@fox-js/foxui-pad 4.1.1-19 → 4.1.1-20
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 +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +6829 -6381
- package/dist/index.umd.js +1 -1
- package/dist/locale/index.d.ts +503 -0
- package/dist/locale/index.esm.js +17 -4
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +59 -1
- package/dist/style.js +1 -1
- package/dist/types/index.d.ts +400 -272
- package/package.json +1 -1
|
@@ -0,0 +1,503 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
zh_CN: {
|
|
3
|
+
save: string;
|
|
4
|
+
noData: string;
|
|
5
|
+
loadText: string;
|
|
6
|
+
noMoreText: string;
|
|
7
|
+
confirmText: string;
|
|
8
|
+
cancelText: string;
|
|
9
|
+
clearText: string;
|
|
10
|
+
defaultText: string;
|
|
11
|
+
placeholder: string;
|
|
12
|
+
select: string;
|
|
13
|
+
today: string;
|
|
14
|
+
weekdays: string;
|
|
15
|
+
fullWeekdays: string;
|
|
16
|
+
dateUnit: {
|
|
17
|
+
day: string;
|
|
18
|
+
year: string;
|
|
19
|
+
month: string;
|
|
20
|
+
hour: string;
|
|
21
|
+
minute: string;
|
|
22
|
+
seconds: string;
|
|
23
|
+
};
|
|
24
|
+
video: {
|
|
25
|
+
errorTip: string;
|
|
26
|
+
clickRetry: string;
|
|
27
|
+
};
|
|
28
|
+
fixednav: {
|
|
29
|
+
activeText: string;
|
|
30
|
+
unActiveText: string;
|
|
31
|
+
};
|
|
32
|
+
pagination: {
|
|
33
|
+
prevText: string;
|
|
34
|
+
nextText: string;
|
|
35
|
+
};
|
|
36
|
+
calendarpane: {
|
|
37
|
+
endText: string;
|
|
38
|
+
startText: string;
|
|
39
|
+
title: string;
|
|
40
|
+
monthTitle: string;
|
|
41
|
+
};
|
|
42
|
+
shortpassword: {
|
|
43
|
+
title: string;
|
|
44
|
+
desc: string;
|
|
45
|
+
tips: string;
|
|
46
|
+
};
|
|
47
|
+
uploader: {
|
|
48
|
+
ready: string;
|
|
49
|
+
readyUpload: string;
|
|
50
|
+
waitingUpload: string;
|
|
51
|
+
uploading: string;
|
|
52
|
+
success: string;
|
|
53
|
+
error: string;
|
|
54
|
+
};
|
|
55
|
+
countdown: {
|
|
56
|
+
day: string;
|
|
57
|
+
hour: string;
|
|
58
|
+
minute: string;
|
|
59
|
+
second: string;
|
|
60
|
+
};
|
|
61
|
+
empty: {
|
|
62
|
+
description: string;
|
|
63
|
+
};
|
|
64
|
+
address: {
|
|
65
|
+
selectRegion: string;
|
|
66
|
+
deliveryTo: string;
|
|
67
|
+
chooseAnotherAddress: string;
|
|
68
|
+
};
|
|
69
|
+
signature: {
|
|
70
|
+
reSign: string;
|
|
71
|
+
unSupportTpl: string;
|
|
72
|
+
};
|
|
73
|
+
ecard: {
|
|
74
|
+
chooseText: string;
|
|
75
|
+
otherValueText: string;
|
|
76
|
+
placeholder: string;
|
|
77
|
+
};
|
|
78
|
+
timeselect: {
|
|
79
|
+
pickupTime: string;
|
|
80
|
+
};
|
|
81
|
+
sku: {
|
|
82
|
+
buyText: string;
|
|
83
|
+
stepperTitle: string;
|
|
84
|
+
addCartText: string;
|
|
85
|
+
};
|
|
86
|
+
skuheader: {
|
|
87
|
+
idText: string;
|
|
88
|
+
};
|
|
89
|
+
addresslist: {
|
|
90
|
+
addAddress: string;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
comment: {
|
|
94
|
+
complaintsText: string;
|
|
95
|
+
additionalReview: string;
|
|
96
|
+
additionalImages: string;
|
|
97
|
+
};
|
|
98
|
+
infiniteloading: {
|
|
99
|
+
loading: string;
|
|
100
|
+
pullText: string;
|
|
101
|
+
noMoreText: string;
|
|
102
|
+
};
|
|
103
|
+
pullrefresh: {
|
|
104
|
+
pullingText: string;
|
|
105
|
+
loosingText: string;
|
|
106
|
+
loadingText: string;
|
|
107
|
+
};
|
|
108
|
+
datepicker: {
|
|
109
|
+
year: string;
|
|
110
|
+
month: string;
|
|
111
|
+
day: string;
|
|
112
|
+
hour: string;
|
|
113
|
+
minute: string;
|
|
114
|
+
seconds: string;
|
|
115
|
+
};
|
|
116
|
+
audiooperate: {
|
|
117
|
+
back: string;
|
|
118
|
+
start: string;
|
|
119
|
+
pause: string;
|
|
120
|
+
forward: string;
|
|
121
|
+
mute: string;
|
|
122
|
+
};
|
|
123
|
+
picker: {
|
|
124
|
+
title: string;
|
|
125
|
+
};
|
|
126
|
+
pickeritem: {
|
|
127
|
+
placeholder: string;
|
|
128
|
+
};
|
|
129
|
+
dateitem: {
|
|
130
|
+
placeholder: string;
|
|
131
|
+
longTermText: string;
|
|
132
|
+
};
|
|
133
|
+
cascaderitem: {
|
|
134
|
+
placeholder: string;
|
|
135
|
+
};
|
|
136
|
+
calendaritem: {
|
|
137
|
+
placeholder: string;
|
|
138
|
+
};
|
|
139
|
+
linkitem: {
|
|
140
|
+
placeholder: string;
|
|
141
|
+
};
|
|
142
|
+
numberkeyboard: {
|
|
143
|
+
confirmText: string;
|
|
144
|
+
};
|
|
145
|
+
actionsheetitem: {
|
|
146
|
+
placeholder: string;
|
|
147
|
+
};
|
|
148
|
+
actionsheetpane: {
|
|
149
|
+
title: string;
|
|
150
|
+
seachPlaceholder: string;
|
|
151
|
+
};
|
|
152
|
+
messagebox: {
|
|
153
|
+
confirmButtonText: string;
|
|
154
|
+
cancelButtonText: string;
|
|
155
|
+
};
|
|
156
|
+
morebutton: {
|
|
157
|
+
collapseText: string;
|
|
158
|
+
expandText: string;
|
|
159
|
+
};
|
|
160
|
+
buttonsitem: {
|
|
161
|
+
moreText: string;
|
|
162
|
+
};
|
|
163
|
+
tableitem: {
|
|
164
|
+
loadText: string;
|
|
165
|
+
noMoreText: string;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
en_US: {
|
|
169
|
+
save: string;
|
|
170
|
+
noData: string;
|
|
171
|
+
loadText: string;
|
|
172
|
+
noMoreText: string;
|
|
173
|
+
confirmText: string;
|
|
174
|
+
cancelText: string;
|
|
175
|
+
clearText: string;
|
|
176
|
+
defaultText: string;
|
|
177
|
+
placeholder: string;
|
|
178
|
+
select: string;
|
|
179
|
+
today: string;
|
|
180
|
+
weekdays: string;
|
|
181
|
+
fullWeekdays: string;
|
|
182
|
+
dateUnit: {
|
|
183
|
+
day: string;
|
|
184
|
+
year: string;
|
|
185
|
+
month: string;
|
|
186
|
+
hour: string;
|
|
187
|
+
minute: string;
|
|
188
|
+
seconds: string;
|
|
189
|
+
};
|
|
190
|
+
video: {
|
|
191
|
+
errorTip: string;
|
|
192
|
+
clickRetry: string;
|
|
193
|
+
};
|
|
194
|
+
fixednav: {
|
|
195
|
+
activeText: string;
|
|
196
|
+
unActiveText: string;
|
|
197
|
+
};
|
|
198
|
+
pagination: {
|
|
199
|
+
prevText: string;
|
|
200
|
+
nextText: string;
|
|
201
|
+
};
|
|
202
|
+
calendarpane: {
|
|
203
|
+
endText: string;
|
|
204
|
+
startText: string;
|
|
205
|
+
title: string;
|
|
206
|
+
monthTitle: string;
|
|
207
|
+
};
|
|
208
|
+
shortpassword: {
|
|
209
|
+
title: string;
|
|
210
|
+
desc: string;
|
|
211
|
+
tips: string;
|
|
212
|
+
};
|
|
213
|
+
uploader: {
|
|
214
|
+
ready: string;
|
|
215
|
+
readyUpload: string;
|
|
216
|
+
waitingUpload: string;
|
|
217
|
+
uploading: string;
|
|
218
|
+
success: string;
|
|
219
|
+
error: string;
|
|
220
|
+
};
|
|
221
|
+
countdown: {
|
|
222
|
+
day: string;
|
|
223
|
+
hour: string;
|
|
224
|
+
minute: string;
|
|
225
|
+
second: string;
|
|
226
|
+
};
|
|
227
|
+
empty: {
|
|
228
|
+
description: string;
|
|
229
|
+
};
|
|
230
|
+
address: {
|
|
231
|
+
selectRegion: string;
|
|
232
|
+
deliveryTo: string;
|
|
233
|
+
chooseAnotherAddress: string;
|
|
234
|
+
};
|
|
235
|
+
signature: {
|
|
236
|
+
reSign: string;
|
|
237
|
+
unSupportTpl: string;
|
|
238
|
+
};
|
|
239
|
+
ecard: {
|
|
240
|
+
chooseText: string;
|
|
241
|
+
otherValueText: string;
|
|
242
|
+
placeholder: string;
|
|
243
|
+
};
|
|
244
|
+
timeselect: {
|
|
245
|
+
pickupTime: string;
|
|
246
|
+
};
|
|
247
|
+
sku: {
|
|
248
|
+
buyText: string;
|
|
249
|
+
stepperTitle: string;
|
|
250
|
+
addCartText: string;
|
|
251
|
+
};
|
|
252
|
+
skuheader: {
|
|
253
|
+
idText: string;
|
|
254
|
+
};
|
|
255
|
+
addresslist: {
|
|
256
|
+
addAddress: string;
|
|
257
|
+
default: string;
|
|
258
|
+
};
|
|
259
|
+
comment: {
|
|
260
|
+
complaintsText: string;
|
|
261
|
+
additionalReview: string;
|
|
262
|
+
additionalImages: string;
|
|
263
|
+
};
|
|
264
|
+
infiniteloading: {
|
|
265
|
+
loading: string;
|
|
266
|
+
pullText: string;
|
|
267
|
+
noMoreText: string;
|
|
268
|
+
};
|
|
269
|
+
pullrefresh: {
|
|
270
|
+
pullingText: string;
|
|
271
|
+
loosingText: string;
|
|
272
|
+
loadingText: string;
|
|
273
|
+
};
|
|
274
|
+
datepicker: {
|
|
275
|
+
year: string;
|
|
276
|
+
month: string;
|
|
277
|
+
day: string;
|
|
278
|
+
hour: string;
|
|
279
|
+
minute: string;
|
|
280
|
+
seconds: string;
|
|
281
|
+
};
|
|
282
|
+
audiooperate: {
|
|
283
|
+
back: string;
|
|
284
|
+
start: string;
|
|
285
|
+
pause: string;
|
|
286
|
+
forward: string;
|
|
287
|
+
mute: string;
|
|
288
|
+
};
|
|
289
|
+
picker: {
|
|
290
|
+
title: string;
|
|
291
|
+
};
|
|
292
|
+
pickeritem: {
|
|
293
|
+
placeholder: string;
|
|
294
|
+
};
|
|
295
|
+
dateitem: {
|
|
296
|
+
placeholder: string;
|
|
297
|
+
longTermText: string;
|
|
298
|
+
};
|
|
299
|
+
cascaderitem: {
|
|
300
|
+
placeholder: string;
|
|
301
|
+
};
|
|
302
|
+
calendaritem: {
|
|
303
|
+
placeholder: string;
|
|
304
|
+
};
|
|
305
|
+
linkitem: {
|
|
306
|
+
placeholder: string;
|
|
307
|
+
};
|
|
308
|
+
numberkeyboard: {
|
|
309
|
+
confirmText: string;
|
|
310
|
+
};
|
|
311
|
+
actionsheetitem: {
|
|
312
|
+
placeholder: string;
|
|
313
|
+
};
|
|
314
|
+
actionsheetpane: {
|
|
315
|
+
title: string;
|
|
316
|
+
seachPlaceholder: string;
|
|
317
|
+
};
|
|
318
|
+
messagebox: {
|
|
319
|
+
confirmButtonText: string;
|
|
320
|
+
cancelButtonText: string;
|
|
321
|
+
};
|
|
322
|
+
morebutton: {
|
|
323
|
+
collapseText: string;
|
|
324
|
+
expandText: string;
|
|
325
|
+
};
|
|
326
|
+
buttonsitem: {
|
|
327
|
+
moreText: string;
|
|
328
|
+
};
|
|
329
|
+
tableitem: {
|
|
330
|
+
loadText: string;
|
|
331
|
+
noMoreText: string;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
zh_TW: {
|
|
335
|
+
save: string;
|
|
336
|
+
noData: string;
|
|
337
|
+
loadText: string;
|
|
338
|
+
noMoreText: string;
|
|
339
|
+
confirmText: string;
|
|
340
|
+
cancelText: string;
|
|
341
|
+
clearText: string;
|
|
342
|
+
defaultText: string;
|
|
343
|
+
placeholder: string;
|
|
344
|
+
select: string;
|
|
345
|
+
today: string;
|
|
346
|
+
weekdays: string;
|
|
347
|
+
fullWeekdays: string;
|
|
348
|
+
dateUnit: {
|
|
349
|
+
day: string;
|
|
350
|
+
year: string;
|
|
351
|
+
month: string;
|
|
352
|
+
hour: string;
|
|
353
|
+
minute: string;
|
|
354
|
+
seconds: string;
|
|
355
|
+
};
|
|
356
|
+
video: {
|
|
357
|
+
errorTip: string;
|
|
358
|
+
clickRetry: string;
|
|
359
|
+
};
|
|
360
|
+
fixednav: {
|
|
361
|
+
activeText: string;
|
|
362
|
+
unActiveText: string;
|
|
363
|
+
};
|
|
364
|
+
pagination: {
|
|
365
|
+
prevText: string;
|
|
366
|
+
nextText: string;
|
|
367
|
+
};
|
|
368
|
+
calendarpane: {
|
|
369
|
+
endText: string;
|
|
370
|
+
startText: string;
|
|
371
|
+
title: string;
|
|
372
|
+
monthTitle: string;
|
|
373
|
+
};
|
|
374
|
+
shortpassword: {
|
|
375
|
+
title: string;
|
|
376
|
+
desc: string;
|
|
377
|
+
tips: string;
|
|
378
|
+
};
|
|
379
|
+
uploader: {
|
|
380
|
+
ready: string;
|
|
381
|
+
readyUpload: string;
|
|
382
|
+
waitingUpload: string;
|
|
383
|
+
uploading: string;
|
|
384
|
+
success: string;
|
|
385
|
+
error: string;
|
|
386
|
+
};
|
|
387
|
+
countdown: {
|
|
388
|
+
day: string;
|
|
389
|
+
hour: string;
|
|
390
|
+
minute: string;
|
|
391
|
+
second: string;
|
|
392
|
+
};
|
|
393
|
+
empty: {
|
|
394
|
+
description: string;
|
|
395
|
+
};
|
|
396
|
+
address: {
|
|
397
|
+
selectRegion: string;
|
|
398
|
+
deliveryTo: string;
|
|
399
|
+
chooseAnotherAddress: string;
|
|
400
|
+
};
|
|
401
|
+
signature: {
|
|
402
|
+
reSign: string;
|
|
403
|
+
unSupportTpl: string;
|
|
404
|
+
};
|
|
405
|
+
ecard: {
|
|
406
|
+
chooseText: string;
|
|
407
|
+
otherValueText: string;
|
|
408
|
+
placeholder: string;
|
|
409
|
+
};
|
|
410
|
+
timeselect: {
|
|
411
|
+
pickupTime: string;
|
|
412
|
+
};
|
|
413
|
+
sku: {
|
|
414
|
+
buyText: string;
|
|
415
|
+
stepperTitle: string;
|
|
416
|
+
addCartText: string;
|
|
417
|
+
};
|
|
418
|
+
skuheader: {
|
|
419
|
+
idText: string;
|
|
420
|
+
};
|
|
421
|
+
addresslist: {
|
|
422
|
+
addAddress: string;
|
|
423
|
+
default: string;
|
|
424
|
+
};
|
|
425
|
+
comment: {
|
|
426
|
+
complaintsText: string;
|
|
427
|
+
additionalReview: string;
|
|
428
|
+
additionalImages: string;
|
|
429
|
+
};
|
|
430
|
+
infiniteloading: {
|
|
431
|
+
loading: string;
|
|
432
|
+
pullText: string;
|
|
433
|
+
noMoreText: string;
|
|
434
|
+
};
|
|
435
|
+
pullrefresh: {
|
|
436
|
+
pullingText: string;
|
|
437
|
+
loosingText: string;
|
|
438
|
+
loadingText: string;
|
|
439
|
+
};
|
|
440
|
+
datepicker: {
|
|
441
|
+
year: string;
|
|
442
|
+
month: string;
|
|
443
|
+
day: string;
|
|
444
|
+
hour: string;
|
|
445
|
+
minute: string;
|
|
446
|
+
seconds: string;
|
|
447
|
+
};
|
|
448
|
+
audiooperate: {
|
|
449
|
+
back: string;
|
|
450
|
+
start: string;
|
|
451
|
+
pause: string;
|
|
452
|
+
forward: string;
|
|
453
|
+
mute: string;
|
|
454
|
+
};
|
|
455
|
+
picker: {
|
|
456
|
+
title: string;
|
|
457
|
+
};
|
|
458
|
+
pickeritem: {
|
|
459
|
+
placeholder: string;
|
|
460
|
+
};
|
|
461
|
+
dateitem: {
|
|
462
|
+
placeholder: string;
|
|
463
|
+
longTermText: string;
|
|
464
|
+
};
|
|
465
|
+
cascaderitem: {
|
|
466
|
+
placeholder: string;
|
|
467
|
+
};
|
|
468
|
+
calendaritem: {
|
|
469
|
+
placeholder: string;
|
|
470
|
+
};
|
|
471
|
+
linkitem: {
|
|
472
|
+
placeholder: string;
|
|
473
|
+
};
|
|
474
|
+
numberkeyboard: {
|
|
475
|
+
confirmText: string;
|
|
476
|
+
};
|
|
477
|
+
actionsheetitem: {
|
|
478
|
+
placeholder: string;
|
|
479
|
+
};
|
|
480
|
+
actionsheetpane: {
|
|
481
|
+
title: string;
|
|
482
|
+
seachPlaceholder: string;
|
|
483
|
+
};
|
|
484
|
+
messagebox: {
|
|
485
|
+
confirmButtonText: string;
|
|
486
|
+
cancelButtonText: string;
|
|
487
|
+
};
|
|
488
|
+
morebutton: {
|
|
489
|
+
collapseText: string;
|
|
490
|
+
expandText: string;
|
|
491
|
+
};
|
|
492
|
+
buttonsitem: {
|
|
493
|
+
moreText: string;
|
|
494
|
+
};
|
|
495
|
+
tableitem: {
|
|
496
|
+
loadText: string;
|
|
497
|
+
noMoreText: string;
|
|
498
|
+
};
|
|
499
|
+
};
|
|
500
|
+
};
|
|
501
|
+
export default _default;
|
|
502
|
+
|
|
503
|
+
export { }
|
package/dist/locale/index.esm.js
CHANGED
|
@@ -131,7 +131,10 @@ var e = {
|
|
|
131
131
|
},
|
|
132
132
|
picker: { title: "请选择" },
|
|
133
133
|
pickeritem: { placeholder: "请选择" },
|
|
134
|
-
dateitem: {
|
|
134
|
+
dateitem: {
|
|
135
|
+
placeholder: "请选择",
|
|
136
|
+
longTermText: "长期"
|
|
137
|
+
},
|
|
135
138
|
cascaderitem: { placeholder: "请选择" },
|
|
136
139
|
calendaritem: { placeholder: "请选择" },
|
|
137
140
|
linkitem: { placeholder: "" },
|
|
@@ -287,7 +290,10 @@ var e = {
|
|
|
287
290
|
},
|
|
288
291
|
picker: { title: "Select" },
|
|
289
292
|
pickeritem: { placeholder: "Select" },
|
|
290
|
-
dateitem: {
|
|
293
|
+
dateitem: {
|
|
294
|
+
placeholder: "Select",
|
|
295
|
+
longTermText: "LongTerm"
|
|
296
|
+
},
|
|
291
297
|
cascaderitem: { placeholder: "Select" },
|
|
292
298
|
calendaritem: { placeholder: "Select" },
|
|
293
299
|
linkitem: { placeholder: "" },
|
|
@@ -443,7 +449,10 @@ var e = {
|
|
|
443
449
|
},
|
|
444
450
|
picker: { title: "請選擇" },
|
|
445
451
|
pickeritem: { placeholder: "請選擇" },
|
|
446
|
-
dateitem: {
|
|
452
|
+
dateitem: {
|
|
453
|
+
placeholder: "請選擇",
|
|
454
|
+
longTermText: "長期"
|
|
455
|
+
},
|
|
447
456
|
cascaderitem: { placeholder: "請選擇" },
|
|
448
457
|
calendaritem: { placeholder: "請選擇" },
|
|
449
458
|
linkitem: { placeholder: "" },
|
|
@@ -461,7 +470,11 @@ var e = {
|
|
|
461
470
|
collapseText: "收起",
|
|
462
471
|
expandText: "展開"
|
|
463
472
|
},
|
|
464
|
-
buttonsitem: { moreText: "更多" }
|
|
473
|
+
buttonsitem: { moreText: "更多" },
|
|
474
|
+
tableitem: {
|
|
475
|
+
loadText: "載入中...",
|
|
476
|
+
noMoreText: "無更多數據"
|
|
477
|
+
}
|
|
465
478
|
}, o = {
|
|
466
479
|
zh_CN: { ...e },
|
|
467
480
|
en_US: { ...t },
|
package/dist/locale/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define([],t):(e=typeof globalThis<"u"?globalThis:e||self,e.locale=t())})(this,function(){var e={save:"保存",noData:"暂无数据",loadText:"加载中...",noMoreText:"无更多数据",confirmText:"确认",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"请输入",select:"请选择",today:"今天",weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),fullWeekdays:JSON.stringify(["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]),dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"视频加载失败",clickRetry:"点击重试"},fixednav:{activeText:"收起导航",unActiveText:"快速导航"},pagination:{prevText:"上一页",nextText:"下一页"},calendarpane:{endText:"结束",startText:"开始",title:"日历选择",monthTitle:"{year}年{month}月"},shortpassword:{title:"请输入密码",desc:"您使用了虚拟资产,请进行验证",tips:"忘记密码"},uploader:{ready:"准备完成",readyUpload:"准备上传",waitingUpload:"等待上传",uploading:"上传中",success:"上传成功",error:"上传失败"},countdown:{day:"天",hour:"时",minute:"分",second:"秒"},empty:{description:"暂无数据"},address:{selectRegion:"请选择所在地区",deliveryTo:"配送至",chooseAnotherAddress:"选择其他地址"},signature:{reSign:"重签",unSupportTpl:"对不起,当前浏览器不支持Canvas,无法使用本控件!"},ecard:{chooseText:"请选择电子卡面值",otherValueText:"其他面值",placeholder:"请输入1-5000整数"},timeselect:{pickupTime:"取件时间"},sku:{buyText:"立即购买",stepperTitle:"购买数量",addCartText:"加入购物车"},skuheader:{idText:"商品编号"},addresslist:{addAddress:"新建地址",default:"默认"},comment:{complaintsText:"我要投诉",additionalReview:"购买{0}天后追评",additionalImages:"{0}张追评图片"},infiniteloading:{loading:"加载中...",pullText:"松开刷新",noMoreText:"哎呀,这里是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"释放刷新",loadingText:"加载中..."},datepicker:{year:"年",month:"月",day:"日",hour:"时",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"开始",pause:"暂停",forward:"快进",mute:"静音"},picker:{title:"请选择"},pickeritem:{placeholder:"请选择"},dateitem:{placeholder:"请选择"},cascaderitem:{placeholder:"请选择"},calendaritem:{placeholder:"请选择"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"请选择"},actionsheetpane:{title:"请选择",seachPlaceholder:"请输入关键字"},messagebox:{confirmButtonText:"确定",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展开"},buttonsitem:{moreText:"更多"},tableitem:{loadText:"加载中...",noMoreText:"无更多数据"}},t={save:"Save",noData:"No Data",loadText:"Loading",noMoreText:"No more data",confirmText:"Confirm",cancelText:"Cancel",clearText:"Clear",defaultText:"Default",placeholder:"Placeholder",select:"Select",today:"Today",weekdays:JSON.stringify(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),fullWeekdays:JSON.stringify(["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]),dateUnit:{day:"Day",year:"Year",month:"Month",hour:"Hour",minute:"Minute",seconds:"Second"},video:{errorTip:"Error Tip",clickRetry:"Click Retry"},fixednav:{activeText:"Close Nav",unActiveText:"Open Nav"},pagination:{prevText:"Previous",nextText:"Next"},calendarpane:{endText:"End",startText:"Start",title:"Calendar",monthTitle:"{year}/{month}"},shortpassword:{title:"Please input a password",desc:"Verify",tips:"Forget password"},uploader:{ready:"Ready",readyUpload:"Ready to upload",waitingUpload:"Waiting for upload",uploading:"Uploading",success:"Upload successful",error:"Upload failed"},countdown:{day:" Day ",hour:" Hour ",minute:" Minute ",second:" Second "},empty:{description:"No Data"},address:{selectRegion:"Select Region",deliveryTo:"Delivery To",chooseAnotherAddress:"Choose Another Address"},signature:{reSign:"Re Sign",unSupportTpl:"Sorry, the current browser doesn't support canvas, so we can't use this control!"},ecard:{chooseText:"Select",otherValueText:"Other Value",placeholder:"Placeholder"},timeselect:{pickupTime:"Pickup Time"},sku:{buyText:"Buy Now",stepperTitle:"Buy Number",addCartText:"Add to Cart"},skuheader:{idText:"Sku Number"},addresslist:{addAddress:"Add New Address",default:"default"},comment:{complaintsText:"I have a complaint",additionalReview:"Review after {0} days of purchase",additionalImages:"There are {0} follow-up comments"},infiniteloading:{loading:"Loading...",pullText:"Loose to refresh",noMoreText:"Oops, this is the bottom"},pullrefresh:{pullingText:"Pull to refresh...",loosingText:"Loose to refresh...",loadingText:"Loading..."},datepicker:{year:"Year",month:"Month",day:"Day",hour:"Hour",minute:"Minute",seconds:"Second"},audiooperate:{back:"Back",start:"Start",pause:"Pause",forward:"Forward",mute:"Mute"},picker:{title:"Select"},pickeritem:{placeholder:"Select"},dateitem:{placeholder:"Select"},cascaderitem:{placeholder:"Select"},calendaritem:{placeholder:"Select"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"Done"},actionsheetitem:{placeholder:"Select"},actionsheetpane:{title:"Select",seachPlaceholder:"keywords"},messagebox:{confirmButtonText:"Confirm",cancelButtonText:"Cancel"},morebutton:{collapseText:"collapse",expandText:"expand"},buttonsitem:{moreText:"more"},tableitem:{loadText:"loading",noMoreText:"no more data"}},a={save:"保存",noData:"暫無數據",loadText:"加載中...",noMoreText:"無更多數據",confirmText:"確認",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"請輸入",select:"請選擇",today:"今天",weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),fullWeekdays:JSON.stringify(["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]),dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"視頻加載失敗",clickRetry:"點擊重試"},fixednav:{activeText:"收起導航",unActiveText:"快速導航"},pagination:{prevText:"上一頁",nextText:"下一頁"},calendarpane:{endText:"結束",startText:"開始",title:"行事曆選擇",monthTitle:"{year}年{month}月"},shortpassword:{title:"請輸入密碼",desc:"您使用了虛擬資產,請進行驗證",tips:"忘記密碼"},uploader:{ready:"準備完成",readyUpload:"準備上傳",waitingUpload:"等待上傳",uploading:"上傳中",success:"上傳成功",error:"上傳失敗"},countdown:{day:"天",hour:"時",minute:"分",second:"秒"},empty:{description:"暫無數據"},address:{selectRegion:"請選擇所在地區",deliveryTo:"配送至",chooseAnotherAddress:"選擇其他地址"},signature:{reSign:"重簽",unSupportTpl:"對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"},ecard:{chooseText:"請選擇電子卡面值",otherValueText:"其他面值",placeholder:"請輸入1-5000整數"},timeselect:{pickupTime:"取件時間"},sku:{buyText:"立即購買",stepperTitle:"購買數量",addCartText:"加入購物車"},skuheader:{idText:"商品編號"},addresslist:{addAddress:"新建地址",default:"默认"},comment:{complaintsText:"我要投訴",additionalReview:"購買{0}天後追評",additionalImages:"{0}張追評圖片"},infiniteloading:{loading:"加載中...",pullText:"鬆開刷新",noMoreText:"哎呀,這裡是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"釋放刷新",loadingText:"加載中..."},datepicker:{year:"年",month:"月",day:"日",hour:"時",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"開始",pause:"暫停",forward:"快進",mute:"靜音"},picker:{title:"請選擇"},pickeritem:{placeholder:"請選擇"},dateitem:{placeholder:"請選擇"},cascaderitem:{placeholder:"請選擇"},calendaritem:{placeholder:"請選擇"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"請選擇"},actionsheetpane:{title:"請選擇",seachPlaceholder:"請輸入關鍵字"},messagebox:{confirmButtonText:"確認",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展開"},buttonsitem:{moreText:"更多"}},o={zh_CN:{...e},en_US:{...t},zh_TW:{...a}};return o});
|
|
1
|
+
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define([],t):(e=typeof globalThis<"u"?globalThis:e||self,e.locale=t())})(this,function(){var e={save:"保存",noData:"暂无数据",loadText:"加载中...",noMoreText:"无更多数据",confirmText:"确认",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"请输入",select:"请选择",today:"今天",weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),fullWeekdays:JSON.stringify(["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]),dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"视频加载失败",clickRetry:"点击重试"},fixednav:{activeText:"收起导航",unActiveText:"快速导航"},pagination:{prevText:"上一页",nextText:"下一页"},calendarpane:{endText:"结束",startText:"开始",title:"日历选择",monthTitle:"{year}年{month}月"},shortpassword:{title:"请输入密码",desc:"您使用了虚拟资产,请进行验证",tips:"忘记密码"},uploader:{ready:"准备完成",readyUpload:"准备上传",waitingUpload:"等待上传",uploading:"上传中",success:"上传成功",error:"上传失败"},countdown:{day:"天",hour:"时",minute:"分",second:"秒"},empty:{description:"暂无数据"},address:{selectRegion:"请选择所在地区",deliveryTo:"配送至",chooseAnotherAddress:"选择其他地址"},signature:{reSign:"重签",unSupportTpl:"对不起,当前浏览器不支持Canvas,无法使用本控件!"},ecard:{chooseText:"请选择电子卡面值",otherValueText:"其他面值",placeholder:"请输入1-5000整数"},timeselect:{pickupTime:"取件时间"},sku:{buyText:"立即购买",stepperTitle:"购买数量",addCartText:"加入购物车"},skuheader:{idText:"商品编号"},addresslist:{addAddress:"新建地址",default:"默认"},comment:{complaintsText:"我要投诉",additionalReview:"购买{0}天后追评",additionalImages:"{0}张追评图片"},infiniteloading:{loading:"加载中...",pullText:"松开刷新",noMoreText:"哎呀,这里是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"释放刷新",loadingText:"加载中..."},datepicker:{year:"年",month:"月",day:"日",hour:"时",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"开始",pause:"暂停",forward:"快进",mute:"静音"},picker:{title:"请选择"},pickeritem:{placeholder:"请选择"},dateitem:{placeholder:"请选择",longTermText:"长期"},cascaderitem:{placeholder:"请选择"},calendaritem:{placeholder:"请选择"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"请选择"},actionsheetpane:{title:"请选择",seachPlaceholder:"请输入关键字"},messagebox:{confirmButtonText:"确定",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展开"},buttonsitem:{moreText:"更多"},tableitem:{loadText:"加载中...",noMoreText:"无更多数据"}},t={save:"Save",noData:"No Data",loadText:"Loading",noMoreText:"No more data",confirmText:"Confirm",cancelText:"Cancel",clearText:"Clear",defaultText:"Default",placeholder:"Placeholder",select:"Select",today:"Today",weekdays:JSON.stringify(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),fullWeekdays:JSON.stringify(["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]),dateUnit:{day:"Day",year:"Year",month:"Month",hour:"Hour",minute:"Minute",seconds:"Second"},video:{errorTip:"Error Tip",clickRetry:"Click Retry"},fixednav:{activeText:"Close Nav",unActiveText:"Open Nav"},pagination:{prevText:"Previous",nextText:"Next"},calendarpane:{endText:"End",startText:"Start",title:"Calendar",monthTitle:"{year}/{month}"},shortpassword:{title:"Please input a password",desc:"Verify",tips:"Forget password"},uploader:{ready:"Ready",readyUpload:"Ready to upload",waitingUpload:"Waiting for upload",uploading:"Uploading",success:"Upload successful",error:"Upload failed"},countdown:{day:" Day ",hour:" Hour ",minute:" Minute ",second:" Second "},empty:{description:"No Data"},address:{selectRegion:"Select Region",deliveryTo:"Delivery To",chooseAnotherAddress:"Choose Another Address"},signature:{reSign:"Re Sign",unSupportTpl:"Sorry, the current browser doesn't support canvas, so we can't use this control!"},ecard:{chooseText:"Select",otherValueText:"Other Value",placeholder:"Placeholder"},timeselect:{pickupTime:"Pickup Time"},sku:{buyText:"Buy Now",stepperTitle:"Buy Number",addCartText:"Add to Cart"},skuheader:{idText:"Sku Number"},addresslist:{addAddress:"Add New Address",default:"default"},comment:{complaintsText:"I have a complaint",additionalReview:"Review after {0} days of purchase",additionalImages:"There are {0} follow-up comments"},infiniteloading:{loading:"Loading...",pullText:"Loose to refresh",noMoreText:"Oops, this is the bottom"},pullrefresh:{pullingText:"Pull to refresh...",loosingText:"Loose to refresh...",loadingText:"Loading..."},datepicker:{year:"Year",month:"Month",day:"Day",hour:"Hour",minute:"Minute",seconds:"Second"},audiooperate:{back:"Back",start:"Start",pause:"Pause",forward:"Forward",mute:"Mute"},picker:{title:"Select"},pickeritem:{placeholder:"Select"},dateitem:{placeholder:"Select",longTermText:"LongTerm"},cascaderitem:{placeholder:"Select"},calendaritem:{placeholder:"Select"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"Done"},actionsheetitem:{placeholder:"Select"},actionsheetpane:{title:"Select",seachPlaceholder:"keywords"},messagebox:{confirmButtonText:"Confirm",cancelButtonText:"Cancel"},morebutton:{collapseText:"collapse",expandText:"expand"},buttonsitem:{moreText:"more"},tableitem:{loadText:"loading",noMoreText:"no more data"}},a={save:"保存",noData:"暫無數據",loadText:"加載中...",noMoreText:"無更多數據",confirmText:"確認",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"請輸入",select:"請選擇",today:"今天",weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),fullWeekdays:JSON.stringify(["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]),dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"視頻加載失敗",clickRetry:"點擊重試"},fixednav:{activeText:"收起導航",unActiveText:"快速導航"},pagination:{prevText:"上一頁",nextText:"下一頁"},calendarpane:{endText:"結束",startText:"開始",title:"行事曆選擇",monthTitle:"{year}年{month}月"},shortpassword:{title:"請輸入密碼",desc:"您使用了虛擬資產,請進行驗證",tips:"忘記密碼"},uploader:{ready:"準備完成",readyUpload:"準備上傳",waitingUpload:"等待上傳",uploading:"上傳中",success:"上傳成功",error:"上傳失敗"},countdown:{day:"天",hour:"時",minute:"分",second:"秒"},empty:{description:"暫無數據"},address:{selectRegion:"請選擇所在地區",deliveryTo:"配送至",chooseAnotherAddress:"選擇其他地址"},signature:{reSign:"重簽",unSupportTpl:"對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"},ecard:{chooseText:"請選擇電子卡面值",otherValueText:"其他面值",placeholder:"請輸入1-5000整數"},timeselect:{pickupTime:"取件時間"},sku:{buyText:"立即購買",stepperTitle:"購買數量",addCartText:"加入購物車"},skuheader:{idText:"商品編號"},addresslist:{addAddress:"新建地址",default:"默认"},comment:{complaintsText:"我要投訴",additionalReview:"購買{0}天後追評",additionalImages:"{0}張追評圖片"},infiniteloading:{loading:"加載中...",pullText:"鬆開刷新",noMoreText:"哎呀,這裡是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"釋放刷新",loadingText:"加載中..."},datepicker:{year:"年",month:"月",day:"日",hour:"時",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"開始",pause:"暫停",forward:"快進",mute:"靜音"},picker:{title:"請選擇"},pickeritem:{placeholder:"請選擇"},dateitem:{placeholder:"請選擇",longTermText:"長期"},cascaderitem:{placeholder:"請選擇"},calendaritem:{placeholder:"請選擇"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"請選擇"},actionsheetpane:{title:"請選擇",seachPlaceholder:"請輸入關鍵字"},messagebox:{confirmButtonText:"確認",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展開"},buttonsitem:{moreText:"更多"},tableitem:{loadText:"載入中...",noMoreText:"無更多數據"}},o={zh_CN:{...e},en_US:{...t},zh_TW:{...a}};return o});
|
package/dist/style.css
CHANGED
|
@@ -1497,6 +1497,62 @@
|
|
|
1497
1497
|
width: 100%;
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
|
+
.fox-link-item {
|
|
1501
|
+
width: 100%;
|
|
1502
|
+
height: var(--fox-input-item-height, 24px);
|
|
1503
|
+
line-height: var(--fox-input-item-height, 24px);
|
|
1504
|
+
font-size: var(--fox-input-item-font-size, var(--fox-font-size-base, 14px));
|
|
1505
|
+
color: var(--fox-input-item-color, var(--fox-black, #000));
|
|
1506
|
+
padding: var(--fox-link-item-padding, 0 5px 0 0);
|
|
1507
|
+
margin: var(--fox-link-item-margin, 0);
|
|
1508
|
+
text-align: var(--fox-input-item-text-align, right);
|
|
1509
|
+
border: 0;
|
|
1510
|
+
outline: 0;
|
|
1511
|
+
flex-flow: column;
|
|
1512
|
+
justify-content: center;
|
|
1513
|
+
align-items: stretch;
|
|
1514
|
+
display: flex;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.fox-link-item.is-disabled {
|
|
1518
|
+
color: var(--fox-input-item-disabled-color, var(--fox-input-disabled-color, #c8c9cc)) !important;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.fox-link-item__append {
|
|
1522
|
+
width: var(--fox-input-item-append-width, 30px);
|
|
1523
|
+
font-size: var(--fox-input-item-append-font-size, var(--fox-font-size-base, 14px));
|
|
1524
|
+
justify-content: center;
|
|
1525
|
+
align-items: center;
|
|
1526
|
+
display: flex;
|
|
1527
|
+
position: relative;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
.fox-link-item__append .action {
|
|
1531
|
+
justify-content: center;
|
|
1532
|
+
align-items: center;
|
|
1533
|
+
display: flex;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.fox-link-item__append .action-icon {
|
|
1537
|
+
width: var(--fox-input-item-append-action-icon-size, 14px);
|
|
1538
|
+
height: var(--fox-input-item-append-action-icon-size, 14px);
|
|
1539
|
+
color: var(--fox-input-item-append-action-icon-color, #bbb);
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.fox-link-item__placeholder {
|
|
1543
|
+
color: var(--fox-input-item-placeholder-color, var(--fox-input-disabled-color, #c8c9cc));
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
.fox-link-item__main {
|
|
1547
|
+
width: 100%;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.fox-link-item__sub {
|
|
1551
|
+
width: 100%;
|
|
1552
|
+
font-size: var(--fox-link-item-sub-font-size, var(--fox-font-size-small, 12px));
|
|
1553
|
+
color: var(--fox-link-item-sub-color, var(--fox-text-color--secondary, var(--el-text-color-secondary)));
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1500
1556
|
.fox-tabs-bar {
|
|
1501
1557
|
box-sizing: border-box;
|
|
1502
1558
|
position: relative;
|
|
@@ -1556,7 +1612,8 @@
|
|
|
1556
1612
|
color: var(--fox-tabs-bar-item-color-button, #666);
|
|
1557
1613
|
font-size: var(--fox-tabs-bar-item-font-size-button, 12px);
|
|
1558
1614
|
font-weight: var(--fox-tabs-bar-item-font-weight-button, 400);
|
|
1559
|
-
border: var(--fox-tabs-bar-item-border-
|
|
1615
|
+
border: var(--fox-tabs-bar-item-border-button, 1px solid transparent);
|
|
1616
|
+
border-radius: var(--fox-tabs-bar-item-radius-button, 4px);
|
|
1560
1617
|
}
|
|
1561
1618
|
|
|
1562
1619
|
.fox-tabs-bar__titles-item.button.active {
|
|
@@ -1564,6 +1621,7 @@
|
|
|
1564
1621
|
color: var(--fox-tabs-bar-item-color-active-button, var(--fox-primary-color, var(--el-color-primary)));
|
|
1565
1622
|
font-size: var(--fox-tabs-bar-item-font-size-active-button, 12px);
|
|
1566
1623
|
font-weight: var(--fox-tabs-bar-item-font-weight-button, 400);
|
|
1624
|
+
border: var(--fox-tabs-bar-item-border-active-button, 1px solid transparent);
|
|
1567
1625
|
}
|
|
1568
1626
|
|
|
1569
1627
|
.fox-tabs-bar__titles-item.button .fox-tabs-bar__titles-item-line {
|
package/dist/style.js
CHANGED