cronstrue 2.50.0 → 2.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cronstrue-i18n.js +113 -112
- package/dist/cronstrue-i18n.min.js +1 -1
- package/dist/cronstrue.js +15 -14
- package/dist/cronstrue.min.js +1 -1
- package/dist/i18n/locale.d.ts +1 -1
- package/dist/i18n/locales/pt_BR.d.ts +6 -6
- package/dist/i18n/locales/pt_PT.d.ts +6 -6
- package/locales/af.js +5 -9
- package/locales/af.min.js +1 -1
- package/locales/ar.js +5 -9
- package/locales/ar.min.js +1 -1
- package/locales/be.js +5 -9
- package/locales/be.min.js +1 -1
- package/locales/bg.js +5 -9
- package/locales/bg.min.js +1 -1
- package/locales/ca.js +5 -9
- package/locales/ca.min.js +1 -1
- package/locales/cs.js +5 -9
- package/locales/cs.min.js +1 -1
- package/locales/da.js +5 -9
- package/locales/da.min.js +1 -1
- package/locales/de.js +5 -9
- package/locales/de.min.js +1 -1
- package/locales/en.js +5 -9
- package/locales/en.min.js +1 -1
- package/locales/es.js +5 -9
- package/locales/es.min.js +1 -1
- package/locales/fa.js +5 -9
- package/locales/fa.min.js +1 -1
- package/locales/fi.js +5 -9
- package/locales/fi.min.js +1 -1
- package/locales/fr.js +5 -9
- package/locales/fr.min.js +1 -1
- package/locales/he.js +5 -9
- package/locales/he.min.js +1 -1
- package/locales/hu.js +5 -9
- package/locales/hu.min.js +1 -1
- package/locales/id.js +5 -9
- package/locales/id.min.js +1 -1
- package/locales/it.js +5 -9
- package/locales/it.min.js +1 -1
- package/locales/ja.js +5 -9
- package/locales/ja.min.js +1 -1
- package/locales/ko.js +5 -9
- package/locales/ko.min.js +1 -1
- package/locales/my.js +5 -9
- package/locales/my.min.js +1 -1
- package/locales/nb.js +5 -9
- package/locales/nb.min.js +1 -1
- package/locales/nl.js +5 -9
- package/locales/nl.min.js +1 -1
- package/locales/pl.js +5 -9
- package/locales/pl.min.js +1 -1
- package/locales/pt_BR.js +17 -21
- package/locales/pt_BR.min.js +1 -1
- package/locales/pt_PT.js +17 -21
- package/locales/pt_PT.min.js +1 -1
- package/locales/ro.js +5 -9
- package/locales/ro.min.js +1 -1
- package/locales/ru.js +5 -9
- package/locales/ru.min.js +1 -1
- package/locales/sk.js +5 -9
- package/locales/sk.min.js +1 -1
- package/locales/sl.js +5 -9
- package/locales/sl.min.js +1 -1
- package/locales/sv.js +5 -9
- package/locales/sv.min.js +1 -1
- package/locales/sw.js +5 -9
- package/locales/sw.min.js +1 -1
- package/locales/th.js +5 -9
- package/locales/th.min.js +1 -1
- package/locales/tr.js +5 -9
- package/locales/tr.min.js +1 -1
- package/locales/uk.js +5 -9
- package/locales/uk.min.js +1 -1
- package/locales/vi.js +5 -9
- package/locales/vi.min.js +1 -1
- package/locales/zh_CN.js +5 -9
- package/locales/zh_CN.min.js +1 -1
- package/locales/zh_TW.js +5 -9
- package/locales/zh_TW.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,6 @@ This library was ported from the original C# implementation called [cron-express
|
|
|
17
17
|
- Supports all cron expression special characters including * / , - ? L W, #
|
|
18
18
|
- Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron expressions
|
|
19
19
|
- [Quartz Job Scheduler](http://www.quartz-scheduler.org/) cron expressions are supported
|
|
20
|
-
- Supports time specification _nicknames_ (@yearly, @annually, @monthly, @weekly, @daily)
|
|
21
20
|
- i18n support with 30+ languages
|
|
22
21
|
|
|
23
22
|
## Demo
|
|
@@ -246,6 +245,7 @@ The following locales can be passed in for the `locale` option. Thank you to th
|
|
|
246
245
|
|
|
247
246
|
Thank you to the following sponsors of this project!
|
|
248
247
|
|
|
248
|
+
<a href="https://github.com/microsoft"><img src="https://github.com/microsoft.png" width="50px" alt="robjtede" style="max-width: 100%;"></a>
|
|
249
249
|
<a href="https://github.com/github"><img src="https://github.com/github.png" width="50px" alt="robjtede" style="max-width: 100%;"></a>
|
|
250
250
|
<a href="https://github.com/DevUtilsApp"><img src="https://github.com/DevUtilsApp.png" width="50px" alt="robjtede" style="max-width: 100%;"></a>
|
|
251
251
|
<a href="https://github.com/getsentry"><img src="https://github.com/getsentry.png" width="50px" alt="robjtede" style="max-width: 100%;"></a>
|
package/dist/cronstrue-i18n.js
CHANGED
|
@@ -12,13 +12,13 @@ return /******/ (() => { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 949:
|
|
16
16
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
20
20
|
exports.CronParser = void 0;
|
|
21
|
-
var rangeValidator_1 = __webpack_require__(
|
|
21
|
+
var rangeValidator_1 = __webpack_require__(515);
|
|
22
22
|
var CronParser = (function () {
|
|
23
23
|
function CronParser(expression, dayOfWeekStartIndexZero, monthStartIndexZero) {
|
|
24
24
|
if (dayOfWeekStartIndexZero === void 0) { dayOfWeekStartIndexZero = true; }
|
|
@@ -249,14 +249,14 @@ exports.CronParser = CronParser;
|
|
|
249
249
|
|
|
250
250
|
/***/ }),
|
|
251
251
|
|
|
252
|
-
/***/
|
|
252
|
+
/***/ 333:
|
|
253
253
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
257
257
|
exports.ExpressionDescriptor = void 0;
|
|
258
|
-
var stringUtilities_1 = __webpack_require__(
|
|
259
|
-
var cronParser_1 = __webpack_require__(
|
|
258
|
+
var stringUtilities_1 = __webpack_require__(823);
|
|
259
|
+
var cronParser_1 = __webpack_require__(949);
|
|
260
260
|
var ExpressionDescriptor = (function () {
|
|
261
261
|
function ExpressionDescriptor(expression, options) {
|
|
262
262
|
this.expression = expression;
|
|
@@ -514,7 +514,8 @@ var ExpressionDescriptor = (function () {
|
|
|
514
514
|
var format = null;
|
|
515
515
|
if (s.indexOf("#") > -1) {
|
|
516
516
|
var dayOfWeekOfMonthNumber = s.substring(s.indexOf("#") + 1);
|
|
517
|
-
|
|
517
|
+
var dayOfWeek = s.substring(0, s.indexOf("#"));
|
|
518
|
+
format = _this.i18n.commaOnThe(dayOfWeekOfMonthNumber, dayOfWeek).trim() + _this.i18n.spaceX0OfTheMonth();
|
|
518
519
|
}
|
|
519
520
|
else if (s.indexOf("L") > -1) {
|
|
520
521
|
format = _this.i18n.commaOnTheLastX0OfTheMonth(s.replace("L", ""));
|
|
@@ -757,97 +758,97 @@ exports.ExpressionDescriptor = ExpressionDescriptor;
|
|
|
757
758
|
|
|
758
759
|
/***/ }),
|
|
759
760
|
|
|
760
|
-
/***/
|
|
761
|
+
/***/ 99:
|
|
761
762
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
762
763
|
|
|
763
764
|
|
|
764
765
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
765
766
|
exports.bg = exports.my = exports.vi = exports.ar = exports.th = exports.af = exports.hu = exports.be = exports.ca = exports.fa = exports.sw = exports.sl = exports.fi = exports.sk = exports.cs = exports.he = exports.ja = exports.zh_TW = exports.zh_CN = exports.uk = exports.tr = exports.ru = exports.ro = exports.pt_PT = exports.pt_BR = exports.pl = exports.sv = exports.nb = exports.nl = exports.ko = exports.id = exports.it = exports.fr = exports.es = exports.de = exports.da = exports.en = void 0;
|
|
766
|
-
var en_1 = __webpack_require__(
|
|
767
|
+
var en_1 = __webpack_require__(486);
|
|
767
768
|
Object.defineProperty(exports, "en", ({ enumerable: true, get: function () { return en_1.en; } }));
|
|
768
|
-
var da_1 = __webpack_require__(
|
|
769
|
+
var da_1 = __webpack_require__(506);
|
|
769
770
|
Object.defineProperty(exports, "da", ({ enumerable: true, get: function () { return da_1.da; } }));
|
|
770
|
-
var de_1 = __webpack_require__(
|
|
771
|
+
var de_1 = __webpack_require__(230);
|
|
771
772
|
Object.defineProperty(exports, "de", ({ enumerable: true, get: function () { return de_1.de; } }));
|
|
772
|
-
var es_1 = __webpack_require__(
|
|
773
|
+
var es_1 = __webpack_require__(153);
|
|
773
774
|
Object.defineProperty(exports, "es", ({ enumerable: true, get: function () { return es_1.es; } }));
|
|
774
|
-
var fr_1 = __webpack_require__(
|
|
775
|
+
var fr_1 = __webpack_require__(517);
|
|
775
776
|
Object.defineProperty(exports, "fr", ({ enumerable: true, get: function () { return fr_1.fr; } }));
|
|
776
|
-
var it_1 = __webpack_require__(
|
|
777
|
+
var it_1 = __webpack_require__(488);
|
|
777
778
|
Object.defineProperty(exports, "it", ({ enumerable: true, get: function () { return it_1.it; } }));
|
|
778
|
-
var id_1 = __webpack_require__(
|
|
779
|
+
var id_1 = __webpack_require__(72);
|
|
779
780
|
Object.defineProperty(exports, "id", ({ enumerable: true, get: function () { return id_1.id; } }));
|
|
780
|
-
var ko_1 = __webpack_require__(
|
|
781
|
+
var ko_1 = __webpack_require__(839);
|
|
781
782
|
Object.defineProperty(exports, "ko", ({ enumerable: true, get: function () { return ko_1.ko; } }));
|
|
782
|
-
var nl_1 = __webpack_require__(
|
|
783
|
+
var nl_1 = __webpack_require__(647);
|
|
783
784
|
Object.defineProperty(exports, "nl", ({ enumerable: true, get: function () { return nl_1.nl; } }));
|
|
784
|
-
var nb_1 = __webpack_require__(
|
|
785
|
+
var nb_1 = __webpack_require__(957);
|
|
785
786
|
Object.defineProperty(exports, "nb", ({ enumerable: true, get: function () { return nb_1.nb; } }));
|
|
786
|
-
var sv_1 = __webpack_require__(
|
|
787
|
+
var sv_1 = __webpack_require__(544);
|
|
787
788
|
Object.defineProperty(exports, "sv", ({ enumerable: true, get: function () { return sv_1.sv; } }));
|
|
788
|
-
var pl_1 = __webpack_require__(
|
|
789
|
+
var pl_1 = __webpack_require__(905);
|
|
789
790
|
Object.defineProperty(exports, "pl", ({ enumerable: true, get: function () { return pl_1.pl; } }));
|
|
790
|
-
var pt_BR_1 = __webpack_require__(
|
|
791
|
+
var pt_BR_1 = __webpack_require__(556);
|
|
791
792
|
Object.defineProperty(exports, "pt_BR", ({ enumerable: true, get: function () { return pt_BR_1.pt_BR; } }));
|
|
792
|
-
var pt_PT_1 = __webpack_require__(
|
|
793
|
+
var pt_PT_1 = __webpack_require__(163);
|
|
793
794
|
Object.defineProperty(exports, "pt_PT", ({ enumerable: true, get: function () { return pt_PT_1.pt_PT; } }));
|
|
794
|
-
var ro_1 = __webpack_require__(
|
|
795
|
+
var ro_1 = __webpack_require__(614);
|
|
795
796
|
Object.defineProperty(exports, "ro", ({ enumerable: true, get: function () { return ro_1.ro; } }));
|
|
796
|
-
var ru_1 = __webpack_require__(
|
|
797
|
+
var ru_1 = __webpack_require__(892);
|
|
797
798
|
Object.defineProperty(exports, "ru", ({ enumerable: true, get: function () { return ru_1.ru; } }));
|
|
798
|
-
var tr_1 = __webpack_require__(
|
|
799
|
+
var tr_1 = __webpack_require__(631);
|
|
799
800
|
Object.defineProperty(exports, "tr", ({ enumerable: true, get: function () { return tr_1.tr; } }));
|
|
800
|
-
var uk_1 = __webpack_require__(
|
|
801
|
+
var uk_1 = __webpack_require__(225);
|
|
801
802
|
Object.defineProperty(exports, "uk", ({ enumerable: true, get: function () { return uk_1.uk; } }));
|
|
802
|
-
var zh_CN_1 = __webpack_require__(
|
|
803
|
+
var zh_CN_1 = __webpack_require__(571);
|
|
803
804
|
Object.defineProperty(exports, "zh_CN", ({ enumerable: true, get: function () { return zh_CN_1.zh_CN; } }));
|
|
804
|
-
var zh_TW_1 = __webpack_require__(
|
|
805
|
+
var zh_TW_1 = __webpack_require__(983);
|
|
805
806
|
Object.defineProperty(exports, "zh_TW", ({ enumerable: true, get: function () { return zh_TW_1.zh_TW; } }));
|
|
806
|
-
var ja_1 = __webpack_require__(
|
|
807
|
+
var ja_1 = __webpack_require__(904);
|
|
807
808
|
Object.defineProperty(exports, "ja", ({ enumerable: true, get: function () { return ja_1.ja; } }));
|
|
808
|
-
var he_1 = __webpack_require__(
|
|
809
|
+
var he_1 = __webpack_require__(82);
|
|
809
810
|
Object.defineProperty(exports, "he", ({ enumerable: true, get: function () { return he_1.he; } }));
|
|
810
|
-
var cs_1 = __webpack_require__(
|
|
811
|
+
var cs_1 = __webpack_require__(651);
|
|
811
812
|
Object.defineProperty(exports, "cs", ({ enumerable: true, get: function () { return cs_1.cs; } }));
|
|
812
|
-
var sk_1 = __webpack_require__(
|
|
813
|
+
var sk_1 = __webpack_require__(923);
|
|
813
814
|
Object.defineProperty(exports, "sk", ({ enumerable: true, get: function () { return sk_1.sk; } }));
|
|
814
|
-
var fi_1 = __webpack_require__(
|
|
815
|
+
var fi_1 = __webpack_require__(964);
|
|
815
816
|
Object.defineProperty(exports, "fi", ({ enumerable: true, get: function () { return fi_1.fi; } }));
|
|
816
|
-
var sl_1 = __webpack_require__(
|
|
817
|
+
var sl_1 = __webpack_require__(474);
|
|
817
818
|
Object.defineProperty(exports, "sl", ({ enumerable: true, get: function () { return sl_1.sl; } }));
|
|
818
|
-
var sw_1 = __webpack_require__(
|
|
819
|
+
var sw_1 = __webpack_require__(799);
|
|
819
820
|
Object.defineProperty(exports, "sw", ({ enumerable: true, get: function () { return sw_1.sw; } }));
|
|
820
|
-
var fa_1 = __webpack_require__(
|
|
821
|
+
var fa_1 = __webpack_require__(804);
|
|
821
822
|
Object.defineProperty(exports, "fa", ({ enumerable: true, get: function () { return fa_1.fa; } }));
|
|
822
|
-
var ca_1 = __webpack_require__(
|
|
823
|
+
var ca_1 = __webpack_require__(845);
|
|
823
824
|
Object.defineProperty(exports, "ca", ({ enumerable: true, get: function () { return ca_1.ca; } }));
|
|
824
|
-
var be_1 = __webpack_require__(
|
|
825
|
+
var be_1 = __webpack_require__(348);
|
|
825
826
|
Object.defineProperty(exports, "be", ({ enumerable: true, get: function () { return be_1.be; } }));
|
|
826
|
-
var hu_1 = __webpack_require__(
|
|
827
|
+
var hu_1 = __webpack_require__(194);
|
|
827
828
|
Object.defineProperty(exports, "hu", ({ enumerable: true, get: function () { return hu_1.hu; } }));
|
|
828
|
-
var af_1 = __webpack_require__(
|
|
829
|
+
var af_1 = __webpack_require__(810);
|
|
829
830
|
Object.defineProperty(exports, "af", ({ enumerable: true, get: function () { return af_1.af; } }));
|
|
830
|
-
var th_1 = __webpack_require__(
|
|
831
|
+
var th_1 = __webpack_require__(33);
|
|
831
832
|
Object.defineProperty(exports, "th", ({ enumerable: true, get: function () { return th_1.th; } }));
|
|
832
|
-
var ar_1 = __webpack_require__(
|
|
833
|
+
var ar_1 = __webpack_require__(574);
|
|
833
834
|
Object.defineProperty(exports, "ar", ({ enumerable: true, get: function () { return ar_1.ar; } }));
|
|
834
|
-
var vi_1 = __webpack_require__(
|
|
835
|
+
var vi_1 = __webpack_require__(292);
|
|
835
836
|
Object.defineProperty(exports, "vi", ({ enumerable: true, get: function () { return vi_1.vi; } }));
|
|
836
|
-
var my_1 = __webpack_require__(
|
|
837
|
+
var my_1 = __webpack_require__(919);
|
|
837
838
|
Object.defineProperty(exports, "my", ({ enumerable: true, get: function () { return my_1.my; } }));
|
|
838
|
-
var bg_1 = __webpack_require__(
|
|
839
|
+
var bg_1 = __webpack_require__(622);
|
|
839
840
|
Object.defineProperty(exports, "bg", ({ enumerable: true, get: function () { return bg_1.bg; } }));
|
|
840
841
|
|
|
841
842
|
|
|
842
843
|
/***/ }),
|
|
843
844
|
|
|
844
|
-
/***/
|
|
845
|
+
/***/ 420:
|
|
845
846
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
846
847
|
|
|
847
848
|
|
|
848
849
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
849
850
|
exports.allLocalesLoader = void 0;
|
|
850
|
-
var allLocales = __webpack_require__(
|
|
851
|
+
var allLocales = __webpack_require__(99);
|
|
851
852
|
var allLocalesLoader = (function () {
|
|
852
853
|
function allLocalesLoader() {
|
|
853
854
|
}
|
|
@@ -865,7 +866,7 @@ exports.allLocalesLoader = allLocalesLoader;
|
|
|
865
866
|
|
|
866
867
|
/***/ }),
|
|
867
868
|
|
|
868
|
-
/***/
|
|
869
|
+
/***/ 810:
|
|
869
870
|
/***/ ((__unused_webpack_module, exports) => {
|
|
870
871
|
|
|
871
872
|
|
|
@@ -1053,7 +1054,7 @@ exports.af = af;
|
|
|
1053
1054
|
|
|
1054
1055
|
/***/ }),
|
|
1055
1056
|
|
|
1056
|
-
/***/
|
|
1057
|
+
/***/ 574:
|
|
1057
1058
|
/***/ ((__unused_webpack_module, exports) => {
|
|
1058
1059
|
|
|
1059
1060
|
|
|
@@ -1241,7 +1242,7 @@ exports.ar = ar;
|
|
|
1241
1242
|
|
|
1242
1243
|
/***/ }),
|
|
1243
1244
|
|
|
1244
|
-
/***/
|
|
1245
|
+
/***/ 348:
|
|
1245
1246
|
/***/ ((__unused_webpack_module, exports) => {
|
|
1246
1247
|
|
|
1247
1248
|
|
|
@@ -1426,7 +1427,7 @@ exports.be = be;
|
|
|
1426
1427
|
|
|
1427
1428
|
/***/ }),
|
|
1428
1429
|
|
|
1429
|
-
/***/
|
|
1430
|
+
/***/ 622:
|
|
1430
1431
|
/***/ ((__unused_webpack_module, exports) => {
|
|
1431
1432
|
|
|
1432
1433
|
|
|
@@ -1617,7 +1618,7 @@ exports.bg = bg;
|
|
|
1617
1618
|
|
|
1618
1619
|
/***/ }),
|
|
1619
1620
|
|
|
1620
|
-
/***/
|
|
1621
|
+
/***/ 845:
|
|
1621
1622
|
/***/ ((__unused_webpack_module, exports) => {
|
|
1622
1623
|
|
|
1623
1624
|
|
|
@@ -1802,7 +1803,7 @@ exports.ca = ca;
|
|
|
1802
1803
|
|
|
1803
1804
|
/***/ }),
|
|
1804
1805
|
|
|
1805
|
-
/***/
|
|
1806
|
+
/***/ 651:
|
|
1806
1807
|
/***/ ((__unused_webpack_module, exports) => {
|
|
1807
1808
|
|
|
1808
1809
|
|
|
@@ -1987,7 +1988,7 @@ exports.cs = cs;
|
|
|
1987
1988
|
|
|
1988
1989
|
/***/ }),
|
|
1989
1990
|
|
|
1990
|
-
/***/
|
|
1991
|
+
/***/ 506:
|
|
1991
1992
|
/***/ ((__unused_webpack_module, exports) => {
|
|
1992
1993
|
|
|
1993
1994
|
|
|
@@ -2172,7 +2173,7 @@ exports.da = da;
|
|
|
2172
2173
|
|
|
2173
2174
|
/***/ }),
|
|
2174
2175
|
|
|
2175
|
-
/***/
|
|
2176
|
+
/***/ 230:
|
|
2176
2177
|
/***/ ((__unused_webpack_module, exports) => {
|
|
2177
2178
|
|
|
2178
2179
|
|
|
@@ -2357,7 +2358,7 @@ exports.de = de;
|
|
|
2357
2358
|
|
|
2358
2359
|
/***/ }),
|
|
2359
2360
|
|
|
2360
|
-
/***/
|
|
2361
|
+
/***/ 486:
|
|
2361
2362
|
/***/ ((__unused_webpack_module, exports) => {
|
|
2362
2363
|
|
|
2363
2364
|
|
|
@@ -2545,7 +2546,7 @@ exports.en = en;
|
|
|
2545
2546
|
|
|
2546
2547
|
/***/ }),
|
|
2547
2548
|
|
|
2548
|
-
/***/
|
|
2549
|
+
/***/ 153:
|
|
2549
2550
|
/***/ ((__unused_webpack_module, exports) => {
|
|
2550
2551
|
|
|
2551
2552
|
|
|
@@ -2730,7 +2731,7 @@ exports.es = es;
|
|
|
2730
2731
|
|
|
2731
2732
|
/***/ }),
|
|
2732
2733
|
|
|
2733
|
-
/***/
|
|
2734
|
+
/***/ 804:
|
|
2734
2735
|
/***/ ((__unused_webpack_module, exports) => {
|
|
2735
2736
|
|
|
2736
2737
|
|
|
@@ -2908,7 +2909,7 @@ exports.fa = fa;
|
|
|
2908
2909
|
|
|
2909
2910
|
/***/ }),
|
|
2910
2911
|
|
|
2911
|
-
/***/
|
|
2912
|
+
/***/ 964:
|
|
2912
2913
|
/***/ ((__unused_webpack_module, exports) => {
|
|
2913
2914
|
|
|
2914
2915
|
|
|
@@ -3102,7 +3103,7 @@ exports.fi = fi;
|
|
|
3102
3103
|
|
|
3103
3104
|
/***/ }),
|
|
3104
3105
|
|
|
3105
|
-
/***/
|
|
3106
|
+
/***/ 517:
|
|
3106
3107
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3107
3108
|
|
|
3108
3109
|
|
|
@@ -3290,7 +3291,7 @@ exports.fr = fr;
|
|
|
3290
3291
|
|
|
3291
3292
|
/***/ }),
|
|
3292
3293
|
|
|
3293
|
-
/***/
|
|
3294
|
+
/***/ 82:
|
|
3294
3295
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3295
3296
|
|
|
3296
3297
|
|
|
@@ -3462,7 +3463,7 @@ exports.he = he;
|
|
|
3462
3463
|
|
|
3463
3464
|
/***/ }),
|
|
3464
3465
|
|
|
3465
|
-
/***/
|
|
3466
|
+
/***/ 194:
|
|
3466
3467
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3467
3468
|
|
|
3468
3469
|
|
|
@@ -3650,7 +3651,7 @@ exports.hu = hu;
|
|
|
3650
3651
|
|
|
3651
3652
|
/***/ }),
|
|
3652
3653
|
|
|
3653
|
-
/***/
|
|
3654
|
+
/***/ 72:
|
|
3654
3655
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3655
3656
|
|
|
3656
3657
|
|
|
@@ -3838,7 +3839,7 @@ exports.id = id;
|
|
|
3838
3839
|
|
|
3839
3840
|
/***/ }),
|
|
3840
3841
|
|
|
3841
|
-
/***/
|
|
3842
|
+
/***/ 488:
|
|
3842
3843
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3843
3844
|
|
|
3844
3845
|
|
|
@@ -4023,7 +4024,7 @@ exports.it = it;
|
|
|
4023
4024
|
|
|
4024
4025
|
/***/ }),
|
|
4025
4026
|
|
|
4026
|
-
/***/
|
|
4027
|
+
/***/ 904:
|
|
4027
4028
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4028
4029
|
|
|
4029
4030
|
|
|
@@ -4210,7 +4211,7 @@ exports.ja = ja;
|
|
|
4210
4211
|
|
|
4211
4212
|
/***/ }),
|
|
4212
4213
|
|
|
4213
|
-
/***/
|
|
4214
|
+
/***/ 839:
|
|
4214
4215
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4215
4216
|
|
|
4216
4217
|
|
|
@@ -4397,7 +4398,7 @@ exports.ko = ko;
|
|
|
4397
4398
|
|
|
4398
4399
|
/***/ }),
|
|
4399
4400
|
|
|
4400
|
-
/***/
|
|
4401
|
+
/***/ 919:
|
|
4401
4402
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4402
4403
|
|
|
4403
4404
|
|
|
@@ -4585,7 +4586,7 @@ exports.my = my;
|
|
|
4585
4586
|
|
|
4586
4587
|
/***/ }),
|
|
4587
4588
|
|
|
4588
|
-
/***/
|
|
4589
|
+
/***/ 957:
|
|
4589
4590
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4590
4591
|
|
|
4591
4592
|
|
|
@@ -4770,7 +4771,7 @@ exports.nb = nb;
|
|
|
4770
4771
|
|
|
4771
4772
|
/***/ }),
|
|
4772
4773
|
|
|
4773
|
-
/***/
|
|
4774
|
+
/***/ 647:
|
|
4774
4775
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4775
4776
|
|
|
4776
4777
|
|
|
@@ -4955,7 +4956,7 @@ exports.nl = nl;
|
|
|
4955
4956
|
|
|
4956
4957
|
/***/ }),
|
|
4957
4958
|
|
|
4958
|
-
/***/
|
|
4959
|
+
/***/ 905:
|
|
4959
4960
|
/***/ ((__unused_webpack_module, exports) => {
|
|
4960
4961
|
|
|
4961
4962
|
|
|
@@ -5140,7 +5141,7 @@ exports.pl = pl;
|
|
|
5140
5141
|
|
|
5141
5142
|
/***/ }),
|
|
5142
5143
|
|
|
5143
|
-
/***/
|
|
5144
|
+
/***/ 556:
|
|
5144
5145
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5145
5146
|
|
|
5146
5147
|
|
|
@@ -5212,8 +5213,8 @@ var pt_BR = (function () {
|
|
|
5212
5213
|
pt_BR.prototype.commaAndOnX0 = function () {
|
|
5213
5214
|
return ", e de %s";
|
|
5214
5215
|
};
|
|
5215
|
-
pt_BR.prototype.commaOnThe = function () {
|
|
5216
|
-
return ", na ";
|
|
5216
|
+
pt_BR.prototype.commaOnThe = function (s, day) {
|
|
5217
|
+
return day === '6' || day === '0' ? ", no" : ", na ";
|
|
5217
5218
|
};
|
|
5218
5219
|
pt_BR.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
5219
5220
|
return ", no último dia do mês";
|
|
@@ -5257,23 +5258,23 @@ var pt_BR = (function () {
|
|
|
5257
5258
|
pt_BR.prototype.everyX0Seconds = function () {
|
|
5258
5259
|
return "a cada %s segundos";
|
|
5259
5260
|
};
|
|
5260
|
-
pt_BR.prototype.fifth = function () {
|
|
5261
|
-
return "quinta";
|
|
5261
|
+
pt_BR.prototype.fifth = function (s) {
|
|
5262
|
+
return s === '6' || s === '0' ? "quinto" : "quinta";
|
|
5262
5263
|
};
|
|
5263
|
-
pt_BR.prototype.first = function () {
|
|
5264
|
-
return "primeira";
|
|
5264
|
+
pt_BR.prototype.first = function (s) {
|
|
5265
|
+
return s === '6' || s === '0' ? "primeiro" : "primeira";
|
|
5265
5266
|
};
|
|
5266
5267
|
pt_BR.prototype.firstWeekday = function () {
|
|
5267
5268
|
return "primeiro dia da semana";
|
|
5268
5269
|
};
|
|
5269
|
-
pt_BR.prototype.fourth = function () {
|
|
5270
|
-
return "quarta";
|
|
5270
|
+
pt_BR.prototype.fourth = function (s) {
|
|
5271
|
+
return s === '6' || s === '0' ? "quarto" : "quarta";
|
|
5271
5272
|
};
|
|
5272
5273
|
pt_BR.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
5273
5274
|
return "do minuto %s até %s de cada hora";
|
|
5274
5275
|
};
|
|
5275
|
-
pt_BR.prototype.second = function () {
|
|
5276
|
-
return "segunda";
|
|
5276
|
+
pt_BR.prototype.second = function (s) {
|
|
5277
|
+
return s === '6' || s === '0' ? "segundo" : "segunda";
|
|
5277
5278
|
};
|
|
5278
5279
|
pt_BR.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
5279
5280
|
return "No segundo %s até %s de cada minuto";
|
|
@@ -5287,8 +5288,8 @@ var pt_BR = (function () {
|
|
|
5287
5288
|
pt_BR.prototype.lastDay = function () {
|
|
5288
5289
|
return "o último dia";
|
|
5289
5290
|
};
|
|
5290
|
-
pt_BR.prototype.third = function () {
|
|
5291
|
-
return "terceira";
|
|
5291
|
+
pt_BR.prototype.third = function (s) {
|
|
5292
|
+
return s === '6' || s === '0' ? "terceiro" : "terceira";
|
|
5292
5293
|
};
|
|
5293
5294
|
pt_BR.prototype.weekdayNearestDayX0 = function () {
|
|
5294
5295
|
return "dia da semana mais próximo do dia %s";
|
|
@@ -5325,7 +5326,7 @@ exports.pt_BR = pt_BR;
|
|
|
5325
5326
|
|
|
5326
5327
|
/***/ }),
|
|
5327
5328
|
|
|
5328
|
-
/***/
|
|
5329
|
+
/***/ 163:
|
|
5329
5330
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5330
5331
|
|
|
5331
5332
|
|
|
@@ -5397,8 +5398,8 @@ var pt_PT = (function () {
|
|
|
5397
5398
|
pt_PT.prototype.commaAndOnX0 = function () {
|
|
5398
5399
|
return ", e de %s";
|
|
5399
5400
|
};
|
|
5400
|
-
pt_PT.prototype.commaOnThe = function () {
|
|
5401
|
-
return ", na ";
|
|
5401
|
+
pt_PT.prototype.commaOnThe = function (s, day) {
|
|
5402
|
+
return day === '6' || day === '0' ? ", no" : ", na ";
|
|
5402
5403
|
};
|
|
5403
5404
|
pt_PT.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
5404
5405
|
return ", no último dia do mês";
|
|
@@ -5442,23 +5443,23 @@ var pt_PT = (function () {
|
|
|
5442
5443
|
pt_PT.prototype.everyX0Seconds = function () {
|
|
5443
5444
|
return "a cada %s segundos";
|
|
5444
5445
|
};
|
|
5445
|
-
pt_PT.prototype.fifth = function () {
|
|
5446
|
-
return "quinta";
|
|
5446
|
+
pt_PT.prototype.fifth = function (s) {
|
|
5447
|
+
return s === '6' || s === '0' ? "quinto" : "quinta";
|
|
5447
5448
|
};
|
|
5448
|
-
pt_PT.prototype.first = function () {
|
|
5449
|
-
return "primeira";
|
|
5449
|
+
pt_PT.prototype.first = function (s) {
|
|
5450
|
+
return s === '6' || s === '0' ? "primeiro" : "primeira";
|
|
5450
5451
|
};
|
|
5451
5452
|
pt_PT.prototype.firstWeekday = function () {
|
|
5452
5453
|
return "primeiro dia da semana";
|
|
5453
5454
|
};
|
|
5454
|
-
pt_PT.prototype.fourth = function () {
|
|
5455
|
-
return "quarta";
|
|
5455
|
+
pt_PT.prototype.fourth = function (s) {
|
|
5456
|
+
return s === '6' || s === '0' ? "quarto" : "quarta";
|
|
5456
5457
|
};
|
|
5457
5458
|
pt_PT.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
5458
5459
|
return "do minuto %s até %s de cada hora";
|
|
5459
5460
|
};
|
|
5460
|
-
pt_PT.prototype.second = function () {
|
|
5461
|
-
return "segunda";
|
|
5461
|
+
pt_PT.prototype.second = function (s) {
|
|
5462
|
+
return s === '6' || s === '0' ? "segundo" : "segunda";
|
|
5462
5463
|
};
|
|
5463
5464
|
pt_PT.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
5464
5465
|
return "No segundo %s até %s de cada minuto";
|
|
@@ -5472,8 +5473,8 @@ var pt_PT = (function () {
|
|
|
5472
5473
|
pt_PT.prototype.lastDay = function () {
|
|
5473
5474
|
return "o último dia";
|
|
5474
5475
|
};
|
|
5475
|
-
pt_PT.prototype.third = function () {
|
|
5476
|
-
return "terceira";
|
|
5476
|
+
pt_PT.prototype.third = function (s) {
|
|
5477
|
+
return s === '6' || s === '0' ? "terceiro" : "terceira";
|
|
5477
5478
|
};
|
|
5478
5479
|
pt_PT.prototype.weekdayNearestDayX0 = function () {
|
|
5479
5480
|
return "dia da semana mais próximo do dia %s";
|
|
@@ -5510,7 +5511,7 @@ exports.pt_PT = pt_PT;
|
|
|
5510
5511
|
|
|
5511
5512
|
/***/ }),
|
|
5512
5513
|
|
|
5513
|
-
/***/
|
|
5514
|
+
/***/ 614:
|
|
5514
5515
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5515
5516
|
|
|
5516
5517
|
|
|
@@ -5695,7 +5696,7 @@ exports.ro = ro;
|
|
|
5695
5696
|
|
|
5696
5697
|
/***/ }),
|
|
5697
5698
|
|
|
5698
|
-
/***/
|
|
5699
|
+
/***/ 892:
|
|
5699
5700
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5700
5701
|
|
|
5701
5702
|
|
|
@@ -5923,7 +5924,7 @@ exports.ru = ru;
|
|
|
5923
5924
|
|
|
5924
5925
|
/***/ }),
|
|
5925
5926
|
|
|
5926
|
-
/***/
|
|
5927
|
+
/***/ 923:
|
|
5927
5928
|
/***/ ((__unused_webpack_module, exports) => {
|
|
5928
5929
|
|
|
5929
5930
|
|
|
@@ -6108,7 +6109,7 @@ exports.sk = sk;
|
|
|
6108
6109
|
|
|
6109
6110
|
/***/ }),
|
|
6110
6111
|
|
|
6111
|
-
/***/
|
|
6112
|
+
/***/ 474:
|
|
6112
6113
|
/***/ ((__unused_webpack_module, exports) => {
|
|
6113
6114
|
|
|
6114
6115
|
|
|
@@ -6293,7 +6294,7 @@ exports.sl = sl;
|
|
|
6293
6294
|
|
|
6294
6295
|
/***/ }),
|
|
6295
6296
|
|
|
6296
|
-
/***/
|
|
6297
|
+
/***/ 544:
|
|
6297
6298
|
/***/ ((__unused_webpack_module, exports) => {
|
|
6298
6299
|
|
|
6299
6300
|
|
|
@@ -6478,7 +6479,7 @@ exports.sv = sv;
|
|
|
6478
6479
|
|
|
6479
6480
|
/***/ }),
|
|
6480
6481
|
|
|
6481
|
-
/***/
|
|
6482
|
+
/***/ 799:
|
|
6482
6483
|
/***/ ((__unused_webpack_module, exports) => {
|
|
6483
6484
|
|
|
6484
6485
|
|
|
@@ -6663,7 +6664,7 @@ exports.sw = sw;
|
|
|
6663
6664
|
|
|
6664
6665
|
/***/ }),
|
|
6665
6666
|
|
|
6666
|
-
/***/
|
|
6667
|
+
/***/ 33:
|
|
6667
6668
|
/***/ ((__unused_webpack_module, exports) => {
|
|
6668
6669
|
|
|
6669
6670
|
|
|
@@ -6851,7 +6852,7 @@ exports.th = th;
|
|
|
6851
6852
|
|
|
6852
6853
|
/***/ }),
|
|
6853
6854
|
|
|
6854
|
-
/***/
|
|
6855
|
+
/***/ 631:
|
|
6855
6856
|
/***/ ((__unused_webpack_module, exports) => {
|
|
6856
6857
|
|
|
6857
6858
|
|
|
@@ -7036,7 +7037,7 @@ exports.tr = tr;
|
|
|
7036
7037
|
|
|
7037
7038
|
/***/ }),
|
|
7038
7039
|
|
|
7039
|
-
/***/
|
|
7040
|
+
/***/ 225:
|
|
7040
7041
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7041
7042
|
|
|
7042
7043
|
|
|
@@ -7221,7 +7222,7 @@ exports.uk = uk;
|
|
|
7221
7222
|
|
|
7222
7223
|
/***/ }),
|
|
7223
7224
|
|
|
7224
|
-
/***/
|
|
7225
|
+
/***/ 292:
|
|
7225
7226
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7226
7227
|
|
|
7227
7228
|
|
|
@@ -7409,7 +7410,7 @@ exports.vi = vi;
|
|
|
7409
7410
|
|
|
7410
7411
|
/***/ }),
|
|
7411
7412
|
|
|
7412
|
-
/***/
|
|
7413
|
+
/***/ 571:
|
|
7413
7414
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7414
7415
|
|
|
7415
7416
|
|
|
@@ -7599,7 +7600,7 @@ exports.zh_CN = zh_CN;
|
|
|
7599
7600
|
|
|
7600
7601
|
/***/ }),
|
|
7601
7602
|
|
|
7602
|
-
/***/
|
|
7603
|
+
/***/ 983:
|
|
7603
7604
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7604
7605
|
|
|
7605
7606
|
|
|
@@ -7780,7 +7781,7 @@ exports.zh_TW = zh_TW;
|
|
|
7780
7781
|
|
|
7781
7782
|
/***/ }),
|
|
7782
7783
|
|
|
7783
|
-
/***/
|
|
7784
|
+
/***/ 515:
|
|
7784
7785
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7785
7786
|
|
|
7786
7787
|
|
|
@@ -7854,7 +7855,7 @@ exports["default"] = RangeValidator;
|
|
|
7854
7855
|
|
|
7855
7856
|
/***/ }),
|
|
7856
7857
|
|
|
7857
|
-
/***/
|
|
7858
|
+
/***/ 823:
|
|
7858
7859
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7859
7860
|
|
|
7860
7861
|
|
|
@@ -7916,14 +7917,14 @@ exports.StringUtilities = StringUtilities;
|
|
|
7916
7917
|
/******/
|
|
7917
7918
|
/************************************************************************/
|
|
7918
7919
|
var __webpack_exports__ = {};
|
|
7919
|
-
// This entry need to be wrapped in an IIFE because it
|
|
7920
|
+
// This entry need to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
|
|
7920
7921
|
(() => {
|
|
7921
7922
|
var exports = __webpack_exports__;
|
|
7922
7923
|
|
|
7923
7924
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
7924
7925
|
exports.toString = void 0;
|
|
7925
|
-
var expressionDescriptor_1 = __webpack_require__(
|
|
7926
|
-
var allLocalesLoader_1 = __webpack_require__(
|
|
7926
|
+
var expressionDescriptor_1 = __webpack_require__(333);
|
|
7927
|
+
var allLocalesLoader_1 = __webpack_require__(420);
|
|
7927
7928
|
expressionDescriptor_1.ExpressionDescriptor.initialize(new allLocalesLoader_1.allLocalesLoader());
|
|
7928
7929
|
exports["default"] = expressionDescriptor_1.ExpressionDescriptor;
|
|
7929
7930
|
var toString = expressionDescriptor_1.ExpressionDescriptor.toString;
|