@fox-js/foxui 3.0.0 → 4.0.1-0

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