persagy-vant 0.0.21
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 +10 -0
- package/README.md +33 -0
- package/es/action-bar/ActionBar.d.ts +27 -0
- package/es/action-bar/ActionBar.mjs +43 -0
- package/es/action-bar/index.css +1 -0
- package/es/action-bar/index.d.ts +23 -0
- package/es/action-bar/index.less +18 -0
- package/es/action-bar/index.mjs +8 -0
- package/es/action-bar/style/index.d.ts +1 -0
- package/es/action-bar/style/index.mjs +2 -0
- package/es/action-bar/style/less.d.ts +1 -0
- package/es/action-bar/style/less.mjs +2 -0
- package/es/action-bar/var.css +0 -0
- package/es/action-bar/var.less +4 -0
- package/es/action-bar-button/ActionBarButton.d.ts +43 -0
- package/es/action-bar-button/ActionBarButton.mjs +72 -0
- package/es/action-bar-button/index.css +1 -0
- package/es/action-bar-button/index.d.ts +34 -0
- package/es/action-bar-button/index.less +40 -0
- package/es/action-bar-button/index.mjs +8 -0
- package/es/action-bar-button/style/index.d.ts +1 -0
- package/es/action-bar-button/style/index.mjs +7 -0
- package/es/action-bar-button/style/less.d.ts +1 -0
- package/es/action-bar-button/style/less.mjs +7 -0
- package/es/action-bar-button/var.css +0 -0
- package/es/action-bar-button/var.less +5 -0
- package/es/action-bar-icon/ActionBarIcon.d.ts +48 -0
- package/es/action-bar-icon/ActionBarIcon.mjs +67 -0
- package/es/action-bar-icon/index.css +1 -0
- package/es/action-bar-icon/index.d.ts +37 -0
- package/es/action-bar-icon/index.less +36 -0
- package/es/action-bar-icon/index.mjs +8 -0
- package/es/action-bar-icon/style/index.d.ts +1 -0
- package/es/action-bar-icon/style/index.mjs +5 -0
- package/es/action-bar-icon/style/less.d.ts +1 -0
- package/es/action-bar-icon/style/less.mjs +5 -0
- package/es/action-bar-icon/var.css +0 -0
- package/es/action-bar-icon/var.less +10 -0
- package/es/action-sheet/ActionSheet.d.ts +194 -0
- package/es/action-sheet/ActionSheet.mjs +130 -0
- package/es/action-sheet/ActionSheetPanel.d.ts +95 -0
- package/es/action-sheet/ActionSheetPanel.mjs +145 -0
- package/es/action-sheet/index.css +1 -0
- package/es/action-sheet/index.d.ts +197 -0
- package/es/action-sheet/index.less +228 -0
- package/es/action-sheet/index.mjs +11 -0
- package/es/action-sheet/style/index.d.ts +1 -0
- package/es/action-sheet/style/index.mjs +15 -0
- package/es/action-sheet/style/less.d.ts +1 -0
- package/es/action-sheet/style/less.mjs +15 -0
- package/es/action-sheet/var.css +0 -0
- package/es/action-sheet/var.less +23 -0
- package/es/address-edit/AddressEdit.d.ts +174 -0
- package/es/address-edit/AddressEdit.mjs +312 -0
- package/es/address-edit/AddressEditDetail.d.ts +32 -0
- package/es/address-edit/AddressEditDetail.mjs +84 -0
- package/es/address-edit/index.css +1 -0
- package/es/address-edit/index.d.ts +129 -0
- package/es/address-edit/index.less +46 -0
- package/es/address-edit/index.mjs +8 -0
- package/es/address-edit/style/index.d.ts +1 -0
- package/es/address-edit/style/index.mjs +17 -0
- package/es/address-edit/style/less.d.ts +1 -0
- package/es/address-edit/style/less.mjs +17 -0
- package/es/address-edit/types.d.ts +25 -0
- package/es/address-edit/types.mjs +0 -0
- package/es/address-edit/var.css +0 -0
- package/es/address-edit/var.less +6 -0
- package/es/address-list/AddressList.d.ts +69 -0
- package/es/address-list/AddressList.mjs +81 -0
- package/es/address-list/AddressListItem.d.ts +34 -0
- package/es/address-list/AddressListItem.mjs +95 -0
- package/es/address-list/index.css +1 -0
- package/es/address-list/index.d.ts +55 -0
- package/es/address-list/index.less +103 -0
- package/es/address-list/index.mjs +8 -0
- package/es/address-list/style/index.d.ts +1 -0
- package/es/address-list/style/index.mjs +12 -0
- package/es/address-list/style/less.d.ts +1 -0
- package/es/address-list/style/less.mjs +12 -0
- package/es/address-list/var.css +0 -0
- package/es/address-list/var.less +15 -0
- package/es/area/Area.d.ts +158 -0
- package/es/area/Area.mjs +240 -0
- package/es/area/index.d.ts +116 -0
- package/es/area/index.mjs +8 -0
- package/es/area/style/index.d.ts +1 -0
- package/es/area/style/index.mjs +3 -0
- package/es/area/style/less.d.ts +1 -0
- package/es/area/style/less.mjs +3 -0
- package/es/area/types.d.ts +24 -0
- package/es/area/types.mjs +0 -0
- package/es/badge/Badge.d.ts +66 -0
- package/es/badge/Badge.mjs +94 -0
- package/es/badge/index.css +1 -0
- package/es/badge/index.d.ts +49 -0
- package/es/badge/index.less +74 -0
- package/es/badge/index.mjs +8 -0
- package/es/badge/style/index.d.ts +1 -0
- package/es/badge/style/index.mjs +2 -0
- package/es/badge/style/less.d.ts +1 -0
- package/es/badge/style/less.mjs +2 -0
- package/es/badge/var.css +0 -0
- package/es/badge/var.less +12 -0
- package/es/blue-mark/BlueMark.d.ts +47 -0
- package/es/blue-mark/BlueMark.mjs +55 -0
- package/es/blue-mark/BlueMarkHeader.d.ts +51 -0
- package/es/blue-mark/BlueMarkHeader.mjs +83 -0
- package/es/blue-mark/CollapseToggle.d.ts +42 -0
- package/es/blue-mark/CollapseToggle.mjs +47 -0
- package/es/blue-mark/index.css +1 -0
- package/es/blue-mark/index.d.ts +103 -0
- package/es/blue-mark/index.less +186 -0
- package/es/blue-mark/index.mjs +14 -0
- package/es/blue-mark/style/index.d.ts +1 -0
- package/es/blue-mark/style/index.mjs +4 -0
- package/es/blue-mark/style/less.d.ts +1 -0
- package/es/blue-mark/style/less.mjs +4 -0
- package/es/blue-mark/var.css +0 -0
- package/es/blue-mark/var.less +25 -0
- package/es/bottom-action-bar/BottomActionBar.d.ts +171 -0
- package/es/bottom-action-bar/BottomActionBar.mjs +193 -0
- package/es/bottom-action-bar/index.css +1 -0
- package/es/bottom-action-bar/index.d.ts +126 -0
- package/es/bottom-action-bar/index.less +194 -0
- package/es/bottom-action-bar/index.mjs +8 -0
- package/es/bottom-action-bar/style/index.d.ts +1 -0
- package/es/bottom-action-bar/style/index.mjs +11 -0
- package/es/bottom-action-bar/style/less.d.ts +1 -0
- package/es/bottom-action-bar/style/less.mjs +11 -0
- package/es/bottom-action-bar/var.css +0 -0
- package/es/bottom-action-bar/var.less +20 -0
- package/es/button/Button.d.ts +143 -0
- package/es/button/Button.mjs +156 -0
- package/es/button/index.css +1 -0
- package/es/button/index.d.ts +105 -0
- package/es/button/index.less +260 -0
- package/es/button/index.mjs +8 -0
- package/es/button/style/index.d.ts +1 -0
- package/es/button/style/index.mjs +5 -0
- package/es/button/style/less.d.ts +1 -0
- package/es/button/style/less.mjs +5 -0
- package/es/button/types.d.ts +5 -0
- package/es/button/types.mjs +0 -0
- package/es/button/var.css +0 -0
- package/es/button/var.less +36 -0
- package/es/calendar/Calendar.d.ts +292 -0
- package/es/calendar/Calendar.mjs +405 -0
- package/es/calendar/CalendarDay.d.ts +32 -0
- package/es/calendar/CalendarDay.mjs +128 -0
- package/es/calendar/CalendarHeader.d.ts +19 -0
- package/es/calendar/CalendarHeader.mjs +57 -0
- package/es/calendar/CalendarMonth.d.ts +87 -0
- package/es/calendar/CalendarMonth.mjs +207 -0
- package/es/calendar/index.css +1 -0
- package/es/calendar/index.d.ts +209 -0
- package/es/calendar/index.less +213 -0
- package/es/calendar/index.mjs +8 -0
- package/es/calendar/style/index.d.ts +1 -0
- package/es/calendar/style/index.mjs +11 -0
- package/es/calendar/style/less.d.ts +1 -0
- package/es/calendar/style/less.mjs +11 -0
- package/es/calendar/types.d.ts +28 -0
- package/es/calendar/types.mjs +0 -0
- package/es/calendar/utils.d.ts +12 -0
- package/es/calendar/utils.mjs +56 -0
- package/es/calendar/var.css +0 -0
- package/es/calendar/var.less +28 -0
- package/es/card/Card.d.ts +56 -0
- package/es/card/Card.mjs +125 -0
- package/es/card/index.css +1 -0
- package/es/card/index.d.ts +44 -0
- package/es/card/index.less +128 -0
- package/es/card/index.mjs +8 -0
- package/es/card/style/index.d.ts +1 -0
- package/es/card/style/index.mjs +6 -0
- package/es/card/style/less.d.ts +1 -0
- package/es/card/style/less.mjs +6 -0
- package/es/card/var.css +0 -0
- package/es/card/var.less +18 -0
- package/es/cascader/Cascader.d.ts +96 -0
- package/es/cascader/Cascader.mjs +226 -0
- package/es/cascader/index.css +1 -0
- package/es/cascader/index.d.ts +73 -0
- package/es/cascader/index.less +94 -0
- package/es/cascader/index.mjs +8 -0
- package/es/cascader/style/index.d.ts +1 -0
- package/es/cascader/style/index.mjs +21 -0
- package/es/cascader/style/less.d.ts +1 -0
- package/es/cascader/style/less.mjs +21 -0
- package/es/cascader/types.d.ts +19 -0
- package/es/cascader/types.mjs +0 -0
- package/es/cascader/var.css +0 -0
- package/es/cascader/var.less +15 -0
- package/es/cell/Cell.d.ts +214 -0
- package/es/cell/Cell.mjs +307 -0
- package/es/cell/index.css +1 -0
- package/es/cell/index.d.ts +120 -0
- package/es/cell/index.less +237 -0
- package/es/cell/index.mjs +8 -0
- package/es/cell/style/index.d.ts +1 -0
- package/es/cell/style/index.mjs +8 -0
- package/es/cell/style/less.d.ts +1 -0
- package/es/cell/style/less.mjs +8 -0
- package/es/cell/var.css +0 -0
- package/es/cell/var.less +23 -0
- package/es/cell-group/CellGroup.d.ts +29 -0
- package/es/cell-group/CellGroup.mjs +42 -0
- package/es/cell-group/index.css +1 -0
- package/es/cell-group/index.d.ts +25 -0
- package/es/cell-group/index.less +33 -0
- package/es/cell-group/index.mjs +8 -0
- package/es/cell-group/style/index.d.ts +1 -0
- package/es/cell-group/style/index.mjs +2 -0
- package/es/cell-group/style/less.d.ts +1 -0
- package/es/cell-group/style/less.mjs +2 -0
- package/es/cell-group/var.css +0 -0
- package/es/cell-group/var.less +12 -0
- package/es/checkbox/Checkbox.d.ts +74 -0
- package/es/checkbox/Checkbox.mjs +80 -0
- package/es/checkbox/Checker.d.ts +102 -0
- package/es/checkbox/Checker.mjs +126 -0
- package/es/checkbox/index.css +1 -0
- package/es/checkbox/index.d.ts +58 -0
- package/es/checkbox/index.less +138 -0
- package/es/checkbox/index.mjs +8 -0
- package/es/checkbox/style/index.d.ts +1 -0
- package/es/checkbox/style/index.mjs +5 -0
- package/es/checkbox/style/less.d.ts +1 -0
- package/es/checkbox/style/less.mjs +5 -0
- package/es/checkbox/types.d.ts +13 -0
- package/es/checkbox/types.mjs +0 -0
- package/es/checkbox/var.css +0 -0
- package/es/checkbox/var.less +17 -0
- package/es/checkbox-group/CheckboxGroup.d.ts +50 -0
- package/es/checkbox-group/CheckboxGroup.mjs +72 -0
- package/es/checkbox-group/index.css +1 -0
- package/es/checkbox-group/index.d.ts +39 -0
- package/es/checkbox-group/index.less +6 -0
- package/es/checkbox-group/index.mjs +8 -0
- package/es/checkbox-group/style/index.d.ts +1 -0
- package/es/checkbox-group/style/index.mjs +2 -0
- package/es/checkbox-group/style/less.d.ts +1 -0
- package/es/checkbox-group/style/less.mjs +2 -0
- package/es/checkbox-group/types.d.ts +16 -0
- package/es/checkbox-group/types.mjs +0 -0
- package/es/circle/Circle.d.ts +118 -0
- package/es/circle/Circle.mjs +151 -0
- package/es/circle/index.css +1 -0
- package/es/circle/index.d.ts +86 -0
- package/es/circle/index.less +51 -0
- package/es/circle/index.mjs +8 -0
- package/es/circle/style/index.d.ts +1 -0
- package/es/circle/style/index.mjs +2 -0
- package/es/circle/style/less.d.ts +1 -0
- package/es/circle/style/less.mjs +2 -0
- package/es/circle/var.css +0 -0
- package/es/circle/var.less +9 -0
- package/es/col/Col.d.ts +38 -0
- package/es/col/Col.mjs +62 -0
- package/es/col/index.css +1 -0
- package/es/col/index.d.ts +31 -0
- package/es/col/index.less +19 -0
- package/es/col/index.mjs +8 -0
- package/es/col/style/index.d.ts +1 -0
- package/es/col/style/index.mjs +3 -0
- package/es/col/style/less.d.ts +1 -0
- package/es/col/style/less.mjs +3 -0
- package/es/collapse/Collapse.d.ts +55 -0
- package/es/collapse/Collapse.mjs +107 -0
- package/es/collapse/index.d.ts +35 -0
- package/es/collapse/index.mjs +8 -0
- package/es/collapse/style/index.d.ts +1 -0
- package/es/collapse/style/index.mjs +1 -0
- package/es/collapse/style/less.d.ts +1 -0
- package/es/collapse/style/less.mjs +1 -0
- package/es/collapse-item/CollapseItem.d.ts +187 -0
- package/es/collapse-item/CollapseItem.mjs +135 -0
- package/es/collapse-item/index.css +1 -0
- package/es/collapse-item/index.d.ts +135 -0
- package/es/collapse-item/index.less +75 -0
- package/es/collapse-item/index.mjs +8 -0
- package/es/collapse-item/style/index.d.ts +1 -0
- package/es/collapse-item/style/index.mjs +9 -0
- package/es/collapse-item/style/less.d.ts +1 -0
- package/es/collapse-item/style/less.mjs +9 -0
- package/es/collapse-item/types.d.ts +6 -0
- package/es/collapse-item/types.mjs +0 -0
- package/es/collapse-item/var.css +0 -0
- package/es/collapse-item/var.less +9 -0
- package/es/composables/on-popup-reopen.d.ts +3 -0
- package/es/composables/on-popup-reopen.mjs +16 -0
- package/es/composables/use-expose.d.ts +1 -0
- package/es/composables/use-expose.mjs +11 -0
- package/es/composables/use-global-z-index.d.ts +4 -0
- package/es/composables/use-global-z-index.mjs +9 -0
- package/es/composables/use-height.d.ts +2 -0
- package/es/composables/use-height.mjs +22 -0
- package/es/composables/use-id.d.ts +1 -0
- package/es/composables/use-id.mjs +13 -0
- package/es/composables/use-lazy-render.d.ts +2 -0
- package/es/composables/use-lazy-render.mjs +17 -0
- package/es/composables/use-lock-scroll.d.ts +2 -0
- package/es/composables/use-lock-scroll.mjs +58 -0
- package/es/composables/use-placeholder.d.ts +3 -0
- package/es/composables/use-placeholder.mjs +14 -0
- package/es/composables/use-refs.d.ts +2 -0
- package/es/composables/use-refs.mjs +20 -0
- package/es/composables/use-route.d.ts +13 -0
- package/es/composables/use-route.mjs +29 -0
- package/es/composables/use-tab-status.d.ts +3 -0
- package/es/composables/use-tab-status.mjs +7 -0
- package/es/composables/use-touch.d.ts +16 -0
- package/es/composables/use-touch.mjs +61 -0
- package/es/composables/use-visibility-change.d.ts +2 -0
- package/es/composables/use-visibility-change.mjs +30 -0
- package/es/config-provider/ConfigProvider.d.ts +51 -0
- package/es/config-provider/ConfigProvider.mjs +51 -0
- package/es/config-provider/index.d.ts +35 -0
- package/es/config-provider/index.mjs +8 -0
- package/es/config-provider/style/index.d.ts +1 -0
- package/es/config-provider/style/index.mjs +1 -0
- package/es/config-provider/style/less.d.ts +1 -0
- package/es/config-provider/style/less.mjs +1 -0
- package/es/contact-card/ContactCard.d.ts +47 -0
- package/es/contact-card/ContactCard.mjs +45 -0
- package/es/contact-card/index.css +1 -0
- package/es/contact-card/index.d.ts +37 -0
- package/es/contact-card/index.less +49 -0
- package/es/contact-card/index.mjs +8 -0
- package/es/contact-card/style/index.d.ts +1 -0
- package/es/contact-card/style/index.mjs +9 -0
- package/es/contact-card/style/less.d.ts +1 -0
- package/es/contact-card/style/less.mjs +9 -0
- package/es/contact-card/var.css +0 -0
- package/es/contact-card/var.less +6 -0
- package/es/contact-edit/ContactEdit.d.ts +64 -0
- package/es/contact-edit/ContactEdit.mjs +112 -0
- package/es/contact-edit/index.css +1 -0
- package/es/contact-edit/index.d.ts +47 -0
- package/es/contact-edit/index.less +39 -0
- package/es/contact-edit/index.mjs +8 -0
- package/es/contact-edit/style/index.d.ts +1 -0
- package/es/contact-edit/style/index.mjs +13 -0
- package/es/contact-edit/style/less.d.ts +1 -0
- package/es/contact-edit/style/less.mjs +13 -0
- package/es/contact-edit/var.css +0 -0
- package/es/contact-edit/var.less +8 -0
- package/es/contact-list/ContactList.d.ts +32 -0
- package/es/contact-list/ContactList.mjs +88 -0
- package/es/contact-list/index.css +1 -0
- package/es/contact-list/index.d.ts +23 -0
- package/es/contact-list/index.less +59 -0
- package/es/contact-list/index.mjs +8 -0
- package/es/contact-list/style/index.d.ts +1 -0
- package/es/contact-list/style/index.mjs +12 -0
- package/es/contact-list/style/less.d.ts +1 -0
- package/es/contact-list/style/less.mjs +12 -0
- package/es/contact-list/var.css +0 -0
- package/es/contact-list/var.less +5 -0
- package/es/count-down/CountDown.d.ts +55 -0
- package/es/count-down/CountDown.mjs +55 -0
- package/es/count-down/index.css +1 -0
- package/es/count-down/index.d.ts +45 -0
- package/es/count-down/index.less +13 -0
- package/es/count-down/index.mjs +8 -0
- package/es/count-down/style/index.d.ts +1 -0
- package/es/count-down/style/index.mjs +2 -0
- package/es/count-down/style/less.d.ts +1 -0
- package/es/count-down/style/less.mjs +2 -0
- package/es/count-down/types.d.ts +11 -0
- package/es/count-down/types.mjs +0 -0
- package/es/count-down/utils.d.ts +2 -0
- package/es/count-down/utils.mjs +39 -0
- package/es/count-down/var.css +0 -0
- package/es/count-down/var.less +5 -0
- package/es/coupon/Coupon.d.ts +45 -0
- package/es/coupon/Coupon.mjs +79 -0
- package/es/coupon/index.css +1 -0
- package/es/coupon/index.d.ts +34 -0
- package/es/coupon/index.less +130 -0
- package/es/coupon/index.mjs +8 -0
- package/es/coupon/style/index.d.ts +1 -0
- package/es/coupon/style/index.mjs +6 -0
- package/es/coupon/style/less.d.ts +1 -0
- package/es/coupon/style/less.mjs +6 -0
- package/es/coupon/utils.d.ts +3 -0
- package/es/coupon/utils.mjs +14 -0
- package/es/coupon/var.css +0 -0
- package/es/coupon/var.less +19 -0
- package/es/coupon-cell/CouponCell.d.ts +78 -0
- package/es/coupon-cell/CouponCell.mjs +53 -0
- package/es/coupon-cell/index.css +1 -0
- package/es/coupon-cell/index.d.ts +58 -0
- package/es/coupon-cell/index.less +11 -0
- package/es/coupon-cell/index.mjs +8 -0
- package/es/coupon-cell/style/index.d.ts +1 -0
- package/es/coupon-cell/style/index.mjs +9 -0
- package/es/coupon-cell/style/less.d.ts +1 -0
- package/es/coupon-cell/style/less.mjs +9 -0
- package/es/coupon-cell/var.css +0 -0
- package/es/coupon-cell/var.less +3 -0
- package/es/coupon-list/CouponList.d.ts +170 -0
- package/es/coupon-list/CouponList.mjs +185 -0
- package/es/coupon-list/index.css +1 -0
- package/es/coupon-list/index.d.ts +123 -0
- package/es/coupon-list/index.less +88 -0
- package/es/coupon-list/index.mjs +8 -0
- package/es/coupon-list/style/index.d.ts +1 -0
- package/es/coupon-list/style/index.mjs +24 -0
- package/es/coupon-list/style/less.d.ts +1 -0
- package/es/coupon-list/style/less.mjs +24 -0
- package/es/coupon-list/var.css +0 -0
- package/es/coupon-list/var.less +9 -0
- package/es/datetime-picker/DatePicker.d.ts +121 -0
- package/es/datetime-picker/DatePicker.mjs +249 -0
- package/es/datetime-picker/DatetimePicker.d.ts +11 -0
- package/es/datetime-picker/DatetimePicker.mjs +154 -0
- package/es/datetime-picker/TimePicker.d.ts +125 -0
- package/es/datetime-picker/TimePicker.mjs +116 -0
- package/es/datetime-picker/index.css +1 -0
- package/es/datetime-picker/index.d.ts +16 -0
- package/es/datetime-picker/index.less +11 -0
- package/es/datetime-picker/index.mjs +8 -0
- package/es/datetime-picker/style/index.d.ts +1 -0
- package/es/datetime-picker/style/index.mjs +7 -0
- package/es/datetime-picker/style/less.d.ts +1 -0
- package/es/datetime-picker/style/less.mjs +7 -0
- package/es/datetime-picker/types.d.ts +10 -0
- package/es/datetime-picker/types.mjs +0 -0
- package/es/datetime-picker/utils.d.ts +43 -0
- package/es/datetime-picker/utils.mjs +63 -0
- package/es/dialog/Dialog.d.ts +238 -0
- package/es/dialog/Dialog.mjs +254 -0
- package/es/dialog/function-call.d.ts +231 -0
- package/es/dialog/function-call.mjs +87 -0
- package/es/dialog/index.css +1 -0
- package/es/dialog/index.d.ts +10 -0
- package/es/dialog/index.less +192 -0
- package/es/dialog/index.mjs +6 -0
- package/es/dialog/style/index.d.ts +1 -0
- package/es/dialog/style/index.mjs +16 -0
- package/es/dialog/style/less.d.ts +1 -0
- package/es/dialog/style/less.mjs +16 -0
- package/es/dialog/types.d.ts +46 -0
- package/es/dialog/types.mjs +0 -0
- package/es/dialog/var.css +0 -0
- package/es/dialog/var.less +21 -0
- package/es/divider/Divider.d.ts +40 -0
- package/es/divider/Divider.mjs +30 -0
- package/es/divider/index.css +1 -0
- package/es/divider/index.d.ts +32 -0
- package/es/divider/index.less +75 -0
- package/es/divider/index.mjs +8 -0
- package/es/divider/style/index.d.ts +1 -0
- package/es/divider/style/index.mjs +2 -0
- package/es/divider/style/less.d.ts +1 -0
- package/es/divider/style/less.mjs +2 -0
- package/es/divider/var.css +0 -0
- package/es/divider/var.less +10 -0
- package/es/dropdown-item/DropdownItem.d.ts +59 -0
- package/es/dropdown-item/DropdownItem.mjs +179 -0
- package/es/dropdown-item/index.css +1 -0
- package/es/dropdown-item/index.d.ts +49 -0
- package/es/dropdown-item/index.less +44 -0
- package/es/dropdown-item/index.mjs +8 -0
- package/es/dropdown-item/style/index.d.ts +1 -0
- package/es/dropdown-item/style/index.mjs +12 -0
- package/es/dropdown-item/style/less.d.ts +1 -0
- package/es/dropdown-item/style/less.mjs +12 -0
- package/es/dropdown-item/types.d.ts +22 -0
- package/es/dropdown-item/types.mjs +0 -0
- package/es/dropdown-item/var.css +0 -0
- package/es/dropdown-item/var.less +3 -0
- package/es/dropdown-menu/DropdownMenu.d.ts +98 -0
- package/es/dropdown-menu/DropdownMenu.mjs +141 -0
- package/es/dropdown-menu/index.css +1 -0
- package/es/dropdown-menu/index.d.ts +73 -0
- package/es/dropdown-menu/index.less +83 -0
- package/es/dropdown-menu/index.mjs +8 -0
- package/es/dropdown-menu/style/index.d.ts +1 -0
- package/es/dropdown-menu/style/index.mjs +2 -0
- package/es/dropdown-menu/style/less.d.ts +1 -0
- package/es/dropdown-menu/style/less.mjs +2 -0
- package/es/dropdown-menu/types.d.ts +8 -0
- package/es/dropdown-menu/types.mjs +0 -0
- package/es/dropdown-menu/var.css +0 -0
- package/es/dropdown-menu/var.less +13 -0
- package/es/empty/Empty.d.ts +29 -0
- package/es/empty/Empty.mjs +321 -0
- package/es/empty/index.css +1 -0
- package/es/empty/index.d.ts +24 -0
- package/es/empty/index.less +43 -0
- package/es/empty/index.mjs +8 -0
- package/es/empty/style/index.d.ts +1 -0
- package/es/empty/style/index.mjs +2 -0
- package/es/empty/style/less.d.ts +1 -0
- package/es/empty/style/less.mjs +2 -0
- package/es/empty/var.css +0 -0
- package/es/empty/var.less +10 -0
- package/es/field/Field.d.ts +421 -0
- package/es/field/Field.mjs +510 -0
- package/es/field/index.css +1 -0
- package/es/field/index.d.ts +269 -0
- package/es/field/index.less +226 -0
- package/es/field/index.mjs +8 -0
- package/es/field/style/index.d.ts +1 -0
- package/es/field/style/index.mjs +9 -0
- package/es/field/style/less.d.ts +1 -0
- package/es/field/style/less.mjs +9 -0
- package/es/field/types.d.ts +45 -0
- package/es/field/types.mjs +0 -0
- package/es/field/utils.d.ts +15 -0
- package/es/field/utils.mjs +107 -0
- package/es/field/var.css +0 -0
- package/es/field/var.less +22 -0
- package/es/filter-tag/FilterTag.d.ts +46 -0
- package/es/filter-tag/FilterTag.mjs +63 -0
- package/es/filter-tag/index.css +1 -0
- package/es/filter-tag/index.d.ts +37 -0
- package/es/filter-tag/index.less +85 -0
- package/es/filter-tag/index.mjs +8 -0
- package/es/filter-tag/style/index.d.ts +1 -0
- package/es/filter-tag/style/index.mjs +4 -0
- package/es/filter-tag/style/less.d.ts +1 -0
- package/es/filter-tag/style/less.mjs +4 -0
- package/es/filter-tag/var.css +0 -0
- package/es/filter-tag/var.less +14 -0
- package/es/form/Form.d.ts +88 -0
- package/es/form/Form.mjs +157 -0
- package/es/form/index.d.ts +69 -0
- package/es/form/index.mjs +8 -0
- package/es/form/style/index.d.ts +1 -0
- package/es/form/style/index.mjs +1 -0
- package/es/form/style/less.d.ts +1 -0
- package/es/form/style/less.mjs +1 -0
- package/es/form/types.d.ts +15 -0
- package/es/form/types.mjs +0 -0
- package/es/grid/Grid.d.ts +74 -0
- package/es/grid/Grid.mjs +46 -0
- package/es/grid/index.css +1 -0
- package/es/grid/index.d.ts +53 -0
- package/es/grid/index.less +4 -0
- package/es/grid/index.mjs +8 -0
- package/es/grid/style/index.d.ts +1 -0
- package/es/grid/style/index.mjs +2 -0
- package/es/grid/style/less.d.ts +1 -0
- package/es/grid/style/less.mjs +2 -0
- package/es/grid-item/GridItem.d.ts +45 -0
- package/es/grid-item/GridItem.mjs +144 -0
- package/es/grid-item/index.css +1 -0
- package/es/grid-item/index.d.ts +35 -0
- package/es/grid-item/index.less +101 -0
- package/es/grid-item/index.mjs +8 -0
- package/es/grid-item/style/index.d.ts +1 -0
- package/es/grid-item/style/index.mjs +5 -0
- package/es/grid-item/style/less.d.ts +1 -0
- package/es/grid-item/style/less.mjs +5 -0
- package/es/grid-item/var.css +0 -0
- package/es/grid-item/var.less +8 -0
- package/es/icon/Icon.d.ts +45 -0
- package/es/icon/Icon.mjs +58 -0
- package/es/icon/fonts/meri-mobile-icon.ttf +0 -0
- package/es/icon/fonts/meri-mobile-icon.woff +0 -0
- package/es/icon/fonts/meri-mobile-icon.woff2 +0 -0
- package/es/icon/index.css +1 -0
- package/es/icon/index.d.ts +35 -0
- package/es/icon/index.less +11 -0
- package/es/icon/index.mjs +8 -0
- package/es/icon/latest-iconfont.css +1 -0
- package/es/icon/latest-iconfont.less +58 -0
- package/es/icon/style/index.d.ts +1 -0
- package/es/icon/style/index.mjs +3 -0
- package/es/icon/style/less.d.ts +1 -0
- package/es/icon/style/less.mjs +3 -0
- package/es/image/Image.d.ts +105 -0
- package/es/image/Image.mjs +150 -0
- package/es/image/index.css +1 -0
- package/es/image/index.d.ts +77 -0
- package/es/image/index.less +61 -0
- package/es/image/index.mjs +8 -0
- package/es/image/style/index.d.ts +1 -0
- package/es/image/style/index.mjs +4 -0
- package/es/image/style/less.d.ts +1 -0
- package/es/image/style/less.mjs +4 -0
- package/es/image/var.css +0 -0
- package/es/image/var.less +9 -0
- package/es/image-preview/ImagePreview.d.ts +187 -0
- package/es/image-preview/ImagePreview.mjs +162 -0
- package/es/image-preview/ImagePreviewItem.d.ts +47 -0
- package/es/image-preview/ImagePreviewItem.mjs +260 -0
- package/es/image-preview/function-call.d.ts +136 -0
- package/es/image-preview/function-call.mjs +68 -0
- package/es/image-preview/index.css +1 -0
- package/es/image-preview/index.d.ts +11 -0
- package/es/image-preview/index.less +114 -0
- package/es/image-preview/index.mjs +6 -0
- package/es/image-preview/style/index.d.ts +1 -0
- package/es/image-preview/style/index.mjs +10 -0
- package/es/image-preview/style/less.d.ts +1 -0
- package/es/image-preview/style/less.mjs +10 -0
- package/es/image-preview/types.d.ts +39 -0
- package/es/image-preview/types.mjs +0 -0
- package/es/image-preview/var.css +0 -0
- package/es/image-preview/var.less +11 -0
- package/es/index-anchor/IndexAnchor.d.ts +11 -0
- package/es/index-anchor/IndexAnchor.mjs +86 -0
- package/es/index-anchor/index.css +1 -0
- package/es/index-anchor/index.d.ts +12 -0
- package/es/index-anchor/index.less +33 -0
- package/es/index-anchor/index.mjs +8 -0
- package/es/index-anchor/style/index.d.ts +1 -0
- package/es/index-anchor/style/index.mjs +3 -0
- package/es/index-anchor/style/less.d.ts +1 -0
- package/es/index-anchor/style/less.mjs +3 -0
- package/es/index-anchor/var.css +0 -0
- package/es/index-anchor/var.less +11 -0
- package/es/index-bar/IndexBar.d.ts +64 -0
- package/es/index-bar/IndexBar.mjs +226 -0
- package/es/index-bar/index.css +1 -0
- package/es/index-bar/index.d.ts +49 -0
- package/es/index-bar/index.less +34 -0
- package/es/index-bar/index.mjs +8 -0
- package/es/index-bar/style/index.d.ts +1 -0
- package/es/index-bar/style/index.mjs +2 -0
- package/es/index-bar/style/less.d.ts +1 -0
- package/es/index-bar/style/less.mjs +2 -0
- package/es/index-bar/types.d.ts +10 -0
- package/es/index-bar/types.mjs +0 -0
- package/es/index-bar/var.css +0 -0
- package/es/index-bar/var.less +6 -0
- package/es/index.d.ts +105 -0
- package/es/index.mjs +313 -0
- package/es/lazyload/index.d.ts +3 -0
- package/es/lazyload/index.mjs +6 -0
- package/es/lazyload/style/index.d.ts +1 -0
- package/es/lazyload/style/index.mjs +1 -0
- package/es/lazyload/style/less.d.ts +1 -0
- package/es/lazyload/style/less.mjs +1 -0
- package/es/lazyload/vue-lazyload/index.d.ts +55 -0
- package/es/lazyload/vue-lazyload/index.mjs +36 -0
- package/es/lazyload/vue-lazyload/lazy-component.mjs +51 -0
- package/es/lazyload/vue-lazyload/lazy-container.mjs +74 -0
- package/es/lazyload/vue-lazyload/lazy-image.mjs +100 -0
- package/es/lazyload/vue-lazyload/lazy.mjs +445 -0
- package/es/lazyload/vue-lazyload/listener.mjs +218 -0
- package/es/lazyload/vue-lazyload/util.mjs +166 -0
- package/es/list/List.d.ts +74 -0
- package/es/list/List.mjs +139 -0
- package/es/list/index.css +1 -0
- package/es/list/index.d.ts +59 -0
- package/es/list/index.less +31 -0
- package/es/list/index.mjs +8 -0
- package/es/list/style/index.d.ts +1 -0
- package/es/list/style/index.mjs +3 -0
- package/es/list/style/less.d.ts +1 -0
- package/es/list/style/less.mjs +3 -0
- package/es/list/types.d.ts +7 -0
- package/es/list/types.mjs +0 -0
- package/es/list/var.css +0 -0
- package/es/list/var.less +6 -0
- package/es/loading/Loading.d.ts +39 -0
- package/es/loading/Loading.mjs +65 -0
- package/es/loading/index.css +1 -0
- package/es/loading/index.d.ts +31 -0
- package/es/loading/index.less +112 -0
- package/es/loading/index.mjs +8 -0
- package/es/loading/style/index.d.ts +1 -0
- package/es/loading/style/index.mjs +2 -0
- package/es/loading/style/less.d.ts +1 -0
- package/es/loading/style/less.mjs +2 -0
- package/es/loading/var.css +0 -0
- package/es/loading/var.less +7 -0
- package/es/locale/index.d.ts +7 -0
- package/es/locale/index.mjs +24 -0
- package/es/locale/lang/bg-BG.d.ts +64 -0
- package/es/locale/lang/bg-BG.mjs +74 -0
- package/es/locale/lang/bn-BD.d.ts +64 -0
- package/es/locale/lang/bn-BD.mjs +74 -0
- package/es/locale/lang/da-DK.d.ts +64 -0
- package/es/locale/lang/da-DK.mjs +66 -0
- package/es/locale/lang/de-DE-formal.d.ts +64 -0
- package/es/locale/lang/de-DE-formal.mjs +66 -0
- package/es/locale/lang/de-DE.d.ts +64 -0
- package/es/locale/lang/de-DE.mjs +66 -0
- package/es/locale/lang/el-GR.d.ts +64 -0
- package/es/locale/lang/el-GR.mjs +74 -0
- package/es/locale/lang/en-US.d.ts +64 -0
- package/es/locale/lang/en-US.mjs +66 -0
- package/es/locale/lang/es-ES.d.ts +64 -0
- package/es/locale/lang/es-ES.mjs +66 -0
- package/es/locale/lang/fa-IR.d.ts +64 -0
- package/es/locale/lang/fa-IR.mjs +66 -0
- package/es/locale/lang/fr-FR.d.ts +64 -0
- package/es/locale/lang/fr-FR.mjs +66 -0
- package/es/locale/lang/he-IL.d.ts +64 -0
- package/es/locale/lang/he-IL.mjs +66 -0
- package/es/locale/lang/hi-IN.d.ts +64 -0
- package/es/locale/lang/hi-IN.mjs +74 -0
- package/es/locale/lang/id-ID.d.ts +64 -0
- package/es/locale/lang/id-ID.mjs +66 -0
- package/es/locale/lang/is-IS.d.ts +64 -0
- package/es/locale/lang/is-IS.mjs +74 -0
- package/es/locale/lang/it-IT.d.ts +64 -0
- package/es/locale/lang/it-IT.mjs +74 -0
- package/es/locale/lang/ja-JP.d.ts +64 -0
- package/es/locale/lang/ja-JP.mjs +66 -0
- package/es/locale/lang/ko-KR.d.ts +64 -0
- package/es/locale/lang/ko-KR.mjs +74 -0
- package/es/locale/lang/la-LA.d.ts +64 -0
- package/es/locale/lang/la-LA.mjs +66 -0
- package/es/locale/lang/nb-NO.d.ts +64 -0
- package/es/locale/lang/nb-NO.mjs +66 -0
- package/es/locale/lang/pt-BR.d.ts +64 -0
- package/es/locale/lang/pt-BR.mjs +66 -0
- package/es/locale/lang/ro-RO.d.ts +64 -0
- package/es/locale/lang/ro-RO.mjs +66 -0
- package/es/locale/lang/ru-RU.d.ts +64 -0
- package/es/locale/lang/ru-RU.mjs +66 -0
- package/es/locale/lang/sv-SE.d.ts +64 -0
- package/es/locale/lang/sv-SE.mjs +66 -0
- package/es/locale/lang/th-TH.d.ts +64 -0
- package/es/locale/lang/th-TH.mjs +66 -0
- package/es/locale/lang/tr-TR.d.ts +64 -0
- package/es/locale/lang/tr-TR.mjs +66 -0
- package/es/locale/lang/uk-UA.d.ts +64 -0
- package/es/locale/lang/uk-UA.mjs +74 -0
- package/es/locale/lang/vi-VN.d.ts +64 -0
- package/es/locale/lang/vi-VN.mjs +74 -0
- package/es/locale/lang/zh-CN.d.ts +64 -0
- package/es/locale/lang/zh-CN.mjs +66 -0
- package/es/locale/lang/zh-HK.d.ts +64 -0
- package/es/locale/lang/zh-HK.mjs +66 -0
- package/es/locale/lang/zh-TW.d.ts +64 -0
- package/es/locale/lang/zh-TW.mjs +66 -0
- package/es/locale/style/index.d.ts +1 -0
- package/es/locale/style/index.mjs +1 -0
- package/es/locale/style/less.d.ts +1 -0
- package/es/locale/style/less.mjs +1 -0
- package/es/location-select/LocationSelect.d.ts +61 -0
- package/es/location-select/LocationSelect.mjs +296 -0
- package/es/location-select/index.css +1 -0
- package/es/location-select/index.d.ts +47 -0
- package/es/location-select/index.less +15 -0
- package/es/location-select/index.mjs +8 -0
- package/es/location-select/style/index.d.ts +1 -0
- package/es/location-select/style/index.mjs +27 -0
- package/es/location-select/style/less.d.ts +1 -0
- package/es/location-select/style/less.mjs +27 -0
- package/es/material-add/MaterialAdd.d.ts +71 -0
- package/es/material-add/MaterialAdd.mjs +581 -0
- package/es/material-add/MaterialAddItem.d.ts +38 -0
- package/es/material-add/MaterialAddItem.mjs +92 -0
- package/es/material-add/assets/material-banner-blower.png +0 -0
- package/es/material-add/assets/material-banner-coil.png +0 -0
- package/es/material-add/assets/material-banner-motor.png +0 -0
- package/es/material-add/assets/material-detail-banner.png +0 -0
- package/es/material-add/index.css +1 -0
- package/es/material-add/index.d.ts +56 -0
- package/es/material-add/index.less +118 -0
- package/es/material-add/index.mjs +8 -0
- package/es/material-add/style/index.d.ts +1 -0
- package/es/material-add/style/index.mjs +29 -0
- package/es/material-add/style/less.d.ts +1 -0
- package/es/material-add/style/less.mjs +29 -0
- package/es/material-add/types.d.ts +10 -0
- package/es/material-add/types.mjs +0 -0
- package/es/multi-person-select/MultiPersonSelect.d.ts +125 -0
- package/es/multi-person-select/MultiPersonSelect.mjs +247 -0
- package/es/multi-person-select/index.css +1 -0
- package/es/multi-person-select/index.d.ts +94 -0
- package/es/multi-person-select/index.less +31 -0
- package/es/multi-person-select/index.mjs +8 -0
- package/es/multi-person-select/style/index.d.ts +1 -0
- package/es/multi-person-select/style/index.mjs +20 -0
- package/es/multi-person-select/style/less.d.ts +1 -0
- package/es/multi-person-select/style/less.mjs +20 -0
- package/es/multi-person-select/types.d.ts +11 -0
- package/es/multi-person-select/types.mjs +0 -0
- package/es/nav-bar/NavBar.d.ts +94 -0
- package/es/nav-bar/NavBar.mjs +157 -0
- package/es/nav-bar/index.css +1 -0
- package/es/nav-bar/index.d.ts +72 -0
- package/es/nav-bar/index.less +143 -0
- package/es/nav-bar/index.mjs +8 -0
- package/es/nav-bar/style/index.d.ts +1 -0
- package/es/nav-bar/style/index.mjs +7 -0
- package/es/nav-bar/style/less.d.ts +1 -0
- package/es/nav-bar/style/less.mjs +7 -0
- package/es/nav-bar/var.css +0 -0
- package/es/nav-bar/var.less +19 -0
- package/es/notice-bar/NoticeBar.d.ts +75 -0
- package/es/notice-bar/NoticeBar.mjs +167 -0
- package/es/notice-bar/index.css +1 -0
- package/es/notice-bar/index.d.ts +59 -0
- package/es/notice-bar/index.less +79 -0
- package/es/notice-bar/index.mjs +8 -0
- package/es/notice-bar/style/index.d.ts +1 -0
- package/es/notice-bar/style/index.mjs +4 -0
- package/es/notice-bar/style/less.d.ts +1 -0
- package/es/notice-bar/style/less.mjs +4 -0
- package/es/notice-bar/types.d.ts +7 -0
- package/es/notice-bar/types.mjs +0 -0
- package/es/notice-bar/var.css +0 -0
- package/es/notice-bar/var.less +13 -0
- package/es/notify/Notify.d.ts +134 -0
- package/es/notify/Notify.mjs +43 -0
- package/es/notify/function-call.d.ts +102 -0
- package/es/notify/function-call.mjs +72 -0
- package/es/notify/index.css +1 -0
- package/es/notify/index.d.ts +10 -0
- package/es/notify/index.less +44 -0
- package/es/notify/index.mjs +6 -0
- package/es/notify/style/index.d.ts +1 -0
- package/es/notify/style/index.mjs +6 -0
- package/es/notify/style/less.d.ts +1 -0
- package/es/notify/style/less.mjs +6 -0
- package/es/notify/types.d.ts +23 -0
- package/es/notify/types.mjs +0 -0
- package/es/notify/var.css +0 -0
- package/es/notify/var.less +10 -0
- package/es/number-keyboard/NumberKeyboard.d.ts +162 -0
- package/es/number-keyboard/NumberKeyboard.mjs +229 -0
- package/es/number-keyboard/NumberKeyboardKey.d.ts +24 -0
- package/es/number-keyboard/NumberKeyboardKey.mjs +93 -0
- package/es/number-keyboard/index.css +1 -0
- package/es/number-keyboard/index.d.ts +119 -0
- package/es/number-keyboard/index.less +155 -0
- package/es/number-keyboard/index.mjs +8 -0
- package/es/number-keyboard/style/index.d.ts +1 -0
- package/es/number-keyboard/style/index.mjs +3 -0
- package/es/number-keyboard/style/less.d.ts +1 -0
- package/es/number-keyboard/style/less.mjs +3 -0
- package/es/number-keyboard/var.css +0 -0
- package/es/number-keyboard/var.less +17 -0
- package/es/object-select/ObjectSelect.d.ts +86 -0
- package/es/object-select/ObjectSelect.mjs +624 -0
- package/es/object-select/index.css +1 -0
- package/es/object-select/index.d.ts +65 -0
- package/es/object-select/index.less +72 -0
- package/es/object-select/index.mjs +8 -0
- package/es/object-select/style/index.d.ts +1 -0
- package/es/object-select/style/index.mjs +27 -0
- package/es/object-select/style/less.d.ts +1 -0
- package/es/object-select/style/less.mjs +27 -0
- package/es/object-select/types.d.ts +10 -0
- package/es/object-select/types.mjs +0 -0
- package/es/overlay/Overlay.d.ts +51 -0
- package/es/overlay/Overlay.mjs +53 -0
- package/es/overlay/index.css +1 -0
- package/es/overlay/index.d.ts +40 -0
- package/es/overlay/index.less +16 -0
- package/es/overlay/index.mjs +8 -0
- package/es/overlay/style/index.d.ts +1 -0
- package/es/overlay/style/index.mjs +2 -0
- package/es/overlay/style/less.d.ts +1 -0
- package/es/overlay/style/less.mjs +2 -0
- package/es/overlay/var.css +0 -0
- package/es/overlay/var.less +4 -0
- package/es/pagination/Pagination.d.ts +101 -0
- package/es/pagination/Pagination.mjs +143 -0
- package/es/pagination/index.css +1 -0
- package/es/pagination/index.d.ts +75 -0
- package/es/pagination/index.less +91 -0
- package/es/pagination/index.mjs +8 -0
- package/es/pagination/style/index.d.ts +1 -0
- package/es/pagination/style/index.mjs +2 -0
- package/es/pagination/style/less.d.ts +1 -0
- package/es/pagination/style/less.mjs +2 -0
- package/es/pagination/var.css +0 -0
- package/es/pagination/var.less +11 -0
- package/es/password-input/PasswordInput.d.ts +63 -0
- package/es/password-input/PasswordInput.mjs +77 -0
- package/es/password-input/index.css +1 -0
- package/es/password-input/index.d.ts +49 -0
- package/es/password-input/index.less +102 -0
- package/es/password-input/index.mjs +8 -0
- package/es/password-input/style/index.d.ts +1 -0
- package/es/password-input/style/index.mjs +2 -0
- package/es/password-input/style/less.d.ts +1 -0
- package/es/password-input/style/less.mjs +2 -0
- package/es/password-input/var.css +0 -0
- package/es/password-input/var.less +17 -0
- package/es/picker/Picker.d.ts +176 -0
- package/es/picker/Picker.mjs +322 -0
- package/es/picker/PickerColumn.d.ts +77 -0
- package/es/picker/PickerColumn.mjs +258 -0
- package/es/picker/index.css +1 -0
- package/es/picker/index.d.ts +110 -0
- package/es/picker/index.less +125 -0
- package/es/picker/index.mjs +8 -0
- package/es/picker/style/index.d.ts +1 -0
- package/es/picker/style/index.mjs +3 -0
- package/es/picker/style/less.d.ts +1 -0
- package/es/picker/style/less.mjs +3 -0
- package/es/picker/types.d.ts +51 -0
- package/es/picker/types.mjs +0 -0
- package/es/picker/var.css +0 -0
- package/es/picker/var.less +22 -0
- package/es/popover/Popover.d.ts +164 -0
- package/es/popover/Popover.mjs +177 -0
- package/es/popover/index.css +1 -0
- package/es/popover/index.d.ts +120 -0
- package/es/popover/index.less +290 -0
- package/es/popover/index.mjs +8 -0
- package/es/popover/style/index.d.ts +1 -0
- package/es/popover/style/index.mjs +6 -0
- package/es/popover/style/less.d.ts +1 -0
- package/es/popover/style/less.mjs +6 -0
- package/es/popover/types.d.ts +11 -0
- package/es/popover/types.mjs +0 -0
- package/es/popover/var.css +0 -0
- package/es/popover/var.less +15 -0
- package/es/popup/Popup.d.ts +165 -0
- package/es/popup/Popup.mjs +205 -0
- package/es/popup/index.css +1 -0
- package/es/popup/index.d.ts +123 -0
- package/es/popup/index.less +141 -0
- package/es/popup/index.mjs +8 -0
- package/es/popup/shared.d.ts +30 -0
- package/es/popup/shared.mjs +34 -0
- package/es/popup/style/index.d.ts +1 -0
- package/es/popup/style/index.mjs +5 -0
- package/es/popup/style/less.d.ts +1 -0
- package/es/popup/style/less.mjs +5 -0
- package/es/popup/types.d.ts +8 -0
- package/es/popup/types.mjs +0 -0
- package/es/popup/var.css +0 -0
- package/es/popup/var.less +9 -0
- package/es/progress/Progress.d.ts +61 -0
- package/es/progress/Progress.mjs +75 -0
- package/es/progress/index.css +1 -0
- package/es/progress/index.d.ts +48 -0
- package/es/progress/index.less +57 -0
- package/es/progress/index.mjs +8 -0
- package/es/progress/style/index.d.ts +1 -0
- package/es/progress/style/index.mjs +2 -0
- package/es/progress/style/less.d.ts +1 -0
- package/es/progress/style/less.mjs +2 -0
- package/es/progress/types.d.ts +6 -0
- package/es/progress/types.mjs +0 -0
- package/es/progress/var.css +0 -0
- package/es/progress/var.less +11 -0
- package/es/pull-refresh/PullRefresh.d.ts +75 -0
- package/es/pull-refresh/PullRefresh.mjs +192 -0
- package/es/pull-refresh/index.css +1 -0
- package/es/pull-refresh/index.d.ts +58 -0
- package/es/pull-refresh/index.less +38 -0
- package/es/pull-refresh/index.mjs +8 -0
- package/es/pull-refresh/style/index.d.ts +1 -0
- package/es/pull-refresh/style/index.mjs +3 -0
- package/es/pull-refresh/style/less.d.ts +1 -0
- package/es/pull-refresh/style/less.mjs +3 -0
- package/es/pull-refresh/var.css +0 -0
- package/es/pull-refresh/var.less +6 -0
- package/es/quantity-input/QuantityInput.d.ts +99 -0
- package/es/quantity-input/QuantityInput.mjs +149 -0
- package/es/quantity-input/index.css +1 -0
- package/es/quantity-input/index.d.ts +141 -0
- package/es/quantity-input/index.less +159 -0
- package/es/quantity-input/index.mjs +10 -0
- package/es/quantity-input/style/index.d.ts +1 -0
- package/es/quantity-input/style/index.mjs +15 -0
- package/es/quantity-input/style/less.d.ts +1 -0
- package/es/quantity-input/style/less.mjs +15 -0
- package/es/quantity-input/var.css +0 -0
- package/es/quantity-input/var.less +7 -0
- package/es/radio/Radio.d.ts +45 -0
- package/es/radio/Radio.mjs +50 -0
- package/es/radio/index.css +1 -0
- package/es/radio/index.d.ts +45 -0
- package/es/radio/index.less +138 -0
- package/es/radio/index.mjs +8 -0
- package/es/radio/style/index.d.ts +1 -0
- package/es/radio/style/index.mjs +6 -0
- package/es/radio/style/less.d.ts +1 -0
- package/es/radio/style/less.mjs +6 -0
- package/es/radio/var.css +0 -0
- package/es/radio/var.less +17 -0
- package/es/radio-group/RadioGroup.d.ts +45 -0
- package/es/radio-group/RadioGroup.mjs +46 -0
- package/es/radio-group/index.css +1 -0
- package/es/radio-group/index.d.ts +32 -0
- package/es/radio-group/index.less +6 -0
- package/es/radio-group/index.mjs +8 -0
- package/es/radio-group/style/index.d.ts +1 -0
- package/es/radio-group/style/index.mjs +2 -0
- package/es/radio-group/style/less.d.ts +1 -0
- package/es/radio-group/style/less.mjs +2 -0
- package/es/rate/Rate.d.ts +107 -0
- package/es/rate/Rate.mjs +218 -0
- package/es/rate/index.css +1 -0
- package/es/rate/index.d.ts +80 -0
- package/es/rate/index.less +54 -0
- package/es/rate/index.mjs +8 -0
- package/es/rate/style/index.d.ts +1 -0
- package/es/rate/style/index.mjs +4 -0
- package/es/rate/style/less.d.ts +1 -0
- package/es/rate/style/less.mjs +4 -0
- package/es/rate/var.css +0 -0
- package/es/rate/var.less +7 -0
- package/es/row/Row.d.ts +64 -0
- package/es/row/Row.mjs +90 -0
- package/es/row/index.css +1 -0
- package/es/row/index.d.ts +42 -0
- package/es/row/index.less +32 -0
- package/es/row/index.mjs +8 -0
- package/es/row/style/index.d.ts +1 -0
- package/es/row/style/index.mjs +2 -0
- package/es/row/style/less.d.ts +1 -0
- package/es/row/style/less.mjs +2 -0
- package/es/search/Search.d.ts +206 -0
- package/es/search/Search.mjs +117 -0
- package/es/search/index.css +1 -0
- package/es/search/index.d.ts +151 -0
- package/es/search/index.less +80 -0
- package/es/search/index.mjs +8 -0
- package/es/search/style/index.d.ts +1 -0
- package/es/search/style/index.mjs +10 -0
- package/es/search/style/less.d.ts +1 -0
- package/es/search/style/less.mjs +10 -0
- package/es/search/types.d.ts +8 -0
- package/es/search/types.mjs +0 -0
- package/es/search/var.css +0 -0
- package/es/search/var.less +13 -0
- package/es/share-sheet/ShareSheet.d.ts +162 -0
- package/es/share-sheet/ShareSheet.mjs +121 -0
- package/es/share-sheet/index.css +1 -0
- package/es/share-sheet/index.d.ts +113 -0
- package/es/share-sheet/index.less +153 -0
- package/es/share-sheet/index.mjs +8 -0
- package/es/share-sheet/style/index.d.ts +1 -0
- package/es/share-sheet/style/index.mjs +6 -0
- package/es/share-sheet/style/less.d.ts +1 -0
- package/es/share-sheet/style/less.mjs +6 -0
- package/es/share-sheet/var.css +0 -0
- package/es/share-sheet/var.less +18 -0
- package/es/sidebar/Sidebar.d.ts +30 -0
- package/es/sidebar/Sidebar.mjs +43 -0
- package/es/sidebar/index.css +1 -0
- package/es/sidebar/index.d.ts +23 -0
- package/es/sidebar/index.less +11 -0
- package/es/sidebar/index.mjs +8 -0
- package/es/sidebar/style/index.d.ts +1 -0
- package/es/sidebar/style/index.mjs +2 -0
- package/es/sidebar/style/less.d.ts +1 -0
- package/es/sidebar/style/less.mjs +2 -0
- package/es/sidebar/var.css +0 -0
- package/es/sidebar/var.less +3 -0
- package/es/sidebar-item/SidebarItem.d.ts +42 -0
- package/es/sidebar-item/SidebarItem.mjs +72 -0
- package/es/sidebar-item/index.css +1 -0
- package/es/sidebar-item/index.d.ts +34 -0
- package/es/sidebar-item/index.less +74 -0
- package/es/sidebar-item/index.mjs +8 -0
- package/es/sidebar-item/style/index.d.ts +1 -0
- package/es/sidebar-item/style/index.mjs +4 -0
- package/es/sidebar-item/style/less.d.ts +1 -0
- package/es/sidebar-item/style/less.mjs +4 -0
- package/es/sidebar-item/var.css +0 -0
- package/es/sidebar-item/var.less +15 -0
- package/es/single-person-select/SinglePersonSelect.d.ts +62 -0
- package/es/single-person-select/SinglePersonSelect.mjs +200 -0
- package/es/single-person-select/index.css +1 -0
- package/es/single-person-select/index.d.ts +50 -0
- package/es/single-person-select/index.less +92 -0
- package/es/single-person-select/index.mjs +8 -0
- package/es/single-person-select/style/index.d.ts +1 -0
- package/es/single-person-select/style/index.mjs +19 -0
- package/es/single-person-select/style/less.d.ts +1 -0
- package/es/single-person-select/style/less.mjs +19 -0
- package/es/single-person-select/types.d.ts +11 -0
- package/es/single-person-select/types.mjs +0 -0
- package/es/skeleton/Skeleton.d.ts +96 -0
- package/es/skeleton/Skeleton.mjs +83 -0
- package/es/skeleton/index.css +1 -0
- package/es/skeleton/index.d.ts +71 -0
- package/es/skeleton/index.less +76 -0
- package/es/skeleton/index.mjs +8 -0
- package/es/skeleton/style/index.d.ts +1 -0
- package/es/skeleton/style/index.mjs +2 -0
- package/es/skeleton/style/less.d.ts +1 -0
- package/es/skeleton/style/less.mjs +2 -0
- package/es/skeleton/var.css +0 -0
- package/es/skeleton/var.less +9 -0
- package/es/slider/Slider.d.ts +100 -0
- package/es/slider/Slider.mjs +271 -0
- package/es/slider/index.css +1 -0
- package/es/slider/index.d.ts +75 -0
- package/es/slider/index.less +102 -0
- package/es/slider/index.mjs +8 -0
- package/es/slider/style/index.d.ts +1 -0
- package/es/slider/style/index.mjs +2 -0
- package/es/slider/style/less.d.ts +1 -0
- package/es/slider/style/less.mjs +2 -0
- package/es/slider/var.css +0 -0
- package/es/slider/var.less +11 -0
- package/es/space/Space.d.ts +48 -0
- package/es/space/Space.mjs +86 -0
- package/es/space/index.css +1 -0
- package/es/space/index.d.ts +37 -0
- package/es/space/index.less +38 -0
- package/es/space/index.mjs +8 -0
- package/es/space/style/index.d.ts +1 -0
- package/es/space/style/index.mjs +2 -0
- package/es/space/style/less.d.ts +1 -0
- package/es/space/style/less.mjs +2 -0
- package/es/step/Step.d.ts +2 -0
- package/es/step/Step.mjs +117 -0
- package/es/step/index.css +1 -0
- package/es/step/index.d.ts +7 -0
- package/es/step/index.less +149 -0
- package/es/step/index.mjs +8 -0
- package/es/step/style/index.d.ts +1 -0
- package/es/step/style/index.mjs +5 -0
- package/es/step/style/less.d.ts +1 -0
- package/es/step/style/less.mjs +5 -0
- package/es/step/var.css +0 -0
- package/es/step/var.less +13 -0
- package/es/stepper/Stepper.d.ts +181 -0
- package/es/stepper/Stepper.mjs +246 -0
- package/es/stepper/index.css +1 -0
- package/es/stepper/index.d.ts +132 -0
- package/es/stepper/index.less +133 -0
- package/es/stepper/index.mjs +8 -0
- package/es/stepper/style/index.d.ts +1 -0
- package/es/stepper/style/index.mjs +2 -0
- package/es/stepper/style/less.d.ts +1 -0
- package/es/stepper/style/less.mjs +2 -0
- package/es/stepper/var.css +0 -0
- package/es/stepper/var.less +15 -0
- package/es/steps/Steps.d.ts +71 -0
- package/es/steps/Steps.mjs +45 -0
- package/es/steps/index.css +1 -0
- package/es/steps/index.d.ts +50 -0
- package/es/steps/index.less +25 -0
- package/es/steps/index.mjs +8 -0
- package/es/steps/style/index.d.ts +1 -0
- package/es/steps/style/index.mjs +2 -0
- package/es/steps/style/less.d.ts +1 -0
- package/es/steps/style/less.mjs +2 -0
- package/es/steps/var.css +0 -0
- package/es/steps/var.less +3 -0
- package/es/sticky/Sticky.d.ts +58 -0
- package/es/sticky/Sticky.mjs +121 -0
- package/es/sticky/index.css +1 -0
- package/es/sticky/index.d.ts +45 -0
- package/es/sticky/index.less +12 -0
- package/es/sticky/index.mjs +8 -0
- package/es/sticky/style/index.d.ts +1 -0
- package/es/sticky/style/index.mjs +2 -0
- package/es/sticky/style/less.d.ts +1 -0
- package/es/sticky/style/less.mjs +2 -0
- package/es/sticky/var.css +0 -0
- package/es/sticky/var.less +3 -0
- package/es/style/animation.css +1 -0
- package/es/style/animation.less +139 -0
- package/es/style/base.css +1 -0
- package/es/style/base.less +90 -0
- package/es/style/css-variables.css +1 -0
- package/es/style/css-variables.less +137 -0
- package/es/style/mixins/clearfix.css +0 -0
- package/es/style/mixins/clearfix.less +7 -0
- package/es/style/mixins/ellipsis.css +0 -0
- package/es/style/mixins/ellipsis.less +15 -0
- package/es/style/mixins/hairline.css +0 -0
- package/es/style/mixins/hairline.less +39 -0
- package/es/style/normalize.css +1 -0
- package/es/style/normalize.less +38 -0
- package/es/style/var.css +0 -0
- package/es/style/var.less +137 -0
- package/es/submit-bar/SubmitBar.d.ts +101 -0
- package/es/submit-bar/SubmitBar.mjs +114 -0
- package/es/submit-bar/index.css +1 -0
- package/es/submit-bar/index.d.ts +74 -0
- package/es/submit-bar/index.less +99 -0
- package/es/submit-bar/index.mjs +8 -0
- package/es/submit-bar/style/index.d.ts +1 -0
- package/es/submit-bar/style/index.mjs +6 -0
- package/es/submit-bar/style/less.d.ts +1 -0
- package/es/submit-bar/style/less.mjs +6 -0
- package/es/submit-bar/var.css +0 -0
- package/es/submit-bar/var.less +22 -0
- package/es/swipe/Swipe.d.ts +121 -0
- package/es/swipe/Swipe.mjs +359 -0
- package/es/swipe/index.css +1 -0
- package/es/swipe/index.d.ts +90 -0
- package/es/swipe/index.less +67 -0
- package/es/swipe/index.mjs +8 -0
- package/es/swipe/style/index.d.ts +1 -0
- package/es/swipe/style/index.mjs +2 -0
- package/es/swipe/style/less.d.ts +1 -0
- package/es/swipe/style/less.mjs +2 -0
- package/es/swipe/types.d.ts +31 -0
- package/es/swipe/types.mjs +0 -0
- package/es/swipe/var.css +0 -0
- package/es/swipe/var.less +8 -0
- package/es/swipe-cell/SwipeCell.d.ts +44 -0
- package/es/swipe-cell/SwipeCell.mjs +161 -0
- package/es/swipe-cell/index.css +1 -0
- package/es/swipe-cell/index.d.ts +38 -0
- package/es/swipe-cell/index.less +27 -0
- package/es/swipe-cell/index.mjs +8 -0
- package/es/swipe-cell/style/index.d.ts +1 -0
- package/es/swipe-cell/style/index.mjs +2 -0
- package/es/swipe-cell/style/less.d.ts +1 -0
- package/es/swipe-cell/style/less.mjs +2 -0
- package/es/swipe-cell/types.d.ts +9 -0
- package/es/swipe-cell/types.mjs +0 -0
- package/es/swipe-item/SwipeItem.d.ts +2 -0
- package/es/swipe-item/SwipeItem.mjs +81 -0
- package/es/swipe-item/index.css +1 -0
- package/es/swipe-item/index.d.ts +7 -0
- package/es/swipe-item/index.less +6 -0
- package/es/swipe-item/index.mjs +8 -0
- package/es/swipe-item/style/index.d.ts +1 -0
- package/es/swipe-item/style/index.mjs +3 -0
- package/es/swipe-item/style/less.d.ts +1 -0
- package/es/swipe-item/style/less.mjs +3 -0
- package/es/switch/Switch.d.ts +58 -0
- package/es/switch/Switch.mjs +84 -0
- package/es/switch/index.css +1 -0
- package/es/switch/index.d.ts +46 -0
- package/es/switch/index.less +75 -0
- package/es/switch/index.mjs +8 -0
- package/es/switch/style/index.d.ts +1 -0
- package/es/switch/style/index.mjs +3 -0
- package/es/switch/style/less.d.ts +1 -0
- package/es/switch/style/less.mjs +3 -0
- package/es/switch/var.css +0 -0
- package/es/switch/var.less +14 -0
- package/es/tab/Tab.d.ts +61 -0
- package/es/tab/Tab.mjs +123 -0
- package/es/tab/index.css +1 -0
- package/es/tab/index.d.ts +47 -0
- package/es/tab/index.less +27 -0
- package/es/tab/index.mjs +8 -0
- package/es/tab/style/index.d.ts +1 -0
- package/es/tab/style/index.mjs +20 -0
- package/es/tab/style/less.d.ts +1 -0
- package/es/tab/style/less.mjs +20 -0
- package/es/tabbar/Tabbar.d.ts +90 -0
- package/es/tabbar/Tabbar.mjs +83 -0
- package/es/tabbar/index.css +1 -0
- package/es/tabbar/index.d.ts +64 -0
- package/es/tabbar/index.less +22 -0
- package/es/tabbar/index.mjs +8 -0
- package/es/tabbar/style/index.d.ts +1 -0
- package/es/tabbar/style/index.mjs +2 -0
- package/es/tabbar/style/less.d.ts +1 -0
- package/es/tabbar/style/less.mjs +2 -0
- package/es/tabbar/var.css +0 -0
- package/es/tabbar/var.less +5 -0
- package/es/tabbar-item/TabbarItem.d.ts +44 -0
- package/es/tabbar-item/TabbarItem.mjs +119 -0
- package/es/tabbar-item/index.css +1 -0
- package/es/tabbar-item/index.d.ts +35 -0
- package/es/tabbar-item/index.less +46 -0
- package/es/tabbar-item/index.mjs +8 -0
- package/es/tabbar-item/style/index.d.ts +1 -0
- package/es/tabbar-item/style/index.mjs +5 -0
- package/es/tabbar-item/style/less.d.ts +1 -0
- package/es/tabbar-item/style/less.mjs +5 -0
- package/es/tabbar-item/var.css +0 -0
- package/es/tabbar-item/var.less +9 -0
- package/es/tabs/Tabs.d.ts +184 -0
- package/es/tabs/Tabs.mjs +441 -0
- package/es/tabs/TabsContent.d.ts +43 -0
- package/es/tabs/TabsContent.mjs +67 -0
- package/es/tabs/TabsTitle.d.ts +47 -0
- package/es/tabs/TabsTitle.mjs +97 -0
- package/es/tabs/index.css +1 -0
- package/es/tabs/index.d.ts +136 -0
- package/es/tabs/index.less +303 -0
- package/es/tabs/index.mjs +8 -0
- package/es/tabs/style/index.d.ts +1 -0
- package/es/tabs/style/index.mjs +18 -0
- package/es/tabs/style/less.d.ts +1 -0
- package/es/tabs/style/less.mjs +18 -0
- package/es/tabs/types.d.ts +23 -0
- package/es/tabs/types.mjs +0 -0
- package/es/tabs/utils.d.ts +3 -0
- package/es/tabs/utils.mjs +37 -0
- package/es/tabs/var.css +0 -0
- package/es/tabs/var.less +24 -0
- package/es/tag/Tag.d.ts +64 -0
- package/es/tag/Tag.mjs +77 -0
- package/es/tag/index.css +1 -0
- package/es/tag/index.d.ts +49 -0
- package/es/tag/index.less +110 -0
- package/es/tag/index.mjs +8 -0
- package/es/tag/style/index.d.ts +1 -0
- package/es/tag/style/index.mjs +4 -0
- package/es/tag/style/less.d.ts +1 -0
- package/es/tag/style/less.mjs +4 -0
- package/es/tag/var.css +0 -0
- package/es/tag/var.less +28 -0
- package/es/toast/Toast.d.ts +112 -0
- package/es/toast/Toast.mjs +118 -0
- package/es/toast/function-call.d.ts +17 -0
- package/es/toast/function-call.mjs +139 -0
- package/es/toast/index.css +1 -0
- package/es/toast/index.d.ts +5 -0
- package/es/toast/index.less +91 -0
- package/es/toast/index.mjs +6 -0
- package/es/toast/lock-click.d.ts +1 -0
- package/es/toast/lock-click.mjs +17 -0
- package/es/toast/style/index.d.ts +1 -0
- package/es/toast/style/index.mjs +7 -0
- package/es/toast/style/less.d.ts +1 -0
- package/es/toast/style/less.mjs +7 -0
- package/es/toast/types.d.ts +42 -0
- package/es/toast/types.mjs +0 -0
- package/es/toast/var.css +0 -0
- package/es/toast/var.less +17 -0
- package/es/tree-select/TreeSelect.d.ts +78 -0
- package/es/tree-select/TreeSelect.mjs +167 -0
- package/es/tree-select/index.css +1 -0
- package/es/tree-select/index.d.ts +55 -0
- package/es/tree-select/index.less +84 -0
- package/es/tree-select/index.mjs +8 -0
- package/es/tree-select/style/index.d.ts +1 -0
- package/es/tree-select/style/index.mjs +9 -0
- package/es/tree-select/style/less.d.ts +1 -0
- package/es/tree-select/style/less.mjs +9 -0
- package/es/tree-select/var.css +0 -0
- package/es/tree-select/var.less +5 -0
- package/es/uploader/Uploader.d.ts +213 -0
- package/es/uploader/Uploader.mjs +247 -0
- package/es/uploader/UploaderPreviewItem.d.ts +36 -0
- package/es/uploader/UploaderPreviewItem.mjs +127 -0
- package/es/uploader/index.css +1 -0
- package/es/uploader/index.d.ts +154 -0
- package/es/uploader/index.less +205 -0
- package/es/uploader/index.mjs +8 -0
- package/es/uploader/style/index.d.ts +1 -0
- package/es/uploader/style/index.mjs +11 -0
- package/es/uploader/style/less.d.ts +1 -0
- package/es/uploader/style/less.mjs +11 -0
- package/es/uploader/types.d.ts +31 -0
- package/es/uploader/types.mjs +0 -0
- package/es/uploader/utils.d.ts +11 -0
- package/es/uploader/utils.mjs +69 -0
- package/es/uploader/var.css +0 -0
- package/es/uploader/var.less +29 -0
- package/es/utils/basic.d.ts +17 -0
- package/es/utils/basic.mjs +31 -0
- package/es/utils/constant.d.ts +11 -0
- package/es/utils/constant.mjs +20 -0
- package/es/utils/create.d.ts +17 -0
- package/es/utils/create.mjs +53 -0
- package/es/utils/deep-assign.d.ts +3 -0
- package/es/utils/deep-assign.mjs +22 -0
- package/es/utils/deep-clone.d.ts +1 -0
- package/es/utils/deep-clone.mjs +20 -0
- package/es/utils/dom.d.ts +12 -0
- package/es/utils/dom.mjs +67 -0
- package/es/utils/format.d.ts +13 -0
- package/es/utils/format.mjs +120 -0
- package/es/utils/index.d.ts +9 -0
- package/es/utils/index.mjs +9 -0
- package/es/utils/interceptor.d.ts +6 -0
- package/es/utils/interceptor.mjs +29 -0
- package/es/utils/mount-component.d.ts +14 -0
- package/es/utils/mount-component.mjs +39 -0
- package/es/utils/props.d.ts +31 -0
- package/es/utils/props.mjs +36 -0
- package/es/utils/validate.d.ts +9 -0
- package/es/utils/validate.mjs +22 -0
- package/es/utils/with-install.d.ts +13 -0
- package/es/utils/with-install.mjs +14 -0
- package/es/video-preview/VideoPreview.d.ts +154 -0
- package/es/video-preview/VideoPreview.mjs +147 -0
- package/es/video-preview/function-call.d.ts +115 -0
- package/es/video-preview/function-call.mjs +47 -0
- package/es/video-preview/index.css +1 -0
- package/es/video-preview/index.d.ts +11 -0
- package/es/video-preview/index.less +109 -0
- package/es/video-preview/index.mjs +6 -0
- package/es/video-preview/style/index.d.ts +1 -0
- package/es/video-preview/style/index.mjs +6 -0
- package/es/video-preview/style/less.d.ts +1 -0
- package/es/video-preview/style/less.mjs +6 -0
- package/es/video-preview/types.d.ts +35 -0
- package/es/video-preview/types.mjs +0 -0
- package/es/video-preview/var.css +0 -0
- package/es/video-preview/var.less +4 -0
- package/es/vue-sfc-shim.d.ts +6 -0
- package/es/vue-tsx-shim.d.ts +23 -0
- package/es/work-order-filter/WorkOrderFilter.d.ts +280 -0
- package/es/work-order-filter/WorkOrderFilter.mjs +530 -0
- package/es/work-order-filter/index.css +1 -0
- package/es/work-order-filter/index.d.ts +201 -0
- package/es/work-order-filter/index.less +197 -0
- package/es/work-order-filter/index.mjs +8 -0
- package/es/work-order-filter/style/index.d.ts +1 -0
- package/es/work-order-filter/style/index.mjs +21 -0
- package/es/work-order-filter/style/less.d.ts +1 -0
- package/es/work-order-filter/style/less.mjs +21 -0
- package/es/work-order-filter/types.d.ts +22 -0
- package/es/work-order-filter/types.mjs +0 -0
- package/es/work-order-filter/var.css +0 -0
- package/es/work-order-filter/var.less +4 -0
- package/lib/action-bar/ActionBar.d.ts +27 -0
- package/lib/action-bar/ActionBar.js +62 -0
- package/lib/action-bar/index.css +1 -0
- package/lib/action-bar/index.d.ts +23 -0
- package/lib/action-bar/index.js +37 -0
- package/lib/action-bar/index.less +18 -0
- package/lib/action-bar/style/index.d.ts +1 -0
- package/lib/action-bar/style/index.js +2 -0
- package/lib/action-bar/style/less.d.ts +1 -0
- package/lib/action-bar/style/less.js +2 -0
- package/lib/action-bar/var.css +0 -0
- package/lib/action-bar/var.less +4 -0
- package/lib/action-bar-button/ActionBarButton.d.ts +43 -0
- package/lib/action-bar-button/ActionBarButton.js +91 -0
- package/lib/action-bar-button/index.css +1 -0
- package/lib/action-bar-button/index.d.ts +34 -0
- package/lib/action-bar-button/index.js +37 -0
- package/lib/action-bar-button/index.less +40 -0
- package/lib/action-bar-button/style/index.d.ts +1 -0
- package/lib/action-bar-button/style/index.js +7 -0
- package/lib/action-bar-button/style/less.d.ts +1 -0
- package/lib/action-bar-button/style/less.js +7 -0
- package/lib/action-bar-button/var.css +0 -0
- package/lib/action-bar-button/var.less +5 -0
- package/lib/action-bar-icon/ActionBarIcon.d.ts +48 -0
- package/lib/action-bar-icon/ActionBarIcon.js +86 -0
- package/lib/action-bar-icon/index.css +1 -0
- package/lib/action-bar-icon/index.d.ts +37 -0
- package/lib/action-bar-icon/index.js +37 -0
- package/lib/action-bar-icon/index.less +36 -0
- package/lib/action-bar-icon/style/index.d.ts +1 -0
- package/lib/action-bar-icon/style/index.js +5 -0
- package/lib/action-bar-icon/style/less.d.ts +1 -0
- package/lib/action-bar-icon/style/less.js +5 -0
- package/lib/action-bar-icon/var.css +0 -0
- package/lib/action-bar-icon/var.less +10 -0
- package/lib/action-sheet/ActionSheet.d.ts +194 -0
- package/lib/action-sheet/ActionSheet.js +149 -0
- package/lib/action-sheet/ActionSheetPanel.d.ts +95 -0
- package/lib/action-sheet/ActionSheetPanel.js +174 -0
- package/lib/action-sheet/index.css +1 -0
- package/lib/action-sheet/index.d.ts +197 -0
- package/lib/action-sheet/index.js +40 -0
- package/lib/action-sheet/index.less +228 -0
- package/lib/action-sheet/style/index.d.ts +1 -0
- package/lib/action-sheet/style/index.js +15 -0
- package/lib/action-sheet/style/less.d.ts +1 -0
- package/lib/action-sheet/style/less.js +15 -0
- package/lib/action-sheet/var.css +0 -0
- package/lib/action-sheet/var.less +23 -0
- package/lib/address-edit/AddressEdit.d.ts +174 -0
- package/lib/address-edit/AddressEdit.js +341 -0
- package/lib/address-edit/AddressEditDetail.d.ts +32 -0
- package/lib/address-edit/AddressEditDetail.js +103 -0
- package/lib/address-edit/index.css +1 -0
- package/lib/address-edit/index.d.ts +129 -0
- package/lib/address-edit/index.js +37 -0
- package/lib/address-edit/index.less +46 -0
- package/lib/address-edit/style/index.d.ts +1 -0
- package/lib/address-edit/style/index.js +17 -0
- package/lib/address-edit/style/less.d.ts +1 -0
- package/lib/address-edit/style/less.js +17 -0
- package/lib/address-edit/types.d.ts +25 -0
- package/lib/address-edit/types.js +15 -0
- package/lib/address-edit/var.css +0 -0
- package/lib/address-edit/var.less +6 -0
- package/lib/address-list/AddressList.d.ts +69 -0
- package/lib/address-list/AddressList.js +110 -0
- package/lib/address-list/AddressListItem.d.ts +34 -0
- package/lib/address-list/AddressListItem.js +114 -0
- package/lib/address-list/index.css +1 -0
- package/lib/address-list/index.d.ts +55 -0
- package/lib/address-list/index.js +37 -0
- package/lib/address-list/index.less +103 -0
- package/lib/address-list/style/index.d.ts +1 -0
- package/lib/address-list/style/index.js +12 -0
- package/lib/address-list/style/less.d.ts +1 -0
- package/lib/address-list/style/less.js +12 -0
- package/lib/address-list/var.css +0 -0
- package/lib/address-list/var.less +15 -0
- package/lib/area/Area.d.ts +158 -0
- package/lib/area/Area.js +259 -0
- package/lib/area/index.d.ts +116 -0
- package/lib/area/index.js +37 -0
- package/lib/area/style/index.d.ts +1 -0
- package/lib/area/style/index.js +3 -0
- package/lib/area/style/less.d.ts +1 -0
- package/lib/area/style/less.js +3 -0
- package/lib/area/types.d.ts +24 -0
- package/lib/area/types.js +15 -0
- package/lib/badge/Badge.d.ts +66 -0
- package/lib/badge/Badge.js +113 -0
- package/lib/badge/index.css +1 -0
- package/lib/badge/index.d.ts +49 -0
- package/lib/badge/index.js +37 -0
- package/lib/badge/index.less +74 -0
- package/lib/badge/style/index.d.ts +1 -0
- package/lib/badge/style/index.js +2 -0
- package/lib/badge/style/less.d.ts +1 -0
- package/lib/badge/style/less.js +2 -0
- package/lib/badge/var.css +0 -0
- package/lib/badge/var.less +12 -0
- package/lib/blue-mark/BlueMark.d.ts +47 -0
- package/lib/blue-mark/BlueMark.js +84 -0
- package/lib/blue-mark/BlueMarkHeader.d.ts +51 -0
- package/lib/blue-mark/BlueMarkHeader.js +112 -0
- package/lib/blue-mark/CollapseToggle.d.ts +42 -0
- package/lib/blue-mark/CollapseToggle.js +66 -0
- package/lib/blue-mark/index.css +1 -0
- package/lib/blue-mark/index.d.ts +103 -0
- package/lib/blue-mark/index.js +43 -0
- package/lib/blue-mark/index.less +186 -0
- package/lib/blue-mark/style/index.d.ts +1 -0
- package/lib/blue-mark/style/index.js +4 -0
- package/lib/blue-mark/style/less.d.ts +1 -0
- package/lib/blue-mark/style/less.js +4 -0
- package/lib/blue-mark/var.css +0 -0
- package/lib/blue-mark/var.less +25 -0
- package/lib/bottom-action-bar/BottomActionBar.d.ts +171 -0
- package/lib/bottom-action-bar/BottomActionBar.js +212 -0
- package/lib/bottom-action-bar/index.css +1 -0
- package/lib/bottom-action-bar/index.d.ts +126 -0
- package/lib/bottom-action-bar/index.js +37 -0
- package/lib/bottom-action-bar/index.less +194 -0
- package/lib/bottom-action-bar/style/index.d.ts +1 -0
- package/lib/bottom-action-bar/style/index.js +11 -0
- package/lib/bottom-action-bar/style/less.d.ts +1 -0
- package/lib/bottom-action-bar/style/less.js +11 -0
- package/lib/bottom-action-bar/var.css +0 -0
- package/lib/bottom-action-bar/var.less +20 -0
- package/lib/button/Button.d.ts +143 -0
- package/lib/button/Button.js +175 -0
- package/lib/button/index.css +1 -0
- package/lib/button/index.d.ts +105 -0
- package/lib/button/index.js +37 -0
- package/lib/button/index.less +260 -0
- package/lib/button/style/index.d.ts +1 -0
- package/lib/button/style/index.js +5 -0
- package/lib/button/style/less.d.ts +1 -0
- package/lib/button/style/less.js +5 -0
- package/lib/button/types.d.ts +5 -0
- package/lib/button/types.js +15 -0
- package/lib/button/var.css +0 -0
- package/lib/button/var.less +36 -0
- package/lib/calendar/Calendar.d.ts +292 -0
- package/lib/calendar/Calendar.js +434 -0
- package/lib/calendar/CalendarDay.d.ts +32 -0
- package/lib/calendar/CalendarDay.js +147 -0
- package/lib/calendar/CalendarHeader.d.ts +19 -0
- package/lib/calendar/CalendarHeader.js +76 -0
- package/lib/calendar/CalendarMonth.d.ts +87 -0
- package/lib/calendar/CalendarMonth.js +236 -0
- package/lib/calendar/index.css +1 -0
- package/lib/calendar/index.d.ts +209 -0
- package/lib/calendar/index.js +37 -0
- package/lib/calendar/index.less +213 -0
- package/lib/calendar/style/index.d.ts +1 -0
- package/lib/calendar/style/index.js +11 -0
- package/lib/calendar/style/less.d.ts +1 -0
- package/lib/calendar/style/less.js +11 -0
- package/lib/calendar/types.d.ts +28 -0
- package/lib/calendar/types.js +15 -0
- package/lib/calendar/utils.d.ts +12 -0
- package/lib/calendar/utils.js +75 -0
- package/lib/calendar/var.css +0 -0
- package/lib/calendar/var.less +28 -0
- package/lib/card/Card.d.ts +56 -0
- package/lib/card/Card.js +144 -0
- package/lib/card/index.css +1 -0
- package/lib/card/index.d.ts +44 -0
- package/lib/card/index.js +37 -0
- package/lib/card/index.less +128 -0
- package/lib/card/style/index.d.ts +1 -0
- package/lib/card/style/index.js +6 -0
- package/lib/card/style/less.d.ts +1 -0
- package/lib/card/style/less.js +6 -0
- package/lib/card/var.css +0 -0
- package/lib/card/var.less +18 -0
- package/lib/cascader/Cascader.d.ts +96 -0
- package/lib/cascader/Cascader.js +245 -0
- package/lib/cascader/index.css +1 -0
- package/lib/cascader/index.d.ts +73 -0
- package/lib/cascader/index.js +37 -0
- package/lib/cascader/index.less +94 -0
- package/lib/cascader/style/index.d.ts +1 -0
- package/lib/cascader/style/index.js +21 -0
- package/lib/cascader/style/less.d.ts +1 -0
- package/lib/cascader/style/less.js +21 -0
- package/lib/cascader/types.d.ts +19 -0
- package/lib/cascader/types.js +15 -0
- package/lib/cascader/var.css +0 -0
- package/lib/cascader/var.less +15 -0
- package/lib/cell/Cell.d.ts +214 -0
- package/lib/cell/Cell.js +326 -0
- package/lib/cell/index.css +1 -0
- package/lib/cell/index.d.ts +120 -0
- package/lib/cell/index.js +37 -0
- package/lib/cell/index.less +237 -0
- package/lib/cell/style/index.d.ts +1 -0
- package/lib/cell/style/index.js +8 -0
- package/lib/cell/style/less.d.ts +1 -0
- package/lib/cell/style/less.js +8 -0
- package/lib/cell/var.css +0 -0
- package/lib/cell/var.less +23 -0
- package/lib/cell-avatar.png +0 -0
- package/lib/cell-group/CellGroup.d.ts +29 -0
- package/lib/cell-group/CellGroup.js +61 -0
- package/lib/cell-group/index.css +1 -0
- package/lib/cell-group/index.d.ts +25 -0
- package/lib/cell-group/index.js +37 -0
- package/lib/cell-group/index.less +33 -0
- package/lib/cell-group/style/index.d.ts +1 -0
- package/lib/cell-group/style/index.js +2 -0
- package/lib/cell-group/style/less.d.ts +1 -0
- package/lib/cell-group/style/less.js +2 -0
- package/lib/cell-group/var.css +0 -0
- package/lib/cell-group/var.less +12 -0
- package/lib/checkbox/Checkbox.d.ts +74 -0
- package/lib/checkbox/Checkbox.js +109 -0
- package/lib/checkbox/Checker.d.ts +102 -0
- package/lib/checkbox/Checker.js +145 -0
- package/lib/checkbox/index.css +1 -0
- package/lib/checkbox/index.d.ts +58 -0
- package/lib/checkbox/index.js +37 -0
- package/lib/checkbox/index.less +138 -0
- package/lib/checkbox/style/index.d.ts +1 -0
- package/lib/checkbox/style/index.js +5 -0
- package/lib/checkbox/style/less.d.ts +1 -0
- package/lib/checkbox/style/less.js +5 -0
- package/lib/checkbox/types.d.ts +13 -0
- package/lib/checkbox/types.js +15 -0
- package/lib/checkbox/var.css +0 -0
- package/lib/checkbox/var.less +17 -0
- package/lib/checkbox-group/CheckboxGroup.d.ts +50 -0
- package/lib/checkbox-group/CheckboxGroup.js +91 -0
- package/lib/checkbox-group/index.css +1 -0
- package/lib/checkbox-group/index.d.ts +39 -0
- package/lib/checkbox-group/index.js +37 -0
- package/lib/checkbox-group/index.less +6 -0
- package/lib/checkbox-group/style/index.d.ts +1 -0
- package/lib/checkbox-group/style/index.js +2 -0
- package/lib/checkbox-group/style/less.d.ts +1 -0
- package/lib/checkbox-group/style/less.js +2 -0
- package/lib/checkbox-group/types.d.ts +16 -0
- package/lib/checkbox-group/types.js +15 -0
- package/lib/circle/Circle.d.ts +118 -0
- package/lib/circle/Circle.js +170 -0
- package/lib/circle/index.css +1 -0
- package/lib/circle/index.d.ts +86 -0
- package/lib/circle/index.js +37 -0
- package/lib/circle/index.less +51 -0
- package/lib/circle/style/index.d.ts +1 -0
- package/lib/circle/style/index.js +2 -0
- package/lib/circle/style/less.d.ts +1 -0
- package/lib/circle/style/less.js +2 -0
- package/lib/circle/var.css +0 -0
- package/lib/circle/var.less +9 -0
- package/lib/col/Col.d.ts +38 -0
- package/lib/col/Col.js +81 -0
- package/lib/col/index.css +1 -0
- package/lib/col/index.d.ts +31 -0
- package/lib/col/index.js +37 -0
- package/lib/col/index.less +19 -0
- package/lib/col/style/index.d.ts +1 -0
- package/lib/col/style/index.js +3 -0
- package/lib/col/style/less.d.ts +1 -0
- package/lib/col/style/less.js +3 -0
- package/lib/collapse/Collapse.d.ts +55 -0
- package/lib/collapse/Collapse.js +126 -0
- package/lib/collapse/index.d.ts +35 -0
- package/lib/collapse/index.js +37 -0
- package/lib/collapse/style/index.d.ts +1 -0
- package/lib/collapse/style/index.js +1 -0
- package/lib/collapse/style/less.d.ts +1 -0
- package/lib/collapse/style/less.js +1 -0
- package/lib/collapse-item/CollapseItem.d.ts +187 -0
- package/lib/collapse-item/CollapseItem.js +154 -0
- package/lib/collapse-item/index.css +1 -0
- package/lib/collapse-item/index.d.ts +135 -0
- package/lib/collapse-item/index.js +37 -0
- package/lib/collapse-item/index.less +75 -0
- package/lib/collapse-item/style/index.d.ts +1 -0
- package/lib/collapse-item/style/index.js +9 -0
- package/lib/collapse-item/style/less.d.ts +1 -0
- package/lib/collapse-item/style/less.js +9 -0
- package/lib/collapse-item/types.d.ts +6 -0
- package/lib/collapse-item/types.js +15 -0
- package/lib/collapse-item/var.css +0 -0
- package/lib/collapse-item/var.less +9 -0
- package/lib/composables/on-popup-reopen.d.ts +3 -0
- package/lib/composables/on-popup-reopen.js +35 -0
- package/lib/composables/use-expose.d.ts +1 -0
- package/lib/composables/use-expose.js +30 -0
- package/lib/composables/use-global-z-index.d.ts +4 -0
- package/lib/composables/use-global-z-index.js +28 -0
- package/lib/composables/use-height.d.ts +2 -0
- package/lib/composables/use-height.js +41 -0
- package/lib/composables/use-id.d.ts +1 -0
- package/lib/composables/use-id.js +32 -0
- package/lib/composables/use-lazy-render.d.ts +2 -0
- package/lib/composables/use-lazy-render.js +36 -0
- package/lib/composables/use-lock-scroll.d.ts +2 -0
- package/lib/composables/use-lock-scroll.js +77 -0
- package/lib/composables/use-placeholder.d.ts +3 -0
- package/lib/composables/use-placeholder.js +33 -0
- package/lib/composables/use-refs.d.ts +2 -0
- package/lib/composables/use-refs.js +39 -0
- package/lib/composables/use-route.d.ts +13 -0
- package/lib/composables/use-route.js +46 -0
- package/lib/composables/use-tab-status.d.ts +3 -0
- package/lib/composables/use-tab-status.js +26 -0
- package/lib/composables/use-touch.d.ts +16 -0
- package/lib/composables/use-touch.js +80 -0
- package/lib/composables/use-visibility-change.d.ts +2 -0
- package/lib/composables/use-visibility-change.js +49 -0
- package/lib/config-provider/ConfigProvider.d.ts +51 -0
- package/lib/config-provider/ConfigProvider.js +70 -0
- package/lib/config-provider/index.d.ts +35 -0
- package/lib/config-provider/index.js +37 -0
- package/lib/config-provider/style/index.d.ts +1 -0
- package/lib/config-provider/style/index.js +1 -0
- package/lib/config-provider/style/less.d.ts +1 -0
- package/lib/config-provider/style/less.js +1 -0
- package/lib/contact-card/ContactCard.d.ts +47 -0
- package/lib/contact-card/ContactCard.js +64 -0
- package/lib/contact-card/index.css +1 -0
- package/lib/contact-card/index.d.ts +37 -0
- package/lib/contact-card/index.js +37 -0
- package/lib/contact-card/index.less +49 -0
- package/lib/contact-card/style/index.d.ts +1 -0
- package/lib/contact-card/style/index.js +9 -0
- package/lib/contact-card/style/less.d.ts +1 -0
- package/lib/contact-card/style/less.js +9 -0
- package/lib/contact-card/var.css +0 -0
- package/lib/contact-card/var.less +6 -0
- package/lib/contact-edit/ContactEdit.d.ts +64 -0
- package/lib/contact-edit/ContactEdit.js +131 -0
- package/lib/contact-edit/index.css +1 -0
- package/lib/contact-edit/index.d.ts +47 -0
- package/lib/contact-edit/index.js +37 -0
- package/lib/contact-edit/index.less +39 -0
- package/lib/contact-edit/style/index.d.ts +1 -0
- package/lib/contact-edit/style/index.js +13 -0
- package/lib/contact-edit/style/less.d.ts +1 -0
- package/lib/contact-edit/style/less.js +13 -0
- package/lib/contact-edit/var.css +0 -0
- package/lib/contact-edit/var.less +8 -0
- package/lib/contact-list/ContactList.d.ts +32 -0
- package/lib/contact-list/ContactList.js +107 -0
- package/lib/contact-list/index.css +1 -0
- package/lib/contact-list/index.d.ts +23 -0
- package/lib/contact-list/index.js +37 -0
- package/lib/contact-list/index.less +59 -0
- package/lib/contact-list/style/index.d.ts +1 -0
- package/lib/contact-list/style/index.js +12 -0
- package/lib/contact-list/style/less.d.ts +1 -0
- package/lib/contact-list/style/less.js +12 -0
- package/lib/contact-list/var.css +0 -0
- package/lib/contact-list/var.less +5 -0
- package/lib/count-down/CountDown.d.ts +55 -0
- package/lib/count-down/CountDown.js +74 -0
- package/lib/count-down/index.css +1 -0
- package/lib/count-down/index.d.ts +45 -0
- package/lib/count-down/index.js +37 -0
- package/lib/count-down/index.less +13 -0
- package/lib/count-down/style/index.d.ts +1 -0
- package/lib/count-down/style/index.js +2 -0
- package/lib/count-down/style/less.d.ts +1 -0
- package/lib/count-down/style/less.js +2 -0
- package/lib/count-down/types.d.ts +11 -0
- package/lib/count-down/types.js +15 -0
- package/lib/count-down/utils.d.ts +2 -0
- package/lib/count-down/utils.js +58 -0
- package/lib/count-down/var.css +0 -0
- package/lib/count-down/var.less +5 -0
- package/lib/coupon/Coupon.d.ts +45 -0
- package/lib/coupon/Coupon.js +98 -0
- package/lib/coupon/index.css +1 -0
- package/lib/coupon/index.d.ts +34 -0
- package/lib/coupon/index.js +37 -0
- package/lib/coupon/index.less +130 -0
- package/lib/coupon/style/index.d.ts +1 -0
- package/lib/coupon/style/index.js +6 -0
- package/lib/coupon/style/less.d.ts +1 -0
- package/lib/coupon/style/less.js +6 -0
- package/lib/coupon/utils.d.ts +3 -0
- package/lib/coupon/utils.js +33 -0
- package/lib/coupon/var.css +0 -0
- package/lib/coupon/var.less +19 -0
- package/lib/coupon-cell/CouponCell.d.ts +78 -0
- package/lib/coupon-cell/CouponCell.js +72 -0
- package/lib/coupon-cell/index.css +1 -0
- package/lib/coupon-cell/index.d.ts +58 -0
- package/lib/coupon-cell/index.js +37 -0
- package/lib/coupon-cell/index.less +11 -0
- package/lib/coupon-cell/style/index.d.ts +1 -0
- package/lib/coupon-cell/style/index.js +9 -0
- package/lib/coupon-cell/style/less.d.ts +1 -0
- package/lib/coupon-cell/style/less.js +9 -0
- package/lib/coupon-cell/var.css +0 -0
- package/lib/coupon-cell/var.less +3 -0
- package/lib/coupon-list/CouponList.d.ts +170 -0
- package/lib/coupon-list/CouponList.js +204 -0
- package/lib/coupon-list/index.css +1 -0
- package/lib/coupon-list/index.d.ts +123 -0
- package/lib/coupon-list/index.js +37 -0
- package/lib/coupon-list/index.less +88 -0
- package/lib/coupon-list/style/index.d.ts +1 -0
- package/lib/coupon-list/style/index.js +24 -0
- package/lib/coupon-list/style/less.d.ts +1 -0
- package/lib/coupon-list/style/less.js +24 -0
- package/lib/coupon-list/var.css +0 -0
- package/lib/coupon-list/var.less +9 -0
- package/lib/datetime-picker/DatePicker.d.ts +121 -0
- package/lib/datetime-picker/DatePicker.js +268 -0
- package/lib/datetime-picker/DatetimePicker.d.ts +11 -0
- package/lib/datetime-picker/DatetimePicker.js +183 -0
- package/lib/datetime-picker/TimePicker.d.ts +125 -0
- package/lib/datetime-picker/TimePicker.js +135 -0
- package/lib/datetime-picker/index.css +1 -0
- package/lib/datetime-picker/index.d.ts +16 -0
- package/lib/datetime-picker/index.js +37 -0
- package/lib/datetime-picker/index.less +11 -0
- package/lib/datetime-picker/style/index.d.ts +1 -0
- package/lib/datetime-picker/style/index.js +7 -0
- package/lib/datetime-picker/style/less.d.ts +1 -0
- package/lib/datetime-picker/style/less.js +7 -0
- package/lib/datetime-picker/types.d.ts +10 -0
- package/lib/datetime-picker/types.js +15 -0
- package/lib/datetime-picker/utils.d.ts +43 -0
- package/lib/datetime-picker/utils.js +82 -0
- package/lib/dialog/Dialog.d.ts +238 -0
- package/lib/dialog/Dialog.js +273 -0
- package/lib/dialog/function-call.d.ts +231 -0
- package/lib/dialog/function-call.js +116 -0
- package/lib/dialog/index.css +1 -0
- package/lib/dialog/index.d.ts +10 -0
- package/lib/dialog/index.js +25 -0
- package/lib/dialog/index.less +192 -0
- package/lib/dialog/style/index.d.ts +1 -0
- package/lib/dialog/style/index.js +16 -0
- package/lib/dialog/style/less.d.ts +1 -0
- package/lib/dialog/style/less.js +16 -0
- package/lib/dialog/types.d.ts +46 -0
- package/lib/dialog/types.js +15 -0
- package/lib/dialog/var.css +0 -0
- package/lib/dialog/var.less +21 -0
- package/lib/divider/Divider.d.ts +40 -0
- package/lib/divider/Divider.js +49 -0
- package/lib/divider/index.css +1 -0
- package/lib/divider/index.d.ts +32 -0
- package/lib/divider/index.js +37 -0
- package/lib/divider/index.less +75 -0
- package/lib/divider/style/index.d.ts +1 -0
- package/lib/divider/style/index.js +2 -0
- package/lib/divider/style/less.d.ts +1 -0
- package/lib/divider/style/less.js +2 -0
- package/lib/divider/var.css +0 -0
- package/lib/divider/var.less +10 -0
- package/lib/dropdown-item/DropdownItem.d.ts +59 -0
- package/lib/dropdown-item/DropdownItem.js +198 -0
- package/lib/dropdown-item/index.css +1 -0
- package/lib/dropdown-item/index.d.ts +49 -0
- package/lib/dropdown-item/index.js +37 -0
- package/lib/dropdown-item/index.less +44 -0
- package/lib/dropdown-item/style/index.d.ts +1 -0
- package/lib/dropdown-item/style/index.js +12 -0
- package/lib/dropdown-item/style/less.d.ts +1 -0
- package/lib/dropdown-item/style/less.js +12 -0
- package/lib/dropdown-item/types.d.ts +22 -0
- package/lib/dropdown-item/types.js +15 -0
- package/lib/dropdown-item/var.css +0 -0
- package/lib/dropdown-item/var.less +3 -0
- package/lib/dropdown-menu/DropdownMenu.d.ts +98 -0
- package/lib/dropdown-menu/DropdownMenu.js +160 -0
- package/lib/dropdown-menu/index.css +1 -0
- package/lib/dropdown-menu/index.d.ts +73 -0
- package/lib/dropdown-menu/index.js +37 -0
- package/lib/dropdown-menu/index.less +83 -0
- package/lib/dropdown-menu/style/index.d.ts +1 -0
- package/lib/dropdown-menu/style/index.js +2 -0
- package/lib/dropdown-menu/style/less.d.ts +1 -0
- package/lib/dropdown-menu/style/less.js +2 -0
- package/lib/dropdown-menu/types.d.ts +8 -0
- package/lib/dropdown-menu/types.js +15 -0
- package/lib/dropdown-menu/var.css +0 -0
- package/lib/dropdown-menu/var.less +13 -0
- package/lib/empty/Empty.d.ts +29 -0
- package/lib/empty/Empty.js +340 -0
- package/lib/empty/index.css +1 -0
- package/lib/empty/index.d.ts +24 -0
- package/lib/empty/index.js +37 -0
- package/lib/empty/index.less +43 -0
- package/lib/empty/style/index.d.ts +1 -0
- package/lib/empty/style/index.js +2 -0
- package/lib/empty/style/less.d.ts +1 -0
- package/lib/empty/style/less.js +2 -0
- package/lib/empty/var.css +0 -0
- package/lib/empty/var.less +10 -0
- package/lib/field/Field.d.ts +421 -0
- package/lib/field/Field.js +529 -0
- package/lib/field/index.css +1 -0
- package/lib/field/index.d.ts +269 -0
- package/lib/field/index.js +37 -0
- package/lib/field/index.less +226 -0
- package/lib/field/style/index.d.ts +1 -0
- package/lib/field/style/index.js +9 -0
- package/lib/field/style/less.d.ts +1 -0
- package/lib/field/style/less.js +9 -0
- package/lib/field/types.d.ts +45 -0
- package/lib/field/types.js +15 -0
- package/lib/field/utils.d.ts +15 -0
- package/lib/field/utils.js +120 -0
- package/lib/field/var.css +0 -0
- package/lib/field/var.less +22 -0
- package/lib/filter-tag/FilterTag.d.ts +46 -0
- package/lib/filter-tag/FilterTag.js +82 -0
- package/lib/filter-tag/index.css +1 -0
- package/lib/filter-tag/index.d.ts +37 -0
- package/lib/filter-tag/index.js +37 -0
- package/lib/filter-tag/index.less +85 -0
- package/lib/filter-tag/style/index.d.ts +1 -0
- package/lib/filter-tag/style/index.js +4 -0
- package/lib/filter-tag/style/less.d.ts +1 -0
- package/lib/filter-tag/style/less.js +4 -0
- package/lib/filter-tag/var.css +0 -0
- package/lib/filter-tag/var.less +14 -0
- package/lib/form/Form.d.ts +88 -0
- package/lib/form/Form.js +176 -0
- package/lib/form/index.d.ts +69 -0
- package/lib/form/index.js +37 -0
- package/lib/form/style/index.d.ts +1 -0
- package/lib/form/style/index.js +1 -0
- package/lib/form/style/less.d.ts +1 -0
- package/lib/form/style/less.js +1 -0
- package/lib/form/types.d.ts +15 -0
- package/lib/form/types.js +15 -0
- package/lib/grid/Grid.d.ts +74 -0
- package/lib/grid/Grid.js +65 -0
- package/lib/grid/index.css +1 -0
- package/lib/grid/index.d.ts +53 -0
- package/lib/grid/index.js +37 -0
- package/lib/grid/index.less +4 -0
- package/lib/grid/style/index.d.ts +1 -0
- package/lib/grid/style/index.js +2 -0
- package/lib/grid/style/less.d.ts +1 -0
- package/lib/grid/style/less.js +2 -0
- package/lib/grid-item/GridItem.d.ts +45 -0
- package/lib/grid-item/GridItem.js +163 -0
- package/lib/grid-item/index.css +1 -0
- package/lib/grid-item/index.d.ts +35 -0
- package/lib/grid-item/index.js +37 -0
- package/lib/grid-item/index.less +101 -0
- package/lib/grid-item/style/index.d.ts +1 -0
- package/lib/grid-item/style/index.js +5 -0
- package/lib/grid-item/style/less.d.ts +1 -0
- package/lib/grid-item/style/less.js +5 -0
- package/lib/grid-item/var.css +0 -0
- package/lib/grid-item/var.less +8 -0
- package/lib/icon/Icon.d.ts +45 -0
- package/lib/icon/Icon.js +77 -0
- package/lib/icon/fonts/meri-mobile-icon.ttf +0 -0
- package/lib/icon/fonts/meri-mobile-icon.woff +0 -0
- package/lib/icon/fonts/meri-mobile-icon.woff2 +0 -0
- package/lib/icon/index.css +1 -0
- package/lib/icon/index.d.ts +35 -0
- package/lib/icon/index.js +37 -0
- package/lib/icon/index.less +11 -0
- package/lib/icon/latest-iconfont.css +1 -0
- package/lib/icon/latest-iconfont.less +58 -0
- package/lib/icon/style/index.d.ts +1 -0
- package/lib/icon/style/index.js +3 -0
- package/lib/icon/style/less.d.ts +1 -0
- package/lib/icon/style/less.js +3 -0
- package/lib/iconfont/iconfont.ttf +0 -0
- package/lib/iconfont/iconfont.woff +0 -0
- package/lib/iconfont/iconfont.woff2 +0 -0
- package/lib/image/Image.d.ts +105 -0
- package/lib/image/Image.js +169 -0
- package/lib/image/index.css +1 -0
- package/lib/image/index.d.ts +77 -0
- package/lib/image/index.js +37 -0
- package/lib/image/index.less +61 -0
- package/lib/image/style/index.d.ts +1 -0
- package/lib/image/style/index.js +4 -0
- package/lib/image/style/less.d.ts +1 -0
- package/lib/image/style/less.js +4 -0
- package/lib/image/var.css +0 -0
- package/lib/image/var.less +9 -0
- package/lib/image-preview/ImagePreview.d.ts +187 -0
- package/lib/image-preview/ImagePreview.js +191 -0
- package/lib/image-preview/ImagePreviewItem.d.ts +47 -0
- package/lib/image-preview/ImagePreviewItem.js +279 -0
- package/lib/image-preview/function-call.d.ts +136 -0
- package/lib/image-preview/function-call.js +97 -0
- package/lib/image-preview/index.css +1 -0
- package/lib/image-preview/index.d.ts +11 -0
- package/lib/image-preview/index.js +25 -0
- package/lib/image-preview/index.less +114 -0
- package/lib/image-preview/style/index.d.ts +1 -0
- package/lib/image-preview/style/index.js +10 -0
- package/lib/image-preview/style/less.d.ts +1 -0
- package/lib/image-preview/style/less.js +10 -0
- package/lib/image-preview/types.d.ts +39 -0
- package/lib/image-preview/types.js +15 -0
- package/lib/image-preview/var.css +0 -0
- package/lib/image-preview/var.less +11 -0
- package/lib/index-anchor/IndexAnchor.d.ts +11 -0
- package/lib/index-anchor/IndexAnchor.js +105 -0
- package/lib/index-anchor/index.css +1 -0
- package/lib/index-anchor/index.d.ts +12 -0
- package/lib/index-anchor/index.js +37 -0
- package/lib/index-anchor/index.less +33 -0
- package/lib/index-anchor/style/index.d.ts +1 -0
- package/lib/index-anchor/style/index.js +3 -0
- package/lib/index-anchor/style/less.d.ts +1 -0
- package/lib/index-anchor/style/less.js +3 -0
- package/lib/index-anchor/var.css +0 -0
- package/lib/index-anchor/var.less +11 -0
- package/lib/index-bar/IndexBar.d.ts +64 -0
- package/lib/index-bar/IndexBar.js +245 -0
- package/lib/index-bar/index.css +1 -0
- package/lib/index-bar/index.d.ts +49 -0
- package/lib/index-bar/index.js +37 -0
- package/lib/index-bar/index.less +34 -0
- package/lib/index-bar/style/index.d.ts +1 -0
- package/lib/index-bar/style/index.js +2 -0
- package/lib/index-bar/style/less.d.ts +1 -0
- package/lib/index-bar/style/less.js +2 -0
- package/lib/index-bar/types.d.ts +10 -0
- package/lib/index-bar/types.js +15 -0
- package/lib/index-bar/var.css +0 -0
- package/lib/index-bar/var.less +6 -0
- package/lib/index.css +1 -0
- package/lib/index.d.ts +105 -0
- package/lib/index.js +333 -0
- package/lib/index.less +93 -0
- package/lib/lazyload/index.d.ts +3 -0
- package/lib/lazyload/index.js +25 -0
- package/lib/lazyload/style/index.d.ts +1 -0
- package/lib/lazyload/style/index.js +1 -0
- package/lib/lazyload/style/less.d.ts +1 -0
- package/lib/lazyload/style/less.js +1 -0
- package/lib/lazyload/vue-lazyload/index.d.ts +55 -0
- package/lib/lazyload/vue-lazyload/index.js +65 -0
- package/lib/lazyload/vue-lazyload/lazy-component.js +70 -0
- package/lib/lazyload/vue-lazyload/lazy-container.js +93 -0
- package/lib/lazyload/vue-lazyload/lazy-image.js +119 -0
- package/lib/lazyload/vue-lazyload/lazy.js +463 -0
- package/lib/lazyload/vue-lazyload/listener.js +237 -0
- package/lib/lazyload/vue-lazyload/util.js +185 -0
- package/lib/list/List.d.ts +74 -0
- package/lib/list/List.js +158 -0
- package/lib/list/index.css +1 -0
- package/lib/list/index.d.ts +59 -0
- package/lib/list/index.js +37 -0
- package/lib/list/index.less +31 -0
- package/lib/list/style/index.d.ts +1 -0
- package/lib/list/style/index.js +3 -0
- package/lib/list/style/less.d.ts +1 -0
- package/lib/list/style/less.js +3 -0
- package/lib/list/types.d.ts +7 -0
- package/lib/list/types.js +15 -0
- package/lib/list/var.css +0 -0
- package/lib/list/var.less +6 -0
- package/lib/loading/Loading.d.ts +39 -0
- package/lib/loading/Loading.js +84 -0
- package/lib/loading/index.css +1 -0
- package/lib/loading/index.d.ts +31 -0
- package/lib/loading/index.js +37 -0
- package/lib/loading/index.less +112 -0
- package/lib/loading/style/index.d.ts +1 -0
- package/lib/loading/style/index.js +2 -0
- package/lib/loading/style/less.d.ts +1 -0
- package/lib/loading/style/less.js +2 -0
- package/lib/loading/var.css +0 -0
- package/lib/loading/var.less +7 -0
- package/lib/locale/index.d.ts +7 -0
- package/lib/locale/index.js +53 -0
- package/lib/locale/lang/bg-BG.d.ts +64 -0
- package/lib/locale/lang/bg-BG.js +93 -0
- package/lib/locale/lang/bn-BD.d.ts +64 -0
- package/lib/locale/lang/bn-BD.js +93 -0
- package/lib/locale/lang/da-DK.d.ts +64 -0
- package/lib/locale/lang/da-DK.js +85 -0
- package/lib/locale/lang/de-DE-formal.d.ts +64 -0
- package/lib/locale/lang/de-DE-formal.js +85 -0
- package/lib/locale/lang/de-DE.d.ts +64 -0
- package/lib/locale/lang/de-DE.js +85 -0
- package/lib/locale/lang/el-GR.d.ts +64 -0
- package/lib/locale/lang/el-GR.js +93 -0
- package/lib/locale/lang/en-US.d.ts +64 -0
- package/lib/locale/lang/en-US.js +85 -0
- package/lib/locale/lang/es-ES.d.ts +64 -0
- package/lib/locale/lang/es-ES.js +85 -0
- package/lib/locale/lang/fa-IR.d.ts +64 -0
- package/lib/locale/lang/fa-IR.js +85 -0
- package/lib/locale/lang/fr-FR.d.ts +64 -0
- package/lib/locale/lang/fr-FR.js +85 -0
- package/lib/locale/lang/he-IL.d.ts +64 -0
- package/lib/locale/lang/he-IL.js +85 -0
- package/lib/locale/lang/hi-IN.d.ts +64 -0
- package/lib/locale/lang/hi-IN.js +93 -0
- package/lib/locale/lang/id-ID.d.ts +64 -0
- package/lib/locale/lang/id-ID.js +85 -0
- package/lib/locale/lang/is-IS.d.ts +64 -0
- package/lib/locale/lang/is-IS.js +93 -0
- package/lib/locale/lang/it-IT.d.ts +64 -0
- package/lib/locale/lang/it-IT.js +93 -0
- package/lib/locale/lang/ja-JP.d.ts +64 -0
- package/lib/locale/lang/ja-JP.js +85 -0
- package/lib/locale/lang/ko-KR.d.ts +64 -0
- package/lib/locale/lang/ko-KR.js +93 -0
- package/lib/locale/lang/la-LA.d.ts +64 -0
- package/lib/locale/lang/la-LA.js +85 -0
- package/lib/locale/lang/nb-NO.d.ts +64 -0
- package/lib/locale/lang/nb-NO.js +85 -0
- package/lib/locale/lang/pt-BR.d.ts +64 -0
- package/lib/locale/lang/pt-BR.js +85 -0
- package/lib/locale/lang/ro-RO.d.ts +64 -0
- package/lib/locale/lang/ro-RO.js +85 -0
- package/lib/locale/lang/ru-RU.d.ts +64 -0
- package/lib/locale/lang/ru-RU.js +85 -0
- package/lib/locale/lang/sv-SE.d.ts +64 -0
- package/lib/locale/lang/sv-SE.js +85 -0
- package/lib/locale/lang/th-TH.d.ts +64 -0
- package/lib/locale/lang/th-TH.js +85 -0
- package/lib/locale/lang/tr-TR.d.ts +64 -0
- package/lib/locale/lang/tr-TR.js +85 -0
- package/lib/locale/lang/uk-UA.d.ts +64 -0
- package/lib/locale/lang/uk-UA.js +93 -0
- package/lib/locale/lang/vi-VN.d.ts +64 -0
- package/lib/locale/lang/vi-VN.js +93 -0
- package/lib/locale/lang/zh-CN.d.ts +64 -0
- package/lib/locale/lang/zh-CN.js +85 -0
- package/lib/locale/lang/zh-HK.d.ts +64 -0
- package/lib/locale/lang/zh-HK.js +85 -0
- package/lib/locale/lang/zh-TW.d.ts +64 -0
- package/lib/locale/lang/zh-TW.js +85 -0
- package/lib/locale/style/index.d.ts +1 -0
- package/lib/locale/style/index.js +1 -0
- package/lib/locale/style/less.d.ts +1 -0
- package/lib/locale/style/less.js +1 -0
- package/lib/location-select/LocationSelect.d.ts +61 -0
- package/lib/location-select/LocationSelect.js +315 -0
- package/lib/location-select/index.css +1 -0
- package/lib/location-select/index.d.ts +47 -0
- package/lib/location-select/index.js +37 -0
- package/lib/location-select/index.less +15 -0
- package/lib/location-select/style/index.d.ts +1 -0
- package/lib/location-select/style/index.js +27 -0
- package/lib/location-select/style/less.d.ts +1 -0
- package/lib/location-select/style/less.js +27 -0
- package/lib/material-add/MaterialAdd.d.ts +71 -0
- package/lib/material-add/MaterialAdd.js +610 -0
- package/lib/material-add/MaterialAddItem.d.ts +38 -0
- package/lib/material-add/MaterialAddItem.js +111 -0
- package/lib/material-add/assets/material-banner-blower.png +0 -0
- package/lib/material-add/assets/material-banner-coil.png +0 -0
- package/lib/material-add/assets/material-banner-motor.png +0 -0
- package/lib/material-add/assets/material-detail-banner.png +0 -0
- package/lib/material-add/index.css +1 -0
- package/lib/material-add/index.d.ts +56 -0
- package/lib/material-add/index.js +37 -0
- package/lib/material-add/index.less +118 -0
- package/lib/material-add/style/index.d.ts +1 -0
- package/lib/material-add/style/index.js +29 -0
- package/lib/material-add/style/less.d.ts +1 -0
- package/lib/material-add/style/less.js +29 -0
- package/lib/material-add/types.d.ts +10 -0
- package/lib/material-add/types.js +15 -0
- package/lib/meri-mobile-logo.svg +4 -0
- package/lib/multi-person-select/MultiPersonSelect.d.ts +125 -0
- package/lib/multi-person-select/MultiPersonSelect.js +266 -0
- package/lib/multi-person-select/index.css +1 -0
- package/lib/multi-person-select/index.d.ts +94 -0
- package/lib/multi-person-select/index.js +37 -0
- package/lib/multi-person-select/index.less +31 -0
- package/lib/multi-person-select/style/index.d.ts +1 -0
- package/lib/multi-person-select/style/index.js +20 -0
- package/lib/multi-person-select/style/less.d.ts +1 -0
- package/lib/multi-person-select/style/less.js +20 -0
- package/lib/multi-person-select/types.d.ts +11 -0
- package/lib/multi-person-select/types.js +15 -0
- package/lib/nav-bar/NavBar.d.ts +94 -0
- package/lib/nav-bar/NavBar.js +176 -0
- package/lib/nav-bar/index.css +1 -0
- package/lib/nav-bar/index.d.ts +72 -0
- package/lib/nav-bar/index.js +37 -0
- package/lib/nav-bar/index.less +143 -0
- package/lib/nav-bar/style/index.d.ts +1 -0
- package/lib/nav-bar/style/index.js +7 -0
- package/lib/nav-bar/style/less.d.ts +1 -0
- package/lib/nav-bar/style/less.js +7 -0
- package/lib/nav-bar/var.css +0 -0
- package/lib/nav-bar/var.less +19 -0
- package/lib/notice-bar/NoticeBar.d.ts +75 -0
- package/lib/notice-bar/NoticeBar.js +186 -0
- package/lib/notice-bar/index.css +1 -0
- package/lib/notice-bar/index.d.ts +59 -0
- package/lib/notice-bar/index.js +37 -0
- package/lib/notice-bar/index.less +79 -0
- package/lib/notice-bar/style/index.d.ts +1 -0
- package/lib/notice-bar/style/index.js +4 -0
- package/lib/notice-bar/style/less.d.ts +1 -0
- package/lib/notice-bar/style/less.js +4 -0
- package/lib/notice-bar/types.d.ts +7 -0
- package/lib/notice-bar/types.js +15 -0
- package/lib/notice-bar/var.css +0 -0
- package/lib/notice-bar/var.less +13 -0
- package/lib/notify/Notify.d.ts +134 -0
- package/lib/notify/Notify.js +62 -0
- package/lib/notify/function-call.d.ts +102 -0
- package/lib/notify/function-call.js +101 -0
- package/lib/notify/index.css +1 -0
- package/lib/notify/index.d.ts +10 -0
- package/lib/notify/index.js +25 -0
- package/lib/notify/index.less +44 -0
- package/lib/notify/style/index.d.ts +1 -0
- package/lib/notify/style/index.js +6 -0
- package/lib/notify/style/less.d.ts +1 -0
- package/lib/notify/style/less.js +6 -0
- package/lib/notify/types.d.ts +23 -0
- package/lib/notify/types.js +15 -0
- package/lib/notify/var.css +0 -0
- package/lib/notify/var.less +10 -0
- package/lib/number-keyboard/NumberKeyboard.d.ts +162 -0
- package/lib/number-keyboard/NumberKeyboard.js +258 -0
- package/lib/number-keyboard/NumberKeyboardKey.d.ts +24 -0
- package/lib/number-keyboard/NumberKeyboardKey.js +112 -0
- package/lib/number-keyboard/index.css +1 -0
- package/lib/number-keyboard/index.d.ts +119 -0
- package/lib/number-keyboard/index.js +37 -0
- package/lib/number-keyboard/index.less +155 -0
- package/lib/number-keyboard/style/index.d.ts +1 -0
- package/lib/number-keyboard/style/index.js +3 -0
- package/lib/number-keyboard/style/less.d.ts +1 -0
- package/lib/number-keyboard/style/less.js +3 -0
- package/lib/number-keyboard/var.css +0 -0
- package/lib/number-keyboard/var.less +17 -0
- package/lib/object-select/ObjectSelect.d.ts +86 -0
- package/lib/object-select/ObjectSelect.js +643 -0
- package/lib/object-select/index.css +1 -0
- package/lib/object-select/index.d.ts +65 -0
- package/lib/object-select/index.js +37 -0
- package/lib/object-select/index.less +72 -0
- package/lib/object-select/style/index.d.ts +1 -0
- package/lib/object-select/style/index.js +27 -0
- package/lib/object-select/style/less.d.ts +1 -0
- package/lib/object-select/style/less.js +27 -0
- package/lib/object-select/types.d.ts +10 -0
- package/lib/object-select/types.js +15 -0
- package/lib/overlay/Overlay.d.ts +51 -0
- package/lib/overlay/Overlay.js +72 -0
- package/lib/overlay/index.css +1 -0
- package/lib/overlay/index.d.ts +40 -0
- package/lib/overlay/index.js +37 -0
- package/lib/overlay/index.less +16 -0
- package/lib/overlay/style/index.d.ts +1 -0
- package/lib/overlay/style/index.js +2 -0
- package/lib/overlay/style/less.d.ts +1 -0
- package/lib/overlay/style/less.js +2 -0
- package/lib/overlay/var.css +0 -0
- package/lib/overlay/var.less +4 -0
- package/lib/pagination/Pagination.d.ts +101 -0
- package/lib/pagination/Pagination.js +162 -0
- package/lib/pagination/index.css +1 -0
- package/lib/pagination/index.d.ts +75 -0
- package/lib/pagination/index.js +37 -0
- package/lib/pagination/index.less +91 -0
- package/lib/pagination/style/index.d.ts +1 -0
- package/lib/pagination/style/index.js +2 -0
- package/lib/pagination/style/less.d.ts +1 -0
- package/lib/pagination/style/less.js +2 -0
- package/lib/pagination/var.css +0 -0
- package/lib/pagination/var.less +11 -0
- package/lib/password-input/PasswordInput.d.ts +63 -0
- package/lib/password-input/PasswordInput.js +96 -0
- package/lib/password-input/index.css +1 -0
- package/lib/password-input/index.d.ts +49 -0
- package/lib/password-input/index.js +37 -0
- package/lib/password-input/index.less +102 -0
- package/lib/password-input/style/index.d.ts +1 -0
- package/lib/password-input/style/index.js +2 -0
- package/lib/password-input/style/less.d.ts +1 -0
- package/lib/password-input/style/less.js +2 -0
- package/lib/password-input/var.css +0 -0
- package/lib/password-input/var.less +17 -0
- package/lib/picker/Picker.d.ts +176 -0
- package/lib/picker/Picker.js +351 -0
- package/lib/picker/PickerColumn.d.ts +77 -0
- package/lib/picker/PickerColumn.js +277 -0
- package/lib/picker/index.css +1 -0
- package/lib/picker/index.d.ts +110 -0
- package/lib/picker/index.js +37 -0
- package/lib/picker/index.less +125 -0
- package/lib/picker/style/index.d.ts +1 -0
- package/lib/picker/style/index.js +3 -0
- package/lib/picker/style/less.d.ts +1 -0
- package/lib/picker/style/less.js +3 -0
- package/lib/picker/types.d.ts +51 -0
- package/lib/picker/types.js +15 -0
- package/lib/picker/var.css +0 -0
- package/lib/picker/var.less +22 -0
- package/lib/popover/Popover.d.ts +164 -0
- package/lib/popover/Popover.js +196 -0
- package/lib/popover/index.css +1 -0
- package/lib/popover/index.d.ts +120 -0
- package/lib/popover/index.js +37 -0
- package/lib/popover/index.less +290 -0
- package/lib/popover/style/index.d.ts +1 -0
- package/lib/popover/style/index.js +6 -0
- package/lib/popover/style/less.d.ts +1 -0
- package/lib/popover/style/less.js +6 -0
- package/lib/popover/types.d.ts +11 -0
- package/lib/popover/types.js +15 -0
- package/lib/popover/var.css +0 -0
- package/lib/popover/var.less +15 -0
- package/lib/popup/Popup.d.ts +165 -0
- package/lib/popup/Popup.js +224 -0
- package/lib/popup/index.css +1 -0
- package/lib/popup/index.d.ts +123 -0
- package/lib/popup/index.js +37 -0
- package/lib/popup/index.less +141 -0
- package/lib/popup/shared.d.ts +30 -0
- package/lib/popup/shared.js +53 -0
- package/lib/popup/style/index.d.ts +1 -0
- package/lib/popup/style/index.js +5 -0
- package/lib/popup/style/less.d.ts +1 -0
- package/lib/popup/style/less.js +5 -0
- package/lib/popup/types.d.ts +8 -0
- package/lib/popup/types.js +15 -0
- package/lib/popup/var.css +0 -0
- package/lib/popup/var.less +9 -0
- package/lib/progress/Progress.d.ts +61 -0
- package/lib/progress/Progress.js +94 -0
- package/lib/progress/index.css +1 -0
- package/lib/progress/index.d.ts +48 -0
- package/lib/progress/index.js +37 -0
- package/lib/progress/index.less +57 -0
- package/lib/progress/style/index.d.ts +1 -0
- package/lib/progress/style/index.js +2 -0
- package/lib/progress/style/less.d.ts +1 -0
- package/lib/progress/style/less.js +2 -0
- package/lib/progress/types.d.ts +6 -0
- package/lib/progress/types.js +15 -0
- package/lib/progress/var.css +0 -0
- package/lib/progress/var.less +11 -0
- package/lib/pull-refresh/PullRefresh.d.ts +75 -0
- package/lib/pull-refresh/PullRefresh.js +211 -0
- package/lib/pull-refresh/index.css +1 -0
- package/lib/pull-refresh/index.d.ts +58 -0
- package/lib/pull-refresh/index.js +37 -0
- package/lib/pull-refresh/index.less +38 -0
- package/lib/pull-refresh/style/index.d.ts +1 -0
- package/lib/pull-refresh/style/index.js +3 -0
- package/lib/pull-refresh/style/less.d.ts +1 -0
- package/lib/pull-refresh/style/less.js +3 -0
- package/lib/pull-refresh/var.css +0 -0
- package/lib/pull-refresh/var.less +6 -0
- package/lib/quantity-input/QuantityInput.d.ts +99 -0
- package/lib/quantity-input/QuantityInput.js +168 -0
- package/lib/quantity-input/index.css +1 -0
- package/lib/quantity-input/index.d.ts +141 -0
- package/lib/quantity-input/index.js +39 -0
- package/lib/quantity-input/index.less +159 -0
- package/lib/quantity-input/style/index.d.ts +1 -0
- package/lib/quantity-input/style/index.js +15 -0
- package/lib/quantity-input/style/less.d.ts +1 -0
- package/lib/quantity-input/style/less.js +15 -0
- package/lib/quantity-input/var.css +0 -0
- package/lib/quantity-input/var.less +7 -0
- package/lib/radio/Radio.d.ts +45 -0
- package/lib/radio/Radio.js +79 -0
- package/lib/radio/index.css +1 -0
- package/lib/radio/index.d.ts +45 -0
- package/lib/radio/index.js +37 -0
- package/lib/radio/index.less +138 -0
- package/lib/radio/style/index.d.ts +1 -0
- package/lib/radio/style/index.js +6 -0
- package/lib/radio/style/less.d.ts +1 -0
- package/lib/radio/style/less.js +6 -0
- package/lib/radio/var.css +0 -0
- package/lib/radio/var.less +17 -0
- package/lib/radio-group/RadioGroup.d.ts +45 -0
- package/lib/radio-group/RadioGroup.js +65 -0
- package/lib/radio-group/index.css +1 -0
- package/lib/radio-group/index.d.ts +32 -0
- package/lib/radio-group/index.js +37 -0
- package/lib/radio-group/index.less +6 -0
- package/lib/radio-group/style/index.d.ts +1 -0
- package/lib/radio-group/style/index.js +2 -0
- package/lib/radio-group/style/less.d.ts +1 -0
- package/lib/radio-group/style/less.js +2 -0
- package/lib/rate/Rate.d.ts +107 -0
- package/lib/rate/Rate.js +237 -0
- package/lib/rate/index.css +1 -0
- package/lib/rate/index.d.ts +80 -0
- package/lib/rate/index.js +37 -0
- package/lib/rate/index.less +54 -0
- package/lib/rate/style/index.d.ts +1 -0
- package/lib/rate/style/index.js +4 -0
- package/lib/rate/style/less.d.ts +1 -0
- package/lib/rate/style/less.js +4 -0
- package/lib/rate/var.css +0 -0
- package/lib/rate/var.less +7 -0
- package/lib/row/Row.d.ts +64 -0
- package/lib/row/Row.js +109 -0
- package/lib/row/index.css +1 -0
- package/lib/row/index.d.ts +42 -0
- package/lib/row/index.js +37 -0
- package/lib/row/index.less +32 -0
- package/lib/row/style/index.d.ts +1 -0
- package/lib/row/style/index.js +2 -0
- package/lib/row/style/less.d.ts +1 -0
- package/lib/row/style/less.js +2 -0
- package/lib/search/Search.d.ts +206 -0
- package/lib/search/Search.js +136 -0
- package/lib/search/index.css +1 -0
- package/lib/search/index.d.ts +151 -0
- package/lib/search/index.js +37 -0
- package/lib/search/index.less +80 -0
- package/lib/search/style/index.d.ts +1 -0
- package/lib/search/style/index.js +10 -0
- package/lib/search/style/less.d.ts +1 -0
- package/lib/search/style/less.js +10 -0
- package/lib/search/types.d.ts +8 -0
- package/lib/search/types.js +15 -0
- package/lib/search/var.css +0 -0
- package/lib/search/var.less +13 -0
- package/lib/share-sheet/ShareSheet.d.ts +162 -0
- package/lib/share-sheet/ShareSheet.js +140 -0
- package/lib/share-sheet/index.css +1 -0
- package/lib/share-sheet/index.d.ts +113 -0
- package/lib/share-sheet/index.js +37 -0
- package/lib/share-sheet/index.less +153 -0
- package/lib/share-sheet/style/index.d.ts +1 -0
- package/lib/share-sheet/style/index.js +6 -0
- package/lib/share-sheet/style/less.d.ts +1 -0
- package/lib/share-sheet/style/less.js +6 -0
- package/lib/share-sheet/var.css +0 -0
- package/lib/share-sheet/var.less +18 -0
- package/lib/sidebar/Sidebar.d.ts +30 -0
- package/lib/sidebar/Sidebar.js +62 -0
- package/lib/sidebar/index.css +1 -0
- package/lib/sidebar/index.d.ts +23 -0
- package/lib/sidebar/index.js +37 -0
- package/lib/sidebar/index.less +11 -0
- package/lib/sidebar/style/index.d.ts +1 -0
- package/lib/sidebar/style/index.js +2 -0
- package/lib/sidebar/style/less.d.ts +1 -0
- package/lib/sidebar/style/less.js +2 -0
- package/lib/sidebar/var.css +0 -0
- package/lib/sidebar/var.less +3 -0
- package/lib/sidebar-item/SidebarItem.d.ts +42 -0
- package/lib/sidebar-item/SidebarItem.js +91 -0
- package/lib/sidebar-item/index.css +1 -0
- package/lib/sidebar-item/index.d.ts +34 -0
- package/lib/sidebar-item/index.js +37 -0
- package/lib/sidebar-item/index.less +74 -0
- package/lib/sidebar-item/style/index.d.ts +1 -0
- package/lib/sidebar-item/style/index.js +4 -0
- package/lib/sidebar-item/style/less.d.ts +1 -0
- package/lib/sidebar-item/style/less.js +4 -0
- package/lib/sidebar-item/var.css +0 -0
- package/lib/sidebar-item/var.less +15 -0
- package/lib/single-person-select/SinglePersonSelect.d.ts +62 -0
- package/lib/single-person-select/SinglePersonSelect.js +219 -0
- package/lib/single-person-select/index.css +1 -0
- package/lib/single-person-select/index.d.ts +50 -0
- package/lib/single-person-select/index.js +37 -0
- package/lib/single-person-select/index.less +92 -0
- package/lib/single-person-select/style/index.d.ts +1 -0
- package/lib/single-person-select/style/index.js +19 -0
- package/lib/single-person-select/style/less.d.ts +1 -0
- package/lib/single-person-select/style/less.js +19 -0
- package/lib/single-person-select/types.d.ts +11 -0
- package/lib/single-person-select/types.js +15 -0
- package/lib/skeleton/Skeleton.d.ts +96 -0
- package/lib/skeleton/Skeleton.js +102 -0
- package/lib/skeleton/index.css +1 -0
- package/lib/skeleton/index.d.ts +71 -0
- package/lib/skeleton/index.js +37 -0
- package/lib/skeleton/index.less +76 -0
- package/lib/skeleton/style/index.d.ts +1 -0
- package/lib/skeleton/style/index.js +2 -0
- package/lib/skeleton/style/less.d.ts +1 -0
- package/lib/skeleton/style/less.js +2 -0
- package/lib/skeleton/var.css +0 -0
- package/lib/skeleton/var.less +9 -0
- package/lib/slider/Slider.d.ts +100 -0
- package/lib/slider/Slider.js +290 -0
- package/lib/slider/index.css +1 -0
- package/lib/slider/index.d.ts +75 -0
- package/lib/slider/index.js +37 -0
- package/lib/slider/index.less +102 -0
- package/lib/slider/style/index.d.ts +1 -0
- package/lib/slider/style/index.js +2 -0
- package/lib/slider/style/less.d.ts +1 -0
- package/lib/slider/style/less.js +2 -0
- package/lib/slider/var.css +0 -0
- package/lib/slider/var.less +11 -0
- package/lib/space/Space.d.ts +48 -0
- package/lib/space/Space.js +105 -0
- package/lib/space/index.css +1 -0
- package/lib/space/index.d.ts +37 -0
- package/lib/space/index.js +37 -0
- package/lib/space/index.less +38 -0
- package/lib/space/style/index.d.ts +1 -0
- package/lib/space/style/index.js +2 -0
- package/lib/space/style/less.d.ts +1 -0
- package/lib/space/style/less.js +2 -0
- package/lib/step/Step.d.ts +2 -0
- package/lib/step/Step.js +136 -0
- package/lib/step/index.css +1 -0
- package/lib/step/index.d.ts +7 -0
- package/lib/step/index.js +37 -0
- package/lib/step/index.less +149 -0
- package/lib/step/style/index.d.ts +1 -0
- package/lib/step/style/index.js +5 -0
- package/lib/step/style/less.d.ts +1 -0
- package/lib/step/style/less.js +5 -0
- package/lib/step/var.css +0 -0
- package/lib/step/var.less +13 -0
- package/lib/stepper/Stepper.d.ts +181 -0
- package/lib/stepper/Stepper.js +265 -0
- package/lib/stepper/index.css +1 -0
- package/lib/stepper/index.d.ts +132 -0
- package/lib/stepper/index.js +37 -0
- package/lib/stepper/index.less +133 -0
- package/lib/stepper/style/index.d.ts +1 -0
- package/lib/stepper/style/index.js +2 -0
- package/lib/stepper/style/less.d.ts +1 -0
- package/lib/stepper/style/less.js +2 -0
- package/lib/stepper/var.css +0 -0
- package/lib/stepper/var.less +15 -0
- package/lib/steps/Steps.d.ts +71 -0
- package/lib/steps/Steps.js +64 -0
- package/lib/steps/index.css +1 -0
- package/lib/steps/index.d.ts +50 -0
- package/lib/steps/index.js +37 -0
- package/lib/steps/index.less +25 -0
- package/lib/steps/style/index.d.ts +1 -0
- package/lib/steps/style/index.js +2 -0
- package/lib/steps/style/less.d.ts +1 -0
- package/lib/steps/style/less.js +2 -0
- package/lib/steps/var.css +0 -0
- package/lib/steps/var.less +3 -0
- package/lib/sticky/Sticky.d.ts +58 -0
- package/lib/sticky/Sticky.js +140 -0
- package/lib/sticky/index.css +1 -0
- package/lib/sticky/index.d.ts +45 -0
- package/lib/sticky/index.js +37 -0
- package/lib/sticky/index.less +12 -0
- package/lib/sticky/style/index.d.ts +1 -0
- package/lib/sticky/style/index.js +2 -0
- package/lib/sticky/style/less.d.ts +1 -0
- package/lib/sticky/style/less.js +2 -0
- package/lib/sticky/var.css +0 -0
- package/lib/sticky/var.less +3 -0
- package/lib/style/animation.css +1 -0
- package/lib/style/animation.less +139 -0
- package/lib/style/base.css +1 -0
- package/lib/style/base.less +90 -0
- package/lib/style/css-variables.css +1 -0
- package/lib/style/css-variables.less +137 -0
- package/lib/style/mixins/clearfix.css +0 -0
- package/lib/style/mixins/clearfix.less +7 -0
- package/lib/style/mixins/ellipsis.css +0 -0
- package/lib/style/mixins/ellipsis.less +15 -0
- package/lib/style/mixins/hairline.css +0 -0
- package/lib/style/mixins/hairline.less +39 -0
- package/lib/style/normalize.css +1 -0
- package/lib/style/normalize.less +38 -0
- package/lib/style/var.css +0 -0
- package/lib/style/var.less +137 -0
- package/lib/submit-bar/SubmitBar.d.ts +101 -0
- package/lib/submit-bar/SubmitBar.js +133 -0
- package/lib/submit-bar/index.css +1 -0
- package/lib/submit-bar/index.d.ts +74 -0
- package/lib/submit-bar/index.js +37 -0
- package/lib/submit-bar/index.less +99 -0
- package/lib/submit-bar/style/index.d.ts +1 -0
- package/lib/submit-bar/style/index.js +6 -0
- package/lib/submit-bar/style/less.d.ts +1 -0
- package/lib/submit-bar/style/less.js +6 -0
- package/lib/submit-bar/var.css +0 -0
- package/lib/submit-bar/var.less +22 -0
- package/lib/swipe/Swipe.d.ts +121 -0
- package/lib/swipe/Swipe.js +378 -0
- package/lib/swipe/index.css +1 -0
- package/lib/swipe/index.d.ts +90 -0
- package/lib/swipe/index.js +37 -0
- package/lib/swipe/index.less +67 -0
- package/lib/swipe/style/index.d.ts +1 -0
- package/lib/swipe/style/index.js +2 -0
- package/lib/swipe/style/less.d.ts +1 -0
- package/lib/swipe/style/less.js +2 -0
- package/lib/swipe/types.d.ts +31 -0
- package/lib/swipe/types.js +15 -0
- package/lib/swipe/var.css +0 -0
- package/lib/swipe/var.less +8 -0
- package/lib/swipe-cell/SwipeCell.d.ts +44 -0
- package/lib/swipe-cell/SwipeCell.js +180 -0
- package/lib/swipe-cell/index.css +1 -0
- package/lib/swipe-cell/index.d.ts +38 -0
- package/lib/swipe-cell/index.js +37 -0
- package/lib/swipe-cell/index.less +27 -0
- package/lib/swipe-cell/style/index.d.ts +1 -0
- package/lib/swipe-cell/style/index.js +2 -0
- package/lib/swipe-cell/style/less.d.ts +1 -0
- package/lib/swipe-cell/style/less.js +2 -0
- package/lib/swipe-cell/types.d.ts +9 -0
- package/lib/swipe-cell/types.js +15 -0
- package/lib/swipe-item/SwipeItem.d.ts +2 -0
- package/lib/swipe-item/SwipeItem.js +100 -0
- package/lib/swipe-item/index.css +1 -0
- package/lib/swipe-item/index.d.ts +7 -0
- package/lib/swipe-item/index.js +37 -0
- package/lib/swipe-item/index.less +6 -0
- package/lib/swipe-item/style/index.d.ts +1 -0
- package/lib/swipe-item/style/index.js +3 -0
- package/lib/swipe-item/style/less.d.ts +1 -0
- package/lib/swipe-item/style/less.js +3 -0
- package/lib/switch/Switch.d.ts +58 -0
- package/lib/switch/Switch.js +103 -0
- package/lib/switch/index.css +1 -0
- package/lib/switch/index.d.ts +46 -0
- package/lib/switch/index.js +37 -0
- package/lib/switch/index.less +75 -0
- package/lib/switch/style/index.d.ts +1 -0
- package/lib/switch/style/index.js +3 -0
- package/lib/switch/style/less.d.ts +1 -0
- package/lib/switch/style/less.js +3 -0
- package/lib/switch/var.css +0 -0
- package/lib/switch/var.less +14 -0
- package/lib/tab/Tab.d.ts +61 -0
- package/lib/tab/Tab.js +142 -0
- package/lib/tab/index.css +1 -0
- package/lib/tab/index.d.ts +47 -0
- package/lib/tab/index.js +37 -0
- package/lib/tab/index.less +27 -0
- package/lib/tab/style/index.d.ts +1 -0
- package/lib/tab/style/index.js +20 -0
- package/lib/tab/style/less.d.ts +1 -0
- package/lib/tab/style/less.js +20 -0
- package/lib/tabbar/Tabbar.d.ts +90 -0
- package/lib/tabbar/Tabbar.js +102 -0
- package/lib/tabbar/index.css +1 -0
- package/lib/tabbar/index.d.ts +64 -0
- package/lib/tabbar/index.js +37 -0
- package/lib/tabbar/index.less +22 -0
- package/lib/tabbar/style/index.d.ts +1 -0
- package/lib/tabbar/style/index.js +2 -0
- package/lib/tabbar/style/less.d.ts +1 -0
- package/lib/tabbar/style/less.js +2 -0
- package/lib/tabbar/var.css +0 -0
- package/lib/tabbar/var.less +5 -0
- package/lib/tabbar-item/TabbarItem.d.ts +44 -0
- package/lib/tabbar-item/TabbarItem.js +138 -0
- package/lib/tabbar-item/index.css +1 -0
- package/lib/tabbar-item/index.d.ts +35 -0
- package/lib/tabbar-item/index.js +37 -0
- package/lib/tabbar-item/index.less +46 -0
- package/lib/tabbar-item/style/index.d.ts +1 -0
- package/lib/tabbar-item/style/index.js +5 -0
- package/lib/tabbar-item/style/less.d.ts +1 -0
- package/lib/tabbar-item/style/less.js +5 -0
- package/lib/tabbar-item/var.css +0 -0
- package/lib/tabbar-item/var.less +9 -0
- package/lib/tabs/Tabs.d.ts +184 -0
- package/lib/tabs/Tabs.js +468 -0
- package/lib/tabs/TabsContent.d.ts +43 -0
- package/lib/tabs/TabsContent.js +86 -0
- package/lib/tabs/TabsTitle.d.ts +47 -0
- package/lib/tabs/TabsTitle.js +116 -0
- package/lib/tabs/index.css +1 -0
- package/lib/tabs/index.d.ts +136 -0
- package/lib/tabs/index.js +37 -0
- package/lib/tabs/index.less +303 -0
- package/lib/tabs/style/index.d.ts +1 -0
- package/lib/tabs/style/index.js +18 -0
- package/lib/tabs/style/less.d.ts +1 -0
- package/lib/tabs/style/less.js +18 -0
- package/lib/tabs/types.d.ts +23 -0
- package/lib/tabs/types.js +15 -0
- package/lib/tabs/utils.d.ts +3 -0
- package/lib/tabs/utils.js +56 -0
- package/lib/tabs/var.css +0 -0
- package/lib/tabs/var.less +24 -0
- package/lib/tag/Tag.d.ts +64 -0
- package/lib/tag/Tag.js +96 -0
- package/lib/tag/index.css +1 -0
- package/lib/tag/index.d.ts +49 -0
- package/lib/tag/index.js +37 -0
- package/lib/tag/index.less +110 -0
- package/lib/tag/style/index.d.ts +1 -0
- package/lib/tag/style/index.js +4 -0
- package/lib/tag/style/less.d.ts +1 -0
- package/lib/tag/style/less.js +4 -0
- package/lib/tag/var.css +0 -0
- package/lib/tag/var.less +28 -0
- package/lib/toast/Toast.d.ts +112 -0
- package/lib/toast/Toast.js +137 -0
- package/lib/toast/function-call.d.ts +17 -0
- package/lib/toast/function-call.js +168 -0
- package/lib/toast/index.css +1 -0
- package/lib/toast/index.d.ts +5 -0
- package/lib/toast/index.js +25 -0
- package/lib/toast/index.less +91 -0
- package/lib/toast/lock-click.d.ts +1 -0
- package/lib/toast/lock-click.js +36 -0
- package/lib/toast/style/index.d.ts +1 -0
- package/lib/toast/style/index.js +7 -0
- package/lib/toast/style/less.d.ts +1 -0
- package/lib/toast/style/less.js +7 -0
- package/lib/toast/types.d.ts +42 -0
- package/lib/toast/types.js +15 -0
- package/lib/toast/var.css +0 -0
- package/lib/toast/var.less +17 -0
- package/lib/tree-select/TreeSelect.d.ts +78 -0
- package/lib/tree-select/TreeSelect.js +184 -0
- package/lib/tree-select/index.css +1 -0
- package/lib/tree-select/index.d.ts +55 -0
- package/lib/tree-select/index.js +37 -0
- package/lib/tree-select/index.less +84 -0
- package/lib/tree-select/style/index.d.ts +1 -0
- package/lib/tree-select/style/index.js +9 -0
- package/lib/tree-select/style/less.d.ts +1 -0
- package/lib/tree-select/style/less.js +9 -0
- package/lib/tree-select/var.css +0 -0
- package/lib/tree-select/var.less +5 -0
- package/lib/uploader/Uploader.d.ts +213 -0
- package/lib/uploader/Uploader.js +276 -0
- package/lib/uploader/UploaderPreviewItem.d.ts +36 -0
- package/lib/uploader/UploaderPreviewItem.js +146 -0
- package/lib/uploader/index.css +1 -0
- package/lib/uploader/index.d.ts +154 -0
- package/lib/uploader/index.js +37 -0
- package/lib/uploader/index.less +205 -0
- package/lib/uploader/style/index.d.ts +1 -0
- package/lib/uploader/style/index.js +11 -0
- package/lib/uploader/style/less.d.ts +1 -0
- package/lib/uploader/style/less.js +11 -0
- package/lib/uploader/types.d.ts +31 -0
- package/lib/uploader/types.js +15 -0
- package/lib/uploader/utils.d.ts +11 -0
- package/lib/uploader/utils.js +88 -0
- package/lib/uploader/var.css +0 -0
- package/lib/uploader/var.less +29 -0
- package/lib/utils/basic.d.ts +17 -0
- package/lib/utils/basic.js +50 -0
- package/lib/utils/constant.d.ts +11 -0
- package/lib/utils/constant.js +39 -0
- package/lib/utils/create.d.ts +17 -0
- package/lib/utils/create.js +82 -0
- package/lib/utils/deep-assign.d.ts +3 -0
- package/lib/utils/deep-assign.js +41 -0
- package/lib/utils/deep-clone.d.ts +1 -0
- package/lib/utils/deep-clone.js +39 -0
- package/lib/utils/dom.d.ts +12 -0
- package/lib/utils/dom.js +86 -0
- package/lib/utils/format.d.ts +13 -0
- package/lib/utils/format.js +139 -0
- package/lib/utils/index.d.ts +9 -0
- package/lib/utils/index.js +25 -0
- package/lib/utils/interceptor.d.ts +6 -0
- package/lib/utils/interceptor.js +48 -0
- package/lib/utils/mount-component.d.ts +14 -0
- package/lib/utils/mount-component.js +58 -0
- package/lib/utils/props.d.ts +31 -0
- package/lib/utils/props.js +55 -0
- package/lib/utils/validate.d.ts +9 -0
- package/lib/utils/validate.js +41 -0
- package/lib/utils/with-install.d.ts +13 -0
- package/lib/utils/with-install.js +33 -0
- package/lib/vant.cjs.js +19338 -0
- package/lib/vant.es.js +19338 -0
- package/lib/vant.js +22927 -0
- package/lib/vant.min.js +1 -0
- package/lib/video-preview/VideoPreview.d.ts +154 -0
- package/lib/video-preview/VideoPreview.js +176 -0
- package/lib/video-preview/function-call.d.ts +115 -0
- package/lib/video-preview/function-call.js +76 -0
- package/lib/video-preview/index.css +1 -0
- package/lib/video-preview/index.d.ts +11 -0
- package/lib/video-preview/index.js +25 -0
- package/lib/video-preview/index.less +109 -0
- package/lib/video-preview/style/index.d.ts +1 -0
- package/lib/video-preview/style/index.js +6 -0
- package/lib/video-preview/style/less.d.ts +1 -0
- package/lib/video-preview/style/less.js +6 -0
- package/lib/video-preview/types.d.ts +35 -0
- package/lib/video-preview/types.js +15 -0
- package/lib/video-preview/var.css +0 -0
- package/lib/video-preview/var.less +4 -0
- package/lib/vue-sfc-shim.d.ts +6 -0
- package/lib/vue-tsx-shim.d.ts +23 -0
- package/lib/web-types.json +1 -0
- package/lib/work-order-filter/WorkOrderFilter.d.ts +280 -0
- package/lib/work-order-filter/WorkOrderFilter.js +549 -0
- package/lib/work-order-filter/index.css +1 -0
- package/lib/work-order-filter/index.d.ts +201 -0
- package/lib/work-order-filter/index.js +37 -0
- package/lib/work-order-filter/index.less +197 -0
- package/lib/work-order-filter/style/index.d.ts +1 -0
- package/lib/work-order-filter/style/index.js +21 -0
- package/lib/work-order-filter/style/less.d.ts +1 -0
- package/lib/work-order-filter/style/less.js +21 -0
- package/lib/work-order-filter/types.d.ts +22 -0
- package/lib/work-order-filter/types.js +15 -0
- package/lib/work-order-filter/var.css +0 -0
- package/lib/work-order-filter/var.less +4 -0
- package/package.json +84 -0
- package/skills/use-persagy-vant/SKILL.md +29 -0
- package/skills/use-persagy-vant/agents/openai.yaml +4 -0
- package/skills/use-persagy-vant/references/business-component-catalog.md +24 -0
- package/skills/use-persagy-vant/references/component-catalog.md +31 -0
- package/skills/use-persagy-vant/references/component-gap-template.md +16 -0
- package/skills/use-persagy-vant/references/page-recipes.md +30 -0
- package/skills/use-persagy-vant/references/reuse-policy.md +37 -0
- package/skills/use-persagy-vant/references/usage-patterns.md +17 -0
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
export declare const BottomActionBar: import("../utils").WithInstall<import("vue").DefineComponent<{
|
|
2
|
+
confirmText: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
confirmType: {
|
|
7
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
8
|
+
default: import("..").ButtonType;
|
|
9
|
+
};
|
|
10
|
+
confirmLoading: BooleanConstructor;
|
|
11
|
+
confirmDisabled: BooleanConstructor;
|
|
12
|
+
secondaryText: StringConstructor;
|
|
13
|
+
secondaryType: {
|
|
14
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
15
|
+
default: import("..").ButtonType;
|
|
16
|
+
};
|
|
17
|
+
secondaryLoading: BooleanConstructor;
|
|
18
|
+
secondaryDisabled: BooleanConstructor;
|
|
19
|
+
icon: StringConstructor;
|
|
20
|
+
iconDisabled: BooleanConstructor;
|
|
21
|
+
moreIcon: StringConstructor;
|
|
22
|
+
moreText: StringConstructor;
|
|
23
|
+
moreBadge: (NumberConstructor | StringConstructor)[];
|
|
24
|
+
moreBadgeMax: (NumberConstructor | StringConstructor)[];
|
|
25
|
+
moreDisabled: BooleanConstructor;
|
|
26
|
+
morePopoverActions: {
|
|
27
|
+
type: import("vue").PropType<import("..").PopoverAction[]>;
|
|
28
|
+
default: () => never[];
|
|
29
|
+
};
|
|
30
|
+
placeholder: BooleanConstructor;
|
|
31
|
+
fixed: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: true;
|
|
34
|
+
};
|
|
35
|
+
safeAreaInsetBottom: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: true;
|
|
38
|
+
};
|
|
39
|
+
iconPrefix: StringConstructor;
|
|
40
|
+
showCheckboxAction: BooleanConstructor;
|
|
41
|
+
checkboxActionChecked: BooleanConstructor;
|
|
42
|
+
checkboxActionDisabled: BooleanConstructor;
|
|
43
|
+
checkboxActionText: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("icon" | "confirm" | "secondary" | "more" | "select-more-popover" | "update:checkboxActionChecked" | "checkbox-action-change")[], "icon" | "confirm" | "secondary" | "more" | "select-more-popover" | "update:checkboxActionChecked" | "checkbox-action-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
confirmText: {
|
|
49
|
+
type: import("vue").PropType<string>;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
confirmType: {
|
|
53
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
54
|
+
default: import("..").ButtonType;
|
|
55
|
+
};
|
|
56
|
+
confirmLoading: BooleanConstructor;
|
|
57
|
+
confirmDisabled: BooleanConstructor;
|
|
58
|
+
secondaryText: StringConstructor;
|
|
59
|
+
secondaryType: {
|
|
60
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
61
|
+
default: import("..").ButtonType;
|
|
62
|
+
};
|
|
63
|
+
secondaryLoading: BooleanConstructor;
|
|
64
|
+
secondaryDisabled: BooleanConstructor;
|
|
65
|
+
icon: StringConstructor;
|
|
66
|
+
iconDisabled: BooleanConstructor;
|
|
67
|
+
moreIcon: StringConstructor;
|
|
68
|
+
moreText: StringConstructor;
|
|
69
|
+
moreBadge: (NumberConstructor | StringConstructor)[];
|
|
70
|
+
moreBadgeMax: (NumberConstructor | StringConstructor)[];
|
|
71
|
+
moreDisabled: BooleanConstructor;
|
|
72
|
+
morePopoverActions: {
|
|
73
|
+
type: import("vue").PropType<import("..").PopoverAction[]>;
|
|
74
|
+
default: () => never[];
|
|
75
|
+
};
|
|
76
|
+
placeholder: BooleanConstructor;
|
|
77
|
+
fixed: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: true;
|
|
80
|
+
};
|
|
81
|
+
safeAreaInsetBottom: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: true;
|
|
84
|
+
};
|
|
85
|
+
iconPrefix: StringConstructor;
|
|
86
|
+
showCheckboxAction: BooleanConstructor;
|
|
87
|
+
checkboxActionChecked: BooleanConstructor;
|
|
88
|
+
checkboxActionDisabled: BooleanConstructor;
|
|
89
|
+
checkboxActionText: {
|
|
90
|
+
type: import("vue").PropType<string>;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
}>> & {
|
|
94
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
onIcon?: ((...args: any[]) => any) | undefined;
|
|
96
|
+
onSecondary?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
onMore?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
"onSelect-more-popover"?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
"onUpdate:checkboxActionChecked"?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
"onCheckbox-action-change"?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
}, {
|
|
102
|
+
fixed: boolean;
|
|
103
|
+
placeholder: boolean;
|
|
104
|
+
safeAreaInsetBottom: boolean;
|
|
105
|
+
confirmText: string;
|
|
106
|
+
confirmType: import("..").ButtonType;
|
|
107
|
+
confirmLoading: boolean;
|
|
108
|
+
confirmDisabled: boolean;
|
|
109
|
+
secondaryType: import("..").ButtonType;
|
|
110
|
+
secondaryLoading: boolean;
|
|
111
|
+
secondaryDisabled: boolean;
|
|
112
|
+
iconDisabled: boolean;
|
|
113
|
+
moreDisabled: boolean;
|
|
114
|
+
morePopoverActions: import("..").PopoverAction[];
|
|
115
|
+
showCheckboxAction: boolean;
|
|
116
|
+
checkboxActionChecked: boolean;
|
|
117
|
+
checkboxActionDisabled: boolean;
|
|
118
|
+
checkboxActionText: string;
|
|
119
|
+
}>>;
|
|
120
|
+
export default BottomActionBar;
|
|
121
|
+
export type { BottomActionBarProps } from './BottomActionBar';
|
|
122
|
+
declare module 'vue' {
|
|
123
|
+
interface GlobalComponents {
|
|
124
|
+
VanBottomActionBar: typeof BottomActionBar;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
@import './var.less';
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
--van-bottom-action-bar-background-color: @bottom-action-bar-background-color;
|
|
5
|
+
--van-bottom-action-bar-z-index: @bottom-action-bar-z-index;
|
|
6
|
+
--van-bottom-action-bar-padding: @bottom-action-bar-padding;
|
|
7
|
+
--van-bottom-action-bar-gap: @bottom-action-bar-gap;
|
|
8
|
+
--van-bottom-action-bar-button-height: @bottom-action-bar-button-height;
|
|
9
|
+
--van-bottom-action-bar-button-radius: @bottom-action-bar-button-radius;
|
|
10
|
+
--van-bottom-action-bar-secondary-width: @bottom-action-bar-secondary-width;
|
|
11
|
+
--van-bottom-action-bar-icon-button-width: @bottom-action-bar-icon-button-width;
|
|
12
|
+
--van-bottom-action-bar-more-width: @bottom-action-bar-more-width;
|
|
13
|
+
--van-bottom-action-bar-more-icon-size: @bottom-action-bar-more-icon-size;
|
|
14
|
+
--van-bottom-action-bar-more-text-color: @bottom-action-bar-more-text-color;
|
|
15
|
+
--van-bottom-action-bar-more-text-font-size: @bottom-action-bar-more-text-font-size;
|
|
16
|
+
--van-bottom-action-bar-more-text-line-height: @bottom-action-bar-more-text-line-height;
|
|
17
|
+
--van-bottom-action-bar-more-popover-width: @bottom-action-bar-more-popover-width;
|
|
18
|
+
--van-bottom-action-bar-more-popover-action-height: @bottom-action-bar-more-popover-action-height;
|
|
19
|
+
--van-bottom-action-bar-more-popover-icon-size: @bottom-action-bar-more-popover-icon-size;
|
|
20
|
+
--van-bottom-action-bar-more-popover-text-font-size: @bottom-action-bar-more-popover-text-font-size;
|
|
21
|
+
--van-bottom-action-bar-shadow: @bottom-action-bar-shadow;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.van-bottom-action-bar {
|
|
25
|
+
z-index: var(--van-bottom-action-bar-z-index);
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
width: 100%;
|
|
28
|
+
background: var(--van-bottom-action-bar-background-color);
|
|
29
|
+
box-shadow: var(--van-bottom-action-bar-shadow);
|
|
30
|
+
|
|
31
|
+
&--fixed {
|
|
32
|
+
position: fixed;
|
|
33
|
+
right: 0;
|
|
34
|
+
bottom: 0;
|
|
35
|
+
left: 0;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&__actions {
|
|
39
|
+
display: flex;
|
|
40
|
+
box-sizing: border-box;
|
|
41
|
+
align-items: center;
|
|
42
|
+
gap: var(--van-bottom-action-bar-gap);
|
|
43
|
+
width: 100%;
|
|
44
|
+
padding: var(--van-bottom-action-bar-padding);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&__checkbox-action {
|
|
48
|
+
padding: 12px 12px 0;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&__checkbox-action-content {
|
|
52
|
+
display: flex;
|
|
53
|
+
align-items: center;
|
|
54
|
+
padding: var(--van-padding-xs) var(--van-padding-sm);
|
|
55
|
+
background: linear-gradient(
|
|
56
|
+
90deg,
|
|
57
|
+
var(--van-gray-2),
|
|
58
|
+
rgb(241 244 246 / 20%)
|
|
59
|
+
);
|
|
60
|
+
border-radius: var(--van-border-radius-lg);
|
|
61
|
+
|
|
62
|
+
.van-checkbox {
|
|
63
|
+
margin: 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.van-button {
|
|
68
|
+
height: var(--van-bottom-action-bar-button-height);
|
|
69
|
+
border-radius: var(--van-bottom-action-bar-button-radius);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&__confirm {
|
|
73
|
+
flex: 1;
|
|
74
|
+
min-width: 58px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&__secondary {
|
|
78
|
+
flex: 0 0 var(--van-bottom-action-bar-secondary-width);
|
|
79
|
+
width: var(--van-bottom-action-bar-secondary-width);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&__icon-button {
|
|
83
|
+
flex: 0 0 var(--van-bottom-action-bar-icon-button-width);
|
|
84
|
+
width: var(--van-bottom-action-bar-icon-button-width);
|
|
85
|
+
padding: 0;
|
|
86
|
+
|
|
87
|
+
.van-button__icon {
|
|
88
|
+
font-size: var(--van-font-size-lg);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&__icon-action {
|
|
93
|
+
flex: 0 0 auto;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&__more-action {
|
|
97
|
+
position: relative;
|
|
98
|
+
display: flex;
|
|
99
|
+
flex: 0 0 var(--van-bottom-action-bar-more-width);
|
|
100
|
+
flex-direction: column;
|
|
101
|
+
align-items: center;
|
|
102
|
+
justify-content: center;
|
|
103
|
+
gap: var(--van-padding-base);
|
|
104
|
+
width: var(--van-bottom-action-bar-more-width);
|
|
105
|
+
min-height: var(--van-bottom-action-bar-button-height);
|
|
106
|
+
padding: 0;
|
|
107
|
+
color: inherit;
|
|
108
|
+
background: transparent;
|
|
109
|
+
border: 0;
|
|
110
|
+
|
|
111
|
+
&:not(:disabled) {
|
|
112
|
+
cursor: pointer;
|
|
113
|
+
|
|
114
|
+
&:active {
|
|
115
|
+
opacity: var(--van-active-opacity);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&:disabled {
|
|
120
|
+
opacity: var(--van-disabled-opacity);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&__more-icon {
|
|
125
|
+
font-size: var(--van-bottom-action-bar-more-icon-size);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&__more-text {
|
|
129
|
+
color: var(--van-bottom-action-bar-more-text-color);
|
|
130
|
+
font-size: var(--van-bottom-action-bar-more-text-font-size);
|
|
131
|
+
line-height: var(--van-bottom-action-bar-more-text-line-height);
|
|
132
|
+
white-space: nowrap;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&__more-popover {
|
|
136
|
+
.van-popover__content {
|
|
137
|
+
padding: var(--van-padding-xs) 0;
|
|
138
|
+
border-radius: var(--van-border-radius-lg);
|
|
139
|
+
box-shadow: 0 2px 10px rgb(27 33 41 / 10%);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
&__more-popover-action {
|
|
144
|
+
position: relative;
|
|
145
|
+
display: flex;
|
|
146
|
+
box-sizing: border-box;
|
|
147
|
+
flex-direction: column;
|
|
148
|
+
align-items: center;
|
|
149
|
+
justify-content: flex-start;
|
|
150
|
+
gap: 2px;
|
|
151
|
+
width: var(--van-bottom-action-bar-more-popover-width);
|
|
152
|
+
height: var(--van-bottom-action-bar-more-popover-action-height);
|
|
153
|
+
padding: var(--van-padding-xs) 0;
|
|
154
|
+
color: var(--van-text-color);
|
|
155
|
+
background: var(--van-background-color-light);
|
|
156
|
+
border: 0;
|
|
157
|
+
|
|
158
|
+
&:not(:last-child) {
|
|
159
|
+
&::after {
|
|
160
|
+
position: absolute;
|
|
161
|
+
right: var(--van-padding-md);
|
|
162
|
+
bottom: 0;
|
|
163
|
+
left: var(--van-padding-md);
|
|
164
|
+
height: 1px;
|
|
165
|
+
background: #e1e5eb;
|
|
166
|
+
transform: scaleY(0.5);
|
|
167
|
+
content: '';
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&:not(:disabled) {
|
|
172
|
+
cursor: pointer;
|
|
173
|
+
|
|
174
|
+
&:active {
|
|
175
|
+
background: var(--van-active-color);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&:disabled {
|
|
180
|
+
opacity: var(--van-disabled-opacity);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&__more-popover-icon {
|
|
185
|
+
font-size: var(--van-bottom-action-bar-more-popover-icon-size);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&__more-popover-text {
|
|
189
|
+
color: #626c78;
|
|
190
|
+
font-size: var(--van-bottom-action-bar-more-popover-text-font-size);
|
|
191
|
+
line-height: 16px;
|
|
192
|
+
white-space: nowrap;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import "../../style/base.css";
|
|
2
|
+
import "../../badge/index.css";
|
|
3
|
+
import "../../icon/index.css";
|
|
4
|
+
import "../../loading/index.css";
|
|
5
|
+
import "../../button/index.css";
|
|
6
|
+
import "../../overlay/index.css";
|
|
7
|
+
import "../../popup/index.css";
|
|
8
|
+
import "../../popover/index.css";
|
|
9
|
+
import "../../checkbox-group/index.css";
|
|
10
|
+
import "../../checkbox/index.css";
|
|
11
|
+
import "../index.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import "../../style/base.less";
|
|
2
|
+
import "../../badge/index.less";
|
|
3
|
+
import "../../icon/index.less";
|
|
4
|
+
import "../../loading/index.less";
|
|
5
|
+
import "../../button/index.less";
|
|
6
|
+
import "../../overlay/index.less";
|
|
7
|
+
import "../../popup/index.less";
|
|
8
|
+
import "../../popover/index.less";
|
|
9
|
+
import "../../checkbox-group/index.less";
|
|
10
|
+
import "../../checkbox/index.less";
|
|
11
|
+
import "../index.less";
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@import '../style/var.less';
|
|
2
|
+
|
|
3
|
+
@bottom-action-bar-background-color: var(--van-background-color-light);
|
|
4
|
+
@bottom-action-bar-z-index: 100;
|
|
5
|
+
@bottom-action-bar-padding: var(--van-padding-xs) var(--van-padding-sm);
|
|
6
|
+
@bottom-action-bar-gap: 6px;
|
|
7
|
+
@bottom-action-bar-button-height: 44px;
|
|
8
|
+
@bottom-action-bar-button-radius: var(--van-border-radius-lg);
|
|
9
|
+
@bottom-action-bar-secondary-width: 96px;
|
|
10
|
+
@bottom-action-bar-icon-button-width: 48px;
|
|
11
|
+
@bottom-action-bar-more-width: 48px;
|
|
12
|
+
@bottom-action-bar-more-icon-size: 20px;
|
|
13
|
+
@bottom-action-bar-more-text-color: var(--van-gray-7);
|
|
14
|
+
@bottom-action-bar-more-text-font-size: var(--van-font-size-xs);
|
|
15
|
+
@bottom-action-bar-more-text-line-height: var(--van-font-size-xs);
|
|
16
|
+
@bottom-action-bar-more-popover-width: 96px;
|
|
17
|
+
@bottom-action-bar-more-popover-action-height: 58px;
|
|
18
|
+
@bottom-action-bar-more-popover-icon-size: 24px;
|
|
19
|
+
@bottom-action-bar-more-popover-text-font-size: 12px;
|
|
20
|
+
@bottom-action-bar-shadow: 0 3px 12px rgb(27 33 41 / 12%), 0 0.5px 3px rgb(27 33 41 / 8%);
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { type PropType, type ExtractPropTypes } from 'vue';
|
|
2
|
+
import { LoadingType } from '../loading';
|
|
3
|
+
import { ButtonSize, ButtonType, ButtonNativeType, ButtonIconPosition } from './types';
|
|
4
|
+
declare const buttonProps: {
|
|
5
|
+
to: PropType<import("vue-router").RouteLocationRaw>;
|
|
6
|
+
url: StringConstructor;
|
|
7
|
+
replace: BooleanConstructor;
|
|
8
|
+
} & {
|
|
9
|
+
tag: {
|
|
10
|
+
type: PropType<keyof HTMLElementTagNameMap>;
|
|
11
|
+
default: keyof HTMLElementTagNameMap;
|
|
12
|
+
};
|
|
13
|
+
text: StringConstructor;
|
|
14
|
+
icon: StringConstructor;
|
|
15
|
+
iconSize: (NumberConstructor | StringConstructor)[];
|
|
16
|
+
type: {
|
|
17
|
+
type: PropType<ButtonType>;
|
|
18
|
+
default: ButtonType;
|
|
19
|
+
};
|
|
20
|
+
size: {
|
|
21
|
+
type: PropType<ButtonSize>;
|
|
22
|
+
default: ButtonSize;
|
|
23
|
+
};
|
|
24
|
+
color: StringConstructor;
|
|
25
|
+
block: BooleanConstructor;
|
|
26
|
+
plain: BooleanConstructor;
|
|
27
|
+
round: BooleanConstructor;
|
|
28
|
+
square: BooleanConstructor;
|
|
29
|
+
loading: BooleanConstructor;
|
|
30
|
+
hairline: BooleanConstructor;
|
|
31
|
+
disabled: BooleanConstructor;
|
|
32
|
+
iconPrefix: StringConstructor;
|
|
33
|
+
nativeType: {
|
|
34
|
+
type: PropType<ButtonNativeType>;
|
|
35
|
+
default: ButtonNativeType;
|
|
36
|
+
};
|
|
37
|
+
loadingSize: (NumberConstructor | StringConstructor)[];
|
|
38
|
+
loadingText: StringConstructor;
|
|
39
|
+
loadingType: PropType<LoadingType>;
|
|
40
|
+
iconPosition: {
|
|
41
|
+
type: PropType<ButtonIconPosition>;
|
|
42
|
+
default: ButtonIconPosition;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export declare type ButtonProps = ExtractPropTypes<typeof buttonProps>;
|
|
46
|
+
declare const _default: import("vue").DefineComponent<{
|
|
47
|
+
to: PropType<import("vue-router").RouteLocationRaw>;
|
|
48
|
+
url: StringConstructor;
|
|
49
|
+
replace: BooleanConstructor;
|
|
50
|
+
} & {
|
|
51
|
+
tag: {
|
|
52
|
+
type: PropType<keyof HTMLElementTagNameMap>;
|
|
53
|
+
default: keyof HTMLElementTagNameMap;
|
|
54
|
+
};
|
|
55
|
+
text: StringConstructor;
|
|
56
|
+
icon: StringConstructor;
|
|
57
|
+
iconSize: (NumberConstructor | StringConstructor)[];
|
|
58
|
+
type: {
|
|
59
|
+
type: PropType<ButtonType>;
|
|
60
|
+
default: ButtonType;
|
|
61
|
+
};
|
|
62
|
+
size: {
|
|
63
|
+
type: PropType<ButtonSize>;
|
|
64
|
+
default: ButtonSize;
|
|
65
|
+
};
|
|
66
|
+
color: StringConstructor;
|
|
67
|
+
block: BooleanConstructor;
|
|
68
|
+
plain: BooleanConstructor;
|
|
69
|
+
round: BooleanConstructor;
|
|
70
|
+
square: BooleanConstructor;
|
|
71
|
+
loading: BooleanConstructor;
|
|
72
|
+
hairline: BooleanConstructor;
|
|
73
|
+
disabled: BooleanConstructor;
|
|
74
|
+
iconPrefix: StringConstructor;
|
|
75
|
+
nativeType: {
|
|
76
|
+
type: PropType<ButtonNativeType>;
|
|
77
|
+
default: ButtonNativeType;
|
|
78
|
+
};
|
|
79
|
+
loadingSize: (NumberConstructor | StringConstructor)[];
|
|
80
|
+
loadingText: StringConstructor;
|
|
81
|
+
loadingType: PropType<LoadingType>;
|
|
82
|
+
iconPosition: {
|
|
83
|
+
type: PropType<ButtonIconPosition>;
|
|
84
|
+
default: ButtonIconPosition;
|
|
85
|
+
};
|
|
86
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
87
|
+
to: PropType<import("vue-router").RouteLocationRaw>;
|
|
88
|
+
url: StringConstructor;
|
|
89
|
+
replace: BooleanConstructor;
|
|
90
|
+
} & {
|
|
91
|
+
tag: {
|
|
92
|
+
type: PropType<keyof HTMLElementTagNameMap>;
|
|
93
|
+
default: keyof HTMLElementTagNameMap;
|
|
94
|
+
};
|
|
95
|
+
text: StringConstructor;
|
|
96
|
+
icon: StringConstructor;
|
|
97
|
+
iconSize: (NumberConstructor | StringConstructor)[];
|
|
98
|
+
type: {
|
|
99
|
+
type: PropType<ButtonType>;
|
|
100
|
+
default: ButtonType;
|
|
101
|
+
};
|
|
102
|
+
size: {
|
|
103
|
+
type: PropType<ButtonSize>;
|
|
104
|
+
default: ButtonSize;
|
|
105
|
+
};
|
|
106
|
+
color: StringConstructor;
|
|
107
|
+
block: BooleanConstructor;
|
|
108
|
+
plain: BooleanConstructor;
|
|
109
|
+
round: BooleanConstructor;
|
|
110
|
+
square: BooleanConstructor;
|
|
111
|
+
loading: BooleanConstructor;
|
|
112
|
+
hairline: BooleanConstructor;
|
|
113
|
+
disabled: BooleanConstructor;
|
|
114
|
+
iconPrefix: StringConstructor;
|
|
115
|
+
nativeType: {
|
|
116
|
+
type: PropType<ButtonNativeType>;
|
|
117
|
+
default: ButtonNativeType;
|
|
118
|
+
};
|
|
119
|
+
loadingSize: (NumberConstructor | StringConstructor)[];
|
|
120
|
+
loadingText: StringConstructor;
|
|
121
|
+
loadingType: PropType<LoadingType>;
|
|
122
|
+
iconPosition: {
|
|
123
|
+
type: PropType<ButtonIconPosition>;
|
|
124
|
+
default: ButtonIconPosition;
|
|
125
|
+
};
|
|
126
|
+
}>> & {
|
|
127
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}, {
|
|
129
|
+
replace: boolean;
|
|
130
|
+
type: ButtonType;
|
|
131
|
+
tag: keyof HTMLElementTagNameMap;
|
|
132
|
+
round: boolean;
|
|
133
|
+
size: ButtonSize;
|
|
134
|
+
disabled: boolean;
|
|
135
|
+
square: boolean;
|
|
136
|
+
loading: boolean;
|
|
137
|
+
block: boolean;
|
|
138
|
+
plain: boolean;
|
|
139
|
+
hairline: boolean;
|
|
140
|
+
nativeType: ButtonNativeType;
|
|
141
|
+
iconPosition: ButtonIconPosition;
|
|
142
|
+
}>;
|
|
143
|
+
export default _default;
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { defineComponent, createVNode as _createVNode } from "vue";
|
|
2
|
+
import { extend, numericProp, preventDefault, makeStringProp, createNamespace, BORDER_SURROUND } from "../utils/index.mjs";
|
|
3
|
+
import { useRoute, routeProps } from "../composables/use-route.mjs";
|
|
4
|
+
import { Icon } from "../icon/index.mjs";
|
|
5
|
+
import { Loading } from "../loading/index.mjs";
|
|
6
|
+
const [name, bem] = createNamespace("button");
|
|
7
|
+
const buttonIconSizes = {
|
|
8
|
+
large: "var(--van-font-size-xl)",
|
|
9
|
+
normal: "var(--van-font-size-lg)",
|
|
10
|
+
small: "var(--van-font-size-md)",
|
|
11
|
+
mini: "var(--van-font-size-sm)"
|
|
12
|
+
};
|
|
13
|
+
const buttonProps = extend({}, routeProps, {
|
|
14
|
+
tag: makeStringProp("button"),
|
|
15
|
+
text: String,
|
|
16
|
+
icon: String,
|
|
17
|
+
iconSize: numericProp,
|
|
18
|
+
type: makeStringProp("default"),
|
|
19
|
+
size: makeStringProp("normal"),
|
|
20
|
+
color: String,
|
|
21
|
+
block: Boolean,
|
|
22
|
+
plain: Boolean,
|
|
23
|
+
round: Boolean,
|
|
24
|
+
square: Boolean,
|
|
25
|
+
loading: Boolean,
|
|
26
|
+
hairline: Boolean,
|
|
27
|
+
disabled: Boolean,
|
|
28
|
+
iconPrefix: String,
|
|
29
|
+
nativeType: makeStringProp("button"),
|
|
30
|
+
loadingSize: numericProp,
|
|
31
|
+
loadingText: String,
|
|
32
|
+
loadingType: String,
|
|
33
|
+
iconPosition: makeStringProp("left")
|
|
34
|
+
});
|
|
35
|
+
var stdin_default = defineComponent({
|
|
36
|
+
name,
|
|
37
|
+
props: buttonProps,
|
|
38
|
+
emits: ["click"],
|
|
39
|
+
setup(props, {
|
|
40
|
+
emit,
|
|
41
|
+
slots
|
|
42
|
+
}) {
|
|
43
|
+
const route = useRoute();
|
|
44
|
+
const renderLoadingIcon = () => {
|
|
45
|
+
if (slots.loading) {
|
|
46
|
+
return slots.loading();
|
|
47
|
+
}
|
|
48
|
+
return _createVNode(Loading, {
|
|
49
|
+
"size": props.loadingSize,
|
|
50
|
+
"type": props.loadingType,
|
|
51
|
+
"class": bem("loading")
|
|
52
|
+
}, null);
|
|
53
|
+
};
|
|
54
|
+
const renderIcon = () => {
|
|
55
|
+
var _a;
|
|
56
|
+
if (props.loading) {
|
|
57
|
+
return renderLoadingIcon();
|
|
58
|
+
}
|
|
59
|
+
if (slots.icon) {
|
|
60
|
+
return _createVNode("div", {
|
|
61
|
+
"class": bem("icon")
|
|
62
|
+
}, [slots.icon()]);
|
|
63
|
+
}
|
|
64
|
+
if (props.icon) {
|
|
65
|
+
return _createVNode(Icon, {
|
|
66
|
+
"size": (_a = props.iconSize) != null ? _a : buttonIconSizes[props.size],
|
|
67
|
+
"name": props.icon,
|
|
68
|
+
"class": bem("icon"),
|
|
69
|
+
"classPrefix": props.iconPrefix
|
|
70
|
+
}, null);
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
const renderText = () => {
|
|
74
|
+
let text;
|
|
75
|
+
if (props.loading) {
|
|
76
|
+
text = props.loadingText;
|
|
77
|
+
} else {
|
|
78
|
+
text = slots.default ? slots.default() : props.text;
|
|
79
|
+
}
|
|
80
|
+
if (text) {
|
|
81
|
+
return _createVNode("span", {
|
|
82
|
+
"class": bem("text")
|
|
83
|
+
}, [text]);
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
const getStyle = () => {
|
|
87
|
+
const {
|
|
88
|
+
color,
|
|
89
|
+
plain
|
|
90
|
+
} = props;
|
|
91
|
+
if (color) {
|
|
92
|
+
const style = {
|
|
93
|
+
color: plain ? color : "white"
|
|
94
|
+
};
|
|
95
|
+
if (!plain) {
|
|
96
|
+
style.background = color;
|
|
97
|
+
}
|
|
98
|
+
if (color.includes("gradient")) {
|
|
99
|
+
style.border = 0;
|
|
100
|
+
} else {
|
|
101
|
+
style.borderColor = color;
|
|
102
|
+
}
|
|
103
|
+
return style;
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
const onClick = (event) => {
|
|
107
|
+
if (props.loading) {
|
|
108
|
+
preventDefault(event);
|
|
109
|
+
} else if (!props.disabled) {
|
|
110
|
+
emit("click", event);
|
|
111
|
+
route();
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
return () => {
|
|
115
|
+
const {
|
|
116
|
+
tag,
|
|
117
|
+
type,
|
|
118
|
+
size,
|
|
119
|
+
block,
|
|
120
|
+
round,
|
|
121
|
+
plain,
|
|
122
|
+
square,
|
|
123
|
+
loading,
|
|
124
|
+
disabled,
|
|
125
|
+
hairline,
|
|
126
|
+
nativeType,
|
|
127
|
+
iconPosition
|
|
128
|
+
} = props;
|
|
129
|
+
const classes = [bem([type, size, {
|
|
130
|
+
plain,
|
|
131
|
+
block,
|
|
132
|
+
round,
|
|
133
|
+
square,
|
|
134
|
+
loading,
|
|
135
|
+
disabled,
|
|
136
|
+
hairline
|
|
137
|
+
}]), {
|
|
138
|
+
[BORDER_SURROUND]: hairline
|
|
139
|
+
}];
|
|
140
|
+
return _createVNode(tag, {
|
|
141
|
+
"type": nativeType,
|
|
142
|
+
"class": classes,
|
|
143
|
+
"style": getStyle(),
|
|
144
|
+
"disabled": disabled,
|
|
145
|
+
"onClick": onClick
|
|
146
|
+
}, {
|
|
147
|
+
default: () => [_createVNode("div", {
|
|
148
|
+
"class": bem("content")
|
|
149
|
+
}, [iconPosition === "left" && renderIcon(), renderText(), iconPosition === "right" && renderIcon()])]
|
|
150
|
+
});
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
});
|
|
154
|
+
export {
|
|
155
|
+
stdin_default as default
|
|
156
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--van-button-mini-height: 24px;--van-button-mini-padding: 0 var(--van-padding-base);--van-button-mini-font-size: var(--van-font-size-xs);--van-button-small-height: 32px;--van-button-small-padding: 0 var(--van-padding-xs);--van-button-small-font-size: var(--van-font-size-sm);--van-button-normal-padding: 0 15px;--van-button-normal-font-size: var(--van-font-size-md);--van-button-large-height: 50px;--van-button-default-height: 44px;--van-button-default-line-height: 1.2;--van-button-default-font-size: var(--van-font-size-lg);--van-button-default-color: var(--van-grey-900);--van-button-default-background-color: var(--van-background-color-light);--van-button-default-border-color: var(--van-grey-300);--van-button-primary-color: var(--van-white);--van-button-primary-background-color: var(--van-blue-500);--van-button-primary-border-color: var(--van-blue-500);--van-button-success-color: var(--van-white);--van-button-success-background-color: var(--van-success-color);--van-button-success-border-color: var(--van-success-color);--van-button-danger-color: var(--van-white);--van-button-danger-background-color: var(--van-danger-color);--van-button-danger-border-color: var(--van-danger-color);--van-button-warning-color: var(--van-white);--van-button-warning-background-color: var(--van-warning-color);--van-button-warning-border-color: var(--van-warning-color);--van-button-border-width: var(--van-border-width-base);--van-button-border-radius: var(--van-border-radius-lg);--van-button-round-border-radius: var(--van-border-radius-max);--van-button-plain-background-color: transparent;--van-button-disabled-opacity: var(--van-disabled-opacity);--van-button-icon-size: 1.2em;--van-button-loading-icon-size: 20px}.van-button{position:relative;display:inline-block;box-sizing:border-box;height:var(--van-button-default-height);margin:0;padding:0;font-size:var(--van-button-default-font-size);line-height:var(--van-button-default-line-height);text-align:center;border-radius:var(--van-button-border-radius);cursor:pointer;transition:opacity var(--van-animation-duration-fast);-webkit-appearance:none}.van-button:before{position:absolute;top:50%;left:50%;width:100%;height:100%;background:var(--van-grey-900);border-color:var(--van-grey-900);border-radius:inherit;transform:translate(-50%,-50%);opacity:0;content:" "}.van-button:active:before{opacity:.08}.van-button--loading:before,.van-button--disabled:before{display:none}.van-button--default{color:var(--van-button-default-color);background:var(--van-button-default-background-color);border:var(--van-button-border-width) solid var(--van-button-default-border-color)}.van-button--primary{color:var(--van-button-primary-color);background:var(--van-button-primary-background-color);border:var(--van-button-border-width) solid var(--van-button-primary-border-color)}.van-button--success{color:var(--van-button-success-color);background:var(--van-button-success-background-color);border:var(--van-button-border-width) solid var(--van-button-success-border-color)}.van-button--danger{color:var(--van-button-danger-color);background:var(--van-button-danger-background-color);border:var(--van-button-border-width) solid var(--van-button-danger-border-color)}.van-button--warning{color:var(--van-button-warning-color);background:var(--van-button-warning-background-color);border:var(--van-button-border-width) solid var(--van-button-warning-border-color)}.van-button--text{background:var(--van-button-plain-background-color);color:var(--van-button-primary-background-color);border:var(--van-button-border-width) solid transparent}.van-button--plain{background:var(--van-button-plain-background-color)}.van-button--plain.van-button--primary{color:var(--van-button-primary-background-color)}.van-button--plain.van-button--success{color:var(--van-button-success-background-color)}.van-button--plain.van-button--danger{color:var(--van-button-danger-background-color)}.van-button--plain.van-button--warning{color:var(--van-button-warning-background-color)}.van-button--large{width:100%;height:var(--van-button-large-height)}.van-button--large .van-button__icon{font-size:var(--van-font-size-xl)}.van-button--normal{padding:var(--van-button-normal-padding);font-size:var(--van-button-normal-font-size)}.van-button--normal .van-button__icon{font-size:var(--van-font-size-lg)}.van-button--small{height:var(--van-button-small-height);padding:var(--van-button-small-padding);font-size:var(--van-button-small-font-size)}.van-button--small .van-button__icon{font-size:var(--van-font-size-md)}.van-button__loading{color:inherit;font-size:inherit}.van-button__loading .van-loading__spinner{color:currentColor;width:var(--van-button-loading-icon-size);height:var(--van-button-loading-icon-size)}.van-button--mini{height:var(--van-button-mini-height);padding:var(--van-button-mini-padding);font-size:var(--van-button-mini-font-size);border-radius:var(--van-border-radius-md)}.van-button--mini .van-button__icon{font-size:var(--van-font-size-sm)}.van-button--mini+.van-button--mini{margin-left:var(--van-padding-base)}.van-button--block{display:block;width:100%}.van-button--disabled{cursor:not-allowed;opacity:var(--van-button-disabled-opacity)}.van-button--loading{cursor:default}.van-button--round{border-radius:var(--van-button-round-border-radius)}.van-button--square{border-radius:0}.van-button__content{display:flex;align-items:center;justify-content:center;height:100%}.van-button__content:before{content:" "}.van-button__icon{font-size:var(--van-button-icon-size);line-height:inherit}.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading{margin-left:var(--van-padding-base)}.van-button--hairline{border-width:0}.van-button--hairline:after{border-color:inherit;border-radius:calc(var(--van-button-border-radius) * 2)}.van-button--hairline.van-button--round:after{border-radius:var(--van-button-round-border-radius)}.van-button--hairline.van-button--square:after{border-radius:0}
|