@fox-js/foxui 4.0.1-93 → 4.0.1-95
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 -2
- package/dist/index.esm.js +5783 -6121
- package/dist/index.umd.js +2 -2
- package/dist/locale/index.d.ts +0 -90
- package/dist/locale/index.esm.js +0 -78
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +572 -867
- package/dist/style.js +1 -1
- package/dist/theme/common/base.scss +39 -0
- package/dist/theme/common/border.scss +16 -0
- package/dist/theme/common/color.scss +126 -0
- package/dist/theme/common/fill.scss +25 -0
- package/dist/theme/common/shadow.scss +28 -0
- package/dist/theme/common/typography.scss +38 -0
- package/dist/theme/common/var.scss +6 -0
- package/dist/theme/components/actionsheet.scss +49 -0
- package/dist/theme/components/avatar.scss +15 -0
- package/dist/theme/components/backtop.scss +10 -0
- package/dist/theme/components/badge.scss +23 -0
- package/dist/theme/components/button.scss +97 -0
- package/dist/theme/components/buttons-item.scss +12 -0
- package/dist/theme/components/calendar.scss +31 -0
- package/dist/theme/components/card.scss +16 -0
- package/dist/theme/components/cascader.scss +23 -0
- package/dist/theme/components/cell.scss +44 -0
- package/dist/theme/components/checkbox.scss +35 -0
- package/dist/theme/components/circleprogress.scss +16 -0
- package/dist/theme/components/collapse.scss +24 -0
- package/dist/theme/components/content.scss +10 -0
- package/dist/theme/components/countdown.scss +11 -0
- package/dist/theme/components/dialog.scss +48 -0
- package/dist/theme/components/divider.scss +22 -0
- package/dist/theme/components/elevator.scss +49 -0
- package/dist/theme/components/ellipsis.scss +10 -0
- package/dist/theme/components/empty.scss +18 -0
- package/dist/theme/components/fixednav.scss +14 -0
- package/dist/theme/components/floating-button.scss +23 -0
- package/dist/theme/components/footer-bar.scss +16 -0
- package/dist/theme/components/footer.scss +11 -0
- package/dist/theme/components/form.scss +24 -0
- package/dist/theme/components/grid.scss +18 -0
- package/dist/theme/components/group.scss +28 -0
- package/dist/theme/components/header-bar.scss +36 -0
- package/dist/theme/components/hint-text.scss +22 -0
- package/dist/theme/components/icon.scss +11 -0
- package/dist/theme/components/index.scss +75 -0
- package/dist/theme/components/indicator.scss +18 -0
- package/dist/theme/components/infiniteloading.scss +12 -0
- package/dist/theme/components/input-number.scss +38 -0
- package/dist/theme/components/input.scss +61 -0
- package/dist/theme/components/link-item.scss +15 -0
- package/dist/theme/components/list.scss +9 -0
- package/dist/theme/components/menu.scss +31 -0
- package/dist/theme/components/messagebox.scss +55 -0
- package/dist/theme/components/navbar.scss +24 -0
- package/dist/theme/components/noticebar.scss +20 -0
- package/dist/theme/components/notify.scss +21 -0
- package/dist/theme/components/numberkeyboard.scss +30 -0
- package/dist/theme/components/pagination.scss +22 -0
- package/dist/theme/components/picker.scss +24 -0
- package/dist/theme/components/popover-dialog.scss +23 -0
- package/dist/theme/components/popover.scss +20 -0
- package/dist/theme/components/popup-wrapper.scss +40 -0
- package/dist/theme/components/popup.scss +13 -0
- package/dist/theme/components/price.scss +19 -0
- package/dist/theme/components/progress.scss +32 -0
- package/dist/theme/components/radio.scss +33 -0
- package/dist/theme/components/range.scss +18 -0
- package/dist/theme/components/rate.scss +13 -0
- package/dist/theme/components/row-item.scss +14 -0
- package/dist/theme/components/searchbar.scss +28 -0
- package/dist/theme/components/shortpassword.scss +17 -0
- package/dist/theme/components/sidenavbar.scss +27 -0
- package/dist/theme/components/skeleton.scss +10 -0
- package/dist/theme/components/slot-item.scss +10 -0
- package/dist/theme/components/steps-bar.scss +55 -0
- package/dist/theme/components/steps.scss +36 -0
- package/dist/theme/components/swiper.scss +12 -0
- package/dist/theme/components/switch-item.scss +9 -0
- package/dist/theme/components/switch.scss +20 -0
- package/dist/theme/components/tabbar.scss +21 -0
- package/dist/theme/components/table.scss +15 -0
- package/dist/theme/components/tabs-bar.scss +110 -0
- package/dist/theme/components/tabs-frame.scss +9 -0
- package/dist/theme/components/tag.scss +41 -0
- package/dist/theme/components/text.scss +36 -0
- package/dist/theme/components/textarea.scss +18 -0
- package/dist/theme/components/toast.scss +18 -0
- package/dist/theme/components/trendarrow.scss +12 -0
- package/dist/theme/components/uploader.scss +12 -0
- package/dist/theme/components/watermark.scss +9 -0
- package/dist/theme/dark/css-vars.scss +27 -0
- package/dist/theme/dark/var.scss +77 -0
- package/dist/theme/index.scss +248 -0
- package/dist/theme/mixins/_css-var.scss +39 -0
- package/dist/theme/mixins/index.scss +1 -0
- package/dist/theme/readme.md +359 -0
- package/dist/types/index.d.ts +146 -114
- 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;
|
|
@@ -222,40 +192,10 @@ declare const _default: {
|
|
|
222
192
|
empty: {
|
|
223
193
|
description: string;
|
|
224
194
|
};
|
|
225
|
-
address: {
|
|
226
|
-
selectRegion: string;
|
|
227
|
-
deliveryTo: string;
|
|
228
|
-
chooseAnotherAddress: string;
|
|
229
|
-
};
|
|
230
195
|
signature: {
|
|
231
196
|
reSign: string;
|
|
232
197
|
unSupportTpl: string;
|
|
233
198
|
};
|
|
234
|
-
ecard: {
|
|
235
|
-
chooseText: string;
|
|
236
|
-
otherValueText: string;
|
|
237
|
-
placeholder: string;
|
|
238
|
-
};
|
|
239
|
-
timeselect: {
|
|
240
|
-
pickupTime: string;
|
|
241
|
-
};
|
|
242
|
-
sku: {
|
|
243
|
-
buyText: string;
|
|
244
|
-
stepperTitle: string;
|
|
245
|
-
addCartText: string;
|
|
246
|
-
};
|
|
247
|
-
skuheader: {
|
|
248
|
-
idText: string;
|
|
249
|
-
};
|
|
250
|
-
addresslist: {
|
|
251
|
-
addAddress: string;
|
|
252
|
-
default: string;
|
|
253
|
-
};
|
|
254
|
-
comment: {
|
|
255
|
-
complaintsText: string;
|
|
256
|
-
additionalReview: string;
|
|
257
|
-
additionalImages: string;
|
|
258
|
-
};
|
|
259
199
|
infiniteloading: {
|
|
260
200
|
loading: string;
|
|
261
201
|
pullText: string;
|
|
@@ -383,40 +323,10 @@ declare const _default: {
|
|
|
383
323
|
empty: {
|
|
384
324
|
description: string;
|
|
385
325
|
};
|
|
386
|
-
address: {
|
|
387
|
-
selectRegion: string;
|
|
388
|
-
deliveryTo: string;
|
|
389
|
-
chooseAnotherAddress: string;
|
|
390
|
-
};
|
|
391
326
|
signature: {
|
|
392
327
|
reSign: string;
|
|
393
328
|
unSupportTpl: string;
|
|
394
329
|
};
|
|
395
|
-
ecard: {
|
|
396
|
-
chooseText: string;
|
|
397
|
-
otherValueText: string;
|
|
398
|
-
placeholder: string;
|
|
399
|
-
};
|
|
400
|
-
timeselect: {
|
|
401
|
-
pickupTime: string;
|
|
402
|
-
};
|
|
403
|
-
sku: {
|
|
404
|
-
buyText: string;
|
|
405
|
-
stepperTitle: string;
|
|
406
|
-
addCartText: string;
|
|
407
|
-
};
|
|
408
|
-
skuheader: {
|
|
409
|
-
idText: string;
|
|
410
|
-
};
|
|
411
|
-
addresslist: {
|
|
412
|
-
addAddress: string;
|
|
413
|
-
default: string;
|
|
414
|
-
};
|
|
415
|
-
comment: {
|
|
416
|
-
complaintsText: string;
|
|
417
|
-
additionalReview: string;
|
|
418
|
-
additionalImages: string;
|
|
419
|
-
};
|
|
420
330
|
infiniteloading: {
|
|
421
331
|
loading: string;
|
|
422
332
|
pullText: string;
|
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: "松开刷新",
|
|
@@ -226,36 +200,10 @@ var e = {
|
|
|
226
200
|
second: " Second "
|
|
227
201
|
},
|
|
228
202
|
empty: { description: "No Data" },
|
|
229
|
-
address: {
|
|
230
|
-
selectRegion: "Select Region",
|
|
231
|
-
deliveryTo: "Delivery To",
|
|
232
|
-
chooseAnotherAddress: "Choose Another Address"
|
|
233
|
-
},
|
|
234
203
|
signature: {
|
|
235
204
|
reSign: "Re Sign",
|
|
236
205
|
unSupportTpl: "Sorry, the current browser doesn't support canvas, so we can't use this control!"
|
|
237
206
|
},
|
|
238
|
-
ecard: {
|
|
239
|
-
chooseText: "Select",
|
|
240
|
-
otherValueText: "Other Value",
|
|
241
|
-
placeholder: "Placeholder"
|
|
242
|
-
},
|
|
243
|
-
timeselect: { pickupTime: "Pickup Time" },
|
|
244
|
-
sku: {
|
|
245
|
-
buyText: "Buy Now",
|
|
246
|
-
stepperTitle: "Buy Number",
|
|
247
|
-
addCartText: "Add to Cart"
|
|
248
|
-
},
|
|
249
|
-
skuheader: { idText: "Sku Number" },
|
|
250
|
-
addresslist: {
|
|
251
|
-
addAddress: "Add New Address",
|
|
252
|
-
default: "default"
|
|
253
|
-
},
|
|
254
|
-
comment: {
|
|
255
|
-
complaintsText: "I have a complaint",
|
|
256
|
-
additionalReview: "Review after {0} days of purchase",
|
|
257
|
-
additionalImages: "There are {0} follow-up comments"
|
|
258
|
-
},
|
|
259
207
|
infiniteloading: {
|
|
260
208
|
loading: "Loading...",
|
|
261
209
|
pullText: "Loose to refresh",
|
|
@@ -378,36 +326,10 @@ var e = {
|
|
|
378
326
|
second: "秒"
|
|
379
327
|
},
|
|
380
328
|
empty: { description: "暫無數據" },
|
|
381
|
-
address: {
|
|
382
|
-
selectRegion: "請選擇所在地區",
|
|
383
|
-
deliveryTo: "配送至",
|
|
384
|
-
chooseAnotherAddress: "選擇其他地址"
|
|
385
|
-
},
|
|
386
329
|
signature: {
|
|
387
330
|
reSign: "重簽",
|
|
388
331
|
unSupportTpl: "對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"
|
|
389
332
|
},
|
|
390
|
-
ecard: {
|
|
391
|
-
chooseText: "請選擇電子卡面值",
|
|
392
|
-
otherValueText: "其他面值",
|
|
393
|
-
placeholder: "請輸入1-5000整數"
|
|
394
|
-
},
|
|
395
|
-
timeselect: { pickupTime: "取件時間" },
|
|
396
|
-
sku: {
|
|
397
|
-
buyText: "立即購買",
|
|
398
|
-
stepperTitle: "購買數量",
|
|
399
|
-
addCartText: "加入購物車"
|
|
400
|
-
},
|
|
401
|
-
skuheader: { idText: "商品編號" },
|
|
402
|
-
addresslist: {
|
|
403
|
-
addAddress: "新建地址",
|
|
404
|
-
default: "默认"
|
|
405
|
-
},
|
|
406
|
-
comment: {
|
|
407
|
-
complaintsText: "我要投訴",
|
|
408
|
-
additionalReview: "購買{0}天後追評",
|
|
409
|
-
additionalImages: "{0}張追評圖片"
|
|
410
|
-
},
|
|
411
333
|
infiniteloading: {
|
|
412
334
|
loading: "加載中...",
|
|
413
335
|
pullText: "鬆開刷新",
|
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:"请选择"},cascaderitem:{placeholder:"请选择"},calendaritem:{placeholder:"请选择"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"请选择"},actionsheetpane:{title:"请选择",seachPlaceholder:"请输入关键字"},messagebox:{confirmButtonText:"确定",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展开"},buttonsitem:{moreText:"更多"}},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"},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"}},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:"暫無數據"},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:"請選擇"},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});
|