@fox-js/foxui 4.0.1-9 → 4.0.1-90
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 +2 -16
- package/dist/index.d.ts +6 -0
- package/dist/index.esm.js +20269 -17930
- package/dist/index.umd.js +6 -20
- package/dist/locale/index.d.ts +108 -18
- package/dist/locale/index.esm.js +172 -115
- package/dist/locale/index.umd.js +1 -3
- package/dist/style.css +9800 -1
- package/dist/style.js +3 -0
- package/dist/types/index.d.ts +2192 -298
- package/package.json +18 -15
- package/dist/style.esm.js +0 -7
package/dist/locale/index.d.ts
CHANGED
|
@@ -2,12 +2,17 @@ declare const _default: {
|
|
|
2
2
|
zh_CN: {
|
|
3
3
|
save: string;
|
|
4
4
|
noData: string;
|
|
5
|
+
loadText: string;
|
|
6
|
+
noMoreText: string;
|
|
5
7
|
confirmText: string;
|
|
6
8
|
cancelText: string;
|
|
7
9
|
clearText: string;
|
|
8
10
|
defaultText: string;
|
|
9
11
|
placeholder: string;
|
|
10
12
|
select: string;
|
|
13
|
+
today: string;
|
|
14
|
+
weekdays: string;
|
|
15
|
+
fullWeekdays: string;
|
|
11
16
|
dateUnit: {
|
|
12
17
|
day: string;
|
|
13
18
|
year: string;
|
|
@@ -29,12 +34,10 @@ declare const _default: {
|
|
|
29
34
|
nextText: string;
|
|
30
35
|
};
|
|
31
36
|
calendarpane: {
|
|
32
|
-
weekdays: string;
|
|
33
37
|
endText: string;
|
|
34
38
|
startText: string;
|
|
35
39
|
title: string;
|
|
36
40
|
monthTitle: string;
|
|
37
|
-
today: string;
|
|
38
41
|
};
|
|
39
42
|
shortpassword: {
|
|
40
43
|
title: string;
|
|
@@ -73,7 +76,7 @@ declare const _default: {
|
|
|
73
76
|
placeholder: string;
|
|
74
77
|
};
|
|
75
78
|
timeselect: {
|
|
76
|
-
|
|
79
|
+
pickupTime: string;
|
|
77
80
|
};
|
|
78
81
|
sku: {
|
|
79
82
|
buyText: string;
|
|
@@ -85,6 +88,7 @@ declare const _default: {
|
|
|
85
88
|
};
|
|
86
89
|
addresslist: {
|
|
87
90
|
addAddress: string;
|
|
91
|
+
default: string;
|
|
88
92
|
};
|
|
89
93
|
comment: {
|
|
90
94
|
complaintsText: string;
|
|
@@ -93,15 +97,20 @@ declare const _default: {
|
|
|
93
97
|
};
|
|
94
98
|
infiniteloading: {
|
|
95
99
|
loading: string;
|
|
96
|
-
|
|
97
|
-
|
|
100
|
+
pullText: string;
|
|
101
|
+
noMoreText: string;
|
|
102
|
+
};
|
|
103
|
+
pullrefresh: {
|
|
104
|
+
pullingText: string;
|
|
105
|
+
loosingText: string;
|
|
106
|
+
loadingText: string;
|
|
98
107
|
};
|
|
99
108
|
datepicker: {
|
|
100
109
|
year: string;
|
|
101
110
|
month: string;
|
|
102
111
|
day: string;
|
|
103
112
|
hour: string;
|
|
104
|
-
|
|
113
|
+
minute: string;
|
|
105
114
|
seconds: string;
|
|
106
115
|
};
|
|
107
116
|
audiooperate: {
|
|
@@ -126,19 +135,45 @@ declare const _default: {
|
|
|
126
135
|
calendaritem: {
|
|
127
136
|
placeholder: string;
|
|
128
137
|
};
|
|
138
|
+
linkitem: {
|
|
139
|
+
placeholder: string;
|
|
140
|
+
};
|
|
129
141
|
numberkeyboard: {
|
|
130
142
|
confirmText: string;
|
|
131
143
|
};
|
|
144
|
+
actionsheetitem: {
|
|
145
|
+
placeholder: string;
|
|
146
|
+
};
|
|
147
|
+
actionsheetpane: {
|
|
148
|
+
title: string;
|
|
149
|
+
seachPlaceholder: string;
|
|
150
|
+
};
|
|
151
|
+
messagebox: {
|
|
152
|
+
confirmButtonText: string;
|
|
153
|
+
cancelButtonText: string;
|
|
154
|
+
};
|
|
155
|
+
morebutton: {
|
|
156
|
+
collapseText: string;
|
|
157
|
+
expandText: string;
|
|
158
|
+
};
|
|
159
|
+
buttonsitem: {
|
|
160
|
+
moreText: string;
|
|
161
|
+
};
|
|
132
162
|
};
|
|
133
163
|
en_US: {
|
|
134
164
|
save: string;
|
|
135
165
|
noData: string;
|
|
166
|
+
loadText: string;
|
|
167
|
+
noMoreText: string;
|
|
136
168
|
confirmText: string;
|
|
137
169
|
cancelText: string;
|
|
138
170
|
clearText: string;
|
|
139
171
|
defaultText: string;
|
|
140
172
|
placeholder: string;
|
|
141
173
|
select: string;
|
|
174
|
+
today: string;
|
|
175
|
+
weekdays: string;
|
|
176
|
+
fullWeekdays: string;
|
|
142
177
|
dateUnit: {
|
|
143
178
|
day: string;
|
|
144
179
|
year: string;
|
|
@@ -160,12 +195,10 @@ declare const _default: {
|
|
|
160
195
|
nextText: string;
|
|
161
196
|
};
|
|
162
197
|
calendarpane: {
|
|
163
|
-
weekdays: string;
|
|
164
198
|
endText: string;
|
|
165
199
|
startText: string;
|
|
166
200
|
title: string;
|
|
167
201
|
monthTitle: string;
|
|
168
|
-
today: string;
|
|
169
202
|
};
|
|
170
203
|
shortpassword: {
|
|
171
204
|
title: string;
|
|
@@ -204,7 +237,7 @@ declare const _default: {
|
|
|
204
237
|
placeholder: string;
|
|
205
238
|
};
|
|
206
239
|
timeselect: {
|
|
207
|
-
|
|
240
|
+
pickupTime: string;
|
|
208
241
|
};
|
|
209
242
|
sku: {
|
|
210
243
|
buyText: string;
|
|
@@ -216,6 +249,7 @@ declare const _default: {
|
|
|
216
249
|
};
|
|
217
250
|
addresslist: {
|
|
218
251
|
addAddress: string;
|
|
252
|
+
default: string;
|
|
219
253
|
};
|
|
220
254
|
comment: {
|
|
221
255
|
complaintsText: string;
|
|
@@ -224,15 +258,20 @@ declare const _default: {
|
|
|
224
258
|
};
|
|
225
259
|
infiniteloading: {
|
|
226
260
|
loading: string;
|
|
227
|
-
|
|
228
|
-
|
|
261
|
+
pullText: string;
|
|
262
|
+
noMoreText: string;
|
|
263
|
+
};
|
|
264
|
+
pullrefresh: {
|
|
265
|
+
pullingText: string;
|
|
266
|
+
loosingText: string;
|
|
267
|
+
loadingText: string;
|
|
229
268
|
};
|
|
230
269
|
datepicker: {
|
|
231
270
|
year: string;
|
|
232
271
|
month: string;
|
|
233
272
|
day: string;
|
|
234
273
|
hour: string;
|
|
235
|
-
|
|
274
|
+
minute: string;
|
|
236
275
|
seconds: string;
|
|
237
276
|
};
|
|
238
277
|
audiooperate: {
|
|
@@ -257,19 +296,45 @@ declare const _default: {
|
|
|
257
296
|
calendaritem: {
|
|
258
297
|
placeholder: string;
|
|
259
298
|
};
|
|
299
|
+
linkitem: {
|
|
300
|
+
placeholder: string;
|
|
301
|
+
};
|
|
260
302
|
numberkeyboard: {
|
|
261
303
|
confirmText: string;
|
|
262
304
|
};
|
|
305
|
+
actionsheetitem: {
|
|
306
|
+
placeholder: string;
|
|
307
|
+
};
|
|
308
|
+
actionsheetpane: {
|
|
309
|
+
title: string;
|
|
310
|
+
seachPlaceholder: string;
|
|
311
|
+
};
|
|
312
|
+
messagebox: {
|
|
313
|
+
confirmButtonText: string;
|
|
314
|
+
cancelButtonText: string;
|
|
315
|
+
};
|
|
316
|
+
morebutton: {
|
|
317
|
+
collapseText: string;
|
|
318
|
+
expandText: string;
|
|
319
|
+
};
|
|
320
|
+
buttonsitem: {
|
|
321
|
+
moreText: string;
|
|
322
|
+
};
|
|
263
323
|
};
|
|
264
324
|
zh_TW: {
|
|
265
325
|
save: string;
|
|
266
326
|
noData: string;
|
|
327
|
+
loadText: string;
|
|
328
|
+
noMoreText: string;
|
|
267
329
|
confirmText: string;
|
|
268
330
|
cancelText: string;
|
|
269
331
|
clearText: string;
|
|
270
332
|
defaultText: string;
|
|
271
333
|
placeholder: string;
|
|
272
334
|
select: string;
|
|
335
|
+
today: string;
|
|
336
|
+
weekdays: string;
|
|
337
|
+
fullWeekdays: string;
|
|
273
338
|
dateUnit: {
|
|
274
339
|
day: string;
|
|
275
340
|
year: string;
|
|
@@ -291,12 +356,10 @@ declare const _default: {
|
|
|
291
356
|
nextText: string;
|
|
292
357
|
};
|
|
293
358
|
calendarpane: {
|
|
294
|
-
weekdays: string;
|
|
295
359
|
endText: string;
|
|
296
360
|
startText: string;
|
|
297
361
|
title: string;
|
|
298
362
|
monthTitle: string;
|
|
299
|
-
today: string;
|
|
300
363
|
};
|
|
301
364
|
shortpassword: {
|
|
302
365
|
title: string;
|
|
@@ -335,7 +398,7 @@ declare const _default: {
|
|
|
335
398
|
placeholder: string;
|
|
336
399
|
};
|
|
337
400
|
timeselect: {
|
|
338
|
-
|
|
401
|
+
pickupTime: string;
|
|
339
402
|
};
|
|
340
403
|
sku: {
|
|
341
404
|
buyText: string;
|
|
@@ -347,6 +410,7 @@ declare const _default: {
|
|
|
347
410
|
};
|
|
348
411
|
addresslist: {
|
|
349
412
|
addAddress: string;
|
|
413
|
+
default: string;
|
|
350
414
|
};
|
|
351
415
|
comment: {
|
|
352
416
|
complaintsText: string;
|
|
@@ -355,15 +419,20 @@ declare const _default: {
|
|
|
355
419
|
};
|
|
356
420
|
infiniteloading: {
|
|
357
421
|
loading: string;
|
|
358
|
-
|
|
359
|
-
|
|
422
|
+
pullText: string;
|
|
423
|
+
noMoreText: string;
|
|
424
|
+
};
|
|
425
|
+
pullrefresh: {
|
|
426
|
+
pullingText: string;
|
|
427
|
+
loosingText: string;
|
|
428
|
+
loadingText: string;
|
|
360
429
|
};
|
|
361
430
|
datepicker: {
|
|
362
431
|
year: string;
|
|
363
432
|
month: string;
|
|
364
433
|
day: string;
|
|
365
434
|
hour: string;
|
|
366
|
-
|
|
435
|
+
minute: string;
|
|
367
436
|
seconds: string;
|
|
368
437
|
};
|
|
369
438
|
audiooperate: {
|
|
@@ -388,9 +457,30 @@ declare const _default: {
|
|
|
388
457
|
calendaritem: {
|
|
389
458
|
placeholder: string;
|
|
390
459
|
};
|
|
460
|
+
linkitem: {
|
|
461
|
+
placeholder: string;
|
|
462
|
+
};
|
|
391
463
|
numberkeyboard: {
|
|
392
464
|
confirmText: string;
|
|
393
465
|
};
|
|
466
|
+
actionsheetitem: {
|
|
467
|
+
placeholder: string;
|
|
468
|
+
};
|
|
469
|
+
actionsheetpane: {
|
|
470
|
+
title: string;
|
|
471
|
+
seachPlaceholder: string;
|
|
472
|
+
};
|
|
473
|
+
messagebox: {
|
|
474
|
+
confirmButtonText: string;
|
|
475
|
+
cancelButtonText: string;
|
|
476
|
+
};
|
|
477
|
+
morebutton: {
|
|
478
|
+
collapseText: string;
|
|
479
|
+
expandText: string;
|
|
480
|
+
};
|
|
481
|
+
buttonsitem: {
|
|
482
|
+
moreText: string;
|
|
483
|
+
};
|
|
394
484
|
};
|
|
395
485
|
};
|
|
396
486
|
export default _default;
|