vant 3.4.4 → 3.4.5

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 (360) hide show
  1. package/es/collapse-item/CollapseItem.d.ts +13 -0
  2. package/es/collapse-item/CollapseItem.js +3 -2
  3. package/es/collapse-item/index.d.ts +9 -0
  4. package/es/dialog/Dialog.d.ts +2 -1
  5. package/es/dialog/Dialog.js +19 -3
  6. package/es/dialog/function-call.d.ts +2 -1
  7. package/es/index-bar/IndexBar.d.ts +4 -4
  8. package/es/index-bar/index.d.ts +3 -3
  9. package/es/index.d.ts +1 -1
  10. package/es/index.js +1 -1
  11. package/es/locale/lang/bn-BD.d.ts +64 -0
  12. package/es/locale/lang/bn-BD.js +74 -0
  13. package/es/locale/lang/de-DE-formal.js +1 -1
  14. package/es/locale/lang/de-DE.js +1 -1
  15. package/es/locale/lang/en-US.js +1 -1
  16. package/es/locale/lang/es-ES.js +1 -1
  17. package/es/locale/lang/fr-FR.js +1 -1
  18. package/es/locale/lang/hi-IN.js +1 -1
  19. package/es/locale/lang/id-ID.d.ts +64 -0
  20. package/es/locale/lang/id-ID.js +66 -0
  21. package/es/locale/lang/it-IT.d.ts +64 -0
  22. package/es/locale/lang/it-IT.js +74 -0
  23. package/es/locale/lang/ja-JP.js +1 -1
  24. package/es/locale/lang/ko-KR.js +1 -1
  25. package/es/locale/lang/nb-NO.js +1 -1
  26. package/es/locale/lang/pt-BR.js +1 -1
  27. package/es/locale/lang/ro-RO.js +1 -1
  28. package/es/locale/lang/ru-RU.js +1 -1
  29. package/es/locale/lang/th-TH.js +1 -1
  30. package/es/locale/lang/uk-UA.d.ts +64 -0
  31. package/es/locale/lang/uk-UA.js +74 -0
  32. package/es/locale/lang/vi-VN.d.ts +64 -0
  33. package/es/locale/lang/vi-VN.js +74 -0
  34. package/es/locale/lang/zh-CN.js +1 -1
  35. package/es/locale/lang/zh-HK.js +1 -1
  36. package/es/locale/lang/zh-TW.js +1 -1
  37. package/es/popup/Popup.d.ts +2 -1
  38. package/es/popup/Popup.js +11 -3
  39. package/es/popup/index.d.ts +2 -1
  40. package/es/popup/types.d.ts +5 -2
  41. package/es/submit-bar/index.css +1 -1
  42. package/es/submit-bar/index.less +1 -0
  43. package/es/toast/Toast.d.ts +3 -0
  44. package/es/toast/Toast.js +2 -1
  45. package/es/uploader/types.d.ts +1 -3
  46. package/es/utils/interceptor.d.ts +1 -1
  47. package/lib/action-bar/ActionBar.js +14 -13
  48. package/lib/action-bar/index.js +14 -8
  49. package/lib/action-bar-button/ActionBarButton.js +18 -17
  50. package/lib/action-bar-button/index.js +14 -8
  51. package/lib/action-bar-icon/ActionBarIcon.js +18 -17
  52. package/lib/action-bar-icon/index.js +14 -8
  53. package/lib/action-sheet/ActionSheet.js +17 -16
  54. package/lib/action-sheet/index.js +14 -8
  55. package/lib/address-edit/AddressEdit.js +25 -19
  56. package/lib/address-edit/AddressEditDetail.js +15 -14
  57. package/lib/address-edit/index.js +14 -8
  58. package/lib/address-edit/types.js +18 -1
  59. package/lib/address-list/AddressList.js +18 -12
  60. package/lib/address-list/AddressListItem.js +17 -16
  61. package/lib/address-list/index.js +14 -8
  62. package/lib/area/Area.js +17 -16
  63. package/lib/area/index.js +14 -8
  64. package/lib/area/types.js +18 -1
  65. package/lib/badge/Badge.js +13 -12
  66. package/lib/badge/index.js +14 -8
  67. package/lib/button/Button.js +16 -15
  68. package/lib/button/index.js +14 -8
  69. package/lib/button/types.js +18 -1
  70. package/lib/calendar/Calendar.js +24 -18
  71. package/lib/calendar/CalendarDay.js +14 -13
  72. package/lib/calendar/CalendarHeader.js +14 -13
  73. package/lib/calendar/CalendarMonth.js +21 -15
  74. package/lib/calendar/index.js +14 -8
  75. package/lib/calendar/types.js +18 -1
  76. package/lib/calendar/utils.js +11 -10
  77. package/lib/card/Card.js +15 -14
  78. package/lib/card/index.js +14 -8
  79. package/lib/cascader/Cascader.js +16 -15
  80. package/lib/cascader/index.js +14 -8
  81. package/lib/cascader/types.js +18 -1
  82. package/lib/cell/Cell.js +15 -14
  83. package/lib/cell/index.js +14 -8
  84. package/lib/cell-group/CellGroup.js +13 -12
  85. package/lib/cell-group/index.js +14 -8
  86. package/lib/checkbox/Checkbox.js +19 -13
  87. package/lib/checkbox/Checker.js +14 -13
  88. package/lib/checkbox/index.js +14 -8
  89. package/lib/checkbox/types.js +18 -1
  90. package/lib/checkbox-group/CheckboxGroup.js +15 -14
  91. package/lib/checkbox-group/index.js +14 -8
  92. package/lib/checkbox-group/types.js +18 -1
  93. package/lib/circle/Circle.js +14 -13
  94. package/lib/circle/index.js +14 -8
  95. package/lib/col/Col.js +15 -14
  96. package/lib/col/index.js +14 -8
  97. package/lib/collapse/Collapse.js +14 -13
  98. package/lib/collapse/index.js +14 -8
  99. package/lib/collapse-item/CollapseItem.d.ts +13 -0
  100. package/lib/collapse-item/CollapseItem.js +22 -20
  101. package/lib/collapse-item/index.d.ts +9 -0
  102. package/lib/collapse-item/index.js +14 -8
  103. package/lib/collapse-item/types.js +18 -1
  104. package/lib/composables/on-popup-reopen.js +11 -10
  105. package/lib/composables/use-expose.js +12 -11
  106. package/lib/composables/use-height.js +12 -11
  107. package/lib/composables/use-id.js +11 -10
  108. package/lib/composables/use-lazy-render.js +11 -10
  109. package/lib/composables/use-lock-scroll.js +14 -13
  110. package/lib/composables/use-placeholder.js +12 -11
  111. package/lib/composables/use-refs.js +11 -10
  112. package/lib/composables/use-route.js +11 -10
  113. package/lib/composables/use-tab-status.js +11 -10
  114. package/lib/composables/use-touch.js +11 -10
  115. package/lib/composables/use-visibility-change.js +13 -12
  116. package/lib/config-provider/ConfigProvider.js +13 -12
  117. package/lib/config-provider/index.js +14 -8
  118. package/lib/contact-card/ContactCard.js +14 -13
  119. package/lib/contact-card/index.js +14 -8
  120. package/lib/contact-edit/ContactEdit.js +18 -17
  121. package/lib/contact-edit/index.js +14 -8
  122. package/lib/contact-list/ContactList.js +19 -18
  123. package/lib/contact-list/index.js +14 -8
  124. package/lib/count-down/CountDown.js +16 -15
  125. package/lib/count-down/index.js +14 -8
  126. package/lib/count-down/types.js +18 -1
  127. package/lib/count-down/utils.js +11 -10
  128. package/lib/coupon/Coupon.js +15 -14
  129. package/lib/coupon/index.js +14 -8
  130. package/lib/coupon/utils.js +11 -10
  131. package/lib/coupon-cell/CouponCell.js +14 -13
  132. package/lib/coupon-cell/index.js +14 -8
  133. package/lib/coupon-list/CouponList.js +20 -19
  134. package/lib/coupon-list/index.js +14 -8
  135. package/lib/datetime-picker/DatePicker.js +16 -15
  136. package/lib/datetime-picker/DatetimePicker.js +18 -12
  137. package/lib/datetime-picker/TimePicker.js +16 -15
  138. package/lib/datetime-picker/index.js +14 -8
  139. package/lib/datetime-picker/types.js +18 -1
  140. package/lib/datetime-picker/utils.js +12 -11
  141. package/lib/dialog/Dialog.d.ts +2 -1
  142. package/lib/dialog/Dialog.js +35 -18
  143. package/lib/dialog/function-call.d.ts +2 -1
  144. package/lib/dialog/function-call.js +16 -10
  145. package/lib/dialog/index.js +11 -10
  146. package/lib/dialog/types.js +18 -1
  147. package/lib/divider/Divider.js +13 -12
  148. package/lib/divider/index.js +14 -8
  149. package/lib/dropdown-item/DropdownItem.js +19 -18
  150. package/lib/dropdown-item/index.js +14 -8
  151. package/lib/dropdown-item/types.js +18 -1
  152. package/lib/dropdown-menu/DropdownMenu.js +15 -14
  153. package/lib/dropdown-menu/index.js +14 -8
  154. package/lib/dropdown-menu/types.js +18 -1
  155. package/lib/empty/Empty.js +14 -13
  156. package/lib/empty/Network.js +11 -10
  157. package/lib/empty/index.js +14 -8
  158. package/lib/field/Field.js +20 -19
  159. package/lib/field/index.js +14 -8
  160. package/lib/field/types.js +18 -1
  161. package/lib/field/utils.js +11 -10
  162. package/lib/form/Form.js +15 -14
  163. package/lib/form/index.js +14 -8
  164. package/lib/form/types.js +18 -1
  165. package/lib/grid/Grid.js +15 -14
  166. package/lib/grid/index.js +14 -8
  167. package/lib/grid-item/GridItem.js +18 -17
  168. package/lib/grid-item/index.js +14 -8
  169. package/lib/icon/Icon.js +15 -14
  170. package/lib/icon/index.js +14 -8
  171. package/lib/image/Image.js +14 -13
  172. package/lib/image/index.js +14 -8
  173. package/lib/image-preview/ImagePreview.js +21 -15
  174. package/lib/image-preview/ImagePreviewItem.js +17 -16
  175. package/lib/image-preview/function-call.js +16 -10
  176. package/lib/image-preview/index.js +11 -10
  177. package/lib/image-preview/types.js +18 -1
  178. package/lib/index-anchor/IndexAnchor.js +17 -16
  179. package/lib/index-anchor/index.js +14 -8
  180. package/lib/index-bar/IndexBar.d.ts +4 -4
  181. package/lib/index-bar/IndexBar.js +16 -15
  182. package/lib/index-bar/index.d.ts +3 -3
  183. package/lib/index-bar/index.js +14 -8
  184. package/lib/index-bar/types.js +18 -1
  185. package/lib/index.css +1 -1
  186. package/lib/index.d.ts +1 -1
  187. package/lib/index.js +182 -181
  188. package/lib/lazyload/index.js +11 -10
  189. package/lib/lazyload/vue-lazyload/index.js +16 -10
  190. package/lib/lazyload/vue-lazyload/lazy-component.js +12 -11
  191. package/lib/lazyload/vue-lazyload/lazy-container.js +11 -10
  192. package/lib/lazyload/vue-lazyload/lazy-image.js +13 -12
  193. package/lib/lazyload/vue-lazyload/lazy.js +17 -11
  194. package/lib/lazyload/vue-lazyload/listener.js +13 -12
  195. package/lib/lazyload/vue-lazyload/util.js +11 -10
  196. package/lib/list/List.js +17 -16
  197. package/lib/list/index.js +14 -8
  198. package/lib/list/types.js +18 -1
  199. package/lib/loading/Loading.js +13 -12
  200. package/lib/loading/index.js +14 -8
  201. package/lib/locale/index.js +15 -9
  202. package/lib/locale/lang/bn-BD.d.ts +64 -0
  203. package/lib/locale/lang/bn-BD.js +98 -0
  204. package/lib/locale/lang/de-DE-formal.js +20 -3
  205. package/lib/locale/lang/de-DE.js +20 -3
  206. package/lib/locale/lang/en-US.js +20 -3
  207. package/lib/locale/lang/es-ES.js +20 -3
  208. package/lib/locale/lang/fr-FR.js +20 -3
  209. package/lib/locale/lang/hi-IN.js +20 -3
  210. package/lib/locale/lang/id-ID.d.ts +64 -0
  211. package/lib/locale/lang/id-ID.js +90 -0
  212. package/lib/locale/lang/it-IT.d.ts +64 -0
  213. package/lib/locale/lang/it-IT.js +98 -0
  214. package/lib/locale/lang/ja-JP.js +20 -3
  215. package/lib/locale/lang/ko-KR.js +20 -3
  216. package/lib/locale/lang/nb-NO.js +20 -3
  217. package/lib/locale/lang/pt-BR.js +20 -3
  218. package/lib/locale/lang/ro-RO.js +20 -3
  219. package/lib/locale/lang/ru-RU.js +20 -3
  220. package/lib/locale/lang/th-TH.js +20 -3
  221. package/lib/locale/lang/tr-TR.js +19 -2
  222. package/lib/locale/lang/uk-UA.d.ts +64 -0
  223. package/lib/locale/lang/uk-UA.js +98 -0
  224. package/lib/locale/lang/vi-VN.d.ts +64 -0
  225. package/lib/locale/lang/vi-VN.js +98 -0
  226. package/lib/locale/lang/zh-CN.js +20 -3
  227. package/lib/locale/lang/zh-HK.js +20 -3
  228. package/lib/locale/lang/zh-TW.js +20 -3
  229. package/lib/nav-bar/NavBar.js +15 -14
  230. package/lib/nav-bar/index.js +14 -8
  231. package/lib/notice-bar/NoticeBar.js +17 -16
  232. package/lib/notice-bar/index.js +14 -8
  233. package/lib/notice-bar/types.js +18 -1
  234. package/lib/notify/Notify.js +15 -14
  235. package/lib/notify/function-call.js +16 -10
  236. package/lib/notify/index.js +11 -10
  237. package/lib/notify/types.js +18 -1
  238. package/lib/number-keyboard/NumberKeyboard.js +17 -11
  239. package/lib/number-keyboard/NumberKeyboardKey.js +15 -14
  240. package/lib/number-keyboard/index.js +14 -8
  241. package/lib/overlay/Overlay.js +14 -13
  242. package/lib/overlay/index.js +14 -8
  243. package/lib/pagination/Pagination.js +13 -12
  244. package/lib/pagination/index.js +14 -8
  245. package/lib/password-input/PasswordInput.js +13 -12
  246. package/lib/password-input/index.js +14 -8
  247. package/lib/picker/Picker.js +19 -13
  248. package/lib/picker/PickerColumn.js +17 -16
  249. package/lib/picker/index.js +14 -8
  250. package/lib/picker/types.js +18 -1
  251. package/lib/popover/Popover.js +17 -16
  252. package/lib/popover/index.js +14 -8
  253. package/lib/popover/types.js +18 -1
  254. package/lib/popup/Popup.d.ts +2 -1
  255. package/lib/popup/Popup.js +31 -22
  256. package/lib/popup/index.d.ts +2 -1
  257. package/lib/popup/index.js +14 -8
  258. package/lib/popup/shared.js +11 -10
  259. package/lib/popup/types.d.ts +5 -2
  260. package/lib/popup/types.js +18 -1
  261. package/lib/progress/Progress.js +13 -12
  262. package/lib/progress/index.js +14 -8
  263. package/lib/progress/types.js +18 -1
  264. package/lib/pull-refresh/PullRefresh.js +16 -15
  265. package/lib/pull-refresh/index.js +14 -8
  266. package/lib/radio/Radio.js +18 -12
  267. package/lib/radio/index.js +14 -8
  268. package/lib/radio-group/RadioGroup.js +14 -13
  269. package/lib/radio-group/index.js +14 -8
  270. package/lib/rate/Rate.js +17 -16
  271. package/lib/rate/index.js +14 -8
  272. package/lib/row/Row.js +14 -13
  273. package/lib/row/index.js +14 -8
  274. package/lib/search/Search.js +17 -16
  275. package/lib/search/index.js +14 -8
  276. package/lib/search/types.js +18 -1
  277. package/lib/share-sheet/ShareSheet.js +15 -14
  278. package/lib/share-sheet/index.js +14 -8
  279. package/lib/sidebar/Sidebar.js +14 -13
  280. package/lib/sidebar/index.js +14 -8
  281. package/lib/sidebar-item/SidebarItem.js +17 -16
  282. package/lib/sidebar-item/index.js +14 -8
  283. package/lib/skeleton/Skeleton.js +13 -12
  284. package/lib/skeleton/index.js +14 -8
  285. package/lib/slider/Slider.js +15 -14
  286. package/lib/slider/index.js +14 -8
  287. package/lib/step/Step.js +16 -15
  288. package/lib/step/index.js +14 -8
  289. package/lib/stepper/Stepper.js +14 -13
  290. package/lib/stepper/index.js +14 -8
  291. package/lib/steps/Steps.js +14 -13
  292. package/lib/steps/index.js +14 -8
  293. package/lib/sticky/Sticky.js +15 -14
  294. package/lib/sticky/index.js +14 -8
  295. package/lib/submit-bar/SubmitBar.js +15 -14
  296. package/lib/submit-bar/index.css +1 -1
  297. package/lib/submit-bar/index.js +14 -8
  298. package/lib/submit-bar/index.less +1 -0
  299. package/lib/swipe/Swipe.js +17 -16
  300. package/lib/swipe/index.js +14 -8
  301. package/lib/swipe/types.js +18 -1
  302. package/lib/swipe-cell/SwipeCell.js +16 -15
  303. package/lib/swipe-cell/index.js +14 -8
  304. package/lib/swipe-cell/types.js +18 -1
  305. package/lib/swipe-item/SwipeItem.js +16 -15
  306. package/lib/swipe-item/index.js +14 -8
  307. package/lib/switch/Switch.js +15 -14
  308. package/lib/switch/index.js +14 -8
  309. package/lib/tab/Tab.js +20 -19
  310. package/lib/tab/index.js +14 -8
  311. package/lib/tabbar/Tabbar.js +15 -14
  312. package/lib/tabbar/index.js +14 -8
  313. package/lib/tabbar-item/TabbarItem.js +18 -17
  314. package/lib/tabbar-item/index.js +14 -8
  315. package/lib/tabs/Tabs.js +25 -19
  316. package/lib/tabs/TabsContent.js +14 -13
  317. package/lib/tabs/TabsTitle.js +14 -13
  318. package/lib/tabs/index.js +14 -8
  319. package/lib/tabs/types.js +18 -1
  320. package/lib/tabs/utils.js +12 -11
  321. package/lib/tag/Tag.js +14 -13
  322. package/lib/tag/index.js +14 -8
  323. package/lib/toast/Toast.d.ts +3 -0
  324. package/lib/toast/Toast.js +19 -17
  325. package/lib/toast/function-call.js +17 -11
  326. package/lib/toast/index.js +11 -10
  327. package/lib/toast/lock-click.js +19 -2
  328. package/lib/toast/types.js +18 -1
  329. package/lib/tree-select/TreeSelect.js +16 -15
  330. package/lib/tree-select/index.js +14 -8
  331. package/lib/uploader/Uploader.js +21 -15
  332. package/lib/uploader/UploaderPreviewItem.js +17 -16
  333. package/lib/uploader/index.js +14 -8
  334. package/lib/uploader/types.d.ts +1 -3
  335. package/lib/uploader/types.js +18 -1
  336. package/lib/uploader/utils.js +11 -10
  337. package/lib/utils/basic.js +19 -2
  338. package/lib/utils/constant.js +19 -2
  339. package/lib/utils/create.js +16 -10
  340. package/lib/utils/deep-assign.js +11 -10
  341. package/lib/utils/deep-clone.js +11 -10
  342. package/lib/utils/dom.js +13 -12
  343. package/lib/utils/format.js +13 -12
  344. package/lib/utils/index.js +18 -17
  345. package/lib/utils/interceptor.d.ts +1 -1
  346. package/lib/utils/interceptor.js +12 -11
  347. package/lib/utils/mount-component.js +13 -12
  348. package/lib/utils/props.js +19 -2
  349. package/lib/utils/validate.js +11 -10
  350. package/lib/utils/with-install.js +11 -10
  351. package/lib/vant.cjs.js +34 -8
  352. package/lib/vant.cjs.min.js +1 -1
  353. package/lib/vant.es.js +35 -9
  354. package/lib/vant.es.min.js +35 -9
  355. package/lib/vant.js +37 -11
  356. package/lib/vant.min.js +1 -1
  357. package/package.json +1 -1
  358. package/vetur/attributes.json +183 -179
  359. package/vetur/tags.json +61 -60
  360. package/vetur/web-types.json +1070 -1060
@@ -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: "Loslassen zum Aktualisieren..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "Total\uFF1A"
59
+ label: "Total:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "Unbegrenzt",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Neue Adresse hinzuf\xFCgen"
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: "Loslassen zum Aktualisieren..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "Total\uFF1A"
59
+ label: "Total:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "Unbegrenzt",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Neue Adresse hinzuf\xFCgen"
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: "Loose to refresh..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "Total\uFF1A"
59
+ label: "Total:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "Unlimited",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Add new address"
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: "Suelta para recargar..."
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: "Anadir direcci\xF3n"
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: "Rel\xE2chez pour actualiser..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "Total\uFF1A"
59
+ label: "Total:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "Illimit\xE9",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "Ajouter une nouvelle 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 = {
@@ -48,7 +64,7 @@ var stdin_default = {
48
64
  loosing: "\u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0922\u0940\u0932\u093E..."
49
65
  },
50
66
  vanSubmitBar: {
51
- label: "\u0915\u0941\u0932\uFF1A"
67
+ label: "\u0915\u0941\u0932:"
52
68
  },
53
69
  vanCoupon: {
54
70
  unlimited: "\u0905\u0938\u0940\u092E\u093F\u0924",
@@ -79,3 +95,4 @@ var stdin_default = {
79
95
  add: "\u0928\u092F\u093E \u092A\u0924\u093E \u091C\u094B\u0921\u093C\u0947\u0902"
80
96
  }
81
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,90 @@
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: "Nama",
29
+ tel: "Telepon",
30
+ save: "Simpan",
31
+ confirm: "Konfirmasi",
32
+ cancel: "Batal",
33
+ delete: "Hapus",
34
+ loading: "Memuat...",
35
+ noCoupon: "Tidak ada kupon",
36
+ nameEmpty: "Silakan isi nama",
37
+ addContact: "Tambahkan kontak",
38
+ telInvalid: "Nomor telepon salah format",
39
+ vanCalendar: {
40
+ end: "Akhir",
41
+ start: "Mulai",
42
+ title: "Kalender",
43
+ weekdays: ["minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"],
44
+ monthTitle: (year, month) => `${year}/${month}`,
45
+ rangePrompt: (maxRange) => `Pilih tidak lebih dari ${maxRange} hari`
46
+ },
47
+ vanCascader: {
48
+ select: "Pilih"
49
+ },
50
+ vanPagination: {
51
+ prev: "Sebelumnya",
52
+ next: "Selanjutnya"
53
+ },
54
+ vanPullRefresh: {
55
+ pulling: "Tarik untuk menyegarkan...",
56
+ loosing: "Loose untuk menyegarkan..."
57
+ },
58
+ vanSubmitBar: {
59
+ label: "Jumlah:"
60
+ },
61
+ vanCoupon: {
62
+ unlimited: "Tidak terbatas",
63
+ discount: (discount) => `${discount * 10}% off`,
64
+ condition: (condition) => `Setidaknya ${condition}`
65
+ },
66
+ vanCouponCell: {
67
+ title: "Kupon",
68
+ count: (count) => `Anda memiliki kupon ${count}`
69
+ },
70
+ vanCouponList: {
71
+ exchange: "Pertukaran",
72
+ close: "Tutup",
73
+ enable: "Tersedia",
74
+ disabled: "Tidak tersedia",
75
+ placeholder: "Kode kupon"
76
+ },
77
+ vanAddressEdit: {
78
+ area: "Daerah",
79
+ postal: "pos",
80
+ areaEmpty: "Silakan pilih area penerima",
81
+ addressEmpty: "Alamat tidak boleh kosong",
82
+ postalEmpty: "Kode pos salah",
83
+ addressDetail: "Alamat",
84
+ defaultAddress: "Tetapkan sebagai alamat default"
85
+ },
86
+ vanAddressList: {
87
+ add: "Tambahkan alamat baru"
88
+ }
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: "Nome",
29
+ tel: "Telefono",
30
+ save: "Salva",
31
+ confirm: "Conferma",
32
+ cancel: "Annulla",
33
+ delete: "Elimina",
34
+ loading: "Caricamento in corso...",
35
+ noCoupon: "Nessun coupon",
36
+ nameEmpty: "Inserisci il nome",
37
+ addContact: "Aggiungi contatto",
38
+ telInvalid: "Numero di telefono errato",
39
+ vanCalendar: {
40
+ end: "Fine",
41
+ start: "Inizio",
42
+ title: "Calendario",
43
+ weekdays: [
44
+ "domenica",
45
+ "Lunedi",
46
+ "Marted\xEC",
47
+ "mercoled\xEC",
48
+ "gioved\xEC",
49
+ "venerd\xEC",
50
+ "Sabato"
51
+ ],
52
+ monthTitle: (year, month) => `${year}/${month}`,
53
+ rangePrompt: (maxRange) => `Scegli non pi\xF9 di ${maxRange} giorni`
54
+ },
55
+ vanCascader: {
56
+ select: "Seleziona"
57
+ },
58
+ vanPagination: {
59
+ prev: "Precedente",
60
+ next: "Avanti"
61
+ },
62
+ vanPullRefresh: {
63
+ pulling: "Tiri per aggiornare...",
64
+ loosing: "Largo per rinfrescare..."
65
+ },
66
+ vanSubmitBar: {
67
+ label: "Totale:"
68
+ },
69
+ vanCoupon: {
70
+ unlimited: "Illimitato",
71
+ discount: (discount) => `${discount * 10}% di sconto`,
72
+ condition: (condition) => `Almeno ${condition}`
73
+ },
74
+ vanCouponCell: {
75
+ title: "Buono",
76
+ count: (count) => `Hai ${count} coupon`
77
+ },
78
+ vanCouponList: {
79
+ exchange: "Scambio",
80
+ close: "Chiudi",
81
+ enable: "Disponibile",
82
+ disabled: "Non disponibile",
83
+ placeholder: "Codice coupon"
84
+ },
85
+ vanAddressEdit: {
86
+ area: "Area",
87
+ postal: "Postale",
88
+ areaEmpty: "Seleziona un'area di ricezione",
89
+ addressEmpty: "L'indirizzo non pu\xF2 essere vuoto",
90
+ postalEmpty: "Codice postale errato",
91
+ addressDetail: "Indirizzo",
92
+ defaultAddress: "Imposta come indirizzo predefinito"
93
+ },
94
+ vanAddressList: {
95
+ add: "Aggiungi nuovo indirizzo"
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: "\u30EA\u30EA\u30FC\u30B9\u6642\u306B\u66F4\u65B0..."
41
57
  },
42
58
  vanSubmitBar: {
43
- label: "\u5408\u8A08\uFF1A"
59
+ label: "\u5408\u8A08:"
44
60
  },
45
61
  vanCoupon: {
46
62
  unlimited: "\u7121\u5236\u9650",
@@ -71,3 +87,4 @@ var stdin_default = {
71
87
  add: "\u4F4F\u6240\u3092\u8FFD\u52A0"
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 = {
@@ -48,7 +64,7 @@ var stdin_default = {
48
64
  loosing: "\uC0C8\uB85C \uACE0\uCE68..."
49
65
  },
50
66
  vanSubmitBar: {
51
- label: "\uCD1D\uFF1A"
67
+ label: "\uCD1D:"
52
68
  },
53
69
  vanCoupon: {
54
70
  unlimited: "\uC81C\uD55C \uC5C6\uB294",
@@ -79,3 +95,4 @@ var stdin_default = {
79
95
  add: "\uC0C8 \uC8FC\uC18C \uCD94\uAC00"
80
96
  }
81
97
  };
98
+ module.exports = __toCommonJS(stdin_exports);