first commit
This commit is contained in:
52
public/lib/flatpickr/l10n/ar.js
Normal file
52
public/lib/flatpickr/l10n/ar.js
Normal file
@ -0,0 +1,52 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ar = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Arabic = {
|
||||
weekdays: {
|
||||
shorthand: ["أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت"],
|
||||
longhand: [
|
||||
"الأحد",
|
||||
"الاثنين",
|
||||
"الثلاثاء",
|
||||
"الأربعاء",
|
||||
"الخميس",
|
||||
"الجمعة",
|
||||
"السبت",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
|
||||
longhand: [
|
||||
"يناير",
|
||||
"فبراير",
|
||||
"مارس",
|
||||
"أبريل",
|
||||
"مايو",
|
||||
"يونيو",
|
||||
"يوليو",
|
||||
"أغسطس",
|
||||
"سبتمبر",
|
||||
"أكتوبر",
|
||||
"نوفمبر",
|
||||
"ديسمبر",
|
||||
]
|
||||
},
|
||||
rangeSeparator: " - "
|
||||
};
|
||||
fp.l10ns.ar = Arabic;
|
||||
var ar = fp.l10ns;
|
||||
|
||||
exports.Arabic = Arabic;
|
||||
exports.default = ar;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ar.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ar.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.ar={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["أحد","اثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"],longhand:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"]},months:{shorthand:["1","2","3","4","5","6","7","8","9","10","11","12"],longhand:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},rangeSeparator:" - "};n.l10ns.ar=t;var o=n.l10ns;e.Arabic=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
69
public/lib/flatpickr/l10n/at.js
Normal file
69
public/lib/flatpickr/l10n/at.js
Normal file
@ -0,0 +1,69 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.at = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Austria = {
|
||||
weekdays: {
|
||||
shorthand: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
|
||||
longhand: [
|
||||
"Sonntag",
|
||||
"Montag",
|
||||
"Dienstag",
|
||||
"Mittwoch",
|
||||
"Donnerstag",
|
||||
"Freitag",
|
||||
"Samstag",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jän",
|
||||
"Feb",
|
||||
"Mär",
|
||||
"Apr",
|
||||
"Mai",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dez",
|
||||
],
|
||||
longhand: [
|
||||
"Jänner",
|
||||
"Februar",
|
||||
"März",
|
||||
"April",
|
||||
"Mai",
|
||||
"Juni",
|
||||
"Juli",
|
||||
"August",
|
||||
"September",
|
||||
"Oktober",
|
||||
"November",
|
||||
"Dezember",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
weekAbbreviation: "KW",
|
||||
rangeSeparator: " bis ",
|
||||
scrollTitle: "Zum Ändern scrollen",
|
||||
toggleTitle: "Zum Umschalten klicken"
|
||||
};
|
||||
fp.l10ns.at = Austria;
|
||||
var at = fp.l10ns;
|
||||
|
||||
exports.Austria = Austria;
|
||||
exports.default = at;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/at.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/at.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.at={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["So","Mo","Di","Mi","Do","Fr","Sa"],longhand:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},months:{shorthand:["Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],longhand:["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},firstDayOfWeek:1,weekAbbreviation:"KW",rangeSeparator:" bis ",scrollTitle:"Zum Ändern scrollen",toggleTitle:"Zum Umschalten klicken"};n.l10ns.at=t;var o=n.l10ns;e.Austria=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
74
public/lib/flatpickr/l10n/az.js
Normal file
74
public/lib/flatpickr/l10n/az.js
Normal file
@ -0,0 +1,74 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.az = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Azerbaijan = {
|
||||
weekdays: {
|
||||
shorthand: ["Baz", "BzE", "ÇAx", "Çər", "CAx", "Cüm", "Şən"],
|
||||
longhand: [
|
||||
"Bazar",
|
||||
"Bazar ertəsi",
|
||||
"Çərşənbə axşamı",
|
||||
"Çərşənbə",
|
||||
"Cümə axşamı",
|
||||
"Cümə",
|
||||
"Şənbə",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Yan",
|
||||
"Fev",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"May",
|
||||
"İyn",
|
||||
"İyl",
|
||||
"Avq",
|
||||
"Sen",
|
||||
"Okt",
|
||||
"Noy",
|
||||
"Dek",
|
||||
],
|
||||
longhand: [
|
||||
"Yanvar",
|
||||
"Fevral",
|
||||
"Mart",
|
||||
"Aprel",
|
||||
"May",
|
||||
"İyun",
|
||||
"İyul",
|
||||
"Avqust",
|
||||
"Sentyabr",
|
||||
"Oktyabr",
|
||||
"Noyabr",
|
||||
"Dekabr",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
rangeSeparator: " - ",
|
||||
weekAbbreviation: "Hf",
|
||||
scrollTitle: "Artırmaq üçün sürüşdürün",
|
||||
toggleTitle: "Aç / Bağla",
|
||||
amPM: ["GƏ", "GS"],
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.az = Azerbaijan;
|
||||
var az = fp.l10ns;
|
||||
|
||||
exports.Azerbaijan = Azerbaijan;
|
||||
exports.default = az;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/az.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/az.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,a){typeof exports==="object"&&typeof module!=="undefined"?a(exports):typeof define==="function"&&define.amd?define(["exports"],a):(e=e||self,a(e.az={}))})(this,(function(e){"use strict";var a=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={weekdays:{shorthand:["Baz","BzE","ÇAx","Çər","CAx","Cüm","Şən"],longhand:["Bazar","Bazar ertəsi","Çərşənbə axşamı","Çərşənbə","Cümə axşamı","Cümə","Şənbə"]},months:{shorthand:["Yan","Fev","Mar","Apr","May","İyn","İyl","Avq","Sen","Okt","Noy","Dek"],longhand:["Yanvar","Fevral","Mart","Aprel","May","İyun","İyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"]},firstDayOfWeek:1,ordinal:function(){return"."},rangeSeparator:" - ",weekAbbreviation:"Hf",scrollTitle:"Artırmaq üçün sürüşdürün",toggleTitle:"Aç / Bağla",amPM:["GƏ","GS"],time_24hr:true};a.l10ns.az=n;var r=a.l10ns;e.Azerbaijan=n;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
75
public/lib/flatpickr/l10n/be.js
Normal file
75
public/lib/flatpickr/l10n/be.js
Normal file
@ -0,0 +1,75 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.be = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Belarusian = {
|
||||
weekdays: {
|
||||
shorthand: ["Нд", "Пн", "Аў", "Ср", "Чц", "Пт", "Сб"],
|
||||
longhand: [
|
||||
"Нядзеля",
|
||||
"Панядзелак",
|
||||
"Аўторак",
|
||||
"Серада",
|
||||
"Чацвер",
|
||||
"Пятніца",
|
||||
"Субота",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Сту",
|
||||
"Лют",
|
||||
"Сак",
|
||||
"Кра",
|
||||
"Тра",
|
||||
"Чэр",
|
||||
"Ліп",
|
||||
"Жні",
|
||||
"Вер",
|
||||
"Кас",
|
||||
"Ліс",
|
||||
"Сне",
|
||||
],
|
||||
longhand: [
|
||||
"Студзень",
|
||||
"Люты",
|
||||
"Сакавік",
|
||||
"Красавік",
|
||||
"Травень",
|
||||
"Чэрвень",
|
||||
"Ліпень",
|
||||
"Жнівень",
|
||||
"Верасень",
|
||||
"Кастрычнік",
|
||||
"Лістапад",
|
||||
"Снежань",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
rangeSeparator: " — ",
|
||||
weekAbbreviation: "Тыд.",
|
||||
scrollTitle: "Пракруціце для павелічэння",
|
||||
toggleTitle: "Націсніце для пераключэння",
|
||||
amPM: ["ДП", "ПП"],
|
||||
yearAriaLabel: "Год",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.be = Belarusian;
|
||||
var be = fp.l10ns;
|
||||
|
||||
exports.Belarusian = Belarusian;
|
||||
exports.default = be;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/be.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/be.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.be={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Нд","Пн","Аў","Ср","Чц","Пт","Сб"],longhand:["Нядзеля","Панядзелак","Аўторак","Серада","Чацвер","Пятніца","Субота"]},months:{shorthand:["Сту","Лют","Сак","Кра","Тра","Чэр","Ліп","Жні","Вер","Кас","Ліс","Сне"],longhand:["Студзень","Люты","Сакавік","Красавік","Травень","Чэрвень","Ліпень","Жнівень","Верасень","Кастрычнік","Лістапад","Снежань"]},firstDayOfWeek:1,ordinal:function(){return""},rangeSeparator:" — ",weekAbbreviation:"Тыд.",scrollTitle:"Пракруціце для павелічэння",toggleTitle:"Націсніце для пераключэння",amPM:["ДП","ПП"],yearAriaLabel:"Год",time_24hr:true};n.l10ns.be=t;var o=n.l10ns;e.Belarusian=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
66
public/lib/flatpickr/l10n/bg.js
Normal file
66
public/lib/flatpickr/l10n/bg.js
Normal file
@ -0,0 +1,66 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.bg = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Bulgarian = {
|
||||
weekdays: {
|
||||
shorthand: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
|
||||
longhand: [
|
||||
"Неделя",
|
||||
"Понеделник",
|
||||
"Вторник",
|
||||
"Сряда",
|
||||
"Четвъртък",
|
||||
"Петък",
|
||||
"Събота",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Яну",
|
||||
"Фев",
|
||||
"Март",
|
||||
"Апр",
|
||||
"Май",
|
||||
"Юни",
|
||||
"Юли",
|
||||
"Авг",
|
||||
"Сеп",
|
||||
"Окт",
|
||||
"Ное",
|
||||
"Дек",
|
||||
],
|
||||
longhand: [
|
||||
"Януари",
|
||||
"Февруари",
|
||||
"Март",
|
||||
"Април",
|
||||
"Май",
|
||||
"Юни",
|
||||
"Юли",
|
||||
"Август",
|
||||
"Септември",
|
||||
"Октомври",
|
||||
"Ноември",
|
||||
"Декември",
|
||||
]
|
||||
},
|
||||
time_24hr: true,
|
||||
firstDayOfWeek: 1
|
||||
};
|
||||
fp.l10ns.bg = Bulgarian;
|
||||
var bg = fp.l10ns;
|
||||
|
||||
exports.Bulgarian = Bulgarian;
|
||||
exports.default = bg;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/bg.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/bg.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.bg={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],longhand:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота"]},months:{shorthand:["Яну","Фев","Март","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],longhand:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"]},time_24hr:true,firstDayOfWeek:1};n.l10ns.bg=t;var d=n.l10ns;e.Bulgarian=t;e.default=d;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
64
public/lib/flatpickr/l10n/bn.js
Normal file
64
public/lib/flatpickr/l10n/bn.js
Normal file
@ -0,0 +1,64 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.bn = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Bangla = {
|
||||
weekdays: {
|
||||
shorthand: ["রবি", "সোম", "মঙ্গল", "বুধ", "বৃহস্পতি", "শুক্র", "শনি"],
|
||||
longhand: [
|
||||
"রবিবার",
|
||||
"সোমবার",
|
||||
"মঙ্গলবার",
|
||||
"বুধবার",
|
||||
"বৃহস্পতিবার",
|
||||
"শুক্রবার",
|
||||
"শনিবার",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"জানু",
|
||||
"ফেব্রু",
|
||||
"মার্চ",
|
||||
"এপ্রিল",
|
||||
"মে",
|
||||
"জুন",
|
||||
"জুলাই",
|
||||
"আগ",
|
||||
"সেপ্টে",
|
||||
"অক্টো",
|
||||
"নভে",
|
||||
"ডিসে",
|
||||
],
|
||||
longhand: [
|
||||
"জানুয়ারী",
|
||||
"ফেব্রুয়ারী",
|
||||
"মার্চ",
|
||||
"এপ্রিল",
|
||||
"মে",
|
||||
"জুন",
|
||||
"জুলাই",
|
||||
"আগস্ট",
|
||||
"সেপ্টেম্বর",
|
||||
"অক্টোবর",
|
||||
"নভেম্বর",
|
||||
"ডিসেম্বর",
|
||||
]
|
||||
}
|
||||
};
|
||||
fp.l10ns.bn = Bangla;
|
||||
var bn = fp.l10ns;
|
||||
|
||||
exports.Bangla = Bangla;
|
||||
exports.default = bn;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/bn.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/bn.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.bn={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],longhand:["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"]},months:{shorthand:["জানু","ফেব্রু","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগ","সেপ্টে","অক্টো","নভে","ডিসে"],longhand:["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"]}};n.l10ns.bn=t;var d=n.l10ns;e.Bangla=t;e.default=d;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
66
public/lib/flatpickr/l10n/bs.js
Normal file
66
public/lib/flatpickr/l10n/bs.js
Normal file
@ -0,0 +1,66 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.bs = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Bosnian = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"],
|
||||
longhand: [
|
||||
"Nedjelja",
|
||||
"Ponedjeljak",
|
||||
"Utorak",
|
||||
"Srijeda",
|
||||
"Četvrtak",
|
||||
"Petak",
|
||||
"Subota",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Maj",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Avg",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dec",
|
||||
],
|
||||
longhand: [
|
||||
"Januar",
|
||||
"Februar",
|
||||
"Mart",
|
||||
"April",
|
||||
"Maj",
|
||||
"Juni",
|
||||
"Juli",
|
||||
"Avgust",
|
||||
"Septembar",
|
||||
"Oktobar",
|
||||
"Novembar",
|
||||
"Decembar",
|
||||
]
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.bs = Bosnian;
|
||||
var bs = fp.l10ns;
|
||||
|
||||
exports.Bosnian = Bosnian;
|
||||
exports.default = bs;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/bs.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/bs.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,t){typeof exports==="object"&&typeof module!=="undefined"?t(exports):typeof define==="function"&&define.amd?define(["exports"],t):(e=e||self,t(e.bs={}))})(this,(function(e){"use strict";var t=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={firstDayOfWeek:1,weekdays:{shorthand:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],longhand:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"]},months:{shorthand:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],longhand:["Januar","Februar","Mart","April","Maj","Juni","Juli","Avgust","Septembar","Oktobar","Novembar","Decembar"]},time_24hr:true};t.l10ns.bs=n;var a=t.l10ns;e.Bosnian=n;e.default=a;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
83
public/lib/flatpickr/l10n/cat.js
Normal file
83
public/lib/flatpickr/l10n/cat.js
Normal file
@ -0,0 +1,83 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.cat = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Catalan = {
|
||||
weekdays: {
|
||||
shorthand: ["Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds"],
|
||||
longhand: [
|
||||
"Diumenge",
|
||||
"Dilluns",
|
||||
"Dimarts",
|
||||
"Dimecres",
|
||||
"Dijous",
|
||||
"Divendres",
|
||||
"Dissabte",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Gen",
|
||||
"Febr",
|
||||
"Març",
|
||||
"Abr",
|
||||
"Maig",
|
||||
"Juny",
|
||||
"Jul",
|
||||
"Ag",
|
||||
"Set",
|
||||
"Oct",
|
||||
"Nov",
|
||||
"Des",
|
||||
],
|
||||
longhand: [
|
||||
"Gener",
|
||||
"Febrer",
|
||||
"Març",
|
||||
"Abril",
|
||||
"Maig",
|
||||
"Juny",
|
||||
"Juliol",
|
||||
"Agost",
|
||||
"Setembre",
|
||||
"Octubre",
|
||||
"Novembre",
|
||||
"Desembre",
|
||||
]
|
||||
},
|
||||
ordinal: function (nth) {
|
||||
var s = nth % 100;
|
||||
if (s > 3 && s < 21)
|
||||
return "è";
|
||||
switch (s % 10) {
|
||||
case 1:
|
||||
return "r";
|
||||
case 2:
|
||||
return "n";
|
||||
case 3:
|
||||
return "r";
|
||||
case 4:
|
||||
return "t";
|
||||
default:
|
||||
return "è";
|
||||
}
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.cat = Catalan;
|
||||
var cat = fp.l10ns;
|
||||
|
||||
exports.Catalan = Catalan;
|
||||
exports.default = cat;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/cat.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/cat.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,r){typeof exports==="object"&&typeof module!=="undefined"?r(exports):typeof define==="function"&&define.amd?define(["exports"],r):(e=e||self,r(e.cat={}))})(this,(function(e){"use strict";var r=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={weekdays:{shorthand:["Dg","Dl","Dt","Dc","Dj","Dv","Ds"],longhand:["Diumenge","Dilluns","Dimarts","Dimecres","Dijous","Divendres","Dissabte"]},months:{shorthand:["Gen","Febr","Març","Abr","Maig","Juny","Jul","Ag","Set","Oct","Nov","Des"],longhand:["Gener","Febrer","Març","Abril","Maig","Juny","Juliol","Agost","Setembre","Octubre","Novembre","Desembre"]},ordinal:function(e){var r=e%100;if(r>3&&r<21)return"è";switch(r%10){case 1:return"r";case 2:return"n";case 3:return"r";case 4:return"t";default:return"è"}},firstDayOfWeek:1,time_24hr:true};r.l10ns.cat=n;var t=r.l10ns;e.Catalan=n;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
75
public/lib/flatpickr/l10n/cs.js
Normal file
75
public/lib/flatpickr/l10n/cs.js
Normal file
@ -0,0 +1,75 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.cs = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Czech = {
|
||||
weekdays: {
|
||||
shorthand: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"],
|
||||
longhand: [
|
||||
"Neděle",
|
||||
"Pondělí",
|
||||
"Úterý",
|
||||
"Středa",
|
||||
"Čtvrtek",
|
||||
"Pátek",
|
||||
"Sobota",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Led",
|
||||
"Ún",
|
||||
"Bře",
|
||||
"Dub",
|
||||
"Kvě",
|
||||
"Čer",
|
||||
"Čvc",
|
||||
"Srp",
|
||||
"Zář",
|
||||
"Říj",
|
||||
"Lis",
|
||||
"Pro",
|
||||
],
|
||||
longhand: [
|
||||
"Leden",
|
||||
"Únor",
|
||||
"Březen",
|
||||
"Duben",
|
||||
"Květen",
|
||||
"Červen",
|
||||
"Červenec",
|
||||
"Srpen",
|
||||
"Září",
|
||||
"Říjen",
|
||||
"Listopad",
|
||||
"Prosinec",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
rangeSeparator: " do ",
|
||||
weekAbbreviation: "Týd.",
|
||||
scrollTitle: "Rolujte pro změnu",
|
||||
toggleTitle: "Přepnout dopoledne/odpoledne",
|
||||
amPM: ["dop.", "odp."],
|
||||
yearAriaLabel: "Rok",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.cs = Czech;
|
||||
var cs = fp.l10ns;
|
||||
|
||||
exports.Czech = Czech;
|
||||
exports.default = cs;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/cs.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/cs.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.cs={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var o={weekdays:{shorthand:["Ne","Po","Út","St","Čt","Pá","So"],longhand:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota"]},months:{shorthand:["Led","Ún","Bře","Dub","Kvě","Čer","Čvc","Srp","Zář","Říj","Lis","Pro"],longhand:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"]},firstDayOfWeek:1,ordinal:function(){return"."},rangeSeparator:" do ",weekAbbreviation:"Týd.",scrollTitle:"Rolujte pro změnu",toggleTitle:"Přepnout dopoledne/odpoledne",amPM:["dop.","odp."],yearAriaLabel:"Rok",time_24hr:true};n.l10ns.cs=o;var t=n.l10ns;e.Czech=o;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
93
public/lib/flatpickr/l10n/cy.js
Normal file
93
public/lib/flatpickr/l10n/cy.js
Normal file
@ -0,0 +1,93 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.cy = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Welsh = {
|
||||
weekdays: {
|
||||
shorthand: ["Sul", "Llun", "Maw", "Mer", "Iau", "Gwe", "Sad"],
|
||||
longhand: [
|
||||
"Dydd Sul",
|
||||
"Dydd Llun",
|
||||
"Dydd Mawrth",
|
||||
"Dydd Mercher",
|
||||
"Dydd Iau",
|
||||
"Dydd Gwener",
|
||||
"Dydd Sadwrn",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Ion",
|
||||
"Chwef",
|
||||
"Maw",
|
||||
"Ebr",
|
||||
"Mai",
|
||||
"Meh",
|
||||
"Gorff",
|
||||
"Awst",
|
||||
"Medi",
|
||||
"Hyd",
|
||||
"Tach",
|
||||
"Rhag",
|
||||
],
|
||||
longhand: [
|
||||
"Ionawr",
|
||||
"Chwefror",
|
||||
"Mawrth",
|
||||
"Ebrill",
|
||||
"Mai",
|
||||
"Mehefin",
|
||||
"Gorffennaf",
|
||||
"Awst",
|
||||
"Medi",
|
||||
"Hydref",
|
||||
"Tachwedd",
|
||||
"Rhagfyr",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function (nth) {
|
||||
if (nth === 1)
|
||||
return "af";
|
||||
if (nth === 2)
|
||||
return "ail";
|
||||
if (nth === 3 || nth === 4)
|
||||
return "ydd";
|
||||
if (nth === 5 || nth === 6)
|
||||
return "ed";
|
||||
if ((nth >= 7 && nth <= 10) ||
|
||||
nth == 12 ||
|
||||
nth == 15 ||
|
||||
nth == 18 ||
|
||||
nth == 20)
|
||||
return "fed";
|
||||
if (nth == 11 ||
|
||||
nth == 13 ||
|
||||
nth == 14 ||
|
||||
nth == 16 ||
|
||||
nth == 17 ||
|
||||
nth == 19)
|
||||
return "eg";
|
||||
if (nth >= 21 && nth <= 39)
|
||||
return "ain";
|
||||
// Inconclusive.
|
||||
return "";
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.cy = Welsh;
|
||||
var cy = fp.l10ns;
|
||||
|
||||
exports.Welsh = Welsh;
|
||||
exports.default = cy;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/cy.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/cy.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.cy={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var r={weekdays:{shorthand:["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"],longhand:["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"]},months:{shorthand:["Ion","Chwef","Maw","Ebr","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"],longhand:["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]},firstDayOfWeek:1,ordinal:function(e){if(e===1)return"af";if(e===2)return"ail";if(e===3||e===4)return"ydd";if(e===5||e===6)return"ed";if(e>=7&&e<=10||e==12||e==15||e==18||e==20)return"fed";if(e==11||e==13||e==14||e==16||e==17||e==19)return"eg";if(e>=21&&e<=39)return"ain";return""},time_24hr:true};n.l10ns.cy=r;var d=n.l10ns;e.Welsh=r;e.default=d;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
71
public/lib/flatpickr/l10n/da.js
Normal file
71
public/lib/flatpickr/l10n/da.js
Normal file
@ -0,0 +1,71 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.da = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Danish = {
|
||||
weekdays: {
|
||||
shorthand: ["søn", "man", "tir", "ons", "tors", "fre", "lør"],
|
||||
longhand: [
|
||||
"søndag",
|
||||
"mandag",
|
||||
"tirsdag",
|
||||
"onsdag",
|
||||
"torsdag",
|
||||
"fredag",
|
||||
"lørdag",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"jan",
|
||||
"feb",
|
||||
"mar",
|
||||
"apr",
|
||||
"maj",
|
||||
"jun",
|
||||
"jul",
|
||||
"aug",
|
||||
"sep",
|
||||
"okt",
|
||||
"nov",
|
||||
"dec",
|
||||
],
|
||||
longhand: [
|
||||
"januar",
|
||||
"februar",
|
||||
"marts",
|
||||
"april",
|
||||
"maj",
|
||||
"juni",
|
||||
"juli",
|
||||
"august",
|
||||
"september",
|
||||
"oktober",
|
||||
"november",
|
||||
"december",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " til ",
|
||||
weekAbbreviation: "uge",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.da = Danish;
|
||||
var da = fp.l10ns;
|
||||
|
||||
exports.Danish = Danish;
|
||||
exports.default = da;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/da.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/da.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.da={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var a={weekdays:{shorthand:["søn","man","tir","ons","tors","fre","lør"],longhand:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},months:{shorthand:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],longhand:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},ordinal:function(){return"."},firstDayOfWeek:1,rangeSeparator:" til ",weekAbbreviation:"uge",time_24hr:true};n.l10ns.da=a;var r=n.l10ns;e.Danish=a;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
70
public/lib/flatpickr/l10n/de.js
Normal file
70
public/lib/flatpickr/l10n/de.js
Normal file
@ -0,0 +1,70 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.de = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var German = {
|
||||
weekdays: {
|
||||
shorthand: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
|
||||
longhand: [
|
||||
"Sonntag",
|
||||
"Montag",
|
||||
"Dienstag",
|
||||
"Mittwoch",
|
||||
"Donnerstag",
|
||||
"Freitag",
|
||||
"Samstag",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mär",
|
||||
"Apr",
|
||||
"Mai",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dez",
|
||||
],
|
||||
longhand: [
|
||||
"Januar",
|
||||
"Februar",
|
||||
"März",
|
||||
"April",
|
||||
"Mai",
|
||||
"Juni",
|
||||
"Juli",
|
||||
"August",
|
||||
"September",
|
||||
"Oktober",
|
||||
"November",
|
||||
"Dezember",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
weekAbbreviation: "KW",
|
||||
rangeSeparator: " bis ",
|
||||
scrollTitle: "Zum Ändern scrollen",
|
||||
toggleTitle: "Zum Umschalten klicken",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.de = German;
|
||||
var de = fp.l10ns;
|
||||
|
||||
exports.German = German;
|
||||
exports.default = de;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/de.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/de.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.de={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["So","Mo","Di","Mi","Do","Fr","Sa"],longhand:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},months:{shorthand:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],longhand:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},firstDayOfWeek:1,weekAbbreviation:"KW",rangeSeparator:" bis ",scrollTitle:"Zum Ändern scrollen",toggleTitle:"Zum Umschalten klicken",time_24hr:true};n.l10ns.de=t;var r=n.l10ns;e.German=t;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
83
public/lib/flatpickr/l10n/default.js
Normal file
83
public/lib/flatpickr/l10n/default.js
Normal file
@ -0,0 +1,83 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.default = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var english = {
|
||||
weekdays: {
|
||||
shorthand: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
||||
longhand: [
|
||||
"Sunday",
|
||||
"Monday",
|
||||
"Tuesday",
|
||||
"Wednesday",
|
||||
"Thursday",
|
||||
"Friday",
|
||||
"Saturday",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"May",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Oct",
|
||||
"Nov",
|
||||
"Dec",
|
||||
],
|
||||
longhand: [
|
||||
"January",
|
||||
"February",
|
||||
"March",
|
||||
"April",
|
||||
"May",
|
||||
"June",
|
||||
"July",
|
||||
"August",
|
||||
"September",
|
||||
"October",
|
||||
"November",
|
||||
"December",
|
||||
]
|
||||
},
|
||||
daysInMonth: [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31],
|
||||
firstDayOfWeek: 0,
|
||||
ordinal: function (nth) {
|
||||
var s = nth % 100;
|
||||
if (s > 3 && s < 21)
|
||||
return "th";
|
||||
switch (s % 10) {
|
||||
case 1:
|
||||
return "st";
|
||||
case 2:
|
||||
return "nd";
|
||||
case 3:
|
||||
return "rd";
|
||||
default:
|
||||
return "th";
|
||||
}
|
||||
},
|
||||
rangeSeparator: " to ",
|
||||
weekAbbreviation: "Wk",
|
||||
scrollTitle: "Scroll to increment",
|
||||
toggleTitle: "Click to toggle",
|
||||
amPM: ["AM", "PM"],
|
||||
yearAriaLabel: "Year",
|
||||
hourAriaLabel: "Hour",
|
||||
minuteAriaLabel: "Minute",
|
||||
time_24hr: false
|
||||
};
|
||||
|
||||
exports.default = english;
|
||||
exports.english = english;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/default.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/default.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,r){typeof exports==="object"&&typeof module!=="undefined"?r(exports):typeof define==="function"&&define.amd?define(["exports"],r):(e=e||self,r(e.default={}))})(this,(function(e){"use strict";var r={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(e){var r=e%100;if(r>3&&r<21)return"th";switch(r%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",hourAriaLabel:"Hour",minuteAriaLabel:"Minute",time_24hr:false};e.default=r;e.english=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
73
public/lib/flatpickr/l10n/eo.js
Normal file
73
public/lib/flatpickr/l10n/eo.js
Normal file
@ -0,0 +1,73 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.eo = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Esperanto = {
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " ĝis ",
|
||||
weekAbbreviation: "Sem",
|
||||
scrollTitle: "Rulumu por pligrandigi la valoron",
|
||||
toggleTitle: "Klaku por ŝalti",
|
||||
weekdays: {
|
||||
shorthand: ["Dim", "Lun", "Mar", "Mer", "Ĵaŭ", "Ven", "Sab"],
|
||||
longhand: [
|
||||
"dimanĉo",
|
||||
"lundo",
|
||||
"mardo",
|
||||
"merkredo",
|
||||
"ĵaŭdo",
|
||||
"vendredo",
|
||||
"sabato",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Maj",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Aŭg",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dec",
|
||||
],
|
||||
longhand: [
|
||||
"januaro",
|
||||
"februaro",
|
||||
"marto",
|
||||
"aprilo",
|
||||
"majo",
|
||||
"junio",
|
||||
"julio",
|
||||
"aŭgusto",
|
||||
"septembro",
|
||||
"oktobro",
|
||||
"novembro",
|
||||
"decembro",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return "-a";
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.eo = Esperanto;
|
||||
var eo = fp.l10ns;
|
||||
|
||||
exports.Esperanto = Esperanto;
|
||||
exports.default = eo;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/eo.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/eo.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,o){typeof exports==="object"&&typeof module!=="undefined"?o(exports):typeof define==="function"&&define.amd?define(["exports"],o):(e=e||self,o(e.eo={}))})(this,(function(e){"use strict";var o=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={firstDayOfWeek:1,rangeSeparator:" ĝis ",weekAbbreviation:"Sem",scrollTitle:"Rulumu por pligrandigi la valoron",toggleTitle:"Klaku por ŝalti",weekdays:{shorthand:["Dim","Lun","Mar","Mer","Ĵaŭ","Ven","Sab"],longhand:["dimanĉo","lundo","mardo","merkredo","ĵaŭdo","vendredo","sabato"]},months:{shorthand:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aŭg","Sep","Okt","Nov","Dec"],longhand:["januaro","februaro","marto","aprilo","majo","junio","julio","aŭgusto","septembro","oktobro","novembro","decembro"]},ordinal:function(){return"-a"},time_24hr:true};o.l10ns.eo=n;var r=o.l10ns;e.Esperanto=n;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
70
public/lib/flatpickr/l10n/es.js
Normal file
70
public/lib/flatpickr/l10n/es.js
Normal file
@ -0,0 +1,70 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.es = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Spanish = {
|
||||
weekdays: {
|
||||
shorthand: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"],
|
||||
longhand: [
|
||||
"Domingo",
|
||||
"Lunes",
|
||||
"Martes",
|
||||
"Miércoles",
|
||||
"Jueves",
|
||||
"Viernes",
|
||||
"Sábado",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Ene",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Abr",
|
||||
"May",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Ago",
|
||||
"Sep",
|
||||
"Oct",
|
||||
"Nov",
|
||||
"Dic",
|
||||
],
|
||||
longhand: [
|
||||
"Enero",
|
||||
"Febrero",
|
||||
"Marzo",
|
||||
"Abril",
|
||||
"Mayo",
|
||||
"Junio",
|
||||
"Julio",
|
||||
"Agosto",
|
||||
"Septiembre",
|
||||
"Octubre",
|
||||
"Noviembre",
|
||||
"Diciembre",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return "º";
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " a ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.es = Spanish;
|
||||
var es = fp.l10ns;
|
||||
|
||||
exports.Spanish = Spanish;
|
||||
exports.default = es;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/es.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/es.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.es={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var o={weekdays:{shorthand:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb"],longhand:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"]},months:{shorthand:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],longhand:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"]},ordinal:function(){return"º"},firstDayOfWeek:1,rangeSeparator:" a ",time_24hr:true};n.l10ns.es=o;var r=n.l10ns;e.Spanish=o;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
73
public/lib/flatpickr/l10n/et.js
Normal file
73
public/lib/flatpickr/l10n/et.js
Normal file
@ -0,0 +1,73 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.et = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Estonian = {
|
||||
weekdays: {
|
||||
shorthand: ["P", "E", "T", "K", "N", "R", "L"],
|
||||
longhand: [
|
||||
"Pühapäev",
|
||||
"Esmaspäev",
|
||||
"Teisipäev",
|
||||
"Kolmapäev",
|
||||
"Neljapäev",
|
||||
"Reede",
|
||||
"Laupäev",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jaan",
|
||||
"Veebr",
|
||||
"Märts",
|
||||
"Apr",
|
||||
"Mai",
|
||||
"Juuni",
|
||||
"Juuli",
|
||||
"Aug",
|
||||
"Sept",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dets",
|
||||
],
|
||||
longhand: [
|
||||
"Jaanuar",
|
||||
"Veebruar",
|
||||
"Märts",
|
||||
"Aprill",
|
||||
"Mai",
|
||||
"Juuni",
|
||||
"Juuli",
|
||||
"August",
|
||||
"September",
|
||||
"Oktoober",
|
||||
"November",
|
||||
"Detsember",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
weekAbbreviation: "Näd",
|
||||
rangeSeparator: " kuni ",
|
||||
scrollTitle: "Keri, et suurendada",
|
||||
toggleTitle: "Klõpsa, et vahetada",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.et = Estonian;
|
||||
var et = fp.l10ns;
|
||||
|
||||
exports.Estonian = Estonian;
|
||||
exports.default = et;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/et.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/et.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,t){typeof exports==="object"&&typeof module!=="undefined"?t(exports):typeof define==="function"&&define.amd?define(["exports"],t):(e=e||self,t(e.et={}))})(this,(function(e){"use strict";var t=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={weekdays:{shorthand:["P","E","T","K","N","R","L"],longhand:["Pühapäev","Esmaspäev","Teisipäev","Kolmapäev","Neljapäev","Reede","Laupäev"]},months:{shorthand:["Jaan","Veebr","Märts","Apr","Mai","Juuni","Juuli","Aug","Sept","Okt","Nov","Dets"],longhand:["Jaanuar","Veebruar","Märts","Aprill","Mai","Juuni","Juuli","August","September","Oktoober","November","Detsember"]},firstDayOfWeek:1,ordinal:function(){return"."},weekAbbreviation:"Näd",rangeSeparator:" kuni ",scrollTitle:"Keri, et suurendada",toggleTitle:"Klõpsa, et vahetada",time_24hr:true};t.l10ns.et=n;var a=t.l10ns;e.Estonian=n;e.default=a;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
68
public/lib/flatpickr/l10n/fa.js
Normal file
68
public/lib/flatpickr/l10n/fa.js
Normal file
@ -0,0 +1,68 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.fa = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Persian = {
|
||||
weekdays: {
|
||||
shorthand: ["یک", "دو", "سه", "چهار", "پنج", "جمعه", "شنبه"],
|
||||
longhand: [
|
||||
"یکشنبه",
|
||||
"دوشنبه",
|
||||
"سهشنبه",
|
||||
"چهارشنبه",
|
||||
"پنچشنبه",
|
||||
"جمعه",
|
||||
"شنبه",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"ژانویه",
|
||||
"فوریه",
|
||||
"مارس",
|
||||
"آوریل",
|
||||
"مه",
|
||||
"ژوئن",
|
||||
"ژوئیه",
|
||||
"اوت",
|
||||
"سپتامبر",
|
||||
"اکتبر",
|
||||
"نوامبر",
|
||||
"دسامبر",
|
||||
],
|
||||
longhand: [
|
||||
"ژانویه",
|
||||
"فوریه",
|
||||
"مارس",
|
||||
"آوریل",
|
||||
"مه",
|
||||
"ژوئن",
|
||||
"ژوئیه",
|
||||
"اوت",
|
||||
"سپتامبر",
|
||||
"اکتبر",
|
||||
"نوامبر",
|
||||
"دسامبر",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 6,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
}
|
||||
};
|
||||
fp.l10ns.fa = Persian;
|
||||
var fa = fp.l10ns;
|
||||
|
||||
exports.Persian = Persian;
|
||||
exports.default = fa;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/fa.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/fa.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.fa={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["یک","دو","سه","چهار","پنج","جمعه","شنبه"],longhand:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنچشنبه","جمعه","شنبه"]},months:{shorthand:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],longhand:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]},firstDayOfWeek:6,ordinal:function(){return""}};n.l10ns.fa=t;var o=n.l10ns;e.Persian=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
69
public/lib/flatpickr/l10n/fi.js
Normal file
69
public/lib/flatpickr/l10n/fi.js
Normal file
@ -0,0 +1,69 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.fi = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Finnish = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["Su", "Ma", "Ti", "Ke", "To", "Pe", "La"],
|
||||
longhand: [
|
||||
"Sunnuntai",
|
||||
"Maanantai",
|
||||
"Tiistai",
|
||||
"Keskiviikko",
|
||||
"Torstai",
|
||||
"Perjantai",
|
||||
"Lauantai",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Tammi",
|
||||
"Helmi",
|
||||
"Maalis",
|
||||
"Huhti",
|
||||
"Touko",
|
||||
"Kesä",
|
||||
"Heinä",
|
||||
"Elo",
|
||||
"Syys",
|
||||
"Loka",
|
||||
"Marras",
|
||||
"Joulu",
|
||||
],
|
||||
longhand: [
|
||||
"Tammikuu",
|
||||
"Helmikuu",
|
||||
"Maaliskuu",
|
||||
"Huhtikuu",
|
||||
"Toukokuu",
|
||||
"Kesäkuu",
|
||||
"Heinäkuu",
|
||||
"Elokuu",
|
||||
"Syyskuu",
|
||||
"Lokakuu",
|
||||
"Marraskuu",
|
||||
"Joulukuu",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.fi = Finnish;
|
||||
var fi = fp.l10ns;
|
||||
|
||||
exports.Finnish = Finnish;
|
||||
exports.default = fi;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/fi.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/fi.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(u,e){typeof exports==="object"&&typeof module!=="undefined"?e(exports):typeof define==="function"&&define.amd?define(["exports"],e):(u=u||self,e(u.fi={}))})(this,(function(u){"use strict";var e=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var i={firstDayOfWeek:1,weekdays:{shorthand:["Su","Ma","Ti","Ke","To","Pe","La"],longhand:["Sunnuntai","Maanantai","Tiistai","Keskiviikko","Torstai","Perjantai","Lauantai"]},months:{shorthand:["Tammi","Helmi","Maalis","Huhti","Touko","Kesä","Heinä","Elo","Syys","Loka","Marras","Joulu"],longhand:["Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kesäkuu","Heinäkuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"]},ordinal:function(){return"."},time_24hr:true};e.l10ns.fi=i;var n=e.l10ns;u.Finnish=i;u.default=n;Object.defineProperty(u,"__esModule",{value:true})}));
|
||||
74
public/lib/flatpickr/l10n/fo.js
Normal file
74
public/lib/flatpickr/l10n/fo.js
Normal file
@ -0,0 +1,74 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.fo = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Faroese = {
|
||||
weekdays: {
|
||||
shorthand: ["Sun", "Mán", "Týs", "Mik", "Hós", "Frí", "Ley"],
|
||||
longhand: [
|
||||
"Sunnudagur",
|
||||
"Mánadagur",
|
||||
"Týsdagur",
|
||||
"Mikudagur",
|
||||
"Hósdagur",
|
||||
"Fríggjadagur",
|
||||
"Leygardagur",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Mai",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Des",
|
||||
],
|
||||
longhand: [
|
||||
"Januar",
|
||||
"Februar",
|
||||
"Mars",
|
||||
"Apríl",
|
||||
"Mai",
|
||||
"Juni",
|
||||
"Juli",
|
||||
"August",
|
||||
"Septembur",
|
||||
"Oktobur",
|
||||
"Novembur",
|
||||
"Desembur",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " til ",
|
||||
weekAbbreviation: "vika",
|
||||
scrollTitle: "Rulla fyri at broyta",
|
||||
toggleTitle: "Trýst fyri at skifta",
|
||||
yearAriaLabel: "Ár",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.fo = Faroese;
|
||||
var fo = fp.l10ns;
|
||||
|
||||
exports.Faroese = Faroese;
|
||||
exports.default = fo;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/fo.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/fo.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,r){typeof exports==="object"&&typeof module!=="undefined"?r(exports):typeof define==="function"&&define.amd?define(["exports"],r):(e=e||self,r(e.fo={}))})(this,(function(e){"use strict";var r=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var a={weekdays:{shorthand:["Sun","Mán","Týs","Mik","Hós","Frí","Ley"],longhand:["Sunnudagur","Mánadagur","Týsdagur","Mikudagur","Hósdagur","Fríggjadagur","Leygardagur"]},months:{shorthand:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],longhand:["Januar","Februar","Mars","Apríl","Mai","Juni","Juli","August","Septembur","Oktobur","Novembur","Desembur"]},ordinal:function(){return"."},firstDayOfWeek:1,rangeSeparator:" til ",weekAbbreviation:"vika",scrollTitle:"Rulla fyri at broyta",toggleTitle:"Trýst fyri at skifta",yearAriaLabel:"Ár",time_24hr:true};r.l10ns.fo=a;var n=r.l10ns;e.Faroese=a;e.default=n;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
75
public/lib/flatpickr/l10n/fr.js
Normal file
75
public/lib/flatpickr/l10n/fr.js
Normal file
@ -0,0 +1,75 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.fr = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var French = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
|
||||
longhand: [
|
||||
"dimanche",
|
||||
"lundi",
|
||||
"mardi",
|
||||
"mercredi",
|
||||
"jeudi",
|
||||
"vendredi",
|
||||
"samedi",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"janv",
|
||||
"févr",
|
||||
"mars",
|
||||
"avr",
|
||||
"mai",
|
||||
"juin",
|
||||
"juil",
|
||||
"août",
|
||||
"sept",
|
||||
"oct",
|
||||
"nov",
|
||||
"déc",
|
||||
],
|
||||
longhand: [
|
||||
"janvier",
|
||||
"février",
|
||||
"mars",
|
||||
"avril",
|
||||
"mai",
|
||||
"juin",
|
||||
"juillet",
|
||||
"août",
|
||||
"septembre",
|
||||
"octobre",
|
||||
"novembre",
|
||||
"décembre",
|
||||
]
|
||||
},
|
||||
ordinal: function (nth) {
|
||||
if (nth > 1)
|
||||
return "";
|
||||
return "er";
|
||||
},
|
||||
rangeSeparator: " au ",
|
||||
weekAbbreviation: "Sem",
|
||||
scrollTitle: "Défiler pour augmenter la valeur",
|
||||
toggleTitle: "Cliquer pour basculer",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.fr = French;
|
||||
var fr = fp.l10ns;
|
||||
|
||||
exports.French = French;
|
||||
exports.default = fr;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/fr.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/fr.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,r){typeof exports==="object"&&typeof module!=="undefined"?r(exports):typeof define==="function"&&define.amd?define(["exports"],r):(e=e||self,r(e.fr={}))})(this,(function(e){"use strict";var r=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={firstDayOfWeek:1,weekdays:{shorthand:["dim","lun","mar","mer","jeu","ven","sam"],longhand:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},months:{shorthand:["janv","févr","mars","avr","mai","juin","juil","août","sept","oct","nov","déc"],longhand:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]},ordinal:function(e){if(e>1)return"";return"er"},rangeSeparator:" au ",weekAbbreviation:"Sem",scrollTitle:"Défiler pour augmenter la valeur",toggleTitle:"Cliquer pour basculer",time_24hr:true};r.l10ns.fr=n;var i=r.l10ns;e.French=n;e.default=i;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
66
public/lib/flatpickr/l10n/ga.js
Normal file
66
public/lib/flatpickr/l10n/ga.js
Normal file
@ -0,0 +1,66 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ga = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Irish = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["Dom", "Lua", "Mái", "Céa", "Déa", "Aoi", "Sat"],
|
||||
longhand: [
|
||||
"Dé Domhnaigh",
|
||||
"Dé Luain",
|
||||
"Dé Máirt",
|
||||
"Dé Céadaoin",
|
||||
"Déardaoin",
|
||||
"Dé hAoine",
|
||||
"Dé Sathairn",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Ean",
|
||||
"Fea",
|
||||
"Már",
|
||||
"Aib",
|
||||
"Bea",
|
||||
"Mei",
|
||||
"Iúi",
|
||||
"Lún",
|
||||
"MFo",
|
||||
"DFo",
|
||||
"Sam",
|
||||
"Nol",
|
||||
],
|
||||
longhand: [
|
||||
"Eanáir",
|
||||
"Feabhra",
|
||||
"Márta",
|
||||
"Aibreán",
|
||||
"Bealtaine",
|
||||
"Meitheamh",
|
||||
"Iúil",
|
||||
"Lúnasa",
|
||||
"Meán Fómhair",
|
||||
"Deireadh Fómhair",
|
||||
"Samhain",
|
||||
"Nollaig",
|
||||
]
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.hr = Irish;
|
||||
var ga = fp.l10ns;
|
||||
|
||||
exports.Irish = Irish;
|
||||
exports.default = ga;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ga.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ga.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,a){typeof exports==="object"&&typeof module!=="undefined"?a(exports):typeof define==="function"&&define.amd?define(["exports"],a):(e=e||self,a(e.ga={}))})(this,(function(e){"use strict";var a=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={firstDayOfWeek:1,weekdays:{shorthand:["Dom","Lua","Mái","Céa","Déa","Aoi","Sat"],longhand:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"]},months:{shorthand:["Ean","Fea","Már","Aib","Bea","Mei","Iúi","Lún","MFo","DFo","Sam","Nol"],longhand:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"]},time_24hr:true};a.l10ns.hr=n;var i=a.l10ns;e.Irish=n;e.default=i;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
73
public/lib/flatpickr/l10n/gr.js
Normal file
73
public/lib/flatpickr/l10n/gr.js
Normal file
@ -0,0 +1,73 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.gr = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Greek = {
|
||||
weekdays: {
|
||||
shorthand: ["Κυ", "Δε", "Τρ", "Τε", "Πέ", "Πα", "Σά"],
|
||||
longhand: [
|
||||
"Κυριακή",
|
||||
"Δευτέρα",
|
||||
"Τρίτη",
|
||||
"Τετάρτη",
|
||||
"Πέμπτη",
|
||||
"Παρασκευή",
|
||||
"Σάββατο",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Ιαν",
|
||||
"Φεβ",
|
||||
"Μάρ",
|
||||
"Απρ",
|
||||
"Μάι",
|
||||
"Ιού",
|
||||
"Ιού",
|
||||
"Αύγ",
|
||||
"Σεπ",
|
||||
"Οκτ",
|
||||
"Νοέ",
|
||||
"Δεκ",
|
||||
],
|
||||
longhand: [
|
||||
"Ιανουάριος",
|
||||
"Φεβρουάριος",
|
||||
"Μάρτιος",
|
||||
"Απρίλιος",
|
||||
"Μάιος",
|
||||
"Ιούνιος",
|
||||
"Ιούλιος",
|
||||
"Αύγουστος",
|
||||
"Σεπτέμβριος",
|
||||
"Οκτώβριος",
|
||||
"Νοέμβριος",
|
||||
"Δεκέμβριος",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
weekAbbreviation: "Εβδ",
|
||||
rangeSeparator: " έως ",
|
||||
scrollTitle: "Μετακυλήστε για προσαύξηση",
|
||||
toggleTitle: "Κάντε κλικ για αλλαγή",
|
||||
amPM: ["ΠΜ", "ΜΜ"]
|
||||
};
|
||||
fp.l10ns.gr = Greek;
|
||||
var gr = fp.l10ns;
|
||||
|
||||
exports.Greek = Greek;
|
||||
exports.default = gr;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/gr.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/gr.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.gr={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Κυ","Δε","Τρ","Τε","Πέ","Πα","Σά"],longhand:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"]},months:{shorthand:["Ιαν","Φεβ","Μάρ","Απρ","Μάι","Ιού","Ιού","Αύγ","Σεπ","Οκτ","Νοέ","Δεκ"],longhand:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"]},firstDayOfWeek:1,ordinal:function(){return""},weekAbbreviation:"Εβδ",rangeSeparator:" έως ",scrollTitle:"Μετακυλήστε για προσαύξηση",toggleTitle:"Κάντε κλικ για αλλαγή",amPM:["ΠΜ","ΜΜ"]};n.l10ns.gr=t;var o=n.l10ns;e.Greek=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
58
public/lib/flatpickr/l10n/he.js
Normal file
58
public/lib/flatpickr/l10n/he.js
Normal file
@ -0,0 +1,58 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.he = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Hebrew = {
|
||||
weekdays: {
|
||||
shorthand: ["א", "ב", "ג", "ד", "ה", "ו", "ש"],
|
||||
longhand: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת"]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"ינו׳",
|
||||
"פבר׳",
|
||||
"מרץ",
|
||||
"אפר׳",
|
||||
"מאי",
|
||||
"יוני",
|
||||
"יולי",
|
||||
"אוג׳",
|
||||
"ספט׳",
|
||||
"אוק׳",
|
||||
"נוב׳",
|
||||
"דצמ׳",
|
||||
],
|
||||
longhand: [
|
||||
"ינואר",
|
||||
"פברואר",
|
||||
"מרץ",
|
||||
"אפריל",
|
||||
"מאי",
|
||||
"יוני",
|
||||
"יולי",
|
||||
"אוגוסט",
|
||||
"ספטמבר",
|
||||
"אוקטובר",
|
||||
"נובמבר",
|
||||
"דצמבר",
|
||||
]
|
||||
},
|
||||
rangeSeparator: " אל ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.he = Hebrew;
|
||||
var he = fp.l10ns;
|
||||
|
||||
exports.Hebrew = Hebrew;
|
||||
exports.default = he;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/he.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/he.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.he={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["א","ב","ג","ד","ה","ו","ש"],longhand:["ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת"]},months:{shorthand:["ינו׳","פבר׳","מרץ","אפר׳","מאי","יוני","יולי","אוג׳","ספט׳","אוק׳","נוב׳","דצמ׳"],longhand:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"]},rangeSeparator:" אל ",time_24hr:true};n.l10ns.he=t;var o=n.l10ns;e.Hebrew=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
64
public/lib/flatpickr/l10n/hi.js
Normal file
64
public/lib/flatpickr/l10n/hi.js
Normal file
@ -0,0 +1,64 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.hi = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Hindi = {
|
||||
weekdays: {
|
||||
shorthand: ["रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि"],
|
||||
longhand: [
|
||||
"रविवार",
|
||||
"सोमवार",
|
||||
"मंगलवार",
|
||||
"बुधवार",
|
||||
"गुरुवार",
|
||||
"शुक्रवार",
|
||||
"शनिवार",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"जन",
|
||||
"फर",
|
||||
"मार्च",
|
||||
"अप्रेल",
|
||||
"मई",
|
||||
"जून",
|
||||
"जूलाई",
|
||||
"अग",
|
||||
"सित",
|
||||
"अक्ट",
|
||||
"नव",
|
||||
"दि",
|
||||
],
|
||||
longhand: [
|
||||
"जनवरी ",
|
||||
"फरवरी",
|
||||
"मार्च",
|
||||
"अप्रेल",
|
||||
"मई",
|
||||
"जून",
|
||||
"जूलाई",
|
||||
"अगस्त ",
|
||||
"सितम्बर",
|
||||
"अक्टूबर",
|
||||
"नवम्बर",
|
||||
"दिसम्बर",
|
||||
]
|
||||
}
|
||||
};
|
||||
fp.l10ns.hi = Hindi;
|
||||
var hi = fp.l10ns;
|
||||
|
||||
exports.Hindi = Hindi;
|
||||
exports.default = hi;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/hi.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/hi.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.hi={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var d={weekdays:{shorthand:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],longhand:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"]},months:{shorthand:["जन","फर","मार्च","अप्रेल","मई","जून","जूलाई","अग","सित","अक्ट","नव","दि"],longhand:["जनवरी ","फरवरी","मार्च","अप्रेल","मई","जून","जूलाई","अगस्त ","सितम्बर","अक्टूबर","नवम्बर","दिसम्बर"]}};n.l10ns.hi=d;var t=n.l10ns;e.Hindi=d;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
66
public/lib/flatpickr/l10n/hr.js
Normal file
66
public/lib/flatpickr/l10n/hr.js
Normal file
@ -0,0 +1,66 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.hr = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Croatian = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"],
|
||||
longhand: [
|
||||
"Nedjelja",
|
||||
"Ponedjeljak",
|
||||
"Utorak",
|
||||
"Srijeda",
|
||||
"Četvrtak",
|
||||
"Petak",
|
||||
"Subota",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Sij",
|
||||
"Velj",
|
||||
"Ožu",
|
||||
"Tra",
|
||||
"Svi",
|
||||
"Lip",
|
||||
"Srp",
|
||||
"Kol",
|
||||
"Ruj",
|
||||
"Lis",
|
||||
"Stu",
|
||||
"Pro",
|
||||
],
|
||||
longhand: [
|
||||
"Siječanj",
|
||||
"Veljača",
|
||||
"Ožujak",
|
||||
"Travanj",
|
||||
"Svibanj",
|
||||
"Lipanj",
|
||||
"Srpanj",
|
||||
"Kolovoz",
|
||||
"Rujan",
|
||||
"Listopad",
|
||||
"Studeni",
|
||||
"Prosinac",
|
||||
]
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.hr = Croatian;
|
||||
var hr = fp.l10ns;
|
||||
|
||||
exports.Croatian = Croatian;
|
||||
exports.default = hr;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/hr.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/hr.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.hr={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={firstDayOfWeek:1,weekdays:{shorthand:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],longhand:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"]},months:{shorthand:["Sij","Velj","Ožu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"],longhand:["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"]},time_24hr:true};n.l10ns.hr=t;var a=n.l10ns;e.Croatian=t;e.default=a;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
73
public/lib/flatpickr/l10n/hu.js
Normal file
73
public/lib/flatpickr/l10n/hu.js
Normal file
@ -0,0 +1,73 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.hu = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Hungarian = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["V", "H", "K", "Sz", "Cs", "P", "Szo"],
|
||||
longhand: [
|
||||
"Vasárnap",
|
||||
"Hétfő",
|
||||
"Kedd",
|
||||
"Szerda",
|
||||
"Csütörtök",
|
||||
"Péntek",
|
||||
"Szombat",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Már",
|
||||
"Ápr",
|
||||
"Máj",
|
||||
"Jún",
|
||||
"Júl",
|
||||
"Aug",
|
||||
"Szep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dec",
|
||||
],
|
||||
longhand: [
|
||||
"Január",
|
||||
"Február",
|
||||
"Március",
|
||||
"Április",
|
||||
"Május",
|
||||
"Június",
|
||||
"Július",
|
||||
"Augusztus",
|
||||
"Szeptember",
|
||||
"Október",
|
||||
"November",
|
||||
"December",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
weekAbbreviation: "Hét",
|
||||
scrollTitle: "Görgessen",
|
||||
toggleTitle: "Kattintson a váltáshoz",
|
||||
rangeSeparator: " - ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.hu = Hungarian;
|
||||
var hu = fp.l10ns;
|
||||
|
||||
exports.Hungarian = Hungarian;
|
||||
exports.default = hu;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/hu.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/hu.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,t){typeof exports==="object"&&typeof module!=="undefined"?t(exports):typeof define==="function"&&define.amd?define(["exports"],t):(e=e||self,t(e.hu={}))})(this,(function(e){"use strict";var t=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={firstDayOfWeek:1,weekdays:{shorthand:["V","H","K","Sz","Cs","P","Szo"],longhand:["Vasárnap","Hétfő","Kedd","Szerda","Csütörtök","Péntek","Szombat"]},months:{shorthand:["Jan","Feb","Már","Ápr","Máj","Jún","Júl","Aug","Szep","Okt","Nov","Dec"],longhand:["Január","Február","Március","Április","Május","Június","Július","Augusztus","Szeptember","Október","November","December"]},ordinal:function(){return"."},weekAbbreviation:"Hét",scrollTitle:"Görgessen",toggleTitle:"Kattintson a váltáshoz",rangeSeparator:" - ",time_24hr:true};t.l10ns.hu=n;var r=t.l10ns;e.Hungarian=n;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
62
public/lib/flatpickr/l10n/id.js
Normal file
62
public/lib/flatpickr/l10n/id.js
Normal file
@ -0,0 +1,62 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.id = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Indonesian = {
|
||||
weekdays: {
|
||||
shorthand: ["Min", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"],
|
||||
longhand: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Mei",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Agu",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Des",
|
||||
],
|
||||
longhand: [
|
||||
"Januari",
|
||||
"Februari",
|
||||
"Maret",
|
||||
"April",
|
||||
"Mei",
|
||||
"Juni",
|
||||
"Juli",
|
||||
"Agustus",
|
||||
"September",
|
||||
"Oktober",
|
||||
"November",
|
||||
"Desember",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
time_24hr: true,
|
||||
rangeSeparator: " - "
|
||||
};
|
||||
fp.l10ns.id = Indonesian;
|
||||
var id = fp.l10ns;
|
||||
|
||||
exports.Indonesian = Indonesian;
|
||||
exports.default = id;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/id.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/id.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.id={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],longhand:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},months:{shorthand:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],longhand:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]},firstDayOfWeek:1,ordinal:function(){return""},time_24hr:true,rangeSeparator:" - "};n.l10ns.id=t;var i=n.l10ns;e.Indonesian=t;e.default=i;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
3463
public/lib/flatpickr/l10n/index.js
Normal file
3463
public/lib/flatpickr/l10n/index.js
Normal file
File diff suppressed because it is too large
Load Diff
15
public/lib/flatpickr/l10n/index.min.js
vendored
Normal file
15
public/lib/flatpickr/l10n/index.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
72
public/lib/flatpickr/l10n/is.js
Normal file
72
public/lib/flatpickr/l10n/is.js
Normal file
@ -0,0 +1,72 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.is = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Icelandic = {
|
||||
weekdays: {
|
||||
shorthand: ["Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau"],
|
||||
longhand: [
|
||||
"Sunnudagur",
|
||||
"Mánudagur",
|
||||
"Þriðjudagur",
|
||||
"Miðvikudagur",
|
||||
"Fimmtudagur",
|
||||
"Föstudagur",
|
||||
"Laugardagur",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Maí",
|
||||
"Jún",
|
||||
"Júl",
|
||||
"Ágú",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nóv",
|
||||
"Des",
|
||||
],
|
||||
longhand: [
|
||||
"Janúar",
|
||||
"Febrúar",
|
||||
"Mars",
|
||||
"Apríl",
|
||||
"Maí",
|
||||
"Júní",
|
||||
"Júlí",
|
||||
"Ágúst",
|
||||
"September",
|
||||
"Október",
|
||||
"Nóvember",
|
||||
"Desember",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " til ",
|
||||
weekAbbreviation: "vika",
|
||||
yearAriaLabel: "Ár",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.is = Icelandic;
|
||||
var is = fp.l10ns;
|
||||
|
||||
exports.Icelandic = Icelandic;
|
||||
exports.default = is;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/is.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/is.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,r){typeof exports==="object"&&typeof module!=="undefined"?r(exports):typeof define==="function"&&define.amd?define(["exports"],r):(e=e||self,r(e.is={}))})(this,(function(e){"use strict";var r=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={weekdays:{shorthand:["Sun","Mán","Þri","Mið","Fim","Fös","Lau"],longhand:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur"]},months:{shorthand:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],longhand:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"]},ordinal:function(){return"."},firstDayOfWeek:1,rangeSeparator:" til ",weekAbbreviation:"vika",yearAriaLabel:"Ár",time_24hr:true};r.l10ns.is=n;var a=r.l10ns;e.Icelandic=n;e.default=a;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
71
public/lib/flatpickr/l10n/it.js
Normal file
71
public/lib/flatpickr/l10n/it.js
Normal file
@ -0,0 +1,71 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.it = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Italian = {
|
||||
weekdays: {
|
||||
shorthand: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"],
|
||||
longhand: [
|
||||
"Domenica",
|
||||
"Lunedì",
|
||||
"Martedì",
|
||||
"Mercoledì",
|
||||
"Giovedì",
|
||||
"Venerdì",
|
||||
"Sabato",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Gen",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Mag",
|
||||
"Giu",
|
||||
"Lug",
|
||||
"Ago",
|
||||
"Set",
|
||||
"Ott",
|
||||
"Nov",
|
||||
"Dic",
|
||||
],
|
||||
longhand: [
|
||||
"Gennaio",
|
||||
"Febbraio",
|
||||
"Marzo",
|
||||
"Aprile",
|
||||
"Maggio",
|
||||
"Giugno",
|
||||
"Luglio",
|
||||
"Agosto",
|
||||
"Settembre",
|
||||
"Ottobre",
|
||||
"Novembre",
|
||||
"Dicembre",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () { return "°"; },
|
||||
rangeSeparator: " al ",
|
||||
weekAbbreviation: "Se",
|
||||
scrollTitle: "Scrolla per aumentare",
|
||||
toggleTitle: "Clicca per cambiare",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.it = Italian;
|
||||
var it = fp.l10ns;
|
||||
|
||||
exports.Italian = Italian;
|
||||
exports.default = it;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/it.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/it.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,o){typeof exports==="object"&&typeof module!=="undefined"?o(exports):typeof define==="function"&&define.amd?define(["exports"],o):(e=e||self,o(e.it={}))})(this,(function(e){"use strict";var o=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],longhand:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"]},months:{shorthand:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],longhand:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"]},firstDayOfWeek:1,ordinal:function(){return"°"},rangeSeparator:" al ",weekAbbreviation:"Se",scrollTitle:"Scrolla per aumentare",toggleTitle:"Clicca per cambiare",time_24hr:true};o.l10ns.it=t;var n=o.l10ns;e.Italian=t;e.default=n;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
67
public/lib/flatpickr/l10n/ja.js
Normal file
67
public/lib/flatpickr/l10n/ja.js
Normal file
@ -0,0 +1,67 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ja = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Japanese = {
|
||||
weekdays: {
|
||||
shorthand: ["日", "月", "火", "水", "木", "金", "土"],
|
||||
longhand: [
|
||||
"日曜日",
|
||||
"月曜日",
|
||||
"火曜日",
|
||||
"水曜日",
|
||||
"木曜日",
|
||||
"金曜日",
|
||||
"土曜日",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"1月",
|
||||
"2月",
|
||||
"3月",
|
||||
"4月",
|
||||
"5月",
|
||||
"6月",
|
||||
"7月",
|
||||
"8月",
|
||||
"9月",
|
||||
"10月",
|
||||
"11月",
|
||||
"12月",
|
||||
],
|
||||
longhand: [
|
||||
"1月",
|
||||
"2月",
|
||||
"3月",
|
||||
"4月",
|
||||
"5月",
|
||||
"6月",
|
||||
"7月",
|
||||
"8月",
|
||||
"9月",
|
||||
"10月",
|
||||
"11月",
|
||||
"12月",
|
||||
]
|
||||
},
|
||||
time_24hr: true,
|
||||
rangeSeparator: " から ",
|
||||
firstDayOfWeek: 1
|
||||
};
|
||||
fp.l10ns.ja = Japanese;
|
||||
var ja = fp.l10ns;
|
||||
|
||||
exports.Japanese = Japanese;
|
||||
exports.default = ja;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ja.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ja.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.ja={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["日","月","火","水","木","金","土"],longhand:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"]},months:{shorthand:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],longhand:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},time_24hr:true,rangeSeparator:" から ",firstDayOfWeek:1};n.l10ns.ja=t;var o=n.l10ns;e.Japanese=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
75
public/lib/flatpickr/l10n/ka.js
Normal file
75
public/lib/flatpickr/l10n/ka.js
Normal file
@ -0,0 +1,75 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ka = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Georgian = {
|
||||
weekdays: {
|
||||
shorthand: ["კვ", "ორ", "სა", "ოთ", "ხუ", "პა", "შა"],
|
||||
longhand: [
|
||||
"კვირა",
|
||||
"ორშაბათი",
|
||||
"სამშაბათი",
|
||||
"ოთხშაბათი",
|
||||
"ხუთშაბათი",
|
||||
"პარასკევი",
|
||||
"შაბათი",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"იან",
|
||||
"თებ",
|
||||
"მარ",
|
||||
"აპრ",
|
||||
"მაი",
|
||||
"ივნ",
|
||||
"ივლ",
|
||||
"აგვ",
|
||||
"სექ",
|
||||
"ოქტ",
|
||||
"ნოე",
|
||||
"დეკ",
|
||||
],
|
||||
longhand: [
|
||||
"იანვარი",
|
||||
"თებერვალი",
|
||||
"მარტი",
|
||||
"აპრილი",
|
||||
"მაისი",
|
||||
"ივნისი",
|
||||
"ივლისი",
|
||||
"აგვისტო",
|
||||
"სექტემბერი",
|
||||
"ოქტომბერი",
|
||||
"ნოემბერი",
|
||||
"დეკემბერი",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
rangeSeparator: " — ",
|
||||
weekAbbreviation: "კვ.",
|
||||
scrollTitle: "დასქროლეთ გასადიდებლად",
|
||||
toggleTitle: "დააკლიკეთ გადართვისთვის",
|
||||
amPM: ["AM", "PM"],
|
||||
yearAriaLabel: "წელი",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.ka = Georgian;
|
||||
var ka = fp.l10ns;
|
||||
|
||||
exports.Georgian = Georgian;
|
||||
exports.default = ka;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ka.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ka.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.ka={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["კვ","ორ","სა","ოთ","ხუ","პა","შა"],longhand:["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"]},months:{shorthand:["იან","თებ","მარ","აპრ","მაი","ივნ","ივლ","აგვ","სექ","ოქტ","ნოე","დეკ"],longhand:["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი"]},firstDayOfWeek:1,ordinal:function(){return""},rangeSeparator:" — ",weekAbbreviation:"კვ.",scrollTitle:"დასქროლეთ გასადიდებლად",toggleTitle:"დააკლიკეთ გადართვისთვის",amPM:["AM","PM"],yearAriaLabel:"წელი",time_24hr:true};n.l10ns.ka=t;var o=n.l10ns;e.Georgian=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
74
public/lib/flatpickr/l10n/km.js
Normal file
74
public/lib/flatpickr/l10n/km.js
Normal file
@ -0,0 +1,74 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.km = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Khmer = {
|
||||
weekdays: {
|
||||
shorthand: ["អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស.", "សុក្រ", "សៅរ៍"],
|
||||
longhand: [
|
||||
"អាទិត្យ",
|
||||
"ចន្ទ",
|
||||
"អង្គារ",
|
||||
"ពុធ",
|
||||
"ព្រហស្បតិ៍",
|
||||
"សុក្រ",
|
||||
"សៅរ៍",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"មករា",
|
||||
"កុម្ភះ",
|
||||
"មីនា",
|
||||
"មេសា",
|
||||
"ឧសភា",
|
||||
"មិថុនា",
|
||||
"កក្កដា",
|
||||
"សីហា",
|
||||
"កញ្ញា",
|
||||
"តុលា",
|
||||
"វិច្ឆិកា",
|
||||
"ធ្នូ",
|
||||
],
|
||||
longhand: [
|
||||
"មករា",
|
||||
"កុម្ភះ",
|
||||
"មីនា",
|
||||
"មេសា",
|
||||
"ឧសភា",
|
||||
"មិថុនា",
|
||||
"កក្កដា",
|
||||
"សីហា",
|
||||
"កញ្ញា",
|
||||
"តុលា",
|
||||
"វិច្ឆិកា",
|
||||
"ធ្នូ",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " ដល់ ",
|
||||
weekAbbreviation: "សប្តាហ៍",
|
||||
scrollTitle: "រំកិលដើម្បីបង្កើន",
|
||||
toggleTitle: "ចុចដើម្បីផ្លាស់ប្ដូរ",
|
||||
yearAriaLabel: "ឆ្នាំ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.km = Khmer;
|
||||
var km = fp.l10ns;
|
||||
|
||||
exports.Khmer = Khmer;
|
||||
exports.default = km;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/km.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/km.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.km={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["អាទិត្យ","ចន្ទ","អង្គារ","ពុធ","ព្រហស.","សុក្រ","សៅរ៍"],longhand:["អាទិត្យ","ចន្ទ","អង្គារ","ពុធ","ព្រហស្បតិ៍","សុក្រ","សៅរ៍"]},months:{shorthand:["មករា","កុម្ភះ","មីនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],longhand:["មករា","កុម្ភះ","មីនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"]},ordinal:function(){return""},firstDayOfWeek:1,rangeSeparator:" ដល់ ",weekAbbreviation:"សប្តាហ៍",scrollTitle:"រំកិលដើម្បីបង្កើន",toggleTitle:"ចុចដើម្បីផ្លាស់ប្ដូរ",yearAriaLabel:"ឆ្នាំ",time_24hr:true};n.l10ns.km=t;var o=n.l10ns;e.Khmer=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
68
public/lib/flatpickr/l10n/ko.js
Normal file
68
public/lib/flatpickr/l10n/ko.js
Normal file
@ -0,0 +1,68 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ko = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Korean = {
|
||||
weekdays: {
|
||||
shorthand: ["일", "월", "화", "수", "목", "금", "토"],
|
||||
longhand: [
|
||||
"일요일",
|
||||
"월요일",
|
||||
"화요일",
|
||||
"수요일",
|
||||
"목요일",
|
||||
"금요일",
|
||||
"토요일",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"1월",
|
||||
"2월",
|
||||
"3월",
|
||||
"4월",
|
||||
"5월",
|
||||
"6월",
|
||||
"7월",
|
||||
"8월",
|
||||
"9월",
|
||||
"10월",
|
||||
"11월",
|
||||
"12월",
|
||||
],
|
||||
longhand: [
|
||||
"1월",
|
||||
"2월",
|
||||
"3월",
|
||||
"4월",
|
||||
"5월",
|
||||
"6월",
|
||||
"7월",
|
||||
"8월",
|
||||
"9월",
|
||||
"10월",
|
||||
"11월",
|
||||
"12월",
|
||||
]
|
||||
},
|
||||
ordinal: function () {
|
||||
return "일";
|
||||
},
|
||||
rangeSeparator: " ~ "
|
||||
};
|
||||
fp.l10ns.ko = Korean;
|
||||
var ko = fp.l10ns;
|
||||
|
||||
exports.Korean = Korean;
|
||||
exports.default = ko;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ko.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ko.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.ko={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var o={weekdays:{shorthand:["일","월","화","수","목","금","토"],longhand:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},months:{shorthand:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],longhand:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]},ordinal:function(){return"일"},rangeSeparator:" ~ "};n.l10ns.ko=o;var t=n.l10ns;e.Korean=o;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
74
public/lib/flatpickr/l10n/kz.js
Normal file
74
public/lib/flatpickr/l10n/kz.js
Normal file
@ -0,0 +1,74 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.kz = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Kazakh = {
|
||||
weekdays: {
|
||||
shorthand: ["Жс", "Дс", "Сc", "Ср", "Бс", "Жм", "Сб"],
|
||||
longhand: [
|
||||
"Жексенбi",
|
||||
"Дүйсенбi",
|
||||
"Сейсенбi",
|
||||
"Сәрсенбi",
|
||||
"Бейсенбi",
|
||||
"Жұма",
|
||||
"Сенбi",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Қаң",
|
||||
"Ақп",
|
||||
"Нау",
|
||||
"Сәу",
|
||||
"Мам",
|
||||
"Мау",
|
||||
"Шiл",
|
||||
"Там",
|
||||
"Қыр",
|
||||
"Қаз",
|
||||
"Қар",
|
||||
"Жел",
|
||||
],
|
||||
longhand: [
|
||||
"Қаңтар",
|
||||
"Ақпан",
|
||||
"Наурыз",
|
||||
"Сәуiр",
|
||||
"Мамыр",
|
||||
"Маусым",
|
||||
"Шiлде",
|
||||
"Тамыз",
|
||||
"Қыркүйек",
|
||||
"Қазан",
|
||||
"Қараша",
|
||||
"Желтоқсан",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
rangeSeparator: " — ",
|
||||
weekAbbreviation: "Апта",
|
||||
scrollTitle: "Үлкейту үшін айналдырыңыз",
|
||||
toggleTitle: "Ауыстыру үшін басыңыз",
|
||||
amPM: ["ТД", "ТК"],
|
||||
yearAriaLabel: "Жыл"
|
||||
};
|
||||
fp.l10ns.kz = Kazakh;
|
||||
var kz = fp.l10ns;
|
||||
|
||||
exports.Kazakh = Kazakh;
|
||||
exports.default = kz;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/kz.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/kz.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.kz={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var i={weekdays:{shorthand:["Жс","Дс","Сc","Ср","Бс","Жм","Сб"],longhand:["Жексенбi","Дүйсенбi","Сейсенбi","Сәрсенбi","Бейсенбi","Жұма","Сенбi"]},months:{shorthand:["Қаң","Ақп","Нау","Сәу","Мам","Мау","Шiл","Там","Қыр","Қаз","Қар","Жел"],longhand:["Қаңтар","Ақпан","Наурыз","Сәуiр","Мамыр","Маусым","Шiлде","Тамыз","Қыркүйек","Қазан","Қараша","Желтоқсан"]},firstDayOfWeek:1,ordinal:function(){return""},rangeSeparator:" — ",weekAbbreviation:"Апта",scrollTitle:"Үлкейту үшін айналдырыңыз",toggleTitle:"Ауыстыру үшін басыңыз",amPM:["ТД","ТК"],yearAriaLabel:"Жыл"};n.l10ns.kz=i;var t=n.l10ns;e.Kazakh=i;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
72
public/lib/flatpickr/l10n/lt.js
Normal file
72
public/lib/flatpickr/l10n/lt.js
Normal file
@ -0,0 +1,72 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.lt = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Lithuanian = {
|
||||
weekdays: {
|
||||
shorthand: ["S", "Pr", "A", "T", "K", "Pn", "Š"],
|
||||
longhand: [
|
||||
"Sekmadienis",
|
||||
"Pirmadienis",
|
||||
"Antradienis",
|
||||
"Trečiadienis",
|
||||
"Ketvirtadienis",
|
||||
"Penktadienis",
|
||||
"Šeštadienis",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Sau",
|
||||
"Vas",
|
||||
"Kov",
|
||||
"Bal",
|
||||
"Geg",
|
||||
"Bir",
|
||||
"Lie",
|
||||
"Rgp",
|
||||
"Rgs",
|
||||
"Spl",
|
||||
"Lap",
|
||||
"Grd",
|
||||
],
|
||||
longhand: [
|
||||
"Sausis",
|
||||
"Vasaris",
|
||||
"Kovas",
|
||||
"Balandis",
|
||||
"Gegužė",
|
||||
"Birželis",
|
||||
"Liepa",
|
||||
"Rugpjūtis",
|
||||
"Rugsėjis",
|
||||
"Spalis",
|
||||
"Lapkritis",
|
||||
"Gruodis",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "-a";
|
||||
},
|
||||
weekAbbreviation: "Sav",
|
||||
scrollTitle: "Keisti laiką pelės rateliu",
|
||||
toggleTitle: "Perjungti laiko formatą",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.lt = Lithuanian;
|
||||
var lt = fp.l10ns;
|
||||
|
||||
exports.Lithuanian = Lithuanian;
|
||||
exports.default = lt;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/lt.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/lt.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,i){typeof exports==="object"&&typeof module!=="undefined"?i(exports):typeof define==="function"&&define.amd?define(["exports"],i):(e=e||self,i(e.lt={}))})(this,(function(e){"use strict";var i=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={weekdays:{shorthand:["S","Pr","A","T","K","Pn","Š"],longhand:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis"]},months:{shorthand:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd"],longhand:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"]},firstDayOfWeek:1,ordinal:function(){return"-a"},weekAbbreviation:"Sav",scrollTitle:"Keisti laiką pelės rateliu",toggleTitle:"Perjungti laiko formatą",time_24hr:true};i.l10ns.lt=n;var t=i.l10ns;e.Lithuanian=n;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
67
public/lib/flatpickr/l10n/lv.js
Normal file
67
public/lib/flatpickr/l10n/lv.js
Normal file
@ -0,0 +1,67 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.lv = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Latvian = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["Sv", "Pr", "Ot", "Tr", "Ce", "Pk", "Se"],
|
||||
longhand: [
|
||||
"Svētdiena",
|
||||
"Pirmdiena",
|
||||
"Otrdiena",
|
||||
"Trešdiena",
|
||||
"Ceturtdiena",
|
||||
"Piektdiena",
|
||||
"Sestdiena",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Mai",
|
||||
"Jūn",
|
||||
"Jūl",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dec",
|
||||
],
|
||||
longhand: [
|
||||
"Janvāris",
|
||||
"Februāris",
|
||||
"Marts",
|
||||
"Aprīlis",
|
||||
"Maijs",
|
||||
"Jūnijs",
|
||||
"Jūlijs",
|
||||
"Augusts",
|
||||
"Septembris",
|
||||
"Oktobris",
|
||||
"Novembris",
|
||||
"Decembris",
|
||||
]
|
||||
},
|
||||
rangeSeparator: " līdz ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.lv = Latvian;
|
||||
var lv = fp.l10ns;
|
||||
|
||||
exports.Latvian = Latvian;
|
||||
exports.default = lv;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/lv.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/lv.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.lv={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var i={firstDayOfWeek:1,weekdays:{shorthand:["Sv","Pr","Ot","Tr","Ce","Pk","Se"],longhand:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena"]},months:{shorthand:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],longhand:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"]},rangeSeparator:" līdz ",time_24hr:true};n.l10ns.lv=i;var t=n.l10ns;e.Latvian=i;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
68
public/lib/flatpickr/l10n/mk.js
Normal file
68
public/lib/flatpickr/l10n/mk.js
Normal file
@ -0,0 +1,68 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.mk = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Macedonian = {
|
||||
weekdays: {
|
||||
shorthand: ["Не", "По", "Вт", "Ср", "Че", "Пе", "Са"],
|
||||
longhand: [
|
||||
"Недела",
|
||||
"Понеделник",
|
||||
"Вторник",
|
||||
"Среда",
|
||||
"Четврток",
|
||||
"Петок",
|
||||
"Сабота",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Јан",
|
||||
"Фев",
|
||||
"Мар",
|
||||
"Апр",
|
||||
"Мај",
|
||||
"Јун",
|
||||
"Јул",
|
||||
"Авг",
|
||||
"Сеп",
|
||||
"Окт",
|
||||
"Ное",
|
||||
"Дек",
|
||||
],
|
||||
longhand: [
|
||||
"Јануари",
|
||||
"Февруари",
|
||||
"Март",
|
||||
"Април",
|
||||
"Мај",
|
||||
"Јуни",
|
||||
"Јули",
|
||||
"Август",
|
||||
"Септември",
|
||||
"Октомври",
|
||||
"Ноември",
|
||||
"Декември",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
weekAbbreviation: "Нед.",
|
||||
rangeSeparator: " до ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.mk = Macedonian;
|
||||
var mk = fp.l10ns;
|
||||
|
||||
exports.Macedonian = Macedonian;
|
||||
exports.default = mk;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/mk.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/mk.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.mk={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Не","По","Вт","Ср","Че","Пе","Са"],longhand:["Недела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота"]},months:{shorthand:["Јан","Фев","Мар","Апр","Мај","Јун","Јул","Авг","Сеп","Окт","Ное","Дек"],longhand:["Јануари","Февруари","Март","Април","Мај","Јуни","Јули","Август","Септември","Октомври","Ноември","Декември"]},firstDayOfWeek:1,weekAbbreviation:"Нед.",rangeSeparator:" до ",time_24hr:true};n.l10ns.mk=t;var o=n.l10ns;e.Macedonian=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
59
public/lib/flatpickr/l10n/mn.js
Normal file
59
public/lib/flatpickr/l10n/mn.js
Normal file
@ -0,0 +1,59 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.mn = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Mongolian = {
|
||||
firstDayOfWeek: 1,
|
||||
weekdays: {
|
||||
shorthand: ["Да", "Мя", "Лх", "Пү", "Ба", "Бя", "Ня"],
|
||||
longhand: ["Даваа", "Мягмар", "Лхагва", "Пүрэв", "Баасан", "Бямба", "Ням"]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"1-р сар",
|
||||
"2-р сар",
|
||||
"3-р сар",
|
||||
"4-р сар",
|
||||
"5-р сар",
|
||||
"6-р сар",
|
||||
"7-р сар",
|
||||
"8-р сар",
|
||||
"9-р сар",
|
||||
"10-р сар",
|
||||
"11-р сар",
|
||||
"12-р сар",
|
||||
],
|
||||
longhand: [
|
||||
"Нэгдүгээр сар",
|
||||
"Хоёрдугаар сар",
|
||||
"Гуравдугаар сар",
|
||||
"Дөрөвдүгээр сар",
|
||||
"Тавдугаар сар",
|
||||
"Зургаадугаар сар",
|
||||
"Долдугаар сар",
|
||||
"Наймдугаар сар",
|
||||
"Есдүгээр сар",
|
||||
"Аравдугаар сар",
|
||||
"Арваннэгдүгээр сар",
|
||||
"Арванхоёрдугаар сар",
|
||||
]
|
||||
},
|
||||
rangeSeparator: "-с ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.mn = Mongolian;
|
||||
var mn = fp.l10ns;
|
||||
|
||||
exports.Mongolian = Mongolian;
|
||||
exports.default = mn;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/mn.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/mn.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.mn={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={firstDayOfWeek:1,weekdays:{shorthand:["Да","Мя","Лх","Пү","Ба","Бя","Ня"],longhand:["Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба","Ням"]},months:{shorthand:["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"],longhand:["Нэгдүгээр сар","Хоёрдугаар сар","Гуравдугаар сар","Дөрөвдүгээр сар","Тавдугаар сар","Зургаадугаар сар","Долдугаар сар","Наймдугаар сар","Есдүгээр сар","Аравдугаар сар","Арваннэгдүгээр сар","Арванхоёрдугаар сар"]},rangeSeparator:"-с ",time_24hr:true};n.l10ns.mn=t;var o=n.l10ns;e.Mongolian=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
67
public/lib/flatpickr/l10n/ms.js
Normal file
67
public/lib/flatpickr/l10n/ms.js
Normal file
@ -0,0 +1,67 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ms = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Malaysian = {
|
||||
weekdays: {
|
||||
shorthand: ["Min", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"],
|
||||
longhand: [
|
||||
"Minggu",
|
||||
"Isnin",
|
||||
"Selasa",
|
||||
"Rabu",
|
||||
"Khamis",
|
||||
"Jumaat",
|
||||
"Sabtu",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mac",
|
||||
"Apr",
|
||||
"Mei",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Ogo",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dis",
|
||||
],
|
||||
longhand: [
|
||||
"Januari",
|
||||
"Februari",
|
||||
"Mac",
|
||||
"April",
|
||||
"Mei",
|
||||
"Jun",
|
||||
"Julai",
|
||||
"Ogos",
|
||||
"September",
|
||||
"Oktober",
|
||||
"November",
|
||||
"Disember",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
}
|
||||
};
|
||||
var ms = fp.l10ns;
|
||||
|
||||
exports.Malaysian = Malaysian;
|
||||
exports.default = ms;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ms.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ms.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.ms={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var a={weekdays:{shorthand:["Min","Isn","Sel","Rab","Kha","Jum","Sab"],longhand:["Minggu","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"]},months:{shorthand:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],longhand:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]},firstDayOfWeek:1,ordinal:function(){return""}};var i=n.l10ns;e.Malaysian=a;e.default=i;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
69
public/lib/flatpickr/l10n/my.js
Normal file
69
public/lib/flatpickr/l10n/my.js
Normal file
@ -0,0 +1,69 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.my = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Burmese = {
|
||||
weekdays: {
|
||||
shorthand: ["နွေ", "လာ", "ဂါ", "ဟူး", "ကြာ", "သော", "နေ"],
|
||||
longhand: [
|
||||
"တနင်္ဂနွေ",
|
||||
"တနင်္လာ",
|
||||
"အင်္ဂါ",
|
||||
"ဗုဒ္ဓဟူး",
|
||||
"ကြာသပတေး",
|
||||
"သောကြာ",
|
||||
"စနေ",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"ဇန်",
|
||||
"ဖေ",
|
||||
"မတ်",
|
||||
"ပြီ",
|
||||
"မေ",
|
||||
"ဇွန်",
|
||||
"လိုင်",
|
||||
"သြ",
|
||||
"စက်",
|
||||
"အောက်",
|
||||
"နို",
|
||||
"ဒီ",
|
||||
],
|
||||
longhand: [
|
||||
"ဇန်နဝါရီ",
|
||||
"ဖေဖော်ဝါရီ",
|
||||
"မတ်",
|
||||
"ဧပြီ",
|
||||
"မေ",
|
||||
"ဇွန်",
|
||||
"ဇူလိုင်",
|
||||
"သြဂုတ်",
|
||||
"စက်တင်ဘာ",
|
||||
"အောက်တိုဘာ",
|
||||
"နိုဝင်ဘာ",
|
||||
"ဒီဇင်ဘာ",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.my = Burmese;
|
||||
var my = fp.l10ns;
|
||||
|
||||
exports.Burmese = Burmese;
|
||||
exports.default = my;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/my.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/my.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.my={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["နွေ","လာ","ဂါ","ဟူး","ကြာ","သော","နေ"],longhand:["တနင်္ဂနွေ","တနင်္လာ","အင်္ဂါ","ဗုဒ္ဓဟူး","ကြာသပတေး","သောကြာ","စနေ"]},months:{shorthand:["ဇန်","ဖေ","မတ်","ပြီ","မေ","ဇွန်","လိုင်","သြ","စက်","အောက်","နို","ဒီ"],longhand:["ဇန်နဝါရီ","ဖေဖော်ဝါရီ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူလိုင်","သြဂုတ်","စက်တင်ဘာ","အောက်တိုဘာ","နိုဝင်ဘာ","ဒီဇင်ဘာ"]},firstDayOfWeek:1,ordinal:function(){return""},time_24hr:true};n.l10ns.my=t;var o=n.l10ns;e.Burmese=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
75
public/lib/flatpickr/l10n/nl.js
Normal file
75
public/lib/flatpickr/l10n/nl.js
Normal file
@ -0,0 +1,75 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.nl = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Dutch = {
|
||||
weekdays: {
|
||||
shorthand: ["zo", "ma", "di", "wo", "do", "vr", "za"],
|
||||
longhand: [
|
||||
"zondag",
|
||||
"maandag",
|
||||
"dinsdag",
|
||||
"woensdag",
|
||||
"donderdag",
|
||||
"vrijdag",
|
||||
"zaterdag",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"jan",
|
||||
"feb",
|
||||
"mrt",
|
||||
"apr",
|
||||
"mei",
|
||||
"jun",
|
||||
"jul",
|
||||
"aug",
|
||||
"sept",
|
||||
"okt",
|
||||
"nov",
|
||||
"dec",
|
||||
],
|
||||
longhand: [
|
||||
"januari",
|
||||
"februari",
|
||||
"maart",
|
||||
"april",
|
||||
"mei",
|
||||
"juni",
|
||||
"juli",
|
||||
"augustus",
|
||||
"september",
|
||||
"oktober",
|
||||
"november",
|
||||
"december",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
weekAbbreviation: "wk",
|
||||
rangeSeparator: " tot ",
|
||||
scrollTitle: "Scroll voor volgende / vorige",
|
||||
toggleTitle: "Klik om te wisselen",
|
||||
time_24hr: true,
|
||||
ordinal: function (nth) {
|
||||
if (nth === 1 || nth === 8 || nth >= 20)
|
||||
return "ste";
|
||||
return "de";
|
||||
}
|
||||
};
|
||||
fp.l10ns.nl = Dutch;
|
||||
var nl = fp.l10ns;
|
||||
|
||||
exports.Dutch = Dutch;
|
||||
exports.default = nl;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/nl.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/nl.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.nl={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["zo","ma","di","wo","do","vr","za"],longhand:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},months:{shorthand:["jan","feb","mrt","apr","mei","jun","jul","aug","sept","okt","nov","dec"],longhand:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},firstDayOfWeek:1,weekAbbreviation:"wk",rangeSeparator:" tot ",scrollTitle:"Scroll voor volgende / vorige",toggleTitle:"Klik om te wisselen",time_24hr:true,ordinal:function(e){if(e===1||e===8||e>=20)return"ste";return"de"}};n.l10ns.nl=t;var o=n.l10ns;e.Dutch=t;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
73
public/lib/flatpickr/l10n/no.js
Normal file
73
public/lib/flatpickr/l10n/no.js
Normal file
@ -0,0 +1,73 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.no = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Norwegian = {
|
||||
weekdays: {
|
||||
shorthand: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"],
|
||||
longhand: [
|
||||
"Søndag",
|
||||
"Mandag",
|
||||
"Tirsdag",
|
||||
"Onsdag",
|
||||
"Torsdag",
|
||||
"Fredag",
|
||||
"Lørdag",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Mai",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Des",
|
||||
],
|
||||
longhand: [
|
||||
"Januar",
|
||||
"Februar",
|
||||
"Mars",
|
||||
"April",
|
||||
"Mai",
|
||||
"Juni",
|
||||
"Juli",
|
||||
"August",
|
||||
"September",
|
||||
"Oktober",
|
||||
"November",
|
||||
"Desember",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " til ",
|
||||
weekAbbreviation: "Uke",
|
||||
scrollTitle: "Scroll for å endre",
|
||||
toggleTitle: "Klikk for å veksle",
|
||||
time_24hr: true,
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
}
|
||||
};
|
||||
fp.l10ns.no = Norwegian;
|
||||
var no = fp.l10ns;
|
||||
|
||||
exports.Norwegian = Norwegian;
|
||||
exports.default = no;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/no.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/no.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.no={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var r={weekdays:{shorthand:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],longhand:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"]},months:{shorthand:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],longhand:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"]},firstDayOfWeek:1,rangeSeparator:" til ",weekAbbreviation:"Uke",scrollTitle:"Scroll for å endre",toggleTitle:"Klikk for å veksle",time_24hr:true,ordinal:function(){return"."}};n.l10ns.no=r;var o=n.l10ns;e.Norwegian=r;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
65
public/lib/flatpickr/l10n/pa.js
Normal file
65
public/lib/flatpickr/l10n/pa.js
Normal file
@ -0,0 +1,65 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.pa = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Punjabi = {
|
||||
weekdays: {
|
||||
shorthand: ["ਐਤ", "ਸੋਮ", "ਮੰਗਲ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕਰ", "ਸ਼ਨਿੱਚਰ"],
|
||||
longhand: [
|
||||
"ਐਤਵਾਰ",
|
||||
"ਸੋਮਵਾਰ",
|
||||
"ਮੰਗਲਵਾਰ",
|
||||
"ਬੁੱਧਵਾਰ",
|
||||
"ਵੀਰਵਾਰ",
|
||||
"ਸ਼ੁੱਕਰਵਾਰ",
|
||||
"ਸ਼ਨਿੱਚਰਵਾਰ",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"ਜਨ",
|
||||
"ਫ਼ਰ",
|
||||
"ਮਾਰ",
|
||||
"ਅਪ੍ਰੈ",
|
||||
"ਮਈ",
|
||||
"ਜੂਨ",
|
||||
"ਜੁਲਾ",
|
||||
"ਅਗ",
|
||||
"ਸਤੰ",
|
||||
"ਅਕ",
|
||||
"ਨਵੰ",
|
||||
"ਦਸੰ",
|
||||
],
|
||||
longhand: [
|
||||
"ਜਨਵਰੀ",
|
||||
"ਫ਼ਰਵਰੀ",
|
||||
"ਮਾਰਚ",
|
||||
"ਅਪ੍ਰੈਲ",
|
||||
"ਮਈ",
|
||||
"ਜੂਨ",
|
||||
"ਜੁਲਾਈ",
|
||||
"ਅਗਸਤ",
|
||||
"ਸਤੰਬਰ",
|
||||
"ਅਕਤੂਬਰ",
|
||||
"ਨਵੰਬਰ",
|
||||
"ਦਸੰਬਰ",
|
||||
]
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.pa = Punjabi;
|
||||
var pa = fp.l10ns;
|
||||
|
||||
exports.Punjabi = Punjabi;
|
||||
exports.default = pa;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/pa.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/pa.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.pa={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["ਐਤ","ਸੋਮ","ਮੰਗਲ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕਰ","ਸ਼ਨਿੱਚਰ"],longhand:["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁੱਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨਿੱਚਰਵਾਰ"]},months:{shorthand:["ਜਨ","ਫ਼ਰ","ਮਾਰ","ਅਪ੍ਰੈ","ਮਈ","ਜੂਨ","ਜੁਲਾ","ਅਗ","ਸਤੰ","ਅਕ","ਨਵੰ","ਦਸੰ"],longhand:["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"]},time_24hr:true};n.l10ns.pa=t;var d=n.l10ns;e.Punjabi=t;e.default=d;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
73
public/lib/flatpickr/l10n/pl.js
Normal file
73
public/lib/flatpickr/l10n/pl.js
Normal file
@ -0,0 +1,73 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.pl = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Polish = {
|
||||
weekdays: {
|
||||
shorthand: ["Nd", "Pn", "Wt", "Śr", "Cz", "Pt", "So"],
|
||||
longhand: [
|
||||
"Niedziela",
|
||||
"Poniedziałek",
|
||||
"Wtorek",
|
||||
"Środa",
|
||||
"Czwartek",
|
||||
"Piątek",
|
||||
"Sobota",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Sty",
|
||||
"Lut",
|
||||
"Mar",
|
||||
"Kwi",
|
||||
"Maj",
|
||||
"Cze",
|
||||
"Lip",
|
||||
"Sie",
|
||||
"Wrz",
|
||||
"Paź",
|
||||
"Lis",
|
||||
"Gru",
|
||||
],
|
||||
longhand: [
|
||||
"Styczeń",
|
||||
"Luty",
|
||||
"Marzec",
|
||||
"Kwiecień",
|
||||
"Maj",
|
||||
"Czerwiec",
|
||||
"Lipiec",
|
||||
"Sierpień",
|
||||
"Wrzesień",
|
||||
"Październik",
|
||||
"Listopad",
|
||||
"Grudzień",
|
||||
]
|
||||
},
|
||||
rangeSeparator: " do ",
|
||||
weekAbbreviation: "tydz.",
|
||||
scrollTitle: "Przewiń, aby zwiększyć",
|
||||
toggleTitle: "Kliknij, aby przełączyć",
|
||||
firstDayOfWeek: 1,
|
||||
time_24hr: true,
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
}
|
||||
};
|
||||
fp.l10ns.pl = Polish;
|
||||
var pl = fp.l10ns;
|
||||
|
||||
exports.Polish = Polish;
|
||||
exports.default = pl;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/pl.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/pl.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,i){typeof exports==="object"&&typeof module!=="undefined"?i(exports):typeof define==="function"&&define.amd?define(["exports"],i):(e=e||self,i(e.pl={}))})(this,(function(e){"use strict";var i=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Nd","Pn","Wt","Śr","Cz","Pt","So"],longhand:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota"]},months:{shorthand:["Sty","Lut","Mar","Kwi","Maj","Cze","Lip","Sie","Wrz","Paź","Lis","Gru"],longhand:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"]},rangeSeparator:" do ",weekAbbreviation:"tydz.",scrollTitle:"Przewiń, aby zwiększyć",toggleTitle:"Kliknij, aby przełączyć",firstDayOfWeek:1,time_24hr:true,ordinal:function(){return"."}};i.l10ns.pl=t;var r=i.l10ns;e.Polish=t;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
66
public/lib/flatpickr/l10n/pt.js
Normal file
66
public/lib/flatpickr/l10n/pt.js
Normal file
@ -0,0 +1,66 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.pt = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Portuguese = {
|
||||
weekdays: {
|
||||
shorthand: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"],
|
||||
longhand: [
|
||||
"Domingo",
|
||||
"Segunda-feira",
|
||||
"Terça-feira",
|
||||
"Quarta-feira",
|
||||
"Quinta-feira",
|
||||
"Sexta-feira",
|
||||
"Sábado",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Fev",
|
||||
"Mar",
|
||||
"Abr",
|
||||
"Mai",
|
||||
"Jun",
|
||||
"Jul",
|
||||
"Ago",
|
||||
"Set",
|
||||
"Out",
|
||||
"Nov",
|
||||
"Dez",
|
||||
],
|
||||
longhand: [
|
||||
"Janeiro",
|
||||
"Fevereiro",
|
||||
"Março",
|
||||
"Abril",
|
||||
"Maio",
|
||||
"Junho",
|
||||
"Julho",
|
||||
"Agosto",
|
||||
"Setembro",
|
||||
"Outubro",
|
||||
"Novembro",
|
||||
"Dezembro",
|
||||
]
|
||||
},
|
||||
rangeSeparator: " até ",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.pt = Portuguese;
|
||||
var pt = fp.l10ns;
|
||||
|
||||
exports.Portuguese = Portuguese;
|
||||
exports.default = pt;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/pt.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/pt.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,o){typeof exports==="object"&&typeof module!=="undefined"?o(exports):typeof define==="function"&&define.amd?define(["exports"],o):(e=e||self,o(e.pt={}))})(this,(function(e){"use strict";var o=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var r={weekdays:{shorthand:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],longhand:["Domingo","Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado"]},months:{shorthand:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],longhand:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"]},rangeSeparator:" até ",time_24hr:true};o.l10ns.pt=r;var t=o.l10ns;e.Portuguese=r;e.default=t;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
69
public/lib/flatpickr/l10n/ro.js
Normal file
69
public/lib/flatpickr/l10n/ro.js
Normal file
@ -0,0 +1,69 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ro = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Romanian = {
|
||||
weekdays: {
|
||||
shorthand: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"],
|
||||
longhand: [
|
||||
"Duminică",
|
||||
"Luni",
|
||||
"Marți",
|
||||
"Miercuri",
|
||||
"Joi",
|
||||
"Vineri",
|
||||
"Sâmbătă",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Ian",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Mai",
|
||||
"Iun",
|
||||
"Iul",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Oct",
|
||||
"Noi",
|
||||
"Dec",
|
||||
],
|
||||
longhand: [
|
||||
"Ianuarie",
|
||||
"Februarie",
|
||||
"Martie",
|
||||
"Aprilie",
|
||||
"Mai",
|
||||
"Iunie",
|
||||
"Iulie",
|
||||
"August",
|
||||
"Septembrie",
|
||||
"Octombrie",
|
||||
"Noiembrie",
|
||||
"Decembrie",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
time_24hr: true,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
}
|
||||
};
|
||||
fp.l10ns.ro = Romanian;
|
||||
var ro = fp.l10ns;
|
||||
|
||||
exports.Romanian = Romanian;
|
||||
exports.default = ro;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ro.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ro.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,i){typeof exports==="object"&&typeof module!=="undefined"?i(exports):typeof define==="function"&&define.amd?define(["exports"],i):(e=e||self,i(e.ro={}))})(this,(function(e){"use strict";var i=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={weekdays:{shorthand:["Dum","Lun","Mar","Mie","Joi","Vin","Sâm"],longhand:["Duminică","Luni","Marți","Miercuri","Joi","Vineri","Sâmbătă"]},months:{shorthand:["Ian","Feb","Mar","Apr","Mai","Iun","Iul","Aug","Sep","Oct","Noi","Dec"],longhand:["Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"]},firstDayOfWeek:1,time_24hr:true,ordinal:function(){return""}};i.l10ns.ro=n;var r=i.l10ns;e.Romanian=n;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
75
public/lib/flatpickr/l10n/ru.js
Normal file
75
public/lib/flatpickr/l10n/ru.js
Normal file
@ -0,0 +1,75 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.ru = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Russian = {
|
||||
weekdays: {
|
||||
shorthand: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
|
||||
longhand: [
|
||||
"Воскресенье",
|
||||
"Понедельник",
|
||||
"Вторник",
|
||||
"Среда",
|
||||
"Четверг",
|
||||
"Пятница",
|
||||
"Суббота",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Янв",
|
||||
"Фев",
|
||||
"Март",
|
||||
"Апр",
|
||||
"Май",
|
||||
"Июнь",
|
||||
"Июль",
|
||||
"Авг",
|
||||
"Сен",
|
||||
"Окт",
|
||||
"Ноя",
|
||||
"Дек",
|
||||
],
|
||||
longhand: [
|
||||
"Январь",
|
||||
"Февраль",
|
||||
"Март",
|
||||
"Апрель",
|
||||
"Май",
|
||||
"Июнь",
|
||||
"Июль",
|
||||
"Август",
|
||||
"Сентябрь",
|
||||
"Октябрь",
|
||||
"Ноябрь",
|
||||
"Декабрь",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
ordinal: function () {
|
||||
return "";
|
||||
},
|
||||
rangeSeparator: " — ",
|
||||
weekAbbreviation: "Нед.",
|
||||
scrollTitle: "Прокрутите для увеличения",
|
||||
toggleTitle: "Нажмите для переключения",
|
||||
amPM: ["ДП", "ПП"],
|
||||
yearAriaLabel: "Год",
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.ru = Russian;
|
||||
var ru = fp.l10ns;
|
||||
|
||||
exports.Russian = Russian;
|
||||
exports.default = ru;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/ru.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/ru.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.ru={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],longhand:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"]},months:{shorthand:["Янв","Фев","Март","Апр","Май","Июнь","Июль","Авг","Сен","Окт","Ноя","Дек"],longhand:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"]},firstDayOfWeek:1,ordinal:function(){return""},rangeSeparator:" — ",weekAbbreviation:"Нед.",scrollTitle:"Прокрутите для увеличения",toggleTitle:"Нажмите для переключения",amPM:["ДП","ПП"],yearAriaLabel:"Год",time_24hr:true};n.l10ns.ru=t;var r=n.l10ns;e.Russian=t;e.default=r;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
65
public/lib/flatpickr/l10n/si.js
Normal file
65
public/lib/flatpickr/l10n/si.js
Normal file
@ -0,0 +1,65 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.si = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Sinhala = {
|
||||
weekdays: {
|
||||
shorthand: ["ඉ", "ස", "අ", "බ", "බ්ර", "සි", "සෙ"],
|
||||
longhand: [
|
||||
"ඉරිදා",
|
||||
"සඳුදා",
|
||||
"අඟහරුවාදා",
|
||||
"බදාදා",
|
||||
"බ්රහස්පතින්දා",
|
||||
"සිකුරාදා",
|
||||
"සෙනසුරාදා",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"ජන",
|
||||
"පෙබ",
|
||||
"මාර්",
|
||||
"අප්රේ",
|
||||
"මැයි",
|
||||
"ජුනි",
|
||||
"ජූලි",
|
||||
"අගෝ",
|
||||
"සැප්",
|
||||
"ඔක්",
|
||||
"නොවැ",
|
||||
"දෙසැ",
|
||||
],
|
||||
longhand: [
|
||||
"ජනවාරි",
|
||||
"පෙබරවාරි",
|
||||
"මාර්තු",
|
||||
"අප්රේල්",
|
||||
"මැයි",
|
||||
"ජුනි",
|
||||
"ජූලි",
|
||||
"අගෝස්තු",
|
||||
"සැප්තැම්බර්",
|
||||
"ඔක්තෝබර්",
|
||||
"නොවැම්බර්",
|
||||
"දෙසැම්බර්",
|
||||
]
|
||||
},
|
||||
time_24hr: true
|
||||
};
|
||||
fp.l10ns.si = Sinhala;
|
||||
var si = fp.l10ns;
|
||||
|
||||
exports.Sinhala = Sinhala;
|
||||
exports.default = si;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/si.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/si.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,n){typeof exports==="object"&&typeof module!=="undefined"?n(exports):typeof define==="function"&&define.amd?define(["exports"],n):(e=e||self,n(e.si={}))})(this,(function(e){"use strict";var n=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var t={weekdays:{shorthand:["ඉ","ස","අ","බ","බ්ර","සි","සෙ"],longhand:["ඉරිදා","සඳුදා","අඟහරුවාදා","බදාදා","බ්රහස්පතින්දා","සිකුරාදා","සෙනසුරාදා"]},months:{shorthand:["ජන","පෙබ","මාර්","අප්රේ","මැයි","ජුනි","ජූලි","අගෝ","සැප්","ඔක්","නොවැ","දෙසැ"],longhand:["ජනවාරි","පෙබරවාරි","මාර්තු","අප්රේල්","මැයි","ජුනි","ජූලි","අගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්"]},time_24hr:true};n.l10ns.si=t;var d=n.l10ns;e.Sinhala=t;e.default=d;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
70
public/lib/flatpickr/l10n/sk.js
Normal file
70
public/lib/flatpickr/l10n/sk.js
Normal file
@ -0,0 +1,70 @@
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.sk = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
|
||||
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
|
||||
? window.flatpickr
|
||||
: {
|
||||
l10ns: {}
|
||||
};
|
||||
var Slovak = {
|
||||
weekdays: {
|
||||
shorthand: ["Ned", "Pon", "Ut", "Str", "Štv", "Pia", "Sob"],
|
||||
longhand: [
|
||||
"Nedeľa",
|
||||
"Pondelok",
|
||||
"Utorok",
|
||||
"Streda",
|
||||
"Štvrtok",
|
||||
"Piatok",
|
||||
"Sobota",
|
||||
]
|
||||
},
|
||||
months: {
|
||||
shorthand: [
|
||||
"Jan",
|
||||
"Feb",
|
||||
"Mar",
|
||||
"Apr",
|
||||
"Máj",
|
||||
"Jún",
|
||||
"Júl",
|
||||
"Aug",
|
||||
"Sep",
|
||||
"Okt",
|
||||
"Nov",
|
||||
"Dec",
|
||||
],
|
||||
longhand: [
|
||||
"Január",
|
||||
"Február",
|
||||
"Marec",
|
||||
"Apríl",
|
||||
"Máj",
|
||||
"Jún",
|
||||
"Júl",
|
||||
"August",
|
||||
"September",
|
||||
"Október",
|
||||
"November",
|
||||
"December",
|
||||
]
|
||||
},
|
||||
firstDayOfWeek: 1,
|
||||
rangeSeparator: " do ",
|
||||
time_24hr: true,
|
||||
ordinal: function () {
|
||||
return ".";
|
||||
}
|
||||
};
|
||||
fp.l10ns.sk = Slovak;
|
||||
var sk = fp.l10ns;
|
||||
|
||||
exports.Slovak = Slovak;
|
||||
exports.default = sk;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
1
public/lib/flatpickr/l10n/sk.min.js
vendored
Normal file
1
public/lib/flatpickr/l10n/sk.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(e,t){typeof exports==="object"&&typeof module!=="undefined"?t(exports):typeof define==="function"&&define.amd?define(["exports"],t):(e=e||self,t(e.sk={}))})(this,(function(e){"use strict";var t=typeof window!=="undefined"&&window.flatpickr!==undefined?window.flatpickr:{l10ns:{}};var n={weekdays:{shorthand:["Ned","Pon","Ut","Str","Štv","Pia","Sob"],longhand:["Nedeľa","Pondelok","Utorok","Streda","Štvrtok","Piatok","Sobota"]},months:{shorthand:["Jan","Feb","Mar","Apr","Máj","Jún","Júl","Aug","Sep","Okt","Nov","Dec"],longhand:["Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"]},firstDayOfWeek:1,rangeSeparator:" do ",time_24hr:true,ordinal:function(){return"."}};t.l10ns.sk=n;var o=t.l10ns;e.Slovak=n;e.default=o;Object.defineProperty(e,"__esModule",{value:true})}));
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user