summaryrefslogtreecommitdiff
path: root/static/js/bulma-calendar.min.js
blob: 8e65882dddf6800dc4ba0ed365ee07721f3dd23f (plain)
1
!function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.bulmaCalendar=t():e.bulmaCalendar=t()}("undefined"!=typeof self?self:this,function(){return function(n){var i={};function __webpack_require__(e){if(i[e])return i[e].exports;var t=i[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,__webpack_require__),t.l=!0,t.exports}return __webpack_require__.m=n,__webpack_require__.c=i,__webpack_require__.d=function(e,t,n){__webpack_require__.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},__webpack_require__.n=function(e){var t=e&&e.__esModule?function getDefault(){return e.default}:function getModuleExports(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="",__webpack_require__(__webpack_require__.s=163)}([function(e,t,n){var d=n(19),l=36e5,h=6e4,f=/[T ]/,m=/:/,p=/^(\d{2})$/,v=[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],g=/^(\d{4})/,M=[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],y=/^-(\d{2})$/,b=/^-?(\d{3})$/,k=/^-?(\d{2})-?(\d{2})$/,x=/^-?W(\d{2})$/,D=/^-?W(\d{2})-?(\d{1})$/,_=/^(\d{2}([.,]\d*)?)$/,T=/^(\d{2}):?(\d{2}([.,]\d*)?)$/,S=/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,j=/([Z+-].*)$/,w=/^(Z)$/,P=/^([+-])(\d{2})$/,H=/^([+-])(\d{2}):?(\d{2})$/;function dayOfISOYear(e,t,n){t=t||0,n=n||0;var i=new Date(0);i.setUTCFullYear(e,0,4);var r=7*t+n+1-(i.getUTCDay()||7);return i.setUTCDate(i.getUTCDate()+r),i}e.exports=function parse(e,t){if(d(e))return new Date(e.getTime());if("string"!=typeof e)return new Date(e);var n=(t||{}).additionalDigits;n=null==n?2:Number(n);var i=function splitDateString(e){var t,n={},i=e.split(f);if(t=m.test(i[0])?(n.date=null,i[0]):(n.date=i[0],i[1])){var r=j.exec(t);r?(n.time=t.replace(r[1],""),n.timezone=r[1]):n.time=t}return n}(e),r=function parseYear(e,t){var n,i=v[t],r=M[t];if(n=g.exec(e)||r.exec(e)){var o=n[1];return{year:parseInt(o,10),restDateString:e.slice(o.length)}}if(n=p.exec(e)||i.exec(e)){var a=n[1];return{year:100*parseInt(a,10),restDateString:e.slice(a.length)}}return{year:null}}(i.date,n),o=r.year,a=function parseDate(e,t){if(null===t)return null;var n,i,r,o;if(0===e.length)return(i=new Date(0)).setUTCFullYear(t),i;if(n=y.exec(e))return i=new Date(0),r=parseInt(n[1],10)-1,i.setUTCFullYear(t,r),i;if(n=b.exec(e)){i=new Date(0);var a=parseInt(n[1],10);return i.setUTCFullYear(t,0,a),i}if(n=k.exec(e)){i=new Date(0),r=parseInt(n[1],10)-1;var s=parseInt(n[2],10);return i.setUTCFullYear(t,r,s),i}if(n=x.exec(e))return o=parseInt(n[1],10)-1,dayOfISOYear(t,o);if(n=D.exec(e)){o=parseInt(n[1],10)-1;var u=parseInt(n[2],10)-1;return dayOfISOYear(t,o,u)}return null}(r.restDateString,o);if(a){var s,u=a.getTime(),c=0;return i.time&&(c=function parseTime(e){var t,n,i;if(t=_.exec(e))return(n=parseFloat(t[1].replace(",",".")))%24*l;if(t=T.exec(e))return n=parseInt(t[1],10),i=parseFloat(t[2].replace(",",".")),n%24*l+i*h;if(t=S.exec(e)){n=parseInt(t[1],10),i=parseInt(t[2],10);var r=parseFloat(t[3].replace(",","."));return n%24*l+i*h+1e3*r}return null}(i.time)),s=i.timezone?function parseTimezone(e){var t,n;return(t=w.exec(e))?0:(t=P.exec(e))?(n=60*parseInt(t[2],10),"+"===t[1]?-n:n):(t=H.exec(e))?(n=60*parseInt(t[2],10)+parseInt(t[3],10),"+"===t[1]?-n:n):0}(i.timezone):(s=new Date(u+c).getTimezoneOffset(),new Date(u+c+s*h).getTimezoneOffset()),new Date(u+c+s*h)}return new Date(e)}},function(e,n,i){var r;!function(t){"use strict";var M={},y="en",b={en:{MMMM:["January","February","March","April","May","June","July","August","September","October","November","December"],MMM:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dddd:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ddd:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dd:["Su","Mo","Tu","We","Th","Fr","Sa"],A:["a.m.","p.m."],formatter:{YYYY:function(e){return("000"+e.getFullYear()).slice(-4)},YY:function(e){return("0"+e.getFullYear()).slice(-2)},Y:function(e){return""+e.getFullYear()},MMMM:function(e){return this.MMMM[e.getMonth()]},MMM:function(e){return this.MMM[e.getMonth()]},MM:function(e){return("0"+(e.getMonth()+1)).slice(-2)},M:function(e){return""+(e.getMonth()+1)},DD:function(e){return("0"+e.getDate()).slice(-2)},D:function(e){return""+e.getDate()},HH:function(e){return("0"+e.getHours()).slice(-2)},H:function(e){return""+e.getHours()},A:function(e){return this.A[11<e.getHours()|0]},hh:function(e){return("0"+(e.getHours()%12||12)).slice(-2)},h:function(e){return""+(e.getHours()%12||12)},mm:function(e){return("0"+e.getMinutes()).slice(-2)},m:function(e){return""+e.getMinutes()},ss:function(e){return("0"+e.getSeconds()).slice(-2)},s:function(e){return""+e.getSeconds()},SSS:function(e){return("00"+e.getMilliseconds()).slice(-3)},SS:function(e){return("0"+(e.getMilliseconds()/10|0)).slice(-2)},S:function(e){return""+(e.getMilliseconds()/100|0)},dddd:function(e){return this.dddd[e.getDay()]},ddd:function(e){return this.ddd[e.getDay()]},dd:function(e){return this.dd[e.getDay()]},Z:function(e){var t=e.utc?0:e.getTimezoneOffset()/.6;return(0<t?"-":"+")+("000"+Math.abs(t-t%100*.4)).slice(-4)},post:function(e){return e}},parser:{find:function(e,t){for(var n,i=-1,r=0,o=0,a=e.length;o<a;o++)n=e[o],!t.indexOf(n)&&n.length>r&&(i=o,r=n.length);return{index:i,length:r}},MMMM:function(e){return this.parser.find(this.MMMM,e)},MMM:function(e){return this.parser.find(this.MMM,e)},A:function(e){return this.parser.find(this.A,e)},h:function(e,t){return(12===e?0:e)+12*t},pre:function(e){return e}}}};M.format=function(e,n,t){var i=M.addMinutes(e,t?e.getTimezoneOffset():0),r=b[y],o=r.formatter;return i.utc=t,n.replace(/(\[[^\[\]]*]|\[.*\][^\[]*\]|YYYY|YY|MMM?M?|DD|HH|hh|mm|ss|SSS?|ddd?d?|.)/g,function(e){var t=o[e];return t?o.post(t.call(r,i,n)):e.replace(/\[(.*)]/,"$1")})},M.parse=function(e,t,n){for(var i,r,o,a,s,u,c,d,l=b[y],h=l.parser.pre(e),f=0,m=/(MMMM?|A)|(YYYY)|(SSS)|(MM|DD|HH|hh|mm|ss)|(YY|M|D|H|h|m|s|SS)|(S)|(.)/g,p={2:/^\d{1,4}/,3:/^\d{1,3}/,4:/^\d\d/,5:/^\d\d?/,6:/^\d/},v=[31,28,31,30,31,30,31,31,30,31,30,31],g={Y:1970,M:1,D:1,H:0,m:0,s:0,S:0};i=m.exec(t);){for(r=0,a=1,o="";!o;)o=i[++r];if(s=o.charAt(0),u=h.slice(f),r<2)c=l.parser[o].call(l,u,t),g[s]=c.index,"M"===s&&g[s]++,a=c.length;else if(r<7)c=(u.match(p[r])||[""])[0],g[s]=0|("S"===s?(c+"000").slice(0,-o.length):c),a=c.length;else if(" "!==s&&s!==u[0])return NaN;if(!a)return NaN;f+=a}return f===h.length&&c?(g.Y+=g.Y<70?2e3:g.Y<100?1900:0,g.H=g.H||l.parser.h(g.h||0,g.A||0),d=new Date(g.Y,g.M-1,g.D,g.H,g.m,g.s,g.S),v[1]+=0|M.isLeapYear(d),g.M<1||12<g.M||g.D<1||g.D>v[g.M-1]||23<g.H||59<g.m||59<g.s?NaN:n?M.addMinutes(d,-d.getTimezoneOffset()):d):NaN},M.isValid=function(e,t){return!!M.parse(e,t)},M.addYears=function(e,t){return M.addMonths(e,12*t)},M.addMonths=function(e,t){var n=new Date(e.getTime());return n.setMonth(n.getMonth()+t),n},M.addDays=function(e,t){var n=new Date(e.getTime());return n.setDate(n.getDate()+t),n},M.addHours=function(e,t){return M.addMilliseconds(e,36e5*t)},M.addMinutes=function(e,t){return M.addMilliseconds(e,6e4*t)},M.addSeconds=function(e,t){return M.addMilliseconds(e,1e3*t)},M.addMilliseconds=function(e,t){return new Date(e.getTime()+t)},M.subtract=function(e,t){var n=e.getTime()-t.getTime();return{toMilliseconds:function(){return n},toSeconds:function(){return n/1e3|0},toMinutes:function(){return n/6e4|0},toHours:function(){return n/36e5|0},toDays:function(){return n/864e5|0}}},M.isLeapYear=function(e){var t=e.getFullYear();return!((t%4||!(t%100))&&t%400)},M.isSameDay=function(e,t){return M.format(e,"YYYYMMDD")===M.format(t,"YYYYMMDD")},M.locale=function(e){return e&&(!b[e]&&t&&i(262)("./"+e),y=e),y},M.getLocales=function(e){return b[e||y]},M.setLocales=function(e,t){var n=function(e,t){var n,i,r=function(){};for(i in r.prototype=t,n=new r,e)e.hasOwnProperty(i)&&(n[i]=e[i]);return n},i=b[e]||b.en,r=n(t,i);t.formatter&&(r.formatter=n(t.formatter,i.formatter)),t.parser&&(r.parser=n(t.parser,i.parser)),b[e]=r},"object"==typeof e&&"object"==typeof e.exports?e.exports=M:void 0===(r=function(){return M}.apply(n,[]))||(e.exports=r)}(this)},function(e,t){var r=["M","MM","Q","D","DD","DDD","DDDD","d","E","W","WW","YY","YYYY","GG","GGGG","H","HH","h","hh","m","mm","s","ss","S","SS","SSS","Z","ZZ","X","x"];e.exports=function buildFormattingTokensRegExp(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);var i=r.concat(t).sort().reverse();return new RegExp("(\\[[^\\[]*\\])|(\\\\)?("+i.join("|")+"|.)","g")}},function(e,t,n){var s=n(0),u=n(4);e.exports=function getISOYear(e){var t=s(e),n=t.getFullYear(),i=new Date(0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);var r=u(i),o=new Date(0);o.setFullYear(n,0,4),o.setHours(0,0,0,0);var a=u(o);return t.getTime()>=r.getTime()?n+1:t.getTime()>=a.getTime()?n:n-1}},function(e,t,n){var i=n(11);e.exports=function startOfISOWeek(e){return i(e,{weekStartsOn:1})}},function(e,t,n){var i=n(0);e.exports=function startOfDay(e){var t=i(e);return t.setHours(0,0,0,0),t}},function(e,t,n){e.exports={addDays:n(7),addHours:n(29),addISOYears:n(30),addMilliseconds:n(8),addMinutes:n(32),addMonths:n(13),addQuarters:n(33),addSeconds:n(34),addWeeks:n(21),addYears:n(35),areRangesOverlapping:n(164),closestIndexTo:n(165),closestTo:n(166),compareAsc:n(10),compareDesc:n(22),differenceInCalendarDays:n(12),differenceInCalendarISOWeeks:n(167),differenceInCalendarISOYears:n(36),differenceInCalendarMonths:n(37),differenceInCalendarQuarters:n(168),differenceInCalendarWeeks:n(169),differenceInCalendarYears:n(39),differenceInDays:n(40),differenceInHours:n(170),differenceInISOYears:n(171),differenceInMilliseconds:n(14),differenceInMinutes:n(172),differenceInMonths:n(23),differenceInQuarters:n(173),differenceInSeconds:n(24),differenceInWeeks:n(174),differenceInYears:n(175),distanceInWords:n(42),distanceInWordsStrict:n(176),distanceInWordsToNow:n(177),eachDay:n(178),endOfDay:n(25),endOfHour:n(179),endOfISOWeek:n(180),endOfISOYear:n(181),endOfMinute:n(182),endOfMonth:n(46),endOfQuarter:n(183),endOfSecond:n(184),endOfToday:n(185),endOfTomorrow:n(186),endOfWeek:n(45),endOfYear:n(187),endOfYesterday:n(188),format:n(189),getDate:n(190),getDay:n(191),getDayOfYear:n(47),getDaysInMonth:n(20),getDaysInYear:n(192),getHours:n(193),getISODay:n(51),getISOWeek:n(26),getISOWeeksInYear:n(194),getISOYear:n(3),getMilliseconds:n(195),getMinutes:n(196),getMonth:n(197),getOverlappingDaysInRanges:n(198),getQuarter:n(38),getSeconds:n(199),getTime:n(200),getYear:n(201),isAfter:n(202),isBefore:n(203),isDate:n(19),isEqual:n(204),isFirstDayOfMonth:n(205),isFriday:n(206),isFuture:n(207),isLastDayOfMonth:n(208),isLeapYear:n(50),isMonday:n(209),isPast:n(210),isSameDay:n(211),isSameHour:n(52),isSameISOWeek:n(54),isSameISOYear:n(55),isSameMinute:n(56),isSameMonth:n(58),isSameQuarter:n(59),isSameSecond:n(61),isSameWeek:n(27),isSameYear:n(63),isSaturday:n(212),isSunday:n(213),isThisHour:n(214),isThisISOWeek:n(215),isThisISOYear:n(216),isThisMinute:n(217),isThisMonth:n(218),isThisQuarter:n(219),isThisSecond:n(220),isThisWeek:n(221),isThisYear:n(222),isThursday:n(223),isToday:n(224),isTomorrow:n(225),isTuesday:n(226),isValid:n(49),isWednesday:n(227),isWeekend:n(228),isWithinRange:n(229),isYesterday:n(230),lastDayOfISOWeek:n(231),lastDayOfISOYear:n(232),lastDayOfMonth:n(233),lastDayOfQuarter:n(234),lastDayOfWeek:n(64),lastDayOfYear:n(235),max:n(236),min:n(237),parse:n(0),setDate:n(238),setDay:n(239),setDayOfYear:n(240),setHours:n(241),setISODay:n(242),setISOWeek:n(243),setISOYear:n(31),setMilliseconds:n(244),setMinutes:n(245),setMonth:n(65),setQuarter:n(246),setSeconds:n(247),setYear:n(248),startOfDay:n(5),startOfHour:n(53),startOfISOWeek:n(4),startOfISOYear:n(9),startOfMinute:n(57),startOfMonth:n(249),startOfQuarter:n(60),startOfSecond:n(62),startOfToday:n(250),startOfTomorrow:n(251),startOfWeek:n(11),startOfYear:n(48),startOfYesterday:n(252),subDays:n(253),subHours:n(254),subISOYears:n(41),subMilliseconds:n(255),subMinutes:n(256),subMonths:n(257),subQuarters:n(258),subSeconds:n(259),subWeeks:n(260),subYears:n(261)}},function(e,t,n){var r=n(0);e.exports=function addDays(e,t){var n=r(e),i=Number(t);return n.setDate(n.getDate()+i),n}},function(e,t,n){var r=n(0);e.exports=function addMilliseconds(e,t){var n=r(e).getTime(),i=Number(t);return new Date(n+i)}},function(e,t,n){var i=n(3),r=n(4);e.exports=function startOfISOYear(e){var t=i(e),n=new Date(0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),r(n)}},function(e,t,n){var r=n(0);e.exports=function compareAsc(e,t){var n=r(e).getTime(),i=r(t).getTime();return n<i?-1:i<n?1:0}},function(e,t,n){var a=n(0);e.exports=function startOfWeek(e,t){var n=t&&Number(t.weekStartsOn)||0,i=a(e),r=i.getDay(),o=(r<n?7:0)+r-n;return i.setDate(i.getDate()-o),i.setHours(0,0,0,0),i}},function(e,t,n){var a=n(5);e.exports=function differenceInCalendarDays(e,t){var n=a(e),i=a(t),r=n.getTime()-6e4*n.getTimezoneOffset(),o=i.getTime()-6e4*i.getTimezoneOffset();return Math.round((r-o)/864e5)}},function(e,t,n){var s=n(0),u=n(20);e.exports=function addMonths(e,t){var n=s(e),i=Number(t),r=n.getMonth()+i,o=new Date(0);o.setFullYear(n.getFullYear(),r,1),o.setHours(0,0,0,0);var a=u(o);return n.setMonth(r,Math.min(a,n.getDate())),n}},function(e,t,n){var r=n(0);e.exports=function differenceInMilliseconds(e,t){var n=r(e),i=r(t);return n.getTime()-i.getTime()}},function(e,t,n){var i=n(43),r=n(44);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i={"./_lib/build_formatting_tokens_reg_exp/index.js":2,"./ar/build_distance_in_words_locale/index.js":97,"./ar/build_format_locale/index.js":98,"./ar/index.js":270,"./bg/build_distance_in_words_locale/index.js":99,"./bg/build_format_locale/index.js":100,"./bg/index.js":271,"./ca/build_distance_in_words_locale/index.js":101,"./ca/build_format_locale/index.js":102,"./ca/index.js":272,"./cs/build_distance_in_words_locale/index.js":103,"./cs/build_format_locale/index.js":104,"./cs/index.js":273,"./da/build_distance_in_words_locale/index.js":105,"./da/build_format_locale/index.js":106,"./da/index.js":274,"./de/build_distance_in_words_locale/index.js":107,"./de/build_format_locale/index.js":108,"./de/index.js":275,"./el/build_distance_in_words_locale/index.js":109,"./el/build_format_locale/index.js":110,"./el/index.js":276,"./en/build_distance_in_words_locale/index.js":43,"./en/build_format_locale/index.js":44,"./en/index.js":15,"./eo/build_distance_in_words_locale/index.js":111,"./eo/build_format_locale/index.js":112,"./eo/index.js":277,"./es/build_distance_in_words_locale/index.js":113,"./es/build_format_locale/index.js":114,"./es/index.js":278,"./fi/build_distance_in_words_locale/index.js":115,"./fi/build_format_locale/index.js":116,"./fi/index.js":279,"./fil/build_distance_in_words_locale/index.js":117,"./fil/build_format_locale/index.js":118,"./fil/index.js":280,"./fr/build_distance_in_words_locale/index.js":119,"./fr/build_format_locale/index.js":120,"./fr/index.js":281,"./hr/build_distance_in_words_locale/index.js":121,"./hr/build_format_locale/index.js":122,"./hr/index.js":282,"./hu/build_distance_in_words_locale/index.js":123,"./hu/build_format_locale/index.js":124,"./hu/index.js":283,"./id/build_distance_in_words_locale/index.js":125,"./id/build_format_locale/index.js":126,"./id/index.js":284,"./is/build_distance_in_words_locale/index.js":127,"./is/build_format_locale/index.js":128,"./is/index.js":285,"./it/build_distance_in_words_locale/index.js":129,"./it/build_format_locale/index.js":130,"./it/index.js":286,"./ja/build_distance_in_words_locale/index.js":131,"./ja/build_format_locale/index.js":132,"./ja/index.js":287,"./ko/build_distance_in_words_locale/index.js":133,"./ko/build_format_locale/index.js":134,"./ko/index.js":288,"./mk/build_distance_in_words_locale/index.js":135,"./mk/build_format_locale/index.js":136,"./mk/index.js":289,"./nb/build_distance_in_words_locale/index.js":137,"./nb/build_format_locale/index.js":138,"./nb/index.js":290,"./nl/build_distance_in_words_locale/index.js":139,"./nl/build_format_locale/index.js":140,"./nl/index.js":291,"./pl/build_distance_in_words_locale/index.js":141,"./pl/build_format_locale/index.js":142,"./pl/index.js":292,"./pt/build_distance_in_words_locale/index.js":143,"./pt/build_format_locale/index.js":144,"./pt/index.js":293,"./ro/build_distance_in_words_locale/index.js":145,"./ro/build_format_locale/index.js":146,"./ro/index.js":294,"./ru/build_distance_in_words_locale/index.js":147,"./ru/build_format_locale/index.js":148,"./ru/index.js":295,"./sk/build_distance_in_words_locale/index.js":149,"./sk/build_format_locale/index.js":150,"./sk/index.js":296,"./sl/build_distance_in_words_locale/index.js":151,"./sl/build_format_locale/index.js":152,"./sl/index.js":297,"./sv/build_distance_in_words_locale/index.js":153,"./sv/build_format_locale/index.js":154,"./sv/index.js":298,"./th/build_distance_in_words_locale/index.js":155,"./th/build_format_locale/index.js":156,"./th/index.js":299,"./tr/build_distance_in_words_locale/index.js":157,"./tr/build_format_locale/index.js":158,"./tr/index.js":300,"./zh_cn/build_distance_in_words_locale/index.js":159,"./zh_cn/build_format_locale/index.js":160,"./zh_cn/index.js":301,"./zh_tw/build_distance_in_words_locale/index.js":161,"./zh_tw/build_format_locale/index.js":162,"./zh_tw/index.js":302};function webpackContext(e){return n(webpackContextResolve(e))}function webpackContextResolve(e){var t=i[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}webpackContext.keys=function webpackContextKeys(){return Object.keys(i)},webpackContext.resolve=webpackContextResolve,(e.exports=webpackContext).id=16},function(e,t,n){"use strict";n.d(t,"b",function(){return i}),n.d(t,"a",function(){return r});Object.assign;var i=function uuid(){return(0<arguments.length&&void 0!==arguments[0]?arguments[0]:"")+([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,function(e){return(e^(window.crypto||window.msCrypto).getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16)})},r=function detectSupportsPassive(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function get(){e=!0}});window.addEventListener("testPassive",null,t),window.removeEventListener("testPassive",null,t)}catch(e){}return e}},function(e,t,n){"use strict";n.d(t,"c",function(){return r}),n.d(t,"e",function(){return o}),n.d(t,"b",function(){return a}),n.d(t,"d",function(){return s}),n.d(t,"a",function(){return c});var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r=function isFunction(e){return"function"==typeof e},o=function isString(e){return"string"==typeof e||!!e&&"object"===(void 0===e?"undefined":i(e))&&"[object String]"===Object.prototype.toString.call(e)},a=function isDate(e){return("[object Date]"===Object.prototype.toString.call(e)||e instanceof Date)&&!isNaN(e.valueOf())},s=function isObject(e){return("function"==typeof e||"object"===(void 0===e?"undefined":i(e))&&!!e)&&!Array.isArray(e)},u=/^(?:f(?:alse)?|no?|0+)$/i,c=function BooleanParse(e){return!u.test(e)&&!!e}},function(e,t){e.exports=function isDate(e){return e instanceof Date}},function(e,t,n){var o=n(0);e.exports=function getDaysInMonth(e){var t=o(e),n=t.getFullYear(),i=t.getMonth(),r=new Date(0);return r.setFullYear(n,i+1,0),r.setHours(0,0,0,0),r.getDate()}},function(e,t,n){var i=n(7);e.exports=function addWeeks(e,t){var n=Number(t);return i(e,7*n)}},function(e,t,n){var r=n(0);e.exports=function compareDesc(e,t){var n=r(e).getTime(),i=r(t).getTime();return i<n?-1:n<i?1:0}},function(e,t,n){var a=n(0),s=n(37),u=n(10);e.exports=function differenceInMonths(e,t){var n=a(e),i=a(t),r=u(n,i),o=Math.abs(s(n,i));return n.setMonth(n.getMonth()-r*o),r*(o-(u(n,i)===-r))}},function(e,t,n){var i=n(14);e.exports=function differenceInSeconds(e,t){var n=i(e,t)/1e3;return 0<n?Math.floor(n):Math.ceil(n)}},function(e,t,n){var i=n(0);e.exports=function endOfDay(e){var t=i(e);return t.setHours(23,59,59,999),t}},function(e,t,n){var i=n(0),r=n(4),o=n(9);e.exports=function getISOWeek(e){var t=i(e),n=r(t).getTime()-o(t).getTime();return Math.round(n/6048e5)+1}},function(e,t,n){var o=n(11);e.exports=function isSameWeek(e,t,n){var i=o(e,n),r=o(t,n);return i.getTime()===r.getTime()}},function(e,t,n){"use strict";var i=function(){function defineProperties(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&defineProperties(e.prototype,t),n&&defineProperties(e,n),e}}();var r=function(){function EventEmitter(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];!function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,EventEmitter),this._listeners=new Map(e),this._middlewares=new Map}return i(EventEmitter,[{key:"listenerCount",value:function listenerCount(e){return this._listeners.has(e)?this._listeners.get(e).length:0}},{key:"removeListeners",value:function removeListeners(){var t=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,n=1<arguments.length&&void 0!==arguments[1]&&arguments[1];null!==e?Array.isArray(e)?name.forEach(function(e){return t.removeListeners(e,n)}):(this._listeners.delete(e),n&&this.removeMiddleware(e)):this._listeners=new Map}},{key:"middleware",value:function middleware(e,t){var n=this;Array.isArray(e)?name.forEach(function(e){return n.middleware(e,t)}):(Array.isArray(this._middlewares.get(e))||this._middlewares.set(e,[]),this._middlewares.get(e).push(t))}},{key:"removeMiddleware",value:function removeMiddleware(){var t=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;null!==e?Array.isArray(e)?name.forEach(function(e){return t.removeMiddleware(e)}):this._middlewares.delete(e):this._middlewares=new Map}},{key:"on",value:function on(e,t){var n=this,i=2<arguments.length&&void 0!==arguments[2]&&arguments[2];if(Array.isArray(e))e.forEach(function(e){return n.on(e,t)});else{var r=(e=e.toString()).split(/,|, | /);1<r.length?r.forEach(function(e){return n.on(e,t)}):(Array.isArray(this._listeners.get(e))||this._listeners.set(e,[]),this._listeners.get(e).push({once:i,callback:t}))}}},{key:"once",value:function once(e,t){this.on(e,t,!0)}},{key:"emit",value:function emit(n,i){var r=this,o=2<arguments.length&&void 0!==arguments[2]&&arguments[2];n=n.toString();var a=this._listeners.get(n),s=null,u=0,c=o;if(Array.isArray(a))for(a.forEach(function(e,t){o||(s=r._middlewares.get(n),Array.isArray(s)?(s.forEach(function(e){e(i,function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;null!==e&&(i=e),u++},n)}),u>=s.length&&(c=!0)):c=!0),c&&(e.once&&(a[t]=null),e.callback({type:n,timeStamp:(new Date).getTime(),data:i}))});-1!==a.indexOf(null);)a.splice(a.indexOf(null),1)}}]),EventEmitter}();t.a=r},function(e,t,n){var i=n(8);e.exports=function addHours(e,t){var n=Number(t);return i(e,36e5*n)}},function(e,t,n){var i=n(3),r=n(31);e.exports=function addISOYears(e,t){var n=Number(t);return r(e,i(e)+n)}},function(e,t,n){var a=n(0),s=n(9),u=n(12);e.exports=function setISOYear(e,t){var n=a(e),i=Number(t),r=u(n,s(n)),o=new Date(0);return o.setFullYear(i,0,4),o.setHours(0,0,0,0),(n=s(o)).setDate(n.getDate()+r),n}},function(e,t,n){var i=n(8);e.exports=function addMinutes(e,t){var n=Number(t);return i(e,6e4*n)}},function(e,t,n){var i=n(13);e.exports=function addQuarters(e,t){var n=Number(t);return i(e,3*n)}},function(e,t,n){var i=n(8);e.exports=function addSeconds(e,t){var n=Number(t);return i(e,1e3*n)}},function(e,t,n){var i=n(13);e.exports=function addYears(e,t){var n=Number(t);return i(e,12*n)}},function(e,t,n){var i=n(3);e.exports=function differenceInCalendarISOYears(e,t){return i(e)-i(t)}},function(e,t,n){var r=n(0);e.exports=function differenceInCalendarMonths(e,t){var n=r(e),i=r(t);return 12*(n.getFullYear()-i.getFullYear())+(n.getMonth()-i.getMonth())}},function(e,t,n){var i=n(0);e.exports=function getQuarter(e){var t=i(e);return Math.floor(t.getMonth()/3)+1}},function(e,t,n){var r=n(0);e.exports=function differenceInCalendarYears(e,t){var n=r(e),i=r(t);return n.getFullYear()-i.getFullYear()}},function(e,t,n){var a=n(0),s=n(12),u=n(10);e.exports=function differenceInDays(e,t){var n=a(e),i=a(t),r=u(n,i),o=Math.abs(s(n,i));return n.setDate(n.getDate()-r*o),r*(o-(u(n,i)===-r))}},function(e,t,n){var i=n(30);e.exports=function subISOYears(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var v=n(22),g=n(0),M=n(24),y=n(23),b=n(15);e.exports=function distanceInWords(e,t,n){var i=n||{},r=v(e,t),o=i.locale,a=b.distanceInWords.localize;o&&o.distanceInWords&&o.distanceInWords.localize&&(a=o.distanceInWords.localize);var s,u,c={addSuffix:Boolean(i.addSuffix),comparison:r};u=0<r?(s=g(e),g(t)):(s=g(t),g(e));var d,l=M(u,s),h=u.getTimezoneOffset()-s.getTimezoneOffset(),f=Math.round(l/60)-h;if(f<2)return i.includeSeconds?l<5?a("lessThanXSeconds",5,c):l<10?a("lessThanXSeconds",10,c):l<20?a("lessThanXSeconds",20,c):l<40?a("halfAMinute",null,c):a(l<60?"lessThanXMinutes":"xMinutes",1,c):0===f?a("lessThanXMinutes",1,c):a("xMinutes",f,c);if(f<45)return a("xMinutes",f,c);if(f<90)return a("aboutXHours",1,c);if(f<1440)return a("aboutXHours",Math.round(f/60),c);if(f<2520)return a("xDays",1,c);if(f<43200)return a("xDays",Math.round(f/1440),c);if(f<86400)return a("aboutXMonths",d=Math.round(f/43200),c);if((d=y(u,s))<12)return a("xMonths",Math.round(f/43200),c);var m=d%12,p=Math.floor(d/12);return m<3?a("aboutXYears",p,c):m<9?a("overXYears",p,c):a("almostXYears",p+1,c)}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"in "+i:i+" ago":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],n=["January","February","March","April","May","June","July","August","September","October","November","December"],i=["Su","Mo","Tu","We","Th","Fr","Sa"],r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],o=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){var t=e%100;if(20<t||t<10)switch(t%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t,n){var a=n(0);e.exports=function endOfWeek(e,t){var n=t&&Number(t.weekStartsOn)||0,i=a(e),r=i.getDay(),o=6+(r<n?-7:0)-(r-n);return i.setDate(i.getDate()+o),i.setHours(23,59,59,999),i}},function(e,t,n){var i=n(0);e.exports=function endOfMonth(e){var t=i(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}},function(e,t,n){var i=n(0),r=n(48),o=n(12);e.exports=function getDayOfYear(e){var t=i(e);return o(t,r(t))+1}},function(e,t,n){var i=n(0);e.exports=function startOfYear(e){var t=i(e),n=new Date(0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}},function(e,t,n){var i=n(19);e.exports=function isValid(e){if(i(e))return!isNaN(e);throw new TypeError(toString.call(e)+" is not an instance of Date")}},function(e,t,n){var i=n(0);e.exports=function isLeapYear(e){var t=i(e).getFullYear();return t%400==0||t%4==0&&t%100!=0}},function(e,t,n){var i=n(0);e.exports=function getISODay(e){var t=i(e).getDay();return 0===t&&(t=7),t}},function(e,t,n){var r=n(53);e.exports=function isSameHour(e,t){var n=r(e),i=r(t);return n.getTime()===i.getTime()}},function(e,t,n){var i=n(0);e.exports=function startOfHour(e){var t=i(e);return t.setMinutes(0,0,0),t}},function(e,t,n){var i=n(27);e.exports=function isSameISOWeek(e,t){return i(e,t,{weekStartsOn:1})}},function(e,t,n){var r=n(9);e.exports=function isSameISOYear(e,t){var n=r(e),i=r(t);return n.getTime()===i.getTime()}},function(e,t,n){var r=n(57);e.exports=function isSameMinute(e,t){var n=r(e),i=r(t);return n.getTime()===i.getTime()}},function(e,t,n){var i=n(0);e.exports=function startOfMinute(e){var t=i(e);return t.setSeconds(0,0),t}},function(e,t,n){var r=n(0);e.exports=function isSameMonth(e,t){var n=r(e),i=r(t);return n.getFullYear()===i.getFullYear()&&n.getMonth()===i.getMonth()}},function(e,t,n){var r=n(60);e.exports=function isSameQuarter(e,t){var n=r(e),i=r(t);return n.getTime()===i.getTime()}},function(e,t,n){var r=n(0);e.exports=function startOfQuarter(e){var t=r(e),n=t.getMonth(),i=n-n%3;return t.setMonth(i,1),t.setHours(0,0,0,0),t}},function(e,t,n){var r=n(62);e.exports=function isSameSecond(e,t){var n=r(e),i=r(t);return n.getTime()===i.getTime()}},function(e,t,n){var i=n(0);e.exports=function startOfSecond(e){var t=i(e);return t.setMilliseconds(0),t}},function(e,t,n){var r=n(0);e.exports=function isSameYear(e,t){var n=r(e),i=r(t);return n.getFullYear()===i.getFullYear()}},function(e,t,n){var a=n(0);e.exports=function lastDayOfWeek(e,t){var n=t&&Number(t.weekStartsOn)||0,i=a(e),r=i.getDay(),o=6+(r<n?-7:0)-(r-n);return i.setHours(0,0,0,0),i.setDate(i.getDate()+o),i}},function(e,t,n){var u=n(0),c=n(20);e.exports=function setMonth(e,t){var n=u(e),i=Number(t),r=n.getFullYear(),o=n.getDate(),a=new Date(0);a.setFullYear(r,i,15),a.setHours(0,0,0,0);var s=c(a);return n.setMonth(i,Math.min(o,s)),n}},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){var t=["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"],n={"٠":0,"١":1,"٢":2,"٣":3,"٤":4,"٥":5,"٦":6,"٧":7,"٨":8,"٩":9};e.setLocales("ar",{MMMM:["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"],MMM:["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"],dddd:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],ddd:["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],dd:["ح","ن","ث","ر","خ","ج","س"],A:["ص","م"],formatter:{post:function(e){return e.replace(/\d/g,function(e){return t[0|e]})}},parser:{pre:function(e){return e.replace(/[٠١٢٣٤٥٦٧٨٩]/g,function(e){return""+n[e]})}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("az",{MMMM:["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"],MMM:["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"],dddd:["Bazar","Bazar ertəsi","Çərşənbə axşamı","Çərşənbə","Cümə axşamı","Cümə","Şənbə"],ddd:["Baz","BzE","ÇAx","Çər","CAx","Cüm","Şən"],dd:["Bz","BE","ÇA","Çə","CA","Cü","Şə"],A:["gecə","səhər","gündüz","axşam"],formatter:{A:function(e){var t=e.getHours();return t<4?this.A[0]:t<12?this.A[1]:t<17?this.A[2]:this.A[3]}},parser:{h:function(e,t){return t<2?e:11<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("bn",{MMMM:["জানুয়ারী","ফেবুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","অগাস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],MMM:["জানু","ফেব","মার্চ","এপর","মে","জুন","জুল","অগ","সেপ্ট","অক্টো","নভ","ডিসেম্"],dddd:["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পত্তিবার","শুক্রবার","শনিবার"],ddd:["রবি","সোম","মঙ্গল","বুধ","বৃহস্পত্তি","শুক্র","শনি"],dd:["রব","সম","মঙ্গ","বু","ব্রিহ","শু","শনি"],A:["রাত","সকাল","দুপুর","বিকাল"],formatter:{A:function(e){var t=e.getHours();return t<4?this.A[0]:t<10?this.A[1]:t<17?this.A[2]:t<20?this.A[3]:this.A[0]}},parser:{h:function(e,t){return t<1?e<4||11<e?e:e+12:t<2?e:t<3&&9<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("cs",{MMMM:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"],MMM:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],dddd:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],ddd:["ne","po","út","st","čt","pá","so"],dd:["ne","po","út","st","čt","pá","so"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("de",{MMMM:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],MMM:["Jan.","Febr.","Mrz.","Apr.","Mai","Jun.","Jul.","Aug.","Sept.","Okt.","Nov.","Dez."],dddd:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],ddd:["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],dd:["So","Mo","Di","Mi","Do","Fr","Sa"],A:["Uhr nachmittags","Uhr morgens"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("el",{MMMM:{nominative:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],genitive:["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"]},MMM:["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],dddd:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],ddd:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],dd:["Κυ","Δε","Τρ","Τε","Πε","Πα","Σα"],A:["πμ","μμ"],formatter:{MMMM:function(e,t){return this.MMMM[/D.*MMMM/.test(t)?"genitive":"nominative"][e.getMonth()]},hh:function(e){return("0"+e.getHours()%12).slice(-2)},h:function(e){return e.getHours()%12}},parser:{MMMM:function(e,t){return this.parser.find(this.MMMM[/D.*MMMM/.test(t)?"genitive":"nominative"],e)}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("es",{MMMM:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],MMM:["Ene.","Feb.","Mar.","Abr.","May.","Jun.","Jul.","Ago.","Sep.","Oct.","Nov.","Dic."],dddd:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],ddd:["Dom.","Lun.","Mar.","Mié.","Jue.","Vie.","Sáb."],dd:["Do","Lu","Ma","Mi","Ju","Vi","Sá"],A:["de la mañana","de la tarde","de la noche"],formatter:{A:function(e){var t=e.getHours();return t<12?this.A[0]:t<19?this.A[1]:this.A[2]}},parser:{h:function(e,t){return t<1?e:11<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){var t=["۰","۱","۲","۳","۴","۵","۶","۷","۸","۹"],n={"۰":0,"۱":1,"۲":2,"۳":3,"۴":4,"۵":5,"۶":6,"۷":7,"۸":8,"۹":9};e.setLocales("fa",{MMMM:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],MMM:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],dddd:["یک‌شنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنج‌شنبه","جمعه","شنبه"],ddd:["یک‌شنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنج‌شنبه","جمعه","شنبه"],dd:["ی","د","س","چ","پ","ج","ش"],A:["قبل از ظهر","بعد از ظهر"],formatter:{post:function(e){return e.replace(/\d/g,function(e){return t[0|e]})}},parser:{pre:function(e){return e.replace(/[۰۱۲۳۴۵۶۷۸۹]/g,function(e){return""+n[e]})}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("fr",{MMMM:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],MMM:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],dddd:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],ddd:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],dd:["Di","Lu","Ma","Me","Je","Ve","Sa"],A:["matin","l'après-midi"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("hi",{MMMM:["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितम्बर","अक्टूबर","नवम्बर","दिसम्बर"],MMM:["जन.","फ़र.","मार्च","अप्रै.","मई","जून","जुल.","अग.","सित.","अक्टू.","नव.","दिस."],dddd:["रविवार","सोमवार","मंगलवार","बुधवार","गुरूवार","शुक्रवार","शनिवार"],ddd:["रवि","सोम","मंगल","बुध","गुरू","शुक्र","शनि"],dd:["र","सो","मं","बु","गु","शु","श"],A:["रात","सुबह","दोपहर","शाम"],formatter:{A:function(e){var t=e.getHours();return t<4?this.A[0]:t<10?this.A[1]:t<17?this.A[2]:t<20?this.A[3]:this.A[0]}},parser:{h:function(e,t){return t<1?e<4||11<e?e:e+12:t<2?e:t<3&&9<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("hu",{MMMM:["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],MMM:["jan","feb","márc","ápr","máj","jún","júl","aug","szept","okt","nov","dec"],dddd:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],ddd:["vas","hét","kedd","sze","csüt","pén","szo"],dd:["v","h","k","sze","cs","p","szo"],A:["de","du"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("id",{MMMM:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],MMM:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],dddd:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],ddd:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],dd:["Mg","Sn","Sl","Rb","Km","Jm","Sb"],A:["pagi","siang","sore","malam"],formatter:{A:function(e){var t=e.getHours();return t<11?this.A[0]:t<15?this.A[1]:t<19?this.A[2]:this.A[3]}},parser:{h:function(e,t){return t<1?e:t<2&&11<=e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("it",{MMMM:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],MMM:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],dddd:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],ddd:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],dd:["Do","Lu","Ma","Me","Gi","Ve","Sa"],A:["di mattina","di pomerrigio"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("ja",{MMMM:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],MMM:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],ddd:["日","月","火","水","木","金","土"],dd:["日","月","火","水","木","金","土"],A:["午前","午後"],formatter:{hh:function(e){return("0"+e.getHours()%12).slice(-2)},h:function(e){return e.getHours()%12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("jv",{MMMM:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","Nopember","Desember"],MMM:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nop","Des"],dddd:["Minggu","Senen","Seloso","Rebu","Kemis","Jemuwah","Septu"],ddd:["Min","Sen","Sel","Reb","Kem","Jem","Sep"],dd:["Mg","Sn","Sl","Rb","Km","Jm","Sp"],A:["enjing","siyang","sonten","ndalu"],formatter:{A:function(e){var t=e.getHours();return t<11?this.A[0]:t<15?this.A[1]:t<19?this.A[2]:this.A[3]}},parser:{h:function(e,t){return t<1?e:t<2&&11<=e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("ko",{MMMM:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],MMM:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dddd:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],ddd:["일","월","화","수","목","금","토"],dd:["일","월","화","수","목","금","토"],A:["오전","오후"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){var t=["၀","၁","၂","၃","၄","၅","၆","၇","၈","၉"],n={"၀":0,"၁":1,"၂":2,"၃":3,"၄":4,"၅":5,"၆":6,"၇":7,"၈":8,"၉":9};e.setLocales("my",{MMMM:["ဇန်နဝါရီ","ဖေဖော်ဝါရီ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူလိုင်","သြဂုတ်","စက်တင်ဘာ","အောက်တိုဘာ","နိုဝင်ဘာ","ဒီဇင်ဘာ"],MMM:["ဇန်","ဖေ","မတ်","ပြီ","မေ","ဇွန်","လိုင်","သြ","စက်","အောက်","နို","ဒီ"],dddd:["တနင်္ဂနွေ","တနင်္လာ","အင်္ဂါ","ဗုဒ္ဓဟူး","ကြာသပတေး","သောကြာ","စနေ"],ddd:["နွေ","လာ","ဂါ","ဟူး","ကြာ","သော","နေ"],dd:["နွေ","လာ","ဂါ","ဟူး","ကြာ","သော","နေ"],formatter:{post:function(e){return e.replace(/\d/g,function(e){return t[0|e]})}},parser:{pre:function(e){return e.replace(/[၀၁၂၃၄၅၆၇၈၉]/g,function(e){return""+n[e]})}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("nl",{MMMM:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],MMM:{withdots:["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],withoutdots:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"]},dddd:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],ddd:["zo.","ma.","di.","wo.","do.","vr.","za."],dd:["Zo","Ma","Di","Wo","Do","Vr","Za"],formatter:{MMM:function(e,t){return this.MMM[/-MMM-/.test(t)?"withoutdots":"withdots"][e.getMonth()]}},parser:{MMM:function(e,t){return this.parser.find(this.MMM[/-MMM-/.test(t)?"withoutdots":"withdots"],e)}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){var t=["੦","੧","੨","੩","੪","੫","੬","੭","੮","੯"],n={"੦":0,"੧":1,"੨":2,"੩":3,"੪":4,"੫":5,"੬":6,"੭":7,"੮":8,"੯":9};e.setLocales("pa-in",{MMMM:["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"],MMM:["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"],dddd:["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨੀਚਰਵਾਰ"],ddd:["ਐਤ","ਸੋਮ","ਮੰਗਲ","ਬੁਧ","ਵੀਰ","ਸ਼ੁਕਰ","ਸ਼ਨੀ"],dd:["ਐਤ","ਸੋਮ","ਮੰਗਲ","ਬੁਧ","ਵੀਰ","ਸ਼ੁਕਰ","ਸ਼ਨੀ"],A:["ਰਾਤ","ਸਵੇਰ","ਦੁਪਹਿਰ","ਸ਼ਾਮ"],formatter:{A:function(e){var t=e.getHours();return t<4?this.A[0]:t<10?this.A[1]:t<17?this.A[2]:t<20?this.A[3]:this.A[0]},post:function(e){return e.replace(/\d/g,function(e){return t[0|e]})}},parser:{h:function(e,t){return t<1?e<4||11<e?e:e+12:t<2?e:t<3&&10<=e?e:e+12},pre:function(e){return e.replace(/[੦੧੨੩੪੫੬੭੮੯]/g,function(e){return""+n[e]})}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("pl",{MMMM:{nominative:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],subjective:["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"]},MMM:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],dddd:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],ddd:["nie","pon","wt","śr","czw","pt","sb"],dd:["Nd","Pn","Wt","Śr","Cz","Pt","So"],formatter:{MMMM:function(e,t){return this.MMMM[/D MMMM/.test(t)?"subjective":"nominative"][e.getMonth()]}},parser:{MMMM:function(e,t){return this.parser.find(this.MMMM[/D MMMM/.test(t)?"subjective":"nominative"],e)}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("pt",{MMMM:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],MMM:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dddd:["Domingo","Segunda-Feira","Terça-Feira","Quarta-Feira","Quinta-Feira","Sexta-Feira","Sábado"],ddd:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],dd:["Dom","2ª","3ª","4ª","5ª","6ª","Sáb"],A:["da madrugada","da manhã","da tarde","da noite"],formatter:{A:function(e){var t=e.getHours();return t<5?this.A[0]:t<12?this.A[1]:t<19?this.A[2]:this.A[3]}},parser:{h:function(e,t){return t<2?e:11<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("ro",{MMMM:["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],MMM:["ian.","febr.","mart.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],dddd:["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],ddd:["Dum","Lun","Mar","Mie","Joi","Vin","Sâm"],dd:["Du","Lu","Ma","Mi","Jo","Vi","Sâ"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("ru",{MMMM:["Января","Февраля","Марта","Апреля","Мая","Июня","Июля","Августа","Сентября","Октября","Ноября","Декабря"],MMM:["янв","фев","мар","апр","мая","июня","июля","авг","сен","окт","ноя","дек"],dddd:["Воскресенье","Понедельник","Вторник","Среду","Четверг","Пятницу","Субботу"],ddd:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],dd:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],A:["ночи","утра","дня","вечера"],formatter:{A:function(e){var t=e.getHours();return t<4?this.A[0]:t<12?this.A[1]:t<17?this.A[2]:this.A[3]}},parser:{h:function(e,t){return t<2?e:11<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("sr",{MMMM:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],MMM:["jan.","feb.","mar.","apr.","maj","jun","jul","avg.","sep.","okt.","nov.","dec."],dddd:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],ddd:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],dd:["ne","po","ut","sr","če","pe","su"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("th",{MMMM:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],MMM:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],dddd:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"],ddd:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์"],dd:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],A:["ก่อนเที่ยง","หลังเที่ยง"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("tr",{MMMM:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],MMM:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],dddd:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],ddd:["Paz","Pts","Sal","Çar","Per","Cum","Cts"],dd:["Pz","Pt","Sa","Ça","Pe","Cu","Ct"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("uk",{MMMM:["січня","лютого","березня","квітня","травня","червня","липня","серпня","вересня","жовтня","листопада","грудня"],MMM:["січ","лют","бер","квіт","трав","черв","лип","серп","вер","жовт","лист","груд"],dddd:{nominative:["неділя","понеділок","вівторок","середа","четвер","п’ятниця","субота"],accusative:["неділю","понеділок","вівторок","середу","четвер","п’ятницю","суботу"],genitive:["неділі","понеділка","вівторка","середи","четверга","п’ятниці","суботи"]},ddd:["нд","пн","вт","ср","чт","пт","сб"],dd:["нд","пн","вт","ср","чт","пт","сб"],A:["ночі","ранку","дня","вечора"],formatter:{A:function(e){var t=e.getHours();return t<4?this.A[0]:t<12?this.A[1]:t<17?this.A[2]:this.A[3]},dddd:function(e,t){var n="nominative";return/(\[[ВвУу]\]) ?dddd/.test(t)?n="accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)&&(n="genitive"),this.dddd[n][e.getDay()]}},parser:{h:function(e,t){return t<2?e:11<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("uz",{MMMM:["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"],MMM:["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"],dddd:["Якшанба","Душанба","Сешанба","Чоршанба","Пайшанба","Жума","Шанба"],ddd:["Якш","Душ","Сеш","Чор","Пай","Жум","Шан"],dd:["Як","Ду","Се","Чо","Па","Жу","Ша"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("vi",{MMMM:["tháng 1","tháng 2","tháng 3","tháng 4","tháng 5","tháng 6","tháng 7","tháng 8","tháng 9","tháng 10","tháng 11","tháng 12"],MMM:["Th01","Th02","Th03","Th04","Th05","Th06","Th07","Th08","Th09","Th10","Th11","Th12"],dddd:["chủ nhật","thứ hai","thứ ba","thứ tư","thứ năm","thứ sáu","thứ bảy"],ddd:["CN","T2","T3","T4","T5","T6","T7"],dd:["CN","T2","T3","T4","T5","T6","T7"],A:["sa","ch"]})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("zh-cn",{MMMM:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],MMM:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],ddd:["周日","周一","周二","周三","周四","周五","周六"],dd:["日","一","二","三","四","五","六"],A:["凌晨","早上","上午","中午","下午","晚上"],formatter:{A:function(e){var t=100*e.getHours()+e.getMinutes();return t<600?this.A[0]:t<900?this.A[1]:t<1130?this.A[2]:t<1230?this.A[3]:t<1800?this.A[4]:this.A[5]}},parser:{h:function(e,t){return t<4?e:11<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(n,i,r){var o,a,s;!function(e){"use strict";var t=function(e){e.setLocales("zh-tw",{MMMM:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],MMM:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],ddd:["周日","周一","周二","周三","周四","周五","周六"],dd:["日","一","二","三","四","五","六"],A:["早上","上午","中午","下午","晚上"],formatter:{A:function(e){var t=100*e.getHours()+e.getMinutes();return t<900?this.A[0]:t<1130?this.A[1]:t<1230?this.A[2]:t<1800?this.A[3]:this.A[4]}},parser:{h:function(e,t){return t<3?e:11<e?e:e+12}}})};"object"==typeof n&&"object"==typeof n.exports?t(r(1)):(a=[r(1)],void 0===(s="function"==typeof(o=t)?o.apply(i,a):o)||(n.exports=s))}()},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"أقل من ثانية واحدة",other:"أقل من {{count}} ثواني"},xSeconds:{one:"ثانية واحدة",other:"{{count}} ثواني"},halfAMinute:"نصف دقيقة",lessThanXMinutes:{one:"أقل من دقيقة",other:"أقل من {{count}} دقيقة"},xMinutes:{one:"دقيقة واحدة",other:"{{count}} دقائق"},aboutXHours:{one:"ساعة واحدة تقريباً",other:"{{count}} ساعات تقريباً"},xHours:{one:"ساعة واحدة",other:"{{count}} ساعات"},xDays:{one:"يوم واحد",other:"{{count}} أيام"},aboutXMonths:{one:"شهر واحد تقريباً",other:"{{count}} أشهر تقريباً"},xMonths:{one:"شهر واحد",other:"{{count}} أشهر"},aboutXYears:{one:"عام واحد تقريباً",other:"{{count}} أعوام تقريباً"},xYears:{one:"عام واحد",other:"{{count}} أعوام"},overXYears:{one:"أكثر من عام",other:"أكثر من {{count}} أعوام"},almostXYears:{one:"عام واحد تقريباً",other:"{{count}} أعوام تقريباً"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"في خلال "+i:"منذ "+i:i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],n=["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"],i=["ح","ن","ث","ر","خ","ج","س"],r=["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],o=["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],a=["صباح","مساء"],s=["ص","م"],u=["صباحاً","مساءاً"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return String(e)}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"по-малко от секунда",other:"по-малко от {{count}} секунди"},xSeconds:{one:"1 секунда",other:"{{count}} секунди"},halfAMinute:"половин минута",lessThanXMinutes:{one:"по-малко от минута",other:"по-малко от {{count}} минути"},xMinutes:{one:"1 минута",other:"{{count}} минути"},aboutXHours:{one:"около час",other:"около {{count}} часа"},xHours:{one:"1 час",other:"{{count}} часа"},xDays:{one:"1 ден",other:"{{count}} дни"},aboutXMonths:{one:"около месец",other:"около {{count}} месеца"},xMonths:{one:"1 месец",other:"{{count}} месеца"},aboutXYears:{one:"около година",other:"около {{count}} години"},xYears:{one:"1 година",other:"{{count}} години"},overXYears:{one:"над година",other:"над {{count}} години"},almostXYears:{one:"почти година",other:"почти {{count}} години"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"след "+i:"преди "+i:i}}}},function(e,t,n){var u=n(2);e.exports=function buildFormatLocale(){var t=["яну","фев","мар","апр","май","юни","юли","авг","сеп","окт","ное","дек"],n=["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"],i=["нд","пн","вт","ср","чт","пт","сб"],r=["нед","пон","вто","сря","чет","пет","съб"],o=["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],a=["сутринта","на обяд","следобед","вечерта"],e=function(e){var t=e.getHours();return 4<=t&&t<12?a[0]:12<=t&&t<14?a[1]:14<=t&&t<17?a[2]:a[3]},s={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:e,a:e,aa:e};return["M","D","DDD","d","Q","W"].forEach(function(n){s[n+"o"]=function(e,t){return function ordinal(e){var t=e%100;if(20<t||t<10)switch(t%10){case 1:return e+"-ви";case 2:return e+"-ри"}return e+"-и"}(t[n](e))}}),{formatters:s,formattingTokensRegExp:u(s)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"menys d'un segon",other:"menys de {{count}} segons"},xSeconds:{one:"1 segon",other:"{{count}} segons"},halfAMinute:"mig minut",lessThanXMinutes:{one:"menys d'un minut",other:"menys de {{count}} minuts"},xMinutes:{one:"1 minut",other:"{{count}} minuts"},aboutXHours:{one:"aproximadament una hora",other:"aproximadament {{count}} hores"},xHours:{one:"1 hora",other:"{{count}} hores"},xDays:{one:"1 dia",other:"{{count}} dies"},aboutXMonths:{one:"aproximadament un mes",other:"aproximadament {{count}} mesos"},xMonths:{one:"1 mes",other:"{{count}} mesos"},aboutXYears:{one:"aproximadament un any",other:"aproximadament {{count}} anys"},xYears:{one:"1 any",other:"{{count}} anys"},overXYears:{one:"més d'un any",other:"més de {{count}} anys"},almostXYears:{one:"gairebé un any",other:"gairebé {{count}} anys"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"en "+i:"fa "+i:i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["gen","feb","mar","abr","mai","jun","jul","ago","set","oct","nov","des"],n=["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octobre","novembre","desembre"],i=["dg","dl","dt","dc","dj","dv","ds"],r=["dge","dls","dts","dcs","djs","dvs","dss"],o=["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){switch(e){case 1:return"1r";case 2:return"2n";case 3:return"3r";case 4:return"4t";default:return e+"è"}}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){function declension(e,t,n){var i=function declensionGroup(e,t){return 1===t?e.one:2<=t&&t<=4?e.twoFour:e.other}(e,t);return(i[n]||i).replace("{{count}}",t)}function prefixPreposition(e){var t="";return"almost"===e&&(t="skoro"),"about"===e&&(t="přibližně"),0<t.length?t+" ":""}function suffixPreposition(e){var t="";return"lessThan"===e&&(t="méně než"),"over"===e&&(t="více než"),0<t.length?t+" ":""}e.exports=function buildDistanceInWordsLocale(){var a={xSeconds:{one:{regular:"vteřina",past:"vteřinou",future:"vteřinu"},twoFour:{regular:"{{count}} vteřiny",past:"{{count}} vteřinami",future:"{{count}} vteřiny"},other:{regular:"{{count}} vteřin",past:"{{count}} vteřinami",future:"{{count}} vteřin"}},halfAMinute:{other:{regular:"půl minuty",past:"půl minutou",future:"půl minuty"}},xMinutes:{one:{regular:"minuta",past:"minutou",future:"minutu"},twoFour:{regular:"{{count}} minuty",past:"{{count}} minutami",future:"{{count}} minuty"},other:{regular:"{{count}} minut",past:"{{count}} minutami",future:"{{count}} minut"}},xHours:{one:{regular:"hodina",past:"hodinou",future:"hodinu"},twoFour:{regular:"{{count}} hodiny",past:"{{count}} hodinami",future:"{{count}} hodiny"},other:{regular:"{{count}} hodin",past:"{{count}} hodinami",future:"{{count}} hodin"}},xDays:{one:{regular:"den",past:"dnem",future:"den"},twoFour:{regular:"{{count}} dni",past:"{{count}} dny",future:"{{count}} dni"},other:{regular:"{{count}} dní",past:"{{count}} dny",future:"{{count}} dní"}},xMonths:{one:{regular:"měsíc",past:"měsícem",future:"měsíc"},twoFour:{regular:"{{count}} měsíce",past:"{{count}} měsíci",future:"{{count}} měsíce"},other:{regular:"{{count}} měsíců",past:"{{count}} měsíci",future:"{{count}} měsíců"}},xYears:{one:{regular:"rok",past:"rokem",future:"rok"},twoFour:{regular:"{{count}} roky",past:"{{count}} roky",future:"{{count}} roky"},other:{regular:"{{count}} roků",past:"{{count}} roky",future:"{{count}} roků"}}};return{localize:function localize(e,t,n){n=n||{};var i=function extractPreposition(t){return["lessThan","about","over","almost"].filter(function(e){return!!t.match(new RegExp("^"+e))})[0]}(e)||"",r=function lowercaseFirstLetter(e){return e.charAt(0).toLowerCase()+e.slice(1)}(e.substring(i.length)),o=a[r];return n.addSuffix?0<n.comparison?prefixPreposition(i)+"za "+suffixPreposition(i)+declension(o,t,"future"):prefixPreposition(i)+"před "+suffixPreposition(i)+declension(o,t,"past"):prefixPreposition(i)+suffixPreposition(i)+declension(o,t,"regular")}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],n=["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"],i=["ne","po","út","st","čt","pá","so"],r=["ned","pon","úte","stř","čtv","pát","sob"],o=["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],a=["DOP.","ODP."],s=["dop.","odp."],u=["dopoledne","odpoledne"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"."}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"mindre end et sekund",other:"mindre end {{count}} sekunder"},xSeconds:{one:"1 sekund",other:"{{count}} sekunder"},halfAMinute:"et halvt minut",lessThanXMinutes:{one:"mindre end et minut",other:"mindre end {{count}} minutter"},xMinutes:{one:"1 minut",other:"{{count}} minutter"},aboutXHours:{one:"cirka 1 time",other:"cirka {{count}} timer"},xHours:{one:"1 time",other:"{{count}} timer"},xDays:{one:"1 dag",other:"{{count}} dage"},aboutXMonths:{one:"cirka 1 måned",other:"cirka {{count}} måneder"},xMonths:{one:"1 måned",other:"{{count}} måneder"},aboutXYears:{one:"cirka 1 år",other:"cirka {{count}} år"},xYears:{one:"1 år",other:"{{count}} år"},overXYears:{one:"over 1 år",other:"over {{count}} år"},almostXYears:{one:"næsten 1 år",other:"næsten {{count}} år"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"om "+i:i+" siden":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],n=["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],i=["sø","ma","ti","on","to","fr","lø"],r=["søn","man","tir","ons","tor","fre","lør"],o=["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"."}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var o={lessThanXSeconds:{standalone:{one:"weniger als eine Sekunde",other:"weniger als {{count}} Sekunden"},withPreposition:{one:"weniger als einer Sekunde",other:"weniger als {{count}} Sekunden"}},xSeconds:{standalone:{one:"eine Sekunde",other:"{{count}} Sekunden"},withPreposition:{one:"einer Sekunde",other:"{{count}} Sekunden"}},halfAMinute:{standalone:"eine halbe Minute",withPreposition:"einer halben Minute"},lessThanXMinutes:{standalone:{one:"weniger als eine Minute",other:"weniger als {{count}} Minuten"},withPreposition:{one:"weniger als einer Minute",other:"weniger als {{count}} Minuten"}},xMinutes:{standalone:{one:"eine Minute",other:"{{count}} Minuten"},withPreposition:{one:"einer Minute",other:"{{count}} Minuten"}},aboutXHours:{standalone:{one:"etwa eine Stunde",other:"etwa {{count}} Stunden"},withPreposition:{one:"etwa einer Stunde",other:"etwa {{count}} Stunden"}},xHours:{standalone:{one:"eine Stunde",other:"{{count}} Stunden"},withPreposition:{one:"einer Stunde",other:"{{count}} Stunden"}},xDays:{standalone:{one:"ein Tag",other:"{{count}} Tage"},withPreposition:{one:"einem Tag",other:"{{count}} Tagen"}},aboutXMonths:{standalone:{one:"etwa ein Monat",other:"etwa {{count}} Monate"},withPreposition:{one:"etwa einem Monat",other:"etwa {{count}} Monaten"}},xMonths:{standalone:{one:"ein Monat",other:"{{count}} Monate"},withPreposition:{one:"einem Monat",other:"{{count}} Monaten"}},aboutXYears:{standalone:{one:"etwa ein Jahr",other:"etwa {{count}} Jahre"},withPreposition:{one:"etwa einem Jahr",other:"etwa {{count}} Jahren"}},xYears:{standalone:{one:"ein Jahr",other:"{{count}} Jahre"},withPreposition:{one:"einem Jahr",other:"{{count}} Jahren"}},overXYears:{standalone:{one:"mehr als ein Jahr",other:"mehr als {{count}} Jahre"},withPreposition:{one:"mehr als einem Jahr",other:"mehr als {{count}} Jahren"}},almostXYears:{standalone:{one:"fast ein Jahr",other:"fast {{count}} Jahre"},withPreposition:{one:"fast einem Jahr",other:"fast {{count}} Jahren"}}};return{localize:function localize(e,t,n){var i,r=(n=n||{}).addSuffix?o[e].withPreposition:o[e].standalone;return i="string"==typeof r?r:1===t?r.one:r.other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"in "+i:"vor "+i:i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],n=["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],i=["So","Mo","Di","Mi","Do","Fr","Sa"],r=["Son","Mon","Die","Mit","Don","Fre","Sam"],o=["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"."}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"λιγότερο από ένα δευτερόλεπτο",other:"λιγότερο από {{count}} δευτερόλεπτα"},xSeconds:{one:"1 δευτερόλεπτο",other:"{{count}} δευτερόλεπτα"},halfAMinute:"μισό λεπτό",lessThanXMinutes:{one:"λιγότερο από ένα λεπτό",other:"λιγότερο από {{count}} λεπτά"},xMinutes:{one:"1 λεπτό",other:"{{count}} λεπτά"},aboutXHours:{one:"περίπου 1 ώρα",other:"περίπου {{count}} ώρες"},xHours:{one:"1 ώρα",other:"{{count}} ώρες"},xDays:{one:"1 ημέρα",other:"{{count}} ημέρες"},aboutXMonths:{one:"περίπου 1 μήνας",other:"περίπου {{count}} μήνες"},xMonths:{one:"1 μήνας",other:"{{count}} μήνες"},aboutXYears:{one:"περίπου 1 χρόνο",other:"περίπου {{count}} χρόνια"},xYears:{one:"1 χρόνο",other:"{{count}} χρόνια"},overXYears:{one:"πάνω από 1 χρόνο",other:"πάνω από {{count}} χρόνια"},almostXYears:{one:"περίπου 1 χρόνο",other:"περίπου {{count}} χρόνια"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"σε "+i:i+" πρίν":i}}}},function(e,t,n){var h=n(2);e.exports=function buildFormatLocale(){var t=["Ιαν","Φεβ","Μαρ","Απρ","Μαϊ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],n=["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],i=["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"],r=["Κυ","Δε","Τρ","Τε","Πέ","Πα","Σά"],o=["Κυρ","Δευ","Τρί","Τετ","Πέμ","Παρ","Σάβ"],a=["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],s=["ΠΜ","ΜΜ"],u=["πμ","μμ"],c=["π.μ.","μ.μ."],d={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return r[e.getDay()]},ddd:function(e){return o[e.getDay()]},dddd:function(e){return a[e.getDay()]},A:function(e){return 1<=e.getHours()/12?s[1]:s[0]},a:function(e){return 1<=e.getHours()/12?u[1]:u[0]},aa:function(e){return 1<=e.getHours()/12?c[1]:c[0]}},l={M:"ος",D:"η",DDD:"η",d:"η",Q:"ο",W:"η"};return["M","D","DDD","d","Q","W"].forEach(function(n){d[n+"o"]=function(e,t){return t[n](e)+l[n]}}),["D","Do","DD"].forEach(function(n){d[n+" MMMM"]=function(e,t){return(d[n]||t[n])(e,t)+" "+i[e.getMonth()]}}),{formatters:d,formattingTokensRegExp:h(d)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"malpli ol sekundo",other:"malpli ol {{count}} sekundoj"},xSeconds:{one:"1 sekundo",other:"{{count}} sekundoj"},halfAMinute:"duonminuto",lessThanXMinutes:{one:"malpli ol minuto",other:"malpli ol {{count}} minutoj"},xMinutes:{one:"1 minuto",other:"{{count}} minutoj"},aboutXHours:{one:"proksimume 1 horo",other:"proksimume {{count}} horoj"},xHours:{one:"1 horo",other:"{{count}} horoj"},xDays:{one:"1 tago",other:"{{count}} tagoj"},aboutXMonths:{one:"proksimume 1 monato",other:"proksimume {{count}} monatoj"},xMonths:{one:"1 monato",other:"{{count}} monatoj"},aboutXYears:{one:"proksimume 1 jaro",other:"proksimume {{count}} jaroj"},xYears:{one:"1 jaro",other:"{{count}} jaroj"},overXYears:{one:"pli ol 1 jaro",other:"pli ol {{count}} jaroj"},almostXYears:{one:"preskaŭ 1 jaro",other:"preskaŭ {{count}} jaroj"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"post "+i:"antaŭ "+i:i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan","feb","mar","apr","maj","jun","jul","aŭg","sep","okt","nov","dec"],n=["januaro","februaro","marto","aprilo","majo","junio","julio","aŭgusto","septembro","oktobro","novembro","decembro"],i=["di","lu","ma","me","ĵa","ve","sa"],r=["dim","lun","mar","mer","ĵaŭ","ven","sab"],o=["dimanĉo","lundo","mardo","merkredo","ĵaŭdo","vendredo","sabato"],a=["A.T.M.","P.T.M."],s=["a.t.m.","p.t.m."],u=["antaŭtagmeze","posttagmeze"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return t[n](e)+"-a"}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"menos de un segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"medio minuto",lessThanXMinutes:{one:"menos de un minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"alrededor de 1 hora",other:"alrededor de {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 día",other:"{{count}} días"},aboutXMonths:{one:"alrededor de 1 mes",other:"alrededor de {{count}} meses"},xMonths:{one:"1 mes",other:"{{count}} meses"},aboutXYears:{one:"alrededor de 1 año",other:"alrededor de {{count}} años"},xYears:{one:"1 año",other:"{{count}} años"},overXYears:{one:"más de 1 año",other:"más de {{count}} años"},almostXYears:{one:"casi 1 año",other:"casi {{count}} años"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"en "+i:"hace "+i:i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],n=["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],i=["do","lu","ma","mi","ju","vi","sa"],r=["dom","lun","mar","mié","jue","vie","sáb"],o=["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"º"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){function futureSeconds(e){return e.replace(/sekuntia?/,"sekunnin")}function futureMinutes(e){return e.replace(/minuuttia?/,"minuutin")}function futureHours(e){return e.replace(/tuntia?/,"tunnin")}function futureMonths(e){return e.replace(/(kuukausi|kuukautta)/,"kuukauden")}function futureYears(e){return e.replace(/(vuosi|vuotta)/,"vuoden")}var o={lessThanXSeconds:{one:"alle sekunti",other:"alle {{count}} sekuntia",futureTense:futureSeconds},xSeconds:{one:"sekunti",other:"{{count}} sekuntia",futureTense:futureSeconds},halfAMinute:{one:"puoli minuuttia",other:"puoli minuuttia",futureTense:function(e){return"puolen minuutin"}},lessThanXMinutes:{one:"alle minuutti",other:"alle {{count}} minuuttia",futureTense:futureMinutes},xMinutes:{one:"minuutti",other:"{{count}} minuuttia",futureTense:futureMinutes},aboutXHours:{one:"noin tunti",other:"noin {{count}} tuntia",futureTense:futureHours},xHours:{one:"tunti",other:"{{count}} tuntia",futureTense:futureHours},xDays:{one:"päivä",other:"{{count}} päivää",futureTense:function futureDays(e){return e.replace(/päivää?/,"päivän")}},aboutXMonths:{one:"noin kuukausi",other:"noin {{count}} kuukautta",futureTense:futureMonths},xMonths:{one:"kuukausi",other:"{{count}} kuukautta",futureTense:futureMonths},aboutXYears:{one:"noin vuosi",other:"noin {{count}} vuotta",futureTense:futureYears},xYears:{one:"vuosi",other:"{{count}} vuotta",futureTense:futureYears},overXYears:{one:"yli vuosi",other:"yli {{count}} vuotta",futureTense:futureYears},almostXYears:{one:"lähes vuosi",other:"lähes {{count}} vuotta",futureTense:futureYears}};return{localize:function localize(e,t,n){n=n||{};var i=o[e],r=1===t?i.one:i.other.replace("{{count}}",t);return n.addSuffix?0<n.comparison?i.futureTense(r)+" kuluttua":r+" sitten":r}}}},function(e,t,n){var o=n(2);e.exports=function buildFormatLocale(){var t=["tammi","helmi","maalis","huhti","touko","kesä","heinä","elo","syys","loka","marras","joulu"],n=["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],i=["su","ma","ti","ke","to","pe","la"],r=["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"];function meridiem(e){return e.getHours()<12?"AP":"IP"}var e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return i[e.getDay()]},dddd:function(e){return r[e.getDay()]},A:meridiem,a:meridiem,aa:meridiem};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return t[n](e).toString()+"."}}),{formatters:e,formattingTokensRegExp:o(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"mas maliit sa isang segundo",other:"mas maliit sa {{count}} segundo"},xSeconds:{one:"1 segundo",other:"{{count}} segundo"},halfAMinute:"kalahating minuto",lessThanXMinutes:{one:"mas maliit sa isang minuto",other:"mas maliit sa {{count}} minuto"},xMinutes:{one:"1 minuto",other:"{{count}} minuto"},aboutXHours:{one:"mga 1 oras",other:"mga {{count}} oras"},xHours:{one:"1 oras",other:"{{count}} oras"},xDays:{one:"1 araw",other:"{{count}} araw"},aboutXMonths:{one:"mga 1 buwan",other:"mga {{count}} buwan"},xMonths:{one:"1 buwan",other:"{{count}} buwan"},aboutXYears:{one:"mga 1 taon",other:"mga {{count}} taon"},xYears:{one:"1 taon",other:"{{count}} taon"},overXYears:{one:"higit sa 1 taon",other:"higit sa {{count}} taon"},almostXYears:{one:"halos 1 taon",other:"halos {{count}} taon"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"sa loob ng "+i:i+" ang nakalipas":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],n=["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"],i=["Li","Lu","Ma","Mi","Hu","Bi","Sa"],r=["Lin","Lun","Mar","Miy","Huw","Biy","Sab"],o=["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],a=["NU","NT","NH","NG"],s=["nu","nt","nh","ng"],u=["ng umaga","ng tanghali","ng hapon","ng gabi"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 12<e.getHours()?e.getHours()%12<6?a[2]:a[3]:e.getHours()<12?a[0]:a[1]},a:function(e){return 12<e.getHours()?e.getHours()%12<6?s[2]:s[3]:e.getHours()<12?s[0]:s[1]},aa:function(e){return 12<e.getHours()?e.getHours()%12<6?u[2]:u[3]:e.getHours()<12?u[0]:u[1]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return"ika-"+e}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"moins d’une seconde",other:"moins de {{count}} secondes"},xSeconds:{one:"1 seconde",other:"{{count}} secondes"},halfAMinute:"30 secondes",lessThanXMinutes:{one:"moins d’une minute",other:"moins de {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"environ 1 heure",other:"environ {{count}} heures"},xHours:{one:"1 heure",other:"{{count}} heures"},xDays:{one:"1 jour",other:"{{count}} jours"},aboutXMonths:{one:"environ 1 mois",other:"environ {{count}} mois"},xMonths:{one:"1 mois",other:"{{count}} mois"},aboutXYears:{one:"environ 1 an",other:"environ {{count}} ans"},xYears:{one:"1 an",other:"{{count}} ans"},overXYears:{one:"plus d’un an",other:"plus de {{count}} ans"},almostXYears:{one:"presqu’un an",other:"presque {{count}} ans"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"dans "+i:"il y a "+i:i}}}},function(e,t,n){var d=n(2);e.exports=function buildFormatLocale(){var t=["janv.","févr.","mars","avr.","mai","juin","juill.","août","sept.","oct.","nov.","déc."],n=["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],i=["di","lu","ma","me","je","ve","sa"],r=["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],o=["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],a=["AM","PM"],s=["am","pm"],u=["du matin","de l’après-midi","du soir"],c={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){var t=e.getHours();return t<=12?u[0]:t<=16?u[1]:u[2]},Wo:function(e,t){return function feminineOrdinal(e){return 1!==e?e+"e":"1re"}(t.W(e))}};return["M","D","DDD","d","Q"].forEach(function(n){c[n+"o"]=function(e,t){return function masculineOrdinal(e){return 1!==e?e+"e":"1er"}(t[n](e))}}),["MMM","MMMM"].forEach(function(i){c["Do "+i]=function(e,t){var n=1===e.getDate()?"Do":"D";return(c[n]||t[n])(e,t)+" "+c[i](e)}}),{formatters:c,formattingTokensRegExp:d(c)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:{standalone:"manje od 1 sekunde",withPrepositionAgo:"manje od 1 sekunde",withPrepositionIn:"manje od 1 sekundu"},dual:"manje od {{count}} sekunde",other:"manje od {{count}} sekundi"},xSeconds:{one:{standalone:"1 sekunda",withPrepositionAgo:"1 sekunde",withPrepositionIn:"1 sekundu"},dual:"{{count}} sekunde",other:"{{count}} sekundi"},halfAMinute:"pola minute",lessThanXMinutes:{one:{standalone:"manje od 1 minute",withPrepositionAgo:"manje od 1 minute",withPrepositionIn:"manje od 1 minutu"},dual:"manje od {{count}} minute",other:"manje od {{count}} minuta"},xMinutes:{one:{standalone:"1 minuta",withPrepositionAgo:"1 minute",withPrepositionIn:"1 minutu"},dual:"{{count}} minute",other:"{{count}} minuta"},aboutXHours:{one:{standalone:"oko 1 sat",withPrepositionAgo:"oko 1 sat",withPrepositionIn:"oko 1 sat"},dual:"oko {{count}} sata",other:"oko {{count}} sati"},xHours:{one:{standalone:"1 sat",withPrepositionAgo:"1 sat",withPrepositionIn:"1 sat"},dual:"{{count}} sata",other:"{{count}} sati"},xDays:{one:{standalone:"1 dan",withPrepositionAgo:"1 dan",withPrepositionIn:"1 dan"},dual:"{{count}} dana",other:"{{count}} dana"},aboutXMonths:{one:{standalone:"oko 1 mjesec",withPrepositionAgo:"oko 1 mjesec",withPrepositionIn:"oko 1 mjesec"},dual:"oko {{count}} mjeseca",other:"oko {{count}} mjeseci"},xMonths:{one:{standalone:"1 mjesec",withPrepositionAgo:"1 mjesec",withPrepositionIn:"1 mjesec"},dual:"{{count}} mjeseca",other:"{{count}} mjeseci"},aboutXYears:{one:{standalone:"oko 1 godinu",withPrepositionAgo:"oko 1 godinu",withPrepositionIn:"oko 1 godinu"},dual:"oko {{count}} godine",other:"oko {{count}} godina"},xYears:{one:{standalone:"1 godina",withPrepositionAgo:"1 godine",withPrepositionIn:"1 godinu"},dual:"{{count}} godine",other:"{{count}} godina"},overXYears:{one:{standalone:"preko 1 godinu",withPrepositionAgo:"preko 1 godinu",withPrepositionIn:"preko 1 godinu"},dual:"preko {{count}} godine",other:"preko {{count}} godina"},almostXYears:{one:{standalone:"gotovo 1 godinu",withPrepositionAgo:"gotovo 1 godinu",withPrepositionIn:"gotovo 1 godinu"},dual:"gotovo {{count}} godine",other:"gotovo {{count}} godina"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?n.addSuffix?0<n.comparison?r[e].one.withPrepositionIn:r[e].one.withPrepositionAgo:r[e].one.standalone:1<t%10&&t%10<5&&"1"!==String(t).substr(-2,1)?r[e].dual.replace("{{count}}",t):r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"za "+i:"prije "+i:i}}}},function(e,t,n){var l=n(2);e.exports=function buildFormatLocale(){var t=["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],n=["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"],i=["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenog","prosinca"],r=["ne","po","ut","sr","če","pe","su"],o=["ned","pon","uto","sri","čet","pet","sub"],a=["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],s=["ujutro","popodne"],u=["ujutro","popodne"],c=["ujutro","popodne"],d={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return r[e.getDay()]},ddd:function(e){return o[e.getDay()]},dddd:function(e){return a[e.getDay()]},A:function(e){return 1<=e.getHours()/12?s[1]:s[0]},a:function(e){return 1<=e.getHours()/12?u[1]:u[0]},aa:function(e){return 1<=e.getHours()/12?c[1]:c[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){d[n+"o"]=function(e,t){return function ordinal(e){return e+"."}(t[n](e))}}),["D","Do","DD"].forEach(function(n){d[n+" MMM"]=function(e,t){return(d[n]||t[n])(e,t)+" "+i[e.getMonth()]}}),{formatters:d,formattingTokensRegExp:l(d)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"kevesebb, mint egy másodperce",other:"kevesebb, mint {{count}} másodperce"},xSeconds:{one:"1 másodperce",other:"{{count}} másodperce"},halfAMinute:"fél perce",lessThanXMinutes:{one:"kevesebb, mint egy perce",other:"kevesebb, mint {{count}} perce"},xMinutes:{one:"1 perce",other:"{{count}} perce"},aboutXHours:{one:"közel 1 órája",other:"közel {{count}} órája"},xHours:{one:"1 órája",other:"{{count}} órája"},xDays:{one:"1 napja",other:"{{count}} napja"},aboutXMonths:{one:"közel 1 hónapja",other:"közel {{count}} hónapja"},xMonths:{one:"1 hónapja",other:"{{count}} hónapja"},aboutXYears:{one:"közel 1 éve",other:"közel {{count}} éve"},xYears:{one:"1 éve",other:"{{count}} éve"},overXYears:{one:"több, mint 1 éve",other:"több, mint {{count}} éve"},almostXYears:{one:"majdnem 1 éve",other:"majdnem {{count}} éve"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?""+i:i+"":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["Jan","Feb","Már","Ápr","Máj","Jún","Júl","Aug","Sze","Okt","Nov","Dec"],n=["Január","Február","Március","Április","Május","Június","Július","Augusztus","Szeptember","Október","November","December"],i=["Va","Hé","Ke","Sze","Cs","Pé","Szo"],r=["Vas","Hét","Ked","Sze","Csü","Pén","Szo"],o=["Vasárnap","Hétfő","Kedd","Szerda","Csütörtök","Péntek","Szombat"],a=["DE","DU"],s=["de","du"],u=["délelőtt","délután"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){var t=e%100;if(20<t||t<10)switch(t%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"kurang dari 1 detik",other:"kurang dari {{count}} detik"},xSeconds:{one:"1 detik",other:"{{count}} detik"},halfAMinute:"setengah menit",lessThanXMinutes:{one:"kurang dari 1 menit",other:"kurang dari {{count}} menit"},xMinutes:{one:"1 menit",other:"{{count}} menit"},aboutXHours:{one:"sekitar 1 jam",other:"sekitar {{count}} jam"},xHours:{one:"1 jam",other:"{{count}} jam"},xDays:{one:"1 hari",other:"{{count}} hari"},aboutXMonths:{one:"sekitar 1 bulan",other:"sekitar {{count}} bulan"},xMonths:{one:"1 bulan",other:"{{count}} bulan"},aboutXYears:{one:"sekitar 1 tahun",other:"sekitar {{count}} tahun"},xYears:{one:"1 tahun",other:"{{count}} tahun"},overXYears:{one:"lebih dari 1 tahun",other:"lebih dari {{count}} tahun"},almostXYears:{one:"hampir 1 tahun",other:"hampir {{count}} tahun"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"dalam waktu "+i:i+" yang lalu":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],n=["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],i=["Mi","Sn","Sl","Ra","Ka","Ju","Sa"],r=["Min","Sen","Sel","Rab","Kam","Jum","Sab"],o=["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){switch(e){case 1:return"pertama";case 2:return"kedua";case 3:return"ketiga";default:return"ke-"+e}}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"minna en 1 sekúnda",other:"minna en {{count}} sekúndur"},xSeconds:{one:"1 sekúnda",other:"{{count}} sekúndur"},halfAMinute:"hálf mínúta",lessThanXMinutes:{one:"minna en 1 mínúta",other:"minna en {{count}} mínútur"},xMinutes:{one:"1 mínúta",other:"{{count}} mínútur"},aboutXHours:{one:"u.þ.b. 1 klukkustund",other:"u.þ.b. {{count}} klukkustundir"},xHours:{one:"1 klukkustund",other:"{{count}} klukkustundir"},xDays:{one:"1 dagur",other:"{{count}} dagar"},aboutXMonths:{one:"u.þ.b. 1 mánuður",other:"u.þ.b. {{count}} mánuðir"},xMonths:{one:"1 mánuður",other:"{{count}} mánuðir"},aboutXYears:{one:"u.þ.b. 1 ár",other:"u.þ.b. {{count}} ár"},xYears:{one:"1 ár",other:"{{count}} ár"},overXYears:{one:"meira en 1 ár",other:"meira en {{count}} ár"},almostXYears:{one:"næstum 1 ár",other:"næstum {{count}} ár"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"í "+i:i+" síðan":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan","feb","mar","apr","maí","jún","júl","ágú","sep","okt","nóv","des"],n=["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"],i=["su","má","þr","mi","fi","fö","la"],r=["sun","mán","þri","mið","fim","fös","lau"],o=["sunnudaginn","mánudaginn","þriðjudaginn","miðvikudaginn","fimmtudaginn","föstudaginn","laugardaginn"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return""+e}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"meno di un secondo",other:"meno di {{count}} secondi"},xSeconds:{one:"un secondo",other:"{{count}} secondi"},halfAMinute:"alcuni secondi",lessThanXMinutes:{one:"meno di un minuto",other:"meno di {{count}} minuti"},xMinutes:{one:"un minuto",other:"{{count}} minuti"},aboutXHours:{one:"circa un'ora",other:"circa {{count}} ore"},xHours:{one:"un'ora",other:"{{count}} ore"},xDays:{one:"un giorno",other:"{{count}} giorni"},aboutXMonths:{one:"circa un mese",other:"circa {{count}} mesi"},xMonths:{one:"un mese",other:"{{count}} mesi"},aboutXYears:{one:"circa un anno",other:"circa {{count}} anni"},xYears:{one:"un anno",other:"{{count}} anni"},overXYears:{one:"più di un anno",other:"più di {{count}} anni"},almostXYears:{one:"quasi un anno",other:"quasi {{count}} anni"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"tra "+i:i+" fa":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],n=["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],i=["do","lu","ma","me","gi","ve","sa"],r=["dom","lun","mar","mer","gio","ven","sab"],o=["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"º"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"1秒以下",other:"{{count}}秒以下"},xSeconds:{one:"1秒",other:"{{count}}秒"},halfAMinute:"30秒ぐらい",lessThanXMinutes:{one:"1分以下",other:"{{count}}分以下"},xMinutes:{one:"1分",other:"{{count}}分"},aboutXHours:{one:"1時間ぐらい",other:"{{count}}時間ぐらい"},xHours:{one:"1時間",other:"{{count}}時間"},xDays:{one:"1日",other:"{{count}}日"},aboutXMonths:{one:"1ヶ月ぐらい",other:"{{count}}ヶ月ぐらい"},xMonths:{one:"1ヶ月",other:"{{count}}ヶ月"},aboutXYears:{one:"1年ぐらい",other:"{{count}}年ぐらい"},xYears:{one:"1年",other:"{{count}}年"},overXYears:{one:"1年以上",other:"{{count}}年以上"},almostXYears:{one:"1年以下",other:"{{count}}年以下"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?i+"後":i+"前":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],n=["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],i=["日","月","火","水","木","金","土"],r=["日曜","月曜","火曜","水曜","木曜","金曜","土曜"],o=["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],a=["午前","午後"],s=["午前","午後"],u=["午前","午後"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"日"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"1초 미만",other:"{{count}}초 미만"},xSeconds:{one:"1초",other:"{{count}}초"},halfAMinute:"30초",lessThanXMinutes:{one:"1분 미만",other:"{{count}}분 미만"},xMinutes:{one:"1분",other:"{{count}}분"},aboutXHours:{one:"약 1시간",other:"약 {{count}}시간"},xHours:{one:"1시간",other:"{{count}}시간"},xDays:{one:"1일",other:"{{count}}일"},aboutXMonths:{one:"약 1개월",other:"약 {{count}}개월"},xMonths:{one:"1개월",other:"{{count}}개월"},aboutXYears:{one:"약 1년",other:"약 {{count}}년"},xYears:{one:"1년",other:"{{count}}년"},overXYears:{one:"1년 이상",other:"{{count}}년 이상"},almostXYears:{one:"거의 1년",other:"거의 {{count}}년"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?i+" 후":i+" 전":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],n=["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],i=["일","월","화","수","목","금","토"],r=["일","월","화","수","목","금","토"],o=["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],a=["오전","오후"],s=["오전","오후"],u=["오전","오후"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"일"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"помалку од секунда",other:"помалку од {{count}} секунди"},xSeconds:{one:"1 секунда",other:"{{count}} секунди"},halfAMinute:"половина минута",lessThanXMinutes:{one:"помалку од минута",other:"помалку од {{count}} минути"},xMinutes:{one:"1 минута",other:"{{count}} минути"},aboutXHours:{one:"околу 1 час",other:"околу {{count}} часа"},xHours:{one:"1 час",other:"{{count}} часа"},xDays:{one:"1 ден",other:"{{count}} дена"},aboutXMonths:{one:"околу 1 месец",other:"околу {{count}} месеци"},xMonths:{one:"1 месец",other:"{{count}} месеци"},aboutXYears:{one:"околу 1 година",other:"околу {{count}} години"},xYears:{one:"1 година",other:"{{count}} години"},overXYears:{one:"повеќе од 1 година",other:"повеќе од {{count}} години"},almostXYears:{one:"безмалку 1 година",other:"безмалку {{count}} години"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"за "+i:"пред "+i:i}}}},function(e,t,n){var s=n(2);e.exports=function buildFormatLocale(){var t=["јан","фев","мар","апр","мај","јун","јул","авг","сеп","окт","ное","дек"],n=["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"],i=["не","по","вт","ср","че","пе","са"],r=["нед","пон","вто","сре","чет","пет","саб"],o=["недела","понеделник","вторник","среда","четврток","петок","сабота"],a=["претпладне","попладне"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?a[1]:a[0]},aa:function(e){return 1<=e.getHours()/12?a[1]:a[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){var t=e%100;if(20<t||t<10)switch(t%10){case 1:return e+"-ви";case 2:return e+"-ри";case 7:case 8:return e+"-ми"}return e+"-ти"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:s(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"mindre enn ett sekund",other:"mindre enn {{count}} sekunder"},xSeconds:{one:"ett sekund",other:"{{count}} sekunder"},halfAMinute:"et halvt minutt",lessThanXMinutes:{one:"mindre enn ett minutt",other:"mindre enn {{count}} minutter"},xMinutes:{one:"ett minutt",other:"{{count}} minutter"},aboutXHours:{one:"rundt en time",other:"rundt {{count}} timer"},xHours:{one:"en time",other:"{{count}} timer"},xDays:{one:"en dag",other:"{{count}} dager"},aboutXMonths:{one:"rundt en måned",other:"rundt {{count}} måneder"},xMonths:{one:"en måned",other:"{{count}} måneder"},aboutXYears:{one:"rundt ett år",other:"rundt {{count}} år"},xYears:{one:"ett år",other:"{{count}} år"},overXYears:{one:"over ett år",other:"over {{count}} år"},almostXYears:{one:"nesten ett år",other:"nesten {{count}} år"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"om "+i:i+" siden":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan.","feb.","mars","april","mai","juni","juli","aug.","sep.","okt.","nov.","des."],n=["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],i=["sø","ma","ti","on","to","fr","lø"],r=["sø.","ma.","ti.","on.","to.","fr.","lø."],o=["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"."}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"minder dan een seconde",other:"minder dan {{count}} seconden"},xSeconds:{one:"1 seconde",other:"{{count}} seconden"},halfAMinute:"een halve minuut",lessThanXMinutes:{one:"minder dan een minuut",other:"minder dan {{count}} minuten"},xMinutes:{one:"een minuut",other:"{{count}} minuten"},aboutXHours:{one:"ongeveer 1 uur",other:"ongeveer {{count}} uur"},xHours:{one:"1 uur",other:"{{count}} uur"},xDays:{one:"1 dag",other:"{{count}} dagen"},aboutXMonths:{one:"ongeveer 1 maand",other:"ongeveer {{count}} maanden"},xMonths:{one:"1 maand",other:"{{count}} maanden"},aboutXYears:{one:"ongeveer 1 jaar",other:"ongeveer {{count}} jaar"},xYears:{one:"1 jaar",other:"{{count}} jaar"},overXYears:{one:"meer dan 1 jaar",other:"meer dan {{count}} jaar"},almostXYears:{one:"bijna 1 jaar",other:"bijna {{count}} jaar"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"over "+i:i+" geleden":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan","feb","mar","apr","mei","jun","jul","aug","sep","okt","nov","dec"],n=["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],i=["zo","ma","di","wo","do","vr","za"],r=["zon","maa","din","woe","don","vri","zat"],o=["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"e"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){function declension(e,t,n){n=n||"regular";var i=function declensionGroup(e,t){if(1===t)return e.one;var n=t%100;if(n<=20&&10<n)return e.other;var i=n%10;return 2<=i&&i<=4?e.twoFour:e.other}(e,t);return(i[n]||i).replace("{{count}}",t)}e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:{regular:"mniej niż sekunda",past:"mniej niż sekundę",future:"mniej niż sekundę"},twoFour:"mniej niż {{count}} sekundy",other:"mniej niż {{count}} sekund"},xSeconds:{one:{regular:"sekunda",past:"sekundę",future:"sekundę"},twoFour:"{{count}} sekundy",other:"{{count}} sekund"},halfAMinute:{one:"pół minuty",twoFour:"pół minuty",other:"pół minuty"},lessThanXMinutes:{one:{regular:"mniej niż minuta",past:"mniej niż minutę",future:"mniej niż minutę"},twoFour:"mniej niż {{count}} minuty",other:"mniej niż {{count}} minut"},xMinutes:{one:{regular:"minuta",past:"minutę",future:"minutę"},twoFour:"{{count}} minuty",other:"{{count}} minut"},aboutXHours:{one:{regular:"około godzina",past:"około godziny",future:"około godzinę"},twoFour:"około {{count}} godziny",other:"około {{count}} godzin"},xHours:{one:{regular:"godzina",past:"godzinę",future:"godzinę"},twoFour:"{{count}} godziny",other:"{{count}} godzin"},xDays:{one:{regular:"dzień",past:"dzień",future:"1 dzień"},twoFour:"{{count}} dni",other:"{{count}} dni"},aboutXMonths:{one:"około miesiąc",twoFour:"około {{count}} miesiące",other:"około {{count}} miesięcy"},xMonths:{one:"miesiąc",twoFour:"{{count}} miesiące",other:"{{count}} miesięcy"},aboutXYears:{one:"około rok",twoFour:"około {{count}} lata",other:"około {{count}} lat"},xYears:{one:"rok",twoFour:"{{count}} lata",other:"{{count}} lat"},overXYears:{one:"ponad rok",twoFour:"ponad {{count}} lata",other:"ponad {{count}} lat"},almostXYears:{one:"prawie rok",twoFour:"prawie {{count}} lata",other:"prawie {{count}} lat"}};return{localize:function localize(e,t,n){var i=r[e];return(n=n||{}).addSuffix?0<n.comparison?"za "+declension(i,t,"future"):declension(i,t,"past")+" temu":declension(i,t)}}}},function(e,t,n){var s=n(2);e.exports=function buildFormatLocale(){var t=["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],n=["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],i=["nd","pn","wt","śr","cz","pt","sb"],r=["niedz.","pon.","wt.","śr.","czw.","piąt.","sob."],o=["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],a=["w nocy","rano","po południu","wieczorem"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){var t=e.getHours();return 17<=t?a[3]:12<=t?a[2]:4<=t?a[1]:a[0]}};return e.a=e.A,e.aa=e.A,["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return t[n](e).toString()}}),{formatters:e,formattingTokensRegExp:s(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"menos de um segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"meio minuto",lessThanXMinutes:{one:"menos de um minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"aproximadamente 1 hora",other:"aproximadamente {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 dia",other:"{{count}} dias"},aboutXMonths:{one:"aproximadamente 1 mês",other:"aproximadamente {{count}} meses"},xMonths:{one:"1 mês",other:"{{count}} meses"},aboutXYears:{one:"aproximadamente 1 ano",other:"aproximadamente {{count}} anos"},xYears:{one:"1 ano",other:"{{count}} anos"},overXYears:{one:"mais de 1 ano",other:"mais de {{count}} anos"},almostXYears:{one:"quase 1 ano",other:"quase {{count}} anos"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"daqui a "+i:"há "+i:i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],n=["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],i=["do","se","te","qa","qi","se","sa"],r=["dom","seg","ter","qua","qui","sex","sáb"],o=["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"º"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"mai puțin de o secundă",other:"mai puțin de {{count}} secunde"},xSeconds:{one:"1 secundă",other:"{{count}} secunde"},halfAMinute:"jumătate de minut",lessThanXMinutes:{one:"mai puțin de un minut",other:"mai puțin de {{count}} minute"},xMinutes:{one:"1 minut",other:"{{count}} minute"},aboutXHours:{one:"circa 1 oră",other:"circa {{count}} ore"},xHours:{one:"1 oră",other:"{{count}} ore"},xDays:{one:"1 zi",other:"{{count}} zile"},aboutXMonths:{one:"circa 1 lună",other:"circa {{count}} luni"},xMonths:{one:"1 lună",other:"{{count}} luni"},aboutXYears:{one:"circa 1 an",other:"circa {{count}} ani"},xYears:{one:"1 an",other:"{{count}} ani"},overXYears:{one:"peste 1 an",other:"peste {{count}} ani"},almostXYears:{one:"aproape 1 an",other:"aproape {{count}} ani"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"în "+i:i+" în urmă":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["ian","feb","mar","apr","mai","iun","iul","aug","sep","oct","noi","dec"],n=["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"],i=["du","lu","ma","mi","jo","vi","sâ"],r=["dum","lun","mar","mie","joi","vin","sâm"],o=["duminică","luni","marți","miercuri","joi","vineri","sâmbăta"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e.toString()}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){function declension(e,t){if(void 0!==e.one&&1===t)return e.one;var n=t%10,i=t%100;return 1===n&&11!==i?e.singularNominative.replace("{{count}}",t):2<=n&&n<=4&&(i<10||20<i)?e.singularGenitive.replace("{{count}}",t):e.pluralGenitive.replace("{{count}}",t)}function buildLocalizeTokenFn(n){return function(e,t){return t.addSuffix?0<t.comparison?n.future?declension(n.future,e):"через "+declension(n.regular,e):n.past?declension(n.past,e):declension(n.regular,e)+" назад":declension(n.regular,e)}}e.exports=function buildDistanceInWordsLocale(){var i={lessThanXSeconds:buildLocalizeTokenFn({regular:{one:"меньше секунды",singularNominative:"меньше {{count}} секунды",singularGenitive:"меньше {{count}} секунд",pluralGenitive:"меньше {{count}} секунд"},future:{one:"меньше, чем через секунду",singularNominative:"меньше, чем через {{count}} секунду",singularGenitive:"меньше, чем через {{count}} секунды",pluralGenitive:"меньше, чем через {{count}} секунд"}}),xSeconds:buildLocalizeTokenFn({regular:{singularNominative:"{{count}} секунда",singularGenitive:"{{count}} секунды",pluralGenitive:"{{count}} секунд"},past:{singularNominative:"{{count}} секунду назад",singularGenitive:"{{count}} секунды назад",pluralGenitive:"{{count}} секунд назад"},future:{singularNominative:"через {{count}} секунду",singularGenitive:"через {{count}} секунды",pluralGenitive:"через {{count}} секунд"}}),halfAMinute:function(e,t){return t.addSuffix?0<t.comparison?"через полминуты":"полминуты назад":"полминуты"},lessThanXMinutes:buildLocalizeTokenFn({regular:{one:"меньше минуты",singularNominative:"меньше {{count}} минуты",singularGenitive:"меньше {{count}} минут",pluralGenitive:"меньше {{count}} минут"},future:{one:"меньше, чем через минуту",singularNominative:"меньше, чем через {{count}} минуту",singularGenitive:"меньше, чем через {{count}} минуты",pluralGenitive:"меньше, чем через {{count}} минут"}}),xMinutes:buildLocalizeTokenFn({regular:{singularNominative:"{{count}} минута",singularGenitive:"{{count}} минуты",pluralGenitive:"{{count}} минут"},past:{singularNominative:"{{count}} минуту назад",singularGenitive:"{{count}} минуты назад",pluralGenitive:"{{count}} минут назад"},future:{singularNominative:"через {{count}} минуту",singularGenitive:"через {{count}} минуты",pluralGenitive:"через {{count}} минут"}}),aboutXHours:buildLocalizeTokenFn({regular:{singularNominative:"около {{count}} часа",singularGenitive:"около {{count}} часов",pluralGenitive:"около {{count}} часов"},future:{singularNominative:"приблизительно через {{count}} час",singularGenitive:"приблизительно через {{count}} часа",pluralGenitive:"приблизительно через {{count}} часов"}}),xHours:buildLocalizeTokenFn({regular:{singularNominative:"{{count}} час",singularGenitive:"{{count}} часа",pluralGenitive:"{{count}} часов"}}),xDays:buildLocalizeTokenFn({regular:{singularNominative:"{{count}} день",singularGenitive:"{{count}} дня",pluralGenitive:"{{count}} дней"}}),aboutXMonths:buildLocalizeTokenFn({regular:{singularNominative:"около {{count}} месяца",singularGenitive:"около {{count}} месяцев",pluralGenitive:"около {{count}} месяцев"},future:{singularNominative:"приблизительно через {{count}} месяц",singularGenitive:"приблизительно через {{count}} месяца",pluralGenitive:"приблизительно через {{count}} месяцев"}}),xMonths:buildLocalizeTokenFn({regular:{singularNominative:"{{count}} месяц",singularGenitive:"{{count}} месяца",pluralGenitive:"{{count}} месяцев"}}),aboutXYears:buildLocalizeTokenFn({regular:{singularNominative:"около {{count}} года",singularGenitive:"около {{count}} лет",pluralGenitive:"около {{count}} лет"},future:{singularNominative:"приблизительно через {{count}} год",singularGenitive:"приблизительно через {{count}} года",pluralGenitive:"приблизительно через {{count}} лет"}}),xYears:buildLocalizeTokenFn({regular:{singularNominative:"{{count}} год",singularGenitive:"{{count}} года",pluralGenitive:"{{count}} лет"}}),overXYears:buildLocalizeTokenFn({regular:{singularNominative:"больше {{count}} года",singularGenitive:"больше {{count}} лет",pluralGenitive:"больше {{count}} лет"},future:{singularNominative:"больше, чем через {{count}} год",singularGenitive:"больше, чем через {{count}} года",pluralGenitive:"больше, чем через {{count}} лет"}}),almostXYears:buildLocalizeTokenFn({regular:{singularNominative:"почти {{count}} год",singularGenitive:"почти {{count}} года",pluralGenitive:"почти {{count}} лет"},future:{singularNominative:"почти через {{count}} год",singularGenitive:"почти через {{count}} года",pluralGenitive:"почти через {{count}} лет"}})};return{localize:function localize(e,t,n){return n=n||{},i[e](t,n)}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["янв.","фев.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],n=["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],i=["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"],r=["вс","пн","вт","ср","чт","пт","сб"],o=["вск","пнд","втр","срд","чтв","птн","суб"],a=["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],s=["ночи","утра","дня","вечера"],u={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return r[e.getDay()]},ddd:function(e){return o[e.getDay()]},dddd:function(e){return a[e.getDay()]},A:function(e){var t=e.getHours();return 17<=t?s[3]:12<=t?s[2]:4<=t?s[1]:s[0]},Do:function(e,t){return t.D(e)+"-е"},Wo:function(e,t){return t.W(e)+"-я"}};return u.a=u.A,u.aa=u.A,["M","DDD","d","Q"].forEach(function(n){u[n+"o"]=function(e,t){return t[n](e)+"-й"}}),["D","Do","DD"].forEach(function(n){u[n+" MMMM"]=function(e,t){return(u[n]||t[n])(e,t)+" "+i[e.getMonth()]}}),{formatters:u,formattingTokensRegExp:c(u)}}},function(e,t){function declension(e,t,n){var i=function declensionGroup(e,t){return 1===t?e.one:2<=t&&t<=4?e.twoFour:e.other}(e,t);return(i[n]||i).replace("{{count}}",t)}function prefixPreposition(e){var t="";return"almost"===e&&(t="takmer"),"about"===e&&(t="približne"),0<t.length?t+" ":""}function suffixPreposition(e){var t="";return"lessThan"===e&&(t="menej než"),"over"===e&&(t="viac než"),0<t.length?t+" ":""}e.exports=function buildDistanceInWordsLocale(){var a={xSeconds:{one:{regular:"sekunda",past:"sekundou",future:"sekundu"},twoFour:{regular:"{{count}} sekundy",past:"{{count}} sekundami",future:"{{count}} sekundy"},other:{regular:"{{count}} sekúnd",past:"{{count}} sekundami",future:"{{count}} sekúnd"}},halfAMinute:{other:{regular:"pol minúty",past:"pol minútou",future:"pol minúty"}},xMinutes:{one:{regular:"minúta",past:"minútou",future:"minútu"},twoFour:{regular:"{{count}} minúty",past:"{{count}} minútami",future:"{{count}} minúty"},other:{regular:"{{count}} minút",past:"{{count}} minútami",future:"{{count}} minút"}},xHours:{one:{regular:"hodina",past:"hodinou",future:"hodinu"},twoFour:{regular:"{{count}} hodiny",past:"{{count}} hodinami",future:"{{count}} hodiny"},other:{regular:"{{count}} hodín",past:"{{count}} hodinami",future:"{{count}} hodín"}},xDays:{one:{regular:"deň",past:"dňom",future:"deň"},twoFour:{regular:"{{count}} dni",past:"{{count}} dňami",future:"{{count}} dni"},other:{regular:"{{count}} dní",past:"{{count}} dňami",future:"{{count}} dní"}},xMonths:{one:{regular:"mesiac",past:"mesiacom",future:"mesiac"},twoFour:{regular:"{{count}} mesiace",past:"{{count}} mesiacmi",future:"{{count}} mesiace"},other:{regular:"{{count}} mesiacov",past:"{{count}} mesiacmi",future:"{{count}} mesiacov"}},xYears:{one:{regular:"rok",past:"rokom",future:"rok"},twoFour:{regular:"{{count}} roky",past:"{{count}} rokmi",future:"{{count}} roky"},other:{regular:"{{count}} rokov",past:"{{count}} rokmi",future:"{{count}} rokov"}}};return{localize:function localize(e,t,n){n=n||{};var i=function extractPreposition(t){return["lessThan","about","over","almost"].filter(function(e){return!!t.match(new RegExp("^"+e))})[0]}(e)||"",r=function lowercaseFirstLetter(e){return e.charAt(0).toLowerCase()+e.slice(1)}(e.substring(i.length)),o=a[r];return n.addSuffix?0<n.comparison?prefixPreposition(i)+"za "+suffixPreposition(i)+declension(o,t,"future"):prefixPreposition(i)+"pred "+suffixPreposition(i)+declension(o,t,"past"):prefixPreposition(i)+suffixPreposition(i)+declension(o,t,"regular")}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],n=["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"],i=["ne","po","ut","st","št","pi","so"],r=["neď","pon","uto","str","štv","pia","sob"],o=["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"."}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"manj kot sekunda",two:"manj kot 2 sekundi",three:"manj kot {{count}} sekunde",other:"manj kot {{count}} sekund"},xSeconds:{one:"1 sekunda",two:"2 sekundi",three:"{{count}} sekunde",other:"{{count}} sekund"},halfAMinute:"pol minute",lessThanXMinutes:{one:"manj kot minuta",two:"manj kot 2 minuti",three:"manj kot {{count}} minute",other:"manj kot {{count}} minut"},xMinutes:{one:"1 minuta",two:"2 minuti",three:"{{count}} minute",other:"{{count}} minut"},aboutXHours:{one:"približno 1 ura",two:"približno 2 uri",three:"približno {{count}} ure",other:"približno {{count}} ur"},xHours:{one:"1 ura",two:"2 uri",three:"{{count}} ure",other:"{{count}} ur"},xDays:{one:"1 dan",two:"2 dni",three:"{{count}} dni",other:"{{count}} dni"},aboutXMonths:{one:"približno 1 mesec",two:"približno 2 meseca",three:"približno {{count}} mesece",other:"približno {{count}} mesecev"},xMonths:{one:"1 mesec",two:"2 meseca",three:"{{count}} meseci",other:"{{count}} mesecev"},aboutXYears:{one:"približno 1 leto",two:"približno 2 leti",three:"približno {{count}} leta",other:"približno {{count}} let"},xYears:{one:"1 leto",two:"2 leti",three:"{{count}} leta",other:"{{count}} let"},overXYears:{one:"več kot 1 leto",two:"več kot 2 leti",three:"več kot {{count}} leta",other:"več kot {{count}} let"},almostXYears:{one:"skoraj 1 leto",two:"skoraj 2 leti",three:"skoraj {{count}} leta",other:"skoraj {{count}} let"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:2===t?r[e].two:3===t||4===t?r[e].three.replace("{{count}}",t):r[e].other.replace("{{count}}",t),n.addSuffix?(i=i.replace(/(minut|sekund|ur)(a)/,"$1o"),"xMonths"===e&&(i=i.replace(/(mesec)(i)/,"$1e")),0<n.comparison?"čez "+i:i+" nazaj"):i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],n=["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"],i=["ne","po","to","sr","če","pe","so"],r=["ned","pon","tor","sre","čet","pet","sob"],o=["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],a=["AM","PM"],s=["am","pm"],u=["a.m.","p.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e+"."}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var o={lessThanXSeconds:{singular:"mindre än en sekund",plural:"mindre än {{count}} sekunder"},xSeconds:{singular:"en sekund",plural:"{{count}} sekunder"},halfAMinute:"en halv minut",lessThanXMinutes:{singular:"mindre än en minut",plural:"mindre än {{count}} minuter"},xMinutes:{singular:"en minut",plural:"{{count}} minuter"},aboutXHours:{singular:"ungefär en timme",plural:"ungefär {{count}} timmar"},xHours:{singular:"en timme",plural:"{{count}} timmar"},xDays:{singular:"en dag",plural:"{{count}} dagar"},aboutXMonths:{singular:"ungefär en månad",plural:"ungefär {{count}} månader"},xMonths:{singular:"en månad",plural:"{{count}} månader"},aboutXYears:{singular:"ungefär ett år",plural:"ungefär {{count}} år"},xYears:{singular:"ett år",plural:"{{count}} år"},overXYears:{singular:"över ett år",plural:"över {{count}} år"},almostXYears:{singular:"nästan ett år",plural:"nästan {{count}} år"}},a=["noll","en","två","tre","fyra","fem","sex","sju","åtta","nio","tio","elva","tolv"];return{localize:function localize(e,t,n){n=n||{};var i,r=o[e];return i="string"==typeof r?r:0===t||1<t?r.plural.replace("{{count}}",t<13?a[t]:t):r.singular,n.addSuffix?0<n.comparison?"om "+i:i+" sedan":i}}}},function(e,t,n){var s=n(2);e.exports=function buildFormatLocale(){var t=["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],n=["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],i=["sö","må","ti","on","to","fr","lö"],r=["sön","mån","tis","ons","tor","fre","lör"],o=["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],a=["f.m.","e.m."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},aa:function(e){return 1<=e.getHours()/12?a[1]:a[0]}};return e.A=e.aa,e.a=e.aa,["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){var t=e%100;if(20<t||t<10)switch(t%10){case 1:case 2:return e+":a"}return e+":e"}(t[n](e))}}),{formatters:e,formattingTokensRegExp:s(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"น้อยกว่า 1 วินาที",other:"น้อยกว่า {{count}} วินาที"},xSeconds:{one:"1 วินาที",other:"{{count}} วินาที"},halfAMinute:"ครึ่งนาที",lessThanXMinutes:{one:"น้อยกว่า 1 นาที",other:"น้อยกว่า {{count}} นาที"},xMinutes:{one:"1 นาที",other:"{{count}} นาที"},aboutXHours:{one:"ประมาณ 1 ชั่วโมง",other:"ประมาณ {{count}} ชั่วโมง"},xHours:{one:"1 ชั่วโมง",other:"{{count}} ชั่วโมง"},xDays:{one:"1 วัน",other:"{{count}} วัน"},aboutXMonths:{one:"ประมาณ 1 เดือน",other:"ประมาณ {{count}} เดือน"},xMonths:{one:"1 เดือน",other:"{{count}} เดือน"},aboutXYears:{one:"ประมาณ 1 ปี",other:"ประมาณ {{count}} ปี"},xYears:{one:"1 ปี",other:"{{count}} ปี"},overXYears:{one:"มากกว่า 1 ปี",other:"มากกว่า {{count}} ปี"},almostXYears:{one:"เกือบ 1 ปี",other:"เกือบ {{count}} ปี"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?"halfAMinute"===e?"ใน"+i:"ใน "+i:i+"ที่ผ่านมา":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],n=["มกราคาม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],i=["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],r=["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],o=["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"],a=["น."],s=["น."],u=["นาฬิกา"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return a[0]},a:function(e){return s[0]},aa:function(e){return u[0]}};return{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var o={lessThanXSeconds:{one:"bir saniyeden az",other:"{{count}} saniyeden az"},xSeconds:{one:"1 saniye",other:"{{count}} saniye"},halfAMinute:"yarım dakika",lessThanXMinutes:{one:"bir dakikadan az",other:"{{count}} dakikadan az"},xMinutes:{one:"1 dakika",other:"{{count}} dakika"},aboutXHours:{one:"yaklaşık 1 saat",other:"yaklaşık {{count}} saat"},xHours:{one:"1 saat",other:"{{count}} saat"},xDays:{one:"1 gün",other:"{{count}} gün"},aboutXMonths:{one:"yaklaşık 1 ay",other:"yaklaşık {{count}} ay"},xMonths:{one:"1 ay",other:"{{count}} ay"},aboutXYears:{one:"yaklaşık 1 yıl",other:"yaklaşık {{count}} yıl"},xYears:{one:"1 yıl",other:"{{count}} yıl"},overXYears:{one:"1 yıldan fazla",other:"{{count}} yıldan fazla"},almostXYears:{one:"neredeyse 1 yıl",other:"neredeyse {{count}} yıl"}},a=["lessThanXSeconds","lessThanXMinutes","overXYears"];return{localize:function localize(e,t,n){var i;if(n=n||{},i="string"==typeof o[e]?o[e]:1===t?o[e].one:o[e].other.replace("{{count}}",t),n.addSuffix){var r="";return-1<a.indexOf(e)&&(r=" bir süre"),0<n.comparison?i+r+" içinde":i+r+" önce"}return i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],n=["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],i=["Pz","Pt","Sa","Ça","Pe","Cu","Ct"],r=["Paz","Pts","Sal","Çar","Per","Cum","Cts"],o=["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],a=["ÖÖ","ÖS"],s=["öö","ös"],u=["ö.ö.","ö.s."],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){var t={1:"'inci",2:"'inci",3:"'üncü",4:"'üncü",5:"'inci",6:"'ıncı",7:"'inci",8:"'inci",9:"'uncu",10:"'uncu",20:"'inci",30:"'uncu",50:"'inci",60:"'ıncı",70:"'inci",80:"'inci",90:"'ıncı",100:"'üncü"};if(0===e)return"0'ıncı";var n=e%10,i=e%100-n,r=100<=e?100:null;return e+(t[n]||t[i]||t[r])}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"不到 1 秒",other:"不到 {{count}} 秒"},xSeconds:{one:"1 秒",other:"{{count}} 秒"},halfAMinute:"半分钟",lessThanXMinutes:{one:"不到 1 分钟",other:"不到 {{count}} 分钟"},xMinutes:{one:"1 分钟",other:"{{count}} 分钟"},xHours:{one:"1 小时",other:"{{count}} 小时"},aboutXHours:{one:"大约 1 小时",other:"大约 {{count}} 小时"},xDays:{one:"1 天",other:"{{count}} 天"},aboutXMonths:{one:"大约 1 个月",other:"大约 {{count}} 个月"},xMonths:{one:"1 个月",other:"{{count}} 个月"},aboutXYears:{one:"大约 1 年",other:"大约 {{count}} 年"},xYears:{one:"1 年",other:"{{count}} 年"},overXYears:{one:"超过 1 年",other:"超过 {{count}} 年"},almostXYears:{one:"将近 1 年",other:"将近 {{count}} 年"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?i+"内":i+"前":i}}}},function(e,t,n){var s=n(2);e.exports=function buildFormatLocale(){var t=["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],n=["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],i=["日","一","二","三","四","五","六"],r=["周日","周一","周二","周三","周四","周五","周六"],o=["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],a=["上午","下午"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]}};return e.a=e.aa=e.A=function(e){return 1<=e.getHours()/12?a[1]:a[0]},["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e.toString()}(t[n](e))}}),{formatters:e,formattingTokensRegExp:s(e)}}},function(e,t){e.exports=function buildDistanceInWordsLocale(){var r={lessThanXSeconds:{one:"少於 1 秒",other:"少於 {{count}} 秒"},xSeconds:{one:"1 秒",other:"{{count}} 秒"},halfAMinute:"半分鐘",lessThanXMinutes:{one:"少於 1 分鐘",other:"少於 {{count}} 分鐘"},xMinutes:{one:"1 分鐘",other:"{{count}} 分鐘"},xHours:{one:"1 小時",other:"{{count}} 小時"},aboutXHours:{one:"大約 1 小時",other:"大約 {{count}} 小時"},xDays:{one:"1 天",other:"{{count}} 天"},aboutXMonths:{one:"大約 1 個月",other:"大約 {{count}} 個月"},xMonths:{one:"1 個月",other:"{{count}} 個月"},aboutXYears:{one:"大約 1 年",other:"大約 {{count}} 年"},xYears:{one:"1 年",other:"{{count}} 年"},overXYears:{one:"超過 1 年",other:"超過 {{count}} 年"},almostXYears:{one:"將近 1 年",other:"將近 {{count}} 年"}};return{localize:function localize(e,t,n){var i;return n=n||{},i="string"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace("{{count}}",t),n.addSuffix?0<n.comparison?i+"內":i+"前":i}}}},function(e,t,n){var c=n(2);e.exports=function buildFormatLocale(){var t=["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],n=["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],i=["日","一","二","三","四","五","六"],r=["周日","周一","周二","周三","周四","周五","周六"],o=["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],a=["AM","PM"],s=["am","pm"],u=["上午","下午"],e={MMM:function(e){return t[e.getMonth()]},MMMM:function(e){return n[e.getMonth()]},dd:function(e){return i[e.getDay()]},ddd:function(e){return r[e.getDay()]},dddd:function(e){return o[e.getDay()]},A:function(e){return 1<=e.getHours()/12?a[1]:a[0]},a:function(e){return 1<=e.getHours()/12?s[1]:s[0]},aa:function(e){return 1<=e.getHours()/12?u[1]:u[0]}};return["M","D","DDD","d","Q","W"].forEach(function(n){e[n+"o"]=function(e,t){return function ordinal(e){return e.toString()}(t[n](e))}}),{formatters:e,formattingTokensRegExp:c(e)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(17),o=n(18),a=n(6),i=(n.n(a),n(1)),s=n.n(i),u=n(28),c=n(263),d=n(303),l=n(306),h=n(307),f=n(308),m=n(309),p=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function sliceIterator(e,t){var n=[],i=!0,r=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);i=!0);}catch(e){r=!0,o=e}finally{try{!i&&s.return&&s.return()}finally{if(r)throw o}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},v=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},g=function(){function defineProperties(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&defineProperties(e.prototype,t),n&&defineProperties(e,n),e}}();var M=function(e){function bulmaCalendar(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};!function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,bulmaCalendar);var n=function _possibleConstructorReturn(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(bulmaCalendar.__proto__||Object.getPrototypeOf(bulmaCalendar)).call(this));if(n.element=o.e(e)?document.querySelector(e):e,!n.element)throw new Error("An invalid selector or non-DOM node has been provided.");n._clickEvents=["click","touch"],n._supportsPassive=r.a();var i=n.element.dataset?Object.keys(n.element.dataset).filter(function(e){return Object.keys(l.a).includes(e)}).reduce(function(e,t){return v({},e,function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,n.element.dataset[t]))},{}):{};if(n.options=v({},l.a,t,i),void 0===n.options.type)switch(n.element.getAttribute("type")){case"date":n.options.type="date";break;case"time":n.options.type="time";break;default:n.options.type="datetime"}return n._id=r.b("datetimePicker"),n.onToggleDateTimePicker=n.onToggleDateTimePicker.bind(n),n.onCloseDateTimePicker=n.onCloseDateTimePicker.bind(n),n.onDocumentClickDateTimePicker=n.onDocumentClickDateTimePicker.bind(n),n.onValidateClickDateTimePicker=n.onValidateClickDateTimePicker.bind(n),n.onTodayClickDateTimePicker=n.onTodayClickDateTimePicker.bind(n),n.onClearClickDateTimePicker=n.onClearClickDateTimePicker.bind(n),n.onCancelClickDateTimePicker=n.onCancelClickDateTimePicker.bind(n),n.onSelectDateTimePicker=n.onSelectDateTimePicker.bind(n),n.onChangeStartHoursManually=n.onChangeStartHoursManually.bind(n),n.onChangeStartMinutesManually=n.onChangeStartMinutesManually.bind(n),n.onChangeEndHoursManually=n.onChangeEndHoursManually.bind(n),n.onChangeEndMinutesManually=n.onChangeEndMinutesManually.bind(n),n.changeTimeManually=n.changeTimeManually.bind(n),n._init(),n}return function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(bulmaCalendar,u["a"]),g(bulmaCalendar,[{key:"onSelectDateTimePicker",value:function onSelectDateTimePicker(e){"select"===e.type&&!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&(this.refresh(),this.save(),this.hide(),this.emit(e.type,this))}},{key:"onDocumentClickDateTimePicker",value:function onDocumentClickDateTimePicker(e){var t=e.target||e.srcElement;!this._ui.wrapper.contains(t)&&"inline"!==this.options.displayMode&&this._open&&this.onCloseDateTimePicker(e)}},{key:"onToggleDateTimePicker",value:function onToggleDateTimePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation(),this._open?this.hide():this.show()}},{key:"onValidateClickDateTimePicker",value:function onValidateClickDateTimePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.save(),this.emit("validate",this),"inline"!==this.options.displayMode&&this.onCloseDateTimePicker(e)}},{key:"onTodayClickDateTimePicker",value:function onTodayClickDateTimePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.datePicker.value(new Date),this.datePicker.refresh(),this.timePicker.value(new Date),this.timePicker.refresh(),this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this.save()}},{key:"onClearClickDateTimePicker",value:function onClearClickDateTimePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.clear()}},{key:"onCancelClickDateTimePicker",value:function onCancelClickDateTimePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation(),this._snapshots.length&&(this.datePicker=this._snapshots[0].datePicker,this.timePicker=this._snapshots[0].timePicker),this.save(),"inline"!==this.options.displayMode&&this.onCloseDateTimePicker(e)}},{key:"onCloseDateTimePicker",value:function onCloseDateTimePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.hide()}},{key:"onClickTimeManuallyInput",value:function onClickTimeManuallyInput(e){e.currentTarget.select()}},{key:"onChangeStartHoursManually",value:function onChangeStartHoursManually(e){var t=this.timePicker._time.start;t.setHours(e.currentTarget.value),this.timePicker.start=t,this.changeTimeManually()}},{key:"onChangeStartMinutesManually",value:function onChangeStartMinutesManually(e){var t=this.timePicker._time.start;t.setMinutes(e.currentTarget.value),this.timePicker.start=t,this.changeTimeManually()}},{key:"onChangeEndHoursManually",value:function onChangeEndHoursManually(e){var t=this.timePicker._time.end;t.setHours(e.currentTarget.value),this.timePicker.end=t,this.changeTimeManually()}},{key:"onChangeEndMinutesManually",value:function onChangeEndMinutesManually(e){var t=this.timePicker._time.end;t.setMinutes(e.currentTarget.value),this.timePicker.end=t,this.changeTimeManually()}},{key:"changeTimeManually",value:function changeTimeManually(){this.refresh(),this.save()}},{key:"isRange",value:function isRange(){return this.options.isRange}},{key:"isOpen",value:function isOpen(){return this._open}},{key:"value",value:function value(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;if(!e){var t="";switch(this.options.type){case"date":t=this.datePicker.value();break;case"time":t=this.timePicker.value();break;case"datetime":var n=this.datePicker.start?a.getTime(a.addMinutes(a.addHours(this.datePicker.start,a.getHours(this.timePicker.start)),a.getMinutes(this.timePicker.start))):void 0,i=this.datePicker.end?a.getTime(this.datePicker.end):void 0;i&&this.options.isRange,t=n?a.format(new Date(n),this.format,{locale:this.locale}):"",i&&(t+=" - "+(i?a.format(new Date(i),this.format,{locale:this.locale}):""))}return t}this.datePicker.value(e),this.timePicker.value(e)}},{key:"refresh",value:function refresh(){this._ui.header.start.day.innerHTML=this.datePicker.start?a.format(this.datePicker.start,"DD",{locale:this.locale}):"--",this._ui.header.start.month.innerHTML=this.datePicker.start?a.format(this.datePicker.start,"MMMM YYYY",{locale:this.locale}):"",this.datePicker.start?(this._ui.header.start.weekday.classList.remove("is-hidden"),this._ui.header.start.weekday.innerHTML=this.datePicker.start?a.format(this.datePicker.start,"dddd",{locale:this.locale}):""):this._ui.header.start.weekday.classList.add("is-hidden"),this._ui.header.start.hour&&(this.options.editTimeManually?(this._ui.header.start.inputHours.value=this.timePicker.start?a.format(this.timePicker.start,"HH",{locale:this.locale}):"--",this._ui.header.start.inputMinutes.value=this.timePicker.start?a.format(this.timePicker.start,"mm",{locale:this.locale}):"--"):this._ui.header.start.hour.innerHTML=this.timePicker.start?a.format(this.timePicker.start,"HH:mm",{locale:this.locale}):"--:--"),this._ui.header.end&&(this._ui.header.end.day.innerHTML=this.options.isRange&&this.datePicker.end?a.format(this.datePicker.end,"DD",{locale:this.locale}):"--",this._ui.header.end.month.innerHTML=this.options.isRange&&this.datePicker.end?a.format(this.datePicker.end,"MMMM YYYY",{locale:this.locale}):"",this.datePicker.end?(this._ui.header.end.weekday.classList.remove("is-hidden"),this._ui.header.end.weekday.innerHTML=this.datePicker.end?a.format(this.datePicker.end,"dddd",{locale:this.locale}):""):this._ui.header.end.weekday.classList.add("is-hidden"),this._ui.header.end&&this._ui.header.end.hour&&(this.options.editTimeManually?(this._ui.header.end.inputHours.value=this.timePicker.end?a.format(this.timePicker.end,"HH",{locale:this.locale}):"--",this._ui.header.end.inputMinutes.value=this.timePicker.end?a.format(this.timePicker.end,"mm",{locale:this.locale}):"--"):this._ui.header.end.hour.innerHTML=this.timePicker.end?a.format(this.timePicker.end,"HH:mm",{locale:this.locale}):"--:--")),this.emit("refresh",this)}},{key:"clear",value:function clear(){this.datePicker.clear(),this.timePicker.clear(),this.refresh(),this.element.value="",this._ui.dummy.dummy_1.value="",this._ui.dummy.dummy_2&&(this._ui.dummy.dummy_2.value=""),this.emit("clear",this)}},{key:"show",value:function show(){this._snapshots=[],this.snapshot(),this.element.value&&(this.datePicker.value(this.element.value),this.timePicker.value(this.element.value)),this.datePicker.show(),this.timePicker.hide(),this._ui.modal&&this._ui.modal.classList.add("is-active"),this._ui.wrapper.classList.add("is-active"),this._open=!0,this.emit("show",this)}},{key:"hide",value:function hide(){this._open=!1,this._focus=!1,this._ui.modal&&this._ui.modal.classList.remove("is-active"),this._ui.wrapper.classList.remove("is-active"),this.emit("hide",this)}},{key:"save",value:function save(){var e=this.value(),t=e.split(" - "),n=p(t,2),i=n[0],r=n[1];this.element.value=e,this._ui.dummy.dummy_1.value=i||"",this._ui.dummy.dummy_2&&(this._ui.dummy.dummy_2.value=r||"")}},{key:"snapshot",value:function snapshot(){}},{key:"destroy",value:function destroy(){this._ui.wrapper.remove()}},{key:"_init",value:function _init(){this._open=!1,this._snapshots=[],this._type=-1<["date","time","datetime"].indexOf(this.options.type.toLowerCase())?this.options.type.toLowerCase():"date",this.element.setAttribute("type","text"),this.datePicker=new c.a(v({},this.options,{lang:this.lang})),this.timePicker=new d.a(v({},this.options,{lang:this.lang})),this.element.value&&(this.datePicker.value(this.element.value),this.timePicker.value(this.element.value)),this.lang=this.options.lang,this.format="date"===this._type?this.options.dateFormat:"time"===this._type?this.options.timeFormat:this.options.dateFormat+" "+this.options.timeFormat,"default"===this.options.displayMode&&window.matchMedia("screen and (max-width: 768px)").matches&&(this.options.displayMode="dialog"),window.matchMedia("screen and (max-width: 768px)").matches&&("default"===this.options.displayMode&&(this.options.displayMode="dialog"),this.options.displayDual=!1),this._build(),this._bindEvents(),this.save(),o.c(this.options.onReady)&&this.on("ready",this.options.onReady),this.emit("ready",this)}},{key:"_build",value:function _build(){var e=document.createRange().createContextualFragment(Object(f.a)(v({},this.options,{type:this._type,datePicker:"time"!==this.options.type,timePicker:"date"!==this.options.type}))),t=document.createRange().createContextualFragment(Object(m.a)(this.options)),n=document.createRange().createContextualFragment(Object(h.a)(v({},this.options,{id:this.id})));switch(this._ui={modal:n.querySelector(".modal"),wrapper:n.querySelector(".datetimepicker"),container:n.querySelector(".datetimepicker-container"),dummy:{container:n.querySelector(".datetimepicker-dummy"),wrapper:n.querySelector(".datetimepicker-dummy-wrapper"),dummy_1:n.querySelector(".datetimepicker-dummy .datetimepicker-dummy-input:nth-child(1)"),dummy_2:n.querySelector(".datetimepicker-dummy .datetimepicker-dummy-input:nth-child(2)"),clear:n.querySelector(".datetimepicker-dummy .datetimepicker-clear-button")},calendar:n.querySelector(".datetimepicker"),overlay:"dialog"===this.options.displayMode?{background:n.querySelector(".modal-background"),close:n.querySelector(".modal-close")}:void 0,header:{container:e.querySelector(".datetimepicker-header"),start:{container:e.querySelector(".datetimepicker-selection-start"),day:e.querySelector(".datetimepicker-selection-start .datetimepicker-selection-day"),month:e.querySelector(".datetimepicker-selection-start .datetimepicker-selection-month"),weekday:e.querySelector(".datetimepicker-selection-start .datetimepicker-selection-weekday"),hour:e.querySelector(".datetimepicker-selection-start .datetimepicker-selection-hour"),inputHours:e.querySelector(".datetimepicker-selection-start .datetimepicker-selection-hour.editable .datetimepicker-selection-input-hours"),inputMinutes:e.querySelector(".datetimepicker-selection-start .datetimepicker-selection-hour.editable .datetimepicker-selection-input-minutes"),empty:e.querySelector(".datetimepicker-selection-start .empty")},end:this.options.isRange?{container:e.querySelector(".datetimepicker-selection-end"),day:e.querySelector(".datetimepicker-selection-end .datetimepicker-selection-day"),month:e.querySelector(".datetimepicker-selection-end .datetimepicker-selection-month"),weekday:e.querySelector(".datetimepicker-selection-end .datetimepicker-selection-weekday"),hour:e.querySelector(".datetimepicker-selection-end .datetimepicker-selection-hour"),inputHours:e.querySelector(".datetimepicker-selection-end .datetimepicker-selection-hour.editable .datetimepicker-selection-input-hours"),inputMinutes:e.querySelector(".datetimepicker-selection-end .datetimepicker-selection-hour.editable .datetimepicker-selection-input-minutes"),empty:e.querySelector(".datetimepicker-selection-start .empty")}:void 0},footer:{container:t.querySelector(".datetimepicker-footer"),validate:t.querySelector(".datetimepicker-footer-validate"),today:t.querySelector(".datetimepicker-footer-today"),clear:t.querySelector(".datetimepicker-footer-clear"),cancel:t.querySelector(".datetimepicker-footer-cancel")}},o.a(this.options.showHeader)||this._ui.header.container.classList.add("is-hidden"),o.a(this.options.showFooter)||this._ui.footer.container.classList.add("is-hidden"),o.a(this.options.showTodayButton)||this._ui.footer.today.classList.add("is-hidden"),o.a(this.options.showClearButton)||this._ui.footer.clear.classList.add("is-hidden"),this.options.closeOnSelect&&this._ui.footer.validate&&this._ui.footer.validate.classList.add("is-hidden"),this._ui.container.appendChild(e),this._type){case"date":this._ui.container.appendChild(this.datePicker.render());break;case"time":this._ui.container.appendChild(this.timePicker.render()),this._ui.footer.validate&&this._ui.footer.validate.classList.remove("is-hidden"),this._ui.footer.today&&this._ui.footer.today.classList.add("is-hidden");break;case"datetime":this.options.closeOnSelect=!1,this._ui.footer.validate&&this._ui.footer.validate.classList.remove("is-hidden"),this._ui.container.appendChild(this.datePicker.render()),this._ui.container.appendChild(this.timePicker.render())}this._ui.wrapper.appendChild(t),this._ui.wrapper.classList.add("is-"+this.options.color),this._ui.dummy.container.classList.add("is-"+this.options.color),this.element.parentNode.insertBefore(n,this.element.nextSibling),this._ui.dummy.wrapper.appendChild(this.element),this.element.classList.add("is-hidden"),"inline"===this.options.displayMode?this._ui.wrapper.classList.add("is-active"):(this._ui.dummy.container.classList.remove("is-hidden"),this._ui.wrapper.style.position="absolute",this._ui.wrapper.classList.add("is-datetimepicker-default")),this.refresh()}},{key:"_bindEvents",value:function _bindEvents(){var t=this;this._clickEvents.forEach(function(e){document.body.addEventListener(e,t.onDocumentClickDateTimePicker)}),this.datePicker.on("select",this.onSelectDateTimePicker),this.datePicker.on("select:start",this.onSelectDateTimePicker),this.datePicker.on("select:end",this.onSelectDateTimePicker),this.timePicker.on("select",this.onSelectDateTimePicker),this.timePicker.on("select:start",this.onSelectDateTimePicker),this.timePicker.on("select:end",this.onSelectDateTimePicker),!0===this.options.toggleOnInputClick&&this._clickEvents.forEach(function(e){t._ui.dummy.wrapper.addEventListener(e,t.onToggleDateTimePicker),t.element.addEventListener(e,t.onToggleDateTimePicker)}),"date"!==this.options.type&&this.options.editTimeManually&&(this._ui.header.start.inputHours.addEventListener("change",this.onChangeStartHoursManually),this._ui.header.start.inputHours.addEventListener("click",this.onClickTimeManuallyInput),this._ui.header.start.inputMinutes.addEventListener("change",this.onChangeStartMinutesManually),this._ui.header.start.inputMinutes.addEventListener("click",this.onClickTimeManuallyInput),this.options.isRange&&(this._ui.header.end.inputHours.addEventListener("change",this.onChangeEndHoursManually),this._ui.header.end.inputHours.addEventListener("click",this.onClickTimeManuallyInput),this._ui.header.end.inputMinutes.addEventListener("change",this.onChangeEndMinutesManually),this._ui.header.end.inputMinutes.addEventListener("click",this.onClickTimeManuallyInput))),"dialog"===this.options.displayMode&&this._ui.overlay&&(this._ui.overlay.close&&this._clickEvents.forEach(function(e){t.this._ui.overlay.close.addEventListener(e,t.onCloseDateTimePicker)}),this.options.closeOnOverlayClick&&this._ui.overlay.background&&this._clickEvents.forEach(function(e){t._ui.overlay.background.addEventListener(e,t.onCloseDateTimePicker)})),this._ui.footer.validate&&this._clickEvents.forEach(function(e){t._ui.footer.validate.addEventListener(e,t.onValidateClickDateTimePicker)}),this._ui.footer.today&&this._clickEvents.forEach(function(e){t._ui.footer.today.addEventListener(e,t.onTodayClickDateTimePicker)}),this._ui.footer.clear&&this._clickEvents.forEach(function(e){t._ui.footer.clear.addEventListener(e,t.onClearClickDateTimePicker)}),this._clickEvents.forEach(function(e){t._ui.dummy.clear.addEventListener(e,t.onClearClickDateTimePicker)}),this._ui.footer.cancel&&this._clickEvents.forEach(function(e){t._ui.footer.cancel.addEventListener(e,t.onCancelClickDateTimePicker)})}},{key:"id",get:function get(){return this._id}},{key:"lang",set:function set(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"en";try{this._locale=n(16)("./"+t+"/index.js")}catch(e){t="en",this._locale=n(16)("./"+t+"/index.js")}finally{return this._lang=t,this.datePicker.lang=t,this.timePicker.lang=t,this}},get:function get(){return this._lang}},{key:"locale",get:function get(){return this._locale}},{key:"format",set:function set(e){return this._format=e,this},get:function get(){return this._format}},{key:"date",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;return this.datePicker.date=e,this},get:function get(){return this.datePicker.date}},{key:"startDate",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.datePicker.start=s.a.parse(e,this.dateFormat),this},get:function get(){return this.datePicker.start}},{key:"endDate",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.datePicker.end=s.a.parse(e,this.dateFormat),this},get:function get(){return this.datePicker.end}},{key:"minDate",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.datePicker.minDate=s.a.parse(e,this.dateFormat),this},get:function get(){return this.datePicker.minDate}},{key:"maxDate",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.datePicker.maxDate=s.a.parse(e,this.dateFormat),this},get:function get(){return this.datePicker.maxDate}},{key:"dateFormat",set:function set(e){return this.datePicker.dateFormat=e,this},get:function get(){return this.datePicker.dateFormat}},{key:"time",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;return this.timePicker.time=e,this},get:function get(){return this.timePicker.time}},{key:"startTime",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.timePicker.start=e,this},get:function get(){return this.timePicker.start}},{key:"endTime",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.timePicker.end=e,this},get:function get(){return this.timePicker.end}},{key:"minTime",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.timePicker.minTime=e,this},get:function get(){return this.timePicker.minTime}},{key:"maxTime",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this.timePicker.maxTime=e,this},get:function get(){return this.timePicker.maxTime}},{key:"timeFormat",set:function set(e){return this.timePicker.dateFormat=e,this},get:function get(){return this.timePicker.timeFormat}}],[{key:"attach",value:function attach(){var n=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:'input[type="date"]',i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},r=new Array,t=o.e(e)?document.querySelectorAll(e):Array.isArray(e)?e:[e];return[].forEach.call(t,function(e){if(void 0===e[n.constructor.name]){var t=new bulmaCalendar(e,i);e.bulmaCalendar=t,r.push(t)}else r.push(e[n.constructor.name])}),r}}]),bulmaCalendar}();t.default=M},function(e,t,n){var u=n(0);e.exports=function areRangesOverlapping(e,t,n,i){var r=u(e).getTime(),o=u(t).getTime(),a=u(n).getTime(),s=u(i).getTime();if(o<r||s<a)throw new Error("The start of the range cannot be after the end of the range");return r<s&&a<o}},function(e,t,n){var s=n(0);e.exports=function closestIndexTo(e,t){if(!(t instanceof Array))throw new TypeError(toString.call(t)+" is not an instance of Array");var r,o,a=s(e).getTime();return t.forEach(function(e,t){var n=s(e),i=Math.abs(a-n.getTime());(void 0===r||i<o)&&(r=t,o=i)}),r}},function(e,t,n){var a=n(0);e.exports=function closestTo(e,t){if(!(t instanceof Array))throw new TypeError(toString.call(t)+" is not an instance of Array");var i,r,o=a(e).getTime();return t.forEach(function(e){var t=a(e),n=Math.abs(o-t.getTime());(void 0===i||n<r)&&(i=t,r=n)}),i}},function(e,t,n){var a=n(4);e.exports=function differenceInCalendarISOWeeks(e,t){var n=a(e),i=a(t),r=n.getTime()-6e4*n.getTimezoneOffset(),o=i.getTime()-6e4*i.getTimezoneOffset();return Math.round((r-o)/6048e5)}},function(e,t,n){var r=n(38),o=n(0);e.exports=function differenceInCalendarQuarters(e,t){var n=o(e),i=o(t);return 4*(n.getFullYear()-i.getFullYear())+(r(n)-r(i))}},function(e,t,n){var s=n(11);e.exports=function differenceInCalendarWeeks(e,t,n){var i=s(e,n),r=s(t,n),o=i.getTime()-6e4*i.getTimezoneOffset(),a=r.getTime()-6e4*r.getTimezoneOffset();return Math.round((o-a)/6048e5)}},function(e,t,n){var i=n(14);e.exports=function differenceInHours(e,t){var n=i(e,t)/36e5;return 0<n?Math.floor(n):Math.ceil(n)}},function(e,t,n){var a=n(0),s=n(36),u=n(10),c=n(41);e.exports=function differenceInISOYears(e,t){var n=a(e),i=a(t),r=u(n,i),o=Math.abs(s(n,i));return n=c(n,r*o),r*(o-(u(n,i)===-r))}},function(e,t,n){var i=n(14);e.exports=function differenceInMinutes(e,t){var n=i(e,t)/6e4;return 0<n?Math.floor(n):Math.ceil(n)}},function(e,t,n){var i=n(23);e.exports=function differenceInQuarters(e,t){var n=i(e,t)/3;return 0<n?Math.floor(n):Math.ceil(n)}},function(e,t,n){var i=n(40);e.exports=function differenceInWeeks(e,t){var n=i(e,t)/7;return 0<n?Math.floor(n):Math.ceil(n)}},function(e,t,n){var a=n(0),s=n(39),u=n(10);e.exports=function differenceInYears(e,t){var n=a(e),i=a(t),r=u(n,i),o=Math.abs(s(n,i));return n.setFullYear(n.getFullYear()-r*o),r*(o-(u(n,i)===-r))}},function(e,t,n){var p=n(22),v=n(0),g=n(24),M=n(15);e.exports=function distanceInWordsStrict(e,t,n){var i=n||{},r=p(e,t),o=i.locale,a=M.distanceInWords.localize;o&&o.distanceInWords&&o.distanceInWords.localize&&(a=o.distanceInWords.localize);var s,u,c,d={addSuffix:Boolean(i.addSuffix),comparison:r};u=0<r?(s=v(e),v(t)):(s=v(t),v(e));var l=Math[i.partialMethod?String(i.partialMethod):"floor"],h=g(u,s),f=u.getTimezoneOffset()-s.getTimezoneOffset(),m=l(h/60)-f;if("s"===(c=i.unit?String(i.unit):m<1?"s":m<60?"m":m<1440?"h":m<43200?"d":m<525600?"M":"Y"))return a("xSeconds",h,d);if("m"===c)return a("xMinutes",m,d);if("h"===c)return a("xHours",l(m/60),d);if("d"===c)return a("xDays",l(m/1440),d);if("M"===c)return a("xMonths",l(m/43200),d);if("Y"===c)return a("xYears",l(m/525600),d);throw new Error("Unknown unit: "+c)}},function(e,t,n){var i=n(42);e.exports=function distanceInWordsToNow(e,t){return i(Date.now(),e,t)}},function(e,t,n){var u=n(0);e.exports=function eachDay(e,t,n){var i=u(e),r=void 0!==n?n:1,o=u(t).getTime();if(i.getTime()>o)throw new Error("The first date cannot be after the second date");var a=[],s=i;for(s.setHours(0,0,0,0);s.getTime()<=o;)a.push(u(s)),s.setDate(s.getDate()+r);return a}},function(e,t,n){var i=n(0);e.exports=function endOfHour(e){var t=i(e);return t.setMinutes(59,59,999),t}},function(e,t,n){var i=n(45);e.exports=function endOfISOWeek(e){return i(e,{weekStartsOn:1})}},function(e,t,n){var r=n(3),o=n(4);e.exports=function endOfISOYear(e){var t=r(e),n=new Date(0);n.setFullYear(t+1,0,4),n.setHours(0,0,0,0);var i=o(n);return i.setMilliseconds(i.getMilliseconds()-1),i}},function(e,t,n){var i=n(0);e.exports=function endOfMinute(e){var t=i(e);return t.setSeconds(59,999),t}},function(e,t,n){var r=n(0);e.exports=function endOfQuarter(e){var t=r(e),n=t.getMonth(),i=n-n%3+3;return t.setMonth(i,0),t.setHours(23,59,59,999),t}},function(e,t,n){var i=n(0);e.exports=function endOfSecond(e){var t=i(e);return t.setMilliseconds(999),t}},function(e,t,n){var i=n(25);e.exports=function endOfToday(){return i(new Date)}},function(e,t){e.exports=function endOfTomorrow(){var e=new Date,t=e.getFullYear(),n=e.getMonth(),i=e.getDate(),r=new Date(0);return r.setFullYear(t,n,i+1),r.setHours(23,59,59,999),r}},function(e,t,n){var i=n(0);e.exports=function endOfYear(e){var t=i(e),n=t.getFullYear();return t.setFullYear(n+1,0,0),t.setHours(23,59,59,999),t}},function(e,t){e.exports=function endOfYesterday(){var e=new Date,t=e.getFullYear(),n=e.getMonth(),i=e.getDate(),r=new Date(0);return r.setFullYear(t,n,i-1),r.setHours(23,59,59,999),r}},function(e,t,n){var i=n(47),r=n(26),o=n(3),u=n(0),c=n(49),d=n(15);var l={M:function(e){return e.getMonth()+1},MM:function(e){return addLeadingZeros(e.getMonth()+1,2)},Q:function(e){return Math.ceil((e.getMonth()+1)/3)},D:function(e){return e.getDate()},DD:function(e){return addLeadingZeros(e.getDate(),2)},DDD:function(e){return i(e)},DDDD:function(e){return addLeadingZeros(i(e),3)},d:function(e){return e.getDay()},E:function(e){return e.getDay()||7},W:function(e){return r(e)},WW:function(e){return addLeadingZeros(r(e),2)},YY:function(e){return addLeadingZeros(e.getFullYear(),4).substr(2)},YYYY:function(e){return addLeadingZeros(e.getFullYear(),4)},GG:function(e){return String(o(e)).substr(2)},GGGG:function(e){return o(e)},H:function(e){return e.getHours()},HH:function(e){return addLeadingZeros(e.getHours(),2)},h:function(e){var t=e.getHours();return 0===t?12:12<t?t%12:t},hh:function(e){return addLeadingZeros(l.h(e),2)},m:function(e){return e.getMinutes()},mm:function(e){return addLeadingZeros(e.getMinutes(),2)},s:function(e){return e.getSeconds()},ss:function(e){return addLeadingZeros(e.getSeconds(),2)},S:function(e){return Math.floor(e.getMilliseconds()/100)},SS:function(e){return addLeadingZeros(Math.floor(e.getMilliseconds()/10),2)},SSS:function(e){return addLeadingZeros(e.getMilliseconds(),3)},Z:function(e){return formatTimezone(e.getTimezoneOffset(),":")},ZZ:function(e){return formatTimezone(e.getTimezoneOffset())},X:function(e){return Math.floor(e.getTime()/1e3)},x:function(e){return e.getTime()}};function formatTimezone(e,t){t=t||"";var n=0<e?"-":"+",i=Math.abs(e),r=i%60;return n+addLeadingZeros(Math.floor(i/60),2)+t+addLeadingZeros(r,2)}function addLeadingZeros(e,t){for(var n=Math.abs(e).toString();n.length<t;)n="0"+n;return n}e.exports=function format(e,t,n){var i=t?String(t):"YYYY-MM-DDTHH:mm:ss.SSSZ",r=(n||{}).locale,o=d.format.formatters,a=d.format.formattingTokensRegExp;r&&r.format&&r.format.formatters&&(o=r.format.formatters,r.format.formattingTokensRegExp&&(a=r.format.formattingTokensRegExp));var s=u(e);return c(s)?function buildFormatFn(e,t,n){var i,r,o,a=e.match(n),s=a.length;for(i=0;i<s;i++)r=t[a[i]]||l[a[i]],a[i]=r||((o=a[i]).match(/\[[\s\S]/)?o.replace(/^\[|]$/g,""):o.replace(/\\/g,""));return function(e){for(var t="",n=0;n<s;n++)a[n]instanceof Function?t+=a[n](e,l):t+=a[n];return t}}(i,o,a)(s):"Invalid Date"}},function(e,t,n){var i=n(0);e.exports=function getDate(e){return i(e).getDate()}},function(e,t,n){var i=n(0);e.exports=function getDay(e){return i(e).getDay()}},function(e,t,n){var i=n(50);e.exports=function getDaysInYear(e){return i(e)?366:365}},function(e,t,n){var i=n(0);e.exports=function getHours(e){return i(e).getHours()}},function(e,t,n){var i=n(9),r=n(21);e.exports=function getISOWeeksInYear(e){var t=i(e),n=i(r(t,60)).valueOf()-t.valueOf();return Math.round(n/6048e5)}},function(e,t,n){var i=n(0);e.exports=function getMilliseconds(e){return i(e).getMilliseconds()}},function(e,t,n){var i=n(0);e.exports=function getMinutes(e){return i(e).getMinutes()}},function(e,t,n){var i=n(0);e.exports=function getMonth(e){return i(e).getMonth()}},function(e,t,n){var c=n(0);e.exports=function getOverlappingDaysInRanges(e,t,n,i){var r=c(e).getTime(),o=c(t).getTime(),a=c(n).getTime(),s=c(i).getTime();if(o<r||s<a)throw new Error("The start of the range cannot be after the end of the range");if(!(r<s&&a<o))return 0;var u=(o<s?o:s)-(a<r?r:a);return Math.ceil(u/864e5)}},function(e,t,n){var i=n(0);e.exports=function getSeconds(e){return i(e).getSeconds()}},function(e,t,n){var i=n(0);e.exports=function getTime(e){return i(e).getTime()}},function(e,t,n){var i=n(0);e.exports=function getYear(e){return i(e).getFullYear()}},function(e,t,n){var r=n(0);e.exports=function isAfter(e,t){var n=r(e),i=r(t);return n.getTime()>i.getTime()}},function(e,t,n){var r=n(0);e.exports=function isBefore(e,t){var n=r(e),i=r(t);return n.getTime()<i.getTime()}},function(e,t,n){var r=n(0);e.exports=function isEqual(e,t){var n=r(e),i=r(t);return n.getTime()===i.getTime()}},function(e,t,n){var i=n(0);e.exports=function isFirstDayOfMonth(e){return 1===i(e).getDate()}},function(e,t,n){var i=n(0);e.exports=function isFriday(e){return 5===i(e).getDay()}},function(e,t,n){var i=n(0);e.exports=function isFuture(e){return i(e).getTime()>(new Date).getTime()}},function(e,t,n){var i=n(0),r=n(25),o=n(46);e.exports=function isLastDayOfMonth(e){var t=i(e);return r(t).getTime()===o(t).getTime()}},function(e,t,n){var i=n(0);e.exports=function isMonday(e){return 1===i(e).getDay()}},function(e,t,n){var i=n(0);e.exports=function isPast(e){return i(e).getTime()<(new Date).getTime()}},function(e,t,n){var r=n(5);e.exports=function isSameDay(e,t){var n=r(e),i=r(t);return n.getTime()===i.getTime()}},function(e,t,n){var i=n(0);e.exports=function isSaturday(e){return 6===i(e).getDay()}},function(e,t,n){var i=n(0);e.exports=function isSunday(e){return 0===i(e).getDay()}},function(e,t,n){var i=n(52);e.exports=function isThisHour(e){return i(new Date,e)}},function(e,t,n){var i=n(54);e.exports=function isThisISOWeek(e){return i(new Date,e)}},function(e,t,n){var i=n(55);e.exports=function isThisISOYear(e){return i(new Date,e)}},function(e,t,n){var i=n(56);e.exports=function isThisMinute(e){return i(new Date,e)}},function(e,t,n){var i=n(58);e.exports=function isThisMonth(e){return i(new Date,e)}},function(e,t,n){var i=n(59);e.exports=function isThisQuarter(e){return i(new Date,e)}},function(e,t,n){var i=n(61);e.exports=function isThisSecond(e){return i(new Date,e)}},function(e,t,n){var i=n(27);e.exports=function isThisWeek(e,t){return i(new Date,e,t)}},function(e,t,n){var i=n(63);e.exports=function isThisYear(e){return i(new Date,e)}},function(e,t,n){var i=n(0);e.exports=function isThursday(e){return 4===i(e).getDay()}},function(e,t,n){var i=n(5);e.exports=function isToday(e){return i(e).getTime()===i(new Date).getTime()}},function(e,t,n){var i=n(5);e.exports=function isTomorrow(e){var t=new Date;return t.setDate(t.getDate()+1),i(e).getTime()===i(t).getTime()}},function(e,t,n){var i=n(0);e.exports=function isTuesday(e){return 2===i(e).getDay()}},function(e,t,n){var i=n(0);e.exports=function isWednesday(e){return 3===i(e).getDay()}},function(e,t,n){var i=n(0);e.exports=function isWeekend(e){var t=i(e).getDay();return 0===t||6===t}},function(e,t,n){var a=n(0);e.exports=function isWithinRange(e,t,n){var i=a(e).getTime(),r=a(t).getTime(),o=a(n).getTime();if(o<r)throw new Error("The start of the range cannot be after the end of the range");return r<=i&&i<=o}},function(e,t,n){var i=n(5);e.exports=function isYesterday(e){var t=new Date;return t.setDate(t.getDate()-1),i(e).getTime()===i(t).getTime()}},function(e,t,n){var i=n(64);e.exports=function lastDayOfISOWeek(e){return i(e,{weekStartsOn:1})}},function(e,t,n){var r=n(3),o=n(4);e.exports=function lastDayOfISOYear(e){var t=r(e),n=new Date(0);n.setFullYear(t+1,0,4),n.setHours(0,0,0,0);var i=o(n);return i.setDate(i.getDate()-1),i}},function(e,t,n){var i=n(0);e.exports=function lastDayOfMonth(e){var t=i(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(0,0,0,0),t}},function(e,t,n){var r=n(0);e.exports=function lastDayOfQuarter(e){var t=r(e),n=t.getMonth(),i=n-n%3+3;return t.setMonth(i,0),t.setHours(0,0,0,0),t}},function(e,t,n){var i=n(0);e.exports=function lastDayOfYear(e){var t=i(e),n=t.getFullYear();return t.setFullYear(n+1,0,0),t.setHours(0,0,0,0),t}},function(e,t,n){var i=n(0);e.exports=function max(){var e=Array.prototype.slice.call(arguments).map(function(e){return i(e)}),t=Math.max.apply(null,e);return new Date(t)}},function(e,t,n){var i=n(0);e.exports=function min(){var e=Array.prototype.slice.call(arguments).map(function(e){return i(e)}),t=Math.min.apply(null,e);return new Date(t)}},function(e,t,n){var r=n(0);e.exports=function setDate(e,t){var n=r(e),i=Number(t);return n.setDate(i),n}},function(e,t,n){var s=n(0),u=n(7);e.exports=function setDay(e,t,n){var i=n&&Number(n.weekStartsOn)||0,r=s(e),o=Number(t),a=r.getDay();return u(r,((o%7+7)%7<i?7:0)+o-a)}},function(e,t,n){var r=n(0);e.exports=function setDayOfYear(e,t){var n=r(e),i=Number(t);return n.setMonth(0),n.setDate(i),n}},function(e,t,n){var r=n(0);e.exports=function setHours(e,t){var n=r(e),i=Number(t);return n.setHours(i),n}},function(e,t,n){var o=n(0),a=n(7),s=n(51);e.exports=function setISODay(e,t){var n=o(e),i=Number(t),r=s(n);return a(n,i-r)}},function(e,t,n){var o=n(0),a=n(26);e.exports=function setISOWeek(e,t){var n=o(e),i=Number(t),r=a(n)-i;return n.setDate(n.getDate()-7*r),n}},function(e,t,n){var r=n(0);e.exports=function setMilliseconds(e,t){var n=r(e),i=Number(t);return n.setMilliseconds(i),n}},function(e,t,n){var r=n(0);e.exports=function setMinutes(e,t){var n=r(e),i=Number(t);return n.setMinutes(i),n}},function(e,t,n){var r=n(0),o=n(65);e.exports=function setQuarter(e,t){var n=r(e),i=Number(t)-(Math.floor(n.getMonth()/3)+1);return o(n,n.getMonth()+3*i)}},function(e,t,n){var r=n(0);e.exports=function setSeconds(e,t){var n=r(e),i=Number(t);return n.setSeconds(i),n}},function(e,t,n){var r=n(0);e.exports=function setYear(e,t){var n=r(e),i=Number(t);return n.setFullYear(i),n}},function(e,t,n){var i=n(0);e.exports=function startOfMonth(e){var t=i(e);return t.setDate(1),t.setHours(0,0,0,0),t}},function(e,t,n){var i=n(5);e.exports=function startOfToday(){return i(new Date)}},function(e,t){e.exports=function startOfTomorrow(){var e=new Date,t=e.getFullYear(),n=e.getMonth(),i=e.getDate(),r=new Date(0);return r.setFullYear(t,n,i+1),r.setHours(0,0,0,0),r}},function(e,t){e.exports=function startOfYesterday(){var e=new Date,t=e.getFullYear(),n=e.getMonth(),i=e.getDate(),r=new Date(0);return r.setFullYear(t,n,i-1),r.setHours(0,0,0,0),r}},function(e,t,n){var i=n(7);e.exports=function subDays(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(29);e.exports=function subHours(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(8);e.exports=function subMilliseconds(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(32);e.exports=function subMinutes(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(13);e.exports=function subMonths(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(33);e.exports=function subQuarters(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(34);e.exports=function subSeconds(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(21);e.exports=function subWeeks(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i=n(35);e.exports=function subYears(e,t){var n=Number(t);return i(e,-n)}},function(e,t,n){var i={"./ar":66,"./ar.js":66,"./az":67,"./az.js":67,"./bn":68,"./bn.js":68,"./cs":69,"./cs.js":69,"./de":70,"./de.js":70,"./el":71,"./el.js":71,"./es":72,"./es.js":72,"./fa":73,"./fa.js":73,"./fr":74,"./fr.js":74,"./hi":75,"./hi.js":75,"./hu":76,"./hu.js":76,"./id":77,"./id.js":77,"./it":78,"./it.js":78,"./ja":79,"./ja.js":79,"./jv":80,"./jv.js":80,"./ko":81,"./ko.js":81,"./my":82,"./my.js":82,"./nl":83,"./nl.js":83,"./pa-in":84,"./pa-in.js":84,"./pl":85,"./pl.js":85,"./pt":86,"./pt.js":86,"./ro":87,"./ro.js":87,"./ru":88,"./ru.js":88,"./sr":89,"./sr.js":89,"./th":90,"./th.js":90,"./tr":91,"./tr.js":91,"./uk":92,"./uk.js":92,"./uz":93,"./uz.js":93,"./vi":94,"./vi.js":94,"./zh-cn":95,"./zh-cn.js":95,"./zh-tw":96,"./zh-tw.js":96};function webpackContext(e){return n(webpackContextResolve(e))}function webpackContextResolve(e){var t=i[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}webpackContext.keys=function webpackContextKeys(){return Object.keys(i)},webpackContext.resolve=webpackContextResolve,(e.exports=webpackContext).id=262},function(e,t,n){"use strict";var i=n(17),h=n(18),f=n(6),r=(n.n(f),n(28)),o=n(264),a=n(265),s=n(266),u=n(267),c=n(268),d=n(269),l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},m=function(){function defineProperties(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&defineProperties(e.prototype,t),n&&defineProperties(e,n),e}}();var p=function(e){function datePicker(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};!function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,datePicker);var t=function _possibleConstructorReturn(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(datePicker.__proto__||Object.getPrototypeOf(datePicker)).call(this));return t.options=l({},d.a,e),t._clickEvents=["click","touch"],t._supportsPassive=i.a(),t._id=i.b("datePicker"),t.node=null,t.onPreviousDatePicker=t.onPreviousDatePicker.bind(t),t.onNextDatePicker=t.onNextDatePicker.bind(t),t.onSelectMonthDatePicker=t.onSelectMonthDatePicker.bind(t),t.onMonthClickDatePicker=t.onMonthClickDatePicker.bind(t),t.onSelectYearDatePicker=t.onSelectYearDatePicker.bind(t),t.onYearClickDatePicker=t.onYearClickDatePicker.bind(t),t.onDateClickDatePicker=t.onDateClickDatePicker.bind(t),t._init(),t}return function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(datePicker,r["a"]),m(datePicker,[{key:"onPreviousDatePicker",value:function onPreviousDatePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation();var t=f.lastDayOfMonth(f.subMonths(new Date(f.getYear(this._visibleDate),f.getMonth(this._visibleDate)),1)),n=Math.min(f.getDaysInMonth(t),f.getDate(this._visibleDate));this._visibleDate=this.min?f.max(f.setDate(t,n),this.min):f.setDate(t,n),this.refresh()}},{key:"onNextDatePicker",value:function onNextDatePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation();var t=f.addMonths(this._visibleDate,1),n=Math.min(f.getDaysInMonth(t),f.getDate(this._visibleDate));this._visibleDate=this.max?f.min(f.setDate(t,n),this.max):f.setDate(t,n),this.refresh()}},{key:"onSelectMonthDatePicker",value:function onSelectMonthDatePicker(e){e.stopPropagation(),this.options.enableMonthSwitch&&(this._ui.body.dates.classList.remove("is-active"),this._ui.body.years.classList.remove("is-active"),this._ui.body.months.classList.add("is-active"),this._ui.navigation.previous.setAttribute("disabled","disabled"),this._ui.navigation.next.setAttribute("disabled","disabled"))}},{key:"onSelectYearDatePicker",value:function onSelectYearDatePicker(e){if(e.stopPropagation(),this.options.enableYearSwitch){this._ui.body.dates.classList.remove("is-active"),this._ui.body.months.classList.remove("is-active"),this._ui.body.years.classList.add("is-active"),this._ui.navigation.previous.setAttribute("disabled","disabled"),this._ui.navigation.next.setAttribute("disabled","disabled");var t=this._ui.body.years.querySelector(".calendar-year.is-active");t&&(this._ui.body.years.scrollTop=t.offsetTop-this._ui.body.years.offsetTop-this._ui.body.years.clientHeight/2)}}},{key:"onMonthClickDatePicker",value:function onMonthClickDatePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation();var t=f.setMonth(this._visibleDate,parseInt(e.currentTarget.dataset.month)-1);this._visibleDate=this.min?f.max(t,this.min):t,this._visibleDate=this.max?f.min(this._visibleDate,this.max):this._visibleDate,this.refresh()}},{key:"onYearClickDatePicker",value:function onYearClickDatePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation();var t=f.setYear(this._visibleDate,parseInt(e.currentTarget.dataset.year));this._visibleDate=this.min?f.max(t,this.min):t,this._visibleDate=this.max?f.min(this._visibleDate,this.max):this._visibleDate,this.refresh()}},{key:"onDateClickDatePicker",value:function onDateClickDatePicker(e){this._supportsPassive||e.preventDefault(),e.stopPropagation(),e.currentTarget.classList.contains("is-disabled")||(this._select(e.currentTarget.dataset.date),this.refresh())}},{key:"isRange",value:function isRange(){return this.options.isRange}},{key:"enableDate",value:function enableDate(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0,e=this.disabledDates.findIndex(function(e){return f.isEqual(e,t)});-1<e&&unset(this.disabledDates[e])}},{key:"disableDate",value:function disableDate(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;-1<this.disabledDates.findIndex(function(e){return f.isEqual(e,t)})&&this.disabledDates.push(t)}},{key:"highlightDate",value:function highlightDate(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0,e=this.highlightedDates.findIndex(function(e){return f.isEqual(e,t)});-1<e&&unset(this.highlightedDates[e])}},{key:"unhighlightDate",value:function unhighlightDate(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;-1<this.highlightedDates.findIndex(function(e){return f.isEqual(e,t)})&&this.highlightedDates.push(t)}},{key:"enableWeekDay",value:function enableWeekDay(t){var e=this.disabledWeekDays.findIndex(function(e){return f.isEqual(e,t)});-1<e&&unset(this.disabledWeekDays[e])}},{key:"disableWeekDay",value:function disableWeekDay(e){-1<this.disabledWeekDays.findIndex(function(e){return f.isEqual(e,date)})&&this.disabledWeekDays.push(e)}},{key:"show",value:function show(){this._open||(this._ui.body.dates.classList.add("is-active"),this._ui.body.months.classList.remove("is-active"),this._ui.body.years.classList.remove("is-active"),this._ui.navigation.previous.removeAttribute("disabled"),this._ui.navigation.next.removeAttribute("disabled"),this._ui.container.classList.add("is-active"),this._open=!0,this._focus=!0,this.emit("show",this))}},{key:"hide",value:function hide(){this._open&&(this._open=!1,this._focus=!1,this._ui.container.classList.remove("is-active"),this.emit("hide",this))}},{key:"toggle",value:function toggle(){this._open?this.hide():this.show()}},{key:"value",value:function value(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;if(!e){var t=this.start&&this._isValidDate(this.start)?f.format(this.start,this.format,{locale:this.locale}):"";return this.options.isRange&&this.end&&this._isValidDate(this.end)&&(t+=" - "+f.format(this.end,this.format,{locale:this.locale})),t}if(this.options.isRange){if(h.e(e)){var n=e.split(" - ");n.length&&(this.start=f.format(new Date(n[0]),this.format,{locale:this.locale})),2===n.length&&(this.end=f.format(new Date(n[1]),this.format,{locale:this.locale}))}(h.d(e)||h.b(e))&&this._select(e)}else h.e(e)&&(this.start=f.format(new Date(e),this.format,{locale:this.locale}),this.end=void 0),(h.d(e)||h.b(e))&&this._select(e)}},{key:"refresh",value:function refresh(){var n=this;this._ui.body.dates.innerHTML="";var e=new Array(12).fill(f.startOfWeek(this._visibleDate)).map(function(e,t){return f.format(f.addMonths(e,t),"MM",{locale:n.locale})});this._ui.body.months.innerHTML="",this._ui.body.months.appendChild(document.createRange().createContextualFragment(Object(u.a)({months:e,locale:this.locale}))),(this._ui.body.months.querySelectorAll(".datepicker-month")||[]).forEach(function(t){n._clickEvents.forEach(function(e){t.addEventListener(e,n.onMonthClickDatePicker)}),t.classList.remove("is-active"),t.dataset.month===f.format(n._visibleDate,"MM",{locale:n.locale})&&t.classList.add("is-active")});var t=new Array(2*this.options.displayYearsCount).fill(f.subYears(this._visibleDate,this.options.displayYearsCount)).map(function(e,t){return f.format(f.addYears(e,t),"YYYY",{locale:n.locale})});this._ui.body.years.innerHTML="",this._ui.body.years.appendChild(document.createRange().createContextualFragment(Object(c.a)({visibleDate:this._visibleDate,years:t}))),(this._ui.body.years.querySelectorAll(".datepicker-year")||[]).forEach(function(t){n._clickEvents.forEach(function(e){t.addEventListener(e,n.onYearClickDatePicker)}),t.classList.remove("is-active"),t.dataset.year===f.format(n._visibleDate,"YYYY",{locale:n.locale})&&t.classList.add("is-active")});var i=new Array(7).fill(f.startOfWeek(this._visibleDate)).map(function(e,t){return f.format(f.addDays(e,t+n.options.weekStart),"ddd",{locale:n.locale})});return this._ui.body.dates.appendChild(document.createRange().createContextualFragment(Object(s.a)({weekdays:i}))),this.min&&0===f.differenceInMonths(this._visibleDate,this.min)?this._togglePreviousButton(!1):this._togglePreviousButton(),this.max&&0===f.differenceInMonths(this._visibleDate,this.max)?this._toggleNextButton(!1):this._toggleNextButton(),this._ui.navigation.month.innerHTML=f.format(this._visibleDate,"MMMM",{locale:this.locale}),this._ui.navigation.year.innerHTML=f.format(this._visibleDate,"YYYY",{locale:this.locale}),this._renderDays(),this._ui.body.dates.classList.add("is-active"),this._ui.body.months.classList.remove("is-active"),this._ui.body.years.classList.remove("is-active"),this._ui.navigation.previous.removeAttribute("disabled"),this._ui.navigation.next.removeAttribute("disabled"),this}},{key:"clear",value:function clear(){var e=new Date;this._date={start:void 0,end:void 0},this._visibleDate=this._isValidDate(e,this.min,this.max)?e:this.min,this.refresh()}},{key:"snapshot",value:function snapshot(){this._snapshots.push(l({},this._date))}},{key:"render",value:function render(){return this.refresh(),this.node}},{key:"_init",value:function _init(){var e=new Date;this._open=!1,this._snapshots=[],this.lang=this.options.lang,this.format=this.options.dateFormat||"MM/DD/YYYY",this.disabledDates=Array.isArray(this.options.disabledDates)?this.options.disabledDates:[];for(var t=0;t<this.disabledDates.length;t++)this.disabledDates[t]=new Date(this.disabledDates[t].getFullYear(),this.disabledDates[t].getMonth(),this.disabledDates[t].getDate());this.highlightedDates=Array.isArray(this.options.highlightedDates)?this.options.highlightedDates:[];for(t=0;t<this.highlightedDates.length;t++)this.highlightedDates[t]=f.format(this.highlightedDates[t],this.format,{locale:this.locale});this.disabledWeekDays=h.e(this.options.disabledWeekDays)?this.options.disabledWeekDays.split(","):Array.isArray(this.options.disabledWeekDays)?this.options.disabledWeekDays:[],this.min=this.options.minDate,this.max=this.options.maxDate,this._date={start:this.options.startDate,end:this.options.isRange?this.options.endDate:void 0},this._visibleDate=this._isValidDate(this.start)?this.start:this._isValidDate(e,this.min,this.max)?e:this.min,this._build(),this._bindEvents(),this.emit("ready",this)}},{key:"_build",value:function _build(){this.node=document.createRange().createContextualFragment(Object(o.a)({locale:this.locale,visibleDate:this._visibleDate,icons:this.options.icons})),this._ui={container:this.node.firstChild,navigation:{container:this.node.querySelector(".datepicker-nav"),previous:this.node.querySelector(".datepicker-nav-previous"),next:this.node.querySelector(".datepicker-nav-next"),month:this.node.querySelector(".datepicker-nav-month"),year:this.node.querySelector(".datepicker-nav-year")},body:{dates:this.node.querySelector(".datepicker-dates"),days:this.node.querySelector(".datepicker-days"),weekdays:this.node.querySelector(".datepicker-weekdays"),months:this.node.querySelector(".datepicker-months"),years:this.node.querySelector(".datepicker-years")}}}},{key:"_bindEvents",value:function _bindEvents(){var n=this;document.addEventListener("keydown",function(e){if(n._focus)switch(e.keyCode||e.which){case 37:n.onPreviousDatePicker(e);break;case 39:n.onNextDatePicker(e)}}),this._ui.navigation.previous&&this._clickEvents.forEach(function(e){n._ui.navigation.previous.addEventListener(e,n.onPreviousDatePicker)}),this._ui.navigation.next&&this._clickEvents.forEach(function(e){n._ui.navigation.next.addEventListener(e,n.onNextDatePicker)}),this._ui.navigation.month&&this._clickEvents.forEach(function(e){n._ui.navigation.month.addEventListener(e,n.onSelectMonthDatePicker)}),this._ui.navigation.year&&this._clickEvents.forEach(function(e){n._ui.navigation.year.addEventListener(e,n.onSelectYearDatePicker)}),(this._ui.body.months.querySelectorAll(".calendar-month")||[]).forEach(function(t){n._clickEvents.forEach(function(e){t.addEventListener(e,n.onMonthClickDatePicker)})}),(this._ui.body.years.querySelectorAll(".calendar-year")||[]).forEach(function(t){n._clickEvents.forEach(function(e){t.addEventListener(e,n.onYearClickDatePicker)})})}},{key:"_bindDaysEvents",value:function _bindDaysEvents(){var i=this;[].forEach.call(this._ui.days,function(n){i._clickEvents.forEach(function(e){var t=i._isValidDate(new Date(n.dataset.date),i.min,i.max)?i.onDateClickDatePicker:null;n.addEventListener(e,t)}),n.addEventListener("hover",function(e){e.preventDEfault()})})}},{key:"_renderDays",value:function _renderDays(){var l=this,e=f.startOfWeek(f.startOfMonth(this._visibleDate)),t=f.endOfWeek(f.endOfMonth(this._visibleDate)),n=new Array(f.differenceInDays(t,e)+1).fill(e).map(function(e,t){var n=f.startOfDay(f.addDays(e,t+l.options.weekStart)),i=f.isSameMonth(l._visibleDate,n),r=l.options.isRange&&f.isWithinRange(n,f.startOfDay(l.start),f.endOfDay(l.end)),o=!!l.max&&f.isAfter(f.startOfDay(n),f.endOfDay(l.max));o=!o&&l.min?f.isBefore(f.startOfDay(n),f.startOfDay(l.min)):o;var a=!1;if(l.disabledDates)for(var s=0;s<l.disabledDates.length;s++){var u=l.disabledDates[s];h.c(u)&&(u=u(l)),f.getTime(n)==f.getTime(u)&&(o=!0)}if(l.highlightedDates)for(var c=0;c<l.highlightedDates.length;c++){var d=l.highlightedDates[c];h.c(d)&&(d=d(l)),f.getTime(n)==f.getTime(d)&&(a=!0)}return l.disabledWeekDays&&l.disabledWeekDays.forEach(function(e){h.c(e)&&(e=e(l)),f.getDay(n)==e&&(o=!0)}),{date:n,isRange:l.options.isRange,isToday:f.isToday(n),isStartDate:f.isEqual(f.startOfDay(l.start),n),isEndDate:f.isEqual(f.startOfDay(l.end),n),isDisabled:o,isThisMonth:i,isHighlighted:a,isInRange:r}});this._ui.body.dates.appendChild(document.createRange().createContextualFragment(Object(a.a)(n))),this._ui.days=this._ui.body.dates.querySelectorAll(".datepicker-date"),this._bindDaysEvents()}},{key:"_select",value:function _select(){var r=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;this.snapshot(),e=h.b(e)?e:new Date(e),this.options.isRange&&(!this._isValidDate(this.start)||this._isValidDate(this.start)&&this._isValidDate(this.end))?(this.start=e,this.end=void 0,this.emit("select:start",this)):this.options.isRange&&!this._isValidDate(this.end)?f.isBefore(e,this.start)?(this.end=this.start,this.start=e,this.emit("select",this)):f.isAfter(e,this.start)?(this.end=e,this.emit("select",this)):this.options.allowSameDayRange?(this.end=e,this.emit("select",this)):(this.start=e,this.end=void 0,this.emit("select:start",this)):(this.start=e,this.end=void 0,this.emit("select",this)),this._visibleDate=this._isValidDate(this.start)?this.start:this._visibleDate,this.options.isRange&&this._isValidDate(this.start)&&this._isValidDate(this.end)&&new Array(f.differenceInDays(this.end,this.start)+1).fill(this.start).map(function(e,t){var n=f.addDays(e,t),i=r._ui.body.dates.querySelector('.datepicker-date[data-date="'+n.toString()+'"]');i&&(f.isEqual(r.start,n)&&i.classList.add("datepicker-range-start"),f.isEqual(r.end,n)&&i.classList.add("datepicker-range-end"),i.classList.add("datepicker-range"))})}},{key:"_isValidDate",value:function _isValidDate(e,t,n){try{return!!e&&(!!f.isValid(e)&&(!t&&!n||(t&&n?f.isWithinRange(e,t,n):n?f.isBefore(e,n)||f.isEqual(e,n):f.isAfter(e,t)||f.isEqual(e,t))))}catch(e){return!1}}},{key:"_togglePreviousButton",value:function _togglePreviousButton(){!(0<arguments.length&&void 0!==arguments[0])||arguments[0]?this._ui.navigation.previous.removeAttribute("disabled"):this._ui.navigation.previous.setAttribute("disabled","disabled")}},{key:"_toggleNextButton",value:function _toggleNextButton(){!(0<arguments.length&&void 0!==arguments[0])||arguments[0]?this._ui.navigation.next.removeAttribute("disabled"):this._ui.navigation.next.setAttribute("disabled","disabled")}},{key:"id",get:function get(){return this._id}},{key:"date",set:function set(e){return h.d(e)&&e.start&&e.end&&(this._date=e),this},get:function get(){return this._date||{start:void 0,end:void 0}}},{key:"lang",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"en";return this._lang=e,this._locale=n(16)("./"+e+"/index.js"),this},get:function get(){return this._lang}},{key:"locale",get:function get(){return this._locale}},{key:"start",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return e?(h.b(e)&&(this._date.start=this._isValidDate(e,this.min,this.max)?f.startOfDay(e):this._date.start),h.e(e)&&(this._date.start=this._isValidDate(f.parse(e),this.min,this.max)?f.startOfDay(f.parse(e)):this._date.start)):this._date.start=void 0,this},get:function get(){return this._date.start}},{key:"end",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return e?(h.b(e)&&(this._date.end=this._isValidDate(e,this.min,this.max)?f.endOfDay(e):this._date.end),h.e(e)&&(this._date.end=this._isValidDate(f.parse(e),this.min,this.max)?f.endOfDay(f.parse(e)):this._date.end)):this._date.end=void 0,this},get:function get(){return this._date.end}},{key:"min",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return e&&(h.b(e)&&(this._min=this._isValidDate(e)?f.startOfDay(e):this._min),h.e(e)&&(this._min=this._isValidDate(f.parse(e))?f.startOfDay(e):this._min)),this},get:function get(){return this._min}},{key:"max",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;return e&&(h.b(e)&&(this._max=this._isValidDate(e)?f.endOfDay(e):this._max),h.e(e)&&(this._max=this._isValidDate(f.parse(e))?f.endOfDay(e):this._max)),this},get:function get(){return this._max}},{key:"format",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"MM/DD/YYYY";return this._format=e,this},get:function get(){return this._format}}]),datePicker}();t.a=p},function(e,t,n){"use strict";t.a=function(e){return'<div class="datepicker">\n    <div class="datepicker-nav">\n        <button type="button" class="datepicker-nav-previous button is-small is-text">'+e.icons.previous+'</button>\n        <div class="datepicker-nav-month-year">\n          <div class="datepicker-nav-month"></div>\n          &nbsp;\n          <div class="datepicker-nav-year"></div>\n        </div>\n        <button type="button" class="datepicker-nav-next button is-small is-text">'+e.icons.next+'</button>\n      </div>\n      <div class="datepicker-body">\n        <div class="datepicker-dates is-active"></div>\n        <div class="datepicker-months"></div>\n        <div class="datepicker-years"></div>\n      </div>\n    </div>'}},function(e,t,n){"use strict";t.a=function(e){return'<div class="datepicker-days">'+e.map(function(e){return'<div data-date="'+e.date.toString()+'" class="datepicker-date'+(e.isThisMonth?" is-current-month":"")+(e.isDisabled?" is-disabled":"")+(e.isRange&&e.isInRange?" datepicker-range":"")+(e.isStartDate?" datepicker-range-start":"")+(e.isEndDate?" datepicker-range-end":"")+'">\n      <button class="date-item'+(e.isToday?" is-today":"")+(e.isHighlighted?" is-highlighted":"")+(e.isStartDate?" is-active":"")+'" type="button">'+e.date.getDate()+"</button>\n  </div>"}).join("")+"</div>"}},function(e,t,n){"use strict";t.a=function(e){return'<div class="datepicker-weekdays">\n\t\t'+e.weekdays.map(function(e){return'<div class="datepicker-date">'+e+"</div>"}).join("")+"\n\t</div>"}},function(e,t,n){"use strict";var i=n(6);n.n(i);t.a=function(n){return""+n.months.map(function(e,t){return'<div class="datepicker-month" data-month="'+Object(i.format)(Object(i.addMonths)(e,t),"MM",{locale:n.locale})+'">'+Object(i.format)(Object(i.addMonths)(e,t),"MMM",{locale:n.locale})+"</div>"}).join("")}},function(e,t,n){"use strict";var i=n(6);n.n(i);t.a=function(t){return""+t.years.map(function(e){return'<div class="datepicker-year'+(e===Object(i.getMonth)(t.visibleDate)?" is-active":"")+'" data-year="'+e+'"><span class="item">'+e+"</span></div>"}).join("")}},function(e,t,n){"use strict";var i={color:"primary",isRange:!1,allowSameDayRange:!0,lang:"en",startDate:void 0,endDate:void 0,minDate:null,maxDate:null,disabledDates:[],disabledWeekDays:void 0,highlightedDates:[],weekStart:0,dateFormat:"MM/DD/YYYY",enableMonthSwitch:!0,enableYearSwitch:!0,displayYearsCount:50};t.a=i},function(e,t,n){var i=n(97),r=n(98);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(99),r=n(100);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(101),r=n(102);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(103),r=n(104);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(105),r=n(106);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(107),r=n(108);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(109),r=n(110);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(111),r=n(112);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(113),r=n(114);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(115),r=n(116);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(117),r=n(118);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(119),r=n(120);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(121),r=n(122);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(123),r=n(124);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(125),r=n(126);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(127),r=n(128);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(129),r=n(130);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(131),r=n(132);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(133),r=n(134);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(135),r=n(136);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(137),r=n(138);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(139),r=n(140);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(141),r=n(142);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(143),r=n(144);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(145),r=n(146);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(147),r=n(148);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(149),r=n(150);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(151),r=n(152);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(153),r=n(154);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(155),r=n(156);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(157),r=n(158);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(159),r=n(160);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){var i=n(161),r=n(162);e.exports={distanceInWords:i(),format:r()}},function(e,t,n){"use strict";var i=n(17),r=n(18),o=n(6),a=(n.n(o),n(28)),s=n(304),u=n(305),c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},d=function(){function defineProperties(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&defineProperties(e.prototype,t),n&&defineProperties(e,n),e}}();var l=function(e){function timePicker(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};!function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,timePicker);var t=function _possibleConstructorReturn(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(timePicker.__proto__||Object.getPrototypeOf(timePicker)).call(this));return t.options=c({},u.a,e),t._clickEvents=["click","touch"],t._supportsPassive=i.a(),t._id=i.b("timePicker"),t.node=null,t.onPreviousHourStartTimePicker=t.onPreviousHourStartTimePicker.bind(t),t.onNextHourStartTimePicker=t.onNextHourStartTimePicker.bind(t),t.onPreviousMinuteStartTimePicker=t.onPreviousMinuteStartTimePicker.bind(t),t.onNextMinuteStartTimePicker=t.onNextMinuteStartTimePicker.bind(t),t.onPreviousHourEndTimePicker=t.onPreviousHourEndTimePicker.bind(t),t.onNextHourEndTimePicker=t.onNextHourEndTimePicker.bind(t),t.onPreviousMinuteEndTimePicker=t.onPreviousMinuteEndTimePicker.bind(t),t.onNextMinuteEndTimePicker=t.onNextMinuteEndTimePicker.bind(t),t._init(),t}return function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(timePicker,a["a"]),d(timePicker,[{key:"_init",value:function _init(){this._open=!1,this._snapshots=[],this.lang=this.options.lang,this.format=this.options.format||"HH:mm",this.min=this.options.min,this.max=this.options.max,this._time={start:o.startOfToday(),end:o.endOfToday()},this.start=this.options.start||o.startOfToday(),this.end=this.options.isRange?this.options.end:o.endOfToday(),this._build(),this._bindEvents(),this.emit("ready",this)}},{key:"_build",value:function _build(){this.node=document.createRange().createContextualFragment(Object(s.a)({locale:this.locale,isRange:this.options.isRange,editTimeManually:this.options.editTimeManually,icons:this.options.icons})),this._ui={container:this.node.firstChild,start:{container:this.node.querySelector(".timepicker-start"),hours:{container:this.node.querySelector(".timepicker-start .timepicker-hours"),input:this.node.querySelector(".timepicker-start .timepicker-hours input"),number:this.node.querySelector(".timepicker-start .timepicker-hours .timepicker-input-number"),previous:this.node.querySelector(".timepicker-start .timepicker-hours .timepicker-previous"),next:this.node.querySelector(".timepicker-start .timepicker-hours .timepicker-next")},minutes:{container:this.node.querySelector(".timepicker-start .timepicker-minutes"),input:this.node.querySelector(".timepicker-start .timepicker-minutes input"),number:this.node.querySelector(".timepicker-start .timepicker-minutes .timepicker-input-number"),previous:this.node.querySelector(".timepicker-start .timepicker-minutes .timepicker-previous"),next:this.node.querySelector(".timepicker-start .timepicker-minutes .timepicker-next")}},end:{container:this.node.querySelector(".timepicker-end"),hours:{container:this.node.querySelector(".timepicker-end .timepicker-hours"),input:this.node.querySelector(".timepicker-end .timepicker-hours input"),number:this.node.querySelector(".timepicker-end .timepicker-hours .timepicker-input-number"),previous:this.node.querySelector(".timepicker-end .timepicker-hours .timepicker-previous"),next:this.node.querySelector(".timepicker-end .timepicker-hours .timepicker-next")},minutes:{container:this.node.querySelector(".timepicker-end .timepicker-minutes"),input:this.node.querySelector(".timepicker-end .timepicker-minutes input"),number:this.node.querySelector(".timepicker-end .timepicker-minutes .timepicker-input-number"),previous:this.node.querySelector(".timepicker-end .timepicker-minutes .timepicker-previous"),next:this.node.querySelector(".timepicker-end .timepicker-minutes .timepicker-next")}}}}},{key:"_bindEvents",value:function _bindEvents(){var t=this;this._clickEvents.forEach(function(e){t._ui.start.hours.previous.addEventListener(e,t.onPreviousHourStartTimePicker),t._ui.start.hours.next.addEventListener(e,t.onNextHourStartTimePicker),t._ui.start.minutes.previous.addEventListener(e,t.onPreviousMinuteStartTimePicker),t._ui.start.minutes.next.addEventListener(e,t.onNextMinuteStartTimePicker),t.options.isRange&&(t._ui.end.hours.previous.addEventListener(e,t.onPreviousHourEndTimePicker),t._ui.end.hours.next.addEventListener(e,t.onNextHourEndTimePicker),t._ui.end.minutes.previous.addEventListener(e,t.onPreviousMinuteEndTimePicker),t._ui.end.minutes.next.addEventListener(e,t.onNextMinuteEndTimePicker))})}},{key:"_select",value:function _select(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;this.snapshot(),e=r.b(e)?e:new Date(e),this.options.isRange&&(!this._isValidTime(this.start)||this._isValidTime(this.start)&&this._isValidTime(this.end))?(this.start=e,this.end=o.endOfToday(),this.emit("select:start",this)):this.options.isRange&&!this._isValidTime(this.end)?o.isBefore(e,this.start)?(this.end=this.start,this.start=o.endOfToday(),this.emit("select",this)):o.isAfter(e,this.start)?(this.end=e,this.emit("select",this)):(this.start=e,this.end=o.endOfToday(),this.emit("select:start",this)):(this.start=e,this.end=o.endOfToday(),this.emit("select",this))}},{key:"_isValidTime",value:function _isValidTime(e,t,n){try{return!!e&&(!!o.isValid(e)&&(!t&&!n||(t&&n?o.isWithinRange(e,t,n):n?o.isBefore(e,n)||o.isEqual(e,n):o.isAfter(e,t)||o.isEqual(e,t))))}catch(e){return!1}}},{key:"onPreviousHourStartTimePicker",value:function onPreviousHourStartTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.start=o.subHours(this.start,1),setTimeout(function(){t._ui.start.hours.number.classList.add("is-decrement-hide"),setTimeout(function(){t._ui.start.hours.number.innerText=o.format(t.start,"HH"),t._ui.start.hours.input.value=o.format(t.start,"HH"),t._ui.start.hours.number.classList.add("is-decrement-visible")},100),setTimeout(function(){t._ui.start.hours.number.classList.remove("is-decrement-hide"),t._ui.start.hours.number.classList.remove("is-decrement-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"onNextHourStartTimePicker",value:function onNextHourStartTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.start=o.addHours(this.start,1),setTimeout(function(){t._ui.start.hours.number.classList.add("is-increment-hide"),setTimeout(function(){t._ui.start.hours.number.innerText=o.format(t.start,"HH"),t._ui.start.hours.input.value=o.format(t.start,"HH"),t._ui.start.hours.number.classList.add("is-increment-visible")},100),setTimeout(function(){t._ui.start.hours.number.classList.remove("is-increment-hide"),t._ui.start.hours.number.classList.remove("is-increment-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"onPreviousMinuteStartTimePicker",value:function onPreviousMinuteStartTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.start=o.subMinutes(this.start,this.options.minuteSteps),setTimeout(function(){t._ui.start.minutes.number.classList.add("is-decrement-hide"),setTimeout(function(){t._ui.start.minutes.number.innerText=o.format(t.start,"mm"),t._ui.start.minutes.input.value=o.format(t.start,"mm"),t._ui.start.minutes.number.classList.add("is-decrement-visible"),o.format(t.start,"HH")!==t._ui.start.hours.input.value&&(t._ui.start.hours.number.innerText=o.format(t.start,"HH"),t._ui.start.hours.input.value=o.format(t.start,"HH"),t._ui.start.hours.number.classList.add("is-decrement-visible"))},100),setTimeout(function(){t._ui.start.minutes.number.classList.remove("is-decrement-hide"),t._ui.start.minutes.number.classList.remove("is-decrement-visible"),t._ui.start.hours.number.classList.remove("is-decrement-hide"),t._ui.start.hours.number.classList.remove("is-decrement-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"onNextMinuteStartTimePicker",value:function onNextMinuteStartTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.start=o.addMinutes(this.start,this.options.minuteSteps),setTimeout(function(){t._ui.start.minutes.number.classList.add("is-increment-hide"),setTimeout(function(){t._ui.start.minutes.number.innerText=o.format(t.start,"mm"),t._ui.start.minutes.input.value=o.format(t.start,"mm"),t._ui.start.minutes.number.classList.add("is-increment-visible"),o.format(t.start,"HH")!==t._ui.start.hours.input.value&&(t._ui.start.hours.number.innerText=o.format(t.start,"HH"),t._ui.start.hours.input.value=o.format(t.start,"HH"),t._ui.start.hours.number.classList.add("is-increment-visible"))},100),setTimeout(function(){t._ui.start.minutes.number.classList.remove("is-increment-hide"),t._ui.start.minutes.number.classList.remove("is-increment-visible"),t._ui.start.hours.number.classList.remove("is-increment-hide"),t._ui.start.hours.number.classList.remove("is-increment-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"onPreviousHourEndTimePicker",value:function onPreviousHourEndTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.end=o.subHours(this.end,1),setTimeout(function(){t._ui.end.hours.number.classList.add("is-decrement-hide"),setTimeout(function(){t._ui.end.hours.number.innerText=o.format(t.end,"HH"),t._ui.end.hours.input.value=o.format(t.end,"HH"),t._ui.end.hours.number.classList.add("is-decrement-visible")},100),setTimeout(function(){t._ui.end.hours.number.classList.remove("is-decrement-hide"),t._ui.end.hours.number.classList.remove("is-decrement-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"onNextHourEndTimePicker",value:function onNextHourEndTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.end=o.addHours(this.end,1),setTimeout(function(){t._ui.end.hours.number.classList.add("is-increment-hide"),setTimeout(function(){t._ui.end.hours.number.innerText=o.format(t.end,"HH"),t._ui.end.hours.input.value=o.format(t.end,"HH"),t._ui.end.hours.number.classList.add("is-increment-visible")},100),setTimeout(function(){t._ui.end.hours.number.classList.remove("is-increment-hide"),t._ui.end.hours.number.classList.remove("is-increment-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"onPreviousMinuteEndTimePicker",value:function onPreviousMinuteEndTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.end=o.subMinutes(this.end,this.options.minuteSteps),setTimeout(function(){t._ui.end.minutes.number.classList.add("is-decrement-hide"),setTimeout(function(){t._ui.end.minutes.number.innerText=o.format(t.end,"mm"),t._ui.end.minutes.input.value=o.format(t.end,"mm"),t._ui.end.minutes.number.classList.add("is-decrement-visible"),o.format(t.end,"HH")!==t._ui.end.hours.input.value&&(t._ui.end.hours.number.innerText=o.format(t.end,"HH"),t._ui.end.hours.input.value=o.format(t.end,"HH"),t._ui.end.hours.number.classList.add("is-decrement-visible"))},100),setTimeout(function(){t._ui.end.minutes.number.classList.remove("is-decrement-hide"),t._ui.end.minutes.number.classList.remove("is-decrement-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"onNextMinuteEndTimePicker",value:function onNextMinuteEndTimePicker(e){var t=this;this._supportsPassive||e.preventDefault(),e.stopPropagation(),this.end=o.addMinutes(this.end,this.options.minuteSteps),setTimeout(function(){t._ui.end.minutes.number.classList.add("is-increment-hide"),setTimeout(function(){t._ui.end.minutes.number.innerText=o.format(t.end,"mm"),t._ui.end.minutes.input.value=o.format(t.end,"mm"),t._ui.end.minutes.number.classList.add("is-increment-visible"),o.format(t.end,"HH")!==t._ui.end.hours.input.value&&(t._ui.end.hours.number.innerText=o.format(t.end,"HH"),t._ui.end.hours.input.value=o.format(t.end,"HH"),t._ui.end.hours.number.classList.add("is-increment-visible"))},100),setTimeout(function(){t._ui.end.minutes.number.classList.remove("is-increment-hide"),t._ui.end.minutes.number.classList.remove("is-increment-visible")},1100)},100),!0===this.options.closeOnSelect&&"inline"!==this.options.displayMode&&this._select(this.time),"datetime"===this.options.type&&this.emit(this.options.isRange?"select:start":"select",{time:this.time,instance:this})}},{key:"isRange",value:function isRange(){return this.options.isRange}},{key:"show",value:function show(){this._open||(this._ui.container.classList.add("is-active"),this._open=!0,this._focus=!0,this.emit("show",this))}},{key:"hide",value:function hide(){this._open=!1,this._focus=!1,this._ui.container.classList.remove("is-active"),this.emit("hide",this)}},{key:"toggle",value:function toggle(){this._open?this.hide():this.show()}},{key:"value",value:function value(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;if(!e){var t=this.start&&this._isValidTime(this.start)?o.format(this.start,this.format,{locale:this.locale}):"";return this.options.isRange&&this.end&&this._isValidTime(this.end)&&(t+=" - "+o.format(this.end,this.format,{locale:this.locale})),t}if(this.options.isRange){if(r.e(e)){var n=e.split(" - ");n.length&&(this.start=o.format(new Date(n[0]),this.format,{locale:this.locale})),2===n.length&&(this.end=o.format(new Date(n[1]),this.format,{locale:this.locale}))}(r.d(e)||r.b(e))&&this._select(e)}else this._select(e)}},{key:"refresh",value:function refresh(){return this._ui.start.hours.input.value=o.format(this.start,"HH"),this._ui.start.hours.number.innerText=o.format(this.start,"HH"),this._ui.start.minutes.input.value=o.format(this.start,"mm"),this._ui.start.minutes.number.innerText=o.format(this.start,"mm"),this.options.isRange&&(this._ui.end.hours.input.value=o.format(this.end,"HH"),this._ui.end.hours.number.innerText=o.format(this.end,"HH"),this._ui.end.minutes.input.value=o.format(this.end,"mm"),this._ui.end.minutes.number.innerText=o.format(this.end,"mm")),this}},{key:"clear",value:function clear(){this.time={start:o.startOfToday(),end:o.endOfToday()},this.refresh()}},{key:"snapshot",value:function snapshot(){this._snapshots.push(c({},this._time))}},{key:"render",value:function render(){return this.refresh(),this.node}},{key:"id",get:function get(){return this._id}},{key:"time",set:function set(e){return r.d(e)&&e.start&&e.end&&(this._time=e),this},get:function get(){return this._time||{start:void 0,end:void 0}}},{key:"lang",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"en";return this._lang=e,this._locale=n(16)("./"+e+"/index.js"),this},get:function get(){return this._lang}},{key:"locale",get:function get(){return this._locale}},{key:"start",set:function set(e){return this._time.start=e?this._isValidTime(e,this.min,this.max)?e:this._time.start:o.startOfToday(),this},get:function get(){return this._time.start}},{key:"end",set:function set(e){return this._time.end=e?this._isValidTime(e,this.min,this.max)?e:this._time.end:o.endOfToday(),this},get:function get(){return this._time.end}},{key:"min",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:void 0;return this._min=e?this._isValidTime(e)?e:this._min:void 0,this},get:function get(){return this._min}},{key:"max",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;return this._max=e?this._isValidTime(e)?e:this._max:void 0,this},get:function get(){return this._max}},{key:"format",set:function set(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"HH:mm";return this._format=e,this},get:function get(){return this._format}}]),timePicker}();t.a=l},function(e,t,n){"use strict";t.a=function(e){return'<div class="timepicker'+(e.editTimeManually?" is-hidden":"")+'">\n    <div class="timepicker-start">\n      <div class="timepicker-hours">\n        <span class="timepicker-next">+</span>\n        <div class="timepicker-input">\n          <input type="number">\n          <div class="timepicker-input-number"></div>\n        </div>\n        <span class="timepicker-previous">-</span>\n      </div>\n      <div class="timepicker-time-divider">:</div>\n      <div class="timepicker-minutes">\n        <span class="timepicker-next">+</span>\n        <div class="timepicker-input">\n          <input type="number">\n          <div class="timepicker-input-number"></div>\n        </div>\n        <span class="timepicker-previous">-</span>\n      </div>\n    </div>\n    '+(e.isRange?'<div class="timepicker-end">\n      <div class="timepicker-hours">\n        <span class="timepicker-next">+</span>\n        <div class="timepicker-input">\n          <input type="number">\n          <div class="timepicker-input-number"></div>\n        </div>\n        <span class="timepicker-previous">-</span>\n      </div>\n      <div class="timepicker-time-divider">:</div>\n      <div class="timepicker-minutes">\n        <span class="timepicker-next">+</span>\n        <div class="timepicker-input">\n          <input type="number">\n          <div class="timepicker-input-number"></div>\n        </div>\n        <span class="timepicker-previous">-</span>\n      </div>\n    </div>':"")+"\n  </div>"}},function(e,t,n){"use strict";var i={timeFormat:"HH:mm",editTimeManually:!1,color:"primary",isRange:!1,lang:"en",startTime:void 0,endTime:void 0,minTime:null,maxTime:null,minuteSteps:5};t.a=i},function(e,t,n){"use strict";var i={type:void 0,color:"primary",isRange:!1,allowSameDayRange:!0,lang:navigator.language.substring(0,2)||"en",dateFormat:"MM/DD/YYYY",timeFormat:"HH:mm",displayMode:"default",editTimeManually:!1,position:"auto",showHeader:!0,headerPosition:"top",showFooter:!0,showButtons:!0,showTodayButton:!0,showClearButton:!0,cancelLabel:"Cancel",clearLabel:"Clear",todayLabel:"Today",nowLabel:"Now",validateLabel:"Validate",enableMonthSwitch:!0,enableYearSwitch:!0,startDate:void 0,endDate:void 0,minDate:null,maxDate:null,disabledDates:[],disabledWeekDays:void 0,highlightedDates:[],weekStart:0,startTime:void 0,endTime:void 0,minuteSteps:5,labelFrom:"",labelTo:"",closeOnOverlayClick:!0,closeOnSelect:!0,toggleOnInputClick:!0,onReady:null,icons:{previous:'<svg viewBox="0 0 50 80" xml:space="preserve">\n      <polyline fill="none" stroke-width=".5em" stroke-linecap="round" stroke-linejoin="round" points="45.63,75.8 0.375,38.087 45.63,0.375 "/>\n    </svg>',next:'<svg viewBox="0 0 50 80" xml:space="preserve">\n      <polyline fill="none" stroke-width=".5em" stroke-linecap="round" stroke-linejoin="round" points="0.375,0.375 45.63,38.087 0.375,75.8 "/>\n    </svg>',time:'<svg version="1.1" x="0px" y="0px" viewBox="0 0 60 60" xml:space="preserve">\n      <g>\n        <path fill="currentcolor" d="M30,0C13.458,0,0,13.458,0,30s13.458,30,30,30s30-13.458,30-30S46.542,0,30,0z M30,58C14.561,58,2,45.439,2,30S14.561,2,30,2s28,12.561,28,28S45.439,58,30,58z"/>\n\t      <path fill="currentcolor" d="M30,6c-0.552,0-1,0.447-1,1v23H14c-0.552,0-1,0.447-1,1s0.448,1,1,1h16c0.552,0,1-0.447,1-1V7C31,6.447,30.552,6,30,6z"/>\n      </g>\n    </svg>',date:'<svg version="1.1" x="0px" y="0px" viewBox="0 0 60 60" xml:space="preserve">\n      <g>\n        <path d="M57,4h-7V1c0-0.553-0.447-1-1-1h-7c-0.553,0-1,0.447-1,1v3H19V1c0-0.553-0.447-1-1-1h-7c-0.553,0-1,0.447-1,1v3H3C2.447,4,2,4.447,2,5v11v43c0,0.553,0.447,1,1,1h54c0.553,0,1-0.447,1-1V16V5C58,4.447,57.553,4,57,4z M43,2h5v3v3h-5V5V2z M12,2h5v3v3h-5V5V2z M4,6h6v3c0,0.553,0.447,1,1,1h7c0.553,0,1-0.447,1-1V6h22v3c0,0.553,0.447,1,1,1h7c0.553,0,1-0.447,1-1V6h6v9H4V6zM4,58V17h52v41H4z"/>\n        <path d="M38,23h-7h-2h-7h-2h-9v9v2v7v2v9h9h2h7h2h7h2h9v-9v-2v-7v-2v-9h-9H38z M31,25h7v7h-7V25z M38,41h-7v-7h7V41z M22,34h7v7h-7V34z M22,25h7v7h-7V25z M13,25h7v7h-7V25z M13,34h7v7h-7V34z M20,50h-7v-7h7V50z M29,50h-7v-7h7V50z M38,50h-7v-7h7V50z M47,50h-7v-7h7V50z M47,41h-7v-7h7V41z M47,25v7h-7v-7H47z"/>\n      </g>\n    </svg>'}};t.a=i},function(e,t,n){"use strict";t.a=function(e){return"<div id='"+e.id+'\'>\n    <div class="datetimepicker-dummy is-hidden">\n      <div class="datetimepicker-dummy-wrapper">\n        <input placeholder="'+e.labelFrom+'" readonly="readonly" class="datetimepicker-dummy-input'+(e.isRange?" is-datetimepicker-range":"")+'" type="text">\n        '+(e.isRange?'<input placeholder="'+e.labelTo+'" readonly="readonly" class="datetimepicker-dummy-input" type="text">':"")+'\n      </div>\n      <button class="datetimepicker-clear-button" type="button">+</button>\n    </div>\n    <div class="datetimepicker-wrapper'+("dialog"===e.displayMode?" modal":"")+'">\n        <div class="modal-background'+("dialog"===e.displayMode?"":" is-hidden")+'"></div>\n        <div class="datetimepicker">\n          <div class="datetimepicker-container'+("top"===e.headerPosition?"":" has-header-bottom")+'"></div>\n        </div>\n    </div>\n  </div>'}},function(e,t,n){"use strict";t.a=function(e){return'<div class="datetimepicker-header'+("time"===e.type?" is-hidden":"")+("date"===e.type?" is-date-only":"")+'">\n\t\t<div class="datetimepicker-selection-details">\n\t\t\t<div class="datetimepicker-selection-from'+(""===e.labelFrom?" is-hidden":"")+'">'+e.labelFrom+'</div>\n\t\t\t<div class="datetimepicker-selection-start'+(e.isRange?"":" is-centered")+'">\n\t\t\t\t<div class="datetimepicker-selection-wrapper">\n\t\t\t\t\t<div class="datetimepicker-selection-day"></div>\n\t\t\t\t\t<div class="datetimepicker-selection-date">\n\t\t\t\t\t\t<div class="datetimepicker-selection-month"></div>\n\t\t\t\t\t\t<div class="datetimepicker-selection-weekday"></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t'+("date"!==e.type?'<div class="datetimepicker-selection-time">\n\t\t\t\t\t<div class="datetimepicker-selection-time-icon">\n\t\t\t\t\t\t<figure class="image is-16x16">\n\t\t\t\t\t\t\t'+(e.icons?e.icons.time:"")+'\n\t\t\t\t\t\t</figure>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="datetimepicker-selection-hour'+(e.editTimeManually?" editable ":"")+'">\n\t\t\t\t\t\t'+(e.editTimeManually?'\n\t\t\t\t\t\t\t<input type="text" class="datetimepicker-selection-input-hours" maxlength="2">:\n\t\t\t\t\t\t\t<input type="text" class="datetimepicker-selection-input-minutes" maxlength="2">\n\t\t\t\t\t\t':"")+"\n\t\t\t\t\t</div>\n\t\t\t\t</div>":"")+"\n\t\t\t</div>\n\t\t</div>\n\t\t"+(e.isRange?'\n\t\t<div class="datetimepicker-selection-details">\n\t\t\t<div class="datetimepicker-selection-to'+(""===e.labelTo?" is-hidden":"")+'">'+e.labelTo+'</div>\n\t\t\t<div class="datetimepicker-selection-end">\n\t\t\t\t<div class="datetimepicker-selection-wrapper">\n\t\t\t\t\t<div class="datetimepicker-selection-day"></div>\n\t\t\t\t\t<div class="datetimepicker-selection-date">\n\t\t\t\t\t\t<div class="datetimepicker-selection-month"></div>\n\t\t\t\t\t\t<div class="datetimepicker-selection-weekday"></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t'+("date"!==e.type?'<div class="datetimepicker-selection-time">\n\t\t\t\t\t<div class="datetimepicker-selection-time-icon">\n\t\t\t\t\t\t<figure class="image is-16x16">\n\t\t\t\t\t\t\t'+(e.icons?e.icons.time:"")+'\n\t\t\t\t\t\t</figure>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="datetimepicker-selection-hour'+(e.editTimeManually?" editable ":"")+'">\n\t\t\t\t\t\t'+(e.editTimeManually?'\n\t\t\t\t\t\t\t<input type="text" class="datetimepicker-selection-input-hours" maxlength="2">:\n\t\t\t\t\t\t\t<input type="text" class="datetimepicker-selection-input-minutes" maxlength="2">\n\t\t\t\t\t\t':"")+"\n\t\t\t\t\t</div>\n\t\t\t\t</div>":"")+"\n\t\t\t</div>\n\t\t</div>":"")+"\n\t</div>"}},function(e,t,n){"use strict";t.a=function(e){return'<div class="datetimepicker-footer">\n\t\t<button type="button" class="datetimepicker-footer-validate has-text-success button is-small is-text '+("inline"===e.displayMode?"is-hidden":"")+'">'+(e.icons.validate?e.icons.validate:"")+e.validateLabel+' </button>\n\t\t<button type="button" class="datetimepicker-footer-today has-text-warning button is-small is-text">'+(e.icons.today?e.icons.today:"")+e.todayLabel+'</button>\n\t\t<button type="button" class="datetimepicker-footer-clear has-text-danger button is-small is-text">'+(e.icons.clear?e.icons.clear:"")+e.clearLabel+'</button>\n\t\t<button type="button" class="datetimepicker-footer-cancel button is-small is-text '+("inline"===e.displayMode?"is-hidden":"")+'">'+(e.icons.cancel?e.icons.cancel:"")+e.cancelLabel+"</button>\n\t</div>"}}]).default});