@fox-js/foxui-pad 4.1.1-35 → 4.1.1-36
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 +5703 -5703
- package/dist/index.umd.js +1 -1
- package/dist/locale/index.d.ts +48 -90
- package/dist/locale/index.esm.js +52 -82
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +5 -9
- package/dist/style.js +1 -1
- package/package.json +3 -1
package/dist/locale/index.d.ts
CHANGED
|
@@ -61,40 +61,10 @@ declare const _default: {
|
|
|
61
61
|
empty: {
|
|
62
62
|
description: string;
|
|
63
63
|
};
|
|
64
|
-
address: {
|
|
65
|
-
selectRegion: string;
|
|
66
|
-
deliveryTo: string;
|
|
67
|
-
chooseAnotherAddress: string;
|
|
68
|
-
};
|
|
69
64
|
signature: {
|
|
70
65
|
reSign: string;
|
|
71
66
|
unSupportTpl: string;
|
|
72
67
|
};
|
|
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
68
|
infiniteloading: {
|
|
99
69
|
loading: string;
|
|
100
70
|
pullText: string;
|
|
@@ -164,6 +134,22 @@ declare const _default: {
|
|
|
164
134
|
loadText: string;
|
|
165
135
|
noMoreText: string;
|
|
166
136
|
};
|
|
137
|
+
tablesetting: {
|
|
138
|
+
title: string;
|
|
139
|
+
resetText: string;
|
|
140
|
+
leftFixedTitle: string;
|
|
141
|
+
rightFixedTitle: string;
|
|
142
|
+
unFixedTitle: string;
|
|
143
|
+
fixedLeftText: string;
|
|
144
|
+
fixedRightText: string;
|
|
145
|
+
unFixedText: string;
|
|
146
|
+
};
|
|
147
|
+
groupsetting: {
|
|
148
|
+
title: string;
|
|
149
|
+
resetText: string;
|
|
150
|
+
toTopText: string;
|
|
151
|
+
toBottomText: string;
|
|
152
|
+
};
|
|
167
153
|
};
|
|
168
154
|
en_US: {
|
|
169
155
|
save: string;
|
|
@@ -227,40 +213,10 @@ declare const _default: {
|
|
|
227
213
|
empty: {
|
|
228
214
|
description: string;
|
|
229
215
|
};
|
|
230
|
-
address: {
|
|
231
|
-
selectRegion: string;
|
|
232
|
-
deliveryTo: string;
|
|
233
|
-
chooseAnotherAddress: string;
|
|
234
|
-
};
|
|
235
216
|
signature: {
|
|
236
217
|
reSign: string;
|
|
237
218
|
unSupportTpl: string;
|
|
238
219
|
};
|
|
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
220
|
infiniteloading: {
|
|
265
221
|
loading: string;
|
|
266
222
|
pullText: string;
|
|
@@ -330,6 +286,22 @@ declare const _default: {
|
|
|
330
286
|
loadText: string;
|
|
331
287
|
noMoreText: string;
|
|
332
288
|
};
|
|
289
|
+
tablesetting: {
|
|
290
|
+
title: string;
|
|
291
|
+
resetText: string;
|
|
292
|
+
leftFixedTitle: string;
|
|
293
|
+
rightFixedTitle: string;
|
|
294
|
+
unFixedTitle: string;
|
|
295
|
+
fixedLeftText: string;
|
|
296
|
+
fixedRightText: string;
|
|
297
|
+
unFixedText: string;
|
|
298
|
+
};
|
|
299
|
+
groupsetting: {
|
|
300
|
+
title: string;
|
|
301
|
+
resetText: string;
|
|
302
|
+
toTopText: string;
|
|
303
|
+
toBottomText: string;
|
|
304
|
+
};
|
|
333
305
|
};
|
|
334
306
|
zh_TW: {
|
|
335
307
|
save: string;
|
|
@@ -393,40 +365,10 @@ declare const _default: {
|
|
|
393
365
|
empty: {
|
|
394
366
|
description: string;
|
|
395
367
|
};
|
|
396
|
-
address: {
|
|
397
|
-
selectRegion: string;
|
|
398
|
-
deliveryTo: string;
|
|
399
|
-
chooseAnotherAddress: string;
|
|
400
|
-
};
|
|
401
368
|
signature: {
|
|
402
369
|
reSign: string;
|
|
403
370
|
unSupportTpl: string;
|
|
404
371
|
};
|
|
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
372
|
infiniteloading: {
|
|
431
373
|
loading: string;
|
|
432
374
|
pullText: string;
|
|
@@ -496,6 +438,22 @@ declare const _default: {
|
|
|
496
438
|
loadText: string;
|
|
497
439
|
noMoreText: string;
|
|
498
440
|
};
|
|
441
|
+
tablesetting: {
|
|
442
|
+
title: string;
|
|
443
|
+
resetText: string;
|
|
444
|
+
leftFixedTitle: string;
|
|
445
|
+
rightFixedTitle: string;
|
|
446
|
+
unFixedTitle: string;
|
|
447
|
+
fixedLeftText: string;
|
|
448
|
+
fixedRightText: string;
|
|
449
|
+
unFixedText: string;
|
|
450
|
+
};
|
|
451
|
+
groupsetting: {
|
|
452
|
+
title: string;
|
|
453
|
+
resetText: string;
|
|
454
|
+
toTopText: string;
|
|
455
|
+
toBottomText: string;
|
|
456
|
+
};
|
|
499
457
|
};
|
|
500
458
|
};
|
|
501
459
|
export default _default;
|
package/dist/locale/index.esm.js
CHANGED
|
@@ -74,36 +74,10 @@ var e = {
|
|
|
74
74
|
second: "秒"
|
|
75
75
|
},
|
|
76
76
|
empty: { description: "暂无数据" },
|
|
77
|
-
address: {
|
|
78
|
-
selectRegion: "请选择所在地区",
|
|
79
|
-
deliveryTo: "配送至",
|
|
80
|
-
chooseAnotherAddress: "选择其他地址"
|
|
81
|
-
},
|
|
82
77
|
signature: {
|
|
83
78
|
reSign: "重签",
|
|
84
79
|
unSupportTpl: "对不起,当前浏览器不支持Canvas,无法使用本控件!"
|
|
85
80
|
},
|
|
86
|
-
ecard: {
|
|
87
|
-
chooseText: "请选择电子卡面值",
|
|
88
|
-
otherValueText: "其他面值",
|
|
89
|
-
placeholder: "请输入1-5000整数"
|
|
90
|
-
},
|
|
91
|
-
timeselect: { pickupTime: "取件时间" },
|
|
92
|
-
sku: {
|
|
93
|
-
buyText: "立即购买",
|
|
94
|
-
stepperTitle: "购买数量",
|
|
95
|
-
addCartText: "加入购物车"
|
|
96
|
-
},
|
|
97
|
-
skuheader: { idText: "商品编号" },
|
|
98
|
-
addresslist: {
|
|
99
|
-
addAddress: "新建地址",
|
|
100
|
-
default: "默认"
|
|
101
|
-
},
|
|
102
|
-
comment: {
|
|
103
|
-
complaintsText: "我要投诉",
|
|
104
|
-
additionalReview: "购买{0}天后追评",
|
|
105
|
-
additionalImages: "{0}张追评图片"
|
|
106
|
-
},
|
|
107
81
|
infiniteloading: {
|
|
108
82
|
loading: "加载中...",
|
|
109
83
|
pullText: "松开刷新",
|
|
@@ -156,6 +130,22 @@ var e = {
|
|
|
156
130
|
tableitem: {
|
|
157
131
|
loadText: "加载中...",
|
|
158
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: "到底部"
|
|
159
149
|
}
|
|
160
150
|
}, t = {
|
|
161
151
|
save: "Save",
|
|
@@ -233,36 +223,10 @@ var e = {
|
|
|
233
223
|
second: " Second "
|
|
234
224
|
},
|
|
235
225
|
empty: { description: "No Data" },
|
|
236
|
-
address: {
|
|
237
|
-
selectRegion: "Select Region",
|
|
238
|
-
deliveryTo: "Delivery To",
|
|
239
|
-
chooseAnotherAddress: "Choose Another Address"
|
|
240
|
-
},
|
|
241
226
|
signature: {
|
|
242
227
|
reSign: "Re Sign",
|
|
243
228
|
unSupportTpl: "Sorry, the current browser doesn't support canvas, so we can't use this control!"
|
|
244
229
|
},
|
|
245
|
-
ecard: {
|
|
246
|
-
chooseText: "Select",
|
|
247
|
-
otherValueText: "Other Value",
|
|
248
|
-
placeholder: "Placeholder"
|
|
249
|
-
},
|
|
250
|
-
timeselect: { pickupTime: "Pickup Time" },
|
|
251
|
-
sku: {
|
|
252
|
-
buyText: "Buy Now",
|
|
253
|
-
stepperTitle: "Buy Number",
|
|
254
|
-
addCartText: "Add to Cart"
|
|
255
|
-
},
|
|
256
|
-
skuheader: { idText: "Sku Number" },
|
|
257
|
-
addresslist: {
|
|
258
|
-
addAddress: "Add New Address",
|
|
259
|
-
default: "default"
|
|
260
|
-
},
|
|
261
|
-
comment: {
|
|
262
|
-
complaintsText: "I have a complaint",
|
|
263
|
-
additionalReview: "Review after {0} days of purchase",
|
|
264
|
-
additionalImages: "There are {0} follow-up comments"
|
|
265
|
-
},
|
|
266
230
|
infiniteloading: {
|
|
267
231
|
loading: "Loading...",
|
|
268
232
|
pullText: "Loose to refresh",
|
|
@@ -315,8 +279,24 @@ var e = {
|
|
|
315
279
|
tableitem: {
|
|
316
280
|
loadText: "loading",
|
|
317
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"
|
|
318
298
|
}
|
|
319
|
-
},
|
|
299
|
+
}, o = {
|
|
320
300
|
save: "保存",
|
|
321
301
|
noData: "暫無數據",
|
|
322
302
|
loadText: "加載中...",
|
|
@@ -392,36 +372,10 @@ var e = {
|
|
|
392
372
|
second: "秒"
|
|
393
373
|
},
|
|
394
374
|
empty: { description: "暫無數據" },
|
|
395
|
-
address: {
|
|
396
|
-
selectRegion: "請選擇所在地區",
|
|
397
|
-
deliveryTo: "配送至",
|
|
398
|
-
chooseAnotherAddress: "選擇其他地址"
|
|
399
|
-
},
|
|
400
375
|
signature: {
|
|
401
376
|
reSign: "重簽",
|
|
402
377
|
unSupportTpl: "對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"
|
|
403
378
|
},
|
|
404
|
-
ecard: {
|
|
405
|
-
chooseText: "請選擇電子卡面值",
|
|
406
|
-
otherValueText: "其他面值",
|
|
407
|
-
placeholder: "請輸入1-5000整數"
|
|
408
|
-
},
|
|
409
|
-
timeselect: { pickupTime: "取件時間" },
|
|
410
|
-
sku: {
|
|
411
|
-
buyText: "立即購買",
|
|
412
|
-
stepperTitle: "購買數量",
|
|
413
|
-
addCartText: "加入購物車"
|
|
414
|
-
},
|
|
415
|
-
skuheader: { idText: "商品編號" },
|
|
416
|
-
addresslist: {
|
|
417
|
-
addAddress: "新建地址",
|
|
418
|
-
default: "默认"
|
|
419
|
-
},
|
|
420
|
-
comment: {
|
|
421
|
-
complaintsText: "我要投訴",
|
|
422
|
-
additionalReview: "購買{0}天後追評",
|
|
423
|
-
additionalImages: "{0}張追評圖片"
|
|
424
|
-
},
|
|
425
379
|
infiniteloading: {
|
|
426
380
|
loading: "加載中...",
|
|
427
381
|
pullText: "鬆開刷新",
|
|
@@ -474,12 +428,28 @@ var e = {
|
|
|
474
428
|
tableitem: {
|
|
475
429
|
loadText: "載入中...",
|
|
476
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: "移至底部"
|
|
477
447
|
}
|
|
478
|
-
},
|
|
448
|
+
}, a = {
|
|
479
449
|
zh_CN: { ...e },
|
|
480
450
|
en_US: { ...t },
|
|
481
|
-
zh_TW: { ...
|
|
451
|
+
zh_TW: { ...o }
|
|
482
452
|
};
|
|
483
453
|
export {
|
|
484
|
-
|
|
454
|
+
a as default
|
|
485
455
|
};
|
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:"暂无数据"},
|
|
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-pad",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.1-
|
|
4
|
+
"version": "4.1.1-36",
|
|
5
5
|
"description": "FoxUI PAD端组件库",
|
|
6
6
|
"author": "jiangcheng",
|
|
7
7
|
"main": "./dist/index.umd.js",
|
|
@@ -16,10 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"./style.css": "./dist/style.css",
|
|
18
18
|
"./locale": {
|
|
19
|
+
"types": "./dist/locale/index.d.ts",
|
|
19
20
|
"import": "./dist/locale/index.esm.js",
|
|
20
21
|
"require": "./dist/locale/index.umd.js"
|
|
21
22
|
},
|
|
22
23
|
"./dist/locale": {
|
|
24
|
+
"types": "./dist/locale/index.d.ts",
|
|
23
25
|
"import": "./dist/locale/index.esm.js",
|
|
24
26
|
"require": "./dist/locale/index.umd.js"
|
|
25
27
|
},
|