vant 2.13.5 → 2.13.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/LICENSE +1 -4
- package/README.md +36 -89
- package/README.zh-CN.md +141 -0
- package/changelog.generated.md +17 -0
- package/es/action-sheet/index.css +1 -1
- package/es/action-sheet/index.js +180 -0
- package/es/action-sheet/index.less +113 -0
- package/es/action-sheet/style/index.js +7 -0
- package/es/action-sheet/style/less.js +7 -0
- package/es/address-edit/Detail.js +116 -0
- package/es/address-edit/index.css +1 -1
- package/es/address-edit/index.js +495 -0
- package/es/address-edit/index.less +45 -0
- package/es/address-edit/style/index.js +16 -0
- package/es/address-edit/style/less.js +16 -0
- package/es/address-list/Item.js +107 -0
- package/es/address-list/index.css +1 -1
- package/es/address-list/index.js +93 -0
- package/es/address-list/index.less +97 -0
- package/es/address-list/style/index.js +10 -0
- package/es/address-list/style/less.js +10 -0
- package/es/area/index.js +321 -0
- package/es/area/style/index.js +3 -0
- package/es/area/style/less.js +3 -0
- package/es/badge/index.css +1 -1
- package/es/badge/index.js +68 -0
- package/es/badge/index.less +38 -0
- package/es/badge/style/index.js +2 -0
- package/es/badge/style/less.js +2 -0
- package/es/button/index.css +1 -1
- package/es/button/index.js +181 -0
- package/es/button/index.less +190 -0
- package/es/button/style/index.js +5 -0
- package/es/button/style/less.js +5 -0
- package/es/calendar/components/Header.js +55 -0
- package/es/calendar/components/Month.js +333 -0
- package/es/calendar/index.css +1 -1
- package/es/calendar/index.js +553 -0
- package/es/calendar/index.less +188 -0
- package/es/calendar/style/index.js +9 -0
- package/es/calendar/style/less.js +9 -0
- package/es/calendar/utils.js +66 -0
- package/es/card/index.css +1 -1
- package/es/card/index.js +158 -0
- package/es/card/index.less +109 -0
- package/es/card/style/index.js +6 -0
- package/es/card/style/less.js +6 -0
- package/es/cascader/index.css +1 -1
- package/es/cascader/index.js +284 -0
- package/es/cascader/index.less +82 -0
- package/es/cascader/style/index.js +7 -0
- package/es/cascader/style/less.js +7 -0
- package/es/cell/index.css +1 -1
- package/es/cell/index.js +121 -0
- package/es/cell/index.less +103 -0
- package/es/cell/shared.js +24 -0
- package/es/cell/style/index.js +4 -0
- package/es/cell/style/less.js +4 -0
- package/es/cell-group/index.css +1 -1
- package/es/cell-group/index.js +41 -0
- package/es/cell-group/index.less +22 -0
- package/es/cell-group/style/index.js +2 -0
- package/es/cell-group/style/less.js +2 -0
- package/es/checkbox/index.css +1 -1
- package/es/checkbox/index.js +80 -0
- package/es/checkbox/index.less +86 -0
- package/es/checkbox/style/index.js +4 -0
- package/es/checkbox/style/less.js +4 -0
- package/es/checkbox-group/index.css +1 -1
- package/es/checkbox-group/index.js +64 -0
- package/es/checkbox-group/index.less +8 -0
- package/es/checkbox-group/style/index.js +2 -0
- package/es/checkbox-group/style/less.js +2 -0
- package/es/circle/index.css +1 -1
- package/es/circle/index.js +175 -0
- package/es/circle/index.less +41 -0
- package/es/circle/style/index.js +2 -0
- package/es/circle/style/less.js +2 -0
- package/es/col/index.css +1 -1
- package/es/col/index.js +55 -0
- package/es/col/index.less +20 -0
- package/es/col/style/index.js +2 -0
- package/es/col/style/less.js +2 -0
- package/es/collapse/index.js +39 -0
- package/es/collapse/style/index.js +1 -0
- package/es/collapse/style/less.js +1 -0
- package/es/collapse-item/index.css +1 -1
- package/es/collapse-item/index.js +202 -0
- package/es/collapse-item/index.less +69 -0
- package/es/collapse-item/style/index.js +5 -0
- package/es/collapse-item/style/less.js +5 -0
- package/es/contact-card/index.css +1 -1
- package/es/contact-card/index.js +59 -0
- package/es/contact-card/index.less +42 -0
- package/es/contact-card/style/index.js +5 -0
- package/es/contact-card/style/less.js +5 -0
- package/es/contact-edit/index.css +1 -1
- package/es/contact-edit/index.js +193 -0
- package/es/contact-edit/index.less +30 -0
- package/es/contact-edit/style/index.js +14 -0
- package/es/contact-edit/style/less.js +14 -0
- package/es/contact-list/index.css +1 -1
- package/es/contact-list/index.js +119 -0
- package/es/contact-list/index.less +54 -0
- package/es/contact-list/style/index.js +10 -0
- package/es/contact-list/style/less.js +10 -0
- package/es/count-down/index.css +1 -1
- package/es/count-down/index.js +155 -0
- package/es/count-down/index.less +7 -0
- package/es/count-down/style/index.js +2 -0
- package/es/count-down/style/less.js +2 -0
- package/es/count-down/utils.js +67 -0
- package/es/coupon/index.css +1 -1
- package/es/coupon/index.js +111 -0
- package/es/coupon/index.less +104 -0
- package/es/coupon/style/index.js +5 -0
- package/es/coupon/style/less.js +5 -0
- package/es/coupon-cell/index.css +1 -1
- package/es/coupon-cell/index.js +79 -0
- package/es/coupon-cell/index.less +7 -0
- package/es/coupon-cell/style/index.js +6 -0
- package/es/coupon-cell/style/less.js +6 -0
- package/es/coupon-list/index.css +1 -1
- package/es/coupon-list/index.js +265 -0
- package/es/coupon-list/index.less +89 -0
- package/es/coupon-list/style/index.js +13 -0
- package/es/coupon-list/style/less.js +13 -0
- package/es/datetime-picker/DatePicker.js +314 -0
- package/es/datetime-picker/TimePicker.js +135 -0
- package/es/datetime-picker/index.js +29 -0
- package/es/datetime-picker/shared.js +137 -0
- package/es/datetime-picker/style/index.js +3 -0
- package/es/datetime-picker/style/less.js +3 -0
- package/es/datetime-picker/utils.js +33 -0
- package/es/dialog/Dialog.js +281 -0
- package/es/dialog/index.css +1 -1
- package/es/dialog/index.js +104 -0
- package/es/dialog/index.less +120 -0
- package/es/dialog/style/index.js +10 -0
- package/es/dialog/style/less.js +10 -0
- package/es/divider/index.css +1 -1
- package/es/divider/index.js +38 -0
- package/es/divider/index.less +64 -0
- package/es/divider/style/index.js +2 -0
- package/es/divider/style/less.js +2 -0
- package/es/dropdown-item/index.css +1 -1
- package/es/dropdown-item/index.js +210 -0
- package/es/dropdown-item/index.less +39 -0
- package/es/dropdown-item/style/index.js +7 -0
- package/es/dropdown-item/style/less.js +7 -0
- package/es/dropdown-menu/index.css +1 -1
- package/es/dropdown-menu/index.js +132 -0
- package/es/dropdown-menu/index.less +77 -0
- package/es/dropdown-menu/style/index.js +2 -0
- package/es/dropdown-menu/style/less.js +2 -0
- package/es/empty/Network.js +174 -0
- package/es/empty/index.css +1 -1
- package/es/empty/index.js +81 -0
- package/es/empty/index.less +32 -0
- package/es/empty/style/index.js +2 -0
- package/es/empty/style/less.js +2 -0
- package/es/field/index.css +1 -1
- package/es/field/index.js +635 -0
- package/es/field/index.less +172 -0
- package/es/field/style/index.js +5 -0
- package/es/field/style/less.js +5 -0
- package/es/form/index.js +200 -0
- package/es/form/style/index.js +1 -0
- package/es/form/style/less.js +1 -0
- package/es/goods-action/index.css +1 -0
- package/es/goods-action/index.js +24 -0
- package/es/goods-action/index.less +19 -0
- package/es/goods-action/style/index.js +2 -0
- package/es/goods-action/style/less.js +2 -0
- package/es/goods-action-button/index.css +1 -0
- package/es/goods-action-button/index.js +57 -0
- package/es/goods-action-button/index.less +34 -0
- package/es/goods-action-button/style/index.js +6 -0
- package/es/goods-action-button/style/less.js +6 -0
- package/es/goods-action-icon/index.css +1 -0
- package/es/goods-action-icon/index.js +76 -0
- package/es/goods-action-icon/index.less +27 -0
- package/es/goods-action-icon/style/index.js +4 -0
- package/es/goods-action-icon/style/less.js +4 -0
- package/es/grid/index.css +1 -1
- package/es/grid/index.js +50 -0
- package/es/grid/index.less +6 -0
- package/es/grid/style/index.js +2 -0
- package/es/grid/style/less.js +2 -0
- package/es/grid-item/index.css +1 -1
- package/es/grid-item/index.js +163 -0
- package/es/grid-item/index.less +79 -0
- package/es/grid-item/style/index.js +4 -0
- package/es/grid-item/style/less.js +4 -0
- package/es/icon/index.css +1 -1
- package/es/icon/index.js +74 -0
- package/es/icon/index.less +11 -0
- package/es/icon/local.css +1 -0
- package/es/icon/local.less +1 -0
- package/es/icon/style/index.js +3 -0
- package/es/icon/style/less.js +3 -0
- package/es/image/index.css +1 -1
- package/es/image/index.js +189 -0
- package/es/image/index.less +47 -0
- package/es/image/style/index.js +4 -0
- package/es/image/style/less.js +4 -0
- package/es/image-preview/ImagePreview.js +234 -0
- package/es/image-preview/ImagePreviewItem.js +247 -0
- package/es/image-preview/index.css +1 -1
- package/es/image-preview/index.js +88 -0
- package/es/image-preview/index.less +103 -0
- package/es/image-preview/shared.js +7 -0
- package/es/image-preview/style/index.js +10 -0
- package/es/image-preview/style/less.js +10 -0
- package/es/index-anchor/index.css +1 -1
- package/es/index-anchor/index.js +83 -0
- package/es/index-anchor/index.less +21 -0
- package/es/index-anchor/style/index.js +2 -0
- package/es/index-anchor/style/less.js +2 -0
- package/es/index-bar/index.css +1 -1
- package/es/index-bar/index.js +222 -0
- package/es/index-bar/index.less +27 -0
- package/es/index-bar/style/index.js +2 -0
- package/es/index-bar/style/less.js +2 -0
- package/es/index.js +111 -0
- package/es/info/index.css +1 -0
- package/es/info/index.js +30 -0
- package/es/info/index.less +29 -0
- package/es/info/style/index.js +2 -0
- package/es/info/style/less.js +2 -0
- package/es/lazyload/index.js +2 -0
- package/es/lazyload/style/index.js +1 -0
- package/es/lazyload/style/less.js +1 -0
- package/es/list/index.css +1 -1
- package/es/list/index.js +178 -0
- package/es/list/index.less +17 -0
- package/es/list/style/index.js +3 -0
- package/es/list/style/less.js +3 -0
- package/es/loading/index.css +1 -1
- package/es/loading/index.js +86 -0
- package/es/loading/index.less +103 -0
- package/es/loading/style/index.js +2 -0
- package/es/loading/style/less.js +2 -0
- package/es/locale/index.js +27 -0
- package/es/locale/lang/de-DE-formal.js +90 -0
- package/es/locale/lang/de-DE.js +90 -0
- package/es/locale/lang/en-US.js +90 -0
- package/es/locale/lang/es-ES.js +90 -0
- package/es/locale/lang/fr-FR.js +90 -0
- package/es/locale/lang/ja-JP.js +91 -0
- package/es/locale/lang/nb-NO.js +90 -0
- package/es/locale/lang/ro-RO.js +90 -0
- package/es/locale/lang/th-TH.js +91 -0
- package/es/locale/lang/tr-TR.js +90 -0
- package/es/locale/lang/vi-VN.js +91 -0
- package/es/locale/lang/zh-CN.js +91 -0
- package/es/locale/lang/zh-HK.js +91 -0
- package/es/locale/lang/zh-TW.js +91 -0
- package/es/locale/style/index.js +1 -0
- package/es/locale/style/less.js +1 -0
- package/es/mixins/bind-event.js +29 -0
- package/es/mixins/checkbox.js +139 -0
- package/es/mixins/click-outside.js +33 -0
- package/es/mixins/close-on-popstate.js +38 -0
- package/es/mixins/field.js +24 -0
- package/es/mixins/popup/context.js +18 -0
- package/es/mixins/popup/index.js +220 -0
- package/es/mixins/popup/overlay.js +77 -0
- package/es/mixins/portal.js +48 -0
- package/es/mixins/relation.js +76 -0
- package/es/mixins/slots.js +23 -0
- package/es/mixins/touch.js +63 -0
- package/es/nav-bar/index.css +1 -1
- package/es/nav-bar/index.js +132 -0
- package/es/nav-bar/index.less +74 -0
- package/es/nav-bar/style/index.js +4 -0
- package/es/nav-bar/style/less.js +4 -0
- package/es/notice-bar/index.css +1 -1
- package/es/notice-bar/index.js +223 -0
- package/es/notice-bar/index.less +60 -0
- package/es/notice-bar/style/index.js +4 -0
- package/es/notice-bar/style/less.js +4 -0
- package/es/notify/Notify.js +45 -0
- package/es/notify/index.css +1 -1
- package/es/notify/index.js +93 -0
- package/es/notify/index.less +33 -0
- package/es/notify/style/index.js +6 -0
- package/es/notify/style/less.js +6 -0
- package/es/number-keyboard/CollapseIcon.js +16 -0
- package/es/number-keyboard/DeleteIcon.js +16 -0
- package/es/number-keyboard/Key.js +100 -0
- package/es/number-keyboard/index.css +1 -1
- package/es/number-keyboard/index.js +272 -0
- package/es/number-keyboard/index.less +142 -0
- package/es/number-keyboard/style/index.js +3 -0
- package/es/number-keyboard/style/less.js +3 -0
- package/es/overlay/index.css +1 -1
- package/es/overlay/index.js +53 -0
- package/es/overlay/index.less +11 -0
- package/es/overlay/style/index.js +2 -0
- package/es/overlay/style/less.js +2 -0
- package/es/pagination/index.css +1 -1
- package/es/pagination/index.js +168 -0
- package/es/pagination/index.less +77 -0
- package/es/pagination/style/index.js +2 -0
- package/es/pagination/style/less.js +2 -0
- package/es/panel/index.css +1 -0
- package/es/panel/index.js +46 -0
- package/es/panel/index.less +13 -0
- package/es/panel/style/index.js +6 -0
- package/es/panel/style/less.js +6 -0
- package/es/password-input/index.css +1 -1
- package/es/password-input/index.js +84 -0
- package/es/password-input/index.less +83 -0
- package/es/password-input/style/index.js +2 -0
- package/es/password-input/style/less.js +2 -0
- package/es/picker/PickerColumn.js +348 -0
- package/es/picker/index.css +1 -1
- package/es/picker/index.js +383 -0
- package/es/picker/index.less +117 -0
- package/es/picker/shared.js +22 -0
- package/es/picker/style/index.js +3 -0
- package/es/picker/style/less.js +3 -0
- package/es/popover/index.css +1 -1
- package/es/popover/index.js +223 -0
- package/es/popover/index.less +270 -0
- package/es/popover/style/index.js +6 -0
- package/es/popover/style/less.js +6 -0
- package/es/popup/index.css +1 -1
- package/es/popup/index.js +111 -0
- package/es/popup/index.less +137 -0
- package/es/popup/style/index.js +5 -0
- package/es/popup/style/less.js +5 -0
- package/es/progress/index.css +1 -1
- package/es/progress/index.js +89 -0
- package/es/progress/index.less +32 -0
- package/es/progress/style/index.js +2 -0
- package/es/progress/style/less.js +2 -0
- package/es/pull-refresh/index.css +1 -1
- package/es/pull-refresh/index.js +214 -0
- package/es/pull-refresh/index.less +25 -0
- package/es/pull-refresh/style/index.js +3 -0
- package/es/pull-refresh/style/less.js +3 -0
- package/es/radio/index.css +1 -1
- package/es/radio/index.js +32 -0
- package/es/radio/index.less +86 -0
- package/es/radio/style/index.js +4 -0
- package/es/radio/style/less.js +4 -0
- package/es/radio-group/index.css +1 -1
- package/es/radio-group/index.js +32 -0
- package/es/radio-group/index.less +8 -0
- package/es/radio-group/style/index.js +2 -0
- package/es/radio-group/style/less.js +2 -0
- package/es/rate/index.css +1 -1
- package/es/rate/index.js +227 -0
- package/es/rate/index.less +47 -0
- package/es/rate/style/index.js +4 -0
- package/es/rate/style/less.js +4 -0
- package/es/row/index.css +1 -1
- package/es/row/index.js +85 -0
- package/es/row/index.less +42 -0
- package/es/row/style/index.js +2 -0
- package/es/row/style/less.js +2 -0
- package/es/search/index.css +1 -1
- package/es/search/index.js +114 -0
- package/es/search/index.less +64 -0
- package/es/search/style/index.js +6 -0
- package/es/search/style/less.js +6 -0
- package/es/share-sheet/index.css +1 -1
- package/es/share-sheet/index.js +170 -0
- package/es/share-sheet/index.less +96 -0
- package/es/share-sheet/style/index.js +6 -0
- package/es/share-sheet/style/less.js +6 -0
- package/es/sidebar/index.css +1 -1
- package/es/sidebar/index.js +43 -0
- package/es/sidebar/index.less +7 -0
- package/es/sidebar/style/index.js +2 -0
- package/es/sidebar/style/less.js +2 -0
- package/es/sidebar-item/index.css +1 -1
- package/es/sidebar-item/index.js +65 -0
- package/es/sidebar-item/index.less +60 -0
- package/es/sidebar-item/style/index.js +3 -0
- package/es/sidebar-item/style/less.js +3 -0
- package/es/skeleton/index.css +1 -1
- package/es/skeleton/index.js +107 -0
- package/es/skeleton/index.less +65 -0
- package/es/skeleton/style/index.js +2 -0
- package/es/skeleton/style/less.js +2 -0
- package/es/sku/Sku.js +801 -0
- package/es/sku/components/SkuActions.js +49 -0
- package/es/sku/components/SkuDateTimeField.js +114 -0
- package/es/sku/components/SkuHeader.js +78 -0
- package/es/sku/components/SkuHeaderItem.js +16 -0
- package/es/sku/components/SkuImgUploader.js +94 -0
- package/es/sku/components/SkuMessages.js +220 -0
- package/es/sku/components/SkuRow.js +117 -0
- package/es/sku/components/SkuRowItem.js +102 -0
- package/es/sku/components/SkuRowPropItem.js +53 -0
- package/es/sku/components/SkuStepper.js +180 -0
- package/es/sku/constants.js +9 -0
- package/es/sku/index.css +1 -0
- package/es/sku/index.js +27 -0
- package/es/sku/index.less +399 -0
- package/es/sku/lang.js +86 -0
- package/es/sku/style/index.js +18 -0
- package/es/sku/style/less.js +18 -0
- package/es/sku/utils/sku-helper.js +148 -0
- package/es/sku/utils/time-helper.js +34 -0
- package/es/slider/index.css +1 -1
- package/es/slider/index.js +314 -0
- package/es/slider/index.less +94 -0
- package/es/slider/style/index.js +2 -0
- package/es/slider/style/less.js +2 -0
- package/es/step/index.css +1 -1
- package/es/step/index.js +145 -0
- package/es/step/index.less +139 -0
- package/es/step/style/index.js +4 -0
- package/es/step/style/less.js +4 -0
- package/es/stepper/index.css +1 -1
- package/es/stepper/index.js +349 -0
- package/es/stepper/index.less +130 -0
- package/es/stepper/style/index.js +2 -0
- package/es/stepper/style/less.js +2 -0
- package/es/steps/index.css +1 -1
- package/es/steps/index.js +38 -0
- package/es/steps/index.less +21 -0
- package/es/steps/style/index.js +2 -0
- package/es/steps/style/less.js +2 -0
- package/es/sticky/index.css +1 -1
- package/es/sticky/index.js +151 -0
- package/es/sticky/index.less +11 -0
- package/es/sticky/style/index.js +2 -0
- package/es/sticky/style/less.js +2 -0
- package/es/style/animation.css +1 -1
- package/es/style/animation.less +139 -0
- package/es/style/base.css +1 -1
- package/es/style/base.less +10 -0
- package/es/style/clearfix.css +1 -0
- package/es/style/clearfix.less +5 -0
- package/es/style/ellipsis.css +1 -0
- package/es/style/ellipsis.less +13 -0
- package/es/style/hairline.css +1 -0
- package/es/style/hairline.less +47 -0
- package/es/style/mixins/clearfix.less +7 -0
- package/es/style/mixins/ellipsis.less +15 -0
- package/es/style/mixins/hairline.less +39 -0
- package/es/style/normalize.css +1 -1
- package/es/style/normalize.less +38 -0
- package/es/style/reset.css +1 -0
- package/es/style/reset.less +171 -0
- package/es/style/var.less +901 -0
- package/es/submit-bar/index.css +1 -1
- package/es/submit-bar/index.js +105 -0
- package/es/submit-bar/index.less +82 -0
- package/es/submit-bar/style/index.js +6 -0
- package/es/submit-bar/style/less.js +6 -0
- package/es/swipe/index.css +1 -1
- package/es/swipe/index.js +432 -0
- package/es/swipe/index.less +58 -0
- package/es/swipe/style/index.js +2 -0
- package/es/swipe/style/less.js +2 -0
- package/es/swipe-cell/index.css +1 -1
- package/es/swipe-cell/index.js +220 -0
- package/es/swipe-cell/index.less +29 -0
- package/es/swipe-cell/style/index.js +2 -0
- package/es/swipe-cell/style/less.js +2 -0
- package/es/swipe-item/index.css +1 -1
- package/es/swipe-item/index.js +78 -0
- package/es/swipe-item/index.less +8 -0
- package/es/swipe-item/style/index.js +2 -0
- package/es/swipe-item/style/less.js +2 -0
- package/es/switch/index.css +1 -1
- package/es/switch/index.js +74 -0
- package/es/switch/index.less +59 -0
- package/es/switch/shared.js +19 -0
- package/es/switch/style/index.js +3 -0
- package/es/switch/style/less.js +3 -0
- package/es/switch-cell/index.css +1 -0
- package/es/switch-cell/index.js +46 -0
- package/es/switch-cell/index.less +15 -0
- package/es/switch-cell/style/index.js +7 -0
- package/es/switch-cell/style/less.js +7 -0
- package/es/tab/index.css +1 -1
- package/es/tab/index.js +102 -0
- package/es/tab/index.less +17 -0
- package/es/tab/style/index.js +2 -0
- package/es/tab/style/less.js +2 -0
- package/es/tabbar/index.css +1 -1
- package/es/tabbar/index.js +121 -0
- package/es/tabbar/index.less +22 -0
- package/es/tabbar/style/index.js +2 -0
- package/es/tabbar/style/less.js +2 -0
- package/es/tabbar-item/index.css +1 -1
- package/es/tabbar-item/index.js +119 -0
- package/es/tabbar-item/index.less +37 -0
- package/es/tabbar-item/style/index.js +4 -0
- package/es/tabbar-item/style/less.js +4 -0
- package/es/tabs/Content.js +78 -0
- package/es/tabs/Title.js +92 -0
- package/es/tabs/index.css +1 -1
- package/es/tabs/index.js +432 -0
- package/es/tabs/index.less +153 -0
- package/es/tabs/style/index.js +4 -0
- package/es/tabs/style/less.js +4 -0
- package/es/tabs/utils.js +41 -0
- package/es/tag/index.css +1 -1
- package/es/tag/index.js +79 -0
- package/es/tag/index.less +99 -0
- package/es/tag/style/index.js +4 -0
- package/es/tag/style/less.js +4 -0
- package/es/toast/Toast.js +155 -0
- package/es/toast/index.css +1 -1
- package/es/toast/index.js +189 -0
- package/es/toast/index.less +75 -0
- package/es/toast/lock-click.js +16 -0
- package/es/toast/style/index.js +7 -0
- package/es/toast/style/less.js +7 -0
- package/es/tree-select/index.css +1 -1
- package/es/tree-select/index.js +148 -0
- package/es/tree-select/index.less +51 -0
- package/es/tree-select/style/index.js +6 -0
- package/es/tree-select/style/less.js +6 -0
- package/es/uploader/index.css +1 -1
- package/es/uploader/index.js +482 -0
- package/es/uploader/index.less +163 -0
- package/es/uploader/style/index.js +11 -0
- package/es/uploader/style/less.js +11 -0
- package/es/uploader/utils.js +66 -0
- package/es/utils/constant.js +10 -0
- package/es/utils/create/bem.js +39 -0
- package/es/utils/create/component.js +57 -0
- package/es/utils/create/i18n.js +16 -0
- package/es/utils/create/index.js +7 -0
- package/es/utils/deep-assign.js +24 -0
- package/es/utils/deep-clone.js +22 -0
- package/es/utils/dom/event.js +48 -0
- package/es/utils/dom/node.js +7 -0
- package/es/utils/dom/raf.js +36 -0
- package/es/utils/dom/reset-scroll.js +14 -0
- package/es/utils/dom/scroll.js +69 -0
- package/es/utils/dom/style.js +9 -0
- package/es/utils/format/number.js +52 -0
- package/es/utils/format/string.js +19 -0
- package/es/utils/format/unit.js +59 -0
- package/es/utils/functional.js +56 -0
- package/es/utils/index.js +71 -0
- package/es/utils/interceptor.js +22 -0
- package/es/utils/router.js +36 -0
- package/es/utils/validate/date.js +4 -0
- package/es/utils/validate/email.js +5 -0
- package/es/utils/validate/mobile.js +4 -0
- package/es/utils/validate/number.js +11 -0
- package/es/utils/validate/system.js +9 -0
- package/es/utils/vnodes.js +36 -0
- package/lib/action-sheet/index.css +1 -1
- package/lib/action-sheet/index.js +196 -37
- package/lib/action-sheet/index.less +113 -0
- package/lib/action-sheet/style/index.js +7 -7
- package/lib/action-sheet/style/less.js +7 -0
- package/lib/address-edit/Detail.js +130 -0
- package/lib/address-edit/index.css +1 -1
- package/lib/address-edit/index.js +511 -36
- package/lib/address-edit/index.less +45 -0
- package/lib/address-edit/style/index.js +16 -19
- package/lib/address-edit/style/less.js +16 -0
- package/lib/address-list/Item.js +124 -0
- package/lib/address-list/index.css +1 -1
- package/lib/address-list/index.js +106 -37
- package/lib/address-list/index.less +97 -0
- package/lib/address-list/style/index.js +10 -12
- package/lib/address-list/style/less.js +10 -0
- package/lib/area/index.js +329 -37
- package/lib/area/style/index.js +3 -10
- package/lib/area/style/less.js +3 -0
- package/lib/badge/index.css +1 -1
- package/lib/badge/index.js +74 -37
- package/lib/badge/index.less +38 -0
- package/lib/badge/style/index.js +2 -2
- package/lib/badge/style/less.js +2 -0
- package/lib/button/index.css +1 -1
- package/lib/button/index.js +196 -37
- package/lib/button/index.less +190 -0
- package/lib/button/style/index.js +5 -5
- package/lib/button/style/less.js +5 -0
- package/lib/calendar/components/Header.js +63 -0
- package/lib/calendar/components/Month.js +343 -0
- package/lib/calendar/index.css +1 -1
- package/lib/calendar/index.js +569 -37
- package/lib/calendar/index.less +188 -0
- package/lib/calendar/style/index.js +9 -16
- package/lib/calendar/style/less.js +9 -0
- package/lib/calendar/utils.js +73 -83
- package/lib/card/index.css +1 -1
- package/lib/card/index.js +170 -37
- package/lib/card/index.less +109 -0
- package/lib/card/style/index.js +6 -6
- package/lib/card/style/less.js +6 -0
- package/lib/cascader/index.css +1 -1
- package/lib/cascader/index.js +294 -37
- package/lib/cascader/index.less +82 -0
- package/lib/cascader/style/index.js +7 -9
- package/lib/cascader/style/less.js +7 -0
- package/lib/cell/index.css +1 -1
- package/lib/cell/index.js +136 -38
- package/lib/cell/index.less +103 -0
- package/lib/cell/shared.js +29 -0
- package/lib/cell/style/index.js +4 -4
- package/lib/cell/style/less.js +4 -0
- package/lib/cell-group/index.css +1 -1
- package/lib/cell-group/index.js +52 -37
- package/lib/cell-group/index.less +22 -0
- package/lib/cell-group/style/index.js +2 -2
- package/lib/cell-group/style/less.js +2 -0
- package/lib/checkbox/index.css +1 -1
- package/lib/checkbox/index.js +86 -37
- package/lib/checkbox/index.less +86 -0
- package/lib/checkbox/style/index.js +4 -5
- package/lib/checkbox/style/less.js +4 -0
- package/lib/checkbox-group/index.css +1 -1
- package/lib/checkbox-group/index.js +71 -37
- package/lib/checkbox-group/index.less +8 -0
- package/lib/checkbox-group/style/index.js +2 -2
- package/lib/checkbox-group/style/less.js +2 -0
- package/lib/circle/index.css +1 -1
- package/lib/circle/index.js +181 -37
- package/lib/circle/index.less +41 -0
- package/lib/circle/style/index.js +2 -2
- package/lib/circle/style/less.js +2 -0
- package/lib/col/index.css +1 -1
- package/lib/col/index.js +61 -37
- package/lib/col/index.less +20 -0
- package/lib/col/style/index.js +2 -3
- package/lib/col/style/less.js +2 -0
- package/lib/collapse/index.js +46 -37
- package/lib/collapse/style/index.js +1 -1
- package/lib/collapse/style/less.js +1 -0
- package/lib/collapse-item/index.css +1 -1
- package/lib/collapse-item/index.js +215 -37
- package/lib/collapse-item/index.less +69 -0
- package/lib/collapse-item/style/index.js +5 -5
- package/lib/collapse-item/style/less.js +5 -0
- package/lib/contact-card/index.css +1 -1
- package/lib/contact-card/index.js +70 -37
- package/lib/contact-card/index.less +42 -0
- package/lib/contact-card/style/index.js +5 -5
- package/lib/contact-card/style/less.js +5 -0
- package/lib/contact-edit/index.css +1 -1
- package/lib/contact-edit/index.js +207 -36
- package/lib/contact-edit/index.less +30 -0
- package/lib/contact-edit/style/index.js +14 -9
- package/lib/contact-edit/style/less.js +14 -0
- package/lib/contact-list/index.css +1 -1
- package/lib/contact-list/index.js +137 -38
- package/lib/contact-list/index.less +54 -0
- package/lib/contact-list/style/index.js +10 -11
- package/lib/contact-list/style/less.js +10 -0
- package/lib/count-down/index.css +1 -1
- package/lib/count-down/index.js +162 -37
- package/lib/count-down/index.less +7 -0
- package/lib/count-down/style/index.js +2 -2
- package/lib/count-down/style/less.js +2 -0
- package/lib/count-down/utils.js +65 -45
- package/lib/coupon/index.css +1 -1
- package/lib/coupon/index.js +121 -35
- package/lib/coupon/index.less +104 -0
- package/lib/coupon/shared.js +1 -0
- package/lib/coupon/style/index.js +5 -6
- package/lib/coupon/style/less.js +5 -0
- package/lib/coupon-cell/index.css +1 -1
- package/lib/coupon-cell/index.js +89 -36
- package/lib/coupon-cell/index.less +7 -0
- package/lib/coupon-cell/style/index.js +6 -5
- package/lib/coupon-cell/style/less.js +6 -0
- package/lib/coupon-list/index.css +1 -1
- package/lib/coupon-list/index.js +278 -37
- package/lib/coupon-list/index.less +89 -0
- package/lib/coupon-list/style/index.js +13 -17
- package/lib/coupon-list/style/less.js +13 -0
- package/lib/datetime-picker/DatePicker.js +330 -0
- package/lib/datetime-picker/TimePicker.js +148 -0
- package/lib/datetime-picker/index.js +41 -0
- package/lib/datetime-picker/shared.js +151 -0
- package/lib/datetime-picker/style/index.js +3 -0
- package/lib/datetime-picker/style/less.js +3 -0
- package/lib/datetime-picker/utils.js +43 -0
- package/lib/dialog/Dialog.js +274 -218
- package/lib/dialog/index.css +1 -1
- package/lib/dialog/index.js +113 -42
- package/lib/dialog/index.less +120 -0
- package/lib/dialog/style/index.js +10 -10
- package/lib/dialog/style/less.js +10 -0
- package/lib/divider/index.css +1 -1
- package/lib/divider/index.js +48 -37
- package/lib/divider/index.less +64 -0
- package/lib/divider/style/index.js +2 -2
- package/lib/divider/style/less.js +2 -0
- package/lib/dropdown-item/index.css +1 -1
- package/lib/dropdown-item/index.js +223 -37
- package/lib/dropdown-item/index.less +39 -0
- package/lib/dropdown-item/style/index.js +7 -8
- package/lib/dropdown-item/style/less.js +7 -0
- package/lib/dropdown-menu/index.css +1 -1
- package/lib/dropdown-menu/index.js +140 -37
- package/lib/dropdown-menu/index.less +77 -0
- package/lib/dropdown-menu/style/index.js +2 -2
- package/lib/dropdown-menu/style/less.js +2 -0
- package/lib/empty/Network.js +179 -0
- package/lib/empty/index.css +1 -1
- package/lib/empty/index.js +90 -37
- package/lib/empty/index.less +32 -0
- package/lib/empty/style/index.js +2 -2
- package/lib/empty/style/less.js +2 -0
- package/lib/field/index.css +1 -1
- package/lib/field/index.js +650 -37
- package/lib/field/index.less +172 -0
- package/lib/field/style/index.js +5 -5
- package/lib/field/style/less.js +5 -0
- package/lib/form/index.js +206 -37
- package/lib/form/style/index.js +1 -1
- package/lib/form/style/less.js +1 -0
- package/lib/goods-action/index.css +1 -0
- package/lib/goods-action/index.js +32 -0
- package/lib/goods-action/index.less +19 -0
- package/lib/goods-action/style/index.js +2 -0
- package/lib/goods-action/style/less.js +2 -0
- package/lib/goods-action-button/index.css +1 -0
- package/lib/goods-action-button/index.js +70 -0
- package/lib/goods-action-button/index.less +34 -0
- package/lib/goods-action-button/style/index.js +6 -0
- package/lib/goods-action-button/style/less.js +6 -0
- package/lib/goods-action-icon/index.css +1 -0
- package/lib/goods-action-icon/index.js +90 -0
- package/lib/goods-action-icon/index.less +27 -0
- package/lib/goods-action-icon/style/index.js +4 -0
- package/lib/goods-action-icon/style/less.js +4 -0
- package/lib/grid/index.css +1 -1
- package/lib/grid/index.js +57 -37
- package/lib/grid/index.less +6 -0
- package/lib/grid/style/index.js +2 -2
- package/lib/grid/style/less.js +2 -0
- package/lib/grid-item/index.css +1 -1
- package/lib/grid-item/index.js +176 -37
- package/lib/grid-item/index.less +79 -0
- package/lib/grid-item/style/index.js +4 -5
- package/lib/grid-item/style/less.js +4 -0
- package/lib/icon/index.css +1 -1
- package/lib/icon/index.js +84 -36
- package/lib/icon/index.less +11 -0
- package/lib/icon/local.css +1 -0
- package/lib/icon/local.less +1 -0
- package/lib/icon/style/index.js +3 -3
- package/lib/icon/style/less.js +3 -0
- package/lib/image/index.css +1 -1
- package/lib/image/index.js +197 -37
- package/lib/image/index.less +47 -0
- package/lib/image/style/index.js +4 -4
- package/lib/image/style/less.js +4 -0
- package/lib/image-preview/ImagePreview.js +237 -212
- package/lib/image-preview/ImagePreviewItem.js +230 -326
- package/lib/image-preview/index.css +1 -1
- package/lib/image-preview/index.js +95 -38
- package/lib/image-preview/index.less +103 -0
- package/lib/image-preview/shared.js +13 -0
- package/lib/image-preview/style/index.js +10 -10
- package/lib/image-preview/style/less.js +10 -0
- package/lib/index-anchor/index.css +1 -1
- package/lib/index-anchor/index.js +91 -37
- package/lib/index-anchor/index.less +21 -0
- package/lib/index-anchor/style/index.js +2 -3
- package/lib/index-anchor/style/less.js +2 -0
- package/lib/index-bar/index.css +1 -1
- package/lib/index-bar/index.js +233 -37
- package/lib/index-bar/index.less +27 -0
- package/lib/index-bar/style/index.js +2 -2
- package/lib/index-bar/style/less.js +2 -0
- package/lib/index.css +1 -1
- package/lib/index.js +380 -339
- package/lib/index.less +84 -0
- package/lib/info/index.css +1 -0
- package/lib/info/index.js +42 -0
- package/lib/info/index.less +29 -0
- package/lib/info/style/index.js +2 -0
- package/lib/info/style/less.js +2 -0
- package/lib/lazyload/index.js +11 -25
- package/lib/lazyload/style/index.js +1 -1
- package/lib/lazyload/style/less.js +1 -0
- package/lib/list/index.css +1 -1
- package/lib/list/index.js +189 -37
- package/lib/list/index.less +17 -0
- package/lib/list/style/index.js +3 -3
- package/lib/list/style/less.js +3 -0
- package/lib/loading/index.css +1 -1
- package/lib/loading/index.js +96 -37
- package/lib/loading/index.less +103 -0
- package/lib/loading/style/index.js +2 -2
- package/lib/loading/style/less.js +2 -0
- package/lib/locale/index.js +33 -50
- package/lib/locale/lang/de-DE-formal.js +74 -63
- package/lib/locale/lang/de-DE.js +74 -63
- package/lib/locale/lang/en-US.js +74 -63
- package/lib/locale/lang/es-ES.js +74 -63
- package/lib/locale/lang/fr-FR.js +74 -63
- package/lib/locale/lang/ja-JP.js +75 -63
- package/lib/locale/lang/nb-NO.js +74 -63
- package/lib/locale/lang/ro-RO.js +74 -63
- package/lib/locale/lang/th-TH.js +75 -63
- package/lib/locale/lang/tr-TR.js +74 -63
- package/lib/locale/lang/vi-VN.js +75 -71
- package/lib/locale/lang/zh-CN.js +75 -63
- package/lib/locale/lang/zh-HK.js +75 -63
- package/lib/locale/lang/zh-TW.js +75 -63
- package/lib/locale/style/index.js +1 -1
- package/lib/locale/style/less.js +1 -0
- package/lib/mixins/bind-event.js +36 -0
- package/lib/mixins/checkbox.js +152 -0
- package/lib/mixins/click-outside.js +41 -0
- package/lib/mixins/close-on-popstate.js +46 -0
- package/lib/mixins/field.js +29 -0
- package/lib/mixins/popup/context.js +23 -0
- package/lib/mixins/popup/index.js +236 -0
- package/lib/mixins/popup/overlay.js +97 -0
- package/lib/mixins/popup/type.js +1 -0
- package/lib/mixins/portal.js +53 -0
- package/lib/mixins/relation.js +84 -0
- package/lib/mixins/slots.js +29 -0
- package/lib/mixins/touch.js +69 -0
- package/lib/nav-bar/index.css +1 -1
- package/lib/nav-bar/index.js +141 -37
- package/lib/nav-bar/index.less +74 -0
- package/lib/nav-bar/style/index.js +4 -4
- package/lib/nav-bar/style/less.js +4 -0
- package/lib/notice-bar/index.css +1 -1
- package/lib/notice-bar/index.js +233 -37
- package/lib/notice-bar/index.less +60 -0
- package/lib/notice-bar/style/index.js +4 -4
- package/lib/notice-bar/style/less.js +4 -0
- package/lib/notify/Notify.js +56 -57
- package/lib/notify/index.css +1 -1
- package/lib/notify/index.js +102 -42
- package/lib/notify/index.less +33 -0
- package/lib/notify/style/index.js +6 -6
- package/lib/notify/style/less.js +6 -0
- package/lib/number-keyboard/CollapseIcon.js +21 -0
- package/lib/number-keyboard/DeleteIcon.js +21 -0
- package/lib/number-keyboard/Key.js +113 -0
- package/lib/number-keyboard/index.css +1 -1
- package/lib/number-keyboard/index.js +283 -37
- package/lib/number-keyboard/index.less +142 -0
- package/lib/number-keyboard/style/index.js +3 -3
- package/lib/number-keyboard/style/less.js +3 -0
- package/lib/overlay/index.css +1 -1
- package/lib/overlay/index.js +65 -37
- package/lib/overlay/index.less +11 -0
- package/lib/overlay/style/index.js +2 -2
- package/lib/overlay/style/less.js +2 -0
- package/lib/pagination/index.css +1 -1
- package/lib/pagination/index.js +174 -37
- package/lib/pagination/index.less +77 -0
- package/lib/pagination/style/index.js +2 -2
- package/lib/pagination/style/less.js +2 -0
- package/lib/panel/index.css +1 -0
- package/lib/panel/index.js +61 -0
- package/lib/panel/index.less +13 -0
- package/lib/panel/style/index.js +6 -0
- package/lib/panel/style/less.js +6 -0
- package/lib/password-input/index.css +1 -1
- package/lib/password-input/index.js +95 -37
- package/lib/password-input/index.less +83 -0
- package/lib/password-input/style/index.js +2 -2
- package/lib/password-input/style/less.js +2 -0
- package/lib/picker/PickerColumn.js +338 -195
- package/lib/picker/index.css +1 -1
- package/lib/picker/index.js +397 -37
- package/lib/picker/index.less +117 -0
- package/lib/picker/shared.js +28 -0
- package/lib/picker/style/index.js +3 -10
- package/lib/picker/style/less.js +3 -0
- package/lib/popover/index.css +1 -1
- package/lib/popover/index.js +236 -37
- package/lib/popover/index.less +270 -0
- package/lib/popover/style/index.js +6 -6
- package/lib/popover/style/less.js +6 -0
- package/lib/popup/index.css +1 -1
- package/lib/popup/index.js +120 -37
- package/lib/popup/index.less +137 -0
- package/lib/popup/style/index.js +5 -5
- package/lib/popup/style/less.js +5 -0
- package/lib/progress/index.css +1 -1
- package/lib/progress/index.js +95 -37
- package/lib/progress/index.less +32 -0
- package/lib/progress/style/index.js +2 -2
- package/lib/progress/style/less.js +2 -0
- package/lib/pull-refresh/index.css +1 -1
- package/lib/pull-refresh/index.js +226 -37
- package/lib/pull-refresh/index.less +25 -0
- package/lib/pull-refresh/style/index.js +3 -3
- package/lib/pull-refresh/style/less.js +3 -0
- package/lib/radio/index.css +1 -1
- package/lib/radio/index.js +38 -37
- package/lib/radio/index.less +86 -0
- package/lib/radio/style/index.js +4 -6
- package/lib/radio/style/less.js +4 -0
- package/lib/radio-group/index.css +1 -1
- package/lib/radio-group/index.js +39 -37
- package/lib/radio-group/index.less +8 -0
- package/lib/radio-group/style/index.js +2 -2
- package/lib/radio-group/style/less.js +2 -0
- package/lib/rate/index.css +1 -1
- package/lib/rate/index.js +238 -37
- package/lib/rate/index.less +47 -0
- package/lib/rate/style/index.js +4 -4
- package/lib/rate/style/less.js +4 -0
- package/lib/row/index.css +1 -1
- package/lib/row/index.js +91 -37
- package/lib/row/index.less +42 -0
- package/lib/row/style/index.js +2 -2
- package/lib/row/style/less.js +2 -0
- package/lib/search/index.css +1 -1
- package/lib/search/index.js +126 -37
- package/lib/search/index.less +64 -0
- package/lib/search/style/index.js +6 -6
- package/lib/search/style/less.js +6 -0
- package/lib/share-sheet/index.css +1 -1
- package/lib/share-sheet/index.js +181 -37
- package/lib/share-sheet/index.less +96 -0
- package/lib/share-sheet/style/index.js +6 -6
- package/lib/share-sheet/style/less.js +6 -0
- package/lib/sidebar/index.css +1 -1
- package/lib/sidebar/index.js +49 -37
- package/lib/sidebar/index.less +7 -0
- package/lib/sidebar/style/index.js +2 -2
- package/lib/sidebar/style/less.js +2 -0
- package/lib/sidebar-item/index.css +1 -1
- package/lib/sidebar-item/index.js +76 -37
- package/lib/sidebar-item/index.less +60 -0
- package/lib/sidebar-item/style/index.js +3 -4
- package/lib/sidebar-item/style/less.js +3 -0
- package/lib/skeleton/index.css +1 -1
- package/lib/skeleton/index.js +117 -37
- package/lib/skeleton/index.less +65 -0
- package/lib/skeleton/style/index.js +2 -5
- package/lib/skeleton/style/less.js +2 -0
- package/lib/sku/Sku.js +826 -0
- package/lib/sku/components/SkuActions.js +62 -0
- package/lib/sku/components/SkuDateTimeField.js +129 -0
- package/lib/sku/components/SkuHeader.js +93 -0
- package/lib/sku/components/SkuHeaderItem.js +27 -0
- package/lib/sku/components/SkuImgUploader.js +106 -0
- package/lib/sku/components/SkuMessages.js +235 -0
- package/lib/sku/components/SkuRow.js +128 -0
- package/lib/sku/components/SkuRowItem.js +117 -0
- package/lib/sku/components/SkuRowPropItem.js +63 -0
- package/lib/sku/components/SkuStepper.js +193 -0
- package/lib/sku/constants.js +16 -0
- package/lib/sku/index.css +1 -0
- package/lib/sku/index.js +49 -0
- package/lib/sku/index.less +399 -0
- package/lib/sku/lang.js +92 -0
- package/lib/sku/style/index.js +18 -0
- package/lib/sku/style/less.js +18 -0
- package/lib/sku/utils/sku-helper.js +179 -0
- package/lib/sku/utils/time-helper.js +42 -0
- package/lib/slider/index.css +1 -1
- package/lib/slider/index.js +323 -36
- package/lib/slider/index.less +94 -0
- package/lib/slider/style/index.js +2 -2
- package/lib/slider/style/less.js +2 -0
- package/lib/step/index.css +1 -1
- package/lib/step/index.js +155 -35
- package/lib/step/index.less +139 -0
- package/lib/step/style/index.js +4 -5
- package/lib/step/style/less.js +4 -0
- package/lib/stepper/index.css +1 -1
- package/lib/stepper/index.js +361 -37
- package/lib/stepper/index.less +130 -0
- package/lib/stepper/style/index.js +2 -2
- package/lib/stepper/style/less.js +2 -0
- package/lib/steps/index.css +1 -1
- package/lib/steps/index.js +44 -37
- package/lib/steps/index.less +21 -0
- package/lib/steps/style/index.js +2 -2
- package/lib/steps/style/less.js +2 -0
- package/lib/sticky/index.css +1 -1
- package/lib/sticky/index.js +160 -37
- package/lib/sticky/index.less +11 -0
- package/lib/sticky/style/index.js +2 -2
- package/lib/sticky/style/less.js +2 -0
- package/lib/style/animation.css +1 -1
- package/lib/style/animation.less +139 -0
- package/lib/style/base.css +1 -1
- package/lib/style/base.less +10 -0
- package/lib/style/clearfix.css +1 -0
- package/lib/style/clearfix.less +5 -0
- package/lib/style/ellipsis.css +1 -0
- package/lib/style/ellipsis.less +13 -0
- package/lib/style/hairline.css +1 -0
- package/lib/style/hairline.less +47 -0
- package/lib/style/mixins/clearfix.less +7 -0
- package/lib/style/mixins/ellipsis.less +15 -0
- package/lib/style/mixins/hairline.less +39 -0
- package/lib/style/normalize.css +1 -1
- package/lib/style/normalize.less +38 -0
- package/lib/style/reset.css +1 -0
- package/lib/style/reset.less +171 -0
- package/lib/style/var.less +901 -0
- package/lib/submit-bar/index.css +1 -1
- package/lib/submit-bar/index.js +117 -37
- package/lib/submit-bar/index.less +82 -0
- package/lib/submit-bar/style/index.js +6 -6
- package/lib/submit-bar/style/less.js +6 -0
- package/lib/swipe/index.css +1 -1
- package/lib/swipe/index.js +444 -37
- package/lib/swipe/index.less +58 -0
- package/lib/swipe/style/index.js +2 -2
- package/lib/swipe/style/less.js +2 -0
- package/lib/swipe-cell/index.css +1 -1
- package/lib/swipe-cell/index.js +230 -37
- package/lib/swipe-cell/index.less +29 -0
- package/lib/swipe-cell/style/index.js +2 -2
- package/lib/swipe-cell/style/less.js +2 -0
- package/lib/swipe-item/index.css +1 -1
- package/lib/swipe-item/index.js +87 -35
- package/lib/swipe-item/index.less +8 -0
- package/lib/swipe-item/style/index.js +2 -3
- package/lib/swipe-item/style/less.js +2 -0
- package/lib/switch/index.css +1 -1
- package/lib/switch/index.js +84 -37
- package/lib/switch/index.less +59 -0
- package/lib/switch/shared.js +25 -0
- package/lib/switch/style/index.js +3 -3
- package/lib/switch/style/less.js +3 -0
- package/lib/switch-cell/index.css +1 -0
- package/lib/switch-cell/index.js +62 -0
- package/lib/switch-cell/index.less +15 -0
- package/lib/switch-cell/style/index.js +7 -0
- package/lib/switch-cell/style/less.js +7 -0
- package/lib/tab/index.css +1 -1
- package/lib/tab/index.js +112 -37
- package/lib/tab/index.less +17 -0
- package/lib/tab/style/index.js +2 -7
- package/lib/tab/style/less.js +2 -0
- package/lib/tabbar/index.css +1 -1
- package/lib/tabbar/index.js +129 -37
- package/lib/tabbar/index.less +22 -0
- package/lib/tabbar/style/index.js +2 -2
- package/lib/tabbar/style/less.js +2 -0
- package/lib/tabbar-item/index.css +1 -1
- package/lib/tabbar-item/index.js +131 -37
- package/lib/tabbar-item/index.less +37 -0
- package/lib/tabbar-item/style/index.js +4 -5
- package/lib/tabbar-item/style/less.js +4 -0
- package/lib/tabs/Content.js +90 -0
- package/lib/tabs/Title.js +102 -0
- package/lib/tabs/index.css +1 -1
- package/lib/tabs/index.js +452 -37
- package/lib/tabs/index.less +153 -0
- package/lib/tabs/style/index.js +4 -4
- package/lib/tabs/style/less.js +4 -0
- package/lib/tabs/utils.js +32 -50
- package/lib/tag/index.css +1 -1
- package/lib/tag/index.js +90 -37
- package/lib/tag/index.less +99 -0
- package/lib/tag/style/index.js +4 -4
- package/lib/tag/style/less.js +4 -0
- package/lib/toast/Toast.js +158 -136
- package/lib/toast/index.css +1 -1
- package/lib/toast/index.js +197 -45
- package/lib/toast/index.less +75 -0
- package/lib/toast/lock-click.js +12 -27
- package/lib/toast/style/index.js +7 -7
- package/lib/toast/style/less.js +7 -0
- package/lib/tree-select/index.css +1 -1
- package/lib/tree-select/index.js +161 -37
- package/lib/tree-select/index.less +51 -0
- package/lib/tree-select/style/index.js +6 -6
- package/lib/tree-select/style/less.js +6 -0
- package/lib/uploader/index.css +1 -1
- package/lib/uploader/index.js +496 -37
- package/lib/uploader/index.less +163 -0
- package/lib/uploader/style/index.js +11 -11
- package/lib/uploader/style/less.js +11 -0
- package/lib/uploader/utils.js +54 -61
- package/lib/utils/constant.js +22 -45
- package/lib/utils/create/bem.js +44 -0
- package/lib/utils/create/component.js +70 -0
- package/lib/utils/create/i18n.js +27 -0
- package/lib/utils/create/index.js +15 -0
- package/lib/utils/deep-assign.js +19 -30
- package/lib/utils/deep-clone.js +18 -29
- package/lib/utils/dom/event.js +62 -0
- package/lib/utils/dom/node.js +12 -0
- package/lib/utils/dom/raf.js +47 -0
- package/lib/utils/dom/reset-scroll.js +21 -0
- package/lib/utils/dom/scroll.js +89 -0
- package/lib/utils/dom/style.js +14 -0
- package/lib/utils/format/number.js +60 -0
- package/lib/utils/format/string.js +26 -0
- package/lib/utils/format/unit.js +68 -0
- package/lib/utils/functional.js +68 -0
- package/lib/utils/index.js +99 -24
- package/lib/utils/interceptor.js +18 -38
- package/lib/utils/router.js +46 -0
- package/lib/utils/types.js +1 -0
- package/lib/utils/validate/date.js +10 -0
- package/lib/utils/validate/email.js +10 -0
- package/lib/utils/validate/mobile.js +9 -0
- package/lib/utils/validate/number.js +18 -0
- package/lib/utils/validate/system.js +17 -0
- package/lib/utils/vnodes.js +41 -0
- package/lib/vant.js +22379 -17687
- package/lib/vant.min.js +7 -6
- package/package.json +70 -50
- package/types/address-edit.d.ts +5 -0
- package/types/area.d.ts +5 -0
- package/types/calendar.d.ts +7 -0
- package/types/checkbox-group.d.ts +10 -0
- package/types/checkbox.d.ts +5 -0
- package/types/collapse-item.d.ts +5 -0
- package/types/component.d.ts +7 -0
- package/types/count-down.d.ts +9 -0
- package/types/datetime-picker.d.ts +6 -0
- package/types/dialog.d.ts +48 -0
- package/types/dropdown-item.d.ts +5 -0
- package/types/field.d.ts +7 -0
- package/types/form.d.ts +11 -0
- package/types/image-preview.d.ts +45 -0
- package/types/index-bar.d.ts +5 -0
- package/types/index.d.ts +124 -0
- package/types/jsx.d.ts +11 -0
- package/types/lazyload.d.ts +7 -0
- package/types/list.d.ts +5 -0
- package/types/locale.d.ts +7 -0
- package/types/mixins/popup.d.ts +4 -0
- package/types/notify.d.ts +43 -0
- package/types/picker.d.ts +25 -0
- package/types/progress.d.ts +5 -0
- package/types/sku.d.ts +73 -0
- package/types/swipe-cell.d.ts +7 -0
- package/types/swipe.d.ts +15 -0
- package/types/tabs.d.ts +7 -0
- package/types/toast.d.ts +59 -0
- package/types/uploader.d.ts +7 -0
- package/vetur/attributes.json +3446 -0
- package/vetur/tags.json +1213 -0
- package/vetur/web-types.json +9899 -0
- package/es/action-bar/ActionBar.d.ts +0 -27
- package/es/action-bar/ActionBar.mjs +0 -44
- package/es/action-bar/index.css +0 -1
- package/es/action-bar/index.d.ts +0 -25
- package/es/action-bar/index.mjs +0 -10
- package/es/action-bar/style/index.d.ts +0 -1
- package/es/action-bar/style/index.mjs +0 -2
- package/es/action-bar/types.d.ts +0 -4
- package/es/action-bar-button/ActionBarButton.d.ts +0 -43
- package/es/action-bar-button/ActionBarButton.mjs +0 -73
- package/es/action-bar-button/index.css +0 -1
- package/es/action-bar-button/index.d.ts +0 -36
- package/es/action-bar-button/index.mjs +0 -10
- package/es/action-bar-button/style/index.d.ts +0 -1
- package/es/action-bar-button/style/index.mjs +0 -7
- package/es/action-bar-button/types.d.ts +0 -5
- package/es/action-bar-icon/ActionBarIcon.d.ts +0 -48
- package/es/action-bar-icon/ActionBarIcon.mjs +0 -68
- package/es/action-bar-icon/index.css +0 -1
- package/es/action-bar-icon/index.d.ts +0 -39
- package/es/action-bar-icon/index.mjs +0 -10
- package/es/action-bar-icon/style/index.d.ts +0 -1
- package/es/action-bar-icon/style/index.mjs +0 -5
- package/es/action-bar-icon/types.d.ts +0 -10
- package/es/action-sheet/ActionSheet.d.ts +0 -195
- package/es/action-sheet/ActionSheet.mjs +0 -139
- package/es/action-sheet/index.d.ts +0 -136
- package/es/action-sheet/index.mjs +0 -10
- package/es/action-sheet/style/index.d.ts +0 -1
- package/es/action-sheet/style/index.mjs +0 -7
- package/es/action-sheet/types.d.ts +0 -23
- package/es/address-edit/AddressEdit.d.ts +0 -158
- package/es/address-edit/AddressEdit.mjs +0 -295
- package/es/address-edit/AddressEditDetail.d.ts +0 -32
- package/es/address-edit/AddressEditDetail.mjs +0 -75
- package/es/address-edit/index.d.ts +0 -119
- package/es/address-edit/index.mjs +0 -10
- package/es/address-edit/style/index.d.ts +0 -1
- package/es/address-edit/style/index.mjs +0 -19
- package/es/address-edit/types.d.ts +0 -28
- package/es/address-list/AddressList.d.ts +0 -95
- package/es/address-list/AddressList.mjs +0 -103
- package/es/address-list/AddressListItem.d.ts +0 -46
- package/es/address-list/AddressListItem.mjs +0 -108
- package/es/address-list/index.d.ts +0 -75
- package/es/address-list/index.mjs +0 -10
- package/es/address-list/style/index.d.ts +0 -1
- package/es/address-list/style/index.mjs +0 -12
- package/es/address-list/types.d.ts +0 -15
- package/es/address-list/types.mjs +0 -0
- package/es/area/Area.d.ts +0 -134
- package/es/area/Area.mjs +0 -76
- package/es/area/index.d.ts +0 -100
- package/es/area/index.mjs +0 -10
- package/es/area/style/index.d.ts +0 -1
- package/es/area/style/index.mjs +0 -10
- package/es/area/types.d.ts +0 -9
- package/es/area/types.mjs +0 -0
- package/es/area/utils.d.ts +0 -6
- package/es/area/utils.mjs +0 -92
- package/es/back-top/BackTop.d.ts +0 -53
- package/es/back-top/BackTop.mjs +0 -118
- package/es/back-top/index.css +0 -1
- package/es/back-top/index.d.ts +0 -44
- package/es/back-top/index.mjs +0 -10
- package/es/back-top/style/index.d.ts +0 -1
- package/es/back-top/style/index.mjs +0 -4
- package/es/back-top/types.d.ts +0 -9
- package/es/back-top/types.mjs +0 -0
- package/es/badge/Badge.d.ts +0 -66
- package/es/badge/Badge.mjs +0 -104
- package/es/badge/index.d.ts +0 -51
- package/es/badge/index.mjs +0 -10
- package/es/badge/style/index.d.ts +0 -1
- package/es/badge/style/index.mjs +0 -2
- package/es/badge/types.d.ts +0 -12
- package/es/badge/types.mjs +0 -0
- package/es/barrage/Barrage.d.ts +0 -93
- package/es/barrage/Barrage.mjs +0 -133
- package/es/barrage/index.css +0 -1
- package/es/barrage/index.d.ts +0 -69
- package/es/barrage/index.mjs +0 -10
- package/es/barrage/style/index.d.ts +0 -1
- package/es/barrage/style/index.mjs +0 -2
- package/es/barrage/types.d.ts +0 -13
- package/es/barrage/types.mjs +0 -0
- package/es/button/Button.d.ts +0 -140
- package/es/button/Button.mjs +0 -148
- package/es/button/index.d.ts +0 -104
- package/es/button/index.mjs +0 -10
- package/es/button/style/index.d.ts +0 -1
- package/es/button/style/index.mjs +0 -5
- package/es/button/types.d.ts +0 -41
- package/es/button/types.mjs +0 -0
- package/es/calendar/Calendar.d.ts +0 -299
- package/es/calendar/Calendar.mjs +0 -449
- package/es/calendar/CalendarDay.d.ts +0 -33
- package/es/calendar/CalendarDay.mjs +0 -132
- package/es/calendar/CalendarHeader.d.ts +0 -36
- package/es/calendar/CalendarHeader.mjs +0 -113
- package/es/calendar/CalendarMonth.d.ts +0 -69
- package/es/calendar/CalendarMonth.mjs +0 -213
- package/es/calendar/index.d.ts +0 -215
- package/es/calendar/index.mjs +0 -10
- package/es/calendar/style/index.d.ts +0 -1
- package/es/calendar/style/index.mjs +0 -16
- package/es/calendar/types.d.ts +0 -60
- package/es/calendar/types.mjs +0 -0
- package/es/calendar/utils.d.ts +0 -18
- package/es/calendar/utils.mjs +0 -82
- package/es/card/Card.d.ts +0 -56
- package/es/card/Card.mjs +0 -126
- package/es/card/index.d.ts +0 -46
- package/es/card/index.mjs +0 -10
- package/es/card/style/index.d.ts +0 -1
- package/es/card/style/index.mjs +0 -6
- package/es/card/types.d.ts +0 -18
- package/es/card/types.mjs +0 -0
- package/es/cascader/Cascader.d.ts +0 -96
- package/es/cascader/Cascader.mjs +0 -240
- package/es/cascader/index.d.ts +0 -74
- package/es/cascader/index.mjs +0 -10
- package/es/cascader/style/index.d.ts +0 -1
- package/es/cascader/style/index.mjs +0 -9
- package/es/cascader/types.d.ts +0 -34
- package/es/cascader/types.mjs +0 -0
- package/es/cell/Cell.d.ts +0 -148
- package/es/cell/Cell.mjs +0 -131
- package/es/cell/index.d.ts +0 -86
- package/es/cell/index.mjs +0 -10
- package/es/cell/style/index.d.ts +0 -1
- package/es/cell/style/index.mjs +0 -4
- package/es/cell/types.d.ts +0 -21
- package/es/cell/types.mjs +0 -0
- package/es/cell-group/CellGroup.d.ts +0 -29
- package/es/cell-group/CellGroup.mjs +0 -44
- package/es/cell-group/index.d.ts +0 -27
- package/es/cell-group/index.mjs +0 -10
- package/es/cell-group/style/index.d.ts +0 -1
- package/es/cell-group/style/index.mjs +0 -2
- package/es/cell-group/types.d.ts +0 -10
- package/es/cell-group/types.mjs +0 -0
- package/es/checkbox/Checkbox.d.ts +0 -68
- package/es/checkbox/Checkbox.mjs +0 -89
- package/es/checkbox/Checker.d.ts +0 -87
- package/es/checkbox/Checker.mjs +0 -142
- package/es/checkbox/index.d.ts +0 -54
- package/es/checkbox/index.mjs +0 -10
- package/es/checkbox/style/index.d.ts +0 -1
- package/es/checkbox/style/index.mjs +0 -5
- package/es/checkbox/types.d.ts +0 -24
- package/es/checkbox/types.mjs +0 -0
- package/es/checkbox-group/CheckboxGroup.d.ts +0 -57
- package/es/checkbox-group/CheckboxGroup.mjs +0 -72
- package/es/checkbox-group/index.d.ts +0 -45
- package/es/checkbox-group/index.mjs +0 -10
- package/es/checkbox-group/style/index.d.ts +0 -1
- package/es/checkbox-group/style/index.mjs +0 -2
- package/es/checkbox-group/types.d.ts +0 -16
- package/es/checkbox-group/types.mjs +0 -0
- package/es/circle/Circle.d.ts +0 -118
- package/es/circle/Circle.mjs +0 -152
- package/es/circle/index.d.ts +0 -88
- package/es/circle/index.mjs +0 -10
- package/es/circle/style/index.d.ts +0 -1
- package/es/circle/style/index.mjs +0 -2
- package/es/circle/types.d.ts +0 -9
- package/es/circle/types.mjs +0 -0
- package/es/col/Col.d.ts +0 -38
- package/es/col/Col.mjs +0 -71
- package/es/col/index.d.ts +0 -32
- package/es/col/index.mjs +0 -10
- package/es/col/style/index.d.ts +0 -1
- package/es/col/style/index.mjs +0 -3
- package/es/collapse/Collapse.d.ts +0 -55
- package/es/collapse/Collapse.mjs +0 -108
- package/es/collapse/index.d.ts +0 -36
- package/es/collapse/index.mjs +0 -10
- package/es/collapse/style/index.d.ts +0 -1
- package/es/collapse/style/index.mjs +0 -1
- package/es/collapse-item/CollapseItem.d.ts +0 -141
- package/es/collapse-item/CollapseItem.mjs +0 -136
- package/es/collapse-item/index.d.ts +0 -104
- package/es/collapse-item/index.mjs +0 -10
- package/es/collapse-item/style/index.d.ts +0 -1
- package/es/collapse-item/style/index.mjs +0 -5
- package/es/collapse-item/types.d.ts +0 -15
- package/es/collapse-item/types.mjs +0 -0
- package/es/composables/on-popup-reopen.d.ts +0 -3
- package/es/composables/on-popup-reopen.mjs +0 -16
- package/es/composables/use-expose.d.ts +0 -1
- package/es/composables/use-expose.mjs +0 -11
- package/es/composables/use-global-z-index.d.ts +0 -4
- package/es/composables/use-global-z-index.mjs +0 -9
- package/es/composables/use-height.d.ts +0 -2
- package/es/composables/use-height.mjs +0 -24
- package/es/composables/use-id.d.ts +0 -1
- package/es/composables/use-id.mjs +0 -13
- package/es/composables/use-lazy-render.d.ts +0 -2
- package/es/composables/use-lazy-render.mjs +0 -17
- package/es/composables/use-lock-scroll.d.ts +0 -2
- package/es/composables/use-lock-scroll.mjs +0 -58
- package/es/composables/use-placeholder.d.ts +0 -3
- package/es/composables/use-placeholder.mjs +0 -14
- package/es/composables/use-refs.d.ts +0 -2
- package/es/composables/use-refs.mjs +0 -20
- package/es/composables/use-route.d.ts +0 -13
- package/es/composables/use-route.mjs +0 -29
- package/es/composables/use-scope-id.d.ts +0 -3
- package/es/composables/use-scope-id.mjs +0 -9
- package/es/composables/use-sync-prop-ref.d.ts +0 -2
- package/es/composables/use-sync-prop-ref.mjs +0 -18
- package/es/composables/use-tab-status.d.ts +0 -3
- package/es/composables/use-tab-status.mjs +0 -7
- package/es/composables/use-touch.d.ts +0 -17
- package/es/composables/use-touch.mjs +0 -68
- package/es/composables/use-visibility-change.d.ts +0 -2
- package/es/composables/use-visibility-change.mjs +0 -30
- package/es/config-provider/ConfigProvider.d.ts +0 -71
- package/es/config-provider/ConfigProvider.mjs +0 -102
- package/es/config-provider/index.d.ts +0 -50
- package/es/config-provider/index.mjs +0 -10
- package/es/config-provider/style/index.d.ts +0 -1
- package/es/config-provider/style/index.mjs +0 -1
- package/es/config-provider/types.d.ts +0 -61
- package/es/config-provider/types.mjs +0 -0
- package/es/contact-card/ContactCard.d.ts +0 -47
- package/es/contact-card/ContactCard.mjs +0 -46
- package/es/contact-card/index.d.ts +0 -39
- package/es/contact-card/index.mjs +0 -10
- package/es/contact-card/style/index.d.ts +0 -1
- package/es/contact-card/style/index.mjs +0 -5
- package/es/contact-card/types.d.ts +0 -6
- package/es/contact-card/types.mjs +0 -0
- package/es/contact-edit/ContactEdit.d.ts +0 -64
- package/es/contact-edit/ContactEdit.mjs +0 -112
- package/es/contact-edit/index.d.ts +0 -49
- package/es/contact-edit/index.mjs +0 -10
- package/es/contact-edit/style/index.d.ts +0 -1
- package/es/contact-edit/style/index.mjs +0 -9
- package/es/contact-edit/types.d.ts +0 -8
- package/es/contact-edit/types.mjs +0 -0
- package/es/contact-list/ContactList.d.ts +0 -32
- package/es/contact-list/ContactList.mjs +0 -89
- package/es/contact-list/index.d.ts +0 -25
- package/es/contact-list/index.mjs +0 -10
- package/es/contact-list/style/index.d.ts +0 -1
- package/es/contact-list/style/index.mjs +0 -11
- package/es/contact-list/types.d.ts +0 -6
- package/es/contact-list/types.mjs +0 -0
- package/es/count-down/CountDown.d.ts +0 -55
- package/es/count-down/CountDown.mjs +0 -56
- package/es/count-down/index.d.ts +0 -46
- package/es/count-down/index.mjs +0 -10
- package/es/count-down/style/index.d.ts +0 -1
- package/es/count-down/style/index.mjs +0 -2
- package/es/count-down/types.d.ts +0 -16
- package/es/count-down/types.mjs +0 -0
- package/es/count-down/utils.d.ts +0 -2
- package/es/count-down/utils.mjs +0 -39
- package/es/coupon/Coupon.d.ts +0 -45
- package/es/coupon/Coupon.mjs +0 -79
- package/es/coupon/index.d.ts +0 -35
- package/es/coupon/index.mjs +0 -8
- package/es/coupon/style/index.d.ts +0 -1
- package/es/coupon/style/index.mjs +0 -6
- package/es/coupon/types.d.ts +0 -19
- package/es/coupon/types.mjs +0 -0
- package/es/coupon/utils.d.ts +0 -3
- package/es/coupon/utils.mjs +0 -14
- package/es/coupon-cell/CouponCell.d.ts +0 -78
- package/es/coupon-cell/CouponCell.mjs +0 -70
- package/es/coupon-cell/index.d.ts +0 -60
- package/es/coupon-cell/index.mjs +0 -10
- package/es/coupon-cell/style/index.d.ts +0 -1
- package/es/coupon-cell/style/index.mjs +0 -5
- package/es/coupon-cell/types.d.ts +0 -3
- package/es/coupon-cell/types.mjs +0 -0
- package/es/coupon-list/CouponList.d.ts +0 -170
- package/es/coupon-list/CouponList.mjs +0 -196
- package/es/coupon-list/index.d.ts +0 -125
- package/es/coupon-list/index.mjs +0 -10
- package/es/coupon-list/style/index.d.ts +0 -1
- package/es/coupon-list/style/index.mjs +0 -17
- package/es/coupon-list/types.d.ts +0 -9
- package/es/coupon-list/types.mjs +0 -0
- package/es/date-picker/DatePicker.d.ts +0 -176
- package/es/date-picker/DatePicker.mjs +0 -133
- package/es/date-picker/index.d.ts +0 -127
- package/es/date-picker/index.mjs +0 -10
- package/es/date-picker/style/index.d.ts +0 -1
- package/es/date-picker/style/index.mjs +0 -10
- package/es/date-picker/utils.d.ts +0 -46
- package/es/date-picker/utils.mjs +0 -50
- package/es/dialog/Dialog.d.ts +0 -200
- package/es/dialog/Dialog.mjs +0 -221
- package/es/dialog/function-call.d.ts +0 -21
- package/es/dialog/function-call.mjs +0 -85
- package/es/dialog/index.d.ts +0 -147
- package/es/dialog/index.mjs +0 -22
- package/es/dialog/style/index.d.ts +0 -1
- package/es/dialog/style/index.mjs +0 -10
- package/es/dialog/types.d.ts +0 -53
- package/es/dialog/types.mjs +0 -0
- package/es/divider/Divider.d.ts +0 -44
- package/es/divider/Divider.mjs +0 -33
- package/es/divider/index.d.ts +0 -37
- package/es/divider/index.mjs +0 -10
- package/es/divider/style/index.d.ts +0 -1
- package/es/divider/style/index.mjs +0 -2
- package/es/divider/types.d.ts +0 -10
- package/es/divider/types.mjs +0 -0
- package/es/dropdown-item/DropdownItem.d.ts +0 -59
- package/es/dropdown-item/DropdownItem.mjs +0 -201
- package/es/dropdown-item/index.d.ts +0 -50
- package/es/dropdown-item/index.mjs +0 -10
- package/es/dropdown-item/style/index.d.ts +0 -1
- package/es/dropdown-item/style/index.mjs +0 -8
- package/es/dropdown-item/types.d.ts +0 -27
- package/es/dropdown-item/types.mjs +0 -0
- package/es/dropdown-menu/DropdownMenu.d.ts +0 -89
- package/es/dropdown-menu/DropdownMenu.mjs +0 -149
- package/es/dropdown-menu/index.d.ts +0 -68
- package/es/dropdown-menu/index.mjs +0 -10
- package/es/dropdown-menu/style/index.d.ts +0 -1
- package/es/dropdown-menu/style/index.mjs +0 -2
- package/es/dropdown-menu/types.d.ts +0 -27
- package/es/dropdown-menu/types.mjs +0 -0
- package/es/empty/Empty.d.ts +0 -29
- package/es/empty/Empty.mjs +0 -343
- package/es/empty/index.d.ts +0 -26
- package/es/empty/index.mjs +0 -10
- package/es/empty/style/index.d.ts +0 -1
- package/es/empty/style/index.mjs +0 -2
- package/es/empty/types.d.ts +0 -10
- package/es/empty/types.mjs +0 -0
- package/es/field/Field.d.ts +0 -383
- package/es/field/Field.mjs +0 -548
- package/es/field/index.d.ts +0 -238
- package/es/field/index.mjs +0 -10
- package/es/field/style/index.d.ts +0 -1
- package/es/field/style/index.mjs +0 -5
- package/es/field/types.d.ts +0 -65
- package/es/field/types.mjs +0 -0
- package/es/field/utils.d.ts +0 -15
- package/es/field/utils.mjs +0 -103
- package/es/floating-bubble/FloatingBubble.d.ts +0 -81
- package/es/floating-bubble/FloatingBubble.mjs +0 -174
- package/es/floating-bubble/index.css +0 -1
- package/es/floating-bubble/index.d.ts +0 -63
- package/es/floating-bubble/index.mjs +0 -10
- package/es/floating-bubble/style/index.d.ts +0 -1
- package/es/floating-bubble/style/index.mjs +0 -4
- package/es/floating-bubble/types.d.ts +0 -20
- package/es/floating-bubble/types.mjs +0 -0
- package/es/floating-panel/FloatingPanel.d.ts +0 -81
- package/es/floating-panel/FloatingPanel.mjs +0 -134
- package/es/floating-panel/index.css +0 -1
- package/es/floating-panel/index.d.ts +0 -64
- package/es/floating-panel/index.mjs +0 -10
- package/es/floating-panel/style/index.d.ts +0 -1
- package/es/floating-panel/style/index.mjs +0 -2
- package/es/floating-panel/types.d.ts +0 -9
- package/es/floating-panel/types.mjs +0 -0
- package/es/form/Form.d.ts +0 -94
- package/es/form/Form.mjs +0 -168
- package/es/form/index.d.ts +0 -74
- package/es/form/index.mjs +0 -10
- package/es/form/style/index.d.ts +0 -1
- package/es/form/style/index.mjs +0 -1
- package/es/form/types.d.ts +0 -15
- package/es/form/types.mjs +0 -0
- package/es/grid/Grid.d.ts +0 -74
- package/es/grid/Grid.mjs +0 -47
- package/es/grid/index.d.ts +0 -54
- package/es/grid/index.mjs +0 -10
- package/es/grid/style/index.d.ts +0 -1
- package/es/grid/style/index.mjs +0 -2
- package/es/grid-item/GridItem.d.ts +0 -45
- package/es/grid-item/GridItem.mjs +0 -145
- package/es/grid-item/index.d.ts +0 -37
- package/es/grid-item/index.mjs +0 -10
- package/es/grid-item/style/index.d.ts +0 -1
- package/es/grid-item/style/index.mjs +0 -5
- package/es/grid-item/types.d.ts +0 -8
- package/es/grid-item/types.mjs +0 -0
- package/es/highlight/Highlight.d.ts +0 -96
- package/es/highlight/Highlight.mjs +0 -128
- package/es/highlight/index.css +0 -1
- package/es/highlight/index.d.ts +0 -73
- package/es/highlight/index.mjs +0 -10
- package/es/highlight/style/index.d.ts +0 -1
- package/es/highlight/style/index.mjs +0 -2
- package/es/highlight/types.d.ts +0 -3
- package/es/highlight/types.mjs +0 -0
- package/es/icon/Icon.d.ts +0 -45
- package/es/icon/Icon.mjs +0 -59
- package/es/icon/index.d.ts +0 -36
- package/es/icon/index.mjs +0 -10
- package/es/icon/style/index.d.ts +0 -1
- package/es/icon/style/index.mjs +0 -3
- package/es/image/Image.d.ts +0 -110
- package/es/image/Image.mjs +0 -174
- package/es/image/index.d.ts +0 -83
- package/es/image/index.mjs +0 -10
- package/es/image/style/index.d.ts +0 -1
- package/es/image/style/index.mjs +0 -4
- package/es/image/types.d.ts +0 -12
- package/es/image/types.mjs +0 -0
- package/es/image-preview/ImagePreview.d.ts +0 -234
- package/es/image-preview/ImagePreview.mjs +0 -196
- package/es/image-preview/ImagePreviewItem.d.ts +0 -91
- package/es/image-preview/ImagePreviewItem.mjs +0 -338
- package/es/image-preview/function-call.d.ts +0 -6
- package/es/image-preview/function-call.mjs +0 -67
- package/es/image-preview/index.d.ts +0 -172
- package/es/image-preview/index.mjs +0 -12
- package/es/image-preview/style/index.d.ts +0 -1
- package/es/image-preview/style/index.mjs +0 -10
- package/es/image-preview/types.d.ts +0 -61
- package/es/image-preview/types.mjs +0 -0
- package/es/index-anchor/IndexAnchor.d.ts +0 -11
- package/es/index-anchor/IndexAnchor.mjs +0 -87
- package/es/index-anchor/index.d.ts +0 -14
- package/es/index-anchor/index.mjs +0 -10
- package/es/index-anchor/style/index.d.ts +0 -1
- package/es/index-anchor/style/index.mjs +0 -3
- package/es/index-anchor/types.d.ts +0 -11
- package/es/index-anchor/types.mjs +0 -0
- package/es/index-bar/IndexBar.d.ts +0 -64
- package/es/index-bar/IndexBar.mjs +0 -234
- package/es/index-bar/index.d.ts +0 -50
- package/es/index-bar/index.mjs +0 -10
- package/es/index-bar/style/index.d.ts +0 -1
- package/es/index-bar/style/index.mjs +0 -2
- package/es/index-bar/types.d.ts +0 -16
- package/es/index-bar/types.mjs +0 -0
- package/es/index.d.ts +0 -109
- package/es/index.mjs +0 -325
- package/es/lazyload/index.d.ts +0 -3
- package/es/lazyload/index.mjs +0 -6
- package/es/lazyload/style/index.d.ts +0 -1
- package/es/lazyload/style/index.mjs +0 -1
- package/es/lazyload/vue-lazyload/index.d.ts +0 -55
- package/es/lazyload/vue-lazyload/index.mjs +0 -36
- package/es/lazyload/vue-lazyload/lazy-component.mjs +0 -51
- package/es/lazyload/vue-lazyload/lazy-container.mjs +0 -72
- package/es/lazyload/vue-lazyload/lazy-image.mjs +0 -99
- package/es/lazyload/vue-lazyload/lazy.mjs +0 -437
- package/es/lazyload/vue-lazyload/listener.mjs +0 -216
- package/es/lazyload/vue-lazyload/util.d.ts +0 -25
- package/es/lazyload/vue-lazyload/util.mjs +0 -161
- package/es/list/List.d.ts +0 -81
- package/es/list/List.mjs +0 -143
- package/es/list/index.d.ts +0 -65
- package/es/list/index.mjs +0 -10
- package/es/list/style/index.d.ts +0 -1
- package/es/list/style/index.mjs +0 -3
- package/es/list/types.d.ts +0 -13
- package/es/list/types.mjs +0 -0
- package/es/loading/Loading.d.ts +0 -39
- package/es/loading/Loading.mjs +0 -70
- package/es/loading/index.d.ts +0 -33
- package/es/loading/index.mjs +0 -10
- package/es/loading/style/index.d.ts +0 -1
- package/es/loading/style/index.mjs +0 -2
- package/es/loading/types.d.ts +0 -7
- package/es/loading/types.mjs +0 -0
- package/es/locale/index.d.ts +0 -8
- package/es/locale/index.mjs +0 -26
- package/es/locale/lang/ar-SA.d.ts +0 -63
- package/es/locale/lang/ar-SA.mjs +0 -65
- package/es/locale/lang/bg-BG.d.ts +0 -65
- package/es/locale/lang/bg-BG.mjs +0 -75
- package/es/locale/lang/bn-BD.d.ts +0 -63
- package/es/locale/lang/bn-BD.mjs +0 -73
- package/es/locale/lang/da-DK.d.ts +0 -65
- package/es/locale/lang/da-DK.mjs +0 -67
- package/es/locale/lang/de-DE-formal.d.ts +0 -63
- package/es/locale/lang/de-DE-formal.mjs +0 -65
- package/es/locale/lang/de-DE.d.ts +0 -63
- package/es/locale/lang/de-DE.mjs +0 -65
- package/es/locale/lang/el-GR.d.ts +0 -65
- package/es/locale/lang/el-GR.mjs +0 -75
- package/es/locale/lang/en-US.d.ts +0 -63
- package/es/locale/lang/en-US.mjs +0 -65
- package/es/locale/lang/eo-EO.d.ts +0 -63
- package/es/locale/lang/eo-EO.mjs +0 -65
- package/es/locale/lang/es-ES.d.ts +0 -63
- package/es/locale/lang/es-ES.mjs +0 -65
- package/es/locale/lang/fa-IR.d.ts +0 -65
- package/es/locale/lang/fa-IR.mjs +0 -75
- package/es/locale/lang/fr-FR.d.ts +0 -63
- package/es/locale/lang/fr-FR.mjs +0 -65
- package/es/locale/lang/he-IL.d.ts +0 -65
- package/es/locale/lang/he-IL.mjs +0 -67
- package/es/locale/lang/hi-IN.d.ts +0 -63
- package/es/locale/lang/hi-IN.mjs +0 -73
- package/es/locale/lang/id-ID.d.ts +0 -63
- package/es/locale/lang/id-ID.mjs +0 -65
- package/es/locale/lang/is-IS.d.ts +0 -63
- package/es/locale/lang/is-IS.mjs +0 -73
- package/es/locale/lang/it-IT.d.ts +0 -63
- package/es/locale/lang/it-IT.mjs +0 -65
- package/es/locale/lang/ja-JP.d.ts +0 -63
- package/es/locale/lang/ja-JP.mjs +0 -65
- package/es/locale/lang/kk-KZ.d.ts +0 -63
- package/es/locale/lang/kk-KZ.mjs +0 -81
- package/es/locale/lang/km-KH.d.ts +0 -63
- package/es/locale/lang/km-KH.mjs +0 -65
- package/es/locale/lang/ko-KR.d.ts +0 -63
- package/es/locale/lang/ko-KR.mjs +0 -73
- package/es/locale/lang/la-LA.d.ts +0 -63
- package/es/locale/lang/la-LA.mjs +0 -65
- package/es/locale/lang/mm-MN.d.ts +0 -63
- package/es/locale/lang/mm-MN.mjs +0 -65
- package/es/locale/lang/nb-NO.d.ts +0 -63
- package/es/locale/lang/nb-NO.mjs +0 -65
- package/es/locale/lang/nl-NL.d.ts +0 -63
- package/es/locale/lang/nl-NL.mjs +0 -65
- package/es/locale/lang/pt-BR.d.ts +0 -63
- package/es/locale/lang/pt-BR.mjs +0 -65
- package/es/locale/lang/ro-RO.d.ts +0 -63
- package/es/locale/lang/ro-RO.mjs +0 -65
- package/es/locale/lang/ru-RU.d.ts +0 -63
- package/es/locale/lang/ru-RU.mjs +0 -65
- package/es/locale/lang/sr-RS.d.ts +0 -63
- package/es/locale/lang/sr-RS.mjs +0 -73
- package/es/locale/lang/sv-SE.d.ts +0 -63
- package/es/locale/lang/sv-SE.mjs +0 -65
- package/es/locale/lang/th-TH.d.ts +0 -63
- package/es/locale/lang/th-TH.mjs +0 -65
- package/es/locale/lang/tr-TR.d.ts +0 -63
- package/es/locale/lang/tr-TR.mjs +0 -65
- package/es/locale/lang/uk-UA.d.ts +0 -63
- package/es/locale/lang/uk-UA.mjs +0 -65
- package/es/locale/lang/vi-VN.d.ts +0 -63
- package/es/locale/lang/vi-VN.mjs +0 -73
- package/es/locale/lang/zh-CN.d.ts +0 -63
- package/es/locale/lang/zh-CN.mjs +0 -65
- package/es/locale/lang/zh-HK.d.ts +0 -63
- package/es/locale/lang/zh-HK.mjs +0 -65
- package/es/locale/lang/zh-TW.d.ts +0 -63
- package/es/locale/lang/zh-TW.mjs +0 -65
- package/es/locale/style/index.d.ts +0 -1
- package/es/locale/style/index.mjs +0 -1
- package/es/nav-bar/NavBar.d.ts +0 -74
- package/es/nav-bar/NavBar.mjs +0 -105
- package/es/nav-bar/index.d.ts +0 -60
- package/es/nav-bar/index.mjs +0 -10
- package/es/nav-bar/style/index.d.ts +0 -1
- package/es/nav-bar/style/index.mjs +0 -4
- package/es/nav-bar/types.d.ts +0 -10
- package/es/nav-bar/types.mjs +0 -0
- package/es/notice-bar/NoticeBar.d.ts +0 -71
- package/es/notice-bar/NoticeBar.mjs +0 -165
- package/es/notice-bar/index.d.ts +0 -57
- package/es/notice-bar/index.mjs +0 -10
- package/es/notice-bar/style/index.d.ts +0 -1
- package/es/notice-bar/style/index.mjs +0 -4
- package/es/notice-bar/types.d.ts +0 -18
- package/es/notice-bar/types.mjs +0 -0
- package/es/notify/Notify.d.ts +0 -134
- package/es/notify/Notify.mjs +0 -42
- package/es/notify/function-call.d.ts +0 -18
- package/es/notify/function-call.mjs +0 -68
- package/es/notify/index.d.ts +0 -100
- package/es/notify/index.mjs +0 -20
- package/es/notify/style/index.d.ts +0 -1
- package/es/notify/style/index.mjs +0 -6
- package/es/notify/types.d.ts +0 -30
- package/es/notify/types.mjs +0 -0
- package/es/number-keyboard/NumberKeyboard.d.ts +0 -162
- package/es/number-keyboard/NumberKeyboard.mjs +0 -235
- package/es/number-keyboard/NumberKeyboardKey.d.ts +0 -24
- package/es/number-keyboard/NumberKeyboardKey.mjs +0 -93
- package/es/number-keyboard/index.d.ts +0 -121
- package/es/number-keyboard/index.mjs +0 -10
- package/es/number-keyboard/style/index.d.ts +0 -1
- package/es/number-keyboard/style/index.mjs +0 -3
- package/es/number-keyboard/types.d.ts +0 -17
- package/es/number-keyboard/types.mjs +0 -0
- package/es/overlay/Overlay.d.ts +0 -54
- package/es/overlay/Overlay.mjs +0 -65
- package/es/overlay/index.d.ts +0 -44
- package/es/overlay/index.mjs +0 -10
- package/es/overlay/style/index.d.ts +0 -1
- package/es/overlay/style/index.mjs +0 -2
- package/es/overlay/types.d.ts +0 -4
- package/es/overlay/types.mjs +0 -0
- package/es/pagination/Pagination.d.ts +0 -127
- package/es/pagination/Pagination.mjs +0 -154
- package/es/pagination/index.d.ts +0 -95
- package/es/pagination/index.mjs +0 -10
- package/es/pagination/style/index.d.ts +0 -1
- package/es/pagination/style/index.mjs +0 -2
- package/es/pagination/types.d.ts +0 -11
- package/es/pagination/types.mjs +0 -0
- package/es/password-input/PasswordInput.d.ts +0 -63
- package/es/password-input/PasswordInput.mjs +0 -78
- package/es/password-input/index.d.ts +0 -51
- package/es/password-input/index.mjs +0 -10
- package/es/password-input/style/index.d.ts +0 -1
- package/es/password-input/style/index.mjs +0 -2
- package/es/password-input/types.d.ts +0 -17
- package/es/password-input/types.mjs +0 -0
- package/es/picker/Picker.d.ts +0 -164
- package/es/picker/Picker.mjs +0 -214
- package/es/picker/PickerColumn.d.ts +0 -61
- package/es/picker/PickerColumn.mjs +0 -203
- package/es/picker/PickerToolbar.d.ts +0 -21
- package/es/picker/PickerToolbar.mjs +0 -66
- package/es/picker/index.d.ts +0 -105
- package/es/picker/index.mjs +0 -10
- package/es/picker/style/index.d.ts +0 -1
- package/es/picker/style/index.mjs +0 -10
- package/es/picker/types.d.ts +0 -62
- package/es/picker/types.mjs +0 -0
- package/es/picker/utils.d.ts +0 -13
- package/es/picker/utils.mjs +0 -78
- package/es/picker-group/PickerGroup.d.ts +0 -69
- package/es/picker-group/PickerGroup.mjs +0 -81
- package/es/picker-group/index.css +0 -1
- package/es/picker-group/index.d.ts +0 -55
- package/es/picker-group/index.mjs +0 -10
- package/es/picker-group/style/index.d.ts +0 -1
- package/es/picker-group/style/index.mjs +0 -9
- package/es/picker-group/types.d.ts +0 -3
- package/es/picker-group/types.mjs +0 -0
- package/es/popover/Popover.d.ts +0 -177
- package/es/popover/Popover.mjs +0 -197
- package/es/popover/index.d.ts +0 -130
- package/es/popover/index.mjs +0 -10
- package/es/popover/style/index.d.ts +0 -1
- package/es/popover/style/index.mjs +0 -6
- package/es/popover/types.d.ts +0 -27
- package/es/popover/types.mjs +0 -0
- package/es/popup/Popup.d.ts +0 -169
- package/es/popup/Popup.mjs +0 -220
- package/es/popup/index.d.ts +0 -127
- package/es/popup/index.mjs +0 -10
- package/es/popup/shared.d.ts +0 -30
- package/es/popup/shared.mjs +0 -34
- package/es/popup/style/index.d.ts +0 -1
- package/es/popup/style/index.mjs +0 -5
- package/es/popup/types.d.ts +0 -17
- package/es/popup/types.mjs +0 -0
- package/es/progress/Progress.d.ts +0 -61
- package/es/progress/Progress.mjs +0 -76
- package/es/progress/index.d.ts +0 -49
- package/es/progress/index.mjs +0 -10
- package/es/progress/style/index.d.ts +0 -1
- package/es/progress/style/index.mjs +0 -2
- package/es/progress/types.d.ts +0 -14
- package/es/progress/types.mjs +0 -0
- package/es/pull-refresh/PullRefresh.d.ts +0 -75
- package/es/pull-refresh/PullRefresh.mjs +0 -193
- package/es/pull-refresh/index.d.ts +0 -60
- package/es/pull-refresh/index.mjs +0 -10
- package/es/pull-refresh/style/index.d.ts +0 -1
- package/es/pull-refresh/style/index.mjs +0 -3
- package/es/pull-refresh/types.d.ts +0 -6
- package/es/pull-refresh/types.mjs +0 -0
- package/es/radio/Radio.d.ts +0 -43
- package/es/radio/Radio.mjs +0 -44
- package/es/radio/index.d.ts +0 -35
- package/es/radio/index.mjs +0 -10
- package/es/radio/style/index.d.ts +0 -1
- package/es/radio/style/index.mjs +0 -6
- package/es/radio/types.d.ts +0 -12
- package/es/radio/types.mjs +0 -0
- package/es/radio-group/RadioGroup.d.ts +0 -39
- package/es/radio-group/RadioGroup.mjs +0 -45
- package/es/radio-group/index.d.ts +0 -28
- package/es/radio-group/index.mjs +0 -10
- package/es/radio-group/style/index.d.ts +0 -1
- package/es/radio-group/style/index.mjs +0 -2
- package/es/rate/Rate.d.ts +0 -111
- package/es/rate/Rate.mjs +0 -224
- package/es/rate/index.d.ts +0 -85
- package/es/rate/index.mjs +0 -10
- package/es/rate/style/index.d.ts +0 -1
- package/es/rate/style/index.mjs +0 -4
- package/es/rate/types.d.ts +0 -7
- package/es/rate/types.mjs +0 -0
- package/es/rolling-text/RollingText.d.ts +0 -104
- package/es/rolling-text/RollingText.mjs +0 -94
- package/es/rolling-text/RollingTextItem.d.ts +0 -67
- package/es/rolling-text/RollingTextItem.mjs +0 -46
- package/es/rolling-text/index.css +0 -1
- package/es/rolling-text/index.d.ts +0 -79
- package/es/rolling-text/index.mjs +0 -10
- package/es/rolling-text/style/index.d.ts +0 -1
- package/es/rolling-text/style/index.mjs +0 -2
- package/es/rolling-text/types.d.ts +0 -17
- package/es/rolling-text/types.mjs +0 -0
- package/es/row/Row.d.ts +0 -68
- package/es/row/Row.mjs +0 -121
- package/es/row/index.d.ts +0 -43
- package/es/row/index.mjs +0 -10
- package/es/row/style/index.d.ts +0 -1
- package/es/row/style/index.mjs +0 -2
- package/es/search/Search.d.ts +0 -234
- package/es/search/Search.mjs +0 -121
- package/es/search/index.d.ts +0 -171
- package/es/search/index.mjs +0 -10
- package/es/search/style/index.d.ts +0 -1
- package/es/search/style/index.mjs +0 -6
- package/es/search/types.d.ts +0 -21
- package/es/search/types.mjs +0 -0
- package/es/share-sheet/ShareSheet.d.ts +0 -162
- package/es/share-sheet/ShareSheet.mjs +0 -123
- package/es/share-sheet/index.d.ts +0 -115
- package/es/share-sheet/index.mjs +0 -10
- package/es/share-sheet/style/index.d.ts +0 -1
- package/es/share-sheet/style/index.mjs +0 -6
- package/es/share-sheet/types.d.ts +0 -17
- package/es/share-sheet/types.mjs +0 -0
- package/es/sidebar/Sidebar.d.ts +0 -30
- package/es/sidebar/Sidebar.mjs +0 -44
- package/es/sidebar/index.d.ts +0 -25
- package/es/sidebar/index.mjs +0 -10
- package/es/sidebar/style/index.d.ts +0 -1
- package/es/sidebar/style/index.mjs +0 -2
- package/es/sidebar/types.d.ts +0 -3
- package/es/sidebar/types.mjs +0 -0
- package/es/sidebar-item/SidebarItem.d.ts +0 -42
- package/es/sidebar-item/SidebarItem.mjs +0 -72
- package/es/sidebar-item/index.d.ts +0 -36
- package/es/sidebar-item/index.mjs +0 -10
- package/es/sidebar-item/style/index.d.ts +0 -1
- package/es/sidebar-item/style/index.mjs +0 -4
- package/es/sidebar-item/types.d.ts +0 -15
- package/es/sidebar-item/types.mjs +0 -0
- package/es/signature/Signature.d.ts +0 -76
- package/es/signature/Signature.mjs +0 -160
- package/es/signature/index.css +0 -1
- package/es/signature/index.d.ts +0 -60
- package/es/signature/index.mjs +0 -8
- package/es/signature/style/index.d.ts +0 -1
- package/es/signature/style/index.mjs +0 -6
- package/es/signature/types.d.ts +0 -14
- package/es/signature/types.mjs +0 -0
- package/es/skeleton/Skeleton.d.ts +0 -96
- package/es/skeleton/Skeleton.mjs +0 -89
- package/es/skeleton/index.d.ts +0 -73
- package/es/skeleton/index.mjs +0 -10
- package/es/skeleton/style/index.d.ts +0 -1
- package/es/skeleton/style/index.mjs +0 -5
- package/es/skeleton/types.d.ts +0 -11
- package/es/skeleton/types.mjs +0 -0
- package/es/skeleton-avatar/SkeletonAvatar.d.ts +0 -26
- package/es/skeleton-avatar/SkeletonAvatar.mjs +0 -21
- package/es/skeleton-avatar/index.css +0 -1
- package/es/skeleton-avatar/index.d.ts +0 -23
- package/es/skeleton-avatar/index.mjs +0 -10
- package/es/skeleton-avatar/style/index.d.ts +0 -1
- package/es/skeleton-avatar/style/index.mjs +0 -2
- package/es/skeleton-image/SkeletonImage.d.ts +0 -26
- package/es/skeleton-image/SkeletonImage.mjs +0 -25
- package/es/skeleton-image/index.css +0 -1
- package/es/skeleton-image/index.d.ts +0 -23
- package/es/skeleton-image/index.mjs +0 -10
- package/es/skeleton-image/style/index.d.ts +0 -1
- package/es/skeleton-image/style/index.mjs +0 -4
- package/es/skeleton-paragraph/SkeletonParagraph.d.ts +0 -27
- package/es/skeleton-paragraph/SkeletonParagraph.mjs +0 -30
- package/es/skeleton-paragraph/index.css +0 -1
- package/es/skeleton-paragraph/index.d.ts +0 -24
- package/es/skeleton-paragraph/index.mjs +0 -11
- package/es/skeleton-paragraph/style/index.d.ts +0 -1
- package/es/skeleton-paragraph/style/index.mjs +0 -2
- package/es/skeleton-title/SkeletonTitle.d.ts +0 -16
- package/es/skeleton-title/SkeletonTitle.mjs +0 -25
- package/es/skeleton-title/index.css +0 -1
- package/es/skeleton-title/index.d.ts +0 -17
- package/es/skeleton-title/index.mjs +0 -10
- package/es/skeleton-title/style/index.d.ts +0 -1
- package/es/skeleton-title/style/index.mjs +0 -2
- package/es/slider/Slider.d.ts +0 -100
- package/es/slider/Slider.mjs +0 -286
- package/es/slider/index.d.ts +0 -77
- package/es/slider/index.mjs +0 -10
- package/es/slider/style/index.d.ts +0 -1
- package/es/slider/style/index.mjs +0 -2
- package/es/slider/types.d.ts +0 -11
- package/es/slider/types.mjs +0 -0
- package/es/space/Space.d.ts +0 -48
- package/es/space/Space.mjs +0 -87
- package/es/space/index.css +0 -1
- package/es/space/index.d.ts +0 -38
- package/es/space/index.mjs +0 -10
- package/es/space/style/index.d.ts +0 -1
- package/es/space/style/index.mjs +0 -2
- package/es/step/Step.d.ts +0 -2
- package/es/step/Step.mjs +0 -117
- package/es/step/index.d.ts +0 -8
- package/es/step/index.mjs +0 -8
- package/es/step/style/index.d.ts +0 -1
- package/es/step/style/index.mjs +0 -5
- package/es/step/types.d.ts +0 -13
- package/es/step/types.mjs +0 -0
- package/es/stepper/Stepper.d.ts +0 -194
- package/es/stepper/Stepper.mjs +0 -248
- package/es/stepper/index.d.ts +0 -143
- package/es/stepper/index.mjs +0 -10
- package/es/stepper/style/index.d.ts +0 -1
- package/es/stepper/style/index.mjs +0 -2
- package/es/stepper/types.d.ts +0 -15
- package/es/stepper/types.mjs +0 -0
- package/es/steps/Steps.d.ts +0 -71
- package/es/steps/Steps.mjs +0 -46
- package/es/steps/index.d.ts +0 -52
- package/es/steps/index.mjs +0 -10
- package/es/steps/style/index.d.ts +0 -1
- package/es/steps/style/index.mjs +0 -2
- package/es/steps/types.d.ts +0 -3
- package/es/steps/types.mjs +0 -0
- package/es/sticky/Sticky.d.ts +0 -58
- package/es/sticky/Sticky.mjs +0 -138
- package/es/sticky/index.d.ts +0 -47
- package/es/sticky/index.mjs +0 -10
- package/es/sticky/style/index.d.ts +0 -1
- package/es/sticky/style/index.mjs +0 -2
- package/es/sticky/types.d.ts +0 -3
- package/es/sticky/types.mjs +0 -0
- package/es/style/css-variables.css +0 -1
- package/es/submit-bar/SubmitBar.d.ts +0 -101
- package/es/submit-bar/SubmitBar.mjs +0 -115
- package/es/submit-bar/index.d.ts +0 -76
- package/es/submit-bar/index.mjs +0 -10
- package/es/submit-bar/style/index.d.ts +0 -1
- package/es/submit-bar/style/index.mjs +0 -6
- package/es/submit-bar/types.d.ts +0 -20
- package/es/submit-bar/types.mjs +0 -0
- package/es/swipe/Swipe.d.ts +0 -123
- package/es/swipe/Swipe.mjs +0 -375
- package/es/swipe/index.d.ts +0 -93
- package/es/swipe/index.mjs +0 -10
- package/es/swipe/style/index.d.ts +0 -1
- package/es/swipe/style/index.mjs +0 -2
- package/es/swipe/types.d.ts +0 -39
- package/es/swipe/types.mjs +0 -0
- package/es/swipe-cell/SwipeCell.d.ts +0 -44
- package/es/swipe-cell/SwipeCell.mjs +0 -174
- package/es/swipe-cell/index.d.ts +0 -39
- package/es/swipe-cell/index.mjs +0 -10
- package/es/swipe-cell/style/index.d.ts +0 -1
- package/es/swipe-cell/style/index.mjs +0 -2
- package/es/swipe-cell/types.d.ts +0 -9
- package/es/swipe-cell/types.mjs +0 -0
- package/es/swipe-item/SwipeItem.d.ts +0 -2
- package/es/swipe-item/SwipeItem.mjs +0 -81
- package/es/swipe-item/index.d.ts +0 -7
- package/es/swipe-item/index.mjs +0 -8
- package/es/swipe-item/style/index.d.ts +0 -1
- package/es/swipe-item/style/index.mjs +0 -3
- package/es/switch/Switch.d.ts +0 -58
- package/es/switch/Switch.mjs +0 -85
- package/es/switch/index.d.ts +0 -48
- package/es/switch/index.mjs +0 -10
- package/es/switch/style/index.d.ts +0 -1
- package/es/switch/style/index.mjs +0 -3
- package/es/switch/types.d.ts +0 -12
- package/es/switch/types.mjs +0 -0
- package/es/tab/Tab.d.ts +0 -58
- package/es/tab/Tab.mjs +0 -154
- package/es/tab/TabTitle.d.ts +0 -44
- package/es/tab/TabTitle.mjs +0 -90
- package/es/tab/index.d.ts +0 -46
- package/es/tab/index.mjs +0 -10
- package/es/tab/style/index.d.ts +0 -1
- package/es/tab/style/index.mjs +0 -7
- package/es/tabbar/Tabbar.d.ts +0 -90
- package/es/tabbar/Tabbar.mjs +0 -84
- package/es/tabbar/index.d.ts +0 -66
- package/es/tabbar/index.mjs +0 -10
- package/es/tabbar/style/index.d.ts +0 -1
- package/es/tabbar/style/index.mjs +0 -2
- package/es/tabbar/types.d.ts +0 -5
- package/es/tabbar/types.mjs +0 -0
- package/es/tabbar-item/TabbarItem.d.ts +0 -44
- package/es/tabbar-item/TabbarItem.mjs +0 -120
- package/es/tabbar-item/index.d.ts +0 -37
- package/es/tabbar-item/index.mjs +0 -10
- package/es/tabbar-item/style/index.d.ts +0 -1
- package/es/tabbar-item/style/index.mjs +0 -5
- package/es/tabbar-item/types.d.ts +0 -9
- package/es/tabbar-item/types.mjs +0 -0
- package/es/tabs/Tabs.d.ts +0 -167
- package/es/tabs/Tabs.mjs +0 -357
- package/es/tabs/TabsContent.d.ts +0 -43
- package/es/tabs/TabsContent.mjs +0 -67
- package/es/tabs/index.d.ts +0 -124
- package/es/tabs/index.mjs +0 -10
- package/es/tabs/style/index.d.ts +0 -1
- package/es/tabs/style/index.mjs +0 -4
- package/es/tabs/types.d.ts +0 -39
- package/es/tabs/types.mjs +0 -0
- package/es/tabs/utils.d.ts +0 -3
- package/es/tabs/utils.mjs +0 -49
- package/es/tag/Tag.d.ts +0 -63
- package/es/tag/Tag.mjs +0 -78
- package/es/tag/index.d.ts +0 -51
- package/es/tag/index.mjs +0 -10
- package/es/tag/style/index.d.ts +0 -1
- package/es/tag/style/index.mjs +0 -4
- package/es/tag/types.d.ts +0 -20
- package/es/tag/types.mjs +0 -0
- package/es/text-ellipsis/TextEllipsis.d.ts +0 -89
- package/es/text-ellipsis/TextEllipsis.mjs +0 -167
- package/es/text-ellipsis/index.css +0 -1
- package/es/text-ellipsis/index.d.ts +0 -69
- package/es/text-ellipsis/index.mjs +0 -10
- package/es/text-ellipsis/style/index.d.ts +0 -1
- package/es/text-ellipsis/style/index.mjs +0 -2
- package/es/text-ellipsis/types.d.ts +0 -9
- package/es/text-ellipsis/types.mjs +0 -0
- package/es/time-picker/TimePicker.d.ts +0 -246
- package/es/time-picker/TimePicker.mjs +0 -138
- package/es/time-picker/index.d.ts +0 -175
- package/es/time-picker/index.mjs +0 -10
- package/es/time-picker/style/index.d.ts +0 -1
- package/es/time-picker/style/index.mjs +0 -10
- package/es/toast/Toast.d.ts +0 -118
- package/es/toast/Toast.mjs +0 -127
- package/es/toast/function-call.d.ts +0 -36
- package/es/toast/function-call.mjs +0 -141
- package/es/toast/index.d.ts +0 -89
- package/es/toast/index.mjs +0 -28
- package/es/toast/lock-click.d.ts +0 -1
- package/es/toast/lock-click.mjs +0 -17
- package/es/toast/style/index.d.ts +0 -1
- package/es/toast/style/index.mjs +0 -7
- package/es/toast/types.d.ts +0 -56
- package/es/toast/types.mjs +0 -0
- package/es/tree-select/TreeSelect.d.ts +0 -106
- package/es/tree-select/TreeSelect.mjs +0 -103
- package/es/tree-select/index.d.ts +0 -72
- package/es/tree-select/index.mjs +0 -10
- package/es/tree-select/style/index.d.ts +0 -1
- package/es/tree-select/style/index.mjs +0 -6
- package/es/tree-select/types.d.ts +0 -10
- package/es/tree-select/types.mjs +0 -0
- package/es/uploader/Uploader.d.ts +0 -217
- package/es/uploader/Uploader.mjs +0 -272
- package/es/uploader/UploaderPreviewItem.d.ts +0 -40
- package/es/uploader/UploaderPreviewItem.mjs +0 -130
- package/es/uploader/index.d.ts +0 -159
- package/es/uploader/index.mjs +0 -10
- package/es/uploader/style/index.d.ts +0 -1
- package/es/uploader/style/index.mjs +0 -11
- package/es/uploader/types.d.ts +0 -61
- package/es/uploader/types.mjs +0 -0
- package/es/uploader/utils.d.ts +0 -11
- package/es/uploader/utils.mjs +0 -69
- package/es/utils/basic.d.ts +0 -30
- package/es/utils/basic.mjs +0 -56
- package/es/utils/closest.d.ts +0 -1
- package/es/utils/closest.mjs +0 -8
- package/es/utils/constant.d.ts +0 -14
- package/es/utils/constant.mjs +0 -26
- package/es/utils/create.d.ts +0 -17
- package/es/utils/create.mjs +0 -52
- package/es/utils/deep-assign.d.ts +0 -3
- package/es/utils/deep-assign.mjs +0 -22
- package/es/utils/deep-clone.d.ts +0 -1
- package/es/utils/deep-clone.mjs +0 -20
- package/es/utils/dom.d.ts +0 -13
- package/es/utils/dom.mjs +0 -84
- package/es/utils/format.d.ts +0 -13
- package/es/utils/format.mjs +0 -120
- package/es/utils/index.d.ts +0 -9
- package/es/utils/index.mjs +0 -9
- package/es/utils/interceptor.d.ts +0 -7
- package/es/utils/interceptor.mjs +0 -29
- package/es/utils/mount-component.d.ts +0 -14
- package/es/utils/mount-component.mjs +0 -39
- package/es/utils/props.d.ts +0 -31
- package/es/utils/props.mjs +0 -36
- package/es/utils/with-install.d.ts +0 -13
- package/es/utils/with-install.mjs +0 -14
- package/es/vue-sfc-shim.d.ts +0 -6
- package/es/vue-tsx-shim.d.ts +0 -24
- package/es/watermark/Watermark.d.ts +0 -112
- package/es/watermark/Watermark.mjs +0 -132
- package/es/watermark/index.css +0 -1
- package/es/watermark/index.d.ts +0 -84
- package/es/watermark/index.mjs +0 -10
- package/es/watermark/style/index.d.ts +0 -1
- package/es/watermark/style/index.mjs +0 -2
- package/es/watermark/types.d.ts +0 -3
- package/es/watermark/types.mjs +0 -0
- package/lib/action-bar/ActionBar.d.ts +0 -27
- package/lib/action-bar/ActionBar.js +0 -63
- package/lib/action-bar/index.css +0 -1
- package/lib/action-bar/index.d.ts +0 -25
- package/lib/action-bar/index.js +0 -39
- package/lib/action-bar/style/index.d.ts +0 -1
- package/lib/action-bar/style/index.js +0 -2
- package/lib/action-bar/types.d.ts +0 -4
- package/lib/action-bar/types.js +0 -15
- package/lib/action-bar-button/ActionBarButton.d.ts +0 -43
- package/lib/action-bar-button/ActionBarButton.js +0 -92
- package/lib/action-bar-button/index.css +0 -1
- package/lib/action-bar-button/index.d.ts +0 -36
- package/lib/action-bar-button/index.js +0 -39
- package/lib/action-bar-button/style/index.d.ts +0 -1
- package/lib/action-bar-button/style/index.js +0 -7
- package/lib/action-bar-button/types.d.ts +0 -5
- package/lib/action-bar-button/types.js +0 -15
- package/lib/action-bar-icon/ActionBarIcon.d.ts +0 -48
- package/lib/action-bar-icon/ActionBarIcon.js +0 -87
- package/lib/action-bar-icon/index.css +0 -1
- package/lib/action-bar-icon/index.d.ts +0 -39
- package/lib/action-bar-icon/index.js +0 -39
- package/lib/action-bar-icon/style/index.d.ts +0 -1
- package/lib/action-bar-icon/style/index.js +0 -5
- package/lib/action-bar-icon/types.d.ts +0 -10
- package/lib/action-bar-icon/types.js +0 -15
- package/lib/action-sheet/ActionSheet.d.ts +0 -195
- package/lib/action-sheet/ActionSheet.js +0 -158
- package/lib/action-sheet/index.d.ts +0 -136
- package/lib/action-sheet/style/index.d.ts +0 -1
- package/lib/action-sheet/types.d.ts +0 -23
- package/lib/action-sheet/types.js +0 -15
- package/lib/address-edit/AddressEdit.d.ts +0 -158
- package/lib/address-edit/AddressEdit.js +0 -324
- package/lib/address-edit/AddressEditDetail.d.ts +0 -32
- package/lib/address-edit/AddressEditDetail.js +0 -94
- package/lib/address-edit/index.d.ts +0 -119
- package/lib/address-edit/style/index.d.ts +0 -1
- package/lib/address-edit/types.d.ts +0 -28
- package/lib/address-edit/types.js +0 -15
- package/lib/address-list/AddressList.d.ts +0 -95
- package/lib/address-list/AddressList.js +0 -132
- package/lib/address-list/AddressListItem.d.ts +0 -46
- package/lib/address-list/AddressListItem.js +0 -127
- package/lib/address-list/index.d.ts +0 -75
- package/lib/address-list/style/index.d.ts +0 -1
- package/lib/address-list/types.d.ts +0 -15
- package/lib/address-list/types.js +0 -15
- package/lib/area/Area.d.ts +0 -134
- package/lib/area/Area.js +0 -95
- package/lib/area/index.d.ts +0 -100
- package/lib/area/style/index.d.ts +0 -1
- package/lib/area/types.d.ts +0 -9
- package/lib/area/types.js +0 -15
- package/lib/area/utils.d.ts +0 -6
- package/lib/area/utils.js +0 -111
- package/lib/back-top/BackTop.d.ts +0 -53
- package/lib/back-top/BackTop.js +0 -137
- package/lib/back-top/index.css +0 -1
- package/lib/back-top/index.d.ts +0 -44
- package/lib/back-top/index.js +0 -39
- package/lib/back-top/style/index.d.ts +0 -1
- package/lib/back-top/style/index.js +0 -4
- package/lib/back-top/types.d.ts +0 -9
- package/lib/back-top/types.js +0 -15
- package/lib/badge/Badge.d.ts +0 -66
- package/lib/badge/Badge.js +0 -123
- package/lib/badge/index.d.ts +0 -51
- package/lib/badge/style/index.d.ts +0 -1
- package/lib/badge/types.d.ts +0 -12
- package/lib/badge/types.js +0 -15
- package/lib/barrage/Barrage.d.ts +0 -93
- package/lib/barrage/Barrage.js +0 -152
- package/lib/barrage/index.css +0 -1
- package/lib/barrage/index.d.ts +0 -69
- package/lib/barrage/index.js +0 -39
- package/lib/barrage/style/index.d.ts +0 -1
- package/lib/barrage/style/index.js +0 -2
- package/lib/barrage/types.d.ts +0 -13
- package/lib/barrage/types.js +0 -15
- package/lib/button/Button.d.ts +0 -140
- package/lib/button/Button.js +0 -167
- package/lib/button/index.d.ts +0 -104
- package/lib/button/style/index.d.ts +0 -1
- package/lib/button/types.d.ts +0 -41
- package/lib/button/types.js +0 -15
- package/lib/calendar/Calendar.d.ts +0 -299
- package/lib/calendar/Calendar.js +0 -478
- package/lib/calendar/CalendarDay.d.ts +0 -33
- package/lib/calendar/CalendarDay.js +0 -151
- package/lib/calendar/CalendarHeader.d.ts +0 -36
- package/lib/calendar/CalendarHeader.js +0 -132
- package/lib/calendar/CalendarMonth.d.ts +0 -69
- package/lib/calendar/CalendarMonth.js +0 -242
- package/lib/calendar/index.d.ts +0 -215
- package/lib/calendar/style/index.d.ts +0 -1
- package/lib/calendar/types.d.ts +0 -60
- package/lib/calendar/types.js +0 -15
- package/lib/calendar/utils.d.ts +0 -18
- package/lib/card/Card.d.ts +0 -56
- package/lib/card/Card.js +0 -145
- package/lib/card/index.d.ts +0 -46
- package/lib/card/style/index.d.ts +0 -1
- package/lib/card/types.d.ts +0 -18
- package/lib/card/types.js +0 -15
- package/lib/cascader/Cascader.d.ts +0 -96
- package/lib/cascader/Cascader.js +0 -259
- package/lib/cascader/index.d.ts +0 -74
- package/lib/cascader/style/index.d.ts +0 -1
- package/lib/cascader/types.d.ts +0 -34
- package/lib/cascader/types.js +0 -15
- package/lib/cell/Cell.d.ts +0 -148
- package/lib/cell/Cell.js +0 -150
- package/lib/cell/index.d.ts +0 -86
- package/lib/cell/style/index.d.ts +0 -1
- package/lib/cell/types.d.ts +0 -21
- package/lib/cell/types.js +0 -15
- package/lib/cell-group/CellGroup.d.ts +0 -29
- package/lib/cell-group/CellGroup.js +0 -63
- package/lib/cell-group/index.d.ts +0 -27
- package/lib/cell-group/style/index.d.ts +0 -1
- package/lib/cell-group/types.d.ts +0 -10
- package/lib/cell-group/types.js +0 -15
- package/lib/checkbox/Checkbox.d.ts +0 -68
- package/lib/checkbox/Checkbox.js +0 -118
- package/lib/checkbox/Checker.d.ts +0 -87
- package/lib/checkbox/Checker.js +0 -161
- package/lib/checkbox/index.d.ts +0 -54
- package/lib/checkbox/style/index.d.ts +0 -1
- package/lib/checkbox/types.d.ts +0 -24
- package/lib/checkbox/types.js +0 -15
- package/lib/checkbox-group/CheckboxGroup.d.ts +0 -57
- package/lib/checkbox-group/CheckboxGroup.js +0 -91
- package/lib/checkbox-group/index.d.ts +0 -45
- package/lib/checkbox-group/style/index.d.ts +0 -1
- package/lib/checkbox-group/types.d.ts +0 -16
- package/lib/checkbox-group/types.js +0 -15
- package/lib/circle/Circle.d.ts +0 -118
- package/lib/circle/Circle.js +0 -171
- package/lib/circle/index.d.ts +0 -88
- package/lib/circle/style/index.d.ts +0 -1
- package/lib/circle/types.d.ts +0 -9
- package/lib/circle/types.js +0 -15
- package/lib/col/Col.d.ts +0 -38
- package/lib/col/Col.js +0 -90
- package/lib/col/index.d.ts +0 -32
- package/lib/col/style/index.d.ts +0 -1
- package/lib/collapse/Collapse.d.ts +0 -55
- package/lib/collapse/Collapse.js +0 -127
- package/lib/collapse/index.d.ts +0 -36
- package/lib/collapse/style/index.d.ts +0 -1
- package/lib/collapse-item/CollapseItem.d.ts +0 -141
- package/lib/collapse-item/CollapseItem.js +0 -155
- package/lib/collapse-item/index.d.ts +0 -104
- package/lib/collapse-item/style/index.d.ts +0 -1
- package/lib/collapse-item/types.d.ts +0 -15
- package/lib/collapse-item/types.js +0 -15
- package/lib/composables/on-popup-reopen.d.ts +0 -3
- package/lib/composables/on-popup-reopen.js +0 -35
- package/lib/composables/use-expose.d.ts +0 -1
- package/lib/composables/use-expose.js +0 -30
- package/lib/composables/use-global-z-index.d.ts +0 -4
- package/lib/composables/use-global-z-index.js +0 -28
- package/lib/composables/use-height.d.ts +0 -2
- package/lib/composables/use-height.js +0 -43
- package/lib/composables/use-id.d.ts +0 -1
- package/lib/composables/use-id.js +0 -32
- package/lib/composables/use-lazy-render.d.ts +0 -2
- package/lib/composables/use-lazy-render.js +0 -36
- package/lib/composables/use-lock-scroll.d.ts +0 -2
- package/lib/composables/use-lock-scroll.js +0 -77
- package/lib/composables/use-placeholder.d.ts +0 -3
- package/lib/composables/use-placeholder.js +0 -33
- package/lib/composables/use-refs.d.ts +0 -2
- package/lib/composables/use-refs.js +0 -39
- package/lib/composables/use-route.d.ts +0 -13
- package/lib/composables/use-route.js +0 -46
- package/lib/composables/use-scope-id.d.ts +0 -3
- package/lib/composables/use-scope-id.js +0 -28
- package/lib/composables/use-sync-prop-ref.d.ts +0 -2
- package/lib/composables/use-sync-prop-ref.js +0 -37
- package/lib/composables/use-tab-status.d.ts +0 -3
- package/lib/composables/use-tab-status.js +0 -26
- package/lib/composables/use-touch.d.ts +0 -17
- package/lib/composables/use-touch.js +0 -87
- package/lib/composables/use-visibility-change.d.ts +0 -2
- package/lib/composables/use-visibility-change.js +0 -49
- package/lib/config-provider/ConfigProvider.d.ts +0 -71
- package/lib/config-provider/ConfigProvider.js +0 -121
- package/lib/config-provider/index.d.ts +0 -50
- package/lib/config-provider/index.js +0 -39
- package/lib/config-provider/style/index.d.ts +0 -1
- package/lib/config-provider/style/index.js +0 -1
- package/lib/config-provider/types.d.ts +0 -61
- package/lib/config-provider/types.js +0 -15
- package/lib/contact-card/ContactCard.d.ts +0 -47
- package/lib/contact-card/ContactCard.js +0 -65
- package/lib/contact-card/index.d.ts +0 -39
- package/lib/contact-card/style/index.d.ts +0 -1
- package/lib/contact-card/types.d.ts +0 -6
- package/lib/contact-card/types.js +0 -15
- package/lib/contact-edit/ContactEdit.d.ts +0 -64
- package/lib/contact-edit/ContactEdit.js +0 -131
- package/lib/contact-edit/index.d.ts +0 -49
- package/lib/contact-edit/style/index.d.ts +0 -1
- package/lib/contact-edit/types.d.ts +0 -8
- package/lib/contact-edit/types.js +0 -15
- package/lib/contact-list/ContactList.d.ts +0 -32
- package/lib/contact-list/ContactList.js +0 -108
- package/lib/contact-list/index.d.ts +0 -25
- package/lib/contact-list/style/index.d.ts +0 -1
- package/lib/contact-list/types.d.ts +0 -6
- package/lib/contact-list/types.js +0 -15
- package/lib/count-down/CountDown.d.ts +0 -55
- package/lib/count-down/CountDown.js +0 -75
- package/lib/count-down/index.d.ts +0 -46
- package/lib/count-down/style/index.d.ts +0 -1
- package/lib/count-down/types.d.ts +0 -16
- package/lib/count-down/types.js +0 -15
- package/lib/count-down/utils.d.ts +0 -2
- package/lib/coupon/Coupon.d.ts +0 -45
- package/lib/coupon/Coupon.js +0 -98
- package/lib/coupon/index.d.ts +0 -35
- package/lib/coupon/style/index.d.ts +0 -1
- package/lib/coupon/types.d.ts +0 -19
- package/lib/coupon/types.js +0 -15
- package/lib/coupon/utils.d.ts +0 -3
- package/lib/coupon/utils.js +0 -33
- package/lib/coupon-cell/CouponCell.d.ts +0 -78
- package/lib/coupon-cell/CouponCell.js +0 -89
- package/lib/coupon-cell/index.d.ts +0 -60
- package/lib/coupon-cell/style/index.d.ts +0 -1
- package/lib/coupon-cell/types.d.ts +0 -3
- package/lib/coupon-cell/types.js +0 -15
- package/lib/coupon-list/CouponList.d.ts +0 -170
- package/lib/coupon-list/CouponList.js +0 -215
- package/lib/coupon-list/index.d.ts +0 -125
- package/lib/coupon-list/style/index.d.ts +0 -1
- package/lib/coupon-list/types.d.ts +0 -9
- package/lib/coupon-list/types.js +0 -15
- package/lib/date-picker/DatePicker.d.ts +0 -176
- package/lib/date-picker/DatePicker.js +0 -152
- package/lib/date-picker/index.d.ts +0 -127
- package/lib/date-picker/index.js +0 -39
- package/lib/date-picker/style/index.d.ts +0 -1
- package/lib/date-picker/style/index.js +0 -10
- package/lib/date-picker/utils.d.ts +0 -46
- package/lib/date-picker/utils.js +0 -69
- package/lib/dialog/Dialog.d.ts +0 -200
- package/lib/dialog/function-call.d.ts +0 -21
- package/lib/dialog/function-call.js +0 -114
- package/lib/dialog/index.d.ts +0 -147
- package/lib/dialog/style/index.d.ts +0 -1
- package/lib/dialog/types.d.ts +0 -53
- package/lib/dialog/types.js +0 -15
- package/lib/divider/Divider.d.ts +0 -44
- package/lib/divider/Divider.js +0 -52
- package/lib/divider/index.d.ts +0 -37
- package/lib/divider/style/index.d.ts +0 -1
- package/lib/divider/types.d.ts +0 -10
- package/lib/divider/types.js +0 -15
- package/lib/dropdown-item/DropdownItem.d.ts +0 -59
- package/lib/dropdown-item/DropdownItem.js +0 -220
- package/lib/dropdown-item/index.d.ts +0 -50
- package/lib/dropdown-item/style/index.d.ts +0 -1
- package/lib/dropdown-item/types.d.ts +0 -27
- package/lib/dropdown-item/types.js +0 -15
- package/lib/dropdown-menu/DropdownMenu.d.ts +0 -89
- package/lib/dropdown-menu/DropdownMenu.js +0 -168
- package/lib/dropdown-menu/index.d.ts +0 -68
- package/lib/dropdown-menu/style/index.d.ts +0 -1
- package/lib/dropdown-menu/types.d.ts +0 -27
- package/lib/dropdown-menu/types.js +0 -15
- package/lib/empty/Empty.d.ts +0 -29
- package/lib/empty/Empty.js +0 -362
- package/lib/empty/index.d.ts +0 -26
- package/lib/empty/style/index.d.ts +0 -1
- package/lib/empty/types.d.ts +0 -10
- package/lib/empty/types.js +0 -15
- package/lib/field/Field.d.ts +0 -383
- package/lib/field/Field.js +0 -567
- package/lib/field/index.d.ts +0 -238
- package/lib/field/style/index.d.ts +0 -1
- package/lib/field/types.d.ts +0 -65
- package/lib/field/types.js +0 -15
- package/lib/field/utils.d.ts +0 -15
- package/lib/field/utils.js +0 -116
- package/lib/floating-bubble/FloatingBubble.d.ts +0 -81
- package/lib/floating-bubble/FloatingBubble.js +0 -203
- package/lib/floating-bubble/index.css +0 -1
- package/lib/floating-bubble/index.d.ts +0 -63
- package/lib/floating-bubble/index.js +0 -39
- package/lib/floating-bubble/style/index.d.ts +0 -1
- package/lib/floating-bubble/style/index.js +0 -4
- package/lib/floating-bubble/types.d.ts +0 -20
- package/lib/floating-bubble/types.js +0 -15
- package/lib/floating-panel/FloatingPanel.d.ts +0 -81
- package/lib/floating-panel/FloatingPanel.js +0 -153
- package/lib/floating-panel/index.css +0 -1
- package/lib/floating-panel/index.d.ts +0 -64
- package/lib/floating-panel/index.js +0 -39
- package/lib/floating-panel/style/index.d.ts +0 -1
- package/lib/floating-panel/style/index.js +0 -2
- package/lib/floating-panel/types.d.ts +0 -9
- package/lib/floating-panel/types.js +0 -15
- package/lib/form/Form.d.ts +0 -94
- package/lib/form/Form.js +0 -187
- package/lib/form/index.d.ts +0 -74
- package/lib/form/style/index.d.ts +0 -1
- package/lib/form/types.d.ts +0 -15
- package/lib/form/types.js +0 -15
- package/lib/grid/Grid.d.ts +0 -74
- package/lib/grid/Grid.js +0 -66
- package/lib/grid/index.d.ts +0 -54
- package/lib/grid/style/index.d.ts +0 -1
- package/lib/grid-item/GridItem.d.ts +0 -45
- package/lib/grid-item/GridItem.js +0 -164
- package/lib/grid-item/index.d.ts +0 -37
- package/lib/grid-item/style/index.d.ts +0 -1
- package/lib/grid-item/types.d.ts +0 -8
- package/lib/grid-item/types.js +0 -15
- package/lib/highlight/Highlight.d.ts +0 -96
- package/lib/highlight/Highlight.js +0 -147
- package/lib/highlight/index.css +0 -1
- package/lib/highlight/index.d.ts +0 -73
- package/lib/highlight/index.js +0 -39
- package/lib/highlight/style/index.d.ts +0 -1
- package/lib/highlight/style/index.js +0 -2
- package/lib/highlight/types.d.ts +0 -3
- package/lib/highlight/types.js +0 -15
- package/lib/icon/Icon.d.ts +0 -45
- package/lib/icon/Icon.js +0 -78
- package/lib/icon/index.d.ts +0 -36
- package/lib/icon/style/index.d.ts +0 -1
- package/lib/image/Image.d.ts +0 -110
- package/lib/image/Image.js +0 -193
- package/lib/image/index.d.ts +0 -83
- package/lib/image/style/index.d.ts +0 -1
- package/lib/image/types.d.ts +0 -12
- package/lib/image/types.js +0 -15
- package/lib/image-preview/ImagePreview.d.ts +0 -234
- package/lib/image-preview/ImagePreviewItem.d.ts +0 -91
- package/lib/image-preview/function-call.d.ts +0 -6
- package/lib/image-preview/function-call.js +0 -96
- package/lib/image-preview/index.d.ts +0 -172
- package/lib/image-preview/style/index.d.ts +0 -1
- package/lib/image-preview/types.d.ts +0 -61
- package/lib/image-preview/types.js +0 -15
- package/lib/index-anchor/IndexAnchor.d.ts +0 -11
- package/lib/index-anchor/IndexAnchor.js +0 -106
- package/lib/index-anchor/index.d.ts +0 -14
- package/lib/index-anchor/style/index.d.ts +0 -1
- package/lib/index-anchor/types.d.ts +0 -11
- package/lib/index-anchor/types.js +0 -15
- package/lib/index-bar/IndexBar.d.ts +0 -64
- package/lib/index-bar/IndexBar.js +0 -253
- package/lib/index-bar/index.d.ts +0 -50
- package/lib/index-bar/style/index.d.ts +0 -1
- package/lib/index-bar/types.d.ts +0 -16
- package/lib/index-bar/types.js +0 -15
- package/lib/index.d.ts +0 -109
- package/lib/lazyload/index.d.ts +0 -3
- package/lib/lazyload/style/index.d.ts +0 -1
- package/lib/lazyload/vue-lazyload/index.d.ts +0 -55
- package/lib/lazyload/vue-lazyload/index.js +0 -65
- package/lib/lazyload/vue-lazyload/lazy-component.js +0 -70
- package/lib/lazyload/vue-lazyload/lazy-container.js +0 -91
- package/lib/lazyload/vue-lazyload/lazy-image.js +0 -118
- package/lib/lazyload/vue-lazyload/lazy.js +0 -455
- package/lib/lazyload/vue-lazyload/listener.js +0 -235
- package/lib/lazyload/vue-lazyload/util.d.ts +0 -25
- package/lib/lazyload/vue-lazyload/util.js +0 -180
- package/lib/list/List.d.ts +0 -81
- package/lib/list/List.js +0 -162
- package/lib/list/index.d.ts +0 -65
- package/lib/list/style/index.d.ts +0 -1
- package/lib/list/types.d.ts +0 -13
- package/lib/list/types.js +0 -15
- package/lib/loading/Loading.d.ts +0 -39
- package/lib/loading/Loading.js +0 -89
- package/lib/loading/index.d.ts +0 -33
- package/lib/loading/style/index.d.ts +0 -1
- package/lib/loading/types.d.ts +0 -7
- package/lib/loading/types.js +0 -15
- package/lib/locale/index.d.ts +0 -8
- package/lib/locale/lang/ar-SA.d.ts +0 -63
- package/lib/locale/lang/ar-SA.js +0 -84
- package/lib/locale/lang/bg-BG.d.ts +0 -65
- package/lib/locale/lang/bg-BG.js +0 -94
- package/lib/locale/lang/bn-BD.d.ts +0 -63
- package/lib/locale/lang/bn-BD.js +0 -92
- package/lib/locale/lang/da-DK.d.ts +0 -65
- package/lib/locale/lang/da-DK.js +0 -86
- package/lib/locale/lang/de-DE-formal.d.ts +0 -63
- package/lib/locale/lang/de-DE.d.ts +0 -63
- package/lib/locale/lang/el-GR.d.ts +0 -65
- package/lib/locale/lang/el-GR.js +0 -94
- package/lib/locale/lang/en-US.d.ts +0 -63
- package/lib/locale/lang/eo-EO.d.ts +0 -63
- package/lib/locale/lang/eo-EO.js +0 -84
- package/lib/locale/lang/es-ES.d.ts +0 -63
- package/lib/locale/lang/fa-IR.d.ts +0 -65
- package/lib/locale/lang/fa-IR.js +0 -94
- package/lib/locale/lang/fr-FR.d.ts +0 -63
- package/lib/locale/lang/he-IL.d.ts +0 -65
- package/lib/locale/lang/he-IL.js +0 -86
- package/lib/locale/lang/hi-IN.d.ts +0 -63
- package/lib/locale/lang/hi-IN.js +0 -92
- package/lib/locale/lang/id-ID.d.ts +0 -63
- package/lib/locale/lang/id-ID.js +0 -84
- package/lib/locale/lang/is-IS.d.ts +0 -63
- package/lib/locale/lang/is-IS.js +0 -92
- package/lib/locale/lang/it-IT.d.ts +0 -63
- package/lib/locale/lang/it-IT.js +0 -84
- package/lib/locale/lang/ja-JP.d.ts +0 -63
- package/lib/locale/lang/kk-KZ.d.ts +0 -63
- package/lib/locale/lang/kk-KZ.js +0 -100
- package/lib/locale/lang/km-KH.d.ts +0 -63
- package/lib/locale/lang/km-KH.js +0 -84
- package/lib/locale/lang/ko-KR.d.ts +0 -63
- package/lib/locale/lang/ko-KR.js +0 -92
- package/lib/locale/lang/la-LA.d.ts +0 -63
- package/lib/locale/lang/la-LA.js +0 -84
- package/lib/locale/lang/mm-MN.d.ts +0 -63
- package/lib/locale/lang/mm-MN.js +0 -84
- package/lib/locale/lang/nb-NO.d.ts +0 -63
- package/lib/locale/lang/nl-NL.d.ts +0 -63
- package/lib/locale/lang/nl-NL.js +0 -84
- package/lib/locale/lang/pt-BR.d.ts +0 -63
- package/lib/locale/lang/pt-BR.js +0 -84
- package/lib/locale/lang/ro-RO.d.ts +0 -63
- package/lib/locale/lang/ru-RU.d.ts +0 -63
- package/lib/locale/lang/ru-RU.js +0 -84
- package/lib/locale/lang/sr-RS.d.ts +0 -63
- package/lib/locale/lang/sr-RS.js +0 -92
- package/lib/locale/lang/sv-SE.d.ts +0 -63
- package/lib/locale/lang/sv-SE.js +0 -84
- package/lib/locale/lang/th-TH.d.ts +0 -63
- package/lib/locale/lang/tr-TR.d.ts +0 -63
- package/lib/locale/lang/uk-UA.d.ts +0 -63
- package/lib/locale/lang/uk-UA.js +0 -84
- package/lib/locale/lang/vi-VN.d.ts +0 -63
- package/lib/locale/lang/zh-CN.d.ts +0 -63
- package/lib/locale/lang/zh-HK.d.ts +0 -63
- package/lib/locale/lang/zh-TW.d.ts +0 -63
- package/lib/locale/style/index.d.ts +0 -1
- package/lib/nav-bar/NavBar.d.ts +0 -74
- package/lib/nav-bar/NavBar.js +0 -124
- package/lib/nav-bar/index.d.ts +0 -60
- package/lib/nav-bar/style/index.d.ts +0 -1
- package/lib/nav-bar/types.d.ts +0 -10
- package/lib/nav-bar/types.js +0 -15
- package/lib/notice-bar/NoticeBar.d.ts +0 -71
- package/lib/notice-bar/NoticeBar.js +0 -184
- package/lib/notice-bar/index.d.ts +0 -57
- package/lib/notice-bar/style/index.d.ts +0 -1
- package/lib/notice-bar/types.d.ts +0 -18
- package/lib/notice-bar/types.js +0 -15
- package/lib/notify/Notify.d.ts +0 -134
- package/lib/notify/function-call.d.ts +0 -18
- package/lib/notify/function-call.js +0 -97
- package/lib/notify/index.d.ts +0 -100
- package/lib/notify/style/index.d.ts +0 -1
- package/lib/notify/types.d.ts +0 -30
- package/lib/notify/types.js +0 -15
- package/lib/number-keyboard/NumberKeyboard.d.ts +0 -162
- package/lib/number-keyboard/NumberKeyboard.js +0 -264
- package/lib/number-keyboard/NumberKeyboardKey.d.ts +0 -24
- package/lib/number-keyboard/NumberKeyboardKey.js +0 -112
- package/lib/number-keyboard/index.d.ts +0 -121
- package/lib/number-keyboard/style/index.d.ts +0 -1
- package/lib/number-keyboard/types.d.ts +0 -17
- package/lib/number-keyboard/types.js +0 -15
- package/lib/overlay/Overlay.d.ts +0 -54
- package/lib/overlay/Overlay.js +0 -84
- package/lib/overlay/index.d.ts +0 -44
- package/lib/overlay/style/index.d.ts +0 -1
- package/lib/overlay/types.d.ts +0 -4
- package/lib/overlay/types.js +0 -15
- package/lib/pagination/Pagination.d.ts +0 -127
- package/lib/pagination/Pagination.js +0 -173
- package/lib/pagination/index.d.ts +0 -95
- package/lib/pagination/style/index.d.ts +0 -1
- package/lib/pagination/types.d.ts +0 -11
- package/lib/pagination/types.js +0 -15
- package/lib/password-input/PasswordInput.d.ts +0 -63
- package/lib/password-input/PasswordInput.js +0 -97
- package/lib/password-input/index.d.ts +0 -51
- package/lib/password-input/style/index.d.ts +0 -1
- package/lib/password-input/types.d.ts +0 -17
- package/lib/password-input/types.js +0 -15
- package/lib/picker/Picker.d.ts +0 -164
- package/lib/picker/Picker.js +0 -243
- package/lib/picker/PickerColumn.d.ts +0 -61
- package/lib/picker/PickerToolbar.d.ts +0 -21
- package/lib/picker/PickerToolbar.js +0 -85
- package/lib/picker/index.d.ts +0 -105
- package/lib/picker/style/index.d.ts +0 -1
- package/lib/picker/types.d.ts +0 -62
- package/lib/picker/types.js +0 -15
- package/lib/picker/utils.d.ts +0 -13
- package/lib/picker/utils.js +0 -97
- package/lib/picker-group/PickerGroup.d.ts +0 -69
- package/lib/picker-group/PickerGroup.js +0 -110
- package/lib/picker-group/index.css +0 -1
- package/lib/picker-group/index.d.ts +0 -55
- package/lib/picker-group/index.js +0 -39
- package/lib/picker-group/style/index.d.ts +0 -1
- package/lib/picker-group/style/index.js +0 -9
- package/lib/picker-group/types.d.ts +0 -3
- package/lib/picker-group/types.js +0 -15
- package/lib/popover/Popover.d.ts +0 -177
- package/lib/popover/Popover.js +0 -216
- package/lib/popover/index.d.ts +0 -130
- package/lib/popover/style/index.d.ts +0 -1
- package/lib/popover/types.d.ts +0 -27
- package/lib/popover/types.js +0 -15
- package/lib/popup/Popup.d.ts +0 -169
- package/lib/popup/Popup.js +0 -239
- package/lib/popup/index.d.ts +0 -127
- package/lib/popup/shared.d.ts +0 -30
- package/lib/popup/shared.js +0 -53
- package/lib/popup/style/index.d.ts +0 -1
- package/lib/popup/types.d.ts +0 -17
- package/lib/popup/types.js +0 -15
- package/lib/progress/Progress.d.ts +0 -61
- package/lib/progress/Progress.js +0 -95
- package/lib/progress/index.d.ts +0 -49
- package/lib/progress/style/index.d.ts +0 -1
- package/lib/progress/types.d.ts +0 -14
- package/lib/progress/types.js +0 -15
- package/lib/pull-refresh/PullRefresh.d.ts +0 -75
- package/lib/pull-refresh/PullRefresh.js +0 -212
- package/lib/pull-refresh/index.d.ts +0 -60
- package/lib/pull-refresh/style/index.d.ts +0 -1
- package/lib/pull-refresh/types.d.ts +0 -6
- package/lib/pull-refresh/types.js +0 -15
- package/lib/radio/Radio.d.ts +0 -43
- package/lib/radio/Radio.js +0 -73
- package/lib/radio/index.d.ts +0 -35
- package/lib/radio/style/index.d.ts +0 -1
- package/lib/radio/types.d.ts +0 -12
- package/lib/radio/types.js +0 -15
- package/lib/radio-group/RadioGroup.d.ts +0 -39
- package/lib/radio-group/RadioGroup.js +0 -64
- package/lib/radio-group/index.d.ts +0 -28
- package/lib/radio-group/style/index.d.ts +0 -1
- package/lib/rate/Rate.d.ts +0 -111
- package/lib/rate/Rate.js +0 -243
- package/lib/rate/index.d.ts +0 -85
- package/lib/rate/style/index.d.ts +0 -1
- package/lib/rate/types.d.ts +0 -7
- package/lib/rate/types.js +0 -15
- package/lib/rolling-text/RollingText.d.ts +0 -104
- package/lib/rolling-text/RollingText.js +0 -123
- package/lib/rolling-text/RollingTextItem.d.ts +0 -67
- package/lib/rolling-text/RollingTextItem.js +0 -65
- package/lib/rolling-text/index.css +0 -1
- package/lib/rolling-text/index.d.ts +0 -79
- package/lib/rolling-text/index.js +0 -39
- package/lib/rolling-text/style/index.d.ts +0 -1
- package/lib/rolling-text/style/index.js +0 -2
- package/lib/rolling-text/types.d.ts +0 -17
- package/lib/rolling-text/types.js +0 -15
- package/lib/row/Row.d.ts +0 -68
- package/lib/row/Row.js +0 -140
- package/lib/row/index.d.ts +0 -43
- package/lib/row/style/index.d.ts +0 -1
- package/lib/search/Search.d.ts +0 -234
- package/lib/search/Search.js +0 -140
- package/lib/search/index.d.ts +0 -171
- package/lib/search/style/index.d.ts +0 -1
- package/lib/search/types.d.ts +0 -21
- package/lib/search/types.js +0 -15
- package/lib/share-sheet/ShareSheet.d.ts +0 -162
- package/lib/share-sheet/ShareSheet.js +0 -142
- package/lib/share-sheet/index.d.ts +0 -115
- package/lib/share-sheet/style/index.d.ts +0 -1
- package/lib/share-sheet/types.d.ts +0 -17
- package/lib/share-sheet/types.js +0 -15
- package/lib/sidebar/Sidebar.d.ts +0 -30
- package/lib/sidebar/Sidebar.js +0 -63
- package/lib/sidebar/index.d.ts +0 -25
- package/lib/sidebar/style/index.d.ts +0 -1
- package/lib/sidebar/types.d.ts +0 -3
- package/lib/sidebar/types.js +0 -15
- package/lib/sidebar-item/SidebarItem.d.ts +0 -42
- package/lib/sidebar-item/SidebarItem.js +0 -91
- package/lib/sidebar-item/index.d.ts +0 -36
- package/lib/sidebar-item/style/index.d.ts +0 -1
- package/lib/sidebar-item/types.d.ts +0 -15
- package/lib/sidebar-item/types.js +0 -15
- package/lib/signature/Signature.d.ts +0 -76
- package/lib/signature/Signature.js +0 -179
- package/lib/signature/index.css +0 -1
- package/lib/signature/index.d.ts +0 -60
- package/lib/signature/index.js +0 -37
- package/lib/signature/style/index.d.ts +0 -1
- package/lib/signature/style/index.js +0 -6
- package/lib/signature/types.d.ts +0 -14
- package/lib/signature/types.js +0 -15
- package/lib/skeleton/Skeleton.d.ts +0 -96
- package/lib/skeleton/Skeleton.js +0 -118
- package/lib/skeleton/index.d.ts +0 -73
- package/lib/skeleton/style/index.d.ts +0 -1
- package/lib/skeleton/types.d.ts +0 -11
- package/lib/skeleton/types.js +0 -15
- package/lib/skeleton-avatar/SkeletonAvatar.d.ts +0 -26
- package/lib/skeleton-avatar/SkeletonAvatar.js +0 -40
- package/lib/skeleton-avatar/index.css +0 -1
- package/lib/skeleton-avatar/index.d.ts +0 -23
- package/lib/skeleton-avatar/index.js +0 -39
- package/lib/skeleton-avatar/style/index.d.ts +0 -1
- package/lib/skeleton-avatar/style/index.js +0 -2
- package/lib/skeleton-image/SkeletonImage.d.ts +0 -26
- package/lib/skeleton-image/SkeletonImage.js +0 -44
- package/lib/skeleton-image/index.css +0 -1
- package/lib/skeleton-image/index.d.ts +0 -23
- package/lib/skeleton-image/index.js +0 -39
- package/lib/skeleton-image/style/index.d.ts +0 -1
- package/lib/skeleton-image/style/index.js +0 -4
- package/lib/skeleton-paragraph/SkeletonParagraph.d.ts +0 -27
- package/lib/skeleton-paragraph/SkeletonParagraph.js +0 -49
- package/lib/skeleton-paragraph/index.css +0 -1
- package/lib/skeleton-paragraph/index.d.ts +0 -24
- package/lib/skeleton-paragraph/index.js +0 -40
- package/lib/skeleton-paragraph/style/index.d.ts +0 -1
- package/lib/skeleton-paragraph/style/index.js +0 -2
- package/lib/skeleton-title/SkeletonTitle.d.ts +0 -16
- package/lib/skeleton-title/SkeletonTitle.js +0 -44
- package/lib/skeleton-title/index.css +0 -1
- package/lib/skeleton-title/index.d.ts +0 -17
- package/lib/skeleton-title/index.js +0 -39
- package/lib/skeleton-title/style/index.d.ts +0 -1
- package/lib/skeleton-title/style/index.js +0 -2
- package/lib/slider/Slider.d.ts +0 -100
- package/lib/slider/Slider.js +0 -305
- package/lib/slider/index.d.ts +0 -77
- package/lib/slider/style/index.d.ts +0 -1
- package/lib/slider/types.d.ts +0 -11
- package/lib/slider/types.js +0 -15
- package/lib/space/Space.d.ts +0 -48
- package/lib/space/Space.js +0 -106
- package/lib/space/index.css +0 -1
- package/lib/space/index.d.ts +0 -38
- package/lib/space/index.js +0 -39
- package/lib/space/style/index.d.ts +0 -1
- package/lib/space/style/index.js +0 -2
- package/lib/step/Step.d.ts +0 -2
- package/lib/step/Step.js +0 -136
- package/lib/step/index.d.ts +0 -8
- package/lib/step/style/index.d.ts +0 -1
- package/lib/step/types.d.ts +0 -13
- package/lib/step/types.js +0 -15
- package/lib/stepper/Stepper.d.ts +0 -194
- package/lib/stepper/Stepper.js +0 -267
- package/lib/stepper/index.d.ts +0 -143
- package/lib/stepper/style/index.d.ts +0 -1
- package/lib/stepper/types.d.ts +0 -15
- package/lib/stepper/types.js +0 -15
- package/lib/steps/Steps.d.ts +0 -71
- package/lib/steps/Steps.js +0 -65
- package/lib/steps/index.d.ts +0 -52
- package/lib/steps/style/index.d.ts +0 -1
- package/lib/steps/types.d.ts +0 -3
- package/lib/steps/types.js +0 -15
- package/lib/sticky/Sticky.d.ts +0 -58
- package/lib/sticky/Sticky.js +0 -157
- package/lib/sticky/index.d.ts +0 -47
- package/lib/sticky/style/index.d.ts +0 -1
- package/lib/sticky/types.d.ts +0 -3
- package/lib/sticky/types.js +0 -15
- package/lib/style/css-variables.css +0 -1
- package/lib/submit-bar/SubmitBar.d.ts +0 -101
- package/lib/submit-bar/SubmitBar.js +0 -134
- package/lib/submit-bar/index.d.ts +0 -76
- package/lib/submit-bar/style/index.d.ts +0 -1
- package/lib/submit-bar/types.d.ts +0 -20
- package/lib/submit-bar/types.js +0 -15
- package/lib/swipe/Swipe.d.ts +0 -123
- package/lib/swipe/Swipe.js +0 -394
- package/lib/swipe/index.d.ts +0 -93
- package/lib/swipe/style/index.d.ts +0 -1
- package/lib/swipe/types.d.ts +0 -39
- package/lib/swipe/types.js +0 -15
- package/lib/swipe-cell/SwipeCell.d.ts +0 -44
- package/lib/swipe-cell/SwipeCell.js +0 -193
- package/lib/swipe-cell/index.d.ts +0 -39
- package/lib/swipe-cell/style/index.d.ts +0 -1
- package/lib/swipe-cell/types.d.ts +0 -9
- package/lib/swipe-cell/types.js +0 -15
- package/lib/swipe-item/SwipeItem.d.ts +0 -2
- package/lib/swipe-item/SwipeItem.js +0 -100
- package/lib/swipe-item/index.d.ts +0 -7
- package/lib/swipe-item/style/index.d.ts +0 -1
- package/lib/switch/Switch.d.ts +0 -58
- package/lib/switch/Switch.js +0 -104
- package/lib/switch/index.d.ts +0 -48
- package/lib/switch/style/index.d.ts +0 -1
- package/lib/switch/types.d.ts +0 -12
- package/lib/switch/types.js +0 -15
- package/lib/tab/Tab.d.ts +0 -58
- package/lib/tab/Tab.js +0 -173
- package/lib/tab/TabTitle.d.ts +0 -44
- package/lib/tab/TabTitle.js +0 -109
- package/lib/tab/index.d.ts +0 -46
- package/lib/tab/style/index.d.ts +0 -1
- package/lib/tabbar/Tabbar.d.ts +0 -90
- package/lib/tabbar/Tabbar.js +0 -103
- package/lib/tabbar/index.d.ts +0 -66
- package/lib/tabbar/style/index.d.ts +0 -1
- package/lib/tabbar/types.d.ts +0 -5
- package/lib/tabbar/types.js +0 -15
- package/lib/tabbar-item/TabbarItem.d.ts +0 -44
- package/lib/tabbar-item/TabbarItem.js +0 -139
- package/lib/tabbar-item/index.d.ts +0 -37
- package/lib/tabbar-item/style/index.d.ts +0 -1
- package/lib/tabbar-item/types.d.ts +0 -9
- package/lib/tabbar-item/types.js +0 -15
- package/lib/tabs/Tabs.d.ts +0 -167
- package/lib/tabs/Tabs.js +0 -386
- package/lib/tabs/TabsContent.d.ts +0 -43
- package/lib/tabs/TabsContent.js +0 -86
- package/lib/tabs/index.d.ts +0 -124
- package/lib/tabs/style/index.d.ts +0 -1
- package/lib/tabs/types.d.ts +0 -39
- package/lib/tabs/types.js +0 -15
- package/lib/tabs/utils.d.ts +0 -3
- package/lib/tag/Tag.d.ts +0 -63
- package/lib/tag/Tag.js +0 -97
- package/lib/tag/index.d.ts +0 -51
- package/lib/tag/style/index.d.ts +0 -1
- package/lib/tag/types.d.ts +0 -20
- package/lib/tag/types.js +0 -15
- package/lib/text-ellipsis/TextEllipsis.d.ts +0 -89
- package/lib/text-ellipsis/TextEllipsis.js +0 -186
- package/lib/text-ellipsis/index.css +0 -1
- package/lib/text-ellipsis/index.d.ts +0 -69
- package/lib/text-ellipsis/index.js +0 -39
- package/lib/text-ellipsis/style/index.d.ts +0 -1
- package/lib/text-ellipsis/style/index.js +0 -2
- package/lib/text-ellipsis/types.d.ts +0 -9
- package/lib/text-ellipsis/types.js +0 -15
- package/lib/time-picker/TimePicker.d.ts +0 -246
- package/lib/time-picker/TimePicker.js +0 -157
- package/lib/time-picker/index.d.ts +0 -175
- package/lib/time-picker/index.js +0 -39
- package/lib/time-picker/style/index.d.ts +0 -1
- package/lib/time-picker/style/index.js +0 -10
- package/lib/toast/Toast.d.ts +0 -118
- package/lib/toast/function-call.d.ts +0 -36
- package/lib/toast/function-call.js +0 -170
- package/lib/toast/index.d.ts +0 -89
- package/lib/toast/lock-click.d.ts +0 -1
- package/lib/toast/style/index.d.ts +0 -1
- package/lib/toast/types.d.ts +0 -56
- package/lib/toast/types.js +0 -15
- package/lib/tree-select/TreeSelect.d.ts +0 -106
- package/lib/tree-select/TreeSelect.js +0 -122
- package/lib/tree-select/index.d.ts +0 -72
- package/lib/tree-select/style/index.d.ts +0 -1
- package/lib/tree-select/types.d.ts +0 -10
- package/lib/tree-select/types.js +0 -15
- package/lib/uploader/Uploader.d.ts +0 -217
- package/lib/uploader/Uploader.js +0 -301
- package/lib/uploader/UploaderPreviewItem.d.ts +0 -40
- package/lib/uploader/UploaderPreviewItem.js +0 -149
- package/lib/uploader/index.d.ts +0 -159
- package/lib/uploader/style/index.d.ts +0 -1
- package/lib/uploader/types.d.ts +0 -61
- package/lib/uploader/types.js +0 -15
- package/lib/uploader/utils.d.ts +0 -11
- package/lib/utils/basic.d.ts +0 -30
- package/lib/utils/basic.js +0 -75
- package/lib/utils/closest.d.ts +0 -1
- package/lib/utils/closest.js +0 -27
- package/lib/utils/constant.d.ts +0 -14
- package/lib/utils/create.d.ts +0 -17
- package/lib/utils/create.js +0 -81
- package/lib/utils/deep-assign.d.ts +0 -3
- package/lib/utils/deep-clone.d.ts +0 -1
- package/lib/utils/dom.d.ts +0 -13
- package/lib/utils/dom.js +0 -103
- package/lib/utils/format.d.ts +0 -13
- package/lib/utils/format.js +0 -139
- package/lib/utils/index.d.ts +0 -9
- package/lib/utils/interceptor.d.ts +0 -7
- package/lib/utils/mount-component.d.ts +0 -14
- package/lib/utils/mount-component.js +0 -58
- package/lib/utils/props.d.ts +0 -31
- package/lib/utils/props.js +0 -55
- package/lib/utils/support.js +0 -1
- package/lib/utils/with-install.d.ts +0 -13
- package/lib/utils/with-install.js +0 -33
- package/lib/vant.cjs.js +0 -17409
- package/lib/vant.es.js +0 -17409
- package/lib/vue-sfc-shim.d.ts +0 -6
- package/lib/vue-tsx-shim.d.ts +0 -24
- package/lib/watermark/Watermark.d.ts +0 -112
- package/lib/watermark/Watermark.js +0 -151
- package/lib/watermark/index.css +0 -1
- package/lib/watermark/index.d.ts +0 -84
- package/lib/watermark/index.js +0 -39
- package/lib/watermark/style/index.d.ts +0 -1
- package/lib/watermark/style/index.js +0 -2
- package/lib/watermark/types.d.ts +0 -3
- package/lib/watermark/types.js +0 -15
- package/lib/web-types.json +0 -1
- /package/es/{action-bar-button/types.mjs → coupon/shared.js} +0 -0
- /package/es/{action-bar-icon/types.mjs → mixins/popup/type.js} +0 -0
- /package/es/{action-bar/types.mjs → style/var.css} +0 -0
- /package/es/{action-sheet/types.mjs → utils/types.js} +0 -0
- /package/{es/address-edit/types.mjs → lib/style/var.css} +0 -0
@@ -0,0 +1,3446 @@
|
|
1
|
+
{
|
2
|
+
"van-address-list/v-model": {
|
3
|
+
"type": "string",
|
4
|
+
"description": "当前选中地址的 id, 默认值: -"
|
5
|
+
},
|
6
|
+
"van-address-list/list": {
|
7
|
+
"type": "Address[]",
|
8
|
+
"description": "地址列表, 默认值: `[]`"
|
9
|
+
},
|
10
|
+
"van-address-list/disabled-list": {
|
11
|
+
"type": "Address[]",
|
12
|
+
"description": "不可配送地址列表, 默认值: `[]`"
|
13
|
+
},
|
14
|
+
"van-address-list/disabled-text": {
|
15
|
+
"type": "string",
|
16
|
+
"description": "不可配送提示文案, 默认值: -"
|
17
|
+
},
|
18
|
+
"van-address-list/switchable": {
|
19
|
+
"type": "boolean",
|
20
|
+
"description": "是否允许切换地址, 默认值: `true`"
|
21
|
+
},
|
22
|
+
"van-address-list/add-button-text": {
|
23
|
+
"type": "string",
|
24
|
+
"description": "底部按钮文字, 默认值: `新增地址`"
|
25
|
+
},
|
26
|
+
"van-address-list/default-tag-text": {
|
27
|
+
"type": "string",
|
28
|
+
"description": "默认地址标签文字, 默认值: -"
|
29
|
+
},
|
30
|
+
"van-address-edit/area-list": {
|
31
|
+
"type": "object",
|
32
|
+
"description": "地区列表, 默认值: -"
|
33
|
+
},
|
34
|
+
"van-address-edit/area-columns-placeholder": {
|
35
|
+
"type": "string[]",
|
36
|
+
"description": "地区选择列占位提示文字, 默认值: `[]`"
|
37
|
+
},
|
38
|
+
"van-address-edit/area-placeholder": {
|
39
|
+
"type": "string",
|
40
|
+
"description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
|
41
|
+
},
|
42
|
+
"van-address-edit/address-info": {
|
43
|
+
"type": "AddressInfo",
|
44
|
+
"description": "收货人信息初始值, 默认值: `{}`"
|
45
|
+
},
|
46
|
+
"van-address-edit/search-result": {
|
47
|
+
"type": "SearchResult[]",
|
48
|
+
"description": "详细地址搜索结果, 默认值: `[]`"
|
49
|
+
},
|
50
|
+
"van-address-edit/show-postal": {
|
51
|
+
"type": "boolean",
|
52
|
+
"description": "是否显示邮政编码, 默认值: `false`"
|
53
|
+
},
|
54
|
+
"van-address-edit/show-delete": {
|
55
|
+
"type": "boolean",
|
56
|
+
"description": "是否显示删除按钮, 默认值: `false`"
|
57
|
+
},
|
58
|
+
"van-address-edit/show-set-default": {
|
59
|
+
"type": "boolean",
|
60
|
+
"description": "是否显示默认地址栏, 默认值: `false`"
|
61
|
+
},
|
62
|
+
"van-address-edit/show-search-result": {
|
63
|
+
"type": "boolean",
|
64
|
+
"description": "是否显示搜索结果, 默认值: `false`"
|
65
|
+
},
|
66
|
+
"van-address-edit/show-area": {
|
67
|
+
"type": "boolean",
|
68
|
+
"description": "是否显示地区, 默认值: `true`"
|
69
|
+
},
|
70
|
+
"van-address-edit/show-detail": {
|
71
|
+
"type": "boolean",
|
72
|
+
"description": "是否显示详细地址, 默认值: `true`"
|
73
|
+
},
|
74
|
+
"van-address-edit/disable-area": {
|
75
|
+
"type": "boolean",
|
76
|
+
"description": "是否禁用地区选择, 默认值: `false`"
|
77
|
+
},
|
78
|
+
"van-address-edit/save-button-text": {
|
79
|
+
"type": "string",
|
80
|
+
"description": "保存按钮文字, 默认值: `保存`"
|
81
|
+
},
|
82
|
+
"van-address-edit/delete-button-text": {
|
83
|
+
"type": "string",
|
84
|
+
"description": "删除按钮文字, 默认值: `删除`"
|
85
|
+
},
|
86
|
+
"van-address-edit/detail-rows": {
|
87
|
+
"type": "number | string",
|
88
|
+
"description": "详细地址输入框行数, 默认值: `1`"
|
89
|
+
},
|
90
|
+
"van-address-edit/detail-maxlength": {
|
91
|
+
"type": "number | string",
|
92
|
+
"description": "详细地址最大长度, 默认值: `200`"
|
93
|
+
},
|
94
|
+
"van-address-edit/is-saving": {
|
95
|
+
"type": "boolean",
|
96
|
+
"description": "是否显示保存按钮加载动画, 默认值: `false`"
|
97
|
+
},
|
98
|
+
"van-address-edit/is-deleting": {
|
99
|
+
"type": "boolean",
|
100
|
+
"description": "是否显示删除按钮加载动画, 默认值: `false`"
|
101
|
+
},
|
102
|
+
"van-address-edit/tel-validator": {
|
103
|
+
"type": "string => boolean",
|
104
|
+
"description": "手机号格式校验函数, 默认值: -"
|
105
|
+
},
|
106
|
+
"van-address-edit/tel-maxlength": {
|
107
|
+
"type": "number | string",
|
108
|
+
"description": "手机号最大长度, 默认值: -"
|
109
|
+
},
|
110
|
+
"van-address-edit/postal-validator": {
|
111
|
+
"type": "string => boolean",
|
112
|
+
"description": "邮政编码格式校验函数, 默认值: -"
|
113
|
+
},
|
114
|
+
"van-address-edit/validator": {
|
115
|
+
"type": "(key, val) => string",
|
116
|
+
"description": "自定义校验函数, 默认值: -"
|
117
|
+
},
|
118
|
+
"van-area/value": {
|
119
|
+
"type": "string",
|
120
|
+
"description": "当前选中的省市区`code`, 默认值: -"
|
121
|
+
},
|
122
|
+
"van-area/title": {
|
123
|
+
"type": "string",
|
124
|
+
"description": "顶部栏标题, 默认值: -"
|
125
|
+
},
|
126
|
+
"van-area/confirm-button-text": {
|
127
|
+
"type": "string",
|
128
|
+
"description": "确认按钮文字, 默认值: `确认`"
|
129
|
+
},
|
130
|
+
"van-area/cancel-button-text": {
|
131
|
+
"type": "string",
|
132
|
+
"description": "取消按钮文字, 默认值: `取消`"
|
133
|
+
},
|
134
|
+
"van-area/area-list": {
|
135
|
+
"type": "object",
|
136
|
+
"description": "省市区数据,格式见下方, 默认值: -"
|
137
|
+
},
|
138
|
+
"van-area/columns-placeholder": {
|
139
|
+
"type": "string[]",
|
140
|
+
"description": "列占位提示文字, 默认值: `[]`"
|
141
|
+
},
|
142
|
+
"van-area/loading": {
|
143
|
+
"type": "boolean",
|
144
|
+
"description": "是否显示加载状态, 默认值: `false`"
|
145
|
+
},
|
146
|
+
"van-area/readonly": {
|
147
|
+
"type": "boolean",
|
148
|
+
"description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
|
149
|
+
},
|
150
|
+
"van-area/item-height": {
|
151
|
+
"type": "number | string",
|
152
|
+
"description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
|
153
|
+
},
|
154
|
+
"van-area/columns-num": {
|
155
|
+
"type": "number | string",
|
156
|
+
"description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
|
157
|
+
},
|
158
|
+
"van-area/visible-item-count": {
|
159
|
+
"type": "number | string",
|
160
|
+
"description": "可见的选项个数, 默认值: `6`"
|
161
|
+
},
|
162
|
+
"van-area/swipe-duration": {
|
163
|
+
"type": "number | string",
|
164
|
+
"description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
|
165
|
+
},
|
166
|
+
"van-area/is-oversea-code": {
|
167
|
+
"type": "() => boolean",
|
168
|
+
"description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
|
169
|
+
},
|
170
|
+
"van-action-sheet/v-model (value)": {
|
171
|
+
"type": "boolean",
|
172
|
+
"description": "是否显示动作面板, 默认值: `false`"
|
173
|
+
},
|
174
|
+
"van-action-sheet/actions": {
|
175
|
+
"type": "Action[]",
|
176
|
+
"description": "面板选项列表, 默认值: `[]`"
|
177
|
+
},
|
178
|
+
"van-action-sheet/title": {
|
179
|
+
"type": "string",
|
180
|
+
"description": "顶部标题, 默认值: -"
|
181
|
+
},
|
182
|
+
"van-action-sheet/cancel-text": {
|
183
|
+
"type": "string",
|
184
|
+
"description": "取消按钮文字, 默认值: -"
|
185
|
+
},
|
186
|
+
"van-action-sheet/description": {
|
187
|
+
"type": "string",
|
188
|
+
"description": "选项上方的描述信息, 默认值: -"
|
189
|
+
},
|
190
|
+
"van-action-sheet/closeable": {
|
191
|
+
"type": "boolean",
|
192
|
+
"description": "是否显示关闭图标, 默认值: `true`"
|
193
|
+
},
|
194
|
+
"van-action-sheet/close-icon": {
|
195
|
+
"type": "string",
|
196
|
+
"description": "关闭[图标名称](#/zh-CN/icon)或图片链接, 默认值: `cross`"
|
197
|
+
},
|
198
|
+
"van-action-sheet/duration": {
|
199
|
+
"type": "number | string",
|
200
|
+
"description": "动画时长,单位秒, 默认值: `0.3`"
|
201
|
+
},
|
202
|
+
"van-action-sheet/round": {
|
203
|
+
"type": "boolean",
|
204
|
+
"description": "是否显示圆角, 默认值: `true`"
|
205
|
+
},
|
206
|
+
"van-action-sheet/overlay": {
|
207
|
+
"type": "boolean",
|
208
|
+
"description": "是否显示遮罩层, 默认值: `true`"
|
209
|
+
},
|
210
|
+
"van-action-sheet/lock-scroll": {
|
211
|
+
"type": "boolean",
|
212
|
+
"description": "是否锁定背景滚动, 默认值: `true`"
|
213
|
+
},
|
214
|
+
"van-action-sheet/lazy-render": {
|
215
|
+
"type": "boolean",
|
216
|
+
"description": "是否在显示弹层时才渲染节点, 默认值: `true`"
|
217
|
+
},
|
218
|
+
"van-action-sheet/close-on-popstate": {
|
219
|
+
"type": "boolean",
|
220
|
+
"description": "是否在页面回退时自动关闭, 默认值: `false`"
|
221
|
+
},
|
222
|
+
"van-action-sheet/close-on-click-action": {
|
223
|
+
"type": "boolean",
|
224
|
+
"description": "是否在点击选项后关闭, 默认值: `false`"
|
225
|
+
},
|
226
|
+
"van-action-sheet/close-on-click-overlay": {
|
227
|
+
"type": "boolean",
|
228
|
+
"description": "是否在点击遮罩层后关闭, 默认值: `true`"
|
229
|
+
},
|
230
|
+
"van-action-sheet/safe-area-inset-bottom": {
|
231
|
+
"type": "boolean",
|
232
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
233
|
+
},
|
234
|
+
"van-action-sheet/get-container": {
|
235
|
+
"type": "string | () => Element",
|
236
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
237
|
+
},
|
238
|
+
"van-badge/content": {
|
239
|
+
"type": "number | string",
|
240
|
+
"description": "徽标内容, 默认值: -"
|
241
|
+
},
|
242
|
+
"van-badge/color": {
|
243
|
+
"type": "string",
|
244
|
+
"description": "徽标背景颜色, 默认值: `#ee0a24`"
|
245
|
+
},
|
246
|
+
"van-badge/dot": {
|
247
|
+
"type": "boolean",
|
248
|
+
"description": "是否展示为小红点, 默认值: `false`"
|
249
|
+
},
|
250
|
+
"van-badge/max": {
|
251
|
+
"type": "number | string",
|
252
|
+
"description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
|
253
|
+
},
|
254
|
+
"van-button/type": {
|
255
|
+
"type": "string",
|
256
|
+
"description": "类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
|
257
|
+
},
|
258
|
+
"van-button/size": {
|
259
|
+
"type": "string",
|
260
|
+
"description": "尺寸,可选值为 `large` `small` `mini`, 默认值: `normal`"
|
261
|
+
},
|
262
|
+
"van-button/text": {
|
263
|
+
"type": "string",
|
264
|
+
"description": "按钮文字, 默认值: -"
|
265
|
+
},
|
266
|
+
"van-button/color": {
|
267
|
+
"type": "string",
|
268
|
+
"description": "按钮颜色,支持传入 `linear-gradient` 渐变色, 默认值: -"
|
269
|
+
},
|
270
|
+
"van-button/icon": {
|
271
|
+
"type": "string",
|
272
|
+
"description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
273
|
+
},
|
274
|
+
"van-button/icon-prefix": {
|
275
|
+
"type": "string",
|
276
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
277
|
+
},
|
278
|
+
"van-button/icon-position": {
|
279
|
+
"type": "string",
|
280
|
+
"description": "图标展示位置,可选值为 `right`, 默认值: `left`"
|
281
|
+
},
|
282
|
+
"van-button/tag": {
|
283
|
+
"type": "string",
|
284
|
+
"description": "按钮根节点的 HTML 标签, 默认值: `button`"
|
285
|
+
},
|
286
|
+
"van-button/native-type": {
|
287
|
+
"type": "string",
|
288
|
+
"description": "原生 button 标签的 type 属性, 默认值: -"
|
289
|
+
},
|
290
|
+
"van-button/block": {
|
291
|
+
"type": "boolean",
|
292
|
+
"description": "是否为块级元素, 默认值: `false`"
|
293
|
+
},
|
294
|
+
"van-button/plain": {
|
295
|
+
"type": "boolean",
|
296
|
+
"description": "是否为朴素按钮, 默认值: `false`"
|
297
|
+
},
|
298
|
+
"van-button/square": {
|
299
|
+
"type": "boolean",
|
300
|
+
"description": "是否为方形按钮, 默认值: `false`"
|
301
|
+
},
|
302
|
+
"van-button/round": {
|
303
|
+
"type": "boolean",
|
304
|
+
"description": "是否为圆形按钮, 默认值: `false`"
|
305
|
+
},
|
306
|
+
"van-button/disabled": {
|
307
|
+
"type": "boolean",
|
308
|
+
"description": "是否禁用按钮, 默认值: `false`"
|
309
|
+
},
|
310
|
+
"van-button/hairline": {
|
311
|
+
"type": "boolean",
|
312
|
+
"description": "是否使用 0.5px 边框, 默认值: `false`"
|
313
|
+
},
|
314
|
+
"van-button/loading": {
|
315
|
+
"type": "boolean",
|
316
|
+
"description": "是否显示为加载状态, 默认值: `false`"
|
317
|
+
},
|
318
|
+
"van-button/loading-text": {
|
319
|
+
"type": "string",
|
320
|
+
"description": "加载状态提示文字, 默认值: -"
|
321
|
+
},
|
322
|
+
"van-button/loading-type": {
|
323
|
+
"type": "string",
|
324
|
+
"description": "[加载图标类型](#/zh-CN/loading),可选值为 `spinner`, 默认值: `circular`"
|
325
|
+
},
|
326
|
+
"van-button/loading-size": {
|
327
|
+
"type": "string",
|
328
|
+
"description": "加载图标大小, 默认值: `20px`"
|
329
|
+
},
|
330
|
+
"van-button/url": {
|
331
|
+
"type": "string",
|
332
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
333
|
+
},
|
334
|
+
"van-button/to": {
|
335
|
+
"type": "string | object",
|
336
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
337
|
+
},
|
338
|
+
"van-button/replace": {
|
339
|
+
"type": "boolean",
|
340
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
341
|
+
},
|
342
|
+
"van-calendar/type": {
|
343
|
+
"type": "string",
|
344
|
+
"description": "选择类型:<br>`single`表示选择单个日期,<br>`multiple`表示选择多个日期,<br>`range`表示选择日期区间, 默认值: `single`"
|
345
|
+
},
|
346
|
+
"van-calendar/title": {
|
347
|
+
"type": "string",
|
348
|
+
"description": "日历标题, 默认值: `日期选择`"
|
349
|
+
},
|
350
|
+
"van-calendar/color": {
|
351
|
+
"type": "string",
|
352
|
+
"description": "主题色,对底部按钮和选中日期生效, 默认值: `#ee0a24`"
|
353
|
+
},
|
354
|
+
"van-calendar/min-date": {
|
355
|
+
"type": "Date",
|
356
|
+
"description": "可选择的最小日期, 默认值: 当前日期"
|
357
|
+
},
|
358
|
+
"van-calendar/max-date": {
|
359
|
+
"type": "Date",
|
360
|
+
"description": "可选择的最大日期, 默认值: 当前日期的六个月后"
|
361
|
+
},
|
362
|
+
"van-calendar/default-date": {
|
363
|
+
"type": "Date | Date[] \\",
|
364
|
+
"description": "默认选中的日期,`type` 为 `multiple` 或 `range` 时为数组,传入 `null` 表示默认不选择, 默认值: null_"
|
365
|
+
},
|
366
|
+
"van-calendar/row-height": {
|
367
|
+
"type": "number | string",
|
368
|
+
"description": "日期行高, 默认值: `64`"
|
369
|
+
},
|
370
|
+
"van-calendar/formatter": {
|
371
|
+
"type": "(day: Day) => Day",
|
372
|
+
"description": "日期格式化函数, 默认值: -"
|
373
|
+
},
|
374
|
+
"van-calendar/poppable": {
|
375
|
+
"type": "boolean",
|
376
|
+
"description": "是否以弹层的形式展示日历, 默认值: `true`"
|
377
|
+
},
|
378
|
+
"van-calendar/lazy-render": {
|
379
|
+
"type": "boolean",
|
380
|
+
"description": "是否只渲染可视区域的内容, 默认值: `true`"
|
381
|
+
},
|
382
|
+
"van-calendar/show-mark": {
|
383
|
+
"type": "boolean",
|
384
|
+
"description": "是否显示月份背景水印, 默认值: `true`"
|
385
|
+
},
|
386
|
+
"van-calendar/show-title": {
|
387
|
+
"type": "boolean",
|
388
|
+
"description": "是否展示日历标题, 默认值: `true`"
|
389
|
+
},
|
390
|
+
"van-calendar/show-subtitle": {
|
391
|
+
"type": "boolean",
|
392
|
+
"description": "是否展示日历副标题(年月), 默认值: `true`"
|
393
|
+
},
|
394
|
+
"van-calendar/show-confirm": {
|
395
|
+
"type": "boolean",
|
396
|
+
"description": "是否展示确认按钮, 默认值: `true`"
|
397
|
+
},
|
398
|
+
"van-calendar/readonly": {
|
399
|
+
"type": "boolean",
|
400
|
+
"description": "是否为只读状态,只读状态下不能选择日期, 默认值: `false`"
|
401
|
+
},
|
402
|
+
"van-calendar/confirm-text": {
|
403
|
+
"type": "string",
|
404
|
+
"description": "确认按钮的文字, 默认值: `确定`"
|
405
|
+
},
|
406
|
+
"van-calendar/confirm-disabled-text": {
|
407
|
+
"type": "string",
|
408
|
+
"description": "确认按钮处于禁用状态时的文字, 默认值: `确定`"
|
409
|
+
},
|
410
|
+
"van-calendar/first-day-of-week": {
|
411
|
+
"type": "0-6",
|
412
|
+
"description": "设置周起始日, 默认值: `0`"
|
413
|
+
},
|
414
|
+
"van-poppable/v-model": {
|
415
|
+
"type": "boolean",
|
416
|
+
"description": "是否显示日历弹窗, 默认值: `false`"
|
417
|
+
},
|
418
|
+
"van-poppable/position": {
|
419
|
+
"type": "string",
|
420
|
+
"description": "弹出位置,可选值为 `top` `right` `left`, 默认值: `bottom`"
|
421
|
+
},
|
422
|
+
"van-poppable/round": {
|
423
|
+
"type": "boolean",
|
424
|
+
"description": "是否显示圆角弹窗, 默认值: `true`"
|
425
|
+
},
|
426
|
+
"van-poppable/close-on-popstate": {
|
427
|
+
"type": "boolean",
|
428
|
+
"description": "是否在页面回退时自动关闭, 默认值: `true`"
|
429
|
+
},
|
430
|
+
"van-poppable/close-on-click-overlay": {
|
431
|
+
"type": "boolean",
|
432
|
+
"description": "是否在点击遮罩层后关闭, 默认值: `true`"
|
433
|
+
},
|
434
|
+
"van-poppable/safe-area-inset-bottom": {
|
435
|
+
"type": "boolean",
|
436
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
437
|
+
},
|
438
|
+
"van-poppable/get-container": {
|
439
|
+
"type": "string | () => Element",
|
440
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
441
|
+
},
|
442
|
+
"van-range/max-range": {
|
443
|
+
"type": "number | string",
|
444
|
+
"description": "日期区间最多可选天数, 默认值: 无限制"
|
445
|
+
},
|
446
|
+
"van-range/range-prompt": {
|
447
|
+
"type": "string",
|
448
|
+
"description": "范围选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
|
449
|
+
},
|
450
|
+
"van-range/allow-same-day": {
|
451
|
+
"type": "boolean",
|
452
|
+
"description": "是否允许日期范围的起止时间为同一天, 默认值: `false`"
|
453
|
+
},
|
454
|
+
"van-multiple/max-range": {
|
455
|
+
"type": "number | string",
|
456
|
+
"description": "日期最多可选天数, 默认值: 无限制"
|
457
|
+
},
|
458
|
+
"van-multiple/range-prompt": {
|
459
|
+
"type": "string",
|
460
|
+
"description": "选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
|
461
|
+
},
|
462
|
+
"van-card/thumb": {
|
463
|
+
"type": "string",
|
464
|
+
"description": "左侧图片 URL, 默认值: -"
|
465
|
+
},
|
466
|
+
"van-card/title": {
|
467
|
+
"type": "string",
|
468
|
+
"description": "标题, 默认值: -"
|
469
|
+
},
|
470
|
+
"van-card/desc": {
|
471
|
+
"type": "string",
|
472
|
+
"description": "描述, 默认值: -"
|
473
|
+
},
|
474
|
+
"van-card/tag": {
|
475
|
+
"type": "string",
|
476
|
+
"description": "图片角标, 默认值: -"
|
477
|
+
},
|
478
|
+
"van-card/num": {
|
479
|
+
"type": "number | string",
|
480
|
+
"description": "商品数量, 默认值: -"
|
481
|
+
},
|
482
|
+
"van-card/price": {
|
483
|
+
"type": "number | string",
|
484
|
+
"description": "商品价格, 默认值: -"
|
485
|
+
},
|
486
|
+
"van-card/origin-price": {
|
487
|
+
"type": "number | string",
|
488
|
+
"description": "商品划线原价, 默认值: -"
|
489
|
+
},
|
490
|
+
"van-card/centered": {
|
491
|
+
"type": "boolean",
|
492
|
+
"description": "内容是否垂直居中, 默认值: `false`"
|
493
|
+
},
|
494
|
+
"van-card/currency": {
|
495
|
+
"type": "string",
|
496
|
+
"description": "货币符号, 默认值: `¥`"
|
497
|
+
},
|
498
|
+
"van-card/thumb-link": {
|
499
|
+
"type": "string",
|
500
|
+
"description": "点击左侧图片后跳转的链接地址, 默认值: -"
|
501
|
+
},
|
502
|
+
"van-card/lazy-load": {
|
503
|
+
"type": "boolean",
|
504
|
+
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
505
|
+
},
|
506
|
+
"van-cascader/title": {
|
507
|
+
"type": "string",
|
508
|
+
"description": "顶部标题, 默认值: -"
|
509
|
+
},
|
510
|
+
"van-cascader/value": {
|
511
|
+
"type": "string | number",
|
512
|
+
"description": "选中项的值, 默认值: -"
|
513
|
+
},
|
514
|
+
"van-cascader/options": {
|
515
|
+
"type": "Option[]",
|
516
|
+
"description": "可选项数据源, 默认值: `[]`"
|
517
|
+
},
|
518
|
+
"van-cascader/placeholder": {
|
519
|
+
"type": "string",
|
520
|
+
"description": "未选中时的提示文案, 默认值: `请选择`"
|
521
|
+
},
|
522
|
+
"van-cascader/active-color": {
|
523
|
+
"type": "string",
|
524
|
+
"description": "选中状态的高亮颜色, 默认值: `#ee0a24`"
|
525
|
+
},
|
526
|
+
"van-cascader/closeable": {
|
527
|
+
"type": "boolean",
|
528
|
+
"description": "是否显示关闭图标, 默认值: `true`"
|
529
|
+
},
|
530
|
+
"van-cascader/show-header": {
|
531
|
+
"type": "boolean",
|
532
|
+
"description": "是否展示标题栏, 默认值: `true`"
|
533
|
+
},
|
534
|
+
"van-cascader/field-names": {
|
535
|
+
"type": "object",
|
536
|
+
"description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
|
537
|
+
},
|
538
|
+
"van-cell-group/title": {
|
539
|
+
"type": "string",
|
540
|
+
"description": "分组标题, 默认值: `-`"
|
541
|
+
},
|
542
|
+
"van-cell-group/border": {
|
543
|
+
"type": "boolean",
|
544
|
+
"description": "是否显示外边框, 默认值: `true`"
|
545
|
+
},
|
546
|
+
"van-cell/title": {
|
547
|
+
"type": "number | string",
|
548
|
+
"description": "左侧标题, 默认值: -"
|
549
|
+
},
|
550
|
+
"van-cell/value": {
|
551
|
+
"type": "number | string",
|
552
|
+
"description": "右侧内容, 默认值: -"
|
553
|
+
},
|
554
|
+
"van-cell/label": {
|
555
|
+
"type": "string",
|
556
|
+
"description": "标题下方的描述信息, 默认值: -"
|
557
|
+
},
|
558
|
+
"van-cell/size": {
|
559
|
+
"type": "string",
|
560
|
+
"description": "单元格大小,可选值为 `large`, 默认值: -"
|
561
|
+
},
|
562
|
+
"van-cell/icon": {
|
563
|
+
"type": "string",
|
564
|
+
"description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
565
|
+
},
|
566
|
+
"van-cell/icon-prefix": {
|
567
|
+
"type": "string",
|
568
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
569
|
+
},
|
570
|
+
"van-cell/url": {
|
571
|
+
"type": "string",
|
572
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
573
|
+
},
|
574
|
+
"van-cell/to": {
|
575
|
+
"type": "string | object",
|
576
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
577
|
+
},
|
578
|
+
"van-cell/border": {
|
579
|
+
"type": "boolean",
|
580
|
+
"description": "是否显示内边框, 默认值: `true`"
|
581
|
+
},
|
582
|
+
"van-cell/replace": {
|
583
|
+
"type": "boolean",
|
584
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
585
|
+
},
|
586
|
+
"van-cell/clickable": {
|
587
|
+
"type": "boolean",
|
588
|
+
"description": "是否开启点击反馈, 默认值: `null`"
|
589
|
+
},
|
590
|
+
"van-cell/is-link": {
|
591
|
+
"type": "boolean",
|
592
|
+
"description": "是否展示右侧箭头并开启点击反馈, 默认值: `false`"
|
593
|
+
},
|
594
|
+
"van-cell/required": {
|
595
|
+
"type": "boolean",
|
596
|
+
"description": "是否显示表单必填星号, 默认值: `false`"
|
597
|
+
},
|
598
|
+
"van-cell/center": {
|
599
|
+
"type": "boolean",
|
600
|
+
"description": "是否使内容垂直居中, 默认值: `false`"
|
601
|
+
},
|
602
|
+
"van-cell/arrow-direction": {
|
603
|
+
"type": "string",
|
604
|
+
"description": "箭头方向,可选值为 `left` `up` `down`, 默认值: `right`"
|
605
|
+
},
|
606
|
+
"van-cell/title-style": {
|
607
|
+
"type": "any",
|
608
|
+
"description": "左侧标题额外样式, 默认值: -"
|
609
|
+
},
|
610
|
+
"van-cell/title-class": {
|
611
|
+
"type": "any",
|
612
|
+
"description": "左侧标题额外类名, 默认值: -"
|
613
|
+
},
|
614
|
+
"van-cell/value-class": {
|
615
|
+
"type": "any",
|
616
|
+
"description": "右侧内容额外类名, 默认值: -"
|
617
|
+
},
|
618
|
+
"van-cell/label-class": {
|
619
|
+
"type": "any",
|
620
|
+
"description": "描述信息额外类名, 默认值: -"
|
621
|
+
},
|
622
|
+
"van-checkbox/v-model (value)": {
|
623
|
+
"type": "boolean",
|
624
|
+
"description": "是否为选中状态, 默认值: `false`"
|
625
|
+
},
|
626
|
+
"van-checkbox/name": {
|
627
|
+
"type": "any",
|
628
|
+
"description": "标识符, 默认值: -"
|
629
|
+
},
|
630
|
+
"van-checkbox/shape": {
|
631
|
+
"type": "string",
|
632
|
+
"description": "形状,可选值为 `square`, 默认值: `round`"
|
633
|
+
},
|
634
|
+
"van-checkbox/disabled": {
|
635
|
+
"type": "boolean",
|
636
|
+
"description": "是否禁用复选框, 默认值: `false`"
|
637
|
+
},
|
638
|
+
"van-checkbox/label-disabled": {
|
639
|
+
"type": "boolean",
|
640
|
+
"description": "是否禁用复选框文本点击, 默认值: `false`"
|
641
|
+
},
|
642
|
+
"van-checkbox/label-position": {
|
643
|
+
"type": "string",
|
644
|
+
"description": "文本位置,可选值为 `left`, 默认值: `right`"
|
645
|
+
},
|
646
|
+
"van-checkbox/icon-size": {
|
647
|
+
"type": "number | string",
|
648
|
+
"description": "图标大小,默认单位为 `px`, 默认值: `20px`"
|
649
|
+
},
|
650
|
+
"van-checkbox/checked-color": {
|
651
|
+
"type": "string",
|
652
|
+
"description": "选中状态颜色, 默认值: `#1989fa`"
|
653
|
+
},
|
654
|
+
"van-checkbox/bind-group": {
|
655
|
+
"type": "boolean",
|
656
|
+
"description": "是否与复选框组绑定, 默认值: `true`"
|
657
|
+
},
|
658
|
+
"van-checkbox-group/v-model (value)": {
|
659
|
+
"type": "any[]",
|
660
|
+
"description": "所有选中项的标识符, 默认值: -"
|
661
|
+
},
|
662
|
+
"van-checkbox-group/disabled": {
|
663
|
+
"type": "boolean",
|
664
|
+
"description": "是否禁用所有复选框, 默认值: `false`"
|
665
|
+
},
|
666
|
+
"van-checkbox-group/max": {
|
667
|
+
"type": "number | string",
|
668
|
+
"description": "最大可选数,`0`为无限制, 默认值: `0`"
|
669
|
+
},
|
670
|
+
"van-checkbox-group/direction": {
|
671
|
+
"type": "string",
|
672
|
+
"description": "排列方向,可选值为 `horizontal`, 默认值: `vertical`"
|
673
|
+
},
|
674
|
+
"van-checkbox-group/icon-size": {
|
675
|
+
"type": "number | string",
|
676
|
+
"description": "所有复选框的图标大小,默认单位为 `px`, 默认值: `20px`"
|
677
|
+
},
|
678
|
+
"van-checkbox-group/checked-color": {
|
679
|
+
"type": "string",
|
680
|
+
"description": "所有复选框的选中状态颜色, 默认值: `#1989fa`"
|
681
|
+
},
|
682
|
+
"van-circle/v-model": {
|
683
|
+
"type": "number",
|
684
|
+
"description": "当前进度, 默认值: -"
|
685
|
+
},
|
686
|
+
"van-circle/rate": {
|
687
|
+
"type": "number | string",
|
688
|
+
"description": "目标进度, 默认值: `100`"
|
689
|
+
},
|
690
|
+
"van-circle/size": {
|
691
|
+
"type": "number | string",
|
692
|
+
"description": "圆环直径,默认单位为 `px`, 默认值: `100px`"
|
693
|
+
},
|
694
|
+
"van-circle/color": {
|
695
|
+
"type": "string | object",
|
696
|
+
"description": "进度条颜色,传入对象格式可以定义渐变色, 默认值: `#1989fa`"
|
697
|
+
},
|
698
|
+
"van-circle/layer-color": {
|
699
|
+
"type": "string",
|
700
|
+
"description": "轨道颜色, 默认值: `white`"
|
701
|
+
},
|
702
|
+
"van-circle/fill": {
|
703
|
+
"type": "string",
|
704
|
+
"description": "填充颜色, 默认值: `none`"
|
705
|
+
},
|
706
|
+
"van-circle/speed": {
|
707
|
+
"type": "number | string",
|
708
|
+
"description": "动画速度(单位为 rate/s), 默认值: `0`"
|
709
|
+
},
|
710
|
+
"van-circle/text": {
|
711
|
+
"type": "string",
|
712
|
+
"description": "文字, 默认值: -"
|
713
|
+
},
|
714
|
+
"van-circle/stroke-width": {
|
715
|
+
"type": "number | string",
|
716
|
+
"description": "进度条宽度, 默认值: `40`"
|
717
|
+
},
|
718
|
+
"van-circle/stroke-linecap": {
|
719
|
+
"type": "string",
|
720
|
+
"description": "进度条端点的形状,可选值为`square` `butt`, 默认值: `round`"
|
721
|
+
},
|
722
|
+
"van-circle/clockwise": {
|
723
|
+
"type": "boolean",
|
724
|
+
"description": "是否顺时针增加, 默认值: `true`"
|
725
|
+
},
|
726
|
+
"van-row/type": {
|
727
|
+
"type": "string",
|
728
|
+
"description": "布局方式,可选值为`flex`, 默认值: -"
|
729
|
+
},
|
730
|
+
"van-row/gutter": {
|
731
|
+
"type": "number | string",
|
732
|
+
"description": "列元素之间的间距(单位为 px), 默认值: -"
|
733
|
+
},
|
734
|
+
"van-row/tag": {
|
735
|
+
"type": "string",
|
736
|
+
"description": "自定义元素标签, 默认值: `div`"
|
737
|
+
},
|
738
|
+
"van-row/justify": {
|
739
|
+
"type": "string",
|
740
|
+
"description": "Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between`, 默认值: `start`"
|
741
|
+
},
|
742
|
+
"van-row/align": {
|
743
|
+
"type": "string",
|
744
|
+
"description": "Flex 交叉轴对齐方式,可选值为 `center` `bottom`, 默认值: `top`"
|
745
|
+
},
|
746
|
+
"van-col/span": {
|
747
|
+
"type": "number | string",
|
748
|
+
"description": "列元素宽度, 默认值: -"
|
749
|
+
},
|
750
|
+
"van-col/offset": {
|
751
|
+
"type": "number | string",
|
752
|
+
"description": "列元素偏移距离, 默认值: -"
|
753
|
+
},
|
754
|
+
"van-col/tag": {
|
755
|
+
"type": "string",
|
756
|
+
"description": "自定义元素标签, 默认值: `div`"
|
757
|
+
},
|
758
|
+
"van-collapse/v-model": {
|
759
|
+
"type": "手风琴模式:_number | string_<br>非手风琴模式:_(number \\",
|
760
|
+
"description": "当前展开面板的 name, 默认值: string)[]_"
|
761
|
+
},
|
762
|
+
"van-collapse/accordion": {
|
763
|
+
"type": "boolean",
|
764
|
+
"description": "是否开启手风琴模式, 默认值: `false`"
|
765
|
+
},
|
766
|
+
"van-collapse/border": {
|
767
|
+
"type": "boolean",
|
768
|
+
"description": "是否显示外边框, 默认值: `true`"
|
769
|
+
},
|
770
|
+
"van-collapse-item/name": {
|
771
|
+
"type": "number | string",
|
772
|
+
"description": "唯一标识符,默认为索引值, 默认值: `index`"
|
773
|
+
},
|
774
|
+
"van-collapse-item/icon": {
|
775
|
+
"type": "string",
|
776
|
+
"description": "标题栏左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
777
|
+
},
|
778
|
+
"van-collapse-item/size": {
|
779
|
+
"type": "string",
|
780
|
+
"description": "标题栏大小,可选值为 `large`, 默认值: -"
|
781
|
+
},
|
782
|
+
"van-collapse-item/title": {
|
783
|
+
"type": "number | string",
|
784
|
+
"description": "标题栏左侧内容, 默认值: -"
|
785
|
+
},
|
786
|
+
"van-collapse-item/value": {
|
787
|
+
"type": "number | string",
|
788
|
+
"description": "标题栏右侧内容, 默认值: -"
|
789
|
+
},
|
790
|
+
"van-collapse-item/label": {
|
791
|
+
"type": "number | string",
|
792
|
+
"description": "标题栏描述信息, 默认值: -"
|
793
|
+
},
|
794
|
+
"van-collapse-item/border": {
|
795
|
+
"type": "boolean",
|
796
|
+
"description": "是否显示内边框, 默认值: `true`"
|
797
|
+
},
|
798
|
+
"van-collapse-item/is-link": {
|
799
|
+
"type": "boolean",
|
800
|
+
"description": "是否展示标题栏右侧箭头并开启点击反馈, 默认值: `true`"
|
801
|
+
},
|
802
|
+
"van-collapse-item/disabled": {
|
803
|
+
"type": "boolean",
|
804
|
+
"description": "是否禁用面板, 默认值: `false`"
|
805
|
+
},
|
806
|
+
"van-collapse-item/lazy-render": {
|
807
|
+
"type": "boolean",
|
808
|
+
"description": "是否在首次展开时才渲染面板内容, 默认值: `true`"
|
809
|
+
},
|
810
|
+
"van-collapse-item/title-class": {
|
811
|
+
"type": "string",
|
812
|
+
"description": "左侧标题额外类名, 默认值: -"
|
813
|
+
},
|
814
|
+
"van-collapse-item/value-class": {
|
815
|
+
"type": "string",
|
816
|
+
"description": "右侧内容额外类名, 默认值: -"
|
817
|
+
},
|
818
|
+
"van-collapse-item/label-class": {
|
819
|
+
"type": "string",
|
820
|
+
"description": "描述信息额外类名, 默认值: -"
|
821
|
+
},
|
822
|
+
"van-contact-card/type": {
|
823
|
+
"type": "string",
|
824
|
+
"description": "卡片类型,可选值为 `edit`, 默认值: `add`"
|
825
|
+
},
|
826
|
+
"van-contact-card/name": {
|
827
|
+
"type": "string",
|
828
|
+
"description": "联系人姓名, 默认值: -"
|
829
|
+
},
|
830
|
+
"van-contact-card/tel": {
|
831
|
+
"type": "string",
|
832
|
+
"description": "联系人手机号, 默认值: -"
|
833
|
+
},
|
834
|
+
"van-contact-card/add-text": {
|
835
|
+
"type": "string",
|
836
|
+
"description": "添加时的文案提示, 默认值: `添加联系人`"
|
837
|
+
},
|
838
|
+
"van-contact-edit/contact-info": {
|
839
|
+
"type": "Contact",
|
840
|
+
"description": "联系人信息, 默认值: `{}`"
|
841
|
+
},
|
842
|
+
"van-contact-edit/is-edit": {
|
843
|
+
"type": "boolean",
|
844
|
+
"description": "是否为编辑联系人, 默认值: `false`"
|
845
|
+
},
|
846
|
+
"van-contact-edit/is-saving": {
|
847
|
+
"type": "boolean",
|
848
|
+
"description": "是否显示保存按钮加载动画, 默认值: `false`"
|
849
|
+
},
|
850
|
+
"van-contact-edit/is-deleting": {
|
851
|
+
"type": "boolean",
|
852
|
+
"description": "是否显示删除按钮加载动画, 默认值: `false`"
|
853
|
+
},
|
854
|
+
"van-contact-edit/tel-validator": {
|
855
|
+
"type": "(tel: string) => boolean",
|
856
|
+
"description": "手机号格式校验函数, 默认值: -"
|
857
|
+
},
|
858
|
+
"van-contact-edit/show-set-default": {
|
859
|
+
"type": "boolean",
|
860
|
+
"description": "是否显示默认联系人栏, 默认值: `false`"
|
861
|
+
},
|
862
|
+
"van-contact-edit/set-default-label": {
|
863
|
+
"type": "string",
|
864
|
+
"description": "默认联系人栏文案, 默认值: -"
|
865
|
+
},
|
866
|
+
"van-contact-list/v-model": {
|
867
|
+
"type": "number | string",
|
868
|
+
"description": "当前选中联系人的 id, 默认值: -"
|
869
|
+
},
|
870
|
+
"van-contact-list/list": {
|
871
|
+
"type": "Contact[]",
|
872
|
+
"description": "联系人列表, 默认值: `[]`"
|
873
|
+
},
|
874
|
+
"van-contact-list/add-text": {
|
875
|
+
"type": "string",
|
876
|
+
"description": "新建按钮文案, 默认值: `新建联系人`"
|
877
|
+
},
|
878
|
+
"van-contact-list/default-tag-text": {
|
879
|
+
"type": "string",
|
880
|
+
"description": "默认联系人标签文案, 默认值: -"
|
881
|
+
},
|
882
|
+
"van-count-down/time": {
|
883
|
+
"type": "number | string",
|
884
|
+
"description": "倒计时时长,单位毫秒, 默认值: `0`"
|
885
|
+
},
|
886
|
+
"van-count-down/format": {
|
887
|
+
"type": "string",
|
888
|
+
"description": "时间格式, 默认值: `HH:mm:ss`"
|
889
|
+
},
|
890
|
+
"van-count-down/auto-start": {
|
891
|
+
"type": "boolean",
|
892
|
+
"description": "是否自动开始倒计时, 默认值: `true`"
|
893
|
+
},
|
894
|
+
"van-count-down/millisecond": {
|
895
|
+
"type": "boolean",
|
896
|
+
"description": "是否开启毫秒级渲染, 默认值: `false`"
|
897
|
+
},
|
898
|
+
"van-coupon-cell/title": {
|
899
|
+
"type": "string",
|
900
|
+
"description": "单元格标题, 默认值: `优惠券`"
|
901
|
+
},
|
902
|
+
"van-coupon-cell/chosen-coupon": {
|
903
|
+
"type": "number | string",
|
904
|
+
"description": "当前选中优惠券的索引, 默认值: `-1`"
|
905
|
+
},
|
906
|
+
"van-coupon-cell/coupons": {
|
907
|
+
"type": "Coupon[]",
|
908
|
+
"description": "可用优惠券列表, 默认值: `[]`"
|
909
|
+
},
|
910
|
+
"van-coupon-cell/editable": {
|
911
|
+
"type": "boolean",
|
912
|
+
"description": "能否切换优惠券, 默认值: `true`"
|
913
|
+
},
|
914
|
+
"van-coupon-cell/border": {
|
915
|
+
"type": "boolean",
|
916
|
+
"description": "是否显示内边框, 默认值: `true`"
|
917
|
+
},
|
918
|
+
"van-coupon-cell/currency": {
|
919
|
+
"type": "string",
|
920
|
+
"description": "货币符号, 默认值: `¥`"
|
921
|
+
},
|
922
|
+
"van-coupon-list/v-model": {
|
923
|
+
"type": "string",
|
924
|
+
"description": "当前输入的兑换码, 默认值: -"
|
925
|
+
},
|
926
|
+
"van-coupon-list/chosen-coupon": {
|
927
|
+
"type": "number",
|
928
|
+
"description": "当前选中优惠券的索引, 默认值: `-1`"
|
929
|
+
},
|
930
|
+
"van-coupon-list/coupons": {
|
931
|
+
"type": "Coupon[]",
|
932
|
+
"description": "可用优惠券列表, 默认值: `[]`"
|
933
|
+
},
|
934
|
+
"van-coupon-list/disabled-coupons": {
|
935
|
+
"type": "Coupon[]",
|
936
|
+
"description": "不可用优惠券列表, 默认值: `[]`"
|
937
|
+
},
|
938
|
+
"van-coupon-list/enabled-title": {
|
939
|
+
"type": "string",
|
940
|
+
"description": "可用优惠券列表标题, 默认值: `可使用优惠券`"
|
941
|
+
},
|
942
|
+
"van-coupon-list/disabled-title": {
|
943
|
+
"type": "string",
|
944
|
+
"description": "不可用优惠券列表标题, 默认值: `不可使用优惠券`"
|
945
|
+
},
|
946
|
+
"van-coupon-list/exchange-button-text": {
|
947
|
+
"type": "string",
|
948
|
+
"description": "兑换按钮文字, 默认值: `兑换`"
|
949
|
+
},
|
950
|
+
"van-coupon-list/exchange-button-loading": {
|
951
|
+
"type": "boolean",
|
952
|
+
"description": "是否显示兑换按钮加载动画, 默认值: `false`"
|
953
|
+
},
|
954
|
+
"van-coupon-list/exchange-button-disabled": {
|
955
|
+
"type": "boolean",
|
956
|
+
"description": "是否禁用兑换按钮, 默认值: `false`"
|
957
|
+
},
|
958
|
+
"van-coupon-list/exchange-min-length": {
|
959
|
+
"type": "number",
|
960
|
+
"description": "兑换码最小长度, 默认值: `1`"
|
961
|
+
},
|
962
|
+
"van-coupon-list/displayed-coupon-index": {
|
963
|
+
"type": "number",
|
964
|
+
"description": "滚动至特定优惠券位置, 默认值: -"
|
965
|
+
},
|
966
|
+
"van-coupon-list/show-close-button": {
|
967
|
+
"type": "boolean",
|
968
|
+
"description": "是否显示列表底部按钮, 默认值: `true`"
|
969
|
+
},
|
970
|
+
"van-coupon-list/close-button-text": {
|
971
|
+
"type": "string",
|
972
|
+
"description": "列表底部按钮文字, 默认值: `不使用优惠`"
|
973
|
+
},
|
974
|
+
"van-coupon-list/input-placeholder": {
|
975
|
+
"type": "string",
|
976
|
+
"description": "输入框文字提示, 默认值: `请输入优惠码`"
|
977
|
+
},
|
978
|
+
"van-coupon-list/show-exchange-bar": {
|
979
|
+
"type": "boolean",
|
980
|
+
"description": "是否展示兑换栏, 默认值: `true`"
|
981
|
+
},
|
982
|
+
"van-coupon-list/currency": {
|
983
|
+
"type": "string",
|
984
|
+
"description": "货币符号, 默认值: `¥`"
|
985
|
+
},
|
986
|
+
"van-coupon-list/empty-image": {
|
987
|
+
"type": "string",
|
988
|
+
"description": "列表为空时的占位图, 默认值: `https://img01.yzcdn.cn/vant/coupon-empty.png`"
|
989
|
+
},
|
990
|
+
"van-coupon-list/show-count": {
|
991
|
+
"type": "boolean",
|
992
|
+
"description": "是否展示可用 / 不可用数量, 默认值: `true`"
|
993
|
+
},
|
994
|
+
"van-datetime-picker/type": {
|
995
|
+
"type": "string",
|
996
|
+
"description": "时间类型,可选值为 `date` `time` <br> `year-month` `month-day` `datehour`, 默认值: `datetime`"
|
997
|
+
},
|
998
|
+
"van-datetime-picker/title": {
|
999
|
+
"type": "string",
|
1000
|
+
"description": "顶部栏标题, 默认值: `''`"
|
1001
|
+
},
|
1002
|
+
"van-datetime-picker/confirm-button-text": {
|
1003
|
+
"type": "string",
|
1004
|
+
"description": "确认按钮文字, 默认值: `确认`"
|
1005
|
+
},
|
1006
|
+
"van-datetime-picker/cancel-button-text": {
|
1007
|
+
"type": "string",
|
1008
|
+
"description": "取消按钮文字, 默认值: `取消`"
|
1009
|
+
},
|
1010
|
+
"van-datetime-picker/show-toolbar": {
|
1011
|
+
"type": "boolean",
|
1012
|
+
"description": "是否显示顶部栏, 默认值: `true`"
|
1013
|
+
},
|
1014
|
+
"van-datetime-picker/loading": {
|
1015
|
+
"type": "boolean",
|
1016
|
+
"description": "是否显示加载状态, 默认值: `false`"
|
1017
|
+
},
|
1018
|
+
"van-datetime-picker/readonly": {
|
1019
|
+
"type": "boolean",
|
1020
|
+
"description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
|
1021
|
+
},
|
1022
|
+
"van-datetime-picker/filter": {
|
1023
|
+
"type": "(type, vals) => vals",
|
1024
|
+
"description": "选项过滤函数, 默认值: -"
|
1025
|
+
},
|
1026
|
+
"van-datetime-picker/formatter": {
|
1027
|
+
"type": "(type, val) => val",
|
1028
|
+
"description": "选项格式化函数, 默认值: -"
|
1029
|
+
},
|
1030
|
+
"van-datetime-picker/columns-order": {
|
1031
|
+
"type": "string[]",
|
1032
|
+
"description": "自定义列排序数组, 子项可选值为<br> `year`、`month`、`day`、`hour`、`minute`, 默认值: -"
|
1033
|
+
},
|
1034
|
+
"van-datetime-picker/item-height": {
|
1035
|
+
"type": "number | string",
|
1036
|
+
"description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
|
1037
|
+
},
|
1038
|
+
"van-datetime-picker/visible-item-count": {
|
1039
|
+
"type": "number | string",
|
1040
|
+
"description": "可见的选项个数, 默认值: `6`"
|
1041
|
+
},
|
1042
|
+
"van-datetime-picker/swipe-duration": {
|
1043
|
+
"type": "number | string",
|
1044
|
+
"description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
|
1045
|
+
},
|
1046
|
+
"van-date-picker/min-date": {
|
1047
|
+
"type": "Date",
|
1048
|
+
"description": "可选的最小时间,精确到分钟, 默认值: 十年前"
|
1049
|
+
},
|
1050
|
+
"van-date-picker/max-date": {
|
1051
|
+
"type": "Date",
|
1052
|
+
"description": "可选的最大时间,精确到分钟, 默认值: 十年后"
|
1053
|
+
},
|
1054
|
+
"van-time-picker/min-hour": {
|
1055
|
+
"type": "number | string",
|
1056
|
+
"description": "可选的最小小时, 默认值: `0`"
|
1057
|
+
},
|
1058
|
+
"van-time-picker/max-hour": {
|
1059
|
+
"type": "number | string",
|
1060
|
+
"description": "可选的最大小时, 默认值: `23`"
|
1061
|
+
},
|
1062
|
+
"van-time-picker/min-minute": {
|
1063
|
+
"type": "number | string",
|
1064
|
+
"description": "可选的最小分钟, 默认值: `0`"
|
1065
|
+
},
|
1066
|
+
"van-time-picker/max-minute": {
|
1067
|
+
"type": "number | string",
|
1068
|
+
"description": "可选的最大分钟, 默认值: `59`"
|
1069
|
+
},
|
1070
|
+
"van-divider/dashed": {
|
1071
|
+
"type": "boolean",
|
1072
|
+
"description": "是否使用虚线, 默认值: `false`"
|
1073
|
+
},
|
1074
|
+
"van-divider/hairline": {
|
1075
|
+
"type": "boolean",
|
1076
|
+
"description": "是否使用 0.5px 线, 默认值: `true`"
|
1077
|
+
},
|
1078
|
+
"van-divider/content-position": {
|
1079
|
+
"type": "string",
|
1080
|
+
"description": "内容位置,可选值为`left` `right`, 默认值: `center`"
|
1081
|
+
},
|
1082
|
+
"van-dialog/v-model": {
|
1083
|
+
"type": "boolean",
|
1084
|
+
"description": "是否显示弹窗, 默认值: -"
|
1085
|
+
},
|
1086
|
+
"van-dialog/title": {
|
1087
|
+
"type": "string",
|
1088
|
+
"description": "标题, 默认值: -"
|
1089
|
+
},
|
1090
|
+
"van-dialog/width": {
|
1091
|
+
"type": "number | string",
|
1092
|
+
"description": "弹窗宽度,默认单位为 `px`, 默认值: `320px`"
|
1093
|
+
},
|
1094
|
+
"van-dialog/message": {
|
1095
|
+
"type": "string",
|
1096
|
+
"description": "文本内容,支持通过 `\\n` 换行, 默认值: -"
|
1097
|
+
},
|
1098
|
+
"van-dialog/message-align": {
|
1099
|
+
"type": "string",
|
1100
|
+
"description": "内容对齐方式,可选值为 `left` `right`, 默认值: `center`"
|
1101
|
+
},
|
1102
|
+
"van-dialog/theme": {
|
1103
|
+
"type": "string",
|
1104
|
+
"description": "样式风格,可选值为 `round-button`, 默认值: `default`"
|
1105
|
+
},
|
1106
|
+
"van-dialog/show-confirm-button": {
|
1107
|
+
"type": "boolean",
|
1108
|
+
"description": "是否展示确认按钮, 默认值: `true`"
|
1109
|
+
},
|
1110
|
+
"van-dialog/show-cancel-button": {
|
1111
|
+
"type": "boolean",
|
1112
|
+
"description": "是否展示取消按钮, 默认值: `false`"
|
1113
|
+
},
|
1114
|
+
"van-dialog/confirm-button-text": {
|
1115
|
+
"type": "string",
|
1116
|
+
"description": "确认按钮文案, 默认值: `确认`"
|
1117
|
+
},
|
1118
|
+
"van-dialog/confirm-button-color": {
|
1119
|
+
"type": "string",
|
1120
|
+
"description": "确认按钮颜色, 默认值: `#ee0a24`"
|
1121
|
+
},
|
1122
|
+
"van-dialog/cancel-button-text": {
|
1123
|
+
"type": "string",
|
1124
|
+
"description": "取消按钮文案, 默认值: `取消`"
|
1125
|
+
},
|
1126
|
+
"van-dialog/cancel-button-color": {
|
1127
|
+
"type": "string",
|
1128
|
+
"description": "取消按钮颜色, 默认值: `black`"
|
1129
|
+
},
|
1130
|
+
"van-dialog/overlay": {
|
1131
|
+
"type": "boolean",
|
1132
|
+
"description": "是否展示遮罩层, 默认值: `true`"
|
1133
|
+
},
|
1134
|
+
"van-dialog/overlay-class": {
|
1135
|
+
"type": "string",
|
1136
|
+
"description": "自定义遮罩层类名, 默认值: -"
|
1137
|
+
},
|
1138
|
+
"van-dialog/overlay-style": {
|
1139
|
+
"type": "object",
|
1140
|
+
"description": "自定义遮罩层样式, 默认值: -"
|
1141
|
+
},
|
1142
|
+
"van-dialog/close-on-popstate": {
|
1143
|
+
"type": "boolean",
|
1144
|
+
"description": "是否在页面回退时自动关闭, 默认值: `true`"
|
1145
|
+
},
|
1146
|
+
"van-dialog/close-on-click-overlay": {
|
1147
|
+
"type": "boolean",
|
1148
|
+
"description": "是否在点击遮罩层后关闭弹窗, 默认值: `false`"
|
1149
|
+
},
|
1150
|
+
"van-dialog/lazy-render": {
|
1151
|
+
"type": "boolean",
|
1152
|
+
"description": "是否在显示弹层时才渲染节点, 默认值: `true`"
|
1153
|
+
},
|
1154
|
+
"van-dialog/lock-scroll": {
|
1155
|
+
"type": "boolean",
|
1156
|
+
"description": "是否锁定背景滚动, 默认值: `true`"
|
1157
|
+
},
|
1158
|
+
"van-dialog/allow-html": {
|
1159
|
+
"type": "boolean",
|
1160
|
+
"description": "是否允许 message 内容中渲染 HTML, 默认值: `true`"
|
1161
|
+
},
|
1162
|
+
"van-dialog/before-close": {
|
1163
|
+
"type": "(action, done) => void",
|
1164
|
+
"description": "关闭前的回调函数,<br>调用 done() 后关闭弹窗,<br>调用 done(false) 阻止弹窗关闭, 默认值: -"
|
1165
|
+
},
|
1166
|
+
"van-dialog/transition": {
|
1167
|
+
"type": "string",
|
1168
|
+
"description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: -"
|
1169
|
+
},
|
1170
|
+
"van-dialog/get-container": {
|
1171
|
+
"type": "string | () => Element",
|
1172
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
1173
|
+
},
|
1174
|
+
"van-empty/image": {
|
1175
|
+
"type": "string",
|
1176
|
+
"description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL, 默认值: `default`"
|
1177
|
+
},
|
1178
|
+
"van-empty/image-size": {
|
1179
|
+
"type": "number | string",
|
1180
|
+
"description": "图片大小,默认单位为 `px`, 默认值: -"
|
1181
|
+
},
|
1182
|
+
"van-empty/description": {
|
1183
|
+
"type": "string",
|
1184
|
+
"description": "图片下方的描述文字, 默认值: -"
|
1185
|
+
},
|
1186
|
+
"van-dropdown-menu/active-color": {
|
1187
|
+
"type": "string",
|
1188
|
+
"description": "菜单标题和选项的选中态颜色, 默认值: `#ee0a24`"
|
1189
|
+
},
|
1190
|
+
"van-dropdown-menu/direction": {
|
1191
|
+
"type": "string",
|
1192
|
+
"description": "菜单展开方向,可选值为`up`, 默认值: `down`"
|
1193
|
+
},
|
1194
|
+
"van-dropdown-menu/z-index": {
|
1195
|
+
"type": "number | string",
|
1196
|
+
"description": "菜单栏 z-index 层级, 默认值: `10`"
|
1197
|
+
},
|
1198
|
+
"van-dropdown-menu/duration": {
|
1199
|
+
"type": "number | string",
|
1200
|
+
"description": "动画时长,单位秒, 默认值: `0.2`"
|
1201
|
+
},
|
1202
|
+
"van-dropdown-menu/overlay": {
|
1203
|
+
"type": "boolean",
|
1204
|
+
"description": "是否显示遮罩层, 默认值: `true`"
|
1205
|
+
},
|
1206
|
+
"van-dropdown-menu/close-on-click-overlay": {
|
1207
|
+
"type": "boolean",
|
1208
|
+
"description": "是否在点击遮罩层后关闭菜单, 默认值: `true`"
|
1209
|
+
},
|
1210
|
+
"van-dropdown-menu/close-on-click-outside": {
|
1211
|
+
"type": "boolean",
|
1212
|
+
"description": "是否在点击外部元素后关闭菜单, 默认值: `true`"
|
1213
|
+
},
|
1214
|
+
"van-dropdown-item/value": {
|
1215
|
+
"type": "number | string",
|
1216
|
+
"description": "当前选中项对应的 value,可以通过`v-model`双向绑定, 默认值: -"
|
1217
|
+
},
|
1218
|
+
"van-dropdown-item/title": {
|
1219
|
+
"type": "string",
|
1220
|
+
"description": "菜单项标题, 默认值: 当前选中项文字"
|
1221
|
+
},
|
1222
|
+
"van-dropdown-item/options": {
|
1223
|
+
"type": "Option[]",
|
1224
|
+
"description": "选项数组, 默认值: `[]`"
|
1225
|
+
},
|
1226
|
+
"van-dropdown-item/disabled": {
|
1227
|
+
"type": "boolean",
|
1228
|
+
"description": "是否禁用菜单, 默认值: `false`"
|
1229
|
+
},
|
1230
|
+
"van-dropdown-item/lazy-render": {
|
1231
|
+
"type": "boolean",
|
1232
|
+
"description": "是否在首次展开时才渲染菜单内容, 默认值: `true`"
|
1233
|
+
},
|
1234
|
+
"van-dropdown-item/title-class": {
|
1235
|
+
"type": "string",
|
1236
|
+
"description": "标题额外类名, 默认值: -"
|
1237
|
+
},
|
1238
|
+
"van-dropdown-item/get-container": {
|
1239
|
+
"type": "string | () => Element",
|
1240
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
1241
|
+
},
|
1242
|
+
"van-field/v-model (value)": {
|
1243
|
+
"type": "number | string",
|
1244
|
+
"description": "当前输入的值, 默认值: -"
|
1245
|
+
},
|
1246
|
+
"van-field/label": {
|
1247
|
+
"type": "string",
|
1248
|
+
"description": "输入框左侧文本, 默认值: -"
|
1249
|
+
},
|
1250
|
+
"van-field/name": {
|
1251
|
+
"type": "string",
|
1252
|
+
"description": "名称,提交表单的标识符, 默认值: -"
|
1253
|
+
},
|
1254
|
+
"van-field/type": {
|
1255
|
+
"type": "string",
|
1256
|
+
"description": "输入框类型, 可选值为 `tel` `digit`<br>`number` `textarea` `password` 等, 默认值: `text`"
|
1257
|
+
},
|
1258
|
+
"van-field/size": {
|
1259
|
+
"type": "string",
|
1260
|
+
"description": "大小,可选值为 `large`, 默认值: -"
|
1261
|
+
},
|
1262
|
+
"van-field/maxlength": {
|
1263
|
+
"type": "number | string",
|
1264
|
+
"description": "输入的最大字符数, 默认值: -"
|
1265
|
+
},
|
1266
|
+
"van-field/placeholder": {
|
1267
|
+
"type": "string",
|
1268
|
+
"description": "输入框占位提示文字, 默认值: -"
|
1269
|
+
},
|
1270
|
+
"van-field/border": {
|
1271
|
+
"type": "boolean",
|
1272
|
+
"description": "是否显示内边框, 默认值: `true`"
|
1273
|
+
},
|
1274
|
+
"van-field/disabled": {
|
1275
|
+
"type": "boolean",
|
1276
|
+
"description": "是否禁用输入框, 默认值: `false`"
|
1277
|
+
},
|
1278
|
+
"van-field/readonly": {
|
1279
|
+
"type": "boolean",
|
1280
|
+
"description": "是否只读, 默认值: `false`"
|
1281
|
+
},
|
1282
|
+
"van-field/colon": {
|
1283
|
+
"type": "boolean",
|
1284
|
+
"description": "是否在 label 后面添加冒号, 默认值: `false`"
|
1285
|
+
},
|
1286
|
+
"van-field/required": {
|
1287
|
+
"type": "boolean",
|
1288
|
+
"description": "是否显示表单必填星号, 默认值: `false`"
|
1289
|
+
},
|
1290
|
+
"van-field/center": {
|
1291
|
+
"type": "boolean",
|
1292
|
+
"description": "是否使内容垂直居中, 默认值: `false`"
|
1293
|
+
},
|
1294
|
+
"van-field/clearable": {
|
1295
|
+
"type": "boolean",
|
1296
|
+
"description": "是否启用清除图标,点击清除图标后会清空输入框, 默认值: `false`"
|
1297
|
+
},
|
1298
|
+
"van-field/clear-trigger": {
|
1299
|
+
"type": "string",
|
1300
|
+
"description": "显示清除图标的时机,`always` 表示输入框不为空时展示,<br>`focus` 表示输入框聚焦且不为空时展示, 默认值: `focus`"
|
1301
|
+
},
|
1302
|
+
"van-field/clickable": {
|
1303
|
+
"type": "boolean",
|
1304
|
+
"description": "是否开启点击反馈, 默认值: `false`"
|
1305
|
+
},
|
1306
|
+
"van-field/is-link": {
|
1307
|
+
"type": "boolean",
|
1308
|
+
"description": "是否展示右侧箭头并开启点击反馈, 默认值: `false`"
|
1309
|
+
},
|
1310
|
+
"van-field/autofocus": {
|
1311
|
+
"type": "boolean",
|
1312
|
+
"description": "是否自动聚焦,iOS 系统不支持该属性, 默认值: `false`"
|
1313
|
+
},
|
1314
|
+
"van-field/show-word-limit": {
|
1315
|
+
"type": "boolean",
|
1316
|
+
"description": "是否显示字数统计,需要设置`maxlength`属性, 默认值: `false`"
|
1317
|
+
},
|
1318
|
+
"van-field/error": {
|
1319
|
+
"type": "boolean",
|
1320
|
+
"description": "是否将输入内容标红, 默认值: `false`"
|
1321
|
+
},
|
1322
|
+
"van-field/error-message": {
|
1323
|
+
"type": "string",
|
1324
|
+
"description": "底部错误提示文案,为空时不展示, 默认值: -"
|
1325
|
+
},
|
1326
|
+
"van-field/formatter": {
|
1327
|
+
"type": "Function",
|
1328
|
+
"description": "输入内容格式化函数, 默认值: -"
|
1329
|
+
},
|
1330
|
+
"van-field/format-trigger": {
|
1331
|
+
"type": "string",
|
1332
|
+
"description": "格式化函数触发的时机,可选值为 `onBlur`, 默认值: `onChange`"
|
1333
|
+
},
|
1334
|
+
"van-field/arrow-direction": {
|
1335
|
+
"type": "string",
|
1336
|
+
"description": "箭头方向,可选值为 `left` `up` `down`, 默认值: `right`"
|
1337
|
+
},
|
1338
|
+
"van-field/label-class": {
|
1339
|
+
"type": "any",
|
1340
|
+
"description": "左侧文本额外类名, 默认值: -"
|
1341
|
+
},
|
1342
|
+
"van-field/label-width": {
|
1343
|
+
"type": "number | string",
|
1344
|
+
"description": "左侧文本宽度,默认单位为`px`, 默认值: `6.2em`"
|
1345
|
+
},
|
1346
|
+
"van-field/label-align": {
|
1347
|
+
"type": "string",
|
1348
|
+
"description": "左侧文本对齐方式,可选值为 `center` `right`, 默认值: `left`"
|
1349
|
+
},
|
1350
|
+
"van-field/input-align": {
|
1351
|
+
"type": "string",
|
1352
|
+
"description": "输入框对齐方式,可选值为 `center` `right`, 默认值: `left`"
|
1353
|
+
},
|
1354
|
+
"van-field/error-message-align": {
|
1355
|
+
"type": "string",
|
1356
|
+
"description": "错误提示文案对齐方式,可选值为 `center` `right`, 默认值: `left`"
|
1357
|
+
},
|
1358
|
+
"van-field/autosize": {
|
1359
|
+
"type": "boolean | object",
|
1360
|
+
"description": "是否自适应内容高度,只对 textarea 有效,<br>可传入对象,如 { maxHeight: 100, minHeight: 50 },<br>单位为`px`, 默认值: `false`"
|
1361
|
+
},
|
1362
|
+
"van-field/left-icon": {
|
1363
|
+
"type": "string",
|
1364
|
+
"description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
1365
|
+
},
|
1366
|
+
"van-field/right-icon": {
|
1367
|
+
"type": "string",
|
1368
|
+
"description": "右侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
1369
|
+
},
|
1370
|
+
"van-field/icon-prefix": {
|
1371
|
+
"type": "string",
|
1372
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
1373
|
+
},
|
1374
|
+
"van-field/rules": {
|
1375
|
+
"type": "Rule[]",
|
1376
|
+
"description": "表单校验规则,详见 [Form 组件](#/zh-CN/form#rule-shu-ju-jie-gou), 默认值: -"
|
1377
|
+
},
|
1378
|
+
"van-field/autocomplete": {
|
1379
|
+
"type": "string",
|
1380
|
+
"description": "input 标签原生的[自动完成属性](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete), 默认值: -"
|
1381
|
+
},
|
1382
|
+
"van-form/label-width": {
|
1383
|
+
"type": "number | string",
|
1384
|
+
"description": "表单项 label 宽度,默认单位为`px`, 默认值: `6.2em`"
|
1385
|
+
},
|
1386
|
+
"van-form/label-align": {
|
1387
|
+
"type": "string",
|
1388
|
+
"description": "表单项 label 对齐方式,可选值为 `center` `right`, 默认值: `left`"
|
1389
|
+
},
|
1390
|
+
"van-form/input-align": {
|
1391
|
+
"type": "string",
|
1392
|
+
"description": "输入框对齐方式,可选值为 `center` `right`, 默认值: `left`"
|
1393
|
+
},
|
1394
|
+
"van-form/error-message-align": {
|
1395
|
+
"type": "string",
|
1396
|
+
"description": "错误提示文案对齐方式,可选值为 `center` `right`, 默认值: `left`"
|
1397
|
+
},
|
1398
|
+
"van-form/validate-trigger": {
|
1399
|
+
"type": "string",
|
1400
|
+
"description": "表单校验触发时机,可选值为 `onChange`、`onSubmit`,详见下表, 默认值: `onBlur`"
|
1401
|
+
},
|
1402
|
+
"van-form/colon": {
|
1403
|
+
"type": "boolean",
|
1404
|
+
"description": "是否在 label 后面添加冒号, 默认值: `false`"
|
1405
|
+
},
|
1406
|
+
"van-form/disabled": {
|
1407
|
+
"type": "boolean",
|
1408
|
+
"description": "是否禁用表单中的所有输入框, 默认值: `false`"
|
1409
|
+
},
|
1410
|
+
"van-form/readonly": {
|
1411
|
+
"type": "boolean",
|
1412
|
+
"description": "是否将表单中的所有输入框设置为只读, 默认值: `false`"
|
1413
|
+
},
|
1414
|
+
"van-form/validate-first": {
|
1415
|
+
"type": "boolean",
|
1416
|
+
"description": "是否在某一项校验不通过时停止校验, 默认值: `false`"
|
1417
|
+
},
|
1418
|
+
"van-form/scroll-to-error": {
|
1419
|
+
"type": "boolean",
|
1420
|
+
"description": "是否在提交表单且校验不通过时滚动至错误的表单项, 默认值: `false`"
|
1421
|
+
},
|
1422
|
+
"van-form/show-error": {
|
1423
|
+
"type": "boolean",
|
1424
|
+
"description": "是否在校验不通过时标红输入框, 默认值: `true`"
|
1425
|
+
},
|
1426
|
+
"van-form/show-error-message": {
|
1427
|
+
"type": "boolean",
|
1428
|
+
"description": "是否在校验不通过时在输入框下方展示错误提示, 默认值: `true`"
|
1429
|
+
},
|
1430
|
+
"van-form/submit-on-enter": {
|
1431
|
+
"type": "boolean",
|
1432
|
+
"description": "是否在按下回车键时提交表单, 默认值: `true`"
|
1433
|
+
},
|
1434
|
+
"van-goods-action/safe-area-inset-bottom": {
|
1435
|
+
"type": "boolean",
|
1436
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
1437
|
+
},
|
1438
|
+
"van-goods-action-icon/text": {
|
1439
|
+
"type": "string",
|
1440
|
+
"description": "按钮文字, 默认值: -"
|
1441
|
+
},
|
1442
|
+
"van-goods-action-icon/icon": {
|
1443
|
+
"type": "string",
|
1444
|
+
"description": "图标, 默认值: -"
|
1445
|
+
},
|
1446
|
+
"van-goods-action-icon/color": {
|
1447
|
+
"type": "string",
|
1448
|
+
"description": "图标颜色, 默认值: `#323233`"
|
1449
|
+
},
|
1450
|
+
"van-goods-action-icon/icon-class": {
|
1451
|
+
"type": "any",
|
1452
|
+
"description": "图标额外类名, 默认值: -"
|
1453
|
+
},
|
1454
|
+
"van-goods-action-icon/dot": {
|
1455
|
+
"type": "boolean",
|
1456
|
+
"description": "是否显示图标右上角小红点, 默认值: `false`"
|
1457
|
+
},
|
1458
|
+
"van-goods-action-icon/badge": {
|
1459
|
+
"type": "number | string",
|
1460
|
+
"description": "图标右上角徽标的内容, 默认值: -"
|
1461
|
+
},
|
1462
|
+
"van-goods-action-icon/info": {
|
1463
|
+
"type": "number | string",
|
1464
|
+
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
1465
|
+
},
|
1466
|
+
"van-goods-action-icon/url": {
|
1467
|
+
"type": "string",
|
1468
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
1469
|
+
},
|
1470
|
+
"van-goods-action-icon/to": {
|
1471
|
+
"type": "string | object",
|
1472
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
1473
|
+
},
|
1474
|
+
"van-goods-action-icon/replace": {
|
1475
|
+
"type": "boolean",
|
1476
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
1477
|
+
},
|
1478
|
+
"van-goods-action-button/text": {
|
1479
|
+
"type": "string",
|
1480
|
+
"description": "按钮文字, 默认值: -"
|
1481
|
+
},
|
1482
|
+
"van-goods-action-button/type": {
|
1483
|
+
"type": "string",
|
1484
|
+
"description": "按钮类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
|
1485
|
+
},
|
1486
|
+
"van-goods-action-button/color": {
|
1487
|
+
"type": "string",
|
1488
|
+
"description": "按钮颜色,支持传入`linear-gradient`渐变色, 默认值: -"
|
1489
|
+
},
|
1490
|
+
"van-goods-action-button/icon": {
|
1491
|
+
"type": "string",
|
1492
|
+
"description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
1493
|
+
},
|
1494
|
+
"van-goods-action-button/disabled": {
|
1495
|
+
"type": "boolean",
|
1496
|
+
"description": "是否禁用按钮, 默认值: `false`"
|
1497
|
+
},
|
1498
|
+
"van-goods-action-button/loading": {
|
1499
|
+
"type": "boolean",
|
1500
|
+
"description": "是否显示为加载状态, 默认值: `false`"
|
1501
|
+
},
|
1502
|
+
"van-goods-action-button/url": {
|
1503
|
+
"type": "string",
|
1504
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
1505
|
+
},
|
1506
|
+
"van-goods-action-button/to": {
|
1507
|
+
"type": "string | object",
|
1508
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
1509
|
+
},
|
1510
|
+
"van-goods-action-button/replace": {
|
1511
|
+
"type": "boolean",
|
1512
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
1513
|
+
},
|
1514
|
+
"van-grid/column-num": {
|
1515
|
+
"type": "number | string",
|
1516
|
+
"description": "列数, 默认值: `4`"
|
1517
|
+
},
|
1518
|
+
"van-grid/icon-size": {
|
1519
|
+
"type": "number | string",
|
1520
|
+
"description": "图标大小,默认单位为`px`, 默认值: `28px`"
|
1521
|
+
},
|
1522
|
+
"van-grid/gutter": {
|
1523
|
+
"type": "number | string",
|
1524
|
+
"description": "格子之间的间距,默认单位为`px`, 默认值: `0`"
|
1525
|
+
},
|
1526
|
+
"van-grid/border": {
|
1527
|
+
"type": "boolean",
|
1528
|
+
"description": "是否显示边框, 默认值: `true`"
|
1529
|
+
},
|
1530
|
+
"van-grid/center": {
|
1531
|
+
"type": "boolean",
|
1532
|
+
"description": "是否将格子内容居中显示, 默认值: `true`"
|
1533
|
+
},
|
1534
|
+
"van-grid/square": {
|
1535
|
+
"type": "boolean",
|
1536
|
+
"description": "是否将格子固定为正方形, 默认值: `false`"
|
1537
|
+
},
|
1538
|
+
"van-grid/clickable": {
|
1539
|
+
"type": "boolean",
|
1540
|
+
"description": "是否开启格子点击反馈, 默认值: `false`"
|
1541
|
+
},
|
1542
|
+
"van-grid/direction": {
|
1543
|
+
"type": "string",
|
1544
|
+
"description": "格子内容排列的方向,可选值为 `horizontal`, 默认值: `vertical`"
|
1545
|
+
},
|
1546
|
+
"van-grid-item/text": {
|
1547
|
+
"type": "string",
|
1548
|
+
"description": "文字, 默认值: -"
|
1549
|
+
},
|
1550
|
+
"van-grid-item/icon": {
|
1551
|
+
"type": "string",
|
1552
|
+
"description": "[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
1553
|
+
},
|
1554
|
+
"van-grid-item/icon-prefix": {
|
1555
|
+
"type": "string",
|
1556
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
1557
|
+
},
|
1558
|
+
"van-grid-item/dot": {
|
1559
|
+
"type": "boolean",
|
1560
|
+
"description": "是否显示图标右上角小红点, 默认值: `false`"
|
1561
|
+
},
|
1562
|
+
"van-grid-item/badge": {
|
1563
|
+
"type": "number | string",
|
1564
|
+
"description": "图标右上角徽标的内容, 默认值: -"
|
1565
|
+
},
|
1566
|
+
"van-grid-item/info": {
|
1567
|
+
"type": "number | string",
|
1568
|
+
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
1569
|
+
},
|
1570
|
+
"van-grid-item/url": {
|
1571
|
+
"type": "string",
|
1572
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
1573
|
+
},
|
1574
|
+
"van-grid-item/to": {
|
1575
|
+
"type": "string | object",
|
1576
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
1577
|
+
},
|
1578
|
+
"van-grid-item/replace": {
|
1579
|
+
"type": "boolean",
|
1580
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
1581
|
+
},
|
1582
|
+
"van-icon/name": {
|
1583
|
+
"type": "string",
|
1584
|
+
"description": "图标名称或图片链接, 默认值: -"
|
1585
|
+
},
|
1586
|
+
"van-icon/dot": {
|
1587
|
+
"type": "boolean",
|
1588
|
+
"description": "是否显示图标右上角小红点, 默认值: `false`"
|
1589
|
+
},
|
1590
|
+
"van-icon/badge": {
|
1591
|
+
"type": "number | string",
|
1592
|
+
"description": "图标右上角徽标的内容, 默认值: -"
|
1593
|
+
},
|
1594
|
+
"van-icon/info": {
|
1595
|
+
"type": "number | string",
|
1596
|
+
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
1597
|
+
},
|
1598
|
+
"van-icon/color": {
|
1599
|
+
"type": "string",
|
1600
|
+
"description": "图标颜色, 默认值: `inherit`"
|
1601
|
+
},
|
1602
|
+
"van-icon/size": {
|
1603
|
+
"type": "number | string",
|
1604
|
+
"description": "图标大小,如 `20px` `2em`,默认单位为`px`, 默认值: `inherit`"
|
1605
|
+
},
|
1606
|
+
"van-icon/class-prefix": {
|
1607
|
+
"type": "string",
|
1608
|
+
"description": "类名前缀,用于使用自定义图标, 默认值: `van-icon`"
|
1609
|
+
},
|
1610
|
+
"van-icon/tag": {
|
1611
|
+
"type": "string",
|
1612
|
+
"description": "HTML 标签, 默认值: `i`"
|
1613
|
+
},
|
1614
|
+
"van-image/src": {
|
1615
|
+
"type": "string",
|
1616
|
+
"description": "图片链接, 默认值: -"
|
1617
|
+
},
|
1618
|
+
"van-image/fit": {
|
1619
|
+
"type": "string",
|
1620
|
+
"description": "图片填充模式, 默认值: `fill`"
|
1621
|
+
},
|
1622
|
+
"van-image/alt": {
|
1623
|
+
"type": "string",
|
1624
|
+
"description": "替代文本, 默认值: -"
|
1625
|
+
},
|
1626
|
+
"van-image/width": {
|
1627
|
+
"type": "number | string",
|
1628
|
+
"description": "宽度,默认单位为`px`, 默认值: -"
|
1629
|
+
},
|
1630
|
+
"van-image/height": {
|
1631
|
+
"type": "number | string",
|
1632
|
+
"description": "高度,默认单位为`px`, 默认值: -"
|
1633
|
+
},
|
1634
|
+
"van-image/radius": {
|
1635
|
+
"type": "number | string",
|
1636
|
+
"description": "圆角大小,默认单位为`px`, 默认值: `0`"
|
1637
|
+
},
|
1638
|
+
"van-image/round": {
|
1639
|
+
"type": "boolean",
|
1640
|
+
"description": "是否显示为圆形, 默认值: `false`"
|
1641
|
+
},
|
1642
|
+
"van-image/lazy-load": {
|
1643
|
+
"type": "boolean",
|
1644
|
+
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
1645
|
+
},
|
1646
|
+
"van-image/show-error": {
|
1647
|
+
"type": "boolean",
|
1648
|
+
"description": "是否展示图片加载失败提示, 默认值: `true`"
|
1649
|
+
},
|
1650
|
+
"van-image/show-loading": {
|
1651
|
+
"type": "boolean",
|
1652
|
+
"description": "是否展示图片加载中提示, 默认值: `true`"
|
1653
|
+
},
|
1654
|
+
"van-image/error-icon": {
|
1655
|
+
"type": "string",
|
1656
|
+
"description": "失败时提示的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `photo-fail`"
|
1657
|
+
},
|
1658
|
+
"van-image/loading-icon": {
|
1659
|
+
"type": "string",
|
1660
|
+
"description": "加载时提示的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `photo`"
|
1661
|
+
},
|
1662
|
+
"van-image/icon-prefix": {
|
1663
|
+
"type": "string",
|
1664
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
1665
|
+
},
|
1666
|
+
"van-image-preview/images": {
|
1667
|
+
"type": "string[]",
|
1668
|
+
"description": "需要预览的图片 URL 数组, 默认值: `[]`"
|
1669
|
+
},
|
1670
|
+
"van-image-preview/start-position": {
|
1671
|
+
"type": "number | string",
|
1672
|
+
"description": "图片预览起始位置索引, 默认值: `0`"
|
1673
|
+
},
|
1674
|
+
"van-image-preview/swipe-duration": {
|
1675
|
+
"type": "number | string",
|
1676
|
+
"description": "动画时长,单位为 ms, 默认值: `300`"
|
1677
|
+
},
|
1678
|
+
"van-image-preview/show-index": {
|
1679
|
+
"type": "boolean",
|
1680
|
+
"description": "是否显示页码, 默认值: `true`"
|
1681
|
+
},
|
1682
|
+
"van-image-preview/show-indicators": {
|
1683
|
+
"type": "boolean",
|
1684
|
+
"description": "是否显示轮播指示器, 默认值: `false`"
|
1685
|
+
},
|
1686
|
+
"van-image-preview/loop": {
|
1687
|
+
"type": "boolean",
|
1688
|
+
"description": "是否开启循环播放, 默认值: `true`"
|
1689
|
+
},
|
1690
|
+
"van-image-preview/async-close": {
|
1691
|
+
"type": "boolean",
|
1692
|
+
"description": "是否开启异步关闭, 默认值: `false`"
|
1693
|
+
},
|
1694
|
+
"van-image-preview/close-on-popstate": {
|
1695
|
+
"type": "boolean",
|
1696
|
+
"description": "是否在页面回退时自动关闭, 默认值: `true`"
|
1697
|
+
},
|
1698
|
+
"van-image-preview/class-name": {
|
1699
|
+
"type": "any",
|
1700
|
+
"description": "自定义类名, 默认值: -"
|
1701
|
+
},
|
1702
|
+
"van-image-preview/max-zoom": {
|
1703
|
+
"type": "number | string",
|
1704
|
+
"description": "手势缩放时,最大缩放比例, 默认值: `3`"
|
1705
|
+
},
|
1706
|
+
"van-image-preview/min-zoom": {
|
1707
|
+
"type": "number | string",
|
1708
|
+
"description": "手势缩放时,最小缩放比例, 默认值: `1/3`"
|
1709
|
+
},
|
1710
|
+
"van-image-preview/closeable": {
|
1711
|
+
"type": "boolean",
|
1712
|
+
"description": "是否显示关闭图标, 默认值: `false`"
|
1713
|
+
},
|
1714
|
+
"van-image-preview/close-icon": {
|
1715
|
+
"type": "string",
|
1716
|
+
"description": "关闭图标名称或图片链接, 默认值: `clear`"
|
1717
|
+
},
|
1718
|
+
"van-image-preview/close-icon-position": {
|
1719
|
+
"type": "string",
|
1720
|
+
"description": "关闭图标位置,可选值为`top-left`<br>`bottom-left` `bottom-right`, 默认值: `top-right`"
|
1721
|
+
},
|
1722
|
+
"van-image-preview/transition": {
|
1723
|
+
"type": "string",
|
1724
|
+
"description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: `van-fade`"
|
1725
|
+
},
|
1726
|
+
"van-image-preview/overlay-style": {
|
1727
|
+
"type": "object",
|
1728
|
+
"description": "自定义遮罩层样式, 默认值: -"
|
1729
|
+
},
|
1730
|
+
"van-image-preview/get-container": {
|
1731
|
+
"type": "string | () => Element",
|
1732
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
1733
|
+
},
|
1734
|
+
"van-index-bar/index-list": {
|
1735
|
+
"type": "string[] | number[]",
|
1736
|
+
"description": "索引字符列表, 默认值: `A-Z`"
|
1737
|
+
},
|
1738
|
+
"van-index-bar/z-index": {
|
1739
|
+
"type": "number | string",
|
1740
|
+
"description": "z-index 层级, 默认值: `1`"
|
1741
|
+
},
|
1742
|
+
"van-index-bar/sticky": {
|
1743
|
+
"type": "boolean",
|
1744
|
+
"description": "是否开启锚点自动吸顶, 默认值: `true`"
|
1745
|
+
},
|
1746
|
+
"van-index-bar/sticky-offset-top": {
|
1747
|
+
"type": "number",
|
1748
|
+
"description": "锚点自动吸顶时与顶部的距离, 默认值: `0`"
|
1749
|
+
},
|
1750
|
+
"van-index-bar/highlight-color": {
|
1751
|
+
"type": "string",
|
1752
|
+
"description": "索引字符高亮颜色, 默认值: `#ee0a24`"
|
1753
|
+
},
|
1754
|
+
"van-index-anchor/index": {
|
1755
|
+
"type": "number | string",
|
1756
|
+
"description": "索引字符, 默认值: -"
|
1757
|
+
},
|
1758
|
+
"van-list/v-model": {
|
1759
|
+
"type": "boolean",
|
1760
|
+
"description": "是否处于加载状态,加载过程中不触发`load`事件, 默认值: `false`"
|
1761
|
+
},
|
1762
|
+
"van-list/finished": {
|
1763
|
+
"type": "boolean",
|
1764
|
+
"description": "是否已加载完成,加载完成后不再触发`load`事件, 默认值: `false`"
|
1765
|
+
},
|
1766
|
+
"van-list/error": {
|
1767
|
+
"type": "boolean",
|
1768
|
+
"description": "是否加载失败,加载失败后点击错误提示可以重新<br>触发`load`事件,必须使用`sync`修饰符, 默认值: `false`"
|
1769
|
+
},
|
1770
|
+
"van-list/offset": {
|
1771
|
+
"type": "number | string",
|
1772
|
+
"description": "滚动条与底部距离小于 offset 时触发`load`事件, 默认值: `300`"
|
1773
|
+
},
|
1774
|
+
"van-list/loading-text": {
|
1775
|
+
"type": "string",
|
1776
|
+
"description": "加载过程中的提示文案, 默认值: `加载中...`"
|
1777
|
+
},
|
1778
|
+
"van-list/finished-text": {
|
1779
|
+
"type": "string",
|
1780
|
+
"description": "加载完成后的提示文案, 默认值: -"
|
1781
|
+
},
|
1782
|
+
"van-list/error-text": {
|
1783
|
+
"type": "string",
|
1784
|
+
"description": "加载失败后的提示文案, 默认值: -"
|
1785
|
+
},
|
1786
|
+
"van-list/immediate-check": {
|
1787
|
+
"type": "boolean",
|
1788
|
+
"description": "是否在初始化时立即执行滚动位置检查, 默认值: `true`"
|
1789
|
+
},
|
1790
|
+
"van-list/direction": {
|
1791
|
+
"type": "string",
|
1792
|
+
"description": "滚动触发加载的方向,可选值为`up`, 默认值: `down`"
|
1793
|
+
},
|
1794
|
+
"van-loading/color": {
|
1795
|
+
"type": "string",
|
1796
|
+
"description": "颜色, 默认值: `#c9c9c9`"
|
1797
|
+
},
|
1798
|
+
"van-loading/type": {
|
1799
|
+
"type": "string",
|
1800
|
+
"description": "类型,可选值为 `spinner`, 默认值: `circular`"
|
1801
|
+
},
|
1802
|
+
"van-loading/size": {
|
1803
|
+
"type": "number | string",
|
1804
|
+
"description": "加载图标大小,默认单位为 `px`, 默认值: `30px`"
|
1805
|
+
},
|
1806
|
+
"van-loading/text-size": {
|
1807
|
+
"type": "number | string",
|
1808
|
+
"description": "文字大小,默认单位为 `px`, 默认值: `14px`"
|
1809
|
+
},
|
1810
|
+
"van-loading/text-color": {
|
1811
|
+
"type": "string",
|
1812
|
+
"description": "文字颜色, 默认值: `#c9c9c9`"
|
1813
|
+
},
|
1814
|
+
"van-loading/vertical": {
|
1815
|
+
"type": "boolean",
|
1816
|
+
"description": "是否垂直排列图标和文字内容, 默认值: `false`"
|
1817
|
+
},
|
1818
|
+
"van-nav-bar/title": {
|
1819
|
+
"type": "string",
|
1820
|
+
"description": "标题, 默认值: `''`"
|
1821
|
+
},
|
1822
|
+
"van-nav-bar/left-text": {
|
1823
|
+
"type": "string",
|
1824
|
+
"description": "左侧文案, 默认值: `''`"
|
1825
|
+
},
|
1826
|
+
"van-nav-bar/right-text": {
|
1827
|
+
"type": "string",
|
1828
|
+
"description": "右侧文案, 默认值: `''`"
|
1829
|
+
},
|
1830
|
+
"van-nav-bar/left-arrow": {
|
1831
|
+
"type": "boolean",
|
1832
|
+
"description": "是否显示左侧箭头, 默认值: `false`"
|
1833
|
+
},
|
1834
|
+
"van-nav-bar/border": {
|
1835
|
+
"type": "boolean",
|
1836
|
+
"description": "是否显示下边框, 默认值: `true`"
|
1837
|
+
},
|
1838
|
+
"van-nav-bar/fixed": {
|
1839
|
+
"type": "boolean",
|
1840
|
+
"description": "是否固定在顶部, 默认值: `false`"
|
1841
|
+
},
|
1842
|
+
"van-nav-bar/placeholder": {
|
1843
|
+
"type": "boolean",
|
1844
|
+
"description": "固定在顶部时,是否在标签位置生成一个等高的占位元素, 默认值: `false`"
|
1845
|
+
},
|
1846
|
+
"van-nav-bar/z-index": {
|
1847
|
+
"type": "number | string",
|
1848
|
+
"description": "导航栏 z-index, 默认值: `1`"
|
1849
|
+
},
|
1850
|
+
"van-nav-bar/safe-area-inset-top": {
|
1851
|
+
"type": "boolean",
|
1852
|
+
"description": "是否开启[顶部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `false`"
|
1853
|
+
},
|
1854
|
+
"van-notice-bar/mode": {
|
1855
|
+
"type": "string",
|
1856
|
+
"description": "通知栏模式,可选值为 `closeable` `link`, 默认值: `''`"
|
1857
|
+
},
|
1858
|
+
"van-notice-bar/text": {
|
1859
|
+
"type": "string",
|
1860
|
+
"description": "通知文本内容, 默认值: `''`"
|
1861
|
+
},
|
1862
|
+
"van-notice-bar/color": {
|
1863
|
+
"type": "string",
|
1864
|
+
"description": "通知文本颜色, 默认值: `#f60`"
|
1865
|
+
},
|
1866
|
+
"van-notice-bar/background": {
|
1867
|
+
"type": "string",
|
1868
|
+
"description": "滚动条背景, 默认值: `#fff7cc`"
|
1869
|
+
},
|
1870
|
+
"van-notice-bar/left-icon": {
|
1871
|
+
"type": "string",
|
1872
|
+
"description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
1873
|
+
},
|
1874
|
+
"van-notice-bar/delay": {
|
1875
|
+
"type": "number | string",
|
1876
|
+
"description": "动画延迟时间 (s), 默认值: `1`"
|
1877
|
+
},
|
1878
|
+
"van-notice-bar/speed": {
|
1879
|
+
"type": "number | string",
|
1880
|
+
"description": "滚动速率 (px/s), 默认值: `60`"
|
1881
|
+
},
|
1882
|
+
"van-notice-bar/scrollable": {
|
1883
|
+
"type": "boolean",
|
1884
|
+
"description": "是否开启滚动播放,内容长度溢出时默认开启, 默认值: -"
|
1885
|
+
},
|
1886
|
+
"van-notice-bar/wrapable": {
|
1887
|
+
"type": "boolean",
|
1888
|
+
"description": "是否开启文本换行,只在禁用滚动时生效, 默认值: `false`"
|
1889
|
+
},
|
1890
|
+
"van-number-keyboard/v-model (value)": {
|
1891
|
+
"type": "string",
|
1892
|
+
"description": "当前输入值, 默认值: -"
|
1893
|
+
},
|
1894
|
+
"van-number-keyboard/show": {
|
1895
|
+
"type": "boolean",
|
1896
|
+
"description": "是否显示键盘, 默认值: -"
|
1897
|
+
},
|
1898
|
+
"van-number-keyboard/title": {
|
1899
|
+
"type": "string",
|
1900
|
+
"description": "键盘标题, 默认值: -"
|
1901
|
+
},
|
1902
|
+
"van-number-keyboard/theme": {
|
1903
|
+
"type": "string",
|
1904
|
+
"description": "样式风格,可选值为 `custom`, 默认值: `default`"
|
1905
|
+
},
|
1906
|
+
"van-number-keyboard/maxlength": {
|
1907
|
+
"type": "number | string",
|
1908
|
+
"description": "输入值最大长度, 默认值: -"
|
1909
|
+
},
|
1910
|
+
"van-number-keyboard/transition": {
|
1911
|
+
"type": "boolean",
|
1912
|
+
"description": "是否开启过场动画, 默认值: `true`"
|
1913
|
+
},
|
1914
|
+
"van-number-keyboard/z-index": {
|
1915
|
+
"type": "number | string",
|
1916
|
+
"description": "键盘 z-index 层级, 默认值: `100`"
|
1917
|
+
},
|
1918
|
+
"van-number-keyboard/extra-key": {
|
1919
|
+
"type": "string | string[]",
|
1920
|
+
"description": "底部额外按键的内容, 默认值: `''`"
|
1921
|
+
},
|
1922
|
+
"van-number-keyboard/close-button-text": {
|
1923
|
+
"type": "string",
|
1924
|
+
"description": "关闭按钮文字,空则不展示, 默认值: -"
|
1925
|
+
},
|
1926
|
+
"van-number-keyboard/delete-button-text": {
|
1927
|
+
"type": "string",
|
1928
|
+
"description": "删除按钮文字,空则展示删除图标, 默认值: -"
|
1929
|
+
},
|
1930
|
+
"van-number-keyboard/close-button-loading": {
|
1931
|
+
"type": "boolean",
|
1932
|
+
"description": "是否将关闭按钮设置为加载中状态,仅在 `theme=\"custom\"` 时有效, 默认值: `false`"
|
1933
|
+
},
|
1934
|
+
"van-number-keyboard/show-delete-key": {
|
1935
|
+
"type": "boolean",
|
1936
|
+
"description": "是否展示删除图标, 默认值: `true`"
|
1937
|
+
},
|
1938
|
+
"van-number-keyboard/hide-on-click-outside": {
|
1939
|
+
"type": "boolean",
|
1940
|
+
"description": "点击外部时是否收起键盘, 默认值: `true`"
|
1941
|
+
},
|
1942
|
+
"van-number-keyboard/get-container": {
|
1943
|
+
"type": "string | () => Element",
|
1944
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
1945
|
+
},
|
1946
|
+
"van-number-keyboard/safe-area-inset-bottom": {
|
1947
|
+
"type": "boolean",
|
1948
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
1949
|
+
},
|
1950
|
+
"van-number-keyboard/random-key-order": {
|
1951
|
+
"type": "boolean",
|
1952
|
+
"description": "是否将通过随机顺序展示按键, 默认值: `false`"
|
1953
|
+
},
|
1954
|
+
"van-overlay/show": {
|
1955
|
+
"type": "boolean",
|
1956
|
+
"description": "是否展示遮罩层, 默认值: `false`"
|
1957
|
+
},
|
1958
|
+
"van-overlay/z-index": {
|
1959
|
+
"type": "number | string",
|
1960
|
+
"description": "z-index 层级, 默认值: `1`"
|
1961
|
+
},
|
1962
|
+
"van-overlay/duration": {
|
1963
|
+
"type": "number | string",
|
1964
|
+
"description": "动画时长,单位秒, 默认值: `0.3`"
|
1965
|
+
},
|
1966
|
+
"van-overlay/class-name": {
|
1967
|
+
"type": "string",
|
1968
|
+
"description": "自定义类名, 默认值: -"
|
1969
|
+
},
|
1970
|
+
"van-overlay/custom-style": {
|
1971
|
+
"type": "object",
|
1972
|
+
"description": "自定义样式, 默认值: -"
|
1973
|
+
},
|
1974
|
+
"van-overlay/lock-scroll": {
|
1975
|
+
"type": "boolean",
|
1976
|
+
"description": "是否锁定背景滚动,锁定时蒙层里的内容也将无法滚动, 默认值: `true`"
|
1977
|
+
},
|
1978
|
+
"van-pagination/v-model": {
|
1979
|
+
"type": "number",
|
1980
|
+
"description": "当前页码, 默认值: -"
|
1981
|
+
},
|
1982
|
+
"van-pagination/mode": {
|
1983
|
+
"type": "string",
|
1984
|
+
"description": "显示模式,可选值为 `simple`, 默认值: `multi`"
|
1985
|
+
},
|
1986
|
+
"van-pagination/prev-text": {
|
1987
|
+
"type": "string",
|
1988
|
+
"description": "上一页按钮文字, 默认值: `上一页`"
|
1989
|
+
},
|
1990
|
+
"van-pagination/next-text": {
|
1991
|
+
"type": "string",
|
1992
|
+
"description": "下一页按钮文字, 默认值: `下一页`"
|
1993
|
+
},
|
1994
|
+
"van-pagination/page-count": {
|
1995
|
+
"type": "number | string",
|
1996
|
+
"description": "总页数, 默认值: 根据页数计算"
|
1997
|
+
},
|
1998
|
+
"van-pagination/total-items": {
|
1999
|
+
"type": "number | string",
|
2000
|
+
"description": "总记录数, 默认值: `0`"
|
2001
|
+
},
|
2002
|
+
"van-pagination/items-per-page": {
|
2003
|
+
"type": "number | string",
|
2004
|
+
"description": "每页记录数, 默认值: `10`"
|
2005
|
+
},
|
2006
|
+
"van-pagination/show-page-size": {
|
2007
|
+
"type": "number | string",
|
2008
|
+
"description": "显示的页码个数, 默认值: `5`"
|
2009
|
+
},
|
2010
|
+
"van-pagination/force-ellipses": {
|
2011
|
+
"type": "boolean",
|
2012
|
+
"description": "是否显示省略号, 默认值: `false`"
|
2013
|
+
},
|
2014
|
+
"van-panel/title": {
|
2015
|
+
"type": "string",
|
2016
|
+
"description": "标题, 默认值: -"
|
2017
|
+
},
|
2018
|
+
"van-panel/desc": {
|
2019
|
+
"type": "string",
|
2020
|
+
"description": "描述, 默认值: -"
|
2021
|
+
},
|
2022
|
+
"van-panel/status": {
|
2023
|
+
"type": "string",
|
2024
|
+
"description": "状态, 默认值: -"
|
2025
|
+
},
|
2026
|
+
"van-panel/icon": {
|
2027
|
+
"type": "string",
|
2028
|
+
"description": "标题左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
2029
|
+
},
|
2030
|
+
"van-password-input/value": {
|
2031
|
+
"type": "string",
|
2032
|
+
"description": "密码值, 默认值: `''`"
|
2033
|
+
},
|
2034
|
+
"van-password-input/info": {
|
2035
|
+
"type": "string",
|
2036
|
+
"description": "输入框下方文字提示, 默认值: -"
|
2037
|
+
},
|
2038
|
+
"van-password-input/error-info": {
|
2039
|
+
"type": "string",
|
2040
|
+
"description": "输入框下方错误提示, 默认值: -"
|
2041
|
+
},
|
2042
|
+
"van-password-input/length": {
|
2043
|
+
"type": "number | string",
|
2044
|
+
"description": "密码最大长度, 默认值: `6`"
|
2045
|
+
},
|
2046
|
+
"van-password-input/gutter": {
|
2047
|
+
"type": "number | string",
|
2048
|
+
"description": "输入框格子之间的间距,如 `20px` `2em`,默认单位为`px`, 默认值: `0`"
|
2049
|
+
},
|
2050
|
+
"van-password-input/mask": {
|
2051
|
+
"type": "boolean",
|
2052
|
+
"description": "是否隐藏密码内容, 默认值: `true`"
|
2053
|
+
},
|
2054
|
+
"van-password-input/focused": {
|
2055
|
+
"type": "boolean",
|
2056
|
+
"description": "是否已聚焦,聚焦时会显示光标, 默认值: `false`"
|
2057
|
+
},
|
2058
|
+
"van-picker/columns": {
|
2059
|
+
"type": "Column[]",
|
2060
|
+
"description": "对象数组,配置每一列显示的数据, 默认值: `[]`"
|
2061
|
+
},
|
2062
|
+
"van-picker/title": {
|
2063
|
+
"type": "string",
|
2064
|
+
"description": "顶部栏标题, 默认值: -"
|
2065
|
+
},
|
2066
|
+
"van-picker/confirm-button-text": {
|
2067
|
+
"type": "string",
|
2068
|
+
"description": "确认按钮文字, 默认值: `确认`"
|
2069
|
+
},
|
2070
|
+
"van-picker/cancel-button-text": {
|
2071
|
+
"type": "string",
|
2072
|
+
"description": "取消按钮文字, 默认值: `取消`"
|
2073
|
+
},
|
2074
|
+
"van-picker/value-key": {
|
2075
|
+
"type": "string",
|
2076
|
+
"description": "选项对象中,选项文字对应的键名, 默认值: `text`"
|
2077
|
+
},
|
2078
|
+
"van-picker/toolbar-position": {
|
2079
|
+
"type": "string",
|
2080
|
+
"description": "顶部栏位置,可选值为`bottom`, 默认值: `top`"
|
2081
|
+
},
|
2082
|
+
"van-picker/loading": {
|
2083
|
+
"type": "boolean",
|
2084
|
+
"description": "是否显示加载状态, 默认值: `false`"
|
2085
|
+
},
|
2086
|
+
"van-picker/readonly": {
|
2087
|
+
"type": "boolean",
|
2088
|
+
"description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
|
2089
|
+
},
|
2090
|
+
"van-picker/show-toolbar": {
|
2091
|
+
"type": "boolean",
|
2092
|
+
"description": "是否显示顶部栏, 默认值: `false`"
|
2093
|
+
},
|
2094
|
+
"van-picker/allow-html": {
|
2095
|
+
"type": "boolean",
|
2096
|
+
"description": "是否允许选项内容中渲染 HTML, 默认值: `true`"
|
2097
|
+
},
|
2098
|
+
"van-picker/default-index": {
|
2099
|
+
"type": "number | string",
|
2100
|
+
"description": "单列选择时,默认选中项的索引, 默认值: `0`"
|
2101
|
+
},
|
2102
|
+
"van-picker/item-height": {
|
2103
|
+
"type": "number | string",
|
2104
|
+
"description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
|
2105
|
+
},
|
2106
|
+
"van-picker/visible-item-count": {
|
2107
|
+
"type": "number | string",
|
2108
|
+
"description": "可见的选项个数, 默认值: `6`"
|
2109
|
+
},
|
2110
|
+
"van-picker/swipe-duration": {
|
2111
|
+
"type": "number | string",
|
2112
|
+
"description": "快速滑动时惯性滚动的时长,单位 `ms`, 默认值: `1000`"
|
2113
|
+
},
|
2114
|
+
"van-popover/v-model": {
|
2115
|
+
"type": "boolean",
|
2116
|
+
"description": "是否展示气泡弹出层, 默认值: `false`"
|
2117
|
+
},
|
2118
|
+
"van-popover/actions": {
|
2119
|
+
"type": "Action[]",
|
2120
|
+
"description": "选项列表, 默认值: `[]`"
|
2121
|
+
},
|
2122
|
+
"van-popover/placement": {
|
2123
|
+
"type": "string",
|
2124
|
+
"description": "弹出位置, 默认值: `bottom`"
|
2125
|
+
},
|
2126
|
+
"van-popover/theme": {
|
2127
|
+
"type": "string",
|
2128
|
+
"description": "主题风格,可选值为 `dark`, 默认值: `light`"
|
2129
|
+
},
|
2130
|
+
"van-popover/trigger": {
|
2131
|
+
"type": "-",
|
2132
|
+
"description": "触发方式,可选值为 `click`, 默认值: undefined"
|
2133
|
+
},
|
2134
|
+
"van-popover/offset": {
|
2135
|
+
"type": "[number, number]",
|
2136
|
+
"description": "出现位置的偏移量, 默认值: `[0, 8]`"
|
2137
|
+
},
|
2138
|
+
"van-popover/overlay": {
|
2139
|
+
"type": "boolean",
|
2140
|
+
"description": "是否显示遮罩层, 默认值: `false`"
|
2141
|
+
},
|
2142
|
+
"van-popover/close-on-click-action": {
|
2143
|
+
"type": "boolean",
|
2144
|
+
"description": "是否在点击选项后关闭, 默认值: `true`"
|
2145
|
+
},
|
2146
|
+
"van-popover/close-on-click-outside": {
|
2147
|
+
"type": "boolean",
|
2148
|
+
"description": "是否在点击外部元素后关闭菜单, 默认值: `true`"
|
2149
|
+
},
|
2150
|
+
"van-popover/get-container": {
|
2151
|
+
"type": "string | () => Element",
|
2152
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: `body`"
|
2153
|
+
},
|
2154
|
+
"van-progress/percentage": {
|
2155
|
+
"type": "number | string",
|
2156
|
+
"description": "进度百分比, 默认值: `0`"
|
2157
|
+
},
|
2158
|
+
"van-progress/stroke-width": {
|
2159
|
+
"type": "number | string",
|
2160
|
+
"description": "进度条粗细,默认单位为`px`, 默认值: `4px`"
|
2161
|
+
},
|
2162
|
+
"van-progress/color": {
|
2163
|
+
"type": "string",
|
2164
|
+
"description": "进度条颜色, 默认值: `#1989fa`"
|
2165
|
+
},
|
2166
|
+
"van-progress/track-color": {
|
2167
|
+
"type": "string",
|
2168
|
+
"description": "轨道颜色, 默认值: `#e5e5e5`"
|
2169
|
+
},
|
2170
|
+
"van-progress/pivot-text": {
|
2171
|
+
"type": "string",
|
2172
|
+
"description": "进度文字内容, 默认值: 百分比"
|
2173
|
+
},
|
2174
|
+
"van-progress/pivot-color": {
|
2175
|
+
"type": "string",
|
2176
|
+
"description": "进度文字背景色, 默认值: 同进度条颜色"
|
2177
|
+
},
|
2178
|
+
"van-progress/text-color": {
|
2179
|
+
"type": "string",
|
2180
|
+
"description": "进度文字颜色, 默认值: `white`"
|
2181
|
+
},
|
2182
|
+
"van-progress/inactive": {
|
2183
|
+
"type": "boolean",
|
2184
|
+
"description": "是否置灰, 默认值: `false`"
|
2185
|
+
},
|
2186
|
+
"van-progress/show-pivot": {
|
2187
|
+
"type": "boolean",
|
2188
|
+
"description": "是否显示进度文字, 默认值: `true`"
|
2189
|
+
},
|
2190
|
+
"van-popup/v-model (value)": {
|
2191
|
+
"type": "boolean",
|
2192
|
+
"description": "是否显示弹出层, 默认值: `false`"
|
2193
|
+
},
|
2194
|
+
"van-popup/overlay": {
|
2195
|
+
"type": "boolean",
|
2196
|
+
"description": "是否显示遮罩层, 默认值: `true`"
|
2197
|
+
},
|
2198
|
+
"van-popup/position": {
|
2199
|
+
"type": "string",
|
2200
|
+
"description": "弹出位置,可选值为 `top` `bottom` `right` `left`, 默认值: `center`"
|
2201
|
+
},
|
2202
|
+
"van-popup/overlay-class": {
|
2203
|
+
"type": "string",
|
2204
|
+
"description": "自定义遮罩层类名, 默认值: -"
|
2205
|
+
},
|
2206
|
+
"van-popup/overlay-style": {
|
2207
|
+
"type": "object",
|
2208
|
+
"description": "自定义遮罩层样式, 默认值: -"
|
2209
|
+
},
|
2210
|
+
"van-popup/duration": {
|
2211
|
+
"type": "number | string",
|
2212
|
+
"description": "动画时长,单位秒, 默认值: `0.3`"
|
2213
|
+
},
|
2214
|
+
"van-popup/round": {
|
2215
|
+
"type": "boolean",
|
2216
|
+
"description": "是否显示圆角, 默认值: `false`"
|
2217
|
+
},
|
2218
|
+
"van-popup/lock-scroll": {
|
2219
|
+
"type": "boolean",
|
2220
|
+
"description": "是否锁定背景滚动, 默认值: `true`"
|
2221
|
+
},
|
2222
|
+
"van-popup/lazy-render": {
|
2223
|
+
"type": "boolean",
|
2224
|
+
"description": "是否在显示弹层时才渲染节点, 默认值: `true`"
|
2225
|
+
},
|
2226
|
+
"van-popup/close-on-popstate": {
|
2227
|
+
"type": "boolean",
|
2228
|
+
"description": "是否在页面回退时自动关闭, 默认值: `false`"
|
2229
|
+
},
|
2230
|
+
"van-popup/close-on-click-overlay": {
|
2231
|
+
"type": "boolean",
|
2232
|
+
"description": "是否在点击遮罩层后关闭, 默认值: `true`"
|
2233
|
+
},
|
2234
|
+
"van-popup/closeable": {
|
2235
|
+
"type": "boolean",
|
2236
|
+
"description": "是否显示关闭图标, 默认值: `false`"
|
2237
|
+
},
|
2238
|
+
"van-popup/close-icon": {
|
2239
|
+
"type": "string",
|
2240
|
+
"description": "关闭图标名称或图片链接, 默认值: `cross`"
|
2241
|
+
},
|
2242
|
+
"van-popup/close-icon-position": {
|
2243
|
+
"type": "string",
|
2244
|
+
"description": "关闭图标位置,可选值为`top-left`<br>`bottom-left` `bottom-right`, 默认值: `top-right`"
|
2245
|
+
},
|
2246
|
+
"van-popup/transition": {
|
2247
|
+
"type": "string",
|
2248
|
+
"description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的`name`属性, 默认值: -"
|
2249
|
+
},
|
2250
|
+
"van-popup/transition-appear": {
|
2251
|
+
"type": "boolean",
|
2252
|
+
"description": "是否在初始渲染时启用过渡动画, 默认值: `false`"
|
2253
|
+
},
|
2254
|
+
"van-popup/get-container": {
|
2255
|
+
"type": "string | () => Element",
|
2256
|
+
"description": "指定挂载的节点, 默认值: -"
|
2257
|
+
},
|
2258
|
+
"van-popup/safe-area-inset-bottom": {
|
2259
|
+
"type": "boolean",
|
2260
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `false`"
|
2261
|
+
},
|
2262
|
+
"van-pull-refresh/v-model": {
|
2263
|
+
"type": "boolean",
|
2264
|
+
"description": "是否处于加载中状态, 默认值: -"
|
2265
|
+
},
|
2266
|
+
"van-pull-refresh/pulling-text": {
|
2267
|
+
"type": "string",
|
2268
|
+
"description": "下拉过程提示文案, 默认值: `下拉即可刷新...`"
|
2269
|
+
},
|
2270
|
+
"van-pull-refresh/loosing-text": {
|
2271
|
+
"type": "string",
|
2272
|
+
"description": "释放过程提示文案, 默认值: `释放即可刷新...`"
|
2273
|
+
},
|
2274
|
+
"van-pull-refresh/loading-text": {
|
2275
|
+
"type": "string",
|
2276
|
+
"description": "加载过程提示文案, 默认值: `加载中...`"
|
2277
|
+
},
|
2278
|
+
"van-pull-refresh/success-text": {
|
2279
|
+
"type": "string",
|
2280
|
+
"description": "刷新成功提示文案, 默认值: -"
|
2281
|
+
},
|
2282
|
+
"van-pull-refresh/success-duration": {
|
2283
|
+
"type": "number | string",
|
2284
|
+
"description": "刷新成功提示展示时长(ms), 默认值: `500`"
|
2285
|
+
},
|
2286
|
+
"van-pull-refresh/animation-duration": {
|
2287
|
+
"type": "number | string",
|
2288
|
+
"description": "动画时长, 默认值: `300`"
|
2289
|
+
},
|
2290
|
+
"van-pull-refresh/head-height": {
|
2291
|
+
"type": "number | string",
|
2292
|
+
"description": "顶部内容高度, 默认值: `50`"
|
2293
|
+
},
|
2294
|
+
"van-pull-refresh/pull-distance": {
|
2295
|
+
"type": "number | string",
|
2296
|
+
"description": "触发下拉刷新的距离, 默认值: 与 `head-height` 一致"
|
2297
|
+
},
|
2298
|
+
"van-pull-refresh/disabled": {
|
2299
|
+
"type": "boolean",
|
2300
|
+
"description": "是否禁用下拉刷新, 默认值: `false`"
|
2301
|
+
},
|
2302
|
+
"van-radio/name": {
|
2303
|
+
"type": "any",
|
2304
|
+
"description": "标识符, 默认值: -"
|
2305
|
+
},
|
2306
|
+
"van-radio/shape": {
|
2307
|
+
"type": "string",
|
2308
|
+
"description": "形状,可选值为 `square`, 默认值: `round`"
|
2309
|
+
},
|
2310
|
+
"van-radio/disabled": {
|
2311
|
+
"type": "boolean",
|
2312
|
+
"description": "是否为禁用状态, 默认值: `false`"
|
2313
|
+
},
|
2314
|
+
"van-radio/label-disabled": {
|
2315
|
+
"type": "boolean",
|
2316
|
+
"description": "是否禁用文本内容点击, 默认值: `false`"
|
2317
|
+
},
|
2318
|
+
"van-radio/label-position": {
|
2319
|
+
"type": "string",
|
2320
|
+
"description": "文本位置,可选值为 `left`, 默认值: `right`"
|
2321
|
+
},
|
2322
|
+
"van-radio/icon-size": {
|
2323
|
+
"type": "number | string",
|
2324
|
+
"description": "图标大小,默认单位为`px`, 默认值: `20px`"
|
2325
|
+
},
|
2326
|
+
"van-radio/checked-color": {
|
2327
|
+
"type": "string",
|
2328
|
+
"description": "选中状态颜色, 默认值: `#1989fa`"
|
2329
|
+
},
|
2330
|
+
"van-radio-group/v-model (value)": {
|
2331
|
+
"type": "any",
|
2332
|
+
"description": "当前选中项的标识符, 默认值: -"
|
2333
|
+
},
|
2334
|
+
"van-radio-group/disabled": {
|
2335
|
+
"type": "boolean",
|
2336
|
+
"description": "是否禁用所有单选框, 默认值: `false`"
|
2337
|
+
},
|
2338
|
+
"van-radio-group/direction": {
|
2339
|
+
"type": "string",
|
2340
|
+
"description": "排列方向,可选值为`horizontal`, 默认值: `vertical`"
|
2341
|
+
},
|
2342
|
+
"van-radio-group/icon-size": {
|
2343
|
+
"type": "number | string",
|
2344
|
+
"description": "所有单选框的图标大小,默认单位为`px`, 默认值: `20px`"
|
2345
|
+
},
|
2346
|
+
"van-radio-group/checked-color": {
|
2347
|
+
"type": "string",
|
2348
|
+
"description": "所有单选框的选中状态颜色, 默认值: `#1989fa`"
|
2349
|
+
},
|
2350
|
+
"van-rate/v-model": {
|
2351
|
+
"type": "number",
|
2352
|
+
"description": "当前分值, 默认值: -"
|
2353
|
+
},
|
2354
|
+
"van-rate/count": {
|
2355
|
+
"type": "number | string",
|
2356
|
+
"description": "图标总数, 默认值: `5`"
|
2357
|
+
},
|
2358
|
+
"van-rate/size": {
|
2359
|
+
"type": "number | string",
|
2360
|
+
"description": "图标大小,默认单位为`px`, 默认值: `20px`"
|
2361
|
+
},
|
2362
|
+
"van-rate/gutter": {
|
2363
|
+
"type": "number | string",
|
2364
|
+
"description": "图标间距,默认单位为`px`, 默认值: `4px`"
|
2365
|
+
},
|
2366
|
+
"van-rate/color": {
|
2367
|
+
"type": "string",
|
2368
|
+
"description": "选中时的颜色, 默认值: `#ee0a24`"
|
2369
|
+
},
|
2370
|
+
"van-rate/void-color": {
|
2371
|
+
"type": "string",
|
2372
|
+
"description": "未选中时的颜色, 默认值: `#c8c9cc`"
|
2373
|
+
},
|
2374
|
+
"van-rate/disabled-color": {
|
2375
|
+
"type": "string",
|
2376
|
+
"description": "禁用时的颜色, 默认值: `#c8c9cc`"
|
2377
|
+
},
|
2378
|
+
"van-rate/icon": {
|
2379
|
+
"type": "string",
|
2380
|
+
"description": "选中时的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `star`"
|
2381
|
+
},
|
2382
|
+
"van-rate/void-icon": {
|
2383
|
+
"type": "string",
|
2384
|
+
"description": "未选中时的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `star-o`"
|
2385
|
+
},
|
2386
|
+
"van-rate/icon-prefix": {
|
2387
|
+
"type": "string",
|
2388
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
2389
|
+
},
|
2390
|
+
"van-rate/allow-half": {
|
2391
|
+
"type": "boolean",
|
2392
|
+
"description": "是否允许半选, 默认值: `false`"
|
2393
|
+
},
|
2394
|
+
"van-rate/readonly": {
|
2395
|
+
"type": "boolean",
|
2396
|
+
"description": "是否为只读状态, 默认值: `false`"
|
2397
|
+
},
|
2398
|
+
"van-rate/disabled": {
|
2399
|
+
"type": "boolean",
|
2400
|
+
"description": "是否禁用评分, 默认值: `false`"
|
2401
|
+
},
|
2402
|
+
"van-rate/touchable": {
|
2403
|
+
"type": "boolean",
|
2404
|
+
"description": "是否可以通过滑动手势选择评分, 默认值: `true`"
|
2405
|
+
},
|
2406
|
+
"van-search/label": {
|
2407
|
+
"type": "string",
|
2408
|
+
"description": "搜索框左侧文本, 默认值: -"
|
2409
|
+
},
|
2410
|
+
"van-search/shape": {
|
2411
|
+
"type": "string",
|
2412
|
+
"description": "搜索框形状,可选值为 `round`, 默认值: `square`"
|
2413
|
+
},
|
2414
|
+
"van-search/background": {
|
2415
|
+
"type": "string",
|
2416
|
+
"description": "搜索框外部背景色, 默认值: `#f2f2f2`"
|
2417
|
+
},
|
2418
|
+
"van-search/maxlength": {
|
2419
|
+
"type": "number | string",
|
2420
|
+
"description": "输入的最大字符数, 默认值: -"
|
2421
|
+
},
|
2422
|
+
"van-search/placeholder": {
|
2423
|
+
"type": "string",
|
2424
|
+
"description": "占位提示文字, 默认值: -"
|
2425
|
+
},
|
2426
|
+
"van-search/clearable": {
|
2427
|
+
"type": "boolean",
|
2428
|
+
"description": "是否启用清除图标,点击清除图标后会清空输入框, 默认值: `true`"
|
2429
|
+
},
|
2430
|
+
"van-search/clear-trigger": {
|
2431
|
+
"type": "string",
|
2432
|
+
"description": "显示清除图标的时机,`always` 表示输入框不为空时展示,<br>`focus` 表示输入框聚焦且不为空时展示, 默认值: `focus`"
|
2433
|
+
},
|
2434
|
+
"van-search/autofocus": {
|
2435
|
+
"type": "boolean",
|
2436
|
+
"description": "是否自动聚焦,iOS 系统不支持该属性, 默认值: `false`"
|
2437
|
+
},
|
2438
|
+
"van-search/show-action": {
|
2439
|
+
"type": "boolean",
|
2440
|
+
"description": "是否在搜索框右侧显示取消按钮, 默认值: `false`"
|
2441
|
+
},
|
2442
|
+
"van-search/action-text": {
|
2443
|
+
"type": "boolean",
|
2444
|
+
"description": "取消按钮文字, 默认值: `取消`"
|
2445
|
+
},
|
2446
|
+
"van-search/disabled": {
|
2447
|
+
"type": "boolean",
|
2448
|
+
"description": "是否禁用输入框, 默认值: `false`"
|
2449
|
+
},
|
2450
|
+
"van-search/readonly": {
|
2451
|
+
"type": "boolean",
|
2452
|
+
"description": "是否将输入框设为只读, 默认值: `false`"
|
2453
|
+
},
|
2454
|
+
"van-search/error": {
|
2455
|
+
"type": "boolean",
|
2456
|
+
"description": "是否将输入内容标红, 默认值: `false`"
|
2457
|
+
},
|
2458
|
+
"van-search/input-align": {
|
2459
|
+
"type": "string",
|
2460
|
+
"description": "输入框内容对齐方式,可选值为 `center` `right`, 默认值: `left`"
|
2461
|
+
},
|
2462
|
+
"van-search/left-icon": {
|
2463
|
+
"type": "string",
|
2464
|
+
"description": "输入框左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: `search`"
|
2465
|
+
},
|
2466
|
+
"van-search/right-icon": {
|
2467
|
+
"type": "string",
|
2468
|
+
"description": "输入框右侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
2469
|
+
},
|
2470
|
+
"van-share-sheet/options": {
|
2471
|
+
"type": "Option[]",
|
2472
|
+
"description": "分享选项, 默认值: `[]`"
|
2473
|
+
},
|
2474
|
+
"van-share-sheet/title": {
|
2475
|
+
"type": "string",
|
2476
|
+
"description": "顶部标题, 默认值: -"
|
2477
|
+
},
|
2478
|
+
"van-share-sheet/cancel-text": {
|
2479
|
+
"type": "string",
|
2480
|
+
"description": "取消按钮文字,传入空字符串可以隐藏按钮, 默认值: `'取消'`"
|
2481
|
+
},
|
2482
|
+
"van-share-sheet/description": {
|
2483
|
+
"type": "string",
|
2484
|
+
"description": "标题下方的辅助描述文字, 默认值: -"
|
2485
|
+
},
|
2486
|
+
"van-share-sheet/duration": {
|
2487
|
+
"type": "number | string",
|
2488
|
+
"description": "动画时长,单位秒, 默认值: `0.3`"
|
2489
|
+
},
|
2490
|
+
"van-share-sheet/overlay": {
|
2491
|
+
"type": "boolean",
|
2492
|
+
"description": "是否显示遮罩层, 默认值: `true`"
|
2493
|
+
},
|
2494
|
+
"van-share-sheet/lock-scroll": {
|
2495
|
+
"type": "boolean",
|
2496
|
+
"description": "是否锁定背景滚动, 默认值: `true`"
|
2497
|
+
},
|
2498
|
+
"van-share-sheet/lazy-render": {
|
2499
|
+
"type": "boolean",
|
2500
|
+
"description": "是否在显示弹层时才渲染内容, 默认值: `true`"
|
2501
|
+
},
|
2502
|
+
"van-share-sheet/close-on-popstate": {
|
2503
|
+
"type": "boolean",
|
2504
|
+
"description": "是否在页面回退时自动关闭, 默认值: `true`"
|
2505
|
+
},
|
2506
|
+
"van-share-sheet/close-on-click-overlay": {
|
2507
|
+
"type": "boolean",
|
2508
|
+
"description": "是否在点击遮罩层后关闭, 默认值: `true`"
|
2509
|
+
},
|
2510
|
+
"van-share-sheet/safe-area-inset-bottom": {
|
2511
|
+
"type": "boolean",
|
2512
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
2513
|
+
},
|
2514
|
+
"van-share-sheet/get-container": {
|
2515
|
+
"type": "string | () => Element",
|
2516
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
2517
|
+
},
|
2518
|
+
"van-sidebar/v-model": {
|
2519
|
+
"type": "number | string",
|
2520
|
+
"description": "当前导航项的索引, 默认值: `0`"
|
2521
|
+
},
|
2522
|
+
"van-sidebar-item/title": {
|
2523
|
+
"type": "string",
|
2524
|
+
"description": "内容, 默认值: `''`"
|
2525
|
+
},
|
2526
|
+
"van-sidebar-item/dot": {
|
2527
|
+
"type": "boolean",
|
2528
|
+
"description": "是否显示右上角小红点, 默认值: `false`"
|
2529
|
+
},
|
2530
|
+
"van-sidebar-item/badge": {
|
2531
|
+
"type": "number | string",
|
2532
|
+
"description": "图标右上角徽标的内容, 默认值: -"
|
2533
|
+
},
|
2534
|
+
"van-sidebar-item/info": {
|
2535
|
+
"type": "number | string",
|
2536
|
+
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
2537
|
+
},
|
2538
|
+
"van-sidebar-item/disabled": {
|
2539
|
+
"type": "boolean",
|
2540
|
+
"description": "是否禁用该项, 默认值: `false`"
|
2541
|
+
},
|
2542
|
+
"van-sidebar-item/url": {
|
2543
|
+
"type": "string",
|
2544
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
2545
|
+
},
|
2546
|
+
"van-sidebar-item/to": {
|
2547
|
+
"type": "string | object",
|
2548
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
2549
|
+
},
|
2550
|
+
"van-sidebar-item/replace": {
|
2551
|
+
"type": "boolean",
|
2552
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
2553
|
+
},
|
2554
|
+
"van-skeleton/row": {
|
2555
|
+
"type": "number | string",
|
2556
|
+
"description": "段落占位图行数, 默认值: `0`"
|
2557
|
+
},
|
2558
|
+
"van-skeleton/row-width": {
|
2559
|
+
"type": "number | string \\",
|
2560
|
+
"description": "段落占位图宽度,可传数组来设置每一行的宽度, 默认值: <br>(number \\"
|
2561
|
+
},
|
2562
|
+
"van-skeleton/title": {
|
2563
|
+
"type": "boolean",
|
2564
|
+
"description": "是否显示标题占位图, 默认值: `false`"
|
2565
|
+
},
|
2566
|
+
"van-skeleton/avatar": {
|
2567
|
+
"type": "boolean",
|
2568
|
+
"description": "是否显示头像占位图, 默认值: `false`"
|
2569
|
+
},
|
2570
|
+
"van-skeleton/loading": {
|
2571
|
+
"type": "boolean",
|
2572
|
+
"description": "是否显示骨架屏,传 `false` 时会展示子组件内容, 默认值: `true`"
|
2573
|
+
},
|
2574
|
+
"van-skeleton/animate": {
|
2575
|
+
"type": "boolean",
|
2576
|
+
"description": "是否开启动画, 默认值: `true`"
|
2577
|
+
},
|
2578
|
+
"van-skeleton/round": {
|
2579
|
+
"type": "boolean",
|
2580
|
+
"description": "是否将标题和段落显示为圆角风格, 默认值: `false`"
|
2581
|
+
},
|
2582
|
+
"van-skeleton/title-width": {
|
2583
|
+
"type": "number | string",
|
2584
|
+
"description": "标题占位图宽度, 默认值: `40%`"
|
2585
|
+
},
|
2586
|
+
"van-skeleton/avatar-size": {
|
2587
|
+
"type": "number | string",
|
2588
|
+
"description": "头像占位图大小, 默认值: `32px`"
|
2589
|
+
},
|
2590
|
+
"van-skeleton/avatar-shape": {
|
2591
|
+
"type": "string",
|
2592
|
+
"description": "头像占位图形状,可选值为`square`, 默认值: `round`"
|
2593
|
+
},
|
2594
|
+
"van-slider/value": {
|
2595
|
+
"type": "number | array",
|
2596
|
+
"description": "当前进度百分比, 默认值: `0`"
|
2597
|
+
},
|
2598
|
+
"van-slider/max": {
|
2599
|
+
"type": "number | string",
|
2600
|
+
"description": "最大值, 默认值: `100`"
|
2601
|
+
},
|
2602
|
+
"van-slider/min": {
|
2603
|
+
"type": "number | string",
|
2604
|
+
"description": "最小值, 默认值: `0`"
|
2605
|
+
},
|
2606
|
+
"van-slider/step": {
|
2607
|
+
"type": "number | string",
|
2608
|
+
"description": "步长, 默认值: `1`"
|
2609
|
+
},
|
2610
|
+
"van-slider/bar-height": {
|
2611
|
+
"type": "number | string",
|
2612
|
+
"description": "进度条高度,默认单位为`px`, 默认值: `2px`"
|
2613
|
+
},
|
2614
|
+
"van-slider/button-size": {
|
2615
|
+
"type": "number | string",
|
2616
|
+
"description": "滑块按钮大小,默认单位为`px`, 默认值: `24px`"
|
2617
|
+
},
|
2618
|
+
"van-slider/active-color": {
|
2619
|
+
"type": "string",
|
2620
|
+
"description": "进度条激活态颜色, 默认值: `#1989fa`"
|
2621
|
+
},
|
2622
|
+
"van-slider/inactive-color": {
|
2623
|
+
"type": "string",
|
2624
|
+
"description": "进度条非激活态颜色, 默认值: `#e5e5e5`"
|
2625
|
+
},
|
2626
|
+
"van-slider/range": {
|
2627
|
+
"type": "boolean",
|
2628
|
+
"description": "是否开启双滑块模式, 默认值: `false`"
|
2629
|
+
},
|
2630
|
+
"van-slider/disabled": {
|
2631
|
+
"type": "boolean",
|
2632
|
+
"description": "是否禁用滑块, 默认值: `false`"
|
2633
|
+
},
|
2634
|
+
"van-slider/vertical": {
|
2635
|
+
"type": "boolean",
|
2636
|
+
"description": "是否垂直展示, 默认值: `false`"
|
2637
|
+
},
|
2638
|
+
"van-sku/v-model": {
|
2639
|
+
"type": "boolean",
|
2640
|
+
"description": "是否显示商品规格弹窗, 默认值: `false`"
|
2641
|
+
},
|
2642
|
+
"van-sku/sku": {
|
2643
|
+
"type": "object",
|
2644
|
+
"description": "商品 sku 数据, 默认值: -"
|
2645
|
+
},
|
2646
|
+
"van-sku/goods": {
|
2647
|
+
"type": "object",
|
2648
|
+
"description": "商品信息, 默认值: -"
|
2649
|
+
},
|
2650
|
+
"van-sku/goods-id": {
|
2651
|
+
"type": "number | string",
|
2652
|
+
"description": "商品 id, 默认值: -"
|
2653
|
+
},
|
2654
|
+
"van-sku/price-tag": {
|
2655
|
+
"type": "string",
|
2656
|
+
"description": "显示在价格后面的标签, 默认值: -"
|
2657
|
+
},
|
2658
|
+
"van-sku/hide-stock": {
|
2659
|
+
"type": "boolean",
|
2660
|
+
"description": "是否显示商品剩余库存, 默认值: `false`"
|
2661
|
+
},
|
2662
|
+
"van-sku/hide-quota-text": {
|
2663
|
+
"type": "boolean",
|
2664
|
+
"description": "是否显示限购提示, 默认值: `false`"
|
2665
|
+
},
|
2666
|
+
"van-sku/hide-selected-text": {
|
2667
|
+
"type": "boolean",
|
2668
|
+
"description": "是否隐藏已选提示, 默认值: `false`"
|
2669
|
+
},
|
2670
|
+
"van-sku/stock-threshold": {
|
2671
|
+
"type": "boolean",
|
2672
|
+
"description": "库存阈值。低于这个值会把库存数高亮显示, 默认值: `50`"
|
2673
|
+
},
|
2674
|
+
"van-sku/show-add-cart-btn": {
|
2675
|
+
"type": "boolean",
|
2676
|
+
"description": "是否显示加入购物车按钮, 默认值: `true`"
|
2677
|
+
},
|
2678
|
+
"van-sku/buy-text": {
|
2679
|
+
"type": "string",
|
2680
|
+
"description": "购买按钮文字, 默认值: `立即购买`"
|
2681
|
+
},
|
2682
|
+
"van-sku/add-cart-text": {
|
2683
|
+
"type": "string",
|
2684
|
+
"description": "加入购物车按钮文字, 默认值: `加入购物车`"
|
2685
|
+
},
|
2686
|
+
"van-sku/quota": {
|
2687
|
+
"type": "number",
|
2688
|
+
"description": "限购数,0 表示不限购, 默认值: `0`"
|
2689
|
+
},
|
2690
|
+
"van-sku/quota-used": {
|
2691
|
+
"type": "number",
|
2692
|
+
"description": "已经购买过的数量, 默认值: `0`"
|
2693
|
+
},
|
2694
|
+
"van-sku/reset-stepper-on-hide": {
|
2695
|
+
"type": "boolean",
|
2696
|
+
"description": "隐藏时重置选择的商品数量, 默认值: `false`"
|
2697
|
+
},
|
2698
|
+
"van-sku/reset-selected-sku-on-hide": {
|
2699
|
+
"type": "boolean",
|
2700
|
+
"description": "隐藏时重置已选择的 sku, 默认值: `false`"
|
2701
|
+
},
|
2702
|
+
"van-sku/disable-stepper-input": {
|
2703
|
+
"type": "boolean",
|
2704
|
+
"description": "是否禁用步进器输入, 默认值: `false`"
|
2705
|
+
},
|
2706
|
+
"van-sku/close-on-click-overlay": {
|
2707
|
+
"type": "boolean",
|
2708
|
+
"description": "是否在点击遮罩层后关闭, 默认值: `true`"
|
2709
|
+
},
|
2710
|
+
"van-sku/stepper-title": {
|
2711
|
+
"type": "string",
|
2712
|
+
"description": "数量选择组件左侧文案, 默认值: `购买数量`"
|
2713
|
+
},
|
2714
|
+
"van-sku/custom-stepper-config": {
|
2715
|
+
"type": "object",
|
2716
|
+
"description": "步进器相关自定义配置, 默认值: `{}`"
|
2717
|
+
},
|
2718
|
+
"van-sku/message-config": {
|
2719
|
+
"type": "object",
|
2720
|
+
"description": "留言相关配置, 默认值: `{}`"
|
2721
|
+
},
|
2722
|
+
"van-sku/get-container": {
|
2723
|
+
"type": "string | () => Element",
|
2724
|
+
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
2725
|
+
},
|
2726
|
+
"van-sku/initial-sku": {
|
2727
|
+
"type": "object",
|
2728
|
+
"description": "默认选中的 sku,具体参考高级用法, 默认值: `{}`"
|
2729
|
+
},
|
2730
|
+
"van-sku/show-soldout-sku": {
|
2731
|
+
"type": "boolean",
|
2732
|
+
"description": "是否展示售罄的 sku,默认展示并置灰, 默认值: `true`"
|
2733
|
+
},
|
2734
|
+
"van-sku/disable-soldout-sku": {
|
2735
|
+
"type": "boolean",
|
2736
|
+
"description": "是否禁用售罄的 sku, 默认值: `true`"
|
2737
|
+
},
|
2738
|
+
"van-sku/safe-area-inset-bottom": {
|
2739
|
+
"type": "boolean",
|
2740
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
2741
|
+
},
|
2742
|
+
"van-sku/start-sale-num": {
|
2743
|
+
"type": "number",
|
2744
|
+
"description": "起售数量, 默认值: `1`"
|
2745
|
+
},
|
2746
|
+
"van-sku/properties": {
|
2747
|
+
"type": "array",
|
2748
|
+
"description": "商品属性, 默认值: -"
|
2749
|
+
},
|
2750
|
+
"van-sku/preview-on-click-image": {
|
2751
|
+
"type": "boolean",
|
2752
|
+
"description": "是否在点击商品图片时自动预览, 默认值: `true`"
|
2753
|
+
},
|
2754
|
+
"van-sku/show-header-image": {
|
2755
|
+
"type": "boolean",
|
2756
|
+
"description": "是否展示头部图片, 默认值: `true`"
|
2757
|
+
},
|
2758
|
+
"van-sku/lazy-load": {
|
2759
|
+
"type": "boolean",
|
2760
|
+
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
2761
|
+
},
|
2762
|
+
"van-stepper/v-model": {
|
2763
|
+
"type": "number | string",
|
2764
|
+
"description": "当前输入的值, 默认值: -"
|
2765
|
+
},
|
2766
|
+
"van-stepper/min": {
|
2767
|
+
"type": "number | string",
|
2768
|
+
"description": "最小值, 默认值: `1`"
|
2769
|
+
},
|
2770
|
+
"van-stepper/max": {
|
2771
|
+
"type": "number | string",
|
2772
|
+
"description": "最大值, 默认值: -"
|
2773
|
+
},
|
2774
|
+
"van-stepper/default-value": {
|
2775
|
+
"type": "number | string",
|
2776
|
+
"description": "初始值,当 v-model 为空时生效, 默认值: `1`"
|
2777
|
+
},
|
2778
|
+
"van-stepper/step": {
|
2779
|
+
"type": "number | string",
|
2780
|
+
"description": "步长,每次点击时改变的值, 默认值: `1`"
|
2781
|
+
},
|
2782
|
+
"van-stepper/name": {
|
2783
|
+
"type": "number | string",
|
2784
|
+
"description": "标识符,可以在`change`事件回调参数中获取, 默认值: -"
|
2785
|
+
},
|
2786
|
+
"van-stepper/input-width": {
|
2787
|
+
"type": "number | string",
|
2788
|
+
"description": "输入框宽度,默认单位为`px`, 默认值: `32px`"
|
2789
|
+
},
|
2790
|
+
"van-stepper/button-size": {
|
2791
|
+
"type": "number | string",
|
2792
|
+
"description": "按钮大小以及输入框高度,默认单位为`px`, 默认值: `28px`"
|
2793
|
+
},
|
2794
|
+
"van-stepper/decimal-length": {
|
2795
|
+
"type": "number | string",
|
2796
|
+
"description": "固定显示的小数位数, 默认值: -"
|
2797
|
+
},
|
2798
|
+
"van-stepper/theme": {
|
2799
|
+
"type": "string",
|
2800
|
+
"description": "样式风格,可选值为 `round`, 默认值: -"
|
2801
|
+
},
|
2802
|
+
"van-stepper/placeholder": {
|
2803
|
+
"type": "string",
|
2804
|
+
"description": "输入框占位提示文字, 默认值: -"
|
2805
|
+
},
|
2806
|
+
"van-stepper/integer": {
|
2807
|
+
"type": "boolean",
|
2808
|
+
"description": "是否只允许输入整数, 默认值: `false`"
|
2809
|
+
},
|
2810
|
+
"van-stepper/disabled": {
|
2811
|
+
"type": "boolean",
|
2812
|
+
"description": "是否禁用步进器, 默认值: `false`"
|
2813
|
+
},
|
2814
|
+
"van-stepper/disable-plus": {
|
2815
|
+
"type": "boolean",
|
2816
|
+
"description": "是否禁用增加按钮, 默认值: `false`"
|
2817
|
+
},
|
2818
|
+
"van-stepper/disable-minus": {
|
2819
|
+
"type": "boolean",
|
2820
|
+
"description": "是否禁用减少按钮, 默认值: `false`"
|
2821
|
+
},
|
2822
|
+
"van-stepper/disable-input": {
|
2823
|
+
"type": "boolean",
|
2824
|
+
"description": "是否禁用输入框, 默认值: `false`"
|
2825
|
+
},
|
2826
|
+
"van-stepper/async-change": {
|
2827
|
+
"type": "boolean",
|
2828
|
+
"description": "是否开启异步变更,开启后需要手动控制输入值, 默认值: `false`"
|
2829
|
+
},
|
2830
|
+
"van-stepper/show-plus": {
|
2831
|
+
"type": "boolean",
|
2832
|
+
"description": "是否显示增加按钮, 默认值: `true`"
|
2833
|
+
},
|
2834
|
+
"van-stepper/show-minus": {
|
2835
|
+
"type": "boolean",
|
2836
|
+
"description": "是否显示减少按钮, 默认值: `true`"
|
2837
|
+
},
|
2838
|
+
"van-stepper/show-input": {
|
2839
|
+
"type": "boolean",
|
2840
|
+
"description": "是否显示输入框, 默认值: `true`"
|
2841
|
+
},
|
2842
|
+
"van-stepper/long-press": {
|
2843
|
+
"type": "boolean",
|
2844
|
+
"description": "是否开启长按手势, 默认值: `true`"
|
2845
|
+
},
|
2846
|
+
"van-stepper/allow-empty": {
|
2847
|
+
"type": "boolean",
|
2848
|
+
"description": "是否允许输入的值为空, 默认值: `false`"
|
2849
|
+
},
|
2850
|
+
"van-steps/active": {
|
2851
|
+
"type": "number | string",
|
2852
|
+
"description": "当前步骤, 默认值: `0`"
|
2853
|
+
},
|
2854
|
+
"van-steps/direction": {
|
2855
|
+
"type": "string",
|
2856
|
+
"description": "显示方向,可选值为 `vertical`, 默认值: `horizontal`"
|
2857
|
+
},
|
2858
|
+
"van-steps/active-color": {
|
2859
|
+
"type": "string",
|
2860
|
+
"description": "激活状态颜色, 默认值: `#07c160`"
|
2861
|
+
},
|
2862
|
+
"van-steps/inactive-color": {
|
2863
|
+
"type": "string",
|
2864
|
+
"description": "未激活状态颜色, 默认值: `#969799`"
|
2865
|
+
},
|
2866
|
+
"van-steps/active-icon": {
|
2867
|
+
"type": "string",
|
2868
|
+
"description": "激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon), 默认值: `checked`"
|
2869
|
+
},
|
2870
|
+
"van-steps/inactive-icon": {
|
2871
|
+
"type": "string",
|
2872
|
+
"description": "未激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -"
|
2873
|
+
},
|
2874
|
+
"van-steps/finish-icon": {
|
2875
|
+
"type": "string",
|
2876
|
+
"description": "已完成步骤对应的底部图标,优先级高于 `inactive-icon`,可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -"
|
2877
|
+
},
|
2878
|
+
"van-steps/icon-prefix": {
|
2879
|
+
"type": "string",
|
2880
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
2881
|
+
},
|
2882
|
+
"van-steps/center": {
|
2883
|
+
"type": "boolean",
|
2884
|
+
"description": "是否进行居中对齐,仅在竖向展示时有效, 默认值: `false`"
|
2885
|
+
},
|
2886
|
+
"van-sticky/offset-top": {
|
2887
|
+
"type": "number | string",
|
2888
|
+
"description": "吸顶时与顶部的距离,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `0`"
|
2889
|
+
},
|
2890
|
+
"van-sticky/z-index": {
|
2891
|
+
"type": "number | string",
|
2892
|
+
"description": "吸顶时的 z-index, 默认值: `99`"
|
2893
|
+
},
|
2894
|
+
"van-sticky/container": {
|
2895
|
+
"type": "Element",
|
2896
|
+
"description": "容器对应的 HTML 节点, 默认值: -"
|
2897
|
+
},
|
2898
|
+
"van-submit-bar/price": {
|
2899
|
+
"type": "number",
|
2900
|
+
"description": "价格(单位分), 默认值: -"
|
2901
|
+
},
|
2902
|
+
"van-submit-bar/decimal-length": {
|
2903
|
+
"type": "number | string",
|
2904
|
+
"description": "价格小数点位数, 默认值: `2`"
|
2905
|
+
},
|
2906
|
+
"van-submit-bar/label": {
|
2907
|
+
"type": "string",
|
2908
|
+
"description": "价格左侧文案, 默认值: `合计:`"
|
2909
|
+
},
|
2910
|
+
"van-submit-bar/suffix-label": {
|
2911
|
+
"type": "string",
|
2912
|
+
"description": "价格右侧文案, 默认值: -"
|
2913
|
+
},
|
2914
|
+
"van-submit-bar/text-align": {
|
2915
|
+
"type": "string",
|
2916
|
+
"description": "价格文案对齐方向,可选值为 `left`, 默认值: `right`"
|
2917
|
+
},
|
2918
|
+
"van-submit-bar/button-text": {
|
2919
|
+
"type": "string",
|
2920
|
+
"description": "按钮文字, 默认值: -"
|
2921
|
+
},
|
2922
|
+
"van-submit-bar/button-type": {
|
2923
|
+
"type": "string",
|
2924
|
+
"description": "按钮类型, 默认值: `danger`"
|
2925
|
+
},
|
2926
|
+
"van-submit-bar/button-color": {
|
2927
|
+
"type": "string",
|
2928
|
+
"description": "自定义按钮颜色, 默认值: -"
|
2929
|
+
},
|
2930
|
+
"van-submit-bar/tip": {
|
2931
|
+
"type": "string",
|
2932
|
+
"description": "在订单栏上方的提示文案, 默认值: -"
|
2933
|
+
},
|
2934
|
+
"van-submit-bar/tip-icon": {
|
2935
|
+
"type": "string",
|
2936
|
+
"description": "提示文案左侧的[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
2937
|
+
},
|
2938
|
+
"van-submit-bar/currency": {
|
2939
|
+
"type": "string",
|
2940
|
+
"description": "货币符号, 默认值: `¥`"
|
2941
|
+
},
|
2942
|
+
"van-submit-bar/disabled": {
|
2943
|
+
"type": "boolean",
|
2944
|
+
"description": "是否禁用按钮, 默认值: `false`"
|
2945
|
+
},
|
2946
|
+
"van-submit-bar/loading": {
|
2947
|
+
"type": "boolean",
|
2948
|
+
"description": "是否显示将按钮显示为加载中状态, 默认值: `false`"
|
2949
|
+
},
|
2950
|
+
"van-submit-bar/safe-area-inset-bottom": {
|
2951
|
+
"type": "boolean",
|
2952
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
|
2953
|
+
},
|
2954
|
+
"van-swipe/autoplay": {
|
2955
|
+
"type": "number | string",
|
2956
|
+
"description": "自动轮播间隔,单位为 ms, 默认值: -"
|
2957
|
+
},
|
2958
|
+
"van-swipe/duration": {
|
2959
|
+
"type": "number | string",
|
2960
|
+
"description": "动画时长,单位为 ms, 默认值: `500`"
|
2961
|
+
},
|
2962
|
+
"van-swipe/initial-swipe": {
|
2963
|
+
"type": "number | string",
|
2964
|
+
"description": "初始位置索引值, 默认值: `0`"
|
2965
|
+
},
|
2966
|
+
"van-swipe/width": {
|
2967
|
+
"type": "number | string",
|
2968
|
+
"description": "滑块宽度,单位为`px`, 默认值: `auto`"
|
2969
|
+
},
|
2970
|
+
"van-swipe/height": {
|
2971
|
+
"type": "number | string",
|
2972
|
+
"description": "滑块高度,单位为`px`, 默认值: `auto`"
|
2973
|
+
},
|
2974
|
+
"van-swipe/loop": {
|
2975
|
+
"type": "boolean",
|
2976
|
+
"description": "是否开启循环播放, 默认值: `true`"
|
2977
|
+
},
|
2978
|
+
"van-swipe/show-indicators": {
|
2979
|
+
"type": "boolean",
|
2980
|
+
"description": "是否显示指示器, 默认值: `true`"
|
2981
|
+
},
|
2982
|
+
"van-swipe/vertical": {
|
2983
|
+
"type": "boolean",
|
2984
|
+
"description": "是否为纵向滚动, 默认值: `false`"
|
2985
|
+
},
|
2986
|
+
"van-swipe/touchable": {
|
2987
|
+
"type": "boolean",
|
2988
|
+
"description": "是否可以通过手势滑动, 默认值: `true`"
|
2989
|
+
},
|
2990
|
+
"van-swipe/stop-propagation": {
|
2991
|
+
"type": "boolean",
|
2992
|
+
"description": "是否阻止滑动事件冒泡, 默认值: `true`"
|
2993
|
+
},
|
2994
|
+
"van-swipe/lazy-render": {
|
2995
|
+
"type": "boolean",
|
2996
|
+
"description": "是否延迟渲染未展示的轮播, 默认值: `false`"
|
2997
|
+
},
|
2998
|
+
"van-swipe/indicator-color": {
|
2999
|
+
"type": "string",
|
3000
|
+
"description": "指示器颜色, 默认值: `#1989fa`"
|
3001
|
+
},
|
3002
|
+
"van-swipe-cell/name": {
|
3003
|
+
"type": "number | string",
|
3004
|
+
"description": "标识符,可以在事件参数中获取到, 默认值: -"
|
3005
|
+
},
|
3006
|
+
"van-swipe-cell/left-width": {
|
3007
|
+
"type": "number | string",
|
3008
|
+
"description": "指定左侧滑动区域宽度,单位为`px`, 默认值: `auto`"
|
3009
|
+
},
|
3010
|
+
"van-swipe-cell/right-width": {
|
3011
|
+
"type": "number | string",
|
3012
|
+
"description": "指定右侧滑动区域宽度,单位为`px`, 默认值: `auto`"
|
3013
|
+
},
|
3014
|
+
"van-swipe-cell/before-close": {
|
3015
|
+
"type": "Function",
|
3016
|
+
"description": "关闭前的回调函数, 默认值: -"
|
3017
|
+
},
|
3018
|
+
"van-swipe-cell/disabled": {
|
3019
|
+
"type": "boolean",
|
3020
|
+
"description": "是否禁用滑动, 默认值: `false`"
|
3021
|
+
},
|
3022
|
+
"van-swipe-cell/stop-propagation": {
|
3023
|
+
"type": "boolean",
|
3024
|
+
"description": "是否阻止滑动事件冒泡, 默认值: `false`"
|
3025
|
+
},
|
3026
|
+
"van-switch/v-model": {
|
3027
|
+
"type": "any",
|
3028
|
+
"description": "开关选中状态, 默认值: `false`"
|
3029
|
+
},
|
3030
|
+
"van-switch/loading": {
|
3031
|
+
"type": "boolean",
|
3032
|
+
"description": "是否为加载状态, 默认值: `false`"
|
3033
|
+
},
|
3034
|
+
"van-switch/disabled": {
|
3035
|
+
"type": "boolean",
|
3036
|
+
"description": "是否为禁用状态, 默认值: `false`"
|
3037
|
+
},
|
3038
|
+
"van-switch/size": {
|
3039
|
+
"type": "number | string",
|
3040
|
+
"description": "开关尺寸,默认单位为`px`, 默认值: `30px`"
|
3041
|
+
},
|
3042
|
+
"van-switch/active-color": {
|
3043
|
+
"type": "string",
|
3044
|
+
"description": "打开时的背景色, 默认值: `#1989fa`"
|
3045
|
+
},
|
3046
|
+
"van-switch/inactive-color": {
|
3047
|
+
"type": "string",
|
3048
|
+
"description": "关闭时的背景色, 默认值: `white`"
|
3049
|
+
},
|
3050
|
+
"van-switch/active-value": {
|
3051
|
+
"type": "any",
|
3052
|
+
"description": "打开时对应的值, 默认值: `true`"
|
3053
|
+
},
|
3054
|
+
"van-switch/inactive-value": {
|
3055
|
+
"type": "any",
|
3056
|
+
"description": "关闭时对应的值, 默认值: `false`"
|
3057
|
+
},
|
3058
|
+
"van-switch-cell/v-model": {
|
3059
|
+
"type": "any",
|
3060
|
+
"description": "开关状态, 默认值: `false`"
|
3061
|
+
},
|
3062
|
+
"van-switch-cell/title": {
|
3063
|
+
"type": "string",
|
3064
|
+
"description": "左侧标题, 默认值: `''`"
|
3065
|
+
},
|
3066
|
+
"van-switch-cell/border": {
|
3067
|
+
"type": "boolean",
|
3068
|
+
"description": "是否展示单元格内边框, 默认值: `true`"
|
3069
|
+
},
|
3070
|
+
"van-switch-cell/cell-size": {
|
3071
|
+
"type": "string",
|
3072
|
+
"description": "单元格大小,可选值为 `large`, 默认值: -"
|
3073
|
+
},
|
3074
|
+
"van-switch-cell/loading": {
|
3075
|
+
"type": "boolean",
|
3076
|
+
"description": "是否为加载状态, 默认值: `false`"
|
3077
|
+
},
|
3078
|
+
"van-switch-cell/disabled": {
|
3079
|
+
"type": "boolean",
|
3080
|
+
"description": "是否为禁用状态, 默认值: `false`"
|
3081
|
+
},
|
3082
|
+
"van-switch-cell/size": {
|
3083
|
+
"type": "number | string",
|
3084
|
+
"description": "开关尺寸, 默认值: `24px`"
|
3085
|
+
},
|
3086
|
+
"van-switch-cell/active-color": {
|
3087
|
+
"type": "string",
|
3088
|
+
"description": "开关时的背景色, 默认值: `#1989fa`"
|
3089
|
+
},
|
3090
|
+
"van-switch-cell/inactive-color": {
|
3091
|
+
"type": "string",
|
3092
|
+
"description": "开关时的背景色, 默认值: `white`"
|
3093
|
+
},
|
3094
|
+
"van-switch-cell/active-value": {
|
3095
|
+
"type": "any",
|
3096
|
+
"description": "打开时的值, 默认值: `true`"
|
3097
|
+
},
|
3098
|
+
"van-switch-cell/inactive-value": {
|
3099
|
+
"type": "any",
|
3100
|
+
"description": "关闭时的值, 默认值: `false`"
|
3101
|
+
},
|
3102
|
+
"van-tabs/v-model": {
|
3103
|
+
"type": "number | string",
|
3104
|
+
"description": "绑定当前选中标签的标识符, 默认值: `0`"
|
3105
|
+
},
|
3106
|
+
"van-tabs/type": {
|
3107
|
+
"type": "string",
|
3108
|
+
"description": "样式风格类型,可选值为 `card`, 默认值: `line`"
|
3109
|
+
},
|
3110
|
+
"van-tabs/color": {
|
3111
|
+
"type": "string",
|
3112
|
+
"description": "标签主题色, 默认值: `#ee0a24`"
|
3113
|
+
},
|
3114
|
+
"van-tabs/background": {
|
3115
|
+
"type": "string",
|
3116
|
+
"description": "标签栏背景色, 默认值: `white`"
|
3117
|
+
},
|
3118
|
+
"van-tabs/duration": {
|
3119
|
+
"type": "number | string",
|
3120
|
+
"description": "动画时间,单位秒, 默认值: `0.3`"
|
3121
|
+
},
|
3122
|
+
"van-tabs/line-width": {
|
3123
|
+
"type": "number | string",
|
3124
|
+
"description": "底部条宽度,默认单位 `px`, 默认值: `40px`"
|
3125
|
+
},
|
3126
|
+
"van-tabs/line-height": {
|
3127
|
+
"type": "number | string",
|
3128
|
+
"description": "底部条高度,默认单位 `px`, 默认值: `3px`"
|
3129
|
+
},
|
3130
|
+
"van-tabs/animated": {
|
3131
|
+
"type": "boolean",
|
3132
|
+
"description": "是否开启切换标签内容时的转场动画, 默认值: `false`"
|
3133
|
+
},
|
3134
|
+
"van-tabs/border": {
|
3135
|
+
"type": "boolean",
|
3136
|
+
"description": "是否显示标签栏外边框,仅在 `type=\"line\"` 时有效, 默认值: `false`"
|
3137
|
+
},
|
3138
|
+
"van-tabs/ellipsis": {
|
3139
|
+
"type": "boolean",
|
3140
|
+
"description": "是否省略过长的标题文字, 默认值: `true`"
|
3141
|
+
},
|
3142
|
+
"van-tabs/sticky": {
|
3143
|
+
"type": "boolean",
|
3144
|
+
"description": "是否使用粘性定位布局, 默认值: `false`"
|
3145
|
+
},
|
3146
|
+
"van-tabs/swipeable": {
|
3147
|
+
"type": "boolean",
|
3148
|
+
"description": "是否开启手势滑动切换, 默认值: `false`"
|
3149
|
+
},
|
3150
|
+
"van-tabs/lazy-render": {
|
3151
|
+
"type": "boolean",
|
3152
|
+
"description": "是否开启延迟渲染(首次切换到标签时才触发内容渲染), 默认值: `true`"
|
3153
|
+
},
|
3154
|
+
"van-tabs/scrollspy": {
|
3155
|
+
"type": "boolean",
|
3156
|
+
"description": "是否开启滚动导航, 默认值: `false`"
|
3157
|
+
},
|
3158
|
+
"van-tabs/offset-top": {
|
3159
|
+
"type": "number | string",
|
3160
|
+
"description": "粘性定位布局下与顶部的最小距离,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `0`"
|
3161
|
+
},
|
3162
|
+
"van-tabs/swipe-threshold": {
|
3163
|
+
"type": "number | string",
|
3164
|
+
"description": "滚动阈值,标签数量超过阈值且总宽度超过标签栏宽度时开始横向滚动, 默认值: `5`"
|
3165
|
+
},
|
3166
|
+
"van-tabs/title-active-color": {
|
3167
|
+
"type": "string",
|
3168
|
+
"description": "标题选中态颜色, 默认值: -"
|
3169
|
+
},
|
3170
|
+
"van-tabs/title-inactive-color": {
|
3171
|
+
"type": "string",
|
3172
|
+
"description": "标题默认态颜色, 默认值: -"
|
3173
|
+
},
|
3174
|
+
"van-tabs/before-change": {
|
3175
|
+
"type": "(name) => boolean | Promise",
|
3176
|
+
"description": "切换标签前的回调函数,返回 `false` 可阻止切换,支持返回 Promise, 默认值: -"
|
3177
|
+
},
|
3178
|
+
"van-tab/title": {
|
3179
|
+
"type": "string",
|
3180
|
+
"description": "标题, 默认值: -"
|
3181
|
+
},
|
3182
|
+
"van-tab/disabled": {
|
3183
|
+
"type": "boolean",
|
3184
|
+
"description": "是否禁用标签, 默认值: `false`"
|
3185
|
+
},
|
3186
|
+
"van-tab/dot": {
|
3187
|
+
"type": "boolean",
|
3188
|
+
"description": "是否在标题右上角显示小红点, 默认值: `false`"
|
3189
|
+
},
|
3190
|
+
"van-tab/badge": {
|
3191
|
+
"type": "number | string",
|
3192
|
+
"description": "图标右上角徽标的内容, 默认值: -"
|
3193
|
+
},
|
3194
|
+
"van-tab/info": {
|
3195
|
+
"type": "number | string",
|
3196
|
+
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
3197
|
+
},
|
3198
|
+
"van-tab/name": {
|
3199
|
+
"type": "number | string",
|
3200
|
+
"description": "标签名称,作为匹配的标识符, 默认值: 标签的索引值"
|
3201
|
+
},
|
3202
|
+
"van-tab/url": {
|
3203
|
+
"type": "string",
|
3204
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
3205
|
+
},
|
3206
|
+
"van-tab/to": {
|
3207
|
+
"type": "string | object",
|
3208
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
3209
|
+
},
|
3210
|
+
"van-tab/replace": {
|
3211
|
+
"type": "boolean",
|
3212
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
3213
|
+
},
|
3214
|
+
"van-tab/title-style": {
|
3215
|
+
"type": "any",
|
3216
|
+
"description": "自定义标题样式, 默认值: -"
|
3217
|
+
},
|
3218
|
+
"van-tab/title-class": {
|
3219
|
+
"type": "any",
|
3220
|
+
"description": "自定义标题类名, 默认值: -"
|
3221
|
+
},
|
3222
|
+
"van-tabbar/v-model": {
|
3223
|
+
"type": "number | string",
|
3224
|
+
"description": "当前选中标签的名称或索引值, 默认值: `0`"
|
3225
|
+
},
|
3226
|
+
"van-tabbar/fixed": {
|
3227
|
+
"type": "boolean",
|
3228
|
+
"description": "是否固定在底部, 默认值: `true`"
|
3229
|
+
},
|
3230
|
+
"van-tabbar/border": {
|
3231
|
+
"type": "boolean",
|
3232
|
+
"description": "是否显示外边框, 默认值: `true`"
|
3233
|
+
},
|
3234
|
+
"van-tabbar/z-index": {
|
3235
|
+
"type": "number | string",
|
3236
|
+
"description": "元素 z-index, 默认值: `1`"
|
3237
|
+
},
|
3238
|
+
"van-tabbar/active-color": {
|
3239
|
+
"type": "string",
|
3240
|
+
"description": "选中标签的颜色, 默认值: `#1989fa`"
|
3241
|
+
},
|
3242
|
+
"van-tabbar/inactive-color": {
|
3243
|
+
"type": "string",
|
3244
|
+
"description": "未选中标签的颜色, 默认值: `#7d7e80`"
|
3245
|
+
},
|
3246
|
+
"van-tabbar/route": {
|
3247
|
+
"type": "boolean",
|
3248
|
+
"description": "是否开启路由模式, 默认值: `false`"
|
3249
|
+
},
|
3250
|
+
"van-tabbar/placeholder": {
|
3251
|
+
"type": "boolean",
|
3252
|
+
"description": "固定在底部时,是否在标签位置生成一个等高的占位元素, 默认值: `false`"
|
3253
|
+
},
|
3254
|
+
"van-tabbar/safe-area-inset-bottom": {
|
3255
|
+
"type": "boolean",
|
3256
|
+
"description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei),设置 fixed 时默认开启, 默认值: `false`"
|
3257
|
+
},
|
3258
|
+
"van-tabbar/before-change": {
|
3259
|
+
"type": "(name) => boolean | Promise",
|
3260
|
+
"description": "切换标签前的回调函数,返回 `false` 可阻止切换,支持返回 Promise, 默认值: -"
|
3261
|
+
},
|
3262
|
+
"van-tabbar-item/name": {
|
3263
|
+
"type": "number | string",
|
3264
|
+
"description": "标签名称,作为匹配的标识符, 默认值: 当前标签的索引值"
|
3265
|
+
},
|
3266
|
+
"van-tabbar-item/icon": {
|
3267
|
+
"type": "string",
|
3268
|
+
"description": "[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
|
3269
|
+
},
|
3270
|
+
"van-tabbar-item/icon-prefix": {
|
3271
|
+
"type": "string",
|
3272
|
+
"description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
|
3273
|
+
},
|
3274
|
+
"van-tabbar-item/dot": {
|
3275
|
+
"type": "boolean",
|
3276
|
+
"description": "是否显示图标右上角小红点, 默认值: `false`"
|
3277
|
+
},
|
3278
|
+
"van-tabbar-item/badge": {
|
3279
|
+
"type": "number | string",
|
3280
|
+
"description": "图标右上角徽标的内容, 默认值: -"
|
3281
|
+
},
|
3282
|
+
"van-tabbar-item/info": {
|
3283
|
+
"type": "number | string",
|
3284
|
+
"description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
|
3285
|
+
},
|
3286
|
+
"van-tabbar-item/url": {
|
3287
|
+
"type": "string",
|
3288
|
+
"description": "点击后跳转的链接地址, 默认值: -"
|
3289
|
+
},
|
3290
|
+
"van-tabbar-item/to": {
|
3291
|
+
"type": "string | object",
|
3292
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
|
3293
|
+
},
|
3294
|
+
"van-tabbar-item/replace": {
|
3295
|
+
"type": "boolean",
|
3296
|
+
"description": "是否在跳转时替换当前页面历史, 默认值: `false`"
|
3297
|
+
},
|
3298
|
+
"van-tag/type": {
|
3299
|
+
"type": "string",
|
3300
|
+
"description": "类型,可选值为`primary` `success` `danger` `warning`, 默认值: `default`"
|
3301
|
+
},
|
3302
|
+
"van-tag/size": {
|
3303
|
+
"type": "string",
|
3304
|
+
"description": "大小, 可选值为`large` `medium`, 默认值: -"
|
3305
|
+
},
|
3306
|
+
"van-tag/color": {
|
3307
|
+
"type": "string",
|
3308
|
+
"description": "标签颜色, 默认值: -"
|
3309
|
+
},
|
3310
|
+
"van-tag/plain": {
|
3311
|
+
"type": "boolean",
|
3312
|
+
"description": "是否为空心样式, 默认值: `false`"
|
3313
|
+
},
|
3314
|
+
"van-tag/round": {
|
3315
|
+
"type": "boolean",
|
3316
|
+
"description": "是否为圆角样式, 默认值: `false`"
|
3317
|
+
},
|
3318
|
+
"van-tag/mark": {
|
3319
|
+
"type": "boolean",
|
3320
|
+
"description": "是否为标记样式, 默认值: `false`"
|
3321
|
+
},
|
3322
|
+
"van-tag/text-color": {
|
3323
|
+
"type": "string",
|
3324
|
+
"description": "文本颜色,优先级高于`color`属性, 默认值: `white`"
|
3325
|
+
},
|
3326
|
+
"van-tag/closeable": {
|
3327
|
+
"type": "boolean",
|
3328
|
+
"description": "是否为可关闭标签, 默认值: `false`"
|
3329
|
+
},
|
3330
|
+
"van-tree-select/items": {
|
3331
|
+
"type": "Item[]",
|
3332
|
+
"description": "分类显示所需的数据, 默认值: `[]`"
|
3333
|
+
},
|
3334
|
+
"van-tree-select/height": {
|
3335
|
+
"type": "number | string",
|
3336
|
+
"description": "高度,默认单位为`px`, 默认值: `300`"
|
3337
|
+
},
|
3338
|
+
"van-tree-select/main-active-index": {
|
3339
|
+
"type": "number | string",
|
3340
|
+
"description": "左侧选中项的索引, 默认值: `0`"
|
3341
|
+
},
|
3342
|
+
"van-tree-select/active-id": {
|
3343
|
+
"type": "number | string \\",
|
3344
|
+
"description": "右侧选中项的 id,支持传入数组, 默认值: <br>(number \\"
|
3345
|
+
},
|
3346
|
+
"van-tree-select/max": {
|
3347
|
+
"type": "number | string",
|
3348
|
+
"description": "右侧项最大选中个数, 默认值: `Infinity`"
|
3349
|
+
},
|
3350
|
+
"van-tree-select/selected-icon": {
|
3351
|
+
"type": "string",
|
3352
|
+
"description": "自定义右侧栏选中状态的图标, 默认值: `success`"
|
3353
|
+
},
|
3354
|
+
"van-uploader/v-model (fileList)": {
|
3355
|
+
"type": "FileListItem[]",
|
3356
|
+
"description": "已上传的文件列表, 默认值: -"
|
3357
|
+
},
|
3358
|
+
"van-uploader/accept": {
|
3359
|
+
"type": "string",
|
3360
|
+
"description": "允许上传的文件类型,[详细说明](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/Input/file#%E9%99%90%E5%88%B6%E5%85%81%E8%AE%B8%E7%9A%84%E6%96%87%E4%BB%B6%E7%B1%BB%E5%9E%8B), 默认值: `image/*`"
|
3361
|
+
},
|
3362
|
+
"van-uploader/name": {
|
3363
|
+
"type": "number | string",
|
3364
|
+
"description": "标识符,可以在回调函数的第二项参数中获取, 默认值: -"
|
3365
|
+
},
|
3366
|
+
"van-uploader/preview-size": {
|
3367
|
+
"type": "number | string",
|
3368
|
+
"description": "预览图和上传区域的尺寸,默认单位为 `px`, 默认值: `80px`"
|
3369
|
+
},
|
3370
|
+
"van-uploader/preview-image": {
|
3371
|
+
"type": "boolean",
|
3372
|
+
"description": "是否在上传完成后展示预览图, 默认值: `true`"
|
3373
|
+
},
|
3374
|
+
"van-uploader/preview-full-image": {
|
3375
|
+
"type": "boolean",
|
3376
|
+
"description": "是否在点击预览图后展示全屏图片预览, 默认值: `true`"
|
3377
|
+
},
|
3378
|
+
"van-uploader/preview-options": {
|
3379
|
+
"type": "object",
|
3380
|
+
"description": "全屏图片预览的配置项,可选值见 [ImagePreview](#/zh-CN/image-preview), 默认值: -"
|
3381
|
+
},
|
3382
|
+
"van-uploader/multiple": {
|
3383
|
+
"type": "boolean",
|
3384
|
+
"description": "是否开启图片多选,部分安卓机型不支持, 默认值: `false`"
|
3385
|
+
},
|
3386
|
+
"van-uploader/disabled": {
|
3387
|
+
"type": "boolean",
|
3388
|
+
"description": "是否禁用文件上传, 默认值: `false`"
|
3389
|
+
},
|
3390
|
+
"van-uploader/readonly": {
|
3391
|
+
"type": "boolean",
|
3392
|
+
"description": "是否将上传区域设置为只读状态, 默认值: `false`"
|
3393
|
+
},
|
3394
|
+
"van-uploader/deletable": {
|
3395
|
+
"type": "boolean",
|
3396
|
+
"description": "是否展示删除按钮, 默认值: `true`"
|
3397
|
+
},
|
3398
|
+
"van-uploader/show-upload": {
|
3399
|
+
"type": "boolean",
|
3400
|
+
"description": "是否展示上传区域, 默认值: `true`"
|
3401
|
+
},
|
3402
|
+
"van-uploader/lazy-load": {
|
3403
|
+
"type": "boolean",
|
3404
|
+
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
3405
|
+
},
|
3406
|
+
"van-uploader/capture": {
|
3407
|
+
"type": "string",
|
3408
|
+
"description": "图片选取模式,可选值为 `camera` (直接调起摄像头), 默认值: -"
|
3409
|
+
},
|
3410
|
+
"van-uploader/after-read": {
|
3411
|
+
"type": "Function",
|
3412
|
+
"description": "文件读取完成后的回调函数, 默认值: -"
|
3413
|
+
},
|
3414
|
+
"van-uploader/before-read": {
|
3415
|
+
"type": "Function",
|
3416
|
+
"description": "文件读取前的回调函数,返回 `false` 可终止文件读取,<br>支持返回 `Promise`, 默认值: -"
|
3417
|
+
},
|
3418
|
+
"van-uploader/before-delete": {
|
3419
|
+
"type": "Function",
|
3420
|
+
"description": "文件删除前的回调函数,返回 `false` 可终止文件读取,<br>支持返回 `Promise`, 默认值: -"
|
3421
|
+
},
|
3422
|
+
"van-uploader/max-size": {
|
3423
|
+
"type": "number | string \\",
|
3424
|
+
"description": "文件大小限制,单位为 `byte`, 默认值: (file: File) => boolean_"
|
3425
|
+
},
|
3426
|
+
"van-uploader/max-count": {
|
3427
|
+
"type": "number | string",
|
3428
|
+
"description": "文件上传数量限制, 默认值: -"
|
3429
|
+
},
|
3430
|
+
"van-uploader/result-type": {
|
3431
|
+
"type": "string",
|
3432
|
+
"description": "文件读取结果类型,可选值为 `file` `text`, 默认值: `dataUrl`"
|
3433
|
+
},
|
3434
|
+
"van-uploader/upload-text": {
|
3435
|
+
"type": "string",
|
3436
|
+
"description": "上传区域文字提示, 默认值: -"
|
3437
|
+
},
|
3438
|
+
"van-uploader/image-fit": {
|
3439
|
+
"type": "string",
|
3440
|
+
"description": "预览图裁剪模式,可选值见 [Image](#/zh-CN/image) 组件, 默认值: `cover`"
|
3441
|
+
},
|
3442
|
+
"van-uploader/upload-icon": {
|
3443
|
+
"type": "string",
|
3444
|
+
"description": "上传区域[图标名称](#/zh-CN/icon)或图片链接, 默认值: `photograph`"
|
3445
|
+
}
|
3446
|
+
}
|