vant 3.4.6 → 3.4.9
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/README.md +141 -0
- package/changelog.generated.md +44 -65
- package/es/address-list/AddressListItem.d.ts +3 -2
- package/es/address-list/AddressListItem.js +1 -1
- package/es/badge/Badge.d.ts +4 -3
- package/es/badge/index.d.ts +2 -2
- package/es/calendar/Calendar.js +1 -1
- package/es/calendar/CalendarDay.js +4 -0
- package/es/calendar/index.css +1 -1
- package/es/calendar/index.less +2 -0
- package/es/calendar/types.d.ts +2 -1
- package/es/calendar/var.less +1 -0
- package/es/cascader/types.d.ts +2 -1
- package/es/checkbox/Checker.d.ts +2 -1
- package/es/collapse/Collapse.d.ts +7 -6
- package/es/collapse/index.d.ts +3 -3
- package/es/composables/use-touch.js +1 -1
- package/es/config-provider/ConfigProvider.d.ts +4 -3
- package/es/config-provider/index.d.ts +2 -2
- package/es/contact-list/ContactList.d.ts +3 -2
- package/es/coupon/Coupon.d.ts +2 -1
- package/es/coupon-list/CouponList.d.ts +3 -13
- package/es/coupon-list/CouponList.js +9 -7
- package/es/coupon-list/index.css +1 -1
- package/es/coupon-list/index.d.ts +2 -9
- package/es/coupon-list/index.less +4 -16
- package/es/coupon-list/style/index.js +1 -0
- package/es/coupon-list/style/less.js +1 -0
- package/es/coupon-list/var.less +0 -1
- package/es/datetime-picker/DatePicker.js +2 -2
- package/es/dialog/index.css +1 -1
- package/es/dialog/types.d.ts +2 -2
- package/es/dropdown-item/types.d.ts +2 -1
- package/es/empty/Empty.d.ts +8 -7
- package/es/empty/Empty.js +12 -15
- package/es/empty/Images.d.ts +4 -0
- package/es/empty/Images.js +271 -0
- package/es/empty/index.d.ts +2 -2
- package/es/field/Field.d.ts +4 -0
- package/es/field/Field.js +8 -3
- package/es/field/index.d.ts +2 -0
- package/es/field/types.d.ts +1 -1
- package/es/form/Form.d.ts +13 -13
- package/es/form/Form.js +7 -3
- package/es/form/index.d.ts +9 -9
- package/es/form/types.d.ts +1 -0
- package/es/icon/index.css +1 -1
- package/es/index-bar/IndexBar.d.ts +5 -4
- package/es/index-bar/IndexBar.js +25 -4
- package/es/index-bar/index.d.ts +3 -3
- package/es/index-bar/types.d.ts +2 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/loading/Loading.js +3 -1
- package/es/locale/lang/da-DK.d.ts +64 -0
- package/es/locale/lang/da-DK.js +66 -0
- package/es/locale/lang/is-IS.d.ts +64 -0
- package/es/locale/lang/is-IS.js +74 -0
- package/es/locale/lang/la-LA.d.ts +64 -0
- package/es/locale/lang/la-LA.js +66 -0
- package/es/locale/lang/sv-SE.d.ts +64 -0
- package/es/locale/lang/sv-SE.js +66 -0
- package/es/notify/types.d.ts +2 -1
- package/es/number-keyboard/NumberKeyboard.js +10 -1
- package/es/picker/types.d.ts +3 -2
- package/es/popup/index.css +1 -1
- package/es/progress/Progress.d.ts +4 -3
- package/es/progress/index.d.ts +2 -2
- package/es/rate/Rate.js +32 -10
- package/es/search/Search.d.ts +3 -0
- package/es/search/index.d.ts +2 -0
- package/es/share-sheet/ShareSheet.js +25 -11
- package/es/share-sheet/index.css +1 -1
- package/es/share-sheet/index.less +45 -1
- package/es/skeleton/Skeleton.d.ts +5 -4
- package/es/skeleton/index.d.ts +3 -3
- package/es/slider/index.css +1 -1
- package/es/style/animation.css +1 -1
- package/es/style/base.css +1 -1
- package/es/swipe-cell/index.css +1 -1
- package/es/tabbar/Tabbar.d.ts +2 -2
- package/es/tabs/Tabs.d.ts +1 -1
- package/es/tabs/Tabs.js +1 -0
- package/es/tabs/types.d.ts +5 -4
- package/es/toast/types.d.ts +3 -2
- package/es/tree-select/TreeSelect.d.ts +7 -6
- package/es/tree-select/index.d.ts +3 -3
- package/es/uploader/Uploader.d.ts +4 -4
- package/es/uploader/Uploader.js +3 -3
- package/es/uploader/UploaderPreviewItem.d.ts +3 -3
- package/es/uploader/UploaderPreviewItem.js +9 -6
- package/es/uploader/index.d.ts +2 -2
- package/es/uploader/types.d.ts +5 -5
- package/es/uploader/utils.d.ts +0 -1
- package/es/uploader/utils.js +2 -4
- package/es/utils/basic.d.ts +2 -0
- package/es/utils/basic.js +3 -1
- package/es/utils/format.d.ts +7 -6
- package/es/utils/format.js +6 -0
- package/es/utils/validate.d.ts +2 -1
- package/lib/action-bar/ActionBar.js +8 -13
- package/lib/action-bar/index.js +9 -16
- package/lib/action-bar-button/ActionBarButton.js +8 -13
- package/lib/action-bar-button/index.js +9 -16
- package/lib/action-bar-icon/ActionBarIcon.js +8 -13
- package/lib/action-bar-icon/index.js +9 -16
- package/lib/action-sheet/ActionSheet.js +8 -13
- package/lib/action-sheet/index.js +9 -16
- package/lib/address-edit/AddressEdit.js +9 -16
- package/lib/address-edit/AddressEditDetail.js +8 -13
- package/lib/address-edit/index.js +9 -16
- package/lib/address-edit/types.js +7 -12
- package/lib/address-list/AddressList.js +9 -16
- package/lib/address-list/AddressListItem.d.ts +3 -2
- package/lib/address-list/AddressListItem.js +8 -13
- package/lib/address-list/index.js +9 -16
- package/lib/area/Area.js +8 -13
- package/lib/area/index.js +9 -16
- package/lib/area/types.js +7 -12
- package/lib/badge/Badge.d.ts +4 -3
- package/lib/badge/Badge.js +8 -13
- package/lib/badge/index.d.ts +2 -2
- package/lib/badge/index.js +9 -16
- package/lib/button/Button.js +8 -13
- package/lib/button/index.js +9 -16
- package/lib/button/types.js +7 -12
- package/lib/calendar/Calendar.js +10 -17
- package/lib/calendar/CalendarDay.js +12 -13
- package/lib/calendar/CalendarHeader.js +8 -13
- package/lib/calendar/CalendarMonth.js +9 -16
- package/lib/calendar/index.css +1 -1
- package/lib/calendar/index.js +9 -16
- package/lib/calendar/index.less +2 -0
- package/lib/calendar/types.d.ts +2 -1
- package/lib/calendar/types.js +7 -12
- package/lib/calendar/utils.js +8 -13
- package/lib/calendar/var.less +1 -0
- package/lib/card/Card.js +8 -13
- package/lib/card/index.js +9 -16
- package/lib/cascader/Cascader.js +8 -13
- package/lib/cascader/index.js +9 -16
- package/lib/cascader/types.d.ts +2 -1
- package/lib/cascader/types.js +7 -12
- package/lib/cell/Cell.js +8 -13
- package/lib/cell/index.js +9 -16
- package/lib/cell-group/CellGroup.js +8 -13
- package/lib/cell-group/index.js +9 -16
- package/lib/checkbox/Checkbox.js +9 -16
- package/lib/checkbox/Checker.d.ts +2 -1
- package/lib/checkbox/Checker.js +8 -13
- package/lib/checkbox/index.js +9 -16
- package/lib/checkbox/types.js +7 -12
- package/lib/checkbox-group/CheckboxGroup.js +8 -13
- package/lib/checkbox-group/index.js +9 -16
- package/lib/checkbox-group/types.js +7 -12
- package/lib/circle/Circle.js +8 -13
- package/lib/circle/index.js +9 -16
- package/lib/col/Col.js +8 -13
- package/lib/col/index.js +9 -16
- package/lib/collapse/Collapse.d.ts +7 -6
- package/lib/collapse/Collapse.js +8 -13
- package/lib/collapse/index.d.ts +3 -3
- package/lib/collapse/index.js +9 -16
- package/lib/collapse-item/CollapseItem.js +8 -13
- package/lib/collapse-item/index.js +9 -16
- package/lib/collapse-item/types.js +7 -12
- package/lib/composables/on-popup-reopen.js +8 -13
- package/lib/composables/use-expose.js +8 -13
- package/lib/composables/use-height.js +8 -13
- package/lib/composables/use-id.js +8 -13
- package/lib/composables/use-lazy-render.js +8 -13
- package/lib/composables/use-lock-scroll.js +8 -13
- package/lib/composables/use-placeholder.js +8 -13
- package/lib/composables/use-refs.js +8 -13
- package/lib/composables/use-route.js +8 -13
- package/lib/composables/use-tab-status.js +8 -13
- package/lib/composables/use-touch.js +9 -14
- package/lib/composables/use-visibility-change.js +8 -13
- package/lib/config-provider/ConfigProvider.d.ts +4 -3
- package/lib/config-provider/ConfigProvider.js +8 -13
- package/lib/config-provider/index.d.ts +2 -2
- package/lib/config-provider/index.js +9 -16
- package/lib/contact-card/ContactCard.js +8 -13
- package/lib/contact-card/index.js +9 -16
- package/lib/contact-edit/ContactEdit.js +8 -13
- package/lib/contact-edit/index.js +9 -16
- package/lib/contact-list/ContactList.d.ts +3 -2
- package/lib/contact-list/ContactList.js +8 -13
- package/lib/contact-list/index.js +9 -16
- package/lib/count-down/CountDown.js +8 -13
- package/lib/count-down/index.js +9 -16
- package/lib/count-down/types.js +7 -12
- package/lib/count-down/utils.js +8 -13
- package/lib/coupon/Coupon.d.ts +2 -1
- package/lib/coupon/Coupon.js +8 -13
- package/lib/coupon/index.js +9 -16
- package/lib/coupon/utils.js +8 -13
- package/lib/coupon-cell/CouponCell.js +8 -13
- package/lib/coupon-cell/index.js +9 -16
- package/lib/coupon-list/CouponList.d.ts +3 -13
- package/lib/coupon-list/CouponList.js +17 -20
- package/lib/coupon-list/index.css +1 -1
- package/lib/coupon-list/index.d.ts +2 -9
- package/lib/coupon-list/index.js +9 -16
- package/lib/coupon-list/index.less +4 -16
- package/lib/coupon-list/style/index.js +1 -0
- package/lib/coupon-list/style/less.js +1 -0
- package/lib/coupon-list/var.less +0 -1
- package/lib/datetime-picker/DatePicker.js +10 -15
- package/lib/datetime-picker/DatetimePicker.js +9 -16
- package/lib/datetime-picker/TimePicker.js +8 -13
- package/lib/datetime-picker/index.js +9 -16
- package/lib/datetime-picker/types.js +7 -12
- package/lib/datetime-picker/utils.js +8 -13
- package/lib/dialog/Dialog.js +8 -13
- package/lib/dialog/function-call.js +9 -16
- package/lib/dialog/index.css +1 -1
- package/lib/dialog/index.js +8 -13
- package/lib/dialog/types.d.ts +2 -2
- package/lib/dialog/types.js +7 -12
- package/lib/divider/Divider.js +8 -13
- package/lib/divider/index.js +9 -16
- package/lib/dropdown-item/DropdownItem.js +8 -13
- package/lib/dropdown-item/index.js +9 -16
- package/lib/dropdown-item/types.d.ts +2 -1
- package/lib/dropdown-item/types.js +7 -12
- package/lib/dropdown-menu/DropdownMenu.js +8 -13
- package/lib/dropdown-menu/index.js +9 -16
- package/lib/dropdown-menu/types.js +7 -12
- package/lib/empty/Empty.d.ts +8 -7
- package/lib/empty/Empty.js +19 -27
- package/lib/empty/Images.d.ts +4 -0
- package/lib/empty/Images.js +290 -0
- package/lib/empty/index.d.ts +2 -2
- package/lib/empty/index.js +9 -16
- package/lib/field/Field.d.ts +4 -0
- package/lib/field/Field.js +15 -15
- package/lib/field/index.d.ts +2 -0
- package/lib/field/index.js +9 -16
- package/lib/field/types.d.ts +1 -1
- package/lib/field/types.js +7 -12
- package/lib/field/utils.js +8 -13
- package/lib/form/Form.d.ts +13 -13
- package/lib/form/Form.js +14 -15
- package/lib/form/index.d.ts +9 -9
- package/lib/form/index.js +9 -16
- package/lib/form/types.d.ts +1 -0
- package/lib/form/types.js +7 -12
- package/lib/grid/Grid.js +8 -13
- package/lib/grid/index.js +9 -16
- package/lib/grid-item/GridItem.js +8 -13
- package/lib/grid-item/index.js +9 -16
- package/lib/icon/Icon.js +8 -13
- package/lib/icon/index.css +1 -1
- package/lib/icon/index.js +9 -16
- package/lib/image/Image.js +8 -13
- package/lib/image/index.js +9 -16
- package/lib/image-preview/ImagePreview.js +9 -16
- package/lib/image-preview/ImagePreviewItem.js +8 -13
- package/lib/image-preview/function-call.js +9 -16
- package/lib/image-preview/index.js +8 -13
- package/lib/image-preview/types.js +7 -12
- package/lib/index-anchor/IndexAnchor.js +8 -13
- package/lib/index-anchor/index.js +9 -16
- package/lib/index-bar/IndexBar.d.ts +5 -4
- package/lib/index-bar/IndexBar.js +33 -17
- package/lib/index-bar/index.d.ts +3 -3
- package/lib/index-bar/index.js +9 -16
- package/lib/index-bar/types.d.ts +2 -1
- package/lib/index-bar/types.js +7 -12
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +96 -100
- package/lib/index.less +2 -2
- package/lib/lazyload/index.js +8 -13
- package/lib/lazyload/vue-lazyload/index.js +9 -16
- package/lib/lazyload/vue-lazyload/lazy-component.js +8 -13
- package/lib/lazyload/vue-lazyload/lazy-container.js +8 -13
- package/lib/lazyload/vue-lazyload/lazy-image.js +8 -13
- package/lib/lazyload/vue-lazyload/lazy.js +9 -16
- package/lib/lazyload/vue-lazyload/listener.js +8 -13
- package/lib/lazyload/vue-lazyload/util.js +8 -13
- package/lib/list/List.js +8 -13
- package/lib/list/index.js +9 -16
- package/lib/list/types.js +7 -12
- package/lib/loading/Loading.js +11 -14
- package/lib/loading/index.js +9 -16
- package/lib/locale/index.js +9 -16
- package/lib/locale/lang/bn-BD.js +8 -13
- 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.js +8 -13
- package/lib/locale/lang/de-DE.js +8 -13
- package/lib/locale/lang/en-US.js +8 -13
- package/lib/locale/lang/es-ES.js +8 -13
- package/lib/locale/lang/fr-FR.js +8 -13
- package/lib/locale/lang/hi-IN.js +8 -13
- package/lib/locale/lang/id-ID.js +8 -13
- package/lib/locale/lang/is-IS.d.ts +64 -0
- package/lib/locale/lang/is-IS.js +93 -0
- package/lib/locale/lang/it-IT.js +8 -13
- package/lib/locale/lang/ja-JP.js +8 -13
- package/lib/locale/lang/ko-KR.js +8 -13
- package/lib/locale/lang/la-LA.d.ts +64 -0
- package/lib/locale/lang/la-LA.js +85 -0
- package/lib/locale/lang/nb-NO.js +8 -13
- package/lib/locale/lang/pt-BR.js +8 -13
- package/lib/locale/lang/ro-RO.js +8 -13
- package/lib/locale/lang/ru-RU.js +8 -13
- package/lib/locale/lang/sv-SE.d.ts +64 -0
- package/lib/locale/lang/sv-SE.js +85 -0
- package/lib/locale/lang/th-TH.js +8 -13
- package/lib/locale/lang/tr-TR.js +8 -13
- package/lib/locale/lang/uk-UA.js +8 -13
- package/lib/locale/lang/vi-VN.js +8 -13
- package/lib/locale/lang/zh-CN.js +8 -13
- package/lib/locale/lang/zh-HK.js +8 -13
- package/lib/locale/lang/zh-TW.js +8 -13
- package/lib/nav-bar/NavBar.js +8 -13
- package/lib/nav-bar/index.js +9 -16
- package/lib/notice-bar/NoticeBar.js +8 -13
- package/lib/notice-bar/index.js +9 -16
- package/lib/notice-bar/types.js +7 -12
- package/lib/notify/Notify.js +8 -13
- package/lib/notify/function-call.js +9 -16
- package/lib/notify/index.js +8 -13
- package/lib/notify/types.d.ts +2 -1
- package/lib/notify/types.js +7 -12
- package/lib/number-keyboard/NumberKeyboard.js +19 -17
- package/lib/number-keyboard/NumberKeyboardKey.js +8 -13
- package/lib/number-keyboard/index.js +9 -16
- package/lib/overlay/Overlay.js +8 -13
- package/lib/overlay/index.js +9 -16
- package/lib/pagination/Pagination.js +8 -13
- package/lib/pagination/index.js +9 -16
- package/lib/password-input/PasswordInput.js +8 -13
- package/lib/password-input/index.js +9 -16
- package/lib/picker/Picker.js +9 -16
- package/lib/picker/PickerColumn.js +8 -13
- package/lib/picker/index.js +9 -16
- package/lib/picker/types.d.ts +3 -2
- package/lib/picker/types.js +7 -12
- package/lib/popover/Popover.js +8 -13
- package/lib/popover/index.js +9 -16
- package/lib/popover/types.js +7 -12
- package/lib/popup/Popup.js +8 -13
- package/lib/popup/index.css +1 -1
- package/lib/popup/index.js +9 -16
- package/lib/popup/shared.js +8 -13
- package/lib/popup/types.js +7 -12
- package/lib/progress/Progress.d.ts +4 -3
- package/lib/progress/Progress.js +8 -13
- package/lib/progress/index.d.ts +2 -2
- package/lib/progress/index.js +9 -16
- package/lib/progress/types.js +7 -12
- package/lib/pull-refresh/PullRefresh.js +8 -13
- package/lib/pull-refresh/index.js +9 -16
- package/lib/radio/Radio.js +9 -16
- package/lib/radio/index.js +9 -16
- package/lib/radio-group/RadioGroup.js +8 -13
- package/lib/radio-group/index.js +9 -16
- package/lib/rate/Rate.js +39 -22
- package/lib/rate/index.js +9 -16
- package/lib/row/Row.js +8 -13
- package/lib/row/index.js +9 -16
- package/lib/search/Search.d.ts +3 -0
- package/lib/search/Search.js +8 -13
- package/lib/search/index.d.ts +2 -0
- package/lib/search/index.js +9 -16
- package/lib/search/types.js +7 -12
- package/lib/share-sheet/ShareSheet.js +33 -24
- package/lib/share-sheet/index.css +1 -1
- package/lib/share-sheet/index.js +9 -16
- package/lib/share-sheet/index.less +45 -1
- package/lib/sidebar/Sidebar.js +8 -13
- package/lib/sidebar/index.js +9 -16
- package/lib/sidebar-item/SidebarItem.js +8 -13
- package/lib/sidebar-item/index.js +9 -16
- package/lib/skeleton/Skeleton.d.ts +5 -4
- package/lib/skeleton/Skeleton.js +8 -13
- package/lib/skeleton/index.d.ts +3 -3
- package/lib/skeleton/index.js +9 -16
- package/lib/slider/Slider.js +8 -13
- package/lib/slider/index.css +1 -1
- package/lib/slider/index.js +9 -16
- package/lib/step/Step.js +8 -13
- package/lib/step/index.js +9 -16
- package/lib/stepper/Stepper.js +8 -13
- package/lib/stepper/index.js +9 -16
- package/lib/steps/Steps.js +8 -13
- package/lib/steps/index.js +9 -16
- package/lib/sticky/Sticky.js +8 -13
- package/lib/sticky/index.js +9 -16
- package/lib/style/animation.css +1 -1
- package/lib/style/base.css +1 -1
- package/lib/submit-bar/SubmitBar.js +8 -13
- package/lib/submit-bar/index.js +9 -16
- package/lib/swipe/Swipe.js +8 -13
- package/lib/swipe/index.js +9 -16
- package/lib/swipe/types.js +7 -12
- package/lib/swipe-cell/SwipeCell.js +8 -13
- package/lib/swipe-cell/index.css +1 -1
- package/lib/swipe-cell/index.js +9 -16
- package/lib/swipe-cell/types.js +7 -12
- package/lib/swipe-item/SwipeItem.js +8 -13
- package/lib/swipe-item/index.js +9 -16
- package/lib/switch/Switch.js +8 -13
- package/lib/switch/index.js +9 -16
- package/lib/tab/Tab.js +8 -13
- package/lib/tab/index.js +9 -16
- package/lib/tabbar/Tabbar.d.ts +2 -2
- package/lib/tabbar/Tabbar.js +8 -13
- package/lib/tabbar/index.js +9 -16
- package/lib/tabbar-item/TabbarItem.js +8 -13
- package/lib/tabbar-item/index.js +9 -16
- package/lib/tabs/Tabs.d.ts +1 -1
- package/lib/tabs/Tabs.js +10 -16
- package/lib/tabs/TabsContent.js +8 -13
- package/lib/tabs/TabsTitle.js +8 -13
- package/lib/tabs/index.js +9 -16
- package/lib/tabs/types.d.ts +5 -4
- package/lib/tabs/types.js +7 -12
- package/lib/tabs/utils.js +8 -13
- package/lib/tag/Tag.js +8 -13
- package/lib/tag/index.js +9 -16
- package/lib/toast/Toast.js +8 -13
- package/lib/toast/function-call.js +9 -16
- package/lib/toast/index.js +8 -13
- package/lib/toast/lock-click.js +8 -13
- package/lib/toast/types.d.ts +3 -2
- package/lib/toast/types.js +7 -12
- package/lib/tree-select/TreeSelect.d.ts +7 -6
- package/lib/tree-select/TreeSelect.js +8 -13
- package/lib/tree-select/index.d.ts +3 -3
- package/lib/tree-select/index.js +9 -16
- package/lib/uploader/Uploader.d.ts +4 -4
- package/lib/uploader/Uploader.js +11 -18
- package/lib/uploader/UploaderPreviewItem.d.ts +3 -3
- package/lib/uploader/UploaderPreviewItem.js +17 -19
- package/lib/uploader/index.d.ts +2 -2
- package/lib/uploader/index.js +9 -16
- package/lib/uploader/types.d.ts +5 -5
- package/lib/uploader/types.js +7 -12
- package/lib/uploader/utils.d.ts +0 -1
- package/lib/uploader/utils.js +10 -17
- package/lib/utils/basic.d.ts +2 -0
- package/lib/utils/basic.js +11 -14
- package/lib/utils/constant.js +8 -13
- package/lib/utils/create.js +9 -16
- package/lib/utils/deep-assign.js +8 -13
- package/lib/utils/deep-clone.js +8 -13
- package/lib/utils/dom.js +8 -13
- package/lib/utils/format.d.ts +7 -6
- package/lib/utils/format.js +14 -13
- package/lib/utils/index.js +17 -21
- package/lib/utils/interceptor.js +8 -13
- package/lib/utils/mount-component.js +8 -13
- package/lib/utils/props.js +8 -13
- package/lib/utils/validate.d.ts +2 -1
- package/lib/utils/validate.js +8 -13
- package/lib/utils/with-install.js +8 -13
- package/lib/vant.cjs.js +530 -263
- package/lib/vant.cjs.min.js +1 -1
- package/lib/vant.es.js +530 -263
- package/lib/vant.es.min.js +530 -263
- package/lib/vant.js +530 -263
- package/lib/vant.min.js +1 -1
- package/package.json +3 -3
- package/vetur/attributes.json +423 -487
- package/vetur/tags.json +112 -110
- package/vetur/web-types.json +2200 -1345
- package/es/empty/Network.d.ts +0 -1
- package/es/empty/Network.js +0 -89
- package/lib/empty/Network.d.ts +0 -1
- package/lib/empty/Network.js +0 -113
package/vetur/tags.json
CHANGED
@@ -1,30 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"van-address-edit": {
|
3
|
-
"attributes": [
|
4
|
-
"area-list",
|
5
|
-
"area-columns-placeholder",
|
6
|
-
"area-placeholder",
|
7
|
-
"address-info",
|
8
|
-
"search-result",
|
9
|
-
"show-postal",
|
10
|
-
"show-delete",
|
11
|
-
"show-set-default",
|
12
|
-
"show-search-result",
|
13
|
-
"show-area",
|
14
|
-
"show-detail",
|
15
|
-
"disable-area",
|
16
|
-
"save-button-text",
|
17
|
-
"delete-button-text",
|
18
|
-
"detail-rows",
|
19
|
-
"detail-maxlength",
|
20
|
-
"is-saving",
|
21
|
-
"is-deleting",
|
22
|
-
"tel-validator",
|
23
|
-
"tel-maxlength",
|
24
|
-
"postal-validator",
|
25
|
-
"validator"
|
26
|
-
]
|
27
|
-
},
|
28
2
|
"van-action-bar": {
|
29
3
|
"attributes": [
|
30
4
|
"safe-area-inset-bottom"
|
@@ -58,21 +32,30 @@
|
|
58
32
|
"replace"
|
59
33
|
]
|
60
34
|
},
|
61
|
-
"van-
|
35
|
+
"van-address-edit": {
|
62
36
|
"attributes": [
|
63
|
-
"value",
|
64
|
-
"title",
|
65
|
-
"confirm-button-text",
|
66
|
-
"cancel-button-text",
|
67
37
|
"area-list",
|
68
|
-
"columns-placeholder",
|
69
|
-
"
|
70
|
-
"
|
71
|
-
"
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
38
|
+
"area-columns-placeholder",
|
39
|
+
"area-placeholder",
|
40
|
+
"address-info",
|
41
|
+
"search-result",
|
42
|
+
"show-postal",
|
43
|
+
"show-delete",
|
44
|
+
"show-set-default",
|
45
|
+
"show-search-result",
|
46
|
+
"show-area",
|
47
|
+
"show-detail",
|
48
|
+
"disable-area",
|
49
|
+
"save-button-text",
|
50
|
+
"delete-button-text",
|
51
|
+
"detail-rows",
|
52
|
+
"detail-maxlength",
|
53
|
+
"is-saving",
|
54
|
+
"is-deleting",
|
55
|
+
"tel-validator",
|
56
|
+
"tel-maxlength",
|
57
|
+
"postal-validator",
|
58
|
+
"validator"
|
76
59
|
]
|
77
60
|
},
|
78
61
|
"van-action-sheet": {
|
@@ -99,6 +82,34 @@
|
|
99
82
|
"before-close"
|
100
83
|
]
|
101
84
|
},
|
85
|
+
"van-address-list": {
|
86
|
+
"attributes": [
|
87
|
+
"v-model",
|
88
|
+
"list",
|
89
|
+
"disabled-list",
|
90
|
+
"disabled-text",
|
91
|
+
"switchable",
|
92
|
+
"add-button-text",
|
93
|
+
"default-tag-text"
|
94
|
+
]
|
95
|
+
},
|
96
|
+
"van-area": {
|
97
|
+
"attributes": [
|
98
|
+
"value",
|
99
|
+
"title",
|
100
|
+
"confirm-button-text",
|
101
|
+
"cancel-button-text",
|
102
|
+
"area-list",
|
103
|
+
"columns-placeholder",
|
104
|
+
"loading",
|
105
|
+
"readonly",
|
106
|
+
"item-height",
|
107
|
+
"columns-num",
|
108
|
+
"visible-item-count",
|
109
|
+
"swipe-duration",
|
110
|
+
"is-oversea-code"
|
111
|
+
]
|
112
|
+
},
|
102
113
|
"van-badge": {
|
103
114
|
"attributes": [
|
104
115
|
"content",
|
@@ -135,17 +146,6 @@
|
|
135
146
|
"replace"
|
136
147
|
]
|
137
148
|
},
|
138
|
-
"van-address-list": {
|
139
|
-
"attributes": [
|
140
|
-
"v-model",
|
141
|
-
"list",
|
142
|
-
"disabled-list",
|
143
|
-
"disabled-text",
|
144
|
-
"switchable",
|
145
|
-
"add-button-text",
|
146
|
-
"default-tag-text"
|
147
|
-
]
|
148
|
-
},
|
149
149
|
"van-calendar": {
|
150
150
|
"attributes": [
|
151
151
|
"type",
|
@@ -333,7 +333,8 @@
|
|
333
333
|
"type",
|
334
334
|
"name",
|
335
335
|
"tel",
|
336
|
-
"add-text"
|
336
|
+
"add-text",
|
337
|
+
"editable"
|
337
338
|
]
|
338
339
|
},
|
339
340
|
"van-contact-edit": {
|
@@ -451,13 +452,6 @@
|
|
451
452
|
"teleport"
|
452
453
|
]
|
453
454
|
},
|
454
|
-
"van-divider": {
|
455
|
-
"attributes": [
|
456
|
-
"dashed",
|
457
|
-
"hairline",
|
458
|
-
"content-position"
|
459
|
-
]
|
460
|
-
},
|
461
455
|
"van-dropdown-menu": {
|
462
456
|
"attributes": [
|
463
457
|
"active-color",
|
@@ -480,6 +474,13 @@
|
|
480
474
|
"teleport"
|
481
475
|
]
|
482
476
|
},
|
477
|
+
"van-divider": {
|
478
|
+
"attributes": [
|
479
|
+
"dashed",
|
480
|
+
"hairline",
|
481
|
+
"content-position"
|
482
|
+
]
|
483
|
+
},
|
483
484
|
"van-empty": {
|
484
485
|
"attributes": [
|
485
486
|
"image",
|
@@ -525,7 +526,8 @@
|
|
525
526
|
"right-icon",
|
526
527
|
"icon-prefix",
|
527
528
|
"rules",
|
528
|
-
"autocomplete"
|
529
|
+
"autocomplete",
|
530
|
+
"enterkeyhint"
|
529
531
|
]
|
530
532
|
},
|
531
533
|
"van-form": {
|
@@ -554,7 +556,8 @@
|
|
554
556
|
"center",
|
555
557
|
"square",
|
556
558
|
"clickable",
|
557
|
-
"direction"
|
559
|
+
"direction",
|
560
|
+
"reverse"
|
558
561
|
]
|
559
562
|
},
|
560
563
|
"van-grid-item": {
|
@@ -563,7 +566,6 @@
|
|
563
566
|
"icon",
|
564
567
|
"icon-prefix",
|
565
568
|
"icon-color",
|
566
|
-
"reverse",
|
567
569
|
"dot",
|
568
570
|
"badge",
|
569
571
|
"badge-props",
|
@@ -584,25 +586,6 @@
|
|
584
586
|
"tag"
|
585
587
|
]
|
586
588
|
},
|
587
|
-
"van-image": {
|
588
|
-
"attributes": [
|
589
|
-
"src",
|
590
|
-
"fit",
|
591
|
-
"position",
|
592
|
-
"alt",
|
593
|
-
"width",
|
594
|
-
"height",
|
595
|
-
"radius",
|
596
|
-
"round",
|
597
|
-
"lazy-load",
|
598
|
-
"show-error",
|
599
|
-
"show-loading",
|
600
|
-
"error-icon",
|
601
|
-
"loading-icon",
|
602
|
-
"icon-size",
|
603
|
-
"icon-prefix"
|
604
|
-
]
|
605
|
-
},
|
606
589
|
"van-image-preview": {
|
607
590
|
"attributes": [
|
608
591
|
"v-model:show",
|
@@ -626,6 +609,25 @@
|
|
626
609
|
"teleport"
|
627
610
|
]
|
628
611
|
},
|
612
|
+
"van-image": {
|
613
|
+
"attributes": [
|
614
|
+
"src",
|
615
|
+
"fit",
|
616
|
+
"position",
|
617
|
+
"alt",
|
618
|
+
"width",
|
619
|
+
"height",
|
620
|
+
"radius",
|
621
|
+
"round",
|
622
|
+
"lazy-load",
|
623
|
+
"show-error",
|
624
|
+
"show-loading",
|
625
|
+
"error-icon",
|
626
|
+
"loading-icon",
|
627
|
+
"icon-size",
|
628
|
+
"icon-prefix"
|
629
|
+
]
|
630
|
+
},
|
629
631
|
"van-index-bar": {
|
630
632
|
"attributes": [
|
631
633
|
"index-list",
|
@@ -763,26 +765,6 @@
|
|
763
765
|
"swipe-duration"
|
764
766
|
]
|
765
767
|
},
|
766
|
-
"van-popover": {
|
767
|
-
"attributes": [
|
768
|
-
"v-model:show",
|
769
|
-
"actions",
|
770
|
-
"placement",
|
771
|
-
"theme",
|
772
|
-
"trigger",
|
773
|
-
"duration",
|
774
|
-
"offset",
|
775
|
-
"overlay",
|
776
|
-
"overlay-class",
|
777
|
-
"overlay-style",
|
778
|
-
"show-arrow",
|
779
|
-
"close-on-click-action",
|
780
|
-
"close-on-click-outside",
|
781
|
-
"close-on-click-overlay",
|
782
|
-
"teleport",
|
783
|
-
"icon-prefix"
|
784
|
-
]
|
785
|
-
},
|
786
768
|
"van-popup": {
|
787
769
|
"attributes": [
|
788
770
|
"v-model:show",
|
@@ -808,17 +790,24 @@
|
|
808
790
|
"safe-area-inset-bottom"
|
809
791
|
]
|
810
792
|
},
|
811
|
-
"van-
|
793
|
+
"van-popover": {
|
812
794
|
"attributes": [
|
813
|
-
"
|
814
|
-
"
|
815
|
-
"
|
816
|
-
"
|
817
|
-
"
|
818
|
-
"
|
819
|
-
"
|
820
|
-
"
|
821
|
-
"
|
795
|
+
"v-model:show",
|
796
|
+
"actions",
|
797
|
+
"placement",
|
798
|
+
"theme",
|
799
|
+
"trigger",
|
800
|
+
"duration",
|
801
|
+
"offset",
|
802
|
+
"overlay",
|
803
|
+
"overlay-class",
|
804
|
+
"overlay-style",
|
805
|
+
"show-arrow",
|
806
|
+
"close-on-click-action",
|
807
|
+
"close-on-click-outside",
|
808
|
+
"close-on-click-overlay",
|
809
|
+
"teleport",
|
810
|
+
"icon-prefix"
|
822
811
|
]
|
823
812
|
},
|
824
813
|
"van-pull-refresh": {
|
@@ -835,6 +824,19 @@
|
|
835
824
|
"disabled"
|
836
825
|
]
|
837
826
|
},
|
827
|
+
"van-progress": {
|
828
|
+
"attributes": [
|
829
|
+
"percentage",
|
830
|
+
"stroke-width",
|
831
|
+
"color",
|
832
|
+
"track-color",
|
833
|
+
"pivot-text",
|
834
|
+
"pivot-color",
|
835
|
+
"text-color",
|
836
|
+
"inactive",
|
837
|
+
"show-pivot"
|
838
|
+
]
|
839
|
+
},
|
838
840
|
"van-radio": {
|
839
841
|
"attributes": [
|
840
842
|
"name",
|