@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
@@ -1,272 +0,0 @@
1
- export type LocaleOptions = {
2
- label: string;
3
- };
4
- export declare const dayjsLocale: {
5
- 'ar-EG': string;
6
- 'az-AZ': string;
7
- 'bg-BG': string;
8
- 'bn-BD': string;
9
- 'by-BY': string;
10
- 'ca-ES': string;
11
- 'cs-CZ': string;
12
- 'da-DK': string;
13
- 'de-DE': string;
14
- 'el-GR': string;
15
- 'en-GB': string;
16
- 'en-US': string;
17
- 'es-ES': string;
18
- 'et-EE': string;
19
- 'fa-IR': string;
20
- 'fi-FI': string;
21
- 'fr-BE': string;
22
- 'fr-CA': string;
23
- 'fr-FR': string;
24
- 'ga-IE': string;
25
- 'gl-ES': string;
26
- 'he-IL': string;
27
- 'hi-IN': string;
28
- 'hr-HR': string;
29
- 'hu-HU': string;
30
- 'hy-AM': string;
31
- 'id-ID': string;
32
- 'is-IS': string;
33
- 'it-IT': string;
34
- 'ja-JP': string;
35
- 'ka-GE': string;
36
- 'kk-KZ': string;
37
- 'km-KH': string;
38
- 'kn-IN': string;
39
- 'ko-KR': string;
40
- 'ku-IQ': string;
41
- 'lt-LT': string;
42
- 'lv-LV': string;
43
- 'mk-MK': string;
44
- 'ml-IN': string;
45
- 'mn-MN': string;
46
- 'ms-MY': string;
47
- 'nb-NO': string;
48
- 'ne-NP': string;
49
- 'nl-BE': string;
50
- 'nl-NL': string;
51
- 'pl-PL': string;
52
- 'pt-BR': string;
53
- 'pt-PT': string;
54
- 'ro-RO': string;
55
- 'ru-RU': string;
56
- 'si-LK': string;
57
- 'sk-SK': string;
58
- 'sl-SI': string;
59
- 'sr-RS': string;
60
- 'sv-SE': string;
61
- 'ta-IN': string;
62
- 'th-TH': string;
63
- 'tk-TK': string;
64
- 'tr-TR': string;
65
- 'uk-UA': string;
66
- 'ur-PK': string;
67
- 'vi-VN': string;
68
- 'zh-CN': string;
69
- 'zh-HK': string;
70
- 'zh-TW': string;
71
- };
72
- declare const _default: {
73
- 'ar-EG': {
74
- label: string;
75
- };
76
- 'az-AZ': {
77
- label: string;
78
- };
79
- 'bg-BG': {
80
- label: string;
81
- };
82
- 'bn-BD': {
83
- label: string;
84
- };
85
- 'by-BY': {
86
- label: string;
87
- };
88
- 'ca-ES': {
89
- label: string;
90
- };
91
- 'cs-CZ': {
92
- label: string;
93
- };
94
- 'da-DK': {
95
- label: string;
96
- };
97
- 'de-DE': {
98
- label: string;
99
- };
100
- 'el-GR': {
101
- label: string;
102
- };
103
- 'en-GB': {
104
- label: string;
105
- };
106
- 'en-US': {
107
- label: string;
108
- };
109
- 'es-ES': {
110
- label: string;
111
- };
112
- 'et-EE': {
113
- label: string;
114
- };
115
- 'fa-IR': {
116
- label: string;
117
- };
118
- 'fi-FI': {
119
- label: string;
120
- };
121
- 'fr-BE': {
122
- label: string;
123
- };
124
- 'fr-CA': {
125
- label: string;
126
- };
127
- 'fr-FR': {
128
- label: string;
129
- };
130
- 'ga-IE': {
131
- label: string;
132
- };
133
- 'gl-ES': {
134
- label: string;
135
- };
136
- 'he-IL': {
137
- label: string;
138
- };
139
- 'hi-IN': {
140
- label: string;
141
- };
142
- 'hr-HR': {
143
- label: string;
144
- };
145
- 'hu-HU': {
146
- label: string;
147
- };
148
- 'hy-AM': {
149
- label: string;
150
- };
151
- 'id-ID': {
152
- label: string;
153
- };
154
- 'is-IS': {
155
- label: string;
156
- };
157
- 'it-IT': {
158
- label: string;
159
- };
160
- 'ja-JP': {
161
- label: string;
162
- };
163
- 'ka-GE': {
164
- label: string;
165
- };
166
- 'kk-KZ': {
167
- label: string;
168
- };
169
- 'km-KH': {
170
- label: string;
171
- };
172
- 'kn-IN': {
173
- label: string;
174
- };
175
- 'ko-KR': {
176
- label: string;
177
- };
178
- 'ku-IQ': {
179
- label: string;
180
- };
181
- 'lt-LT': {
182
- label: string;
183
- };
184
- 'lv-LV': {
185
- label: string;
186
- };
187
- 'mk-MK': {
188
- label: string;
189
- };
190
- 'ml-IN': {
191
- label: string;
192
- };
193
- 'mn-MN': {
194
- label: string;
195
- };
196
- 'ms-MY': {
197
- label: string;
198
- };
199
- 'nb-NO': {
200
- label: string;
201
- };
202
- 'ne-NP': {
203
- label: string;
204
- };
205
- 'nl-BE': {
206
- label: string;
207
- };
208
- 'nl-NL': {
209
- label: string;
210
- };
211
- 'pl-PL': {
212
- label: string;
213
- };
214
- 'pt-BR': {
215
- label: string;
216
- };
217
- 'pt-PT': {
218
- label: string;
219
- };
220
- 'ro-RO': {
221
- label: string;
222
- };
223
- 'ru-RU': {
224
- label: string;
225
- };
226
- 'si-LK': {
227
- label: string;
228
- };
229
- 'sk-SK': {
230
- label: string;
231
- };
232
- 'sl-SI': {
233
- label: string;
234
- };
235
- 'sr-RS': {
236
- label: string;
237
- };
238
- 'sv-SE': {
239
- label: string;
240
- };
241
- 'ta-IN': {
242
- label: string;
243
- };
244
- 'th-TH': {
245
- label: string;
246
- };
247
- 'tk-TK': {
248
- label: string;
249
- };
250
- 'tr-TR': {
251
- label: string;
252
- };
253
- 'uk-UA': {
254
- label: string;
255
- };
256
- 'ur-PK': {
257
- label: string;
258
- };
259
- 'vi-VN': {
260
- label: string;
261
- };
262
- 'zh-CN': {
263
- label: string;
264
- };
265
- 'zh-HK': {
266
- label: string;
267
- };
268
- 'zh-TW': {
269
- label: string;
270
- };
271
- };
272
- export default _default;