@fox-js/foxui-pad 3.0.0 → 4.0.1-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/dist/index.cjs.js +5 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +9284 -0
- package/dist/index.umd.js +5 -0
- package/dist/locale/index.cjs.js +3 -0
- package/dist/locale/index.d.ts +398 -0
- package/dist/locale/index.esm.js +407 -0
- package/dist/style.css +1 -0
- package/dist/style.esm.js +7 -0
- package/dist/types/index.d.ts +1529 -0
- package/package.json +43 -75
- package/README.md +0 -73
- package/dist/index.js +0 -2
- package/dist/index.js.LICENSE.txt +0 -3
- package/dist/static/font/2a312d2206af9eefb8dc.ttf +0 -0
- package/dist/static/font/4fd20882d9cbe2fdc5b8.ttf +0 -0
- package/dist/static/font/ae35aa9db555b3ae3a3f.eot +0 -0
- package/dist/static/font/c24f1758a02e70b97156.ttf +0 -0
- package/dist/static/images/01d45f13261de4613f85.png +0 -0
- package/dist/static/images/a5ab33ceb93164621a39.jpg +0 -0
- package/dist/static/images/cdce1942bcfc4eb0a3c3.svg +0 -456
- package/dist/static/images/da9a0fcaeaf512172340.jpg +0 -0
- package/dist/static/images/fc9f389cb35094b3acc4.png +0 -0
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
zh_CN: {
|
|
3
|
+
save: string;
|
|
4
|
+
noData: string;
|
|
5
|
+
confirmText: string;
|
|
6
|
+
cancelText: string;
|
|
7
|
+
clearText: string;
|
|
8
|
+
defaultText: string;
|
|
9
|
+
placeholder: string;
|
|
10
|
+
select: string;
|
|
11
|
+
dateUnit: {
|
|
12
|
+
day: string;
|
|
13
|
+
year: string;
|
|
14
|
+
month: string;
|
|
15
|
+
hour: string;
|
|
16
|
+
minute: string;
|
|
17
|
+
seconds: string;
|
|
18
|
+
};
|
|
19
|
+
video: {
|
|
20
|
+
errorTip: string;
|
|
21
|
+
clickRetry: string;
|
|
22
|
+
};
|
|
23
|
+
fixednav: {
|
|
24
|
+
activeText: string;
|
|
25
|
+
unActiveText: string;
|
|
26
|
+
};
|
|
27
|
+
pagination: {
|
|
28
|
+
prevText: string;
|
|
29
|
+
nextText: string;
|
|
30
|
+
};
|
|
31
|
+
calendarpane: {
|
|
32
|
+
weekdays: string;
|
|
33
|
+
endText: string;
|
|
34
|
+
startText: string;
|
|
35
|
+
title: string;
|
|
36
|
+
monthTitle: string;
|
|
37
|
+
today: string;
|
|
38
|
+
};
|
|
39
|
+
shortpassword: {
|
|
40
|
+
title: string;
|
|
41
|
+
desc: string;
|
|
42
|
+
tips: string;
|
|
43
|
+
};
|
|
44
|
+
uploader: {
|
|
45
|
+
ready: string;
|
|
46
|
+
readyUpload: string;
|
|
47
|
+
waitingUpload: string;
|
|
48
|
+
uploading: string;
|
|
49
|
+
success: string;
|
|
50
|
+
error: string;
|
|
51
|
+
};
|
|
52
|
+
countdown: {
|
|
53
|
+
day: string;
|
|
54
|
+
hour: string;
|
|
55
|
+
minute: string;
|
|
56
|
+
second: string;
|
|
57
|
+
};
|
|
58
|
+
empty: {
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
address: {
|
|
62
|
+
selectRegion: string;
|
|
63
|
+
deliveryTo: string;
|
|
64
|
+
chooseAnotherAddress: string;
|
|
65
|
+
};
|
|
66
|
+
signature: {
|
|
67
|
+
reSign: string;
|
|
68
|
+
unSupportTpl: string;
|
|
69
|
+
};
|
|
70
|
+
ecard: {
|
|
71
|
+
chooseText: string;
|
|
72
|
+
otherValueText: string;
|
|
73
|
+
placeholder: string;
|
|
74
|
+
};
|
|
75
|
+
timeselect: {
|
|
76
|
+
title: string;
|
|
77
|
+
};
|
|
78
|
+
sku: {
|
|
79
|
+
buyText: string;
|
|
80
|
+
stepperTitle: string;
|
|
81
|
+
addCartText: string;
|
|
82
|
+
};
|
|
83
|
+
skuheader: {
|
|
84
|
+
idText: string;
|
|
85
|
+
};
|
|
86
|
+
addresslist: {
|
|
87
|
+
addAddress: string;
|
|
88
|
+
};
|
|
89
|
+
comment: {
|
|
90
|
+
complaintsText: string;
|
|
91
|
+
additionalReview: string;
|
|
92
|
+
additionalImages: string;
|
|
93
|
+
};
|
|
94
|
+
infiniteloading: {
|
|
95
|
+
loading: string;
|
|
96
|
+
pullTxt: string;
|
|
97
|
+
loadMoreTxt: string;
|
|
98
|
+
};
|
|
99
|
+
datepicker: {
|
|
100
|
+
year: string;
|
|
101
|
+
month: string;
|
|
102
|
+
day: string;
|
|
103
|
+
hour: string;
|
|
104
|
+
min: string;
|
|
105
|
+
seconds: string;
|
|
106
|
+
};
|
|
107
|
+
audiooperate: {
|
|
108
|
+
back: string;
|
|
109
|
+
start: string;
|
|
110
|
+
pause: string;
|
|
111
|
+
forward: string;
|
|
112
|
+
mute: string;
|
|
113
|
+
};
|
|
114
|
+
picker: {
|
|
115
|
+
title: string;
|
|
116
|
+
};
|
|
117
|
+
pickeritem: {
|
|
118
|
+
placeholder: string;
|
|
119
|
+
};
|
|
120
|
+
dateitem: {
|
|
121
|
+
placeholder: string;
|
|
122
|
+
};
|
|
123
|
+
cascaderitem: {
|
|
124
|
+
placeholder: string;
|
|
125
|
+
};
|
|
126
|
+
calendaritem: {
|
|
127
|
+
placeholder: string;
|
|
128
|
+
};
|
|
129
|
+
numberkeyboard: {
|
|
130
|
+
confirmText: string;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
en_US: {
|
|
134
|
+
save: string;
|
|
135
|
+
noData: string;
|
|
136
|
+
confirmText: string;
|
|
137
|
+
cancelText: string;
|
|
138
|
+
clearText: string;
|
|
139
|
+
defaultText: string;
|
|
140
|
+
placeholder: string;
|
|
141
|
+
select: string;
|
|
142
|
+
dateUnit: {
|
|
143
|
+
day: string;
|
|
144
|
+
year: string;
|
|
145
|
+
month: string;
|
|
146
|
+
hour: string;
|
|
147
|
+
minute: string;
|
|
148
|
+
seconds: string;
|
|
149
|
+
};
|
|
150
|
+
video: {
|
|
151
|
+
errorTip: string;
|
|
152
|
+
clickRetry: string;
|
|
153
|
+
};
|
|
154
|
+
fixednav: {
|
|
155
|
+
activeText: string;
|
|
156
|
+
unActiveText: string;
|
|
157
|
+
};
|
|
158
|
+
pagination: {
|
|
159
|
+
prevText: string;
|
|
160
|
+
nextText: string;
|
|
161
|
+
};
|
|
162
|
+
calendarpane: {
|
|
163
|
+
weekdays: string;
|
|
164
|
+
endText: string;
|
|
165
|
+
startText: string;
|
|
166
|
+
title: string;
|
|
167
|
+
monthTitle: string;
|
|
168
|
+
today: string;
|
|
169
|
+
};
|
|
170
|
+
shortpassword: {
|
|
171
|
+
title: string;
|
|
172
|
+
desc: string;
|
|
173
|
+
tips: string;
|
|
174
|
+
};
|
|
175
|
+
uploader: {
|
|
176
|
+
ready: string;
|
|
177
|
+
readyUpload: string;
|
|
178
|
+
waitingUpload: string;
|
|
179
|
+
uploading: string;
|
|
180
|
+
success: string;
|
|
181
|
+
error: string;
|
|
182
|
+
};
|
|
183
|
+
countdown: {
|
|
184
|
+
day: string;
|
|
185
|
+
hour: string;
|
|
186
|
+
minute: string;
|
|
187
|
+
second: string;
|
|
188
|
+
};
|
|
189
|
+
empty: {
|
|
190
|
+
description: string;
|
|
191
|
+
};
|
|
192
|
+
address: {
|
|
193
|
+
selectRegion: string;
|
|
194
|
+
deliveryTo: string;
|
|
195
|
+
chooseAnotherAddress: string;
|
|
196
|
+
};
|
|
197
|
+
signature: {
|
|
198
|
+
reSign: string;
|
|
199
|
+
unSupportTpl: string;
|
|
200
|
+
};
|
|
201
|
+
ecard: {
|
|
202
|
+
chooseText: string;
|
|
203
|
+
otherValueText: string;
|
|
204
|
+
placeholder: string;
|
|
205
|
+
};
|
|
206
|
+
timeselect: {
|
|
207
|
+
title: string;
|
|
208
|
+
};
|
|
209
|
+
sku: {
|
|
210
|
+
buyText: string;
|
|
211
|
+
stepperTitle: string;
|
|
212
|
+
addCartText: string;
|
|
213
|
+
};
|
|
214
|
+
skuheader: {
|
|
215
|
+
idText: string;
|
|
216
|
+
};
|
|
217
|
+
addresslist: {
|
|
218
|
+
addAddress: string;
|
|
219
|
+
};
|
|
220
|
+
comment: {
|
|
221
|
+
complaintsText: string;
|
|
222
|
+
additionalReview: string;
|
|
223
|
+
additionalImages: string;
|
|
224
|
+
};
|
|
225
|
+
infiniteloading: {
|
|
226
|
+
loading: string;
|
|
227
|
+
pullTxt: string;
|
|
228
|
+
loadMoreTxt: string;
|
|
229
|
+
};
|
|
230
|
+
datepicker: {
|
|
231
|
+
year: string;
|
|
232
|
+
month: string;
|
|
233
|
+
day: string;
|
|
234
|
+
hour: string;
|
|
235
|
+
min: string;
|
|
236
|
+
seconds: string;
|
|
237
|
+
};
|
|
238
|
+
audiooperate: {
|
|
239
|
+
back: string;
|
|
240
|
+
start: string;
|
|
241
|
+
pause: string;
|
|
242
|
+
forward: string;
|
|
243
|
+
mute: string;
|
|
244
|
+
};
|
|
245
|
+
picker: {
|
|
246
|
+
title: string;
|
|
247
|
+
};
|
|
248
|
+
pickeritem: {
|
|
249
|
+
placeholder: string;
|
|
250
|
+
};
|
|
251
|
+
dateitem: {
|
|
252
|
+
placeholder: string;
|
|
253
|
+
};
|
|
254
|
+
cascaderitem: {
|
|
255
|
+
placeholder: string;
|
|
256
|
+
};
|
|
257
|
+
calendaritem: {
|
|
258
|
+
placeholder: string;
|
|
259
|
+
};
|
|
260
|
+
numberkeyboard: {
|
|
261
|
+
confirmText: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
zh_TW: {
|
|
265
|
+
save: string;
|
|
266
|
+
noData: string;
|
|
267
|
+
confirmText: string;
|
|
268
|
+
cancelText: string;
|
|
269
|
+
clearText: string;
|
|
270
|
+
defaultText: string;
|
|
271
|
+
placeholder: string;
|
|
272
|
+
select: string;
|
|
273
|
+
dateUnit: {
|
|
274
|
+
day: string;
|
|
275
|
+
year: string;
|
|
276
|
+
month: string;
|
|
277
|
+
hour: string;
|
|
278
|
+
minute: string;
|
|
279
|
+
seconds: string;
|
|
280
|
+
};
|
|
281
|
+
video: {
|
|
282
|
+
errorTip: string;
|
|
283
|
+
clickRetry: string;
|
|
284
|
+
};
|
|
285
|
+
fixednav: {
|
|
286
|
+
activeText: string;
|
|
287
|
+
unActiveText: string;
|
|
288
|
+
};
|
|
289
|
+
pagination: {
|
|
290
|
+
prevText: string;
|
|
291
|
+
nextText: string;
|
|
292
|
+
};
|
|
293
|
+
calendarpane: {
|
|
294
|
+
weekdays: string;
|
|
295
|
+
endText: string;
|
|
296
|
+
startText: string;
|
|
297
|
+
title: string;
|
|
298
|
+
monthTitle: string;
|
|
299
|
+
today: string;
|
|
300
|
+
};
|
|
301
|
+
shortpassword: {
|
|
302
|
+
title: string;
|
|
303
|
+
desc: string;
|
|
304
|
+
tips: string;
|
|
305
|
+
};
|
|
306
|
+
uploader: {
|
|
307
|
+
ready: string;
|
|
308
|
+
readyUpload: string;
|
|
309
|
+
waitingUpload: string;
|
|
310
|
+
uploading: string;
|
|
311
|
+
success: string;
|
|
312
|
+
error: string;
|
|
313
|
+
};
|
|
314
|
+
countdown: {
|
|
315
|
+
day: string;
|
|
316
|
+
hour: string;
|
|
317
|
+
minute: string;
|
|
318
|
+
second: string;
|
|
319
|
+
};
|
|
320
|
+
empty: {
|
|
321
|
+
description: string;
|
|
322
|
+
};
|
|
323
|
+
address: {
|
|
324
|
+
selectRegion: string;
|
|
325
|
+
deliveryTo: string;
|
|
326
|
+
chooseAnotherAddress: string;
|
|
327
|
+
};
|
|
328
|
+
signature: {
|
|
329
|
+
reSign: string;
|
|
330
|
+
unSupportTpl: string;
|
|
331
|
+
};
|
|
332
|
+
ecard: {
|
|
333
|
+
chooseText: string;
|
|
334
|
+
otherValueText: string;
|
|
335
|
+
placeholder: string;
|
|
336
|
+
};
|
|
337
|
+
timeselect: {
|
|
338
|
+
title: string;
|
|
339
|
+
};
|
|
340
|
+
sku: {
|
|
341
|
+
buyText: string;
|
|
342
|
+
stepperTitle: string;
|
|
343
|
+
addCartText: string;
|
|
344
|
+
};
|
|
345
|
+
skuheader: {
|
|
346
|
+
idText: string;
|
|
347
|
+
};
|
|
348
|
+
addresslist: {
|
|
349
|
+
addAddress: string;
|
|
350
|
+
};
|
|
351
|
+
comment: {
|
|
352
|
+
complaintsText: string;
|
|
353
|
+
additionalReview: string;
|
|
354
|
+
additionalImages: string;
|
|
355
|
+
};
|
|
356
|
+
infiniteloading: {
|
|
357
|
+
loading: string;
|
|
358
|
+
pullTxt: string;
|
|
359
|
+
loadMoreTxt: string;
|
|
360
|
+
};
|
|
361
|
+
datepicker: {
|
|
362
|
+
year: string;
|
|
363
|
+
month: string;
|
|
364
|
+
day: string;
|
|
365
|
+
hour: string;
|
|
366
|
+
min: string;
|
|
367
|
+
seconds: string;
|
|
368
|
+
};
|
|
369
|
+
audiooperate: {
|
|
370
|
+
back: string;
|
|
371
|
+
start: string;
|
|
372
|
+
pause: string;
|
|
373
|
+
forward: string;
|
|
374
|
+
mute: string;
|
|
375
|
+
};
|
|
376
|
+
picker: {
|
|
377
|
+
title: string;
|
|
378
|
+
};
|
|
379
|
+
pickeritem: {
|
|
380
|
+
placeholder: string;
|
|
381
|
+
};
|
|
382
|
+
dateitem: {
|
|
383
|
+
placeholder: string;
|
|
384
|
+
};
|
|
385
|
+
cascaderitem: {
|
|
386
|
+
placeholder: string;
|
|
387
|
+
};
|
|
388
|
+
calendaritem: {
|
|
389
|
+
placeholder: string;
|
|
390
|
+
};
|
|
391
|
+
numberkeyboard: {
|
|
392
|
+
confirmText: string;
|
|
393
|
+
};
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
export default _default;
|
|
397
|
+
|
|
398
|
+
export { }
|