vant 3.4.3 → 3.4.6

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 (380) hide show
  1. package/changelog.generated.md +92 -0
  2. package/es/area/Area.js +3 -1
  3. package/es/calendar/Calendar.d.ts +4 -0
  4. package/es/calendar/Calendar.js +2 -0
  5. package/es/calendar/index.d.ts +3 -0
  6. package/es/collapse-item/CollapseItem.d.ts +13 -0
  7. package/es/collapse-item/CollapseItem.js +3 -2
  8. package/es/collapse-item/index.d.ts +9 -0
  9. package/es/dialog/Dialog.d.ts +2 -1
  10. package/es/dialog/Dialog.js +19 -3
  11. package/es/dialog/function-call.d.ts +2 -1
  12. package/es/field/utils.js +2 -1
  13. package/es/index-bar/IndexBar.d.ts +4 -4
  14. package/es/index-bar/IndexBar.js +3 -1
  15. package/es/index-bar/index.d.ts +3 -3
  16. package/es/index.d.ts +1 -1
  17. package/es/index.js +1 -1
  18. package/es/locale/lang/bn-BD.d.ts +64 -0
  19. package/es/locale/lang/bn-BD.js +74 -0
  20. package/es/locale/lang/de-DE-formal.js +1 -1
  21. package/es/locale/lang/de-DE.js +1 -1
  22. package/es/locale/lang/en-US.js +1 -1
  23. package/es/locale/lang/es-ES.js +1 -1
  24. package/es/locale/lang/fr-FR.js +1 -1
  25. package/es/locale/lang/hi-IN.js +1 -1
  26. package/es/locale/lang/id-ID.d.ts +64 -0
  27. package/es/locale/lang/id-ID.js +66 -0
  28. package/es/locale/lang/it-IT.d.ts +64 -0
  29. package/es/locale/lang/it-IT.js +74 -0
  30. package/es/locale/lang/ja-JP.js +1 -1
  31. package/es/locale/lang/ko-KR.js +1 -1
  32. package/es/locale/lang/nb-NO.js +1 -1
  33. package/es/locale/lang/pt-BR.js +1 -1
  34. package/es/locale/lang/ro-RO.js +1 -1
  35. package/es/locale/lang/ru-RU.js +1 -1
  36. package/es/locale/lang/th-TH.js +1 -1
  37. package/es/locale/lang/uk-UA.d.ts +64 -0
  38. package/es/locale/lang/uk-UA.js +74 -0
  39. package/es/locale/lang/vi-VN.d.ts +64 -0
  40. package/es/locale/lang/vi-VN.js +74 -0
  41. package/es/locale/lang/zh-CN.js +1 -1
  42. package/es/locale/lang/zh-HK.js +1 -1
  43. package/es/locale/lang/zh-TW.js +1 -1
  44. package/es/nav-bar/NavBar.d.ts +1 -1
  45. package/es/nav-bar/NavBar.js +3 -3
  46. package/es/nav-bar/index.d.ts +1 -1
  47. package/es/popup/Popup.d.ts +6 -1
  48. package/es/popup/Popup.js +14 -3
  49. package/es/popup/index.d.ts +5 -1
  50. package/es/popup/types.d.ts +5 -2
  51. package/es/skeleton/Skeleton.js +6 -4
  52. package/es/style/base.css +1 -1
  53. package/es/style/base.less +5 -0
  54. package/es/submit-bar/index.css +1 -1
  55. package/es/submit-bar/index.less +1 -0
  56. package/es/swipe-cell/SwipeCell.js +1 -1
  57. package/es/toast/Toast.d.ts +3 -0
  58. package/es/toast/Toast.js +3 -1
  59. package/es/uploader/types.d.ts +1 -3
  60. package/es/utils/interceptor.d.ts +1 -1
  61. package/lib/action-bar/ActionBar.js +14 -13
  62. package/lib/action-bar/index.js +14 -8
  63. package/lib/action-bar-button/ActionBarButton.js +18 -17
  64. package/lib/action-bar-button/index.js +14 -8
  65. package/lib/action-bar-icon/ActionBarIcon.js +18 -17
  66. package/lib/action-bar-icon/index.js +14 -8
  67. package/lib/action-sheet/ActionSheet.js +17 -16
  68. package/lib/action-sheet/index.js +14 -8
  69. package/lib/address-edit/AddressEdit.js +25 -19
  70. package/lib/address-edit/AddressEditDetail.js +15 -14
  71. package/lib/address-edit/index.js +14 -8
  72. package/lib/address-edit/types.js +18 -1
  73. package/lib/address-list/AddressList.js +18 -12
  74. package/lib/address-list/AddressListItem.js +17 -16
  75. package/lib/address-list/index.js +14 -8
  76. package/lib/area/Area.js +20 -17
  77. package/lib/area/index.js +14 -8
  78. package/lib/area/types.js +18 -1
  79. package/lib/badge/Badge.js +13 -12
  80. package/lib/badge/index.js +14 -8
  81. package/lib/button/Button.js +16 -15
  82. package/lib/button/index.js +14 -8
  83. package/lib/button/types.js +18 -1
  84. package/lib/calendar/Calendar.d.ts +4 -0
  85. package/lib/calendar/Calendar.js +26 -18
  86. package/lib/calendar/CalendarDay.js +14 -13
  87. package/lib/calendar/CalendarHeader.js +14 -13
  88. package/lib/calendar/CalendarMonth.js +21 -15
  89. package/lib/calendar/index.d.ts +3 -0
  90. package/lib/calendar/index.js +14 -8
  91. package/lib/calendar/types.js +18 -1
  92. package/lib/calendar/utils.js +11 -10
  93. package/lib/card/Card.js +15 -14
  94. package/lib/card/index.js +14 -8
  95. package/lib/cascader/Cascader.js +16 -15
  96. package/lib/cascader/index.js +14 -8
  97. package/lib/cascader/types.js +18 -1
  98. package/lib/cell/Cell.js +15 -14
  99. package/lib/cell/index.js +14 -8
  100. package/lib/cell-group/CellGroup.js +13 -12
  101. package/lib/cell-group/index.js +14 -8
  102. package/lib/checkbox/Checkbox.js +19 -13
  103. package/lib/checkbox/Checker.js +14 -13
  104. package/lib/checkbox/index.js +14 -8
  105. package/lib/checkbox/types.js +18 -1
  106. package/lib/checkbox-group/CheckboxGroup.js +15 -14
  107. package/lib/checkbox-group/index.js +14 -8
  108. package/lib/checkbox-group/types.js +18 -1
  109. package/lib/circle/Circle.js +14 -13
  110. package/lib/circle/index.js +14 -8
  111. package/lib/col/Col.js +15 -14
  112. package/lib/col/index.js +14 -8
  113. package/lib/collapse/Collapse.js +14 -13
  114. package/lib/collapse/index.js +14 -8
  115. package/lib/collapse-item/CollapseItem.d.ts +13 -0
  116. package/lib/collapse-item/CollapseItem.js +22 -20
  117. package/lib/collapse-item/index.d.ts +9 -0
  118. package/lib/collapse-item/index.js +14 -8
  119. package/lib/collapse-item/types.js +18 -1
  120. package/lib/composables/on-popup-reopen.js +11 -10
  121. package/lib/composables/use-expose.js +12 -11
  122. package/lib/composables/use-height.js +12 -11
  123. package/lib/composables/use-id.js +11 -10
  124. package/lib/composables/use-lazy-render.js +11 -10
  125. package/lib/composables/use-lock-scroll.js +14 -13
  126. package/lib/composables/use-placeholder.js +12 -11
  127. package/lib/composables/use-refs.js +11 -10
  128. package/lib/composables/use-route.js +11 -10
  129. package/lib/composables/use-tab-status.js +11 -10
  130. package/lib/composables/use-touch.js +11 -10
  131. package/lib/composables/use-visibility-change.js +13 -12
  132. package/lib/config-provider/ConfigProvider.js +13 -12
  133. package/lib/config-provider/index.js +14 -8
  134. package/lib/contact-card/ContactCard.js +14 -13
  135. package/lib/contact-card/index.js +14 -8
  136. package/lib/contact-edit/ContactEdit.js +18 -17
  137. package/lib/contact-edit/index.js +14 -8
  138. package/lib/contact-list/ContactList.js +19 -18
  139. package/lib/contact-list/index.js +14 -8
  140. package/lib/count-down/CountDown.js +16 -15
  141. package/lib/count-down/index.js +14 -8
  142. package/lib/count-down/types.js +18 -1
  143. package/lib/count-down/utils.js +11 -10
  144. package/lib/coupon/Coupon.js +15 -14
  145. package/lib/coupon/index.js +14 -8
  146. package/lib/coupon/utils.js +11 -10
  147. package/lib/coupon-cell/CouponCell.js +14 -13
  148. package/lib/coupon-cell/index.js +14 -8
  149. package/lib/coupon-list/CouponList.js +20 -19
  150. package/lib/coupon-list/index.js +14 -8
  151. package/lib/datetime-picker/DatePicker.js +16 -15
  152. package/lib/datetime-picker/DatetimePicker.js +18 -12
  153. package/lib/datetime-picker/TimePicker.js +16 -15
  154. package/lib/datetime-picker/index.js +14 -8
  155. package/lib/datetime-picker/types.js +18 -1
  156. package/lib/datetime-picker/utils.js +12 -11
  157. package/lib/dialog/Dialog.d.ts +2 -1
  158. package/lib/dialog/Dialog.js +35 -18
  159. package/lib/dialog/function-call.d.ts +2 -1
  160. package/lib/dialog/function-call.js +16 -10
  161. package/lib/dialog/index.js +11 -10
  162. package/lib/dialog/types.js +18 -1
  163. package/lib/divider/Divider.js +13 -12
  164. package/lib/divider/index.js +14 -8
  165. package/lib/dropdown-item/DropdownItem.js +19 -18
  166. package/lib/dropdown-item/index.js +14 -8
  167. package/lib/dropdown-item/types.js +18 -1
  168. package/lib/dropdown-menu/DropdownMenu.js +15 -14
  169. package/lib/dropdown-menu/index.js +14 -8
  170. package/lib/dropdown-menu/types.js +18 -1
  171. package/lib/empty/Empty.js +14 -13
  172. package/lib/empty/Network.js +11 -10
  173. package/lib/empty/index.js +14 -8
  174. package/lib/field/Field.js +20 -19
  175. package/lib/field/index.js +14 -8
  176. package/lib/field/types.js +18 -1
  177. package/lib/field/utils.js +13 -11
  178. package/lib/form/Form.js +15 -14
  179. package/lib/form/index.js +14 -8
  180. package/lib/form/types.js +18 -1
  181. package/lib/grid/Grid.js +15 -14
  182. package/lib/grid/index.js +14 -8
  183. package/lib/grid-item/GridItem.js +18 -17
  184. package/lib/grid-item/index.js +14 -8
  185. package/lib/icon/Icon.js +15 -14
  186. package/lib/icon/index.js +14 -8
  187. package/lib/image/Image.js +14 -13
  188. package/lib/image/index.js +14 -8
  189. package/lib/image-preview/ImagePreview.js +21 -15
  190. package/lib/image-preview/ImagePreviewItem.js +17 -16
  191. package/lib/image-preview/function-call.js +16 -10
  192. package/lib/image-preview/index.js +11 -10
  193. package/lib/image-preview/types.js +18 -1
  194. package/lib/index-anchor/IndexAnchor.js +17 -16
  195. package/lib/index-anchor/index.js +14 -8
  196. package/lib/index-bar/IndexBar.d.ts +4 -4
  197. package/lib/index-bar/IndexBar.js +19 -16
  198. package/lib/index-bar/index.d.ts +3 -3
  199. package/lib/index-bar/index.js +14 -8
  200. package/lib/index-bar/types.js +18 -1
  201. package/lib/index.css +1 -1
  202. package/lib/index.d.ts +1 -1
  203. package/lib/index.js +182 -181
  204. package/lib/lazyload/index.js +11 -10
  205. package/lib/lazyload/vue-lazyload/index.js +16 -10
  206. package/lib/lazyload/vue-lazyload/lazy-component.js +12 -11
  207. package/lib/lazyload/vue-lazyload/lazy-container.js +11 -10
  208. package/lib/lazyload/vue-lazyload/lazy-image.js +13 -12
  209. package/lib/lazyload/vue-lazyload/lazy.js +17 -11
  210. package/lib/lazyload/vue-lazyload/listener.js +13 -12
  211. package/lib/lazyload/vue-lazyload/util.js +11 -10
  212. package/lib/list/List.js +17 -16
  213. package/lib/list/index.js +14 -8
  214. package/lib/list/types.js +18 -1
  215. package/lib/loading/Loading.js +13 -12
  216. package/lib/loading/index.js +14 -8
  217. package/lib/locale/index.js +15 -9
  218. package/lib/locale/lang/bn-BD.d.ts +64 -0
  219. package/lib/locale/lang/bn-BD.js +98 -0
  220. package/lib/locale/lang/de-DE-formal.js +20 -3
  221. package/lib/locale/lang/de-DE.js +20 -3
  222. package/lib/locale/lang/en-US.js +20 -3
  223. package/lib/locale/lang/es-ES.js +20 -3
  224. package/lib/locale/lang/fr-FR.js +20 -3
  225. package/lib/locale/lang/hi-IN.js +20 -3
  226. package/lib/locale/lang/id-ID.d.ts +64 -0
  227. package/lib/locale/lang/id-ID.js +90 -0
  228. package/lib/locale/lang/it-IT.d.ts +64 -0
  229. package/lib/locale/lang/it-IT.js +98 -0
  230. package/lib/locale/lang/ja-JP.js +20 -3
  231. package/lib/locale/lang/ko-KR.js +20 -3
  232. package/lib/locale/lang/nb-NO.js +20 -3
  233. package/lib/locale/lang/pt-BR.js +20 -3
  234. package/lib/locale/lang/ro-RO.js +20 -3
  235. package/lib/locale/lang/ru-RU.js +20 -3
  236. package/lib/locale/lang/th-TH.js +20 -3
  237. package/lib/locale/lang/tr-TR.js +19 -2
  238. package/lib/locale/lang/uk-UA.d.ts +64 -0
  239. package/lib/locale/lang/uk-UA.js +98 -0
  240. package/lib/locale/lang/vi-VN.d.ts +64 -0
  241. package/lib/locale/lang/vi-VN.js +98 -0
  242. package/lib/locale/lang/zh-CN.js +20 -3
  243. package/lib/locale/lang/zh-HK.js +20 -3
  244. package/lib/locale/lang/zh-TW.js +20 -3
  245. package/lib/nav-bar/NavBar.d.ts +1 -1
  246. package/lib/nav-bar/NavBar.js +18 -17
  247. package/lib/nav-bar/index.d.ts +1 -1
  248. package/lib/nav-bar/index.js +14 -8
  249. package/lib/notice-bar/NoticeBar.js +17 -16
  250. package/lib/notice-bar/index.js +14 -8
  251. package/lib/notice-bar/types.js +18 -1
  252. package/lib/notify/Notify.js +15 -14
  253. package/lib/notify/function-call.js +16 -10
  254. package/lib/notify/index.js +11 -10
  255. package/lib/notify/types.js +18 -1
  256. package/lib/number-keyboard/NumberKeyboard.js +17 -11
  257. package/lib/number-keyboard/NumberKeyboardKey.js +15 -14
  258. package/lib/number-keyboard/index.js +14 -8
  259. package/lib/overlay/Overlay.js +14 -13
  260. package/lib/overlay/index.js +14 -8
  261. package/lib/pagination/Pagination.js +13 -12
  262. package/lib/pagination/index.js +14 -8
  263. package/lib/password-input/PasswordInput.js +13 -12
  264. package/lib/password-input/index.js +14 -8
  265. package/lib/picker/Picker.js +19 -13
  266. package/lib/picker/PickerColumn.js +17 -16
  267. package/lib/picker/index.js +14 -8
  268. package/lib/picker/types.js +18 -1
  269. package/lib/popover/Popover.js +17 -16
  270. package/lib/popover/index.js +14 -8
  271. package/lib/popover/types.js +18 -1
  272. package/lib/popup/Popup.d.ts +6 -1
  273. package/lib/popup/Popup.js +34 -22
  274. package/lib/popup/index.d.ts +5 -1
  275. package/lib/popup/index.js +14 -8
  276. package/lib/popup/shared.js +11 -10
  277. package/lib/popup/types.d.ts +5 -2
  278. package/lib/popup/types.js +18 -1
  279. package/lib/progress/Progress.js +13 -12
  280. package/lib/progress/index.js +14 -8
  281. package/lib/progress/types.js +18 -1
  282. package/lib/pull-refresh/PullRefresh.js +16 -15
  283. package/lib/pull-refresh/index.js +14 -8
  284. package/lib/radio/Radio.js +18 -12
  285. package/lib/radio/index.js +14 -8
  286. package/lib/radio-group/RadioGroup.js +14 -13
  287. package/lib/radio-group/index.js +14 -8
  288. package/lib/rate/Rate.js +17 -16
  289. package/lib/rate/index.js +14 -8
  290. package/lib/row/Row.js +14 -13
  291. package/lib/row/index.js +14 -8
  292. package/lib/search/Search.js +17 -16
  293. package/lib/search/index.js +14 -8
  294. package/lib/search/types.js +18 -1
  295. package/lib/share-sheet/ShareSheet.js +15 -14
  296. package/lib/share-sheet/index.js +14 -8
  297. package/lib/sidebar/Sidebar.js +14 -13
  298. package/lib/sidebar/index.js +14 -8
  299. package/lib/sidebar-item/SidebarItem.js +17 -16
  300. package/lib/sidebar-item/index.js +14 -8
  301. package/lib/skeleton/Skeleton.js +18 -15
  302. package/lib/skeleton/index.js +14 -8
  303. package/lib/slider/Slider.js +15 -14
  304. package/lib/slider/index.js +14 -8
  305. package/lib/step/Step.js +16 -15
  306. package/lib/step/index.js +14 -8
  307. package/lib/stepper/Stepper.js +14 -13
  308. package/lib/stepper/index.js +14 -8
  309. package/lib/steps/Steps.js +14 -13
  310. package/lib/steps/index.js +14 -8
  311. package/lib/sticky/Sticky.js +15 -14
  312. package/lib/sticky/index.js +14 -8
  313. package/lib/style/base.css +1 -1
  314. package/lib/style/base.less +5 -0
  315. package/lib/submit-bar/SubmitBar.js +15 -14
  316. package/lib/submit-bar/index.css +1 -1
  317. package/lib/submit-bar/index.js +14 -8
  318. package/lib/submit-bar/index.less +1 -0
  319. package/lib/swipe/Swipe.js +17 -16
  320. package/lib/swipe/index.js +14 -8
  321. package/lib/swipe/types.js +18 -1
  322. package/lib/swipe-cell/SwipeCell.js +17 -16
  323. package/lib/swipe-cell/index.js +14 -8
  324. package/lib/swipe-cell/types.js +18 -1
  325. package/lib/swipe-item/SwipeItem.js +16 -15
  326. package/lib/swipe-item/index.js +14 -8
  327. package/lib/switch/Switch.js +15 -14
  328. package/lib/switch/index.js +14 -8
  329. package/lib/tab/Tab.js +20 -19
  330. package/lib/tab/index.js +14 -8
  331. package/lib/tabbar/Tabbar.js +15 -14
  332. package/lib/tabbar/index.js +14 -8
  333. package/lib/tabbar-item/TabbarItem.js +18 -17
  334. package/lib/tabbar-item/index.js +14 -8
  335. package/lib/tabs/Tabs.js +25 -19
  336. package/lib/tabs/TabsContent.js +14 -13
  337. package/lib/tabs/TabsTitle.js +14 -13
  338. package/lib/tabs/index.js +14 -8
  339. package/lib/tabs/types.js +18 -1
  340. package/lib/tabs/utils.js +12 -11
  341. package/lib/tag/Tag.js +14 -13
  342. package/lib/tag/index.js +14 -8
  343. package/lib/toast/Toast.d.ts +3 -0
  344. package/lib/toast/Toast.js +20 -17
  345. package/lib/toast/function-call.js +17 -11
  346. package/lib/toast/index.js +11 -10
  347. package/lib/toast/lock-click.js +19 -2
  348. package/lib/toast/types.js +18 -1
  349. package/lib/tree-select/TreeSelect.js +16 -15
  350. package/lib/tree-select/index.js +14 -8
  351. package/lib/uploader/Uploader.js +21 -15
  352. package/lib/uploader/UploaderPreviewItem.js +17 -16
  353. package/lib/uploader/index.js +14 -8
  354. package/lib/uploader/types.d.ts +1 -3
  355. package/lib/uploader/types.js +18 -1
  356. package/lib/uploader/utils.js +11 -10
  357. package/lib/utils/basic.js +19 -2
  358. package/lib/utils/constant.js +19 -2
  359. package/lib/utils/create.js +16 -10
  360. package/lib/utils/deep-assign.js +11 -10
  361. package/lib/utils/deep-clone.js +11 -10
  362. package/lib/utils/dom.js +13 -12
  363. package/lib/utils/format.js +13 -12
  364. package/lib/utils/index.js +18 -17
  365. package/lib/utils/interceptor.d.ts +1 -1
  366. package/lib/utils/interceptor.js +12 -11
  367. package/lib/utils/mount-component.js +13 -12
  368. package/lib/utils/props.js +19 -2
  369. package/lib/utils/validate.js +11 -10
  370. package/lib/utils/with-install.js +11 -10
  371. package/lib/vant.cjs.js +57 -18
  372. package/lib/vant.cjs.min.js +1 -1
  373. package/lib/vant.es.js +58 -19
  374. package/lib/vant.es.min.js +58 -19
  375. package/lib/vant.js +60 -21
  376. package/lib/vant.min.js +1 -1
  377. package/package.json +4 -7
  378. package/vetur/attributes.json +180 -168
  379. package/vetur/tags.json +57 -54
  380. package/vetur/web-types.json +611 -581
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -40,7 +56,7 @@ var stdin_default = {
40
56
  loosing: "Mist for oppdatering..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "Totalt\uFF1A"
59
+ label: "Totalt:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "Uendelig",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Legg til ny adresse"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -40,7 +56,7 @@ var stdin_default = {
40
56
  loosing: "Solte para atualizar..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "Total\uFF1A"
59
+ label: "Total:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "Ilimitado",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Adicionar novo endere\xE7o"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -40,7 +56,7 @@ var stdin_default = {
40
56
  loosing: "Elibereaz\u0103 pentru a \xEEmprosp\u0103ta..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "Total\uFF1A"
59
+ label: "Total:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "Nelimitat",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Adaug\u0103 adres\u0103 nou\u0103"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -40,7 +56,7 @@ var stdin_default = {
40
56
  loosing: "\u041E\u0442\u043F\u0443\u0441\u0442\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "\u0412\u0441\u0435\u0433\u043E\uFF1A"
59
+ label: "\u0412\u0441\u0435\u0433\u043E:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "\u0411\u0435\u0437\u043B\u0438\u043C\u0438\u0442\u043D\u044B\u0439",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "\u041D\u043E\u0432\u044B\u0439 \u0430\u0434\u0440\u0435\u0441"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -40,7 +56,7 @@ var stdin_default = {
40
56
  loosing: "\u0E1B\u0E25\u0E48\u0E2D\u0E22\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E23\u0E35\u0E40\u0E1F\u0E23\u0E0A..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "\u0E23\u0E27\u0E21\uFF1A"
59
+ label: "\u0E23\u0E27\u0E21:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "\u0E44\u0E21\u0E48 \u0E08\u0E33\u0E01\u0E31\u0E14",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Yeni adres ekle"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);
@@ -0,0 +1,64 @@
1
+ declare const _default: {
2
+ name: string;
3
+ tel: string;
4
+ save: string;
5
+ confirm: string;
6
+ cancel: string;
7
+ delete: string;
8
+ loading: string;
9
+ noCoupon: string;
10
+ nameEmpty: string;
11
+ addContact: string;
12
+ telInvalid: string;
13
+ vanCalendar: {
14
+ end: string;
15
+ start: string;
16
+ title: string;
17
+ weekdays: string[];
18
+ monthTitle: (year: number, month: number) => string;
19
+ rangePrompt: (maxRange: number) => string;
20
+ };
21
+ vanCascader: {
22
+ select: string;
23
+ };
24
+ vanPagination: {
25
+ prev: string;
26
+ next: string;
27
+ };
28
+ vanPullRefresh: {
29
+ pulling: string;
30
+ loosing: string;
31
+ };
32
+ vanSubmitBar: {
33
+ label: string;
34
+ };
35
+ vanCoupon: {
36
+ unlimited: string;
37
+ discount: (discount: number) => string;
38
+ condition: (condition: number) => string;
39
+ };
40
+ vanCouponCell: {
41
+ title: string;
42
+ count: (count: number) => string;
43
+ };
44
+ vanCouponList: {
45
+ exchange: string;
46
+ close: string;
47
+ enable: string;
48
+ disabled: string;
49
+ placeholder: string;
50
+ };
51
+ vanAddressEdit: {
52
+ area: string;
53
+ postal: string;
54
+ areaEmpty: string;
55
+ addressEmpty: string;
56
+ postalEmpty: string;
57
+ addressDetail: string;
58
+ defaultAddress: string;
59
+ };
60
+ vanAddressList: {
61
+ add: string;
62
+ };
63
+ };
64
+ export default _default;
@@ -0,0 +1,98 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
25
+ default: () => stdin_default
26
+ });
27
+ var stdin_default = {
28
+ name: "\u0406\u043C'\u044F",
29
+ tel: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D",
30
+ save: "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438",
31
+ confirm: "\u043F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438",
32
+ cancel: "\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
33
+ delete: "\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438",
34
+ loading: "\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F...",
35
+ noCoupon: "\u0411\u0435\u0437 \u043A\u0443\u043F\u043E\u043D\u0456\u0432",
36
+ nameEmpty: "\u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u0456\u043C'\u044F",
37
+ addContact: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043A\u043E\u043D\u0442\u0430\u043A\u0442",
38
+ telInvalid: "\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0443",
39
+ vanCalendar: {
40
+ end: "\u041A\u0456\u043D\u0435\u0446\u044C",
41
+ start: "\u041F\u043E\u0447\u0430\u0442\u0438",
42
+ title: "\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",
43
+ weekdays: [
44
+ "\u043D\u0435\u0434\u0456\u043B\u044F",
45
+ "\u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A",
46
+ "\u0432\u0456\u0432\u0442\u043E\u0440\u043E\u043A",
47
+ "\u0441\u0435\u0440\u0435\u0434\u0430",
48
+ "\u0447\u0435\u0442\u0432\u0435\u0440",
49
+ "\u043F'\u044F\u0442\u043D\u0438\u0446\u044F",
50
+ "\u0441\u0443\u0431\u043E\u0442\u0430"
51
+ ],
52
+ monthTitle: (year, month) => `${year}/${month}`,
53
+ rangePrompt: (maxRange) => `\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043D\u0435 \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0456\u0436 ${maxRange} \u0434\u043D\u0456\u0432`
54
+ },
55
+ vanCascader: {
56
+ select: "\u0412\u0438\u0431\u0440\u0430\u0442\u0438"
57
+ },
58
+ vanPagination: {
59
+ prev: "\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439",
60
+ next: "\u0414\u0430\u043B\u0456"
61
+ },
62
+ vanPullRefresh: {
63
+ pulling: "\u041F\u043E\u0442\u044F\u0433\u043D\u0456\u0442\u044C, \u0449\u043E\u0431 \u043E\u043D\u043E\u0432\u0438\u0442\u0438...",
64
+ loosing: "\u041F\u043E\u0433\u0430\u043D\u043E \u043E\u043D\u043E\u0432\u0438\u0442\u0438..."
65
+ },
66
+ vanSubmitBar: {
67
+ label: "\u0423\u0441\u044C\u043E\u0433\u043E:"
68
+ },
69
+ vanCoupon: {
70
+ unlimited: "\u041D\u0435\u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043E",
71
+ discount: (discount) => `${discount * 10}% off`,
72
+ condition: (condition) => `\u041F\u0440\u0438\u043D\u0430\u0439\u043C\u043D\u0456 ${condition}`
73
+ },
74
+ vanCouponCell: {
75
+ title: "\u041A\u0443\u043F\u043E\u043D",
76
+ count: (count) => `\u0423 \u0432\u0430\u0441 \u0454 ${count} \u043A\u0443\u043F\u043E\u043D\u0456\u0432`
77
+ },
78
+ vanCouponList: {
79
+ exchange: "\u041E\u0431\u043C\u0456\u043D",
80
+ close: "\u0417\u0430\u043A\u0440\u0438\u0442\u0438",
81
+ enable: "\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u043E",
82
+ disabled: "\u041D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E",
83
+ placeholder: "\u041A\u043E\u0434 \u043A\u0443\u043F\u043E\u043D\u0430"
84
+ },
85
+ vanAddressEdit: {
86
+ area: "\u041E\u0431\u043B\u0430\u0441\u0442\u044C",
87
+ postal: "\u041F\u043E\u0448\u0442\u043E\u0432\u0438\u0439",
88
+ areaEmpty: "\u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0437\u043E\u043D\u0443 \u043F\u0440\u0438\u0439\u043E\u043C\u0443",
89
+ addressEmpty: "\u0410\u0434\u0440\u0435\u0441\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u043E\u0440\u043E\u0436\u043D\u044C\u043E\u044E",
90
+ postalEmpty: "\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043F\u043E\u0448\u0442\u043E\u0432\u0438\u0439 \u0456\u043D\u0434\u0435\u043A\u0441",
91
+ addressDetail: "\u0410\u0434\u0440\u0435\u0441\u0430",
92
+ defaultAddress: "\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u044F\u043A \u0430\u0434\u0440\u0435\u0441\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C"
93
+ },
94
+ vanAddressList: {
95
+ add: "\u0414\u043E\u0434\u0430\u0442\u0438 \u043D\u043E\u0432\u0443 \u0430\u0434\u0440\u0435\u0441\u0443"
96
+ }
97
+ };
98
+ module.exports = __toCommonJS(stdin_exports);
@@ -0,0 +1,64 @@
1
+ declare const _default: {
2
+ name: string;
3
+ tel: string;
4
+ save: string;
5
+ confirm: string;
6
+ cancel: string;
7
+ delete: string;
8
+ loading: string;
9
+ noCoupon: string;
10
+ nameEmpty: string;
11
+ addContact: string;
12
+ telInvalid: string;
13
+ vanCalendar: {
14
+ end: string;
15
+ start: string;
16
+ title: string;
17
+ weekdays: string[];
18
+ monthTitle: (year: number, month: number) => string;
19
+ rangePrompt: (maxRange: number) => string;
20
+ };
21
+ vanCascader: {
22
+ select: string;
23
+ };
24
+ vanPagination: {
25
+ prev: string;
26
+ next: string;
27
+ };
28
+ vanPullRefresh: {
29
+ pulling: string;
30
+ loosing: string;
31
+ };
32
+ vanSubmitBar: {
33
+ label: string;
34
+ };
35
+ vanCoupon: {
36
+ unlimited: string;
37
+ discount: (discount: number) => string;
38
+ condition: (condition: number) => string;
39
+ };
40
+ vanCouponCell: {
41
+ title: string;
42
+ count: (count: number) => string;
43
+ };
44
+ vanCouponList: {
45
+ exchange: string;
46
+ close: string;
47
+ enable: string;
48
+ disabled: string;
49
+ placeholder: string;
50
+ };
51
+ vanAddressEdit: {
52
+ area: string;
53
+ postal: string;
54
+ areaEmpty: string;
55
+ addressEmpty: string;
56
+ postalEmpty: string;
57
+ addressDetail: string;
58
+ defaultAddress: string;
59
+ };
60
+ vanAddressList: {
61
+ add: string;
62
+ };
63
+ };
64
+ export default _default;
@@ -0,0 +1,98 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
25
+ default: () => stdin_default
26
+ });
27
+ var stdin_default = {
28
+ name: "t\xEAn",
29
+ tel: "\u0110i\u1EC7n tho\u1EA1i",
30
+ save: "C\u1EE9u",
31
+ confirm: "X\xE1c nh\u1EADn",
32
+ cancel: "H\u1EE7y b\u1ECF",
33
+ delete: "X\xF3a",
34
+ loading: "\u0110ang t\u1EA3i ...",
35
+ noCoupon: "Kh\xF4ng c\xF3 phi\u1EBFu gi\u1EA3m gi\xE1",
36
+ nameEmpty: "Vui l\xF2ng \u0111i\u1EC1n v\xE0o t\xEAn",
37
+ addContact: "Th\xEAm li\xEAn h\u1EC7",
38
+ telInvalid: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i kh\xF4ng \u0111\xFAng \u0111\u1ECBnh d\u1EA1ng",
39
+ vanCalendar: {
40
+ end: "K\u1EBFt th\xFAc",
41
+ start: "B\u1EAFt \u200B\u200B\u0111\u1EA7u",
42
+ title: "L\u1ECBch",
43
+ weekdays: [
44
+ "ch\u1EE7 nh\u1EADt",
45
+ "th\u1EE9 hai",
46
+ "th\u1EE9 ba",
47
+ "Th\u1EE9 T\u01B0",
48
+ "Th\u1EE9 n\u0103m",
49
+ "Th\u1EE9 s\xE1u",
50
+ "th\u1EE9 b\u1EA3y"
51
+ ],
52
+ monthTitle: (year, month) => `${year}/${month}`,
53
+ rangePrompt: (maxRange) => `Ch\u1ECDn kh\xF4ng qu\xE1 ${maxRange} ng\xE0y`
54
+ },
55
+ vanCascader: {
56
+ select: "Ch\u1ECDn"
57
+ },
58
+ vanPagination: {
59
+ prev: "Tr\u01B0\u1EDBc \u0111\xF3",
60
+ next: "Ti\u1EBFp theo"
61
+ },
62
+ vanPullRefresh: {
63
+ pulling: "K\xE9o \u0111\u1EC3 l\xE0m m\u1EDBi ...",
64
+ loosing: "Loose \u0111\u1EC3 l\xE0m m\u1EDBi ..."
65
+ },
66
+ vanSubmitBar: {
67
+ label: "T\u1ED5ng:"
68
+ },
69
+ vanCoupon: {
70
+ unlimited: "Kh\xF4ng gi\u1EDBi h\u1EA1n",
71
+ discount: (discount) => `Chi\u1EBFt kh\u1EA5u ${discount * 10}%`,
72
+ condition: (condition) => `\xCDt nh\u1EA5t ${condition}`
73
+ },
74
+ vanCouponCell: {
75
+ title: "Phi\u1EBFu gi\u1EA3m gi\xE1",
76
+ count: (count) => `B\u1EA1n c\xF3 ${count} phi\u1EBFu gi\u1EA3m gi\xE1`
77
+ },
78
+ vanCouponList: {
79
+ exchange: "Trao \u0111\u1ED5i",
80
+ close: "\u0110\xF3ng",
81
+ enable: "C\xF3 s\u1EB5n",
82
+ disabled: "Kh\xF4ng kh\u1EA3 d\u1EE5ng",
83
+ placeholder: "M\xE3 phi\u1EBFu th\u01B0\u1EDFng"
84
+ },
85
+ vanAddressEdit: {
86
+ area: "Khu v\u1EF1c",
87
+ postal: "B\u01B0u \u0111i\u1EC7n",
88
+ areaEmpty: "Vui l\xF2ng ch\u1ECDn khu v\u1EF1c nh\u1EADn h\xE0ng",
89
+ addressEmpty: "\u0110\u1ECBa ch\u1EC9 kh\xF4ng \u0111\u01B0\u1EE3c \u0111\u1EC3 tr\u1ED1ng",
90
+ postalEmpty: "M\xE3 b\u01B0u ch\xEDnh sai",
91
+ addressDetail: "\u0110\u1ECBa ch\u1EC9",
92
+ defaultAddress: "\u0110\u1EB7t l\xE0m \u0111\u1ECBa ch\u1EC9 m\u1EB7c \u0111\u1ECBnh"
93
+ },
94
+ vanAddressList: {
95
+ add: "Th\xEAm \u0111\u1ECBa ch\u1EC9 m\u1EDBi"
96
+ }
97
+ };
98
+ module.exports = __toCommonJS(stdin_exports);
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -40,7 +56,7 @@ var stdin_default = {
40
56
  loosing: "\u91CA\u653E\u5373\u53EF\u5237\u65B0..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "\u5408\u8BA1\uFF1A"
59
+ label: "\u5408\u8BA1:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "\u65E0\u95E8\u69DB",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "\u65B0\u589E\u5730\u5740"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);
@@ -1,11 +1,27 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
2
5
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
3
6
  var __export = (target, all) => {
4
- __markAsModule(target);
5
7
  for (var name in all)
6
8
  __defProp(target, name, { get: all[name], enumerable: true });
7
9
  };
8
- __export(exports, {
10
+ var __reExport = (target, module2, copyDefault, desc) => {
11
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
12
+ for (let key of __getOwnPropNames(module2))
13
+ if (!__hasOwnProp.call(target, key) && (copyDefault || key !== "default"))
14
+ __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable });
15
+ }
16
+ return target;
17
+ };
18
+ var __toCommonJS = /* @__PURE__ */ ((cache) => {
19
+ return (module2, temp) => {
20
+ return cache && cache.get(module2) || (temp = __reExport(__markAsModule({}), module2, 1), cache && cache.set(module2, temp), temp);
21
+ };
22
+ })(typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
23
+ var stdin_exports = {};
24
+ __export(stdin_exports, {
9
25
  default: () => stdin_default
10
26
  });
11
27
  var stdin_default = {
@@ -40,7 +56,7 @@ var stdin_default = {
40
56
  loosing: "\u91CB\u653E\u5373\u53EF\u5237\u65B0..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "\u5408\u8A08\uFF1A"
59
+ label: "\u5408\u8A08:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "\u7121\u9580\u6ABB",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "\u65B0\u589E\u5730\u5740"
72
88
  }
73
89
  };
90
+ module.exports = __toCommonJS(stdin_exports);