@fox-js/foxui 3.0.0 → 4.0.1-2
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/foxui.es.js +24764 -0
- package/dist/foxui.umd.js +21 -0
- package/dist/locale/index.cjs.js +1 -0
- package/dist/locale/index.d.ts +396 -0
- package/dist/locale/index.js +405 -0
- package/dist/style.css +1 -0
- package/dist/style.es.js +2 -0
- package/dist/types/api/index.d.ts +9 -0
- package/dist/types/components/actionsheet/index.vue.d.ts +13 -0
- package/dist/types/components/address/index.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/GeneralShell.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/ItemContents.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/LongPressShell.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/SwipeShell.vue.d.ts +13 -0
- package/dist/types/components/addresslist/index.vue.d.ts +13 -0
- package/dist/types/components/animate/index.vue.d.ts +13 -0
- package/dist/types/components/animate/type.d.ts +2 -0
- package/dist/types/components/audio/index.vue.d.ts +13 -0
- package/dist/types/components/audiooperate/index.vue.d.ts +13 -0
- package/dist/types/components/avatar/index.vue.d.ts +13 -0
- package/dist/types/components/avatargroup/index.vue.d.ts +13 -0
- package/dist/types/components/backtop/index.vue.d.ts +13 -0
- package/dist/types/components/badge/index.vue.d.ts +13 -0
- package/dist/types/components/barrage/index.vue.d.ts +13 -0
- package/dist/types/components/button/index.vue.d.ts +13 -0
- package/dist/types/components/button/type.d.ts +3 -0
- package/dist/types/components/calendar/common.d.ts +61 -0
- package/dist/types/components/calendar/index.vue.d.ts +13 -0
- package/dist/types/components/calendar/pane.vue.d.ts +13 -0
- package/dist/types/components/calendar/types.d.ts +13 -0
- package/dist/types/components/calendaritem/common.d.ts +201 -0
- package/dist/types/components/calendaritem/index.vue.d.ts +13 -0
- package/dist/types/components/card/index.vue.d.ts +13 -0
- package/dist/types/components/cascader/cascader-pane.vue.d.ts +13 -0
- package/dist/types/components/cascader/common.d.ts +98 -0
- package/dist/types/components/cascader/helper.d.ts +4 -0
- package/dist/types/components/cascader/index.vue.d.ts +13 -0
- package/dist/types/components/cascader/tree.d.ts +12 -0
- package/dist/types/components/cascader/types.d.ts +26 -0
- package/dist/types/components/cascaderitem/index.vue.d.ts +13 -0
- package/dist/types/components/cascaderitem/model.d.ts +34 -0
- package/dist/types/components/category/index.vue.d.ts +13 -0
- package/dist/types/components/categorypane/index.vue.d.ts +13 -0
- package/dist/types/components/cell/index.vue.d.ts +13 -0
- package/dist/types/components/cellgroup/index.vue.d.ts +13 -0
- package/dist/types/components/checkbox/common.d.ts +64 -0
- package/dist/types/components/checkbox/index.vue.d.ts +13 -0
- package/dist/types/components/checkboxitem/common.d.ts +107 -0
- package/dist/types/components/checkboxitem/index.vue.d.ts +13 -0
- package/dist/types/components/checkboxitem/model.d.ts +33 -0
- package/dist/types/components/circleprogress/index.vue.d.ts +13 -0
- package/dist/types/components/col/index.vue.d.ts +13 -0
- package/dist/types/components/collapse/index.vue.d.ts +13 -0
- package/dist/types/components/collapseitem/index.vue.d.ts +13 -0
- package/dist/types/components/comment/components/CmtBottom.vue.d.ts +13 -0
- package/dist/types/components/comment/components/CmtHeader.vue.d.ts +13 -0
- package/dist/types/components/comment/components/CmtImages.vue.d.ts +13 -0
- package/dist/types/components/comment/index.vue.d.ts +13 -0
- package/dist/types/components/content/index.vue.d.ts +13 -0
- package/dist/types/components/countdown/index.vue.d.ts +13 -0
- package/dist/types/components/countdown/util.d.ts +2 -0
- package/dist/types/components/countup/index.vue.d.ts +13 -0
- package/dist/types/components/dateitem/index.vue.d.ts +13 -0
- package/dist/types/components/datepicker/common.d.ts +55 -0
- package/dist/types/components/datepicker/index.vue.d.ts +13 -0
- package/dist/types/components/dialog/index.d.ts +44 -0
- package/dist/types/components/dialog/index.vue.d.ts +13 -0
- package/dist/types/components/divider/index.vue.d.ts +13 -0
- package/dist/types/components/drag/index.vue.d.ts +13 -0
- package/dist/types/components/ecard/index.vue.d.ts +13 -0
- package/dist/types/components/elevator/index.vue.d.ts +13 -0
- package/dist/types/components/ellipsis/index.vue.d.ts +13 -0
- package/dist/types/components/ellipsis/type.d.ts +1 -0
- package/dist/types/components/empty/index.vue.d.ts +13 -0
- package/dist/types/components/fixednav/index.vue.d.ts +13 -0
- package/dist/types/components/footer/index.vue.d.ts +13 -0
- package/dist/types/components/grid/common.d.ts +87 -0
- package/dist/types/components/grid/index.vue.d.ts +13 -0
- package/dist/types/components/griditem/index.vue.d.ts +13 -0
- package/dist/types/components/group/group-props.d.ts +34 -0
- package/dist/types/components/group/index.vue.d.ts +13 -0
- package/dist/types/components/header/index.vue.d.ts +13 -0
- package/dist/types/components/header/types.d.ts +9 -0
- package/dist/types/components/hinttext/index.d.ts +8 -0
- package/dist/types/components/hinttext/index.vue.d.ts +13 -0
- package/dist/types/components/icon/index.vue.d.ts +13 -0
- package/dist/types/components/image/index.vue.d.ts +13 -0
- package/dist/types/components/image/type.d.ts +2 -0
- package/dist/types/components/imagepreview/imagePreviewItem.vue.d.ts +13 -0
- package/dist/types/components/imagepreview/index.d.ts +20 -0
- package/dist/types/components/imagepreview/index.vue.d.ts +13 -0
- package/dist/types/components/indicator/index.vue.d.ts +13 -0
- package/dist/types/components/infiniteloading/index.vue.d.ts +13 -0
- package/dist/types/components/inputitem/index.vue.d.ts +13 -0
- package/dist/types/components/inputnumber/index.vue.d.ts +13 -0
- package/dist/types/components/item/common.d.ts +121 -0
- package/dist/types/components/item/index.vue.d.ts +13 -0
- package/dist/types/components/layout/index.vue.d.ts +13 -0
- package/dist/types/components/linkitem/common.d.ts +132 -0
- package/dist/types/components/linkitem/index.vue.d.ts +13 -0
- package/dist/types/components/list/index.vue.d.ts +13 -0
- package/dist/types/components/menu/index.vue.d.ts +13 -0
- package/dist/types/components/menuitem/index.vue.d.ts +13 -0
- package/dist/types/components/menuitem/type.d.ts +4 -0
- package/dist/types/components/moneyitem/index.vue.d.ts +13 -0
- package/dist/types/components/moneyitem/util.d.ts +15 -0
- package/dist/types/components/navbar/index.vue.d.ts +13 -0
- package/dist/types/components/noticebar/index.vue.d.ts +13 -0
- package/dist/types/components/notify/index.d.ts +12 -0
- package/dist/types/components/notify/index.vue.d.ts +13 -0
- package/dist/types/components/numberkeyboard/index.vue.d.ts +13 -0
- package/dist/types/components/overlay/common.d.ts +30 -0
- package/dist/types/components/overlay/index.taro.vue.d.ts +13 -0
- package/dist/types/components/overlay/index.vue.d.ts +13 -0
- package/dist/types/components/page/index.vue.d.ts +13 -0
- package/dist/types/components/pagination/index.vue.d.ts +13 -0
- package/dist/types/components/picker/column.vue.d.ts +13 -0
- package/dist/types/components/picker/common-column.d.ts +26 -0
- package/dist/types/components/picker/common.d.ts +143 -0
- package/dist/types/components/picker/index.vue.d.ts +13 -0
- package/dist/types/components/picker/model.d.ts +55 -0
- package/dist/types/components/pickeritem/index.vue.d.ts +13 -0
- package/dist/types/components/placeholder/index.vue.d.ts +13 -0
- package/dist/types/components/popover/index.vue.d.ts +13 -0
- package/dist/types/components/popover/type.d.ts +2 -0
- package/dist/types/components/popup/common.d.ts +81 -0
- package/dist/types/components/popup/index.vue.d.ts +13 -0
- package/dist/types/components/popup/use-lock-scroll.d.ts +1 -0
- package/dist/types/components/price/index.vue.d.ts +13 -0
- package/dist/types/components/price/price-props.d.ts +37 -0
- package/dist/types/components/progress/index.vue.d.ts +13 -0
- package/dist/types/components/radio/common.d.ts +125 -0
- package/dist/types/components/radio/index.vue.d.ts +13 -0
- package/dist/types/components/radioitem/common.d.ts +99 -0
- package/dist/types/components/radioitem/index.vue.d.ts +13 -0
- package/dist/types/components/radioitem/model.d.ts +33 -0
- package/dist/types/components/range/index.vue.d.ts +13 -0
- package/dist/types/components/rate/index.vue.d.ts +13 -0
- package/dist/types/components/row/index.vue.d.ts +13 -0
- package/dist/types/components/searchbar/index.vue.d.ts +13 -0
- package/dist/types/components/searchbar/type.d.ts +5 -0
- package/dist/types/components/shortpassword/index.vue.d.ts +13 -0
- package/dist/types/components/sidenavbar/index.vue.d.ts +13 -0
- package/dist/types/components/sidenavbaritem/index.vue.d.ts +13 -0
- package/dist/types/components/signature/index.vue.d.ts +13 -0
- package/dist/types/components/skeleton/common.d.ts +57 -0
- package/dist/types/components/skeleton/index.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuHeader.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuOperate.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuSelect.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuStepper.vue.d.ts +13 -0
- package/dist/types/components/sku/index.vue.d.ts +13 -0
- package/dist/types/components/step/index.vue.d.ts +13 -0
- package/dist/types/components/steps/index.vue.d.ts +13 -0
- package/dist/types/components/sticky/index.vue.d.ts +13 -0
- package/dist/types/components/subsidenavbar/index.vue.d.ts +13 -0
- package/dist/types/components/swipe/index.vue.d.ts +13 -0
- package/dist/types/components/swipe/type.d.ts +1 -0
- package/dist/types/components/swiper/index.vue.d.ts +13 -0
- package/dist/types/components/swiper/use-touch.d.ts +16 -0
- package/dist/types/components/swiperitem/index.vue.d.ts +13 -0
- package/dist/types/components/switch/common.d.ts +50 -0
- package/dist/types/components/switch/index.vue.d.ts +13 -0
- package/dist/types/components/switchitem/index.vue.d.ts +13 -0
- package/dist/types/components/tabbar/index.vue.d.ts +13 -0
- package/dist/types/components/tabbaritem/index.vue.d.ts +13 -0
- package/dist/types/components/table/common.d.ts +52 -0
- package/dist/types/components/table/index.vue.d.ts +13 -0
- package/dist/types/components/table/renderColumn.d.ts +11 -0
- package/dist/types/components/table/types.d.ts +15 -0
- package/dist/types/components/tabpane/index.vue.d.ts +13 -0
- package/dist/types/components/tabs/index.vue.d.ts +13 -0
- package/dist/types/components/tabs/type.d.ts +1 -0
- package/dist/types/components/tag/index.vue.d.ts +13 -0
- package/dist/types/components/tag/type.d.ts +1 -0
- package/dist/types/components/textarea/index.vue.d.ts +13 -0
- package/dist/types/components/textareaitem/index.vue.d.ts +13 -0
- package/dist/types/components/timedetail/index.vue.d.ts +13 -0
- package/dist/types/components/timepannel/index.vue.d.ts +13 -0
- package/dist/types/components/timeselect/index.vue.d.ts +13 -0
- package/dist/types/components/toast/index.d.ts +12 -0
- package/dist/types/components/toast/index.vue.d.ts +13 -0
- package/dist/types/components/uploader/index.vue.d.ts +13 -0
- package/dist/types/components/uploader/type.d.ts +14 -0
- package/dist/types/components/uploader/uploader.d.ts +22 -0
- package/dist/types/components/video/index.vue.d.ts +13 -0
- package/dist/types/components/watermark/index.vue.d.ts +13 -0
- package/dist/types/index.d.ts +119 -0
- package/dist/types/interface.d.ts +24 -0
- package/dist/types/main.d.ts +17 -0
- package/dist/types/utils/commons.d.ts +16 -0
- package/dist/types/utils/create/component.d.ts +18 -0
- package/dist/types/utils/create/index.d.ts +1 -0
- package/dist/types/utils/date.d.ts +16 -0
- package/dist/types/utils/domain/broadcast.d.ts +28 -0
- package/dist/types/utils/domain/domain.d.ts +46 -0
- package/dist/types/utils/domain/events.d.ts +14 -0
- package/dist/types/utils/domain/group.d.ts +17 -0
- package/dist/types/utils/domain/index.d.ts +5 -0
- package/dist/types/utils/domain/item.d.ts +15 -0
- package/dist/types/utils/domain/page.d.ts +25 -0
- package/dist/types/utils/domain/validator.d.ts +56 -0
- package/dist/types/utils/functions.d.ts +3 -0
- package/dist/types/utils/px.d.ts +2 -0
- package/dist/types/utils/types.d.ts +9 -0
- package/dist/types/utils/unique-id.d.ts +5 -0
- package/dist/types/utils/use-expose/index.d.ts +1 -0
- package/dist/types/utils/use-rect/index.d.ts +11 -0
- package/dist/types/utils/use-relation/index.d.ts +3 -0
- package/dist/types/utils/use-relation/useInject.d.ts +14 -0
- package/dist/types/utils/use-relation/useProvide.d.ts +8 -0
- package/dist/types/utils/use-relation/useRelation.d.ts +1 -0
- package/dist/types/utils/use-touch/index.d.ts +18 -0
- package/package.json +36 -75
- package/README.md +0 -73
- package/dist/index.js +0 -2
- package/dist/index.js.LICENSE.txt +0 -3
- package/dist/static/font/2a312d2206af9eefb8dc.ttf +0 -0
- package/dist/static/font/4fd20882d9cbe2fdc5b8.ttf +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const u={save:"\u4FDD\u5B58",noData:"\u6682\u65E0\u6570\u636E",confirmText:"\u786E\u8BA4",cancelText:"\u53D6\u6D88",clearText:"\u6E05\u9664",defaultText:"\u9ED8\u8BA4",placeholder:"\u8BF7\u8F93\u5165",select:"\u8BF7\u9009\u62E9",dateUnit:{day:"\u65E5",year:"\u5E74",month:"\u6708",hour:"\u65F6",minute:"\u5206",seconds:"\u79D2"},video:{errorTip:"\u89C6\u9891\u52A0\u8F7D\u5931\u8D25",clickRetry:"\u70B9\u51FB\u91CD\u8BD5"},fixednav:{activeText:"\u6536\u8D77\u5BFC\u822A",unActiveText:"\u5FEB\u901F\u5BFC\u822A"},pagination:{prevText:"\u4E0A\u4E00\u9875",nextText:"\u4E0B\u4E00\u9875"},calendarpane:{weekdays:JSON.stringify(["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"]),end:"\u7ED3\u675F",start:"\u5F00\u59CB",title:"\u65E5\u5386\u9009\u62E9",monthTitle:"{year}\u5E74{month}\u6708",today:"\u4ECA\u5929"},shortpassword:{title:"\u8BF7\u8F93\u5165\u5BC6\u7801",desc:"\u60A8\u4F7F\u7528\u4E86\u865A\u62DF\u8D44\u4EA7\uFF0C\u8BF7\u8FDB\u884C\u9A8C\u8BC1",tips:"\u5FD8\u8BB0\u5BC6\u7801"},uploader:{ready:"\u51C6\u5907\u5B8C\u6210",readyUpload:"\u51C6\u5907\u4E0A\u4F20",waitingUpload:"\u7B49\u5F85\u4E0A\u4F20",uploading:"\u4E0A\u4F20\u4E2D",success:"\u4E0A\u4F20\u6210\u529F",error:"\u4E0A\u4F20\u5931\u8D25"},countdown:{day:"\u5929",hour:"\u65F6",minute:"\u5206",second:"\u79D2"},empty:{description:"\u6682\u65E0\u6570\u636E"},address:{selectRegion:"\u8BF7\u9009\u62E9\u6240\u5728\u5730\u533A",deliveryTo:"\u914D\u9001\u81F3",chooseAnotherAddress:"\u9009\u62E9\u5176\u4ED6\u5730\u5740"},signature:{reSign:"\u91CD\u7B7E",unSupportTpl:"\u5BF9\u4E0D\u8D77\uFF0C\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301Canvas\uFF0C\u65E0\u6CD5\u4F7F\u7528\u672C\u63A7\u4EF6\uFF01"},ecard:{chooseText:"\u8BF7\u9009\u62E9\u7535\u5B50\u5361\u9762\u503C",otherValueText:"\u5176\u4ED6\u9762\u503C",placeholder:"\u8BF7\u8F93\u51651-5000\u6574\u6570"},timeselect:{title:"\u53D6\u4EF6\u65F6\u95F4"},sku:{buyText:"\u7ACB\u5373\u8D2D\u4E70",stepperTitle:"\u8D2D\u4E70\u6570\u91CF",addCartText:"\u52A0\u5165\u8D2D\u7269\u8F66"},skuheader:{idText:"\u5546\u54C1\u7F16\u53F7"},addresslist:{addAddress:"\u65B0\u5EFA\u5730\u5740"},comment:{complaintsText:"\u6211\u8981\u6295\u8BC9",additionalReview:"\u8D2D\u4E70{0}\u5929\u540E\u8FFD\u8BC4",additionalImages:"{0}\u5F20\u8FFD\u8BC4\u56FE\u7247"},infiniteloading:{loading:"\u52A0\u8F7D\u4E2D...",pullTxt:"\u677E\u5F00\u5237\u65B0",loadMoreTxt:"\u54CE\u5440\uFF0C\u8FD9\u91CC\u662F\u5E95\u90E8\u4E86\u5566"},datepicker:{year:"\u5E74",month:"\u6708",day:"\u65E5",hour:"\u65F6",min:"\u5206",seconds:"\u79D2"},audiooperate:{back:"\u5012\u9000",start:"\u5F00\u59CB",pause:"\u6682\u505C",forward:"\u5FEB\u8FDB",mute:"\u9759\u97F3"},picker:{title:"\u8BF7\u9009\u62E9"},pickeritem:{placeholder:"\u8BF7\u9009\u62E9"},dateitem:{placeholder:"\u8BF7\u9009\u62E9"},cascaderitem:{placeholder:"\u8BF7\u9009\u62E9"},calendaritem:{placeholder:"\u8BF7\u9009\u62E9"},numberkeyboard:{confirmText:"\u5B8C\u6210"}},e={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"]),end:"End",start:"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:{title:"Pickup Time"},sku:{buyText:"Buy Now",stepperTitle:"Buy Number",addCartText:"Add to Cart"},skuheader:{idText:"Sku Number"},addresslist:{addAddress:"Add New Address"},comment:{complaintsText:"I have a complaint",additionalReview:"Review after {0} days of purchase",additionalImages:"There are {0} follow-up comments"},infiniteloading:{loading:"Loading...",pullTxt:"Loose to refresh",loadMoreTxt:"Oops, this is the bottom"},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"}},t={save:"\u4FDD\u5B58",noData:"\u66AB\u7121\u6578\u64DA",confirmText:"\u78BA\u8A8D",cancelText:"\u53D6\u6D88",clearText:"\u6E05\u9664",defaultText:"\u9ED8\u8BA4",placeholder:"\u8ACB\u8F38\u5165",select:"\u8ACB\u9078\u64C7",dateUnit:{day:"\u65E5",year:"\u5E74",month:"\u6708",hour:"\u65F6",minute:"\u5206",seconds:"\u79D2"},video:{errorTip:"\u8996\u983B\u52A0\u8F09\u5931\u6557",clickRetry:"\u9EDE\u64CA\u91CD\u8A66"},fixednav:{activeText:"\u6536\u8D77\u5C0E\u822A",unActiveText:"\u5FEB\u901F\u5C0E\u822A"},pagination:{prevText:"\u4E0A\u4E00\u9801",nextText:"\u4E0B\u4E00\u9801"},calendarpane:{weekdays:JSON.stringify(["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"]),end:"\u7D50\u675F",start:"\u958B\u59CB",title:"\u884C\u4E8B\u66C6\u9078\u64C7",monthTitle:"{year}\u5E74{month}\u6708",today:"\u4ECA\u5929"},shortpassword:{title:"\u8ACB\u8F38\u5165\u5BC6\u78BC",desc:"\u60A8\u4F7F\u7528\u4E86\u865B\u64EC\u8CC7\u7522,\u8ACB\u9032\u884C\u9A57\u8B49",tips:"\u5FD8\u8A18\u5BC6\u78BC"},uploader:{ready:"\u6E96\u5099\u5B8C\u6210",readyUpload:"\u6E96\u5099\u4E0A\u50B3",waitingUpload:"\u7B49\u5F85\u4E0A\u50B3",uploading:"\u4E0A\u50B3\u4E2D",success:"\u4E0A\u50B3\u6210\u529F",error:"\u4E0A\u50B3\u5931\u6557"},countdown:{day:"\u5929",hour:"\u6642",minute:"\u5206",second:"\u79D2"},empty:{description:"\u66AB\u7121\u6578\u64DA"},address:{selectRegion:"\u8ACB\u9078\u64C7\u6240\u5728\u5730\u5340",deliveryTo:"\u914D\u9001\u81F3",chooseAnotherAddress:"\u9078\u64C7\u5176\u4ED6\u5730\u5740"},signature:{reSign:"\u91CD\u7C3D",unSupportTpl:"\u5C0D\u4E0D\u8D77,\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u6301Canvas,\u7121\u6CD5\u4F7F\u7528\u672C\u63A7\u5236\u9805\uFF01"},ecard:{chooseText:"\u8ACB\u9078\u64C7\u96FB\u5B50\u5361\u9762\u503C",otherValueText:"\u5176\u4ED6\u9762\u503C",placeholder:"\u8ACB\u8F38\u51651-5000\u6574\u6578"},timeselect:{title:"\u53D6\u4EF6\u6642\u9593"},sku:{buyText:"\u7ACB\u5373\u8CFC\u8CB7",stepperTitle:"\u8CFC\u8CB7\u6578\u91CF",addCartText:"\u52A0\u5165\u8CFC\u7269\u8ECA"},skuheader:{idText:"\u5546\u54C1\u7DE8\u865F"},addresslist:{addAddress:"\u65B0\u5EFA\u5730\u5740"},comment:{complaintsText:"\u6211\u8981\u6295\u8A34",additionalReview:"\u8CFC\u8CB7{0}\u5929\u5F8C\u8FFD\u8A55",additionalImages:"{0}\u5F35\u8FFD\u8A55\u5716\u7247"},infiniteloading:{loading:"\u52A0\u8F09\u4E2D...",pullTxt:"\u9B06\u958B\u5237\u65B0",loadMoreTxt:"\u54CE\u5440\uFF0C\u9019\u88E1\u662F\u5E95\u90E8\u4E86\u5566"},datepicker:{year:"\u5E74",month:"\u6708",day:"\u65E5",hour:"\u6642",min:"\u5206",seconds:"\u79D2"},audiooperate:{back:"\u5012\u9000",start:"\u958B\u59CB",pause:"\u66AB\u505C",forward:"\u5FEB\u9032",mute:"\u975C\u97F3"},picker:{title:"\u8ACB\u9078\u64C7"},pickeritem:{placeholder:"\u8ACB\u9078\u64C7"},dateitem:{placeholder:"\u8ACB\u9078\u64C7"},cascaderitem:{placeholder:"\u8ACB\u9078\u64C7"},calendaritem:{placeholder:"\u8ACB\u9078\u64C7"},numberkeyboard:{confirmText:"\u5B8C\u6210"}};var a={zh_CN:{...u},en_US:{...e},zh_TW:{...t}};module.exports=a;
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
zh_CN: {
|
|
3
|
+
save: string;
|
|
4
|
+
noData: string;
|
|
5
|
+
confirmText: string;
|
|
6
|
+
cancelText: string;
|
|
7
|
+
clearText: string;
|
|
8
|
+
defaultText: string;
|
|
9
|
+
placeholder: string;
|
|
10
|
+
select: string;
|
|
11
|
+
dateUnit: {
|
|
12
|
+
day: string;
|
|
13
|
+
year: string;
|
|
14
|
+
month: string;
|
|
15
|
+
hour: string;
|
|
16
|
+
minute: string;
|
|
17
|
+
seconds: string;
|
|
18
|
+
};
|
|
19
|
+
video: {
|
|
20
|
+
errorTip: string;
|
|
21
|
+
clickRetry: string;
|
|
22
|
+
};
|
|
23
|
+
fixednav: {
|
|
24
|
+
activeText: string;
|
|
25
|
+
unActiveText: string;
|
|
26
|
+
};
|
|
27
|
+
pagination: {
|
|
28
|
+
prevText: string;
|
|
29
|
+
nextText: string;
|
|
30
|
+
};
|
|
31
|
+
calendarpane: {
|
|
32
|
+
weekdays: string;
|
|
33
|
+
end: string;
|
|
34
|
+
start: string;
|
|
35
|
+
title: string;
|
|
36
|
+
monthTitle: string;
|
|
37
|
+
today: string;
|
|
38
|
+
};
|
|
39
|
+
shortpassword: {
|
|
40
|
+
title: string;
|
|
41
|
+
desc: string;
|
|
42
|
+
tips: string;
|
|
43
|
+
};
|
|
44
|
+
uploader: {
|
|
45
|
+
ready: string;
|
|
46
|
+
readyUpload: string;
|
|
47
|
+
waitingUpload: string;
|
|
48
|
+
uploading: string;
|
|
49
|
+
success: string;
|
|
50
|
+
error: string;
|
|
51
|
+
};
|
|
52
|
+
countdown: {
|
|
53
|
+
day: string;
|
|
54
|
+
hour: string;
|
|
55
|
+
minute: string;
|
|
56
|
+
second: string;
|
|
57
|
+
};
|
|
58
|
+
empty: {
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
address: {
|
|
62
|
+
selectRegion: string;
|
|
63
|
+
deliveryTo: string;
|
|
64
|
+
chooseAnotherAddress: string;
|
|
65
|
+
};
|
|
66
|
+
signature: {
|
|
67
|
+
reSign: string;
|
|
68
|
+
unSupportTpl: string;
|
|
69
|
+
};
|
|
70
|
+
ecard: {
|
|
71
|
+
chooseText: string;
|
|
72
|
+
otherValueText: string;
|
|
73
|
+
placeholder: string;
|
|
74
|
+
};
|
|
75
|
+
timeselect: {
|
|
76
|
+
title: string;
|
|
77
|
+
};
|
|
78
|
+
sku: {
|
|
79
|
+
buyText: string;
|
|
80
|
+
stepperTitle: string;
|
|
81
|
+
addCartText: string;
|
|
82
|
+
};
|
|
83
|
+
skuheader: {
|
|
84
|
+
idText: string;
|
|
85
|
+
};
|
|
86
|
+
addresslist: {
|
|
87
|
+
addAddress: string;
|
|
88
|
+
};
|
|
89
|
+
comment: {
|
|
90
|
+
complaintsText: string;
|
|
91
|
+
additionalReview: string;
|
|
92
|
+
additionalImages: string;
|
|
93
|
+
};
|
|
94
|
+
infiniteloading: {
|
|
95
|
+
loading: string;
|
|
96
|
+
pullTxt: string;
|
|
97
|
+
loadMoreTxt: string;
|
|
98
|
+
};
|
|
99
|
+
datepicker: {
|
|
100
|
+
year: string;
|
|
101
|
+
month: string;
|
|
102
|
+
day: string;
|
|
103
|
+
hour: string;
|
|
104
|
+
min: string;
|
|
105
|
+
seconds: string;
|
|
106
|
+
};
|
|
107
|
+
audiooperate: {
|
|
108
|
+
back: string;
|
|
109
|
+
start: string;
|
|
110
|
+
pause: string;
|
|
111
|
+
forward: string;
|
|
112
|
+
mute: string;
|
|
113
|
+
};
|
|
114
|
+
picker: {
|
|
115
|
+
title: string;
|
|
116
|
+
};
|
|
117
|
+
pickeritem: {
|
|
118
|
+
placeholder: string;
|
|
119
|
+
};
|
|
120
|
+
dateitem: {
|
|
121
|
+
placeholder: string;
|
|
122
|
+
};
|
|
123
|
+
cascaderitem: {
|
|
124
|
+
placeholder: string;
|
|
125
|
+
};
|
|
126
|
+
calendaritem: {
|
|
127
|
+
placeholder: string;
|
|
128
|
+
};
|
|
129
|
+
numberkeyboard: {
|
|
130
|
+
confirmText: string;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
en_US: {
|
|
134
|
+
save: string;
|
|
135
|
+
noData: string;
|
|
136
|
+
confirmText: string;
|
|
137
|
+
cancelText: string;
|
|
138
|
+
clearText: string;
|
|
139
|
+
defaultText: string;
|
|
140
|
+
placeholder: string;
|
|
141
|
+
select: string;
|
|
142
|
+
dateUnit: {
|
|
143
|
+
day: string;
|
|
144
|
+
year: string;
|
|
145
|
+
month: string;
|
|
146
|
+
hour: string;
|
|
147
|
+
minute: string;
|
|
148
|
+
seconds: string;
|
|
149
|
+
};
|
|
150
|
+
video: {
|
|
151
|
+
errorTip: string;
|
|
152
|
+
clickRetry: string;
|
|
153
|
+
};
|
|
154
|
+
fixednav: {
|
|
155
|
+
activeText: string;
|
|
156
|
+
unActiveText: string;
|
|
157
|
+
};
|
|
158
|
+
pagination: {
|
|
159
|
+
prevText: string;
|
|
160
|
+
nextText: string;
|
|
161
|
+
};
|
|
162
|
+
calendarpane: {
|
|
163
|
+
weekdays: string;
|
|
164
|
+
end: string;
|
|
165
|
+
start: string;
|
|
166
|
+
title: string;
|
|
167
|
+
monthTitle: string;
|
|
168
|
+
today: string;
|
|
169
|
+
};
|
|
170
|
+
shortpassword: {
|
|
171
|
+
title: string;
|
|
172
|
+
desc: string;
|
|
173
|
+
tips: string;
|
|
174
|
+
};
|
|
175
|
+
uploader: {
|
|
176
|
+
ready: string;
|
|
177
|
+
readyUpload: string;
|
|
178
|
+
waitingUpload: string;
|
|
179
|
+
uploading: string;
|
|
180
|
+
success: string;
|
|
181
|
+
error: string;
|
|
182
|
+
};
|
|
183
|
+
countdown: {
|
|
184
|
+
day: string;
|
|
185
|
+
hour: string;
|
|
186
|
+
minute: string;
|
|
187
|
+
second: string;
|
|
188
|
+
};
|
|
189
|
+
empty: {
|
|
190
|
+
description: string;
|
|
191
|
+
};
|
|
192
|
+
address: {
|
|
193
|
+
selectRegion: string;
|
|
194
|
+
deliveryTo: string;
|
|
195
|
+
chooseAnotherAddress: string;
|
|
196
|
+
};
|
|
197
|
+
signature: {
|
|
198
|
+
reSign: string;
|
|
199
|
+
unSupportTpl: string;
|
|
200
|
+
};
|
|
201
|
+
ecard: {
|
|
202
|
+
chooseText: string;
|
|
203
|
+
otherValueText: string;
|
|
204
|
+
placeholder: string;
|
|
205
|
+
};
|
|
206
|
+
timeselect: {
|
|
207
|
+
title: string;
|
|
208
|
+
};
|
|
209
|
+
sku: {
|
|
210
|
+
buyText: string;
|
|
211
|
+
stepperTitle: string;
|
|
212
|
+
addCartText: string;
|
|
213
|
+
};
|
|
214
|
+
skuheader: {
|
|
215
|
+
idText: string;
|
|
216
|
+
};
|
|
217
|
+
addresslist: {
|
|
218
|
+
addAddress: string;
|
|
219
|
+
};
|
|
220
|
+
comment: {
|
|
221
|
+
complaintsText: string;
|
|
222
|
+
additionalReview: string;
|
|
223
|
+
additionalImages: string;
|
|
224
|
+
};
|
|
225
|
+
infiniteloading: {
|
|
226
|
+
loading: string;
|
|
227
|
+
pullTxt: string;
|
|
228
|
+
loadMoreTxt: string;
|
|
229
|
+
};
|
|
230
|
+
datepicker: {
|
|
231
|
+
year: string;
|
|
232
|
+
month: string;
|
|
233
|
+
day: string;
|
|
234
|
+
hour: string;
|
|
235
|
+
min: string;
|
|
236
|
+
seconds: string;
|
|
237
|
+
};
|
|
238
|
+
audiooperate: {
|
|
239
|
+
back: string;
|
|
240
|
+
start: string;
|
|
241
|
+
pause: string;
|
|
242
|
+
forward: string;
|
|
243
|
+
mute: string;
|
|
244
|
+
};
|
|
245
|
+
picker: {
|
|
246
|
+
title: string;
|
|
247
|
+
};
|
|
248
|
+
pickeritem: {
|
|
249
|
+
placeholder: string;
|
|
250
|
+
};
|
|
251
|
+
dateitem: {
|
|
252
|
+
placeholder: string;
|
|
253
|
+
};
|
|
254
|
+
cascaderitem: {
|
|
255
|
+
placeholder: string;
|
|
256
|
+
};
|
|
257
|
+
calendaritem: {
|
|
258
|
+
placeholder: string;
|
|
259
|
+
};
|
|
260
|
+
numberkeyboard: {
|
|
261
|
+
confirmText: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
zh_TW: {
|
|
265
|
+
save: string;
|
|
266
|
+
noData: string;
|
|
267
|
+
confirmText: string;
|
|
268
|
+
cancelText: string;
|
|
269
|
+
clearText: string;
|
|
270
|
+
defaultText: string;
|
|
271
|
+
placeholder: string;
|
|
272
|
+
select: string;
|
|
273
|
+
dateUnit: {
|
|
274
|
+
day: string;
|
|
275
|
+
year: string;
|
|
276
|
+
month: string;
|
|
277
|
+
hour: string;
|
|
278
|
+
minute: string;
|
|
279
|
+
seconds: string;
|
|
280
|
+
};
|
|
281
|
+
video: {
|
|
282
|
+
errorTip: string;
|
|
283
|
+
clickRetry: string;
|
|
284
|
+
};
|
|
285
|
+
fixednav: {
|
|
286
|
+
activeText: string;
|
|
287
|
+
unActiveText: string;
|
|
288
|
+
};
|
|
289
|
+
pagination: {
|
|
290
|
+
prevText: string;
|
|
291
|
+
nextText: string;
|
|
292
|
+
};
|
|
293
|
+
calendarpane: {
|
|
294
|
+
weekdays: string;
|
|
295
|
+
end: string;
|
|
296
|
+
start: string;
|
|
297
|
+
title: string;
|
|
298
|
+
monthTitle: string;
|
|
299
|
+
today: string;
|
|
300
|
+
};
|
|
301
|
+
shortpassword: {
|
|
302
|
+
title: string;
|
|
303
|
+
desc: string;
|
|
304
|
+
tips: string;
|
|
305
|
+
};
|
|
306
|
+
uploader: {
|
|
307
|
+
ready: string;
|
|
308
|
+
readyUpload: string;
|
|
309
|
+
waitingUpload: string;
|
|
310
|
+
uploading: string;
|
|
311
|
+
success: string;
|
|
312
|
+
error: string;
|
|
313
|
+
};
|
|
314
|
+
countdown: {
|
|
315
|
+
day: string;
|
|
316
|
+
hour: string;
|
|
317
|
+
minute: string;
|
|
318
|
+
second: string;
|
|
319
|
+
};
|
|
320
|
+
empty: {
|
|
321
|
+
description: string;
|
|
322
|
+
};
|
|
323
|
+
address: {
|
|
324
|
+
selectRegion: string;
|
|
325
|
+
deliveryTo: string;
|
|
326
|
+
chooseAnotherAddress: string;
|
|
327
|
+
};
|
|
328
|
+
signature: {
|
|
329
|
+
reSign: string;
|
|
330
|
+
unSupportTpl: string;
|
|
331
|
+
};
|
|
332
|
+
ecard: {
|
|
333
|
+
chooseText: string;
|
|
334
|
+
otherValueText: string;
|
|
335
|
+
placeholder: string;
|
|
336
|
+
};
|
|
337
|
+
timeselect: {
|
|
338
|
+
title: string;
|
|
339
|
+
};
|
|
340
|
+
sku: {
|
|
341
|
+
buyText: string;
|
|
342
|
+
stepperTitle: string;
|
|
343
|
+
addCartText: string;
|
|
344
|
+
};
|
|
345
|
+
skuheader: {
|
|
346
|
+
idText: string;
|
|
347
|
+
};
|
|
348
|
+
addresslist: {
|
|
349
|
+
addAddress: string;
|
|
350
|
+
};
|
|
351
|
+
comment: {
|
|
352
|
+
complaintsText: string;
|
|
353
|
+
additionalReview: string;
|
|
354
|
+
additionalImages: string;
|
|
355
|
+
};
|
|
356
|
+
infiniteloading: {
|
|
357
|
+
loading: string;
|
|
358
|
+
pullTxt: string;
|
|
359
|
+
loadMoreTxt: string;
|
|
360
|
+
};
|
|
361
|
+
datepicker: {
|
|
362
|
+
year: string;
|
|
363
|
+
month: string;
|
|
364
|
+
day: string;
|
|
365
|
+
hour: string;
|
|
366
|
+
min: string;
|
|
367
|
+
seconds: string;
|
|
368
|
+
};
|
|
369
|
+
audiooperate: {
|
|
370
|
+
back: string;
|
|
371
|
+
start: string;
|
|
372
|
+
pause: string;
|
|
373
|
+
forward: string;
|
|
374
|
+
mute: string;
|
|
375
|
+
};
|
|
376
|
+
picker: {
|
|
377
|
+
title: string;
|
|
378
|
+
};
|
|
379
|
+
pickeritem: {
|
|
380
|
+
placeholder: string;
|
|
381
|
+
};
|
|
382
|
+
dateitem: {
|
|
383
|
+
placeholder: string;
|
|
384
|
+
};
|
|
385
|
+
cascaderitem: {
|
|
386
|
+
placeholder: string;
|
|
387
|
+
};
|
|
388
|
+
calendaritem: {
|
|
389
|
+
placeholder: string;
|
|
390
|
+
};
|
|
391
|
+
numberkeyboard: {
|
|
392
|
+
confirmText: string;
|
|
393
|
+
};
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
export default _default;
|