@fox-js/foxui-pc 4.1.1-38 → 4.1.1-39
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.esm.js +6552 -6507
- package/dist/index.umd.js +1 -1
- package/dist/locale/index.d.ts +461 -0
- package/dist/locale/index.esm.js +455 -0
- package/dist/locale/index.umd.js +1 -0
- package/dist/style.css +5 -9
- package/dist/style.js +1 -1
- package/package.json +11 -1
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
var e = {
|
|
2
|
+
save: "保存",
|
|
3
|
+
noData: "暂无数据",
|
|
4
|
+
loadText: "加载中...",
|
|
5
|
+
noMoreText: "无更多数据",
|
|
6
|
+
confirmText: "确认",
|
|
7
|
+
cancelText: "取消",
|
|
8
|
+
clearText: "清除",
|
|
9
|
+
defaultText: "默认",
|
|
10
|
+
placeholder: "请输入",
|
|
11
|
+
select: "请选择",
|
|
12
|
+
today: "今天",
|
|
13
|
+
weekdays: JSON.stringify([
|
|
14
|
+
"日",
|
|
15
|
+
"一",
|
|
16
|
+
"二",
|
|
17
|
+
"三",
|
|
18
|
+
"四",
|
|
19
|
+
"五",
|
|
20
|
+
"六"
|
|
21
|
+
]),
|
|
22
|
+
fullWeekdays: JSON.stringify([
|
|
23
|
+
"星期日",
|
|
24
|
+
"星期一",
|
|
25
|
+
"星期二",
|
|
26
|
+
"星期三",
|
|
27
|
+
"星期四",
|
|
28
|
+
"星期五",
|
|
29
|
+
"星期六"
|
|
30
|
+
]),
|
|
31
|
+
dateUnit: {
|
|
32
|
+
day: "日",
|
|
33
|
+
year: "年",
|
|
34
|
+
month: "月",
|
|
35
|
+
hour: "时",
|
|
36
|
+
minute: "分",
|
|
37
|
+
seconds: "秒"
|
|
38
|
+
},
|
|
39
|
+
video: {
|
|
40
|
+
errorTip: "视频加载失败",
|
|
41
|
+
clickRetry: "点击重试"
|
|
42
|
+
},
|
|
43
|
+
fixednav: {
|
|
44
|
+
activeText: "收起导航",
|
|
45
|
+
unActiveText: "快速导航"
|
|
46
|
+
},
|
|
47
|
+
pagination: {
|
|
48
|
+
prevText: "上一页",
|
|
49
|
+
nextText: "下一页"
|
|
50
|
+
},
|
|
51
|
+
calendarpane: {
|
|
52
|
+
endText: "结束",
|
|
53
|
+
startText: "开始",
|
|
54
|
+
title: "日历选择",
|
|
55
|
+
monthTitle: "{year}年{month}月"
|
|
56
|
+
},
|
|
57
|
+
shortpassword: {
|
|
58
|
+
title: "请输入密码",
|
|
59
|
+
desc: "您使用了虚拟资产,请进行验证",
|
|
60
|
+
tips: "忘记密码"
|
|
61
|
+
},
|
|
62
|
+
uploader: {
|
|
63
|
+
ready: "准备完成",
|
|
64
|
+
readyUpload: "准备上传",
|
|
65
|
+
waitingUpload: "等待上传",
|
|
66
|
+
uploading: "上传中",
|
|
67
|
+
success: "上传成功",
|
|
68
|
+
error: "上传失败"
|
|
69
|
+
},
|
|
70
|
+
countdown: {
|
|
71
|
+
day: "天",
|
|
72
|
+
hour: "时",
|
|
73
|
+
minute: "分",
|
|
74
|
+
second: "秒"
|
|
75
|
+
},
|
|
76
|
+
empty: { description: "暂无数据" },
|
|
77
|
+
signature: {
|
|
78
|
+
reSign: "重签",
|
|
79
|
+
unSupportTpl: "对不起,当前浏览器不支持Canvas,无法使用本控件!"
|
|
80
|
+
},
|
|
81
|
+
infiniteloading: {
|
|
82
|
+
loading: "加载中...",
|
|
83
|
+
pullText: "松开刷新",
|
|
84
|
+
noMoreText: "哎呀,这里是底部了啦"
|
|
85
|
+
},
|
|
86
|
+
pullrefresh: {
|
|
87
|
+
pullingText: "下拉刷新",
|
|
88
|
+
loosingText: "释放刷新",
|
|
89
|
+
loadingText: "加载中..."
|
|
90
|
+
},
|
|
91
|
+
datepicker: {
|
|
92
|
+
year: "年",
|
|
93
|
+
month: "月",
|
|
94
|
+
day: "日",
|
|
95
|
+
hour: "时",
|
|
96
|
+
minute: "分",
|
|
97
|
+
seconds: "秒"
|
|
98
|
+
},
|
|
99
|
+
audiooperate: {
|
|
100
|
+
back: "倒退",
|
|
101
|
+
start: "开始",
|
|
102
|
+
pause: "暂停",
|
|
103
|
+
forward: "快进",
|
|
104
|
+
mute: "静音"
|
|
105
|
+
},
|
|
106
|
+
picker: { title: "请选择" },
|
|
107
|
+
pickeritem: { placeholder: "请选择" },
|
|
108
|
+
dateitem: {
|
|
109
|
+
placeholder: "请选择",
|
|
110
|
+
longTermText: "长期"
|
|
111
|
+
},
|
|
112
|
+
cascaderitem: { placeholder: "请选择" },
|
|
113
|
+
calendaritem: { placeholder: "请选择" },
|
|
114
|
+
linkitem: { placeholder: "" },
|
|
115
|
+
numberkeyboard: { confirmText: "完成" },
|
|
116
|
+
actionsheetitem: { placeholder: "请选择" },
|
|
117
|
+
actionsheetpane: {
|
|
118
|
+
title: "请选择",
|
|
119
|
+
seachPlaceholder: "请输入关键字"
|
|
120
|
+
},
|
|
121
|
+
messagebox: {
|
|
122
|
+
confirmButtonText: "确定",
|
|
123
|
+
cancelButtonText: "取消"
|
|
124
|
+
},
|
|
125
|
+
morebutton: {
|
|
126
|
+
collapseText: "收起",
|
|
127
|
+
expandText: "展开"
|
|
128
|
+
},
|
|
129
|
+
buttonsitem: { moreText: "更多" },
|
|
130
|
+
tableitem: {
|
|
131
|
+
loadText: "加载中...",
|
|
132
|
+
noMoreText: "无更多数据"
|
|
133
|
+
},
|
|
134
|
+
tablesetting: {
|
|
135
|
+
title: "列设置",
|
|
136
|
+
resetText: "重置",
|
|
137
|
+
leftFixedTitle: "固定在左侧",
|
|
138
|
+
rightFixedTitle: "固定在右侧",
|
|
139
|
+
unFixedTitle: "不固定",
|
|
140
|
+
fixedLeftText: "固定到列头",
|
|
141
|
+
fixedRightText: "固定到列尾",
|
|
142
|
+
unFixedText: "不固定"
|
|
143
|
+
},
|
|
144
|
+
groupsetting: {
|
|
145
|
+
title: "条件筛选",
|
|
146
|
+
resetText: "重置",
|
|
147
|
+
toTopText: "到顶部",
|
|
148
|
+
toBottomText: "到底部"
|
|
149
|
+
}
|
|
150
|
+
}, t = {
|
|
151
|
+
save: "Save",
|
|
152
|
+
noData: "No Data",
|
|
153
|
+
loadText: "Loading",
|
|
154
|
+
noMoreText: "No more data",
|
|
155
|
+
confirmText: "Confirm",
|
|
156
|
+
cancelText: "Cancel",
|
|
157
|
+
clearText: "Clear",
|
|
158
|
+
defaultText: "Default",
|
|
159
|
+
placeholder: "Placeholder",
|
|
160
|
+
select: "Select",
|
|
161
|
+
today: "Today",
|
|
162
|
+
weekdays: JSON.stringify([
|
|
163
|
+
"Sun",
|
|
164
|
+
"Mon",
|
|
165
|
+
"Tue",
|
|
166
|
+
"Wed",
|
|
167
|
+
"Thu",
|
|
168
|
+
"Fri",
|
|
169
|
+
"Sat"
|
|
170
|
+
]),
|
|
171
|
+
fullWeekdays: JSON.stringify([
|
|
172
|
+
"Sunday",
|
|
173
|
+
"Monday",
|
|
174
|
+
"Tuesday",
|
|
175
|
+
"Wednesday",
|
|
176
|
+
"Thursday",
|
|
177
|
+
"Friday",
|
|
178
|
+
"Saturday"
|
|
179
|
+
]),
|
|
180
|
+
dateUnit: {
|
|
181
|
+
day: "Day",
|
|
182
|
+
year: "Year",
|
|
183
|
+
month: "Month",
|
|
184
|
+
hour: "Hour",
|
|
185
|
+
minute: "Minute",
|
|
186
|
+
seconds: "Second"
|
|
187
|
+
},
|
|
188
|
+
video: {
|
|
189
|
+
errorTip: "Error Tip",
|
|
190
|
+
clickRetry: "Click Retry"
|
|
191
|
+
},
|
|
192
|
+
fixednav: {
|
|
193
|
+
activeText: "Close Nav",
|
|
194
|
+
unActiveText: "Open Nav"
|
|
195
|
+
},
|
|
196
|
+
pagination: {
|
|
197
|
+
prevText: "Previous",
|
|
198
|
+
nextText: "Next"
|
|
199
|
+
},
|
|
200
|
+
calendarpane: {
|
|
201
|
+
endText: "End",
|
|
202
|
+
startText: "Start",
|
|
203
|
+
title: "Calendar",
|
|
204
|
+
monthTitle: "{year}/{month}"
|
|
205
|
+
},
|
|
206
|
+
shortpassword: {
|
|
207
|
+
title: "Please input a password",
|
|
208
|
+
desc: "Verify",
|
|
209
|
+
tips: "Forget password"
|
|
210
|
+
},
|
|
211
|
+
uploader: {
|
|
212
|
+
ready: "Ready",
|
|
213
|
+
readyUpload: "Ready to upload",
|
|
214
|
+
waitingUpload: "Waiting for upload",
|
|
215
|
+
uploading: "Uploading",
|
|
216
|
+
success: "Upload successful",
|
|
217
|
+
error: "Upload failed"
|
|
218
|
+
},
|
|
219
|
+
countdown: {
|
|
220
|
+
day: " Day ",
|
|
221
|
+
hour: " Hour ",
|
|
222
|
+
minute: " Minute ",
|
|
223
|
+
second: " Second "
|
|
224
|
+
},
|
|
225
|
+
empty: { description: "No Data" },
|
|
226
|
+
signature: {
|
|
227
|
+
reSign: "Re Sign",
|
|
228
|
+
unSupportTpl: "Sorry, the current browser doesn't support canvas, so we can't use this control!"
|
|
229
|
+
},
|
|
230
|
+
infiniteloading: {
|
|
231
|
+
loading: "Loading...",
|
|
232
|
+
pullText: "Loose to refresh",
|
|
233
|
+
noMoreText: "Oops, this is the bottom"
|
|
234
|
+
},
|
|
235
|
+
pullrefresh: {
|
|
236
|
+
pullingText: "Pull to refresh...",
|
|
237
|
+
loosingText: "Loose to refresh...",
|
|
238
|
+
loadingText: "Loading..."
|
|
239
|
+
},
|
|
240
|
+
datepicker: {
|
|
241
|
+
year: "Year",
|
|
242
|
+
month: "Month",
|
|
243
|
+
day: "Day",
|
|
244
|
+
hour: "Hour",
|
|
245
|
+
minute: "Minute",
|
|
246
|
+
seconds: "Second"
|
|
247
|
+
},
|
|
248
|
+
audiooperate: {
|
|
249
|
+
back: "Back",
|
|
250
|
+
start: "Start",
|
|
251
|
+
pause: "Pause",
|
|
252
|
+
forward: "Forward",
|
|
253
|
+
mute: "Mute"
|
|
254
|
+
},
|
|
255
|
+
picker: { title: "Select" },
|
|
256
|
+
pickeritem: { placeholder: "Select" },
|
|
257
|
+
dateitem: {
|
|
258
|
+
placeholder: "Select",
|
|
259
|
+
longTermText: "LongTerm"
|
|
260
|
+
},
|
|
261
|
+
cascaderitem: { placeholder: "Select" },
|
|
262
|
+
calendaritem: { placeholder: "Select" },
|
|
263
|
+
linkitem: { placeholder: "" },
|
|
264
|
+
numberkeyboard: { confirmText: "Done" },
|
|
265
|
+
actionsheetitem: { placeholder: "Select" },
|
|
266
|
+
actionsheetpane: {
|
|
267
|
+
title: "Select",
|
|
268
|
+
seachPlaceholder: "keywords"
|
|
269
|
+
},
|
|
270
|
+
messagebox: {
|
|
271
|
+
confirmButtonText: "Confirm",
|
|
272
|
+
cancelButtonText: "Cancel"
|
|
273
|
+
},
|
|
274
|
+
morebutton: {
|
|
275
|
+
collapseText: "collapse",
|
|
276
|
+
expandText: "expand"
|
|
277
|
+
},
|
|
278
|
+
buttonsitem: { moreText: "more" },
|
|
279
|
+
tableitem: {
|
|
280
|
+
loadText: "loading",
|
|
281
|
+
noMoreText: "no more data"
|
|
282
|
+
},
|
|
283
|
+
tablesetting: {
|
|
284
|
+
title: "Column Settings",
|
|
285
|
+
resetText: "Reset",
|
|
286
|
+
leftFixedTitle: "Fixed on the Left",
|
|
287
|
+
rightFixedTitle: "Fixed on the Right",
|
|
288
|
+
unFixedTitle: "Unfixed",
|
|
289
|
+
fixedLeftText: "Pin to Start",
|
|
290
|
+
fixedRightText: "Pin to End",
|
|
291
|
+
unFixedText: "Unfixed"
|
|
292
|
+
},
|
|
293
|
+
groupsetting: {
|
|
294
|
+
title: "Filter Settings",
|
|
295
|
+
resetText: "Reset",
|
|
296
|
+
toTopText: "Move to Top",
|
|
297
|
+
toBottomText: "Move to Bottom"
|
|
298
|
+
}
|
|
299
|
+
}, o = {
|
|
300
|
+
save: "保存",
|
|
301
|
+
noData: "暫無數據",
|
|
302
|
+
loadText: "加載中...",
|
|
303
|
+
noMoreText: "無更多數據",
|
|
304
|
+
confirmText: "確認",
|
|
305
|
+
cancelText: "取消",
|
|
306
|
+
clearText: "清除",
|
|
307
|
+
defaultText: "默认",
|
|
308
|
+
placeholder: "請輸入",
|
|
309
|
+
select: "請選擇",
|
|
310
|
+
today: "今天",
|
|
311
|
+
weekdays: JSON.stringify([
|
|
312
|
+
"日",
|
|
313
|
+
"一",
|
|
314
|
+
"二",
|
|
315
|
+
"三",
|
|
316
|
+
"四",
|
|
317
|
+
"五",
|
|
318
|
+
"六"
|
|
319
|
+
]),
|
|
320
|
+
fullWeekdays: JSON.stringify([
|
|
321
|
+
"星期日",
|
|
322
|
+
"星期一",
|
|
323
|
+
"星期二",
|
|
324
|
+
"星期三",
|
|
325
|
+
"星期四",
|
|
326
|
+
"星期五",
|
|
327
|
+
"星期六"
|
|
328
|
+
]),
|
|
329
|
+
dateUnit: {
|
|
330
|
+
day: "日",
|
|
331
|
+
year: "年",
|
|
332
|
+
month: "月",
|
|
333
|
+
hour: "时",
|
|
334
|
+
minute: "分",
|
|
335
|
+
seconds: "秒"
|
|
336
|
+
},
|
|
337
|
+
video: {
|
|
338
|
+
errorTip: "視頻加載失敗",
|
|
339
|
+
clickRetry: "點擊重試"
|
|
340
|
+
},
|
|
341
|
+
fixednav: {
|
|
342
|
+
activeText: "收起導航",
|
|
343
|
+
unActiveText: "快速導航"
|
|
344
|
+
},
|
|
345
|
+
pagination: {
|
|
346
|
+
prevText: "上一頁",
|
|
347
|
+
nextText: "下一頁"
|
|
348
|
+
},
|
|
349
|
+
calendarpane: {
|
|
350
|
+
endText: "結束",
|
|
351
|
+
startText: "開始",
|
|
352
|
+
title: "行事曆選擇",
|
|
353
|
+
monthTitle: "{year}年{month}月"
|
|
354
|
+
},
|
|
355
|
+
shortpassword: {
|
|
356
|
+
title: "請輸入密碼",
|
|
357
|
+
desc: "您使用了虛擬資產,請進行驗證",
|
|
358
|
+
tips: "忘記密碼"
|
|
359
|
+
},
|
|
360
|
+
uploader: {
|
|
361
|
+
ready: "準備完成",
|
|
362
|
+
readyUpload: "準備上傳",
|
|
363
|
+
waitingUpload: "等待上傳",
|
|
364
|
+
uploading: "上傳中",
|
|
365
|
+
success: "上傳成功",
|
|
366
|
+
error: "上傳失敗"
|
|
367
|
+
},
|
|
368
|
+
countdown: {
|
|
369
|
+
day: "天",
|
|
370
|
+
hour: "時",
|
|
371
|
+
minute: "分",
|
|
372
|
+
second: "秒"
|
|
373
|
+
},
|
|
374
|
+
empty: { description: "暫無數據" },
|
|
375
|
+
signature: {
|
|
376
|
+
reSign: "重簽",
|
|
377
|
+
unSupportTpl: "對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"
|
|
378
|
+
},
|
|
379
|
+
infiniteloading: {
|
|
380
|
+
loading: "加載中...",
|
|
381
|
+
pullText: "鬆開刷新",
|
|
382
|
+
noMoreText: "哎呀,這裡是底部了啦"
|
|
383
|
+
},
|
|
384
|
+
pullrefresh: {
|
|
385
|
+
pullingText: "下拉刷新",
|
|
386
|
+
loosingText: "釋放刷新",
|
|
387
|
+
loadingText: "加載中..."
|
|
388
|
+
},
|
|
389
|
+
datepicker: {
|
|
390
|
+
year: "年",
|
|
391
|
+
month: "月",
|
|
392
|
+
day: "日",
|
|
393
|
+
hour: "時",
|
|
394
|
+
minute: "分",
|
|
395
|
+
seconds: "秒"
|
|
396
|
+
},
|
|
397
|
+
audiooperate: {
|
|
398
|
+
back: "倒退",
|
|
399
|
+
start: "開始",
|
|
400
|
+
pause: "暫停",
|
|
401
|
+
forward: "快進",
|
|
402
|
+
mute: "靜音"
|
|
403
|
+
},
|
|
404
|
+
picker: { title: "請選擇" },
|
|
405
|
+
pickeritem: { placeholder: "請選擇" },
|
|
406
|
+
dateitem: {
|
|
407
|
+
placeholder: "請選擇",
|
|
408
|
+
longTermText: "長期"
|
|
409
|
+
},
|
|
410
|
+
cascaderitem: { placeholder: "請選擇" },
|
|
411
|
+
calendaritem: { placeholder: "請選擇" },
|
|
412
|
+
linkitem: { placeholder: "" },
|
|
413
|
+
numberkeyboard: { confirmText: "完成" },
|
|
414
|
+
actionsheetitem: { placeholder: "請選擇" },
|
|
415
|
+
actionsheetpane: {
|
|
416
|
+
title: "請選擇",
|
|
417
|
+
seachPlaceholder: "請輸入關鍵字"
|
|
418
|
+
},
|
|
419
|
+
messagebox: {
|
|
420
|
+
confirmButtonText: "確認",
|
|
421
|
+
cancelButtonText: "取消"
|
|
422
|
+
},
|
|
423
|
+
morebutton: {
|
|
424
|
+
collapseText: "收起",
|
|
425
|
+
expandText: "展開"
|
|
426
|
+
},
|
|
427
|
+
buttonsitem: { moreText: "更多" },
|
|
428
|
+
tableitem: {
|
|
429
|
+
loadText: "載入中...",
|
|
430
|
+
noMoreText: "無更多數據"
|
|
431
|
+
},
|
|
432
|
+
tablesetting: {
|
|
433
|
+
title: "欄位設定",
|
|
434
|
+
resetText: "重置",
|
|
435
|
+
leftFixedTitle: "固定在左側",
|
|
436
|
+
rightFixedTitle: "固定在右側",
|
|
437
|
+
unFixedTitle: "不固定",
|
|
438
|
+
fixedLeftText: "固定到欄首",
|
|
439
|
+
fixedRightText: "固定到欄尾",
|
|
440
|
+
unFixedText: "不固定"
|
|
441
|
+
},
|
|
442
|
+
groupsetting: {
|
|
443
|
+
title: "條件篩選",
|
|
444
|
+
resetText: "重置",
|
|
445
|
+
toTopText: "移至頂部",
|
|
446
|
+
toBottomText: "移至底部"
|
|
447
|
+
}
|
|
448
|
+
}, a = {
|
|
449
|
+
zh_CN: { ...e },
|
|
450
|
+
en_US: { ...t },
|
|
451
|
+
zh_TW: { ...o }
|
|
452
|
+
};
|
|
453
|
+
export {
|
|
454
|
+
a as default
|
|
455
|
+
};
|
|
@@ -0,0 +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:"暂无数据"},signature:{reSign:"重签",unSupportTpl:"对不起,当前浏览器不支持Canvas,无法使用本控件!"},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:"无更多数据"},tablesetting:{title:"列设置",resetText:"重置",leftFixedTitle:"固定在左侧",rightFixedTitle:"固定在右侧",unFixedTitle:"不固定",fixedLeftText:"固定到列头",fixedRightText:"固定到列尾",unFixedText:"不固定"},groupsetting:{title:"条件筛选",resetText:"重置",toTopText:"到顶部",toBottomText:"到底部"}},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"},signature:{reSign:"Re Sign",unSupportTpl:"Sorry, the current browser doesn't support canvas, so we can't use this control!"},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"},tablesetting:{title:"Column Settings",resetText:"Reset",leftFixedTitle:"Fixed on the Left",rightFixedTitle:"Fixed on the Right",unFixedTitle:"Unfixed",fixedLeftText:"Pin to Start",fixedRightText:"Pin to End",unFixedText:"Unfixed"},groupsetting:{title:"Filter Settings",resetText:"Reset",toTopText:"Move to Top",toBottomText:"Move to Bottom"}},o={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:"暫無數據"},signature:{reSign:"重簽",unSupportTpl:"對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"},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:"無更多數據"},tablesetting:{title:"欄位設定",resetText:"重置",leftFixedTitle:"固定在左側",rightFixedTitle:"固定在右側",unFixedTitle:"不固定",fixedLeftText:"固定到欄首",fixedRightText:"固定到欄尾",unFixedText:"不固定"},groupsetting:{title:"條件篩選",resetText:"重置",toTopText:"移至頂部",toBottomText:"移至底部"}},a={zh_CN:{...e},en_US:{...t},zh_TW:{...o}};return a});
|
package/dist/style.css
CHANGED
|
@@ -853,12 +853,12 @@
|
|
|
853
853
|
}
|
|
854
854
|
|
|
855
855
|
.fox-buttons-item__dropdown-link {
|
|
856
|
+
--fox-text-mark-icon-height: var(--fox-buttons-item-dropdown-link-icon-size, 16px);
|
|
857
|
+
--fox-text-mark-icon-width: var(--fox-buttons-item-dropdown-link-icon-size, 16px);
|
|
858
|
+
--fox-text-font-size: var(--fox-font-size-small);
|
|
856
859
|
cursor: pointer;
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
.fox-buttons-item__dropdown-link svg {
|
|
860
|
-
width: 1em;
|
|
861
|
-
height: 1em;
|
|
860
|
+
color: var(--fox-buttons-item-dropdown-link-icon-color);
|
|
861
|
+
font-size: var(--fox-font-size-small);
|
|
862
862
|
}
|
|
863
863
|
|
|
864
864
|
.fox-buttons-item__dropdown-item {
|
|
@@ -884,10 +884,6 @@
|
|
|
884
884
|
cursor: default;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
|
-
.fox-buttons-item > * + * {
|
|
888
|
-
margin-left: var(--fox-buttons-item-gutter, 12px);
|
|
889
|
-
}
|
|
890
|
-
|
|
891
887
|
.fox-hint-text {
|
|
892
888
|
z-index: var(--fox-hint-text-z-index, 3000);
|
|
893
889
|
padding: var(--fox-hint-text-padding, 6px 8px);
|
package/dist/style.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fox-js/foxui-pc",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.1-
|
|
4
|
+
"version": "4.1.1-39",
|
|
5
5
|
"description": "FoxUI PC端组件库",
|
|
6
6
|
"author": "jiangcheng",
|
|
7
7
|
"main": "./dist/index.umd.js",
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"require": "./dist/index.umd.js"
|
|
16
16
|
},
|
|
17
17
|
"./style.css": "./dist/style.css",
|
|
18
|
+
"./locale": {
|
|
19
|
+
"types": "./dist/locale/index.d.ts",
|
|
20
|
+
"import": "./dist/locale/index.esm.js",
|
|
21
|
+
"require": "./dist/locale/index.umd.js"
|
|
22
|
+
},
|
|
23
|
+
"./dist/locale": {
|
|
24
|
+
"types": "./dist/locale/index.d.ts",
|
|
25
|
+
"import": "./dist/locale/index.esm.js",
|
|
26
|
+
"require": "./dist/locale/index.umd.js"
|
|
27
|
+
},
|
|
18
28
|
"./*": "./*"
|
|
19
29
|
},
|
|
20
30
|
"files": [
|