@fox-js/foxui-pad 4.0.1-1 → 4.0.1-3

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/style.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Mon Dec 26 2022 15:38:28 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Mon Jan 30 2023 15:21:30 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const t = "";
5
5
  export {
@@ -1,6 +1,5 @@
1
1
  import type { AllowedComponentProps } from 'vue';
2
2
  import { App } from 'vue';
3
- import { clone } from '@fox-js/fox';
4
3
  import { compareTo } from '@fox-js/big-decimal';
5
4
  import type { ComponentCustomProps } from 'vue';
6
5
  import { ComponentInternalInstance } from 'vue';
@@ -10,7 +9,6 @@ import type { ComputedOptions } from 'vue';
10
9
  import type { DefineComponent } from 'vue';
11
10
  import { divide } from '@fox-js/big-decimal';
12
11
  import { ExecuteValidator } from '@fox-js/validator';
13
- import { extend } from '@fox-js/fox';
14
12
  import { ElAffix as FoxAffix } from 'element-plus';
15
13
  import { ElAlert as FoxAlert } from 'element-plus';
16
14
  import { ElAside as FoxAside } from 'element-plus';
@@ -105,27 +103,12 @@ import { ElTree as FoxTree } from 'element-plus';
105
103
  import { ElTreeSelect as FoxTreeSelect } from 'element-plus';
106
104
  import { ElTreeV2 as FoxTreeV2 } from 'element-plus';
107
105
  import { ElUpload as FoxUpload } from 'element-plus';
108
- import { isArray } from '@fox-js/fox';
109
- import { isDate } from '@fox-js/fox';
110
- import { isEqual } from '@fox-js/fox';
111
- import { isESModule } from '@fox-js/fox';
112
- import { isFunction } from '@fox-js/fox';
113
- import { isMap } from '@fox-js/fox';
114
- import { isObject } from '@fox-js/fox';
115
- import { isPlainObject } from '@fox-js/fox';
116
- import { isPromise } from '@fox-js/fox';
117
- import { isSet } from '@fox-js/fox';
118
- import { isString } from '@fox-js/fox';
119
- import { isSymbol } from '@fox-js/fox';
120
106
  import type { MethodOptions } from 'vue';
121
107
  import { multiply } from '@fox-js/big-decimal';
122
108
  import { negate } from '@fox-js/big-decimal';
123
109
  import { numberFormat } from '@fox-js/big-decimal';
124
110
  import { Ref } from 'vue';
125
111
  import { Rule } from '@fox-js/validator';
126
- import { toBoolean } from '@fox-js/fox';
127
- import { toNumber } from '@fox-js/fox';
128
- import { toTypeString } from '@fox-js/fox';
129
112
  import { unNumberFormat } from '@fox-js/big-decimal';
130
113
  import { UnwrapNestedRefs } from 'vue';
131
114
  import { UnwrapRef } from 'vue';
@@ -234,7 +217,15 @@ export declare const CheckboxItem: DefineComponent<unknown, object, {}, Computed
234
217
  */
235
218
  export declare function clearNonNumber(value: string, allowDot?: boolean, allowMinus?: boolean): string;
236
219
 
237
- export { clone }
220
+ /**
221
+ * 克隆对象
222
+ * @param target
223
+ * @param source
224
+ * @param plain
225
+ *
226
+ * @returns
227
+ */
228
+ export declare function clone(target: any, source: any, plain?: boolean): any;
238
229
 
239
230
  export { compareTo }
240
231
 
@@ -484,7 +475,12 @@ declare interface EventListener_2 {
484
475
  */
485
476
  export declare function excludeProps(src: Record<string, any>, ...excludeTemplates: Record<string, any>[]): Record<string, any>;
486
477
 
487
- export { extend }
478
+ /**
479
+ * 继承(是否深度拷贝,dest,src1,src2,src3...)
480
+ *
481
+ * @returns
482
+ */
483
+ export declare function extend(...args: any[]): any;
488
484
 
489
485
  export declare const ExtIcon: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
490
486
 
@@ -745,6 +741,7 @@ declare interface FoxUI {
745
741
  * UI Options
746
742
  */
747
743
  declare interface FoxUIOptions {
744
+ install?: boolean;
748
745
  headerBarHeight?: number;
749
746
  footerBarHeight?: number;
750
747
  safeAreaInset?: SafeAreaInset;
@@ -897,6 +894,11 @@ declare interface GroupLayout {
897
894
  gutter: number;
898
895
  }
899
896
 
897
+ /**
898
+ * 是否支持symbol
899
+ */
900
+ export declare const hasSymbol: boolean;
901
+
900
902
  export declare const HeaderBar: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
901
903
 
902
904
  export declare const HintText: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
@@ -936,14 +938,29 @@ declare interface Installer {
936
938
  */
937
939
  export declare function integerLength(value: string | number): number;
938
940
 
939
- export { isArray }
941
+ /**
942
+ * 是否数组
943
+ */
944
+ export declare const isArray: (arg: any) => arg is any[];
945
+
946
+ /**
947
+ * 是否为类数组
948
+ * @param obj
949
+ * @returns {boolean}
950
+ */
951
+ export declare function isArrayLike(obj: any): boolean;
940
952
 
941
953
  /**
942
954
  * 是否为浏览器环境
943
955
  */
944
956
  export declare const isBrowser: boolean;
945
957
 
946
- export { isDate }
958
+ /**
959
+ * 是否为Date
960
+ * @param val
961
+ * @returns
962
+ */
963
+ export declare const isDate: (val: unknown) => val is Date;
947
964
 
948
965
  /**
949
966
  * 是否空字符串
@@ -952,11 +969,27 @@ export { isDate }
952
969
  */
953
970
  export declare const isEmptyString: (v: unknown) => boolean;
954
971
 
955
- export { isEqual }
972
+ /**
973
+ * 判断两个对象是否一致
974
+ * @param x
975
+ * @param y
976
+ * @return
977
+ */
978
+ export declare function isEqual(x: any, y: any): boolean;
956
979
 
957
- export { isESModule }
980
+ /**
981
+ * 是否为es module
982
+ * @param obj
983
+ * @returns
984
+ */
985
+ export declare function isESModule(obj: any): obj is Object;
958
986
 
959
- export { isFunction }
987
+ /**
988
+ * 是否为函数
989
+ * @param val
990
+ * @returns
991
+ */
992
+ export declare const isFunction: (val: unknown) => val is Function;
960
993
 
961
994
  /**
962
995
  * 是否为内嵌页面
@@ -967,7 +1000,12 @@ export { isFunction }
967
1000
  */
968
1001
  export declare function isInnerPage(domain: Domain, proxy: any): boolean;
969
1002
 
970
- export { isMap }
1003
+ /**
1004
+ * 是否为Map
1005
+ * @param val
1006
+ * @returns
1007
+ */
1008
+ export declare const isMap: (val: unknown) => val is Map<any, any>;
971
1009
 
972
1010
  /**
973
1011
  * 是否为数字字符串
@@ -976,11 +1014,24 @@ export { isMap }
976
1014
  */
977
1015
  export declare function isNumberString(value: string): boolean;
978
1016
 
979
- export { isObject }
1017
+ /**
1018
+ * 是否为object
1019
+ */
1020
+ export declare const isObject: (val: unknown) => val is Record<any, any>;
980
1021
 
981
- export { isPlainObject }
1022
+ /**
1023
+ * 是否为plain对象
1024
+ * @param val
1025
+ * @returns
1026
+ */
1027
+ export declare const isPlainObject: (val: unknown) => val is object;
982
1028
 
983
- export { isPromise }
1029
+ /**
1030
+ * 是否为promise
1031
+ * @param val
1032
+ * @returns
1033
+ */
1034
+ export declare const isPromise: <T = any>(val: unknown) => val is Promise<T>;
984
1035
 
985
1036
  /**
986
1037
  * 判断是否为正则表达式
@@ -989,9 +1040,19 @@ export { isPromise }
989
1040
  */
990
1041
  export declare function isRegExp(v: unknown): v is RegExp;
991
1042
 
992
- export { isSet }
1043
+ /**
1044
+ * 是否为Set
1045
+ * @param val
1046
+ * @returns
1047
+ */
1048
+ export declare const isSet: (val: unknown) => val is Set<any>;
993
1049
 
994
- export { isString }
1050
+ /**
1051
+ * 是否为字符串
1052
+ * @param val
1053
+ * @returns
1054
+ */
1055
+ export declare const isString: (val: unknown) => val is string;
995
1056
 
996
1057
  /**
997
1058
  * 是否子页面
@@ -999,7 +1060,18 @@ export { isString }
999
1060
  */
1000
1061
  export declare function isSubPage(domain: Domain): boolean;
1001
1062
 
1002
- export { isSymbol }
1063
+ /**
1064
+ * 是否为symbol
1065
+ * @param val
1066
+ * @returns
1067
+ */
1068
+ export declare const isSymbol: (val: unknown) => val is symbol;
1069
+
1070
+ /**
1071
+ * 是否是window对象
1072
+ * @param obj
1073
+ */
1074
+ export declare function isWindow(obj: any): boolean;
1003
1075
 
1004
1076
  export declare const Item: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1005
1077
 
@@ -1011,6 +1083,14 @@ export declare const Item: DefineComponent<unknown, object, {}, ComputedOptions,
1011
1083
  */
1012
1084
  export declare function lastIndexOf(x: unknown, arr: unknown[]): number;
1013
1085
 
1086
+ /**
1087
+ * 创建数组
1088
+ * @param arr
1089
+ * @param results
1090
+ * @return
1091
+ */
1092
+ export declare function makeArray(arr: any, results?: any[]): any[];
1093
+
1014
1094
  export declare const Mapping: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1015
1095
 
1016
1096
  /**
@@ -1024,14 +1104,36 @@ export declare interface Matched {
1024
1104
  level?: number;
1025
1105
  }
1026
1106
 
1107
+ /**
1108
+ * 合并数组
1109
+ * @param first
1110
+ * @param second
1111
+ * @return
1112
+ */
1113
+ export declare function merge(first: any[], second: any[]): any[];
1114
+
1027
1115
  export declare const MoneyItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1028
1116
 
1029
1117
  export { multiply }
1030
1118
 
1031
1119
  export { negate }
1032
1120
 
1121
+ /**
1122
+ * 下一个事件周期中执行函数
1123
+ * @param fn
1124
+ * @param args
1125
+ */
1126
+ export declare function nextTick(fn: {
1127
+ (...args: any[]): void;
1128
+ }, ...args: any[]): void;
1129
+
1033
1130
  export { numberFormat }
1034
1131
 
1132
+ /**
1133
+ * 对象类型
1134
+ */
1135
+ export declare const objectToString: () => string;
1136
+
1035
1137
  export declare const Overlay: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1036
1138
 
1037
1139
  /**
@@ -1224,9 +1326,19 @@ export declare const TimeSelectItem: DefineComponent<unknown, object, {}, Comput
1224
1326
 
1225
1327
  export declare const Toast: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1226
1328
 
1227
- export { toBoolean }
1329
+ /**
1330
+ * 转换为boolean值
1331
+ * @param val
1332
+ * @returns
1333
+ */
1334
+ export declare function toBoolean(val: unknown): boolean;
1228
1335
 
1229
- export { toNumber }
1336
+ /**
1337
+ * 转换为number值
1338
+ * @param val
1339
+ * @returns
1340
+ */
1341
+ export declare function toNumber(val: unknown): number;
1230
1342
 
1231
1343
  /**
1232
1344
  * 转换为number rect
@@ -1248,7 +1360,7 @@ export declare function toPx(value: number | string, size?: number): number;
1248
1360
  */
1249
1361
  export declare const toPxDesc: (value: string | number, size?: number) => string;
1250
1362
 
1251
- export { toTypeString }
1363
+ export declare const toTypeString: (value: unknown) => string;
1252
1364
 
1253
1365
  /**
1254
1366
  * to model value
@@ -1258,6 +1370,13 @@ export { toTypeString }
1258
1370
  */
1259
1371
  export declare function toValue(props: UnwrapRef<Record<string, any>>, name?: string, format?: ValueFormat<any, any>): Ref;
1260
1372
 
1373
+ /**
1374
+ * 判断类型
1375
+ * @param obj
1376
+ * @returns any
1377
+ */
1378
+ export declare function typeOf(obj: any): string;
1379
+
1261
1380
  export declare class UniqueID {
1262
1381
  /**
1263
1382
  * seed id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pad",
3
- "version": "4.0.1-1",
3
+ "version": "4.0.1-3",
4
4
  "description": "FoxUI PAD端组件库",
5
5
  "author": "jiangcheng",
6
6
  "main": "dist/index.umd.js",
@@ -13,12 +13,12 @@
13
13
  "./style.css": "./dist/style.css",
14
14
  "./dist/locale": {
15
15
  "import": {
16
- "node": "./dist/locale/index.cjs.js",
16
+ "node": "./dist/locale/index.esm.js",
17
17
  "default": "./dist/locale/index.esm.js"
18
18
  },
19
19
  "require": {
20
- "node": "./dist/locale/index.cjs.js",
21
- "default": "./dist/locale/index.cjs.js"
20
+ "node": "./dist/locale/index.umd.js",
21
+ "default": "./dist/locale/index.umd.js"
22
22
  }
23
23
  }
24
24
  },
@@ -1,3 +0,0 @@
1
- "use strict";/*!
2
- * @fox-js/foxui-desktop v4.0.0 Mon Dec 26 2022 15:34:51 GMT+0800 (中国标准时间)
3
- */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"]),endText:"\u7ED3\u675F",startText:"\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"]),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:{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"]),endText:"\u7D50\u675F",startText:"\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"}},a={zh_CN:{...u},en_US:{...e},zh_TW:{...t}};module.exports=a;