@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.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
package/dist/locale/index.d.ts
DELETED
|
@@ -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;
|