yc-design-vue 1.0.1
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 +201 -0
- package/README.md +87 -0
- package/es/Affix/index.d.ts +61 -0
- package/es/Affix/index.js +9 -0
- package/es/Affix/index.vue.d.ts +33 -0
- package/es/Affix/index.vue.js +108 -0
- package/es/Affix/index.vue2.js +4 -0
- package/es/Affix/type.d.ts +16 -0
- package/es/Alert/index.d.ts +63 -0
- package/es/Alert/index.js +9 -0
- package/es/Alert/index.vue.d.ts +29 -0
- package/es/Alert/index.vue.js +7 -0
- package/es/Alert/index.vue2.js +101 -0
- package/es/Alert/type.d.ts +20 -0
- package/es/Anchor/Anchor.vue.d.ts +26 -0
- package/es/Anchor/Anchor.vue.js +7 -0
- package/es/Anchor/Anchor.vue2.js +74 -0
- package/es/Anchor/AnchorLink.vue.d.ts +23 -0
- package/es/Anchor/AnchorLink.vue.js +7 -0
- package/es/Anchor/AnchorLink.vue2.js +77 -0
- package/es/Anchor/hooks/useContext.d.ts +23 -0
- package/es/Anchor/hooks/useContext.js +71 -0
- package/es/Anchor/index.d.ts +77 -0
- package/es/Anchor/index.js +13 -0
- package/es/Anchor/type.d.ts +20 -0
- package/es/AutoComplete/index.d.ts +747 -0
- package/es/AutoComplete/index.js +10 -0
- package/es/AutoComplete/index.vue.d.ts +1267 -0
- package/es/AutoComplete/index.vue.js +202 -0
- package/es/AutoComplete/index.vue3.js +5 -0
- package/es/AutoComplete/type.d.ts +45 -0
- package/es/Avatar/Avatar.vue.d.ts +38 -0
- package/es/Avatar/Avatar.vue.js +7 -0
- package/es/Avatar/Avatar.vue2.js +116 -0
- package/es/Avatar/AvatarGroup.vue.d.ts +24 -0
- package/es/Avatar/AvatarGroup.vue.js +7 -0
- package/es/Avatar/AvatarGroup.vue2.js +96 -0
- package/es/Avatar/hooks/useContext.d.ts +10 -0
- package/es/Avatar/hooks/useContext.js +42 -0
- package/es/Avatar/index.d.ts +117 -0
- package/es/Avatar/index.js +13 -0
- package/es/Avatar/type.d.ts +35 -0
- package/es/BackTop/index.d.ts +41 -0
- package/es/BackTop/index.js +9 -0
- package/es/BackTop/index.vue.d.ts +24 -0
- package/es/BackTop/index.vue.js +7 -0
- package/es/BackTop/index.vue2.js +83 -0
- package/es/BackTop/type.d.ts +10 -0
- package/es/Badge/index.d.ts +54 -0
- package/es/Badge/index.js +9 -0
- package/es/Badge/index.vue.d.ts +25 -0
- package/es/Badge/index.vue.js +7 -0
- package/es/Badge/index.vue2.js +93 -0
- package/es/Badge/type.d.ts +16 -0
- package/es/Breadcrumb/Breadcrumb.vue.d.ts +21 -0
- package/es/Breadcrumb/Breadcrumb.vue.js +7 -0
- package/es/Breadcrumb/Breadcrumb.vue2.js +118 -0
- package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +22 -0
- package/es/Breadcrumb/BreadcrumbItem.vue.js +7 -0
- package/es/Breadcrumb/BreadcrumbItem.vue2.js +76 -0
- package/es/Breadcrumb/BreadcrumbMore.vue.d.ts +6 -0
- package/es/Breadcrumb/BreadcrumbMore.vue.js +27 -0
- package/es/Breadcrumb/BreadcrumbMore.vue2.js +4 -0
- package/es/Breadcrumb/BreadcrumbSeparator.vue.d.ts +9 -0
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +7 -0
- package/es/Breadcrumb/BreadcrumbSeparator.vue2.js +44 -0
- package/es/Breadcrumb/index.d.ts +79 -0
- package/es/Breadcrumb/index.js +13 -0
- package/es/Breadcrumb/type.d.ts +37 -0
- package/es/Button/Button.vue.d.ts +38 -0
- package/es/Button/Button.vue.js +7 -0
- package/es/Button/Button.vue2.js +107 -0
- package/es/Button/ButtonGroup.vue.d.ts +22 -0
- package/es/Button/ButtonGroup.vue.js +33 -0
- package/es/Button/ButtonGroup.vue3.js +5 -0
- package/es/Button/hooks/useContext.d.ts +13 -0
- package/es/Button/hooks/useContext.js +63 -0
- package/es/Button/index.d.ts +124 -0
- package/es/Button/index.js +14 -0
- package/es/Button/type.d.ts +37 -0
- package/es/Calendar/Calendar.vue.d.ts +32 -0
- package/es/Calendar/Calendar.vue.js +7 -0
- package/es/Calendar/Calendar.vue2.js +208 -0
- package/es/Calendar/CalendarMonth.vue.d.ts +35 -0
- package/es/Calendar/CalendarMonth.vue.js +7 -0
- package/es/Calendar/CalendarMonth.vue2.js +116 -0
- package/es/Calendar/CalendarYear.vue.d.ts +30 -0
- package/es/Calendar/CalendarYear.vue.js +7 -0
- package/es/Calendar/CalendarYear.vue2.js +96 -0
- package/es/Calendar/index.d.ts +70 -0
- package/es/Calendar/index.js +9 -0
- package/es/Calendar/type.d.ts +25 -0
- package/es/Card/Card.vue.d.ts +25 -0
- package/es/Card/Card.vue.js +7 -0
- package/es/Card/Card.vue2.js +121 -0
- package/es/Card/CardGrid.vue.d.ts +18 -0
- package/es/Card/CardGrid.vue.js +7 -0
- package/es/Card/CardGrid.vue2.js +27 -0
- package/es/Card/CardMeta.vue.d.ts +19 -0
- package/es/Card/CardMeta.vue.js +7 -0
- package/es/Card/CardMeta.vue2.js +70 -0
- package/es/Card/hooks/useContext.d.ts +13 -0
- package/es/Card/hooks/useContext.js +25 -0
- package/es/Card/index.d.ts +106 -0
- package/es/Card/index.js +17 -0
- package/es/Card/type.d.ts +34 -0
- package/es/Carousel/Carousel.vue.d.ts +36 -0
- package/es/Carousel/Carousel.vue.js +7 -0
- package/es/Carousel/Carousel.vue2.js +131 -0
- package/es/Carousel/CarouselArrow.vue.d.ts +9 -0
- package/es/Carousel/CarouselArrow.vue.js +7 -0
- package/es/Carousel/CarouselArrow.vue2.js +55 -0
- package/es/Carousel/CarouselIndicator.vue.d.ts +14 -0
- package/es/Carousel/CarouselIndicator.vue.js +7 -0
- package/es/Carousel/CarouselIndicator.vue2.js +58 -0
- package/es/Carousel/CarouselItem.vue.d.ts +16 -0
- package/es/Carousel/CarouselItem.vue.js +7 -0
- package/es/Carousel/CarouselItem.vue2.js +55 -0
- package/es/Carousel/hooks/useContext.d.ts +28 -0
- package/es/Carousel/hooks/useContext.js +106 -0
- package/es/Carousel/index.d.ts +103 -0
- package/es/Carousel/index.js +13 -0
- package/es/Carousel/type.d.ts +35 -0
- package/es/Cascader/Cascader.vue.d.ts +382 -0
- package/es/Cascader/Cascader.vue.js +7 -0
- package/es/Cascader/Cascader.vue2.js +287 -0
- package/es/Cascader/CascaderIcon.vue.d.ts +12 -0
- package/es/Cascader/CascaderIcon.vue.js +7 -0
- package/es/Cascader/CascaderIcon.vue2.js +66 -0
- package/es/Cascader/CascaderOption.vue.d.ts +14 -0
- package/es/Cascader/CascaderOption.vue.js +7 -0
- package/es/Cascader/CascaderOption.vue2.js +208 -0
- package/es/Cascader/CascaderPanel.vue.d.ts +2 -0
- package/es/Cascader/CascaderPanel.vue.js +7 -0
- package/es/Cascader/CascaderPanel.vue2.js +63 -0
- package/es/Cascader/CascaderSearchPanel.vue.d.ts +2 -0
- package/es/Cascader/CascaderSearchPanel.vue.js +7 -0
- package/es/Cascader/CascaderSearchPanel.vue2.js +44 -0
- package/es/Cascader/hooks/useContext.d.ts +53 -0
- package/es/Cascader/hooks/useContext.js +334 -0
- package/es/Cascader/index.d.ts +336 -0
- package/es/Cascader/index.js +9 -0
- package/es/Cascader/type.d.ts +80 -0
- package/es/Checkbox/Checkbox.vue.d.ts +28 -0
- package/es/Checkbox/Checkbox.vue.js +7 -0
- package/es/Checkbox/Checkbox.vue2.js +115 -0
- package/es/Checkbox/CheckboxGroup.vue.d.ts +29 -0
- package/es/Checkbox/CheckboxGroup.vue.js +56 -0
- package/es/Checkbox/CheckboxGroup.vue3.js +5 -0
- package/es/Checkbox/hooks/useContext.d.ts +19 -0
- package/es/Checkbox/hooks/useContext.js +57 -0
- package/es/Checkbox/index.d.ts +115 -0
- package/es/Checkbox/index.js +14 -0
- package/es/Checkbox/type.d.ts +48 -0
- package/es/Collapse/Collapse.vue.d.ts +30 -0
- package/es/Collapse/Collapse.vue.js +7 -0
- package/es/Collapse/Collapse.vue2.js +38 -0
- package/es/Collapse/CollapseItem.vue.d.ts +22 -0
- package/es/Collapse/CollapseItem.vue.js +7 -0
- package/es/Collapse/CollapseItem.vue2.js +129 -0
- package/es/Collapse/hooks/useContext.d.ts +26 -0
- package/es/Collapse/hooks/useContext.js +68 -0
- package/es/Collapse/index.d.ts +103 -0
- package/es/Collapse/index.js +13 -0
- package/es/Collapse/type.d.ts +40 -0
- package/es/ColorPicker/ColorControl.vue.d.ts +25 -0
- package/es/ColorPicker/ColorControl.vue.js +7 -0
- package/es/ColorPicker/ColorControl.vue2.js +113 -0
- package/es/ColorPicker/ColorInput.vue.d.ts +19 -0
- package/es/ColorPicker/ColorInput.vue.js +8 -0
- package/es/ColorPicker/ColorInput.vue2.js +161 -0
- package/es/ColorPicker/ColorList.vue.d.ts +10 -0
- package/es/ColorPicker/ColorList.vue.js +7 -0
- package/es/ColorPicker/ColorList.vue2.js +47 -0
- package/es/ColorPicker/ColorPalette.vue.d.ts +20 -0
- package/es/ColorPicker/ColorPalette.vue.js +7 -0
- package/es/ColorPicker/ColorPalette.vue2.js +101 -0
- package/es/ColorPicker/ColorPanel.vue.d.ts +127 -0
- package/es/ColorPicker/ColorPanel.vue.js +7 -0
- package/es/ColorPicker/ColorPanel.vue2.js +144 -0
- package/es/ColorPicker/ColorPicker.vue.d.ts +40 -0
- package/es/ColorPicker/ColorPicker.vue.js +7 -0
- package/es/ColorPicker/ColorPicker.vue2.js +87 -0
- package/es/ColorPicker/hooks/useContext.d.ts +27 -0
- package/es/ColorPicker/hooks/useContext.js +92 -0
- package/es/ColorPicker/index.d.ts +91 -0
- package/es/ColorPicker/index.js +9 -0
- package/es/ColorPicker/type.d.ts +23 -0
- package/es/Comment/hooks/useContext.d.ts +4 -0
- package/es/Comment/hooks/useContext.js +23 -0
- package/es/Comment/index.d.ts +45 -0
- package/es/Comment/index.js +9 -0
- package/es/Comment/index.vue.d.ts +22 -0
- package/es/Comment/index.vue.js +7 -0
- package/es/Comment/index.vue2.js +110 -0
- package/es/Comment/type.d.ts +19 -0
- package/es/ConfigProvider/index.d.ts +48 -0
- package/es/ConfigProvider/index.js +9 -0
- package/es/ConfigProvider/index.vue.d.ts +23 -0
- package/es/ConfigProvider/index.vue.js +46 -0
- package/es/ConfigProvider/index.vue2.js +4 -0
- package/es/ConfigProvider/type.d.ts +17 -0
- package/es/Descriptions/Descriptions.vue.d.ts +27 -0
- package/es/Descriptions/Descriptions.vue.js +163 -0
- package/es/Descriptions/Descriptions.vue3.js +5 -0
- package/es/Descriptions/DescriptionsItem.vue.d.ts +19 -0
- package/es/Descriptions/DescriptionsItem.vue.js +19 -0
- package/es/Descriptions/DescriptionsItem.vue2.js +4 -0
- package/es/Descriptions/ReuseItem.vue.d.ts +7 -0
- package/es/Descriptions/ReuseItem.vue.js +7 -0
- package/es/Descriptions/ReuseItem.vue2.js +62 -0
- package/es/Descriptions/ReuseTd.vue.d.ts +9 -0
- package/es/Descriptions/ReuseTd.vue.js +7 -0
- package/es/Descriptions/ReuseTd.vue2.js +56 -0
- package/es/Descriptions/hooks/useContext.d.ts +21 -0
- package/es/Descriptions/hooks/useContext.js +77 -0
- package/es/Descriptions/index.d.ts +88 -0
- package/es/Descriptions/index.js +14 -0
- package/es/Descriptions/type.d.ts +50 -0
- package/es/Divider/index.d.ts +45 -0
- package/es/Divider/index.js +9 -0
- package/es/Divider/index.vue.d.ts +22 -0
- package/es/Divider/index.vue.js +7 -0
- package/es/Divider/index.vue2.js +55 -0
- package/es/Divider/type.d.ts +13 -0
- package/es/Drawer/Drawer.vue.d.ts +58 -0
- package/es/Drawer/Drawer.vue.js +7 -0
- package/es/Drawer/Drawer.vue2.js +203 -0
- package/es/Drawer/DrawerService.vue.d.ts +26 -0
- package/es/Drawer/DrawerService.vue.js +106 -0
- package/es/Drawer/DrawerService.vue2.js +4 -0
- package/es/Drawer/index.d.ts +145 -0
- package/es/Drawer/index.js +37 -0
- package/es/Drawer/type.d.ts +60 -0
- package/es/Dropdown/Dgroup.vue.d.ts +16 -0
- package/es/Dropdown/Dgroup.vue.js +7 -0
- package/es/Dropdown/Dgroup.vue2.js +26 -0
- package/es/Dropdown/Doption.vue.d.ts +24 -0
- package/es/Dropdown/Doption.vue.js +7 -0
- package/es/Dropdown/Doption.vue2.js +63 -0
- package/es/Dropdown/Dropdown.vue.d.ts +38 -0
- package/es/Dropdown/Dropdown.vue.js +111 -0
- package/es/Dropdown/Dropdown.vue3.js +5 -0
- package/es/Dropdown/DropdownButton.vue.d.ts +35 -0
- package/es/Dropdown/DropdownButton.vue.js +84 -0
- package/es/Dropdown/DropdownButton.vue2.js +4 -0
- package/es/Dropdown/Dsubmenu.vue.d.ts +508 -0
- package/es/Dropdown/Dsubmenu.vue.js +7 -0
- package/es/Dropdown/Dsubmenu.vue2.js +157 -0
- package/es/Dropdown/hooks/useContext.d.ts +14 -0
- package/es/Dropdown/hooks/useContext.js +52 -0
- package/es/Dropdown/index.d.ts +522 -0
- package/es/Dropdown/index.js +26 -0
- package/es/Dropdown/type.d.ts +86 -0
- package/es/Empty/index.d.ts +36 -0
- package/es/Empty/index.js +9 -0
- package/es/Empty/index.vue.d.ts +19 -0
- package/es/Empty/index.vue.js +7 -0
- package/es/Empty/index.vue2.js +44 -0
- package/es/Empty/type.d.ts +7 -0
- package/es/Grid/Grid.vue.d.ts +22 -0
- package/es/Grid/Grid.vue.js +7 -0
- package/es/Grid/Grid.vue2.js +42 -0
- package/es/Grid/GridCol.vue.d.ts +19 -0
- package/es/Grid/GridCol.vue.js +49 -0
- package/es/Grid/GridCol.vue2.js +4 -0
- package/es/Grid/GridItem.vue.d.ts +20 -0
- package/es/Grid/GridItem.vue.js +80 -0
- package/es/Grid/GridItem.vue2.js +4 -0
- package/es/Grid/GridRow.vue.d.ts +22 -0
- package/es/Grid/GridRow.vue.js +7 -0
- package/es/Grid/GridRow.vue2.js +49 -0
- package/es/Grid/hooks/useContext.d.ts +43 -0
- package/es/Grid/hooks/useContext.js +97 -0
- package/es/Grid/index.d.ts +136 -0
- package/es/Grid/index.js +21 -0
- package/es/Grid/type.d.ts +52 -0
- package/es/Icon/index.d.ts +38 -0
- package/es/Icon/index.js +29 -0
- package/es/Icon/index.vue.d.ts +18 -0
- package/es/Icon/index.vue.js +7 -0
- package/es/Icon/index.vue2.js +56 -0
- package/es/Icon/type.d.ts +14 -0
- package/es/Image/Image.vue.d.ts +34 -0
- package/es/Image/Image.vue.js +7 -0
- package/es/Image/Image.vue2.js +184 -0
- package/es/Image/ImagePreview.vue.d.ts +39 -0
- package/es/Image/ImagePreview.vue.js +7 -0
- package/es/Image/ImagePreview.vue2.js +211 -0
- package/es/Image/ImagePreviewAction.vue.d.ts +27 -0
- package/es/Image/ImagePreviewAction.vue.js +7 -0
- package/es/Image/ImagePreviewAction.vue2.js +51 -0
- package/es/Image/ImagePreviewArrow.vue.d.ts +5 -0
- package/es/Image/ImagePreviewArrow.vue.js +7 -0
- package/es/Image/ImagePreviewArrow.vue2.js +27 -0
- package/es/Image/ImagePreviewGroup.vue.d.ts +42 -0
- package/es/Image/ImagePreviewGroup.vue.js +110 -0
- package/es/Image/ImagePreviewGroup.vue2.js +4 -0
- package/es/Image/ImagePreviewToolbar.vue.d.ts +26 -0
- package/es/Image/ImagePreviewToolbar.vue.js +7 -0
- package/es/Image/ImagePreviewToolbar.vue2.js +74 -0
- package/es/Image/hooks/useContext.d.ts +17 -0
- package/es/Image/hooks/useContext.js +81 -0
- package/es/Image/index.d.ts +291 -0
- package/es/Image/index.js +21 -0
- package/es/Image/type.d.ts +82 -0
- package/es/Input/Input.vue.d.ts +65 -0
- package/es/Input/Input.vue.js +7 -0
- package/es/Input/Input.vue2.js +231 -0
- package/es/Input/InputSuffix.vue.d.ts +31 -0
- package/es/Input/InputSuffix.vue.js +7 -0
- package/es/Input/InputSuffix.vue2.js +51 -0
- package/es/Input/hooks/useCursor.d.ts +19 -0
- package/es/Input/hooks/useCursor.js +52 -0
- package/es/Input/hooks/useLimitedInput.d.ts +21 -0
- package/es/Input/hooks/useLimitedInput.js +124 -0
- package/es/Input/index.d.ts +153 -0
- package/es/Input/index.js +9 -0
- package/es/Input/type.d.ts +51 -0
- package/es/InputNumber/InputNumber.vue.d.ts +358 -0
- package/es/InputNumber/InputNumber.vue.js +7 -0
- package/es/InputNumber/InputNumber.vue2.js +271 -0
- package/es/InputNumber/InputOperaBtn.vue.d.ts +32 -0
- package/es/InputNumber/InputOperaBtn.vue.js +7 -0
- package/es/InputNumber/InputOperaBtn.vue2.js +58 -0
- package/es/InputNumber/index.d.ts +284 -0
- package/es/InputNumber/index.js +9 -0
- package/es/InputNumber/type.d.ts +50 -0
- package/es/InputTag/index.d.ts +140 -0
- package/es/InputTag/index.js +9 -0
- package/es/InputTag/index.vue.d.ts +62 -0
- package/es/InputTag/index.vue.js +7 -0
- package/es/InputTag/index.vue2.js +323 -0
- package/es/InputTag/type.d.ts +56 -0
- package/es/Layout/Layout.vue.d.ts +18 -0
- package/es/Layout/Layout.vue.js +7 -0
- package/es/Layout/Layout.vue2.js +45 -0
- package/es/Layout/LayoutContent.vue.d.ts +16 -0
- package/es/Layout/LayoutContent.vue.js +7 -0
- package/es/Layout/LayoutContent.vue2.js +18 -0
- package/es/Layout/LayoutFooter.vue.d.ts +16 -0
- package/es/Layout/LayoutFooter.vue.js +7 -0
- package/es/Layout/LayoutFooter.vue2.js +18 -0
- package/es/Layout/LayoutHeader.vue.d.ts +16 -0
- package/es/Layout/LayoutHeader.vue.js +7 -0
- package/es/Layout/LayoutHeader.vue2.js +18 -0
- package/es/Layout/LayoutSider.vue.d.ts +35 -0
- package/es/Layout/LayoutSider.vue.js +7 -0
- package/es/Layout/LayoutSider.vue2.js +134 -0
- package/es/Layout/index.d.ts +159 -0
- package/es/Layout/index.js +25 -0
- package/es/Layout/type.d.ts +41 -0
- package/es/Link/index.d.ts +68 -0
- package/es/Link/index.js +9 -0
- package/es/Link/index.vue.d.ts +31 -0
- package/es/Link/index.vue.js +7 -0
- package/es/Link/index.vue2.js +71 -0
- package/es/Link/type.d.ts +18 -0
- package/es/List/List.vue.d.ts +303 -0
- package/es/List/List.vue.js +7 -0
- package/es/List/List.vue2.js +226 -0
- package/es/List/ListItem.vue.d.ts +18 -0
- package/es/List/ListItem.vue.js +7 -0
- package/es/List/ListItem.vue2.js +58 -0
- package/es/List/ListItemMeta.vue.d.ts +19 -0
- package/es/List/ListItemMeta.vue.js +7 -0
- package/es/List/ListItemMeta.vue2.js +49 -0
- package/es/List/ListVirtual.vue.d.ts +26 -0
- package/es/List/ListVirtual.vue.js +34 -0
- package/es/List/ListVirtual.vue3.js +5 -0
- package/es/List/hooks/useScrollReach.d.ts +17 -0
- package/es/List/hooks/useScrollReach.js +32 -0
- package/es/List/index.d.ts +275 -0
- package/es/List/index.js +17 -0
- package/es/List/type.d.ts +54 -0
- package/es/Mention/index.d.ts +852 -0
- package/es/Mention/index.js +9 -0
- package/es/Mention/index.vue.d.ts +1536 -0
- package/es/Mention/index.vue.js +182 -0
- package/es/Mention/index.vue2.js +4 -0
- package/es/Mention/type.d.ts +31 -0
- package/es/Menu/Menu.vue.d.ts +54 -0
- package/es/Menu/Menu.vue.js +7 -0
- package/es/Menu/Menu.vue2.js +94 -0
- package/es/Menu/MenuEllipsis.vue.d.ts +2 -0
- package/es/Menu/MenuEllipsis.vue.js +7 -0
- package/es/Menu/MenuEllipsis.vue2.js +95 -0
- package/es/Menu/MenuItem.vue.d.ts +23 -0
- package/es/Menu/MenuItem.vue.js +7 -0
- package/es/Menu/MenuItem.vue2.js +234 -0
- package/es/Menu/MenuItemGroup.vue.d.ts +18 -0
- package/es/Menu/MenuItemGroup.vue.js +7 -0
- package/es/Menu/MenuItemGroup.vue2.js +42 -0
- package/es/Menu/MenuPopOption.vue.d.ts +10 -0
- package/es/Menu/MenuPopOption.vue.js +57 -0
- package/es/Menu/MenuPopOption.vue2.js +4 -0
- package/es/Menu/SubMenu.vue.d.ts +22 -0
- package/es/Menu/SubMenu.vue.js +7 -0
- package/es/Menu/SubMenu.vue2.js +78 -0
- package/es/Menu/hooks/useContext.d.ts +50 -0
- package/es/Menu/hooks/useContext.js +263 -0
- package/es/Menu/index.d.ts +214 -0
- package/es/Menu/index.js +21 -0
- package/es/Menu/type.d.ts +68 -0
- package/es/Message/Message.vue.d.ts +15 -0
- package/es/Message/Message.vue.js +7 -0
- package/es/Message/Message.vue2.js +100 -0
- package/es/Message/MessageList.vue.d.ts +6 -0
- package/es/Message/MessageList.vue.js +7 -0
- package/es/Message/MessageList.vue2.js +31 -0
- package/es/Message/index.d.ts +69 -0
- package/es/Message/index.js +91 -0
- package/es/Message/type.d.ts +34 -0
- package/es/Modal/Modal.vue.d.ts +74 -0
- package/es/Modal/Modal.vue.js +7 -0
- package/es/Modal/Modal.vue2.js +257 -0
- package/es/Modal/ModalService.vue.d.ts +37 -0
- package/es/Modal/ModalService.vue.js +138 -0
- package/es/Modal/ModalService.vue3.js +5 -0
- package/es/Modal/hooks/useModalClose.d.ts +18 -0
- package/es/Modal/hooks/useModalClose.js +78 -0
- package/es/Modal/hooks/useModalDraggable.d.ts +14 -0
- package/es/Modal/hooks/useModalDraggable.js +66 -0
- package/es/Modal/hooks/useOnBeforeClose.d.ts +4 -0
- package/es/Modal/hooks/useOnBeforeClose.js +40 -0
- package/es/Modal/index.d.ts +185 -0
- package/es/Modal/index.js +56 -0
- package/es/Modal/type.d.ts +86 -0
- package/es/Notification/Notification.vue.d.ts +19 -0
- package/es/Notification/Notification.vue.js +7 -0
- package/es/Notification/Notification.vue2.js +127 -0
- package/es/Notification/NotificationList.vue.d.ts +6 -0
- package/es/Notification/NotificationList.vue.js +7 -0
- package/es/Notification/NotificationList.vue2.js +35 -0
- package/es/Notification/index.d.ts +80 -0
- package/es/Notification/index.js +109 -0
- package/es/Notification/type.d.ts +38 -0
- package/es/OverflowList/index.d.ts +52 -0
- package/es/OverflowList/index.js +9 -0
- package/es/OverflowList/index.vue.d.ts +30 -0
- package/es/OverflowList/index.vue.js +7 -0
- package/es/OverflowList/index.vue2.js +123 -0
- package/es/OverflowList/type.d.ts +13 -0
- package/es/PageHeader/index.d.ts +49 -0
- package/es/PageHeader/index.js +9 -0
- package/es/PageHeader/index.vue.d.ts +24 -0
- package/es/PageHeader/index.vue.js +7 -0
- package/es/PageHeader/index.vue2.js +96 -0
- package/es/PageHeader/type.d.ts +16 -0
- package/es/Pagination/Pagination.vue.d.ts +46 -0
- package/es/Pagination/Pagination.vue.js +7 -0
- package/es/Pagination/Pagination.vue2.js +192 -0
- package/es/Pagination/PaginationItem.vue.d.ts +23 -0
- package/es/Pagination/PaginationItem.vue.js +7 -0
- package/es/Pagination/PaginationItem.vue2.js +85 -0
- package/es/Pagination/hooks/useContext.d.ts +29 -0
- package/es/Pagination/hooks/useContext.js +129 -0
- package/es/Pagination/index.d.ts +112 -0
- package/es/Pagination/index.js +9 -0
- package/es/Pagination/type.d.ts +43 -0
- package/es/Popconfirm/index.d.ts +294 -0
- package/es/Popconfirm/index.js +10 -0
- package/es/Popconfirm/index.vue.d.ts +400 -0
- package/es/Popconfirm/index.vue.js +161 -0
- package/es/Popconfirm/index.vue3.js +5 -0
- package/es/Popconfirm/type.d.ts +41 -0
- package/es/Popover/index.d.ts +90 -0
- package/es/Popover/index.js +10 -0
- package/es/Popover/index.vue.d.ts +38 -0
- package/es/Popover/index.vue.js +100 -0
- package/es/Popover/index.vue3.js +5 -0
- package/es/Popover/type.d.ts +30 -0
- package/es/Progress/Progress.vue.d.ts +34 -0
- package/es/Progress/Progress.vue.js +7 -0
- package/es/Progress/Progress.vue2.js +131 -0
- package/es/Progress/ProgressCircle.vue.d.ts +34 -0
- package/es/Progress/ProgressCircle.vue.js +7 -0
- package/es/Progress/ProgressCircle.vue2.js +150 -0
- package/es/Progress/ProgressLine.vue.d.ts +32 -0
- package/es/Progress/ProgressLine.vue.js +7 -0
- package/es/Progress/ProgressLine.vue2.js +100 -0
- package/es/Progress/ProgressSteps.vue.d.ts +32 -0
- package/es/Progress/ProgressSteps.vue.js +82 -0
- package/es/Progress/ProgressSteps.vue3.js +5 -0
- package/es/Progress/index.d.ts +61 -0
- package/es/Progress/index.js +9 -0
- package/es/Progress/type.d.ts +17 -0
- package/es/Radio/Radio.vue.d.ts +28 -0
- package/es/Radio/Radio.vue.js +7 -0
- package/es/Radio/Radio.vue2.js +123 -0
- package/es/Radio/RadioGroup.vue.d.ts +30 -0
- package/es/Radio/RadioGroup.vue.js +59 -0
- package/es/Radio/RadioGroup.vue3.js +5 -0
- package/es/Radio/hooks/useContext.d.ts +21 -0
- package/es/Radio/hooks/useContext.js +65 -0
- package/es/Radio/index.d.ts +118 -0
- package/es/Radio/index.js +14 -0
- package/es/Radio/type.d.ts +49 -0
- package/es/Rate/index.d.ts +74 -0
- package/es/Rate/index.js +9 -0
- package/es/Rate/index.vue.d.ts +33 -0
- package/es/Rate/index.vue.js +7 -0
- package/es/Rate/index.vue2.js +149 -0
- package/es/Rate/type.d.ts +21 -0
- package/es/ResizeBox/index.d.ts +89 -0
- package/es/ResizeBox/index.js +9 -0
- package/es/ResizeBox/index.vue.d.ts +43 -0
- package/es/ResizeBox/index.vue.js +7 -0
- package/es/ResizeBox/index.vue2.js +162 -0
- package/es/ResizeBox/type.d.ts +26 -0
- package/es/Result/index.d.ts +39 -0
- package/es/Result/index.js +9 -0
- package/es/Result/index.vue.d.ts +20 -0
- package/es/Result/index.vue.js +7 -0
- package/es/Result/index.vue2.js +74 -0
- package/es/Result/type.d.ts +13 -0
- package/es/Scrollbar/Scrollbar.vue.d.ts +36 -0
- package/es/Scrollbar/Scrollbar.vue.js +7 -0
- package/es/Scrollbar/Scrollbar.vue2.js +226 -0
- package/es/Scrollbar/ScrollbarTrack.vue.d.ts +17 -0
- package/es/Scrollbar/ScrollbarTrack.vue.js +7 -0
- package/es/Scrollbar/ScrollbarTrack.vue2.js +115 -0
- package/es/Scrollbar/hooks/useContext.d.ts +16 -0
- package/es/Scrollbar/hooks/useContext.js +26 -0
- package/es/Scrollbar/index.d.ts +70 -0
- package/es/Scrollbar/index.js +9 -0
- package/es/Scrollbar/type.d.ts +21 -0
- package/es/Select/Optgroup.vue.d.ts +16 -0
- package/es/Select/Optgroup.vue.js +7 -0
- package/es/Select/Optgroup.vue2.js +26 -0
- package/es/Select/Option.vue.d.ts +25 -0
- package/es/Select/Option.vue.js +7 -0
- package/es/Select/Option.vue2.js +140 -0
- package/es/Select/Select.vue.d.ts +718 -0
- package/es/Select/Select.vue.js +7 -0
- package/es/Select/Select.vue2.js +304 -0
- package/es/Select/SelectIcon.vue.d.ts +12 -0
- package/es/Select/SelectIcon.vue.js +7 -0
- package/es/Select/SelectIcon.vue2.js +66 -0
- package/es/Select/SelectRealList.vue.d.ts +7 -0
- package/es/Select/SelectRealList.vue.js +7 -0
- package/es/Select/SelectRealList.vue2.js +95 -0
- package/es/Select/SelectView.vue.d.ts +39 -0
- package/es/Select/SelectView.vue.js +7 -0
- package/es/Select/SelectView.vue2.js +99 -0
- package/es/Select/SelectVirtualList.vue.d.ts +6 -0
- package/es/Select/SelectVirtualList.vue.js +7 -0
- package/es/Select/SelectVirtualList.vue2.js +61 -0
- package/es/Select/hooks/useContext.d.ts +81 -0
- package/es/Select/hooks/useContext.js +196 -0
- package/es/Select/hooks/useSelectHotkeys.d.ts +15 -0
- package/es/Select/hooks/useSelectHotkeys.js +56 -0
- package/es/Select/hooks/useSelectOptions.d.ts +67 -0
- package/es/Select/hooks/useSelectOptions.js +91 -0
- package/es/Select/index.d.ts +582 -0
- package/es/Select/index.js +17 -0
- package/es/Select/type.d.ts +118 -0
- package/es/Skeleton/Skeleton.vue.d.ts +19 -0
- package/es/Skeleton/Skeleton.vue.js +30 -0
- package/es/Skeleton/Skeleton.vue2.js +4 -0
- package/es/Skeleton/SkeletonLine.vue.d.ts +8 -0
- package/es/Skeleton/SkeletonLine.vue.js +7 -0
- package/es/Skeleton/SkeletonLine.vue2.js +46 -0
- package/es/Skeleton/SkeletonShape.vue.d.ts +6 -0
- package/es/Skeleton/SkeletonShape.vue.js +7 -0
- package/es/Skeleton/SkeletonShape.vue2.js +31 -0
- package/es/Skeleton/index.d.ts +53 -0
- package/es/Skeleton/index.js +17 -0
- package/es/Skeleton/type.d.ts +20 -0
- package/es/Slider/Slider.vue.d.ts +25 -0
- package/es/Slider/Slider.vue.js +7 -0
- package/es/Slider/Slider.vue2.js +145 -0
- package/es/Slider/SliderBtn.vue.d.ts +13 -0
- package/es/Slider/SliderBtn.vue.js +7 -0
- package/es/Slider/SliderBtn.vue2.js +98 -0
- package/es/Slider/SliderInput.vue.d.ts +5 -0
- package/es/Slider/SliderInput.vue.js +7 -0
- package/es/Slider/SliderInput.vue2.js +56 -0
- package/es/Slider/SliderTicks.vue.d.ts +11 -0
- package/es/Slider/SliderTicks.vue.js +7 -0
- package/es/Slider/SliderTicks.vue2.js +66 -0
- package/es/Slider/hooks/useContext.d.ts +44 -0
- package/es/Slider/hooks/useContext.js +160 -0
- package/es/Slider/hooks/useSliderDraggable.d.ts +37 -0
- package/es/Slider/hooks/useSliderDraggable.js +130 -0
- package/es/Slider/index.d.ts +84 -0
- package/es/Slider/index.js +9 -0
- package/es/Slider/type.d.ts +22 -0
- package/es/Space/index.d.ts +45 -0
- package/es/Space/index.js +9 -0
- package/es/Space/index.vue.d.ts +22 -0
- package/es/Space/index.vue.js +7 -0
- package/es/Space/index.vue2.js +91 -0
- package/es/Space/type.d.ts +13 -0
- package/es/Spin/index.d.ts +48 -0
- package/es/Spin/index.js +9 -0
- package/es/Spin/index.vue.d.ts +23 -0
- package/es/Spin/index.vue.js +7 -0
- package/es/Spin/index.vue2.js +90 -0
- package/es/Spin/type.d.ts +13 -0
- package/es/Split/index.d.ts +79 -0
- package/es/Split/index.js +9 -0
- package/es/Split/index.vue.d.ts +40 -0
- package/es/Split/index.vue.js +7 -0
- package/es/Split/index.vue2.js +147 -0
- package/es/Split/type.d.ts +22 -0
- package/es/Statistic/Countdown.vue.d.ts +28 -0
- package/es/Statistic/Countdown.vue.js +82 -0
- package/es/Statistic/Countdown.vue2.js +4 -0
- package/es/Statistic/Statistic.vue.d.ts +40 -0
- package/es/Statistic/Statistic.vue.js +7 -0
- package/es/Statistic/Statistic.vue2.js +148 -0
- package/es/Statistic/index.d.ts +140 -0
- package/es/Statistic/index.js +13 -0
- package/es/Statistic/type.d.ts +44 -0
- package/es/Steps/Step.vue.d.ts +21 -0
- package/es/Steps/Step.vue.js +7 -0
- package/es/Steps/Step.vue2.js +115 -0
- package/es/Steps/Steps.vue.d.ts +32 -0
- package/es/Steps/Steps.vue.js +7 -0
- package/es/Steps/Steps.vue2.js +43 -0
- package/es/Steps/hooks/useContext.d.ts +26 -0
- package/es/Steps/hooks/useContext.js +138 -0
- package/es/Steps/index.d.ts +106 -0
- package/es/Steps/index.js +13 -0
- package/es/Steps/type.d.ts +39 -0
- package/es/Switch/index.d.ts +94 -0
- package/es/Switch/index.js +9 -0
- package/es/Switch/index.vue.d.ts +40 -0
- package/es/Switch/index.vue.js +7 -0
- package/es/Switch/index.vue2.js +154 -0
- package/es/Switch/type.d.ts +31 -0
- package/es/Tabs/TabButton.vue.d.ts +24 -0
- package/es/Tabs/TabButton.vue.js +7 -0
- package/es/Tabs/TabButton.vue2.js +38 -0
- package/es/Tabs/TabPane.vue.d.ts +22 -0
- package/es/Tabs/TabPane.vue.js +43 -0
- package/es/Tabs/TabPane.vue3.js +5 -0
- package/es/Tabs/Tabs.vue.d.ts +48 -0
- package/es/Tabs/Tabs.vue.js +7 -0
- package/es/Tabs/Tabs.vue2.js +209 -0
- package/es/Tabs/TabsNavInk.vue.d.ts +7 -0
- package/es/Tabs/TabsNavInk.vue.js +7 -0
- package/es/Tabs/TabsNavInk.vue2.js +63 -0
- package/es/Tabs/TabsTab.vue.d.ts +7 -0
- package/es/Tabs/TabsTab.vue.js +7 -0
- package/es/Tabs/TabsTab.vue2.js +91 -0
- package/es/Tabs/hooks/useContext.d.ts +35 -0
- package/es/Tabs/hooks/useContext.js +90 -0
- package/es/Tabs/hooks/useTabsScroll.d.ts +15 -0
- package/es/Tabs/hooks/useTabsScroll.js +74 -0
- package/es/Tabs/index.d.ts +111 -0
- package/es/Tabs/index.js +13 -0
- package/es/Tabs/type.d.ts +44 -0
- package/es/Tag/index.d.ts +88 -0
- package/es/Tag/index.js +9 -0
- package/es/Tag/index.vue.d.ts +38 -0
- package/es/Tag/index.vue.js +7 -0
- package/es/Tag/index.vue2.js +112 -0
- package/es/Tag/type.d.ts +25 -0
- package/es/Textarea/hooks/useTextareaHeight.d.ts +11 -0
- package/es/Textarea/hooks/useTextareaHeight.js +39 -0
- package/es/Textarea/index.d.ts +128 -0
- package/es/Textarea/index.js +9 -0
- package/es/Textarea/index.vue.d.ts +42 -0
- package/es/Textarea/index.vue.js +7 -0
- package/es/Textarea/index.vue2.js +164 -0
- package/es/Textarea/type.d.ts +36 -0
- package/es/TimePicker/TimePicker.vue.d.ts +147 -0
- package/es/TimePicker/TimePicker.vue.js +7 -0
- package/es/TimePicker/TimePicker.vue2.js +213 -0
- package/es/TimePicker/TimePickerPanel.vue.d.ts +19 -0
- package/es/TimePicker/TimePickerPanel.vue.js +7 -0
- package/es/TimePicker/TimePickerPanel.vue2.js +218 -0
- package/es/TimePicker/hooks/useContext.d.ts +42 -0
- package/es/TimePicker/hooks/useContext.js +132 -0
- package/es/TimePicker/index.d.ts +173 -0
- package/es/TimePicker/index.js +9 -0
- package/es/TimePicker/type.d.ts +50 -0
- package/es/Timeline/Timeline.vue.d.ts +22 -0
- package/es/Timeline/Timeline.vue.js +7 -0
- package/es/Timeline/Timeline.vue2.js +77 -0
- package/es/Timeline/TimelineItem.vue.d.ts +24 -0
- package/es/Timeline/TimelineItem.vue.js +7 -0
- package/es/Timeline/TimelineItem.vue2.js +89 -0
- package/es/Timeline/hooks/useContext.d.ts +18 -0
- package/es/Timeline/hooks/useContext.js +61 -0
- package/es/Timeline/index.d.ts +88 -0
- package/es/Timeline/index.js +13 -0
- package/es/Timeline/type.d.ts +31 -0
- package/es/Tooltip/index.d.ts +90 -0
- package/es/Tooltip/index.js +10 -0
- package/es/Tooltip/index.vue.d.ts +39 -0
- package/es/Tooltip/index.vue.js +110 -0
- package/es/Tooltip/index.vue3.js +5 -0
- package/es/Tooltip/type.d.ts +29 -0
- package/es/Transfer/Transfer.vue.d.ts +42 -0
- package/es/Transfer/Transfer.vue.js +7 -0
- package/es/Transfer/Transfer.vue2.js +105 -0
- package/es/Transfer/TransferPanel.vue.d.ts +19 -0
- package/es/Transfer/TransferPanel.vue.js +7 -0
- package/es/Transfer/TransferPanel.vue2.js +252 -0
- package/es/Transfer/hooks/useContext.d.ts +32 -0
- package/es/Transfer/hooks/useContext.js +126 -0
- package/es/Transfer/index.d.ts +99 -0
- package/es/Transfer/index.js +9 -0
- package/es/Transfer/type.d.ts +64 -0
- package/es/Trigger/hooks/useContext.d.ts +22 -0
- package/es/Trigger/hooks/useContext.js +111 -0
- package/es/Trigger/hooks/useTriggerPosition.d.ts +32 -0
- package/es/Trigger/hooks/useTriggerPosition.js +373 -0
- package/es/Trigger/hooks/useTriggerVisible.d.ts +19 -0
- package/es/Trigger/hooks/useTriggerVisible.js +193 -0
- package/es/Trigger/index.d.ts +166 -0
- package/es/Trigger/index.js +9 -0
- package/es/Trigger/index.vue.d.ts +59 -0
- package/es/Trigger/index.vue.js +7 -0
- package/es/Trigger/index.vue2.js +186 -0
- package/es/Trigger/type.d.ts +61 -0
- package/es/Typography/Typography.vue.d.ts +17 -0
- package/es/Typography/Typography.vue.js +18 -0
- package/es/Typography/Typography.vue3.js +5 -0
- package/es/Typography/TypographyBase.vue.d.ts +358 -0
- package/es/Typography/TypographyBase.vue.js +7 -0
- package/es/Typography/TypographyBase.vue2.js +208 -0
- package/es/Typography/TypographyParagraph.vue.d.ts +19 -0
- package/es/Typography/TypographyParagraph.vue.js +7 -0
- package/es/Typography/TypographyParagraph.vue2.js +50 -0
- package/es/Typography/TypographyText.vue.d.ts +16 -0
- package/es/Typography/TypographyText.vue.js +43 -0
- package/es/Typography/TypographyText.vue2.js +4 -0
- package/es/Typography/TypographyTitle.vue.d.ts +18 -0
- package/es/Typography/TypographyTitle.vue.js +7 -0
- package/es/Typography/TypographyTitle.vue2.js +51 -0
- package/es/Typography/index.d.ts +39 -0
- package/es/Typography/index.js +19 -0
- package/es/Typography/type.d.ts +62 -0
- package/es/VerificationCode/index.d.ts +74 -0
- package/es/VerificationCode/index.js +9 -0
- package/es/VerificationCode/index.vue.d.ts +21 -0
- package/es/VerificationCode/index.vue.js +7 -0
- package/es/VerificationCode/index.vue2.js +128 -0
- package/es/VerificationCode/type.d.ts +22 -0
- package/es/Watermark/index.d.ts +74 -0
- package/es/Watermark/index.js +9 -0
- package/es/Watermark/index.vue.d.ts +35 -0
- package/es/Watermark/index.vue.js +7 -0
- package/es/Watermark/index.vue2.js +276 -0
- package/es/Watermark/type.d.ts +27 -0
- package/es/_shared/components/ExpandTransition.vue.d.ts +17 -0
- package/es/_shared/components/ExpandTransition.vue2.js +7 -0
- package/es/_shared/components/ExpandTransition.vue3.js +50 -0
- package/es/_shared/components/IconButton.vue.d.ts +30 -0
- package/es/_shared/components/IconButton.vue.js +7 -0
- package/es/_shared/components/IconButton.vue3.js +45 -0
- package/es/_shared/components/PreventFocus.vue.d.ts +24 -0
- package/es/_shared/components/PreventFocus.vue.js +23 -0
- package/es/_shared/components/PreventFocus.vue2.js +4 -0
- package/es/_shared/components/index.d.ts +3 -0
- package/es/_shared/constants/index.d.ts +8 -0
- package/es/_shared/constants/index.js +99 -0
- package/es/_shared/icons/Icon403.svg.js +4 -0
- package/es/_shared/icons/Icon404.svg.js +4 -0
- package/es/_shared/icons/Icon500.svg.js +4 -0
- package/es/_shared/icons/IconArrowDown.vue.d.ts +2 -0
- package/es/_shared/icons/IconArrowDown.vue.js +19 -0
- package/es/_shared/icons/IconArrowDown.vue2.js +4 -0
- package/es/_shared/icons/IconArrowRight.vue.d.ts +2 -0
- package/es/_shared/icons/IconArrowRight.vue.js +19 -0
- package/es/_shared/icons/IconArrowRight.vue2.js +4 -0
- package/es/_shared/icons/IconCheck.vue.d.ts +2 -0
- package/es/_shared/icons/IconCheck.vue.js +19 -0
- package/es/_shared/icons/IconCheck.vue2.js +4 -0
- package/es/_shared/icons/IconCheckboxChecked.vue.d.ts +2 -0
- package/es/_shared/icons/IconCheckboxChecked.vue.js +25 -0
- package/es/_shared/icons/IconCheckboxChecked.vue2.js +4 -0
- package/es/_shared/icons/IconClose.vue.d.ts +2 -0
- package/es/_shared/icons/IconClose.vue.js +19 -0
- package/es/_shared/icons/IconClose.vue2.js +4 -0
- package/es/_shared/icons/IconCopy.vue.d.ts +2 -0
- package/es/_shared/icons/IconCopy.vue.js +19 -0
- package/es/_shared/icons/IconCopy.vue2.js +4 -0
- package/es/_shared/icons/IconDelete.vue.d.ts +2 -0
- package/es/_shared/icons/IconDelete.vue.js +4 -0
- package/es/_shared/icons/IconDelete.vue2.js +19 -0
- package/es/_shared/icons/IconDragDot.vue.d.ts +2 -0
- package/es/_shared/icons/IconDragDot.vue.js +24 -0
- package/es/_shared/icons/IconDragDot.vue2.js +4 -0
- package/es/_shared/icons/IconEdit.vue.d.ts +2 -0
- package/es/_shared/icons/IconEdit.vue.js +19 -0
- package/es/_shared/icons/IconEdit.vue2.js +4 -0
- package/es/_shared/icons/IconEmpty.vue.d.ts +2 -0
- package/es/_shared/icons/IconEmpty.vue.js +19 -0
- package/es/_shared/icons/IconEmpty.vue2.js +4 -0
- package/es/_shared/icons/IconError.vue.d.ts +2 -0
- package/es/_shared/icons/IconError.vue.js +25 -0
- package/es/_shared/icons/IconError.vue2.js +4 -0
- package/es/_shared/icons/IconExclamation.vue.d.ts +2 -0
- package/es/_shared/icons/IconExclamation.vue.js +4 -0
- package/es/_shared/icons/IconExclamation.vue2.js +30 -0
- package/es/_shared/icons/IconEyeClose.vue.d.ts +2 -0
- package/es/_shared/icons/IconEyeClose.vue.js +4 -0
- package/es/_shared/icons/IconEyeClose.vue2.js +23 -0
- package/es/_shared/icons/IconEyeOpen.vue.d.ts +2 -0
- package/es/_shared/icons/IconEyeOpen.vue.js +4 -0
- package/es/_shared/icons/IconEyeOpen.vue2.js +20 -0
- package/es/_shared/icons/IconFaceSmile.vue.d.ts +2 -0
- package/es/_shared/icons/IconFaceSmile.vue.js +25 -0
- package/es/_shared/icons/IconFaceSmile.vue2.js +4 -0
- package/es/_shared/icons/IconFullScreen.vue.d.ts +2 -0
- package/es/_shared/icons/IconFullScreen.vue.js +4 -0
- package/es/_shared/icons/IconFullScreen.vue2.js +19 -0
- package/es/_shared/icons/IconImageClose.vue.d.ts +2 -0
- package/es/_shared/icons/IconImageClose.vue.js +33 -0
- package/es/_shared/icons/IconImageClose.vue2.js +4 -0
- package/es/_shared/icons/IconInfo.vue.d.ts +2 -0
- package/es/_shared/icons/IconInfo.vue.js +25 -0
- package/es/_shared/icons/IconInfo.vue2.js +4 -0
- package/es/_shared/icons/IconInfoLine.vue.d.ts +2 -0
- package/es/_shared/icons/IconInfoLine.vue.js +30 -0
- package/es/_shared/icons/IconInfoLine.vue2.js +4 -0
- package/es/_shared/icons/IconLink.vue.d.ts +2 -0
- package/es/_shared/icons/IconLink.vue.js +19 -0
- package/es/_shared/icons/IconLink.vue2.js +4 -0
- package/es/_shared/icons/IconLoading.vue.d.ts +2 -0
- package/es/_shared/icons/IconLoading.vue.js +19 -0
- package/es/_shared/icons/IconLoading.vue2.js +4 -0
- package/es/_shared/icons/IconMenuFold.vue.d.ts +2 -0
- package/es/_shared/icons/IconMenuFold.vue.js +19 -0
- package/es/_shared/icons/IconMenuFold.vue2.js +4 -0
- package/es/_shared/icons/IconMenuUnfold.vue.d.ts +2 -0
- package/es/_shared/icons/IconMenuUnfold.vue.js +19 -0
- package/es/_shared/icons/IconMenuUnfold.vue2.js +4 -0
- package/es/_shared/icons/IconMinus.vue.d.ts +2 -0
- package/es/_shared/icons/IconMinus.vue.js +4 -0
- package/es/_shared/icons/IconMinus.vue2.js +19 -0
- package/es/_shared/icons/IconMore.vue.d.ts +2 -0
- package/es/_shared/icons/IconMore.vue.js +24 -0
- package/es/_shared/icons/IconMore.vue2.js +4 -0
- package/es/_shared/icons/IconOriginSize.vue.d.ts +2 -0
- package/es/_shared/icons/IconOriginSize.vue.js +4 -0
- package/es/_shared/icons/IconOriginSize.vue2.js +25 -0
- package/es/_shared/icons/IconPlus.vue.d.ts +2 -0
- package/es/_shared/icons/IconPlus.vue.js +19 -0
- package/es/_shared/icons/IconPlus.vue2.js +4 -0
- package/es/_shared/icons/IconRight.vue.d.ts +2 -0
- package/es/_shared/icons/IconRight.vue.js +23 -0
- package/es/_shared/icons/IconRight.vue2.js +4 -0
- package/es/_shared/icons/IconRotateLeft.vue.d.ts +2 -0
- package/es/_shared/icons/IconRotateLeft.vue.js +4 -0
- package/es/_shared/icons/IconRotateLeft.vue2.js +19 -0
- package/es/_shared/icons/IconRotateRight.vue.d.ts +2 -0
- package/es/_shared/icons/IconRotateRight.vue.js +4 -0
- package/es/_shared/icons/IconRotateRight.vue2.js +19 -0
- package/es/_shared/icons/IconSearch.vue.d.ts +2 -0
- package/es/_shared/icons/IconSearch.vue.js +4 -0
- package/es/_shared/icons/IconSearch.vue2.js +19 -0
- package/es/_shared/icons/IconSeparator.vue.d.ts +2 -0
- package/es/_shared/icons/IconSeparator.vue.js +4 -0
- package/es/_shared/icons/IconSeparator.vue2.js +19 -0
- package/es/_shared/icons/IconStar.vue.d.ts +2 -0
- package/es/_shared/icons/IconStar.vue.js +23 -0
- package/es/_shared/icons/IconStar.vue2.js +4 -0
- package/es/_shared/icons/IconSuccess.vue.d.ts +2 -0
- package/es/_shared/icons/IconSuccess.vue.js +25 -0
- package/es/_shared/icons/IconSuccess.vue2.js +4 -0
- package/es/_shared/icons/IconTime.vue.d.ts +2 -0
- package/es/_shared/icons/IconTime.vue.js +19 -0
- package/es/_shared/icons/IconTime.vue2.js +4 -0
- package/es/_shared/icons/IconToTop.vue.d.ts +2 -0
- package/es/_shared/icons/IconToTop.vue.js +24 -0
- package/es/_shared/icons/IconToTop.vue2.js +4 -0
- package/es/_shared/icons/IconWarning.vue.d.ts +2 -0
- package/es/_shared/icons/IconWarning.vue.js +25 -0
- package/es/_shared/icons/IconWarning.vue2.js +4 -0
- package/es/_shared/icons/IconZoomIn.vue.d.ts +2 -0
- package/es/_shared/icons/IconZoomIn.vue.js +4 -0
- package/es/_shared/icons/IconZoomIn.vue2.js +19 -0
- package/es/_shared/icons/IconZoomOut.vue.d.ts +2 -0
- package/es/_shared/icons/IconZoomOut.vue.js +4 -0
- package/es/_shared/icons/IconZoomOut.vue2.js +19 -0
- package/es/_shared/icons/_Icon.vue.d.ts +31 -0
- package/es/_shared/icons/_Icon.vue2.js +7 -0
- package/es/_shared/icons/_Icon.vue3.js +79 -0
- package/es/_shared/icons/index.d.ts +39 -0
- package/es/_shared/type/index.d.ts +18 -0
- package/es/_shared/utils/color.d.ts +18 -0
- package/es/_shared/utils/color.js +125 -0
- package/es/_shared/utils/control.d.ts +5 -0
- package/es/_shared/utils/control.js +23 -0
- package/es/_shared/utils/dom.d.ts +28 -0
- package/es/_shared/utils/dom.js +101 -0
- package/es/_shared/utils/fn.d.ts +8 -0
- package/es/_shared/utils/fn.js +80 -0
- package/es/_shared/utils/global-config.d.ts +28 -0
- package/es/_shared/utils/global-config.js +59 -0
- package/es/_shared/utils/index.d.ts +8 -0
- package/es/_shared/utils/is.d.ts +27 -0
- package/es/_shared/utils/is.js +34 -0
- package/es/_shared/utils/time.d.ts +48 -0
- package/es/_shared/utils/time.js +52 -0
- package/es/_shared/utils/vue-utils.d.ts +7 -0
- package/es/_shared/utils/vue-utils.js +79 -0
- package/es/_virtual/_commonjsHelpers.js +8 -0
- package/es/_virtual/_plugin-vue_export-helper.js +10 -0
- package/es/_virtual/dayjs.min.js +4 -0
- package/es/_virtual/duration.js +4 -0
- package/es/_virtual/en.js +4 -0
- package/es/_virtual/isSameOrAfter.js +4 -0
- package/es/_virtual/isSameOrBefore.js +4 -0
- package/es/_virtual/toObject.js +4 -0
- package/es/index.d.ts +1710 -0
- package/es/index.js +346 -0
- package/es/node_modules/@vueuse/core/index.js +1095 -0
- package/es/node_modules/@vueuse/shared/index.js +316 -0
- package/es/node_modules/b-tween/dist/b-tween.es.js +163 -0
- package/es/node_modules/dayjs/dayjs.min.js +282 -0
- package/es/node_modules/dayjs/locale/en.js +12 -0
- package/es/node_modules/dayjs/plugin/duration.js +136 -0
- package/es/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
- package/es/node_modules/dayjs/plugin/isSameOrBefore.js +18 -0
- package/es/node_modules/dayjs/plugin/toObject.js +18 -0
- package/es/node_modules/nanoid/index.browser.js +13 -0
- package/es/node_modules/nanoid/url-alphabet/index.js +4 -0
- package/es/node_modules/tinycolor2/esm/tinycolor.js +966 -0
- package/es/style.css +1 -0
- package/lib/Affix/index.d.ts +61 -0
- package/lib/Affix/index.js +1 -0
- package/lib/Affix/index.vue.d.ts +33 -0
- package/lib/Affix/index.vue.js +1 -0
- package/lib/Affix/index.vue2.js +1 -0
- package/lib/Affix/type.d.ts +16 -0
- package/lib/Alert/index.d.ts +63 -0
- package/lib/Alert/index.js +1 -0
- package/lib/Alert/index.vue.d.ts +29 -0
- package/lib/Alert/index.vue.js +1 -0
- package/lib/Alert/index.vue2.js +1 -0
- package/lib/Alert/type.d.ts +20 -0
- package/lib/Anchor/Anchor.vue.d.ts +26 -0
- package/lib/Anchor/Anchor.vue.js +1 -0
- package/lib/Anchor/Anchor.vue2.js +1 -0
- package/lib/Anchor/AnchorLink.vue.d.ts +23 -0
- package/lib/Anchor/AnchorLink.vue.js +1 -0
- package/lib/Anchor/AnchorLink.vue2.js +1 -0
- package/lib/Anchor/hooks/useContext.d.ts +23 -0
- package/lib/Anchor/hooks/useContext.js +1 -0
- package/lib/Anchor/index.d.ts +77 -0
- package/lib/Anchor/index.js +1 -0
- package/lib/Anchor/type.d.ts +20 -0
- package/lib/AutoComplete/index.d.ts +747 -0
- package/lib/AutoComplete/index.js +1 -0
- package/lib/AutoComplete/index.vue.d.ts +1267 -0
- package/lib/AutoComplete/index.vue.js +1 -0
- package/lib/AutoComplete/index.vue3.js +1 -0
- package/lib/AutoComplete/type.d.ts +45 -0
- package/lib/Avatar/Avatar.vue.d.ts +38 -0
- package/lib/Avatar/Avatar.vue.js +1 -0
- package/lib/Avatar/Avatar.vue2.js +1 -0
- package/lib/Avatar/AvatarGroup.vue.d.ts +24 -0
- package/lib/Avatar/AvatarGroup.vue.js +1 -0
- package/lib/Avatar/AvatarGroup.vue2.js +1 -0
- package/lib/Avatar/hooks/useContext.d.ts +10 -0
- package/lib/Avatar/hooks/useContext.js +1 -0
- package/lib/Avatar/index.d.ts +117 -0
- package/lib/Avatar/index.js +1 -0
- package/lib/Avatar/type.d.ts +35 -0
- package/lib/BackTop/index.d.ts +41 -0
- package/lib/BackTop/index.js +1 -0
- package/lib/BackTop/index.vue.d.ts +24 -0
- package/lib/BackTop/index.vue.js +1 -0
- package/lib/BackTop/index.vue2.js +1 -0
- package/lib/BackTop/type.d.ts +10 -0
- package/lib/Badge/index.d.ts +54 -0
- package/lib/Badge/index.js +1 -0
- package/lib/Badge/index.vue.d.ts +25 -0
- package/lib/Badge/index.vue.js +1 -0
- package/lib/Badge/index.vue2.js +1 -0
- package/lib/Badge/type.d.ts +16 -0
- package/lib/Breadcrumb/Breadcrumb.vue.d.ts +21 -0
- package/lib/Breadcrumb/Breadcrumb.vue.js +1 -0
- package/lib/Breadcrumb/Breadcrumb.vue2.js +1 -0
- package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +22 -0
- package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -0
- package/lib/Breadcrumb/BreadcrumbItem.vue2.js +1 -0
- package/lib/Breadcrumb/BreadcrumbMore.vue.d.ts +6 -0
- package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -0
- package/lib/Breadcrumb/BreadcrumbMore.vue2.js +1 -0
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.d.ts +9 -0
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -0
- package/lib/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -0
- package/lib/Breadcrumb/index.d.ts +79 -0
- package/lib/Breadcrumb/index.js +1 -0
- package/lib/Breadcrumb/type.d.ts +37 -0
- package/lib/Button/Button.vue.d.ts +38 -0
- package/lib/Button/Button.vue.js +1 -0
- package/lib/Button/Button.vue2.js +1 -0
- package/lib/Button/ButtonGroup.vue.d.ts +22 -0
- package/lib/Button/ButtonGroup.vue.js +1 -0
- package/lib/Button/ButtonGroup.vue3.js +1 -0
- package/lib/Button/hooks/useContext.d.ts +13 -0
- package/lib/Button/hooks/useContext.js +1 -0
- package/lib/Button/index.d.ts +124 -0
- package/lib/Button/index.js +1 -0
- package/lib/Button/type.d.ts +37 -0
- package/lib/Calendar/Calendar.vue.d.ts +32 -0
- package/lib/Calendar/Calendar.vue.js +1 -0
- package/lib/Calendar/Calendar.vue2.js +1 -0
- package/lib/Calendar/CalendarMonth.vue.d.ts +35 -0
- package/lib/Calendar/CalendarMonth.vue.js +1 -0
- package/lib/Calendar/CalendarMonth.vue2.js +1 -0
- package/lib/Calendar/CalendarYear.vue.d.ts +30 -0
- package/lib/Calendar/CalendarYear.vue.js +1 -0
- package/lib/Calendar/CalendarYear.vue2.js +1 -0
- package/lib/Calendar/index.d.ts +70 -0
- package/lib/Calendar/index.js +1 -0
- package/lib/Calendar/type.d.ts +25 -0
- package/lib/Card/Card.vue.d.ts +25 -0
- package/lib/Card/Card.vue.js +1 -0
- package/lib/Card/Card.vue2.js +1 -0
- package/lib/Card/CardGrid.vue.d.ts +18 -0
- package/lib/Card/CardGrid.vue.js +1 -0
- package/lib/Card/CardGrid.vue2.js +1 -0
- package/lib/Card/CardMeta.vue.d.ts +19 -0
- package/lib/Card/CardMeta.vue.js +1 -0
- package/lib/Card/CardMeta.vue2.js +1 -0
- package/lib/Card/hooks/useContext.d.ts +13 -0
- package/lib/Card/hooks/useContext.js +1 -0
- package/lib/Card/index.d.ts +106 -0
- package/lib/Card/index.js +1 -0
- package/lib/Card/type.d.ts +34 -0
- package/lib/Carousel/Carousel.vue.d.ts +36 -0
- package/lib/Carousel/Carousel.vue.js +1 -0
- package/lib/Carousel/Carousel.vue2.js +1 -0
- package/lib/Carousel/CarouselArrow.vue.d.ts +9 -0
- package/lib/Carousel/CarouselArrow.vue.js +1 -0
- package/lib/Carousel/CarouselArrow.vue2.js +1 -0
- package/lib/Carousel/CarouselIndicator.vue.d.ts +14 -0
- package/lib/Carousel/CarouselIndicator.vue.js +1 -0
- package/lib/Carousel/CarouselIndicator.vue2.js +1 -0
- package/lib/Carousel/CarouselItem.vue.d.ts +16 -0
- package/lib/Carousel/CarouselItem.vue.js +1 -0
- package/lib/Carousel/CarouselItem.vue2.js +1 -0
- package/lib/Carousel/hooks/useContext.d.ts +28 -0
- package/lib/Carousel/hooks/useContext.js +1 -0
- package/lib/Carousel/index.d.ts +103 -0
- package/lib/Carousel/index.js +1 -0
- package/lib/Carousel/type.d.ts +35 -0
- package/lib/Cascader/Cascader.vue.d.ts +382 -0
- package/lib/Cascader/Cascader.vue.js +1 -0
- package/lib/Cascader/Cascader.vue2.js +1 -0
- package/lib/Cascader/CascaderIcon.vue.d.ts +12 -0
- package/lib/Cascader/CascaderIcon.vue.js +1 -0
- package/lib/Cascader/CascaderIcon.vue2.js +1 -0
- package/lib/Cascader/CascaderOption.vue.d.ts +14 -0
- package/lib/Cascader/CascaderOption.vue.js +1 -0
- package/lib/Cascader/CascaderOption.vue2.js +1 -0
- package/lib/Cascader/CascaderPanel.vue.d.ts +2 -0
- package/lib/Cascader/CascaderPanel.vue.js +1 -0
- package/lib/Cascader/CascaderPanel.vue2.js +1 -0
- package/lib/Cascader/CascaderSearchPanel.vue.d.ts +2 -0
- package/lib/Cascader/CascaderSearchPanel.vue.js +1 -0
- package/lib/Cascader/CascaderSearchPanel.vue2.js +1 -0
- package/lib/Cascader/hooks/useContext.d.ts +53 -0
- package/lib/Cascader/hooks/useContext.js +1 -0
- package/lib/Cascader/index.d.ts +336 -0
- package/lib/Cascader/index.js +1 -0
- package/lib/Cascader/type.d.ts +80 -0
- package/lib/Checkbox/Checkbox.vue.d.ts +28 -0
- package/lib/Checkbox/Checkbox.vue.js +1 -0
- package/lib/Checkbox/Checkbox.vue2.js +1 -0
- package/lib/Checkbox/CheckboxGroup.vue.d.ts +29 -0
- package/lib/Checkbox/CheckboxGroup.vue.js +1 -0
- package/lib/Checkbox/CheckboxGroup.vue3.js +1 -0
- package/lib/Checkbox/hooks/useContext.d.ts +19 -0
- package/lib/Checkbox/hooks/useContext.js +1 -0
- package/lib/Checkbox/index.d.ts +115 -0
- package/lib/Checkbox/index.js +1 -0
- package/lib/Checkbox/type.d.ts +48 -0
- package/lib/Collapse/Collapse.vue.d.ts +30 -0
- package/lib/Collapse/Collapse.vue.js +1 -0
- package/lib/Collapse/Collapse.vue2.js +1 -0
- package/lib/Collapse/CollapseItem.vue.d.ts +22 -0
- package/lib/Collapse/CollapseItem.vue.js +1 -0
- package/lib/Collapse/CollapseItem.vue2.js +1 -0
- package/lib/Collapse/hooks/useContext.d.ts +26 -0
- package/lib/Collapse/hooks/useContext.js +1 -0
- package/lib/Collapse/index.d.ts +103 -0
- package/lib/Collapse/index.js +1 -0
- package/lib/Collapse/type.d.ts +40 -0
- package/lib/ColorPicker/ColorControl.vue.d.ts +25 -0
- package/lib/ColorPicker/ColorControl.vue.js +1 -0
- package/lib/ColorPicker/ColorControl.vue2.js +1 -0
- package/lib/ColorPicker/ColorInput.vue.d.ts +19 -0
- package/lib/ColorPicker/ColorInput.vue.js +1 -0
- package/lib/ColorPicker/ColorInput.vue2.js +1 -0
- package/lib/ColorPicker/ColorList.vue.d.ts +10 -0
- package/lib/ColorPicker/ColorList.vue.js +1 -0
- package/lib/ColorPicker/ColorList.vue2.js +1 -0
- package/lib/ColorPicker/ColorPalette.vue.d.ts +20 -0
- package/lib/ColorPicker/ColorPalette.vue.js +1 -0
- package/lib/ColorPicker/ColorPalette.vue2.js +1 -0
- package/lib/ColorPicker/ColorPanel.vue.d.ts +127 -0
- package/lib/ColorPicker/ColorPanel.vue.js +1 -0
- package/lib/ColorPicker/ColorPanel.vue2.js +1 -0
- package/lib/ColorPicker/ColorPicker.vue.d.ts +40 -0
- package/lib/ColorPicker/ColorPicker.vue.js +1 -0
- package/lib/ColorPicker/ColorPicker.vue2.js +1 -0
- package/lib/ColorPicker/hooks/useContext.d.ts +27 -0
- package/lib/ColorPicker/hooks/useContext.js +1 -0
- package/lib/ColorPicker/index.d.ts +91 -0
- package/lib/ColorPicker/index.js +1 -0
- package/lib/ColorPicker/type.d.ts +23 -0
- package/lib/Comment/hooks/useContext.d.ts +4 -0
- package/lib/Comment/hooks/useContext.js +1 -0
- package/lib/Comment/index.d.ts +45 -0
- package/lib/Comment/index.js +1 -0
- package/lib/Comment/index.vue.d.ts +22 -0
- package/lib/Comment/index.vue.js +1 -0
- package/lib/Comment/index.vue2.js +1 -0
- package/lib/Comment/type.d.ts +19 -0
- package/lib/ConfigProvider/index.d.ts +48 -0
- package/lib/ConfigProvider/index.js +1 -0
- package/lib/ConfigProvider/index.vue.d.ts +23 -0
- package/lib/ConfigProvider/index.vue.js +1 -0
- package/lib/ConfigProvider/index.vue2.js +1 -0
- package/lib/ConfigProvider/type.d.ts +17 -0
- package/lib/Descriptions/Descriptions.vue.d.ts +27 -0
- package/lib/Descriptions/Descriptions.vue.js +1 -0
- package/lib/Descriptions/Descriptions.vue3.js +1 -0
- package/lib/Descriptions/DescriptionsItem.vue.d.ts +19 -0
- package/lib/Descriptions/DescriptionsItem.vue.js +1 -0
- package/lib/Descriptions/DescriptionsItem.vue2.js +1 -0
- package/lib/Descriptions/ReuseItem.vue.d.ts +7 -0
- package/lib/Descriptions/ReuseItem.vue.js +1 -0
- package/lib/Descriptions/ReuseItem.vue2.js +1 -0
- package/lib/Descriptions/ReuseTd.vue.d.ts +9 -0
- package/lib/Descriptions/ReuseTd.vue.js +1 -0
- package/lib/Descriptions/ReuseTd.vue2.js +1 -0
- package/lib/Descriptions/hooks/useContext.d.ts +21 -0
- package/lib/Descriptions/hooks/useContext.js +1 -0
- package/lib/Descriptions/index.d.ts +88 -0
- package/lib/Descriptions/index.js +1 -0
- package/lib/Descriptions/type.d.ts +50 -0
- package/lib/Divider/index.d.ts +45 -0
- package/lib/Divider/index.js +1 -0
- package/lib/Divider/index.vue.d.ts +22 -0
- package/lib/Divider/index.vue.js +1 -0
- package/lib/Divider/index.vue2.js +1 -0
- package/lib/Divider/type.d.ts +13 -0
- package/lib/Drawer/Drawer.vue.d.ts +58 -0
- package/lib/Drawer/Drawer.vue.js +1 -0
- package/lib/Drawer/Drawer.vue2.js +1 -0
- package/lib/Drawer/DrawerService.vue.d.ts +26 -0
- package/lib/Drawer/DrawerService.vue.js +1 -0
- package/lib/Drawer/DrawerService.vue2.js +1 -0
- package/lib/Drawer/index.d.ts +145 -0
- package/lib/Drawer/index.js +1 -0
- package/lib/Drawer/type.d.ts +60 -0
- package/lib/Dropdown/Dgroup.vue.d.ts +16 -0
- package/lib/Dropdown/Dgroup.vue.js +1 -0
- package/lib/Dropdown/Dgroup.vue2.js +1 -0
- package/lib/Dropdown/Doption.vue.d.ts +24 -0
- package/lib/Dropdown/Doption.vue.js +1 -0
- package/lib/Dropdown/Doption.vue2.js +1 -0
- package/lib/Dropdown/Dropdown.vue.d.ts +38 -0
- package/lib/Dropdown/Dropdown.vue.js +1 -0
- package/lib/Dropdown/Dropdown.vue3.js +1 -0
- package/lib/Dropdown/DropdownButton.vue.d.ts +35 -0
- package/lib/Dropdown/DropdownButton.vue.js +1 -0
- package/lib/Dropdown/DropdownButton.vue2.js +1 -0
- package/lib/Dropdown/Dsubmenu.vue.d.ts +508 -0
- package/lib/Dropdown/Dsubmenu.vue.js +1 -0
- package/lib/Dropdown/Dsubmenu.vue2.js +1 -0
- package/lib/Dropdown/hooks/useContext.d.ts +14 -0
- package/lib/Dropdown/hooks/useContext.js +1 -0
- package/lib/Dropdown/index.d.ts +522 -0
- package/lib/Dropdown/index.js +1 -0
- package/lib/Dropdown/type.d.ts +86 -0
- package/lib/Empty/index.d.ts +36 -0
- package/lib/Empty/index.js +1 -0
- package/lib/Empty/index.vue.d.ts +19 -0
- package/lib/Empty/index.vue.js +1 -0
- package/lib/Empty/index.vue2.js +1 -0
- package/lib/Empty/type.d.ts +7 -0
- package/lib/Grid/Grid.vue.d.ts +22 -0
- package/lib/Grid/Grid.vue.js +1 -0
- package/lib/Grid/Grid.vue2.js +1 -0
- package/lib/Grid/GridCol.vue.d.ts +19 -0
- package/lib/Grid/GridCol.vue.js +1 -0
- package/lib/Grid/GridCol.vue2.js +1 -0
- package/lib/Grid/GridItem.vue.d.ts +20 -0
- package/lib/Grid/GridItem.vue.js +1 -0
- package/lib/Grid/GridItem.vue2.js +1 -0
- package/lib/Grid/GridRow.vue.d.ts +22 -0
- package/lib/Grid/GridRow.vue.js +1 -0
- package/lib/Grid/GridRow.vue2.js +1 -0
- package/lib/Grid/hooks/useContext.d.ts +43 -0
- package/lib/Grid/hooks/useContext.js +1 -0
- package/lib/Grid/index.d.ts +136 -0
- package/lib/Grid/index.js +1 -0
- package/lib/Grid/type.d.ts +52 -0
- package/lib/Icon/index.d.ts +38 -0
- package/lib/Icon/index.js +1 -0
- package/lib/Icon/index.vue.d.ts +18 -0
- package/lib/Icon/index.vue.js +1 -0
- package/lib/Icon/index.vue2.js +1 -0
- package/lib/Icon/type.d.ts +14 -0
- package/lib/Image/Image.vue.d.ts +34 -0
- package/lib/Image/Image.vue.js +1 -0
- package/lib/Image/Image.vue2.js +1 -0
- package/lib/Image/ImagePreview.vue.d.ts +39 -0
- package/lib/Image/ImagePreview.vue.js +1 -0
- package/lib/Image/ImagePreview.vue2.js +1 -0
- package/lib/Image/ImagePreviewAction.vue.d.ts +27 -0
- package/lib/Image/ImagePreviewAction.vue.js +1 -0
- package/lib/Image/ImagePreviewAction.vue2.js +1 -0
- package/lib/Image/ImagePreviewArrow.vue.d.ts +5 -0
- package/lib/Image/ImagePreviewArrow.vue.js +1 -0
- package/lib/Image/ImagePreviewArrow.vue2.js +1 -0
- package/lib/Image/ImagePreviewGroup.vue.d.ts +42 -0
- package/lib/Image/ImagePreviewGroup.vue.js +1 -0
- package/lib/Image/ImagePreviewGroup.vue2.js +1 -0
- package/lib/Image/ImagePreviewToolbar.vue.d.ts +26 -0
- package/lib/Image/ImagePreviewToolbar.vue.js +1 -0
- package/lib/Image/ImagePreviewToolbar.vue2.js +1 -0
- package/lib/Image/hooks/useContext.d.ts +17 -0
- package/lib/Image/hooks/useContext.js +1 -0
- package/lib/Image/index.d.ts +291 -0
- package/lib/Image/index.js +1 -0
- package/lib/Image/type.d.ts +82 -0
- package/lib/Input/Input.vue.d.ts +65 -0
- package/lib/Input/Input.vue.js +1 -0
- package/lib/Input/Input.vue2.js +1 -0
- package/lib/Input/InputSuffix.vue.d.ts +31 -0
- package/lib/Input/InputSuffix.vue.js +1 -0
- package/lib/Input/InputSuffix.vue2.js +1 -0
- package/lib/Input/hooks/useCursor.d.ts +19 -0
- package/lib/Input/hooks/useCursor.js +1 -0
- package/lib/Input/hooks/useLimitedInput.d.ts +21 -0
- package/lib/Input/hooks/useLimitedInput.js +1 -0
- package/lib/Input/index.d.ts +153 -0
- package/lib/Input/index.js +1 -0
- package/lib/Input/type.d.ts +51 -0
- package/lib/InputNumber/InputNumber.vue.d.ts +358 -0
- package/lib/InputNumber/InputNumber.vue.js +1 -0
- package/lib/InputNumber/InputNumber.vue2.js +1 -0
- package/lib/InputNumber/InputOperaBtn.vue.d.ts +32 -0
- package/lib/InputNumber/InputOperaBtn.vue.js +1 -0
- package/lib/InputNumber/InputOperaBtn.vue2.js +1 -0
- package/lib/InputNumber/index.d.ts +284 -0
- package/lib/InputNumber/index.js +1 -0
- package/lib/InputNumber/type.d.ts +50 -0
- package/lib/InputTag/index.d.ts +140 -0
- package/lib/InputTag/index.js +1 -0
- package/lib/InputTag/index.vue.d.ts +62 -0
- package/lib/InputTag/index.vue.js +1 -0
- package/lib/InputTag/index.vue2.js +1 -0
- package/lib/InputTag/type.d.ts +56 -0
- package/lib/Layout/Layout.vue.d.ts +18 -0
- package/lib/Layout/Layout.vue.js +1 -0
- package/lib/Layout/Layout.vue2.js +1 -0
- package/lib/Layout/LayoutContent.vue.d.ts +16 -0
- package/lib/Layout/LayoutContent.vue.js +1 -0
- package/lib/Layout/LayoutContent.vue2.js +1 -0
- package/lib/Layout/LayoutFooter.vue.d.ts +16 -0
- package/lib/Layout/LayoutFooter.vue.js +1 -0
- package/lib/Layout/LayoutFooter.vue2.js +1 -0
- package/lib/Layout/LayoutHeader.vue.d.ts +16 -0
- package/lib/Layout/LayoutHeader.vue.js +1 -0
- package/lib/Layout/LayoutHeader.vue2.js +1 -0
- package/lib/Layout/LayoutSider.vue.d.ts +35 -0
- package/lib/Layout/LayoutSider.vue.js +1 -0
- package/lib/Layout/LayoutSider.vue2.js +1 -0
- package/lib/Layout/index.d.ts +159 -0
- package/lib/Layout/index.js +1 -0
- package/lib/Layout/type.d.ts +41 -0
- package/lib/Link/index.d.ts +68 -0
- package/lib/Link/index.js +1 -0
- package/lib/Link/index.vue.d.ts +31 -0
- package/lib/Link/index.vue.js +1 -0
- package/lib/Link/index.vue2.js +1 -0
- package/lib/Link/type.d.ts +18 -0
- package/lib/List/List.vue.d.ts +303 -0
- package/lib/List/List.vue.js +1 -0
- package/lib/List/List.vue2.js +1 -0
- package/lib/List/ListItem.vue.d.ts +18 -0
- package/lib/List/ListItem.vue.js +1 -0
- package/lib/List/ListItem.vue2.js +1 -0
- package/lib/List/ListItemMeta.vue.d.ts +19 -0
- package/lib/List/ListItemMeta.vue.js +1 -0
- package/lib/List/ListItemMeta.vue2.js +1 -0
- package/lib/List/ListVirtual.vue.d.ts +26 -0
- package/lib/List/ListVirtual.vue.js +1 -0
- package/lib/List/ListVirtual.vue3.js +1 -0
- package/lib/List/hooks/useScrollReach.d.ts +17 -0
- package/lib/List/hooks/useScrollReach.js +1 -0
- package/lib/List/index.d.ts +275 -0
- package/lib/List/index.js +1 -0
- package/lib/List/type.d.ts +54 -0
- package/lib/Mention/index.d.ts +852 -0
- package/lib/Mention/index.js +1 -0
- package/lib/Mention/index.vue.d.ts +1536 -0
- package/lib/Mention/index.vue.js +1 -0
- package/lib/Mention/index.vue2.js +1 -0
- package/lib/Mention/type.d.ts +31 -0
- package/lib/Menu/Menu.vue.d.ts +54 -0
- package/lib/Menu/Menu.vue.js +1 -0
- package/lib/Menu/Menu.vue2.js +1 -0
- package/lib/Menu/MenuEllipsis.vue.d.ts +2 -0
- package/lib/Menu/MenuEllipsis.vue.js +1 -0
- package/lib/Menu/MenuEllipsis.vue2.js +1 -0
- package/lib/Menu/MenuItem.vue.d.ts +23 -0
- package/lib/Menu/MenuItem.vue.js +1 -0
- package/lib/Menu/MenuItem.vue2.js +1 -0
- package/lib/Menu/MenuItemGroup.vue.d.ts +18 -0
- package/lib/Menu/MenuItemGroup.vue.js +1 -0
- package/lib/Menu/MenuItemGroup.vue2.js +1 -0
- package/lib/Menu/MenuPopOption.vue.d.ts +10 -0
- package/lib/Menu/MenuPopOption.vue.js +1 -0
- package/lib/Menu/MenuPopOption.vue2.js +1 -0
- package/lib/Menu/SubMenu.vue.d.ts +22 -0
- package/lib/Menu/SubMenu.vue.js +1 -0
- package/lib/Menu/SubMenu.vue2.js +1 -0
- package/lib/Menu/hooks/useContext.d.ts +50 -0
- package/lib/Menu/hooks/useContext.js +1 -0
- package/lib/Menu/index.d.ts +214 -0
- package/lib/Menu/index.js +1 -0
- package/lib/Menu/type.d.ts +68 -0
- package/lib/Message/Message.vue.d.ts +15 -0
- package/lib/Message/Message.vue.js +1 -0
- package/lib/Message/Message.vue2.js +1 -0
- package/lib/Message/MessageList.vue.d.ts +6 -0
- package/lib/Message/MessageList.vue.js +1 -0
- package/lib/Message/MessageList.vue2.js +1 -0
- package/lib/Message/index.d.ts +69 -0
- package/lib/Message/index.js +1 -0
- package/lib/Message/type.d.ts +34 -0
- package/lib/Modal/Modal.vue.d.ts +74 -0
- package/lib/Modal/Modal.vue.js +1 -0
- package/lib/Modal/Modal.vue2.js +1 -0
- package/lib/Modal/ModalService.vue.d.ts +37 -0
- package/lib/Modal/ModalService.vue.js +1 -0
- package/lib/Modal/ModalService.vue3.js +1 -0
- package/lib/Modal/hooks/useModalClose.d.ts +18 -0
- package/lib/Modal/hooks/useModalClose.js +1 -0
- package/lib/Modal/hooks/useModalDraggable.d.ts +14 -0
- package/lib/Modal/hooks/useModalDraggable.js +1 -0
- package/lib/Modal/hooks/useOnBeforeClose.d.ts +4 -0
- package/lib/Modal/hooks/useOnBeforeClose.js +1 -0
- package/lib/Modal/index.d.ts +185 -0
- package/lib/Modal/index.js +1 -0
- package/lib/Modal/type.d.ts +86 -0
- package/lib/Notification/Notification.vue.d.ts +19 -0
- package/lib/Notification/Notification.vue.js +1 -0
- package/lib/Notification/Notification.vue2.js +1 -0
- package/lib/Notification/NotificationList.vue.d.ts +6 -0
- package/lib/Notification/NotificationList.vue.js +1 -0
- package/lib/Notification/NotificationList.vue2.js +1 -0
- package/lib/Notification/index.d.ts +80 -0
- package/lib/Notification/index.js +1 -0
- package/lib/Notification/type.d.ts +38 -0
- package/lib/OverflowList/index.d.ts +52 -0
- package/lib/OverflowList/index.js +1 -0
- package/lib/OverflowList/index.vue.d.ts +30 -0
- package/lib/OverflowList/index.vue.js +1 -0
- package/lib/OverflowList/index.vue2.js +1 -0
- package/lib/OverflowList/type.d.ts +13 -0
- package/lib/PageHeader/index.d.ts +49 -0
- package/lib/PageHeader/index.js +1 -0
- package/lib/PageHeader/index.vue.d.ts +24 -0
- package/lib/PageHeader/index.vue.js +1 -0
- package/lib/PageHeader/index.vue2.js +1 -0
- package/lib/PageHeader/type.d.ts +16 -0
- package/lib/Pagination/Pagination.vue.d.ts +46 -0
- package/lib/Pagination/Pagination.vue.js +1 -0
- package/lib/Pagination/Pagination.vue2.js +1 -0
- package/lib/Pagination/PaginationItem.vue.d.ts +23 -0
- package/lib/Pagination/PaginationItem.vue.js +1 -0
- package/lib/Pagination/PaginationItem.vue2.js +1 -0
- package/lib/Pagination/hooks/useContext.d.ts +29 -0
- package/lib/Pagination/hooks/useContext.js +1 -0
- package/lib/Pagination/index.d.ts +112 -0
- package/lib/Pagination/index.js +1 -0
- package/lib/Pagination/type.d.ts +43 -0
- package/lib/Popconfirm/index.d.ts +294 -0
- package/lib/Popconfirm/index.js +1 -0
- package/lib/Popconfirm/index.vue.d.ts +400 -0
- package/lib/Popconfirm/index.vue.js +1 -0
- package/lib/Popconfirm/index.vue3.js +1 -0
- package/lib/Popconfirm/type.d.ts +41 -0
- package/lib/Popover/index.d.ts +90 -0
- package/lib/Popover/index.js +1 -0
- package/lib/Popover/index.vue.d.ts +38 -0
- package/lib/Popover/index.vue.js +1 -0
- package/lib/Popover/index.vue3.js +1 -0
- package/lib/Popover/type.d.ts +30 -0
- package/lib/Progress/Progress.vue.d.ts +34 -0
- package/lib/Progress/Progress.vue.js +1 -0
- package/lib/Progress/Progress.vue2.js +1 -0
- package/lib/Progress/ProgressCircle.vue.d.ts +34 -0
- package/lib/Progress/ProgressCircle.vue.js +1 -0
- package/lib/Progress/ProgressCircle.vue2.js +1 -0
- package/lib/Progress/ProgressLine.vue.d.ts +32 -0
- package/lib/Progress/ProgressLine.vue.js +1 -0
- package/lib/Progress/ProgressLine.vue2.js +1 -0
- package/lib/Progress/ProgressSteps.vue.d.ts +32 -0
- package/lib/Progress/ProgressSteps.vue.js +1 -0
- package/lib/Progress/ProgressSteps.vue3.js +1 -0
- package/lib/Progress/index.d.ts +61 -0
- package/lib/Progress/index.js +1 -0
- package/lib/Progress/type.d.ts +17 -0
- package/lib/Radio/Radio.vue.d.ts +28 -0
- package/lib/Radio/Radio.vue.js +1 -0
- package/lib/Radio/Radio.vue2.js +1 -0
- package/lib/Radio/RadioGroup.vue.d.ts +30 -0
- package/lib/Radio/RadioGroup.vue.js +1 -0
- package/lib/Radio/RadioGroup.vue3.js +1 -0
- package/lib/Radio/hooks/useContext.d.ts +21 -0
- package/lib/Radio/hooks/useContext.js +1 -0
- package/lib/Radio/index.d.ts +118 -0
- package/lib/Radio/index.js +1 -0
- package/lib/Radio/type.d.ts +49 -0
- package/lib/Rate/index.d.ts +74 -0
- package/lib/Rate/index.js +1 -0
- package/lib/Rate/index.vue.d.ts +33 -0
- package/lib/Rate/index.vue.js +1 -0
- package/lib/Rate/index.vue2.js +1 -0
- package/lib/Rate/type.d.ts +21 -0
- package/lib/ResizeBox/index.d.ts +89 -0
- package/lib/ResizeBox/index.js +1 -0
- package/lib/ResizeBox/index.vue.d.ts +43 -0
- package/lib/ResizeBox/index.vue.js +1 -0
- package/lib/ResizeBox/index.vue2.js +1 -0
- package/lib/ResizeBox/type.d.ts +26 -0
- package/lib/Result/index.d.ts +39 -0
- package/lib/Result/index.js +1 -0
- package/lib/Result/index.vue.d.ts +20 -0
- package/lib/Result/index.vue.js +1 -0
- package/lib/Result/index.vue2.js +1 -0
- package/lib/Result/type.d.ts +13 -0
- package/lib/Scrollbar/Scrollbar.vue.d.ts +36 -0
- package/lib/Scrollbar/Scrollbar.vue.js +1 -0
- package/lib/Scrollbar/Scrollbar.vue2.js +1 -0
- package/lib/Scrollbar/ScrollbarTrack.vue.d.ts +17 -0
- package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -0
- package/lib/Scrollbar/ScrollbarTrack.vue2.js +1 -0
- package/lib/Scrollbar/hooks/useContext.d.ts +16 -0
- package/lib/Scrollbar/hooks/useContext.js +1 -0
- package/lib/Scrollbar/index.d.ts +70 -0
- package/lib/Scrollbar/index.js +1 -0
- package/lib/Scrollbar/type.d.ts +21 -0
- package/lib/Select/Optgroup.vue.d.ts +16 -0
- package/lib/Select/Optgroup.vue.js +1 -0
- package/lib/Select/Optgroup.vue2.js +1 -0
- package/lib/Select/Option.vue.d.ts +25 -0
- package/lib/Select/Option.vue.js +1 -0
- package/lib/Select/Option.vue2.js +1 -0
- package/lib/Select/Select.vue.d.ts +718 -0
- package/lib/Select/Select.vue.js +1 -0
- package/lib/Select/Select.vue2.js +1 -0
- package/lib/Select/SelectIcon.vue.d.ts +12 -0
- package/lib/Select/SelectIcon.vue.js +1 -0
- package/lib/Select/SelectIcon.vue2.js +1 -0
- package/lib/Select/SelectRealList.vue.d.ts +7 -0
- package/lib/Select/SelectRealList.vue.js +1 -0
- package/lib/Select/SelectRealList.vue2.js +1 -0
- package/lib/Select/SelectView.vue.d.ts +39 -0
- package/lib/Select/SelectView.vue.js +1 -0
- package/lib/Select/SelectView.vue2.js +1 -0
- package/lib/Select/SelectVirtualList.vue.d.ts +6 -0
- package/lib/Select/SelectVirtualList.vue.js +1 -0
- package/lib/Select/SelectVirtualList.vue2.js +1 -0
- package/lib/Select/hooks/useContext.d.ts +81 -0
- package/lib/Select/hooks/useContext.js +1 -0
- package/lib/Select/hooks/useSelectHotkeys.d.ts +15 -0
- package/lib/Select/hooks/useSelectHotkeys.js +1 -0
- package/lib/Select/hooks/useSelectOptions.d.ts +67 -0
- package/lib/Select/hooks/useSelectOptions.js +1 -0
- package/lib/Select/index.d.ts +582 -0
- package/lib/Select/index.js +1 -0
- package/lib/Select/type.d.ts +118 -0
- package/lib/Skeleton/Skeleton.vue.d.ts +19 -0
- package/lib/Skeleton/Skeleton.vue.js +1 -0
- package/lib/Skeleton/Skeleton.vue2.js +1 -0
- package/lib/Skeleton/SkeletonLine.vue.d.ts +8 -0
- package/lib/Skeleton/SkeletonLine.vue.js +1 -0
- package/lib/Skeleton/SkeletonLine.vue2.js +1 -0
- package/lib/Skeleton/SkeletonShape.vue.d.ts +6 -0
- package/lib/Skeleton/SkeletonShape.vue.js +1 -0
- package/lib/Skeleton/SkeletonShape.vue2.js +1 -0
- package/lib/Skeleton/index.d.ts +53 -0
- package/lib/Skeleton/index.js +1 -0
- package/lib/Skeleton/type.d.ts +20 -0
- package/lib/Slider/Slider.vue.d.ts +25 -0
- package/lib/Slider/Slider.vue.js +1 -0
- package/lib/Slider/Slider.vue2.js +1 -0
- package/lib/Slider/SliderBtn.vue.d.ts +13 -0
- package/lib/Slider/SliderBtn.vue.js +1 -0
- package/lib/Slider/SliderBtn.vue2.js +1 -0
- package/lib/Slider/SliderInput.vue.d.ts +5 -0
- package/lib/Slider/SliderInput.vue.js +1 -0
- package/lib/Slider/SliderInput.vue2.js +1 -0
- package/lib/Slider/SliderTicks.vue.d.ts +11 -0
- package/lib/Slider/SliderTicks.vue.js +1 -0
- package/lib/Slider/SliderTicks.vue2.js +1 -0
- package/lib/Slider/hooks/useContext.d.ts +44 -0
- package/lib/Slider/hooks/useContext.js +1 -0
- package/lib/Slider/hooks/useSliderDraggable.d.ts +37 -0
- package/lib/Slider/hooks/useSliderDraggable.js +1 -0
- package/lib/Slider/index.d.ts +84 -0
- package/lib/Slider/index.js +1 -0
- package/lib/Slider/type.d.ts +22 -0
- package/lib/Space/index.d.ts +45 -0
- package/lib/Space/index.js +1 -0
- package/lib/Space/index.vue.d.ts +22 -0
- package/lib/Space/index.vue.js +1 -0
- package/lib/Space/index.vue2.js +1 -0
- package/lib/Space/type.d.ts +13 -0
- package/lib/Spin/index.d.ts +48 -0
- package/lib/Spin/index.js +1 -0
- package/lib/Spin/index.vue.d.ts +23 -0
- package/lib/Spin/index.vue.js +1 -0
- package/lib/Spin/index.vue2.js +1 -0
- package/lib/Spin/type.d.ts +13 -0
- package/lib/Split/index.d.ts +79 -0
- package/lib/Split/index.js +1 -0
- package/lib/Split/index.vue.d.ts +40 -0
- package/lib/Split/index.vue.js +1 -0
- package/lib/Split/index.vue2.js +1 -0
- package/lib/Split/type.d.ts +22 -0
- package/lib/Statistic/Countdown.vue.d.ts +28 -0
- package/lib/Statistic/Countdown.vue.js +1 -0
- package/lib/Statistic/Countdown.vue2.js +1 -0
- package/lib/Statistic/Statistic.vue.d.ts +40 -0
- package/lib/Statistic/Statistic.vue.js +1 -0
- package/lib/Statistic/Statistic.vue2.js +1 -0
- package/lib/Statistic/index.d.ts +140 -0
- package/lib/Statistic/index.js +1 -0
- package/lib/Statistic/type.d.ts +44 -0
- package/lib/Steps/Step.vue.d.ts +21 -0
- package/lib/Steps/Step.vue.js +1 -0
- package/lib/Steps/Step.vue2.js +1 -0
- package/lib/Steps/Steps.vue.d.ts +32 -0
- package/lib/Steps/Steps.vue.js +1 -0
- package/lib/Steps/Steps.vue2.js +1 -0
- package/lib/Steps/hooks/useContext.d.ts +26 -0
- package/lib/Steps/hooks/useContext.js +1 -0
- package/lib/Steps/index.d.ts +106 -0
- package/lib/Steps/index.js +1 -0
- package/lib/Steps/type.d.ts +39 -0
- package/lib/Switch/index.d.ts +94 -0
- package/lib/Switch/index.js +1 -0
- package/lib/Switch/index.vue.d.ts +40 -0
- package/lib/Switch/index.vue.js +1 -0
- package/lib/Switch/index.vue2.js +1 -0
- package/lib/Switch/type.d.ts +31 -0
- package/lib/Tabs/TabButton.vue.d.ts +24 -0
- package/lib/Tabs/TabButton.vue.js +1 -0
- package/lib/Tabs/TabButton.vue2.js +1 -0
- package/lib/Tabs/TabPane.vue.d.ts +22 -0
- package/lib/Tabs/TabPane.vue.js +1 -0
- package/lib/Tabs/TabPane.vue3.js +1 -0
- package/lib/Tabs/Tabs.vue.d.ts +48 -0
- package/lib/Tabs/Tabs.vue.js +1 -0
- package/lib/Tabs/Tabs.vue2.js +1 -0
- package/lib/Tabs/TabsNavInk.vue.d.ts +7 -0
- package/lib/Tabs/TabsNavInk.vue.js +1 -0
- package/lib/Tabs/TabsNavInk.vue2.js +1 -0
- package/lib/Tabs/TabsTab.vue.d.ts +7 -0
- package/lib/Tabs/TabsTab.vue.js +1 -0
- package/lib/Tabs/TabsTab.vue2.js +1 -0
- package/lib/Tabs/hooks/useContext.d.ts +35 -0
- package/lib/Tabs/hooks/useContext.js +1 -0
- package/lib/Tabs/hooks/useTabsScroll.d.ts +15 -0
- package/lib/Tabs/hooks/useTabsScroll.js +1 -0
- package/lib/Tabs/index.d.ts +111 -0
- package/lib/Tabs/index.js +1 -0
- package/lib/Tabs/type.d.ts +44 -0
- package/lib/Tag/index.d.ts +88 -0
- package/lib/Tag/index.js +1 -0
- package/lib/Tag/index.vue.d.ts +38 -0
- package/lib/Tag/index.vue.js +1 -0
- package/lib/Tag/index.vue2.js +1 -0
- package/lib/Tag/type.d.ts +25 -0
- package/lib/Textarea/hooks/useTextareaHeight.d.ts +11 -0
- package/lib/Textarea/hooks/useTextareaHeight.js +1 -0
- package/lib/Textarea/index.d.ts +128 -0
- package/lib/Textarea/index.js +1 -0
- package/lib/Textarea/index.vue.d.ts +42 -0
- package/lib/Textarea/index.vue.js +1 -0
- package/lib/Textarea/index.vue2.js +1 -0
- package/lib/Textarea/type.d.ts +36 -0
- package/lib/TimePicker/TimePicker.vue.d.ts +147 -0
- package/lib/TimePicker/TimePicker.vue.js +1 -0
- package/lib/TimePicker/TimePicker.vue2.js +1 -0
- package/lib/TimePicker/TimePickerPanel.vue.d.ts +19 -0
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -0
- package/lib/TimePicker/TimePickerPanel.vue2.js +1 -0
- package/lib/TimePicker/hooks/useContext.d.ts +42 -0
- package/lib/TimePicker/hooks/useContext.js +1 -0
- package/lib/TimePicker/index.d.ts +173 -0
- package/lib/TimePicker/index.js +1 -0
- package/lib/TimePicker/type.d.ts +50 -0
- package/lib/Timeline/Timeline.vue.d.ts +22 -0
- package/lib/Timeline/Timeline.vue.js +1 -0
- package/lib/Timeline/Timeline.vue2.js +1 -0
- package/lib/Timeline/TimelineItem.vue.d.ts +24 -0
- package/lib/Timeline/TimelineItem.vue.js +1 -0
- package/lib/Timeline/TimelineItem.vue2.js +1 -0
- package/lib/Timeline/hooks/useContext.d.ts +18 -0
- package/lib/Timeline/hooks/useContext.js +1 -0
- package/lib/Timeline/index.d.ts +88 -0
- package/lib/Timeline/index.js +1 -0
- package/lib/Timeline/type.d.ts +31 -0
- package/lib/Tooltip/index.d.ts +90 -0
- package/lib/Tooltip/index.js +1 -0
- package/lib/Tooltip/index.vue.d.ts +39 -0
- package/lib/Tooltip/index.vue.js +1 -0
- package/lib/Tooltip/index.vue3.js +1 -0
- package/lib/Tooltip/type.d.ts +29 -0
- package/lib/Transfer/Transfer.vue.d.ts +42 -0
- package/lib/Transfer/Transfer.vue.js +1 -0
- package/lib/Transfer/Transfer.vue2.js +1 -0
- package/lib/Transfer/TransferPanel.vue.d.ts +19 -0
- package/lib/Transfer/TransferPanel.vue.js +1 -0
- package/lib/Transfer/TransferPanel.vue2.js +1 -0
- package/lib/Transfer/hooks/useContext.d.ts +32 -0
- package/lib/Transfer/hooks/useContext.js +1 -0
- package/lib/Transfer/index.d.ts +99 -0
- package/lib/Transfer/index.js +1 -0
- package/lib/Transfer/type.d.ts +64 -0
- package/lib/Trigger/hooks/useContext.d.ts +22 -0
- package/lib/Trigger/hooks/useContext.js +1 -0
- package/lib/Trigger/hooks/useTriggerPosition.d.ts +32 -0
- package/lib/Trigger/hooks/useTriggerPosition.js +1 -0
- package/lib/Trigger/hooks/useTriggerVisible.d.ts +19 -0
- package/lib/Trigger/hooks/useTriggerVisible.js +1 -0
- package/lib/Trigger/index.d.ts +166 -0
- package/lib/Trigger/index.js +1 -0
- package/lib/Trigger/index.vue.d.ts +59 -0
- package/lib/Trigger/index.vue.js +1 -0
- package/lib/Trigger/index.vue2.js +1 -0
- package/lib/Trigger/type.d.ts +61 -0
- package/lib/Typography/Typography.vue.d.ts +17 -0
- package/lib/Typography/Typography.vue.js +1 -0
- package/lib/Typography/Typography.vue3.js +1 -0
- package/lib/Typography/TypographyBase.vue.d.ts +358 -0
- package/lib/Typography/TypographyBase.vue.js +1 -0
- package/lib/Typography/TypographyBase.vue2.js +1 -0
- package/lib/Typography/TypographyParagraph.vue.d.ts +19 -0
- package/lib/Typography/TypographyParagraph.vue.js +1 -0
- package/lib/Typography/TypographyParagraph.vue2.js +1 -0
- package/lib/Typography/TypographyText.vue.d.ts +16 -0
- package/lib/Typography/TypographyText.vue.js +1 -0
- package/lib/Typography/TypographyText.vue2.js +1 -0
- package/lib/Typography/TypographyTitle.vue.d.ts +18 -0
- package/lib/Typography/TypographyTitle.vue.js +1 -0
- package/lib/Typography/TypographyTitle.vue2.js +1 -0
- package/lib/Typography/index.d.ts +39 -0
- package/lib/Typography/index.js +1 -0
- package/lib/Typography/type.d.ts +62 -0
- package/lib/VerificationCode/index.d.ts +74 -0
- package/lib/VerificationCode/index.js +1 -0
- package/lib/VerificationCode/index.vue.d.ts +21 -0
- package/lib/VerificationCode/index.vue.js +1 -0
- package/lib/VerificationCode/index.vue2.js +1 -0
- package/lib/VerificationCode/type.d.ts +22 -0
- package/lib/Watermark/index.d.ts +74 -0
- package/lib/Watermark/index.js +1 -0
- package/lib/Watermark/index.vue.d.ts +35 -0
- package/lib/Watermark/index.vue.js +1 -0
- package/lib/Watermark/index.vue2.js +1 -0
- package/lib/Watermark/type.d.ts +27 -0
- package/lib/_shared/components/ExpandTransition.vue.d.ts +17 -0
- package/lib/_shared/components/ExpandTransition.vue2.js +1 -0
- package/lib/_shared/components/ExpandTransition.vue3.js +1 -0
- package/lib/_shared/components/IconButton.vue.d.ts +30 -0
- package/lib/_shared/components/IconButton.vue.js +1 -0
- package/lib/_shared/components/IconButton.vue3.js +1 -0
- package/lib/_shared/components/PreventFocus.vue.d.ts +24 -0
- package/lib/_shared/components/PreventFocus.vue.js +1 -0
- package/lib/_shared/components/PreventFocus.vue2.js +1 -0
- package/lib/_shared/components/index.d.ts +3 -0
- package/lib/_shared/constants/index.d.ts +8 -0
- package/lib/_shared/constants/index.js +1 -0
- package/lib/_shared/icons/Icon403.svg.js +1 -0
- package/lib/_shared/icons/Icon404.svg.js +1 -0
- package/lib/_shared/icons/Icon500.svg.js +1 -0
- package/lib/_shared/icons/IconArrowDown.vue.d.ts +2 -0
- package/lib/_shared/icons/IconArrowDown.vue.js +1 -0
- package/lib/_shared/icons/IconArrowDown.vue2.js +1 -0
- package/lib/_shared/icons/IconArrowRight.vue.d.ts +2 -0
- package/lib/_shared/icons/IconArrowRight.vue.js +1 -0
- package/lib/_shared/icons/IconArrowRight.vue2.js +1 -0
- package/lib/_shared/icons/IconCheck.vue.d.ts +2 -0
- package/lib/_shared/icons/IconCheck.vue.js +1 -0
- package/lib/_shared/icons/IconCheck.vue2.js +1 -0
- package/lib/_shared/icons/IconCheckboxChecked.vue.d.ts +2 -0
- package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -0
- package/lib/_shared/icons/IconCheckboxChecked.vue2.js +1 -0
- package/lib/_shared/icons/IconClose.vue.d.ts +2 -0
- package/lib/_shared/icons/IconClose.vue.js +1 -0
- package/lib/_shared/icons/IconClose.vue2.js +1 -0
- package/lib/_shared/icons/IconCopy.vue.d.ts +2 -0
- package/lib/_shared/icons/IconCopy.vue.js +1 -0
- package/lib/_shared/icons/IconCopy.vue2.js +1 -0
- package/lib/_shared/icons/IconDelete.vue.d.ts +2 -0
- package/lib/_shared/icons/IconDelete.vue.js +1 -0
- package/lib/_shared/icons/IconDelete.vue2.js +1 -0
- package/lib/_shared/icons/IconDragDot.vue.d.ts +2 -0
- package/lib/_shared/icons/IconDragDot.vue.js +1 -0
- package/lib/_shared/icons/IconDragDot.vue2.js +1 -0
- package/lib/_shared/icons/IconEdit.vue.d.ts +2 -0
- package/lib/_shared/icons/IconEdit.vue.js +1 -0
- package/lib/_shared/icons/IconEdit.vue2.js +1 -0
- package/lib/_shared/icons/IconEmpty.vue.d.ts +2 -0
- package/lib/_shared/icons/IconEmpty.vue.js +1 -0
- package/lib/_shared/icons/IconEmpty.vue2.js +1 -0
- package/lib/_shared/icons/IconError.vue.d.ts +2 -0
- package/lib/_shared/icons/IconError.vue.js +1 -0
- package/lib/_shared/icons/IconError.vue2.js +1 -0
- package/lib/_shared/icons/IconExclamation.vue.d.ts +2 -0
- package/lib/_shared/icons/IconExclamation.vue.js +1 -0
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -0
- package/lib/_shared/icons/IconEyeClose.vue.d.ts +2 -0
- package/lib/_shared/icons/IconEyeClose.vue.js +1 -0
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -0
- package/lib/_shared/icons/IconEyeOpen.vue.d.ts +2 -0
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -0
- package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -0
- package/lib/_shared/icons/IconFaceSmile.vue.d.ts +2 -0
- package/lib/_shared/icons/IconFaceSmile.vue.js +1 -0
- package/lib/_shared/icons/IconFaceSmile.vue2.js +1 -0
- package/lib/_shared/icons/IconFullScreen.vue.d.ts +2 -0
- package/lib/_shared/icons/IconFullScreen.vue.js +1 -0
- package/lib/_shared/icons/IconFullScreen.vue2.js +1 -0
- package/lib/_shared/icons/IconImageClose.vue.d.ts +2 -0
- package/lib/_shared/icons/IconImageClose.vue.js +1 -0
- package/lib/_shared/icons/IconImageClose.vue2.js +1 -0
- package/lib/_shared/icons/IconInfo.vue.d.ts +2 -0
- package/lib/_shared/icons/IconInfo.vue.js +1 -0
- package/lib/_shared/icons/IconInfo.vue2.js +1 -0
- package/lib/_shared/icons/IconInfoLine.vue.d.ts +2 -0
- package/lib/_shared/icons/IconInfoLine.vue.js +1 -0
- package/lib/_shared/icons/IconInfoLine.vue2.js +1 -0
- package/lib/_shared/icons/IconLink.vue.d.ts +2 -0
- package/lib/_shared/icons/IconLink.vue.js +1 -0
- package/lib/_shared/icons/IconLink.vue2.js +1 -0
- package/lib/_shared/icons/IconLoading.vue.d.ts +2 -0
- package/lib/_shared/icons/IconLoading.vue.js +1 -0
- package/lib/_shared/icons/IconLoading.vue2.js +1 -0
- package/lib/_shared/icons/IconMenuFold.vue.d.ts +2 -0
- package/lib/_shared/icons/IconMenuFold.vue.js +1 -0
- package/lib/_shared/icons/IconMenuFold.vue2.js +1 -0
- package/lib/_shared/icons/IconMenuUnfold.vue.d.ts +2 -0
- package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -0
- package/lib/_shared/icons/IconMenuUnfold.vue2.js +1 -0
- package/lib/_shared/icons/IconMinus.vue.d.ts +2 -0
- package/lib/_shared/icons/IconMinus.vue.js +1 -0
- package/lib/_shared/icons/IconMinus.vue2.js +1 -0
- package/lib/_shared/icons/IconMore.vue.d.ts +2 -0
- package/lib/_shared/icons/IconMore.vue.js +1 -0
- package/lib/_shared/icons/IconMore.vue2.js +1 -0
- package/lib/_shared/icons/IconOriginSize.vue.d.ts +2 -0
- package/lib/_shared/icons/IconOriginSize.vue.js +1 -0
- package/lib/_shared/icons/IconOriginSize.vue2.js +1 -0
- package/lib/_shared/icons/IconPlus.vue.d.ts +2 -0
- package/lib/_shared/icons/IconPlus.vue.js +1 -0
- package/lib/_shared/icons/IconPlus.vue2.js +1 -0
- package/lib/_shared/icons/IconRight.vue.d.ts +2 -0
- package/lib/_shared/icons/IconRight.vue.js +1 -0
- package/lib/_shared/icons/IconRight.vue2.js +1 -0
- package/lib/_shared/icons/IconRotateLeft.vue.d.ts +2 -0
- package/lib/_shared/icons/IconRotateLeft.vue.js +1 -0
- package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -0
- package/lib/_shared/icons/IconRotateRight.vue.d.ts +2 -0
- package/lib/_shared/icons/IconRotateRight.vue.js +1 -0
- package/lib/_shared/icons/IconRotateRight.vue2.js +1 -0
- package/lib/_shared/icons/IconSearch.vue.d.ts +2 -0
- package/lib/_shared/icons/IconSearch.vue.js +1 -0
- package/lib/_shared/icons/IconSearch.vue2.js +1 -0
- package/lib/_shared/icons/IconSeparator.vue.d.ts +2 -0
- package/lib/_shared/icons/IconSeparator.vue.js +1 -0
- package/lib/_shared/icons/IconSeparator.vue2.js +1 -0
- package/lib/_shared/icons/IconStar.vue.d.ts +2 -0
- package/lib/_shared/icons/IconStar.vue.js +1 -0
- package/lib/_shared/icons/IconStar.vue2.js +1 -0
- package/lib/_shared/icons/IconSuccess.vue.d.ts +2 -0
- package/lib/_shared/icons/IconSuccess.vue.js +1 -0
- package/lib/_shared/icons/IconSuccess.vue2.js +1 -0
- package/lib/_shared/icons/IconTime.vue.d.ts +2 -0
- package/lib/_shared/icons/IconTime.vue.js +1 -0
- package/lib/_shared/icons/IconTime.vue2.js +1 -0
- package/lib/_shared/icons/IconToTop.vue.d.ts +2 -0
- package/lib/_shared/icons/IconToTop.vue.js +1 -0
- package/lib/_shared/icons/IconToTop.vue2.js +1 -0
- package/lib/_shared/icons/IconWarning.vue.d.ts +2 -0
- package/lib/_shared/icons/IconWarning.vue.js +1 -0
- package/lib/_shared/icons/IconWarning.vue2.js +1 -0
- package/lib/_shared/icons/IconZoomIn.vue.d.ts +2 -0
- package/lib/_shared/icons/IconZoomIn.vue.js +1 -0
- package/lib/_shared/icons/IconZoomIn.vue2.js +1 -0
- package/lib/_shared/icons/IconZoomOut.vue.d.ts +2 -0
- package/lib/_shared/icons/IconZoomOut.vue.js +1 -0
- package/lib/_shared/icons/IconZoomOut.vue2.js +1 -0
- package/lib/_shared/icons/_Icon.vue.d.ts +31 -0
- package/lib/_shared/icons/_Icon.vue2.js +1 -0
- package/lib/_shared/icons/_Icon.vue3.js +1 -0
- package/lib/_shared/icons/index.d.ts +39 -0
- package/lib/_shared/type/index.d.ts +18 -0
- package/lib/_shared/utils/color.d.ts +18 -0
- package/lib/_shared/utils/color.js +1 -0
- package/lib/_shared/utils/control.d.ts +5 -0
- package/lib/_shared/utils/control.js +1 -0
- package/lib/_shared/utils/dom.d.ts +28 -0
- package/lib/_shared/utils/dom.js +1 -0
- package/lib/_shared/utils/fn.d.ts +8 -0
- package/lib/_shared/utils/fn.js +1 -0
- package/lib/_shared/utils/global-config.d.ts +28 -0
- package/lib/_shared/utils/global-config.js +1 -0
- package/lib/_shared/utils/index.d.ts +8 -0
- package/lib/_shared/utils/is.d.ts +27 -0
- package/lib/_shared/utils/is.js +1 -0
- package/lib/_shared/utils/time.d.ts +48 -0
- package/lib/_shared/utils/time.js +1 -0
- package/lib/_shared/utils/vue-utils.d.ts +7 -0
- package/lib/_shared/utils/vue-utils.js +1 -0
- package/lib/_virtual/_commonjsHelpers.js +1 -0
- package/lib/_virtual/_plugin-vue_export-helper.js +1 -0
- package/lib/_virtual/dayjs.min.js +1 -0
- package/lib/_virtual/duration.js +1 -0
- package/lib/_virtual/en.js +1 -0
- package/lib/_virtual/isSameOrAfter.js +1 -0
- package/lib/_virtual/isSameOrBefore.js +1 -0
- package/lib/_virtual/toObject.js +1 -0
- package/lib/index.d.ts +1710 -0
- package/lib/index.js +1 -0
- package/lib/node_modules/@vueuse/core/index.js +1 -0
- package/lib/node_modules/@vueuse/shared/index.js +1 -0
- package/lib/node_modules/b-tween/dist/b-tween.es.js +1 -0
- package/lib/node_modules/dayjs/dayjs.min.js +1 -0
- package/lib/node_modules/dayjs/locale/en.js +1 -0
- package/lib/node_modules/dayjs/plugin/duration.js +1 -0
- package/lib/node_modules/dayjs/plugin/isSameOrAfter.js +1 -0
- package/lib/node_modules/dayjs/plugin/isSameOrBefore.js +1 -0
- package/lib/node_modules/dayjs/plugin/toObject.js +1 -0
- package/lib/node_modules/nanoid/index.browser.js +1 -0
- package/lib/node_modules/nanoid/url-alphabet/index.js +1 -0
- package/lib/node_modules/tinycolor2/esm/tinycolor.js +1 -0
- package/lib/style.css +1 -0
- package/package.json +108 -0
@@ -0,0 +1,7 @@
|
|
1
|
+
import _sfc_main from "./SelectVirtualList.vue2.js";
|
2
|
+
/* empty css */
|
3
|
+
import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
|
4
|
+
const SelectVirtualList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-79815f72"]]);
|
5
|
+
export {
|
6
|
+
SelectVirtualList as default
|
7
|
+
};
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import { defineComponent, toRefs, createElementBlock, openBlock, mergeProps, unref, createElementVNode, Fragment, renderList, createBlock, withCtx, resolveDynamicComponent } from "vue";
|
2
|
+
import { useVirtualList } from "../node_modules/@vueuse/core/index.js";
|
3
|
+
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
4
|
+
import "../_shared/utils/dom.js";
|
5
|
+
import "../_shared/utils/time.js";
|
6
|
+
import { getSlotFunction } from "../_shared/utils/vue-utils.js";
|
7
|
+
import "../Empty/index.js";
|
8
|
+
/* empty css */
|
9
|
+
import useContext from "./hooks/useContext.js";
|
10
|
+
import "./index.js";
|
11
|
+
import Option from "./Option.vue.js";
|
12
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
+
__name: "SelectVirtualList",
|
14
|
+
props: {
|
15
|
+
virtualListProps: {}
|
16
|
+
},
|
17
|
+
setup(__props) {
|
18
|
+
var _a, _b;
|
19
|
+
const props = __props;
|
20
|
+
const { virtualListProps } = toRefs(props);
|
21
|
+
const { fieldKey, renderOptions, slots, emits } = useContext().inject();
|
22
|
+
const { list, wrapperProps, containerProps } = useVirtualList(renderOptions, {
|
23
|
+
overscan: ((_a = virtualListProps.value) == null ? void 0 : _a.buffer) ?? 10,
|
24
|
+
itemHeight: ((_b = virtualListProps.value) == null ? void 0 : _b.itemHeight) || 36
|
25
|
+
});
|
26
|
+
const renderLabel = (option) => {
|
27
|
+
if (slots.option) {
|
28
|
+
return () => {
|
29
|
+
var _a2;
|
30
|
+
return ((_a2 = slots.option) == null ? void 0 : _a2.call(slots, {
|
31
|
+
data: option
|
32
|
+
})) || [];
|
33
|
+
};
|
34
|
+
}
|
35
|
+
const { render, label } = fieldKey.value;
|
36
|
+
return option[render] ? getSlotFunction(option[render]) : getSlotFunction(option[label]);
|
37
|
+
};
|
38
|
+
return (_ctx, _cache) => {
|
39
|
+
return openBlock(), createElementBlock("div", mergeProps({ class: "yc-select-dropdown-virtual-list" }, unref(containerProps)), [
|
40
|
+
createElementVNode("div", mergeProps({ class: "yc-select-dropdown-list" }, unref(wrapperProps)), [
|
41
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), ({ data: v }) => {
|
42
|
+
return openBlock(), createBlock(unref(Option), {
|
43
|
+
key: v[unref(fieldKey).value],
|
44
|
+
value: v[unref(fieldKey).value],
|
45
|
+
disabled: v[unref(fieldKey).disabled],
|
46
|
+
"is-fallback-option": v[unref(fieldKey).isFallbackOption]
|
47
|
+
}, {
|
48
|
+
default: withCtx(() => [
|
49
|
+
(openBlock(), createBlock(resolveDynamicComponent(renderLabel(v))))
|
50
|
+
]),
|
51
|
+
_: 2
|
52
|
+
}, 1032, ["value", "disabled", "is-fallback-option"]);
|
53
|
+
}), 128))
|
54
|
+
], 16)
|
55
|
+
], 16);
|
56
|
+
};
|
57
|
+
}
|
58
|
+
});
|
59
|
+
export {
|
60
|
+
_sfc_main as default
|
61
|
+
};
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import { Ref, Slots } from 'vue';
|
2
|
+
import { SelectValue, SelectOptionData, SelectEmits } from '../type';
|
3
|
+
import { InputInstance } from '../../Input';
|
4
|
+
import { ObjectData, Props } from '../../_shared/type';
|
5
|
+
type SelectContext = {
|
6
|
+
computedValue: Ref<SelectValue | SelectValue[] | undefined>;
|
7
|
+
computedInputValue: Ref<string>;
|
8
|
+
multiple: Ref<boolean>;
|
9
|
+
limit: Ref<number>;
|
10
|
+
curIndex: Ref<number>;
|
11
|
+
options: Ref<SelectOptionData[]>;
|
12
|
+
renderOptions: Ref<ObjectData[]>;
|
13
|
+
fieldKey: Ref<Record<string, string>>;
|
14
|
+
isEmpty: Ref<boolean>;
|
15
|
+
slots: Slots;
|
16
|
+
blur: () => void;
|
17
|
+
filterOption: (option: SelectOptionData) => boolean;
|
18
|
+
getValue: (value: SelectValue | ObjectData) => SelectValue;
|
19
|
+
collectOption: (props: Props, optionLabel: Ref<string>) => void;
|
20
|
+
emits: SelectEmits;
|
21
|
+
};
|
22
|
+
declare const _default: () => {
|
23
|
+
provide: (props: Props, emits: SelectEmits, inputRef: Ref<InputInstance | undefined>) => {
|
24
|
+
computedVisible: import('vue').WritableComputedRef<any, boolean>;
|
25
|
+
computedValue: import('vue').WritableComputedRef<any, SelectValue>;
|
26
|
+
computedInputValue: import('vue').WritableComputedRef<any, string>;
|
27
|
+
selectOptions: import('vue').ComputedRef<{
|
28
|
+
id: string;
|
29
|
+
label: SelectValue | undefined;
|
30
|
+
render?: import('../../_shared/type').RenderContent;
|
31
|
+
value?: SelectValue;
|
32
|
+
disabled?: boolean;
|
33
|
+
tagProps?: import('../..').TagProps;
|
34
|
+
isFallbackOption?: boolean;
|
35
|
+
}[]>;
|
36
|
+
createOptions: Ref<{
|
37
|
+
render?: string | import('vue').RenderFunction | ObjectData[] | undefined;
|
38
|
+
label?: string | undefined;
|
39
|
+
value?: string | number | boolean | ObjectData | (string | number | boolean | ObjectData)[] | undefined;
|
40
|
+
disabled?: boolean | undefined;
|
41
|
+
tagProps?: {
|
42
|
+
color?: string | undefined;
|
43
|
+
size?: import('../..').TagSize | undefined;
|
44
|
+
bordered?: boolean | undefined;
|
45
|
+
visible?: boolean | undefined;
|
46
|
+
defaultVisible?: boolean | undefined;
|
47
|
+
loading?: boolean | undefined;
|
48
|
+
closable?: boolean | undefined;
|
49
|
+
checkable?: boolean | undefined;
|
50
|
+
checked?: boolean | undefined;
|
51
|
+
defaultChecked?: boolean | undefined;
|
52
|
+
nowrap?: boolean | undefined;
|
53
|
+
} | undefined;
|
54
|
+
id?: string | undefined;
|
55
|
+
isFallbackOption?: boolean | undefined;
|
56
|
+
}[], SelectOptionData[] | {
|
57
|
+
render?: string | import('vue').RenderFunction | ObjectData[] | undefined;
|
58
|
+
label?: string | undefined;
|
59
|
+
value?: string | number | boolean | ObjectData | (string | number | boolean | ObjectData)[] | undefined;
|
60
|
+
disabled?: boolean | undefined;
|
61
|
+
tagProps?: {
|
62
|
+
color?: string | undefined;
|
63
|
+
size?: import('../..').TagSize | undefined;
|
64
|
+
bordered?: boolean | undefined;
|
65
|
+
visible?: boolean | undefined;
|
66
|
+
defaultVisible?: boolean | undefined;
|
67
|
+
loading?: boolean | undefined;
|
68
|
+
closable?: boolean | undefined;
|
69
|
+
checkable?: boolean | undefined;
|
70
|
+
checked?: boolean | undefined;
|
71
|
+
defaultChecked?: boolean | undefined;
|
72
|
+
nowrap?: boolean | undefined;
|
73
|
+
} | undefined;
|
74
|
+
id?: string | undefined;
|
75
|
+
isFallbackOption?: boolean | undefined;
|
76
|
+
}[]>;
|
77
|
+
options: import('vue').ComputedRef<ObjectData[]>;
|
78
|
+
};
|
79
|
+
inject: () => SelectContext;
|
80
|
+
};
|
81
|
+
export default _default;
|
@@ -0,0 +1,196 @@
|
|
1
|
+
import { toRefs, computed, provide, useSlots, inject, ref } from "vue";
|
2
|
+
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
+
import "../../_shared/utils/dom.js";
|
4
|
+
import { isBoolean, isFunction } from "../../_shared/utils/is.js";
|
5
|
+
import "../../_shared/utils/time.js";
|
6
|
+
import "../../Empty/index.js";
|
7
|
+
/* empty css */
|
8
|
+
import useControlValue from "../../_shared/utils/control.js";
|
9
|
+
import useSelectOptions from "./useSelectOptions.js";
|
10
|
+
import useSelectHotkeys from "./useSelectHotkeys.js";
|
11
|
+
const SELECT_CONTEXT_KEY = "select-context";
|
12
|
+
const useContext = () => {
|
13
|
+
const provide$1 = (props, emits, inputRef) => {
|
14
|
+
const {
|
15
|
+
popupVisible,
|
16
|
+
defaultPopupVisible,
|
17
|
+
modelValue,
|
18
|
+
defaultValue,
|
19
|
+
inputValue,
|
20
|
+
defaultInputValue,
|
21
|
+
multiple,
|
22
|
+
fieldNames,
|
23
|
+
limit,
|
24
|
+
allowSearch,
|
25
|
+
showExtraOptions,
|
26
|
+
valueKey,
|
27
|
+
hotkeys,
|
28
|
+
options: provideOptions,
|
29
|
+
showEmpty
|
30
|
+
} = toRefs(props);
|
31
|
+
const {
|
32
|
+
formatLabel,
|
33
|
+
fallbackOption,
|
34
|
+
filterOption: _filterOption
|
35
|
+
} = props;
|
36
|
+
const computedVisible = useControlValue(
|
37
|
+
popupVisible,
|
38
|
+
defaultPopupVisible.value,
|
39
|
+
(val) => {
|
40
|
+
emits("update:popupVisible", val);
|
41
|
+
emits("popup-visible-change", val);
|
42
|
+
}
|
43
|
+
);
|
44
|
+
const computedValue = useControlValue(
|
45
|
+
modelValue,
|
46
|
+
defaultValue.value ? defaultValue.value : multiple.value ? [] : "",
|
47
|
+
(val) => {
|
48
|
+
emits("change", val);
|
49
|
+
emits("update:modelValue", val);
|
50
|
+
},
|
51
|
+
(val) => {
|
52
|
+
if (multiple.value) {
|
53
|
+
return Array.isArray(val) ? val : [val];
|
54
|
+
}
|
55
|
+
return val;
|
56
|
+
}
|
57
|
+
);
|
58
|
+
const computedInputValue = useControlValue(
|
59
|
+
inputValue,
|
60
|
+
defaultInputValue.value,
|
61
|
+
(val) => {
|
62
|
+
emits("update:inputValue", val);
|
63
|
+
}
|
64
|
+
);
|
65
|
+
const fieldKey = computed(() => {
|
66
|
+
const keys = [
|
67
|
+
"id",
|
68
|
+
"label",
|
69
|
+
"value",
|
70
|
+
"disabled",
|
71
|
+
"tagProps",
|
72
|
+
"render",
|
73
|
+
"isFallbackOption"
|
74
|
+
];
|
75
|
+
return Object.fromEntries(
|
76
|
+
keys.map((key) => {
|
77
|
+
return [key, fieldNames.value[key] ?? key];
|
78
|
+
})
|
79
|
+
);
|
80
|
+
});
|
81
|
+
const filterFn = (option) => {
|
82
|
+
var _a;
|
83
|
+
const label = option == null ? void 0 : option.label;
|
84
|
+
const keyword = (_a = computedInputValue.value.toLowerCase()) == null ? void 0 : _a.toLowerCase();
|
85
|
+
return !!(label == null ? void 0 : label.includes(keyword));
|
86
|
+
};
|
87
|
+
const filterOption = (option) => {
|
88
|
+
if (allowSearch.value) {
|
89
|
+
return isFunction(_filterOption) ? _filterOption(computedInputValue.value, option) : filterFn(option);
|
90
|
+
}
|
91
|
+
if (isBoolean(_filterOption) && !_filterOption) {
|
92
|
+
return true;
|
93
|
+
}
|
94
|
+
return isFunction(_filterOption) ? _filterOption(computedInputValue.value, option) : filterFn(option);
|
95
|
+
};
|
96
|
+
const {
|
97
|
+
options,
|
98
|
+
renderOptions,
|
99
|
+
createOptions,
|
100
|
+
selectOptions,
|
101
|
+
collectOption
|
102
|
+
} = useSelectOptions({
|
103
|
+
computedValue,
|
104
|
+
multiple,
|
105
|
+
showExtraOptions,
|
106
|
+
provideOptions,
|
107
|
+
getValue,
|
108
|
+
fallbackOption,
|
109
|
+
formatLabel
|
110
|
+
});
|
111
|
+
const isEmpty = computed(() => {
|
112
|
+
if (!showEmpty.value) {
|
113
|
+
return showEmpty.value;
|
114
|
+
}
|
115
|
+
if (!allowSearch.value || isBoolean(_filterOption) && !filterOption) {
|
116
|
+
return !options.value.length;
|
117
|
+
}
|
118
|
+
return options.value.every((item) => {
|
119
|
+
return !filterOption(item);
|
120
|
+
});
|
121
|
+
});
|
122
|
+
const { curIndex } = useSelectHotkeys({
|
123
|
+
computedValue,
|
124
|
+
computedVisible,
|
125
|
+
hotkeys,
|
126
|
+
limit,
|
127
|
+
multiple,
|
128
|
+
options,
|
129
|
+
blur,
|
130
|
+
emits
|
131
|
+
});
|
132
|
+
function getValue(value) {
|
133
|
+
return (value == null ? void 0 : value[valueKey.value]) ?? value;
|
134
|
+
}
|
135
|
+
function blur() {
|
136
|
+
var _a;
|
137
|
+
(_a = inputRef.value) == null ? void 0 : _a.blur();
|
138
|
+
}
|
139
|
+
provide(SELECT_CONTEXT_KEY, {
|
140
|
+
computedValue,
|
141
|
+
computedInputValue,
|
142
|
+
limit,
|
143
|
+
multiple,
|
144
|
+
curIndex,
|
145
|
+
options,
|
146
|
+
isEmpty,
|
147
|
+
fieldKey,
|
148
|
+
renderOptions,
|
149
|
+
slots: useSlots(),
|
150
|
+
filterOption,
|
151
|
+
blur,
|
152
|
+
getValue,
|
153
|
+
emits,
|
154
|
+
collectOption
|
155
|
+
});
|
156
|
+
return {
|
157
|
+
computedVisible,
|
158
|
+
computedValue,
|
159
|
+
computedInputValue,
|
160
|
+
selectOptions,
|
161
|
+
createOptions,
|
162
|
+
options
|
163
|
+
};
|
164
|
+
};
|
165
|
+
const inject$1 = () => {
|
166
|
+
return inject(SELECT_CONTEXT_KEY, {
|
167
|
+
computedValue: ref(void 0),
|
168
|
+
computedInputValue: ref(""),
|
169
|
+
multiple: ref(false),
|
170
|
+
limit: ref(0),
|
171
|
+
curIndex: ref(-1),
|
172
|
+
options: ref([]),
|
173
|
+
renderOptions: ref([]),
|
174
|
+
isEmpty: ref(false),
|
175
|
+
fieldKey: ref({}),
|
176
|
+
slots: {},
|
177
|
+
emits: () => {
|
178
|
+
},
|
179
|
+
blur: () => {
|
180
|
+
},
|
181
|
+
filterOption: () => {
|
182
|
+
return true;
|
183
|
+
},
|
184
|
+
getValue: () => "",
|
185
|
+
collectOption: () => {
|
186
|
+
}
|
187
|
+
});
|
188
|
+
};
|
189
|
+
return {
|
190
|
+
provide: provide$1,
|
191
|
+
inject: inject$1
|
192
|
+
};
|
193
|
+
};
|
194
|
+
export {
|
195
|
+
useContext as default
|
196
|
+
};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { Ref } from 'vue';
|
2
|
+
import { SelectEmits, SelectOptionData, SelectValue } from '../type';
|
3
|
+
declare const _default: (params: {
|
4
|
+
hotkeys: Ref<boolean>;
|
5
|
+
multiple: Ref<boolean>;
|
6
|
+
limit: Ref<number>;
|
7
|
+
computedVisible: Ref<boolean>;
|
8
|
+
computedValue: Ref<SelectValue>;
|
9
|
+
options: Ref<SelectOptionData[]>;
|
10
|
+
blur: () => void;
|
11
|
+
emits: SelectEmits;
|
12
|
+
}) => {
|
13
|
+
curIndex: Ref<number, number>;
|
14
|
+
};
|
15
|
+
export default _default;
|
@@ -0,0 +1,56 @@
|
|
1
|
+
import { ref } from "vue";
|
2
|
+
import { onKeyStroke } from "../../node_modules/@vueuse/core/index.js";
|
3
|
+
const useSelectHotkeys = (params) => {
|
4
|
+
const {
|
5
|
+
computedValue,
|
6
|
+
computedVisible,
|
7
|
+
options,
|
8
|
+
hotkeys,
|
9
|
+
multiple,
|
10
|
+
limit,
|
11
|
+
blur,
|
12
|
+
emits
|
13
|
+
} = params;
|
14
|
+
const curIndex = ref(-1);
|
15
|
+
if (!hotkeys.value) {
|
16
|
+
return {
|
17
|
+
curIndex
|
18
|
+
};
|
19
|
+
}
|
20
|
+
onKeyStroke(["ArrowUp", "ArrowDown", "Enter"], (e) => {
|
21
|
+
if (!computedVisible.value || !options.value.length) return;
|
22
|
+
const { key } = e;
|
23
|
+
e.preventDefault();
|
24
|
+
if (key == "ArrowUp") {
|
25
|
+
curIndex.value--;
|
26
|
+
curIndex.value = curIndex.value < 0 ? options.value.length - 1 : curIndex.value;
|
27
|
+
} else if (key == "ArrowDown") {
|
28
|
+
curIndex.value++;
|
29
|
+
curIndex.value = curIndex.value >= options.value.length ? 0 : curIndex.value;
|
30
|
+
} else {
|
31
|
+
const value = options.value[curIndex.value].value;
|
32
|
+
if (multiple.value) {
|
33
|
+
const curValue = computedValue.value;
|
34
|
+
const index = curValue.findIndex((item) => item == value);
|
35
|
+
if (index == -1) {
|
36
|
+
if (limit.value > 0 && curValue.length == limit.value) {
|
37
|
+
return emits("exceedLimit", value);
|
38
|
+
}
|
39
|
+
computedValue.value = [...curValue, value];
|
40
|
+
} else {
|
41
|
+
computedValue.value = curValue.filter((item) => item != value);
|
42
|
+
}
|
43
|
+
} else {
|
44
|
+
computedValue.value = value;
|
45
|
+
blur();
|
46
|
+
}
|
47
|
+
emits("select", value);
|
48
|
+
}
|
49
|
+
});
|
50
|
+
return {
|
51
|
+
curIndex
|
52
|
+
};
|
53
|
+
};
|
54
|
+
export {
|
55
|
+
useSelectHotkeys as default
|
56
|
+
};
|
@@ -0,0 +1,67 @@
|
|
1
|
+
import { Ref } from 'vue';
|
2
|
+
import { ObjectData, Props } from '../../_shared/type';
|
3
|
+
import { SelectValue, SelectOptions, FallbackOption, FormatLabel, SelectOptionData } from '../index';
|
4
|
+
declare const _default: (params: {
|
5
|
+
multiple: Ref<boolean>;
|
6
|
+
computedValue: Ref<SelectValue>;
|
7
|
+
provideOptions: Ref<SelectOptions>;
|
8
|
+
showExtraOptions: Ref<boolean>;
|
9
|
+
getValue: (value: string | ObjectData) => SelectValue;
|
10
|
+
fallbackOption?: FallbackOption;
|
11
|
+
formatLabel?: FormatLabel;
|
12
|
+
}) => {
|
13
|
+
options: import('vue').ComputedRef<ObjectData[]>;
|
14
|
+
createOptions: Ref<{
|
15
|
+
render?: string | import('vue').RenderFunction | ObjectData[] | undefined;
|
16
|
+
label?: string | undefined;
|
17
|
+
value?: string | number | boolean | ObjectData | (string | number | boolean | ObjectData)[] | undefined;
|
18
|
+
disabled?: boolean | undefined;
|
19
|
+
tagProps?: {
|
20
|
+
color?: string | undefined;
|
21
|
+
size?: import('../..').TagSize | undefined;
|
22
|
+
bordered?: boolean | undefined;
|
23
|
+
visible?: boolean | undefined;
|
24
|
+
defaultVisible?: boolean | undefined;
|
25
|
+
loading?: boolean | undefined;
|
26
|
+
closable?: boolean | undefined;
|
27
|
+
checkable?: boolean | undefined;
|
28
|
+
checked?: boolean | undefined;
|
29
|
+
defaultChecked?: boolean | undefined;
|
30
|
+
nowrap?: boolean | undefined;
|
31
|
+
} | undefined;
|
32
|
+
id?: string | undefined;
|
33
|
+
isFallbackOption?: boolean | undefined;
|
34
|
+
}[], SelectOptionData[] | {
|
35
|
+
render?: string | import('vue').RenderFunction | ObjectData[] | undefined;
|
36
|
+
label?: string | undefined;
|
37
|
+
value?: string | number | boolean | ObjectData | (string | number | boolean | ObjectData)[] | undefined;
|
38
|
+
disabled?: boolean | undefined;
|
39
|
+
tagProps?: {
|
40
|
+
color?: string | undefined;
|
41
|
+
size?: import('../..').TagSize | undefined;
|
42
|
+
bordered?: boolean | undefined;
|
43
|
+
visible?: boolean | undefined;
|
44
|
+
defaultVisible?: boolean | undefined;
|
45
|
+
loading?: boolean | undefined;
|
46
|
+
closable?: boolean | undefined;
|
47
|
+
checkable?: boolean | undefined;
|
48
|
+
checked?: boolean | undefined;
|
49
|
+
defaultChecked?: boolean | undefined;
|
50
|
+
nowrap?: boolean | undefined;
|
51
|
+
} | undefined;
|
52
|
+
id?: string | undefined;
|
53
|
+
isFallbackOption?: boolean | undefined;
|
54
|
+
}[]>;
|
55
|
+
renderOptions: import('vue').ComputedRef<SelectOptions>;
|
56
|
+
selectOptions: import('vue').ComputedRef<{
|
57
|
+
id: string;
|
58
|
+
label: SelectValue | undefined;
|
59
|
+
render?: import('../../_shared/type').RenderContent;
|
60
|
+
value?: SelectValue;
|
61
|
+
disabled?: boolean;
|
62
|
+
tagProps?: import('../..').TagProps;
|
63
|
+
isFallbackOption?: boolean;
|
64
|
+
}[]>;
|
65
|
+
collectOption: (props: Props, optionLabel: Ref<string>) => void;
|
66
|
+
};
|
67
|
+
export default _default;
|
@@ -0,0 +1,91 @@
|
|
1
|
+
import { reactive, computed, ref, onMounted } from "vue";
|
2
|
+
import { nanoid } from "../../node_modules/nanoid/index.browser.js";
|
3
|
+
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
4
|
+
import "../../_shared/utils/dom.js";
|
5
|
+
import { isUndefined, isNull, isString, isObject } from "../../_shared/utils/is.js";
|
6
|
+
import "../../_shared/utils/time.js";
|
7
|
+
import "../../Empty/index.js";
|
8
|
+
/* empty css */
|
9
|
+
const useSelectOptions = (params) => {
|
10
|
+
const {
|
11
|
+
computedValue,
|
12
|
+
multiple,
|
13
|
+
provideOptions,
|
14
|
+
showExtraOptions,
|
15
|
+
getValue,
|
16
|
+
fallbackOption,
|
17
|
+
formatLabel
|
18
|
+
} = params;
|
19
|
+
const optionMap = reactive(/* @__PURE__ */ new Map());
|
20
|
+
const options = computed(() => [...optionMap.values()]);
|
21
|
+
const createOptions = ref([]);
|
22
|
+
const fallbackOptions = computed(() => {
|
23
|
+
if (!fallbackOption) return [];
|
24
|
+
return selectValue.value.filter((v) => !options.value.find((item) => getValue(item.value) == v)).map((v) => {
|
25
|
+
const target = fallbackOption(v);
|
26
|
+
return {
|
27
|
+
...target || {},
|
28
|
+
isFallbackOption: true
|
29
|
+
};
|
30
|
+
});
|
31
|
+
});
|
32
|
+
const renderOptions = computed(() => {
|
33
|
+
return [
|
34
|
+
...provideOptions.value,
|
35
|
+
...createOptions.value,
|
36
|
+
...showExtraOptions.value ? fallbackOptions.value : []
|
37
|
+
].map((item) => {
|
38
|
+
let option = item;
|
39
|
+
if (!isObject(item)) {
|
40
|
+
option = {
|
41
|
+
label: item,
|
42
|
+
value: item
|
43
|
+
};
|
44
|
+
}
|
45
|
+
return {
|
46
|
+
id: nanoid(),
|
47
|
+
...option
|
48
|
+
};
|
49
|
+
});
|
50
|
+
});
|
51
|
+
const selectValue = computed(() => {
|
52
|
+
const value = multiple.value ? computedValue.value : [computedValue.value];
|
53
|
+
return value.map((item) => getValue(item)).filter((v) => !isEmpty(v));
|
54
|
+
});
|
55
|
+
const selectOptions = computed(() => {
|
56
|
+
const opts = [...options.value, ...fallbackOptions.value];
|
57
|
+
return selectValue.value.map((v) => {
|
58
|
+
const option = opts.find((item) => getValue(item.value) == v) || {};
|
59
|
+
return {
|
60
|
+
...option,
|
61
|
+
id: `${v}`,
|
62
|
+
label: option ? (formatLabel == null ? void 0 : formatLabel(option)) ?? (option == null ? void 0 : option.label) : v
|
63
|
+
};
|
64
|
+
});
|
65
|
+
});
|
66
|
+
const isEmpty = (val) => {
|
67
|
+
return isUndefined(val) || isNull(val) || isString(val) && !val.length;
|
68
|
+
};
|
69
|
+
const collectOption = (props, optionLabel) => {
|
70
|
+
if (props.isFallbackOption) return;
|
71
|
+
const id = nanoid();
|
72
|
+
onMounted(() => {
|
73
|
+
const value = `${getValue(props.value)}`;
|
74
|
+
optionMap.set(id, {
|
75
|
+
...props,
|
76
|
+
label: optionLabel.value,
|
77
|
+
value: value ? props.value : optionLabel.value
|
78
|
+
});
|
79
|
+
});
|
80
|
+
};
|
81
|
+
return {
|
82
|
+
options,
|
83
|
+
createOptions,
|
84
|
+
renderOptions,
|
85
|
+
selectOptions,
|
86
|
+
collectOption
|
87
|
+
};
|
88
|
+
};
|
89
|
+
export {
|
90
|
+
useSelectOptions as default
|
91
|
+
};
|