2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-06-11 18:12:27 +03:00
Files
vue-cron-editor-bootstrap/dist/vueCronEditorBootstrap.umd.min.js
T
alexmfreitas 42e11a5b93 Bootstrap 5 update (#9)
Co-authored-by: Alex Freitas <afreitas@jbssa.com>
2022-09-27 23:55:53 -03:00

27 lines
274 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e(require("vue")):"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["vueCronEditorBootstrap"]=e(require("vue")):t["vueCronEditorBootstrap"]=e(t["Vue"])})("undefined"!==typeof self?self:this,(function(t){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fb15")}({"01a8":function(t,e,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0});var o=function(t){return/^\d+$/.test(t)?Number(t):NaN},i=function(t){return"*"===t},u=function(t){return"?"===t},a=function(t,e,n){return t>=e&&t<=n},s=function(t,e,n){var r=t.split("-");switch(r.length){case 1:return i(t)||a(o(t),e,n);case 2:var u=r.map((function(t){return o(t)})),s=u[0],c=u[1];return s<=c&&a(s,e,n)&&a(c,e,n);default:return!1}},c=function(t){return void 0===t||-1===t.search(/[^\d]/)},p=function(t,e,n){if(-1!==t.search(/[^\d-,\/*]/))return!1;var r=t.split(",");return r.every((function(t){var r=t.split("/");if(t.trim().endsWith("/"))return!1;if(r.length>2)return!1;var o=r[0],i=r[1];return s(o,e,n)&&c(i)}))},f=function(t){return p(t,0,59)},l=function(t){return p(t,0,59)},d=function(t){return p(t,0,23)},h=function(t,e){return e&&u(t)||p(t,1,31)},y={jan:"1",feb:"2",mar:"3",apr:"4",may:"5",jun:"6",jul:"7",aug:"8",sep:"9",oct:"10",nov:"11",dec:"12"},m=function(t,e){if(-1!==t.search(/\/[a-zA-Z]/))return!1;if(e){var n=t.toLowerCase().replace(/[a-z]{3}/g,(function(t){return void 0===y[t]?t:y[t]}));return p(n,1,12)}return p(t,1,12)},v={sun:"0",mon:"1",tue:"2",wed:"3",thu:"4",fri:"5",sat:"6"},b=function(t,e,n){if(n&&u(t))return!0;if(!n&&u(t))return!1;if(-1!==t.search(/\/[a-zA-Z]/))return!1;if(e){var r=t.toLowerCase().replace(/[a-z]{3}/g,(function(t){return void 0===v[t]?t:v[t]}));return p(r,0,6)}return p(t,0,6)},g=function(t,e,n){return!(n&&u(t)&&u(e))},O=function(t){return t.trim().split(/\s+/)},T={alias:!1,seconds:!1,allowBlankDay:!1};e.isValidCron=function(t,e){e=r(r({},T),e);var n=O(t);if(n.length>(e.seconds?6:5)||n.length<5)return!1;var o=[];if(6===n.length){var i=n.shift();i&&o.push(f(i))}var u=n[0],a=n[1],s=n[2],c=n[3],p=n[4];return o.push(l(u)),o.push(d(a)),o.push(h(s,e.allowBlankDay)),o.push(m(c,e.alias)),o.push(b(p,e.alias,e.allowBlankDay)),o.push(g(s,p,e.allowBlankDay)),o.every(Boolean)}},"0366":function(t,e,n){var r=n("1c0b");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},"057f":function(t,e,n){var r=n("fc6a"),o=n("241c").f,i={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return o(t)}catch(e){return u.slice()}};t.exports.f=function(t){return u&&"[object Window]"==i.call(t)?a(t):o(r(t))}},"06cf":function(t,e,n){var r=n("83ab"),o=n("d1e7"),i=n("5c6c"),u=n("fc6a"),a=n("c04e"),s=n("5135"),c=n("0cfb"),p=Object.getOwnPropertyDescriptor;e.f=r?p:function(t,e){if(t=u(t),e=a(e,!0),c)try{return p(t,e)}catch(n){}if(s(t,e))return i(!o.f.call(t,e),t[e])}},"0cfb":function(t,e,n){var r=n("83ab"),o=n("d039"),i=n("cc12");t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},"122c":function(t,e,n){(function(e,n){t.exports=n()})("undefined"!==typeof self&&self,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=6)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(1),o=n(2),i=function(){function t(e,n){this.expression=e,this.options=n,this.expressionParts=new Array(5),t.locales[n.locale]?this.i18n=t.locales[n.locale]:(console.warn("Locale '"+n.locale+"' could not be found; falling back to 'en'."),this.i18n=t.locales["en"]),void 0===n.use24HourTimeFormat&&(n.use24HourTimeFormat=this.i18n.use24HourTimeFormatByDefault())}return t.toString=function(e,n){var r=void 0===n?{}:n,o=r.throwExceptionOnParseError,i=void 0===o||o,u=r.verbose,a=void 0!==u&&u,s=r.dayOfWeekStartIndexZero,c=void 0===s||s,p=r.use24HourTimeFormat,f=r.locale,l=void 0===f?"en":f,d={throwExceptionOnParseError:i,verbose:a,dayOfWeekStartIndexZero:c,use24HourTimeFormat:p,locale:l},h=new t(e,d);return h.getFullDescription()},t.initialize=function(e){t.specialCharacters=["/","-",",","*"],e.load(t.locales)},t.prototype.getFullDescription=function(){var t="";try{var e=new o.CronParser(this.expression,this.options.dayOfWeekStartIndexZero);this.expressionParts=e.parse();var n=this.getTimeOfDayDescription(),r=this.getDayOfMonthDescription(),i=this.getMonthDescription(),u=this.getDayOfWeekDescription(),a=this.getYearDescription();t+=n+r+u+i+a,t=this.transformVerbosity(t,this.options.verbose),t=t.charAt(0).toLocaleUpperCase()+t.substr(1)}catch(s){if(this.options.throwExceptionOnParseError)throw""+s;t=this.i18n.anErrorOccuredWhenGeneratingTheExpressionD()}return t},t.prototype.getTimeOfDayDescription=function(){var e=this.expressionParts[0],n=this.expressionParts[1],o=this.expressionParts[2],i="";if(r.StringUtilities.containsAny(n,t.specialCharacters)||r.StringUtilities.containsAny(o,t.specialCharacters)||r.StringUtilities.containsAny(e,t.specialCharacters))if(e||!(n.indexOf("-")>-1)||n.indexOf(",")>-1||n.indexOf("/")>-1||r.StringUtilities.containsAny(o,t.specialCharacters))if(!e&&o.indexOf(",")>-1&&-1==o.indexOf("-")&&-1==o.indexOf("/")&&!r.StringUtilities.containsAny(n,t.specialCharacters)){var u=o.split(",");i+=this.i18n.at();for(var a=0;a<u.length;a++)i+=" ",i+=this.formatTime(u[a],n,""),a<u.length-2&&(i+=","),a==u.length-2&&(i+=this.i18n.spaceAnd())}else{var s=this.getSecondsDescription(),c=this.getMinutesDescription(),p=this.getHoursDescription();i+=s,i.length>0&&c.length>0&&(i+=", "),i+=c,i.length>0&&p.length>0&&(i+=", "),i+=p}else{var f=n.split("-");i+=r.StringUtilities.format(this.i18n.everyMinuteBetweenX0AndX1(),this.formatTime(o,f[0],""),this.formatTime(o,f[1],""))}else i+=this.i18n.atSpace()+this.formatTime(o,n,e);return i},t.prototype.getSecondsDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[0],this.i18n.everySecond(),(function(t){return t}),(function(e){return r.StringUtilities.format(t.i18n.everyX0Seconds(),e)}),(function(e){return t.i18n.secondsX0ThroughX1PastTheMinute()}),(function(e){return"0"==e?"":parseInt(e)<20?t.i18n.atX0SecondsPastTheMinute():t.i18n.atX0SecondsPastTheMinuteGt20()||t.i18n.atX0SecondsPastTheMinute()}));return e},t.prototype.getMinutesDescription=function(){var t=this,e=this.expressionParts[0],n=this.expressionParts[2],o=this.getSegmentDescription(this.expressionParts[1],this.i18n.everyMinute(),(function(t){return t}),(function(e){return r.StringUtilities.format(t.i18n.everyX0Minutes(),e)}),(function(e){return t.i18n.minutesX0ThroughX1PastTheHour()}),(function(r){try{return"0"==r&&-1==n.indexOf("/")&&""==e?t.i18n.everyHour():parseInt(r)<20?t.i18n.atX0MinutesPastTheHour():t.i18n.atX0MinutesPastTheHourGt20()||t.i18n.atX0MinutesPastTheHour()}catch(o){return t.i18n.atX0MinutesPastTheHour()}}));return o},t.prototype.getHoursDescription=function(){var t=this,e=this.expressionParts[2],n=this.getSegmentDescription(e,this.i18n.everyHour(),(function(e){return t.formatTime(e,"0","")}),(function(e){return r.StringUtilities.format(t.i18n.everyX0Hours(),e)}),(function(e){return t.i18n.betweenX0AndX1()}),(function(e){return t.i18n.atX0()}));return n},t.prototype.getDayOfWeekDescription=function(){var t=this,e=this.i18n.daysOfTheWeek(),n=null;return n="*"==this.expressionParts[5]?"":this.getSegmentDescription(this.expressionParts[5],this.i18n.commaEveryDay(),(function(t){var n=t;return t.indexOf("#")>-1?n=t.substr(0,t.indexOf("#")):t.indexOf("L")>-1&&(n=n.replace("L","")),e[parseInt(n)]}),(function(e){return 1==parseInt(e)?"":r.StringUtilities.format(t.i18n.commaEveryX0DaysOfTheWeek(),e)}),(function(e){return t.i18n.commaX0ThroughX1()}),(function(e){var n=null;if(e.indexOf("#")>-1){var r=e.substring(e.indexOf("#")+1),o=null;switch(r){case"1":o=t.i18n.first();break;case"2":o=t.i18n.second();break;case"3":o=t.i18n.third();break;case"4":o=t.i18n.fourth();break;case"5":o=t.i18n.fifth();break}n=t.i18n.commaOnThe()+o+t.i18n.spaceX0OfTheMonth()}else if(e.indexOf("L")>-1)n=t.i18n.commaOnTheLastX0OfTheMonth();else{var i="*"!=t.expressionParts[3];n=i?t.i18n.commaAndOnX0():t.i18n.commaOnlyOnX0()}return n})),n},t.prototype.getMonthDescription=function(){var t=this,e=this.i18n.monthsOfTheYear(),n=this.getSegmentDescription(this.expressionParts[4],"",(function(t){return e[parseInt(t)-1]}),(function(e){return 1==parseInt(e)?"":r.StringUtilities.format(t.i18n.commaEveryX0Months(),e)}),(function(e){return t.i18n.commaMonthX0ThroughMonthX1()||t.i18n.commaX0ThroughX1()}),(function(e){return t.i18n.commaOnlyInMonthX0?t.i18n.commaOnlyInMonthX0():t.i18n.commaOnlyInX0()}));return n},t.prototype.getDayOfMonthDescription=function(){var t=this,e=null,n=this.expressionParts[3];switch(n){case"L":e=this.i18n.commaOnTheLastDayOfTheMonth();break;case"WL":case"LW":e=this.i18n.commaOnTheLastWeekdayOfTheMonth();break;default:var o=n.match(/(\d{1,2}W)|(W\d{1,2})/);if(o){var i=parseInt(o[0].replace("W","")),u=1==i?this.i18n.firstWeekday():r.StringUtilities.format(this.i18n.weekdayNearestDayX0(),i.toString());e=r.StringUtilities.format(this.i18n.commaOnTheX0OfTheMonth(),u);break}var a=n.match(/L-(\d{1,2})/);if(a){var s=a[1];e=r.StringUtilities.format(this.i18n.commaDaysBeforeTheLastDayOfTheMonth(),s);break}if("*"==n&&"*"!=this.expressionParts[5])return"";e=this.getSegmentDescription(n,this.i18n.commaEveryDay(),(function(e){return"L"==e?t.i18n.lastDay():t.i18n.dayX0?r.StringUtilities.format(t.i18n.dayX0(),e):e}),(function(e){return"1"==e?t.i18n.commaEveryDay():t.i18n.commaEveryX0Days()}),(function(e){return t.i18n.commaBetweenDayX0AndX1OfTheMonth()}),(function(e){return t.i18n.commaOnDayX0OfTheMonth()}));break}return e},t.prototype.getYearDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[6],"",(function(t){return/^\d+$/.test(t)?new Date(parseInt(t),1).getFullYear().toString():t}),(function(e){return r.StringUtilities.format(t.i18n.commaEveryX0Years(),e)}),(function(e){return t.i18n.commaYearX0ThroughYearX1()||t.i18n.commaX0ThroughX1()}),(function(e){return t.i18n.commaOnlyInYearX0?t.i18n.commaOnlyInYearX0():t.i18n.commaOnlyInX0()}));return e},t.prototype.getSegmentDescription=function(t,e,n,o,i,u){var a=this,s=null;if(t)if("*"===t)s=e;else if(r.StringUtilities.containsAny(t,["/","-",","]))if(t.indexOf("/")>-1){var c=t.split("/");if(s=r.StringUtilities.format(o(c[1]),c[1]),c[0].indexOf("-")>-1){var p=this.generateBetweenSegmentDescription(c[0],i,n);0!=p.indexOf(", ")&&(s+=", "),s+=p}else if(!r.StringUtilities.containsAny(c[0],["*",","])){var f=r.StringUtilities.format(u(c[0]),n(c[0]));f=f.replace(", ",""),s+=r.StringUtilities.format(this.i18n.commaStartingX0(),f)}}else if(t.indexOf(",")>-1){c=t.split(",");for(var l="",d=0;d<c.length;d++)if(d>0&&c.length>2&&(l+=",",d<c.length-1&&(l+=" ")),d>0&&c.length>1&&(d==c.length-1||2==c.length)&&(l+=this.i18n.spaceAnd()+" "),c[d].indexOf("-")>-1){p=this.generateBetweenSegmentDescription(c[d],(function(t){return a.i18n.commaX0ThroughX1()}),n);p=p.replace(", ",""),l+=p}else l+=n(c[d]);s=r.StringUtilities.format(u(t),l)}else t.indexOf("-")>-1&&(s=this.generateBetweenSegmentDescription(t,i,n));else s=r.StringUtilities.format(u(t),n(t));else s="";return s},t.prototype.generateBetweenSegmentDescription=function(t,e,n){var o="",i=t.split("-"),u=n(i[0]),a=n(i[1]);a=a.replace(":00",":59");var s=e(t);return o+=r.StringUtilities.format(s,u,a),o},t.prototype.formatTime=function(t,e,n){var r=parseInt(t),o="",i=!1;this.options.use24HourTimeFormat||(i=this.i18n.setPeriodBeforeTime&&this.i18n.setPeriodBeforeTime(),o=i?this.getPeriod(r)+" ":" "+this.getPeriod(r),r>12&&(r-=12),0===r&&(r=12));var u=e,a="";return n&&(a=":"+("00"+n).substring(n.length)),""+(i?o:"")+("00"+r.toString()).substring(r.toString().length)+":"+("00"+u.toString()).substring(u.toString().length)+a+(i?"":o)},t.prototype.transformVerbosity=function(t,e){return e||(t=t.replace(new RegExp(", "+this.i18n.everyMinute(),"g"),""),t=t.replace(new RegExp(", "+this.i18n.everyHour(),"g"),""),t=t.replace(new RegExp(this.i18n.commaEveryDay(),"g"),""),t=t.replace(/\, ?$/,"")),t},t.prototype.getPeriod=function(t){return t>=12?this.i18n.pm&&this.i18n.pm()||"PM":this.i18n.am&&this.i18n.am()||"AM"},t.locales={},t}();e.ExpressionDescriptor=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.format=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return t.replace(/%s/g,(function(){return e.shift()}))},t.containsAny=function(t,e){return e.some((function(e){return t.indexOf(e)>-1}))},t}();e.StringUtilities=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){void 0===e&&(e=!0),this.expression=t,this.dayOfWeekStartIndexZero=e}return t.prototype.parse=function(){var t=this.extractParts(this.expression);return this.normalize(t),this.validate(t),t},t.prototype.extractParts=function(t){if(!this.expression)throw new Error("Expression is empty");var e=t.trim().split(/[ ]+/);if(e.length<5)throw new Error("Expression has only "+e.length+" part"+(1==e.length?"":"s")+". At least 5 parts are required.");if(5==e.length)e.unshift(""),e.push("");else if(6==e.length)/\d{4}$/.test(e[5])?e.unshift(""):e.push("");else if(e.length>7)throw new Error("Expression has "+e.length+" parts; too many!");return e},t.prototype.normalize=function(t){var e=this;if(t[3]=t[3].replace("?","*"),t[5]=t[5].replace("?","*"),t[2]=t[2].replace("?","*"),0==t[0].indexOf("0/")&&(t[0]=t[0].replace("0/","*/")),0==t[1].indexOf("0/")&&(t[1]=t[1].replace("0/","*/")),0==t[2].indexOf("0/")&&(t[2]=t[2].replace("0/","*/")),0==t[3].indexOf("1/")&&(t[3]=t[3].replace("1/","*/")),0==t[4].indexOf("1/")&&(t[4]=t[4].replace("1/","*/")),0==t[5].indexOf("1/")&&(t[5]=t[5].replace("1/","*/")),0==t[6].indexOf("1/")&&(t[6]=t[6].replace("1/","*/")),t[5]=t[5].replace(/(^\d)|([^#/\s]\d)/g,(function(t){var n=t.replace(/\D/,""),r=n;return e.dayOfWeekStartIndexZero?"7"==n&&(r="0"):r=(parseInt(n)-1).toString(),t.replace(n,r)})),"L"==t[5]&&(t[5]="6"),"?"==t[3]&&(t[3]="*"),t[3].indexOf("W")>-1&&(t[3].indexOf(",")>-1||t[3].indexOf("-")>-1))throw new Error("The 'W' character can be specified only when the day-of-month is a single day, not a range or list of days.");var n={SUN:0,MON:1,TUE:2,WED:3,THU:4,FRI:5,SAT:6};for(var r in n)t[5]=t[5].replace(new RegExp(r,"gi"),n[r].toString());var o={JAN:1,FEB:2,MAR:3,APR:4,MAY:5,JUN:6,JUL:7,AUG:8,SEP:9,OCT:10,NOV:11,DEC:12};for(var i in o)t[4]=t[4].replace(new RegExp(i,"gi"),o[i].toString());"0"==t[0]&&(t[0]=""),/\*|\-|\,|\//.test(t[2])||!/\*|\//.test(t[1])&&!/\*|\//.test(t[0])||(t[2]+="-"+t[2]);for(var u=0;u<t.length;u++)if("*/1"==t[u]&&(t[u]="*"),t[u].indexOf("/")>-1&&!/^\*|\-|\,/.test(t[u])){var a=null;switch(u){case 4:a="12";break;case 5:a="6";break;case 6:a="9999";break;default:a=null;break}if(null!=a){var s=t[u].split("/");t[u]=s[0]+"-"+a+"/"+s[1]}}},t.prototype.validate=function(t){this.assertNoInvalidCharacters("DOW",t[5]),this.assertNoInvalidCharacters("DOM",t[3])},t.prototype.assertNoInvalidCharacters=function(t,e){var n=e.match(/[A-KM-VX-Z]+/gi);if(n&&n.length)throw new Error(t+" part contains invalid values: '"+n.toString()+"'")},t}();e.CronParser=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},t.prototype.everyMinute=function(){return"every minute"},t.prototype.everyHour=function(){return"every hour"},t.prototype.atSpace=function(){return"At "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Every minute between %s and %s"},t.prototype.at=function(){return"At"},t.prototype.spaceAnd=function(){return" and"},t.prototype.everySecond=function(){return"every second"},t.prototype.everyX0Seconds=function(){return"every %s seconds"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"seconds %s through %s past the minute"},t.prototype.atX0SecondsPastTheMinute=function(){return"at %s seconds past the minute"},t.prototype.everyX0Minutes=function(){return"every %s minutes"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},t.prototype.atX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},t.prototype.everyX0Hours=function(){return"every %s hours"},t.prototype.betweenX0AndX1=function(){return"between %s and %s"},t.prototype.atX0=function(){return"at %s"},t.prototype.commaEveryDay=function(){return", every day"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", every %s days of the week"},t.prototype.commaX0ThroughX1=function(){return", %s through %s"},t.prototype.first=function(){return"first"},t.prototype.second=function(){return"second"},t.prototype.third=function(){return"third"},t.prototype.fourth=function(){return"fourth"},t.prototype.fifth=function(){return"fifth"},t.prototype.commaOnThe=function(){return", on the "},t.prototype.spaceX0OfTheMonth=function(){return" %s of the month"},t.prototype.lastDay=function(){return"the last day"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", on the last %s of the month"},t.prototype.commaOnlyOnX0=function(){return", only on %s"},t.prototype.commaAndOnX0=function(){return", and on %s"},t.prototype.commaEveryX0Months=function(){return", every %s months"},t.prototype.commaOnlyInX0=function(){return", only in %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", on the last day of the month"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", on the last weekday of the month"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s days before the last day of the month"},t.prototype.firstWeekday=function(){return"first weekday"},t.prototype.weekdayNearestDayX0=function(){return"weekday nearest day %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", on the %s of the month"},t.prototype.commaEveryX0Days=function(){return", every %s days"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", between day %s and %s of the month"},t.prototype.commaOnDayX0OfTheMonth=function(){return", on day %s of the month"},t.prototype.commaEveryHour=function(){return", every hour"},t.prototype.commaEveryX0Years=function(){return", every %s years"},t.prototype.commaStartingX0=function(){return", starting %s"},t.prototype.daysOfTheWeek=function(){return["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},t.prototype.monthsOfTheYear=function(){return["January","February","March","April","May","June","July","August","September","October","November","December"]},t}();e.en=r},,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),o=n(7);r.ExpressionDescriptor.initialize(new o.allLocalesLoader),e.default=r.ExpressionDescriptor;var i=r.ExpressionDescriptor.toString;e.toString=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(8),o=function(){function t(){}return t.prototype.load=function(t){for(var e in r)r.hasOwnProperty(e)&&(t[e]=new r[e])},t}();e.allLocalesLoader=o},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(3);e.en=r.en;var o=n(9);e.da=o.da;var i=n(10);e.de=i.de;var u=n(11);e.es=u.es;var a=n(12);e.fr=a.fr;var s=n(13);e.it=s.it;var c=n(14);e.ko=c.ko;var p=n(15);e.nl=p.nl;var f=n(16);e.nb=f.nb;var l=n(17);e.sv=l.sv;var d=n(18);e.pl=d.pl;var h=n(19);e.pt_BR=h.pt_BR;var y=n(20);e.ro=y.ro;var m=n(21);e.ru=m.ru;var v=n(22);e.tr=v.tr;var b=n(23);e.uk=b.uk;var g=n(24);e.zh_CN=g.zh_CN;var O=n(25);e.zh_TW=O.zh_TW;var T=n(26);e.ja=T.ja;var X=n(27);e.he=X.he;var w=n(28);e.cs=w.cs;var M=n(29);e.sk=M.sk;var k=n(30);e.fi=k.fi;var D=n(31);e.sl=D.sl;var S=n(32);e.sw=S.sw;var x=n(33);e.fa=x.fa},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Der opstod en fejl ved generering af udtryksbeskrivelsen. Tjek cron-ekspressionssyntaxen."},t.prototype.at=function(){return"kl"},t.prototype.atSpace=function(){return"kl "},t.prototype.atX0=function(){return"kl %s"},t.prototype.atX0MinutesPastTheHour=function(){return"%s minutter efter timeskift"},t.prototype.atX0SecondsPastTheMinute=function(){return"%s sekunder efter minutskift"},t.prototype.betweenX0AndX1=function(){return"mellem %s og %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mellem dag %s og %s i måneden"},t.prototype.commaEveryDay=function(){return", hver dag"},t.prototype.commaEveryX0Days=function(){return", hver %s. dag"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", hver %s. ugedag"},t.prototype.commaEveryX0Months=function(){return", hver %s. måned"},t.prototype.commaEveryX0Years=function(){return", hvert %s. år"},t.prototype.commaOnDayX0OfTheMonth=function(){return", på dag %s i måneden"},t.prototype.commaOnlyInX0=function(){return", kun i %s"},t.prototype.commaOnlyOnX0=function(){return", kun på %s"},t.prototype.commaAndOnX0=function(){return", og på %s"},t.prototype.commaOnThe=function(){return", på den "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", på den sidste dag i måneden"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", på den sidste hverdag i måneden"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dage før den sidste dag i måneden"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", på den sidste %s i måneden"},t.prototype.commaOnTheX0OfTheMonth=function(){return", på den %s i måneden"},t.prototype.commaX0ThroughX1=function(){return", %s til og med %s"},t.prototype.everyHour=function(){return"hver time"},t.prototype.everyMinute=function(){return"hvert minut"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"hvert minut mellem %s og %s"},t.prototype.everySecond=function(){return"hvert sekund"},t.prototype.everyX0Hours=function(){return"hver %s. time"},t.prototype.everyX0Minutes=function(){return"hvert %s. minut"},t.prototype.everyX0Seconds=function(){return"hvert %s. sekund"},t.prototype.fifth=function(){return"femte"},t.prototype.first=function(){return"første"},t.prototype.firstWeekday=function(){return"første hverdag"},t.prototype.fourth=function(){return"fjerde"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutterne fra %s til og med %s hver time"},t.prototype.second=function(){return"anden"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekunderne fra %s til og med %s hvert minut"},t.prototype.spaceAnd=function(){return" og"},t.prototype.spaceX0OfTheMonth=function(){return" %s i måneden"},t.prototype.lastDay=function(){return"sidste dag"},t.prototype.third=function(){return"tredje"},t.prototype.weekdayNearestDayX0=function(){return"hverdag nærmest dag %s"},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.commaStartingX0=function(){return", startende %s"},t.prototype.daysOfTheWeek=function(){return["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},t.prototype.monthsOfTheYear=function(){return["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},t}();e.da=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"jede Minute"},t.prototype.everyHour=function(){return"jede Stunde"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Beim Generieren der Ausdrucksbeschreibung ist ein Fehler aufgetreten. Überprüfen Sie die Syntax des Cron-Ausdrucks."},t.prototype.atSpace=function(){return"Um "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Jede Minute zwischen %s und %s"},t.prototype.at=function(){return"Um"},t.prototype.spaceAnd=function(){return" und"},t.prototype.everySecond=function(){return"Jede Sekunde"},t.prototype.everyX0Seconds=function(){return"alle %s Sekunden"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"Sekunden %s bis %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"bei Sekunde %s"},t.prototype.everyX0Minutes=function(){return"alle %s Minuten"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"Minuten %s bis %s"},t.prototype.atX0MinutesPastTheHour=function(){return"bei Minute %s"},t.prototype.everyX0Hours=function(){return"alle %s Stunden"},t.prototype.betweenX0AndX1=function(){return"zwischen %s und %s"},t.prototype.atX0=function(){return"um %s"},t.prototype.commaEveryDay=function(){return", jeden Tag"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", alle %s Tage der Woche"},t.prototype.commaX0ThroughX1=function(){return", %s bis %s"},t.prototype.first=function(){return"ersten"},t.prototype.second=function(){return"zweiten"},t.prototype.third=function(){return"dritten"},t.prototype.fourth=function(){return"vierten"},t.prototype.fifth=function(){return"fünften"},t.prototype.commaOnThe=function(){return", am "},t.prototype.spaceX0OfTheMonth=function(){return" %s des Monats"},t.prototype.lastDay=function(){return"der letzte Tag"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", am letzten %s des Monats"},t.prototype.commaOnlyOnX0=function(){return", nur am %s"},t.prototype.commaAndOnX0=function(){return", und am %s"},t.prototype.commaEveryX0Months=function(){return", alle %s Monate"},t.prototype.commaOnlyInX0=function(){return", nur im %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", am letzten Tag des Monats"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", am letzten Werktag des Monats"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s tage vor dem letzten Tag des Monats"},t.prototype.firstWeekday=function(){return"ersten Werktag"},t.prototype.weekdayNearestDayX0=function(){return"Werktag am nächsten zum %s Tag"},t.prototype.commaOnTheX0OfTheMonth=function(){return", am %s des Monats"},t.prototype.commaEveryX0Days=function(){return", alle %s Tage"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", zwischen Tag %s und %s des Monats"},t.prototype.commaOnDayX0OfTheMonth=function(){return", am %s Tag des Monats"},t.prototype.commaEveryX0Years=function(){return", alle %s Jahre"},t.prototype.commaStartingX0=function(){return", beginnend %s"},t.prototype.daysOfTheWeek=function(){return["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},t.prototype.monthsOfTheYear=function(){return["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},t}();e.de=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron."},t.prototype.at=function(){return"A las"},t.prototype.atSpace=function(){return"A las "},t.prototype.atX0=function(){return"a las %s"},t.prototype.atX0MinutesPastTheHour=function(){return"a los %s minutos de la hora"},t.prototype.atX0SecondsPastTheMinute=function(){return"a los %s segundos del minuto"},t.prototype.betweenX0AndX1=function(){return"entre las %s y las %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre los días %s y %s del mes"},t.prototype.commaEveryDay=function(){return", cada día"},t.prototype.commaEveryX0Days=function(){return", cada %s días"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", cada %s días de la semana"},t.prototype.commaEveryX0Months=function(){return", cada %s meses"},t.prototype.commaOnDayX0OfTheMonth=function(){return", el día %s del mes"},t.prototype.commaOnlyInX0=function(){return", sólo en %s"},t.prototype.commaOnlyOnX0=function(){return", sólo el %s"},t.prototype.commaAndOnX0=function(){return", y el %s"},t.prototype.commaOnThe=function(){return", en el "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", en el último día del mes"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", en el último día de la semana del mes"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s días antes del último día del mes"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", en el último %s del mes"},t.prototype.commaOnTheX0OfTheMonth=function(){return", en el %s del mes"},t.prototype.commaX0ThroughX1=function(){return", de %s a %s"},t.prototype.everyHour=function(){return"cada hora"},t.prototype.everyMinute=function(){return"cada minuto"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"cada minuto entre las %s y las %s"},t.prototype.everySecond=function(){return"cada segundo"},t.prototype.everyX0Hours=function(){return"cada %s horas"},t.prototype.everyX0Minutes=function(){return"cada %s minutos"},t.prototype.everyX0Seconds=function(){return"cada %s segundos"},t.prototype.fifth=function(){return"quinto"},t.prototype.first=function(){return"primero"},t.prototype.firstWeekday=function(){return"primer día de la semana"},t.prototype.fourth=function(){return"cuarto"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"del minuto %s al %s pasada la hora"},t.prototype.second=function(){return"segundo"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"En los segundos %s al %s de cada minuto"},t.prototype.spaceAnd=function(){return" y"},t.prototype.spaceX0OfTheMonth=function(){return" %s del mes"},t.prototype.lastDay=function(){return"el último día"},t.prototype.third=function(){return"tercer"},t.prototype.weekdayNearestDayX0=function(){return"día de la semana más próximo al %s"},t.prototype.commaEveryX0Years=function(){return", cada %s años"},t.prototype.commaStartingX0=function(){return", comenzando %s"},t.prototype.daysOfTheWeek=function(){return["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},t.prototype.monthsOfTheYear=function(){return["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},t}();e.es=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"toutes les minutes"},t.prototype.everyHour=function(){return"toutes les heures"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Une erreur est survenue en générant la description de l'expression cron. Vérifiez sa syntaxe."},t.prototype.atSpace=function(){return"À "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Toutes les minutes entre %s et %s"},t.prototype.at=function(){return"À"},t.prototype.spaceAnd=function(){return" et"},t.prototype.everySecond=function(){return"toutes les secondes"},t.prototype.everyX0Seconds=function(){return"toutes les %s secondes"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"les secondes entre %s et %s après la minute"},t.prototype.atX0SecondsPastTheMinute=function(){return"%s secondes après la minute"},t.prototype.everyX0Minutes=function(){return"toutes les %s minutes"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"les minutes entre %s et %s après l'heure"},t.prototype.atX0MinutesPastTheHour=function(){return"%s minutes après l'heure"},t.prototype.everyX0Hours=function(){return"toutes les %s heures"},t.prototype.betweenX0AndX1=function(){return"de %s à %s"},t.prototype.atX0=function(){return"à %s"},t.prototype.commaEveryDay=function(){return", tous les jours"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", every %s days of the week"},t.prototype.commaX0ThroughX1=function(){return", de %s à %s"},t.prototype.first=function(){return"premier"},t.prototype.second=function(){return"second"},t.prototype.third=function(){return"troisième"},t.prototype.fourth=function(){return"quatrième"},t.prototype.fifth=function(){return"cinquième"},t.prototype.commaOnThe=function(){return", le "},t.prototype.spaceX0OfTheMonth=function(){return" %s du mois"},t.prototype.lastDay=function(){return"le dernier jour"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", le dernier %s du mois"},t.prototype.commaOnlyOnX0=function(){return", uniquement le %s"},t.prototype.commaAndOnX0=function(){return", et %s"},t.prototype.commaEveryX0Months=function(){return", tous les %s mois"},t.prototype.commaOnlyInX0=function(){return", uniquement en %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", le dernier jour du mois"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", le dernier jour ouvrable du mois"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s jours avant le dernier jour du mois"},t.prototype.firstWeekday=function(){return"premier jour ouvrable"},t.prototype.weekdayNearestDayX0=function(){return"jour ouvrable le plus proche du %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", le %s du mois"},t.prototype.commaEveryX0Days=function(){return", tous les %s jours"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", du %s au %s du mois"},t.prototype.commaOnDayX0OfTheMonth=function(){return", le %s du mois"},t.prototype.commaEveryX0Years=function(){return", tous les %s ans"},t.prototype.commaDaysX0ThroughX1=function(){return", du %s au %s"},t.prototype.commaStartingX0=function(){return", départ %s"},t.prototype.daysOfTheWeek=function(){return["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},t.prototype.monthsOfTheYear=function(){return["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]},t}();e.fr=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"È verificato un errore durante la generazione la descrizione espressione. Controllare la sintassi delle espressioni cron."},t.prototype.at=function(){return"Alle"},t.prototype.atSpace=function(){return"Alle "},t.prototype.atX0=function(){return"alle %s"},t.prototype.atX0MinutesPastTheHour=function(){return"al %s minuto passata l'ora"},t.prototype.atX0SecondsPastTheMinute=function(){return"al %s secondo passato il minuto"},t.prototype.betweenX0AndX1=function(){return"tra le %s e le %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", tra il giorno %s e %s del mese"},t.prototype.commaEveryDay=function(){return", ogni giorno"},t.prototype.commaEveryX0Days=function(){return", ogni %s giorni"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", ogni %s giorni della settimana"},t.prototype.commaEveryX0Months=function(){return", ogni %s mesi"},t.prototype.commaEveryX0Years=function(){return", ogni %s anni"},t.prototype.commaOnDayX0OfTheMonth=function(){return", il giorno %s del mese"},t.prototype.commaOnlyInX0=function(){return", solo in %s"},t.prototype.commaOnlyOnX0=function(){return", solo il %s"},t.prototype.commaAndOnX0=function(){return", e il %s"},t.prototype.commaOnThe=function(){return", il "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", l'ultimo giorno del mese"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", nell'ultima settimana del mese"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s giorni prima dell'ultimo giorno del mese"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", l'ultimo %s del mese"},t.prototype.commaOnTheX0OfTheMonth=function(){return", il %s del mese"},t.prototype.commaX0ThroughX1=function(){return", %s al %s"},t.prototype.everyHour=function(){return"ogni ora"},t.prototype.everyMinute=function(){return"ogni minuto"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Ogni minuto tra le %s e le %s"},t.prototype.everySecond=function(){return"ogni secondo"},t.prototype.everyX0Hours=function(){return"ogni %s ore"},t.prototype.everyX0Minutes=function(){return"ogni %s minuti"},t.prototype.everyX0Seconds=function(){return"ogni %s secondi"},t.prototype.fifth=function(){return"quinto"},t.prototype.first=function(){return"primo"},t.prototype.firstWeekday=function(){return"primo giorno della settimana"},t.prototype.fourth=function(){return"quarto"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuti %s al %s dopo l'ora"},t.prototype.second=function(){return"secondo"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"secondi %s al %s oltre il minuto"},t.prototype.spaceAnd=function(){return" e"},t.prototype.spaceX0OfTheMonth=function(){return" %s del mese"},t.prototype.lastDay=function(){return"l'ultimo giorno"},t.prototype.third=function(){return"terzo"},t.prototype.weekdayNearestDayX0=function(){return"giorno della settimana più vicino al %s"},t.prototype.commaStartingX0=function(){return", a partire %s"},t.prototype.daysOfTheWeek=function(){return["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},t.prototype.monthsOfTheYear=function(){return["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},t}();e.it=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.setPeriodBeforeTime=function(){return!0},t.prototype.pm=function(){return"오후"},t.prototype.am=function(){return"오전"},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"표현식 설명을 생성하는 중 오류가 발생했습니다. cron 표현식 구문을 확인하십시오."},t.prototype.everyMinute=function(){return"1분마다"},t.prototype.everyHour=function(){return"1시간마다"},t.prototype.atSpace=function(){return"에서 "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"%s 및 %s 사이에 매 분"},t.prototype.at=function(){return"에서"},t.prototype.spaceAnd=function(){return" 및"},t.prototype.everySecond=function(){return"1초마다"},t.prototype.everyX0Seconds=function(){return"%s초마다"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"정분 후 %s초에서 %s초까지"},t.prototype.atX0SecondsPastTheMinute=function(){return"정분 후 %s초에서"},t.prototype.everyX0Minutes=function(){return"%s분마다"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"정시 후 %s분에서 %s까지"},t.prototype.atX0MinutesPastTheHour=function(){return"정시 후 %s분에서"},t.prototype.everyX0Hours=function(){return"%s시간마다"},t.prototype.betweenX0AndX1=function(){return"%s에서 %s 사이"},t.prototype.atX0=function(){return"%s에서"},t.prototype.commaEveryDay=function(){return", 매일"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", 주 중 %s일마다"},t.prototype.commaX0ThroughX1=function(){return", %s에서 %s가지"},t.prototype.first=function(){return"첫 번째"},t.prototype.second=function(){return"두 번째"},t.prototype.third=function(){return"세 번째"},t.prototype.fourth=function(){return"네 번째"},t.prototype.fifth=function(){return"다섯 번째"},t.prototype.commaOnThe=function(){return", 해당 "},t.prototype.spaceX0OfTheMonth=function(){return" 해당 월의 %s"},t.prototype.lastDay=function(){return"마지막 날"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", 해당 월의 마지막 %s"},t.prototype.commaOnlyOnX0=function(){return", %s에만"},t.prototype.commaAndOnX0=function(){return", 및 %s에"},t.prototype.commaEveryX0Months=function(){return", %s개월마다"},t.prototype.commaOnlyInX0=function(){return", %s에서만"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", 해당 월의 마지막 날에"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", 해당 월의 마지막 평일에"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", 해당 월의 마지막 날 %s일 전"},t.prototype.firstWeekday=function(){return"첫 번째 평일"},t.prototype.weekdayNearestDayX0=function(){return"평일 가장 가까운 날 %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", 해당 월의 %s에"},t.prototype.commaEveryX0Days=function(){return", %s일마다"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", 해당 월의 %s일 및 %s일 사이"},t.prototype.commaOnDayX0OfTheMonth=function(){return", 해당 월의 %s일에"},t.prototype.commaEveryMinute=function(){return", 1분마다"},t.prototype.commaEveryHour=function(){return", 1시간마다"},t.prototype.commaEveryX0Years=function(){return", %s년마다"},t.prototype.commaStartingX0=function(){return", %s부터"},t.prototype.daysOfTheWeek=function(){return["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},t.prototype.monthsOfTheYear=function(){return["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]},t}();e.ko=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"elke minuut"},t.prototype.everyHour=function(){return"elk uur"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Er is een fout opgetreden bij het vertalen van de gegevens. Controleer de gegevens."},t.prototype.atSpace=function(){return"Op "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Elke minuut tussen %s en %s"},t.prototype.at=function(){return"Op"},t.prototype.spaceAnd=function(){return" en"},t.prototype.everySecond=function(){return"elke seconde"},t.prototype.everyX0Seconds=function(){return"elke %s seconden"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"seconden %s t/m %s na de minuut"},t.prototype.atX0SecondsPastTheMinute=function(){return"op %s seconden na de minuut"},t.prototype.everyX0Minutes=function(){return"elke %s minuten"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuut %s t/m %s na het uur"},t.prototype.atX0MinutesPastTheHour=function(){return"op %s minuten na het uur"},t.prototype.everyX0Hours=function(){return"elke %s uur"},t.prototype.betweenX0AndX1=function(){return"tussen %s en %s"},t.prototype.atX0=function(){return"op %s"},t.prototype.commaEveryDay=function(){return", elke dag"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", elke %s dagen van de week"},t.prototype.commaX0ThroughX1=function(){return", %s t/m %s"},t.prototype.first=function(){return"eerste"},t.prototype.second=function(){return"tweede"},t.prototype.third=function(){return"derde"},t.prototype.fourth=function(){return"vierde"},t.prototype.fifth=function(){return"vijfde"},t.prototype.commaOnThe=function(){return", op de "},t.prototype.spaceX0OfTheMonth=function(){return" %s van de maand"},t.prototype.lastDay=function(){return"de laatste dag"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", op de laatste %s van de maand"},t.prototype.commaOnlyOnX0=function(){return", alleen op %s"},t.prototype.commaAndOnX0=function(){return", en op %s"},t.prototype.commaEveryX0Months=function(){return", elke %s maanden"},t.prototype.commaOnlyInX0=function(){return", alleen in %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", op de laatste dag van de maand"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", op de laatste werkdag van de maand"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dagen vóór de laatste dag van de maand"},t.prototype.firstWeekday=function(){return"eerste werkdag"},t.prototype.weekdayNearestDayX0=function(){return"werkdag dichtst bij dag %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", op de %s van de maand"},t.prototype.commaEveryX0Days=function(){return", elke %s dagen"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", tussen dag %s en %s van de maand"},t.prototype.commaOnDayX0OfTheMonth=function(){return", op dag %s van de maand"},t.prototype.commaEveryX0Years=function(){return", elke %s jaren"},t.prototype.commaStartingX0=function(){return", beginnend %s"},t.prototype.daysOfTheWeek=function(){return["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},t.prototype.monthsOfTheYear=function(){return["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},t}();e.nl=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"En feil inntraff ved generering av uttrykksbeskrivelse. Sjekk cron syntaks."},t.prototype.at=function(){return"Kl."},t.prototype.atSpace=function(){return"Kl."},t.prototype.atX0=function(){return"på %s"},t.prototype.atX0MinutesPastTheHour=function(){return"på %s minutter etter timen"},t.prototype.atX0SecondsPastTheMinute=function(){return"på %s sekunder etter minuttet"},t.prototype.betweenX0AndX1=function(){return"mellom %s og %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mellom dag %s og %s av måneden"},t.prototype.commaEveryDay=function(){return", hver dag"},t.prototype.commaEveryX0Days=function(){return", hver %s dag"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", hver %s ukedag"},t.prototype.commaEveryX0Months=function(){return", hver %s måned"},t.prototype.commaEveryX0Years=function(){return", hvert %s år"},t.prototype.commaOnDayX0OfTheMonth=function(){return", på dag %s av måneden"},t.prototype.commaOnlyInX0=function(){return", bare i %s"},t.prototype.commaOnlyOnX0=function(){return", på %s"},t.prototype.commaAndOnX0=function(){return", og på %s"},t.prototype.commaOnThe=function(){return", på "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", på den siste dagen i måneden"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", den siste ukedagen i måneden"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dager før den siste dagen i måneden"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", på den siste %s av måneden"},t.prototype.commaOnTheX0OfTheMonth=function(){return", på den %s av måneden"},t.prototype.commaX0ThroughX1=function(){return", %s til og med %s"},t.prototype.everyHour=function(){return"hver time"},t.prototype.everyMinute=function(){return"hvert minutt"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Hvert minutt mellom %s og %s"},t.prototype.everySecond=function(){return"hvert sekund"},t.prototype.everyX0Hours=function(){return"hver %s time"},t.prototype.everyX0Minutes=function(){return"hvert %s minutt"},t.prototype.everyX0Seconds=function(){return"hvert %s sekund"},t.prototype.fifth=function(){return"femte"},t.prototype.first=function(){return"første"},t.prototype.firstWeekday=function(){return"første ukedag"},t.prototype.fourth=function(){return"fjerde"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuttene fra %s til og med %s etter timen"},t.prototype.second=function(){return"sekund"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundene fra %s til og med %s etter minuttet"},t.prototype.spaceAnd=function(){return" og"},t.prototype.spaceX0OfTheMonth=function(){return" %s i måneden"},t.prototype.lastDay=function(){return"den siste dagen"},t.prototype.third=function(){return"tredje"},t.prototype.weekdayNearestDayX0=function(){return"ukedag nærmest dag %s"},t.prototype.commaStartingX0=function(){return", starter %s"},t.prototype.daysOfTheWeek=function(){return["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},t.prototype.monthsOfTheYear=function(){return["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]},t}();e.nb=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ett fel inträffade vid generering av uttryckets beskrivning. Kontrollera cron-uttryckets syntax."},t.prototype.everyMinute=function(){return"varje minut"},t.prototype.everyHour=function(){return"varje timme"},t.prototype.atSpace=function(){return"Kl "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Varje minut mellan %s och %s"},t.prototype.at=function(){return"Kl"},t.prototype.spaceAnd=function(){return" och"},t.prototype.everySecond=function(){return"varje sekund"},t.prototype.everyX0Seconds=function(){return"varje %s sekund"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekunderna från %s till och med %s efter minuten"},t.prototype.atX0SecondsPastTheMinute=function(){return"på %s sekunder efter minuten"},t.prototype.everyX0Minutes=function(){return"var %s minut"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuterna från %s till och med %s efter timmen"},t.prototype.atX0MinutesPastTheHour=function(){return"på %s minuten efter timmen"},t.prototype.everyX0Hours=function(){return"var %s timme"},t.prototype.betweenX0AndX1=function(){return"mellan %s och %s"},t.prototype.atX0=function(){return"kl %s"},t.prototype.commaEveryDay=function(){return", varje dag"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", var %s dag i veckan"},t.prototype.commaX0ThroughX1=function(){return", %s till %s"},t.prototype.first=function(){return"första"},t.prototype.second=function(){return"andra"},t.prototype.third=function(){return"tredje"},t.prototype.fourth=function(){return"fjärde"},t.prototype.fifth=function(){return"femte"},t.prototype.commaOnThe=function(){return", den "},t.prototype.spaceX0OfTheMonth=function(){return" %sen av månaden"},t.prototype.lastDay=function(){return"den sista dagen"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", på sista %s av månaden"},t.prototype.commaOnlyOnX0=function(){return", varje %s"},t.prototype.commaAndOnX0=function(){return", och på %s"},t.prototype.commaEveryX0Months=function(){return", var %s månad"},t.prototype.commaOnlyInX0=function(){return", bara på %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", på sista dagen av månaden"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", på sista veckodag av månaden"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dagar före den sista dagen i månaden"},t.prototype.firstWeekday=function(){return"första veckodag"},t.prototype.weekdayNearestDayX0=function(){return"veckodagen närmast dag %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", på den %s av månaden"},t.prototype.commaEveryX0Days=function(){return", var %s dag"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mellan dag %s och %s av månaden"},t.prototype.commaOnDayX0OfTheMonth=function(){return", på dag %s av månaden"},t.prototype.commaEveryX0Years=function(){return", var %s år"},t.prototype.commaStartingX0=function(){return", startar %s"},t.prototype.daysOfTheWeek=function(){return["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"]},t.prototype.monthsOfTheYear=function(){return["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]},t}();e.sv=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Wystąpił błąd podczas generowania opisu wyrażenia cron. Sprawdź składnię wyrażenia cron."},t.prototype.at=function(){return"O"},t.prototype.atSpace=function(){return"O "},t.prototype.atX0=function(){return"o %s"},t.prototype.atX0MinutesPastTheHour=function(){return"w %s minucie"},t.prototype.atX0SecondsPastTheMinute=function(){return"w %s sekundzie"},t.prototype.betweenX0AndX1=function(){return"od %s do %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", od %s-ego do %s-ego dnia miesiąca"},t.prototype.commaEveryDay=function(){return", co dzień"},t.prototype.commaEveryX0Days=function(){return", co %s dni"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", co %s dni tygodnia"},t.prototype.commaEveryX0Months=function(){return", co %s miesięcy"},t.prototype.commaEveryX0Years=function(){return", co %s lat"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s-ego dnia miesiąca"},t.prototype.commaOnlyInX0=function(){return", tylko %s"},t.prototype.commaOnlyOnX0=function(){return", tylko %s"},t.prototype.commaAndOnX0=function(){return", i %s"},t.prototype.commaOnThe=function(){return", "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ostatni dzień miesiąca"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ostatni dzień roboczy miesiąca"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dni przed ostatnim dniem miesiąca"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", ostatni %s miesiąca"},t.prototype.commaOnTheX0OfTheMonth=function(){return", %s miesiąca"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.everyHour=function(){return"co godzinę"},t.prototype.everyMinute=function(){return"co minutę"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Co minutę od %s do %s"},t.prototype.everySecond=function(){return"co sekundę"},t.prototype.everyX0Hours=function(){return"co %s godzin"},t.prototype.everyX0Minutes=function(){return"co %s minut"},t.prototype.everyX0Seconds=function(){return"co %s sekund"},t.prototype.fifth=function(){return"piąty"},t.prototype.first=function(){return"pierwszy"},t.prototype.firstWeekday=function(){return"pierwszy dzień roboczy"},t.prototype.fourth=function(){return"czwarty"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuty od %s do %s"},t.prototype.second=function(){return"drugi"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.spaceAnd=function(){return" i"},t.prototype.spaceX0OfTheMonth=function(){return" %s miesiąca"},t.prototype.lastDay=function(){return"ostatni dzień"},t.prototype.third=function(){return"trzeci"},t.prototype.weekdayNearestDayX0=function(){return"dzień roboczy najbliższy %s-ego dnia"},t.prototype.commaStartingX0=function(){return", startowy %s"},t.prototype.daysOfTheWeek=function(){return["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},t.prototype.monthsOfTheYear=function(){return["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]},t}();e.pl=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ocorreu um erro ao gerar a descrição da expressão Cron."},t.prototype.at=function(){return"às"},t.prototype.atSpace=function(){return"às "},t.prototype.atX0=function(){return"Às %s"},t.prototype.atX0MinutesPastTheHour=function(){return"aos %s minutos da hora"},t.prototype.atX0SecondsPastTheMinute=function(){return"aos %s segundos do minuto"},t.prototype.betweenX0AndX1=function(){return"entre %s e %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre os dias %s e %s do mês"},t.prototype.commaEveryDay=function(){return", a cada dia"},t.prototype.commaEveryX0Days=function(){return", a cada %s dias"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", a cada %s dias de semana"},t.prototype.commaEveryX0Months=function(){return", a cada %s meses"},t.prototype.commaOnDayX0OfTheMonth=function(){return", no dia %s do mês"},t.prototype.commaOnlyInX0=function(){return", somente em %s"},t.prototype.commaOnlyOnX0=function(){return", somente de %s"},t.prototype.commaAndOnX0=function(){return", e de %s"},t.prototype.commaOnThe=function(){return", na "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", no último dia do mês"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", no último dia da semana do mês"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dias antes do último dia do mês"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", na última %s do mês"},t.prototype.commaOnTheX0OfTheMonth=function(){return", no %s do mês"},t.prototype.commaX0ThroughX1=function(){return", de %s a %s"},t.prototype.everyHour=function(){return"a cada hora"},t.prototype.everyMinute=function(){return"a cada minuto"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"a cada minuto entre %s e %s"},t.prototype.everySecond=function(){return"a cada segundo"},t.prototype.everyX0Hours=function(){return"a cada %s horas"},t.prototype.everyX0Minutes=function(){return"a cada %s minutos"},t.prototype.everyX0Seconds=function(){return"a cada %s segundos"},t.prototype.fifth=function(){return"quinta"},t.prototype.first=function(){return"primeira"},t.prototype.firstWeekday=function(){return"primeiro dia da semana"},t.prototype.fourth=function(){return"quarta"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"do minuto %s até %s de cada hora"},t.prototype.second=function(){return"segunda"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"No segundo %s até %s de cada minuto"},t.prototype.spaceAnd=function(){return" e"},t.prototype.spaceX0OfTheMonth=function(){return" %s do mês"},t.prototype.lastDay=function(){return"o último dia"},t.prototype.third=function(){return"terceira"},t.prototype.weekdayNearestDayX0=function(){return"dia da semana mais próximo do dia %s"},t.prototype.commaEveryX0Years=function(){return", a cada %s anos"},t.prototype.commaStartingX0=function(){return", iniciando %s"},t.prototype.daysOfTheWeek=function(){return["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},t.prototype.monthsOfTheYear=function(){return["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},t}();e.pt_BR=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Eroare la generarea descrierii. Verificați sintaxa."},t.prototype.at=function(){return"La"},t.prototype.atSpace=function(){return"La "},t.prototype.atX0=function(){return"la %s"},t.prototype.atX0MinutesPastTheHour=function(){return"la și %s minute"},t.prototype.atX0SecondsPastTheMinute=function(){return"la și %s secunde"},t.prototype.betweenX0AndX1=function(){return"între %s și %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", între zilele %s și %s ale lunii"},t.prototype.commaEveryDay=function(){return", în fiecare zi"},t.prototype.commaEveryX0Days=function(){return", la fiecare %s zile"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", la fiecare a %s-a zi a săptămânii"},t.prototype.commaEveryX0Months=function(){return", la fiecare %s luni"},t.prototype.commaEveryX0Years=function(){return", o dată la %s ani"},t.prototype.commaOnDayX0OfTheMonth=function(){return", în ziua %s a lunii"},t.prototype.commaOnlyInX0=function(){return", doar în %s"},t.prototype.commaOnlyOnX0=function(){return", doar %s"},t.prototype.commaAndOnX0=function(){return", și %s"},t.prototype.commaOnThe=function(){return", în "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", în ultima zi a lunii"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", în ultima zi lucrătoare a lunii"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s zile înainte de ultima zi a lunii"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", în ultima %s a lunii"},t.prototype.commaOnTheX0OfTheMonth=function(){return", în %s a lunii"},t.prototype.commaX0ThroughX1=function(){return", de %s până %s"},t.prototype.everyHour=function(){return"în fiecare oră"},t.prototype.everyMinute=function(){return"în fiecare minut"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"În fiecare minut între %s și %s"},t.prototype.everySecond=function(){return"în fiecare secundă"},t.prototype.everyX0Hours=function(){return"la fiecare %s ore"},t.prototype.everyX0Minutes=function(){return"la fiecare %s minute"},t.prototype.everyX0Seconds=function(){return"la fiecare %s secunde"},t.prototype.fifth=function(){return"a cincea"},t.prototype.first=function(){return"prima"},t.prototype.firstWeekday=function(){return"prima zi a săptămânii"},t.prototype.fourth=function(){return"a patra"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"între minutele %s și %s"},t.prototype.second=function(){return"a doua"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"între secunda %s și secunda %s"},t.prototype.spaceAnd=function(){return" și"},t.prototype.spaceX0OfTheMonth=function(){return" %s a lunii"},t.prototype.lastDay=function(){return"ultima zi"},t.prototype.third=function(){return"a treia"},t.prototype.weekdayNearestDayX0=function(){return"cea mai apropiată zi a săptămânii de ziua %s"},t.prototype.commaMonthX0ThroughMonthX1=function(){return", din %s până în %s"},t.prototype.commaYearX0ThroughYearX1=function(){return", din %s până în %s"},t.prototype.atX0MinutesPastTheHourGt20=function(){return"la și %s de minute"},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return"la și %s de secunde"},t.prototype.commaStartingX0=function(){return", pornire %s"},t.prototype.daysOfTheWeek=function(){return["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"]},t.prototype.monthsOfTheYear=function(){return["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]},t}();e.ro=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"каждую минуту"},t.prototype.everyHour=function(){return"каждый час"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Произошла ошибка во время генерации описания выражения. Проверьте синтаксис крон-выражения."},t.prototype.atSpace=function(){return"В "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Каждую минуту с %s по %s"},t.prototype.at=function(){return"В"},t.prototype.spaceAnd=function(){return" и"},t.prototype.everySecond=function(){return"каждую секунду"},t.prototype.everyX0Seconds=function(){return"каждые %s секунд"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"секунды с %s по %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"в %s секунд"},t.prototype.everyX0Minutes=function(){return"каждые %s минут"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"минуты с %s по %s"},t.prototype.atX0MinutesPastTheHour=function(){return"в %s минут"},t.prototype.everyX0Hours=function(){return"каждые %s часов"},t.prototype.betweenX0AndX1=function(){return"с %s по %s"},t.prototype.atX0=function(){return"в %s"},t.prototype.commaEveryDay=function(){return", каждый день"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", каждые %s дней недели"},t.prototype.commaX0ThroughX1=function(){return", %s по %s"},t.prototype.first=function(){return"первый"},t.prototype.second=function(){return"второй"},t.prototype.third=function(){return"третий"},t.prototype.fourth=function(){return"четвертый"},t.prototype.fifth=function(){return"пятый"},t.prototype.commaOnThe=function(){return", в "},t.prototype.spaceX0OfTheMonth=function(){return" %s месяца"},t.prototype.lastDay=function(){return"последний день"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", в последний %s месяца"},t.prototype.commaOnlyOnX0=function(){return", только в %s"},t.prototype.commaAndOnX0=function(){return", и в %s"},t.prototype.commaEveryX0Months=function(){return", каждые %s месяцев"},t.prototype.commaOnlyInX0=function(){return", только в %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", в последний день месяца"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", в последний будний день месяца"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s дней до последнего дня месяца"},t.prototype.firstWeekday=function(){return"первый будний день"},t.prototype.weekdayNearestDayX0=function(){return"ближайший будний день к %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", в %s месяца"},t.prototype.commaEveryX0Days=function(){return", каждые %s дней"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", с %s по %s число месяца"},t.prototype.commaOnDayX0OfTheMonth=function(){return", в %s число месяца"},t.prototype.commaEveryX0Years=function(){return", каждые %s лет"},t.prototype.commaStartingX0=function(){return", начало %s"},t.prototype.daysOfTheWeek=function(){return["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"]},t.prototype.monthsOfTheYear=function(){return["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]},t}();e.ru=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"her dakika"},t.prototype.everyHour=function(){return"her saat"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"İfade açıklamasını oluştururken bir hata oluştu. Cron ifadesini gözden geçirin."},t.prototype.atSpace=function(){return"Saat "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Saat %s ve %s arasındaki her dakika"},t.prototype.at=function(){return"Saat"},t.prototype.spaceAnd=function(){return" ve"},t.prototype.everySecond=function(){return"her saniye"},t.prototype.everyX0Seconds=function(){return"her %s saniyede bir"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"dakikaların %s. ve %s. saniyeleri arası"},t.prototype.atX0SecondsPastTheMinute=function(){return"dakikaların %s. saniyesinde"},t.prototype.everyX0Minutes=function(){return"her %s dakikada bir"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"saatlerin %s. ve %s. dakikaları arası"},t.prototype.atX0MinutesPastTheHour=function(){return"saatlerin %s. dakikasında"},t.prototype.everyX0Hours=function(){return"her %s saatte"},t.prototype.betweenX0AndX1=function(){return"%s ile %s arasında"},t.prototype.atX0=function(){return"saat %s"},t.prototype.commaEveryDay=function(){return", her gün"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", ayın her %s günü"},t.prototype.commaX0ThroughX1=function(){return", %s ile %s arasında"},t.prototype.first=function(){return"ilk"},t.prototype.second=function(){return"ikinci"},t.prototype.third=function(){return"üçüncü"},t.prototype.fourth=function(){return"dördüncü"},t.prototype.fifth=function(){return"beşinci"},t.prototype.commaOnThe=function(){return", ayın "},t.prototype.spaceX0OfTheMonth=function(){return" %s günü"},t.prototype.lastDay=function(){return"son gün"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", ayın son %s günü"},t.prototype.commaOnlyOnX0=function(){return", sadece %s günü"},t.prototype.commaAndOnX0=function(){return", ve %s"},t.prototype.commaEveryX0Months=function(){return", %s ayda bir"},t.prototype.commaOnlyInX0=function(){return", sadece %s için"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ayın son günü"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ayın son iş günü"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s ayın son gününden önceki günler"},t.prototype.firstWeekday=function(){return"ilk iş günü"},t.prototype.weekdayNearestDayX0=function(){return"%s. günü sonrasındaki ilk iş günü"},t.prototype.commaOnTheX0OfTheMonth=function(){return", ayın %s"},t.prototype.commaEveryX0Days=function(){return", %s günde bir"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", ayın %s. ve %s. günleri arası"},t.prototype.commaOnDayX0OfTheMonth=function(){return", ayın %s. günü"},t.prototype.commaEveryX0Years=function(){return", %s yılda bir"},t.prototype.commaStartingX0=function(){return", başlangıç %s"},t.prototype.daysOfTheWeek=function(){return["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"]},t.prototype.monthsOfTheYear=function(){return["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]},t}();e.tr=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"щохвилини"},t.prototype.everyHour=function(){return"щогодини"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"ВІдбулася помилка підчас генерації опису. Перевірта правильність написання cron виразу."},t.prototype.atSpace=function(){return"О "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Щохвилини між %s та %s"},t.prototype.at=function(){return"О"},t.prototype.spaceAnd=function(){return" та"},t.prototype.everySecond=function(){return"Щосекунди"},t.prototype.everyX0Seconds=function(){return"кожні %s секунд"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"з %s по %s секунду"},t.prototype.atX0SecondsPastTheMinute=function(){return"о %s секунді"},t.prototype.everyX0Minutes=function(){return"кожні %s хвилин"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"з %s по %s хвилину"},t.prototype.atX0MinutesPastTheHour=function(){return"о %s хвилині"},t.prototype.everyX0Hours=function(){return"кожні %s годин"},t.prototype.betweenX0AndX1=function(){return"між %s та %s"},t.prototype.atX0=function(){return"о %s"},t.prototype.commaEveryDay=function(){return", щоденно"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", кожен %s день тижня"},t.prototype.commaX0ThroughX1=function(){return", %s по %s"},t.prototype.first=function(){return"перший"},t.prototype.second=function(){return"другий"},t.prototype.third=function(){return"третій"},t.prototype.fourth=function(){return"четвертий"},t.prototype.fifth=function(){return"п'ятий"},t.prototype.commaOnThe=function(){return", в "},t.prototype.spaceX0OfTheMonth=function(){return" %s місяця"},t.prototype.lastDay=function(){return"останній день"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", в останній %s місяця"},t.prototype.commaOnlyOnX0=function(){return", тільки в %s"},t.prototype.commaAndOnX0=function(){return", і в %s"},t.prototype.commaEveryX0Months=function(){return", кожен %s місяць"},t.prototype.commaOnlyInX0=function(){return", тільки в %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", в останній день місяця"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", в останній будень місяця"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s днів до останнього дня місяця"},t.prototype.firstWeekday=function(){return"перший будень"},t.prototype.weekdayNearestDayX0=function(){return"будень найближчий до %s дня"},t.prototype.commaOnTheX0OfTheMonth=function(){return", в %s місяця"},t.prototype.commaEveryX0Days=function(){return", кожен %s день"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", між %s та %s днями місяця"},t.prototype.commaOnDayX0OfTheMonth=function(){return", на %s день місяця"},t.prototype.commaEveryX0Years=function(){return", кожні %s роки"},t.prototype.commaStartingX0=function(){return", початок %s"},t.prototype.daysOfTheWeek=function(){return["неділя","понеділок","вівторок","середа","четвер","п'ятниця","субота"]},t.prototype.monthsOfTheYear=function(){return["січень","лютий","березень","квітень","травень","червень","липень","серпень","вересень","жовтень","листопад","грудень"]},t}();e.uk=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.setPeriodBeforeTime=function(){return!0},t.prototype.pm=function(){return"下午"},t.prototype.am=function(){return"上午"},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return", 从%s年至%s年"},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"每分钟"},t.prototype.everyHour=function(){return"每小时"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"生成表达式描述时发生了错误,请检查cron表达式语法。"},t.prototype.atSpace=function(){return"在"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"在 %s 至 %s 之间的每分钟"},t.prototype.at=function(){return"在"},t.prototype.spaceAnd=function(){return" 和"},t.prototype.everySecond=function(){return"每秒"},t.prototype.everyX0Seconds=function(){return"每隔 %s 秒"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"在每分钟的第 %s 到 %s 秒"},t.prototype.atX0SecondsPastTheMinute=function(){return"在每分钟的第 %s 秒"},t.prototype.everyX0Minutes=function(){return"每隔 %s 分钟"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"在每小时的第 %s 到 %s 分钟"},t.prototype.atX0MinutesPastTheHour=function(){return"在每小时的第 %s 分钟"},t.prototype.everyX0Hours=function(){return"每隔 %s 小时"},t.prototype.betweenX0AndX1=function(){return"在 %s 和 %s 之间"},t.prototype.atX0=function(){return"在%s"},t.prototype.commaEveryDay=function(){return", 每天"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", 每周的每 %s 天"},t.prototype.commaX0ThroughX1=function(){return", %s至%s"},t.prototype.first=function(){return"第一个"},t.prototype.second=function(){return"第二个"},t.prototype.third=function(){return"第三个"},t.prototype.fourth=function(){return"第四个"},t.prototype.fifth=function(){return"第五个"},t.prototype.commaOnThe=function(){return", 限每月的"},t.prototype.spaceX0OfTheMonth=function(){return"%s"},t.prototype.lastDay=function(){return"本月最后一天"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", 限每月的最后一个%s"},t.prototype.commaOnlyOnX0=function(){return", 仅%s"},t.prototype.commaAndOnX0=function(){return", 并且为%s"},t.prototype.commaEveryX0Months=function(){return", 每隔 %s 个月"},t.prototype.commaOnlyInX0=function(){return", 仅限%s"},t.prototype.commaOnlyInMonthX0=function(){return", 仅于%s份"},t.prototype.commaOnlyInYearX0=function(){return", 仅于 %s 年"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", 限每月的最后一天"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", 限每月的最后一个工作日"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", 限每月最后%s天"},t.prototype.firstWeekday=function(){return"第一个工作日"},t.prototype.weekdayNearestDayX0=function(){return"最接近 %s 号的工作日"},t.prototype.commaOnTheX0OfTheMonth=function(){return", 限每月的%s"},t.prototype.commaEveryX0Days=function(){return", 每隔 %s 天"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", 限每月的 %s 至 %s 之间"},t.prototype.commaOnDayX0OfTheMonth=function(){return", 限每月%s"},t.prototype.commaEveryX0Years=function(){return", 每隔 %s 年"},t.prototype.commaStartingX0=function(){return", %s开始"},t.prototype.dayX0=function(){return" %s 号"},t.prototype.daysOfTheWeek=function(){return["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},t.prototype.monthsOfTheYear=function(){return["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},t}();e.zh_CN=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return", 从%s年至%s年"},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"每分鐘"},t.prototype.everyHour=function(){return"每小時"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"產生正規表達式描述時發生了錯誤,請檢查 cron 表達式語法。"},t.prototype.atSpace=function(){return"在 "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"在 %s 和 %s 之間的每分鐘"},t.prototype.at=function(){return"在"},t.prototype.spaceAnd=function(){return" 和"},t.prototype.everySecond=function(){return"每秒"},t.prototype.everyX0Seconds=function(){return"每 %s 秒"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"在每分鐘的 %s 到 %s 秒"},t.prototype.atX0SecondsPastTheMinute=function(){return"在每分鐘的 %s 秒"},t.prototype.everyX0Minutes=function(){return"每 %s 分鐘"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"在每小時的 %s 到 %s 分鐘"},t.prototype.atX0MinutesPastTheHour=function(){return"在每小時的 %s 分"},t.prototype.everyX0Hours=function(){return"每 %s 小時"},t.prototype.betweenX0AndX1=function(){return"在 %s 和 %s 之間"},t.prototype.atX0=function(){return"在 %s"},t.prototype.commaEveryDay=function(){return", 每天"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", 每週的每 %s 天"},t.prototype.commaX0ThroughX1=function(){return", %s 到 %s"},t.prototype.first=function(){return"第一個"},t.prototype.second=function(){return"第二個"},t.prototype.third=function(){return"第三個"},t.prototype.fourth=function(){return"第四個"},t.prototype.fifth=function(){return"第五個"},t.prototype.commaOnThe=function(){return", 在每月 "},t.prototype.spaceX0OfTheMonth=function(){return"%s "},t.prototype.lastDay=function(){return"最後一天"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", 每月的最後一個 %s "},t.prototype.commaOnlyOnX0=function(){return", 僅在 %s"},t.prototype.commaAndOnX0=function(){return", 和 %s"},t.prototype.commaEveryX0Months=function(){return", 每 %s 月"},t.prototype.commaOnlyInX0=function(){return", 僅在 %s"},t.prototype.commaOnlyInMonthX0=function(){return", 僅在%s"},t.prototype.commaOnlyInYearX0=function(){return", 僅在 %s 年"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", 每月的最後一天"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", 每月的最後一個工作日"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s 這個月的最後一天的前幾天"},t.prototype.firstWeekday=function(){return"第一個工作日"},t.prototype.weekdayNearestDayX0=function(){return"最接近 %s 號的工作日"},t.prototype.commaOnTheX0OfTheMonth=function(){return", 每月的 %s "},t.prototype.commaEveryX0Days=function(){return", 每 %s 天"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", 在每月的 %s 和 %s 之間"},t.prototype.commaOnDayX0OfTheMonth=function(){return", 每月的 %s"},t.prototype.commaEveryX0Years=function(){return", 每 %s 年"},t.prototype.commaStartingX0=function(){return", %s 開始"},t.prototype.dayX0=function(){return" %s 號"},t.prototype.daysOfTheWeek=function(){return["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},t.prototype.monthsOfTheYear=function(){return["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},t}();e.zh_TW=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"毎分"},t.prototype.everyHour=function(){return"毎時"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"式の記述を生成する際にエラーが発生しました。Cron 式の構文を確認してください。"},t.prototype.atSpace=function(){return"次において実施"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"%s から %s まで毎分"},t.prototype.at=function(){return"次において実施"},t.prototype.spaceAnd=function(){return"と"},t.prototype.everySecond=function(){return"毎秒"},t.prototype.everyX0Seconds=function(){return"%s 秒ごと"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"毎分 %s 秒から %s 秒まで"},t.prototype.atX0SecondsPastTheMinute=function(){return"毎分 %s 秒過ぎ"},t.prototype.everyX0Minutes=function(){return"%s 分ごと"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"毎時 %s 分から %s 分まで"},t.prototype.atX0MinutesPastTheHour=function(){return"毎時 %s 分過ぎ"},t.prototype.everyX0Hours=function(){return"%s 時間ごと"},t.prototype.betweenX0AndX1=function(){return"%s と %s の間"},t.prototype.atX0=function(){return"次において実施 %s"},t.prototype.commaEveryDay=function(){return"、毎日"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return"、週のうち %s 日ごと"},t.prototype.commaX0ThroughX1=function(){return"、%s から %s まで"},t.prototype.first=function(){return"1 番目"},t.prototype.second=function(){return"2 番目"},t.prototype.third=function(){return"3 番目"},t.prototype.fourth=function(){return"4 番目"},t.prototype.fifth=function(){return"5 番目"},t.prototype.commaOnThe=function(){return"次に"},t.prototype.spaceX0OfTheMonth=function(){return"月のうち %s"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return"月の最後の %s に"},t.prototype.commaOnlyOnX0=function(){return"%s にのみ"},t.prototype.commaEveryX0Months=function(){return"、%s か月ごと"},t.prototype.commaOnlyInX0=function(){return"%s でのみ"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return"次の最終日に"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return"月の最後の平日に"},t.prototype.firstWeekday=function(){return"最初の平日"},t.prototype.weekdayNearestDayX0=function(){return"%s 日の直近の平日"},t.prototype.commaOnTheX0OfTheMonth=function(){return"月の %s に"},t.prototype.commaEveryX0Days=function(){return"、%s 日ごと"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return"、月の %s 日から %s 日の間"},t.prototype.commaOnDayX0OfTheMonth=function(){return"、月の %s 日目"},t.prototype.spaceAndSpace=function(){return"と"},t.prototype.commaEveryMinute=function(){return"、毎分"},t.prototype.commaEveryHour=function(){return"、毎時"},t.prototype.commaEveryX0Years=function(){return"、%s 年ごと"},t.prototype.commaStartingX0=function(){return"、%s に開始"},t.prototype.aMPeriod=function(){return"AM"},t.prototype.pMPeriod=function(){return"PM"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return"月の最終日の %s 日前"},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.lastDay=function(){return"最終日"},t.prototype.commaAndOnX0=function(){return"、〜と %s"},t.prototype.daysOfTheWeek=function(){return["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"]},t.prototype.monthsOfTheYear=function(){return["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},t}();e.ja=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"אירעה שגיאה בעת יצירת תיאור הביטוי. בדוק את תחביר הביטוי cron."},t.prototype.everyMinute=function(){return"כל דקה"},t.prototype.everyHour=function(){return"כל שעה"},t.prototype.atSpace=function(){return"ב "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"כל דקה %s עד %s"},t.prototype.at=function(){return"ב"},t.prototype.spaceAnd=function(){return" ו"},t.prototype.everySecond=function(){return"כל שניה"},t.prototype.everyX0Seconds=function(){return"כל %s שניות"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"%s עד %s שניות של הדקה"},t.prototype.atX0SecondsPastTheMinute=function(){return"ב %s שניות של הדקה"},t.prototype.everyX0Minutes=function(){return"כל %s דקות"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"%s עד %s דקות של השעה"},t.prototype.atX0MinutesPastTheHour=function(){return"ב %s דקות של השעה"},t.prototype.everyX0Hours=function(){return"כל %s שעות"},t.prototype.betweenX0AndX1=function(){return"%s עד %s"},t.prototype.atX0=function(){return"ב %s"},t.prototype.commaEveryDay=function(){return", כל יום"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", כל %s ימים בשבוע"},t.prototype.commaX0ThroughX1=function(){return", %s עד %s"},t.prototype.first=function(){return"ראשון"},t.prototype.second=function(){return"שני"},t.prototype.third=function(){return"שלישי"},t.prototype.fourth=function(){return"רביעי"},t.prototype.fifth=function(){return"חמישי"},t.prototype.commaOnThe=function(){return", ב "},t.prototype.spaceX0OfTheMonth=function(){return" %s של החודש"},t.prototype.lastDay=function(){return"היום האחרון"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", רק ב %s של החודש"},t.prototype.commaOnlyOnX0=function(){return", רק ב %s"},t.prototype.commaAndOnX0=function(){return", וב %s"},t.prototype.commaEveryX0Months=function(){return", כל %s חודשים"},t.prototype.commaOnlyInX0=function(){return", רק ב %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ביום האחרון של החודש"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ביום החול האחרון של החודש"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s ימים לפני היום האחרון בחודש"},t.prototype.firstWeekday=function(){return"יום החול הראשון"},t.prototype.weekdayNearestDayX0=function(){return"יום החול הראשון הקרוב אל %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", ביום ה%s של החודש"},t.prototype.commaEveryX0Days=function(){return", כל %s ימים"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", בין היום ה%s וה%s של החודש"},t.prototype.commaOnDayX0OfTheMonth=function(){return", ביום ה%s של החודש"},t.prototype.commaEveryX0Years=function(){return", כל %s שנים"},t.prototype.commaStartingX0=function(){return", החל מ %s"},t.prototype.daysOfTheWeek=function(){return["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"]},t.prototype.monthsOfTheYear=function(){return["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"]},t}();e.he=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Při vytváření popisu došlo k chybě. Zkontrolujte prosím správnost syntaxe cronu."},t.prototype.everyMinute=function(){return"každou minutu"},t.prototype.everyHour=function(){return"každou hodinu"},t.prototype.atSpace=function(){return"V "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Každou minutu mezi %s a %s"},t.prototype.at=function(){return"V"},t.prototype.spaceAnd=function(){return" a"},t.prototype.everySecond=function(){return"každou sekundu"},t.prototype.everyX0Seconds=function(){return"každých %s sekund"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"v %s sekund"},t.prototype.everyX0Minutes=function(){return"každých %s minut"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuty od %s do %s"},t.prototype.atX0MinutesPastTheHour=function(){return"v %s minut"},t.prototype.everyX0Hours=function(){return"každých %s hodin"},t.prototype.betweenX0AndX1=function(){return"mezi %s a %s"},t.prototype.atX0=function(){return"v %s"},t.prototype.commaEveryDay=function(){return", každý den"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", každých %s dní v týdnu"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.first=function(){return"první"},t.prototype.second=function(){return"druhý"},t.prototype.third=function(){return"třetí"},t.prototype.fourth=function(){return"čtvrtý"},t.prototype.fifth=function(){return"pátý"},t.prototype.commaOnThe=function(){return", "},t.prototype.spaceX0OfTheMonth=function(){return" %s v měsíci"},t.prototype.lastDay=function(){return"poslední den"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", poslední %s v měsíci"},t.prototype.commaOnlyOnX0=function(){return", pouze v %s"},t.prototype.commaAndOnX0=function(){return", a v %s"},t.prototype.commaEveryX0Months=function(){return", každých %s měsíců"},t.prototype.commaOnlyInX0=function(){return", pouze v %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", poslední den v měsíci"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", poslední pracovní den v měsíci"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dní před posledním dnem v měsíci"},t.prototype.firstWeekday=function(){return"první pracovní den"},t.prototype.weekdayNearestDayX0=function(){return"pracovní den nejblíže %s. dni"},t.prototype.commaOnTheX0OfTheMonth=function(){return", v %s v měsíci"},t.prototype.commaEveryX0Days=function(){return", každých %s dnů"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mezi dny %s a %s v měsíci"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s. den v měsíci"},t.prototype.commaEveryX0Years=function(){return", každých %s roků"},t.prototype.commaStartingX0=function(){return", začínající %s"},t.prototype.daysOfTheWeek=function(){return["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota"]},t.prototype.monthsOfTheYear=function(){return["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"]},t}();e.cs=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Pri vytváraní popisu došlo k chybe. Skontrolujte prosím správnosť syntaxe cronu."},t.prototype.everyMinute=function(){return"každú minútu"},t.prototype.everyHour=function(){return"každú hodinu"},t.prototype.atSpace=function(){return"V "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Každú minútu medzi %s a %s"},t.prototype.at=function(){return"V"},t.prototype.spaceAnd=function(){return" a"},t.prototype.everySecond=function(){return"každú sekundu"},t.prototype.everyX0Seconds=function(){return"každých %s sekúnd"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"v %s sekúnd"},t.prototype.everyX0Minutes=function(){return"každých %s minút"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minúty od %s do %s"},t.prototype.atX0MinutesPastTheHour=function(){return"v %s minút"},t.prototype.everyX0Hours=function(){return"každých %s hodín"},t.prototype.betweenX0AndX1=function(){return"medzi %s a %s"},t.prototype.atX0=function(){return"v %s"},t.prototype.commaEveryDay=function(){return", každý deň"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", každých %s dní v týždni"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.first=function(){return"prvý"},t.prototype.second=function(){return"druhý"},t.prototype.third=function(){return"tretí"},t.prototype.fourth=function(){return"štvrtý"},t.prototype.fifth=function(){return"piaty"},t.prototype.commaOnThe=function(){return", "},t.prototype.spaceX0OfTheMonth=function(){return" %s v mesiaci"},t.prototype.lastDay=function(){return"posledný deň"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", posledný %s v mesiaci"},t.prototype.commaOnlyOnX0=function(){return", iba v %s"},t.prototype.commaAndOnX0=function(){return", a v %s"},t.prototype.commaEveryX0Months=function(){return", každých %s mesiacov"},t.prototype.commaOnlyInX0=function(){return", iba v %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", posledný deň v mesiaci"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", posledný pracovný deň v mesiaci"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dní pred posledným dňom v mesiaci"},t.prototype.firstWeekday=function(){return"prvý pracovný deň"},t.prototype.weekdayNearestDayX0=function(){return"pracovný deň najbližšie %s. dňu"},t.prototype.commaOnTheX0OfTheMonth=function(){return", v %s v mesiaci"},t.prototype.commaEveryX0Days=function(){return", každých %s dní"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", medzi dňami %s a %s v mesiaci"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s. deň v mesiaci"},t.prototype.commaEveryX0Years=function(){return", každých %s rokov"},t.prototype.commaStartingX0=function(){return", začínajúcich %s"},t.prototype.daysOfTheWeek=function(){return["Nedeľa","Pondelok","Utorok","Streda","Štvrtok","Piatok","Sobota"]},t.prototype.monthsOfTheYear=function(){return["Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"]},t}();e.sk=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Virhe kuvauksen generoinnissa. Tarkista cron-syntaksi."},t.prototype.at=function(){return"Klo"},t.prototype.atSpace=function(){return"Klo "},t.prototype.atX0=function(){return"klo %s"},t.prototype.atX0MinutesPastTheHour=function(){return"%s minuuttia yli"},t.prototype.atX0MinutesPastTheHourGt20=function(){return"%s minuuttia yli"},t.prototype.atX0SecondsPastTheMinute=function(){return"%s sekunnnin jälkeen"},t.prototype.betweenX0AndX1=function(){return"%s - %s välillä"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", kuukauden päivien %s ja %s välillä"},t.prototype.commaEveryDay=function(){return", joka päivä"},t.prototype.commaEveryHour=function(){return", joka tunti"},t.prototype.commaEveryMinute=function(){return", joka minuutti"},t.prototype.commaEveryX0Days=function(){return", joka %s. päivä"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", joka %s. viikonpäivä"},t.prototype.commaEveryX0Months=function(){return", joka %s. kuukausi"},t.prototype.commaEveryX0Years=function(){return", joka %s. vuosi"},t.prototype.commaOnDayX0OfTheMonth=function(){return", kuukauden %s päivä"},t.prototype.commaOnlyInX0=function(){return", vain %s"},t.prototype.commaOnlyOnX0=function(){return", vain %s"},t.prototype.commaOnThe=function(){return","},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", kuukauden viimeisenä päivänä"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", kuukauden viimeisenä viikonpäivänä"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", kuukauden viimeinen %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", kuukauden %s"},t.prototype.commaX0ThroughX1=function(){return", %s - %s"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s päivää ennen kuukauden viimeistä päivää"},t.prototype.commaStartingX0=function(){return", alkaen %s"},t.prototype.everyHour=function(){return"joka tunti"},t.prototype.everyMinute=function(){return"joka minuutti"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"joka minuutti %s - %s välillä"},t.prototype.everySecond=function(){return"joka sekunti"},t.prototype.everyX0Hours=function(){return"joka %s. tunti"},t.prototype.everyX0Minutes=function(){return"joka %s. minuutti"},t.prototype.everyX0Seconds=function(){return"joka %s. sekunti"},t.prototype.fifth=function(){return"viides"},t.prototype.first=function(){return"ensimmäinen"},t.prototype.firstWeekday=function(){return"ensimmäinen viikonpäivä"},t.prototype.fourth=function(){return"neljäs"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"joka tunti minuuttien %s - %s välillä"},t.prototype.second=function(){return"toinen"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"joka minuutti sekunttien %s - %s välillä"},t.prototype.spaceAnd=function(){return" ja"},t.prototype.spaceAndSpace=function(){return" ja "},t.prototype.spaceX0OfTheMonth=function(){return" %s kuukaudessa"},t.prototype.third=function(){return"kolmas"},t.prototype.weekdayNearestDayX0=function(){return"viikonpäivä lähintä %s päivää"},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.lastDay=function(){return"viimeinen päivä"},t.prototype.commaAndOnX0=function(){return", ja edelleen %s"},t.prototype.daysOfTheWeek=function(){return["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]},t.prototype.monthsOfTheYear=function(){return["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]},t}();e.fi=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Pri generiranju opisa izraza je prišlo do napake. Preverite sintakso izraza cron."},t.prototype.at=function(){return"Ob"},t.prototype.atSpace=function(){return"Ob "},t.prototype.atX0=function(){return"ob %s"},t.prototype.atX0MinutesPastTheHour=function(){return"ob %s."},t.prototype.atX0SecondsPastTheMinute=function(){return"ob %s."},t.prototype.betweenX0AndX1=function(){return"od %s do %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", od %s. do %s. dne v mesecu"},t.prototype.commaEveryDay=function(){return", vsak dan"},t.prototype.commaEveryX0Days=function(){return", vsakih %s dni"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", vsakih %s dni v tednu"},t.prototype.commaEveryX0Months=function(){return", vsakih %s mesecev"},t.prototype.commaEveryX0Years=function(){return", vsakih %s let"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s. dan v mesecu"},t.prototype.commaOnlyInX0=function(){return", samo v %s"},t.prototype.commaOnlyOnX0=function(){return", samo v %s"},t.prototype.commaAndOnX0=function(){return"in naprej %s"},t.prototype.commaOnThe=function(){return", "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", zadnji %s v mesecu"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", zadnji delovni dan v mesecu"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dni pred koncem meseca"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", zadnji %s v mesecu"},t.prototype.commaOnTheX0OfTheMonth=function(){return", %s v mesecu"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.everyHour=function(){return"vsako uro"},t.prototype.everyMinute=function(){return"vsako minuto"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Vsako minuto od %s do %s"},t.prototype.everySecond=function(){return"vsako sekundo"},t.prototype.everyX0Hours=function(){return"vsakih %s ur"},t.prototype.everyX0Minutes=function(){return"vsakih %s minut"},t.prototype.everyX0Seconds=function(){return"vsakih %s sekund"},t.prototype.fifth=function(){return"peti"},t.prototype.first=function(){return"prvi"},t.prototype.firstWeekday=function(){return"prvi delovni dan"},t.prototype.fourth=function(){return"četrti"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minute od %s do %s"},t.prototype.second=function(){return"drugi"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekunde od %s do %s"},t.prototype.spaceAnd=function(){return" in"},t.prototype.spaceX0OfTheMonth=function(){return" %s v mesecu"},t.prototype.lastDay=function(){return"zadnjič"},t.prototype.third=function(){return"tretji"},t.prototype.weekdayNearestDayX0=function(){return"delovni dan, najbližji %s. dnevu"},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.commaStartingX0=function(){return", začenši %s"},t.prototype.daysOfTheWeek=function(){return["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota"]},t.prototype.monthsOfTheYear=function(){return["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]},t}();e.sl=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Kuna tatizo wakati wa kutunga msemo. Angalia cron expression syntax."},t.prototype.everyMinute=function(){return"kila dakika"},t.prototype.everyHour=function(){return"kila saa"},t.prototype.atSpace=function(){return"Kwa "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Kila dakika kwanzia %s hadi %s"},t.prototype.at=function(){return"Kwa"},t.prototype.spaceAnd=function(){return" na"},t.prototype.everySecond=function(){return"kila sekunde"},t.prototype.everyX0Seconds=function(){return"kila sekunde %s"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekunde ya %s hadi %s baada ya dakika"},t.prototype.atX0SecondsPastTheMinute=function(){return"at %s seconds past the minute"},t.prototype.everyX0Minutes=function(){return"kila dakika %s"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},t.prototype.atX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},t.prototype.everyX0Hours=function(){return"every %s hours"},t.prototype.betweenX0AndX1=function(){return"kati ya %s na %s"},t.prototype.atX0=function(){return"kwenye %s"},t.prototype.commaEveryDay=function(){return", kila siku"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", kila siku %s ya wiki"},t.prototype.commaX0ThroughX1=function(){return", %s hadi %s"},t.prototype.first=function(){return"ya kwanza"},t.prototype.second=function(){return"ya pili"},t.prototype.third=function(){return"ya tatu"},t.prototype.fourth=function(){return"ya nne"},t.prototype.fifth=function(){return"ya tano"},t.prototype.commaOnThe=function(){return", kwenye "},t.prototype.spaceX0OfTheMonth=function(){return" siku %s ya mwezi"},t.prototype.lastDay=function(){return"siku ya mwisho"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", siku ya %s ya mwezi"},t.prototype.commaOnlyOnX0=function(){return", kwa %s tu"},t.prototype.commaAndOnX0=function(){return", na pia %s"},t.prototype.commaEveryX0Months=function(){return", kila mwezi wa %s"},t.prototype.commaOnlyInX0=function(){return", kwa %s tu"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", siku ya mwisho wa mwezi"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", wikendi ya mwisho wa mwezi"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", siku ya %s kabla ya siku ya mwisho wa mwezi"},t.prototype.firstWeekday=function(){return"siku za kazi ya kwanza"},t.prototype.weekdayNearestDayX0=function(){return"siku ya kazi karibu na siku ya %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", siku ya %s ya mwezi"},t.prototype.commaEveryX0Days=function(){return", kila siku %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", kati ya siku %s na %s ya mwezi"},t.prototype.commaOnDayX0OfTheMonth=function(){return", siku ya %s ya mwezi"},t.prototype.commaEveryX0Years=function(){return", kila miaka %s"},t.prototype.commaStartingX0=function(){return", kwanzia %s"},t.prototype.daysOfTheWeek=function(){return["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"]},t.prototype.monthsOfTheYear=function(){return["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]},t}();e.sw=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"خطایی در نمایش توضیحات این وظیفه رخ داد. لطفا ساختار آن را بررسی کنید."},t.prototype.everyMinute=function(){return"هر دقیقه"},t.prototype.everyHour=function(){return"هر ساعت"},t.prototype.atSpace=function(){return"در "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"هر دقیقه بین %s و %s"},t.prototype.at=function(){return"در"},t.prototype.spaceAnd=function(){return" و"},t.prototype.everySecond=function(){return"هر ثانیه"},t.prototype.everyX0Seconds=function(){return"هر %s ثانیه"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"ثانیه %s تا %s دقیقه گذشته"},t.prototype.atX0SecondsPastTheMinute=function(){return"در %s قانیه از دقیقه گذشته"},t.prototype.everyX0Minutes=function(){return"هر %s دقیقه"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"دقیقه %s تا %s ساعت گذشته"},t.prototype.atX0MinutesPastTheHour=function(){return"در %s دقیقه پس از ساعت"},t.prototype.everyX0Hours=function(){return"هر %s ساعت"},t.prototype.betweenX0AndX1=function(){return"بین %s و %s"},t.prototype.atX0=function(){return"در %s"},t.prototype.commaEveryDay=function(){return", هر روز"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", هر %s روز از هفته"},t.prototype.commaX0ThroughX1=function(){return", %s تا %s"},t.prototype.first=function(){return"اول"},t.prototype.second=function(){return"دوم"},t.prototype.third=function(){return"سوم"},t.prototype.fourth=function(){return"چهارم"},t.prototype.fifth=function(){return"پنجم"},t.prototype.commaOnThe=function(){return", در "},t.prototype.spaceX0OfTheMonth=function(){return" %s ماه"},t.prototype.lastDay=function(){return"آخرین روز"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", در %s ماه"},t.prototype.commaOnlyOnX0=function(){return", فقط در %s"},t.prototype.commaAndOnX0=function(){return", و در %s"},t.prototype.commaEveryX0Months=function(){return", هر %s ماه"},t.prototype.commaOnlyInX0=function(){return", فقط در %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", در آخرین روز ماه"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", در آخرین روز ماه"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s روز قبل از آخرین روز ماه"},t.prototype.firstWeekday=function(){return"اولین روز"},t.prototype.weekdayNearestDayX0=function(){return"روز نزدیک به روز %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", در %s ماه"},t.prototype.commaEveryX0Days=function(){return", هر %s روز"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", بین روز %s و %s ماه"},t.prototype.commaOnDayX0OfTheMonth=function(){return", در %s ماه"},t.prototype.commaEveryMinute=function(){return", هر minute"},t.prototype.commaEveryHour=function(){return", هر ساعت"},t.prototype.commaEveryX0Years=function(){return", هر %s سال"},t.prototype.commaStartingX0=function(){return", آغاز %s"},t.prototype.daysOfTheWeek=function(){return["یک‌شنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنج‌شنبه","جمعه","شنبه"]},t.prototype.monthsOfTheYear=function(){return["ژانویه","فوریه","مارس","آپریل","مه","ژوئن","ژوئیه","آگوست","سپتامبر","اکتبر","نوامبر","دسامبر"]},t}();e.fa=r}])}))},1276:function(t,e,n){"use strict";var r=n("d784"),o=n("44e7"),i=n("825a"),u=n("1d80"),a=n("4840"),s=n("8aa5"),c=n("50c4"),p=n("14c3"),f=n("9263"),l=n("d039"),d=[].push,h=Math.min,y=4294967295,m=!l((function(){return!RegExp(y,"y")}));r("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(u(this)),i=void 0===n?y:n>>>0;if(0===i)return[];if(void 0===t)return[r];if(!o(t))return e.call(r,t,i);var a,s,c,p=[],l=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),h=0,m=new RegExp(t.source,l+"g");while(a=f.call(m,r)){if(s=m.lastIndex,s>h&&(p.push(r.slice(h,a.index)),a.length>1&&a.index<r.length&&d.apply(p,a.slice(1)),c=a[0].length,h=s,p.length>=i))break;m.lastIndex===a.index&&m.lastIndex++}return h===r.length?!c&&m.test("")||p.push(""):p.push(r.slice(h)),p.length>i?p.slice(0,i):p}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var o=u(this),i=void 0==e?void 0:e[t];return void 0!==i?i.call(e,o,n):r.call(String(o),e,n)},function(t,o){var u=n(r,t,this,o,r!==e);if(u.done)return u.value;var f=i(t),l=String(this),d=a(f,RegExp),v=f.unicode,b=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(m?"y":"g"),g=new d(m?f:"^(?:"+f.source+")",b),O=void 0===o?y:o>>>0;if(0===O)return[];if(0===l.length)return null===p(g,l)?[l]:[];var T=0,X=0,w=[];while(X<l.length){g.lastIndex=m?X:0;var M,k=p(g,m?l:l.slice(X));if(null===k||(M=h(c(g.lastIndex+(m?0:X)),l.length))===T)X=s(l,X,v);else{if(w.push(l.slice(T,X)),w.length===O)return w;for(var D=1;D<=k.length-1;D++)if(w.push(k[D]),w.length===O)return w;X=T=M}}return w.push(l.slice(T)),w}]}),!m)},"14c3":function(t,e,n){var r=n("c6b6"),o=n("9263");t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var i=n.call(t,e);if("object"!==typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},"159b":function(t,e,n){var r=n("da84"),o=n("fdbc"),i=n("17c2"),u=n("9112");for(var a in o){var s=r[a],c=s&&s.prototype;if(c&&c.forEach!==i)try{u(c,"forEach",i)}catch(p){c.forEach=i}}},"17c2":function(t,e,n){"use strict";var r=n("b727").forEach,o=n("a640"),i=n("ae40"),u=o("forEach"),a=i("forEach");t.exports=u&&a?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1d80":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"1dde":function(t,e,n){var r=n("d039"),o=n("b622"),i=n("2d00"),u=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[],n=e.constructor={};return n[u]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},"23cb":function(t,e,n){var r=n("a691"),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},"23e7":function(t,e,n){var r=n("da84"),o=n("06cf").f,i=n("9112"),u=n("6eeb"),a=n("ce4e"),s=n("e893"),c=n("94ca");t.exports=function(t,e){var n,p,f,l,d,h,y=t.target,m=t.global,v=t.stat;if(p=m?r:v?r[y]||a(y,{}):(r[y]||{}).prototype,p)for(f in e){if(d=e[f],t.noTargetGet?(h=o(p,f),l=h&&h.value):l=p[f],n=c(m?f:y+(v?".":"#")+f,t.forced),!n&&void 0!==l){if(typeof d===typeof l)continue;s(d,l)}(t.sham||l&&l.sham)&&i(d,"sham",!0),u(p,f,d,t)}}},"241c":function(t,e,n){var r=n("ca84"),o=n("7839"),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},"2d00":function(t,e,n){var r,o,i=n("da84"),u=n("342f"),a=i.process,s=a&&a.versions,c=s&&s.v8;c?(r=c.split("."),o=r[0]+r[1]):u&&(r=u.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/),r&&(o=r[1]))),t.exports=o&&+o},"342f":function(t,e,n){var r=n("d066");t.exports=r("navigator","userAgent")||""},"37e8":function(t,e,n){var r=n("83ab"),o=n("9bf2"),i=n("825a"),u=n("df75");t.exports=r?Object.defineProperties:function(t,e){i(t);var n,r=u(e),a=r.length,s=0;while(a>s)o.f(t,n=r[s++],e[n]);return t}},"3bbe":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},4160:function(t,e,n){"use strict";var r=n("23e7"),o=n("17c2");r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},"428f":function(t,e,n){var r=n("da84");t.exports=r},4362:function(t,e,n){e.nextTick=function(t){var e=Array.prototype.slice.call(arguments);e.shift(),setTimeout((function(){t.apply(null,e)}),0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,r="/";e.cwd=function(){return r},e.chdir=function(e){t||(t=n("df7c")),r=t.resolve(e,r)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},"44ad":function(t,e,n){var r=n("d039"),o=n("c6b6"),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},"44d2":function(t,e,n){var r=n("b622"),o=n("7c73"),i=n("9bf2"),u=r("unscopables"),a=Array.prototype;void 0==a[u]&&i.f(a,u,{configurable:!0,value:o(null)}),t.exports=function(t){a[u][t]=!0}},"44e7":function(t,e,n){var r=n("861d"),o=n("c6b6"),i=n("b622"),u=i("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[u])?!!e:"RegExp"==o(t))}},"466d":function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("50c4"),u=n("1d80"),a=n("8aa5"),s=n("14c3");r("match",1,(function(t,e,n){return[function(e){var n=u(this),r=void 0==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var u=o(t),c=String(this);if(!u.global)return s(u,c);var p=u.unicode;u.lastIndex=0;var f,l=[],d=0;while(null!==(f=s(u,c))){var h=String(f[0]);l[d]=h,""===h&&(u.lastIndex=a(c,i(u.lastIndex),p)),d++}return 0===d?null:l}]}))},4840:function(t,e,n){var r=n("825a"),o=n("1c0b"),i=n("b622"),u=i("species");t.exports=function(t,e){var n,i=r(t).constructor;return void 0===i||void 0==(n=r(i)[u])?e:o(n)}},4930:function(t,e,n){var r=n("d039");t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},"4d64":function(t,e,n){var r=n("fc6a"),o=n("50c4"),i=n("23cb"),u=function(t){return function(e,n,u){var a,s=r(e),c=o(s.length),p=i(u,c);if(t&&n!=n){while(c>p)if(a=s[p++],a!=a)return!0}else for(;c>p;p++)if((t||p in s)&&s[p]===n)return t||p||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},"4de4":function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").filter,i=n("1dde"),u=n("ae40"),a=i("filter"),s=u("filter");r({target:"Array",proto:!0,forced:!a||!s},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},"50c4":function(t,e,n){var r=n("a691"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},5135:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},5319:function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("7b0b"),u=n("50c4"),a=n("a691"),s=n("1d80"),c=n("8aa5"),p=n("14c3"),f=Math.max,l=Math.min,d=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,y=/\$([$&'`]|\d\d?)/g,m=function(t){return void 0===t?t:String(t)};r("replace",2,(function(t,e,n,r){var v=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,b=r.REPLACE_KEEPS_$0,g=v?"$":"$0";return[function(n,r){var o=s(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!v&&b||"string"===typeof r&&-1===r.indexOf(g)){var i=n(e,t,this,r);if(i.done)return i.value}var s=o(t),d=String(this),h="function"===typeof r;h||(r=String(r));var y=s.global;if(y){var T=s.unicode;s.lastIndex=0}var X=[];while(1){var w=p(s,d);if(null===w)break;if(X.push(w),!y)break;var M=String(w[0]);""===M&&(s.lastIndex=c(d,u(s.lastIndex),T))}for(var k="",D=0,S=0;S<X.length;S++){w=X[S];for(var x=String(w[0]),P=f(l(a(w.index),d.length),0),E=[],j=1;j<w.length;j++)E.push(m(w[j]));var A=w.groups;if(h){var _=[x].concat(E,P,d);void 0!==A&&_.push(A);var C=String(r.apply(void 0,_))}else C=O(x,d,P,E,A,r);P>=D&&(k+=d.slice(D,P)+C,D=P+x.length)}return k+d.slice(D)}];function O(t,n,r,o,u,a){var s=r+t.length,c=o.length,p=y;return void 0!==u&&(u=i(u),p=h),e.call(a,p,(function(e,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(s);case"<":a=u[i.slice(1,-1)];break;default:var p=+i;if(0===p)return e;if(p>c){var f=d(p/10);return 0===f?e:f<=c?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):e}a=o[p-1]}return void 0===a?"":a}))}}))},5692:function(t,e,n){var r=n("c430"),o=n("c6cd");(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.5",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(t,e,n){var r=n("d066"),o=n("241c"),i=n("7418"),u=n("825a");t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(u(t)),n=i.f;return n?e.concat(n(t)):e}},5899:function(t,e){t.exports="\t\n\v\f\r    \u2028\u2029\ufeff"},"58a8":function(t,e,n){var r=n("1d80"),o=n("5899"),i="["+o+"]",u=RegExp("^"+i+i+"*"),a=RegExp(i+i+"*$"),s=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(u,"")),2&t&&(n=n.replace(a,"")),n}};t.exports={start:s(1),end:s(2),trim:s(3)}},"5c6c":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"60da":function(t,e,n){"use strict";var r=n("83ab"),o=n("d039"),i=n("df75"),u=n("7418"),a=n("d1e7"),s=n("7b0b"),c=n("44ad"),p=Object.assign,f=Object.defineProperty;t.exports=!p||o((function(){if(r&&1!==p({b:1},p(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol(),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach((function(t){e[t]=t})),7!=p({},t)[n]||i(p({},e)).join("")!=o}))?function(t,e){var n=s(t),o=arguments.length,p=1,f=u.f,l=a.f;while(o>p){var d,h=c(arguments[p++]),y=f?i(h).concat(f(h)):i(h),m=y.length,v=0;while(m>v)d=y[v++],r&&!l.call(h,d)||(n[d]=h[d])}return n}:p},6547:function(t,e,n){var r=n("a691"),o=n("1d80"),i=function(t){return function(e,n){var i,u,a=String(o(e)),s=r(n),c=a.length;return s<0||s>=c?t?"":void 0:(i=a.charCodeAt(s),i<55296||i>56319||s+1===c||(u=a.charCodeAt(s+1))<56320||u>57343?t?a.charAt(s):i:t?a.slice(s,s+2):u-56320+(i-55296<<10)+65536)}};t.exports={codeAt:i(!1),charAt:i(!0)}},"65f0":function(t,e,n){var r=n("861d"),o=n("e8b5"),i=n("b622"),u=i("species");t.exports=function(t,e){var n;return o(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!o(n.prototype)?r(n)&&(n=n[u],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},"69f3":function(t,e,n){var r,o,i,u=n("7f9a"),a=n("da84"),s=n("861d"),c=n("9112"),p=n("5135"),f=n("f772"),l=n("d012"),d=a.WeakMap,h=function(t){return i(t)?o(t):r(t,{})},y=function(t){return function(e){var n;if(!s(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(u){var m=new d,v=m.get,b=m.has,g=m.set;r=function(t,e){return g.call(m,t,e),e},o=function(t){return v.call(m,t)||{}},i=function(t){return b.call(m,t)}}else{var O=f("state");l[O]=!0,r=function(t,e){return c(t,O,e),e},o=function(t){return p(t,O)?t[O]:{}},i=function(t){return p(t,O)}}t.exports={set:r,get:o,has:i,enforce:h,getterFor:y}},"6eeb":function(t,e,n){var r=n("da84"),o=n("9112"),i=n("5135"),u=n("ce4e"),a=n("8925"),s=n("69f3"),c=s.get,p=s.enforce,f=String(String).split("String");(t.exports=function(t,e,n,a){var s=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,l=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),p(n).source=f.join("string"==typeof e?e:"")),t!==r?(s?!l&&t[e]&&(c=!0):delete t[e],c?t[e]=n:o(t,e,n)):c?t[e]=n:u(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},7156:function(t,e,n){var r=n("861d"),o=n("d2bb");t.exports=function(t,e,n){var i,u;return o&&"function"==typeof(i=e.constructor)&&i!==n&&r(u=i.prototype)&&u!==n.prototype&&o(t,u),t}},7418:function(t,e){e.f=Object.getOwnPropertySymbols},"746f":function(t,e,n){var r=n("428f"),o=n("5135"),i=n("e538"),u=n("9bf2").f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||u(e,t,{value:i.f(t)})}},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7aa9":function(t,e,n){var r=n("122c");t.exports=r},"7b0b":function(t,e,n){var r=n("1d80");t.exports=function(t){return Object(r(t))}},"7c73":function(t,e,n){var r,o=n("825a"),i=n("37e8"),u=n("7839"),a=n("d012"),s=n("1be4"),c=n("cc12"),p=n("f772"),f=">",l="<",d="prototype",h="script",y=p("IE_PROTO"),m=function(){},v=function(t){return l+h+f+t+l+"/"+h+f},b=function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e},g=function(){var t,e=c("iframe"),n="java"+h+":";return e.style.display="none",s.appendChild(e),e.src=String(n),t=e.contentWindow.document,t.open(),t.write(v("document.F=Object")),t.close(),t.F},O=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(e){}O=r?b(r):g();var t=u.length;while(t--)delete O[d][u[t]];return O()};a[y]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(m[d]=o(t),n=new m,m[d]=null,n[y]=t):n=O(),void 0===e?n:i(n,e)}},"7db0":function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").find,i=n("44d2"),u=n("ae40"),a="find",s=!0,c=u(a);a in[]&&Array(1)[a]((function(){s=!1})),r({target:"Array",proto:!0,forced:s||!c},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(a)},"7f9a":function(t,e,n){var r=n("da84"),o=n("8925"),i=r.WeakMap;t.exports="function"===typeof i&&/native code/.test(o(i))},"825a":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},"83ab":function(t,e,n){var r=n("d039");t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(t,e,n){"use strict";var r=n("c04e"),o=n("9bf2"),i=n("5c6c");t.exports=function(t,e,n){var u=r(e);u in t?o.f(t,u,i(0,n)):t[u]=n}},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},8875:function(t,e,n){var r,o,i;(function(n,u){o=[],r=u,i="function"===typeof r?r.apply(e,o):r,void 0===i||(t.exports=i)})("undefined"!==typeof self&&self,(function(){function t(){if(document.currentScript)return document.currentScript;try{throw new Error}catch(f){var t,e,n,r=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,o=/@([^@]*):(\d+):(\d+)\s*$/gi,i=r.exec(f.stack)||o.exec(f.stack),u=i&&i[1]||!1,a=i&&i[2]||!1,s=document.location.href.replace(document.location.hash,""),c=document.getElementsByTagName("script");u===s&&(t=document.documentElement.outerHTML,e=new RegExp("(?:[^\\n]+?\\n){0,"+(a-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),n=t.replace(e,"$1").trim());for(var p=0;p<c.length;p++){if("interactive"===c[p].readyState)return c[p];if(c[p].src===u)return c[p];if(u===s&&c[p].innerHTML&&c[p].innerHTML.trim()===n)return c[p]}return null}}return t}))},8925:function(t,e,n){var r=n("c6cd"),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},"8aa5":function(t,e,n){"use strict";var r=n("6547").charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},"8bbf":function(e,n){e.exports=t},"90e3":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},9112:function(t,e,n){var r=n("83ab"),o=n("9bf2"),i=n("5c6c");t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},9263:function(t,e,n){"use strict";var r=n("ad6d"),o=n("9f7f"),i=RegExp.prototype.exec,u=String.prototype.replace,a=i,s=function(){var t=/a/,e=/b*/g;return i.call(t,"a"),i.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),c=o.UNSUPPORTED_Y||o.BROKEN_CARET,p=void 0!==/()??/.exec("")[1],f=s||p||c;f&&(a=function(t){var e,n,o,a,f=this,l=c&&f.sticky,d=r.call(f),h=f.source,y=0,m=t;return l&&(d=d.replace("y",""),-1===d.indexOf("g")&&(d+="g"),m=String(t).slice(f.lastIndex),f.lastIndex>0&&(!f.multiline||f.multiline&&"\n"!==t[f.lastIndex-1])&&(h="(?: "+h+")",m=" "+m,y++),n=new RegExp("^(?:"+h+")",d)),p&&(n=new RegExp("^"+h+"$(?!\\s)",d)),s&&(e=f.lastIndex),o=i.call(l?n:f,m),l?o?(o.input=o.input.slice(y),o[0]=o[0].slice(y),o.index=f.lastIndex,f.lastIndex+=o[0].length):f.lastIndex=0:s&&o&&(f.lastIndex=f.global?o.index+o[0].length:e),p&&o&&o.length>1&&u.call(o[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(o[a]=void 0)})),o}),t.exports=a},"938d":function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return o}));var r=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r="undefined"!==typeof t&&t?Object({NODE_ENV:"production",BASE_URL:"/vue-cron-editor-bootstrap/"})||!1:{};return e?r[e]||n:r},o=function(){return r("BOOTSTRAP_VUE_NO_WARN")||"production"===r("NODE_ENV")}}).call(this,n("4362"))},"94ca":function(t,e,n){var r=n("d039"),o=/#|\.prototype\./,i=function(t,e){var n=a[u(t)];return n==c||n!=s&&("function"==typeof e?r(e):!!e)},u=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},a=i.data={},s=i.NATIVE="N",c=i.POLYFILL="P";t.exports=i},"99af":function(t,e,n){"use strict";var r=n("23e7"),o=n("d039"),i=n("e8b5"),u=n("861d"),a=n("7b0b"),s=n("50c4"),c=n("8418"),p=n("65f0"),f=n("1dde"),l=n("b622"),d=n("2d00"),h=l("isConcatSpreadable"),y=9007199254740991,m="Maximum allowed index exceeded",v=d>=51||!o((function(){var t=[];return t[h]=!1,t.concat()[0]!==t})),b=f("concat"),g=function(t){if(!u(t))return!1;var e=t[h];return void 0!==e?!!e:i(t)},O=!v||!b;r({target:"Array",proto:!0,forced:O},{concat:function(t){var e,n,r,o,i,u=a(this),f=p(u,0),l=0;for(e=-1,r=arguments.length;e<r;e++)if(i=-1===e?u:arguments[e],g(i)){if(o=s(i.length),l+o>y)throw TypeError(m);for(n=0;n<o;n++,l++)n in i&&c(f,l,i[n])}else{if(l>=y)throw TypeError(m);c(f,l++,i)}return f.length=l,f}})},"9bf2":function(t,e,n){var r=n("83ab"),o=n("0cfb"),i=n("825a"),u=n("c04e"),a=Object.defineProperty;e.f=r?a:function(t,e,n){if(i(t),e=u(e,!0),i(n),o)try{return a(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"9f7f":function(t,e,n){"use strict";var r=n("d039");function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},a15b:function(t,e,n){"use strict";var r=n("23e7"),o=n("44ad"),i=n("fc6a"),u=n("a640"),a=[].join,s=o!=Object,c=u("join",",");r({target:"Array",proto:!0,forced:s||!c},{join:function(t){return a.call(i(this),void 0===t?",":t)}})},a4d3:function(t,e,n){"use strict";var r=n("23e7"),o=n("da84"),i=n("d066"),u=n("c430"),a=n("83ab"),s=n("4930"),c=n("fdbf"),p=n("d039"),f=n("5135"),l=n("e8b5"),d=n("861d"),h=n("825a"),y=n("7b0b"),m=n("fc6a"),v=n("c04e"),b=n("5c6c"),g=n("7c73"),O=n("df75"),T=n("241c"),X=n("057f"),w=n("7418"),M=n("06cf"),k=n("9bf2"),D=n("d1e7"),S=n("9112"),x=n("6eeb"),P=n("5692"),E=n("f772"),j=n("d012"),A=n("90e3"),_=n("b622"),C=n("e538"),L=n("746f"),H=n("d44e"),I=n("69f3"),$=n("b727").forEach,B=E("hidden"),N="Symbol",W="prototype",F=_("toPrimitive"),z=I.set,R=I.getterFor(N),V=Object[W],Y=o.Symbol,G=i("JSON","stringify"),U=M.f,q=k.f,K=X.f,J=D.f,Z=P("symbols"),Q=P("op-symbols"),tt=P("string-to-symbol-registry"),et=P("symbol-to-string-registry"),nt=P("wks"),rt=o.QObject,ot=!rt||!rt[W]||!rt[W].findChild,it=a&&p((function(){return 7!=g(q({},"a",{get:function(){return q(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=U(V,e);r&&delete V[e],q(t,e,n),r&&t!==V&&q(V,e,r)}:q,ut=function(t,e){var n=Z[t]=g(Y[W]);return z(n,{type:N,tag:t,description:e}),a||(n.description=e),n},at=c?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof Y},st=function(t,e,n){t===V&&st(Q,e,n),h(t);var r=v(e,!0);return h(n),f(Z,r)?(n.enumerable?(f(t,B)&&t[B][r]&&(t[B][r]=!1),n=g(n,{enumerable:b(0,!1)})):(f(t,B)||q(t,B,b(1,{})),t[B][r]=!0),it(t,r,n)):q(t,r,n)},ct=function(t,e){h(t);var n=m(e),r=O(n).concat(ht(n));return $(r,(function(e){a&&!ft.call(n,e)||st(t,e,n[e])})),t},pt=function(t,e){return void 0===e?g(t):ct(g(t),e)},ft=function(t){var e=v(t,!0),n=J.call(this,e);return!(this===V&&f(Z,e)&&!f(Q,e))&&(!(n||!f(this,e)||!f(Z,e)||f(this,B)&&this[B][e])||n)},lt=function(t,e){var n=m(t),r=v(e,!0);if(n!==V||!f(Z,r)||f(Q,r)){var o=U(n,r);return!o||!f(Z,r)||f(n,B)&&n[B][r]||(o.enumerable=!0),o}},dt=function(t){var e=K(m(t)),n=[];return $(e,(function(t){f(Z,t)||f(j,t)||n.push(t)})),n},ht=function(t){var e=t===V,n=K(e?Q:m(t)),r=[];return $(n,(function(t){!f(Z,t)||e&&!f(V,t)||r.push(Z[t])})),r};if(s||(Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=A(t),n=function(t){this===V&&n.call(Q,t),f(this,B)&&f(this[B],e)&&(this[B][e]=!1),it(this,e,b(1,t))};return a&&ot&&it(V,e,{configurable:!0,set:n}),ut(e,t)},x(Y[W],"toString",(function(){return R(this).tag})),x(Y,"withoutSetter",(function(t){return ut(A(t),t)})),D.f=ft,k.f=st,M.f=lt,T.f=X.f=dt,w.f=ht,C.f=function(t){return ut(_(t),t)},a&&(q(Y[W],"description",{configurable:!0,get:function(){return R(this).description}}),u||x(V,"propertyIsEnumerable",ft,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:Y}),$(O(nt),(function(t){L(t)})),r({target:N,stat:!0,forced:!s},{for:function(t){var e=String(t);if(f(tt,e))return tt[e];var n=Y(e);return tt[e]=n,et[n]=e,n},keyFor:function(t){if(!at(t))throw TypeError(t+" is not a symbol");if(f(et,t))return et[t]},useSetter:function(){ot=!0},useSimple:function(){ot=!1}}),r({target:"Object",stat:!0,forced:!s,sham:!a},{create:pt,defineProperty:st,defineProperties:ct,getOwnPropertyDescriptor:lt}),r({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:dt,getOwnPropertySymbols:ht}),r({target:"Object",stat:!0,forced:p((function(){w.f(1)}))},{getOwnPropertySymbols:function(t){return w.f(y(t))}}),G){var yt=!s||p((function(){var t=Y();return"[null]"!=G([t])||"{}"!=G({a:t})||"{}"!=G(Object(t))}));r({target:"JSON",stat:!0,forced:yt},{stringify:function(t,e,n){var r,o=[t],i=1;while(arguments.length>i)o.push(arguments[i++]);if(r=e,(d(e)||void 0!==t)&&!at(t))return l(e)||(e=function(t,e){if("function"==typeof r&&(e=r.call(this,t,e)),!at(e))return e}),o[1]=e,G.apply(null,o)}})}Y[W][F]||S(Y[W],F,Y[W].valueOf),H(Y,N),j[B]=!0},a640:function(t,e,n){"use strict";var r=n("d039");t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},a691:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},a9e3:function(t,e,n){"use strict";var r=n("83ab"),o=n("da84"),i=n("94ca"),u=n("6eeb"),a=n("5135"),s=n("c6b6"),c=n("7156"),p=n("c04e"),f=n("d039"),l=n("7c73"),d=n("241c").f,h=n("06cf").f,y=n("9bf2").f,m=n("58a8").trim,v="Number",b=o[v],g=b.prototype,O=s(l(g))==v,T=function(t){var e,n,r,o,i,u,a,s,c=p(t,!1);if("string"==typeof c&&c.length>2)if(c=m(c),e=c.charCodeAt(0),43===e||45===e){if(n=c.charCodeAt(2),88===n||120===n)return NaN}else if(48===e){switch(c.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+c}for(i=c.slice(2),u=i.length,a=0;a<u;a++)if(s=i.charCodeAt(a),s<48||s>o)return NaN;return parseInt(i,r)}return+c};if(i(v,!b(" 0o1")||!b("0b1")||b("+0x1"))){for(var X,w=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof w&&(O?f((function(){g.valueOf.call(n)})):s(n)!=v)?c(new b(T(e)),n,w):T(e)},M=r?d(b):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),k=0;M.length>k;k++)a(b,X=M[k])&&!a(w,X)&&y(w,X,h(b,X));w.prototype=g,g.constructor=w,u(o,v,w)}},ac1f:function(t,e,n){"use strict";var r=n("23e7"),o=n("9263");r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},ad6d:function(t,e,n){"use strict";var r=n("825a");t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},ae40:function(t,e,n){var r=n("83ab"),o=n("d039"),i=n("5135"),u=Object.defineProperty,a={},s=function(t){throw t};t.exports=function(t,e){if(i(a,t))return a[t];e||(e={});var n=[][t],c=!!i(e,"ACCESSORS")&&e.ACCESSORS,p=i(e,0)?e[0]:s,f=i(e,1)?e[1]:void 0;return a[t]=!!n&&!o((function(){if(c&&!r)return!0;var t={length:-1};c?u(t,1,{enumerable:!0,get:s}):t[1]=1,n.call(t,p,f)}))}},b622:function(t,e,n){var r=n("da84"),o=n("5692"),i=n("5135"),u=n("90e3"),a=n("4930"),s=n("fdbf"),c=o("wks"),p=r.Symbol,f=s?p:p&&p.withoutSetter||u;t.exports=function(t){return i(c,t)||(a&&i(p,t)?c[t]=p[t]:c[t]=f("Symbol."+t)),c[t]}},b64b:function(t,e,n){var r=n("23e7"),o=n("7b0b"),i=n("df75"),u=n("d039"),a=u((function(){i(1)}));r({target:"Object",stat:!0,forced:a},{keys:function(t){return i(o(t))}})},b727:function(t,e,n){var r=n("0366"),o=n("44ad"),i=n("7b0b"),u=n("50c4"),a=n("65f0"),s=[].push,c=function(t){var e=1==t,n=2==t,c=3==t,p=4==t,f=6==t,l=5==t||f;return function(d,h,y,m){for(var v,b,g=i(d),O=o(g),T=r(h,y,3),X=u(O.length),w=0,M=m||a,k=e?M(d,X):n?M(d,0):void 0;X>w;w++)if((l||w in O)&&(v=O[w],b=T(v,w,g),t))if(e)k[w]=b;else if(b)switch(t){case 3:return!0;case 5:return v;case 6:return w;case 2:s.call(k,v)}else if(p)return!1;return f?-1:c||p?p:k}};t.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},c04e:function(t,e,n){var r=n("861d");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},c430:function(t,e){t.exports=!1},c6b6:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},c6cd:function(t,e,n){var r=n("da84"),o=n("ce4e"),i="__core-js_shared__",u=r[i]||o(i,{});t.exports=u},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}t.exports=n},ca84:function(t,e,n){var r=n("5135"),o=n("fc6a"),i=n("4d64").indexOf,u=n("d012");t.exports=function(t,e){var n,a=o(t),s=0,c=[];for(n in a)!r(u,n)&&r(a,n)&&c.push(n);while(e.length>s)r(a,n=e[s++])&&(~i(c,n)||c.push(n));return c}},cc12:function(t,e,n){var r=n("da84"),o=n("861d"),i=r.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},cca6:function(t,e,n){var r=n("23e7"),o=n("60da");r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},ce4e:function(t,e,n){var r=n("da84"),o=n("9112");t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,n){var r=n("428f"),o=n("da84"),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},d1e7:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},d2bb:function(t,e,n){var r=n("825a"),o=n("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(n,[]),e=n instanceof Array}catch(i){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},d44e:function(t,e,n){var r=n("9bf2").f,o=n("5135"),i=n("b622"),u=i("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,u)&&r(t,u,{configurable:!0,value:e})}},d784:function(t,e,n){"use strict";n("ac1f");var r=n("6eeb"),o=n("d039"),i=n("b622"),u=n("9263"),a=n("9112"),s=i("species"),c=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),p=function(){return"$0"==="a".replace(/./,"$0")}(),f=i("replace"),l=function(){return!!/./[f]&&""===/./[f]("a","$0")}(),d=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,f){var h=i(t),y=!o((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),m=y&&!o((function(){var e=!1,n=/a/;return"split"===t&&(n={},n.constructor={},n.constructor[s]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!y||!m||"replace"===t&&(!c||!p||l)||"split"===t&&!d){var v=/./[h],b=n(h,""[t],(function(t,e,n,r,o){return e.exec===u?y&&!o?{done:!0,value:v.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:p,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:l}),g=b[0],O=b[1];r(String.prototype,t,g),r(RegExp.prototype,h,2==e?function(t,e){return O.call(t,this,e)}:function(t){return O.call(t,this)})}f&&a(RegExp.prototype[h],"sham",!0)}},d81d:function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").map,i=n("1dde"),u=n("ae40"),a=i("map"),s=u("map");r({target:"Array",proto:!0,forced:!a||!s},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},da84:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n("c8ba"))},dbb4:function(t,e,n){var r=n("23e7"),o=n("83ab"),i=n("56ef"),u=n("fc6a"),a=n("06cf"),s=n("8418");r({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){var e,n,r=u(t),o=a.f,c=i(r),p={},f=0;while(c.length>f)n=o(r,e=c[f++]),void 0!==n&&s(p,e,n);return p}})},df75:function(t,e,n){var r=n("ca84"),o=n("7839");t.exports=Object.keys||function(t){return r(t,o)}},df7c:function(t,e,n){(function(t){function n(t,e){for(var n=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t.splice(r,1):".."===o?(t.splice(r,1),n++):n&&(t.splice(r,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}function r(t){"string"!==typeof t&&(t+="");var e,n=0,r=-1,o=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!o){n=e+1;break}}else-1===r&&(o=!1,r=e+1);return-1===r?"":t.slice(n,r)}function o(t,e){if(t.filter)return t.filter(e);for(var n=[],r=0;r<t.length;r++)e(t[r],r,t)&&n.push(t[r]);return n}e.resolve=function(){for(var e="",r=!1,i=arguments.length-1;i>=-1&&!r;i--){var u=i>=0?arguments[i]:t.cwd();if("string"!==typeof u)throw new TypeError("Arguments to path.resolve must be strings");u&&(e=u+"/"+e,r="/"===u.charAt(0))}return e=n(o(e.split("/"),(function(t){return!!t})),!r).join("/"),(r?"/":"")+e||"."},e.normalize=function(t){var r=e.isAbsolute(t),u="/"===i(t,-1);return t=n(o(t.split("/"),(function(t){return!!t})),!r).join("/"),t||r||(t="."),t&&u&&(t+="/"),(r?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(o(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,n){function r(t){for(var e=0;e<t.length;e++)if(""!==t[e])break;for(var n=t.length-1;n>=0;n--)if(""!==t[n])break;return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var o=r(t.split("/")),i=r(n.split("/")),u=Math.min(o.length,i.length),a=u,s=0;s<u;s++)if(o[s]!==i[s]){a=s;break}var c=[];for(s=a;s<o.length;s++)c.push("..");return c=c.concat(i.slice(a)),c.join("/")},e.sep="/",e.delimiter=":",e.dirname=function(t){if("string"!==typeof t&&(t+=""),0===t.length)return".";for(var e=t.charCodeAt(0),n=47===e,r=-1,o=!0,i=t.length-1;i>=1;--i)if(e=t.charCodeAt(i),47===e){if(!o){r=i;break}}else o=!1;return-1===r?n?"/":".":n&&1===r?"/":t.slice(0,r)},e.basename=function(t,e){var n=r(t);return e&&n.substr(-1*e.length)===e&&(n=n.substr(0,n.length-e.length)),n},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,n=0,r=-1,o=!0,i=0,u=t.length-1;u>=0;--u){var a=t.charCodeAt(u);if(47!==a)-1===r&&(o=!1,r=u+1),46===a?-1===e?e=u:1!==i&&(i=1):-1!==e&&(i=-1);else if(!o){n=u+1;break}}return-1===e||-1===r||0===i||1===i&&e===r-1&&e===n+1?"":t.slice(e,r)};var i="b"==="ab".substr(-1)?function(t,e,n){return t.substr(e,n)}:function(t,e,n){return e<0&&(e=t.length+e),t.substr(e,n)}}).call(this,n("4362"))},e439:function(t,e,n){var r=n("23e7"),o=n("d039"),i=n("fc6a"),u=n("06cf").f,a=n("83ab"),s=o((function(){u(1)})),c=!a||s;r({target:"Object",stat:!0,forced:c,sham:!a},{getOwnPropertyDescriptor:function(t,e){return u(i(t),e)}})},e538:function(t,e,n){var r=n("b622");e.f=r},e893:function(t,e,n){var r=n("5135"),o=n("56ef"),i=n("06cf"),u=n("9bf2");t.exports=function(t,e){for(var n=o(e),a=u.f,s=i.f,c=0;c<n.length;c++){var p=n[c];r(t,p)||a(t,p,s(e,p))}}},e8b5:function(t,e,n){var r=n("c6b6");t.exports=Array.isArray||function(t){return"Array"==r(t)}},f0bd:function(t,e,n){"use strict";(function(t){
/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
var n="undefined"!==typeof window&&"undefined"!==typeof document&&"undefined"!==typeof navigator,r=function(){for(var t=["Edge","Trident","Firefox"],e=0;e<t.length;e+=1)if(n&&navigator.userAgent.indexOf(t[e])>=0)return 1;return 0}();function o(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}function i(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),r))}}var u=n&&window.Promise,a=u?o:i;function s(t){var e={};return t&&"[object Function]"===e.toString.call(t)}function c(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView,r=n.getComputedStyle(t,null);return e?r[e]:r}function p(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function f(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=c(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+r)?t:f(p(t))}function l(t){return t&&t.referenceNode?t.referenceNode:t}var d=n&&!(!window.MSInputMethodContext||!document.documentMode),h=n&&/MSIE 10/.test(navigator.userAgent);function y(t){return 11===t?d:10===t?h:d||h}function m(t){if(!t)return document.documentElement;var e=y(10)?document.body:null,n=t.offsetParent||null;while(n===e&&t.nextElementSibling)n=(t=t.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===c(n,"position")?m(n):n:t?t.ownerDocument.documentElement:document.documentElement}function v(t){var e=t.nodeName;return"BODY"!==e&&("HTML"===e||m(t.firstElementChild)===t)}function b(t){return null!==t.parentNode?b(t.parentNode):t}function g(t,e){if(!t||!t.nodeType||!e||!e.nodeType)return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?t:e,o=n?e:t,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var u=i.commonAncestorContainer;if(t!==u&&e!==u||r.contains(o))return v(u)?u:m(u);var a=b(t);return a.host?g(a.host,e):g(t,b(e).host)}function O(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var o=t.ownerDocument.documentElement,i=t.ownerDocument.scrollingElement||o;return i[n]}return t[n]}function T(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=O(e,"top"),o=O(e,"left"),i=n?-1:1;return t.top+=r*i,t.bottom+=r*i,t.left+=o*i,t.right+=o*i,t}function X(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function w(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],y(10)?parseInt(n["offset"+t])+parseInt(r["margin"+("Height"===t?"Top":"Left")])+parseInt(r["margin"+("Height"===t?"Bottom":"Right")]):0)}function M(t){var e=t.body,n=t.documentElement,r=y(10)&&getComputedStyle(n);return{height:w("Height",e,n,r),width:w("Width",e,n,r)}}var k=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},D=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),S=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},x=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};function P(t){return x({},t,{right:t.left+t.width,bottom:t.top+t.height})}function E(t){var e={};try{if(y(10)){e=t.getBoundingClientRect();var n=O(t,"top"),r=O(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}else e=t.getBoundingClientRect()}catch(l){}var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},i="HTML"===t.nodeName?M(t.ownerDocument):{},u=i.width||t.clientWidth||o.width,a=i.height||t.clientHeight||o.height,s=t.offsetWidth-u,p=t.offsetHeight-a;if(s||p){var f=c(t);s-=X(f,"x"),p-=X(f,"y"),o.width-=s,o.height-=p}return P(o)}function j(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=y(10),o="HTML"===e.nodeName,i=E(t),u=E(e),a=f(t),s=c(e),p=parseFloat(s.borderTopWidth),l=parseFloat(s.borderLeftWidth);n&&o&&(u.top=Math.max(u.top,0),u.left=Math.max(u.left,0));var d=P({top:i.top-u.top-p,left:i.left-u.left-l,width:i.width,height:i.height});if(d.marginTop=0,d.marginLeft=0,!r&&o){var h=parseFloat(s.marginTop),m=parseFloat(s.marginLeft);d.top-=p-h,d.bottom-=p-h,d.left-=l-m,d.right-=l-m,d.marginTop=h,d.marginLeft=m}return(r&&!n?e.contains(a):e===a&&"BODY"!==a.nodeName)&&(d=T(d,e)),d}function A(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,r=j(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),u=e?0:O(n),a=e?0:O(n,"left"),s={top:u-r.top+r.marginTop,left:a-r.left+r.marginLeft,width:o,height:i};return P(s)}function _(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===c(t,"position"))return!0;var n=p(t);return!!n&&_(n)}function C(t){if(!t||!t.parentElement||y())return document.documentElement;var e=t.parentElement;while(e&&"none"===c(e,"transform"))e=e.parentElement;return e||document.documentElement}function L(t,e,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},u=o?C(t):g(t,l(e));if("viewport"===r)i=A(u,o);else{var a=void 0;"scrollParent"===r?(a=f(p(e)),"BODY"===a.nodeName&&(a=t.ownerDocument.documentElement)):a="window"===r?t.ownerDocument.documentElement:r;var s=j(a,u,o);if("HTML"!==a.nodeName||_(u))i=s;else{var c=M(t.ownerDocument),d=c.height,h=c.width;i.top+=s.top-s.marginTop,i.bottom=d+s.top,i.left+=s.left-s.marginLeft,i.right=h+s.left}}n=n||0;var y="number"===typeof n;return i.left+=y?n:n.left||0,i.top+=y?n:n.top||0,i.right-=y?n:n.right||0,i.bottom-=y?n:n.bottom||0,i}function H(t){var e=t.width,n=t.height;return e*n}function I(t,e,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var u=L(n,r,i,o),a={top:{width:u.width,height:e.top-u.top},right:{width:u.right-e.right,height:u.height},bottom:{width:u.width,height:u.bottom-e.bottom},left:{width:e.left-u.left,height:u.height}},s=Object.keys(a).map((function(t){return x({key:t},a[t],{area:H(a[t])})})).sort((function(t,e){return e.area-t.area})),c=s.filter((function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight})),p=c.length>0?c[0].key:s[0].key,f=t.split("-")[1];return p+(f?"-"+f:"")}function $(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=r?C(e):g(e,l(n));return j(n,o,r)}function B(t){var e=t.ownerDocument.defaultView,n=e.getComputedStyle(t),r=parseFloat(n.marginTop||0)+parseFloat(n.marginBottom||0),o=parseFloat(n.marginLeft||0)+parseFloat(n.marginRight||0),i={width:t.offsetWidth+o,height:t.offsetHeight+r};return i}function N(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function W(t,e,n){n=n.split("-")[0];var r=B(t),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),u=i?"top":"left",a=i?"left":"top",s=i?"height":"width",c=i?"width":"height";return o[u]=e[u]+e[s]/2-r[s]/2,o[a]=n===a?e[a]-r[c]:e[N(a)],o}function F(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function z(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var r=F(t,(function(t){return t[e]===n}));return t.indexOf(r)}function R(t,e,n){var r=void 0===n?t:t.slice(0,z(t,"name",n));return r.forEach((function(t){t["function"]&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t["function"]||t.fn;t.enabled&&s(n)&&(e.offsets.popper=P(e.offsets.popper),e.offsets.reference=P(e.offsets.reference),e=n(e,t))})),e}function V(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=$(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=I(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=W(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=R(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function Y(t,e){return t.some((function(t){var n=t.name,r=t.enabled;return r&&n===e}))}function G(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r<e.length;r++){var o=e[r],i=o?""+o+n:t;if("undefined"!==typeof document.body.style[i])return i}return null}function U(){return this.state.isDestroyed=!0,Y(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[G("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function q(t){var e=t.ownerDocument;return e?e.defaultView:window}function K(t,e,n,r){var o="BODY"===t.nodeName,i=o?t.ownerDocument.defaultView:t;i.addEventListener(e,n,{passive:!0}),o||K(f(i.parentNode),e,n,r),r.push(i)}function J(t,e,n,r){n.updateBound=r,q(t).addEventListener("resize",n.updateBound,{passive:!0});var o=f(t);return K(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function Z(){this.state.eventsEnabled||(this.state=J(this.reference,this.options,this.state,this.scheduleUpdate))}function Q(t,e){return q(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach((function(t){t.removeEventListener("scroll",e.updateBound)})),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e}function tt(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=Q(this.reference,this.state))}function et(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function nt(t,e){Object.keys(e).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&et(e[n])&&(r="px"),t.style[n]=e[n]+r}))}function rt(t,e){Object.keys(e).forEach((function(n){var r=e[n];!1!==r?t.setAttribute(n,e[n]):t.removeAttribute(n)}))}function ot(t){return nt(t.instance.popper,t.styles),rt(t.instance.popper,t.attributes),t.arrowElement&&Object.keys(t.arrowStyles).length&&nt(t.arrowElement,t.arrowStyles),t}function it(t,e,n,r,o){var i=$(o,e,t,n.positionFixed),u=I(n.placement,i,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",u),nt(e,{position:n.positionFixed?"fixed":"absolute"}),n}function ut(t,e){var n=t.offsets,r=n.popper,o=n.reference,i=Math.round,u=Math.floor,a=function(t){return t},s=i(o.width),c=i(r.width),p=-1!==["left","right"].indexOf(t.placement),f=-1!==t.placement.indexOf("-"),l=s%2===c%2,d=s%2===1&&c%2===1,h=e?p||f||l?i:u:a,y=e?i:a;return{left:h(d&&!f&&e?r.left-1:r.left),top:y(r.top),bottom:y(r.bottom),right:h(r.right)}}var at=n&&/Firefox/i.test(navigator.userAgent);function st(t,e){var n=e.x,r=e.y,o=t.offsets.popper,i=F(t.instance.modifiers,(function(t){return"applyStyle"===t.name})).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var u=void 0!==i?i:e.gpuAcceleration,a=m(t.instance.popper),s=E(a),c={position:o.position},p=ut(t,window.devicePixelRatio<2||!at),f="bottom"===n?"top":"bottom",l="right"===r?"left":"right",d=G("transform"),h=void 0,y=void 0;if(y="bottom"===f?"HTML"===a.nodeName?-a.clientHeight+p.bottom:-s.height+p.bottom:p.top,h="right"===l?"HTML"===a.nodeName?-a.clientWidth+p.right:-s.width+p.right:p.left,u&&d)c[d]="translate3d("+h+"px, "+y+"px, 0)",c[f]=0,c[l]=0,c.willChange="transform";else{var v="bottom"===f?-1:1,b="right"===l?-1:1;c[f]=y*v,c[l]=h*b,c.willChange=f+", "+l}var g={"x-placement":t.placement};return t.attributes=x({},g,t.attributes),t.styles=x({},c,t.styles),t.arrowStyles=x({},t.offsets.arrow,t.arrowStyles),t}function ct(t,e,n){var r=F(t,(function(t){var n=t.name;return n===e})),o=!!r&&t.some((function(t){return t.name===n&&t.enabled&&t.order<r.order}));if(!o){var i="`"+e+"`",u="`"+n+"`";console.warn(u+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}function pt(t,e){var n;if(!ct(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"===typeof r){if(r=t.instance.popper.querySelector(r),!r)return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],i=t.offsets,u=i.popper,a=i.reference,s=-1!==["left","right"].indexOf(o),p=s?"height":"width",f=s?"Top":"Left",l=f.toLowerCase(),d=s?"left":"top",h=s?"bottom":"right",y=B(r)[p];a[h]-y<u[l]&&(t.offsets.popper[l]-=u[l]-(a[h]-y)),a[l]+y>u[h]&&(t.offsets.popper[l]+=a[l]+y-u[h]),t.offsets.popper=P(t.offsets.popper);var m=a[l]+a[p]/2-y/2,v=c(t.instance.popper),b=parseFloat(v["margin"+f]),g=parseFloat(v["border"+f+"Width"]),O=m-t.offsets.popper[l]-b-g;return O=Math.max(Math.min(u[p]-y,O),0),t.arrowElement=r,t.offsets.arrow=(n={},S(n,l,Math.round(O)),S(n,d,""),n),t}function ft(t){return"end"===t?"start":"start"===t?"end":t}var lt=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],dt=lt.slice(3);function ht(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=dt.indexOf(t),r=dt.slice(n+1).concat(dt.slice(0,n));return e?r.reverse():r}var yt={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"};function mt(t,e){if(Y(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=L(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],o=N(r),i=t.placement.split("-")[1]||"",u=[];switch(e.behavior){case yt.FLIP:u=[r,o];break;case yt.CLOCKWISE:u=ht(r);break;case yt.COUNTERCLOCKWISE:u=ht(r,!0);break;default:u=e.behavior}return u.forEach((function(a,s){if(r!==a||u.length===s+1)return t;r=t.placement.split("-")[0],o=N(r);var c=t.offsets.popper,p=t.offsets.reference,f=Math.floor,l="left"===r&&f(c.right)>f(p.left)||"right"===r&&f(c.left)<f(p.right)||"top"===r&&f(c.bottom)>f(p.top)||"bottom"===r&&f(c.top)<f(p.bottom),d=f(c.left)<f(n.left),h=f(c.right)>f(n.right),y=f(c.top)<f(n.top),m=f(c.bottom)>f(n.bottom),v="left"===r&&d||"right"===r&&h||"top"===r&&y||"bottom"===r&&m,b=-1!==["top","bottom"].indexOf(r),g=!!e.flipVariations&&(b&&"start"===i&&d||b&&"end"===i&&h||!b&&"start"===i&&y||!b&&"end"===i&&m),O=!!e.flipVariationsByContent&&(b&&"start"===i&&h||b&&"end"===i&&d||!b&&"start"===i&&m||!b&&"end"===i&&y),T=g||O;(l||v||T)&&(t.flipped=!0,(l||v)&&(r=u[s+1]),T&&(i=ft(i)),t.placement=r+(i?"-"+i:""),t.offsets.popper=x({},t.offsets.popper,W(t.instance.popper,t.offsets.reference,t.placement)),t=R(t.instance.modifiers,t,"flip"))})),t}function vt(t){var e=t.offsets,n=e.popper,r=e.reference,o=t.placement.split("-")[0],i=Math.floor,u=-1!==["top","bottom"].indexOf(o),a=u?"right":"bottom",s=u?"left":"top",c=u?"width":"height";return n[a]<i(r[s])&&(t.offsets.popper[s]=i(r[s])-n[c]),n[s]>i(r[a])&&(t.offsets.popper[s]=i(r[a])),t}function bt(t,e,n,r){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],u=o[2];if(!i)return t;if(0===u.indexOf("%")){var a=void 0;switch(u){case"%p":a=n;break;case"%":case"%r":default:a=r}var s=P(a);return s[e]/100*i}if("vh"===u||"vw"===u){var c=void 0;return c="vh"===u?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0),c/100*i}return i}function gt(t,e,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),u=t.split(/(\+|\-)/).map((function(t){return t.trim()})),a=u.indexOf(F(u,(function(t){return-1!==t.search(/,|\s/)})));u[a]&&-1===u[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var s=/\s*,\s*|\s+/,c=-1!==a?[u.slice(0,a).concat([u[a].split(s)[0]]),[u[a].split(s)[1]].concat(u.slice(a+1))]:[u];return c=c.map((function(t,r){var o=(1===r?!i:i)?"height":"width",u=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,u=!0,t):u?(t[t.length-1]+=e,u=!1,t):t.concat(e)}),[]).map((function(t){return bt(t,o,e,n)}))})),c.forEach((function(t,e){t.forEach((function(n,r){et(n)&&(o[e]+=n*("-"===t[r-1]?-1:1))}))})),o}function Ot(t,e){var n=e.offset,r=t.placement,o=t.offsets,i=o.popper,u=o.reference,a=r.split("-")[0],s=void 0;return s=et(+n)?[+n,0]:gt(n,i,u,a),"left"===a?(i.top+=s[0],i.left-=s[1]):"right"===a?(i.top+=s[0],i.left+=s[1]):"top"===a?(i.left+=s[0],i.top-=s[1]):"bottom"===a&&(i.left+=s[0],i.top+=s[1]),t.popper=i,t}function Tt(t,e){var n=e.boundariesElement||m(t.instance.popper);t.instance.reference===n&&(n=m(n));var r=G("transform"),o=t.instance.popper.style,i=o.top,u=o.left,a=o[r];o.top="",o.left="",o[r]="";var s=L(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=i,o.left=u,o[r]=a,e.boundaries=s;var c=e.priority,p=t.offsets.popper,f={primary:function(t){var n=p[t];return p[t]<s[t]&&!e.escapeWithReference&&(n=Math.max(p[t],s[t])),S({},t,n)},secondary:function(t){var n="right"===t?"left":"top",r=p[n];return p[t]>s[t]&&!e.escapeWithReference&&(r=Math.min(p[n],s[t]-("right"===t?p.width:p.height))),S({},n,r)}};return c.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";p=x({},p,f[e](t))})),t.offsets.popper=p,t}function Xt(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var o=t.offsets,i=o.reference,u=o.popper,a=-1!==["bottom","top"].indexOf(n),s=a?"left":"top",c=a?"width":"height",p={start:S({},s,i[s]),end:S({},s,i[s]+i[c]-u[c])};t.offsets.popper=x({},u,p[r])}return t}function wt(t){if(!ct(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=F(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}function Mt(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,o=r.popper,i=r.reference,u=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return o[u?"left":"top"]=i[n]-(a?o[u?"width":"height"]:0),t.placement=N(e),t.offsets.popper=P(o),t}var kt={shift:{order:100,enabled:!0,fn:Xt},offset:{order:200,enabled:!0,fn:Ot,offset:0},preventOverflow:{order:300,enabled:!0,fn:Tt,priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:vt},arrow:{order:500,enabled:!0,fn:pt,element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:mt,behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:Mt},hide:{order:800,enabled:!0,fn:wt},computeStyle:{order:850,enabled:!0,fn:st,gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:ot,onLoad:it,gpuAcceleration:void 0}},Dt={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:kt},St=function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};k(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=a(this.update.bind(this)),this.options=x({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(x({},t.Defaults.modifiers,o.modifiers)).forEach((function(e){r.options.modifiers[e]=x({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return x({name:t},r.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&s(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)})),this.update();var i=this.options.eventsEnabled;i&&this.enableEventListeners(),this.state.eventsEnabled=i}return D(t,[{key:"update",value:function(){return V.call(this)}},{key:"destroy",value:function(){return U.call(this)}},{key:"enableEventListeners",value:function(){return Z.call(this)}},{key:"disableEventListeners",value:function(){return tt.call(this)}}]),t}();St.Utils=("undefined"!==typeof window?window:t).PopperUtils,St.placements=lt,St.Defaults=Dt,e["a"]=St}).call(this,n("c8ba"))},f772:function(t,e,n){var r=n("5692"),o=n("90e3"),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},fb15:function(t,e,n){"use strict";if(n.r(e),"undefined"!==typeof window){var r=window.document.currentScript,o=n("8875");r=o(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:o});var i=r&&r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);i&&(n.p=i[1])}var u=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-tabs",{attrs:{"content-class":"mt-3 mb-3"},on:{input:t.reset},model:{value:t.activeTab,callback:function(e){t.activeTab=e},expression:"activeTab"}},[n("b-tab",{staticClass:"minutes-tab",attrs:{value:0,title:t._$t("minutes")}},[n("div",{staticClass:"row"},[n("div",{staticClass:"col d-flex",staticStyle:{"align-items":"center"}},[n("label",{staticClass:"me-2"},[t._v(t._s(t._$t("every")))]),n("b-form-input",{style:{width:"80px"},attrs:{type:"number"},model:{value:t.editorData.minuteInterval,callback:function(e){t.$set(t.editorData,"minuteInterval",e)},expression:"editorData.minuteInterval"}}),n("label",{staticClass:"me-2 ms-2"},[t._v(t._s(t._$t("mminutes")))])],1)])]),n("b-tab",{staticClass:"hourly-tab",attrs:{value:1,title:t._$t("hourly")}},[n("div",{staticClass:"row"},[n("div",{staticClass:"col d-flex",staticStyle:{"align-items":"center"}},[n("label",{staticClass:"me-2"},[t._v(t._s(t._$t("every")))]),n("b-form-input",{style:{width:"80px"},attrs:{type:"number"},model:{value:t.editorData.hourInterval,callback:function(e){t.$set(t.editorData,"hourInterval",e)},expression:"editorData.hourInterval"}}),n("label",{staticClass:"me-2 ms-2"},[t._v(t._s(t._$t("hoursOnMinute")))]),n("b-form-input",{style:{width:"80px"},attrs:{type:"number",max:"59",min:"0"},model:{value:t.editorData.minutes,callback:function(e){t.$set(t.editorData,"minutes",e)},expression:"editorData.minutes"}})],1)])]),n("b-tab",{staticClass:"daily-tab",attrs:{value:2,title:t._$t("daily")}},[n("div",{staticClass:"row"},[n("div",{staticClass:"col d-flex",staticStyle:{"align-items":"center"}},[n("label",{staticClass:"me-2"},[t._v(t._s(t._$t("every")))]),n("b-form-input",{style:{width:"80px"},attrs:{type:"number"},model:{value:t.editorData.dayInterval,callback:function(e){t.$set(t.editorData,"dayInterval",e)},expression:"editorData.dayInterval"}}),n("label",{staticClass:"me-2 ms-2"},[t._v(t._s(t._$t("daysAt")))]),n("b-form-timepicker",{staticStyle:{width:"auto",display:"flex"},attrs:{value:t.dateTime,hour12:!1},on:{input:t.setDateTime}})],1)])]),n("b-tab",{staticClass:"weekly-tab",attrs:{value:3,title:t._$t("weekly")}},[n("div",{staticClass:"row"},[n("div",{staticClass:"col d-flex",staticStyle:{"align-items":"center"}},[n("label",{staticClass:"me-2"},[t._v(t._s(t._$t("every")))]),n("div",{staticClass:"form-check form-switch me-2"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.editorData.days,expression:"editorData.days"}],staticClass:"form-check-input",attrs:{id:"toggle-editor-0",type:"checkbox",value:"0"},domProps:{checked:Array.isArray(t.editorData.days)?t._i(t.editorData.days,"0")>-1:t.editorData.days},on:{change:function(e){var n=t.editorData.days,r=e.target,o=!!r.checked;if(Array.isArray(n)){var i="0",u=t._i(n,i);r.checked?u<0&&t.$set(t.editorData,"days",n.concat([i])):u>-1&&t.$set(t.editorData,"days",n.slice(0,u).concat(n.slice(u+1)))}else t.$set(t.editorData,"days",o)}}}),n("label",{staticClass:"form-check-label",attrs:{for:"toggle-editor-0"}},[t._v(t._s(t._$t("sun")))])]),n("div",{staticClass:"form-check form-switch me-2"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.editorData.days,expression:"editorData.days"}],staticClass:"form-check-input",attrs:{id:"toggle-editor-1",type:"checkbox",value:"1"},domProps:{checked:Array.isArray(t.editorData.days)?t._i(t.editorData.days,"1")>-1:t.editorData.days},on:{change:function(e){var n=t.editorData.days,r=e.target,o=!!r.checked;if(Array.isArray(n)){var i="1",u=t._i(n,i);r.checked?u<0&&t.$set(t.editorData,"days",n.concat([i])):u>-1&&t.$set(t.editorData,"days",n.slice(0,u).concat(n.slice(u+1)))}else t.$set(t.editorData,"days",o)}}}),n("label",{staticClass:"form-check-label",attrs:{for:"toggle-editor-1"}},[t._v(t._s(t._$t("mon")))])]),n("div",{staticClass:"form-check form-switch me-2"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.editorData.days,expression:"editorData.days"}],staticClass:"form-check-input",attrs:{id:"toggle-editor-2",type:"checkbox",value:"2"},domProps:{checked:Array.isArray(t.editorData.days)?t._i(t.editorData.days,"2")>-1:t.editorData.days},on:{change:function(e){var n=t.editorData.days,r=e.target,o=!!r.checked;if(Array.isArray(n)){var i="2",u=t._i(n,i);r.checked?u<0&&t.$set(t.editorData,"days",n.concat([i])):u>-1&&t.$set(t.editorData,"days",n.slice(0,u).concat(n.slice(u+1)))}else t.$set(t.editorData,"days",o)}}}),n("label",{staticClass:"form-check-label",attrs:{for:"toggle-editor-2"}},[t._v(t._s(t._$t("tue")))])]),n("div",{staticClass:"form-check form-switch me-2"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.editorData.days,expression:"editorData.days"}],staticClass:"form-check-input",attrs:{id:"toggle-editor-3",type:"checkbox",value:"3"},domProps:{checked:Array.isArray(t.editorData.days)?t._i(t.editorData.days,"3")>-1:t.editorData.days},on:{change:function(e){var n=t.editorData.days,r=e.target,o=!!r.checked;if(Array.isArray(n)){var i="3",u=t._i(n,i);r.checked?u<0&&t.$set(t.editorData,"days",n.concat([i])):u>-1&&t.$set(t.editorData,"days",n.slice(0,u).concat(n.slice(u+1)))}else t.$set(t.editorData,"days",o)}}}),n("label",{staticClass:"form-check-label",attrs:{for:"toggle-editor-3"}},[t._v(t._s(t._$t("wed")))])]),n("div",{staticClass:"form-check form-switch me-2"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.editorData.days,expression:"editorData.days"}],staticClass:"form-check-input",attrs:{id:"toggle-editor-4",type:"checkbox",value:"4"},domProps:{checked:Array.isArray(t.editorData.days)?t._i(t.editorData.days,"4")>-1:t.editorData.days},on:{change:function(e){var n=t.editorData.days,r=e.target,o=!!r.checked;if(Array.isArray(n)){var i="4",u=t._i(n,i);r.checked?u<0&&t.$set(t.editorData,"days",n.concat([i])):u>-1&&t.$set(t.editorData,"days",n.slice(0,u).concat(n.slice(u+1)))}else t.$set(t.editorData,"days",o)}}}),n("label",{staticClass:"form-check-label",attrs:{for:"toggle-editor-4"}},[t._v(t._s(t._$t("thu")))])]),n("div",{staticClass:"form-check form-switch me-2"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.editorData.days,expression:"editorData.days"}],staticClass:"form-check-input",attrs:{id:"toggle-editor-5",type:"checkbox",value:"5"},domProps:{checked:Array.isArray(t.editorData.days)?t._i(t.editorData.days,"5")>-1:t.editorData.days},on:{change:function(e){var n=t.editorData.days,r=e.target,o=!!r.checked;if(Array.isArray(n)){var i="5",u=t._i(n,i);r.checked?u<0&&t.$set(t.editorData,"days",n.concat([i])):u>-1&&t.$set(t.editorData,"days",n.slice(0,u).concat(n.slice(u+1)))}else t.$set(t.editorData,"days",o)}}}),n("label",{staticClass:"form-check-label",attrs:{for:"toggle-editor-5"}},[t._v(t._s(t._$t("fri")))])]),n("div",{staticClass:"form-check form-switch me-2"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.editorData.days,expression:"editorData.days"}],staticClass:"form-check-input",attrs:{id:"toggle-editor-6",type:"checkbox",value:"6"},domProps:{checked:Array.isArray(t.editorData.days)?t._i(t.editorData.days,"6")>-1:t.editorData.days},on:{change:function(e){var n=t.editorData.days,r=e.target,o=!!r.checked;if(Array.isArray(n)){var i="6",u=t._i(n,i);r.checked?u<0&&t.$set(t.editorData,"days",n.concat([i])):u>-1&&t.$set(t.editorData,"days",n.slice(0,u).concat(n.slice(u+1)))}else t.$set(t.editorData,"days",o)}}}),n("label",{staticClass:"form-check-label",attrs:{for:"toggle-editor-6"}},[t._v(t._s(t._$t("sat")))])]),n("label",{staticClass:"me-2"},[t._v(t._s(t._$t("at")))]),n("b-form-timepicker",{staticStyle:{width:"auto",display:"flex"},attrs:{value:t.dateTime,hour12:!1},on:{input:t.setDateTime}})],1)])]),n("b-tab",{staticClass:"monthly-tab",attrs:{value:4,title:t._$t("monthly")}},[n("div",{staticClass:"row"},[n("div",{staticClass:"col d-flex",staticStyle:{"align-items":"center"}},[n("label",{staticClass:"me-2"},[t._v(t._s(t._$t("onThe")))]),n("b-form-input",{style:{width:"80px"},attrs:{type:"number"},model:{value:t.editorData.day,callback:function(e){t.$set(t.editorData,"day",e)},expression:"editorData.day"}}),n("label",{staticClass:"me-2 ms-2"},[t._v(t._s(t._$t("dayOfEvery")))]),n("b-form-input",{style:{width:"80px"},attrs:{type:"number"},model:{value:t.editorData.monthInterval,callback:function(e){t.$set(t.editorData,"monthInterval",e)},expression:"editorData.monthInterval"}}),n("label",{staticClass:"me-2 ms-2"},[t._v(t._s(t._$t("monthsAt")))]),n("b-form-timepicker",{staticStyle:{width:"auto",display:"flex"},attrs:{value:t.dateTime,hour12:!1},on:{input:t.setDateTime}})],1)])]),n("b-tab",{staticClass:"advanced-tab",attrs:{value:4,title:t._$t("advanced")}},[n("div",{staticClass:"row"},[n("div",{staticClass:"col d-flex",staticStyle:{"align-items":"center"}},[n("label",{staticClass:"me-2"},[t._v(t._s(t._$t("cronExpression")))]),n("b-form-input",{staticStyle:{width:"auto"},model:{value:t.editorData.cronExpression,callback:function(e){t.$set(t.editorData,"cronExpression",e)},expression:"editorData.cronExpression"}}),n("label",{staticClass:"me-2 ms-2"},[t._v(" "+t._s(t.explanation)+" ")])],1)])])],1)},a=[];n("99af"),n("7db0"),n("ac1f"),n("1276"),n("cca6"),n("a4d3"),n("4de4"),n("4160"),n("e439"),n("dbb4"),n("b64b"),n("159b");function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function c(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function p(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?c(Object(n),!0).forEach((function(e){s(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}n("a15b"),n("d81d"),n("fb6a"),n("a9e3"),n("466d"),n("5319");var f=function(t){if("minutes"===t.type)return"*/".concat(t.minuteInterval," * * * *");if("hourly"===t.type)return"".concat(t.minutes," */").concat(t.hourInterval," * * *");if("daily"===t.type)return"".concat(t.minutes," ").concat(t.hours," */").concat(t.dayInterval," * *");if("weekly"===t.type)return"".concat(t.minutes," ").concat(t.hours," * * ")+"".concat(t.days.filter((function(t){return t})).sort().join());if("monthly"===t.type)return"".concat(t.minutes," ").concat(t.hours," ").concat(t.day," */").concat(t.monthInterval," *");if("advanced"===t.type)return t.cronExpression;throw"unknown event type: ".concat(t)},l=function(t){var e=null;if(5!=t.split(" ").length)return{type:"advanced",cronExpression:t};if(e=t.match(/^\*\/(\d+) \* \* \* \*$/))return{type:"minutes",minuteInterval:Number(e[1])};if(e=t.match(/^(\d+) \*\/(\d+) \* \* \*$/))return{type:"hourly",minutes:Number(e[1]),hourInterval:Number(e[2])};if(e=t.match(/^(\d+) (\d+) \*\/(\d+) \* \*$/))return{type:"daily",minutes:Number(e[1]),hours:Number(e[2]),dayInterval:Number(e[3])};if(e=t.match(/^(\d+) (\d+) \* \* (\d)(,\d)?(,\d)?(,\d)?(,\d)?(,\d)?(,\d)?$/)){var n=4,r=10;return{type:"weekly",minutes:Number(e[1]),hours:Number(e[2]),days:[e[3]].concat(e.slice(n,r).map((function(t){return t&&t.replace(/,/,"")})).filter((function(t){return t})))}}return(e=t.match(/^(\d+) (\d+) (\d+) \*\/(\d+) \*$/))?{type:"monthly",minutes:Number(e[1]),hours:Number(e[2]),day:Number(e[3]),monthInterval:Number(e[4])}:{type:"advanced",cronExpression:t}},d=n("01a8"),h=n("7aa9"),y={en:{every:"Every",mminutes:"minute(s)",hoursOnMinute:"hour(s) on minute",daysAt:"day(s) at",at:"at",onThe:"On the",dayOfEvery:"day, of every",monthsAt:"month(s), at",everyDay:"Every",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat",sun:"Sun",hasToBeBetween:"Has to be between",and:"and",minutes:"MINUTES",hourly:"HOURLY",daily:"DAILY",weekly:"WEEKLY",monthly:"MONTHLY",advanced:"ADVANCED",cronExpression:"cron expression:"},pl:{every:"Co",mminutes:"minut",hoursOnMinute:"godzin w minucie",daysAt:"dni o",at:"o",onThe:"",dayOfEvery:"dzień miesiąca, co",monthsAt:"miesięcy, o godzinie",everyDay:"W każdy",mon:"Pon",tue:"Wt",wed:"Śr",thu:"Czw",fri:"Pt",sat:"So",sun:"Nie",hasToBeBetween:"Wymagana wartość pomiędzy",and:"i",minutes:"Minuty",hourly:"Godziny",daily:"Dni",weekly:"Tygodnie",monthly:"Miesiące",advanced:"Zaawansowane",cronExpression:"Wyrażenie cron:"}};function m(t,e){var n=p({},y,{},t);return n[e]}var v=n("8bbf"),b=n.n(v),g={minutes:{type:"minutes",minuteInterval:1},hourly:{type:"hourly",minutes:0,hourInterval:1},daily:{type:"daily",minutes:0,hours:0,dayInterval:1},weekly:{type:"weekly",minutes:0,hours:0,days:["1"]},monthly:{type:"monthly",hours:0,minutes:0,day:1,monthInterval:1},advanced:{type:"advanced",cronExpression:""}},O=b.a.extend({created:function(){this.i18n=m(this.customLocales,this.locale),this.innerValue=this.value,this.__loadDataFromExpression()},props:{value:{type:String,default:"*/1 * * * *"},isAdvancedTabVisible:{type:Boolean,default:!0},preserveStateOnSwitchToAdvanced:{type:Boolean,default:!1},locale:{type:String,default:"en"},customLocales:{type:Object,default:null}},data:function(){return{innerValue:"*/1 * * * *",editorData:Object.assign({},g.minutes),currentTab:"minutes",i18n:null}},computed:{explanation:function(){return this.innerValue?h["toString"](this.innerValue,{locale:this.locale}):""}},methods:{_$t:function(t){return this.i18n[t]},__loadDataFromExpression:function(){var t=l(this.value);this.$data.editorData=p({},t),this.currentTab=t.type},__updateCronExpression:function(t){var e=f(p({},t));d["isValidCron"](e)?(this.innerValue=e,this.$emit("input",e)):(this.innerValue=null,this.$emit("input",null))},_resetToTab:function(t){if(this.currentTab=t,this.preserveStateOnSwitchToAdvanced&&"advanced"===t)this.$data.editorData={type:"advanced",cronExpression:this.innerValue};else{var e=l(this.value);t!=e.type&&(this.$data.editorData=Object.assign({},g[t]),this.__updateCronExpression(g[t]))}}},watch:{value:{handler:function(){this.value!=this.innerValue&&this.__loadDataFromExpression()}},editorData:{deep:!0,handler:function(t){this.__updateCronExpression(t)}}}}),T=function(){return(T=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},X={kebab:/-(\w)/g,styleProp:/:(.*)/,styleList:/;(?![^(]*\))/g};function w(t,e){return e?e.toUpperCase():""}function M(t){for(var e,n={},r=0,o=t.split(X.styleList);r<o.length;r++){var i=o[r].split(X.styleProp),u=i[0],a=i[1];(u=u.trim())&&("string"==typeof a&&(a=a.trim()),n[(e=u,e.replace(X.kebab,w))]=a)}return n}function k(){for(var t,e,n={},r=arguments.length;r--;)for(var o=0,i=Object.keys(arguments[r]);o<i.length;o++)switch(t=i[o]){case"class":case"style":case"directives":if(Array.isArray(n[t])||(n[t]=[]),"style"===t){var u=void 0;u=Array.isArray(arguments[r].style)?arguments[r].style:[arguments[r].style];for(var a=0;a<u.length;a++){var s=u[a];"string"==typeof s&&(u[a]=M(s))}arguments[r].style=u}n[t]=n[t].concat(arguments[r][t]);break;case"staticClass":if(!arguments[r][t])break;void 0===n[t]&&(n[t]=""),n[t]&&(n[t]+=" "),n[t]+=arguments[r][t].trim();break;case"on":case"nativeOn":n[t]||(n[t]={});for(var c=0,p=Object.keys(arguments[r][t]||{});c<p.length;c++)e=p[c],n[t][e]?n[t][e]=[].concat(n[t][e],arguments[r][t][e]):n[t][e]=arguments[r][t][e];break;case"attrs":case"props":case"domProps":case"scopedSlots":case"staticStyle":case"hook":case"transition":n[t]||(n[t]={}),n[t]=T({},arguments[r][t],n[t]);break;case"slot":case"key":case"ref":case"tag":case"show":case"keepAlive":default:n[t]||(n[t]=arguments[r][t])}return n}var D="_uid",S="BButton",x="BDropdown",P="BFormInput",E="BFormSpinbutton",j="BFormTimepicker",A="BIconBase",_="BLink",C="BNav",L="BTab",H="BTabs",I="BTime",$="BVFormBtnLabelControl",B="BVTabButton",N="BVTransition",W=void 0,F=Array,z=Boolean,R=Date,V=Function,Y=Number,G=Object,U=(RegExp,String),q=[F,G,U],K=[F,U],J=[z,Y],Z=[z,U],Q=[R,U],tt=[Y,U],et=[G,U],nt=/^(BV?)/,rt=/\B([A-Z])/g,ot=/-(\w)/g,it=/^([0-1]?[0-9]|2[0-3]):[0-5]?[0-9](:[0-5]?[0-9])?$/,ut=/%2C/g,at=/[!'()*]/g,st=/-u-.+/,ct="undefined"!==typeof window,pt="undefined"!==typeof document,ft="undefined"!==typeof navigator,lt="undefined"!==typeof MutationObserver||"undefined"!==typeof WebKitMutationObserver||"undefined"!==typeof MozMutationObserver,dt=ct&&pt&&ft,ht=ct?window:{},yt=pt?document:{},mt=ft?navigator:{},vt=(mt.userAgent||"").toLowerCase(),bt=(vt.indexOf("jsdom"),/msie|trident/.test(vt),function(){var t=!1;if(dt)try{var e={get passive(){t=!0}};ht.addEventListener("test",e,e),ht.removeEventListener("test",e,e)}catch(n){t=!1}return t}()),gt=dt&&("ontouchstart"in yt.documentElement||mt.maxTouchPoints>0);dt&&Boolean(ht.PointerEvent||ht.MSPointerEvent),dt&&"IntersectionObserver"in ht&&"IntersectionObserverEntry"in ht&&ht.IntersectionObserverEntry.prototype;function Ot(t){return Ot="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ot(t)}function Tt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Xt(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");Object.defineProperty(t,"prototype",{value:Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),writable:!1}),e&&Et(t,e)}function wt(t){var e=xt();return function(){var n,r=jt(t);if(e){var o=jt(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Mt(this,n)}}function Mt(t,e){if(e&&("object"===Ot(e)||"function"===typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return kt(t)}function kt(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Dt(t){var e="function"===typeof Map?new Map:void 0;return Dt=function(t){if(null===t||!Pt(t))return t;if("function"!==typeof t)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return St(t,arguments,jt(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Et(n,t)},Dt(t)}function St(t,e,n){return St=xt()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=Function.bind.apply(t,r),i=new o;return n&&Et(i,n.prototype),i},St.apply(null,arguments)}function xt(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(T){return!1}}function Pt(t){return-1!==Function.toString.call(t).indexOf("[native code]")}function Et(t,e){return Et=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},Et(t,e)}function jt(t){return jt=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},jt(t)}var At=ct?ht.Element:function(t){Xt(n,t);var e=wt(n);function n(){return Tt(this,n),e.apply(this,arguments)}return n}(Dt(Object)),_t=ct?ht.HTMLElement:function(t){Xt(n,t);var e=wt(n);function n(){return Tt(this,n),e.apply(this,arguments)}return n}(At);ct&&ht.SVGElement,ct&&ht.File;function Ct(t){return Ct="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ct(t)}var Lt=function(t){return Ct(t)},Ht=function(t){return void 0===t},It=function(t){return null===t},$t=function(t){return Ht(t)||It(t)},Bt=function(t){return"function"===Lt(t)},Nt=function(t){return"boolean"===Lt(t)},Wt=function(t){return"string"===Lt(t)},Ft=function(t){return Array.isArray(t)},zt=function(t){return null!==t&&"object"===Ct(t)},Rt=function(t){return"[object Object]"===Object.prototype.toString.call(t)},Vt=function(t){return t instanceof Date},Yt=function(t){return t instanceof Event},Gt=function(){return Array.from.apply(Array,arguments)},Ut=function(t,e){return-1!==t.indexOf(e)},qt=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return Array.prototype.concat.apply([],e)},Kt=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseInt(t,10);return isNaN(n)?e:n},Jt=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseFloat(t);return isNaN(n)?e:n},Zt=function(t){return t.replace(rt,"-$1").toLowerCase()},Qt=function(t){return t=Zt(t).replace(ot,(function(t,e){return e?e.toUpperCase():""})),t.charAt(0).toUpperCase()+t.slice(1)},te=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return $t(t)?"":Ft(t)||Rt(t)&&t.toString===Object.prototype.toString?JSON.stringify(t,null,e):String(t)},ee=function(t){return te(t).trim()},ne=At.prototype,re=(["button","[href]:not(.disabled)","input","select","textarea","[tabindex]","[contenteditable]"].map((function(t){return"".concat(t,":not(:disabled):not([disabled])")})).join(", "),ne.matches||ne.msMatchesSelector||ne.webkitMatchesSelector),oe=ne.closest||function(t){var e=this;do{if(he(e,t))return e;e=e.parentElement||e.parentNode}while(!It(e)&&e.nodeType===Node.ELEMENT_NODE);return null},ie=(ht.requestAnimationFrame||ht.webkitRequestAnimationFrame||ht.mozRequestAnimationFrame||ht.msRequestAnimationFrame||ht.oRequestAnimationFrame||function(t){return setTimeout(t,16)}).bind(ht),ue=ht.MutationObserver||ht.WebKitMutationObserver||ht.MozMutationObserver||null,ae=function(t){return!(!t||t.nodeType!==Node.ELEMENT_NODE)},se=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=yt.activeElement;return e&&!t.some((function(t){return t===e}))?e:null},ce=function(t,e){return te(t).toLowerCase()===te(e).toLowerCase()},pe=function(t){return ae(t)&&t===se()},fe=function(t){if(!ae(t)||!t.parentNode||!me(yt.body,t))return!1;if("none"===ge(t,"display"))return!1;var e=Oe(t);return!!(e&&e.height>0&&e.width>0)},le=function(t,e){return Gt((ae(e)?e:yt).querySelectorAll(t))},de=function(t,e){return(ae(e)?e:yt).querySelector(t)||null},he=function(t,e){return!!ae(t)&&re.call(t,e)},ye=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!ae(e))return null;var r=oe.call(e,t);return n?r:r===e?null:r},me=function(t,e){return!(!t||!Bt(t.contains))&&t.contains(e)},ve=function(t,e){e&&ae(t)&&t.classList&&t.classList.add(e)},be=function(t,e){e&&ae(t)&&t.classList&&t.classList.remove(e)},ge=function(t,e){return e&&ae(t)&&t.style[e]||null},Oe=function(t){return ae(t)?t.getBoundingClientRect():null},Te=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};try{t.focus(e)}catch(n){}return pe(t)},Xe=function(t){try{t.blur()}catch(e){}return!pe(t)},we="activate-tab",Me="blur",ke="change",De="changed",Se="click",xe="context",Pe="first",Ee="hidden",je="hide",Ae="input",_e="last",Ce="next",Le="prev",He="show",Ie="shown",$e="toggle",Be="update",Ne="update:",We="bv",Fe="::",ze={passive:!0,capture:!1},Re=function(t){return bt?zt(t)?t:{capture:!!t||!1}:!!(zt(t)?t.capture:t)},Ve=function(t,e,n,r){t&&t.addEventListener&&t.addEventListener(e,n,Re(r))},Ye=function(t,e,n,r){t&&t.removeEventListener&&t.removeEventListener(e,n,Re(r))},Ge=function(t){for(var e=t?Ve:Ye,n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];e.apply(void 0,r)},Ue=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.preventDefault,r=void 0===n||n,o=e.propagation,i=void 0===o||o,u=e.immediatePropagation,a=void 0!==u&&u;r&&t.preventDefault(),i&&t.stopPropagation(),a&&t.stopImmediatePropagation()},qe=function(t){return Zt(t.replace(nt,""))},Ke=function(t,e){return[We,qe(t),e].join(Fe)};function Je(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ze(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Je(Object(n),!0).forEach((function(e){Qe(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Je(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Qe(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var tn=function(){return Object.assign.apply(Object,arguments)},en=function(t,e){return Object.create(t,e)},nn=function(t,e){return Object.defineProperties(t,e)},rn=function(t,e,n){return Object.defineProperty(t,e,n)},on=function(t){return Object.keys(t)},un=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},an=function(t,e){return on(t).filter((function(t){return-1!==e.indexOf(t)})).reduce((function(e,n){return Ze(Ze({},e),{},Qe({},n,t[n]))}),{})},sn=function(t,e){return on(t).filter((function(t){return-1===e.indexOf(t)})).reduce((function(e,n){return Ze(Ze({},e),{},Qe({},n,t[n]))}),{})},cn=function t(e,n){return zt(e)&&zt(n)&&on(n).forEach((function(r){zt(n[r])?(e[r]&&zt(e[r])||(e[r]=n[r]),t(e[r],n[r])):tn(e,Qe({},r,n[r]))})),e},pn=function(t){return on(t).sort().reduce((function(e,n){return Ze(Ze({},e),{},Qe({},n,t[n]))}),{})},fn=function(){return{enumerable:!0,configurable:!1,writable:!1}};function ln(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function dn(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ln(Object(n),!0).forEach((function(e){hn(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ln(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function hn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function yn(t){return gn(t)||bn(t)||vn(t)||mn()}function mn(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function vn(t,e){if(t){if("string"===typeof t)return On(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?On(t,e):void 0}}function bn(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function gn(t){if(Array.isArray(t))return On(t)}function On(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var Tn=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;return Ft(e)?e.reduce((function(e,n){return[].concat(yn(e),[t(n,n)])}),[]):Rt(e)?on(e).reduce((function(n,r){return dn(dn({},n),{},hn({},r,t(e[r],e[r])))}),{}):n},Xn="$bvConfig",wn=["xs","sm","md","lg","xl"],Mn=function(t){var e=en(null);return function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];var i=JSON.stringify(r);return e[i]=e[i]||t.apply(null,r)}},kn=b.a.prototype,Dn=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=kn[Xn];return n?n.getConfigValue(t,e):Tn(e)},Sn=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;return e?Dn("".concat(t,".").concat(e),n):Dn(t,{})},xn=function(){return Dn("breakpoints",wn)},Pn=Mn((function(){return xn()})),En=function(){return Tn(Pn())},jn=(Mn((function(){var t=En();return t[0]="",t})),function(t){return t});function An(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function _n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?An(Object(n),!0).forEach((function(e){Cn(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):An(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Cn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Ln=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:W,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,o=!0===n;return r=o?r:n,_n(_n(_n({},t?{type:t}:{}),o?{required:o}:Ht(e)?{}:{default:zt(e)?function(){return e}:e}),Ht(r)?{}:{validator:r})},Hn=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:jn;return(Ft(t)?t.slice():on(t)).reduce((function(t,r){return t[n(r)]=e[r],t}),{})},In=function(t,e,n){return _n(_n({},Tn(t)),{},{default:function(){var r=Sn(n,e,t.default);return Bt(r)?r():r}})},$n=function(t,e){return on(t).reduce((function(n,r){return _n(_n({},n),{},Cn({},r,In(t[r],r,e)))}),{})},Bn=In({},"","").default.name,Nn=function(t){return Bt(t)&&t.name&&t.name!==Bn},Wn="input, textarea, select",Fn=$n({autofocus:Ln(z,!1),disabled:Ln(z,!1),form:Ln(U),id:Ln(U),name:Ln(U),required:Ln(z,!1)},"formControls"),zn=b.a.extend({props:Fn,mounted:function(){this.handleAutofocus()},activated:function(){this.handleAutofocus()},methods:{handleAutofocus:function(){var t=this;this.$nextTick((function(){ie((function(){var e=t.$el;t.autofocus&&fe(e)&&(he(e,Wn)||(e=de(Wn,e)),Te(e))}))}))}}}),Rn=b.a.extend({computed:{selectionStart:{cache:!1,get:function(){return this.$refs.input.selectionStart},set:function(t){this.$refs.input.selectionStart=t}},selectionEnd:{cache:!1,get:function(){return this.$refs.input.selectionEnd},set:function(t){this.$refs.input.selectionEnd=t}},selectionDirection:{cache:!1,get:function(){return this.$refs.input.selectionDirection},set:function(t){this.$refs.input.selectionDirection=t}}},methods:{select:function(){var t;(t=this.$refs.input).select.apply(t,arguments)},setSelectionRange:function(){var t;(t=this.$refs.input).setSelectionRange.apply(t,arguments)},setRangeText:function(){var t;(t=this.$refs.input).setRangeText.apply(t,arguments)}}}),Vn=$n({size:Ln(U)},"formControls"),Yn=b.a.extend({props:Vn,computed:{sizeFormClass:function(){return[this.size?"form-control-".concat(this.size):null]}}}),Gn=$n({state:Ln(z,null)},"formState"),Un=b.a.extend({props:Gn,computed:{computedState:function(){return Nt(this.state)?this.state:null},stateClass:function(){var t=this.computedState;return!0===t?"is-valid":!1===t?"is-invalid":null},computedAriaInvalid:function(){var t=this.ariaInvalid;return!0===t||"true"===t||""===t||!1===this.computedState?"true":t}}}),qn=(Math.min,Math.max),Kn=(Math.abs,Math.ceil,Math.floor),Jn=Math.pow,Zn=Math.round;function Qn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var tr=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.type,r=void 0===n?W:n,o=e.defaultValue,i=void 0===o?void 0:o,u=e.validator,a=void 0===u?void 0:u,s=e.event,c=void 0===s?Ae:s,p=Qn({},t,Ln(r,i,a)),f=b.a.extend({model:{prop:t,event:c},props:p});return{mixin:f,props:p,prop:t,event:c}};function er(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function nr(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?er(Object(n),!0).forEach((function(e){rr(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):er(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function rr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var or=tr("value",{type:tt,defaultValue:"",event:Be}),ir=or.mixin,ur=or.props,ar=or.prop,sr=or.event,cr=$n(pn(nr(nr({},ur),{},{ariaInvalid:Ln(Z,!1),autocomplete:Ln(U),debounce:Ln(tt,0),formatter:Ln(V),lazy:Ln(z,!1),lazyFormatter:Ln(z,!1),number:Ln(z,!1),placeholder:Ln(U),plaintext:Ln(z,!1),readonly:Ln(z,!1),trim:Ln(z,!1)})),"formTextControls"),pr=b.a.extend({mixins:[ir],props:cr,data:function(){var t=this[ar];return{localValue:te(t),vModelValue:this.modifyValue(t)}},computed:{computedClass:function(){var t=this.plaintext,e=this.type,n="range"===e,r="color"===e;return[{"custom-range":n,"form-control-plaintext":t&&!n&&!r,"form-control":r||!t&&!n},this.sizeFormClass,this.stateClass]},computedDebounce:function(){return qn(Kt(this.debounce,0),0)},hasFormatter:function(){return Nn(this.formatter)}},watch:rr({},ar,(function(t){var e=te(t),n=this.modifyValue(t);e===this.localValue&&n===this.vModelValue||(this.clearDebounce(),this.localValue=e,this.vModelValue=n)})),created:function(){this.$_inputDebounceTimer=null},beforeDestroy:function(){this.clearDebounce()},methods:{clearDebounce:function(){clearTimeout(this.$_inputDebounceTimer),this.$_inputDebounceTimer=null},formatValue:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return t=te(t),!this.hasFormatter||this.lazyFormatter&&!n||(t=this.formatter(t,e)),t},modifyValue:function(t){return t=te(t),this.trim&&(t=t.trim()),this.number&&(t=Jt(t,t)),t},updateValue:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=this.lazy;if(!r||n){this.clearDebounce();var o=function(){if(t=e.modifyValue(t),t!==e.vModelValue)e.vModelValue=t,e.$emit(sr,t);else if(e.hasFormatter){var n=e.$refs.input;n&&t!==n.value&&(n.value=t)}},i=this.computedDebounce;i>0&&!r&&!n?this.$_inputDebounceTimer=setTimeout(o,i):o()}},onInput:function(t){if(!t.target.composing){var e=t.target.value,n=this.formatValue(e,t);!1===n||t.defaultPrevented?Ue(t,{propagation:!1}):(this.localValue=n,this.updateValue(n),this.$emit(Ae,n))}},onChange:function(t){var e=t.target.value,n=this.formatValue(e,t);!1===n||t.defaultPrevented?Ue(t,{propagation:!1}):(this.localValue=n,this.updateValue(n,!0),this.$emit(ke,n))},onBlur:function(t){var e=t.target.value,n=this.formatValue(e,t,!0);!1!==n&&(this.localValue=te(this.modifyValue(n)),this.updateValue(n,!0)),this.$emit(Me,t)},focus:function(){this.disabled||Te(this.$el)},blur:function(){this.disabled||Xe(this.$el)}}}),fr=b.a.extend({computed:{validity:{cache:!1,get:function(){return this.$refs.input.validity}},validationMessage:{cache:!1,get:function(){return this.$refs.input.validationMessage}},willValidate:{cache:!1,get:function(){return this.$refs.input.willValidate}}},methods:{setCustomValidity:function(){var t;return(t=this.$refs.input).setCustomValidity.apply(t,arguments)},checkValidity:function(){var t;return(t=this.$refs.input).checkValidity.apply(t,arguments)},reportValidity:function(){var t;return(t=this.$refs.input).reportValidity.apply(t,arguments)}}}),lr={id:Ln(U)},dr=b.a.extend({props:lr,data:function(){return{localId_:null}},computed:{safeId:function(){var t=this.id||this.localId_,e=function(e){return t?(e=String(e||"").replace(/\s+/g,"_"),e?t+"_"+e:t):null};return e}},mounted:function(){var t=this;this.$nextTick((function(){t.localId_="__BVID__".concat(t[D])}))}}),hr=function(t,e){if(t.length!==e.length)return!1;for(var n=!0,r=0;n&&r<t.length;r++)n=yr(t[r],e[r]);return n},yr=function t(e,n){if(e===n)return!0;var r=Vt(e),o=Vt(n);if(r||o)return!(!r||!o)&&e.getTime()===n.getTime();if(r=Ft(e),o=Ft(n),r||o)return!(!r||!o)&&hr(e,n);if(r=zt(e),o=zt(n),r||o){if(!r||!o)return!1;var i=on(e).length,u=on(n).length;if(i!==u)return!1;for(var a in e){var s=un(e,a),c=un(n,a);if(s&&!c||!s&&c||!t(e[a],n[a]))return!1}}return String(e)===String(n)};function mr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var vr=function(t){return!t||0===on(t).length},br=function(t){return{handler:function(e,n){if(!yr(e,n))if(vr(e)||vr(n))this[t]=Tn(e);else{for(var r in n)un(e,r)||this.$delete(this.$data[t],r);for(var o in e)this.$set(this.$data[t],o,e[o])}}}},gr=function(t,e){return b.a.extend({data:function(){return mr({},e,Tn(this[t]))},watch:mr({},t,br(e))})},Or=gr("$listeners","bvListeners");function Tr(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Xr(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Tr(Object(n),!0).forEach((function(e){wr(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Tr(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function wr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Mr=["text","password","email","number","url","tel","search","range","color","date","time","datetime","datetime-local","month","week"],kr=$n(pn(Xr(Xr(Xr(Xr(Xr(Xr({},lr),Fn),Vn),Gn),cr),{},{list:Ln(U),max:Ln(tt),min:Ln(tt),noWheel:Ln(z,!1),step:Ln(tt),type:Ln(U,"text",(function(t){return Ut(Mr,t)}))})),P),Dr=b.a.extend({name:P,mixins:[Or,dr,zn,Yn,Un,pr,Rn,fr],props:kr,computed:{localType:function(){var t=this.type;return Ut(Mr,t)?t:"text"},computedAttrs:function(){var t=this.localType,e=this.name,n=this.form,r=this.disabled,o=this.placeholder,i=this.required,u=this.min,a=this.max,s=this.step;return{id:this.safeId(),name:e,form:n,type:t,disabled:r,placeholder:o,required:i,autocomplete:this.autocomplete||null,readonly:this.readonly||this.plaintext,min:u,max:a,step:s,list:"password"!==t?this.list:null,"aria-required":i?"true":null,"aria-invalid":this.computedAriaInvalid}},computedListeners:function(){return Xr(Xr({},this.bvListeners),{},{input:this.onInput,change:this.onChange,blur:this.onBlur})}},watch:{noWheel:function(t){this.setWheelStopper(t)}},mounted:function(){this.setWheelStopper(this.noWheel)},deactivated:function(){this.setWheelStopper(!1)},activated:function(){this.setWheelStopper(this.noWheel)},beforeDestroy:function(){this.setWheelStopper(!1)},methods:{setWheelStopper:function(t){var e=this.$el;Ge(t,e,"focus",this.onWheelFocus),Ge(t,e,"blur",this.onWheelBlur),t||Ye(document,"wheel",this.stopWheel)},onWheelFocus:function(){Ve(document,"wheel",this.stopWheel)},onWheelBlur:function(){Ye(document,"wheel",this.stopWheel)},stopWheel:function(t){Ue(t,{propagation:!1}),Xe(this.$el)}},render:function(t){return t("input",{class:this.computedClass,attrs:this.computedAttrs,domProps:{value:this.localValue},on:this.computedListeners,ref:"input"})}}),Sr=40,xr=35,Pr=13,Er=27,jr=36,Ar=37,_r=34,Cr=33,Lr=39,Hr=32,Ir=38,$r="button-content",Br="decrement",Nr="default",Wr="empty",Fr="increment",zr="tabs-end",Rr="tabs-start",Vr="title";function Yr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Gr(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function Ur(t,e,n){return e&&Gr(t.prototype,e),n&&Gr(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}var qr=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(Yr(this,t),!e)throw new TypeError("Failed to construct '".concat(this.constructor.name,"'. 1 argument required, ").concat(arguments.length," given."));tn(this,t.Defaults,this.constructor.Defaults,n,{type:e}),nn(this,{type:fn(),cancelable:fn(),nativeEvent:fn(),target:fn(),relatedTarget:fn(),vueTarget:fn(),componentId:fn()});var r=!1;this.preventDefault=function(){this.cancelable&&(r=!0)},rn(this,"defaultPrevented",{enumerable:!0,get:function(){return r}})}return Ur(t,null,[{key:"Defaults",get:function(){return{type:"",cancelable:!0,nativeEvent:null,target:null,relatedTarget:null,vueTarget:null,componentId:null}}}]),t}(),Kr=n("938d"),Jr=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;Object(Kr["a"])()||console.warn("[BootstrapVue warn]: ".concat(e?"".concat(e," - "):"").concat(t))},Zr=function(t){return!lt&&(Jr("".concat(t,": Requires MutationObserver support.")),!0)};function Qr(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function to(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Qr(Object(n),!0).forEach((function(e){eo(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Qr(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function eo(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var no=function(t,e,n){if(t=t?t.$el||t:null,!ae(t))return null;if(Zr("observeDom"))return null;var r=new ue((function(t){for(var n=!1,r=0;r<t.length&&!n;r++){var o=t[r],i=o.type,u=o.target;("characterData"===i&&u.nodeType===Node.TEXT_NODE||"attributes"===i||"childList"===i&&(o.addedNodes.length>0||o.removedNodes.length>0))&&(n=!0)}n&&e()}));return r.observe(t,to({childList:!0,subtree:!0},n)),r},ro=function(t,e){return t.map((function(t,e){return[e,t]})).sort(function(t,e){return this(t[1],e[1])||t[0]-e[0]}.bind(e)).map((function(t){return t[1]}))},oo=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t=qt(t).filter(jn),t.some((function(t){return e[t]||n[t]}))},io=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};t=qt(t).filter(jn);for(var i=0;i<t.length&&!e;i++){var u=t[i];e=r[u]||o[u]}return Bt(e)?e(n):e},uo=b.a.extend({methods:{hasNormalizedSlot:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Nr,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.$scopedSlots,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$slots;return oo(t,e,n)},normalizeSlot:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Nr,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$scopedSlots,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.$slots,o=io(t,e,n,r);return o?qt(o):o}}}),ao="a",so=function(t){return"%"+t.charCodeAt(0).toString(16)},co=function(t){return encodeURIComponent(te(t)).replace(at,so).replace(ut,",")},po=(decodeURIComponent,function(t){if(!Rt(t))return"";var e=on(t).map((function(e){var n=t[e];return Ht(n)?"":It(n)?co(e):Ft(n)?n.reduce((function(t,n){return It(n)?t.push(co(e)):Ht(n)||t.push(co(e)+"="+co(n)),t}),[]).join("&"):co(e)+"="+co(n)})).filter((function(t){return t.length>0})).join("&");return e?"?".concat(e):""}),fo=function(t){return!(!t.href&&!t.to)},lo=function(t){return!(!t||ce(t,"a"))},ho=function(t,e){var n=t.to,r=t.disabled,o=t.routerComponentName,i=!!e.$router;return!i||i&&(r||!n)?ao:o||(e.$nuxt?"nuxt-link":"router-link")},yo=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.target,n=t.rel;return"_blank"===e&&It(n)?"noopener":n||null},mo=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.href,n=t.to,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ao,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"#",i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(e)return e;if(lo(r))return null;if(Wt(n))return n||i;if(Rt(n)&&(n.path||n.query||n.hash)){var u=te(n.path),a=po(n.query),s=te(n.hash);return s=s&&"#"!==s.charAt(0)?"#".concat(s):s,"".concat(u).concat(a).concat(s)||i}return o},vo=gr("$attrs","bvAttrs"),bo="$_rootListeners",go=b.a.extend({created:function(){this[bo]={}},beforeDestroy:function(){var t=this;on(this[bo]||{}).forEach((function(e){t[bo][e].forEach((function(n){t.listenOffRoot(e,n)}))})),this[bo]=null},methods:{registerRootListener:function(t,e){this[bo]&&(this[bo][t]=this[bo][t]||[],Ut(this[bo][t],e)||this[bo][t].push(e))},unregisterRootListener:function(t,e){this[bo]&&this[bo][t]&&(this[bo][t]=this[bo][t].filter((function(t){return t!==e})))},listenOnRoot:function(t,e){this.$root&&(this.$root.$on(t,e),this.registerRootListener(t,e))},listenOnRootOnce:function(t,e){var n=this;if(this.$root){var r=function t(){n.unregisterRootListener(t),e.apply(void 0,arguments)};this.$root.$once(t,r),this.registerRootListener(t,r)}},listenOffRoot:function(t,e){this.unregisterRootListener(t,e),this.$root&&this.$root.$off(t,e)},emitOnRoot:function(t){if(this.$root){for(var e,n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];(e=this.$root).$emit.apply(e,[t].concat(r))}}}});function Oo(t){return Mo(t)||wo(t)||Xo(t)||To()}function To(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Xo(t,e){if(t){if("string"===typeof t)return ko(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ko(t,e):void 0}}function wo(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function Mo(t){if(Array.isArray(t))return ko(t)}function ko(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Do(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function So(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Do(Object(n),!0).forEach((function(e){xo(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Do(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function xo(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Po=Ke(_,"clicked"),Eo={activeClass:Ln(U),append:Ln(z,!1),event:Ln(K),exact:Ln(z,!1),exactActiveClass:Ln(U),exactPath:Ln(z,!1),exactPathActiveClass:Ln(U),replace:Ln(z,!1),routerTag:Ln(U),to:Ln(et)},jo={noPrefetch:Ln(z,!1),prefetch:Ln(z,null)},Ao=$n(pn(So(So(So({},jo),Eo),{},{active:Ln(z,!1),disabled:Ln(z,!1),href:Ln(U),rel:Ln(U,null),routerComponentName:Ln(U),target:Ln(U,"_self")})),_),_o=b.a.extend({name:_,mixins:[vo,Or,go,uo],inheritAttrs:!1,props:Ao,computed:{computedTag:function(){var t=this.to,e=this.disabled,n=this.routerComponentName;return ho({to:t,disabled:e,routerComponentName:n},this)},isRouterLink:function(){return lo(this.computedTag)},computedRel:function(){var t=this.target,e=this.rel;return yo({target:t,rel:e})},computedHref:function(){var t=this.to,e=this.href;return mo({to:t,href:e},this.computedTag)},computedProps:function(){var t=this.event,e=this.prefetch,n=this.routerTag;return this.isRouterLink?So(So(So(So({},Hn(sn(So(So({},Eo),jo),["event","prefetch","routerTag"]),this)),t?{event:t}:{}),Nt(e)?{prefetch:e}:{}),n?{tag:n}:{}):{}},computedAttrs:function(){var t=this.bvAttrs,e=this.computedHref,n=this.computedRel,r=this.disabled,o=this.target,i=this.routerTag,u=this.isRouterLink;return So(So(So(So({},t),e?{href:e}:{}),u&&i&&!ce(i,"a")?{}:{rel:n,target:o}),{},{tabindex:r?"-1":Ht(t.tabindex)?null:t.tabindex,"aria-disabled":r?"true":null})},computedListeners:function(){return So(So({},this.bvListeners),{},{click:this.onClick})}},methods:{onClick:function(t){var e=arguments,n=Yt(t),r=this.isRouterLink,o=this.bvListeners.click;n&&this.disabled?Ue(t,{immediatePropagation:!0}):(r&&t.currentTarget.__vue__&&t.currentTarget.__vue__.$emit(Se,t),qt(o).filter((function(t){return Bt(t)})).forEach((function(t){t.apply(void 0,Oo(e))})),this.emitOnRoot(Po,t),this.emitOnRoot("clicked::link",t)),n&&!r&&"#"===this.computedHref&&Ue(t,{propagation:!1})},focus:function(){Te(this.$el)},blur:function(){Xe(this.$el)}},render:function(t){var e=this.active,n=this.disabled;return t(this.computedTag,xo({class:{active:e,disabled:n},attrs:this.computedAttrs,props:this.computedProps},this.isRouterLink?"nativeOn":"on",this.computedListeners),this.normalizeSlot())}});function Co(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Lo,Ho=function(t){return t="left"===t?"start":"right"===t?"end":t,"justify-content-".concat(t)},Io=$n({align:Ln(U),cardHeader:Ln(z,!1),fill:Ln(z,!1),justified:Ln(z,!1),pills:Ln(z,!1),small:Ln(z,!1),tabs:Ln(z,!1),tag:Ln(U,"ul"),vertical:Ln(z,!1)},C),$o=b.a.extend({name:C,functional:!0,props:Io,render:function(t,e){var n,r=e.props,o=e.data,i=e.children,u=r.tabs,a=r.pills,s=r.vertical,c=r.align,p=r.cardHeader;return t(r.tag,k(o,{staticClass:"nav",class:(n={"nav-tabs":u,"nav-pills":a&&!u,"card-header-tabs":!s&&p&&u,"card-header-pills":!s&&p&&a&&!u,"flex-column":s,"nav-fill":!s&&r.fill,"nav-justified":!s&&r.justified},Co(n,Ho(c),!s&&c),Co(n,"small",r.small),n)}),i)}});function Bo(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function No(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Bo(Object(n),!0).forEach((function(e){Wo(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Bo(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Wo(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Fo=tr("value",{type:Y}),zo=Fo.mixin,Ro=Fo.props,Vo=Fo.prop,Yo=Fo.event,Go=function(t){return!t.disabled},Uo=b.a.extend({name:B,inject:{bvTabs:{default:function(){return{}}}},props:{controls:Ln(U),id:Ln(U),noKeyNav:Ln(z,!1),posInSet:Ln(Y),setSize:Ln(Y),tab:Ln(),tabIndex:Ln(Y)},methods:{focus:function(){Te(this.$refs.link)},handleEvent:function(t){if(!this.tab.disabled){var e=t.type,n=t.keyCode,r=t.shiftKey;"click"===e||"keydown"===e&&n===Hr?(Ue(t),this.$emit(Se,t)):"keydown"!==e||this.noKeyNav||(-1!==[Ir,Ar,jr].indexOf(n)?(Ue(t),r||n===jr?this.$emit(Pe,t):this.$emit(Le,t)):-1!==[Sr,Lr,xr].indexOf(n)&&(Ue(t),r||n===xr?this.$emit(_e,t):this.$emit(Ce,t)))}}},render:function(t){var e=this.id,n=this.tabIndex,r=this.setSize,o=this.posInSet,i=this.controls,u=this.handleEvent,a=this.tab,s=a.title,c=a.localActive,p=a.disabled,f=a.titleItemClass,l=a.titleLinkClass,d=a.titleLinkAttributes,h=t(_o,{staticClass:"nav-link",class:[{active:c&&!p,disabled:p},l,c?this.bvTabs.activeNavItemClass:null],props:{disabled:p},attrs:No(No({},d),{},{id:e,role:"tab",tabindex:n,"aria-selected":c&&!p?"true":"false","aria-setsize":r,"aria-posinset":o,"aria-controls":i}),on:{click:u,keydown:u},ref:"link"},[this.tab.normalizeSlot(Vr)||s]);return t("li",{staticClass:"nav-item",class:[f],attrs:{role:"presentation"}},[h])}}),qo=sn(Io,["tabs","isNavBar","cardHeader"]),Ko=$n(pn(No(No(No(No({},lr),Ro),qo),{},{activeNavItemClass:Ln(q),activeTabClass:Ln(q),card:Ln(z,!1),contentClass:Ln(q),end:Ln(z,!1),lazy:Ln(z,!1),navClass:Ln(q),navWrapperClass:Ln(q),noFade:Ln(z,!1),noKeyNav:Ln(z,!1),noNavStyle:Ln(z,!1),tag:Ln(U,"div")})),H),Jo=b.a.extend({name:H,mixins:[dr,zo,uo],provide:function(){return{bvTabs:this}},props:Ko,data:function(){return{currentTab:Kt(this[Vo],-1),tabs:[],registeredTabs:[]}},computed:{fade:function(){return!this.noFade},localNavClass:function(){var t=[];return this.card&&this.vertical&&t.push("card-header","h-100","border-bottom-0","rounded-0"),[].concat(t,[this.navClass])}},watch:(Lo={},Wo(Lo,Vo,(function(t,e){if(t!==e){t=Kt(t,-1),e=Kt(e,0);var n=this.tabs[t];n&&!n.disabled?this.activateTab(n):t<e?this.previousTab():this.nextTab()}})),Wo(Lo,"currentTab",(function(t){var e=-1;this.tabs.forEach((function(n,r){r!==t||n.disabled?n.localActive=!1:(n.localActive=!0,e=r)})),this.$emit(Yo,e)})),Wo(Lo,"tabs",(function(t,e){var n=this;yr(t.map((function(t){return t[D]})),e.map((function(t){return t[D]})))||this.$nextTick((function(){n.$emit(De,t.slice(),e.slice())}))})),Wo(Lo,"registeredTabs",(function(){this.updateTabs()})),Lo),created:function(){this.$_observer=null},mounted:function(){this.setObserver(!0)},beforeDestroy:function(){this.setObserver(!1),this.tabs=[]},methods:{registerTab:function(t){Ut(this.registeredTabs,t)||this.registeredTabs.push(t)},unregisterTab:function(t){this.registeredTabs=this.registeredTabs.slice().filter((function(e){return e!==t}))},setObserver:function(){var t=this,e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,e){var n=function(){t.$nextTick((function(){ie((function(){t.updateTabs()}))}))};this.$_observer=no(this.$refs.content,n,{childList:!0,subtree:!1,attributes:!0,attributeFilter:["id"]})}},getTabs:function(){var t=this.registeredTabs.filter((function(t){return 0===t.$children.filter((function(t){return t._isTab})).length})),e=[];if(dt&&t.length>0){var n=t.map((function(t){return"#".concat(t.safeId())})).join(", ");e=le(n,this.$el).map((function(t){return t.id})).filter(jn)}return ro(t,(function(t,n){return e.indexOf(t.safeId())-e.indexOf(n.safeId())}))},updateTabs:function(){var t=this.getTabs(),e=t.indexOf(t.slice().reverse().find((function(t){return t.localActive&&!t.disabled})));if(e<0){var n=this.currentTab;n>=t.length?e=t.indexOf(t.slice().reverse().find(Go)):t[n]&&!t[n].disabled&&(e=n)}e<0&&(e=t.indexOf(t.find(Go))),t.forEach((function(t,n){t.localActive=n===e})),this.tabs=t,this.currentTab=e},getButtonForTab:function(t){return(this.$refs.buttons||[]).find((function(e){return e.tab===t}))},updateButton:function(t){var e=this.getButtonForTab(t);e&&e.$forceUpdate&&e.$forceUpdate()},activateTab:function(t){var e=this.currentTab,n=this.tabs,r=!1;if(t){var o=n.indexOf(t);if(o!==e&&o>-1&&!t.disabled){var i=new qr(we,{cancelable:!0,vueTarget:this,componentId:this.safeId()});this.$emit(i.type,o,e,i),i.defaultPrevented||(this.currentTab=o,r=!0)}}return r||this[Vo]===e||this.$emit(Yo,e),r},deactivateTab:function(t){return!!t&&this.activateTab(this.tabs.filter((function(e){return e!==t})).find(Go))},focusButton:function(t){var e=this;this.$nextTick((function(){Te(e.getButtonForTab(t))}))},emitTabClick:function(t,e){Yt(e)&&t&&t.$emit&&!t.disabled&&t.$emit(Se,e)},clickTab:function(t,e){this.activateTab(t),this.emitTabClick(t,e)},firstTab:function(t){var e=this.tabs.find(Go);this.activateTab(e)&&t&&(this.focusButton(e),this.emitTabClick(e,t))},previousTab:function(t){var e=qn(this.currentTab,0),n=this.tabs.slice(0,e).reverse().find(Go);this.activateTab(n)&&t&&(this.focusButton(n),this.emitTabClick(n,t))},nextTab:function(t){var e=qn(this.currentTab,-1),n=this.tabs.slice(e+1).find(Go);this.activateTab(n)&&t&&(this.focusButton(n),this.emitTabClick(n,t))},lastTab:function(t){var e=this.tabs.slice().reverse().find(Go);this.activateTab(e)&&t&&(this.focusButton(e),this.emitTabClick(e,t))}},render:function(t){var e=this,n=this.align,r=this.card,o=this.end,i=this.fill,u=this.firstTab,a=this.justified,s=this.lastTab,c=this.nextTab,p=this.noKeyNav,f=this.noNavStyle,l=this.pills,d=this.previousTab,h=this.small,y=this.tabs,m=this.vertical,v=y.find((function(t){return t.localActive&&!t.disabled})),b=y.find((function(t){return!t.disabled})),g=y.map((function(n,r){var o,i=n.safeId,a=null;return p||(a=-1,(n===v||!v&&n===b)&&(a=null)),t(Uo,{props:{controls:i?i():null,id:n.controlledBy||(i?i("_BV_tab_button_"):null),noKeyNav:p,posInSet:r+1,setSize:y.length,tab:n,tabIndex:a},on:(o={},Wo(o,Se,(function(t){e.clickTab(n,t)})),Wo(o,Pe,u),Wo(o,Le,d),Wo(o,Ce,c),Wo(o,_e,s),o),key:n[D]||r,ref:"buttons",refInFor:!0})})),O=t($o,{class:this.localNavClass,attrs:{role:"tablist",id:this.safeId("_BV_tab_controls_")},props:{fill:i,justified:a,align:n,tabs:!f&&!l,pills:!f&&l,vertical:m,small:h,cardHeader:r&&!m},ref:"nav"},[this.normalizeSlot(Rr)||t(),g,this.normalizeSlot(zr)||t()]);O=t("div",{class:[{"card-header":r&&!m&&!o,"card-footer":r&&!m&&o,"col-auto":m},this.navWrapperClass],key:"bv-tabs-nav"},[O]);var T=this.normalizeSlot()||[],X=t();0===T.length&&(X=t("div",{class:["tab-pane","active",{"card-body":r}],key:"bv-empty-tab"},this.normalizeSlot(Wr)));var w=t("div",{staticClass:"tab-content",class:[{col:m},this.contentClass],attrs:{id:this.safeId("_BV_tab_container_")},key:"bv-content",ref:"content"},[T,X]);return t(this.tag,{staticClass:"tabs",class:{row:m,"no-gutters":m&&r},attrs:{id:this.safeId()}},[o?w:t(),O,o?t():w])}});function Zo(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Qo(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Zo(Object(n),!0).forEach((function(e){ti(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Zo(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function ti(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var ei,ni,ri={name:"",enterClass:"",enterActiveClass:"",enterToClass:"show",leaveClass:"show",leaveActiveClass:"",leaveToClass:""},oi=Qo(Qo({},ri),{},{enterActiveClass:"fade",leaveActiveClass:"fade"}),ii={appear:Ln(z,!1),mode:Ln(U),noFade:Ln(z,!1),transProps:Ln(G)},ui=b.a.extend({name:N,functional:!0,props:ii,render:function(t,e){var n=e.children,r=e.data,o=e.props,i=o.transProps;return Rt(i)||(i=o.noFade?ri:oi,o.appear&&(i=Qo(Qo({},i),{},{appear:!0,appearClass:i.enterClass,appearActiveClass:i.enterActiveClass,appearToClass:i.enterToClass}))),i=Qo(Qo({mode:o.mode},i),{},{css:!0}),t("transition",k(r,{props:i}),n)}});function ai(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function si(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ai(Object(n),!0).forEach((function(e){ci(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ai(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function ci(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var pi="active",fi=Ne+pi,li=$n(pn(si(si({},lr),{},(ei={},ci(ei,pi,Ln(z,!1)),ci(ei,"buttonId",Ln(U)),ci(ei,"disabled",Ln(z,!1)),ci(ei,"lazy",Ln(z,!1)),ci(ei,"noBody",Ln(z,!1)),ci(ei,"tag",Ln(U,"div")),ci(ei,"title",Ln(U)),ci(ei,"titleItemClass",Ln(q)),ci(ei,"titleLinkAttributes",Ln(G)),ci(ei,"titleLinkClass",Ln(q)),ei))),L),di=b.a.extend({name:L,mixins:[dr,uo],inject:{bvTabs:{default:function(){return{}}}},props:li,data:function(){return{localActive:this[pi]&&!this.disabled}},computed:{_isTab:function(){return!0},tabClasses:function(){var t=this.localActive,e=this.disabled;return[{active:t,disabled:e,"card-body":this.bvTabs.card&&!this.noBody},t?this.bvTabs.activeTabClass:null]},controlledBy:function(){return this.buttonId||this.safeId("__BV_tab_button__")},computedNoFade:function(){return!this.bvTabs.fade},computedLazy:function(){return this.bvTabs.lazy||this.lazy}},watch:(ni={},ci(ni,pi,(function(t,e){t!==e&&(t?this.activate():this.deactivate()||this.$emit(fi,this.localActive))})),ci(ni,"disabled",(function(t,e){if(t!==e){var n=this.bvTabs.firstTab;t&&this.localActive&&n&&(this.localActive=!1,n())}})),ci(ni,"localActive",(function(t){this.$emit(fi,t)})),ni),mounted:function(){this.registerTab()},updated:function(){var t=this.bvTabs.updateButton;t&&this.hasNormalizedSlot(Vr)&&t(this)},beforeDestroy:function(){this.unregisterTab()},methods:{registerTab:function(){var t=this.bvTabs.registerTab;t&&t(this)},unregisterTab:function(){var t=this.bvTabs.unregisterTab;t&&t(this)},activate:function(){var t=this.bvTabs.activateTab;return!(!t||this.disabled)&&t(this)},deactivate:function(){var t=this.bvTabs.deactivateTab;return!(!t||!this.localActive)&&t(this)}},render:function(t){var e=this.localActive,n=t(this.tag,{staticClass:"tab-pane",class:this.tabClasses,directives:[{name:"show",value:e}],attrs:{role:"tabpanel",id:this.safeId(),"aria-hidden":e?"false":"true","aria-labelledby":this.controlledBy||null},ref:"panel"},[e||!this.computedLazy?this.normalizeSlot():t()]);return t(ui,{props:{mode:"out-in",noFade:this.computedNoFade}},[n])}});function hi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var yi={viewBox:"0 0 16 16",width:"1em",height:"1em",focusable:"false",role:"img","aria-label":"icon"},mi={width:null,height:null,focusable:null,role:null,"aria-label":null},vi={animation:Ln(U),content:Ln(U),flipH:Ln(z,!1),flipV:Ln(z,!1),fontScale:Ln(tt,1),rotate:Ln(tt,0),scale:Ln(tt,1),shiftH:Ln(tt,0),shiftV:Ln(tt,0),stacked:Ln(z,!1),title:Ln(U),variant:Ln(U)},bi=b.a.extend({name:A,functional:!0,props:vi,render:function(t,e){var n,r=e.data,o=e.props,i=e.children,u=o.animation,a=o.content,s=o.flipH,c=o.flipV,p=o.stacked,f=o.title,l=o.variant,d=qn(Jt(o.fontScale,1),0)||1,h=qn(Jt(o.scale,1),0)||1,y=Jt(o.rotate,0),m=Jt(o.shiftH,0),v=Jt(o.shiftV,0),b=s||c||1!==h,g=b||y,O=m||v,T=!$t(a),X=[g?"translate(8 8)":null,b?"scale(".concat((s?-1:1)*h," ").concat((c?-1:1)*h,")"):null,y?"rotate(".concat(y,")"):null,g?"translate(-8 -8)":null].filter(jn),w=t("g",{attrs:{transform:X.join(" ")||null},domProps:T?{innerHTML:a||""}:{}},i);O&&(w=t("g",{attrs:{transform:"translate(".concat(16*m/16," ").concat(-16*v/16,")")}},[w])),p&&(w=t("g",[w]));var M=f?t("title",f):null,D=[M,w].filter(jn);return t("svg",k({staticClass:"b-icon bi",class:(n={},hi(n,"text-".concat(l),l),hi(n,"b-icon-animation-".concat(u),u),n),attrs:yi,style:p?{}:{fontSize:1===d?null:"".concat(100*d,"%")}},r,p?{attrs:mi}:{},{attrs:{xmlns:p?null:"http://www.w3.org/2000/svg",fill:"currentColor"}}),D)}});function gi(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Oi(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?gi(Object(n),!0).forEach((function(e){Ti(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):gi(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Ti(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Xi=sn(vi,["content"]),wi=function(t,e){var n=Zt(t),r="BIcon".concat(Qt(t)),o="bi-".concat(n),i=n.replace(/-/g," "),u=ee(e||"");return b.a.extend({name:r,functional:!0,props:Xi,render:function(t,e){var n=e.data,r=e.props;return t(bi,k({props:{title:i},attrs:{"aria-label":i}},n,{staticClass:o,props:Oi(Oi({},r),{},{content:u})}))}})},Mi=wi("ChevronDown",'<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>'),ki=wi("ChevronUp",'<path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/>'),Di=wi("CircleFill",'<circle cx="8" cy="8" r="8"/>'),Si=wi("Clock",'<path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"/>'),xi=wi("ClockFill",'<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/>'),Pi=wi("Dash",'<path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>'),Ei=wi("Plus",'<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>');function ji(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ai(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ji(Object(n),!0).forEach((function(e){_i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ji(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function _i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Ci=sn(Ao,["event","routerTag"]);delete Ci.href.default,delete Ci.to.default;var Li=$n(pn(Ai(Ai({},Ci),{},{block:Ln(z,!1),disabled:Ln(z,!1),pill:Ln(z,!1),pressed:Ln(z,null),size:Ln(U),squared:Ln(z,!1),tag:Ln(U,"button"),type:Ln(U,"button"),variant:Ln(U,"secondary")})),S),Hi=function(t){"focusin"===t.type?ve(t.target,"focus"):"focusout"===t.type&&be(t.target,"focus")},Ii=function(t){return fo(t)||ce(t.tag,"a")},$i=function(t){return Nt(t.pressed)},Bi=function(t){return!(Ii(t)||t.tag&&!ce(t.tag,"button"))},Ni=function(t){return!Ii(t)&&!Bi(t)},Wi=function(t){var e;return["btn-".concat(t.variant||"secondary"),(e={},_i(e,"btn-".concat(t.size),t.size),_i(e,"btn-block",t.block),_i(e,"rounded-pill",t.pill),_i(e,"rounded-0",t.squared&&!t.pill),_i(e,"disabled",t.disabled),_i(e,"active",t.pressed),e)]},Fi=function(t){return Ii(t)?Hn(Ci,t):{}},zi=function(t,e){var n=Bi(t),r=Ii(t),o=$i(t),i=Ni(t),u=r&&"#"===t.href,a=e.attrs&&e.attrs.role?e.attrs.role:null,s=e.attrs?e.attrs.tabindex:null;return(i||u)&&(s="0"),{type:n&&!r?t.type:null,disabled:n?t.disabled:null,role:i||u?"button":a,"aria-disabled":i?String(t.disabled):null,"aria-pressed":o?String(t.pressed):null,autocomplete:o?"off":null,tabindex:t.disabled&&!n?"-1":s}},Ri=b.a.extend({name:S,functional:!0,props:Li,render:function(t,e){var n=e.props,r=e.data,o=e.listeners,i=e.children,u=$i(n),a=Ii(n),s=Ni(n),c=a&&"#"===n.href,p={keydown:function(t){if(!n.disabled&&(s||c)){var e=t.keyCode;if(e===Hr||e===Pr&&s){var r=t.currentTarget||t.target;Ue(t,{propagation:!1}),r.click()}}},click:function(t){n.disabled&&Yt(t)?Ue(t):u&&o&&o["update:pressed"]&&qt(o["update:pressed"]).forEach((function(t){Bt(t)&&t(!n.pressed)}))}};u&&(p.focusin=Hi,p.focusout=Hi);var f={staticClass:"btn",class:Wi(n),props:Fi(n),attrs:zi(n,r),on:p};return t(a?_o:n.tag,k(r,f),i)}}),Vi=n("f0bd"),Yi="top-start",Gi="top-end",Ui="bottom-start",qi="bottom-end",Ki="right-start",Ji="left-start",Zi=b.a.extend({data:function(){return{listenForClickOut:!1}},watch:{listenForClickOut:function(t,e){t!==e&&(Ye(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,ze),t&&Ve(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,ze))}},beforeCreate:function(){this.clickOutElement=null,this.clickOutEventName=null},mounted:function(){this.clickOutElement||(this.clickOutElement=document),this.clickOutEventName||(this.clickOutEventName="click"),this.listenForClickOut&&Ve(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,ze)},beforeDestroy:function(){Ye(this.clickOutElement,this.clickOutEventName,this._clickOutHandler,ze)},methods:{isClickOut:function(t){return!me(this.$el,t.target)},_clickOutHandler:function(t){this.clickOutHandler&&this.isClickOut(t)&&this.clickOutHandler(t)}}}),Qi=b.a.extend({data:function(){return{listenForFocusIn:!1}},watch:{listenForFocusIn:function(t,e){t!==e&&(Ye(this.focusInElement,"focusin",this._focusInHandler,ze),t&&Ve(this.focusInElement,"focusin",this._focusInHandler,ze))}},beforeCreate:function(){this.focusInElement=null},mounted:function(){this.focusInElement||(this.focusInElement=document),this.listenForFocusIn&&Ve(this.focusInElement,"focusin",this._focusInHandler,ze)},beforeDestroy:function(){Ye(this.focusInElement,"focusin",this._focusInHandler,ze)},methods:{_focusInHandler:function(t){this.focusInHandler&&this.focusInHandler(t)}}});function tu(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function eu(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?tu(Object(n),!0).forEach((function(e){nu(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):tu(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function nu(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var ru=Ke(x,Ie),ou=Ke(x,Ee),iu=".dropdown form",uu=[".dropdown-item",".b-dropdown-form"].map((function(t){return"".concat(t,":not(.disabled):not([disabled])")})).join(", "),au=function(t){return(t||[]).filter(fe)},su=$n(pn(eu(eu({},lr),{},{boundary:Ln([_t,U],"scrollParent"),disabled:Ln(z,!1),dropleft:Ln(z,!1),dropright:Ln(z,!1),dropup:Ln(z,!1),noFlip:Ln(z,!1),offset:Ln(tt,0),popperOpts:Ln(G,{}),right:Ln(z,!1)})),x),cu=b.a.extend({mixins:[dr,go,Zi,Qi],provide:function(){return{bvDropdown:this}},inject:{bvNavbar:{default:null}},props:su,data:function(){return{visible:!1,visibleChangePrevented:!1}},computed:{inNavbar:function(){return!It(this.bvNavbar)},toggler:function(){var t=this.$refs.toggle;return t?t.$el||t:null},directionClass:function(){return this.dropup?"dropup":this.dropright?"dropright":this.dropleft?"dropleft":""},boundaryClass:function(){return"scrollParent"===this.boundary||this.inNavbar?"":"position-static"},hideDelay:function(){return this.inNavbar?gt?300:50:0}},watch:{visible:function(t,e){if(this.visibleChangePrevented)this.visibleChangePrevented=!1;else if(t!==e){var n=t?He:je,r=new qr(n,{cancelable:!0,vueTarget:this,target:this.$refs.menu,relatedTarget:null,componentId:this.safeId?this.safeId():this.id||null});if(this.emitEvent(r),r.defaultPrevented)return this.visibleChangePrevented=!0,this.visible=e,void this.$off(Ee,this.focusToggler);t?this.showMenu():this.hideMenu()}},disabled:function(t,e){t!==e&&t&&this.visible&&(this.visible=!1)}},created:function(){this.$_popper=null,this.$_hideTimeout=null},deactivated:function(){this.visible=!1,this.whileOpenListen(!1),this.destroyPopper()},beforeDestroy:function(){this.visible=!1,this.whileOpenListen(!1),this.destroyPopper(),this.clearHideTimeout()},methods:{emitEvent:function(t){var e=t.type;this.emitOnRoot(Ke(x,e),t),this.$emit(e,t)},showMenu:function(){var t=this;if(!this.disabled){if(!this.inNavbar)if("undefined"===typeof Vi["a"])Jr("Popper.js not found. Falling back to CSS positioning",x);else{var e=this.dropup&&this.right||this.split?this.$el:this.$refs.toggle;e=e.$el||e,this.createPopper(e)}this.emitOnRoot(ru,this),this.whileOpenListen(!0),this.$nextTick((function(){t.focusMenu(),t.$emit(Ie)}))}},hideMenu:function(){this.whileOpenListen(!1),this.emitOnRoot(ou,this),this.$emit(Ee),this.destroyPopper()},createPopper:function(t){this.destroyPopper(),this.$_popper=new Vi["a"](t,this.$refs.menu,this.getPopperConfig())},destroyPopper:function(){this.$_popper&&this.$_popper.destroy(),this.$_popper=null},updatePopper:function(){try{this.$_popper.scheduleUpdate()}catch(t){}},clearHideTimeout:function(){clearTimeout(this.$_hideTimeout),this.$_hideTimeout=null},getPopperConfig:function(){var t=Ui;this.dropup?t=this.right?Gi:Yi:this.dropright?t=Ki:this.dropleft?t=Ji:this.right&&(t=qi);var e={placement:t,modifiers:{offset:{offset:this.offset||0},flip:{enabled:!this.noFlip}}},n=this.boundary;return n&&(e.modifiers.preventOverflow={boundariesElement:n}),cn(e,this.popperOpts||{})},whileOpenListen:function(t){this.listenForClickOut=t,this.listenForFocusIn=t;var e=t?"$on":"$off";this.$root[e](ru,this.rootCloseListener)},rootCloseListener:function(t){t!==this&&(this.visible=!1)},show:function(){var t=this;this.disabled||ie((function(){t.visible=!0}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.disabled||(this.visible=!1,t&&this.$once(Ee,this.focusToggler))},toggle:function(t){t=t||{};var e=t,n=e.type,r=e.keyCode;("click"===n||"keydown"===n&&-1!==[Pr,Hr,Sr].indexOf(r))&&(this.disabled?this.visible=!1:(this.$emit($e,t),Ue(t),this.visible?this.hide(!0):this.show()))},onMousedown:function(t){Ue(t,{propagation:!1})},onKeydown:function(t){var e=t.keyCode;e===Er?this.onEsc(t):e===Sr?this.focusNext(t,!1):e===Ir&&this.focusNext(t,!0)},onEsc:function(t){this.visible&&(this.visible=!1,Ue(t),this.$once(Ee,this.focusToggler))},onSplitClick:function(t){this.disabled?this.visible=!1:this.$emit(Se,t)},hideHandler:function(t){var e=this,n=t.target;!this.visible||me(this.$refs.menu,n)||me(this.toggler,n)||(this.clearHideTimeout(),this.$_hideTimeout=setTimeout((function(){return e.hide()}),this.hideDelay))},clickOutHandler:function(t){this.hideHandler(t)},focusInHandler:function(t){this.hideHandler(t)},focusNext:function(t,e){var n=this,r=t.target;!this.visible||t&&ye(iu,r)||(Ue(t),this.$nextTick((function(){var t=n.getItems();if(!(t.length<1)){var o=t.indexOf(r);e&&o>0?o--:!e&&o<t.length-1&&o++,o<0&&(o=0),n.focusItem(o,t)}})))},focusItem:function(t,e){var n=e.find((function(e,n){return n===t}));Te(n)},getItems:function(){return au(le(uu,this.$refs.menu))},focusMenu:function(){Te(this.$refs.menu)},focusToggler:function(){var t=this;this.$nextTick((function(){Te(t.toggler)}))}}}),pu="__BV_hover_handler__",fu="mouseenter",lu="mouseleave",du=function(t){var e=function(e){t(e.type===fu,e)};return e.fn=t,e},hu=function(t,e,n){Ge(t,e,fu,n,ze),Ge(t,e,lu,n,ze)},yu=function(t,e){var n=e.value,r=void 0===n?null:n;if(dt){var o=t[pu],i=Bt(o),u=!(i&&o.fn===r);i&&u&&(hu(!1,t,o),delete t[pu]),Bt(r)&&u&&(t[pu]=du(r),hu(!0,t,t[pu]))}},mu={bind:yu,componentUpdated:yu,unbind:function(t){yu(t,{value:null})}};function vu(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function bu(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?vu(Object(n),!0).forEach((function(e){gu(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):vu(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function gu(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Ou=pn(bu(bu(bu(bu(bu(bu({},lr),Vn),Gn),sn(su,["disabled"])),sn(Fn,["autofocus"])),{},{buttonOnly:Ln(z,!1),buttonVariant:Ln(U,"secondary"),formattedValue:Ln(U),labelSelected:Ln(U),lang:Ln(U),menuClass:Ln(q),placeholder:Ln(U),readonly:Ln(z,!1),rtl:Ln(z,null),value:Ln(U,"")})),Tu=b.a.extend({name:$,directives:{"b-hover":mu},mixins:[dr,Yn,Un,cu,uo],props:Ou,data:function(){return{isHovered:!1,hasFocus:!1}},computed:{idButton:function(){return this.safeId()},idLabel:function(){return this.safeId("_value_")},idMenu:function(){return this.safeId("_dialog_")},idWrapper:function(){return this.safeId("_outer_")},computedDir:function(){return!0===this.rtl?"rtl":!1===this.rtl?"ltr":null}},methods:{focus:function(){this.disabled||Te(this.$refs.toggle)},blur:function(){this.disabled||Xe(this.$refs.toggle)},setFocus:function(t){this.hasFocus="focus"===t.type},handleHover:function(t){this.isHovered=t}},render:function(t){var e,n=this.idButton,r=this.idLabel,o=this.idMenu,i=this.idWrapper,u=this.disabled,a=this.readonly,s=this.required,c=this.name,p=this.state,f=this.visible,l=this.size,d=this.isHovered,h=this.hasFocus,y=this.labelSelected,m=this.buttonVariant,v=this.buttonOnly,b=te(this.value)||"",g=!1===p||s&&!b,O={isHovered:d,hasFocus:h,state:p,opened:f},T=t("button",{staticClass:"btn",class:(e={},gu(e,"btn-".concat(m),v),gu(e,"btn-".concat(l),l),gu(e,"h-auto",!v),gu(e,"dropdown-toggle",v),gu(e,"dropdown-toggle-no-caret",v),e),attrs:{id:n,type:"button",disabled:u,"aria-haspopup":"dialog","aria-expanded":f?"true":"false","aria-invalid":g?"true":null,"aria-required":s?"true":null},directives:[{name:"b-hover",value:this.handleHover}],on:{mousedown:this.onMousedown,click:this.toggle,keydown:this.toggle,"!focus":this.setFocus,"!blur":this.setFocus},ref:"toggle"},[this.hasNormalizedSlot($r)?this.normalizeSlot($r,O):t(Mi,{props:{scale:1.25}})]),X=t();c&&!u&&(X=t("input",{attrs:{type:"hidden",name:c||null,form:this.form||null,value:b}}));var w=t("div",{staticClass:"dropdown-menu",class:[this.menuClass,{show:f,"dropdown-menu-right":this.right}],attrs:{id:o,role:"dialog",tabindex:"-1","aria-modal":"false","aria-labelledby":r},on:{keydown:this.onKeydown},ref:"menu"},[this.normalizeSlot(Nr,{opened:f})]),M=t("label",{class:v?"sr-only":["form-control",{"text-muted":!b},this.stateClass,this.sizeFormClass],attrs:{id:r,for:n,"aria-invalid":g?"true":null,"aria-required":s?"true":null},directives:[{name:"b-hover",value:this.handleHover}],on:{"!click":function(t){Ue(t,{preventDefault:!1})}}},[b?this.formattedValue||b:this.placeholder||"",b&&y?t("bdi",{staticClass:"sr-only"},y):""]);return t("div",{staticClass:"b-form-btn-label-control dropdown",class:[this.directionClass,this.boundaryClass,[{"btn-group":v,"form-control":!v,focus:h&&!v,show:f,"is-valid":!0===p,"is-invalid":!1===p},v?null:this.sizeFormClass]],attrs:{id:i,role:v?null:"group",lang:this.lang||null,dir:this.computedDir,"aria-disabled":u,"aria-readonly":a&&!u,"aria-labelledby":r,"aria-invalid":!1===p||s&&!b?"true":null,"aria-required":s?"true":null}},[T,X,w,M])}});function Xu(t,e,n){return Xu=wu()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=Function.bind.apply(t,r),i=new o;return n&&Mu(i,n.prototype),i},Xu.apply(null,arguments)}function wu(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(T){return!1}}function Mu(t,e){return Mu=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},Mu(t,e)}var ku,Du=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return Xu(Date,e)},Su=function(t,e){var n=new Intl.DateTimeFormat(t,e);return n.format},xu=["ar","az","ckb","fa","he","ks","lrc","mzn","ps","sd","te","ug","ur","yi"].map((function(t){return t.toLowerCase()})),Pu=function(t){var e=te(t).toLowerCase().replace(st,"").split("-"),n=e.slice(0,2).join("-"),r=e[0];return Ut(xu,n)||Ut(xu,r)};function Eu(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function ju(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Eu(Object(n),!0).forEach((function(e){Au(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Eu(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Au(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var _u,Cu=tr("value",{type:J}),Lu=Cu.mixin,Hu=Cu.props,Iu=Cu.prop,$u=Cu.event,Bu=1,Nu=100,Wu=1,Fu=500,zu=100,Ru=10,Vu=4,Yu=[Ir,Sr,jr,xr,Cr,_r],Gu=$n(pn(ju(ju(ju(ju(ju(ju({},lr),Hu),sn(Fn,["required","autofocus"])),Vn),Gn),{},{ariaControls:Ln(U),ariaLabel:Ln(U),formatterFn:Ln(V),inline:Ln(z,!1),labelDecrement:Ln(U,"Decrement"),labelIncrement:Ln(U,"Increment"),locale:Ln(K),max:Ln(tt,Nu),min:Ln(tt,Bu),placeholder:Ln(U),readonly:Ln(z,!1),repeatDelay:Ln(tt,Fu),repeatInterval:Ln(tt,zu),repeatStepMultiplier:Ln(tt,Vu),repeatThreshold:Ln(tt,Ru),step:Ln(tt,Wu),vertical:Ln(z,!1),wrap:Ln(z,!1)})),E),Uu=b.a.extend({name:E,mixins:[vo,dr,Lu,Yn,Un,uo],inheritAttrs:!1,props:Gu,data:function(){return{localValue:Jt(this[Iu],null),hasFocus:!1}},computed:{spinId:function(){return this.safeId()},computedInline:function(){return this.inline&&!this.vertical},computedReadonly:function(){return this.readonly&&!this.disabled},computedRequired:function(){return this.required&&!this.computedReadonly&&!this.disabled},computedStep:function(){return Jt(this.step,Wu)},computedMin:function(){return Jt(this.min,Bu)},computedMax:function(){var t=Jt(this.max,Nu),e=this.computedStep,n=this.computedMin;return Kn((t-n)/e)*e+n},computedDelay:function(){var t=Kt(this.repeatDelay,0);return t>0?t:Fu},computedInterval:function(){var t=Kt(this.repeatInterval,0);return t>0?t:zu},computedThreshold:function(){return qn(Kt(this.repeatThreshold,Ru),1)},computedStepMultiplier:function(){return qn(Kt(this.repeatStepMultiplier,Vu),1)},computedPrecision:function(){var t=this.computedStep;return Kn(t)===t?0:(t.toString().split(".")[1]||"").length},computedMultiplier:function(){return Jn(10,this.computedPrecision||0)},valueAsFixed:function(){var t=this.localValue;return It(t)?"":t.toFixed(this.computedPrecision)},computedLocale:function(){var t=qt(this.locale).filter(jn),e=new Intl.NumberFormat(t);return e.resolvedOptions().locale},computedRTL:function(){return Pu(this.computedLocale)},defaultFormatter:function(){var t=this.computedPrecision,e=new Intl.NumberFormat(this.computedLocale,{style:"decimal",useGrouping:!1,minimumIntegerDigits:1,minimumFractionDigits:t,maximumFractionDigits:t,notation:"standard"});return e.format},computedFormatter:function(){var t=this.formatterFn;return Nn(t)?t:this.defaultFormatter},computedAttrs:function(){return ju(ju({},this.bvAttrs),{},{role:"group",lang:this.computedLocale,tabindex:this.disabled?null:"-1",title:this.ariaLabel})},computedSpinAttrs:function(){var t=this.spinId,e=this.localValue,n=this.computedRequired,r=this.disabled,o=this.state,i=this.computedFormatter,u=!It(e);return ju(ju({dir:this.computedRTL?"rtl":"ltr"},this.bvAttrs),{},{id:t,role:"spinbutton",tabindex:r?null:"0","aria-live":"off","aria-label":this.ariaLabel||null,"aria-controls":this.ariaControls||null,"aria-invalid":!1===o||!u&&n?"true":null,"aria-required":n?"true":null,"aria-valuemin":te(this.computedMin),"aria-valuemax":te(this.computedMax),"aria-valuenow":u?e:null,"aria-valuetext":u?i(e):null})}},watch:(ku={},Au(ku,Iu,(function(t){this.localValue=Jt(t,null)})),Au(ku,"localValue",(function(t){this.$emit($u,t)})),Au(ku,"disabled",(function(t){t&&this.clearRepeat()})),Au(ku,"readonly",(function(t){t&&this.clearRepeat()})),ku),created:function(){this.$_autoDelayTimer=null,this.$_autoRepeatTimer=null,this.$_keyIsDown=!1},beforeDestroy:function(){this.clearRepeat()},deactivated:function(){this.clearRepeat()},methods:{focus:function(){this.disabled||Te(this.$refs.spinner)},blur:function(){this.disabled||Xe(this.$refs.spinner)},emitChange:function(){this.$emit(ke,this.localValue)},stepValue:function(t){var e=this.localValue;if(!this.disabled&&!It(e)){var n=this.computedStep*t,r=this.computedMin,o=this.computedMax,i=this.computedMultiplier,u=this.wrap;e=Zn((e-r)/n)*n+r+n,e=Zn(e*i)/i,this.localValue=e>o?u?r:o:e<r?u?o:r:e}},onFocusBlur:function(t){this.hasFocus=!this.disabled&&"focus"===t.type},stepUp:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=this.localValue;It(e)?this.localValue=this.computedMin:this.stepValue(1*t)},stepDown:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=this.localValue;It(e)?this.localValue=this.wrap?this.computedMax:this.computedMin:this.stepValue(-1*t)},onKeydown:function(t){var e=t.keyCode,n=t.altKey,r=t.ctrlKey,o=t.metaKey;if(!(this.disabled||this.readonly||n||r||o)&&Ut(Yu,e)){if(Ue(t,{propagation:!1}),this.$_keyIsDown)return;this.resetTimers(),Ut([Ir,Sr],e)?(this.$_keyIsDown=!0,e===Ir?this.handleStepRepeat(t,this.stepUp):e===Sr&&this.handleStepRepeat(t,this.stepDown)):e===Cr?this.stepUp(this.computedStepMultiplier):e===_r?this.stepDown(this.computedStepMultiplier):e===jr?this.localValue=this.computedMin:e===xr&&(this.localValue=this.computedMax)}},onKeyup:function(t){var e=t.keyCode,n=t.altKey,r=t.ctrlKey,o=t.metaKey;this.disabled||this.readonly||n||r||o||Ut(Yu,e)&&(Ue(t,{propagation:!1}),this.resetTimers(),this.$_keyIsDown=!1,this.emitChange())},handleStepRepeat:function(t,e){var n=this,r=t||{},o=r.type,i=r.button;if(!this.disabled&&!this.readonly){if("mousedown"===o&&i)return;this.resetTimers(),e(1);var u=this.computedThreshold,a=this.computedStepMultiplier,s=this.computedDelay,c=this.computedInterval;this.$_autoDelayTimer=setTimeout((function(){var t=0;n.$_autoRepeatTimer=setInterval((function(){e(t<u?1:a),t++}),c)}),s)}},onMouseup:function(t){var e=t||{},n=e.type,r=e.button;"mouseup"===n&&r||(Ue(t,{propagation:!1}),this.resetTimers(),this.setMouseup(!1),this.emitChange())},setMouseup:function(t){try{Ge(t,document.body,"mouseup",this.onMouseup,!1),Ge(t,document.body,"touchend",this.onMouseup,!1)}catch(e){}},resetTimers:function(){clearTimeout(this.$_autoDelayTimer),clearInterval(this.$_autoRepeatTimer),this.$_autoDelayTimer=null,this.$_autoRepeatTimer=null},clearRepeat:function(){this.resetTimers(),this.setMouseup(!1),this.$_keyIsDown=!1}},render:function(t){var e=this,n=this.spinId,r=this.localValue,o=this.computedInline,i=this.computedReadonly,u=this.vertical,a=this.disabled,s=this.computedFormatter,c=!It(r),p=function(r,o,s,c,p,f,l){var d=t(s,{props:{scale:e.hasFocus?1.5:1.25},attrs:{"aria-hidden":"true"}}),h={hasFocus:e.hasFocus},y=function(t){a||i||(Ue(t,{propagation:!1}),e.setMouseup(!0),Te(t.currentTarget),e.handleStepRepeat(t,r))};return t("button",{staticClass:"btn btn-sm border-0 rounded-0",class:{"py-0":!u},attrs:{tabindex:"-1",type:"button",disabled:a||i||f,"aria-disabled":a||i||f?"true":null,"aria-controls":n,"aria-label":o||null,"aria-keyshortcuts":p||null},on:{mousedown:y,touchstart:y},key:c||null,ref:c},[e.normalizeSlot(l,h)||d])},f=p(this.stepUp,this.labelIncrement,Ei,"inc","ArrowUp",!1,Fr),l=p(this.stepDown,this.labelDecrement,Pi,"dec","ArrowDown",!1,Br),d=t();this.name&&!a&&(d=t("input",{attrs:{type:"hidden",name:this.name,form:this.form||null,value:this.valueAsFixed},key:"hidden"}));var h=t("output",{staticClass:"flex-grow-1",class:{"d-flex":u,"align-self-center":!u,"align-items-center":u,"border-top":u,"border-bottom":u,"border-left":!u,"border-right":!u},attrs:this.computedSpinAttrs,key:"output",ref:"spinner"},[t("bdi",c?s(r):this.placeholder||"")]);return t("div",{staticClass:"b-form-spinbutton form-control",class:[{disabled:a,readonly:i,focus:this.hasFocus,"d-inline-flex":o||u,"d-flex":!o&&!u,"align-items-stretch":!u,"flex-column":u},this.sizeFormClass,this.stateClass],attrs:this.computedAttrs,on:{keydown:this.onKeydown,keyup:this.onKeyup,"!focus":this.onFocusBlur,"!blur":this.onFocusBlur}},u?[f,d,h,l]:[l,d,h,f])}});function qu(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ku(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?qu(Object(n),!0).forEach((function(e){Ju(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):qu(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Ju(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Zu(t,e){return ra(t)||na(t,e)||ta(t,e)||Qu()}function Qu(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ta(t,e){if(t){if("string"===typeof t)return ea(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ea(t,e):void 0}}function ea(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function na(t,e){var n=null==t?null:"undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],u=!0,a=!1;try{for(n=n.call(t);!(u=(r=n.next()).done);u=!0)if(i.push(r.value),e&&i.length===e)break}catch(s){a=!0,o=s}finally{try{u||null==n["return"]||n["return"]()}finally{if(a)throw o}}return i}}function ra(t){if(Array.isArray(t))return t}var oa,ia=tr("value",{type:U,defaultValue:""}),ua=ia.mixin,aa=ia.props,sa=ia.prop,ca=ia.event,pa="numeric",fa=function(t){return"00".concat(t||"").slice(-2)},la=function(t){t=te(t);var e=null,n=null,r=null;if(it.test(t)){var o=t.split(":").map((function(t){return Kt(t,null)})),i=Zu(o,3);e=i[0],n=i[1],r=i[2]}return{hours:$t(e)?null:e,minutes:$t(n)?null:n,seconds:$t(r)?null:r,ampm:$t(e)||e<12?0:1}},da=function(t){var e=t.hours,n=t.minutes,r=t.seconds,o=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(It(e)||It(n)||o&&It(r))return"";var i=[e,n,o?r:0];return i.map(fa).join(":")},ha=$n(pn(Ku(Ku(Ku(Ku({},lr),aa),an(Gu,["labelIncrement","labelDecrement"])),{},{ariaLabelledby:Ln(U),disabled:Ln(z,!1),footerTag:Ln(U,"footer"),headerTag:Ln(U,"header"),hidden:Ln(z,!1),hideHeader:Ln(z,!1),hour12:Ln(z,null),labelAm:Ln(U,"AM"),labelAmpm:Ln(U,"AM/PM"),labelHours:Ln(U,"Hours"),labelMinutes:Ln(U,"Minutes"),labelNoTimeSelected:Ln(U,"No time selected"),labelPm:Ln(U,"PM"),labelSeconds:Ln(U,"Seconds"),labelSelected:Ln(U,"Selected time"),locale:Ln(K),minutesStep:Ln(tt,1),readonly:Ln(z,!1),secondsStep:Ln(tt,1),showSeconds:Ln(z,!1)})),I),ya=b.a.extend({name:I,mixins:[dr,ua,uo],props:ha,data:function(){var t=la(this[sa]||"");return{modelHours:t.hours,modelMinutes:t.minutes,modelSeconds:t.seconds,modelAmpm:t.ampm,isLive:!1}},computed:{computedHMS:function(){var t=this.modelHours,e=this.modelMinutes,n=this.modelSeconds;return da({hours:t,minutes:e,seconds:n},this.showSeconds)},resolvedOptions:function(){var t=qt(this.locale).filter(jn),e={hour:pa,minute:pa,second:pa};$t(this.hour12)||(e.hour12=!!this.hour12);var n=new Intl.DateTimeFormat(t,e),r=n.resolvedOptions(),o=r.hour12||!1,i=r.hourCycle||(o?"h12":"h23");return{locale:r.locale,hour12:o,hourCycle:i}},computedLocale:function(){return this.resolvedOptions.locale},computedLang:function(){return(this.computedLocale||"").replace(/-u-.*$/,"")},computedRTL:function(){return Pu(this.computedLang)},computedHourCycle:function(){return this.resolvedOptions.hourCycle},is12Hour:function(){return!!this.resolvedOptions.hour12},context:function(){return{locale:this.computedLocale,isRTL:this.computedRTL,hourCycle:this.computedHourCycle,hour12:this.is12Hour,hours:this.modelHours,minutes:this.modelMinutes,seconds:this.showSeconds?this.modelSeconds:0,value:this.computedHMS,formatted:this.formattedTimeString}},valueId:function(){return this.safeId()||null},computedAriaLabelledby:function(){return[this.ariaLabelledby,this.valueId].filter(jn).join(" ")||null},timeFormatter:function(){var t={hour12:this.is12Hour,hourCycle:this.computedHourCycle,hour:pa,minute:pa,timeZone:"UTC"};return this.showSeconds&&(t.second=pa),Su(this.computedLocale,t)},numberFormatter:function(){var t=new Intl.NumberFormat(this.computedLocale,{style:"decimal",minimumIntegerDigits:2,minimumFractionDigits:0,maximumFractionDigits:0,notation:"standard"});return t.format},formattedTimeString:function(){var t=this.modelHours,e=this.modelMinutes,n=this.showSeconds&&this.modelSeconds||0;return this.computedHMS?this.timeFormatter(Du(Date.UTC(0,0,1,t,e,n))):this.labelNoTimeSelected||" "},spinScopedSlots:function(){var t=this.$createElement;return{increment:function(e){var n=e.hasFocus;return t(ki,{props:{scale:n?1.5:1.25},attrs:{"aria-hidden":"true"}})},decrement:function(e){var n=e.hasFocus;return t(ki,{props:{flipV:!0,scale:n?1.5:1.25},attrs:{"aria-hidden":"true"}})}}}},watch:(_u={},Ju(_u,sa,(function(t,e){if(t!==e&&!yr(la(t),la(this.computedHMS))){var n=la(t),r=n.hours,o=n.minutes,i=n.seconds,u=n.ampm;this.modelHours=r,this.modelMinutes=o,this.modelSeconds=i,this.modelAmpm=u}})),Ju(_u,"computedHMS",(function(t,e){t!==e&&this.$emit(ca,t)})),Ju(_u,"context",(function(t,e){yr(t,e)||this.$emit(xe,t)})),Ju(_u,"modelAmpm",(function(t,e){var n=this;if(t!==e){var r=It(this.modelHours)?0:this.modelHours;this.$nextTick((function(){0===t&&r>11?n.modelHours=r-12:1===t&&r<12&&(n.modelHours=r+12)}))}})),Ju(_u,"modelHours",(function(t,e){t!==e&&(this.modelAmpm=t>11?1:0)})),_u),created:function(){var t=this;this.$nextTick((function(){t.$emit(xe,t.context)}))},mounted:function(){this.setLive(!0)},activated:function(){this.setLive(!0)},deactivated:function(){this.setLive(!1)},beforeDestroy:function(){this.setLive(!1)},methods:{focus:function(){this.disabled||Te(this.$refs.spinners[0])},blur:function(){if(!this.disabled){var t=se();me(this.$el,t)&&Xe(t)}},formatHours:function(t){var e=this.computedHourCycle;return t=this.is12Hour&&t>12?t-12:t,t=0===t&&"h12"===e?12:0===t&&"h24"===e?24:12===t&&"h11"===e?0:t,this.numberFormatter(t)},formatMinutes:function(t){return this.numberFormatter(t)},formatSeconds:function(t){return this.numberFormatter(t)},formatAmpm:function(t){return 0===t?this.labelAm:1===t?this.labelPm:""},setHours:function(t){this.modelHours=t},setMinutes:function(t){this.modelMinutes=t},setSeconds:function(t){this.modelSeconds=t},setAmpm:function(t){this.modelAmpm=t},onSpinLeftRight:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.type,n=t.keyCode;if(!this.disabled&&"keydown"===e&&(n===Ar||n===Lr)){Ue(t);var r=this.$refs.spinners||[],o=r.map((function(t){return!!t.hasFocus})).indexOf(!0);o+=n===Ar?-1:1,o=o>=r.length?0:o<0?r.length-1:o,Te(r[o])}},setLive:function(t){var e=this;t?this.$nextTick((function(){ie((function(){e.isLive=!0}))})):this.isLive=!1}},render:function(t){var e=this;if(this.hidden)return t();var n=this.disabled,r=this.readonly,o=this.computedLocale,i=this.computedAriaLabelledby,u=this.labelIncrement,a=this.labelDecrement,s=this.valueId,c=this.focus,p=[],f=function(i,c,f){var l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},d=e.safeId("_spinbutton_".concat(c,"_"))||null;return p.push(d),t(Uu,{class:f,props:Ku({id:d,placeholder:"--",vertical:!0,required:!0,disabled:n,readonly:r,locale:o,labelIncrement:u,labelDecrement:a,wrap:!0,ariaControls:s,min:0},l),scopedSlots:e.spinScopedSlots,on:{change:i},key:c,ref:"spinners",refInFor:!0})},l=function(){return t("div",{staticClass:"d-flex flex-column",class:{"text-muted":n||r},attrs:{"aria-hidden":"true"}},[t(Di,{props:{shiftV:4,scale:.5}}),t(Di,{props:{shiftV:-4,scale:.5}})])},d=[];d.push(f(this.setHours,"hours","b-time-hours",{value:this.modelHours,max:23,step:1,formatterFn:this.formatHours,ariaLabel:this.labelHours})),d.push(l()),d.push(f(this.setMinutes,"minutes","b-time-minutes",{value:this.modelMinutes,max:59,step:this.minutesStep||1,formatterFn:this.formatMinutes,ariaLabel:this.labelMinutes})),this.showSeconds&&(d.push(l()),d.push(f(this.setSeconds,"seconds","b-time-seconds",{value:this.modelSeconds,max:59,step:this.secondsStep||1,formatterFn:this.formatSeconds,ariaLabel:this.labelSeconds}))),this.is12Hour&&d.push(f(this.setAmpm,"ampm","b-time-ampm",{value:this.modelAmpm,max:1,formatterFn:this.formatAmpm,ariaLabel:this.labelAmpm,required:!1})),d=t("div",{staticClass:"d-flex align-items-center justify-content-center mx-auto",attrs:{role:"group",tabindex:n||r?null:"-1","aria-labelledby":i},on:{keydown:this.onSpinLeftRight,click:function(t){t.target===t.currentTarget&&c()}}},d);var h=t("output",{staticClass:"form-control form-control-sm text-center",class:{disabled:n||r},attrs:{id:s,role:"status",for:p.filter(jn).join(" ")||null,tabindex:n?null:"-1","aria-live":this.isLive?"polite":"off","aria-atomic":"true"},on:{click:c,focus:c}},[t("bdi",this.formattedTimeString),this.computedHMS?t("span",{staticClass:"sr-only"}," (".concat(this.labelSelected,") ")):""]),y=t(this.headerTag,{staticClass:"b-time-header",class:{"sr-only":this.hideHeader}},[h]),m=this.normalizeSlot(),v=m?t(this.footerTag,{staticClass:"b-time-footer"},m):t();return t("div",{staticClass:"b-time d-inline-flex flex-column text-center",attrs:{role:"group",lang:this.computedLang||null,"aria-labelledby":i||null,"aria-disabled":n?"true":null,"aria-readonly":r&&!n?"true":null}},[y,d,v])}});function ma(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function va(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?ma(Object(n),!0).forEach((function(e){ba(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ma(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function ba(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var ga=tr("value",{type:U,defaultValue:""}),Oa=ga.mixin,Ta=ga.props,Xa=ga.prop,wa=ga.event,Ma=sn(ha,["hidden","id","value"]),ka=sn(Ou,["formattedValue","id","lang","rtl","value"]),Da=$n(pn(va(va(va(va(va({},lr),Ta),Ma),ka),{},{closeButtonVariant:Ln(U,"outline-secondary"),labelCloseButton:Ln(U,"Close"),labelNowButton:Ln(U,"Select now"),labelResetButton:Ln(U,"Reset"),noCloseButton:Ln(z,!1),nowButton:Ln(z,!1),nowButtonVariant:Ln(U,"outline-primary"),resetButton:Ln(z,!1),resetButtonVariant:Ln(U,"outline-danger"),resetValue:Ln(Q)})),j),Sa=b.a.extend({name:j,mixins:[dr,Oa],props:Da,data:function(){return{localHMS:this[Xa]||"",localLocale:null,isRTL:!1,formattedValue:"",isVisible:!1}},computed:{computedLang:function(){return(this.localLocale||"").replace(/-u-.*$/i,"")||null}},watch:(oa={},ba(oa,Xa,(function(t){this.localHMS=t||""})),ba(oa,"localHMS",(function(t){this.isVisible&&this.$emit(wa,t||"")})),oa),methods:{focus:function(){this.disabled||Te(this.$refs.control)},blur:function(){this.disabled||Xe(this.$refs.control)},setAndClose:function(t){var e=this;this.localHMS=t,this.$nextTick((function(){e.$refs.control.hide(!0)}))},onInput:function(t){this.localHMS!==t&&(this.localHMS=t)},onContext:function(t){var e=t.isRTL,n=t.locale,r=t.value,o=t.formatted;this.isRTL=e,this.localLocale=n,this.formattedValue=o,this.localHMS=r||"",this.$emit(xe,t)},onNowButton:function(){var t=new Date,e=t.getHours(),n=t.getMinutes(),r=this.showSeconds?t.getSeconds():0,o=[e,n,r].map((function(t){return"00".concat(t||"").slice(-2)})).join(":");this.setAndClose(o)},onResetButton:function(){this.setAndClose(this.resetValue)},onCloseButton:function(){this.$refs.control.hide(!0)},onShow:function(){this.isVisible=!0},onShown:function(){var t=this;this.$nextTick((function(){Te(t.$refs.time),t.$emit(Ie)}))},onHidden:function(){this.isVisible=!1,this.$emit(Ee)},defaultButtonFn:function(t){var e=t.isHovered,n=t.hasFocus;return this.$createElement(e||n?xi:Si,{attrs:{"aria-hidden":"true"}})}},render:function(t){var e=this.localHMS,n=this.disabled,r=this.readonly,o=this.$props,i=$t(this.placeholder)?this.labelNoTimeSelected:this.placeholder,u=[];if(this.nowButton){var a=this.labelNowButton;u.push(t(Ri,{props:{size:"sm",disabled:n||r,variant:this.nowButtonVariant},attrs:{"aria-label":a||null},on:{click:this.onNowButton},key:"now-btn"},a))}if(this.resetButton){u.length>0&&u.push(t("span"," "));var s=this.labelResetButton;u.push(t(Ri,{props:{size:"sm",disabled:n||r,variant:this.resetButtonVariant},attrs:{"aria-label":s||null},on:{click:this.onResetButton},key:"reset-btn"},s))}if(!this.noCloseButton){u.length>0&&u.push(t("span"," "));var c=this.labelCloseButton;u.push(t(Ri,{props:{size:"sm",disabled:n,variant:this.closeButtonVariant},attrs:{"aria-label":c||null},on:{click:this.onCloseButton},key:"close-btn"},c))}u.length>0&&(u=[t("div",{staticClass:"b-form-date-controls d-flex flex-wrap",class:{"justify-content-between":u.length>1,"justify-content-end":u.length<2}},u)]);var p=t(ya,{staticClass:"b-form-time-control",props:va(va({},Hn(Ma,o)),{},{value:e,hidden:!this.isVisible}),on:{input:this.onInput,context:this.onContext},ref:"time"},u);return t(Tu,{staticClass:"b-form-timepicker",props:va(va({},Hn(ka,o)),{},{id:this.safeId(),value:e,formattedValue:e?this.formattedValue:"",placeholder:i,rtl:this.isRTL,lang:this.computedLang}),on:{show:this.onShow,shown:this.onShown,hidden:this.onHidden},scopedSlots:ba({},$r,this.$scopedSlots[$r]||this.defaultButtonFn),ref:"control"},[p])}}),xa={name:"VueCronEditorBootstrap",mixins:[O],components:{BFormInput:Dr,BTabs:Jo,BTab:di,BFormTimepicker:Sa},data:function(){return{activeTab:null,tabs:[{id:0,key:"minutes"},{id:1,key:"hourly"},{id:2,key:"daily"},{id:3,key:"weekly"},{id:4,key:"monthly"},{id:5,key:"advanced"}]}},mounted:function(){var t=this;this.activeTab=this.tabs.find((function(e){return e.key===t.currentTab})).id},watch:{currentTab:function(){var t=this;this.activeTab=this.tabs.find((function(e){return e.key===t.currentTab})).id}},computed:{dateTime:function(){var t="".concat(this.editorData.hours,":").concat(this.editorData.minutes,":00");return t}},methods:{reset:function(t){var e=this.tabs.find((function(e){return e.id===t})).key;this._resetToTab(e)},setDateTime:function(t){if(null!=t){var e=t.split(":");this.editorData.hours=e[0],this.editorData.minutes=e[1]}}}},Pa=xa;function Ea(t,e,n,r,o,i,u,a){var s,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),u?(s=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(u)},c._ssrRegister=s):o&&(s=a?function(){o.call(this,this.$root.$options.shadowRoot)}:o),s)if(c.functional){c._injectStyles=s;var p=c.render;c.render=function(t,e){return s.call(e),p(t,e)}}else{var f=c.beforeCreate;c.beforeCreate=f?[].concat(f,s):[s]}return{exports:t,options:c}}var ja=Ea(Pa,u,a,!1,null,null,null),Aa=ja.exports;e["default"]=Aa},fb6a:function(t,e,n){"use strict";var r=n("23e7"),o=n("861d"),i=n("e8b5"),u=n("23cb"),a=n("50c4"),s=n("fc6a"),c=n("8418"),p=n("b622"),f=n("1dde"),l=n("ae40"),d=f("slice"),h=l("slice",{ACCESSORS:!0,0:0,1:2}),y=p("species"),m=[].slice,v=Math.max;r({target:"Array",proto:!0,forced:!d||!h},{slice:function(t,e){var n,r,p,f=s(this),l=a(f.length),d=u(t,l),h=u(void 0===e?l:e,l);if(i(f)&&(n=f.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?o(n)&&(n=n[y],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return m.call(f,d,h);for(r=new(void 0===n?Array:n)(v(h-d,0)),p=0;d<h;d++,p++)d in f&&c(r,p,f[d]);return r.length=p,r}})},fc6a:function(t,e,n){var r=n("44ad"),o=n("1d80");t.exports=function(t){return r(o(t))}},fdbc:function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(t,e,n){var r=n("4930");t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}})["default"]}));
//# sourceMappingURL=vueCronEditorBootstrap.umd.min.js.map