@nocobase/plugin-client 0.13.0-alpha.3 → 0.13.0-alpha.5

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.
Files changed (156) hide show
  1. package/dist/client/index.js +1 -11
  2. package/dist/index.js +37 -16
  3. package/dist/locale/cron/zh_CN.js +97 -42
  4. package/dist/locale/en_US.js +43 -28
  5. package/dist/locale/es_ES.js +328 -313
  6. package/dist/locale/fr_FR.js +329 -314
  7. package/dist/locale/index.js +160 -273
  8. package/dist/locale/ja_JP.js +635 -620
  9. package/dist/locale/pt_BR.js +365 -350
  10. package/dist/locale/ru_RU.js +519 -504
  11. package/dist/locale/tr_TR.js +388 -373
  12. package/dist/locale/uk_UA.js +720 -705
  13. package/dist/locale/zh_CN.js +793 -778
  14. package/dist/node_modules/cronstrue/LICENSE +21 -0
  15. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  16. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
  17. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  18. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
  19. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  20. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  21. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  22. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  23. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  24. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
  25. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  26. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  27. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  28. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  29. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  30. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  31. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  32. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  33. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  34. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  35. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  36. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  37. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  38. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  39. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  40. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  41. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  42. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  43. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  44. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  45. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  46. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  47. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  48. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  49. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  50. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  51. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  52. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  53. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  54. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  55. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  56. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  57. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  58. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  59. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  60. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  61. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  62. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  63. package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
  64. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  65. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  66. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  67. package/dist/node_modules/cronstrue/i18n.js +5 -0
  68. package/dist/node_modules/cronstrue/locales/af.js +287 -0
  69. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  70. package/dist/node_modules/cronstrue/locales/ar.js +287 -0
  71. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  72. package/dist/node_modules/cronstrue/locales/be.js +284 -0
  73. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  74. package/dist/node_modules/cronstrue/locales/ca.js +284 -0
  75. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  76. package/dist/node_modules/cronstrue/locales/cs.js +284 -0
  77. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  78. package/dist/node_modules/cronstrue/locales/da.js +284 -0
  79. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  80. package/dist/node_modules/cronstrue/locales/de.js +284 -0
  81. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  82. package/dist/node_modules/cronstrue/locales/en.js +287 -0
  83. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  84. package/dist/node_modules/cronstrue/locales/es.js +284 -0
  85. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  86. package/dist/node_modules/cronstrue/locales/fa.js +277 -0
  87. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  88. package/dist/node_modules/cronstrue/locales/fi.js +293 -0
  89. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  90. package/dist/node_modules/cronstrue/locales/fr.js +287 -0
  91. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  92. package/dist/node_modules/cronstrue/locales/he.js +271 -0
  93. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  94. package/dist/node_modules/cronstrue/locales/hu.js +287 -0
  95. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  96. package/dist/node_modules/cronstrue/locales/id.js +287 -0
  97. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  98. package/dist/node_modules/cronstrue/locales/it.js +284 -0
  99. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  100. package/dist/node_modules/cronstrue/locales/ja.js +286 -0
  101. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  102. package/dist/node_modules/cronstrue/locales/ko.js +286 -0
  103. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  104. package/dist/node_modules/cronstrue/locales/nb.js +284 -0
  105. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  106. package/dist/node_modules/cronstrue/locales/nl.js +284 -0
  107. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  108. package/dist/node_modules/cronstrue/locales/pl.js +284 -0
  109. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  110. package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
  111. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  112. package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
  113. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  114. package/dist/node_modules/cronstrue/locales/ro.js +284 -0
  115. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  116. package/dist/node_modules/cronstrue/locales/ru.js +327 -0
  117. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  118. package/dist/node_modules/cronstrue/locales/sk.js +284 -0
  119. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  120. package/dist/node_modules/cronstrue/locales/sl.js +284 -0
  121. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  122. package/dist/node_modules/cronstrue/locales/sv.js +284 -0
  123. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  124. package/dist/node_modules/cronstrue/locales/sw.js +284 -0
  125. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  126. package/dist/node_modules/cronstrue/locales/th.js +287 -0
  127. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  128. package/dist/node_modules/cronstrue/locales/tr.js +284 -0
  129. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  130. package/dist/node_modules/cronstrue/locales/uk.js +284 -0
  131. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  132. package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
  133. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  134. package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
  135. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  136. package/dist/node_modules/cronstrue/package.json +1 -0
  137. package/dist/server/antd.js +30 -9
  138. package/dist/server/cron.js +30 -9
  139. package/dist/server/cronstrue.js +26 -4
  140. package/dist/server/index.js +33 -11
  141. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
  142. package/dist/server/server.js +74 -48
  143. package/dist/swagger/index.json +7 -0
  144. package/package.json +2 -2
  145. package/dist/locale/cron/zh_CN.d.ts +0 -34
  146. package/dist/locale/en_US.d.ts +0 -726
  147. package/dist/locale/es_ES.d.ts +0 -694
  148. package/dist/locale/fr_FR.d.ts +0 -712
  149. package/dist/locale/index.d.ts +0 -272
  150. package/dist/locale/ja_JP.d.ts +0 -628
  151. package/dist/locale/pt_BR.d.ts +0 -672
  152. package/dist/locale/ru_RU.d.ts +0 -508
  153. package/dist/locale/tr_TR.d.ts +0 -506
  154. package/dist/locale/uk_UA.d.ts +0 -714
  155. package/dist/locale/zh_CN.d.ts +0 -779
  156. package/dist/swagger/index.js +0 -19
@@ -0,0 +1,34 @@
1
+ export { en } from "./locales/en";
2
+ export { da } from "./locales/da";
3
+ export { de } from "./locales/de";
4
+ export { es } from "./locales/es";
5
+ export { fr } from "./locales/fr";
6
+ export { it } from "./locales/it";
7
+ export { id } from "./locales/id";
8
+ export { ko } from "./locales/ko";
9
+ export { nl } from "./locales/nl";
10
+ export { nb } from "./locales/nb";
11
+ export { sv } from "./locales/sv";
12
+ export { pl } from "./locales/pl";
13
+ export { pt_BR } from "./locales/pt_BR";
14
+ export { pt_PT } from "./locales/pt_PT";
15
+ export { ro } from "./locales/ro";
16
+ export { ru } from "./locales/ru";
17
+ export { tr } from "./locales/tr";
18
+ export { uk } from "./locales/uk";
19
+ export { zh_CN } from "./locales/zh_CN";
20
+ export { zh_TW } from "./locales/zh_TW";
21
+ export { ja } from "./locales/ja";
22
+ export { he } from "./locales/he";
23
+ export { cs } from "./locales/cs";
24
+ export { sk } from "./locales/sk";
25
+ export { fi } from "./locales/fi";
26
+ export { sl } from "./locales/sl";
27
+ export { sw } from "./locales/sw";
28
+ export { fa } from "./locales/fa";
29
+ export { ca } from "./locales/ca";
30
+ export { be } from "./locales/be";
31
+ export { hu } from "./locales/hu";
32
+ export { af } from "./locales/af";
33
+ export { th } from "./locales/th";
34
+ export { ar } from './locales/ar';
@@ -0,0 +1,6 @@
1
+ import { Locale } from "./locale";
2
+ export declare class allLocalesLoader {
3
+ load(availableLocales: {
4
+ [name: string]: Locale;
5
+ }): void;
6
+ }
@@ -0,0 +1,6 @@
1
+ import { Locale } from "./locale";
2
+ export declare class enLocaleLoader {
3
+ load(availableLocales: {
4
+ [name: string]: Locale;
5
+ }): void;
6
+ }
@@ -0,0 +1,62 @@
1
+ export interface Locale {
2
+ setPeriodBeforeTime?(): boolean;
3
+ pm?(): string;
4
+ am?(): string;
5
+ use24HourTimeFormatByDefault(): boolean;
6
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
7
+ everyMinute(): string;
8
+ everyHour(): string;
9
+ atSpace(): string;
10
+ everyMinuteBetweenX0AndX1(): string;
11
+ at(): string;
12
+ spaceAnd(): string;
13
+ everySecond(): string;
14
+ everyX0Seconds(s?: string): string;
15
+ secondsX0ThroughX1PastTheMinute(): string;
16
+ atX0SecondsPastTheMinute(s?: string): string;
17
+ atX0SecondsPastTheMinuteGt20(): string | null;
18
+ everyX0Minutes(s?: string): string;
19
+ minutesX0ThroughX1PastTheHour(): string;
20
+ atX0MinutesPastTheHour(s?: string): string;
21
+ atX0MinutesPastTheHourGt20(): string | null;
22
+ everyX0Hours(s?: string): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(s?: string): string;
27
+ commaX0ThroughX1(s?: string): string;
28
+ commaAndX0ThroughX1(s?: string): string;
29
+ commaMonthX0ThroughMonthX1(): string | null;
30
+ commaYearX0ThroughYearX1(): string | null;
31
+ first(s?: string): string;
32
+ second(s?: string): string;
33
+ third(s?: string): string;
34
+ fourth(s?: string): string;
35
+ fifth(s?: string): string;
36
+ commaOnThe(s?: string): string;
37
+ spaceX0OfTheMonth(): string;
38
+ lastDay(): string;
39
+ commaOnTheLastX0OfTheMonth(s?: string): string;
40
+ commaOnlyOnX0(s?: string): string;
41
+ commaAndOnX0(): string;
42
+ commaEveryX0Months(s?: string): string;
43
+ commaOnlyInX0(): string;
44
+ commaOnlyInMonthX0?(): string;
45
+ commaOnlyInYearX0?(): string;
46
+ commaOnTheLastDayOfTheMonth(): string;
47
+ commaOnTheLastWeekdayOfTheMonth(): string;
48
+ commaDaysBeforeTheLastDayOfTheMonth(s?: string): string;
49
+ firstWeekday(): string;
50
+ weekdayNearestDayX0(): string;
51
+ commaOnTheX0OfTheMonth(): string;
52
+ commaEveryX0Days(s?: string): string;
53
+ commaBetweenDayX0AndX1OfTheMonth(s?: string): string;
54
+ commaOnDayX0OfTheMonth(s?: string): string;
55
+ commaEveryX0Years(s?: string): string;
56
+ commaStartingX0(): string;
57
+ dayX0?(): string;
58
+ daysOfTheWeek(): string[];
59
+ daysOfTheWeekInCase?(f?: number): string[];
60
+ monthsOfTheYear(): string[];
61
+ monthsOfTheYearInCase?(f?: number): string[];
62
+ }
@@ -0,0 +1,6 @@
1
+ import { Locale } from "./locale";
2
+ export interface LocaleLoader {
3
+ load(availableLocales: {
4
+ [name: string]: Locale;
5
+ }): void;
6
+ }
@@ -0,0 +1,56 @@
1
+ import { Locale } from "../locale";
2
+ export declare class af implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryHour(): string;
52
+ commaEveryX0Years(): string;
53
+ commaStartingX0(): string;
54
+ daysOfTheWeek(): string[];
55
+ monthsOfTheYear(): string[];
56
+ }
@@ -0,0 +1,56 @@
1
+ import { Locale } from "../locale";
2
+ export declare class ar implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryHour(): string;
52
+ commaEveryX0Years(): string;
53
+ commaStartingX0(): string;
54
+ daysOfTheWeek(): string[];
55
+ monthsOfTheYear(): string[];
56
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class be implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ everyMinute(): string;
9
+ everyHour(): string;
10
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class ca implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ at(): string;
10
+ atSpace(): string;
11
+ atX0(): string;
12
+ atX0MinutesPastTheHour(): string;
13
+ atX0SecondsPastTheMinute(): string;
14
+ betweenX0AndX1(): string;
15
+ commaBetweenDayX0AndX1OfTheMonth(): string;
16
+ commaEveryDay(): string;
17
+ commaEveryX0Days(): string;
18
+ commaEveryX0DaysOfTheWeek(): string;
19
+ commaEveryX0Months(): string;
20
+ commaOnDayX0OfTheMonth(): string;
21
+ commaOnlyInX0(): string;
22
+ commaOnlyOnX0(): string;
23
+ commaAndOnX0(): string;
24
+ commaOnThe(): string;
25
+ commaOnTheLastDayOfTheMonth(): string;
26
+ commaOnTheLastWeekdayOfTheMonth(): string;
27
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
28
+ commaOnTheLastX0OfTheMonth(): string;
29
+ commaOnTheX0OfTheMonth(): string;
30
+ commaX0ThroughX1(): string;
31
+ commaAndX0ThroughX1(): string;
32
+ everyHour(): string;
33
+ everyMinute(): string;
34
+ everyMinuteBetweenX0AndX1(): string;
35
+ everySecond(): string;
36
+ everyX0Hours(): string;
37
+ everyX0Minutes(): string;
38
+ everyX0Seconds(): string;
39
+ fifth(): string;
40
+ first(): string;
41
+ firstWeekday(): string;
42
+ fourth(): string;
43
+ minutesX0ThroughX1PastTheHour(): string;
44
+ second(): string;
45
+ secondsX0ThroughX1PastTheMinute(): string;
46
+ spaceAnd(): string;
47
+ spaceX0OfTheMonth(): string;
48
+ lastDay(): string;
49
+ third(): string;
50
+ weekdayNearestDayX0(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class cs implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class da implements Locale {
3
+ use24HourTimeFormatByDefault(): boolean;
4
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
5
+ at(): string;
6
+ atSpace(): string;
7
+ atX0(): string;
8
+ atX0MinutesPastTheHour(): string;
9
+ atX0SecondsPastTheMinute(): string;
10
+ betweenX0AndX1(): string;
11
+ commaBetweenDayX0AndX1OfTheMonth(): string;
12
+ commaEveryDay(): string;
13
+ commaEveryX0Days(): string;
14
+ commaEveryX0DaysOfTheWeek(): string;
15
+ commaEveryX0Months(): string;
16
+ commaEveryX0Years(): string;
17
+ commaOnDayX0OfTheMonth(): string;
18
+ commaOnlyInX0(): string;
19
+ commaOnlyOnX0(): string;
20
+ commaAndOnX0(): string;
21
+ commaOnThe(): string;
22
+ commaOnTheLastDayOfTheMonth(): string;
23
+ commaOnTheLastWeekdayOfTheMonth(): string;
24
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
25
+ commaOnTheLastX0OfTheMonth(): string;
26
+ commaOnTheX0OfTheMonth(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ everyHour(): string;
30
+ everyMinute(): string;
31
+ everyMinuteBetweenX0AndX1(): string;
32
+ everySecond(): string;
33
+ everyX0Hours(): string;
34
+ everyX0Minutes(): string;
35
+ everyX0Seconds(): string;
36
+ fifth(): string;
37
+ first(): string;
38
+ firstWeekday(): string;
39
+ fourth(): string;
40
+ minutesX0ThroughX1PastTheHour(): string;
41
+ second(): string;
42
+ secondsX0ThroughX1PastTheMinute(): string;
43
+ spaceAnd(): string;
44
+ spaceX0OfTheMonth(): string;
45
+ lastDay(): string;
46
+ third(): string;
47
+ weekdayNearestDayX0(): string;
48
+ commaMonthX0ThroughMonthX1(): string | null;
49
+ commaYearX0ThroughYearX1(): string | null;
50
+ atX0MinutesPastTheHourGt20(): string | null;
51
+ atX0SecondsPastTheMinuteGt20(): string | null;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class de implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ everyMinute(): string;
9
+ everyHour(): string;
10
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,56 @@
1
+ import { Locale } from "../locale";
2
+ export declare class en implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryHour(): string;
52
+ commaEveryX0Years(): string;
53
+ commaStartingX0(): string;
54
+ daysOfTheWeek(): string[];
55
+ monthsOfTheYear(): string[];
56
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class es implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ at(): string;
10
+ atSpace(): string;
11
+ atX0(): string;
12
+ atX0MinutesPastTheHour(): string;
13
+ atX0SecondsPastTheMinute(): string;
14
+ betweenX0AndX1(): string;
15
+ commaBetweenDayX0AndX1OfTheMonth(): string;
16
+ commaEveryDay(): string;
17
+ commaEveryX0Days(): string;
18
+ commaEveryX0DaysOfTheWeek(): string;
19
+ commaEveryX0Months(): string;
20
+ commaOnDayX0OfTheMonth(): string;
21
+ commaOnlyInX0(): string;
22
+ commaOnlyOnX0(): string;
23
+ commaAndOnX0(): string;
24
+ commaOnThe(): string;
25
+ commaOnTheLastDayOfTheMonth(): string;
26
+ commaOnTheLastWeekdayOfTheMonth(): string;
27
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
28
+ commaOnTheLastX0OfTheMonth(): string;
29
+ commaOnTheX0OfTheMonth(): string;
30
+ commaX0ThroughX1(): string;
31
+ commaAndX0ThroughX1(): string;
32
+ everyHour(): string;
33
+ everyMinute(): string;
34
+ everyMinuteBetweenX0AndX1(): string;
35
+ everySecond(): string;
36
+ everyX0Hours(): string;
37
+ everyX0Minutes(): string;
38
+ everyX0Seconds(): string;
39
+ fifth(): string;
40
+ first(): string;
41
+ firstWeekday(): string;
42
+ fourth(): string;
43
+ minutesX0ThroughX1PastTheHour(): string;
44
+ second(): string;
45
+ secondsX0ThroughX1PastTheMinute(): string;
46
+ spaceAnd(): string;
47
+ spaceX0OfTheMonth(): string;
48
+ lastDay(): string;
49
+ third(): string;
50
+ weekdayNearestDayX0(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,57 @@
1
+ import { Locale } from "../locale";
2
+ export declare class fa implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryMinute(): string;
52
+ commaEveryHour(): string;
53
+ commaEveryX0Years(): string;
54
+ commaStartingX0(): string;
55
+ daysOfTheWeek(): string[];
56
+ monthsOfTheYear(): string[];
57
+ }