@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -1,278 +1,165 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var locale_exports = {};
19
+ __export(locale_exports, {
20
+ dayjsLocale: () => dayjsLocale,
21
+ default: () => locale_default
5
22
  });
6
- exports.default = exports.dayjsLocale = void 0;
7
- var dayjsLocale = {
8
- 'ar-EG': 'ar',
9
- 'az-AZ': 'az',
10
- 'bg-BG': 'bg',
11
- 'bn-BD': 'bn-bd',
12
- 'by-BY': 'en',
13
- 'ca-ES': 'ca',
14
- 'cs-CZ': 'cs',
15
- 'da-DK': 'da',
16
- 'de-DE': 'de',
17
- 'el-GR': 'el',
18
- 'en-GB': 'en-gb',
19
- 'en-US': 'en',
20
- 'es-ES': 'es',
21
- 'et-EE': 'et',
22
- 'fa-IR': 'fa',
23
- 'fi-FI': 'fi',
24
- 'fr-BE': 'fr',
25
- 'fr-CA': 'fr',
26
- 'fr-FR': 'fr',
27
- 'ga-IE': 'ga',
28
- 'gl-ES': 'gl',
29
- 'he-IL': 'he',
30
- 'hi-IN': 'hi',
31
- 'hr-HR': 'hr',
32
- 'hu-HU': 'hu',
33
- 'hy-AM': 'hy-am',
34
- 'id-ID': 'id',
35
- 'is-IS': 'is',
36
- 'it-IT': 'it',
37
- 'ja-JP': 'ja',
38
- 'ka-GE': 'ka',
39
- 'kk-KZ': 'kk',
40
- 'km-KH': 'km',
23
+ module.exports = __toCommonJS(locale_exports);
24
+ const dayjsLocale = {
25
+ "ar-EG": "ar",
26
+ "az-AZ": "az",
27
+ "bg-BG": "bg",
28
+ "bn-BD": "bn-bd",
29
+ "by-BY": "en",
30
+ "ca-ES": "ca",
31
+ "cs-CZ": "cs",
32
+ "da-DK": "da",
33
+ "de-DE": "de",
34
+ "el-GR": "el",
35
+ "en-GB": "en-gb",
36
+ "en-US": "en",
37
+ "es-ES": "es",
38
+ "et-EE": "et",
39
+ "fa-IR": "fa",
40
+ "fi-FI": "fi",
41
+ "fr-BE": "fr",
42
+ "fr-CA": "fr",
43
+ "fr-FR": "fr",
44
+ "ga-IE": "ga",
45
+ "gl-ES": "gl",
46
+ "he-IL": "he",
47
+ "hi-IN": "hi",
48
+ "hr-HR": "hr",
49
+ "hu-HU": "hu",
50
+ "hy-AM": "hy-am",
51
+ "id-ID": "id",
52
+ "is-IS": "is",
53
+ "it-IT": "it",
54
+ "ja-JP": "ja",
55
+ "ka-GE": "ka",
56
+ "kk-KZ": "kk",
57
+ "km-KH": "km",
41
58
  // 'kmr-IQ': { label: 'kmr_IQ' },
42
- 'kn-IN': 'kn',
43
- 'ko-KR': 'kko',
44
- 'ku-IQ': 'ku',
45
- 'lt-LT': 'lt',
46
- 'lv-LV': 'lv',
47
- 'mk-MK': 'mk',
48
- 'ml-IN': 'ml',
49
- 'mn-MN': 'mn',
50
- 'ms-MY': 'ms',
51
- 'nb-NO': 'nb',
52
- 'ne-NP': 'ne',
53
- 'nl-BE': 'nl-be',
54
- 'nl-NL': 'nl',
55
- 'pl-PL': 'pl',
56
- 'pt-BR': 'pt-br',
57
- 'pt-PT': 'pt',
58
- 'ro-RO': 'ro',
59
- 'ru-RU': 'ru',
60
- 'si-LK': 'si',
61
- 'sk-SK': 'sk',
62
- 'sl-SI': 'sl',
63
- 'sr-RS': 'sr',
64
- 'sv-SE': 'sv',
65
- 'ta-IN': 'ta',
66
- 'th-TH': 'th',
67
- 'tk-TK': 'tk',
68
- 'tr-TR': 'tr',
69
- 'uk-UA': 'uk',
70
- 'ur-PK': 'ur',
71
- 'vi-VN': 'vi',
72
- 'zh-CN': 'zh-cn',
73
- 'zh-HK': 'zh-hk',
74
- 'zh-TW': 'zh-tw'
59
+ "kn-IN": "kn",
60
+ "ko-KR": "kko",
61
+ "ku-IQ": "ku",
62
+ "lt-LT": "lt",
63
+ "lv-LV": "lv",
64
+ "mk-MK": "mk",
65
+ "ml-IN": "ml",
66
+ "mn-MN": "mn",
67
+ "ms-MY": "ms",
68
+ "nb-NO": "nb",
69
+ "ne-NP": "ne",
70
+ "nl-BE": "nl-be",
71
+ "nl-NL": "nl",
72
+ "pl-PL": "pl",
73
+ "pt-BR": "pt-br",
74
+ "pt-PT": "pt",
75
+ "ro-RO": "ro",
76
+ "ru-RU": "ru",
77
+ "si-LK": "si",
78
+ "sk-SK": "sk",
79
+ "sl-SI": "sl",
80
+ "sr-RS": "sr",
81
+ "sv-SE": "sv",
82
+ "ta-IN": "ta",
83
+ "th-TH": "th",
84
+ "tk-TK": "tk",
85
+ "tr-TR": "tr",
86
+ "uk-UA": "uk",
87
+ "ur-PK": "ur",
88
+ "vi-VN": "vi",
89
+ "zh-CN": "zh-cn",
90
+ "zh-HK": "zh-hk",
91
+ "zh-TW": "zh-tw"
75
92
  };
76
- exports.dayjsLocale = dayjsLocale;
77
- var _default = {
78
- 'ar-EG': {
79
- label: 'العربية'
80
- },
81
- 'az-AZ': {
82
- label: 'Azərbaycan dili'
83
- },
84
- 'bg-BG': {
85
- label: 'Български'
86
- },
87
- 'bn-BD': {
88
- label: 'Bengali'
89
- },
90
- 'by-BY': {
91
- label: 'Беларускі'
92
- },
93
- 'ca-ES': {
94
- label: 'Сatalà/Espanya'
95
- },
96
- 'cs-CZ': {
97
- label: 'Česky'
98
- },
99
- 'da-DK': {
100
- label: 'Dansk'
101
- },
102
- 'de-DE': {
103
- label: 'Deutsch'
104
- },
105
- 'el-GR': {
106
- label: 'Ελληνικά'
107
- },
108
- 'en-GB': {
109
- label: 'English(GB)'
110
- },
111
- 'en-US': {
112
- label: 'English'
113
- },
114
- 'es-ES': {
115
- label: 'Español'
116
- },
117
- 'et-EE': {
118
- label: 'Estonian (Eesti)'
119
- },
120
- 'fa-IR': {
121
- label: 'فارسی'
122
- },
123
- 'fi-FI': {
124
- label: 'Suomi'
125
- },
126
- 'fr-BE': {
127
- label: 'Français(BE)'
128
- },
129
- 'fr-CA': {
130
- label: 'Français(CA)'
131
- },
132
- 'fr-FR': {
133
- label: 'Français'
134
- },
135
- 'ga-IE': {
136
- label: 'Gaeilge'
137
- },
138
- 'gl-ES': {
139
- label: 'Galego'
140
- },
141
- 'he-IL': {
142
- label: 'עברית'
143
- },
144
- 'hi-IN': {
145
- label: 'हिन्दी'
146
- },
147
- 'hr-HR': {
148
- label: 'Hrvatski jezik'
149
- },
150
- 'hu-HU': {
151
- label: 'Magyar'
152
- },
153
- 'hy-AM': {
154
- label: 'Հայերեն'
155
- },
156
- 'id-ID': {
157
- label: 'Bahasa Indonesia'
158
- },
159
- 'is-IS': {
160
- label: 'Íslenska'
161
- },
162
- 'it-IT': {
163
- label: 'Italiano'
164
- },
165
- 'ja-JP': {
166
- label: '日本語'
167
- },
168
- 'ka-GE': {
169
- label: 'ქართული'
170
- },
171
- 'kk-KZ': {
172
- label: 'Қазақ тілі'
173
- },
174
- 'km-KH': {
175
- label: 'ភាសាខ្មែរ'
176
- },
93
+ var locale_default = {
94
+ "ar-EG": { label: "\u0627\u0644\u0639\u0631\u0628\u064A\u0629" },
95
+ "az-AZ": { label: "Az\u0259rbaycan dili" },
96
+ "bg-BG": { label: "\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438" },
97
+ "bn-BD": { label: "Bengali" },
98
+ "by-BY": { label: "\u0411\u0435\u043B\u0430\u0440\u0443\u0441\u043A\u0456" },
99
+ "ca-ES": { label: "\u0421atal\xE0/Espanya" },
100
+ "cs-CZ": { label: "\u010Cesky" },
101
+ "da-DK": { label: "Dansk" },
102
+ "de-DE": { label: "Deutsch" },
103
+ "el-GR": { label: "\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC" },
104
+ "en-GB": { label: "English(GB)" },
105
+ "en-US": { label: "English" },
106
+ "es-ES": { label: "Espa\xF1ol" },
107
+ "et-EE": { label: "Estonian (Eesti)" },
108
+ "fa-IR": { label: "\u0641\u0627\u0631\u0633\u06CC" },
109
+ "fi-FI": { label: "Suomi" },
110
+ "fr-BE": { label: "Fran\xE7ais(BE)" },
111
+ "fr-CA": { label: "Fran\xE7ais(CA)" },
112
+ "fr-FR": { label: "Fran\xE7ais" },
113
+ "ga-IE": { label: "Gaeilge" },
114
+ "gl-ES": { label: "Galego" },
115
+ "he-IL": { label: "\u05E2\u05D1\u05E8\u05D9\u05EA" },
116
+ "hi-IN": { label: "\u0939\u093F\u0928\u094D\u0926\u0940" },
117
+ "hr-HR": { label: "Hrvatski jezik" },
118
+ "hu-HU": { label: "Magyar" },
119
+ "hy-AM": { label: "\u0540\u0561\u0575\u0565\u0580\u0565\u0576" },
120
+ "id-ID": { label: "Bahasa Indonesia" },
121
+ "is-IS": { label: "\xCDslenska" },
122
+ "it-IT": { label: "Italiano" },
123
+ "ja-JP": { label: "\u65E5\u672C\u8A9E" },
124
+ "ka-GE": { label: "\u10E5\u10D0\u10E0\u10D7\u10E3\u10DA\u10D8" },
125
+ "kk-KZ": { label: "\u049A\u0430\u0437\u0430\u049B \u0442\u0456\u043B\u0456" },
126
+ "km-KH": { label: "\u1797\u17B6\u179F\u17B6\u1781\u17D2\u1798\u17C2\u179A" },
177
127
  // 'kmr-IQ': { label: 'kmr_IQ' },
178
- 'kn-IN': {
179
- label: 'ಕನ್ನಡ'
180
- },
181
- 'ko-KR': {
182
- label: '한국어'
183
- },
184
- 'ku-IQ': {
185
- label: 'کوردی'
186
- },
187
- 'lt-LT': {
188
- label: 'lietuvių'
189
- },
190
- 'lv-LV': {
191
- label: 'Latviešu valoda'
192
- },
193
- 'mk-MK': {
194
- label: 'македонски јазик'
195
- },
196
- 'ml-IN': {
197
- label: 'മലയാളം'
198
- },
199
- 'mn-MN': {
200
- label: 'Монгол хэл'
201
- },
202
- 'ms-MY': {
203
- label: 'بهاس ملايو'
204
- },
205
- 'nb-NO': {
206
- label: 'Norsk bokmål'
207
- },
208
- 'ne-NP': {
209
- label: 'नेपाली'
210
- },
211
- 'nl-BE': {
212
- label: 'Vlaams'
213
- },
214
- 'nl-NL': {
215
- label: 'Nederlands'
216
- },
217
- 'pl-PL': {
218
- label: 'Polski'
219
- },
220
- 'pt-BR': {
221
- label: 'Português brasileiro'
222
- },
223
- 'pt-PT': {
224
- label: 'Português'
225
- },
226
- 'ro-RO': {
227
- label: 'România'
228
- },
229
- 'ru-RU': {
230
- label: 'Русский'
231
- },
232
- 'si-LK': {
233
- label: 'සිංහල'
234
- },
235
- 'sk-SK': {
236
- label: 'Slovenčina'
237
- },
238
- 'sl-SI': {
239
- label: 'Slovenščina'
240
- },
241
- 'sr-RS': {
242
- label: 'српски језик'
243
- },
244
- 'sv-SE': {
245
- label: 'Svenska'
246
- },
247
- 'ta-IN': {
248
- label: 'Tamil'
249
- },
250
- 'th-TH': {
251
- label: 'ภาษาไทย'
252
- },
253
- 'tk-TK': {
254
- label: 'Turkmen'
255
- },
256
- 'tr-TR': {
257
- label: 'Türkçe'
258
- },
259
- 'uk-UA': {
260
- label: 'Українська'
261
- },
262
- 'ur-PK': {
263
- label: 'Oʻzbekcha'
264
- },
265
- 'vi-VN': {
266
- label: 'Tiếng Việt'
267
- },
268
- 'zh-CN': {
269
- label: '简体中文'
270
- },
271
- 'zh-HK': {
272
- label: '繁體中文(香港)'
273
- },
274
- 'zh-TW': {
275
- label: '繁體中文(台湾)'
276
- }
128
+ "kn-IN": { label: "\u0C95\u0CA8\u0CCD\u0CA8\u0CA1" },
129
+ "ko-KR": { label: "\uD55C\uAD6D\uC5B4" },
130
+ "ku-IQ": { label: "\u06A9\u0648\u0631\u062F\u06CC" },
131
+ "lt-LT": { label: "lietuvi\u0173" },
132
+ "lv-LV": { label: "Latvie\u0161u valoda" },
133
+ "mk-MK": { label: "\u043C\u0430\u043A\u0435\u0434\u043E\u043D\u0441\u043A\u0438 \u0458\u0430\u0437\u0438\u043A" },
134
+ "ml-IN": { label: "\u0D2E\u0D32\u0D2F\u0D3E\u0D33\u0D02" },
135
+ "mn-MN": { label: "\u041C\u043E\u043D\u0433\u043E\u043B \u0445\u044D\u043B" },
136
+ "ms-MY": { label: "\u0628\u0647\u0627\u0633 \u0645\u0644\u0627\u064A\u0648" },
137
+ "nb-NO": { label: "Norsk bokm\xE5l" },
138
+ "ne-NP": { label: "\u0928\u0947\u092A\u093E\u0932\u0940" },
139
+ "nl-BE": { label: "Vlaams" },
140
+ "nl-NL": { label: "Nederlands" },
141
+ "pl-PL": { label: "Polski" },
142
+ "pt-BR": { label: "Portugu\xEAs brasileiro" },
143
+ "pt-PT": { label: "Portugu\xEAs" },
144
+ "ro-RO": { label: "Rom\xE2nia" },
145
+ "ru-RU": { label: "\u0420\u0443\u0441\u0441\u043A\u0438\u0439" },
146
+ "si-LK": { label: "\u0DC3\u0DD2\u0D82\u0DC4\u0DBD" },
147
+ "sk-SK": { label: "Sloven\u010Dina" },
148
+ "sl-SI": { label: "Sloven\u0161\u010Dina" },
149
+ "sr-RS": { label: "\u0441\u0440\u043F\u0441\u043A\u0438 \u0458\u0435\u0437\u0438\u043A" },
150
+ "sv-SE": { label: "Svenska" },
151
+ "ta-IN": { label: "Tamil" },
152
+ "th-TH": { label: "\u0E20\u0E32\u0E29\u0E32\u0E44\u0E17\u0E22" },
153
+ "tk-TK": { label: "Turkmen" },
154
+ "tr-TR": { label: "T\xFCrk\xE7e" },
155
+ "uk-UA": { label: "\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430" },
156
+ "ur-PK": { label: "O\u02BBzbekcha" },
157
+ "vi-VN": { label: "Ti\u1EBFng Vi\u1EC7t" },
158
+ "zh-CN": { label: "\u7B80\u4F53\u4E2D\u6587" },
159
+ "zh-HK": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u9999\u6E2F\uFF09" },
160
+ "zh-TW": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u53F0\u6E7E\uFF09" }
277
161
  };
278
- exports.default = _default;
162
+ // Annotate the CommonJS export names for ESM import in node:
163
+ 0 && (module.exports = {
164
+ dayjsLocale
165
+ });