vant 4.0.5 → 4.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/icon/index.css +1 -1
- package/es/image-preview/ImagePreview.d.ts +3 -0
- package/es/image-preview/ImagePreview.mjs +3 -2
- package/es/image-preview/index.d.ts +2 -0
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/locale/lang/ru-RU.mjs +1 -1
- package/es/swipe/Swipe.mjs +3 -0
- package/lib/action-bar/ActionBar.d.ts +27 -0
- package/lib/action-bar/ActionBar.js +64 -0
- package/lib/action-bar/index.css +1 -0
- package/lib/action-bar/index.d.ts +25 -0
- package/lib/action-bar/index.js +35 -0
- package/lib/action-bar/style/index.d.ts +1 -0
- package/lib/action-bar/style/index.js +2 -0
- package/lib/action-bar/types.d.ts +4 -0
- package/lib/action-bar/types.js +15 -0
- package/lib/action-bar-button/ActionBarButton.d.ts +43 -0
- package/lib/action-bar-button/ActionBarButton.js +93 -0
- package/lib/action-bar-button/index.css +1 -0
- package/lib/action-bar-button/index.d.ts +36 -0
- package/lib/action-bar-button/index.js +35 -0
- package/lib/action-bar-button/style/index.d.ts +1 -0
- package/lib/action-bar-button/style/index.js +7 -0
- package/lib/action-bar-button/types.d.ts +5 -0
- package/lib/action-bar-button/types.js +15 -0
- package/lib/action-bar-icon/ActionBarIcon.d.ts +48 -0
- package/lib/action-bar-icon/ActionBarIcon.js +88 -0
- package/lib/action-bar-icon/index.css +1 -0
- package/lib/action-bar-icon/index.d.ts +39 -0
- package/lib/action-bar-icon/index.js +35 -0
- package/lib/action-bar-icon/style/index.d.ts +1 -0
- package/lib/action-bar-icon/style/index.js +5 -0
- package/lib/action-bar-icon/types.d.ts +10 -0
- package/lib/action-bar-icon/types.js +15 -0
- package/lib/action-sheet/ActionSheet.d.ts +194 -0
- package/lib/action-sheet/ActionSheet.js +151 -0
- package/lib/action-sheet/index.css +1 -0
- package/lib/action-sheet/index.d.ts +136 -0
- package/lib/action-sheet/index.js +35 -0
- package/lib/action-sheet/style/index.d.ts +1 -0
- package/lib/action-sheet/style/index.js +7 -0
- package/lib/action-sheet/types.d.ts +23 -0
- package/lib/action-sheet/types.js +15 -0
- package/lib/address-edit/AddressEdit.d.ts +157 -0
- package/lib/address-edit/AddressEdit.js +314 -0
- package/lib/address-edit/AddressEditDetail.d.ts +32 -0
- package/lib/address-edit/AddressEditDetail.js +95 -0
- package/lib/address-edit/index.css +1 -0
- package/lib/address-edit/index.d.ts +118 -0
- package/lib/address-edit/index.js +35 -0
- package/lib/address-edit/style/index.d.ts +1 -0
- package/lib/address-edit/style/index.js +19 -0
- package/lib/address-edit/types.d.ts +28 -0
- package/lib/address-edit/types.js +15 -0
- package/lib/address-list/AddressList.d.ts +69 -0
- package/lib/address-list/AddressList.js +108 -0
- package/lib/address-list/AddressListItem.d.ts +34 -0
- package/lib/address-list/AddressListItem.js +115 -0
- package/lib/address-list/index.css +1 -0
- package/lib/address-list/index.d.ts +57 -0
- package/lib/address-list/index.js +35 -0
- package/lib/address-list/style/index.d.ts +1 -0
- package/lib/address-list/style/index.js +11 -0
- package/lib/address-list/types.d.ts +15 -0
- package/lib/address-list/types.js +15 -0
- package/lib/area/Area.d.ts +136 -0
- package/lib/area/Area.js +96 -0
- package/lib/area/index.d.ts +102 -0
- package/lib/area/index.js +35 -0
- package/lib/area/style/index.d.ts +1 -0
- package/lib/area/style/index.js +10 -0
- package/lib/area/types.d.ts +9 -0
- package/lib/area/types.js +15 -0
- package/lib/area/utils.d.ts +6 -0
- package/lib/area/utils.js +111 -0
- package/lib/back-top/BackTop.d.ts +46 -0
- package/lib/back-top/BackTop.js +120 -0
- package/lib/back-top/index.css +1 -0
- package/lib/back-top/index.d.ts +39 -0
- package/lib/back-top/index.js +35 -0
- package/lib/back-top/style/index.d.ts +1 -0
- package/lib/back-top/style/index.js +4 -0
- package/lib/back-top/types.d.ts +6 -0
- package/lib/back-top/types.js +15 -0
- package/lib/badge/Badge.d.ts +66 -0
- package/lib/badge/Badge.js +124 -0
- package/lib/badge/index.css +1 -0
- package/lib/badge/index.d.ts +51 -0
- package/lib/badge/index.js +35 -0
- package/lib/badge/style/index.d.ts +1 -0
- package/lib/badge/style/index.js +2 -0
- package/lib/badge/types.d.ts +12 -0
- package/lib/badge/types.js +15 -0
- package/lib/button/Button.d.ts +140 -0
- package/lib/button/Button.js +168 -0
- package/lib/button/index.css +1 -0
- package/lib/button/index.d.ts +104 -0
- package/lib/button/index.js +35 -0
- package/lib/button/style/index.d.ts +1 -0
- package/lib/button/style/index.js +5 -0
- package/lib/button/types.d.ts +41 -0
- package/lib/button/types.js +15 -0
- package/lib/calendar/Calendar.d.ts +292 -0
- package/lib/calendar/Calendar.js +439 -0
- package/lib/calendar/CalendarDay.d.ts +32 -0
- package/lib/calendar/CalendarDay.js +148 -0
- package/lib/calendar/CalendarHeader.d.ts +21 -0
- package/lib/calendar/CalendarHeader.js +81 -0
- package/lib/calendar/CalendarMonth.d.ts +86 -0
- package/lib/calendar/CalendarMonth.js +233 -0
- package/lib/calendar/index.css +1 -0
- package/lib/calendar/index.d.ts +210 -0
- package/lib/calendar/index.js +35 -0
- package/lib/calendar/style/index.d.ts +1 -0
- package/lib/calendar/style/index.js +16 -0
- package/lib/calendar/types.d.ts +56 -0
- package/lib/calendar/types.js +15 -0
- package/lib/calendar/utils.d.ts +12 -0
- package/lib/calendar/utils.js +75 -0
- package/lib/card/Card.d.ts +56 -0
- package/lib/card/Card.js +146 -0
- package/lib/card/index.css +1 -0
- package/lib/card/index.d.ts +46 -0
- package/lib/card/index.js +35 -0
- package/lib/card/style/index.d.ts +1 -0
- package/lib/card/style/index.js +6 -0
- package/lib/card/types.d.ts +18 -0
- package/lib/card/types.js +15 -0
- package/lib/cascader/Cascader.d.ts +96 -0
- package/lib/cascader/Cascader.js +247 -0
- package/lib/cascader/index.css +1 -0
- package/lib/cascader/index.d.ts +74 -0
- package/lib/cascader/index.js +35 -0
- package/lib/cascader/style/index.d.ts +1 -0
- package/lib/cascader/style/index.js +9 -0
- package/lib/cascader/types.d.ts +34 -0
- package/lib/cascader/types.js +15 -0
- package/lib/cell/Cell.d.ts +136 -0
- package/lib/cell/Cell.js +148 -0
- package/lib/cell/index.css +1 -0
- package/lib/cell/index.d.ts +80 -0
- package/lib/cell/index.js +35 -0
- package/lib/cell/style/index.d.ts +1 -0
- package/lib/cell/style/index.js +4 -0
- package/lib/cell/types.d.ts +21 -0
- package/lib/cell/types.js +15 -0
- package/lib/cell-group/CellGroup.d.ts +29 -0
- package/lib/cell-group/CellGroup.js +63 -0
- package/lib/cell-group/index.css +1 -0
- package/lib/cell-group/index.d.ts +27 -0
- package/lib/cell-group/index.js +35 -0
- package/lib/cell-group/style/index.d.ts +1 -0
- package/lib/cell-group/style/index.js +2 -0
- package/lib/cell-group/types.d.ts +10 -0
- package/lib/cell-group/types.js +15 -0
- package/lib/checkbox/Checkbox.d.ts +64 -0
- package/lib/checkbox/Checkbox.js +107 -0
- package/lib/checkbox/Checker.d.ts +85 -0
- package/lib/checkbox/Checker.js +126 -0
- package/lib/checkbox/index.css +1 -0
- package/lib/checkbox/index.d.ts +52 -0
- package/lib/checkbox/index.js +35 -0
- package/lib/checkbox/style/index.d.ts +1 -0
- package/lib/checkbox/style/index.js +5 -0
- package/lib/checkbox/types.d.ts +24 -0
- package/lib/checkbox/types.js +15 -0
- package/lib/checkbox-group/CheckboxGroup.d.ts +44 -0
- package/lib/checkbox-group/CheckboxGroup.js +91 -0
- package/lib/checkbox-group/index.css +1 -0
- package/lib/checkbox-group/index.d.ts +36 -0
- package/lib/checkbox-group/index.js +35 -0
- package/lib/checkbox-group/style/index.d.ts +1 -0
- package/lib/checkbox-group/style/index.js +2 -0
- package/lib/checkbox-group/types.d.ts +16 -0
- package/lib/checkbox-group/types.js +15 -0
- package/lib/circle/Circle.d.ts +118 -0
- package/lib/circle/Circle.js +172 -0
- package/lib/circle/index.css +1 -0
- package/lib/circle/index.d.ts +88 -0
- package/lib/circle/index.js +35 -0
- package/lib/circle/style/index.d.ts +1 -0
- package/lib/circle/style/index.js +2 -0
- package/lib/circle/types.d.ts +9 -0
- package/lib/circle/types.js +15 -0
- package/lib/col/Col.d.ts +38 -0
- package/lib/col/Col.js +83 -0
- package/lib/col/index.css +1 -0
- package/lib/col/index.d.ts +32 -0
- package/lib/col/index.js +35 -0
- package/lib/col/style/index.d.ts +1 -0
- package/lib/col/style/index.js +3 -0
- package/lib/collapse/Collapse.d.ts +55 -0
- package/lib/collapse/Collapse.js +128 -0
- package/lib/collapse/index.d.ts +36 -0
- package/lib/collapse/index.js +35 -0
- package/lib/collapse/style/index.d.ts +1 -0
- package/lib/collapse/style/index.js +1 -0
- package/lib/collapse-item/CollapseItem.d.ts +132 -0
- package/lib/collapse-item/CollapseItem.js +156 -0
- package/lib/collapse-item/index.css +1 -0
- package/lib/collapse-item/index.d.ts +98 -0
- package/lib/collapse-item/index.js +35 -0
- package/lib/collapse-item/style/index.d.ts +1 -0
- package/lib/collapse-item/style/index.js +5 -0
- package/lib/collapse-item/types.d.ts +15 -0
- package/lib/collapse-item/types.js +15 -0
- package/lib/composables/on-popup-reopen.d.ts +3 -0
- package/lib/composables/on-popup-reopen.js +35 -0
- package/lib/composables/use-expose.d.ts +1 -0
- package/lib/composables/use-expose.js +30 -0
- package/lib/composables/use-global-z-index.d.ts +4 -0
- package/lib/composables/use-global-z-index.js +28 -0
- package/lib/composables/use-height.d.ts +2 -0
- package/lib/composables/use-height.js +43 -0
- package/lib/composables/use-id.d.ts +1 -0
- package/lib/composables/use-id.js +32 -0
- package/lib/composables/use-lazy-render.d.ts +2 -0
- package/lib/composables/use-lazy-render.js +36 -0
- package/lib/composables/use-lock-scroll.d.ts +2 -0
- package/lib/composables/use-lock-scroll.js +77 -0
- package/lib/composables/use-placeholder.d.ts +3 -0
- package/lib/composables/use-placeholder.js +33 -0
- package/lib/composables/use-refs.d.ts +2 -0
- package/lib/composables/use-refs.js +39 -0
- package/lib/composables/use-route.d.ts +13 -0
- package/lib/composables/use-route.js +46 -0
- package/lib/composables/use-sync-prop-ref.d.ts +2 -0
- package/lib/composables/use-sync-prop-ref.js +37 -0
- package/lib/composables/use-tab-status.d.ts +3 -0
- package/lib/composables/use-tab-status.js +26 -0
- package/lib/composables/use-touch.d.ts +16 -0
- package/lib/composables/use-touch.js +80 -0
- package/lib/composables/use-visibility-change.d.ts +2 -0
- package/lib/composables/use-visibility-change.js +49 -0
- package/lib/config-provider/ConfigProvider.d.ts +57 -0
- package/lib/config-provider/ConfigProvider.js +89 -0
- package/lib/config-provider/index.d.ts +41 -0
- package/lib/config-provider/index.js +35 -0
- package/lib/config-provider/style/index.d.ts +1 -0
- package/lib/config-provider/style/index.js +1 -0
- package/lib/config-provider/types.d.ts +1 -0
- package/lib/config-provider/types.js +15 -0
- package/lib/contact-card/ContactCard.d.ts +47 -0
- package/lib/contact-card/ContactCard.js +66 -0
- package/lib/contact-card/index.css +1 -0
- package/lib/contact-card/index.d.ts +39 -0
- package/lib/contact-card/index.js +35 -0
- package/lib/contact-card/style/index.d.ts +1 -0
- package/lib/contact-card/style/index.js +5 -0
- package/lib/contact-card/types.d.ts +6 -0
- package/lib/contact-card/types.js +15 -0
- package/lib/contact-edit/ContactEdit.d.ts +64 -0
- package/lib/contact-edit/ContactEdit.js +132 -0
- package/lib/contact-edit/index.css +1 -0
- package/lib/contact-edit/index.d.ts +49 -0
- package/lib/contact-edit/index.js +35 -0
- package/lib/contact-edit/style/index.d.ts +1 -0
- package/lib/contact-edit/style/index.js +9 -0
- package/lib/contact-edit/types.d.ts +8 -0
- package/lib/contact-edit/types.js +15 -0
- package/lib/contact-list/ContactList.d.ts +32 -0
- package/lib/contact-list/ContactList.js +109 -0
- package/lib/contact-list/index.css +1 -0
- package/lib/contact-list/index.d.ts +25 -0
- package/lib/contact-list/index.js +35 -0
- package/lib/contact-list/style/index.d.ts +1 -0
- package/lib/contact-list/style/index.js +11 -0
- package/lib/contact-list/types.d.ts +6 -0
- package/lib/contact-list/types.js +15 -0
- package/lib/count-down/CountDown.d.ts +55 -0
- package/lib/count-down/CountDown.js +76 -0
- package/lib/count-down/index.css +1 -0
- package/lib/count-down/index.d.ts +46 -0
- package/lib/count-down/index.js +35 -0
- package/lib/count-down/style/index.d.ts +1 -0
- package/lib/count-down/style/index.js +2 -0
- package/lib/count-down/types.d.ts +16 -0
- package/lib/count-down/types.js +15 -0
- package/lib/count-down/utils.d.ts +2 -0
- package/lib/count-down/utils.js +58 -0
- package/lib/coupon/Coupon.d.ts +45 -0
- package/lib/coupon/Coupon.js +99 -0
- package/lib/coupon/index.css +1 -0
- package/lib/coupon/index.d.ts +35 -0
- package/lib/coupon/index.js +33 -0
- package/lib/coupon/style/index.d.ts +1 -0
- package/lib/coupon/style/index.js +6 -0
- package/lib/coupon/types.d.ts +19 -0
- package/lib/coupon/types.js +15 -0
- package/lib/coupon/utils.d.ts +3 -0
- package/lib/coupon/utils.js +33 -0
- package/lib/coupon-cell/CouponCell.d.ts +78 -0
- package/lib/coupon-cell/CouponCell.js +74 -0
- package/lib/coupon-cell/index.css +1 -0
- package/lib/coupon-cell/index.d.ts +60 -0
- package/lib/coupon-cell/index.js +35 -0
- package/lib/coupon-cell/style/index.d.ts +1 -0
- package/lib/coupon-cell/style/index.js +5 -0
- package/lib/coupon-cell/types.d.ts +3 -0
- package/lib/coupon-cell/types.js +15 -0
- package/lib/coupon-list/CouponList.d.ts +170 -0
- package/lib/coupon-list/CouponList.js +206 -0
- package/lib/coupon-list/index.css +1 -0
- package/lib/coupon-list/index.d.ts +125 -0
- package/lib/coupon-list/index.js +35 -0
- package/lib/coupon-list/style/index.d.ts +1 -0
- package/lib/coupon-list/style/index.js +17 -0
- package/lib/coupon-list/types.d.ts +9 -0
- package/lib/coupon-list/types.js +15 -0
- package/lib/date-picker/DatePicker.d.ts +171 -0
- package/lib/date-picker/DatePicker.js +137 -0
- package/lib/date-picker/index.d.ts +127 -0
- package/lib/date-picker/index.js +35 -0
- package/lib/date-picker/style/index.d.ts +1 -0
- package/lib/date-picker/style/index.js +10 -0
- package/lib/date-picker/utils.d.ts +45 -0
- package/lib/date-picker/utils.js +70 -0
- package/lib/dialog/Dialog.d.ts +187 -0
- package/lib/dialog/Dialog.js +237 -0
- package/lib/dialog/function-call.d.ts +6 -0
- package/lib/dialog/function-call.js +110 -0
- package/lib/dialog/index.css +1 -0
- package/lib/dialog/index.d.ts +138 -0
- package/lib/dialog/index.js +41 -0
- package/lib/dialog/style/index.d.ts +1 -0
- package/lib/dialog/style/index.js +10 -0
- package/lib/dialog/types.d.ts +53 -0
- package/lib/dialog/types.js +15 -0
- package/lib/divider/Divider.d.ts +40 -0
- package/lib/divider/Divider.js +51 -0
- package/lib/divider/index.css +1 -0
- package/lib/divider/index.d.ts +34 -0
- package/lib/divider/index.js +35 -0
- package/lib/divider/style/index.d.ts +1 -0
- package/lib/divider/style/index.js +2 -0
- package/lib/divider/types.d.ts +10 -0
- package/lib/divider/types.js +15 -0
- package/lib/dropdown-item/DropdownItem.d.ts +59 -0
- package/lib/dropdown-item/DropdownItem.js +202 -0
- package/lib/dropdown-item/index.css +1 -0
- package/lib/dropdown-item/index.d.ts +50 -0
- package/lib/dropdown-item/index.js +35 -0
- package/lib/dropdown-item/style/index.d.ts +1 -0
- package/lib/dropdown-item/style/index.js +8 -0
- package/lib/dropdown-item/types.d.ts +25 -0
- package/lib/dropdown-item/types.js +15 -0
- package/lib/dropdown-menu/DropdownMenu.d.ts +82 -0
- package/lib/dropdown-menu/DropdownMenu.js +156 -0
- package/lib/dropdown-menu/index.css +1 -0
- package/lib/dropdown-menu/index.d.ts +63 -0
- package/lib/dropdown-menu/index.js +35 -0
- package/lib/dropdown-menu/style/index.d.ts +1 -0
- package/lib/dropdown-menu/style/index.js +2 -0
- package/lib/dropdown-menu/types.d.ts +21 -0
- package/lib/dropdown-menu/types.js +15 -0
- package/lib/empty/Empty.d.ts +29 -0
- package/lib/empty/Empty.js +342 -0
- package/lib/empty/index.css +1 -0
- package/lib/empty/index.d.ts +26 -0
- package/lib/empty/index.js +35 -0
- package/lib/empty/style/index.d.ts +1 -0
- package/lib/empty/style/index.js +2 -0
- package/lib/empty/types.d.ts +10 -0
- package/lib/empty/types.js +15 -0
- package/lib/field/Field.d.ts +337 -0
- package/lib/field/Field.js +529 -0
- package/lib/field/index.css +1 -0
- package/lib/field/index.d.ts +213 -0
- package/lib/field/index.js +35 -0
- package/lib/field/style/index.d.ts +1 -0
- package/lib/field/style/index.js +5 -0
- package/lib/field/types.d.ts +65 -0
- package/lib/field/types.js +15 -0
- package/lib/field/utils.d.ts +15 -0
- package/lib/field/utils.js +120 -0
- package/lib/form/Form.d.ts +88 -0
- package/lib/form/Form.js +180 -0
- package/lib/form/index.d.ts +70 -0
- package/lib/form/index.js +35 -0
- package/lib/form/style/index.d.ts +1 -0
- package/lib/form/style/index.js +1 -0
- package/lib/form/types.d.ts +15 -0
- package/lib/form/types.js +15 -0
- package/lib/grid/Grid.d.ts +74 -0
- package/lib/grid/Grid.js +67 -0
- package/lib/grid/index.css +1 -0
- package/lib/grid/index.d.ts +54 -0
- package/lib/grid/index.js +35 -0
- package/lib/grid/style/index.d.ts +1 -0
- package/lib/grid/style/index.js +2 -0
- package/lib/grid-item/GridItem.d.ts +45 -0
- package/lib/grid-item/GridItem.js +165 -0
- package/lib/grid-item/index.css +1 -0
- package/lib/grid-item/index.d.ts +37 -0
- package/lib/grid-item/index.js +35 -0
- package/lib/grid-item/style/index.d.ts +1 -0
- package/lib/grid-item/style/index.js +5 -0
- package/lib/grid-item/types.d.ts +8 -0
- package/lib/grid-item/types.js +15 -0
- package/lib/icon/Icon.d.ts +45 -0
- package/lib/icon/Icon.js +79 -0
- package/lib/icon/index.css +1 -0
- package/lib/icon/index.d.ts +36 -0
- package/lib/icon/index.js +35 -0
- package/lib/icon/style/index.d.ts +1 -0
- package/lib/icon/style/index.js +3 -0
- package/lib/image/Image.d.ts +105 -0
- package/lib/image/Image.js +190 -0
- package/lib/image/index.css +1 -0
- package/lib/image/index.d.ts +79 -0
- package/lib/image/index.js +35 -0
- package/lib/image/style/index.d.ts +1 -0
- package/lib/image/style/index.js +4 -0
- package/lib/image/types.d.ts +9 -0
- package/lib/image/types.js +15 -0
- package/lib/image-preview/ImagePreview.d.ts +191 -0
- package/lib/image-preview/ImagePreview.js +193 -0
- package/lib/image-preview/ImagePreviewItem.d.ts +48 -0
- package/lib/image-preview/ImagePreviewItem.js +284 -0
- package/lib/image-preview/function-call.d.ts +3 -0
- package/lib/image-preview/function-call.js +89 -0
- package/lib/image-preview/index.css +1 -0
- package/lib/image-preview/index.d.ts +142 -0
- package/lib/image-preview/index.js +37 -0
- package/lib/image-preview/style/index.d.ts +1 -0
- package/lib/image-preview/style/index.js +10 -0
- package/lib/image-preview/types.d.ts +50 -0
- package/lib/image-preview/types.js +15 -0
- package/lib/index-anchor/IndexAnchor.d.ts +11 -0
- package/lib/index-anchor/IndexAnchor.js +107 -0
- package/lib/index-anchor/index.css +1 -0
- package/lib/index-anchor/index.d.ts +14 -0
- package/lib/index-anchor/index.js +35 -0
- package/lib/index-anchor/style/index.d.ts +1 -0
- package/lib/index-anchor/style/index.js +3 -0
- package/lib/index-anchor/types.d.ts +11 -0
- package/lib/index-anchor/types.js +15 -0
- package/lib/index-bar/IndexBar.d.ts +64 -0
- package/lib/index-bar/IndexBar.js +246 -0
- package/lib/index-bar/index.css +1 -0
- package/lib/index-bar/index.d.ts +50 -0
- package/lib/index-bar/index.js +35 -0
- package/lib/index-bar/style/index.d.ts +1 -0
- package/lib/index-bar/style/index.js +2 -0
- package/lib/index-bar/types.d.ts +16 -0
- package/lib/index-bar/types.js +15 -0
- package/lib/index.css +1 -0
- package/lib/index.d.ts +97 -0
- package/lib/index.js +309 -0
- package/lib/lazyload/index.d.ts +3 -0
- package/lib/lazyload/index.js +25 -0
- package/lib/lazyload/style/index.d.ts +1 -0
- package/lib/lazyload/style/index.js +1 -0
- package/lib/lazyload/vue-lazyload/index.d.ts +55 -0
- package/lib/lazyload/vue-lazyload/index.js +56 -0
- package/lib/lazyload/vue-lazyload/lazy-component.js +70 -0
- package/lib/lazyload/vue-lazyload/lazy-container.js +93 -0
- package/lib/lazyload/vue-lazyload/lazy-image.js +119 -0
- package/lib/lazyload/vue-lazyload/lazy.js +378 -0
- package/lib/lazyload/vue-lazyload/listener.js +192 -0
- package/lib/lazyload/vue-lazyload/util.d.ts +25 -0
- package/lib/lazyload/vue-lazyload/util.js +185 -0
- package/lib/list/List.d.ts +78 -0
- package/lib/list/List.js +160 -0
- package/lib/list/index.css +1 -0
- package/lib/list/index.d.ts +63 -0
- package/lib/list/index.js +35 -0
- package/lib/list/style/index.d.ts +1 -0
- package/lib/list/style/index.js +3 -0
- package/lib/list/types.d.ts +13 -0
- package/lib/list/types.js +15 -0
- package/lib/loading/Loading.d.ts +39 -0
- package/lib/loading/Loading.js +90 -0
- package/lib/loading/index.css +1 -0
- package/lib/loading/index.d.ts +33 -0
- package/lib/loading/index.js +35 -0
- package/lib/loading/style/index.d.ts +1 -0
- package/lib/loading/style/index.js +2 -0
- package/lib/loading/types.d.ts +7 -0
- package/lib/loading/types.js +15 -0
- package/lib/locale/index.d.ts +7 -0
- package/lib/locale/index.js +49 -0
- package/lib/locale/lang/bg-BG.d.ts +64 -0
- package/lib/locale/lang/bg-BG.js +93 -0
- package/lib/locale/lang/bn-BD.d.ts +62 -0
- package/lib/locale/lang/bn-BD.js +91 -0
- package/lib/locale/lang/da-DK.d.ts +64 -0
- package/lib/locale/lang/da-DK.js +85 -0
- package/lib/locale/lang/de-DE-formal.d.ts +62 -0
- package/lib/locale/lang/de-DE-formal.js +83 -0
- package/lib/locale/lang/de-DE.d.ts +62 -0
- package/lib/locale/lang/de-DE.js +83 -0
- package/lib/locale/lang/el-GR.d.ts +64 -0
- package/lib/locale/lang/el-GR.js +93 -0
- package/lib/locale/lang/en-US.d.ts +62 -0
- package/lib/locale/lang/en-US.js +83 -0
- package/lib/locale/lang/es-ES.d.ts +62 -0
- package/lib/locale/lang/es-ES.js +83 -0
- package/lib/locale/lang/fa-IR.d.ts +64 -0
- package/lib/locale/lang/fa-IR.js +93 -0
- package/lib/locale/lang/fr-FR.d.ts +62 -0
- package/lib/locale/lang/fr-FR.js +83 -0
- package/lib/locale/lang/he-IL.d.ts +64 -0
- package/lib/locale/lang/he-IL.js +85 -0
- package/lib/locale/lang/hi-IN.d.ts +62 -0
- package/lib/locale/lang/hi-IN.js +91 -0
- package/lib/locale/lang/id-ID.d.ts +62 -0
- package/lib/locale/lang/id-ID.js +83 -0
- package/lib/locale/lang/is-IS.d.ts +62 -0
- package/lib/locale/lang/is-IS.js +91 -0
- package/lib/locale/lang/it-IT.d.ts +62 -0
- package/lib/locale/lang/it-IT.js +91 -0
- package/lib/locale/lang/ja-JP.d.ts +62 -0
- package/lib/locale/lang/ja-JP.js +83 -0
- package/lib/locale/lang/ko-KR.d.ts +62 -0
- package/lib/locale/lang/ko-KR.js +91 -0
- package/lib/locale/lang/la-LA.d.ts +62 -0
- package/lib/locale/lang/la-LA.js +83 -0
- package/lib/locale/lang/mm-MN.d.ts +62 -0
- package/lib/locale/lang/mm-MN.js +83 -0
- package/lib/locale/lang/nb-NO.d.ts +62 -0
- package/lib/locale/lang/nb-NO.js +83 -0
- package/lib/locale/lang/nl-NL.d.ts +62 -0
- package/lib/locale/lang/nl-NL.js +83 -0
- package/lib/locale/lang/pt-BR.d.ts +62 -0
- package/lib/locale/lang/pt-BR.js +83 -0
- package/lib/locale/lang/ro-RO.d.ts +62 -0
- package/lib/locale/lang/ro-RO.js +83 -0
- package/lib/locale/lang/ru-RU.d.ts +62 -0
- package/lib/locale/lang/ru-RU.js +83 -0
- package/lib/locale/lang/sv-SE.d.ts +62 -0
- package/lib/locale/lang/sv-SE.js +83 -0
- package/lib/locale/lang/th-TH.d.ts +62 -0
- package/lib/locale/lang/th-TH.js +83 -0
- package/lib/locale/lang/tr-TR.d.ts +62 -0
- package/lib/locale/lang/tr-TR.js +83 -0
- package/lib/locale/lang/uk-UA.d.ts +62 -0
- package/lib/locale/lang/uk-UA.js +91 -0
- package/lib/locale/lang/vi-VN.d.ts +62 -0
- package/lib/locale/lang/vi-VN.js +91 -0
- package/lib/locale/lang/zh-CN.d.ts +62 -0
- package/lib/locale/lang/zh-CN.js +83 -0
- package/lib/locale/lang/zh-HK.d.ts +62 -0
- package/lib/locale/lang/zh-HK.js +83 -0
- package/lib/locale/lang/zh-TW.d.ts +62 -0
- package/lib/locale/lang/zh-TW.js +83 -0
- package/lib/locale/style/index.d.ts +1 -0
- package/lib/locale/style/index.js +1 -0
- package/lib/nav-bar/NavBar.d.ts +66 -0
- package/lib/nav-bar/NavBar.js +111 -0
- package/lib/nav-bar/index.css +1 -0
- package/lib/nav-bar/index.d.ts +54 -0
- package/lib/nav-bar/index.js +35 -0
- package/lib/nav-bar/style/index.d.ts +1 -0
- package/lib/nav-bar/style/index.js +4 -0
- package/lib/nav-bar/types.d.ts +10 -0
- package/lib/nav-bar/types.js +15 -0
- package/lib/notice-bar/NoticeBar.d.ts +71 -0
- package/lib/notice-bar/NoticeBar.js +185 -0
- package/lib/notice-bar/index.css +1 -0
- package/lib/notice-bar/index.d.ts +57 -0
- package/lib/notice-bar/index.js +35 -0
- package/lib/notice-bar/style/index.d.ts +1 -0
- package/lib/notice-bar/style/index.js +4 -0
- package/lib/notice-bar/types.d.ts +18 -0
- package/lib/notice-bar/types.js +15 -0
- package/lib/notify/Notify.d.ts +134 -0
- package/lib/notify/Notify.js +65 -0
- package/lib/notify/function-call.d.ts +6 -0
- package/lib/notify/function-call.js +93 -0
- package/lib/notify/index.css +1 -0
- package/lib/notify/index.d.ts +100 -0
- package/lib/notify/index.js +40 -0
- package/lib/notify/style/index.d.ts +1 -0
- package/lib/notify/style/index.js +6 -0
- package/lib/notify/types.d.ts +27 -0
- package/lib/notify/types.js +15 -0
- package/lib/number-keyboard/NumberKeyboard.d.ts +162 -0
- package/lib/number-keyboard/NumberKeyboard.js +256 -0
- package/lib/number-keyboard/NumberKeyboardKey.d.ts +24 -0
- package/lib/number-keyboard/NumberKeyboardKey.js +113 -0
- package/lib/number-keyboard/index.css +1 -0
- package/lib/number-keyboard/index.d.ts +121 -0
- package/lib/number-keyboard/index.js +35 -0
- package/lib/number-keyboard/style/index.d.ts +1 -0
- package/lib/number-keyboard/style/index.js +3 -0
- package/lib/number-keyboard/types.d.ts +17 -0
- package/lib/number-keyboard/types.js +15 -0
- package/lib/overlay/Overlay.d.ts +51 -0
- package/lib/overlay/Overlay.js +74 -0
- package/lib/overlay/index.css +1 -0
- package/lib/overlay/index.d.ts +42 -0
- package/lib/overlay/index.js +35 -0
- package/lib/overlay/style/index.d.ts +1 -0
- package/lib/overlay/style/index.js +2 -0
- package/lib/overlay/types.d.ts +4 -0
- package/lib/overlay/types.js +15 -0
- package/lib/pagination/Pagination.d.ts +101 -0
- package/lib/pagination/Pagination.js +164 -0
- package/lib/pagination/index.css +1 -0
- package/lib/pagination/index.d.ts +77 -0
- package/lib/pagination/index.js +35 -0
- package/lib/pagination/style/index.d.ts +1 -0
- package/lib/pagination/style/index.js +2 -0
- package/lib/pagination/types.d.ts +11 -0
- package/lib/pagination/types.js +15 -0
- package/lib/password-input/PasswordInput.d.ts +63 -0
- package/lib/password-input/PasswordInput.js +98 -0
- package/lib/password-input/index.css +1 -0
- package/lib/password-input/index.d.ts +51 -0
- package/lib/password-input/index.js +35 -0
- package/lib/password-input/style/index.d.ts +1 -0
- package/lib/password-input/style/index.js +2 -0
- package/lib/password-input/types.d.ts +17 -0
- package/lib/password-input/types.js +15 -0
- package/lib/picker/Picker.d.ts +163 -0
- package/lib/picker/Picker.js +224 -0
- package/lib/picker/PickerColumn.d.ts +60 -0
- package/lib/picker/PickerColumn.js +213 -0
- package/lib/picker/PickerToolbar.d.ts +21 -0
- package/lib/picker/PickerToolbar.js +78 -0
- package/lib/picker/index.css +1 -0
- package/lib/picker/index.d.ts +104 -0
- package/lib/picker/index.js +35 -0
- package/lib/picker/style/index.d.ts +1 -0
- package/lib/picker/style/index.js +10 -0
- package/lib/picker/types.d.ts +62 -0
- package/lib/picker/types.js +15 -0
- package/lib/picker/utils.d.ts +13 -0
- package/lib/picker/utils.js +99 -0
- package/lib/picker-group/PickerGroup.d.ts +39 -0
- package/lib/picker-group/PickerGroup.js +82 -0
- package/lib/picker-group/index.css +1 -0
- package/lib/picker-group/index.d.ts +34 -0
- package/lib/picker-group/index.js +35 -0
- package/lib/picker-group/style/index.d.ts +1 -0
- package/lib/picker-group/style/index.js +9 -0
- package/lib/picker-group/types.d.ts +3 -0
- package/lib/picker-group/types.js +15 -0
- package/lib/popover/Popover.d.ts +164 -0
- package/lib/popover/Popover.js +203 -0
- package/lib/popover/index.css +1 -0
- package/lib/popover/index.d.ts +121 -0
- package/lib/popover/index.js +35 -0
- package/lib/popover/style/index.d.ts +1 -0
- package/lib/popover/style/index.js +6 -0
- package/lib/popover/types.d.ts +26 -0
- package/lib/popover/types.js +15 -0
- package/lib/popup/Popup.d.ts +165 -0
- package/lib/popup/Popup.js +226 -0
- package/lib/popup/index.css +1 -0
- package/lib/popup/index.d.ts +124 -0
- package/lib/popup/index.js +35 -0
- package/lib/popup/shared.d.ts +30 -0
- package/lib/popup/shared.js +41 -0
- package/lib/popup/style/index.d.ts +1 -0
- package/lib/popup/style/index.js +5 -0
- package/lib/popup/types.d.ts +17 -0
- package/lib/popup/types.js +15 -0
- package/lib/progress/Progress.d.ts +61 -0
- package/lib/progress/Progress.js +96 -0
- package/lib/progress/index.css +1 -0
- package/lib/progress/index.d.ts +49 -0
- package/lib/progress/index.js +35 -0
- package/lib/progress/style/index.d.ts +1 -0
- package/lib/progress/style/index.js +2 -0
- package/lib/progress/types.d.ts +17 -0
- package/lib/progress/types.js +15 -0
- package/lib/pull-refresh/PullRefresh.d.ts +75 -0
- package/lib/pull-refresh/PullRefresh.js +213 -0
- package/lib/pull-refresh/index.css +1 -0
- package/lib/pull-refresh/index.d.ts +60 -0
- package/lib/pull-refresh/index.js +35 -0
- package/lib/pull-refresh/style/index.d.ts +1 -0
- package/lib/pull-refresh/style/index.js +3 -0
- package/lib/pull-refresh/types.d.ts +6 -0
- package/lib/pull-refresh/types.js +15 -0
- package/lib/radio/Radio.d.ts +50 -0
- package/lib/radio/Radio.js +68 -0
- package/lib/radio/index.css +1 -0
- package/lib/radio/index.d.ts +40 -0
- package/lib/radio/index.js +35 -0
- package/lib/radio/style/index.d.ts +1 -0
- package/lib/radio/style/index.js +6 -0
- package/lib/radio/types.d.ts +11 -0
- package/lib/radio/types.js +15 -0
- package/lib/radio-group/RadioGroup.d.ts +35 -0
- package/lib/radio-group/RadioGroup.js +64 -0
- package/lib/radio-group/index.css +1 -0
- package/lib/radio-group/index.d.ts +26 -0
- package/lib/radio-group/index.js +35 -0
- package/lib/radio-group/style/index.d.ts +1 -0
- package/lib/radio-group/style/index.js +2 -0
- package/lib/rate/Rate.d.ts +107 -0
- package/lib/rate/Rate.js +239 -0
- package/lib/rate/index.css +1 -0
- package/lib/rate/index.d.ts +82 -0
- package/lib/rate/index.js +35 -0
- package/lib/rate/style/index.d.ts +1 -0
- package/lib/rate/style/index.js +4 -0
- package/lib/rate/types.d.ts +7 -0
- package/lib/rate/types.js +15 -0
- package/lib/row/Row.d.ts +64 -0
- package/lib/row/Row.js +111 -0
- package/lib/row/index.css +1 -0
- package/lib/row/index.d.ts +43 -0
- package/lib/row/index.js +35 -0
- package/lib/row/style/index.d.ts +1 -0
- package/lib/row/style/index.js +2 -0
- package/lib/search/Search.d.ts +206 -0
- package/lib/search/Search.js +138 -0
- package/lib/search/index.css +1 -0
- package/lib/search/index.d.ts +152 -0
- package/lib/search/index.js +35 -0
- package/lib/search/style/index.d.ts +1 -0
- package/lib/search/style/index.js +6 -0
- package/lib/search/types.d.ts +21 -0
- package/lib/search/types.js +15 -0
- package/lib/share-sheet/ShareSheet.d.ts +162 -0
- package/lib/share-sheet/ShareSheet.js +142 -0
- package/lib/share-sheet/index.css +1 -0
- package/lib/share-sheet/index.d.ts +115 -0
- package/lib/share-sheet/index.js +35 -0
- package/lib/share-sheet/style/index.d.ts +1 -0
- package/lib/share-sheet/style/index.js +6 -0
- package/lib/share-sheet/types.d.ts +17 -0
- package/lib/share-sheet/types.js +15 -0
- package/lib/sidebar/Sidebar.d.ts +30 -0
- package/lib/sidebar/Sidebar.js +64 -0
- package/lib/sidebar/index.css +1 -0
- package/lib/sidebar/index.d.ts +25 -0
- package/lib/sidebar/index.js +35 -0
- package/lib/sidebar/style/index.d.ts +1 -0
- package/lib/sidebar/style/index.js +2 -0
- package/lib/sidebar/types.d.ts +3 -0
- package/lib/sidebar/types.js +15 -0
- package/lib/sidebar-item/SidebarItem.d.ts +42 -0
- package/lib/sidebar-item/SidebarItem.js +92 -0
- package/lib/sidebar-item/index.css +1 -0
- package/lib/sidebar-item/index.d.ts +36 -0
- package/lib/sidebar-item/index.js +35 -0
- package/lib/sidebar-item/style/index.d.ts +1 -0
- package/lib/sidebar-item/style/index.js +4 -0
- package/lib/sidebar-item/types.d.ts +15 -0
- package/lib/sidebar-item/types.js +15 -0
- package/lib/skeleton/Skeleton.d.ts +96 -0
- package/lib/skeleton/Skeleton.js +115 -0
- package/lib/skeleton/SkeletonAvatar.d.ts +26 -0
- package/lib/skeleton/SkeletonAvatar.js +41 -0
- package/lib/skeleton/SkeletonImage.d.ts +26 -0
- package/lib/skeleton/SkeletonImage.js +45 -0
- package/lib/skeleton/SkeletonParagraph.d.ts +27 -0
- package/lib/skeleton/SkeletonParagraph.js +50 -0
- package/lib/skeleton/SkeletonTitle.d.ts +16 -0
- package/lib/skeleton/SkeletonTitle.js +45 -0
- package/lib/skeleton/index.css +1 -0
- package/lib/skeleton/index.d.ts +140 -0
- package/lib/skeleton/index.js +55 -0
- package/lib/skeleton/style/index.d.ts +1 -0
- package/lib/skeleton/style/index.js +4 -0
- package/lib/skeleton/types.d.ts +13 -0
- package/lib/skeleton/types.js +15 -0
- package/lib/slider/Slider.d.ts +100 -0
- package/lib/slider/Slider.js +291 -0
- package/lib/slider/index.css +1 -0
- package/lib/slider/index.d.ts +77 -0
- package/lib/slider/index.js +35 -0
- package/lib/slider/style/index.d.ts +1 -0
- package/lib/slider/style/index.js +2 -0
- package/lib/slider/types.d.ts +11 -0
- package/lib/slider/types.js +15 -0
- package/lib/space/Space.d.ts +48 -0
- package/lib/space/Space.js +107 -0
- package/lib/space/index.css +1 -0
- package/lib/space/index.d.ts +38 -0
- package/lib/space/index.js +35 -0
- package/lib/space/style/index.d.ts +1 -0
- package/lib/space/style/index.js +2 -0
- package/lib/step/Step.d.ts +2 -0
- package/lib/step/Step.js +137 -0
- package/lib/step/index.css +1 -0
- package/lib/step/index.d.ts +8 -0
- package/lib/step/index.js +33 -0
- package/lib/step/style/index.d.ts +1 -0
- package/lib/step/style/index.js +5 -0
- package/lib/step/types.d.ts +13 -0
- package/lib/step/types.js +15 -0
- package/lib/stepper/Stepper.d.ts +194 -0
- package/lib/stepper/Stepper.js +267 -0
- package/lib/stepper/index.css +1 -0
- package/lib/stepper/index.d.ts +143 -0
- package/lib/stepper/index.js +35 -0
- package/lib/stepper/style/index.d.ts +1 -0
- package/lib/stepper/style/index.js +2 -0
- package/lib/stepper/types.d.ts +15 -0
- package/lib/stepper/types.js +15 -0
- package/lib/steps/Steps.d.ts +71 -0
- package/lib/steps/Steps.js +66 -0
- package/lib/steps/index.css +1 -0
- package/lib/steps/index.d.ts +52 -0
- package/lib/steps/index.js +35 -0
- package/lib/steps/style/index.d.ts +1 -0
- package/lib/steps/style/index.js +2 -0
- package/lib/steps/types.d.ts +3 -0
- package/lib/steps/types.js +15 -0
- package/lib/sticky/Sticky.d.ts +58 -0
- package/lib/sticky/Sticky.js +140 -0
- package/lib/sticky/index.css +1 -0
- package/lib/sticky/index.d.ts +47 -0
- package/lib/sticky/index.js +35 -0
- package/lib/sticky/style/index.d.ts +1 -0
- package/lib/sticky/style/index.js +2 -0
- package/lib/sticky/types.d.ts +3 -0
- package/lib/sticky/types.js +15 -0
- package/lib/style/animation.css +1 -0
- package/lib/style/base.css +1 -0
- package/lib/style/css-variables.css +1 -0
- package/lib/style/mixins/clearfix.css +0 -0
- package/lib/style/mixins/ellipsis.css +0 -0
- package/lib/style/mixins/hairline.css +0 -0
- package/lib/style/normalize.css +1 -0
- package/lib/submit-bar/SubmitBar.d.ts +101 -0
- package/lib/submit-bar/SubmitBar.js +135 -0
- package/lib/submit-bar/index.css +1 -0
- package/lib/submit-bar/index.d.ts +76 -0
- package/lib/submit-bar/index.js +35 -0
- package/lib/submit-bar/style/index.d.ts +1 -0
- package/lib/submit-bar/style/index.js +6 -0
- package/lib/submit-bar/types.d.ts +21 -0
- package/lib/submit-bar/types.js +15 -0
- package/lib/swipe/Swipe.d.ts +121 -0
- package/lib/swipe/Swipe.js +383 -0
- package/lib/swipe/index.css +1 -0
- package/lib/swipe/index.d.ts +91 -0
- package/lib/swipe/index.js +35 -0
- package/lib/swipe/style/index.d.ts +1 -0
- package/lib/swipe/style/index.js +2 -0
- package/lib/swipe/types.d.ts +39 -0
- package/lib/swipe/types.js +15 -0
- package/lib/swipe-cell/SwipeCell.d.ts +44 -0
- package/lib/swipe-cell/SwipeCell.js +182 -0
- package/lib/swipe-cell/index.css +1 -0
- package/lib/swipe-cell/index.d.ts +39 -0
- package/lib/swipe-cell/index.js +35 -0
- package/lib/swipe-cell/style/index.d.ts +1 -0
- package/lib/swipe-cell/style/index.js +2 -0
- package/lib/swipe-cell/types.d.ts +9 -0
- package/lib/swipe-cell/types.js +15 -0
- package/lib/swipe-item/SwipeItem.d.ts +2 -0
- package/lib/swipe-item/SwipeItem.js +101 -0
- package/lib/swipe-item/index.css +1 -0
- package/lib/swipe-item/index.d.ts +7 -0
- package/lib/swipe-item/index.js +33 -0
- package/lib/swipe-item/style/index.d.ts +1 -0
- package/lib/swipe-item/style/index.js +3 -0
- package/lib/switch/Switch.d.ts +58 -0
- package/lib/switch/Switch.js +105 -0
- package/lib/switch/index.css +1 -0
- package/lib/switch/index.d.ts +48 -0
- package/lib/switch/index.js +35 -0
- package/lib/switch/style/index.d.ts +1 -0
- package/lib/switch/style/index.js +3 -0
- package/lib/switch/types.d.ts +12 -0
- package/lib/switch/types.js +15 -0
- package/lib/tab/Tab.d.ts +58 -0
- package/lib/tab/Tab.js +143 -0
- package/lib/tab/index.css +1 -0
- package/lib/tab/index.d.ts +46 -0
- package/lib/tab/index.js +35 -0
- package/lib/tab/style/index.d.ts +1 -0
- package/lib/tab/style/index.js +7 -0
- package/lib/tabbar/Tabbar.d.ts +90 -0
- package/lib/tabbar/Tabbar.js +104 -0
- package/lib/tabbar/index.css +1 -0
- package/lib/tabbar/index.d.ts +66 -0
- package/lib/tabbar/index.js +35 -0
- package/lib/tabbar/style/index.d.ts +1 -0
- package/lib/tabbar/style/index.js +2 -0
- package/lib/tabbar/types.d.ts +5 -0
- package/lib/tabbar/types.js +15 -0
- package/lib/tabbar-item/TabbarItem.d.ts +44 -0
- package/lib/tabbar-item/TabbarItem.js +140 -0
- package/lib/tabbar-item/index.css +1 -0
- package/lib/tabbar-item/index.d.ts +37 -0
- package/lib/tabbar-item/index.js +35 -0
- package/lib/tabbar-item/style/index.d.ts +1 -0
- package/lib/tabbar-item/style/index.js +5 -0
- package/lib/tabbar-item/types.d.ts +9 -0
- package/lib/tabbar-item/types.js +15 -0
- package/lib/tabs/Tabs.d.ts +154 -0
- package/lib/tabs/Tabs.js +391 -0
- package/lib/tabs/TabsContent.d.ts +43 -0
- package/lib/tabs/TabsContent.js +87 -0
- package/lib/tabs/TabsTitle.d.ts +45 -0
- package/lib/tabs/TabsTitle.js +109 -0
- package/lib/tabs/index.css +1 -0
- package/lib/tabs/index.d.ts +115 -0
- package/lib/tabs/index.js +35 -0
- package/lib/tabs/style/index.d.ts +1 -0
- package/lib/tabs/style/index.js +5 -0
- package/lib/tabs/types.d.ts +37 -0
- package/lib/tabs/types.js +15 -0
- package/lib/tabs/utils.d.ts +3 -0
- package/lib/tabs/utils.js +56 -0
- package/lib/tag/Tag.d.ts +63 -0
- package/lib/tag/Tag.js +98 -0
- package/lib/tag/index.css +1 -0
- package/lib/tag/index.d.ts +51 -0
- package/lib/tag/index.js +35 -0
- package/lib/tag/style/index.d.ts +1 -0
- package/lib/tag/style/index.js +4 -0
- package/lib/tag/types.d.ts +20 -0
- package/lib/tag/types.js +15 -0
- package/lib/time-picker/TimePicker.d.ts +217 -0
- package/lib/time-picker/TimePicker.js +95 -0
- package/lib/time-picker/index.d.ts +159 -0
- package/lib/time-picker/index.js +35 -0
- package/lib/time-picker/style/index.d.ts +1 -0
- package/lib/time-picker/style/index.js +10 -0
- package/lib/toast/Toast.d.ts +115 -0
- package/lib/toast/Toast.js +146 -0
- package/lib/toast/function-call.d.ts +10 -0
- package/lib/toast/function-call.js +167 -0
- package/lib/toast/index.css +1 -0
- package/lib/toast/index.d.ts +87 -0
- package/lib/toast/index.js +44 -0
- package/lib/toast/lock-click.d.ts +1 -0
- package/lib/toast/lock-click.js +36 -0
- package/lib/toast/style/index.d.ts +1 -0
- package/lib/toast/style/index.js +7 -0
- package/lib/toast/types.d.ts +55 -0
- package/lib/toast/types.js +15 -0
- package/lib/tree-select/TreeSelect.d.ts +106 -0
- package/lib/tree-select/TreeSelect.js +122 -0
- package/lib/tree-select/index.css +1 -0
- package/lib/tree-select/index.d.ts +72 -0
- package/lib/tree-select/index.js +35 -0
- package/lib/tree-select/style/index.d.ts +1 -0
- package/lib/tree-select/style/index.js +6 -0
- package/lib/tree-select/types.d.ts +10 -0
- package/lib/tree-select/types.js +15 -0
- package/lib/uploader/Uploader.d.ts +213 -0
- package/lib/uploader/Uploader.js +274 -0
- package/lib/uploader/UploaderPreviewItem.d.ts +36 -0
- package/lib/uploader/UploaderPreviewItem.js +147 -0
- package/lib/uploader/index.css +1 -0
- package/lib/uploader/index.d.ts +155 -0
- package/lib/uploader/index.js +35 -0
- package/lib/uploader/style/index.d.ts +1 -0
- package/lib/uploader/style/index.js +11 -0
- package/lib/uploader/types.d.ts +58 -0
- package/lib/uploader/types.js +15 -0
- package/lib/uploader/utils.d.ts +11 -0
- package/lib/uploader/utils.js +88 -0
- package/lib/utils/basic.d.ts +18 -0
- package/lib/utils/basic.js +52 -0
- package/lib/utils/constant.d.ts +12 -0
- package/lib/utils/constant.js +41 -0
- package/lib/utils/create.d.ts +17 -0
- package/lib/utils/create.js +78 -0
- package/lib/utils/deep-assign.d.ts +3 -0
- package/lib/utils/deep-assign.js +41 -0
- package/lib/utils/deep-clone.d.ts +1 -0
- package/lib/utils/deep-clone.js +39 -0
- package/lib/utils/dom.d.ts +12 -0
- package/lib/utils/dom.js +86 -0
- package/lib/utils/format.d.ts +13 -0
- package/lib/utils/format.js +139 -0
- package/lib/utils/index.d.ts +9 -0
- package/lib/utils/index.js +25 -0
- package/lib/utils/interceptor.d.ts +6 -0
- package/lib/utils/interceptor.js +48 -0
- package/lib/utils/mount-component.d.ts +14 -0
- package/lib/utils/mount-component.js +58 -0
- package/lib/utils/props.d.ts +31 -0
- package/lib/utils/props.js +55 -0
- package/lib/utils/validate.d.ts +9 -0
- package/lib/utils/validate.js +41 -0
- package/lib/utils/with-install.d.ts +13 -0
- package/lib/utils/with-install.js +33 -0
- package/lib/vant.cjs.js +7 -3
- package/lib/vant.es.js +7 -3
- package/lib/vant.js +7 -3
- package/lib/vant.min.js +1 -1
- package/lib/vue-sfc-shim.d.ts +6 -0
- package/lib/vue-tsx-shim.d.ts +23 -0
- package/lib/web-types.json +1 -1
- package/package.json +2 -2
@@ -0,0 +1,91 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __export = (target, all) => {
|
6
|
+
for (var name in all)
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
8
|
+
};
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
11
|
+
for (let key of __getOwnPropNames(from))
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
14
|
+
}
|
15
|
+
return to;
|
16
|
+
};
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
|
+
var stdin_exports = {};
|
19
|
+
__export(stdin_exports, {
|
20
|
+
default: () => stdin_default
|
21
|
+
});
|
22
|
+
module.exports = __toCommonJS(stdin_exports);
|
23
|
+
var stdin_default = {
|
24
|
+
name: "\u0928\u093E\u092E",
|
25
|
+
tel: "\u092B\u093C\u094B\u0928",
|
26
|
+
save: "\u0938\u0939\u0947\u091C\u0947\u0902",
|
27
|
+
confirm: "\u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0928\u093E",
|
28
|
+
cancel: "\u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",
|
29
|
+
delete: "\u0939\u091F\u093E\u090F\u0902",
|
30
|
+
loading: "\u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",
|
31
|
+
noCoupon: "\u0915\u094B\u0908 \u0915\u0942\u092A\u0928 \u0928\u0939\u0940\u0902",
|
32
|
+
nameEmpty: "\u0915\u0943\u092A\u092F\u093E \u0928\u093E\u092E \u092D\u0930\u0947\u0902",
|
33
|
+
addContact: "\u0938\u0902\u092A\u0930\u094D\u0915 \u091C\u094B\u0921\u093C\u0947\u0902",
|
34
|
+
telInvalid: "\u0935\u093F\u0915\u0943\u0924 \u092B\u093C\u094B\u0928 \u0928\u0902\u092C\u0930",
|
35
|
+
vanCalendar: {
|
36
|
+
end: "\u0938\u092E\u093E\u092A\u094D\u0924",
|
37
|
+
start: "\u0936\u0941\u0930\u0942",
|
38
|
+
title: "\u092A\u0902\u091A\u093E\u0902\u0917",
|
39
|
+
weekdays: [
|
40
|
+
"\u0930\u0935\u093F\u0935\u093E\u0930",
|
41
|
+
"\u0938\u094B\u092E\u0935\u093E\u0930",
|
42
|
+
"\u092E\u0902\u0917\u0932\u0935\u093E\u0930",
|
43
|
+
"\u092C\u0941\u0927\u0935\u093E\u0930",
|
44
|
+
"\u0917\u0941\u0930\u0942\u0935\u093E\u0930",
|
45
|
+
"\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930",
|
46
|
+
"\u0936\u0928\u093F\u0935\u093E\u0930"
|
47
|
+
],
|
48
|
+
monthTitle: (year, month) => `${year}/${month}`,
|
49
|
+
rangePrompt: (maxRange) => `${maxRange} \u0926\u093F\u0928 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0928\u0939\u0940\u0902 \u091A\u0941\u0928\u0947\u0902`
|
50
|
+
},
|
51
|
+
vanCascader: {
|
52
|
+
select: "\u091A\u0941\u0928\u0924\u0947 \u0939\u0948\u0902"
|
53
|
+
},
|
54
|
+
vanPagination: {
|
55
|
+
prev: "\u092A\u0939\u0932\u0947 \u0915\u093E",
|
56
|
+
next: "\u0905\u0917\u0932\u093E"
|
57
|
+
},
|
58
|
+
vanPullRefresh: {
|
59
|
+
pulling: "\u0930\u0940\u092B\u093C\u094D\u0930\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0916\u0940\u0902\u091A\u0947\u0902...",
|
60
|
+
loosing: "\u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0922\u0940\u0932\u093E..."
|
61
|
+
},
|
62
|
+
vanSubmitBar: {
|
63
|
+
label: "\u0915\u0941\u0932:"
|
64
|
+
},
|
65
|
+
vanCoupon: {
|
66
|
+
unlimited: "\u0905\u0938\u0940\u092E\u093F\u0924",
|
67
|
+
discount: (discount) => `${discount * 10}% \u091B\u0942\u091F`,
|
68
|
+
condition: (condition) => `\u0915\u092E \u0938\u0947 \u0915\u092E ${condition}`
|
69
|
+
},
|
70
|
+
vanCouponCell: {
|
71
|
+
title: "\u0915\u0942\u092A\u0928",
|
72
|
+
count: (count) => `\u0906\u092A\u0915\u0947 \u092A\u093E\u0938 ${count} \u0915\u0942\u092A\u0928 \u0939\u0948\u0902`
|
73
|
+
},
|
74
|
+
vanCouponList: {
|
75
|
+
exchange: "\u0905\u0926\u0932\u093E \u092C\u0926\u0932\u0940",
|
76
|
+
close: "\u092C\u0902\u0926 \u0915\u0930\u0947",
|
77
|
+
enable: "\u0909\u092A\u0932\u092C\u094D\u0927",
|
78
|
+
disabled: "\u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927",
|
79
|
+
placeholder: "\u0915\u0942\u092A\u0928 \u0915\u094B\u0921"
|
80
|
+
},
|
81
|
+
vanAddressEdit: {
|
82
|
+
area: "\u0915\u094D\u0937\u0947\u0924\u094D\u0930",
|
83
|
+
areaEmpty: "\u0915\u0943\u092A\u092F\u093E \u090F\u0915 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u091A\u0941\u0928\u0947\u0902",
|
84
|
+
addressEmpty: "\u092A\u0924\u093E \u0916\u093E\u0932\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B \u0938\u0915\u0924\u093E",
|
85
|
+
addressDetail: "\u092A\u0924\u093E",
|
86
|
+
defaultAddress: "\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092A\u0924\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902"
|
87
|
+
},
|
88
|
+
vanAddressList: {
|
89
|
+
add: "\u0928\u092F\u093E \u092A\u0924\u093E \u091C\u094B\u0921\u093C\u0947\u0902"
|
90
|
+
}
|
91
|
+
};
|
@@ -0,0 +1,62 @@
|
|
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
|
+
areaEmpty: string;
|
54
|
+
addressEmpty: string;
|
55
|
+
addressDetail: string;
|
56
|
+
defaultAddress: string;
|
57
|
+
};
|
58
|
+
vanAddressList: {
|
59
|
+
add: string;
|
60
|
+
};
|
61
|
+
};
|
62
|
+
export default _default;
|
@@ -0,0 +1,83 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __export = (target, all) => {
|
6
|
+
for (var name in all)
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
8
|
+
};
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
11
|
+
for (let key of __getOwnPropNames(from))
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
14
|
+
}
|
15
|
+
return to;
|
16
|
+
};
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
|
+
var stdin_exports = {};
|
19
|
+
__export(stdin_exports, {
|
20
|
+
default: () => stdin_default
|
21
|
+
});
|
22
|
+
module.exports = __toCommonJS(stdin_exports);
|
23
|
+
var stdin_default = {
|
24
|
+
name: "Nama",
|
25
|
+
tel: "Telepon",
|
26
|
+
save: "Simpan",
|
27
|
+
confirm: "Konfirmasi",
|
28
|
+
cancel: "Batal",
|
29
|
+
delete: "Hapus",
|
30
|
+
loading: "Memuat...",
|
31
|
+
noCoupon: "Tidak ada kupon",
|
32
|
+
nameEmpty: "Silakan isi nama",
|
33
|
+
addContact: "Tambahkan kontak",
|
34
|
+
telInvalid: "Nomor telepon salah format",
|
35
|
+
vanCalendar: {
|
36
|
+
end: "Akhir",
|
37
|
+
start: "Mulai",
|
38
|
+
title: "Kalender",
|
39
|
+
weekdays: ["minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"],
|
40
|
+
monthTitle: (year, month) => `${year}/${month}`,
|
41
|
+
rangePrompt: (maxRange) => `Pilih tidak lebih dari ${maxRange} hari`
|
42
|
+
},
|
43
|
+
vanCascader: {
|
44
|
+
select: "Pilih"
|
45
|
+
},
|
46
|
+
vanPagination: {
|
47
|
+
prev: "Sebelumnya",
|
48
|
+
next: "Selanjutnya"
|
49
|
+
},
|
50
|
+
vanPullRefresh: {
|
51
|
+
pulling: "Tarik untuk menyegarkan...",
|
52
|
+
loosing: "Loose untuk menyegarkan..."
|
53
|
+
},
|
54
|
+
vanSubmitBar: {
|
55
|
+
label: "Jumlah:"
|
56
|
+
},
|
57
|
+
vanCoupon: {
|
58
|
+
unlimited: "Tidak terbatas",
|
59
|
+
discount: (discount) => `${discount * 10}% off`,
|
60
|
+
condition: (condition) => `Setidaknya ${condition}`
|
61
|
+
},
|
62
|
+
vanCouponCell: {
|
63
|
+
title: "Kupon",
|
64
|
+
count: (count) => `Anda memiliki kupon ${count}`
|
65
|
+
},
|
66
|
+
vanCouponList: {
|
67
|
+
exchange: "Pertukaran",
|
68
|
+
close: "Tutup",
|
69
|
+
enable: "Tersedia",
|
70
|
+
disabled: "Tidak tersedia",
|
71
|
+
placeholder: "Kode kupon"
|
72
|
+
},
|
73
|
+
vanAddressEdit: {
|
74
|
+
area: "Daerah",
|
75
|
+
areaEmpty: "Silakan pilih area penerima",
|
76
|
+
addressEmpty: "Alamat tidak boleh kosong",
|
77
|
+
addressDetail: "Alamat",
|
78
|
+
defaultAddress: "Tetapkan sebagai alamat default"
|
79
|
+
},
|
80
|
+
vanAddressList: {
|
81
|
+
add: "Tambahkan alamat baru"
|
82
|
+
}
|
83
|
+
};
|
@@ -0,0 +1,62 @@
|
|
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
|
+
areaEmpty: string;
|
54
|
+
addressEmpty: string;
|
55
|
+
addressDetail: string;
|
56
|
+
defaultAddress: string;
|
57
|
+
};
|
58
|
+
vanAddressList: {
|
59
|
+
add: string;
|
60
|
+
};
|
61
|
+
};
|
62
|
+
export default _default;
|
@@ -0,0 +1,91 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __export = (target, all) => {
|
6
|
+
for (var name in all)
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
8
|
+
};
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
11
|
+
for (let key of __getOwnPropNames(from))
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
14
|
+
}
|
15
|
+
return to;
|
16
|
+
};
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
|
+
var stdin_exports = {};
|
19
|
+
__export(stdin_exports, {
|
20
|
+
default: () => stdin_default
|
21
|
+
});
|
22
|
+
module.exports = __toCommonJS(stdin_exports);
|
23
|
+
var stdin_default = {
|
24
|
+
name: "Nafn",
|
25
|
+
tel: "S\xEDmi",
|
26
|
+
save: "Vista",
|
27
|
+
confirm: "Sta\xF0festa",
|
28
|
+
cancel: "h\xE6tta vi\xF0",
|
29
|
+
delete: "Ey\xF0a",
|
30
|
+
loading: "Hle\xF0ur...",
|
31
|
+
noCoupon: "Engin afsl\xE1ttarmi\xF0a",
|
32
|
+
nameEmpty: "Vinsamlegast fylltu \xFAt nafn",
|
33
|
+
addContact: "B\xE6ta vi\xF0 tengili\xF0",
|
34
|
+
telInvalid: "Ganga\xF0 s\xEDman\xFAmer",
|
35
|
+
vanCalendar: {
|
36
|
+
end: "Enda",
|
37
|
+
start: "Byrja",
|
38
|
+
title: "Dagatal",
|
39
|
+
weekdays: [
|
40
|
+
"sunnudag",
|
41
|
+
"M\xE1nudagur",
|
42
|
+
"\xFEri\xF0judag",
|
43
|
+
"mi\xF0vikudag",
|
44
|
+
"fimmtudag",
|
45
|
+
"f\xF6studag",
|
46
|
+
"laugardag"
|
47
|
+
],
|
48
|
+
monthTitle: (year, month) => `${year}/${month}`,
|
49
|
+
rangePrompt: (maxRange) => `Veldu ekki fleiri en ${maxRange} daga`
|
50
|
+
},
|
51
|
+
vanCascader: {
|
52
|
+
select: "Velja"
|
53
|
+
},
|
54
|
+
vanPagination: {
|
55
|
+
prev: "Fyrri",
|
56
|
+
next: "N\xE6st"
|
57
|
+
},
|
58
|
+
vanPullRefresh: {
|
59
|
+
pulling: "Dreg\xF0u til a\xF0 endurn\xFDja...",
|
60
|
+
loosing: "Loose to refresh..."
|
61
|
+
},
|
62
|
+
vanSubmitBar: {
|
63
|
+
label: "Samtals:"
|
64
|
+
},
|
65
|
+
vanCoupon: {
|
66
|
+
unlimited: "\xD3takmarka\xF0",
|
67
|
+
discount: (discount) => `${discount * 10}% afsl\xE1ttur`,
|
68
|
+
condition: (condition) => `A\xF0 minnsta kosti ${condition}`
|
69
|
+
},
|
70
|
+
vanCouponCell: {
|
71
|
+
title: "Afsl\xE1ttarmi\xF0i",
|
72
|
+
count: (count) => `\xDE\xFA \xE1tt ${count} afsl\xE1ttarmi\xF0a`
|
73
|
+
},
|
74
|
+
vanCouponList: {
|
75
|
+
exchange: "Skipti",
|
76
|
+
close: "Loka",
|
77
|
+
enable: "Laus",
|
78
|
+
disabled: "\xD3tilt\xE6kt",
|
79
|
+
placeholder: "Afsl\xE1ttarmi\xF0ak\xF3\xF0i"
|
80
|
+
},
|
81
|
+
vanAddressEdit: {
|
82
|
+
area: "Sv\xE6\xF0i",
|
83
|
+
areaEmpty: "Vinsamlega veldu m\xF3tt\xF6kusv\xE6\xF0i",
|
84
|
+
addressEmpty: "Heimilisfang m\xE1 ekki vera t\xF3mt",
|
85
|
+
addressDetail: "Heimilisfang",
|
86
|
+
defaultAddress: "Setja sem sj\xE1lfgefi\xF0 heimilisfang"
|
87
|
+
},
|
88
|
+
vanAddressList: {
|
89
|
+
add: "B\xE6ta vi\xF0 n\xFDju heimilisfangi"
|
90
|
+
}
|
91
|
+
};
|
@@ -0,0 +1,62 @@
|
|
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
|
+
areaEmpty: string;
|
54
|
+
addressEmpty: string;
|
55
|
+
addressDetail: string;
|
56
|
+
defaultAddress: string;
|
57
|
+
};
|
58
|
+
vanAddressList: {
|
59
|
+
add: string;
|
60
|
+
};
|
61
|
+
};
|
62
|
+
export default _default;
|
@@ -0,0 +1,91 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __export = (target, all) => {
|
6
|
+
for (var name in all)
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
8
|
+
};
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
11
|
+
for (let key of __getOwnPropNames(from))
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
14
|
+
}
|
15
|
+
return to;
|
16
|
+
};
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
|
+
var stdin_exports = {};
|
19
|
+
__export(stdin_exports, {
|
20
|
+
default: () => stdin_default
|
21
|
+
});
|
22
|
+
module.exports = __toCommonJS(stdin_exports);
|
23
|
+
var stdin_default = {
|
24
|
+
name: "Nome",
|
25
|
+
tel: "Telefono",
|
26
|
+
save: "Salva",
|
27
|
+
confirm: "Conferma",
|
28
|
+
cancel: "Annulla",
|
29
|
+
delete: "Elimina",
|
30
|
+
loading: "Caricamento in corso...",
|
31
|
+
noCoupon: "Nessun coupon",
|
32
|
+
nameEmpty: "Inserisci il nome",
|
33
|
+
addContact: "Aggiungi contatto",
|
34
|
+
telInvalid: "Numero di telefono errato",
|
35
|
+
vanCalendar: {
|
36
|
+
end: "Fine",
|
37
|
+
start: "Inizio",
|
38
|
+
title: "Calendario",
|
39
|
+
weekdays: [
|
40
|
+
"domenica",
|
41
|
+
"Lunedi",
|
42
|
+
"Marted\xEC",
|
43
|
+
"mercoled\xEC",
|
44
|
+
"gioved\xEC",
|
45
|
+
"venerd\xEC",
|
46
|
+
"Sabato"
|
47
|
+
],
|
48
|
+
monthTitle: (year, month) => `${year}/${month}`,
|
49
|
+
rangePrompt: (maxRange) => `Scegli non pi\xF9 di ${maxRange} giorni`
|
50
|
+
},
|
51
|
+
vanCascader: {
|
52
|
+
select: "Seleziona"
|
53
|
+
},
|
54
|
+
vanPagination: {
|
55
|
+
prev: "Precedente",
|
56
|
+
next: "Avanti"
|
57
|
+
},
|
58
|
+
vanPullRefresh: {
|
59
|
+
pulling: "Tiri per aggiornare...",
|
60
|
+
loosing: "Largo per rinfrescare..."
|
61
|
+
},
|
62
|
+
vanSubmitBar: {
|
63
|
+
label: "Totale:"
|
64
|
+
},
|
65
|
+
vanCoupon: {
|
66
|
+
unlimited: "Illimitato",
|
67
|
+
discount: (discount) => `${discount * 10}% di sconto`,
|
68
|
+
condition: (condition) => `Almeno ${condition}`
|
69
|
+
},
|
70
|
+
vanCouponCell: {
|
71
|
+
title: "Buono",
|
72
|
+
count: (count) => `Hai ${count} coupon`
|
73
|
+
},
|
74
|
+
vanCouponList: {
|
75
|
+
exchange: "Scambio",
|
76
|
+
close: "Chiudi",
|
77
|
+
enable: "Disponibile",
|
78
|
+
disabled: "Non disponibile",
|
79
|
+
placeholder: "Codice coupon"
|
80
|
+
},
|
81
|
+
vanAddressEdit: {
|
82
|
+
area: "Area",
|
83
|
+
areaEmpty: "Seleziona un'area di ricezione",
|
84
|
+
addressEmpty: "L'indirizzo non pu\xF2 essere vuoto",
|
85
|
+
addressDetail: "Indirizzo",
|
86
|
+
defaultAddress: "Imposta come indirizzo predefinito"
|
87
|
+
},
|
88
|
+
vanAddressList: {
|
89
|
+
add: "Aggiungi nuovo indirizzo"
|
90
|
+
}
|
91
|
+
};
|
@@ -0,0 +1,62 @@
|
|
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
|
+
areaEmpty: string;
|
54
|
+
addressEmpty: string;
|
55
|
+
addressDetail: string;
|
56
|
+
defaultAddress: string;
|
57
|
+
};
|
58
|
+
vanAddressList: {
|
59
|
+
add: string;
|
60
|
+
};
|
61
|
+
};
|
62
|
+
export default _default;
|
@@ -0,0 +1,83 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __export = (target, all) => {
|
6
|
+
for (var name in all)
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
8
|
+
};
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
11
|
+
for (let key of __getOwnPropNames(from))
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
14
|
+
}
|
15
|
+
return to;
|
16
|
+
};
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
|
+
var stdin_exports = {};
|
19
|
+
__export(stdin_exports, {
|
20
|
+
default: () => stdin_default
|
21
|
+
});
|
22
|
+
module.exports = __toCommonJS(stdin_exports);
|
23
|
+
var stdin_default = {
|
24
|
+
name: "\u304A\u540D\u524D",
|
25
|
+
tel: "\u96FB\u8A71\u756A\u53F7",
|
26
|
+
save: "\u30BB\u30FC\u30D6",
|
27
|
+
confirm: "\u78BA\u8A8D",
|
28
|
+
cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
29
|
+
delete: "\u524A\u9664",
|
30
|
+
loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D...",
|
31
|
+
noCoupon: "\u30AF\u30FC\u30DD\u30F3\u306F\u3042\u308A\u307E\u305B\u3093",
|
32
|
+
nameEmpty: "\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
33
|
+
addContact: "\u9023\u7D61\u5148\u3092\u8FFD\u52A0",
|
34
|
+
telInvalid: "\u6B63\u3057\u3044\u96FB\u8A71\u756A\u53F7\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
35
|
+
vanCalendar: {
|
36
|
+
end: "\u7D42\u4E86",
|
37
|
+
start: "\u958B\u59CB",
|
38
|
+
title: "\u65E5\u4ED8\u9078\u629E",
|
39
|
+
weekdays: ["\u65E5", "\u6708", "\u706B", "\u6C34", "\u6728", "\u91D1", "\u571F"],
|
40
|
+
monthTitle: (year, month) => `${year}\u5E74${month}\u6708`,
|
41
|
+
rangePrompt: (maxRange) => `${maxRange}\u65E5\u307E\u3067\u9078\u629E`
|
42
|
+
},
|
43
|
+
vanCascader: {
|
44
|
+
select: "\u9078\u629E\u3059\u308B"
|
45
|
+
},
|
46
|
+
vanPagination: {
|
47
|
+
prev: "\u524D\u306E\u30DA\u30FC\u30B8",
|
48
|
+
next: "\u6B21\u306E\u30DA\u30FC\u30B8"
|
49
|
+
},
|
50
|
+
vanPullRefresh: {
|
51
|
+
pulling: "\u30D7\u30EB\u30C0\u30A6\u30F3\u3057\u3066\u66F4\u65B0...",
|
52
|
+
loosing: "\u30EA\u30EA\u30FC\u30B9\u6642\u306B\u66F4\u65B0..."
|
53
|
+
},
|
54
|
+
vanSubmitBar: {
|
55
|
+
label: "\u5408\u8A08:"
|
56
|
+
},
|
57
|
+
vanCoupon: {
|
58
|
+
unlimited: "\u7121\u5236\u9650",
|
59
|
+
discount: (discount) => `${10 - discount}\u5272\u5F15`,
|
60
|
+
condition: (condition) => `${condition}\u5186\u4EE5\u4E0A\u3067\u5229\u7528\u53EF\u80FD`
|
61
|
+
},
|
62
|
+
vanCouponCell: {
|
63
|
+
title: "\u30AF\u30FC\u30DD\u30F3",
|
64
|
+
count: (count) => `${count}\u679A\u304C\u5229\u7528\u53EF\u80FD`
|
65
|
+
},
|
66
|
+
vanCouponList: {
|
67
|
+
exchange: "\u4E21\u66FF",
|
68
|
+
close: "\u4F7F\u7528\u7981\u6B62",
|
69
|
+
enable: "\u5229\u7528\u53EF\u80FD",
|
70
|
+
disabled: "\u5229\u7528\u3067\u304D\u307E\u305B\u3093",
|
71
|
+
placeholder: "\u5272\u5F15\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044"
|
72
|
+
},
|
73
|
+
vanAddressEdit: {
|
74
|
+
area: "\u5730\u57DF",
|
75
|
+
areaEmpty: "\u5730\u57DF\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",
|
76
|
+
addressEmpty: "\u8A73\u3057\u3044\u4F4F\u6240\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
77
|
+
addressDetail: "\u8A73\u3057\u3044\u4F4F\u6240",
|
78
|
+
defaultAddress: "\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u4F4F\u6240\u306B\u8A2D\u5B9A"
|
79
|
+
},
|
80
|
+
vanAddressList: {
|
81
|
+
add: "\u4F4F\u6240\u3092\u8FFD\u52A0"
|
82
|
+
}
|
83
|
+
};
|