tocco-devcon 1.0.0-hotfix30.2 → 1.0.0-hotfix30.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,5 +14,4 @@ e.exports=function(){"use strict";
14
14
 
15
15
  See the Apache Version 2.0 License for specific language governing permissions
16
16
  and limitations under the License.
17
- ***************************************************************************** */var e=function(){return(e=Object.assign||function(e){for(var n,t=1,a=arguments.length;t<a;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)},n=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],t={_disable:[],_enable:[],allowInput:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:"object"==typeof window&&-1===window.navigator.userAgent.indexOf("MSIE"),ariaDateFormat:"F j, Y",clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enable:[],enableSeconds:!1,enableTime:!1,errorHandler:function(e){return"undefined"!=typeof console&&console.warn(e)},getWeek:function(e){var n=new Date(e.getTime());n.setHours(0,0,0,0),n.setDate(n.getDate()+3-(n.getDay()+6)%7);var t=new Date(n.getFullYear(),0,4);return 1+Math.round(((n.getTime()-t.getTime())/864e5-3+(t.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:void 0,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},a={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(e){var n=e%100;if(n>3&&n<21)return"th";switch(n%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year"},i=function(e){return("0"+e).slice(-2)},r=function(e){return!0===e?1:0};function o(e,n,t){var a;return void 0===t&&(t=!1),function(){var i=this,r=arguments;null!==a&&clearTimeout(a),a=window.setTimeout((function(){a=null,t||e.apply(i,r)}),n),t&&!a&&e.apply(i,r)}}var l=function(e){return e instanceof Array?e:[e]};function c(e,n,t){if(!0===t)return e.classList.add(n);e.classList.remove(n)}function d(e,n,t){var a=window.document.createElement(e);return n=n||"",t=t||"",a.className=n,void 0!==t&&(a.textContent=t),a}function s(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function f(e,n){var t=d("div","numInputWrapper"),a=d("input","numInput "+e),i=d("span","arrowUp"),r=d("span","arrowDown");if(-1===navigator.userAgent.indexOf("MSIE 9.0")?a.type="number":(a.type="text",a.pattern="\\d*"),void 0!==n)for(var o in n)a.setAttribute(o,n[o]);return t.appendChild(a),t.appendChild(i),t.appendChild(r),t}var p=function(){},u=function(e,n,t){return t.months[n?"shorthand":"longhand"][e]},m={D:p,F:function(e,n,t){e.setMonth(t.months.longhand.indexOf(n))},G:function(e,n){e.setHours(parseFloat(n))},H:function(e,n){e.setHours(parseFloat(n))},J:function(e,n){e.setDate(parseFloat(n))},K:function(e,n,t){e.setHours(e.getHours()%12+12*r(new RegExp(t.amPM[1],"i").test(n)))},M:function(e,n,t){e.setMonth(t.months.shorthand.indexOf(n))},S:function(e,n){e.setSeconds(parseFloat(n))},U:function(e,n){return new Date(1e3*parseFloat(n))},W:function(e,n){var t=parseInt(n);return new Date(e.getFullYear(),0,2+7*(t-1),0,0,0,0)},Y:function(e,n){e.setFullYear(parseFloat(n))},Z:function(e,n){return new Date(n)},d:function(e,n){e.setDate(parseFloat(n))},h:function(e,n){e.setHours(parseFloat(n))},i:function(e,n){e.setMinutes(parseFloat(n))},j:function(e,n){e.setDate(parseFloat(n))},l:p,m:function(e,n){e.setMonth(parseFloat(n)-1)},n:function(e,n){e.setMonth(parseFloat(n)-1)},s:function(e,n){e.setSeconds(parseFloat(n))},u:function(e,n){return new Date(parseFloat(n))},w:p,y:function(e,n){e.setFullYear(2e3+parseFloat(n))}},g={D:"(\\w+)",F:"(\\w+)",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"(\\w+)",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"(\\w+)",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},h={Z:function(e){return e.toISOString()},D:function(e,n,t){return n.weekdays.shorthand[h.w(e,n,t)]},F:function(e,n,t){return u(h.n(e,n,t)-1,!1,n)},G:function(e,n,t){return i(h.h(e,n,t))},H:function(e){return i(e.getHours())},J:function(e,n){return void 0!==n.ordinal?e.getDate()+n.ordinal(e.getDate()):e.getDate()},K:function(e,n){return n.amPM[r(e.getHours()>11)]},M:function(e,n){return u(e.getMonth(),!0,n)},S:function(e){return i(e.getSeconds())},U:function(e){return e.getTime()/1e3},W:function(e,n,t){return t.getWeek(e)},Y:function(e){return e.getFullYear()},d:function(e){return i(e.getDate())},h:function(e){return e.getHours()%12?e.getHours()%12:12},i:function(e){return i(e.getMinutes())},j:function(e){return e.getDate()},l:function(e,n){return n.weekdays.longhand[e.getDay()]},m:function(e){return i(e.getMonth()+1)},n:function(e){return e.getMonth()+1},s:function(e){return e.getSeconds()},u:function(e){return e.getTime()},w:function(e){return e.getDay()},y:function(e){return String(e.getFullYear()).substring(2)}},b=function(e){var n=e.config,i=void 0===n?t:n,r=e.l10n,o=void 0===r?a:r;return function(e,n,t){var a=t||o;return void 0!==i.formatDate?i.formatDate(e,n,a):n.split("").map((function(n,t,r){return h[n]&&"\\"!==r[t-1]?h[n](e,a,i):"\\"!==n?n:""})).join("")}},v=function(e){var n=e.config,i=void 0===n?t:n,r=e.l10n,o=void 0===r?a:r;return function(e,n,a,r){if(0===e||e){var l,c=r||o,d=e;if(e instanceof Date)l=new Date(e.getTime());else if("string"!=typeof e&&void 0!==e.toFixed)l=new Date(e);else if("string"==typeof e){var s=n||(i||t).dateFormat,f=String(e).trim();if("today"===f)l=new Date,a=!0;else if(/Z$/.test(f)||/GMT$/.test(f))l=new Date(e);else if(i&&i.parseDate)l=i.parseDate(e,s);else{l=i&&i.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0);for(var p=void 0,u=[],h=0,b=0,v="";h<s.length;h++){var w=s[h],k="\\"===w,y="\\"===s[h-1]||k;if(g[w]&&!y){v+=g[w];var x=new RegExp(v).exec(e);x&&(p=!0)&&u["Y"!==w?"push":"unshift"]({fn:m[w],val:x[++b]})}else k||(v+=".");u.forEach((function(e){var n=e.fn,t=e.val;return l=n(l,t,c)||l}))}l=p?l:void 0}}if(l instanceof Date&&!isNaN(l.getTime()))return!0===a&&l.setHours(0,0,0,0),l;i.errorHandler(new Error("Invalid date provided: "+d))}}};function w(e,n,t){return void 0===t&&(t=!0),!1!==t?new Date(e.getTime()).setHours(0,0,0,0)-new Date(n.getTime()).setHours(0,0,0,0):e.getTime()-n.getTime()}var k=864e5;function y(t,p){var m={config:e({},D.defaultConfig),l10n:a};function h(e){return e.bind(m)}function y(){var e=m.config;!1===e.weekNumbers&&1===e.showMonths||!0!==e.noCalendar&&window.requestAnimationFrame((function(){if(void 0!==m.calendarContainer&&(m.calendarContainer.style.visibility="hidden",m.calendarContainer.style.display="block"),void 0!==m.daysContainer){var n=(m.days.offsetWidth+1)*e.showMonths;m.daysContainer.style.width=n+"px",m.calendarContainer.style.width=n+(void 0!==m.weekWrapper?m.weekWrapper.offsetWidth:0)+"px",m.calendarContainer.style.removeProperty("visibility"),m.calendarContainer.style.removeProperty("display")}}))}function x(e){0===m.selectedDates.length&&ee(),void 0!==e&&"blur"!==e.type&&function(e){e.preventDefault();var n="keydown"===e.type,t=e.target;void 0!==m.amPM&&e.target===m.amPM&&(m.amPM.textContent=m.l10n.amPM[r(m.amPM.textContent===m.l10n.amPM[0])]);var a=parseFloat(t.getAttribute("min")),o=parseFloat(t.getAttribute("max")),l=parseFloat(t.getAttribute("step")),c=parseInt(t.value,10),d=e.delta||(n?38===e.which?1:-1:0),s=c+l*d;if(void 0!==t.value&&2===t.value.length){var f=t===m.hourElement,p=t===m.minuteElement;s<a?(s=o+s+r(!f)+(r(f)&&r(!m.amPM)),p&&N(void 0,-1,m.hourElement)):s>o&&(s=t===m.hourElement?s-o-r(!m.amPM):a,p&&N(void 0,1,m.hourElement)),m.amPM&&f&&(1===l?s+c===23:Math.abs(s-c)>l)&&(m.amPM.textContent=m.l10n.amPM[r(m.amPM.textContent===m.l10n.amPM[0])]),t.value=i(s)}}(e);var n=m._input.value;M(),ge(),m._input.value!==n&&m._debouncedChange()}function M(){if(void 0!==m.hourElement&&void 0!==m.minuteElement){var e,n,t=(parseInt(m.hourElement.value.slice(-2),10)||0)%24,a=(parseInt(m.minuteElement.value,10)||0)%60,i=void 0!==m.secondElement?(parseInt(m.secondElement.value,10)||0)%60:0;void 0!==m.amPM&&(e=t,n=m.amPM.textContent,t=e%12+12*r(n===m.l10n.amPM[1]));var o=void 0!==m.config.minTime||m.config.minDate&&m.minDateHasTime&&m.latestSelectedDateObj&&0===w(m.latestSelectedDateObj,m.config.minDate,!0);if(void 0!==m.config.maxTime||m.config.maxDate&&m.maxDateHasTime&&m.latestSelectedDateObj&&0===w(m.latestSelectedDateObj,m.config.maxDate,!0)){var l=void 0!==m.config.maxTime?m.config.maxTime:m.config.maxDate;(t=Math.min(t,l.getHours()))===l.getHours()&&(a=Math.min(a,l.getMinutes())),a===l.getMinutes()&&(i=Math.min(i,l.getSeconds()))}if(o){var c=void 0!==m.config.minTime?m.config.minTime:m.config.minDate;(t=Math.max(t,c.getHours()))===c.getHours()&&(a=Math.max(a,c.getMinutes())),a===c.getMinutes()&&(i=Math.max(i,c.getSeconds()))}E(t,a,i)}}function C(e){var n=e||m.latestSelectedDateObj;n&&E(n.getHours(),n.getMinutes(),n.getSeconds())}function T(){var e=m.config.defaultHour,n=m.config.defaultMinute,t=m.config.defaultSeconds;if(void 0!==m.config.minDate){var a=m.config.minDate.getHours(),i=m.config.minDate.getMinutes();(e=Math.max(e,a))===a&&(n=Math.max(i,n)),e===a&&n===i&&(t=m.config.minDate.getSeconds())}if(void 0!==m.config.maxDate){var r=m.config.maxDate.getHours(),o=m.config.maxDate.getMinutes();(e=Math.min(e,r))===r&&(n=Math.min(o,n)),e===r&&n===o&&(t=m.config.maxDate.getSeconds())}E(e,n,t)}function E(e,n,t){void 0!==m.latestSelectedDateObj&&m.latestSelectedDateObj.setHours(e%24,n,t||0,0),m.hourElement&&m.minuteElement&&!m.isMobile&&(m.hourElement.value=i(m.config.time_24hr?e:(12+e)%12+12*r(e%12==0)),m.minuteElement.value=i(n),void 0!==m.amPM&&(m.amPM.textContent=m.l10n.amPM[r(e>=12)]),void 0!==m.secondElement&&(m.secondElement.value=i(t)))}function I(e){var n=parseInt(e.target.value)+(e.delta||0);(n/1e3>1||"Enter"===e.key&&!/[^\d]/.test(n.toString()))&&q(n)}function S(e,n,t,a){return n instanceof Array?n.forEach((function(n){return S(e,n,t,a)})):e instanceof Array?e.forEach((function(e){return S(e,n,t,a)})):(e.addEventListener(n,t,a),void m._handlers.push({element:e,event:n,handler:t,options:a}))}function O(e){return function(n){1===n.which&&e(n)}}function _(){se("onChange")}function F(e){var n=void 0!==e?m.parseDate(e):m.latestSelectedDateObj||(m.config.minDate&&m.config.minDate>m.now?m.config.minDate:m.config.maxDate&&m.config.maxDate<m.now?m.config.maxDate:m.now);try{void 0!==n&&(m.currentYear=n.getFullYear(),m.currentMonth=n.getMonth())}catch(e){e.message="Invalid date supplied: "+n,m.config.errorHandler(e)}m.redraw()}function A(e){~e.target.className.indexOf("arrow")&&N(e,e.target.classList.contains("arrowUp")?1:-1)}function N(e,n,t){var a=e&&e.target,i=t||a&&a.parentNode&&a.parentNode.firstChild,r=fe("increment");r.delta=n,i&&i.dispatchEvent(r)}function P(e,n,t,a){var i=V(n,!0),r=d("span","flatpickr-day "+e,n.getDate().toString());return r.dateObj=n,r.$i=a,r.setAttribute("aria-label",m.formatDate(n,m.config.ariaDateFormat)),-1===e.indexOf("hidden")&&0===w(n,m.now)&&(m.todayDateElem=r,r.classList.add("today"),r.setAttribute("aria-current","date")),i?(r.tabIndex=-1,pe(n)&&(r.classList.add("selected"),m.selectedDateElem=r,"range"===m.config.mode&&(c(r,"startRange",m.selectedDates[0]&&0===w(n,m.selectedDates[0],!0)),c(r,"endRange",m.selectedDates[1]&&0===w(n,m.selectedDates[1],!0)),"nextMonthDay"===e&&r.classList.add("inRange")))):r.classList.add("disabled"),"range"===m.config.mode&&function(e){return!("range"!==m.config.mode||m.selectedDates.length<2)&&w(e,m.selectedDates[0])>=0&&w(e,m.selectedDates[1])<=0}(n)&&!pe(n)&&r.classList.add("inRange"),m.weekNumbers&&1===m.config.showMonths&&"prevMonthDay"!==e&&t%7==1&&m.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+m.config.getWeek(n)+"</span>"),se("onDayCreate",r),r}function j(e){e.focus(),"range"===m.config.mode&&Q(e)}function Y(e){for(var n=e>0?0:m.config.showMonths-1,t=e>0?m.config.showMonths:-1,a=n;a!=t;a+=e)for(var i=m.daysContainer.children[a],r=e>0?0:i.children.length-1,o=e>0?i.children.length:-1,l=r;l!=o;l+=e){var c=i.children[l];if(-1===c.className.indexOf("hidden")&&V(c.dateObj))return c}}function R(e,n){var t=Z(document.activeElement||document.body),a=void 0!==e?e:t?document.activeElement:void 0!==m.selectedDateElem&&Z(m.selectedDateElem)?m.selectedDateElem:void 0!==m.todayDateElem&&Z(m.todayDateElem)?m.todayDateElem:Y(n>0?1:-1);return void 0===a?m._input.focus():t?void function(e,n){for(var t=-1===e.className.indexOf("Month")?e.dateObj.getMonth():m.currentMonth,a=n>0?m.config.showMonths:-1,i=n>0?1:-1,r=t-m.currentMonth;r!=a;r+=i)for(var o=m.daysContainer.children[r],l=t-m.currentMonth===r?e.$i+n:n<0?o.children.length-1:0,c=o.children.length,d=l;d>=0&&d<c&&d!=(n>0?c:-1);d+=i){var s=o.children[d];if(-1===s.className.indexOf("hidden")&&V(s.dateObj)&&Math.abs(e.$i-d)>=Math.abs(n))return j(s)}m.changeMonth(i),R(Y(i),0)}(a,n):j(a)}function H(e,n){for(var t=(new Date(e,n,1).getDay()-m.l10n.firstDayOfWeek+7)%7,a=m.utils.getDaysInMonth((n-1+12)%12),i=m.utils.getDaysInMonth(n),r=window.document.createDocumentFragment(),o=m.config.showMonths>1,l=o?"prevMonthDay hidden":"prevMonthDay",c=o?"nextMonthDay hidden":"nextMonthDay",s=a+1-t,f=0;s<=a;s++,f++)r.appendChild(P(l,new Date(e,n-1,s),s,f));for(s=1;s<=i;s++,f++)r.appendChild(P("",new Date(e,n,s),s,f));for(var p=i+1;p<=42-t&&(1===m.config.showMonths||f%7!=0);p++,f++)r.appendChild(P(c,new Date(e,n+1,p%i),p,f));var u=d("div","dayContainer");return u.appendChild(r),u}function W(){if(void 0!==m.daysContainer){s(m.daysContainer),m.weekNumbers&&s(m.weekNumbers);for(var e=document.createDocumentFragment(),n=0;n<m.config.showMonths;n++){var t=new Date(m.currentYear,m.currentMonth,1);t.setMonth(m.currentMonth+n),e.appendChild(H(t.getFullYear(),t.getMonth()))}m.daysContainer.appendChild(e),m.days=m.daysContainer.firstChild,"range"===m.config.mode&&1===m.selectedDates.length&&Q()}}function L(){var e=d("div","flatpickr-month"),n=window.document.createDocumentFragment(),t=d("span","cur-month"),a=f("cur-year",{tabindex:"-1"}),i=a.getElementsByTagName("input")[0];i.setAttribute("aria-label",m.l10n.yearAriaLabel),m.config.minDate&&i.setAttribute("min",m.config.minDate.getFullYear().toString()),m.config.maxDate&&(i.setAttribute("max",m.config.maxDate.getFullYear().toString()),i.disabled=!!m.config.minDate&&m.config.minDate.getFullYear()===m.config.maxDate.getFullYear());var r=d("div","flatpickr-current-month");return r.appendChild(t),r.appendChild(a),n.appendChild(r),e.appendChild(n),{container:e,yearElement:i,monthElement:t}}function z(){s(m.monthNav),m.monthNav.appendChild(m.prevMonthNav),m.config.showMonths&&(m.yearElements=[],m.monthElements=[]);for(var e=m.config.showMonths;e--;){var n=L();m.yearElements.push(n.yearElement),m.monthElements.push(n.monthElement),m.monthNav.appendChild(n.container)}m.monthNav.appendChild(m.nextMonthNav)}function B(){m.weekdayContainer?s(m.weekdayContainer):m.weekdayContainer=d("div","flatpickr-weekdays");for(var e=m.config.showMonths;e--;){var n=d("div","flatpickr-weekdaycontainer");m.weekdayContainer.appendChild(n)}return J(),m.weekdayContainer}function J(){var e=m.l10n.firstDayOfWeek,n=m.l10n.weekdays.shorthand.slice();e>0&&e<n.length&&(n=n.splice(e,n.length).concat(n.splice(0,e)));for(var t=m.config.showMonths;t--;)m.weekdayContainer.children[t].innerHTML="\n <span class='flatpickr-weekday'>\n "+n.join("</span><span class='flatpickr-weekday'>")+"\n </span>\n "}function K(e,n){void 0===n&&(n=!0);var t=n?e:e-m.currentMonth;t<0&&!0===m._hidePrevMonthArrow||t>0&&!0===m._hideNextMonthArrow||(m.currentMonth+=t,(m.currentMonth<0||m.currentMonth>11)&&(m.currentYear+=m.currentMonth>11?1:-1,m.currentMonth=(m.currentMonth+12)%12,se("onYearChange")),W(),se("onMonthChange"),ue())}function U(e){return!(!m.config.appendTo||!m.config.appendTo.contains(e))||m.calendarContainer.contains(e)}function G(e){if(m.isOpen&&!m.config.inline){var n="function"==typeof(o=e).composedPath?o.composedPath()[0]:o.target,t=U(n),a=n===m.input||n===m.altInput||m.element.contains(n)||e.path&&e.path.indexOf&&(~e.path.indexOf(m.input)||~e.path.indexOf(m.altInput)),i="blur"===e.type?a&&e.relatedTarget&&!U(e.relatedTarget):!a&&!t&&!U(e.relatedTarget),r=!m.config.ignoredFocusElements.some((function(e){return e.contains(n)}));i&&r&&(m.close(),"range"===m.config.mode&&1===m.selectedDates.length&&(m.clear(!1),m.redraw()))}var o}function q(e){if(!(!e||m.config.minDate&&e<m.config.minDate.getFullYear()||m.config.maxDate&&e>m.config.maxDate.getFullYear())){var n=e,t=m.currentYear!==n;m.currentYear=n||m.currentYear,m.config.maxDate&&m.currentYear===m.config.maxDate.getFullYear()?m.currentMonth=Math.min(m.config.maxDate.getMonth(),m.currentMonth):m.config.minDate&&m.currentYear===m.config.minDate.getFullYear()&&(m.currentMonth=Math.max(m.config.minDate.getMonth(),m.currentMonth)),t&&(m.redraw(),se("onYearChange"))}}function V(e,n){void 0===n&&(n=!0);var t=m.parseDate(e,void 0,n);if(m.config.minDate&&t&&w(t,m.config.minDate,void 0!==n?n:!m.minDateHasTime)<0||m.config.maxDate&&t&&w(t,m.config.maxDate,void 0!==n?n:!m.maxDateHasTime)>0)return!1;if(0===m.config.enable.length&&0===m.config.disable.length)return!0;if(void 0===t)return!1;for(var a=m.config.enable.length>0,i=a?m.config.enable:m.config.disable,r=0,o=void 0;r<i.length;r++){if("function"==typeof(o=i[r])&&o(t))return a;if(o instanceof Date&&void 0!==t&&o.getTime()===t.getTime())return a;if("string"==typeof o&&void 0!==t){var l=m.parseDate(o,void 0,!0);return l&&l.getTime()===t.getTime()?a:!a}if("object"==typeof o&&void 0!==t&&o.from&&o.to&&t.getTime()>=o.from.getTime()&&t.getTime()<=o.to.getTime())return a}return!a}function Z(e){return void 0!==m.daysContainer&&-1===e.className.indexOf("hidden")&&m.daysContainer.contains(e)}function $(e){var n=e.target===m._input,t=m.config.allowInput,a=m.isOpen&&(!t||!n),i=m.config.inline&&n&&!t;if(13===e.keyCode&&n){if(t)return m.setDate(m._input.value,!0,e.target===m.altInput?m.config.altFormat:m.config.dateFormat),e.target.blur();m.open()}else if(U(e.target)||a||i){var r=!!m.timeContainer&&m.timeContainer.contains(e.target);switch(e.keyCode){case 13:r?(x(),re()):oe(e);break;case 27:e.preventDefault(),re();break;case 8:case 46:n&&!m.config.allowInput&&(e.preventDefault(),m.clear());break;case 37:case 39:if(r)m.hourElement&&m.hourElement.focus();else if(e.preventDefault(),void 0!==m.daysContainer&&(!1===t||document.activeElement&&Z(document.activeElement))){var o=39===e.keyCode?1:-1;e.ctrlKey?(e.stopPropagation(),K(o),R(Y(1),0)):R(void 0,o)}break;case 38:case 40:e.preventDefault();var l=40===e.keyCode?1:-1;m.daysContainer&&void 0!==e.target.$i||e.target===m.input?e.ctrlKey?(e.stopPropagation(),q(m.currentYear-l),R(Y(1),0)):r||R(void 0,7*l):m.config.enableTime&&(!r&&m.hourElement&&m.hourElement.focus(),x(e),m._debouncedChange());break;case 9:if(r){var c=[m.hourElement,m.minuteElement,m.secondElement,m.amPM].filter((function(e){return e})),d=c.indexOf(e.target);if(-1!==d){var s=c[d+(e.shiftKey?-1:1)];void 0!==s?(e.preventDefault(),s.focus()):e.shiftKey&&(e.preventDefault(),m._input.focus())}}}}if(void 0!==m.amPM&&e.target===m.amPM)switch(e.key){case m.l10n.amPM[0].charAt(0):case m.l10n.amPM[0].charAt(0).toLowerCase():m.amPM.textContent=m.l10n.amPM[0],M(),ge();break;case m.l10n.amPM[1].charAt(0):case m.l10n.amPM[1].charAt(0).toLowerCase():m.amPM.textContent=m.l10n.amPM[1],M(),ge()}se("onKeyDown",e)}function Q(e){if(1===m.selectedDates.length&&(!e||e.classList.contains("flatpickr-day")&&!e.classList.contains("disabled"))){for(var n=e?e.dateObj.getTime():m.days.firstElementChild.dateObj.getTime(),t=m.parseDate(m.selectedDates[0],void 0,!0).getTime(),a=Math.min(n,m.selectedDates[0].getTime()),i=Math.max(n,m.selectedDates[0].getTime()),r=m.daysContainer.lastChild.lastChild.dateObj.getTime(),o=!1,l=0,c=0,d=a;d<r;d+=k)V(new Date(d),!0)||(o=o||d>a&&d<i,d<t&&(!l||d>l)?l=d:d>t&&(!c||d<c)&&(c=d));for(var s=0;s<m.config.showMonths;s++)for(var f=m.daysContainer.children[s],p=m.daysContainer.children[s-1],u=function(a,i){var r,d,u,g=f.children[a],h=g.dateObj.getTime(),b=l>0&&h<l||c>0&&h>c;return b?(g.classList.add("notAllowed"),["inRange","startRange","endRange"].forEach((function(e){g.classList.remove(e)})),"continue"):o&&!b?"continue":(["startRange","inRange","endRange","notAllowed"].forEach((function(e){g.classList.remove(e)})),void(void 0!==e&&(e.classList.add(n<m.selectedDates[0].getTime()?"startRange":"endRange"),!f.contains(e)&&s>0&&p&&p.lastChild.dateObj.getTime()>=h||(t<n&&h===t?g.classList.add("startRange"):t>n&&h===t&&g.classList.add("endRange"),h>=l&&(0===c||h<=c)&&(d=t,u=n,(r=h)>Math.min(d,u)&&r<Math.max(d,u))&&g.classList.add("inRange")))))},g=0,h=f.children.length;g<h;g++)u(g)}}function X(){!m.isOpen||m.config.static||m.config.inline||ae()}function ee(){m.setDate(void 0!==m.config.minDate?new Date(m.config.minDate.getTime()):new Date,!1),T(),ge()}function ne(e){return function(n){var t=m.config["_"+e+"Date"]=m.parseDate(n,m.config.dateFormat),a=m.config["_"+("min"===e?"max":"min")+"Date"];void 0!==t&&(m["min"===e?"minDateHasTime":"maxDateHasTime"]=t.getHours()>0||t.getMinutes()>0||t.getSeconds()>0),m.selectedDates&&(m.selectedDates=m.selectedDates.filter((function(e){return V(e)})),m.selectedDates.length||"min"!==e||C(t),ge()),m.daysContainer&&(ie(),void 0!==t?m.currentYearElement[e]=t.getFullYear().toString():m.currentYearElement.removeAttribute(e),m.currentYearElement.disabled=!!a&&void 0!==t&&a.getFullYear()===t.getFullYear())}}function te(){"object"!=typeof m.config.locale&&void 0===D.l10ns[m.config.locale]&&m.config.errorHandler(new Error("flatpickr: invalid locale "+m.config.locale)),m.l10n=e({},D.l10ns.default,"object"==typeof m.config.locale?m.config.locale:"default"!==m.config.locale?D.l10ns[m.config.locale]:void 0),g.K="("+m.l10n.amPM[0]+"|"+m.l10n.amPM[1]+"|"+m.l10n.amPM[0].toLowerCase()+"|"+m.l10n.amPM[1].toLowerCase()+")",m.formatDate=b(m),m.parseDate=v({config:m.config,l10n:m.l10n})}function ae(e){if(void 0!==m.calendarContainer){se("onPreCalendarPosition");var n=e||m._positionElement,t=Array.prototype.reduce.call(m.calendarContainer.children,(function(e,n){return e+n.offsetHeight}),0),a=m.calendarContainer.offsetWidth,i=m.config.position.split(" "),r=i[0],o=i.length>1?i[1]:null,l=n.getBoundingClientRect(),d=window.innerHeight-l.bottom,s="above"===r||"below"!==r&&d<t&&l.top>t,f=window.pageYOffset+l.top+(s?-t-2:n.offsetHeight+2);if(c(m.calendarContainer,"arrowTop",!s),c(m.calendarContainer,"arrowBottom",s),!m.config.inline){var p=window.pageXOffset+l.left-(null!=o&&"center"===o?(a-l.width)/2:0),u=window.document.body.offsetWidth-l.right,g=p+a>window.document.body.offsetWidth,h=u+a>window.document.body.offsetWidth;if(c(m.calendarContainer,"rightMost",g),!m.config.static)if(m.calendarContainer.style.top=f+"px",g)if(h){var b=document.styleSheets[0];if(void 0===b)return;var v=window.document.body.offsetWidth,w=Math.max(0,v/2-a/2),k=b.cssRules.length,y="{left:"+l.left+"px;right:auto;}";c(m.calendarContainer,"rightMost",!1),c(m.calendarContainer,"centerMost",!0),b.insertRule(".flatpickr-calendar.centerMost:before,.flatpickr-calendar.centerMost:after"+y,k),m.calendarContainer.style.left=w+"px",m.calendarContainer.style.right="auto"}else m.calendarContainer.style.left="auto",m.calendarContainer.style.right=u+"px";else m.calendarContainer.style.left=p+"px",m.calendarContainer.style.right="auto"}}}function ie(){m.config.noCalendar||m.isMobile||(ue(),W())}function re(){m._input.focus(),-1!==window.navigator.userAgent.indexOf("MSIE")||void 0!==navigator.msMaxTouchPoints?setTimeout(m.close,0):m.close()}function oe(e){e.preventDefault(),e.stopPropagation();var n=function e(n,t){return t(n)?n:n.parentNode?e(n.parentNode,t):void 0}(e.target,(function(e){return e.classList&&e.classList.contains("flatpickr-day")&&!e.classList.contains("disabled")&&!e.classList.contains("notAllowed")}));if(void 0!==n){var t=n,a=m.latestSelectedDateObj=new Date(t.dateObj.getTime()),i=(a.getMonth()<m.currentMonth||a.getMonth()>m.currentMonth+m.config.showMonths-1)&&"range"!==m.config.mode;if(m.selectedDateElem=t,"single"===m.config.mode)m.selectedDates=[a];else if("multiple"===m.config.mode){var r=pe(a);r?m.selectedDates.splice(parseInt(r),1):m.selectedDates.push(a)}else"range"===m.config.mode&&(2===m.selectedDates.length&&m.clear(!1,!1),m.latestSelectedDateObj=a,m.selectedDates.push(a),0!==w(a,m.selectedDates[0],!0)&&m.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()})));if(M(),i){var o=m.currentYear!==a.getFullYear();m.currentYear=a.getFullYear(),m.currentMonth=a.getMonth(),o&&se("onYearChange"),se("onMonthChange")}if(ue(),W(),ge(),m.config.enableTime&&setTimeout((function(){return m.showTimeInput=!0}),50),i||"range"===m.config.mode||1!==m.config.showMonths?void 0!==m.selectedDateElem&&void 0===m.hourElement&&m.selectedDateElem&&m.selectedDateElem.focus():j(t),void 0!==m.hourElement&&void 0!==m.hourElement&&m.hourElement.focus(),m.config.closeOnSelect){var l="single"===m.config.mode&&!m.config.enableTime,c="range"===m.config.mode&&2===m.selectedDates.length&&!m.config.enableTime;(l||c)&&re()}_()}}m.parseDate=v({config:m.config,l10n:m.l10n}),m._handlers=[],m._bind=S,m._setHoursFromDate=C,m._positionCalendar=ae,m.changeMonth=K,m.changeYear=q,m.clear=function(e,n){void 0===e&&(e=!0),void 0===n&&(n=!0),m.input.value="",void 0!==m.altInput&&(m.altInput.value=""),void 0!==m.mobileInput&&(m.mobileInput.value=""),m.selectedDates=[],m.latestSelectedDateObj=void 0,!0===n&&(m.currentYear=m._initialDate.getFullYear(),m.currentMonth=m._initialDate.getMonth()),m.showTimeInput=!1,!0===m.config.enableTime&&T(),m.redraw(),e&&se("onChange")},m.close=function(){m.isOpen=!1,m.isMobile||(void 0!==m.calendarContainer&&m.calendarContainer.classList.remove("open"),void 0!==m._input&&m._input.classList.remove("active")),se("onClose")},m._createElement=d,m.destroy=function(){void 0!==m.config&&se("onDestroy");for(var e=m._handlers.length;e--;){var n=m._handlers[e];n.element.removeEventListener(n.event,n.handler,n.options)}if(m._handlers=[],m.mobileInput)m.mobileInput.parentNode&&m.mobileInput.parentNode.removeChild(m.mobileInput),m.mobileInput=void 0;else if(m.calendarContainer&&m.calendarContainer.parentNode)if(m.config.static&&m.calendarContainer.parentNode){var t=m.calendarContainer.parentNode;if(t.lastChild&&t.removeChild(t.lastChild),t.parentNode){for(;t.firstChild;)t.parentNode.insertBefore(t.firstChild,t);t.parentNode.removeChild(t)}}else m.calendarContainer.parentNode.removeChild(m.calendarContainer);m.altInput&&(m.input.type="text",m.altInput.parentNode&&m.altInput.parentNode.removeChild(m.altInput),delete m.altInput),m.input&&(m.input.type=m.input._type,m.input.classList.remove("flatpickr-input"),m.input.removeAttribute("readonly"),m.input.value=""),["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach((function(e){try{delete m[e]}catch(e){}}))},m.isEnabled=V,m.jumpToDate=F,m.open=function(e,n){if(void 0===n&&(n=m._positionElement),!0===m.isMobile)return e&&(e.preventDefault(),e.target&&e.target.blur()),void 0!==m.mobileInput&&(m.mobileInput.focus(),m.mobileInput.click()),void se("onOpen");if(!m._input.disabled&&!m.config.inline){var t=m.isOpen;m.isOpen=!0,t||(m.calendarContainer.classList.add("open"),m._input.classList.add("active"),se("onOpen"),ae(n)),!0===m.config.enableTime&&!0===m.config.noCalendar&&(0===m.selectedDates.length&&ee(),!1!==m.config.allowInput||void 0!==e&&m.timeContainer.contains(e.relatedTarget)||setTimeout((function(){return m.hourElement.select()}),50))}},m.redraw=ie,m.set=function(e,t){null!==e&&"object"==typeof e?Object.assign(m.config,e):(m.config[e]=t,void 0!==le[e]?le[e].forEach((function(e){return e()})):n.indexOf(e)>-1&&(m.config[e]=l(t))),m.redraw(),ge(!1)},m.setDate=function(e,n,t){if(void 0===n&&(n=!1),void 0===t&&(t=m.config.dateFormat),0!==e&&!e||e instanceof Array&&0===e.length)return m.clear(n);ce(e,t),m.showTimeInput=m.selectedDates.length>0,m.latestSelectedDateObj=m.selectedDates[0],m.redraw(),F(),C(),ge(n),n&&se("onChange")},m.toggle=function(e){if(!0===m.isOpen)return m.close();m.open(e)};var le={locale:[te,J],showMonths:[z,y,B]};function ce(e,n){var t=[];if(e instanceof Array)t=e.map((function(e){return m.parseDate(e,n)}));else if(e instanceof Date||"number"==typeof e)t=[m.parseDate(e,n)];else if("string"==typeof e)switch(m.config.mode){case"single":case"time":t=[m.parseDate(e,n)];break;case"multiple":t=e.split(m.config.conjunction).map((function(e){return m.parseDate(e,n)}));break;case"range":t=e.split(m.l10n.rangeSeparator).map((function(e){return m.parseDate(e,n)}))}else m.config.errorHandler(new Error("Invalid date supplied: "+JSON.stringify(e)));m.selectedDates=t.filter((function(e){return e instanceof Date&&V(e,!1)})),"range"===m.config.mode&&m.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()}))}function de(e){return e.slice().map((function(e){return"string"==typeof e||"number"==typeof e||e instanceof Date?m.parseDate(e,void 0,!0):e&&"object"==typeof e&&e.from&&e.to?{from:m.parseDate(e.from,void 0),to:m.parseDate(e.to,void 0)}:e})).filter((function(e){return e}))}function se(e,n){if(void 0!==m.config){var t=m.config[e];if(void 0!==t&&t.length>0)for(var a=0;t[a]&&a<t.length;a++)t[a](m.selectedDates,m.input.value,m,n);"onChange"===e&&(m.input.dispatchEvent(fe("change")),m.input.dispatchEvent(fe("input")))}}function fe(e){var n=document.createEvent("Event");return n.initEvent(e,!0,!0),n}function pe(e){for(var n=0;n<m.selectedDates.length;n++)if(0===w(m.selectedDates[n],e))return""+n;return!1}function ue(){m.config.noCalendar||m.isMobile||!m.monthNav||(m.yearElements.forEach((function(e,n){var t=new Date(m.currentYear,m.currentMonth,1);t.setMonth(m.currentMonth+n),m.monthElements[n].textContent=u(t.getMonth(),m.config.shorthandCurrentMonth,m.l10n)+" ",e.value=t.getFullYear().toString()})),m._hidePrevMonthArrow=void 0!==m.config.minDate&&(m.currentYear===m.config.minDate.getFullYear()?m.currentMonth<=m.config.minDate.getMonth():m.currentYear<m.config.minDate.getFullYear()),m._hideNextMonthArrow=void 0!==m.config.maxDate&&(m.currentYear===m.config.maxDate.getFullYear()?m.currentMonth+1>m.config.maxDate.getMonth():m.currentYear>m.config.maxDate.getFullYear()))}function me(e){return m.selectedDates.map((function(n){return m.formatDate(n,e)})).filter((function(e,n,t){return"range"!==m.config.mode||m.config.enableTime||t.indexOf(e)===n})).join("range"!==m.config.mode?m.config.conjunction:m.l10n.rangeSeparator)}function ge(e){if(void 0===e&&(e=!0),0===m.selectedDates.length)return m.clear(e);void 0!==m.mobileInput&&m.mobileFormatStr&&(m.mobileInput.value=void 0!==m.latestSelectedDateObj?m.formatDate(m.latestSelectedDateObj,m.mobileFormatStr):""),m.input.value=me(m.config.dateFormat),void 0!==m.altInput&&(m.altInput.value=me(m.config.altFormat)),!1!==e&&se("onValueUpdate")}function he(e){e.preventDefault();var n=m.prevMonthNav.contains(e.target),t=m.nextMonthNav.contains(e.target);n||t?K(n?-1:1):m.yearElements.indexOf(e.target)>=0?e.target.select():e.target.classList.contains("arrowUp")?m.changeYear(m.currentYear+1):e.target.classList.contains("arrowDown")&&m.changeYear(m.currentYear-1)}return function(){m.element=m.input=t,m.isOpen=!1,function(){var a=["wrap","weekNumbers","allowInput","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],i=e({},p,JSON.parse(JSON.stringify(t.dataset||{}))),r={};m.config.parseDate=i.parseDate,m.config.formatDate=i.formatDate,Object.defineProperty(m.config,"enable",{get:function(){return m.config._enable},set:function(e){m.config._enable=de(e)}}),Object.defineProperty(m.config,"disable",{get:function(){return m.config._disable},set:function(e){m.config._disable=de(e)}});var o="time"===i.mode;i.dateFormat||!i.enableTime&&!o||(r.dateFormat=i.noCalendar||o?"H:i"+(i.enableSeconds?":S":""):D.defaultConfig.dateFormat+" H:i"+(i.enableSeconds?":S":"")),i.altInput&&(i.enableTime||o)&&!i.altFormat&&(r.altFormat=i.noCalendar||o?"h:i"+(i.enableSeconds?":S K":" K"):D.defaultConfig.altFormat+" h:i"+(i.enableSeconds?":S":"")+" K"),Object.defineProperty(m.config,"minDate",{get:function(){return m.config._minDate},set:ne("min")}),Object.defineProperty(m.config,"maxDate",{get:function(){return m.config._maxDate},set:ne("max")});var c=function(e){return function(n){m.config["min"===e?"_minTime":"_maxTime"]=m.parseDate(n,"H:i")}};Object.defineProperty(m.config,"minTime",{get:function(){return m.config._minTime},set:c("min")}),Object.defineProperty(m.config,"maxTime",{get:function(){return m.config._maxTime},set:c("max")}),"time"===i.mode&&(m.config.noCalendar=!0,m.config.enableTime=!0),Object.assign(m.config,r,i);for(var d=0;d<a.length;d++)m.config[a[d]]=!0===m.config[a[d]]||"true"===m.config[a[d]];for(n.filter((function(e){return void 0!==m.config[e]})).forEach((function(e){m.config[e]=l(m.config[e]||[]).map(h)})),m.isMobile=!m.config.disableMobile&&!m.config.inline&&"single"===m.config.mode&&!m.config.disable.length&&!m.config.enable.length&&!m.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),d=0;d<m.config.plugins.length;d++){var s=m.config.plugins[d](m)||{};for(var f in s)n.indexOf(f)>-1?m.config[f]=l(s[f]).map(h).concat(m.config[f]):void 0===i[f]&&(m.config[f]=s[f])}se("onParseConfig")}(),te(),m.input=m.config.wrap?t.querySelector("[data-input]"):t,m.input?(m.input._type=m.input.type,m.input.type="text",m.input.classList.add("flatpickr-input"),m._input=m.input,m.config.altInput&&(m.altInput=d(m.input.nodeName,m.input.className+" "+m.config.altInputClass),m._input=m.altInput,m.altInput.placeholder=m.input.placeholder,m.altInput.disabled=m.input.disabled,m.altInput.required=m.input.required,m.altInput.tabIndex=m.input.tabIndex,m.altInput.type="text",m.input.setAttribute("type","hidden"),!m.config.static&&m.input.parentNode&&m.input.parentNode.insertBefore(m.altInput,m.input.nextSibling)),m.config.allowInput||m._input.setAttribute("readonly","readonly"),m._positionElement=m.config.positionElement||m._input):m.config.errorHandler(new Error("Invalid input element specified")),function(){m.selectedDates=[],m.now=m.parseDate(m.config.now)||new Date;var e=m.config.defaultDate||("INPUT"!==m.input.nodeName&&"TEXTAREA"!==m.input.nodeName||!m.input.placeholder||m.input.value!==m.input.placeholder?m.input.value:null);e&&ce(e,m.config.dateFormat),m._initialDate=m.selectedDates.length>0?m.selectedDates[0]:m.config.minDate&&m.config.minDate.getTime()>m.now.getTime()?m.config.minDate:m.config.maxDate&&m.config.maxDate.getTime()<m.now.getTime()?m.config.maxDate:m.now,m.currentYear=m._initialDate.getFullYear(),m.currentMonth=m._initialDate.getMonth(),m.selectedDates.length>0&&(m.latestSelectedDateObj=m.selectedDates[0]),void 0!==m.config.minTime&&(m.config.minTime=m.parseDate(m.config.minTime,"H:i")),void 0!==m.config.maxTime&&(m.config.maxTime=m.parseDate(m.config.maxTime,"H:i")),m.minDateHasTime=!!m.config.minDate&&(m.config.minDate.getHours()>0||m.config.minDate.getMinutes()>0||m.config.minDate.getSeconds()>0),m.maxDateHasTime=!!m.config.maxDate&&(m.config.maxDate.getHours()>0||m.config.maxDate.getMinutes()>0||m.config.maxDate.getSeconds()>0),Object.defineProperty(m,"showTimeInput",{get:function(){return m._showTimeInput},set:function(e){m._showTimeInput=e,m.calendarContainer&&c(m.calendarContainer,"showTimeInput",e),m.isOpen&&ae()}})}(),m.utils={getDaysInMonth:function(e,n){return void 0===e&&(e=m.currentMonth),void 0===n&&(n=m.currentYear),1===e&&(n%4==0&&n%100!=0||n%400==0)?29:m.l10n.daysInMonth[e]}},m.isMobile||function(){var e=window.document.createDocumentFragment();if(m.calendarContainer=d("div","flatpickr-calendar"),m.calendarContainer.tabIndex=-1,!m.config.noCalendar){if(e.appendChild((m.monthNav=d("div","flatpickr-months"),m.yearElements=[],m.monthElements=[],m.prevMonthNav=d("span","flatpickr-prev-month"),m.prevMonthNav.innerHTML=m.config.prevArrow,m.nextMonthNav=d("span","flatpickr-next-month"),m.nextMonthNav.innerHTML=m.config.nextArrow,z(),Object.defineProperty(m,"_hidePrevMonthArrow",{get:function(){return m.__hidePrevMonthArrow},set:function(e){m.__hidePrevMonthArrow!==e&&(c(m.prevMonthNav,"disabled",e),m.__hidePrevMonthArrow=e)}}),Object.defineProperty(m,"_hideNextMonthArrow",{get:function(){return m.__hideNextMonthArrow},set:function(e){m.__hideNextMonthArrow!==e&&(c(m.nextMonthNav,"disabled",e),m.__hideNextMonthArrow=e)}}),m.currentYearElement=m.yearElements[0],ue(),m.monthNav)),m.innerContainer=d("div","flatpickr-innerContainer"),m.config.weekNumbers){var n=function(){m.calendarContainer.classList.add("hasWeeks");var e=d("div","flatpickr-weekwrapper");e.appendChild(d("span","flatpickr-weekday",m.l10n.weekAbbreviation));var n=d("div","flatpickr-weeks");return e.appendChild(n),{weekWrapper:e,weekNumbers:n}}(),t=n.weekWrapper,a=n.weekNumbers;m.innerContainer.appendChild(t),m.weekNumbers=a,m.weekWrapper=t}m.rContainer=d("div","flatpickr-rContainer"),m.rContainer.appendChild(B()),m.daysContainer||(m.daysContainer=d("div","flatpickr-days"),m.daysContainer.tabIndex=-1),W(),m.rContainer.appendChild(m.daysContainer),m.innerContainer.appendChild(m.rContainer),e.appendChild(m.innerContainer)}m.config.enableTime&&e.appendChild(function(){m.calendarContainer.classList.add("hasTime"),m.config.noCalendar&&m.calendarContainer.classList.add("noCalendar"),m.timeContainer=d("div","flatpickr-time"),m.timeContainer.tabIndex=-1;var e=d("span","flatpickr-time-separator",":"),n=f("flatpickr-hour");m.hourElement=n.getElementsByTagName("input")[0];var t=f("flatpickr-minute");if(m.minuteElement=t.getElementsByTagName("input")[0],m.hourElement.tabIndex=m.minuteElement.tabIndex=-1,m.hourElement.value=i(m.latestSelectedDateObj?m.latestSelectedDateObj.getHours():m.config.time_24hr?m.config.defaultHour:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(m.config.defaultHour)),m.minuteElement.value=i(m.latestSelectedDateObj?m.latestSelectedDateObj.getMinutes():m.config.defaultMinute),m.hourElement.setAttribute("step",m.config.hourIncrement.toString()),m.minuteElement.setAttribute("step",m.config.minuteIncrement.toString()),m.hourElement.setAttribute("min",m.config.time_24hr?"0":"1"),m.hourElement.setAttribute("max",m.config.time_24hr?"23":"12"),m.minuteElement.setAttribute("min","0"),m.minuteElement.setAttribute("max","59"),m.timeContainer.appendChild(n),m.timeContainer.appendChild(e),m.timeContainer.appendChild(t),m.config.time_24hr&&m.timeContainer.classList.add("time24hr"),m.config.enableSeconds){m.timeContainer.classList.add("hasSeconds");var a=f("flatpickr-second");m.secondElement=a.getElementsByTagName("input")[0],m.secondElement.value=i(m.latestSelectedDateObj?m.latestSelectedDateObj.getSeconds():m.config.defaultSeconds),m.secondElement.setAttribute("step",m.minuteElement.getAttribute("step")),m.secondElement.setAttribute("min","0"),m.secondElement.setAttribute("max","59"),m.timeContainer.appendChild(d("span","flatpickr-time-separator",":")),m.timeContainer.appendChild(a)}return m.config.time_24hr||(m.amPM=d("span","flatpickr-am-pm",m.l10n.amPM[r((m.latestSelectedDateObj?m.hourElement.value:m.config.defaultHour)>11)]),m.amPM.title=m.l10n.toggleTitle,m.amPM.tabIndex=-1,m.timeContainer.appendChild(m.amPM)),m.timeContainer}()),c(m.calendarContainer,"rangeMode","range"===m.config.mode),c(m.calendarContainer,"animate",!0===m.config.animate),c(m.calendarContainer,"multiMonth",m.config.showMonths>1),m.calendarContainer.appendChild(e);var o=void 0!==m.config.appendTo&&void 0!==m.config.appendTo.nodeType;if((m.config.inline||m.config.static)&&(m.calendarContainer.classList.add(m.config.inline?"inline":"static"),m.config.inline&&(!o&&m.element.parentNode?m.element.parentNode.insertBefore(m.calendarContainer,m._input.nextSibling):void 0!==m.config.appendTo&&m.config.appendTo.appendChild(m.calendarContainer)),m.config.static)){var l=d("div","flatpickr-wrapper");m.element.parentNode&&m.element.parentNode.insertBefore(l,m.element),l.appendChild(m.element),m.altInput&&l.appendChild(m.altInput),l.appendChild(m.calendarContainer)}m.config.static||m.config.inline||(void 0!==m.config.appendTo?m.config.appendTo:window.document.body).appendChild(m.calendarContainer)}(),function(){if(m.config.wrap&&["open","close","toggle","clear"].forEach((function(e){Array.prototype.forEach.call(m.element.querySelectorAll("[data-"+e+"]"),(function(n){return S(n,"click",m[e])}))})),m.isMobile)!function(){var e=m.config.enableTime?m.config.noCalendar?"time":"datetime-local":"date";m.mobileInput=d("input",m.input.className+" flatpickr-mobile"),m.mobileInput.step=m.input.getAttribute("step")||"any",m.mobileInput.tabIndex=1,m.mobileInput.type=e,m.mobileInput.disabled=m.input.disabled,m.mobileInput.required=m.input.required,m.mobileInput.placeholder=m.input.placeholder,m.mobileFormatStr="datetime-local"===e?"Y-m-d\\TH:i:S":"date"===e?"Y-m-d":"H:i:S",m.selectedDates.length>0&&(m.mobileInput.defaultValue=m.mobileInput.value=m.formatDate(m.selectedDates[0],m.mobileFormatStr)),m.config.minDate&&(m.mobileInput.min=m.formatDate(m.config.minDate,"Y-m-d")),m.config.maxDate&&(m.mobileInput.max=m.formatDate(m.config.maxDate,"Y-m-d")),m.input.type="hidden",void 0!==m.altInput&&(m.altInput.type="hidden");try{m.input.parentNode&&m.input.parentNode.insertBefore(m.mobileInput,m.input.nextSibling)}catch(e){}S(m.mobileInput,"change",(function(e){m.setDate(e.target.value,!1,m.mobileFormatStr),se("onChange"),se("onClose")}))}();else{var e=o(X,50);m._debouncedChange=o(_,300),m.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&S(m.daysContainer,"mouseover",(function(e){"range"===m.config.mode&&Q(e.target)})),S(window.document.body,"keydown",$),m.config.static||S(m._input,"keydown",$),m.config.inline||m.config.static||S(window,"resize",e),void 0!==window.ontouchstart?S(window.document,"click",G):S(window.document,"mousedown",O(G)),S(window.document,"focus",G,{capture:!0}),!0===m.config.clickOpens&&(S(m._input,"focus",m.open),S(m._input,"mousedown",O(m.open))),void 0!==m.daysContainer&&(S(m.monthNav,"mousedown",O(he)),S(m.monthNav,["keyup","increment"],I),S(m.daysContainer,"mousedown",O(oe))),void 0!==m.timeContainer&&void 0!==m.minuteElement&&void 0!==m.hourElement&&(S(m.timeContainer,["increment"],x),S(m.timeContainer,"blur",x,{capture:!0}),S(m.timeContainer,"mousedown",O(A)),S([m.hourElement,m.minuteElement],["focus","click"],(function(e){return e.target.select()})),void 0!==m.secondElement&&S(m.secondElement,"focus",(function(){return m.secondElement&&m.secondElement.select()})),void 0!==m.amPM&&S(m.amPM,"mousedown",O((function(e){x(e),_()}))))}}(),(m.selectedDates.length||m.config.noCalendar)&&(m.config.enableTime&&C(m.config.noCalendar?m.latestSelectedDateObj||m.config.minDate:void 0),ge(!1)),y(),m.showTimeInput=m.selectedDates.length>0||m.config.noCalendar;var a=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!m.isMobile&&a&&ae(),se("onReady")}(),m}function x(e,n){for(var t=Array.prototype.slice.call(e).filter((function(e){return e instanceof HTMLElement})),a=[],i=0;i<t.length;i++){var r=t[i];try{if(null!==r.getAttribute("data-fp-omit"))continue;void 0!==r._flatpickr&&(r._flatpickr.destroy(),r._flatpickr=void 0),r._flatpickr=y(r,n||{}),a.push(r._flatpickr)}catch(e){console.error(e)}}return 1===a.length?a[0]:a}"function"!=typeof Object.assign&&(Object.assign=function(e){for(var n=[],t=1;t<arguments.length;t++)n[t-1]=arguments[t];if(!e)throw TypeError("Cannot convert undefined or null to object");for(var a=function(n){n&&Object.keys(n).forEach((function(t){return e[t]=n[t]}))},i=0,r=n;i<r.length;i++){var o=r[i];a(o)}return e}),"undefined"!=typeof HTMLElement&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(e){return x(this,e)},HTMLElement.prototype.flatpickr=function(e){return x([this],e)});var D=function(e,n){return"string"==typeof e?x(window.document.querySelectorAll(e),n):e instanceof Node?x([e],n):x(e,n)};return D.defaultConfig=t,D.l10ns={en:e({},a),default:e({},a)},D.localize=function(n){D.l10ns.default=e({},D.l10ns.default,n)},D.setDefaults=function(n){D.defaultConfig=e({},D.defaultConfig,n)},D.parseDate=v({}),D.formatDate=b({}),D.compareDates=w,"undefined"!=typeof jQuery&&(jQuery.fn.flatpickr=function(e){return x(this,e)}),Date.prototype.fp_incr=function(e){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+("string"==typeof e?parseInt(e,10):e))},"undefined"!=typeof window&&(window.flatpickr=D),D}()},99872:function(e,n){!function(e){"use strict";var n="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},t={weekdays:{shorthand:["So","Mo","Di","Mi","Do","Fr","Sa"],longhand:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},months:{shorthand:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],longhand:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},firstDayOfWeek:1,weekAbbreviation:"KW",rangeSeparator:" bis ",scrollTitle:"Zum Ändern scrollen",toggleTitle:"Zum Umschalten klicken"};n.l10ns.de=t;var a=n.l10ns;e.German=t,e.default=a,Object.defineProperty(e,"__esModule",{value:!0})}(n)},83206:function(e,n){!function(e){"use strict";var n="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},t={firstDayOfWeek:1,weekdays:{shorthand:["dim","lun","mar","mer","jeu","ven","sam"],longhand:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},months:{shorthand:["janv","févr","mars","avr","mai","juin","juil","août","sept","oct","nov","déc"],longhand:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]},ordinal:function(e){return e>1?"":"er"},rangeSeparator:" au ",weekAbbreviation:"Sem",scrollTitle:"Défiler pour augmenter la valeur",toggleTitle:"Cliquer pour basculer"};n.l10ns.fr=t;var a=n.l10ns;e.French=t,e.default=a,Object.defineProperty(e,"__esModule",{value:!0})}(n)},63478:function(e,n){!function(e){"use strict";var n="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},t={weekdays:{shorthand:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],longhand:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"]},months:{shorthand:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],longhand:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"]},firstDayOfWeek:1,ordinal:function(){return"°"},rangeSeparator:" al ",weekAbbreviation:"Se",scrollTitle:"Scrolla per aumentare",toggleTitle:"Clicca per cambiare"};n.l10ns.it=t;var a=n.l10ns;e.Italian=t,e.default=a,Object.defineProperty(e,"__esModule",{value:!0})}(n)}}]);
18
- //# sourceMappingURL=chunk-669.954c33f9a5ab2308c891.js.map
17
+ ***************************************************************************** */var e=function(){return(e=Object.assign||function(e){for(var n,t=1,a=arguments.length;t<a;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)},n=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],t={_disable:[],_enable:[],allowInput:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:"object"==typeof window&&-1===window.navigator.userAgent.indexOf("MSIE"),ariaDateFormat:"F j, Y",clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enable:[],enableSeconds:!1,enableTime:!1,errorHandler:function(e){return"undefined"!=typeof console&&console.warn(e)},getWeek:function(e){var n=new Date(e.getTime());n.setHours(0,0,0,0),n.setDate(n.getDate()+3-(n.getDay()+6)%7);var t=new Date(n.getFullYear(),0,4);return 1+Math.round(((n.getTime()-t.getTime())/864e5-3+(t.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:void 0,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},a={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(e){var n=e%100;if(n>3&&n<21)return"th";switch(n%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year"},i=function(e){return("0"+e).slice(-2)},r=function(e){return!0===e?1:0};function o(e,n,t){var a;return void 0===t&&(t=!1),function(){var i=this,r=arguments;null!==a&&clearTimeout(a),a=window.setTimeout((function(){a=null,t||e.apply(i,r)}),n),t&&!a&&e.apply(i,r)}}var l=function(e){return e instanceof Array?e:[e]};function c(e,n,t){if(!0===t)return e.classList.add(n);e.classList.remove(n)}function d(e,n,t){var a=window.document.createElement(e);return n=n||"",t=t||"",a.className=n,void 0!==t&&(a.textContent=t),a}function s(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function f(e,n){var t=d("div","numInputWrapper"),a=d("input","numInput "+e),i=d("span","arrowUp"),r=d("span","arrowDown");if(-1===navigator.userAgent.indexOf("MSIE 9.0")?a.type="number":(a.type="text",a.pattern="\\d*"),void 0!==n)for(var o in n)a.setAttribute(o,n[o]);return t.appendChild(a),t.appendChild(i),t.appendChild(r),t}var p=function(){},u=function(e,n,t){return t.months[n?"shorthand":"longhand"][e]},m={D:p,F:function(e,n,t){e.setMonth(t.months.longhand.indexOf(n))},G:function(e,n){e.setHours(parseFloat(n))},H:function(e,n){e.setHours(parseFloat(n))},J:function(e,n){e.setDate(parseFloat(n))},K:function(e,n,t){e.setHours(e.getHours()%12+12*r(new RegExp(t.amPM[1],"i").test(n)))},M:function(e,n,t){e.setMonth(t.months.shorthand.indexOf(n))},S:function(e,n){e.setSeconds(parseFloat(n))},U:function(e,n){return new Date(1e3*parseFloat(n))},W:function(e,n){var t=parseInt(n);return new Date(e.getFullYear(),0,2+7*(t-1),0,0,0,0)},Y:function(e,n){e.setFullYear(parseFloat(n))},Z:function(e,n){return new Date(n)},d:function(e,n){e.setDate(parseFloat(n))},h:function(e,n){e.setHours(parseFloat(n))},i:function(e,n){e.setMinutes(parseFloat(n))},j:function(e,n){e.setDate(parseFloat(n))},l:p,m:function(e,n){e.setMonth(parseFloat(n)-1)},n:function(e,n){e.setMonth(parseFloat(n)-1)},s:function(e,n){e.setSeconds(parseFloat(n))},u:function(e,n){return new Date(parseFloat(n))},w:p,y:function(e,n){e.setFullYear(2e3+parseFloat(n))}},g={D:"(\\w+)",F:"(\\w+)",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"(\\w+)",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"(\\w+)",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},h={Z:function(e){return e.toISOString()},D:function(e,n,t){return n.weekdays.shorthand[h.w(e,n,t)]},F:function(e,n,t){return u(h.n(e,n,t)-1,!1,n)},G:function(e,n,t){return i(h.h(e,n,t))},H:function(e){return i(e.getHours())},J:function(e,n){return void 0!==n.ordinal?e.getDate()+n.ordinal(e.getDate()):e.getDate()},K:function(e,n){return n.amPM[r(e.getHours()>11)]},M:function(e,n){return u(e.getMonth(),!0,n)},S:function(e){return i(e.getSeconds())},U:function(e){return e.getTime()/1e3},W:function(e,n,t){return t.getWeek(e)},Y:function(e){return e.getFullYear()},d:function(e){return i(e.getDate())},h:function(e){return e.getHours()%12?e.getHours()%12:12},i:function(e){return i(e.getMinutes())},j:function(e){return e.getDate()},l:function(e,n){return n.weekdays.longhand[e.getDay()]},m:function(e){return i(e.getMonth()+1)},n:function(e){return e.getMonth()+1},s:function(e){return e.getSeconds()},u:function(e){return e.getTime()},w:function(e){return e.getDay()},y:function(e){return String(e.getFullYear()).substring(2)}},b=function(e){var n=e.config,i=void 0===n?t:n,r=e.l10n,o=void 0===r?a:r;return function(e,n,t){var a=t||o;return void 0!==i.formatDate?i.formatDate(e,n,a):n.split("").map((function(n,t,r){return h[n]&&"\\"!==r[t-1]?h[n](e,a,i):"\\"!==n?n:""})).join("")}},v=function(e){var n=e.config,i=void 0===n?t:n,r=e.l10n,o=void 0===r?a:r;return function(e,n,a,r){if(0===e||e){var l,c=r||o,d=e;if(e instanceof Date)l=new Date(e.getTime());else if("string"!=typeof e&&void 0!==e.toFixed)l=new Date(e);else if("string"==typeof e){var s=n||(i||t).dateFormat,f=String(e).trim();if("today"===f)l=new Date,a=!0;else if(/Z$/.test(f)||/GMT$/.test(f))l=new Date(e);else if(i&&i.parseDate)l=i.parseDate(e,s);else{l=i&&i.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0);for(var p=void 0,u=[],h=0,b=0,v="";h<s.length;h++){var w=s[h],k="\\"===w,y="\\"===s[h-1]||k;if(g[w]&&!y){v+=g[w];var x=new RegExp(v).exec(e);x&&(p=!0)&&u["Y"!==w?"push":"unshift"]({fn:m[w],val:x[++b]})}else k||(v+=".");u.forEach((function(e){var n=e.fn,t=e.val;return l=n(l,t,c)||l}))}l=p?l:void 0}}if(l instanceof Date&&!isNaN(l.getTime()))return!0===a&&l.setHours(0,0,0,0),l;i.errorHandler(new Error("Invalid date provided: "+d))}}};function w(e,n,t){return void 0===t&&(t=!0),!1!==t?new Date(e.getTime()).setHours(0,0,0,0)-new Date(n.getTime()).setHours(0,0,0,0):e.getTime()-n.getTime()}var k=864e5;function y(t,p){var m={config:e({},D.defaultConfig),l10n:a};function h(e){return e.bind(m)}function y(){var e=m.config;!1===e.weekNumbers&&1===e.showMonths||!0!==e.noCalendar&&window.requestAnimationFrame((function(){if(void 0!==m.calendarContainer&&(m.calendarContainer.style.visibility="hidden",m.calendarContainer.style.display="block"),void 0!==m.daysContainer){var n=(m.days.offsetWidth+1)*e.showMonths;m.daysContainer.style.width=n+"px",m.calendarContainer.style.width=n+(void 0!==m.weekWrapper?m.weekWrapper.offsetWidth:0)+"px",m.calendarContainer.style.removeProperty("visibility"),m.calendarContainer.style.removeProperty("display")}}))}function x(e){0===m.selectedDates.length&&ee(),void 0!==e&&"blur"!==e.type&&function(e){e.preventDefault();var n="keydown"===e.type,t=e.target;void 0!==m.amPM&&e.target===m.amPM&&(m.amPM.textContent=m.l10n.amPM[r(m.amPM.textContent===m.l10n.amPM[0])]);var a=parseFloat(t.getAttribute("min")),o=parseFloat(t.getAttribute("max")),l=parseFloat(t.getAttribute("step")),c=parseInt(t.value,10),d=e.delta||(n?38===e.which?1:-1:0),s=c+l*d;if(void 0!==t.value&&2===t.value.length){var f=t===m.hourElement,p=t===m.minuteElement;s<a?(s=o+s+r(!f)+(r(f)&&r(!m.amPM)),p&&N(void 0,-1,m.hourElement)):s>o&&(s=t===m.hourElement?s-o-r(!m.amPM):a,p&&N(void 0,1,m.hourElement)),m.amPM&&f&&(1===l?s+c===23:Math.abs(s-c)>l)&&(m.amPM.textContent=m.l10n.amPM[r(m.amPM.textContent===m.l10n.amPM[0])]),t.value=i(s)}}(e);var n=m._input.value;M(),ge(),m._input.value!==n&&m._debouncedChange()}function M(){if(void 0!==m.hourElement&&void 0!==m.minuteElement){var e,n,t=(parseInt(m.hourElement.value.slice(-2),10)||0)%24,a=(parseInt(m.minuteElement.value,10)||0)%60,i=void 0!==m.secondElement?(parseInt(m.secondElement.value,10)||0)%60:0;void 0!==m.amPM&&(e=t,n=m.amPM.textContent,t=e%12+12*r(n===m.l10n.amPM[1]));var o=void 0!==m.config.minTime||m.config.minDate&&m.minDateHasTime&&m.latestSelectedDateObj&&0===w(m.latestSelectedDateObj,m.config.minDate,!0);if(void 0!==m.config.maxTime||m.config.maxDate&&m.maxDateHasTime&&m.latestSelectedDateObj&&0===w(m.latestSelectedDateObj,m.config.maxDate,!0)){var l=void 0!==m.config.maxTime?m.config.maxTime:m.config.maxDate;(t=Math.min(t,l.getHours()))===l.getHours()&&(a=Math.min(a,l.getMinutes())),a===l.getMinutes()&&(i=Math.min(i,l.getSeconds()))}if(o){var c=void 0!==m.config.minTime?m.config.minTime:m.config.minDate;(t=Math.max(t,c.getHours()))===c.getHours()&&(a=Math.max(a,c.getMinutes())),a===c.getMinutes()&&(i=Math.max(i,c.getSeconds()))}E(t,a,i)}}function C(e){var n=e||m.latestSelectedDateObj;n&&E(n.getHours(),n.getMinutes(),n.getSeconds())}function T(){var e=m.config.defaultHour,n=m.config.defaultMinute,t=m.config.defaultSeconds;if(void 0!==m.config.minDate){var a=m.config.minDate.getHours(),i=m.config.minDate.getMinutes();(e=Math.max(e,a))===a&&(n=Math.max(i,n)),e===a&&n===i&&(t=m.config.minDate.getSeconds())}if(void 0!==m.config.maxDate){var r=m.config.maxDate.getHours(),o=m.config.maxDate.getMinutes();(e=Math.min(e,r))===r&&(n=Math.min(o,n)),e===r&&n===o&&(t=m.config.maxDate.getSeconds())}E(e,n,t)}function E(e,n,t){void 0!==m.latestSelectedDateObj&&m.latestSelectedDateObj.setHours(e%24,n,t||0,0),m.hourElement&&m.minuteElement&&!m.isMobile&&(m.hourElement.value=i(m.config.time_24hr?e:(12+e)%12+12*r(e%12==0)),m.minuteElement.value=i(n),void 0!==m.amPM&&(m.amPM.textContent=m.l10n.amPM[r(e>=12)]),void 0!==m.secondElement&&(m.secondElement.value=i(t)))}function I(e){var n=parseInt(e.target.value)+(e.delta||0);(n/1e3>1||"Enter"===e.key&&!/[^\d]/.test(n.toString()))&&q(n)}function S(e,n,t,a){return n instanceof Array?n.forEach((function(n){return S(e,n,t,a)})):e instanceof Array?e.forEach((function(e){return S(e,n,t,a)})):(e.addEventListener(n,t,a),void m._handlers.push({element:e,event:n,handler:t,options:a}))}function O(e){return function(n){1===n.which&&e(n)}}function _(){se("onChange")}function F(e){var n=void 0!==e?m.parseDate(e):m.latestSelectedDateObj||(m.config.minDate&&m.config.minDate>m.now?m.config.minDate:m.config.maxDate&&m.config.maxDate<m.now?m.config.maxDate:m.now);try{void 0!==n&&(m.currentYear=n.getFullYear(),m.currentMonth=n.getMonth())}catch(e){e.message="Invalid date supplied: "+n,m.config.errorHandler(e)}m.redraw()}function A(e){~e.target.className.indexOf("arrow")&&N(e,e.target.classList.contains("arrowUp")?1:-1)}function N(e,n,t){var a=e&&e.target,i=t||a&&a.parentNode&&a.parentNode.firstChild,r=fe("increment");r.delta=n,i&&i.dispatchEvent(r)}function P(e,n,t,a){var i=V(n,!0),r=d("span","flatpickr-day "+e,n.getDate().toString());return r.dateObj=n,r.$i=a,r.setAttribute("aria-label",m.formatDate(n,m.config.ariaDateFormat)),-1===e.indexOf("hidden")&&0===w(n,m.now)&&(m.todayDateElem=r,r.classList.add("today"),r.setAttribute("aria-current","date")),i?(r.tabIndex=-1,pe(n)&&(r.classList.add("selected"),m.selectedDateElem=r,"range"===m.config.mode&&(c(r,"startRange",m.selectedDates[0]&&0===w(n,m.selectedDates[0],!0)),c(r,"endRange",m.selectedDates[1]&&0===w(n,m.selectedDates[1],!0)),"nextMonthDay"===e&&r.classList.add("inRange")))):r.classList.add("disabled"),"range"===m.config.mode&&function(e){return!("range"!==m.config.mode||m.selectedDates.length<2)&&w(e,m.selectedDates[0])>=0&&w(e,m.selectedDates[1])<=0}(n)&&!pe(n)&&r.classList.add("inRange"),m.weekNumbers&&1===m.config.showMonths&&"prevMonthDay"!==e&&t%7==1&&m.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+m.config.getWeek(n)+"</span>"),se("onDayCreate",r),r}function j(e){e.focus(),"range"===m.config.mode&&Q(e)}function Y(e){for(var n=e>0?0:m.config.showMonths-1,t=e>0?m.config.showMonths:-1,a=n;a!=t;a+=e)for(var i=m.daysContainer.children[a],r=e>0?0:i.children.length-1,o=e>0?i.children.length:-1,l=r;l!=o;l+=e){var c=i.children[l];if(-1===c.className.indexOf("hidden")&&V(c.dateObj))return c}}function R(e,n){var t=Z(document.activeElement||document.body),a=void 0!==e?e:t?document.activeElement:void 0!==m.selectedDateElem&&Z(m.selectedDateElem)?m.selectedDateElem:void 0!==m.todayDateElem&&Z(m.todayDateElem)?m.todayDateElem:Y(n>0?1:-1);return void 0===a?m._input.focus():t?void function(e,n){for(var t=-1===e.className.indexOf("Month")?e.dateObj.getMonth():m.currentMonth,a=n>0?m.config.showMonths:-1,i=n>0?1:-1,r=t-m.currentMonth;r!=a;r+=i)for(var o=m.daysContainer.children[r],l=t-m.currentMonth===r?e.$i+n:n<0?o.children.length-1:0,c=o.children.length,d=l;d>=0&&d<c&&d!=(n>0?c:-1);d+=i){var s=o.children[d];if(-1===s.className.indexOf("hidden")&&V(s.dateObj)&&Math.abs(e.$i-d)>=Math.abs(n))return j(s)}m.changeMonth(i),R(Y(i),0)}(a,n):j(a)}function H(e,n){for(var t=(new Date(e,n,1).getDay()-m.l10n.firstDayOfWeek+7)%7,a=m.utils.getDaysInMonth((n-1+12)%12),i=m.utils.getDaysInMonth(n),r=window.document.createDocumentFragment(),o=m.config.showMonths>1,l=o?"prevMonthDay hidden":"prevMonthDay",c=o?"nextMonthDay hidden":"nextMonthDay",s=a+1-t,f=0;s<=a;s++,f++)r.appendChild(P(l,new Date(e,n-1,s),s,f));for(s=1;s<=i;s++,f++)r.appendChild(P("",new Date(e,n,s),s,f));for(var p=i+1;p<=42-t&&(1===m.config.showMonths||f%7!=0);p++,f++)r.appendChild(P(c,new Date(e,n+1,p%i),p,f));var u=d("div","dayContainer");return u.appendChild(r),u}function W(){if(void 0!==m.daysContainer){s(m.daysContainer),m.weekNumbers&&s(m.weekNumbers);for(var e=document.createDocumentFragment(),n=0;n<m.config.showMonths;n++){var t=new Date(m.currentYear,m.currentMonth,1);t.setMonth(m.currentMonth+n),e.appendChild(H(t.getFullYear(),t.getMonth()))}m.daysContainer.appendChild(e),m.days=m.daysContainer.firstChild,"range"===m.config.mode&&1===m.selectedDates.length&&Q()}}function L(){var e=d("div","flatpickr-month"),n=window.document.createDocumentFragment(),t=d("span","cur-month"),a=f("cur-year",{tabindex:"-1"}),i=a.getElementsByTagName("input")[0];i.setAttribute("aria-label",m.l10n.yearAriaLabel),m.config.minDate&&i.setAttribute("min",m.config.minDate.getFullYear().toString()),m.config.maxDate&&(i.setAttribute("max",m.config.maxDate.getFullYear().toString()),i.disabled=!!m.config.minDate&&m.config.minDate.getFullYear()===m.config.maxDate.getFullYear());var r=d("div","flatpickr-current-month");return r.appendChild(t),r.appendChild(a),n.appendChild(r),e.appendChild(n),{container:e,yearElement:i,monthElement:t}}function z(){s(m.monthNav),m.monthNav.appendChild(m.prevMonthNav),m.config.showMonths&&(m.yearElements=[],m.monthElements=[]);for(var e=m.config.showMonths;e--;){var n=L();m.yearElements.push(n.yearElement),m.monthElements.push(n.monthElement),m.monthNav.appendChild(n.container)}m.monthNav.appendChild(m.nextMonthNav)}function B(){m.weekdayContainer?s(m.weekdayContainer):m.weekdayContainer=d("div","flatpickr-weekdays");for(var e=m.config.showMonths;e--;){var n=d("div","flatpickr-weekdaycontainer");m.weekdayContainer.appendChild(n)}return J(),m.weekdayContainer}function J(){var e=m.l10n.firstDayOfWeek,n=m.l10n.weekdays.shorthand.slice();e>0&&e<n.length&&(n=n.splice(e,n.length).concat(n.splice(0,e)));for(var t=m.config.showMonths;t--;)m.weekdayContainer.children[t].innerHTML="\n <span class='flatpickr-weekday'>\n "+n.join("</span><span class='flatpickr-weekday'>")+"\n </span>\n "}function K(e,n){void 0===n&&(n=!0);var t=n?e:e-m.currentMonth;t<0&&!0===m._hidePrevMonthArrow||t>0&&!0===m._hideNextMonthArrow||(m.currentMonth+=t,(m.currentMonth<0||m.currentMonth>11)&&(m.currentYear+=m.currentMonth>11?1:-1,m.currentMonth=(m.currentMonth+12)%12,se("onYearChange")),W(),se("onMonthChange"),ue())}function U(e){return!(!m.config.appendTo||!m.config.appendTo.contains(e))||m.calendarContainer.contains(e)}function G(e){if(m.isOpen&&!m.config.inline){var n="function"==typeof(o=e).composedPath?o.composedPath()[0]:o.target,t=U(n),a=n===m.input||n===m.altInput||m.element.contains(n)||e.path&&e.path.indexOf&&(~e.path.indexOf(m.input)||~e.path.indexOf(m.altInput)),i="blur"===e.type?a&&e.relatedTarget&&!U(e.relatedTarget):!a&&!t&&!U(e.relatedTarget),r=!m.config.ignoredFocusElements.some((function(e){return e.contains(n)}));i&&r&&(m.close(),"range"===m.config.mode&&1===m.selectedDates.length&&(m.clear(!1),m.redraw()))}var o}function q(e){if(!(!e||m.config.minDate&&e<m.config.minDate.getFullYear()||m.config.maxDate&&e>m.config.maxDate.getFullYear())){var n=e,t=m.currentYear!==n;m.currentYear=n||m.currentYear,m.config.maxDate&&m.currentYear===m.config.maxDate.getFullYear()?m.currentMonth=Math.min(m.config.maxDate.getMonth(),m.currentMonth):m.config.minDate&&m.currentYear===m.config.minDate.getFullYear()&&(m.currentMonth=Math.max(m.config.minDate.getMonth(),m.currentMonth)),t&&(m.redraw(),se("onYearChange"))}}function V(e,n){void 0===n&&(n=!0);var t=m.parseDate(e,void 0,n);if(m.config.minDate&&t&&w(t,m.config.minDate,void 0!==n?n:!m.minDateHasTime)<0||m.config.maxDate&&t&&w(t,m.config.maxDate,void 0!==n?n:!m.maxDateHasTime)>0)return!1;if(0===m.config.enable.length&&0===m.config.disable.length)return!0;if(void 0===t)return!1;for(var a=m.config.enable.length>0,i=a?m.config.enable:m.config.disable,r=0,o=void 0;r<i.length;r++){if("function"==typeof(o=i[r])&&o(t))return a;if(o instanceof Date&&void 0!==t&&o.getTime()===t.getTime())return a;if("string"==typeof o&&void 0!==t){var l=m.parseDate(o,void 0,!0);return l&&l.getTime()===t.getTime()?a:!a}if("object"==typeof o&&void 0!==t&&o.from&&o.to&&t.getTime()>=o.from.getTime()&&t.getTime()<=o.to.getTime())return a}return!a}function Z(e){return void 0!==m.daysContainer&&-1===e.className.indexOf("hidden")&&m.daysContainer.contains(e)}function $(e){var n=e.target===m._input,t=m.config.allowInput,a=m.isOpen&&(!t||!n),i=m.config.inline&&n&&!t;if(13===e.keyCode&&n){if(t)return m.setDate(m._input.value,!0,e.target===m.altInput?m.config.altFormat:m.config.dateFormat),e.target.blur();m.open()}else if(U(e.target)||a||i){var r=!!m.timeContainer&&m.timeContainer.contains(e.target);switch(e.keyCode){case 13:r?(x(),re()):oe(e);break;case 27:e.preventDefault(),re();break;case 8:case 46:n&&!m.config.allowInput&&(e.preventDefault(),m.clear());break;case 37:case 39:if(r)m.hourElement&&m.hourElement.focus();else if(e.preventDefault(),void 0!==m.daysContainer&&(!1===t||document.activeElement&&Z(document.activeElement))){var o=39===e.keyCode?1:-1;e.ctrlKey?(e.stopPropagation(),K(o),R(Y(1),0)):R(void 0,o)}break;case 38:case 40:e.preventDefault();var l=40===e.keyCode?1:-1;m.daysContainer&&void 0!==e.target.$i||e.target===m.input?e.ctrlKey?(e.stopPropagation(),q(m.currentYear-l),R(Y(1),0)):r||R(void 0,7*l):m.config.enableTime&&(!r&&m.hourElement&&m.hourElement.focus(),x(e),m._debouncedChange());break;case 9:if(r){var c=[m.hourElement,m.minuteElement,m.secondElement,m.amPM].filter((function(e){return e})),d=c.indexOf(e.target);if(-1!==d){var s=c[d+(e.shiftKey?-1:1)];void 0!==s?(e.preventDefault(),s.focus()):e.shiftKey&&(e.preventDefault(),m._input.focus())}}}}if(void 0!==m.amPM&&e.target===m.amPM)switch(e.key){case m.l10n.amPM[0].charAt(0):case m.l10n.amPM[0].charAt(0).toLowerCase():m.amPM.textContent=m.l10n.amPM[0],M(),ge();break;case m.l10n.amPM[1].charAt(0):case m.l10n.amPM[1].charAt(0).toLowerCase():m.amPM.textContent=m.l10n.amPM[1],M(),ge()}se("onKeyDown",e)}function Q(e){if(1===m.selectedDates.length&&(!e||e.classList.contains("flatpickr-day")&&!e.classList.contains("disabled"))){for(var n=e?e.dateObj.getTime():m.days.firstElementChild.dateObj.getTime(),t=m.parseDate(m.selectedDates[0],void 0,!0).getTime(),a=Math.min(n,m.selectedDates[0].getTime()),i=Math.max(n,m.selectedDates[0].getTime()),r=m.daysContainer.lastChild.lastChild.dateObj.getTime(),o=!1,l=0,c=0,d=a;d<r;d+=k)V(new Date(d),!0)||(o=o||d>a&&d<i,d<t&&(!l||d>l)?l=d:d>t&&(!c||d<c)&&(c=d));for(var s=0;s<m.config.showMonths;s++)for(var f=m.daysContainer.children[s],p=m.daysContainer.children[s-1],u=function(a,i){var r,d,u,g=f.children[a],h=g.dateObj.getTime(),b=l>0&&h<l||c>0&&h>c;return b?(g.classList.add("notAllowed"),["inRange","startRange","endRange"].forEach((function(e){g.classList.remove(e)})),"continue"):o&&!b?"continue":(["startRange","inRange","endRange","notAllowed"].forEach((function(e){g.classList.remove(e)})),void(void 0!==e&&(e.classList.add(n<m.selectedDates[0].getTime()?"startRange":"endRange"),!f.contains(e)&&s>0&&p&&p.lastChild.dateObj.getTime()>=h||(t<n&&h===t?g.classList.add("startRange"):t>n&&h===t&&g.classList.add("endRange"),h>=l&&(0===c||h<=c)&&(d=t,u=n,(r=h)>Math.min(d,u)&&r<Math.max(d,u))&&g.classList.add("inRange")))))},g=0,h=f.children.length;g<h;g++)u(g)}}function X(){!m.isOpen||m.config.static||m.config.inline||ae()}function ee(){m.setDate(void 0!==m.config.minDate?new Date(m.config.minDate.getTime()):new Date,!1),T(),ge()}function ne(e){return function(n){var t=m.config["_"+e+"Date"]=m.parseDate(n,m.config.dateFormat),a=m.config["_"+("min"===e?"max":"min")+"Date"];void 0!==t&&(m["min"===e?"minDateHasTime":"maxDateHasTime"]=t.getHours()>0||t.getMinutes()>0||t.getSeconds()>0),m.selectedDates&&(m.selectedDates=m.selectedDates.filter((function(e){return V(e)})),m.selectedDates.length||"min"!==e||C(t),ge()),m.daysContainer&&(ie(),void 0!==t?m.currentYearElement[e]=t.getFullYear().toString():m.currentYearElement.removeAttribute(e),m.currentYearElement.disabled=!!a&&void 0!==t&&a.getFullYear()===t.getFullYear())}}function te(){"object"!=typeof m.config.locale&&void 0===D.l10ns[m.config.locale]&&m.config.errorHandler(new Error("flatpickr: invalid locale "+m.config.locale)),m.l10n=e({},D.l10ns.default,"object"==typeof m.config.locale?m.config.locale:"default"!==m.config.locale?D.l10ns[m.config.locale]:void 0),g.K="("+m.l10n.amPM[0]+"|"+m.l10n.amPM[1]+"|"+m.l10n.amPM[0].toLowerCase()+"|"+m.l10n.amPM[1].toLowerCase()+")",m.formatDate=b(m),m.parseDate=v({config:m.config,l10n:m.l10n})}function ae(e){if(void 0!==m.calendarContainer){se("onPreCalendarPosition");var n=e||m._positionElement,t=Array.prototype.reduce.call(m.calendarContainer.children,(function(e,n){return e+n.offsetHeight}),0),a=m.calendarContainer.offsetWidth,i=m.config.position.split(" "),r=i[0],o=i.length>1?i[1]:null,l=n.getBoundingClientRect(),d=window.innerHeight-l.bottom,s="above"===r||"below"!==r&&d<t&&l.top>t,f=window.pageYOffset+l.top+(s?-t-2:n.offsetHeight+2);if(c(m.calendarContainer,"arrowTop",!s),c(m.calendarContainer,"arrowBottom",s),!m.config.inline){var p=window.pageXOffset+l.left-(null!=o&&"center"===o?(a-l.width)/2:0),u=window.document.body.offsetWidth-l.right,g=p+a>window.document.body.offsetWidth,h=u+a>window.document.body.offsetWidth;if(c(m.calendarContainer,"rightMost",g),!m.config.static)if(m.calendarContainer.style.top=f+"px",g)if(h){var b=document.styleSheets[0];if(void 0===b)return;var v=window.document.body.offsetWidth,w=Math.max(0,v/2-a/2),k=b.cssRules.length,y="{left:"+l.left+"px;right:auto;}";c(m.calendarContainer,"rightMost",!1),c(m.calendarContainer,"centerMost",!0),b.insertRule(".flatpickr-calendar.centerMost:before,.flatpickr-calendar.centerMost:after"+y,k),m.calendarContainer.style.left=w+"px",m.calendarContainer.style.right="auto"}else m.calendarContainer.style.left="auto",m.calendarContainer.style.right=u+"px";else m.calendarContainer.style.left=p+"px",m.calendarContainer.style.right="auto"}}}function ie(){m.config.noCalendar||m.isMobile||(ue(),W())}function re(){m._input.focus(),-1!==window.navigator.userAgent.indexOf("MSIE")||void 0!==navigator.msMaxTouchPoints?setTimeout(m.close,0):m.close()}function oe(e){e.preventDefault(),e.stopPropagation();var n=function e(n,t){return t(n)?n:n.parentNode?e(n.parentNode,t):void 0}(e.target,(function(e){return e.classList&&e.classList.contains("flatpickr-day")&&!e.classList.contains("disabled")&&!e.classList.contains("notAllowed")}));if(void 0!==n){var t=n,a=m.latestSelectedDateObj=new Date(t.dateObj.getTime()),i=(a.getMonth()<m.currentMonth||a.getMonth()>m.currentMonth+m.config.showMonths-1)&&"range"!==m.config.mode;if(m.selectedDateElem=t,"single"===m.config.mode)m.selectedDates=[a];else if("multiple"===m.config.mode){var r=pe(a);r?m.selectedDates.splice(parseInt(r),1):m.selectedDates.push(a)}else"range"===m.config.mode&&(2===m.selectedDates.length&&m.clear(!1,!1),m.latestSelectedDateObj=a,m.selectedDates.push(a),0!==w(a,m.selectedDates[0],!0)&&m.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()})));if(M(),i){var o=m.currentYear!==a.getFullYear();m.currentYear=a.getFullYear(),m.currentMonth=a.getMonth(),o&&se("onYearChange"),se("onMonthChange")}if(ue(),W(),ge(),m.config.enableTime&&setTimeout((function(){return m.showTimeInput=!0}),50),i||"range"===m.config.mode||1!==m.config.showMonths?void 0!==m.selectedDateElem&&void 0===m.hourElement&&m.selectedDateElem&&m.selectedDateElem.focus():j(t),void 0!==m.hourElement&&void 0!==m.hourElement&&m.hourElement.focus(),m.config.closeOnSelect){var l="single"===m.config.mode&&!m.config.enableTime,c="range"===m.config.mode&&2===m.selectedDates.length&&!m.config.enableTime;(l||c)&&re()}_()}}m.parseDate=v({config:m.config,l10n:m.l10n}),m._handlers=[],m._bind=S,m._setHoursFromDate=C,m._positionCalendar=ae,m.changeMonth=K,m.changeYear=q,m.clear=function(e,n){void 0===e&&(e=!0),void 0===n&&(n=!0),m.input.value="",void 0!==m.altInput&&(m.altInput.value=""),void 0!==m.mobileInput&&(m.mobileInput.value=""),m.selectedDates=[],m.latestSelectedDateObj=void 0,!0===n&&(m.currentYear=m._initialDate.getFullYear(),m.currentMonth=m._initialDate.getMonth()),m.showTimeInput=!1,!0===m.config.enableTime&&T(),m.redraw(),e&&se("onChange")},m.close=function(){m.isOpen=!1,m.isMobile||(void 0!==m.calendarContainer&&m.calendarContainer.classList.remove("open"),void 0!==m._input&&m._input.classList.remove("active")),se("onClose")},m._createElement=d,m.destroy=function(){void 0!==m.config&&se("onDestroy");for(var e=m._handlers.length;e--;){var n=m._handlers[e];n.element.removeEventListener(n.event,n.handler,n.options)}if(m._handlers=[],m.mobileInput)m.mobileInput.parentNode&&m.mobileInput.parentNode.removeChild(m.mobileInput),m.mobileInput=void 0;else if(m.calendarContainer&&m.calendarContainer.parentNode)if(m.config.static&&m.calendarContainer.parentNode){var t=m.calendarContainer.parentNode;if(t.lastChild&&t.removeChild(t.lastChild),t.parentNode){for(;t.firstChild;)t.parentNode.insertBefore(t.firstChild,t);t.parentNode.removeChild(t)}}else m.calendarContainer.parentNode.removeChild(m.calendarContainer);m.altInput&&(m.input.type="text",m.altInput.parentNode&&m.altInput.parentNode.removeChild(m.altInput),delete m.altInput),m.input&&(m.input.type=m.input._type,m.input.classList.remove("flatpickr-input"),m.input.removeAttribute("readonly"),m.input.value=""),["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach((function(e){try{delete m[e]}catch(e){}}))},m.isEnabled=V,m.jumpToDate=F,m.open=function(e,n){if(void 0===n&&(n=m._positionElement),!0===m.isMobile)return e&&(e.preventDefault(),e.target&&e.target.blur()),void 0!==m.mobileInput&&(m.mobileInput.focus(),m.mobileInput.click()),void se("onOpen");if(!m._input.disabled&&!m.config.inline){var t=m.isOpen;m.isOpen=!0,t||(m.calendarContainer.classList.add("open"),m._input.classList.add("active"),se("onOpen"),ae(n)),!0===m.config.enableTime&&!0===m.config.noCalendar&&(0===m.selectedDates.length&&ee(),!1!==m.config.allowInput||void 0!==e&&m.timeContainer.contains(e.relatedTarget)||setTimeout((function(){return m.hourElement.select()}),50))}},m.redraw=ie,m.set=function(e,t){null!==e&&"object"==typeof e?Object.assign(m.config,e):(m.config[e]=t,void 0!==le[e]?le[e].forEach((function(e){return e()})):n.indexOf(e)>-1&&(m.config[e]=l(t))),m.redraw(),ge(!1)},m.setDate=function(e,n,t){if(void 0===n&&(n=!1),void 0===t&&(t=m.config.dateFormat),0!==e&&!e||e instanceof Array&&0===e.length)return m.clear(n);ce(e,t),m.showTimeInput=m.selectedDates.length>0,m.latestSelectedDateObj=m.selectedDates[0],m.redraw(),F(),C(),ge(n),n&&se("onChange")},m.toggle=function(e){if(!0===m.isOpen)return m.close();m.open(e)};var le={locale:[te,J],showMonths:[z,y,B]};function ce(e,n){var t=[];if(e instanceof Array)t=e.map((function(e){return m.parseDate(e,n)}));else if(e instanceof Date||"number"==typeof e)t=[m.parseDate(e,n)];else if("string"==typeof e)switch(m.config.mode){case"single":case"time":t=[m.parseDate(e,n)];break;case"multiple":t=e.split(m.config.conjunction).map((function(e){return m.parseDate(e,n)}));break;case"range":t=e.split(m.l10n.rangeSeparator).map((function(e){return m.parseDate(e,n)}))}else m.config.errorHandler(new Error("Invalid date supplied: "+JSON.stringify(e)));m.selectedDates=t.filter((function(e){return e instanceof Date&&V(e,!1)})),"range"===m.config.mode&&m.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()}))}function de(e){return e.slice().map((function(e){return"string"==typeof e||"number"==typeof e||e instanceof Date?m.parseDate(e,void 0,!0):e&&"object"==typeof e&&e.from&&e.to?{from:m.parseDate(e.from,void 0),to:m.parseDate(e.to,void 0)}:e})).filter((function(e){return e}))}function se(e,n){if(void 0!==m.config){var t=m.config[e];if(void 0!==t&&t.length>0)for(var a=0;t[a]&&a<t.length;a++)t[a](m.selectedDates,m.input.value,m,n);"onChange"===e&&(m.input.dispatchEvent(fe("change")),m.input.dispatchEvent(fe("input")))}}function fe(e){var n=document.createEvent("Event");return n.initEvent(e,!0,!0),n}function pe(e){for(var n=0;n<m.selectedDates.length;n++)if(0===w(m.selectedDates[n],e))return""+n;return!1}function ue(){m.config.noCalendar||m.isMobile||!m.monthNav||(m.yearElements.forEach((function(e,n){var t=new Date(m.currentYear,m.currentMonth,1);t.setMonth(m.currentMonth+n),m.monthElements[n].textContent=u(t.getMonth(),m.config.shorthandCurrentMonth,m.l10n)+" ",e.value=t.getFullYear().toString()})),m._hidePrevMonthArrow=void 0!==m.config.minDate&&(m.currentYear===m.config.minDate.getFullYear()?m.currentMonth<=m.config.minDate.getMonth():m.currentYear<m.config.minDate.getFullYear()),m._hideNextMonthArrow=void 0!==m.config.maxDate&&(m.currentYear===m.config.maxDate.getFullYear()?m.currentMonth+1>m.config.maxDate.getMonth():m.currentYear>m.config.maxDate.getFullYear()))}function me(e){return m.selectedDates.map((function(n){return m.formatDate(n,e)})).filter((function(e,n,t){return"range"!==m.config.mode||m.config.enableTime||t.indexOf(e)===n})).join("range"!==m.config.mode?m.config.conjunction:m.l10n.rangeSeparator)}function ge(e){if(void 0===e&&(e=!0),0===m.selectedDates.length)return m.clear(e);void 0!==m.mobileInput&&m.mobileFormatStr&&(m.mobileInput.value=void 0!==m.latestSelectedDateObj?m.formatDate(m.latestSelectedDateObj,m.mobileFormatStr):""),m.input.value=me(m.config.dateFormat),void 0!==m.altInput&&(m.altInput.value=me(m.config.altFormat)),!1!==e&&se("onValueUpdate")}function he(e){e.preventDefault();var n=m.prevMonthNav.contains(e.target),t=m.nextMonthNav.contains(e.target);n||t?K(n?-1:1):m.yearElements.indexOf(e.target)>=0?e.target.select():e.target.classList.contains("arrowUp")?m.changeYear(m.currentYear+1):e.target.classList.contains("arrowDown")&&m.changeYear(m.currentYear-1)}return function(){m.element=m.input=t,m.isOpen=!1,function(){var a=["wrap","weekNumbers","allowInput","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],i=e({},p,JSON.parse(JSON.stringify(t.dataset||{}))),r={};m.config.parseDate=i.parseDate,m.config.formatDate=i.formatDate,Object.defineProperty(m.config,"enable",{get:function(){return m.config._enable},set:function(e){m.config._enable=de(e)}}),Object.defineProperty(m.config,"disable",{get:function(){return m.config._disable},set:function(e){m.config._disable=de(e)}});var o="time"===i.mode;i.dateFormat||!i.enableTime&&!o||(r.dateFormat=i.noCalendar||o?"H:i"+(i.enableSeconds?":S":""):D.defaultConfig.dateFormat+" H:i"+(i.enableSeconds?":S":"")),i.altInput&&(i.enableTime||o)&&!i.altFormat&&(r.altFormat=i.noCalendar||o?"h:i"+(i.enableSeconds?":S K":" K"):D.defaultConfig.altFormat+" h:i"+(i.enableSeconds?":S":"")+" K"),Object.defineProperty(m.config,"minDate",{get:function(){return m.config._minDate},set:ne("min")}),Object.defineProperty(m.config,"maxDate",{get:function(){return m.config._maxDate},set:ne("max")});var c=function(e){return function(n){m.config["min"===e?"_minTime":"_maxTime"]=m.parseDate(n,"H:i")}};Object.defineProperty(m.config,"minTime",{get:function(){return m.config._minTime},set:c("min")}),Object.defineProperty(m.config,"maxTime",{get:function(){return m.config._maxTime},set:c("max")}),"time"===i.mode&&(m.config.noCalendar=!0,m.config.enableTime=!0),Object.assign(m.config,r,i);for(var d=0;d<a.length;d++)m.config[a[d]]=!0===m.config[a[d]]||"true"===m.config[a[d]];for(n.filter((function(e){return void 0!==m.config[e]})).forEach((function(e){m.config[e]=l(m.config[e]||[]).map(h)})),m.isMobile=!m.config.disableMobile&&!m.config.inline&&"single"===m.config.mode&&!m.config.disable.length&&!m.config.enable.length&&!m.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),d=0;d<m.config.plugins.length;d++){var s=m.config.plugins[d](m)||{};for(var f in s)n.indexOf(f)>-1?m.config[f]=l(s[f]).map(h).concat(m.config[f]):void 0===i[f]&&(m.config[f]=s[f])}se("onParseConfig")}(),te(),m.input=m.config.wrap?t.querySelector("[data-input]"):t,m.input?(m.input._type=m.input.type,m.input.type="text",m.input.classList.add("flatpickr-input"),m._input=m.input,m.config.altInput&&(m.altInput=d(m.input.nodeName,m.input.className+" "+m.config.altInputClass),m._input=m.altInput,m.altInput.placeholder=m.input.placeholder,m.altInput.disabled=m.input.disabled,m.altInput.required=m.input.required,m.altInput.tabIndex=m.input.tabIndex,m.altInput.type="text",m.input.setAttribute("type","hidden"),!m.config.static&&m.input.parentNode&&m.input.parentNode.insertBefore(m.altInput,m.input.nextSibling)),m.config.allowInput||m._input.setAttribute("readonly","readonly"),m._positionElement=m.config.positionElement||m._input):m.config.errorHandler(new Error("Invalid input element specified")),function(){m.selectedDates=[],m.now=m.parseDate(m.config.now)||new Date;var e=m.config.defaultDate||("INPUT"!==m.input.nodeName&&"TEXTAREA"!==m.input.nodeName||!m.input.placeholder||m.input.value!==m.input.placeholder?m.input.value:null);e&&ce(e,m.config.dateFormat),m._initialDate=m.selectedDates.length>0?m.selectedDates[0]:m.config.minDate&&m.config.minDate.getTime()>m.now.getTime()?m.config.minDate:m.config.maxDate&&m.config.maxDate.getTime()<m.now.getTime()?m.config.maxDate:m.now,m.currentYear=m._initialDate.getFullYear(),m.currentMonth=m._initialDate.getMonth(),m.selectedDates.length>0&&(m.latestSelectedDateObj=m.selectedDates[0]),void 0!==m.config.minTime&&(m.config.minTime=m.parseDate(m.config.minTime,"H:i")),void 0!==m.config.maxTime&&(m.config.maxTime=m.parseDate(m.config.maxTime,"H:i")),m.minDateHasTime=!!m.config.minDate&&(m.config.minDate.getHours()>0||m.config.minDate.getMinutes()>0||m.config.minDate.getSeconds()>0),m.maxDateHasTime=!!m.config.maxDate&&(m.config.maxDate.getHours()>0||m.config.maxDate.getMinutes()>0||m.config.maxDate.getSeconds()>0),Object.defineProperty(m,"showTimeInput",{get:function(){return m._showTimeInput},set:function(e){m._showTimeInput=e,m.calendarContainer&&c(m.calendarContainer,"showTimeInput",e),m.isOpen&&ae()}})}(),m.utils={getDaysInMonth:function(e,n){return void 0===e&&(e=m.currentMonth),void 0===n&&(n=m.currentYear),1===e&&(n%4==0&&n%100!=0||n%400==0)?29:m.l10n.daysInMonth[e]}},m.isMobile||function(){var e=window.document.createDocumentFragment();if(m.calendarContainer=d("div","flatpickr-calendar"),m.calendarContainer.tabIndex=-1,!m.config.noCalendar){if(e.appendChild((m.monthNav=d("div","flatpickr-months"),m.yearElements=[],m.monthElements=[],m.prevMonthNav=d("span","flatpickr-prev-month"),m.prevMonthNav.innerHTML=m.config.prevArrow,m.nextMonthNav=d("span","flatpickr-next-month"),m.nextMonthNav.innerHTML=m.config.nextArrow,z(),Object.defineProperty(m,"_hidePrevMonthArrow",{get:function(){return m.__hidePrevMonthArrow},set:function(e){m.__hidePrevMonthArrow!==e&&(c(m.prevMonthNav,"disabled",e),m.__hidePrevMonthArrow=e)}}),Object.defineProperty(m,"_hideNextMonthArrow",{get:function(){return m.__hideNextMonthArrow},set:function(e){m.__hideNextMonthArrow!==e&&(c(m.nextMonthNav,"disabled",e),m.__hideNextMonthArrow=e)}}),m.currentYearElement=m.yearElements[0],ue(),m.monthNav)),m.innerContainer=d("div","flatpickr-innerContainer"),m.config.weekNumbers){var n=function(){m.calendarContainer.classList.add("hasWeeks");var e=d("div","flatpickr-weekwrapper");e.appendChild(d("span","flatpickr-weekday",m.l10n.weekAbbreviation));var n=d("div","flatpickr-weeks");return e.appendChild(n),{weekWrapper:e,weekNumbers:n}}(),t=n.weekWrapper,a=n.weekNumbers;m.innerContainer.appendChild(t),m.weekNumbers=a,m.weekWrapper=t}m.rContainer=d("div","flatpickr-rContainer"),m.rContainer.appendChild(B()),m.daysContainer||(m.daysContainer=d("div","flatpickr-days"),m.daysContainer.tabIndex=-1),W(),m.rContainer.appendChild(m.daysContainer),m.innerContainer.appendChild(m.rContainer),e.appendChild(m.innerContainer)}m.config.enableTime&&e.appendChild(function(){m.calendarContainer.classList.add("hasTime"),m.config.noCalendar&&m.calendarContainer.classList.add("noCalendar"),m.timeContainer=d("div","flatpickr-time"),m.timeContainer.tabIndex=-1;var e=d("span","flatpickr-time-separator",":"),n=f("flatpickr-hour");m.hourElement=n.getElementsByTagName("input")[0];var t=f("flatpickr-minute");if(m.minuteElement=t.getElementsByTagName("input")[0],m.hourElement.tabIndex=m.minuteElement.tabIndex=-1,m.hourElement.value=i(m.latestSelectedDateObj?m.latestSelectedDateObj.getHours():m.config.time_24hr?m.config.defaultHour:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(m.config.defaultHour)),m.minuteElement.value=i(m.latestSelectedDateObj?m.latestSelectedDateObj.getMinutes():m.config.defaultMinute),m.hourElement.setAttribute("step",m.config.hourIncrement.toString()),m.minuteElement.setAttribute("step",m.config.minuteIncrement.toString()),m.hourElement.setAttribute("min",m.config.time_24hr?"0":"1"),m.hourElement.setAttribute("max",m.config.time_24hr?"23":"12"),m.minuteElement.setAttribute("min","0"),m.minuteElement.setAttribute("max","59"),m.timeContainer.appendChild(n),m.timeContainer.appendChild(e),m.timeContainer.appendChild(t),m.config.time_24hr&&m.timeContainer.classList.add("time24hr"),m.config.enableSeconds){m.timeContainer.classList.add("hasSeconds");var a=f("flatpickr-second");m.secondElement=a.getElementsByTagName("input")[0],m.secondElement.value=i(m.latestSelectedDateObj?m.latestSelectedDateObj.getSeconds():m.config.defaultSeconds),m.secondElement.setAttribute("step",m.minuteElement.getAttribute("step")),m.secondElement.setAttribute("min","0"),m.secondElement.setAttribute("max","59"),m.timeContainer.appendChild(d("span","flatpickr-time-separator",":")),m.timeContainer.appendChild(a)}return m.config.time_24hr||(m.amPM=d("span","flatpickr-am-pm",m.l10n.amPM[r((m.latestSelectedDateObj?m.hourElement.value:m.config.defaultHour)>11)]),m.amPM.title=m.l10n.toggleTitle,m.amPM.tabIndex=-1,m.timeContainer.appendChild(m.amPM)),m.timeContainer}()),c(m.calendarContainer,"rangeMode","range"===m.config.mode),c(m.calendarContainer,"animate",!0===m.config.animate),c(m.calendarContainer,"multiMonth",m.config.showMonths>1),m.calendarContainer.appendChild(e);var o=void 0!==m.config.appendTo&&void 0!==m.config.appendTo.nodeType;if((m.config.inline||m.config.static)&&(m.calendarContainer.classList.add(m.config.inline?"inline":"static"),m.config.inline&&(!o&&m.element.parentNode?m.element.parentNode.insertBefore(m.calendarContainer,m._input.nextSibling):void 0!==m.config.appendTo&&m.config.appendTo.appendChild(m.calendarContainer)),m.config.static)){var l=d("div","flatpickr-wrapper");m.element.parentNode&&m.element.parentNode.insertBefore(l,m.element),l.appendChild(m.element),m.altInput&&l.appendChild(m.altInput),l.appendChild(m.calendarContainer)}m.config.static||m.config.inline||(void 0!==m.config.appendTo?m.config.appendTo:window.document.body).appendChild(m.calendarContainer)}(),function(){if(m.config.wrap&&["open","close","toggle","clear"].forEach((function(e){Array.prototype.forEach.call(m.element.querySelectorAll("[data-"+e+"]"),(function(n){return S(n,"click",m[e])}))})),m.isMobile)!function(){var e=m.config.enableTime?m.config.noCalendar?"time":"datetime-local":"date";m.mobileInput=d("input",m.input.className+" flatpickr-mobile"),m.mobileInput.step=m.input.getAttribute("step")||"any",m.mobileInput.tabIndex=1,m.mobileInput.type=e,m.mobileInput.disabled=m.input.disabled,m.mobileInput.required=m.input.required,m.mobileInput.placeholder=m.input.placeholder,m.mobileFormatStr="datetime-local"===e?"Y-m-d\\TH:i:S":"date"===e?"Y-m-d":"H:i:S",m.selectedDates.length>0&&(m.mobileInput.defaultValue=m.mobileInput.value=m.formatDate(m.selectedDates[0],m.mobileFormatStr)),m.config.minDate&&(m.mobileInput.min=m.formatDate(m.config.minDate,"Y-m-d")),m.config.maxDate&&(m.mobileInput.max=m.formatDate(m.config.maxDate,"Y-m-d")),m.input.type="hidden",void 0!==m.altInput&&(m.altInput.type="hidden");try{m.input.parentNode&&m.input.parentNode.insertBefore(m.mobileInput,m.input.nextSibling)}catch(e){}S(m.mobileInput,"change",(function(e){m.setDate(e.target.value,!1,m.mobileFormatStr),se("onChange"),se("onClose")}))}();else{var e=o(X,50);m._debouncedChange=o(_,300),m.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&S(m.daysContainer,"mouseover",(function(e){"range"===m.config.mode&&Q(e.target)})),S(window.document.body,"keydown",$),m.config.static||S(m._input,"keydown",$),m.config.inline||m.config.static||S(window,"resize",e),void 0!==window.ontouchstart?S(window.document,"click",G):S(window.document,"mousedown",O(G)),S(window.document,"focus",G,{capture:!0}),!0===m.config.clickOpens&&(S(m._input,"focus",m.open),S(m._input,"mousedown",O(m.open))),void 0!==m.daysContainer&&(S(m.monthNav,"mousedown",O(he)),S(m.monthNav,["keyup","increment"],I),S(m.daysContainer,"mousedown",O(oe))),void 0!==m.timeContainer&&void 0!==m.minuteElement&&void 0!==m.hourElement&&(S(m.timeContainer,["increment"],x),S(m.timeContainer,"blur",x,{capture:!0}),S(m.timeContainer,"mousedown",O(A)),S([m.hourElement,m.minuteElement],["focus","click"],(function(e){return e.target.select()})),void 0!==m.secondElement&&S(m.secondElement,"focus",(function(){return m.secondElement&&m.secondElement.select()})),void 0!==m.amPM&&S(m.amPM,"mousedown",O((function(e){x(e),_()}))))}}(),(m.selectedDates.length||m.config.noCalendar)&&(m.config.enableTime&&C(m.config.noCalendar?m.latestSelectedDateObj||m.config.minDate:void 0),ge(!1)),y(),m.showTimeInput=m.selectedDates.length>0||m.config.noCalendar;var a=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!m.isMobile&&a&&ae(),se("onReady")}(),m}function x(e,n){for(var t=Array.prototype.slice.call(e).filter((function(e){return e instanceof HTMLElement})),a=[],i=0;i<t.length;i++){var r=t[i];try{if(null!==r.getAttribute("data-fp-omit"))continue;void 0!==r._flatpickr&&(r._flatpickr.destroy(),r._flatpickr=void 0),r._flatpickr=y(r,n||{}),a.push(r._flatpickr)}catch(e){console.error(e)}}return 1===a.length?a[0]:a}"function"!=typeof Object.assign&&(Object.assign=function(e){for(var n=[],t=1;t<arguments.length;t++)n[t-1]=arguments[t];if(!e)throw TypeError("Cannot convert undefined or null to object");for(var a=function(n){n&&Object.keys(n).forEach((function(t){return e[t]=n[t]}))},i=0,r=n;i<r.length;i++){var o=r[i];a(o)}return e}),"undefined"!=typeof HTMLElement&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(e){return x(this,e)},HTMLElement.prototype.flatpickr=function(e){return x([this],e)});var D=function(e,n){return"string"==typeof e?x(window.document.querySelectorAll(e),n):e instanceof Node?x([e],n):x(e,n)};return D.defaultConfig=t,D.l10ns={en:e({},a),default:e({},a)},D.localize=function(n){D.l10ns.default=e({},D.l10ns.default,n)},D.setDefaults=function(n){D.defaultConfig=e({},D.defaultConfig,n)},D.parseDate=v({}),D.formatDate=b({}),D.compareDates=w,"undefined"!=typeof jQuery&&(jQuery.fn.flatpickr=function(e){return x(this,e)}),Date.prototype.fp_incr=function(e){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+("string"==typeof e?parseInt(e,10):e))},"undefined"!=typeof window&&(window.flatpickr=D),D}()},99872:function(e,n){!function(e){"use strict";var n="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},t={weekdays:{shorthand:["So","Mo","Di","Mi","Do","Fr","Sa"],longhand:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},months:{shorthand:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],longhand:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},firstDayOfWeek:1,weekAbbreviation:"KW",rangeSeparator:" bis ",scrollTitle:"Zum Ändern scrollen",toggleTitle:"Zum Umschalten klicken"};n.l10ns.de=t;var a=n.l10ns;e.German=t,e.default=a,Object.defineProperty(e,"__esModule",{value:!0})}(n)},83206:function(e,n){!function(e){"use strict";var n="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},t={firstDayOfWeek:1,weekdays:{shorthand:["dim","lun","mar","mer","jeu","ven","sam"],longhand:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},months:{shorthand:["janv","févr","mars","avr","mai","juin","juil","août","sept","oct","nov","déc"],longhand:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]},ordinal:function(e){return e>1?"":"er"},rangeSeparator:" au ",weekAbbreviation:"Sem",scrollTitle:"Défiler pour augmenter la valeur",toggleTitle:"Cliquer pour basculer"};n.l10ns.fr=t;var a=n.l10ns;e.French=t,e.default=a,Object.defineProperty(e,"__esModule",{value:!0})}(n)},63478:function(e,n){!function(e){"use strict";var n="undefined"!=typeof window&&void 0!==window.flatpickr?window.flatpickr:{l10ns:{}},t={weekdays:{shorthand:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],longhand:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"]},months:{shorthand:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],longhand:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"]},firstDayOfWeek:1,ordinal:function(){return"°"},rangeSeparator:" al ",weekAbbreviation:"Se",scrollTitle:"Scrolla per aumentare",toggleTitle:"Clicca per cambiare"};n.l10ns.it=t;var a=n.l10ns;e.Italian=t,e.default=a,Object.defineProperty(e,"__esModule",{value:!0})}(n)}}]);