vant 4.0.0-rc.6 → 4.0.0-rc.8
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/action-bar/ActionBar.d.ts +1 -1
- package/es/action-bar/types.d.ts +1 -1
- package/es/action-bar-button/ActionBarButton.d.ts +1 -1
- package/es/action-bar-button/types.d.ts +1 -1
- package/es/action-bar-icon/ActionBarIcon.d.ts +1 -1
- package/es/action-bar-icon/types.d.ts +1 -1
- package/es/action-sheet/ActionSheet.d.ts +3 -3
- package/es/action-sheet/index.css +1 -1
- package/es/action-sheet/index.d.ts +1 -1
- package/es/action-sheet/types.d.ts +1 -1
- package/es/address-edit/AddressEdit.d.ts +1 -1
- package/es/address-edit/types.d.ts +5 -5
- package/es/address-list/AddressList.d.ts +1 -1
- package/es/address-list/AddressListItem.d.ts +1 -1
- package/es/address-list/types.d.ts +1 -1
- package/es/area/Area.d.ts +2 -2
- package/es/area/index.d.ts +1 -1
- package/es/area/types.d.ts +2 -2
- package/es/back-top/BackTop.d.ts +66 -0
- package/es/back-top/BackTop.mjs +99 -0
- package/es/back-top/index.css +1 -0
- package/es/back-top/index.d.ts +53 -0
- package/es/back-top/index.mjs +10 -0
- package/es/back-top/style/index.d.ts +1 -0
- package/es/back-top/style/index.mjs +4 -0
- package/es/back-top/types.d.ts +6 -0
- package/es/back-top/types.mjs +0 -0
- package/es/badge/Badge.d.ts +2 -2
- package/es/badge/types.d.ts +1 -1
- package/es/button/Button.d.ts +1 -1
- package/es/button/types.d.ts +5 -5
- package/es/calendar/Calendar.d.ts +1 -1
- package/es/calendar/CalendarMonth.d.ts +1 -1
- package/es/calendar/types.d.ts +7 -7
- package/es/card/Card.d.ts +1 -1
- package/es/card/types.d.ts +1 -1
- package/es/cascader/Cascader.d.ts +1 -1
- package/es/cascader/types.d.ts +4 -4
- package/es/cell/Cell.d.ts +4 -4
- package/es/cell/index.d.ts +1 -1
- package/es/cell/types.d.ts +1 -1
- package/es/cell-group/CellGroup.d.ts +1 -1
- package/es/cell-group/types.d.ts +1 -1
- package/es/checkbox/Checkbox.d.ts +1 -1
- package/es/checkbox/Checker.d.ts +4 -4
- package/es/checkbox/types.d.ts +5 -5
- package/es/checkbox-group/CheckboxGroup.d.ts +1 -1
- package/es/checkbox-group/types.d.ts +5 -5
- package/es/circle/Circle.d.ts +2 -2
- package/es/circle/types.d.ts +1 -1
- package/es/col/Col.d.ts +1 -1
- package/es/collapse/Collapse.d.ts +4 -4
- package/es/collapse-item/CollapseItem.d.ts +2 -2
- package/es/collapse-item/index.d.ts +1 -1
- package/es/collapse-item/types.d.ts +3 -3
- package/es/composables/use-route.d.ts +1 -1
- package/es/composables/use-sync-prop-ref.d.ts +2 -0
- package/es/composables/use-sync-prop-ref.mjs +18 -0
- package/es/composables/use-touch.d.ts +1 -1
- package/es/config-provider/ConfigProvider.d.ts +4 -4
- package/es/config-provider/types.d.ts +1 -1
- package/es/contact-card/ContactCard.d.ts +2 -2
- package/es/contact-card/types.d.ts +1 -1
- package/es/contact-edit/ContactEdit.d.ts +2 -2
- package/es/contact-edit/types.d.ts +1 -1
- package/es/contact-list/ContactList.d.ts +2 -2
- package/es/contact-list/types.d.ts +1 -1
- package/es/count-down/CountDown.d.ts +1 -1
- package/es/count-down/types.d.ts +4 -4
- package/es/coupon/Coupon.d.ts +1 -1
- package/es/coupon/types.d.ts +1 -1
- package/es/coupon-cell/CouponCell.d.ts +1 -1
- package/es/coupon-cell/types.d.ts +1 -1
- package/es/coupon-list/CouponList.d.ts +1 -1
- package/es/coupon-list/types.d.ts +1 -1
- package/es/date-picker/DatePicker.d.ts +3 -3
- package/es/date-picker/DatePicker.mjs +4 -1
- package/es/date-picker/index.d.ts +1 -1
- package/es/date-picker/utils.d.ts +2 -2
- package/es/dialog/Dialog.d.ts +2 -2
- package/es/dialog/index.d.ts +1 -1
- package/es/dialog/types.d.ts +6 -6
- package/es/divider/Divider.d.ts +2 -2
- package/es/divider/types.d.ts +1 -1
- package/es/dropdown-item/DropdownItem.d.ts +3 -3
- package/es/dropdown-item/DropdownItem.mjs +6 -4
- package/es/dropdown-item/index.d.ts +2 -2
- package/es/dropdown-item/types.d.ts +4 -4
- package/es/dropdown-menu/DropdownMenu.d.ts +1 -1
- package/es/dropdown-menu/types.d.ts +3 -3
- package/es/empty/Empty.d.ts +1 -1
- package/es/empty/types.d.ts +1 -1
- package/es/field/Field.d.ts +2 -2
- package/es/field/index.d.ts +1 -1
- package/es/field/types.d.ts +16 -16
- package/es/form/Form.d.ts +1 -1
- package/es/form/types.d.ts +3 -3
- package/es/grid/Grid.d.ts +3 -3
- package/es/grid-item/GridItem.d.ts +1 -1
- package/es/grid-item/types.d.ts +1 -1
- package/es/icon/Icon.d.ts +1 -1
- package/es/image/Image.d.ts +3 -3
- package/es/image/types.d.ts +1 -1
- package/es/image-preview/ImagePreview.d.ts +3 -2
- package/es/image-preview/ImagePreview.mjs +6 -3
- package/es/image-preview/ImagePreviewItem.d.ts +2 -1
- package/es/image-preview/ImagePreviewItem.mjs +15 -11
- package/es/image-preview/index.d.ts +2 -1
- package/es/image-preview/types.d.ts +5 -5
- package/es/index-anchor/IndexAnchor.d.ts +1 -1
- package/es/index-anchor/types.d.ts +1 -1
- package/es/index-bar/IndexBar.d.ts +1 -1
- package/es/index-bar/types.d.ts +4 -4
- package/es/index.d.ts +2 -1
- package/es/index.mjs +4 -1
- package/es/lazyload/vue-lazyload/lazy-image.mjs +5 -5
- package/es/lazyload/vue-lazyload/util.d.ts +25 -0
- package/es/list/List.d.ts +1 -1
- package/es/list/List.mjs +1 -1
- package/es/list/types.d.ts +4 -4
- package/es/loading/Loading.d.ts +2 -2
- package/es/loading/types.d.ts +1 -1
- package/es/locale/index.d.ts +1 -1
- package/es/nav-bar/NavBar.d.ts +1 -1
- package/es/nav-bar/types.d.ts +1 -1
- package/es/notice-bar/NoticeBar.d.ts +1 -1
- package/es/notice-bar/types.d.ts +4 -4
- package/es/notify/Notify.d.ts +1 -1
- package/es/notify/types.d.ts +5 -5
- package/es/number-keyboard/NumberKeyboard.d.ts +2 -2
- package/es/number-keyboard/NumberKeyboard.mjs +6 -4
- package/es/number-keyboard/NumberKeyboardKey.d.ts +1 -1
- package/es/number-keyboard/types.d.ts +1 -1
- package/es/overlay/Overlay.d.ts +1 -1
- package/es/overlay/types.d.ts +1 -1
- package/es/pagination/Pagination.d.ts +2 -2
- package/es/pagination/types.d.ts +1 -1
- package/es/password-input/PasswordInput.d.ts +1 -1
- package/es/password-input/types.d.ts +1 -1
- package/es/picker/Picker.d.ts +2 -2
- package/es/picker/Picker.mjs +4 -2
- package/es/picker/PickerColumn.mjs +5 -4
- package/es/picker/PickerToolbar.d.ts +1 -1
- package/es/picker/index.d.ts +1 -1
- package/es/picker/types.d.ts +11 -11
- package/es/picker-group/PickerGroup.d.ts +2 -2
- package/es/picker-group/types.d.ts +1 -1
- package/es/popover/Popover.d.ts +1 -1
- package/es/popover/Popover.mjs +13 -8
- package/es/popover/types.d.ts +5 -5
- package/es/popup/Popup.d.ts +3 -3
- package/es/popup/index.d.ts +2 -2
- package/es/popup/shared.d.ts +1 -1
- package/es/popup/types.d.ts +5 -5
- package/es/progress/Progress.d.ts +1 -1
- package/es/progress/types.d.ts +3 -3
- package/es/pull-refresh/PullRefresh.d.ts +1 -1
- package/es/pull-refresh/types.d.ts +1 -1
- package/es/radio/Radio.d.ts +3 -3
- package/es/radio/types.d.ts +1 -1
- package/es/radio-group/RadioGroup.d.ts +3 -3
- package/es/rate/Rate.d.ts +1 -1
- package/es/rate/types.d.ts +1 -1
- package/es/row/Row.d.ts +5 -5
- package/es/search/Search.d.ts +1 -1
- package/es/search/types.d.ts +4 -4
- package/es/share-sheet/ShareSheet.d.ts +4 -4
- package/es/share-sheet/index.d.ts +1 -1
- package/es/share-sheet/types.d.ts +1 -1
- package/es/sidebar/Sidebar.d.ts +2 -2
- package/es/sidebar/types.d.ts +1 -1
- package/es/sidebar-item/SidebarItem.d.ts +1 -1
- package/es/sidebar-item/types.d.ts +1 -1
- package/es/skeleton/Skeleton.d.ts +24 -24
- package/es/skeleton/Skeleton.mjs +28 -23
- package/es/skeleton/SkeletonAvatar.d.ts +26 -0
- package/es/skeleton/SkeletonAvatar.mjs +22 -0
- package/es/skeleton/SkeletonImage.d.ts +26 -0
- package/es/skeleton/SkeletonImage.mjs +26 -0
- package/es/skeleton/SkeletonParagraph.d.ts +27 -0
- package/es/skeleton/SkeletonParagraph.mjs +31 -0
- package/es/skeleton/SkeletonTitle.d.ts +16 -0
- package/es/skeleton/SkeletonTitle.mjs +26 -0
- package/es/skeleton/index.css +1 -1
- package/es/skeleton/index.d.ts +85 -18
- package/es/skeleton/index.mjs +22 -2
- package/es/skeleton/style/index.mjs +2 -0
- package/es/skeleton/types.d.ts +8 -4
- package/es/slider/Slider.d.ts +3 -3
- package/es/slider/types.d.ts +1 -1
- package/es/space/Space.d.ts +3 -3
- package/es/step/types.d.ts +1 -1
- package/es/stepper/Stepper.d.ts +3 -3
- package/es/stepper/Stepper.mjs +1 -2
- package/es/stepper/index.d.ts +1 -1
- package/es/stepper/types.d.ts +1 -1
- package/es/steps/Steps.d.ts +3 -3
- package/es/steps/types.d.ts +1 -1
- package/es/sticky/Sticky.d.ts +2 -2
- package/es/sticky/types.d.ts +1 -1
- package/es/submit-bar/SubmitBar.d.ts +2 -2
- package/es/submit-bar/types.d.ts +1 -1
- package/es/swipe/Swipe.d.ts +1 -1
- package/es/swipe/types.d.ts +6 -6
- package/es/swipe-cell/SwipeCell.d.ts +3 -3
- package/es/swipe-cell/index.d.ts +2 -2
- package/es/swipe-cell/types.d.ts +4 -4
- package/es/switch/Switch.d.ts +1 -1
- package/es/switch/types.d.ts +1 -1
- package/es/tab/Tab.d.ts +1 -1
- package/es/tabbar/Tabbar.d.ts +2 -2
- package/es/tabbar/types.d.ts +1 -1
- package/es/tabbar-item/TabbarItem.d.ts +1 -1
- package/es/tabbar-item/types.d.ts +1 -1
- package/es/tabs/Tabs.d.ts +1 -1
- package/es/tabs/types.d.ts +6 -6
- package/es/tag/Tag.d.ts +1 -1
- package/es/tag/types.d.ts +3 -3
- package/es/time-picker/TimePicker.d.ts +3 -3
- package/es/time-picker/TimePicker.mjs +4 -1
- package/es/time-picker/index.d.ts +1 -1
- package/es/toast/Toast.d.ts +1 -1
- package/es/toast/types.d.ts +6 -6
- package/es/tree-select/TreeSelect.d.ts +3 -3
- package/es/tree-select/types.d.ts +1 -1
- package/es/uploader/Uploader.d.ts +1 -1
- package/es/uploader/Uploader.mjs +4 -4
- package/es/uploader/types.d.ts +8 -8
- package/es/utils/basic.d.ts +3 -3
- package/es/utils/constant.d.ts +1 -0
- package/es/utils/constant.mjs +3 -1
- package/es/utils/create.d.ts +4 -4
- package/es/utils/deep-assign.d.ts +1 -1
- package/es/utils/dom.d.ts +1 -1
- package/es/utils/interceptor.d.ts +1 -1
- package/es/utils/mount-component.d.ts +1 -1
- package/es/utils/with-install.d.ts +2 -2
- package/lib/action-bar/ActionBar.d.ts +1 -1
- package/lib/action-bar/types.d.ts +1 -1
- package/lib/action-bar-button/ActionBarButton.d.ts +1 -1
- package/lib/action-bar-button/types.d.ts +1 -1
- package/lib/action-bar-icon/ActionBarIcon.d.ts +1 -1
- package/lib/action-bar-icon/types.d.ts +1 -1
- package/lib/action-sheet/ActionSheet.d.ts +3 -3
- package/lib/action-sheet/index.css +1 -1
- package/lib/action-sheet/index.d.ts +1 -1
- package/lib/action-sheet/types.d.ts +1 -1
- package/lib/address-edit/AddressEdit.d.ts +1 -1
- package/lib/address-edit/types.d.ts +5 -5
- package/lib/address-list/AddressList.d.ts +1 -1
- package/lib/address-list/AddressListItem.d.ts +1 -1
- package/lib/address-list/types.d.ts +1 -1
- package/lib/area/Area.d.ts +2 -2
- package/lib/area/index.d.ts +1 -1
- package/lib/area/types.d.ts +2 -2
- package/lib/back-top/BackTop.d.ts +66 -0
- package/lib/back-top/BackTop.js +118 -0
- package/lib/back-top/index.css +1 -0
- package/lib/back-top/index.d.ts +53 -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 +2 -2
- package/lib/badge/types.d.ts +1 -1
- package/lib/button/Button.d.ts +1 -1
- package/lib/button/types.d.ts +5 -5
- package/lib/calendar/Calendar.d.ts +1 -1
- package/lib/calendar/CalendarMonth.d.ts +1 -1
- package/lib/calendar/types.d.ts +7 -7
- package/lib/card/Card.d.ts +1 -1
- package/lib/card/types.d.ts +1 -1
- package/lib/cascader/Cascader.d.ts +1 -1
- package/lib/cascader/types.d.ts +4 -4
- package/lib/cell/Cell.d.ts +4 -4
- package/lib/cell/index.d.ts +1 -1
- package/lib/cell/types.d.ts +1 -1
- package/lib/cell-group/CellGroup.d.ts +1 -1
- package/lib/cell-group/types.d.ts +1 -1
- package/lib/checkbox/Checkbox.d.ts +1 -1
- package/lib/checkbox/Checker.d.ts +4 -4
- package/lib/checkbox/types.d.ts +5 -5
- package/lib/checkbox-group/CheckboxGroup.d.ts +1 -1
- package/lib/checkbox-group/types.d.ts +5 -5
- package/lib/circle/Circle.d.ts +2 -2
- package/lib/circle/types.d.ts +1 -1
- package/lib/col/Col.d.ts +1 -1
- package/lib/collapse/Collapse.d.ts +4 -4
- package/lib/collapse-item/CollapseItem.d.ts +2 -2
- package/lib/collapse-item/index.d.ts +1 -1
- package/lib/collapse-item/types.d.ts +3 -3
- package/lib/composables/use-route.d.ts +1 -1
- 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-touch.d.ts +1 -1
- package/lib/config-provider/ConfigProvider.d.ts +4 -4
- package/lib/config-provider/types.d.ts +1 -1
- package/lib/contact-card/ContactCard.d.ts +2 -2
- package/lib/contact-card/types.d.ts +1 -1
- package/lib/contact-edit/ContactEdit.d.ts +2 -2
- package/lib/contact-edit/types.d.ts +1 -1
- package/lib/contact-list/ContactList.d.ts +2 -2
- package/lib/contact-list/types.d.ts +1 -1
- package/lib/count-down/CountDown.d.ts +1 -1
- package/lib/count-down/types.d.ts +4 -4
- package/lib/coupon/Coupon.d.ts +1 -1
- package/lib/coupon/types.d.ts +1 -1
- package/lib/coupon-cell/CouponCell.d.ts +1 -1
- package/lib/coupon-cell/types.d.ts +1 -1
- package/lib/coupon-list/CouponList.d.ts +1 -1
- package/lib/coupon-list/types.d.ts +1 -1
- package/lib/date-picker/DatePicker.d.ts +3 -3
- package/lib/date-picker/DatePicker.js +4 -1
- package/lib/date-picker/index.d.ts +1 -1
- package/lib/date-picker/utils.d.ts +2 -2
- package/lib/dialog/Dialog.d.ts +2 -2
- package/lib/dialog/index.d.ts +1 -1
- package/lib/dialog/types.d.ts +6 -6
- package/lib/divider/Divider.d.ts +2 -2
- package/lib/divider/types.d.ts +1 -1
- package/lib/dropdown-item/DropdownItem.d.ts +3 -3
- package/lib/dropdown-item/DropdownItem.js +5 -3
- package/lib/dropdown-item/index.d.ts +2 -2
- package/lib/dropdown-item/types.d.ts +4 -4
- package/lib/dropdown-menu/DropdownMenu.d.ts +1 -1
- package/lib/dropdown-menu/types.d.ts +3 -3
- package/lib/empty/Empty.d.ts +1 -1
- package/lib/empty/types.d.ts +1 -1
- package/lib/field/Field.d.ts +2 -2
- package/lib/field/index.d.ts +1 -1
- package/lib/field/types.d.ts +16 -16
- package/lib/form/Form.d.ts +1 -1
- package/lib/form/types.d.ts +3 -3
- package/lib/grid/Grid.d.ts +3 -3
- package/lib/grid-item/GridItem.d.ts +1 -1
- package/lib/grid-item/types.d.ts +1 -1
- package/lib/icon/Icon.d.ts +1 -1
- package/lib/image/Image.d.ts +3 -3
- package/lib/image/types.d.ts +1 -1
- package/lib/image-preview/ImagePreview.d.ts +3 -2
- package/lib/image-preview/ImagePreview.js +6 -3
- package/lib/image-preview/ImagePreviewItem.d.ts +2 -1
- package/lib/image-preview/ImagePreviewItem.js +14 -10
- package/lib/image-preview/index.d.ts +2 -1
- package/lib/image-preview/types.d.ts +5 -5
- package/lib/index-anchor/IndexAnchor.d.ts +1 -1
- package/lib/index-anchor/types.d.ts +1 -1
- package/lib/index-bar/IndexBar.d.ts +1 -1
- package/lib/index-bar/types.d.ts +4 -4
- package/lib/index.css +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +4 -1
- package/lib/lazyload/vue-lazyload/lazy-image.js +6 -6
- package/lib/lazyload/vue-lazyload/util.d.ts +25 -0
- package/lib/list/List.d.ts +1 -1
- package/lib/list/List.js +1 -1
- package/lib/list/types.d.ts +4 -4
- package/lib/loading/Loading.d.ts +2 -2
- package/lib/loading/types.d.ts +1 -1
- package/lib/locale/index.d.ts +1 -1
- package/lib/nav-bar/NavBar.d.ts +1 -1
- package/lib/nav-bar/types.d.ts +1 -1
- package/lib/notice-bar/NoticeBar.d.ts +1 -1
- package/lib/notice-bar/types.d.ts +4 -4
- package/lib/notify/Notify.d.ts +1 -1
- package/lib/notify/types.d.ts +5 -5
- package/lib/number-keyboard/NumberKeyboard.d.ts +2 -2
- package/lib/number-keyboard/NumberKeyboard.js +5 -3
- package/lib/number-keyboard/NumberKeyboardKey.d.ts +1 -1
- package/lib/number-keyboard/types.d.ts +1 -1
- package/lib/overlay/Overlay.d.ts +1 -1
- package/lib/overlay/types.d.ts +1 -1
- package/lib/pagination/Pagination.d.ts +2 -2
- package/lib/pagination/types.d.ts +1 -1
- package/lib/password-input/PasswordInput.d.ts +1 -1
- package/lib/password-input/types.d.ts +1 -1
- package/lib/picker/Picker.d.ts +2 -2
- package/lib/picker/Picker.js +3 -1
- package/lib/picker/PickerColumn.js +5 -4
- package/lib/picker/PickerToolbar.d.ts +1 -1
- package/lib/picker/index.d.ts +1 -1
- package/lib/picker/types.d.ts +11 -11
- package/lib/picker-group/PickerGroup.d.ts +2 -2
- package/lib/picker-group/types.d.ts +1 -1
- package/lib/popover/Popover.d.ts +1 -1
- package/lib/popover/Popover.js +13 -8
- package/lib/popover/types.d.ts +5 -5
- package/lib/popup/Popup.d.ts +3 -3
- package/lib/popup/index.d.ts +2 -2
- package/lib/popup/shared.d.ts +1 -1
- package/lib/popup/types.d.ts +5 -5
- package/lib/progress/Progress.d.ts +1 -1
- package/lib/progress/types.d.ts +3 -3
- package/lib/pull-refresh/PullRefresh.d.ts +1 -1
- package/lib/pull-refresh/types.d.ts +1 -1
- package/lib/radio/Radio.d.ts +3 -3
- package/lib/radio/types.d.ts +1 -1
- package/lib/radio-group/RadioGroup.d.ts +3 -3
- package/lib/rate/Rate.d.ts +1 -1
- package/lib/rate/types.d.ts +1 -1
- package/lib/row/Row.d.ts +5 -5
- package/lib/search/Search.d.ts +1 -1
- package/lib/search/types.d.ts +4 -4
- package/lib/share-sheet/ShareSheet.d.ts +4 -4
- package/lib/share-sheet/index.d.ts +1 -1
- package/lib/share-sheet/types.d.ts +1 -1
- package/lib/sidebar/Sidebar.d.ts +2 -2
- package/lib/sidebar/types.d.ts +1 -1
- package/lib/sidebar-item/SidebarItem.d.ts +1 -1
- package/lib/sidebar-item/types.d.ts +1 -1
- package/lib/skeleton/Skeleton.d.ts +24 -24
- package/lib/skeleton/Skeleton.js +34 -23
- 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 -1
- package/lib/skeleton/index.d.ts +85 -18
- package/lib/skeleton/index.js +22 -2
- package/lib/skeleton/style/index.js +2 -0
- package/lib/skeleton/types.d.ts +8 -4
- package/lib/slider/Slider.d.ts +3 -3
- package/lib/slider/types.d.ts +1 -1
- package/lib/space/Space.d.ts +3 -3
- package/lib/step/types.d.ts +1 -1
- package/lib/stepper/Stepper.d.ts +3 -3
- package/lib/stepper/Stepper.js +1 -2
- package/lib/stepper/index.d.ts +1 -1
- package/lib/stepper/types.d.ts +1 -1
- package/lib/steps/Steps.d.ts +3 -3
- package/lib/steps/types.d.ts +1 -1
- package/lib/sticky/Sticky.d.ts +2 -2
- package/lib/sticky/types.d.ts +1 -1
- package/lib/submit-bar/SubmitBar.d.ts +2 -2
- package/lib/submit-bar/types.d.ts +1 -1
- package/lib/swipe/Swipe.d.ts +1 -1
- package/lib/swipe/types.d.ts +6 -6
- package/lib/swipe-cell/SwipeCell.d.ts +3 -3
- package/lib/swipe-cell/index.d.ts +2 -2
- package/lib/swipe-cell/types.d.ts +4 -4
- package/lib/switch/Switch.d.ts +1 -1
- package/lib/switch/types.d.ts +1 -1
- package/lib/tab/Tab.d.ts +1 -1
- package/lib/tabbar/Tabbar.d.ts +2 -2
- package/lib/tabbar/types.d.ts +1 -1
- package/lib/tabbar-item/TabbarItem.d.ts +1 -1
- package/lib/tabbar-item/types.d.ts +1 -1
- package/lib/tabs/Tabs.d.ts +1 -1
- package/lib/tabs/types.d.ts +6 -6
- package/lib/tag/Tag.d.ts +1 -1
- package/lib/tag/types.d.ts +3 -3
- package/lib/time-picker/TimePicker.d.ts +3 -3
- package/lib/time-picker/TimePicker.js +4 -1
- package/lib/time-picker/index.d.ts +1 -1
- package/lib/toast/Toast.d.ts +1 -1
- package/lib/toast/types.d.ts +6 -6
- package/lib/tree-select/TreeSelect.d.ts +3 -3
- package/lib/tree-select/types.d.ts +1 -1
- package/lib/uploader/Uploader.d.ts +1 -1
- package/lib/uploader/Uploader.js +3 -3
- package/lib/uploader/types.d.ts +8 -8
- package/lib/utils/basic.d.ts +3 -3
- package/lib/utils/constant.d.ts +1 -0
- package/lib/utils/constant.js +3 -1
- package/lib/utils/create.d.ts +4 -4
- package/lib/utils/deep-assign.d.ts +1 -1
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/interceptor.d.ts +1 -1
- package/lib/utils/mount-component.d.ts +1 -1
- package/lib/utils/with-install.d.ts +2 -2
- package/lib/vant.cjs.js +1182 -963
- package/lib/vant.es.js +1183 -964
- package/lib/vant.js +1176 -963
- package/lib/vant.min.js +1 -1
- package/lib/web-types.json +1 -12164
- package/package.json +2 -2
package/lib/area/Area.d.ts
CHANGED
@@ -39,7 +39,7 @@ export declare const areaProps: {
|
|
39
39
|
default: () => {};
|
40
40
|
};
|
41
41
|
};
|
42
|
-
export
|
42
|
+
export type AreaProps = ExtractPropTypes<typeof areaProps>;
|
43
43
|
declare const _default: import("vue").DefineComponent<{
|
44
44
|
loading: BooleanConstructor;
|
45
45
|
readonly: BooleanConstructor;
|
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
78
78
|
type: PropType<AreaList>;
|
79
79
|
default: () => {};
|
80
80
|
};
|
81
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
81
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm")[], "update:modelValue" | "cancel" | "change" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
82
82
|
loading: BooleanConstructor;
|
83
83
|
readonly: BooleanConstructor;
|
84
84
|
allowHtml: BooleanConstructor;
|
package/lib/area/index.d.ts
CHANGED
@@ -36,7 +36,7 @@ export declare const Area: import("../utils").WithInstall<import("vue").DefineCo
|
|
36
36
|
type: import("vue").PropType<import("./types").AreaList>;
|
37
37
|
default: () => {};
|
38
38
|
};
|
39
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "
|
39
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "cancel" | "change" | "confirm")[], "update:modelValue" | "cancel" | "change" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
40
40
|
loading: BooleanConstructor;
|
41
41
|
readonly: BooleanConstructor;
|
42
42
|
allowHtml: BooleanConstructor;
|
package/lib/area/types.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import type { ComponentPublicInstance } from 'vue';
|
2
2
|
import { PickerExpose } from '../picker/types';
|
3
3
|
import type { AreaProps } from './Area';
|
4
|
-
export
|
4
|
+
export type AreaList = {
|
5
5
|
city_list: Record<string, string>;
|
6
6
|
county_list: Record<string, string>;
|
7
7
|
province_list: Record<string, string>;
|
8
8
|
};
|
9
|
-
export
|
9
|
+
export type AreaInstance = ComponentPublicInstance<AreaProps, PickerExpose>;
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import { type PropType, type ExtractPropTypes } from 'vue';
|
2
|
+
export declare const backTopProps: {
|
3
|
+
right: {
|
4
|
+
type: (NumberConstructor | StringConstructor)[];
|
5
|
+
default: number;
|
6
|
+
};
|
7
|
+
bottom: {
|
8
|
+
type: (NumberConstructor | StringConstructor)[];
|
9
|
+
default: number;
|
10
|
+
};
|
11
|
+
target: PropType<string | import("vue").RendererElement | null | undefined>;
|
12
|
+
visibilityHeight: {
|
13
|
+
type: (NumberConstructor | StringConstructor)[];
|
14
|
+
default: number;
|
15
|
+
};
|
16
|
+
teleport: {
|
17
|
+
type: PropType<string | import("vue").RendererElement | null | undefined>;
|
18
|
+
default: string;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
export type BackTopProps = ExtractPropTypes<typeof backTopProps>;
|
22
|
+
declare const _default: import("vue").DefineComponent<{
|
23
|
+
right: {
|
24
|
+
type: (NumberConstructor | StringConstructor)[];
|
25
|
+
default: number;
|
26
|
+
};
|
27
|
+
bottom: {
|
28
|
+
type: (NumberConstructor | StringConstructor)[];
|
29
|
+
default: number;
|
30
|
+
};
|
31
|
+
target: PropType<string | import("vue").RendererElement | null | undefined>;
|
32
|
+
visibilityHeight: {
|
33
|
+
type: (NumberConstructor | StringConstructor)[];
|
34
|
+
default: number;
|
35
|
+
};
|
36
|
+
teleport: {
|
37
|
+
type: PropType<string | import("vue").RendererElement | null | undefined>;
|
38
|
+
default: string;
|
39
|
+
};
|
40
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
41
|
+
right: {
|
42
|
+
type: (NumberConstructor | StringConstructor)[];
|
43
|
+
default: number;
|
44
|
+
};
|
45
|
+
bottom: {
|
46
|
+
type: (NumberConstructor | StringConstructor)[];
|
47
|
+
default: number;
|
48
|
+
};
|
49
|
+
target: PropType<string | import("vue").RendererElement | null | undefined>;
|
50
|
+
visibilityHeight: {
|
51
|
+
type: (NumberConstructor | StringConstructor)[];
|
52
|
+
default: number;
|
53
|
+
};
|
54
|
+
teleport: {
|
55
|
+
type: PropType<string | import("vue").RendererElement | null | undefined>;
|
56
|
+
default: string;
|
57
|
+
};
|
58
|
+
}>> & {
|
59
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
60
|
+
}, {
|
61
|
+
bottom: string | number;
|
62
|
+
right: string | number;
|
63
|
+
teleport: string | import("vue").RendererElement | null | undefined;
|
64
|
+
visibilityHeight: string | number;
|
65
|
+
}>;
|
66
|
+
export default _default;
|
@@ -0,0 +1,118 @@
|
|
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 name2 in all)
|
7
|
+
__defProp(target, name2, { get: all[name2], 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
|
+
backTopProps: () => backTopProps,
|
21
|
+
default: () => stdin_default
|
22
|
+
});
|
23
|
+
module.exports = __toCommonJS(stdin_exports);
|
24
|
+
var import_vue = require("vue");
|
25
|
+
var import_vue2 = require("vue");
|
26
|
+
var import_utils = require("../utils");
|
27
|
+
var import_util = require("../lazyload/vue-lazyload/util");
|
28
|
+
var import_use = require("@vant/use");
|
29
|
+
var import_icon = require("../icon");
|
30
|
+
const [name, bem] = (0, import_utils.createNamespace)("back-top");
|
31
|
+
const backTopProps = {
|
32
|
+
right: (0, import_utils.makeNumericProp)(30),
|
33
|
+
bottom: (0, import_utils.makeNumericProp)(40),
|
34
|
+
target: [String, Object],
|
35
|
+
visibilityHeight: (0, import_utils.makeNumericProp)(200),
|
36
|
+
teleport: {
|
37
|
+
type: [String, Object],
|
38
|
+
default: "body"
|
39
|
+
}
|
40
|
+
};
|
41
|
+
var stdin_default = (0, import_vue2.defineComponent)({
|
42
|
+
name,
|
43
|
+
inheritAttrs: false,
|
44
|
+
props: backTopProps,
|
45
|
+
emits: ["click"],
|
46
|
+
setup(props, {
|
47
|
+
emit,
|
48
|
+
slots,
|
49
|
+
attrs
|
50
|
+
}) {
|
51
|
+
const show = (0, import_vue2.ref)(false);
|
52
|
+
const scrollParent = (0, import_vue2.ref)();
|
53
|
+
const root = (0, import_vue2.ref)(null);
|
54
|
+
let target;
|
55
|
+
const style = (0, import_vue2.computed)(() => ({
|
56
|
+
right: (0, import_utils.addUnit)(props.right),
|
57
|
+
bottom: (0, import_utils.addUnit)(props.bottom)
|
58
|
+
}));
|
59
|
+
const onClick = (event) => {
|
60
|
+
emit("click", event);
|
61
|
+
target.scrollTo({
|
62
|
+
top: 0,
|
63
|
+
behavior: "smooth"
|
64
|
+
});
|
65
|
+
};
|
66
|
+
const scroll = () => {
|
67
|
+
show.value = (0, import_utils.getScrollTop)(target) >= props.visibilityHeight;
|
68
|
+
};
|
69
|
+
const getTarget = () => {
|
70
|
+
const {
|
71
|
+
target: target2
|
72
|
+
} = props;
|
73
|
+
if (typeof target2 === "string") {
|
74
|
+
const el = document.querySelector(props.target);
|
75
|
+
if (!el) {
|
76
|
+
throw Error("[Vant] BackTop: target element is not found.");
|
77
|
+
}
|
78
|
+
return el;
|
79
|
+
}
|
80
|
+
if ((0, import_utils.isObject)(target2)) {
|
81
|
+
return target2;
|
82
|
+
}
|
83
|
+
throw Error('[Vant] BackTop: type of prop "target" should be a selector or an element object');
|
84
|
+
};
|
85
|
+
(0, import_use.useEventListener)("scroll", (0, import_util.throttle)(scroll, 300), {
|
86
|
+
target: scrollParent
|
87
|
+
});
|
88
|
+
(0, import_vue2.onMounted)(() => {
|
89
|
+
(0, import_vue2.nextTick)(() => {
|
90
|
+
if (import_utils.inBrowser) {
|
91
|
+
target = props.target ? getTarget() : (0, import_use.getScrollParent)(root.value);
|
92
|
+
scrollParent.value = target;
|
93
|
+
}
|
94
|
+
});
|
95
|
+
});
|
96
|
+
return () => {
|
97
|
+
const Content = (0, import_vue.createVNode)("div", (0, import_vue.mergeProps)({
|
98
|
+
"ref": root,
|
99
|
+
"class": bem({
|
100
|
+
active: show.value
|
101
|
+
}),
|
102
|
+
"style": style.value,
|
103
|
+
"onClick": onClick
|
104
|
+
}, attrs), [slots.default ? slots.default() : (0, import_vue.createVNode)(import_icon.Icon, {
|
105
|
+
"name": "back-top",
|
106
|
+
"class": bem("icon")
|
107
|
+
}, null)]);
|
108
|
+
if (props.teleport) {
|
109
|
+
return (0, import_vue.createVNode)(import_vue2.Teleport, {
|
110
|
+
"to": props.teleport
|
111
|
+
}, {
|
112
|
+
default: () => [Content]
|
113
|
+
});
|
114
|
+
}
|
115
|
+
return Content;
|
116
|
+
};
|
117
|
+
}
|
118
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
:root{--van-back-top-size: 40px;--van-back-top-icon-size: 20px;--van-back-top-text-color: #fff;--van-back-top-background: var(--van-blue)}.van-back-top{position:fixed;display:flex;align-items:center;justify-content:center;width:var(--van-back-top-size);height:var(--van-back-top-size);cursor:pointer;color:var(--van-back-top-text-color);border-radius:var(--van-radius-max);box-shadow:0 2px 8px rgba(0,0,0,.12);transform:scale(0);transition:.3s cubic-bezier(.25,.8,.5,1);background-color:var(--van-back-top-background)}.van-back-top:active{opacity:var(--van-active-opacity)}.van-back-top--active{transform:scale(1)}.van-back-top__icon{font-size:var(--van-back-top-icon-size);font-weight:var(--van-font-bold)}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
export declare const BackTop: import("../utils").WithInstall<import("vue").DefineComponent<{
|
2
|
+
right: {
|
3
|
+
type: (NumberConstructor | StringConstructor)[];
|
4
|
+
default: number;
|
5
|
+
};
|
6
|
+
bottom: {
|
7
|
+
type: (NumberConstructor | StringConstructor)[];
|
8
|
+
default: number;
|
9
|
+
};
|
10
|
+
target: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
|
11
|
+
visibilityHeight: {
|
12
|
+
type: (NumberConstructor | StringConstructor)[];
|
13
|
+
default: number;
|
14
|
+
};
|
15
|
+
teleport: {
|
16
|
+
type: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
20
|
+
right: {
|
21
|
+
type: (NumberConstructor | StringConstructor)[];
|
22
|
+
default: number;
|
23
|
+
};
|
24
|
+
bottom: {
|
25
|
+
type: (NumberConstructor | StringConstructor)[];
|
26
|
+
default: number;
|
27
|
+
};
|
28
|
+
target: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
|
29
|
+
visibilityHeight: {
|
30
|
+
type: (NumberConstructor | StringConstructor)[];
|
31
|
+
default: number;
|
32
|
+
};
|
33
|
+
teleport: {
|
34
|
+
type: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
|
35
|
+
default: string;
|
36
|
+
};
|
37
|
+
}>> & {
|
38
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
39
|
+
}, {
|
40
|
+
bottom: string | number;
|
41
|
+
right: string | number;
|
42
|
+
teleport: string | import("vue").RendererElement | null | undefined;
|
43
|
+
visibilityHeight: string | number;
|
44
|
+
}>>;
|
45
|
+
export default BackTop;
|
46
|
+
export { backTopProps } from './BackTop';
|
47
|
+
export type { BackTopProps } from './BackTop';
|
48
|
+
export type { BackTopThemeVars } from './types';
|
49
|
+
declare module 'vue' {
|
50
|
+
interface GlobalComponents {
|
51
|
+
VanBackTop: typeof BackTop;
|
52
|
+
}
|
53
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
var __create = Object.create;
|
2
|
+
var __defProp = Object.defineProperty;
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
7
|
+
var __export = (target, all) => {
|
8
|
+
for (var name in all)
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
10
|
+
};
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
13
|
+
for (let key of __getOwnPropNames(from))
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
16
|
+
}
|
17
|
+
return to;
|
18
|
+
};
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
20
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
21
|
+
mod
|
22
|
+
));
|
23
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
24
|
+
var stdin_exports = {};
|
25
|
+
__export(stdin_exports, {
|
26
|
+
BackTop: () => BackTop,
|
27
|
+
backTopProps: () => import_BackTop2.backTopProps,
|
28
|
+
default: () => stdin_default
|
29
|
+
});
|
30
|
+
module.exports = __toCommonJS(stdin_exports);
|
31
|
+
var import_utils = require("../utils");
|
32
|
+
var import_BackTop = __toESM(require("./BackTop"));
|
33
|
+
var import_BackTop2 = require("./BackTop");
|
34
|
+
const BackTop = (0, import_utils.withInstall)(import_BackTop.default);
|
35
|
+
var stdin_default = BackTop;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
7
|
+
for (let key of __getOwnPropNames(from))
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
10
|
+
}
|
11
|
+
return to;
|
12
|
+
};
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
14
|
+
var stdin_exports = {};
|
15
|
+
module.exports = __toCommonJS(stdin_exports);
|
package/lib/badge/Badge.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { type PropType, type ExtractPropTypes } from 'vue';
|
2
2
|
import { type Numeric } from '../utils';
|
3
|
-
export
|
3
|
+
export type BadgePosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
4
4
|
export declare const badgeProps: {
|
5
5
|
dot: BooleanConstructor;
|
6
6
|
max: (NumberConstructor | StringConstructor)[];
|
@@ -20,7 +20,7 @@ export declare const badgeProps: {
|
|
20
20
|
default: BadgePosition;
|
21
21
|
};
|
22
22
|
};
|
23
|
-
export
|
23
|
+
export type BadgeProps = ExtractPropTypes<typeof badgeProps>;
|
24
24
|
declare const _default: import("vue").DefineComponent<{
|
25
25
|
dot: BooleanConstructor;
|
26
26
|
max: (NumberConstructor | StringConstructor)[];
|
package/lib/badge/types.d.ts
CHANGED
package/lib/button/Button.d.ts
CHANGED
@@ -41,7 +41,7 @@ export declare const buttonProps: {
|
|
41
41
|
default: ButtonIconPosition;
|
42
42
|
};
|
43
43
|
};
|
44
|
-
export
|
44
|
+
export type ButtonProps = ExtractPropTypes<typeof buttonProps>;
|
45
45
|
declare const _default: import("vue").DefineComponent<{
|
46
46
|
to: PropType<import("vue-router").RouteLocationRaw>;
|
47
47
|
url: StringConstructor;
|
package/lib/button/types.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import type { ButtonHTMLAttributes } from 'vue';
|
2
|
-
export
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
6
|
-
export
|
2
|
+
export type ButtonType = 'default' | 'primary' | 'success' | 'warning' | 'danger';
|
3
|
+
export type ButtonSize = 'large' | 'normal' | 'small' | 'mini';
|
4
|
+
export type ButtonNativeType = NonNullable<ButtonHTMLAttributes['type']>;
|
5
|
+
export type ButtonIconPosition = 'left' | 'right';
|
6
|
+
export type ButtonThemeVars = {
|
7
7
|
buttonMiniHeight?: string;
|
8
8
|
buttonMiniPadding?: string;
|
9
9
|
buttonMiniFontSize?: string;
|
@@ -87,7 +87,7 @@ export declare const calendarProps: {
|
|
87
87
|
validator: (val: number) => boolean;
|
88
88
|
};
|
89
89
|
};
|
90
|
-
export
|
90
|
+
export type CalendarProps = ExtractPropTypes<typeof calendarProps>;
|
91
91
|
declare const _default: import("vue").DefineComponent<{
|
92
92
|
show: BooleanConstructor;
|
93
93
|
type: {
|
@@ -25,7 +25,7 @@ declare const calendarMonthProps: {
|
|
25
25
|
showMonthTitle: BooleanConstructor;
|
26
26
|
firstDayOfWeek: NumberConstructor;
|
27
27
|
};
|
28
|
-
export
|
28
|
+
export type CalendarMonthProps = ExtractPropTypes<typeof calendarMonthProps>;
|
29
29
|
declare const _default: import("vue").DefineComponent<{
|
30
30
|
date: {
|
31
31
|
type: DateConstructor;
|
package/lib/calendar/types.d.ts
CHANGED
@@ -2,9 +2,9 @@ import type { ComponentPublicInstance, ComputedRef, Ref } from 'vue';
|
|
2
2
|
import type { Numeric } from '../utils';
|
3
3
|
import type { CalendarProps } from './Calendar';
|
4
4
|
import type { CalendarMonthProps } from './CalendarMonth';
|
5
|
-
export
|
6
|
-
export
|
7
|
-
export
|
5
|
+
export type CalendarType = 'single' | 'range' | 'multiple';
|
6
|
+
export type CalendarDayType = '' | 'start' | 'start-end' | 'middle' | 'end' | 'selected' | 'multiple-middle' | 'multiple-selected' | 'disabled' | 'placeholder';
|
7
|
+
export type CalendarDayItem = {
|
8
8
|
date?: Date;
|
9
9
|
text?: Numeric;
|
10
10
|
type?: CalendarDayType;
|
@@ -12,13 +12,13 @@ export declare type CalendarDayItem = {
|
|
12
12
|
className?: unknown;
|
13
13
|
bottomInfo?: string;
|
14
14
|
};
|
15
|
-
export
|
15
|
+
export type CalendarExpose = {
|
16
16
|
reset: (date?: Date | Date[]) => void;
|
17
17
|
scrollToDate: (targetDate: Date) => void;
|
18
18
|
getSelectedDate: () => Date | Date[] | null;
|
19
19
|
};
|
20
|
-
export
|
21
|
-
export
|
20
|
+
export type CalendarInstance = ComponentPublicInstance<CalendarProps, CalendarExpose>;
|
21
|
+
export type CalendarMonthInstance = ComponentPublicInstance<CalendarMonthProps, {
|
22
22
|
showed?: boolean;
|
23
23
|
getTitle: () => string;
|
24
24
|
getHeight: () => number;
|
@@ -26,7 +26,7 @@ export declare type CalendarMonthInstance = ComponentPublicInstance<CalendarMont
|
|
26
26
|
scrollToDate: (body: Element, targetDate: Date) => void;
|
27
27
|
disabledDays: Ref<ComputedRef<CalendarDayItem[]>>;
|
28
28
|
}>;
|
29
|
-
export
|
29
|
+
export type CalendarThemeVars = {
|
30
30
|
calendarBackground?: string;
|
31
31
|
calendarPopupHeight?: string;
|
32
32
|
calendarHeaderShadow?: string;
|
package/lib/card/Card.d.ts
CHANGED
@@ -15,7 +15,7 @@ export declare const cardProps: {
|
|
15
15
|
thumbLink: StringConstructor;
|
16
16
|
originPrice: (NumberConstructor | StringConstructor)[];
|
17
17
|
};
|
18
|
-
export
|
18
|
+
export type CardProps = ExtractPropTypes<typeof cardProps>;
|
19
19
|
declare const _default: import("vue").DefineComponent<{
|
20
20
|
tag: StringConstructor;
|
21
21
|
num: (NumberConstructor | StringConstructor)[];
|
package/lib/card/types.d.ts
CHANGED
@@ -27,7 +27,7 @@ export declare const cascaderProps: {
|
|
27
27
|
placeholder: StringConstructor;
|
28
28
|
activeColor: StringConstructor;
|
29
29
|
};
|
30
|
-
export
|
30
|
+
export type CascaderProps = ExtractPropTypes<typeof cascaderProps>;
|
31
31
|
declare const _default: import("vue").DefineComponent<{
|
32
32
|
title: StringConstructor;
|
33
33
|
options: {
|
package/lib/cascader/types.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { Numeric } from '../utils';
|
2
|
-
export
|
2
|
+
export type CascaderOption = {
|
3
3
|
text?: string;
|
4
4
|
value?: Numeric;
|
5
5
|
color?: string;
|
@@ -8,16 +8,16 @@ export declare type CascaderOption = {
|
|
8
8
|
className?: unknown;
|
9
9
|
[key: PropertyKey]: any;
|
10
10
|
};
|
11
|
-
export
|
11
|
+
export type CascaderTab = {
|
12
12
|
options: CascaderOption[];
|
13
13
|
selected: CascaderOption | null;
|
14
14
|
};
|
15
|
-
export
|
15
|
+
export type CascaderFieldNames = {
|
16
16
|
text?: string;
|
17
17
|
value?: string;
|
18
18
|
children?: string;
|
19
19
|
};
|
20
|
-
export
|
20
|
+
export type CascaderThemeVars = {
|
21
21
|
cascaderHeaderHeight?: string;
|
22
22
|
cascaderHeaderPadding?: string;
|
23
23
|
cascaderTitleFontSize?: string;
|
package/lib/cell/Cell.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { type PropType, type CSSProperties, type ExtractPropTypes } from 'vue';
|
2
|
-
export
|
3
|
-
export
|
2
|
+
export type CellSize = 'normal' | 'large';
|
3
|
+
export type CellArrowDirection = 'up' | 'down' | 'left' | 'right';
|
4
4
|
export declare const cellSharedProps: {
|
5
5
|
tag: {
|
6
6
|
type: PropType<keyof HTMLElementTagNameMap>;
|
@@ -61,7 +61,7 @@ export declare const cellProps: {
|
|
61
61
|
url: StringConstructor;
|
62
62
|
replace: BooleanConstructor;
|
63
63
|
};
|
64
|
-
export
|
64
|
+
export type CellProps = ExtractPropTypes<typeof cellProps>;
|
65
65
|
declare const _default: import("vue").DefineComponent<{
|
66
66
|
tag: {
|
67
67
|
type: PropType<keyof HTMLElementTagNameMap>;
|
@@ -126,11 +126,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
126
126
|
replace: BooleanConstructor;
|
127
127
|
}>>, {
|
128
128
|
replace: boolean;
|
129
|
-
required: boolean;
|
130
129
|
tag: keyof HTMLElementTagNameMap;
|
131
130
|
center: boolean;
|
132
131
|
isLink: boolean;
|
133
132
|
border: boolean;
|
133
|
+
required: boolean;
|
134
134
|
clickable: boolean | null;
|
135
135
|
}>;
|
136
136
|
export default _default;
|
package/lib/cell/index.d.ts
CHANGED
@@ -62,11 +62,11 @@ export declare const Cell: import("../utils").WithInstall<import("vue").DefineCo
|
|
62
62
|
replace: BooleanConstructor;
|
63
63
|
}>>, {
|
64
64
|
replace: boolean;
|
65
|
-
required: boolean;
|
66
65
|
tag: keyof HTMLElementTagNameMap;
|
67
66
|
center: boolean;
|
68
67
|
isLink: boolean;
|
69
68
|
border: boolean;
|
69
|
+
required: boolean;
|
70
70
|
clickable: boolean | null;
|
71
71
|
}>>;
|
72
72
|
export default Cell;
|
package/lib/cell/types.d.ts
CHANGED
@@ -7,7 +7,7 @@ export declare const cellGroupProps: {
|
|
7
7
|
default: true;
|
8
8
|
};
|
9
9
|
};
|
10
|
-
export
|
10
|
+
export type CellGroupProps = ExtractPropTypes<typeof cellGroupProps>;
|
11
11
|
declare const _default: import("vue").DefineComponent<{
|
12
12
|
title: StringConstructor;
|
13
13
|
inset: BooleanConstructor;
|
@@ -17,7 +17,7 @@ export declare const checkboxProps: {
|
|
17
17
|
default: true;
|
18
18
|
};
|
19
19
|
};
|
20
|
-
export
|
20
|
+
export type CheckboxProps = ExtractPropTypes<typeof checkboxProps>;
|
21
21
|
declare const _default: import("vue").DefineComponent<{
|
22
22
|
name: import("vue").PropType<unknown>;
|
23
23
|
shape: {
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { type PropType } from 'vue';
|
2
2
|
import { type Numeric } from '../utils';
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
6
|
-
export
|
3
|
+
export type CheckerShape = 'square' | 'round';
|
4
|
+
export type CheckerDirection = 'horizontal' | 'vertical';
|
5
|
+
export type CheckerLabelPosition = 'left' | 'right';
|
6
|
+
export type CheckerParent = {
|
7
7
|
props: {
|
8
8
|
disabled?: boolean;
|
9
9
|
iconSize?: Numeric;
|