@fox-js/foxui 4.0.1-14 → 4.0.1-16
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 +10 -20
- package/dist/index.esm.js +12199 -11813
- package/dist/index.umd.js +11 -21
- package/dist/locale/index.d.ts +27 -9
- package/dist/locale/index.esm.js +31 -13
- package/dist/locale/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +261 -31
- package/package.json +1 -1
package/dist/locale/index.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ declare const _default: {
|
|
|
73
73
|
placeholder: string;
|
|
74
74
|
};
|
|
75
75
|
timeselect: {
|
|
76
|
-
|
|
76
|
+
pickupTime: string;
|
|
77
77
|
};
|
|
78
78
|
sku: {
|
|
79
79
|
buyText: string;
|
|
@@ -85,6 +85,7 @@ declare const _default: {
|
|
|
85
85
|
};
|
|
86
86
|
addresslist: {
|
|
87
87
|
addAddress: string;
|
|
88
|
+
default: string;
|
|
88
89
|
};
|
|
89
90
|
comment: {
|
|
90
91
|
complaintsText: string;
|
|
@@ -93,8 +94,13 @@ declare const _default: {
|
|
|
93
94
|
};
|
|
94
95
|
infiniteloading: {
|
|
95
96
|
loading: string;
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
pullText: string;
|
|
98
|
+
loadMoreText: string;
|
|
99
|
+
};
|
|
100
|
+
pullrefresh: {
|
|
101
|
+
pullingText: string;
|
|
102
|
+
loosingText: string;
|
|
103
|
+
loadingText: string;
|
|
98
104
|
};
|
|
99
105
|
datepicker: {
|
|
100
106
|
year: string;
|
|
@@ -204,7 +210,7 @@ declare const _default: {
|
|
|
204
210
|
placeholder: string;
|
|
205
211
|
};
|
|
206
212
|
timeselect: {
|
|
207
|
-
|
|
213
|
+
pickupTime: string;
|
|
208
214
|
};
|
|
209
215
|
sku: {
|
|
210
216
|
buyText: string;
|
|
@@ -216,6 +222,7 @@ declare const _default: {
|
|
|
216
222
|
};
|
|
217
223
|
addresslist: {
|
|
218
224
|
addAddress: string;
|
|
225
|
+
default: string;
|
|
219
226
|
};
|
|
220
227
|
comment: {
|
|
221
228
|
complaintsText: string;
|
|
@@ -224,8 +231,13 @@ declare const _default: {
|
|
|
224
231
|
};
|
|
225
232
|
infiniteloading: {
|
|
226
233
|
loading: string;
|
|
227
|
-
|
|
228
|
-
|
|
234
|
+
pullText: string;
|
|
235
|
+
loadMoreText: string;
|
|
236
|
+
};
|
|
237
|
+
pullrefresh: {
|
|
238
|
+
pullingText: string;
|
|
239
|
+
loosingText: string;
|
|
240
|
+
loadingText: string;
|
|
229
241
|
};
|
|
230
242
|
datepicker: {
|
|
231
243
|
year: string;
|
|
@@ -335,7 +347,7 @@ declare const _default: {
|
|
|
335
347
|
placeholder: string;
|
|
336
348
|
};
|
|
337
349
|
timeselect: {
|
|
338
|
-
|
|
350
|
+
pickupTime: string;
|
|
339
351
|
};
|
|
340
352
|
sku: {
|
|
341
353
|
buyText: string;
|
|
@@ -347,6 +359,7 @@ declare const _default: {
|
|
|
347
359
|
};
|
|
348
360
|
addresslist: {
|
|
349
361
|
addAddress: string;
|
|
362
|
+
default: string;
|
|
350
363
|
};
|
|
351
364
|
comment: {
|
|
352
365
|
complaintsText: string;
|
|
@@ -355,8 +368,13 @@ declare const _default: {
|
|
|
355
368
|
};
|
|
356
369
|
infiniteloading: {
|
|
357
370
|
loading: string;
|
|
358
|
-
|
|
359
|
-
|
|
371
|
+
pullText: string;
|
|
372
|
+
loadMoreText: string;
|
|
373
|
+
};
|
|
374
|
+
pullrefresh: {
|
|
375
|
+
pullingText: string;
|
|
376
|
+
loosingText: string;
|
|
377
|
+
loadingText: string;
|
|
360
378
|
};
|
|
361
379
|
datepicker: {
|
|
362
380
|
year: string;
|
package/dist/locale/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @fox-js/foxui-base v4.0.0 Tue
|
|
2
|
+
* @fox-js/foxui-base v4.0.0 Tue Jul 18 2023 15:22:27 GMT+0800 (中国标准时间)
|
|
3
3
|
*/
|
|
4
4
|
const e = {
|
|
5
5
|
save: "保存",
|
|
@@ -75,7 +75,7 @@ const e = {
|
|
|
75
75
|
placeholder: "请输入1-5000整数"
|
|
76
76
|
},
|
|
77
77
|
timeselect: {
|
|
78
|
-
|
|
78
|
+
pickupTime: "取件时间"
|
|
79
79
|
},
|
|
80
80
|
sku: {
|
|
81
81
|
buyText: "立即购买",
|
|
@@ -86,7 +86,8 @@ const e = {
|
|
|
86
86
|
idText: "商品编号"
|
|
87
87
|
},
|
|
88
88
|
addresslist: {
|
|
89
|
-
addAddress: "新建地址"
|
|
89
|
+
addAddress: "新建地址",
|
|
90
|
+
default: "默认"
|
|
90
91
|
},
|
|
91
92
|
comment: {
|
|
92
93
|
complaintsText: "我要投诉",
|
|
@@ -95,8 +96,13 @@ const e = {
|
|
|
95
96
|
},
|
|
96
97
|
infiniteloading: {
|
|
97
98
|
loading: "加载中...",
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
pullText: "松开刷新",
|
|
100
|
+
loadMoreText: "哎呀,这里是底部了啦"
|
|
101
|
+
},
|
|
102
|
+
pullrefresh: {
|
|
103
|
+
pullingText: "下拉刷新",
|
|
104
|
+
loosingText: "释放刷新",
|
|
105
|
+
loadingText: "加载中..."
|
|
100
106
|
},
|
|
101
107
|
datepicker: {
|
|
102
108
|
year: "年",
|
|
@@ -205,7 +211,7 @@ const e = {
|
|
|
205
211
|
placeholder: "Placeholder"
|
|
206
212
|
},
|
|
207
213
|
timeselect: {
|
|
208
|
-
|
|
214
|
+
pickupTime: "Pickup Time"
|
|
209
215
|
},
|
|
210
216
|
sku: {
|
|
211
217
|
buyText: "Buy Now",
|
|
@@ -216,7 +222,8 @@ const e = {
|
|
|
216
222
|
idText: "Sku Number"
|
|
217
223
|
},
|
|
218
224
|
addresslist: {
|
|
219
|
-
addAddress: "Add New Address"
|
|
225
|
+
addAddress: "Add New Address",
|
|
226
|
+
default: "default"
|
|
220
227
|
},
|
|
221
228
|
comment: {
|
|
222
229
|
complaintsText: "I have a complaint",
|
|
@@ -225,8 +232,13 @@ const e = {
|
|
|
225
232
|
},
|
|
226
233
|
infiniteloading: {
|
|
227
234
|
loading: "Loading...",
|
|
228
|
-
|
|
229
|
-
|
|
235
|
+
pullText: "Loose to refresh",
|
|
236
|
+
loadMoreText: "Oops, this is the bottom"
|
|
237
|
+
},
|
|
238
|
+
pullrefresh: {
|
|
239
|
+
pullingText: "Pull to refresh...",
|
|
240
|
+
loosingText: "Loose to refresh...",
|
|
241
|
+
loadingText: "Loading..."
|
|
230
242
|
},
|
|
231
243
|
datepicker: {
|
|
232
244
|
year: "Year",
|
|
@@ -335,7 +347,7 @@ const e = {
|
|
|
335
347
|
placeholder: "請輸入1-5000整數"
|
|
336
348
|
},
|
|
337
349
|
timeselect: {
|
|
338
|
-
|
|
350
|
+
pickupTime: "取件時間"
|
|
339
351
|
},
|
|
340
352
|
sku: {
|
|
341
353
|
buyText: "立即購買",
|
|
@@ -346,7 +358,8 @@ const e = {
|
|
|
346
358
|
idText: "商品編號"
|
|
347
359
|
},
|
|
348
360
|
addresslist: {
|
|
349
|
-
addAddress: "新建地址"
|
|
361
|
+
addAddress: "新建地址",
|
|
362
|
+
default: "默认"
|
|
350
363
|
},
|
|
351
364
|
comment: {
|
|
352
365
|
complaintsText: "我要投訴",
|
|
@@ -355,8 +368,13 @@ const e = {
|
|
|
355
368
|
},
|
|
356
369
|
infiniteloading: {
|
|
357
370
|
loading: "加載中...",
|
|
358
|
-
|
|
359
|
-
|
|
371
|
+
pullText: "鬆開刷新",
|
|
372
|
+
loadMoreText: "哎呀,這裡是底部了啦"
|
|
373
|
+
},
|
|
374
|
+
pullrefresh: {
|
|
375
|
+
pullingText: "下拉刷新",
|
|
376
|
+
loosingText: "釋放刷新",
|
|
377
|
+
loadingText: "加載中..."
|
|
360
378
|
},
|
|
361
379
|
datepicker: {
|
|
362
380
|
year: "年",
|
package/dist/locale/index.umd.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
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(){"use strict";/*!
|
|
2
|
-
* @fox-js/foxui-base v4.0.0 Tue
|
|
3
|
-
*/const e={save:"保存",noData:"暂无数据",confirmText:"确认",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"请输入",select:"请选择",dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"视频加载失败",clickRetry:"点击重试"},fixednav:{activeText:"收起导航",unActiveText:"快速导航"},pagination:{prevText:"上一页",nextText:"下一页"},calendarpane:{weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),endText:"结束",startText:"开始",title:"日历选择",monthTitle:"{year}年{month}月",today:"今天"},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:{
|
|
2
|
+
* @fox-js/foxui-base v4.0.0 Tue Jul 18 2023 15:22:27 GMT+0800 (中国标准时间)
|
|
3
|
+
*/const e={save:"保存",noData:"暂无数据",confirmText:"确认",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"请输入",select:"请选择",dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"视频加载失败",clickRetry:"点击重试"},fixednav:{activeText:"收起导航",unActiveText:"快速导航"},pagination:{prevText:"上一页",nextText:"下一页"},calendarpane:{weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),endText:"结束",startText:"开始",title:"日历选择",monthTitle:"{year}年{month}月",today:"今天"},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:"松开刷新",loadMoreText:"哎呀,这里是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"释放刷新",loadingText:"加载中..."},datepicker:{year:"年",month:"月",day:"日",hour:"时",min:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"开始",pause:"暂停",forward:"快进",mute:"静音"},picker:{title:"请选择"},pickeritem:{placeholder:"请选择"},dateitem:{placeholder:"请选择"},cascaderitem:{placeholder:"请选择"},calendaritem:{placeholder:"请选择"},numberkeyboard:{confirmText:"完成"}},t={save:"Save",noData:"No Data",confirmText:"Confirm",cancelText:"Cancel",clearText:"Clear",defaultText:"Default",placeholder:"Placeholder",select:"Select",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:{weekdays:JSON.stringify(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),endText:"End",startText:"Start",title:"Calendar",monthTitle:"{year}/{month}",today:"Today"},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",loadMoreText:"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",min:"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"},numberkeyboard:{confirmText:"Done"}},a={save:"保存",noData:"暫無數據",confirmText:"確認",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"請輸入",select:"請選擇",dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"視頻加載失敗",clickRetry:"點擊重試"},fixednav:{activeText:"收起導航",unActiveText:"快速導航"},pagination:{prevText:"上一頁",nextText:"下一頁"},calendarpane:{weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),endText:"結束",startText:"開始",title:"行事曆選擇",monthTitle:"{year}年{month}月",today:"今天"},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:"鬆開刷新",loadMoreText:"哎呀,這裡是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"釋放刷新",loadingText:"加載中..."},datepicker:{year:"年",month:"月",day:"日",hour:"時",min:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"開始",pause:"暫停",forward:"快進",mute:"靜音"},picker:{title:"請選擇"},pickeritem:{placeholder:"請選擇"},dateitem:{placeholder:"請選擇"},cascaderitem:{placeholder:"請選擇"},calendaritem:{placeholder:"請選擇"},numberkeyboard:{confirmText:"完成"}};return{zh_CN:{...e},en_US:{...t},zh_TW:{...a}}});
|