@fox-js/foxui 4.0.1-80 → 4.0.1-82
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 +6 -6
- package/dist/index.esm.js +14564 -17864
- package/dist/index.umd.js +6 -6
- package/dist/locale/index.esm.js +94 -124
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +11192 -1
- package/dist/style.js +3 -0
- package/dist/types/index.d.ts +174 -180
- package/package.json +1 -1
package/dist/locale/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
var e = {
|
|
2
2
|
save: "保存",
|
|
3
3
|
noData: "暂无数据",
|
|
4
4
|
loadText: "加载中...",
|
|
@@ -10,8 +10,24 @@ const e = {
|
|
|
10
10
|
placeholder: "请输入",
|
|
11
11
|
select: "请选择",
|
|
12
12
|
today: "今天",
|
|
13
|
-
weekdays: JSON.stringify([
|
|
14
|
-
|
|
13
|
+
weekdays: JSON.stringify([
|
|
14
|
+
"日",
|
|
15
|
+
"一",
|
|
16
|
+
"二",
|
|
17
|
+
"三",
|
|
18
|
+
"四",
|
|
19
|
+
"五",
|
|
20
|
+
"六"
|
|
21
|
+
]),
|
|
22
|
+
fullWeekdays: JSON.stringify([
|
|
23
|
+
"星期日",
|
|
24
|
+
"星期一",
|
|
25
|
+
"星期二",
|
|
26
|
+
"星期三",
|
|
27
|
+
"星期四",
|
|
28
|
+
"星期五",
|
|
29
|
+
"星期六"
|
|
30
|
+
]),
|
|
15
31
|
dateUnit: {
|
|
16
32
|
day: "日",
|
|
17
33
|
year: "年",
|
|
@@ -57,9 +73,7 @@ const e = {
|
|
|
57
73
|
minute: "分",
|
|
58
74
|
second: "秒"
|
|
59
75
|
},
|
|
60
|
-
empty: {
|
|
61
|
-
description: "暂无数据"
|
|
62
|
-
},
|
|
76
|
+
empty: { description: "暂无数据" },
|
|
63
77
|
address: {
|
|
64
78
|
selectRegion: "请选择所在地区",
|
|
65
79
|
deliveryTo: "配送至",
|
|
@@ -74,17 +88,13 @@ const e = {
|
|
|
74
88
|
otherValueText: "其他面值",
|
|
75
89
|
placeholder: "请输入1-5000整数"
|
|
76
90
|
},
|
|
77
|
-
timeselect: {
|
|
78
|
-
pickupTime: "取件时间"
|
|
79
|
-
},
|
|
91
|
+
timeselect: { pickupTime: "取件时间" },
|
|
80
92
|
sku: {
|
|
81
93
|
buyText: "立即购买",
|
|
82
94
|
stepperTitle: "购买数量",
|
|
83
95
|
addCartText: "加入购物车"
|
|
84
96
|
},
|
|
85
|
-
skuheader: {
|
|
86
|
-
idText: "商品编号"
|
|
87
|
-
},
|
|
97
|
+
skuheader: { idText: "商品编号" },
|
|
88
98
|
addresslist: {
|
|
89
99
|
addAddress: "新建地址",
|
|
90
100
|
default: "默认"
|
|
@@ -119,30 +129,14 @@ const e = {
|
|
|
119
129
|
forward: "快进",
|
|
120
130
|
mute: "静音"
|
|
121
131
|
},
|
|
122
|
-
picker: {
|
|
123
|
-
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
},
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
},
|
|
131
|
-
cascaderitem: {
|
|
132
|
-
placeholder: "请选择"
|
|
133
|
-
},
|
|
134
|
-
calendaritem: {
|
|
135
|
-
placeholder: "请选择"
|
|
136
|
-
},
|
|
137
|
-
linkitem: {
|
|
138
|
-
placeholder: ""
|
|
139
|
-
},
|
|
140
|
-
numberkeyboard: {
|
|
141
|
-
confirmText: "完成"
|
|
142
|
-
},
|
|
143
|
-
actionsheetitem: {
|
|
144
|
-
placeholder: "请选择"
|
|
145
|
-
},
|
|
132
|
+
picker: { title: "请选择" },
|
|
133
|
+
pickeritem: { placeholder: "请选择" },
|
|
134
|
+
dateitem: { placeholder: "请选择" },
|
|
135
|
+
cascaderitem: { placeholder: "请选择" },
|
|
136
|
+
calendaritem: { placeholder: "请选择" },
|
|
137
|
+
linkitem: { placeholder: "" },
|
|
138
|
+
numberkeyboard: { confirmText: "完成" },
|
|
139
|
+
actionsheetitem: { placeholder: "请选择" },
|
|
146
140
|
actionsheetpane: {
|
|
147
141
|
title: "请选择",
|
|
148
142
|
seachPlaceholder: "请输入关键字"
|
|
@@ -155,9 +149,7 @@ const e = {
|
|
|
155
149
|
collapseText: "收起",
|
|
156
150
|
expandText: "展开"
|
|
157
151
|
},
|
|
158
|
-
buttonsitem: {
|
|
159
|
-
moreText: "更多"
|
|
160
|
-
}
|
|
152
|
+
buttonsitem: { moreText: "更多" }
|
|
161
153
|
}, t = {
|
|
162
154
|
save: "Save",
|
|
163
155
|
noData: "No Data",
|
|
@@ -170,8 +162,24 @@ const e = {
|
|
|
170
162
|
placeholder: "Placeholder",
|
|
171
163
|
select: "Select",
|
|
172
164
|
today: "Today",
|
|
173
|
-
weekdays: JSON.stringify([
|
|
174
|
-
|
|
165
|
+
weekdays: JSON.stringify([
|
|
166
|
+
"Sun",
|
|
167
|
+
"Mon",
|
|
168
|
+
"Tue",
|
|
169
|
+
"Wed",
|
|
170
|
+
"Thu",
|
|
171
|
+
"Fri",
|
|
172
|
+
"Sat"
|
|
173
|
+
]),
|
|
174
|
+
fullWeekdays: JSON.stringify([
|
|
175
|
+
"Sunday",
|
|
176
|
+
"Monday",
|
|
177
|
+
"Tuesday",
|
|
178
|
+
"Wednesday",
|
|
179
|
+
"Thursday",
|
|
180
|
+
"Friday",
|
|
181
|
+
"Saturday"
|
|
182
|
+
]),
|
|
175
183
|
dateUnit: {
|
|
176
184
|
day: "Day",
|
|
177
185
|
year: "Year",
|
|
@@ -217,9 +225,7 @@ const e = {
|
|
|
217
225
|
minute: " Minute ",
|
|
218
226
|
second: " Second "
|
|
219
227
|
},
|
|
220
|
-
empty: {
|
|
221
|
-
description: "No Data"
|
|
222
|
-
},
|
|
228
|
+
empty: { description: "No Data" },
|
|
223
229
|
address: {
|
|
224
230
|
selectRegion: "Select Region",
|
|
225
231
|
deliveryTo: "Delivery To",
|
|
@@ -234,17 +240,13 @@ const e = {
|
|
|
234
240
|
otherValueText: "Other Value",
|
|
235
241
|
placeholder: "Placeholder"
|
|
236
242
|
},
|
|
237
|
-
timeselect: {
|
|
238
|
-
pickupTime: "Pickup Time"
|
|
239
|
-
},
|
|
243
|
+
timeselect: { pickupTime: "Pickup Time" },
|
|
240
244
|
sku: {
|
|
241
245
|
buyText: "Buy Now",
|
|
242
246
|
stepperTitle: "Buy Number",
|
|
243
247
|
addCartText: "Add to Cart"
|
|
244
248
|
},
|
|
245
|
-
skuheader: {
|
|
246
|
-
idText: "Sku Number"
|
|
247
|
-
},
|
|
249
|
+
skuheader: { idText: "Sku Number" },
|
|
248
250
|
addresslist: {
|
|
249
251
|
addAddress: "Add New Address",
|
|
250
252
|
default: "default"
|
|
@@ -279,30 +281,14 @@ const e = {
|
|
|
279
281
|
forward: "Forward",
|
|
280
282
|
mute: "Mute"
|
|
281
283
|
},
|
|
282
|
-
picker: {
|
|
283
|
-
|
|
284
|
-
},
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
},
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
},
|
|
291
|
-
cascaderitem: {
|
|
292
|
-
placeholder: "Select"
|
|
293
|
-
},
|
|
294
|
-
calendaritem: {
|
|
295
|
-
placeholder: "Select"
|
|
296
|
-
},
|
|
297
|
-
linkitem: {
|
|
298
|
-
placeholder: ""
|
|
299
|
-
},
|
|
300
|
-
numberkeyboard: {
|
|
301
|
-
confirmText: "Done"
|
|
302
|
-
},
|
|
303
|
-
actionsheetitem: {
|
|
304
|
-
placeholder: "Select"
|
|
305
|
-
},
|
|
284
|
+
picker: { title: "Select" },
|
|
285
|
+
pickeritem: { placeholder: "Select" },
|
|
286
|
+
dateitem: { placeholder: "Select" },
|
|
287
|
+
cascaderitem: { placeholder: "Select" },
|
|
288
|
+
calendaritem: { placeholder: "Select" },
|
|
289
|
+
linkitem: { placeholder: "" },
|
|
290
|
+
numberkeyboard: { confirmText: "Done" },
|
|
291
|
+
actionsheetitem: { placeholder: "Select" },
|
|
306
292
|
actionsheetpane: {
|
|
307
293
|
title: "Select",
|
|
308
294
|
seachPlaceholder: "keywords"
|
|
@@ -315,9 +301,7 @@ const e = {
|
|
|
315
301
|
collapseText: "collapse",
|
|
316
302
|
expandText: "expand"
|
|
317
303
|
},
|
|
318
|
-
buttonsitem: {
|
|
319
|
-
moreText: "more"
|
|
320
|
-
}
|
|
304
|
+
buttonsitem: { moreText: "more" }
|
|
321
305
|
}, a = {
|
|
322
306
|
save: "保存",
|
|
323
307
|
noData: "暫無數據",
|
|
@@ -330,8 +314,24 @@ const e = {
|
|
|
330
314
|
placeholder: "請輸入",
|
|
331
315
|
select: "請選擇",
|
|
332
316
|
today: "今天",
|
|
333
|
-
weekdays: JSON.stringify([
|
|
334
|
-
|
|
317
|
+
weekdays: JSON.stringify([
|
|
318
|
+
"日",
|
|
319
|
+
"一",
|
|
320
|
+
"二",
|
|
321
|
+
"三",
|
|
322
|
+
"四",
|
|
323
|
+
"五",
|
|
324
|
+
"六"
|
|
325
|
+
]),
|
|
326
|
+
fullWeekdays: JSON.stringify([
|
|
327
|
+
"星期日",
|
|
328
|
+
"星期一",
|
|
329
|
+
"星期二",
|
|
330
|
+
"星期三",
|
|
331
|
+
"星期四",
|
|
332
|
+
"星期五",
|
|
333
|
+
"星期六"
|
|
334
|
+
]),
|
|
335
335
|
dateUnit: {
|
|
336
336
|
day: "日",
|
|
337
337
|
year: "年",
|
|
@@ -377,9 +377,7 @@ const e = {
|
|
|
377
377
|
minute: "分",
|
|
378
378
|
second: "秒"
|
|
379
379
|
},
|
|
380
|
-
empty: {
|
|
381
|
-
description: "暫無數據"
|
|
382
|
-
},
|
|
380
|
+
empty: { description: "暫無數據" },
|
|
383
381
|
address: {
|
|
384
382
|
selectRegion: "請選擇所在地區",
|
|
385
383
|
deliveryTo: "配送至",
|
|
@@ -394,17 +392,13 @@ const e = {
|
|
|
394
392
|
otherValueText: "其他面值",
|
|
395
393
|
placeholder: "請輸入1-5000整數"
|
|
396
394
|
},
|
|
397
|
-
timeselect: {
|
|
398
|
-
pickupTime: "取件時間"
|
|
399
|
-
},
|
|
395
|
+
timeselect: { pickupTime: "取件時間" },
|
|
400
396
|
sku: {
|
|
401
397
|
buyText: "立即購買",
|
|
402
398
|
stepperTitle: "購買數量",
|
|
403
399
|
addCartText: "加入購物車"
|
|
404
400
|
},
|
|
405
|
-
skuheader: {
|
|
406
|
-
idText: "商品編號"
|
|
407
|
-
},
|
|
401
|
+
skuheader: { idText: "商品編號" },
|
|
408
402
|
addresslist: {
|
|
409
403
|
addAddress: "新建地址",
|
|
410
404
|
default: "默认"
|
|
@@ -439,30 +433,14 @@ const e = {
|
|
|
439
433
|
forward: "快進",
|
|
440
434
|
mute: "靜音"
|
|
441
435
|
},
|
|
442
|
-
picker: {
|
|
443
|
-
|
|
444
|
-
},
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
},
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
},
|
|
451
|
-
cascaderitem: {
|
|
452
|
-
placeholder: "請選擇"
|
|
453
|
-
},
|
|
454
|
-
calendaritem: {
|
|
455
|
-
placeholder: "請選擇"
|
|
456
|
-
},
|
|
457
|
-
linkitem: {
|
|
458
|
-
placeholder: ""
|
|
459
|
-
},
|
|
460
|
-
numberkeyboard: {
|
|
461
|
-
confirmText: "完成"
|
|
462
|
-
},
|
|
463
|
-
actionsheetitem: {
|
|
464
|
-
placeholder: "請選擇"
|
|
465
|
-
},
|
|
436
|
+
picker: { title: "請選擇" },
|
|
437
|
+
pickeritem: { placeholder: "請選擇" },
|
|
438
|
+
dateitem: { placeholder: "請選擇" },
|
|
439
|
+
cascaderitem: { placeholder: "請選擇" },
|
|
440
|
+
calendaritem: { placeholder: "請選擇" },
|
|
441
|
+
linkitem: { placeholder: "" },
|
|
442
|
+
numberkeyboard: { confirmText: "完成" },
|
|
443
|
+
actionsheetitem: { placeholder: "請選擇" },
|
|
466
444
|
actionsheetpane: {
|
|
467
445
|
title: "請選擇",
|
|
468
446
|
seachPlaceholder: "請輸入關鍵字"
|
|
@@ -475,19 +453,11 @@ const e = {
|
|
|
475
453
|
collapseText: "收起",
|
|
476
454
|
expandText: "展開"
|
|
477
455
|
},
|
|
478
|
-
buttonsitem: {
|
|
479
|
-
moreText: "更多"
|
|
480
|
-
}
|
|
456
|
+
buttonsitem: { moreText: "更多" }
|
|
481
457
|
}, o = {
|
|
482
|
-
zh_CN: {
|
|
483
|
-
|
|
484
|
-
}
|
|
485
|
-
en_US: {
|
|
486
|
-
...t
|
|
487
|
-
},
|
|
488
|
-
zh_TW: {
|
|
489
|
-
...a
|
|
490
|
-
}
|
|
458
|
+
zh_CN: { ...e },
|
|
459
|
+
en_US: { ...t },
|
|
460
|
+
zh_TW: { ...a }
|
|
491
461
|
};
|
|
492
462
|
export {
|
|
493
463
|
o as default
|
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,
|
|
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:"更多"}},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"}},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});
|