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,1536 @@
|
|
1
|
+
import { nextTick } from 'vue';
|
2
|
+
import { MentionProps, MentionSlots } from './type';
|
3
|
+
import { SelectValue } from '../Select';
|
4
|
+
declare function __VLS_template(): {
|
5
|
+
attrs: Partial<{}>;
|
6
|
+
slots: Readonly<MentionSlots> & MentionSlots;
|
7
|
+
refs: {
|
8
|
+
autoCompleteRef: ({
|
9
|
+
$: import('vue').ComponentInternalInstance;
|
10
|
+
$data: {};
|
11
|
+
$props: {
|
12
|
+
readonly modelValue?: string | undefined;
|
13
|
+
readonly defaultValue?: string | undefined;
|
14
|
+
readonly disabled?: boolean | undefined;
|
15
|
+
readonly data?: import('../Select').SelectOptions | undefined;
|
16
|
+
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
17
|
+
readonly strict?: boolean | undefined;
|
18
|
+
readonly filterOption?: ((inputValue: string, option: import('../Select').SelectOptionData) => boolean) | undefined;
|
19
|
+
readonly triggerProps?: import('..').TriggerProps | undefined;
|
20
|
+
readonly allowClear?: boolean | undefined;
|
21
|
+
readonly vistualListProps?: import('../Select').VirtualListProps | undefined;
|
22
|
+
readonly isSelectSetValue?: boolean | undefined;
|
23
|
+
readonly isSearch?: boolean | undefined;
|
24
|
+
readonly type?: "textarea" | "input" | undefined;
|
25
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
26
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
27
|
+
readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
|
28
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
29
|
+
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
30
|
+
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
31
|
+
readonly onSelect?: ((value: string) => any) | undefined;
|
32
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
33
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
34
|
+
readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
35
|
+
readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
36
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
37
|
+
$attrs: {
|
38
|
+
[x: string]: unknown;
|
39
|
+
};
|
40
|
+
$refs: {
|
41
|
+
[x: string]: unknown;
|
42
|
+
} & {
|
43
|
+
selectRef: ({
|
44
|
+
$: import('vue').ComponentInternalInstance;
|
45
|
+
$data: {};
|
46
|
+
$props: {
|
47
|
+
readonly multiple?: boolean | undefined;
|
48
|
+
readonly modelValue?: SelectValue | undefined;
|
49
|
+
readonly defaultValue?: SelectValue | undefined;
|
50
|
+
readonly inputValue?: string | undefined;
|
51
|
+
readonly defaultInputValue?: string | undefined;
|
52
|
+
readonly size?: import('../_shared/type').Size | undefined;
|
53
|
+
readonly placeholder?: string | undefined;
|
54
|
+
readonly loading?: boolean | undefined;
|
55
|
+
readonly disabled?: boolean | undefined;
|
56
|
+
readonly error?: boolean | undefined;
|
57
|
+
readonly allowClear?: boolean | undefined;
|
58
|
+
readonly allowSearch?: boolean | undefined;
|
59
|
+
readonly allowCreate?: boolean | undefined;
|
60
|
+
readonly maxTagCount?: number | undefined;
|
61
|
+
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
62
|
+
readonly bordered?: boolean | undefined;
|
63
|
+
readonly defaultActivefirstOption?: boolean | undefined;
|
64
|
+
readonly popupVisible?: boolean | undefined;
|
65
|
+
readonly defaultPopupVisible?: boolean | undefined;
|
66
|
+
readonly unmountonClose?: boolean | undefined;
|
67
|
+
readonly filterOption?: import('../Select').FilterOption | undefined;
|
68
|
+
readonly options?: import('../Select').SelectOptions | undefined;
|
69
|
+
readonly virtualListProps?: import('../Select').VirtualListProps | undefined;
|
70
|
+
readonly triggerProps?: import('..').TriggerProps | undefined;
|
71
|
+
readonly formatLabel?: import('../Select').FormatLabel | undefined;
|
72
|
+
readonly fallbackOption?: import('../Select').FallbackOption | undefined;
|
73
|
+
readonly showExtraOptions?: boolean | undefined;
|
74
|
+
readonly valueKey?: string | undefined;
|
75
|
+
readonly searchDelay?: number | undefined;
|
76
|
+
readonly limit?: number | undefined;
|
77
|
+
readonly fieldNames?: Record<string, string> | undefined;
|
78
|
+
readonly scrollbar?: boolean | undefined;
|
79
|
+
readonly showHeaderOnEmpty?: boolean | undefined;
|
80
|
+
readonly showFooterOnEmpty?: boolean | undefined;
|
81
|
+
readonly tagNowrap?: boolean | undefined;
|
82
|
+
readonly hotkeys?: boolean | undefined;
|
83
|
+
readonly showEmpty?: boolean | undefined;
|
84
|
+
readonly onChange?: ((value: SelectValue) => any) | undefined;
|
85
|
+
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
86
|
+
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
87
|
+
readonly onClear?: (() => any) | undefined;
|
88
|
+
readonly onSelect?: ((value: SelectValue) => any) | undefined;
|
89
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
90
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
91
|
+
readonly "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
|
92
|
+
readonly "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
|
93
|
+
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
94
|
+
readonly onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
|
95
|
+
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
96
|
+
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
97
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
98
|
+
$attrs: {
|
99
|
+
[x: string]: unknown;
|
100
|
+
};
|
101
|
+
$refs: {
|
102
|
+
[x: string]: unknown;
|
103
|
+
} & {
|
104
|
+
popupRef: ({
|
105
|
+
$: import('vue').ComponentInternalInstance;
|
106
|
+
$data: {};
|
107
|
+
$props: {
|
108
|
+
readonly popupVisible?: boolean | undefined;
|
109
|
+
readonly defaultPopupVisible?: boolean | undefined;
|
110
|
+
readonly trigger?: import('..').TriggerType | undefined;
|
111
|
+
readonly position?: import('..').TriggerPostion | undefined;
|
112
|
+
readonly disabled?: boolean | undefined;
|
113
|
+
readonly popupOffset?: number | undefined;
|
114
|
+
readonly popupTranslate?: number[] | undefined;
|
115
|
+
readonly showArrow?: boolean | undefined;
|
116
|
+
readonly popuphoverStay?: boolean | undefined;
|
117
|
+
readonly blurToClose?: boolean | undefined;
|
118
|
+
readonly clickToClose?: boolean | undefined;
|
119
|
+
readonly clickOutsideToClose?: boolean | undefined;
|
120
|
+
readonly unmountOnClose?: boolean | undefined;
|
121
|
+
readonly contentClass?: import('../_shared/type').ClassName | undefined;
|
122
|
+
readonly contentStyle?: import('vue').CSSProperties | undefined;
|
123
|
+
readonly arrowClass?: import('../_shared/type').ClassName | undefined;
|
124
|
+
readonly arrowStyle?: import('vue').CSSProperties | undefined;
|
125
|
+
readonly animationName?: string | undefined;
|
126
|
+
readonly duration?: number | undefined;
|
127
|
+
readonly mouseEnterDelay?: number | undefined;
|
128
|
+
readonly mouseLeaveDelay?: number | undefined;
|
129
|
+
readonly focusDelay?: number | undefined;
|
130
|
+
readonly autoFitPopupWidth?: boolean | undefined;
|
131
|
+
readonly autoFitPopupMinWidth?: boolean | undefined;
|
132
|
+
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
133
|
+
readonly renderToBody?: boolean | undefined;
|
134
|
+
readonly autoFitPosition?: boolean | undefined;
|
135
|
+
readonly updateAtScroll?: boolean | undefined;
|
136
|
+
readonly preventFocus?: boolean | undefined;
|
137
|
+
readonly alignPoint?: boolean | undefined;
|
138
|
+
readonly scrollToClose?: boolean | undefined;
|
139
|
+
readonly scrollToCloseDistance?: number | undefined;
|
140
|
+
readonly needTransformOrigin?: boolean | undefined;
|
141
|
+
readonly autoSetPosition?: boolean | undefined;
|
142
|
+
readonly onTriggerMouseenter?: (() => void) | undefined;
|
143
|
+
readonly onTriggerMouseleave?: (() => void) | undefined;
|
144
|
+
readonly onTriggerMouseclick?: (() => void) | undefined;
|
145
|
+
readonly onTriggerFocus?: (() => void) | undefined;
|
146
|
+
readonly onTriggerBlur?: (() => void) | undefined;
|
147
|
+
readonly onClickOutSide?: (() => void) | undefined;
|
148
|
+
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
149
|
+
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
150
|
+
readonly onShow?: (() => any) | undefined;
|
151
|
+
readonly onHide?: (() => any) | undefined;
|
152
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
153
|
+
$attrs: {
|
154
|
+
[x: string]: unknown;
|
155
|
+
};
|
156
|
+
$refs: any;
|
157
|
+
$slots: Readonly<{
|
158
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
159
|
+
}>;
|
160
|
+
$root: import('vue').ComponentPublicInstance | null;
|
161
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
162
|
+
$host: Element | null;
|
163
|
+
$emit: ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "show") => void) & ((event: "hide") => void);
|
164
|
+
$el: any;
|
165
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').TriggerProps> & Readonly<{
|
166
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
167
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
168
|
+
onShow?: (() => any) | undefined;
|
169
|
+
onHide?: (() => any) | undefined;
|
170
|
+
}>, {
|
171
|
+
hide(): void;
|
172
|
+
show(): void;
|
173
|
+
updatePosition(x: number, y: number): void;
|
174
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
175
|
+
"update:popupVisible": (value: boolean) => any;
|
176
|
+
"popup-visible-change": (value: boolean) => any;
|
177
|
+
show: () => any;
|
178
|
+
hide: () => any;
|
179
|
+
}, string, {
|
180
|
+
trigger: import('..').TriggerType;
|
181
|
+
mouseEnterDelay: number;
|
182
|
+
popupVisible: boolean;
|
183
|
+
defaultPopupVisible: boolean;
|
184
|
+
clickToClose: boolean;
|
185
|
+
blurToClose: boolean;
|
186
|
+
clickOutsideToClose: boolean;
|
187
|
+
mouseLeaveDelay: number;
|
188
|
+
focusDelay: number;
|
189
|
+
disabled: boolean;
|
190
|
+
scrollToCloseDistance: number;
|
191
|
+
autoSetPosition: boolean;
|
192
|
+
alignPoint: boolean;
|
193
|
+
position: import('..').TriggerPostion;
|
194
|
+
popupOffset: number;
|
195
|
+
popupTranslate: number[];
|
196
|
+
showArrow: boolean;
|
197
|
+
unmountOnClose: boolean;
|
198
|
+
contentClass: import('../_shared/type').ClassName;
|
199
|
+
contentStyle: import('vue').CSSProperties;
|
200
|
+
arrowClass: import('../_shared/type').ClassName;
|
201
|
+
arrowStyle: import('vue').CSSProperties;
|
202
|
+
animationName: string;
|
203
|
+
duration: number;
|
204
|
+
autoFitPopupWidth: boolean;
|
205
|
+
autoFitPopupMinWidth: boolean;
|
206
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
207
|
+
renderToBody: boolean;
|
208
|
+
autoFitPosition: boolean;
|
209
|
+
updateAtScroll: boolean;
|
210
|
+
preventFocus: boolean;
|
211
|
+
scrollToClose: boolean;
|
212
|
+
needTransformOrigin: boolean;
|
213
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
214
|
+
beforeCreate?: (() => void) | (() => void)[];
|
215
|
+
created?: (() => void) | (() => void)[];
|
216
|
+
beforeMount?: (() => void) | (() => void)[];
|
217
|
+
mounted?: (() => void) | (() => void)[];
|
218
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
219
|
+
updated?: (() => void) | (() => void)[];
|
220
|
+
activated?: (() => void) | (() => void)[];
|
221
|
+
deactivated?: (() => void) | (() => void)[];
|
222
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
223
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
224
|
+
destroyed?: (() => void) | (() => void)[];
|
225
|
+
unmounted?: (() => void) | (() => void)[];
|
226
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
227
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
228
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
229
|
+
};
|
230
|
+
$forceUpdate: () => void;
|
231
|
+
$nextTick: typeof nextTick;
|
232
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
233
|
+
} & Readonly<{
|
234
|
+
trigger: import('..').TriggerType;
|
235
|
+
mouseEnterDelay: number;
|
236
|
+
popupVisible: boolean;
|
237
|
+
defaultPopupVisible: boolean;
|
238
|
+
clickToClose: boolean;
|
239
|
+
blurToClose: boolean;
|
240
|
+
clickOutsideToClose: boolean;
|
241
|
+
mouseLeaveDelay: number;
|
242
|
+
focusDelay: number;
|
243
|
+
disabled: boolean;
|
244
|
+
scrollToCloseDistance: number;
|
245
|
+
autoSetPosition: boolean;
|
246
|
+
alignPoint: boolean;
|
247
|
+
position: import('..').TriggerPostion;
|
248
|
+
popupOffset: number;
|
249
|
+
popupTranslate: number[];
|
250
|
+
showArrow: boolean;
|
251
|
+
unmountOnClose: boolean;
|
252
|
+
contentClass: import('../_shared/type').ClassName;
|
253
|
+
contentStyle: import('vue').CSSProperties;
|
254
|
+
arrowClass: import('../_shared/type').ClassName;
|
255
|
+
arrowStyle: import('vue').CSSProperties;
|
256
|
+
animationName: string;
|
257
|
+
duration: number;
|
258
|
+
autoFitPopupWidth: boolean;
|
259
|
+
autoFitPopupMinWidth: boolean;
|
260
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
261
|
+
renderToBody: boolean;
|
262
|
+
autoFitPosition: boolean;
|
263
|
+
updateAtScroll: boolean;
|
264
|
+
preventFocus: boolean;
|
265
|
+
scrollToClose: boolean;
|
266
|
+
needTransformOrigin: boolean;
|
267
|
+
}> & Omit<Readonly<import('..').TriggerProps> & Readonly<{
|
268
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
269
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
270
|
+
onShow?: (() => any) | undefined;
|
271
|
+
onHide?: (() => any) | undefined;
|
272
|
+
}>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "scrollToClose" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
|
273
|
+
hide(): void;
|
274
|
+
show(): void;
|
275
|
+
updatePosition(x: number, y: number): void;
|
276
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
277
|
+
$slots: any;
|
278
|
+
}) | null;
|
279
|
+
inputRef: ({
|
280
|
+
$: import('vue').ComponentInternalInstance;
|
281
|
+
$data: {};
|
282
|
+
$props: {
|
283
|
+
readonly modelValue?: import('..').InputTagValue | undefined;
|
284
|
+
readonly defaultValue?: import('..').InputTagValue | undefined;
|
285
|
+
readonly inputValue?: string | undefined;
|
286
|
+
readonly defaultInputValue?: string | undefined;
|
287
|
+
readonly placeholder?: string | undefined;
|
288
|
+
readonly disabled?: boolean | undefined;
|
289
|
+
readonly error?: boolean | undefined;
|
290
|
+
readonly readonly?: boolean | undefined;
|
291
|
+
readonly allowClear?: boolean | undefined;
|
292
|
+
readonly size?: import('../_shared/type').Size | undefined;
|
293
|
+
readonly maxTagCount?: number | undefined;
|
294
|
+
readonly retainInputValue?: import('..').InputRetainValue | undefined;
|
295
|
+
readonly formatTag?: import('..').FormatTag | undefined;
|
296
|
+
readonly uniqueValue?: boolean | undefined;
|
297
|
+
readonly tagNowrap?: boolean | undefined;
|
298
|
+
readonly fieldNames?: Record<string, string> | undefined;
|
299
|
+
readonly allowCreate?: boolean | undefined;
|
300
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
301
|
+
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
302
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
303
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
304
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
305
|
+
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
306
|
+
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
307
|
+
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
308
|
+
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
309
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
310
|
+
$attrs: {
|
311
|
+
[x: string]: unknown;
|
312
|
+
};
|
313
|
+
$refs: {
|
314
|
+
[x: string]: unknown;
|
315
|
+
} & {
|
316
|
+
mirrorRef: HTMLDivElement;
|
317
|
+
inputRef: HTMLInputElement;
|
318
|
+
};
|
319
|
+
$slots: Readonly<{
|
320
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
321
|
+
}>;
|
322
|
+
$root: import('vue').ComponentPublicInstance | null;
|
323
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
324
|
+
$host: Element | null;
|
325
|
+
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
|
326
|
+
$el: HTMLDivElement;
|
327
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
328
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
329
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
330
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
331
|
+
onInput?: ((value: string) => any) | undefined;
|
332
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
333
|
+
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
334
|
+
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
335
|
+
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
336
|
+
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
337
|
+
}>, {
|
338
|
+
focus(): void;
|
339
|
+
blur(): void;
|
340
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
341
|
+
focus: (ev: FocusEvent) => any;
|
342
|
+
clear: (ev: MouseEvent) => any;
|
343
|
+
blur: (ev: FocusEvent) => any;
|
344
|
+
input: (value: string) => any;
|
345
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
346
|
+
"update:modelValue": (value: import('..').InputTagValue) => any;
|
347
|
+
"update:inputValue": (value: string) => any;
|
348
|
+
"input-value-change": (value: string, ev: Event) => any;
|
349
|
+
"press-enter": (ev: KeyboardEvent) => any;
|
350
|
+
}, string, {
|
351
|
+
size: import('../_shared/type').Size;
|
352
|
+
disabled: boolean;
|
353
|
+
error: boolean;
|
354
|
+
placeholder: string;
|
355
|
+
modelValue: import('..').InputTagValue;
|
356
|
+
defaultValue: import('..').InputTagValue;
|
357
|
+
allowClear: boolean;
|
358
|
+
readonly: boolean;
|
359
|
+
inputValue: string;
|
360
|
+
defaultInputValue: string;
|
361
|
+
fieldNames: Record<string, string>;
|
362
|
+
allowCreate: boolean;
|
363
|
+
maxTagCount: number;
|
364
|
+
tagNowrap: boolean;
|
365
|
+
retainInputValue: import('..').InputRetainValue;
|
366
|
+
uniqueValue: boolean;
|
367
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
368
|
+
beforeCreate?: (() => void) | (() => void)[];
|
369
|
+
created?: (() => void) | (() => void)[];
|
370
|
+
beforeMount?: (() => void) | (() => void)[];
|
371
|
+
mounted?: (() => void) | (() => void)[];
|
372
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
373
|
+
updated?: (() => void) | (() => void)[];
|
374
|
+
activated?: (() => void) | (() => void)[];
|
375
|
+
deactivated?: (() => void) | (() => void)[];
|
376
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
377
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
378
|
+
destroyed?: (() => void) | (() => void)[];
|
379
|
+
unmounted?: (() => void) | (() => void)[];
|
380
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
381
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
382
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
383
|
+
};
|
384
|
+
$forceUpdate: () => void;
|
385
|
+
$nextTick: typeof nextTick;
|
386
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
387
|
+
} & Readonly<{
|
388
|
+
size: import('../_shared/type').Size;
|
389
|
+
disabled: boolean;
|
390
|
+
error: boolean;
|
391
|
+
placeholder: string;
|
392
|
+
modelValue: import('..').InputTagValue;
|
393
|
+
defaultValue: import('..').InputTagValue;
|
394
|
+
allowClear: boolean;
|
395
|
+
readonly: boolean;
|
396
|
+
inputValue: string;
|
397
|
+
defaultInputValue: string;
|
398
|
+
fieldNames: Record<string, string>;
|
399
|
+
allowCreate: boolean;
|
400
|
+
maxTagCount: number;
|
401
|
+
tagNowrap: boolean;
|
402
|
+
retainInputValue: import('..').InputRetainValue;
|
403
|
+
uniqueValue: boolean;
|
404
|
+
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
405
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
406
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
407
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
408
|
+
onInput?: ((value: string) => any) | undefined;
|
409
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
410
|
+
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
411
|
+
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
412
|
+
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
413
|
+
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
414
|
+
}>, "focus" | "blur" | ("size" | "disabled" | "error" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
415
|
+
focus(): void;
|
416
|
+
blur(): void;
|
417
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
418
|
+
$slots: Readonly<import('..').InputTagSlots> & import('..').InputTagSlots;
|
419
|
+
}) | null;
|
420
|
+
};
|
421
|
+
$slots: Readonly<{
|
422
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
423
|
+
}>;
|
424
|
+
$root: import('vue').ComponentPublicInstance | null;
|
425
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
426
|
+
$host: Element | null;
|
427
|
+
$emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
428
|
+
$el: any;
|
429
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
430
|
+
onChange?: ((value: SelectValue) => any) | undefined;
|
431
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
432
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
433
|
+
onClear?: (() => any) | undefined;
|
434
|
+
onSelect?: ((value: SelectValue) => any) | undefined;
|
435
|
+
onSearch?: ((value: string) => any) | undefined;
|
436
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
437
|
+
"onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
|
438
|
+
"onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
|
439
|
+
"onInput-value-change"?: ((value: string) => any) | undefined;
|
440
|
+
onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
|
441
|
+
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
442
|
+
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
443
|
+
}>, {
|
444
|
+
focus(): void;
|
445
|
+
blur(): void;
|
446
|
+
getPopupRef(): import('..').TriggerInstance;
|
447
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
448
|
+
change: (value: SelectValue) => any;
|
449
|
+
"update:popupVisible": (value: boolean) => any;
|
450
|
+
"popup-visible-change": (value: boolean) => any;
|
451
|
+
clear: () => any;
|
452
|
+
select: (value: SelectValue) => any;
|
453
|
+
search: (value: string) => any;
|
454
|
+
remove: (index: string | number, ev: Event) => any;
|
455
|
+
"update:modelValue": (value: SelectValue) => any;
|
456
|
+
"update:inputValue": (value: SelectValue) => any;
|
457
|
+
"input-value-change": (value: string) => any;
|
458
|
+
exceedLimit: (value: SelectValue, ev?: MouseEvent | undefined) => any;
|
459
|
+
"dropdown-scroll": (ev: Event) => any;
|
460
|
+
"dropdown-reach-bottom": (ev: Event) => any;
|
461
|
+
}, string, {
|
462
|
+
size: import('../_shared/type').Size;
|
463
|
+
popupVisible: boolean;
|
464
|
+
defaultPopupVisible: boolean;
|
465
|
+
disabled: boolean;
|
466
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
467
|
+
loading: boolean;
|
468
|
+
error: boolean;
|
469
|
+
scrollbar: boolean;
|
470
|
+
multiple: boolean;
|
471
|
+
placeholder: string;
|
472
|
+
triggerProps: import('..').TriggerProps;
|
473
|
+
bordered: boolean;
|
474
|
+
modelValue: SelectValue;
|
475
|
+
defaultValue: SelectValue;
|
476
|
+
allowClear: boolean;
|
477
|
+
showExtraOptions: boolean;
|
478
|
+
options: import('../Select').SelectOptions;
|
479
|
+
limit: number;
|
480
|
+
inputValue: string;
|
481
|
+
defaultInputValue: string;
|
482
|
+
fieldNames: Record<string, string>;
|
483
|
+
allowSearch: boolean;
|
484
|
+
valueKey: string;
|
485
|
+
showEmpty: boolean;
|
486
|
+
allowCreate: boolean;
|
487
|
+
maxTagCount: number;
|
488
|
+
defaultActivefirstOption: boolean;
|
489
|
+
filterOption: import('../Select').FilterOption;
|
490
|
+
virtualListProps: import('../Select').VirtualListProps;
|
491
|
+
searchDelay: number;
|
492
|
+
showHeaderOnEmpty: boolean;
|
493
|
+
showFooterOnEmpty: boolean;
|
494
|
+
tagNowrap: boolean;
|
495
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
496
|
+
beforeCreate?: (() => void) | (() => void)[];
|
497
|
+
created?: (() => void) | (() => void)[];
|
498
|
+
beforeMount?: (() => void) | (() => void)[];
|
499
|
+
mounted?: (() => void) | (() => void)[];
|
500
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
501
|
+
updated?: (() => void) | (() => void)[];
|
502
|
+
activated?: (() => void) | (() => void)[];
|
503
|
+
deactivated?: (() => void) | (() => void)[];
|
504
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
505
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
506
|
+
destroyed?: (() => void) | (() => void)[];
|
507
|
+
unmounted?: (() => void) | (() => void)[];
|
508
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
509
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
510
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
511
|
+
};
|
512
|
+
$forceUpdate: () => void;
|
513
|
+
$nextTick: typeof nextTick;
|
514
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
515
|
+
} & Readonly<{
|
516
|
+
size: import('../_shared/type').Size;
|
517
|
+
popupVisible: boolean;
|
518
|
+
defaultPopupVisible: boolean;
|
519
|
+
disabled: boolean;
|
520
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
521
|
+
loading: boolean;
|
522
|
+
error: boolean;
|
523
|
+
scrollbar: boolean;
|
524
|
+
multiple: boolean;
|
525
|
+
placeholder: string;
|
526
|
+
triggerProps: import('..').TriggerProps;
|
527
|
+
bordered: boolean;
|
528
|
+
modelValue: SelectValue;
|
529
|
+
defaultValue: SelectValue;
|
530
|
+
allowClear: boolean;
|
531
|
+
showExtraOptions: boolean;
|
532
|
+
options: import('../Select').SelectOptions;
|
533
|
+
limit: number;
|
534
|
+
inputValue: string;
|
535
|
+
defaultInputValue: string;
|
536
|
+
fieldNames: Record<string, string>;
|
537
|
+
allowSearch: boolean;
|
538
|
+
valueKey: string;
|
539
|
+
showEmpty: boolean;
|
540
|
+
allowCreate: boolean;
|
541
|
+
maxTagCount: number;
|
542
|
+
defaultActivefirstOption: boolean;
|
543
|
+
filterOption: import('../Select').FilterOption;
|
544
|
+
virtualListProps: import('../Select').VirtualListProps;
|
545
|
+
searchDelay: number;
|
546
|
+
showHeaderOnEmpty: boolean;
|
547
|
+
showFooterOnEmpty: boolean;
|
548
|
+
tagNowrap: boolean;
|
549
|
+
}> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
|
550
|
+
onChange?: ((value: SelectValue) => any) | undefined;
|
551
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
552
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
553
|
+
onClear?: (() => any) | undefined;
|
554
|
+
onSelect?: ((value: SelectValue) => any) | undefined;
|
555
|
+
onSearch?: ((value: string) => any) | undefined;
|
556
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
557
|
+
"onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
|
558
|
+
"onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
|
559
|
+
"onInput-value-change"?: ((value: string) => any) | undefined;
|
560
|
+
onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
|
561
|
+
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
562
|
+
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
563
|
+
}>, "focus" | "blur" | ("size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "loading" | "error" | "scrollbar" | "multiple" | "placeholder" | "triggerProps" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "defaultActivefirstOption" | "filterOption" | "virtualListProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
|
564
|
+
focus(): void;
|
565
|
+
blur(): void;
|
566
|
+
getPopupRef(): import('..').TriggerInstance;
|
567
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
568
|
+
$slots: Readonly<import('../Select').SelectSlots> & import('../Select').SelectSlots;
|
569
|
+
}) | null;
|
570
|
+
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
571
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
572
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
573
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
574
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
575
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
576
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
577
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
578
|
+
}>, {
|
579
|
+
focus(): void;
|
580
|
+
blur(): void;
|
581
|
+
getInputRef(): HTMLTextAreaElement;
|
582
|
+
getMirrorRef(): HTMLDivElement;
|
583
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
584
|
+
change: (value: string, ev: Event) => any;
|
585
|
+
focus: (ev: FocusEvent) => any;
|
586
|
+
clear: (ev: MouseEvent) => any;
|
587
|
+
blur: (ev: FocusEvent) => any;
|
588
|
+
input: (value: string, ev: Event) => any;
|
589
|
+
keydown: (ev: KeyboardEvent) => any;
|
590
|
+
"update:modelValue": (value: string) => any;
|
591
|
+
}, import('vue').PublicProps, {
|
592
|
+
disabled: boolean;
|
593
|
+
error: import('..').AutoSize;
|
594
|
+
placeholder: string;
|
595
|
+
modelValue: string;
|
596
|
+
defaultValue: string;
|
597
|
+
maxLength: import('..').MaxLength;
|
598
|
+
showWordLimit: boolean;
|
599
|
+
allowClear: boolean;
|
600
|
+
readonly: boolean;
|
601
|
+
autoSize: import('..').AutoSize;
|
602
|
+
wordLength: import('..').WordLength;
|
603
|
+
wordSlice: import('..').WordSlice;
|
604
|
+
enterPrevent: boolean;
|
605
|
+
showMirror: boolean;
|
606
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
607
|
+
mirrorRef: HTMLDivElement;
|
608
|
+
inputRef: HTMLTextAreaElement;
|
609
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
610
|
+
P: {};
|
611
|
+
B: {};
|
612
|
+
D: {};
|
613
|
+
C: {};
|
614
|
+
M: {};
|
615
|
+
Defaults: {};
|
616
|
+
}, Readonly<import('..').TextareaProps> & Readonly<{
|
617
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
618
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
619
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
620
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
621
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
622
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
623
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
624
|
+
}>, {
|
625
|
+
focus(): void;
|
626
|
+
blur(): void;
|
627
|
+
getInputRef(): HTMLTextAreaElement;
|
628
|
+
getMirrorRef(): HTMLDivElement;
|
629
|
+
}, {}, {}, {}, {
|
630
|
+
disabled: boolean;
|
631
|
+
error: import('..').AutoSize;
|
632
|
+
placeholder: string;
|
633
|
+
modelValue: string;
|
634
|
+
defaultValue: string;
|
635
|
+
maxLength: import('..').MaxLength;
|
636
|
+
showWordLimit: boolean;
|
637
|
+
allowClear: boolean;
|
638
|
+
readonly: boolean;
|
639
|
+
autoSize: import('..').AutoSize;
|
640
|
+
wordLength: import('..').WordLength;
|
641
|
+
wordSlice: import('..').WordSlice;
|
642
|
+
enterPrevent: boolean;
|
643
|
+
showMirror: boolean;
|
644
|
+
}> | null;
|
645
|
+
};
|
646
|
+
$slots: Readonly<{
|
647
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
648
|
+
}>;
|
649
|
+
$root: import('vue').ComponentPublicInstance | null;
|
650
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
651
|
+
$host: Element | null;
|
652
|
+
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "select", value: string) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
|
653
|
+
$el: any;
|
654
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
655
|
+
onChange?: ((value: string) => any) | undefined;
|
656
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
657
|
+
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
658
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
659
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
660
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
661
|
+
onSelect?: ((value: string) => any) | undefined;
|
662
|
+
onSearch?: ((value: string) => any) | undefined;
|
663
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
664
|
+
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
665
|
+
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
666
|
+
}>, {
|
667
|
+
focus(): void;
|
668
|
+
blur(): void;
|
669
|
+
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
670
|
+
getMirrorRef(): HTMLDivElement | undefined;
|
671
|
+
updatePosition(x: number, y: number): void;
|
672
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
673
|
+
change: (value: string) => any;
|
674
|
+
focus: (ev: FocusEvent) => any;
|
675
|
+
clear: (ev?: Event | undefined) => any;
|
676
|
+
blur: (ev: FocusEvent) => any;
|
677
|
+
input: (value: string, ev: Event) => any;
|
678
|
+
keydown: (ev: KeyboardEvent) => any;
|
679
|
+
select: (value: string) => any;
|
680
|
+
search: (value: string) => any;
|
681
|
+
"update:modelValue": (value: string) => any;
|
682
|
+
"dropdown-scroll": (ev?: Event | undefined) => any;
|
683
|
+
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
684
|
+
}, string, {
|
685
|
+
disabled: boolean;
|
686
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
687
|
+
strict: boolean;
|
688
|
+
type: "textarea" | "input";
|
689
|
+
data: import('../Select').SelectOptions;
|
690
|
+
triggerProps: import('..').TriggerProps;
|
691
|
+
modelValue: string;
|
692
|
+
defaultValue: string;
|
693
|
+
allowClear: boolean;
|
694
|
+
filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
|
695
|
+
isSelectSetValue: boolean;
|
696
|
+
isSearch: boolean;
|
697
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
698
|
+
beforeCreate?: (() => void) | (() => void)[];
|
699
|
+
created?: (() => void) | (() => void)[];
|
700
|
+
beforeMount?: (() => void) | (() => void)[];
|
701
|
+
mounted?: (() => void) | (() => void)[];
|
702
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
703
|
+
updated?: (() => void) | (() => void)[];
|
704
|
+
activated?: (() => void) | (() => void)[];
|
705
|
+
deactivated?: (() => void) | (() => void)[];
|
706
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
707
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
708
|
+
destroyed?: (() => void) | (() => void)[];
|
709
|
+
unmounted?: (() => void) | (() => void)[];
|
710
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
711
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
712
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
713
|
+
};
|
714
|
+
$forceUpdate: () => void;
|
715
|
+
$nextTick: typeof nextTick;
|
716
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
717
|
+
} & Readonly<{
|
718
|
+
disabled: boolean;
|
719
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
720
|
+
strict: boolean;
|
721
|
+
type: "textarea" | "input";
|
722
|
+
data: import('../Select').SelectOptions;
|
723
|
+
triggerProps: import('..').TriggerProps;
|
724
|
+
modelValue: string;
|
725
|
+
defaultValue: string;
|
726
|
+
allowClear: boolean;
|
727
|
+
filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
|
728
|
+
isSelectSetValue: boolean;
|
729
|
+
isSearch: boolean;
|
730
|
+
}> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
731
|
+
onChange?: ((value: string) => any) | undefined;
|
732
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
733
|
+
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
734
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
735
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
736
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
737
|
+
onSelect?: ((value: string) => any) | undefined;
|
738
|
+
onSearch?: ((value: string) => any) | undefined;
|
739
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
740
|
+
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
741
|
+
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
742
|
+
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "triggerProps" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
|
743
|
+
focus(): void;
|
744
|
+
blur(): void;
|
745
|
+
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
746
|
+
getMirrorRef(): HTMLDivElement | undefined;
|
747
|
+
updatePosition(x: number, y: number): void;
|
748
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
749
|
+
$slots: Readonly<import('../AutoComplete').AutoCompleteSlots> & import('../AutoComplete').AutoCompleteSlots;
|
750
|
+
}) | null;
|
751
|
+
};
|
752
|
+
rootEl: any;
|
753
|
+
};
|
754
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
755
|
+
declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
756
|
+
focus(): void;
|
757
|
+
blur(): void;
|
758
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
759
|
+
change: (value: string) => any;
|
760
|
+
focus: (ev: FocusEvent) => any;
|
761
|
+
clear: (ev: MouseEvent) => any;
|
762
|
+
blur: (ev: FocusEvent) => any;
|
763
|
+
input: (value: string, ev: Event) => any;
|
764
|
+
select: (value: SelectValue) => any;
|
765
|
+
search: (value: string) => any;
|
766
|
+
"update:modelValue": (value: string) => any;
|
767
|
+
}, string, import('vue').PublicProps, Readonly<MentionProps> & Readonly<{
|
768
|
+
onChange?: ((value: string) => any) | undefined;
|
769
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
770
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
771
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
772
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
773
|
+
onSelect?: ((value: SelectValue) => any) | undefined;
|
774
|
+
onSearch?: ((value: string) => any) | undefined;
|
775
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
776
|
+
}>, {
|
777
|
+
disabled: boolean;
|
778
|
+
split: string;
|
779
|
+
type: "input" | "textarea";
|
780
|
+
data: import('../Select').SelectOptions;
|
781
|
+
modelValue: string;
|
782
|
+
defaultValue: string;
|
783
|
+
allowClear: boolean;
|
784
|
+
prefix: string | string[];
|
785
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
786
|
+
autoCompleteRef: ({
|
787
|
+
$: import('vue').ComponentInternalInstance;
|
788
|
+
$data: {};
|
789
|
+
$props: {
|
790
|
+
readonly modelValue?: string | undefined;
|
791
|
+
readonly defaultValue?: string | undefined;
|
792
|
+
readonly disabled?: boolean | undefined;
|
793
|
+
readonly data?: import('../Select').SelectOptions | undefined;
|
794
|
+
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
795
|
+
readonly strict?: boolean | undefined;
|
796
|
+
readonly filterOption?: ((inputValue: string, option: import('../Select').SelectOptionData) => boolean) | undefined;
|
797
|
+
readonly triggerProps?: import('..').TriggerProps | undefined;
|
798
|
+
readonly allowClear?: boolean | undefined;
|
799
|
+
readonly vistualListProps?: import('../Select').VirtualListProps | undefined;
|
800
|
+
readonly isSelectSetValue?: boolean | undefined;
|
801
|
+
readonly isSearch?: boolean | undefined;
|
802
|
+
readonly type?: "textarea" | "input" | undefined;
|
803
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
804
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
805
|
+
readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
|
806
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
807
|
+
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
808
|
+
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
809
|
+
readonly onSelect?: ((value: string) => any) | undefined;
|
810
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
811
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
812
|
+
readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
813
|
+
readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
814
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
815
|
+
$attrs: {
|
816
|
+
[x: string]: unknown;
|
817
|
+
};
|
818
|
+
$refs: {
|
819
|
+
[x: string]: unknown;
|
820
|
+
} & {
|
821
|
+
selectRef: ({
|
822
|
+
$: import('vue').ComponentInternalInstance;
|
823
|
+
$data: {};
|
824
|
+
$props: {
|
825
|
+
readonly multiple?: boolean | undefined;
|
826
|
+
readonly modelValue?: SelectValue | undefined;
|
827
|
+
readonly defaultValue?: SelectValue | undefined;
|
828
|
+
readonly inputValue?: string | undefined;
|
829
|
+
readonly defaultInputValue?: string | undefined;
|
830
|
+
readonly size?: import('../_shared/type').Size | undefined;
|
831
|
+
readonly placeholder?: string | undefined;
|
832
|
+
readonly loading?: boolean | undefined;
|
833
|
+
readonly disabled?: boolean | undefined;
|
834
|
+
readonly error?: boolean | undefined;
|
835
|
+
readonly allowClear?: boolean | undefined;
|
836
|
+
readonly allowSearch?: boolean | undefined;
|
837
|
+
readonly allowCreate?: boolean | undefined;
|
838
|
+
readonly maxTagCount?: number | undefined;
|
839
|
+
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
840
|
+
readonly bordered?: boolean | undefined;
|
841
|
+
readonly defaultActivefirstOption?: boolean | undefined;
|
842
|
+
readonly popupVisible?: boolean | undefined;
|
843
|
+
readonly defaultPopupVisible?: boolean | undefined;
|
844
|
+
readonly unmountonClose?: boolean | undefined;
|
845
|
+
readonly filterOption?: import('../Select').FilterOption | undefined;
|
846
|
+
readonly options?: import('../Select').SelectOptions | undefined;
|
847
|
+
readonly virtualListProps?: import('../Select').VirtualListProps | undefined;
|
848
|
+
readonly triggerProps?: import('..').TriggerProps | undefined;
|
849
|
+
readonly formatLabel?: import('../Select').FormatLabel | undefined;
|
850
|
+
readonly fallbackOption?: import('../Select').FallbackOption | undefined;
|
851
|
+
readonly showExtraOptions?: boolean | undefined;
|
852
|
+
readonly valueKey?: string | undefined;
|
853
|
+
readonly searchDelay?: number | undefined;
|
854
|
+
readonly limit?: number | undefined;
|
855
|
+
readonly fieldNames?: Record<string, string> | undefined;
|
856
|
+
readonly scrollbar?: boolean | undefined;
|
857
|
+
readonly showHeaderOnEmpty?: boolean | undefined;
|
858
|
+
readonly showFooterOnEmpty?: boolean | undefined;
|
859
|
+
readonly tagNowrap?: boolean | undefined;
|
860
|
+
readonly hotkeys?: boolean | undefined;
|
861
|
+
readonly showEmpty?: boolean | undefined;
|
862
|
+
readonly onChange?: ((value: SelectValue) => any) | undefined;
|
863
|
+
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
864
|
+
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
865
|
+
readonly onClear?: (() => any) | undefined;
|
866
|
+
readonly onSelect?: ((value: SelectValue) => any) | undefined;
|
867
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
868
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
869
|
+
readonly "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
|
870
|
+
readonly "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
|
871
|
+
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
872
|
+
readonly onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
|
873
|
+
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
874
|
+
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
875
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
876
|
+
$attrs: {
|
877
|
+
[x: string]: unknown;
|
878
|
+
};
|
879
|
+
$refs: {
|
880
|
+
[x: string]: unknown;
|
881
|
+
} & {
|
882
|
+
popupRef: ({
|
883
|
+
$: import('vue').ComponentInternalInstance;
|
884
|
+
$data: {};
|
885
|
+
$props: {
|
886
|
+
readonly popupVisible?: boolean | undefined;
|
887
|
+
readonly defaultPopupVisible?: boolean | undefined;
|
888
|
+
readonly trigger?: import('..').TriggerType | undefined;
|
889
|
+
readonly position?: import('..').TriggerPostion | undefined;
|
890
|
+
readonly disabled?: boolean | undefined;
|
891
|
+
readonly popupOffset?: number | undefined;
|
892
|
+
readonly popupTranslate?: number[] | undefined;
|
893
|
+
readonly showArrow?: boolean | undefined;
|
894
|
+
readonly popuphoverStay?: boolean | undefined;
|
895
|
+
readonly blurToClose?: boolean | undefined;
|
896
|
+
readonly clickToClose?: boolean | undefined;
|
897
|
+
readonly clickOutsideToClose?: boolean | undefined;
|
898
|
+
readonly unmountOnClose?: boolean | undefined;
|
899
|
+
readonly contentClass?: import('../_shared/type').ClassName | undefined;
|
900
|
+
readonly contentStyle?: import('vue').CSSProperties | undefined;
|
901
|
+
readonly arrowClass?: import('../_shared/type').ClassName | undefined;
|
902
|
+
readonly arrowStyle?: import('vue').CSSProperties | undefined;
|
903
|
+
readonly animationName?: string | undefined;
|
904
|
+
readonly duration?: number | undefined;
|
905
|
+
readonly mouseEnterDelay?: number | undefined;
|
906
|
+
readonly mouseLeaveDelay?: number | undefined;
|
907
|
+
readonly focusDelay?: number | undefined;
|
908
|
+
readonly autoFitPopupWidth?: boolean | undefined;
|
909
|
+
readonly autoFitPopupMinWidth?: boolean | undefined;
|
910
|
+
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
911
|
+
readonly renderToBody?: boolean | undefined;
|
912
|
+
readonly autoFitPosition?: boolean | undefined;
|
913
|
+
readonly updateAtScroll?: boolean | undefined;
|
914
|
+
readonly preventFocus?: boolean | undefined;
|
915
|
+
readonly alignPoint?: boolean | undefined;
|
916
|
+
readonly scrollToClose?: boolean | undefined;
|
917
|
+
readonly scrollToCloseDistance?: number | undefined;
|
918
|
+
readonly needTransformOrigin?: boolean | undefined;
|
919
|
+
readonly autoSetPosition?: boolean | undefined;
|
920
|
+
readonly onTriggerMouseenter?: (() => void) | undefined;
|
921
|
+
readonly onTriggerMouseleave?: (() => void) | undefined;
|
922
|
+
readonly onTriggerMouseclick?: (() => void) | undefined;
|
923
|
+
readonly onTriggerFocus?: (() => void) | undefined;
|
924
|
+
readonly onTriggerBlur?: (() => void) | undefined;
|
925
|
+
readonly onClickOutSide?: (() => void) | undefined;
|
926
|
+
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
927
|
+
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
928
|
+
readonly onShow?: (() => any) | undefined;
|
929
|
+
readonly onHide?: (() => any) | undefined;
|
930
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
931
|
+
$attrs: {
|
932
|
+
[x: string]: unknown;
|
933
|
+
};
|
934
|
+
$refs: any;
|
935
|
+
$slots: Readonly<{
|
936
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
937
|
+
}>;
|
938
|
+
$root: import('vue').ComponentPublicInstance | null;
|
939
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
940
|
+
$host: Element | null;
|
941
|
+
$emit: ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "show") => void) & ((event: "hide") => void);
|
942
|
+
$el: any;
|
943
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').TriggerProps> & Readonly<{
|
944
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
945
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
946
|
+
onShow?: (() => any) | undefined;
|
947
|
+
onHide?: (() => any) | undefined;
|
948
|
+
}>, {
|
949
|
+
hide(): void;
|
950
|
+
show(): void;
|
951
|
+
updatePosition(x: number, y: number): void;
|
952
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
953
|
+
"update:popupVisible": (value: boolean) => any;
|
954
|
+
"popup-visible-change": (value: boolean) => any;
|
955
|
+
show: () => any;
|
956
|
+
hide: () => any;
|
957
|
+
}, string, {
|
958
|
+
trigger: import('..').TriggerType;
|
959
|
+
mouseEnterDelay: number;
|
960
|
+
popupVisible: boolean;
|
961
|
+
defaultPopupVisible: boolean;
|
962
|
+
clickToClose: boolean;
|
963
|
+
blurToClose: boolean;
|
964
|
+
clickOutsideToClose: boolean;
|
965
|
+
mouseLeaveDelay: number;
|
966
|
+
focusDelay: number;
|
967
|
+
disabled: boolean;
|
968
|
+
scrollToCloseDistance: number;
|
969
|
+
autoSetPosition: boolean;
|
970
|
+
alignPoint: boolean;
|
971
|
+
position: import('..').TriggerPostion;
|
972
|
+
popupOffset: number;
|
973
|
+
popupTranslate: number[];
|
974
|
+
showArrow: boolean;
|
975
|
+
unmountOnClose: boolean;
|
976
|
+
contentClass: import('../_shared/type').ClassName;
|
977
|
+
contentStyle: import('vue').CSSProperties;
|
978
|
+
arrowClass: import('../_shared/type').ClassName;
|
979
|
+
arrowStyle: import('vue').CSSProperties;
|
980
|
+
animationName: string;
|
981
|
+
duration: number;
|
982
|
+
autoFitPopupWidth: boolean;
|
983
|
+
autoFitPopupMinWidth: boolean;
|
984
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
985
|
+
renderToBody: boolean;
|
986
|
+
autoFitPosition: boolean;
|
987
|
+
updateAtScroll: boolean;
|
988
|
+
preventFocus: boolean;
|
989
|
+
scrollToClose: boolean;
|
990
|
+
needTransformOrigin: boolean;
|
991
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
992
|
+
beforeCreate?: (() => void) | (() => void)[];
|
993
|
+
created?: (() => void) | (() => void)[];
|
994
|
+
beforeMount?: (() => void) | (() => void)[];
|
995
|
+
mounted?: (() => void) | (() => void)[];
|
996
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
997
|
+
updated?: (() => void) | (() => void)[];
|
998
|
+
activated?: (() => void) | (() => void)[];
|
999
|
+
deactivated?: (() => void) | (() => void)[];
|
1000
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1001
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1002
|
+
destroyed?: (() => void) | (() => void)[];
|
1003
|
+
unmounted?: (() => void) | (() => void)[];
|
1004
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1005
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1006
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1007
|
+
};
|
1008
|
+
$forceUpdate: () => void;
|
1009
|
+
$nextTick: typeof nextTick;
|
1010
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1011
|
+
} & Readonly<{
|
1012
|
+
trigger: import('..').TriggerType;
|
1013
|
+
mouseEnterDelay: number;
|
1014
|
+
popupVisible: boolean;
|
1015
|
+
defaultPopupVisible: boolean;
|
1016
|
+
clickToClose: boolean;
|
1017
|
+
blurToClose: boolean;
|
1018
|
+
clickOutsideToClose: boolean;
|
1019
|
+
mouseLeaveDelay: number;
|
1020
|
+
focusDelay: number;
|
1021
|
+
disabled: boolean;
|
1022
|
+
scrollToCloseDistance: number;
|
1023
|
+
autoSetPosition: boolean;
|
1024
|
+
alignPoint: boolean;
|
1025
|
+
position: import('..').TriggerPostion;
|
1026
|
+
popupOffset: number;
|
1027
|
+
popupTranslate: number[];
|
1028
|
+
showArrow: boolean;
|
1029
|
+
unmountOnClose: boolean;
|
1030
|
+
contentClass: import('../_shared/type').ClassName;
|
1031
|
+
contentStyle: import('vue').CSSProperties;
|
1032
|
+
arrowClass: import('../_shared/type').ClassName;
|
1033
|
+
arrowStyle: import('vue').CSSProperties;
|
1034
|
+
animationName: string;
|
1035
|
+
duration: number;
|
1036
|
+
autoFitPopupWidth: boolean;
|
1037
|
+
autoFitPopupMinWidth: boolean;
|
1038
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1039
|
+
renderToBody: boolean;
|
1040
|
+
autoFitPosition: boolean;
|
1041
|
+
updateAtScroll: boolean;
|
1042
|
+
preventFocus: boolean;
|
1043
|
+
scrollToClose: boolean;
|
1044
|
+
needTransformOrigin: boolean;
|
1045
|
+
}> & Omit<Readonly<import('..').TriggerProps> & Readonly<{
|
1046
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1047
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1048
|
+
onShow?: (() => any) | undefined;
|
1049
|
+
onHide?: (() => any) | undefined;
|
1050
|
+
}>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "scrollToClose" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
|
1051
|
+
hide(): void;
|
1052
|
+
show(): void;
|
1053
|
+
updatePosition(x: number, y: number): void;
|
1054
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1055
|
+
$slots: any;
|
1056
|
+
}) | null;
|
1057
|
+
inputRef: ({
|
1058
|
+
$: import('vue').ComponentInternalInstance;
|
1059
|
+
$data: {};
|
1060
|
+
$props: {
|
1061
|
+
readonly modelValue?: import('..').InputTagValue | undefined;
|
1062
|
+
readonly defaultValue?: import('..').InputTagValue | undefined;
|
1063
|
+
readonly inputValue?: string | undefined;
|
1064
|
+
readonly defaultInputValue?: string | undefined;
|
1065
|
+
readonly placeholder?: string | undefined;
|
1066
|
+
readonly disabled?: boolean | undefined;
|
1067
|
+
readonly error?: boolean | undefined;
|
1068
|
+
readonly readonly?: boolean | undefined;
|
1069
|
+
readonly allowClear?: boolean | undefined;
|
1070
|
+
readonly size?: import('../_shared/type').Size | undefined;
|
1071
|
+
readonly maxTagCount?: number | undefined;
|
1072
|
+
readonly retainInputValue?: import('..').InputRetainValue | undefined;
|
1073
|
+
readonly formatTag?: import('..').FormatTag | undefined;
|
1074
|
+
readonly uniqueValue?: boolean | undefined;
|
1075
|
+
readonly tagNowrap?: boolean | undefined;
|
1076
|
+
readonly fieldNames?: Record<string, string> | undefined;
|
1077
|
+
readonly allowCreate?: boolean | undefined;
|
1078
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1079
|
+
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
1080
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1081
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
1082
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1083
|
+
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1084
|
+
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1085
|
+
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1086
|
+
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1087
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
1088
|
+
$attrs: {
|
1089
|
+
[x: string]: unknown;
|
1090
|
+
};
|
1091
|
+
$refs: {
|
1092
|
+
[x: string]: unknown;
|
1093
|
+
} & {
|
1094
|
+
mirrorRef: HTMLDivElement;
|
1095
|
+
inputRef: HTMLInputElement;
|
1096
|
+
};
|
1097
|
+
$slots: Readonly<{
|
1098
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
1099
|
+
}>;
|
1100
|
+
$root: import('vue').ComponentPublicInstance | null;
|
1101
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
1102
|
+
$host: Element | null;
|
1103
|
+
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
|
1104
|
+
$el: HTMLDivElement;
|
1105
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
1106
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1107
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1108
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1109
|
+
onInput?: ((value: string) => any) | undefined;
|
1110
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1111
|
+
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1112
|
+
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1113
|
+
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1114
|
+
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1115
|
+
}>, {
|
1116
|
+
focus(): void;
|
1117
|
+
blur(): void;
|
1118
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1119
|
+
focus: (ev: FocusEvent) => any;
|
1120
|
+
clear: (ev: MouseEvent) => any;
|
1121
|
+
blur: (ev: FocusEvent) => any;
|
1122
|
+
input: (value: string) => any;
|
1123
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
1124
|
+
"update:modelValue": (value: import('..').InputTagValue) => any;
|
1125
|
+
"update:inputValue": (value: string) => any;
|
1126
|
+
"input-value-change": (value: string, ev: Event) => any;
|
1127
|
+
"press-enter": (ev: KeyboardEvent) => any;
|
1128
|
+
}, string, {
|
1129
|
+
size: import('../_shared/type').Size;
|
1130
|
+
disabled: boolean;
|
1131
|
+
error: boolean;
|
1132
|
+
placeholder: string;
|
1133
|
+
modelValue: import('..').InputTagValue;
|
1134
|
+
defaultValue: import('..').InputTagValue;
|
1135
|
+
allowClear: boolean;
|
1136
|
+
readonly: boolean;
|
1137
|
+
inputValue: string;
|
1138
|
+
defaultInputValue: string;
|
1139
|
+
fieldNames: Record<string, string>;
|
1140
|
+
allowCreate: boolean;
|
1141
|
+
maxTagCount: number;
|
1142
|
+
tagNowrap: boolean;
|
1143
|
+
retainInputValue: import('..').InputRetainValue;
|
1144
|
+
uniqueValue: boolean;
|
1145
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
1146
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1147
|
+
created?: (() => void) | (() => void)[];
|
1148
|
+
beforeMount?: (() => void) | (() => void)[];
|
1149
|
+
mounted?: (() => void) | (() => void)[];
|
1150
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1151
|
+
updated?: (() => void) | (() => void)[];
|
1152
|
+
activated?: (() => void) | (() => void)[];
|
1153
|
+
deactivated?: (() => void) | (() => void)[];
|
1154
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1155
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1156
|
+
destroyed?: (() => void) | (() => void)[];
|
1157
|
+
unmounted?: (() => void) | (() => void)[];
|
1158
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1159
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1160
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1161
|
+
};
|
1162
|
+
$forceUpdate: () => void;
|
1163
|
+
$nextTick: typeof nextTick;
|
1164
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1165
|
+
} & Readonly<{
|
1166
|
+
size: import('../_shared/type').Size;
|
1167
|
+
disabled: boolean;
|
1168
|
+
error: boolean;
|
1169
|
+
placeholder: string;
|
1170
|
+
modelValue: import('..').InputTagValue;
|
1171
|
+
defaultValue: import('..').InputTagValue;
|
1172
|
+
allowClear: boolean;
|
1173
|
+
readonly: boolean;
|
1174
|
+
inputValue: string;
|
1175
|
+
defaultInputValue: string;
|
1176
|
+
fieldNames: Record<string, string>;
|
1177
|
+
allowCreate: boolean;
|
1178
|
+
maxTagCount: number;
|
1179
|
+
tagNowrap: boolean;
|
1180
|
+
retainInputValue: import('..').InputRetainValue;
|
1181
|
+
uniqueValue: boolean;
|
1182
|
+
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
1183
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1184
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1185
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1186
|
+
onInput?: ((value: string) => any) | undefined;
|
1187
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1188
|
+
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1189
|
+
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1190
|
+
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1191
|
+
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1192
|
+
}>, "focus" | "blur" | ("size" | "disabled" | "error" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
1193
|
+
focus(): void;
|
1194
|
+
blur(): void;
|
1195
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1196
|
+
$slots: Readonly<import('..').InputTagSlots> & import('..').InputTagSlots;
|
1197
|
+
}) | null;
|
1198
|
+
};
|
1199
|
+
$slots: Readonly<{
|
1200
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
1201
|
+
}>;
|
1202
|
+
$root: import('vue').ComponentPublicInstance | null;
|
1203
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
1204
|
+
$host: Element | null;
|
1205
|
+
$emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
1206
|
+
$el: any;
|
1207
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
1208
|
+
onChange?: ((value: SelectValue) => any) | undefined;
|
1209
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1210
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1211
|
+
onClear?: (() => any) | undefined;
|
1212
|
+
onSelect?: ((value: SelectValue) => any) | undefined;
|
1213
|
+
onSearch?: ((value: string) => any) | undefined;
|
1214
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1215
|
+
"onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
|
1216
|
+
"onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
|
1217
|
+
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1218
|
+
onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1219
|
+
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1220
|
+
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
1221
|
+
}>, {
|
1222
|
+
focus(): void;
|
1223
|
+
blur(): void;
|
1224
|
+
getPopupRef(): import('..').TriggerInstance;
|
1225
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1226
|
+
change: (value: SelectValue) => any;
|
1227
|
+
"update:popupVisible": (value: boolean) => any;
|
1228
|
+
"popup-visible-change": (value: boolean) => any;
|
1229
|
+
clear: () => any;
|
1230
|
+
select: (value: SelectValue) => any;
|
1231
|
+
search: (value: string) => any;
|
1232
|
+
remove: (index: string | number, ev: Event) => any;
|
1233
|
+
"update:modelValue": (value: SelectValue) => any;
|
1234
|
+
"update:inputValue": (value: SelectValue) => any;
|
1235
|
+
"input-value-change": (value: string) => any;
|
1236
|
+
exceedLimit: (value: SelectValue, ev?: MouseEvent | undefined) => any;
|
1237
|
+
"dropdown-scroll": (ev: Event) => any;
|
1238
|
+
"dropdown-reach-bottom": (ev: Event) => any;
|
1239
|
+
}, string, {
|
1240
|
+
size: import('../_shared/type').Size;
|
1241
|
+
popupVisible: boolean;
|
1242
|
+
defaultPopupVisible: boolean;
|
1243
|
+
disabled: boolean;
|
1244
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1245
|
+
loading: boolean;
|
1246
|
+
error: boolean;
|
1247
|
+
scrollbar: boolean;
|
1248
|
+
multiple: boolean;
|
1249
|
+
placeholder: string;
|
1250
|
+
triggerProps: import('..').TriggerProps;
|
1251
|
+
bordered: boolean;
|
1252
|
+
modelValue: SelectValue;
|
1253
|
+
defaultValue: SelectValue;
|
1254
|
+
allowClear: boolean;
|
1255
|
+
showExtraOptions: boolean;
|
1256
|
+
options: import('../Select').SelectOptions;
|
1257
|
+
limit: number;
|
1258
|
+
inputValue: string;
|
1259
|
+
defaultInputValue: string;
|
1260
|
+
fieldNames: Record<string, string>;
|
1261
|
+
allowSearch: boolean;
|
1262
|
+
valueKey: string;
|
1263
|
+
showEmpty: boolean;
|
1264
|
+
allowCreate: boolean;
|
1265
|
+
maxTagCount: number;
|
1266
|
+
defaultActivefirstOption: boolean;
|
1267
|
+
filterOption: import('../Select').FilterOption;
|
1268
|
+
virtualListProps: import('../Select').VirtualListProps;
|
1269
|
+
searchDelay: number;
|
1270
|
+
showHeaderOnEmpty: boolean;
|
1271
|
+
showFooterOnEmpty: boolean;
|
1272
|
+
tagNowrap: boolean;
|
1273
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
1274
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1275
|
+
created?: (() => void) | (() => void)[];
|
1276
|
+
beforeMount?: (() => void) | (() => void)[];
|
1277
|
+
mounted?: (() => void) | (() => void)[];
|
1278
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1279
|
+
updated?: (() => void) | (() => void)[];
|
1280
|
+
activated?: (() => void) | (() => void)[];
|
1281
|
+
deactivated?: (() => void) | (() => void)[];
|
1282
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1283
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1284
|
+
destroyed?: (() => void) | (() => void)[];
|
1285
|
+
unmounted?: (() => void) | (() => void)[];
|
1286
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1287
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1288
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1289
|
+
};
|
1290
|
+
$forceUpdate: () => void;
|
1291
|
+
$nextTick: typeof nextTick;
|
1292
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1293
|
+
} & Readonly<{
|
1294
|
+
size: import('../_shared/type').Size;
|
1295
|
+
popupVisible: boolean;
|
1296
|
+
defaultPopupVisible: boolean;
|
1297
|
+
disabled: boolean;
|
1298
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1299
|
+
loading: boolean;
|
1300
|
+
error: boolean;
|
1301
|
+
scrollbar: boolean;
|
1302
|
+
multiple: boolean;
|
1303
|
+
placeholder: string;
|
1304
|
+
triggerProps: import('..').TriggerProps;
|
1305
|
+
bordered: boolean;
|
1306
|
+
modelValue: SelectValue;
|
1307
|
+
defaultValue: SelectValue;
|
1308
|
+
allowClear: boolean;
|
1309
|
+
showExtraOptions: boolean;
|
1310
|
+
options: import('../Select').SelectOptions;
|
1311
|
+
limit: number;
|
1312
|
+
inputValue: string;
|
1313
|
+
defaultInputValue: string;
|
1314
|
+
fieldNames: Record<string, string>;
|
1315
|
+
allowSearch: boolean;
|
1316
|
+
valueKey: string;
|
1317
|
+
showEmpty: boolean;
|
1318
|
+
allowCreate: boolean;
|
1319
|
+
maxTagCount: number;
|
1320
|
+
defaultActivefirstOption: boolean;
|
1321
|
+
filterOption: import('../Select').FilterOption;
|
1322
|
+
virtualListProps: import('../Select').VirtualListProps;
|
1323
|
+
searchDelay: number;
|
1324
|
+
showHeaderOnEmpty: boolean;
|
1325
|
+
showFooterOnEmpty: boolean;
|
1326
|
+
tagNowrap: boolean;
|
1327
|
+
}> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
|
1328
|
+
onChange?: ((value: SelectValue) => any) | undefined;
|
1329
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1330
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1331
|
+
onClear?: (() => any) | undefined;
|
1332
|
+
onSelect?: ((value: SelectValue) => any) | undefined;
|
1333
|
+
onSearch?: ((value: string) => any) | undefined;
|
1334
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1335
|
+
"onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
|
1336
|
+
"onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
|
1337
|
+
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1338
|
+
onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1339
|
+
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1340
|
+
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
1341
|
+
}>, "focus" | "blur" | ("size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "loading" | "error" | "scrollbar" | "multiple" | "placeholder" | "triggerProps" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "defaultActivefirstOption" | "filterOption" | "virtualListProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
|
1342
|
+
focus(): void;
|
1343
|
+
blur(): void;
|
1344
|
+
getPopupRef(): import('..').TriggerInstance;
|
1345
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1346
|
+
$slots: Readonly<import('../Select').SelectSlots> & import('../Select').SelectSlots;
|
1347
|
+
}) | null;
|
1348
|
+
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
1349
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1350
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1351
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1352
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1353
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1354
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1355
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1356
|
+
}>, {
|
1357
|
+
focus(): void;
|
1358
|
+
blur(): void;
|
1359
|
+
getInputRef(): HTMLTextAreaElement;
|
1360
|
+
getMirrorRef(): HTMLDivElement;
|
1361
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1362
|
+
change: (value: string, ev: Event) => any;
|
1363
|
+
focus: (ev: FocusEvent) => any;
|
1364
|
+
clear: (ev: MouseEvent) => any;
|
1365
|
+
blur: (ev: FocusEvent) => any;
|
1366
|
+
input: (value: string, ev: Event) => any;
|
1367
|
+
keydown: (ev: KeyboardEvent) => any;
|
1368
|
+
"update:modelValue": (value: string) => any;
|
1369
|
+
}, import('vue').PublicProps, {
|
1370
|
+
disabled: boolean;
|
1371
|
+
error: import('..').AutoSize;
|
1372
|
+
placeholder: string;
|
1373
|
+
modelValue: string;
|
1374
|
+
defaultValue: string;
|
1375
|
+
maxLength: import('..').MaxLength;
|
1376
|
+
showWordLimit: boolean;
|
1377
|
+
allowClear: boolean;
|
1378
|
+
readonly: boolean;
|
1379
|
+
autoSize: import('..').AutoSize;
|
1380
|
+
wordLength: import('..').WordLength;
|
1381
|
+
wordSlice: import('..').WordSlice;
|
1382
|
+
enterPrevent: boolean;
|
1383
|
+
showMirror: boolean;
|
1384
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
1385
|
+
mirrorRef: HTMLDivElement;
|
1386
|
+
inputRef: HTMLTextAreaElement;
|
1387
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
1388
|
+
P: {};
|
1389
|
+
B: {};
|
1390
|
+
D: {};
|
1391
|
+
C: {};
|
1392
|
+
M: {};
|
1393
|
+
Defaults: {};
|
1394
|
+
}, Readonly<import('..').TextareaProps> & Readonly<{
|
1395
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1396
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1397
|
+
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1398
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1399
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1400
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1401
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1402
|
+
}>, {
|
1403
|
+
focus(): void;
|
1404
|
+
blur(): void;
|
1405
|
+
getInputRef(): HTMLTextAreaElement;
|
1406
|
+
getMirrorRef(): HTMLDivElement;
|
1407
|
+
}, {}, {}, {}, {
|
1408
|
+
disabled: boolean;
|
1409
|
+
error: import('..').AutoSize;
|
1410
|
+
placeholder: string;
|
1411
|
+
modelValue: string;
|
1412
|
+
defaultValue: string;
|
1413
|
+
maxLength: import('..').MaxLength;
|
1414
|
+
showWordLimit: boolean;
|
1415
|
+
allowClear: boolean;
|
1416
|
+
readonly: boolean;
|
1417
|
+
autoSize: import('..').AutoSize;
|
1418
|
+
wordLength: import('..').WordLength;
|
1419
|
+
wordSlice: import('..').WordSlice;
|
1420
|
+
enterPrevent: boolean;
|
1421
|
+
showMirror: boolean;
|
1422
|
+
}> | null;
|
1423
|
+
};
|
1424
|
+
$slots: Readonly<{
|
1425
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
1426
|
+
}>;
|
1427
|
+
$root: import('vue').ComponentPublicInstance | null;
|
1428
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
1429
|
+
$host: Element | null;
|
1430
|
+
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "select", value: string) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
|
1431
|
+
$el: any;
|
1432
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
1433
|
+
onChange?: ((value: string) => any) | undefined;
|
1434
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1435
|
+
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
1436
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1437
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1438
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1439
|
+
onSelect?: ((value: string) => any) | undefined;
|
1440
|
+
onSearch?: ((value: string) => any) | undefined;
|
1441
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1442
|
+
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
1443
|
+
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
1444
|
+
}>, {
|
1445
|
+
focus(): void;
|
1446
|
+
blur(): void;
|
1447
|
+
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
1448
|
+
getMirrorRef(): HTMLDivElement | undefined;
|
1449
|
+
updatePosition(x: number, y: number): void;
|
1450
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1451
|
+
change: (value: string) => any;
|
1452
|
+
focus: (ev: FocusEvent) => any;
|
1453
|
+
clear: (ev?: Event | undefined) => any;
|
1454
|
+
blur: (ev: FocusEvent) => any;
|
1455
|
+
input: (value: string, ev: Event) => any;
|
1456
|
+
keydown: (ev: KeyboardEvent) => any;
|
1457
|
+
select: (value: string) => any;
|
1458
|
+
search: (value: string) => any;
|
1459
|
+
"update:modelValue": (value: string) => any;
|
1460
|
+
"dropdown-scroll": (ev?: Event | undefined) => any;
|
1461
|
+
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
1462
|
+
}, string, {
|
1463
|
+
disabled: boolean;
|
1464
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1465
|
+
strict: boolean;
|
1466
|
+
type: "textarea" | "input";
|
1467
|
+
data: import('../Select').SelectOptions;
|
1468
|
+
triggerProps: import('..').TriggerProps;
|
1469
|
+
modelValue: string;
|
1470
|
+
defaultValue: string;
|
1471
|
+
allowClear: boolean;
|
1472
|
+
filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
|
1473
|
+
isSelectSetValue: boolean;
|
1474
|
+
isSearch: boolean;
|
1475
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
1476
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1477
|
+
created?: (() => void) | (() => void)[];
|
1478
|
+
beforeMount?: (() => void) | (() => void)[];
|
1479
|
+
mounted?: (() => void) | (() => void)[];
|
1480
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1481
|
+
updated?: (() => void) | (() => void)[];
|
1482
|
+
activated?: (() => void) | (() => void)[];
|
1483
|
+
deactivated?: (() => void) | (() => void)[];
|
1484
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1485
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1486
|
+
destroyed?: (() => void) | (() => void)[];
|
1487
|
+
unmounted?: (() => void) | (() => void)[];
|
1488
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1489
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1490
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1491
|
+
};
|
1492
|
+
$forceUpdate: () => void;
|
1493
|
+
$nextTick: typeof nextTick;
|
1494
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1495
|
+
} & Readonly<{
|
1496
|
+
disabled: boolean;
|
1497
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1498
|
+
strict: boolean;
|
1499
|
+
type: "textarea" | "input";
|
1500
|
+
data: import('../Select').SelectOptions;
|
1501
|
+
triggerProps: import('..').TriggerProps;
|
1502
|
+
modelValue: string;
|
1503
|
+
defaultValue: string;
|
1504
|
+
allowClear: boolean;
|
1505
|
+
filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
|
1506
|
+
isSelectSetValue: boolean;
|
1507
|
+
isSearch: boolean;
|
1508
|
+
}> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
1509
|
+
onChange?: ((value: string) => any) | undefined;
|
1510
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1511
|
+
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
1512
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1513
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1514
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1515
|
+
onSelect?: ((value: string) => any) | undefined;
|
1516
|
+
onSearch?: ((value: string) => any) | undefined;
|
1517
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1518
|
+
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
1519
|
+
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
1520
|
+
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "triggerProps" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
|
1521
|
+
focus(): void;
|
1522
|
+
blur(): void;
|
1523
|
+
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
1524
|
+
getMirrorRef(): HTMLDivElement | undefined;
|
1525
|
+
updatePosition(x: number, y: number): void;
|
1526
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1527
|
+
$slots: Readonly<import('../AutoComplete').AutoCompleteSlots> & import('../AutoComplete').AutoCompleteSlots;
|
1528
|
+
}) | null;
|
1529
|
+
}, any>;
|
1530
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
1531
|
+
export default _default;
|
1532
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
1533
|
+
new (): {
|
1534
|
+
$slots: S;
|
1535
|
+
};
|
1536
|
+
};
|