yc-design-vue 2.0.2 → 2.0.4
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/dist/lang-es/ar-eg.d.ts +206 -0
- package/dist/lang-es/ar-eg.js +154 -0
- package/dist/lang-es/de-de.d.ts +206 -0
- package/dist/lang-es/de-de.js +154 -0
- package/dist/lang-es/en-us.d.ts +254 -0
- package/dist/lang-es/en-us.js +158 -0
- package/dist/lang-es/es-es.d.ts +206 -0
- package/dist/lang-es/es-es.js +154 -0
- package/dist/lang-es/fr-fr.d.ts +206 -0
- package/dist/lang-es/fr-fr.js +154 -0
- package/dist/lang-es/id-id.d.ts +206 -0
- package/dist/lang-es/id-id.js +154 -0
- package/dist/lang-es/it-it.d.ts +206 -0
- package/dist/lang-es/it-it.js +154 -0
- package/dist/lang-es/ja-jp.d.ts +254 -0
- package/dist/lang-es/ja-jp.js +202 -0
- package/dist/lang-es/km-kh.d.ts +206 -0
- package/dist/lang-es/km-kh.js +154 -0
- package/dist/lang-es/ko-kr.d.ts +206 -0
- package/dist/lang-es/ko-kr.js +154 -0
- package/dist/lang-es/ms-my.d.ts +206 -0
- package/dist/lang-es/ms-my.js +154 -0
- package/dist/lang-es/nl-nl.d.ts +254 -0
- package/dist/lang-es/nl-nl.js +202 -0
- package/dist/lang-es/pt-pt.d.ts +206 -0
- package/dist/lang-es/pt-pt.js +154 -0
- package/dist/lang-es/ru-ru.d.ts +254 -0
- package/dist/lang-es/ru-ru.js +202 -0
- package/dist/lang-es/th-th.d.ts +206 -0
- package/dist/lang-es/th-th.js +154 -0
- package/dist/lang-es/vi-vn.d.ts +206 -0
- package/dist/lang-es/vi-vn.js +154 -0
- package/dist/lang-es/zh-cn.d.ts +254 -0
- package/dist/lang-es/zh-cn.js +202 -0
- package/dist/lang-es/zh-tw.d.ts +254 -0
- package/dist/lang-es/zh-tw.js +202 -0
- package/dist/lang-lib/ar-eg.d.ts +206 -0
- package/dist/lang-lib/ar-eg.js +1 -0
- package/dist/lang-lib/de-de.d.ts +206 -0
- package/dist/lang-lib/de-de.js +1 -0
- package/dist/lang-lib/en-us.d.ts +254 -0
- package/dist/lang-lib/en-us.js +1 -0
- package/dist/lang-lib/es-es.d.ts +206 -0
- package/dist/lang-lib/es-es.js +1 -0
- package/dist/lang-lib/fr-fr.d.ts +206 -0
- package/dist/lang-lib/fr-fr.js +1 -0
- package/dist/lang-lib/id-id.d.ts +206 -0
- package/dist/lang-lib/id-id.js +1 -0
- package/dist/lang-lib/it-it.d.ts +206 -0
- package/dist/lang-lib/it-it.js +1 -0
- package/dist/lang-lib/ja-jp.d.ts +254 -0
- package/dist/lang-lib/ja-jp.js +1 -0
- package/dist/lang-lib/km-kh.d.ts +206 -0
- package/dist/lang-lib/km-kh.js +1 -0
- package/dist/lang-lib/ko-kr.d.ts +206 -0
- package/dist/lang-lib/ko-kr.js +1 -0
- package/dist/lang-lib/ms-my.d.ts +206 -0
- package/dist/lang-lib/ms-my.js +1 -0
- package/dist/lang-lib/nl-nl.d.ts +254 -0
- package/dist/lang-lib/nl-nl.js +1 -0
- package/dist/lang-lib/pt-pt.d.ts +206 -0
- package/dist/lang-lib/pt-pt.js +1 -0
- package/dist/lang-lib/ru-ru.d.ts +254 -0
- package/dist/lang-lib/ru-ru.js +1 -0
- package/dist/lang-lib/th-th.d.ts +206 -0
- package/dist/lang-lib/th-th.js +1 -0
- package/dist/lang-lib/vi-vn.d.ts +206 -0
- package/dist/lang-lib/vi-vn.js +1 -0
- package/dist/lang-lib/zh-cn.d.ts +254 -0
- package/dist/lang-lib/zh-cn.js +1 -0
- package/dist/lang-lib/zh-tw.d.ts +254 -0
- package/dist/lang-lib/zh-tw.js +1 -0
- package/es/Affix/index.vue.js +0 -3
- package/es/Affix/type.d.ts +1 -1
- package/es/Alert/index.d.ts +4 -4
- package/es/Alert/index.vue.d.ts +3 -3
- package/es/Alert/index.vue.js +5 -7
- package/es/Alert/type.d.ts +1 -1
- package/es/Anchor/Anchor.vue.js +0 -3
- package/es/Anchor/AnchorLink.vue.d.ts +2 -2
- package/es/Anchor/AnchorLink.vue.js +3 -5
- package/es/Anchor/hooks/useContext.d.ts +2 -2
- package/es/Anchor/hooks/useContext.js +1 -4
- package/es/Anchor/index.d.ts +1 -1
- package/es/Anchor/type.d.ts +1 -1
- package/es/AutoComplete/index.d.ts +90 -90
- package/es/AutoComplete/index.vue.d.ts +136 -136
- package/es/AutoComplete/index.vue.js +5 -8
- package/es/AutoComplete/type.d.ts +6 -8
- package/es/Avatar/Avatar.vue.d.ts +3 -3
- package/es/Avatar/Avatar.vue.js +4 -6
- package/es/Avatar/AvatarGroup.vue.d.ts +2 -2
- package/es/Avatar/AvatarGroup.vue.js +2 -5
- package/es/Avatar/hooks/useContext.d.ts +3 -3
- package/es/Avatar/index.d.ts +5 -5
- package/es/Avatar/type.d.ts +2 -2
- package/es/BackTop/index.vue.js +3 -6
- package/es/BackTop/type.d.ts +1 -1
- package/es/Badge/index.d.ts +1 -1
- package/es/Badge/index.vue.d.ts +2 -2
- package/es/Badge/index.vue.js +3 -6
- package/es/Badge/type.d.ts +1 -1
- package/es/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
- package/es/Breadcrumb/Breadcrumb.vue.js +12 -18
- package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
- package/es/Breadcrumb/BreadcrumbItem.vue.js +4 -6
- package/es/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
- package/es/Breadcrumb/BreadcrumbMore.vue.js +0 -3
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -4
- package/es/Breadcrumb/index.d.ts +2 -2
- package/es/Breadcrumb/type.d.ts +1 -1
- package/es/Button/Button.vue.d.ts +4 -4
- package/es/Button/Button.vue.js +4 -4
- package/es/Button/ButtonGroup.vue.d.ts +2 -2
- package/es/Button/hooks/useContext.d.ts +5 -5
- package/es/Button/hooks/useContext.js +0 -4
- package/es/Button/index.d.ts +13 -13
- package/es/Button/type.d.ts +4 -5
- package/es/Calendar/Calendar.vue.d.ts +2 -2
- package/es/Calendar/Calendar.vue.js +6 -7
- package/es/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/es/Calendar/CalendarMonth.vue.js +2 -4
- package/es/Calendar/CalendarYear.vue.d.ts +1 -1
- package/es/Calendar/CalendarYear.vue.js +1 -3
- package/es/Calendar/index.d.ts +1 -1
- package/es/Calendar/type.d.ts +2 -2
- package/es/Card/Card.vue.d.ts +2 -2
- package/es/Card/Card.vue.js +9 -12
- package/es/Card/CardMeta.vue.d.ts +2 -2
- package/es/Card/CardMeta.vue.js +8 -11
- package/es/Card/hooks/useContext.d.ts +1 -5
- package/es/Card/hooks/useContext.js +0 -3
- package/es/Card/index.d.ts +2 -2
- package/es/Card/type.d.ts +2 -1
- package/es/Carousel/Carousel.vue.d.ts +3 -3
- package/es/Carousel/Carousel.vue.js +0 -4
- package/es/Carousel/CarouselArrow.vue.js +0 -3
- package/es/Carousel/CarouselIndicator.vue.d.ts +3 -3
- package/es/Carousel/CarouselIndicator.vue.js +0 -3
- package/es/Carousel/hooks/useContext.d.ts +3 -3
- package/es/Carousel/hooks/useContext.js +1 -4
- package/es/Carousel/index.d.ts +9 -9
- package/es/Carousel/type.d.ts +2 -3
- package/es/Cascader/Cascader.vue.d.ts +37 -51
- package/es/Cascader/Cascader.vue.js +1 -4
- package/es/Cascader/CascaderIcon.vue.js +1 -4
- package/es/Cascader/CascaderOption.vue.d.ts +1 -1
- package/es/Cascader/CascaderOption.vue.js +1 -4
- package/es/Cascader/hooks/useContext.d.ts +5 -17
- package/es/Cascader/hooks/useContext.js +1 -5
- package/es/Cascader/index.d.ts +38 -52
- package/es/Cascader/type.d.ts +5 -7
- package/es/Checkbox/Checkbox.vue.d.ts +2 -2
- package/es/Checkbox/Checkbox.vue.js +5 -7
- package/es/Checkbox/CheckboxGroup.vue.d.ts +2 -2
- package/es/Checkbox/CheckboxGroup.vue.js +3 -2
- package/es/Checkbox/hooks/useContext.d.ts +3 -3
- package/es/Checkbox/hooks/useContext.js +1 -5
- package/es/Checkbox/index.d.ts +2 -2
- package/es/Checkbox/type.d.ts +3 -3
- package/es/Collapse/CollapseItem.vue.d.ts +1 -1
- package/es/Collapse/CollapseItem.vue.js +1 -4
- package/es/Collapse/hooks/useContext.d.ts +5 -5
- package/es/Collapse/hooks/useContext.js +1 -5
- package/es/Collapse/index.d.ts +3 -3
- package/es/Collapse/type.d.ts +2 -2
- package/es/ColorPicker/ColorControl.vue.js +1 -3
- package/es/ColorPicker/ColorInput.vue.js +4 -7
- package/es/ColorPicker/ColorList.vue.js +0 -3
- package/es/ColorPicker/ColorPalette.vue.js +1 -3
- package/es/ColorPicker/ColorPanel.vue.js +0 -3
- package/es/ColorPicker/hooks/useContext.d.ts +2 -2
- package/es/ColorPicker/hooks/useContext.js +1 -4
- package/es/Comment/index.d.ts +1 -1
- package/es/Comment/index.vue.d.ts +2 -2
- package/es/Comment/index.vue.js +8 -11
- package/es/ConfigProvider/index.d.ts +6 -6
- package/es/ConfigProvider/index.vue.d.ts +2 -2
- package/es/ConfigProvider/index.vue.js +1 -6
- package/es/ConfigProvider/type.d.ts +2 -3
- package/es/Descriptions/Descriptions.vue.d.ts +4 -4
- package/es/Descriptions/Descriptions.vue.js +3 -2
- package/es/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/es/Descriptions/ReuseItem.vue.js +0 -4
- package/es/Descriptions/ReuseTd.vue.js +0 -4
- package/es/Descriptions/hooks/useContext.d.ts +2 -2
- package/es/Descriptions/hooks/useContext.js +1 -4
- package/es/Descriptions/index.d.ts +10 -10
- package/es/Descriptions/type.d.ts +1 -2
- package/es/Divider/index.d.ts +1 -1
- package/es/Divider/index.vue.d.ts +2 -2
- package/es/Divider/index.vue.js +3 -5
- package/es/Drawer/Drawer.vue.d.ts +4 -4
- package/es/Drawer/Drawer.vue.js +1 -3
- package/es/Drawer/DrawerService.vue.d.ts +4 -4
- package/es/Drawer/DrawerService.vue.js +0 -4
- package/es/Drawer/index.d.ts +20 -15
- package/es/Drawer/index.js +3 -6
- package/es/Dropdown/Doption.vue.d.ts +2 -2
- package/es/Dropdown/Doption.vue.js +6 -5
- package/es/Dropdown/Dropdown.vue.d.ts +4 -4
- package/es/Dropdown/Dropdown.vue.js +5 -7
- package/es/Dropdown/DropdownButton.vue.d.ts +2 -2
- package/es/Dropdown/DropdownButton.vue.js +0 -3
- package/es/Dropdown/Dsubmenu.vue.d.ts +42 -42
- package/es/Dropdown/Dsubmenu.vue.js +6 -8
- package/es/Dropdown/hooks/useContext.d.ts +2 -2
- package/es/Dropdown/hooks/useContext.js +1 -5
- package/es/Dropdown/index.d.ts +40 -40
- package/es/Dropdown/type.d.ts +5 -6
- package/es/Empty/index.vue.js +1 -3
- package/es/Grid/Grid.vue.d.ts +3 -3
- package/es/Grid/Grid.vue.js +0 -3
- package/es/Grid/GridCol.vue.d.ts +2 -2
- package/es/Grid/GridCol.vue.js +0 -3
- package/es/Grid/GridItem.vue.d.ts +2 -2
- package/es/Grid/GridItem.vue.js +0 -3
- package/es/Grid/GridRow.vue.d.ts +2 -2
- package/es/Grid/GridRow.vue.js +0 -3
- package/es/Grid/hooks/useContext.d.ts +4 -4
- package/es/Grid/hooks/useContext.js +2 -5
- package/es/Grid/index.d.ts +27 -27
- package/es/Grid/type.d.ts +4 -12
- package/es/Image/Image.vue.d.ts +3 -3
- package/es/Image/Image.vue.js +7 -8
- package/es/Image/ImagePreview.vue.d.ts +2 -2
- package/es/Image/ImagePreview.vue.js +6 -8
- package/es/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/es/Image/ImagePreviewArrow.vue.js +0 -3
- package/es/Image/ImagePreviewGroup.vue.d.ts +2 -2
- package/es/Image/ImagePreviewGroup.vue.js +4 -3
- package/es/Image/ImagePreviewToolbar.vue.js +1 -3
- package/es/Image/hooks/useContext.d.ts +2 -2
- package/es/Image/hooks/useContext.js +1 -5
- package/es/Image/index.d.ts +9 -9
- package/es/Image/type.d.ts +2 -3
- package/es/Input/Input.vue.d.ts +6 -6
- package/es/Input/Input.vue.js +13 -15
- package/es/Input/InputSuffix.vue.js +2 -5
- package/es/Input/hooks/useLimitedInput.d.ts +3 -3
- package/es/Input/hooks/useLimitedInput.js +1 -5
- package/es/Input/index.d.ts +12 -12
- package/es/Input/type.d.ts +2 -2
- package/es/InputNumber/InputNumber.vue.d.ts +33 -33
- package/es/InputNumber/InputNumber.vue.js +12 -14
- package/es/InputNumber/InputOperaBtn.vue.js +0 -3
- package/es/InputNumber/index.d.ts +28 -28
- package/es/InputNumber/type.d.ts +3 -4
- package/es/InputTag/index.d.ts +14 -14
- package/es/InputTag/index.vue.d.ts +7 -7
- package/es/InputTag/index.vue.js +7 -9
- package/es/InputTag/type.d.ts +5 -6
- package/es/Layout/Layout.vue.d.ts +2 -2
- package/es/Layout/Layout.vue.js +2 -6
- package/es/Layout/LayoutSider.vue.d.ts +7 -7
- package/es/Layout/LayoutSider.vue.js +0 -3
- package/es/Layout/hooks/useSiderContext.d.ts +2 -2
- package/es/Layout/hooks/useSiderContext.js +1 -5
- package/es/Layout/index.d.ts +20 -20
- package/es/Layout/type.d.ts +4 -5
- package/es/Link/index.d.ts +1 -1
- package/es/Link/index.vue.d.ts +2 -2
- package/es/Link/index.vue.js +3 -5
- package/es/Link/type.d.ts +1 -1
- package/es/List/List.vue.d.ts +27 -27
- package/es/List/List.vue.js +8 -11
- package/es/List/ListItem.vue.d.ts +2 -2
- package/es/List/ListItem.vue.js +6 -5
- package/es/List/ListItemMeta.vue.d.ts +2 -2
- package/es/List/ListItemMeta.vue.js +5 -4
- package/es/List/ListVirtual.vue.d.ts +3 -3
- package/es/List/hooks/useScrollReach.js +0 -4
- package/es/List/index.d.ts +18 -18
- package/es/List/type.d.ts +3 -3
- package/es/Mention/index.d.ts +104 -104
- package/es/Mention/index.vue.d.ts +171 -171
- package/es/Mention/index.vue.js +4 -7
- package/es/Mention/type.d.ts +6 -5
- package/es/Menu/Menu.vue.d.ts +6 -6
- package/es/Menu/Menu.vue.js +0 -3
- package/es/Menu/MenuEllipsis.vue.js +0 -3
- package/es/Menu/MenuItem.vue.d.ts +2 -2
- package/es/Menu/MenuItem.vue.js +6 -8
- package/es/Menu/MenuItemGroup.vue.js +0 -3
- package/es/Menu/SubMenu.vue.d.ts +3 -3
- package/es/Menu/SubMenu.vue.js +3 -5
- package/es/Menu/hooks/useContext.d.ts +5 -5
- package/es/Menu/hooks/useContext.js +6 -9
- package/es/Menu/index.d.ts +22 -22
- package/es/Menu/type.d.ts +3 -6
- package/es/Message/Message.vue.d.ts +4 -4
- package/es/Message/Message.vue.js +1 -4
- package/es/Message/index.d.ts +15 -15
- package/es/Message/index.js +1 -8
- package/es/Message/type.d.ts +5 -5
- package/es/Modal/Modal.vue.d.ts +5 -5
- package/es/Modal/Modal.vue.js +1 -3
- package/es/Modal/ModalService.vue.d.ts +6 -6
- package/es/Modal/ModalService.vue.js +0 -4
- package/es/Modal/hooks/useModalClose.js +1 -5
- package/es/Modal/hooks/useModalDraggable.js +0 -3
- package/es/Modal/hooks/useOnBeforeClose.js +0 -5
- package/es/Modal/index.d.ts +19 -17
- package/es/Modal/index.js +2 -2
- package/es/Modal/type.d.ts +8 -8
- package/es/Notification/Notification.vue.d.ts +7 -7
- package/es/Notification/Notification.vue.js +1 -4
- package/es/Notification/index.d.ts +25 -24
- package/es/Notification/index.js +1 -8
- package/es/Notification/type.d.ts +5 -5
- package/es/OverflowList/index.d.ts +1 -1
- package/es/OverflowList/index.vue.d.ts +2 -2
- package/es/OverflowList/index.vue.js +2 -5
- package/es/PageHeader/index.d.ts +1 -1
- package/es/PageHeader/index.vue.d.ts +2 -2
- package/es/PageHeader/index.vue.js +8 -10
- package/es/Pagination/Pagination.vue.d.ts +2 -2
- package/es/Pagination/Pagination.vue.js +6 -7
- package/es/Pagination/PaginationItem.vue.js +0 -3
- package/es/Pagination/hooks/useContext.d.ts +2 -2
- package/es/Pagination/hooks/useContext.js +1 -4
- package/es/Pagination/index.d.ts +1 -1
- package/es/Popconfirm/index.d.ts +32 -32
- package/es/Popconfirm/index.vue.d.ts +39 -39
- package/es/Popconfirm/index.vue.js +1 -4
- package/es/Popconfirm/type.d.ts +4 -4
- package/es/Popover/index.d.ts +16 -16
- package/es/Popover/index.vue.d.ts +7 -7
- package/es/Popover/index.vue.js +4 -7
- package/es/Popover/type.d.ts +3 -3
- package/es/Progress/Progress.vue.js +0 -4
- package/es/Progress/ProgressCircle.vue.js +1 -4
- package/es/Progress/ProgressLine.vue.js +0 -3
- package/es/Progress/ProgressSteps.vue.js +0 -3
- package/es/Progress/type.d.ts +1 -1
- package/es/Radio/Radio.vue.d.ts +3 -3
- package/es/Radio/Radio.vue.js +8 -11
- package/es/Radio/RadioGroup.vue.d.ts +3 -3
- package/es/Radio/RadioGroup.vue.js +3 -2
- package/es/Radio/hooks/useContext.d.ts +3 -3
- package/es/Radio/hooks/useContext.js +2 -6
- package/es/Radio/index.d.ts +8 -8
- package/es/Radio/type.d.ts +2 -2
- package/es/Rate/index.vue.js +2 -5
- package/es/ResizeBox/index.vue.js +2 -6
- package/es/Result/index.d.ts +1 -1
- package/es/Result/index.vue.d.ts +2 -2
- package/es/Result/index.vue.js +7 -6
- package/es/Result/type.d.ts +1 -1
- package/es/Scrollbar/Scrollbar.vue.d.ts +2 -2
- package/es/Scrollbar/Scrollbar.vue.js +0 -3
- package/es/Scrollbar/ScrollbarTrack.vue.js +0 -3
- package/es/Scrollbar/index.d.ts +6 -6
- package/es/Select/Option.vue.d.ts +4 -4
- package/es/Select/Option.vue.js +6 -8
- package/es/Select/Select.vue.d.ts +76 -76
- package/es/Select/Select.vue.js +6 -8
- package/es/Select/SelectIcon.vue.js +1 -4
- package/es/Select/SelectRealList.vue.js +1 -5
- package/es/Select/SelectView.vue.js +1 -1
- package/es/Select/SelectVirtualList.vue.js +1 -5
- package/es/Select/hooks/useContext.d.ts +13 -13
- package/es/Select/hooks/useContext.js +1 -5
- package/es/Select/hooks/useSelectOptions.d.ts +13 -13
- package/es/Select/hooks/useSelectOptions.js +0 -4
- package/es/Select/index.d.ts +64 -64
- package/es/Select/type.d.ts +13 -16
- package/es/Skeleton/SkeletonLine.vue.js +0 -3
- package/es/Skeleton/SkeletonShape.vue.js +1 -5
- package/es/Skeleton/type.d.ts +3 -2
- package/es/Slider/Slider.vue.d.ts +1 -1
- package/es/Slider/SliderBtn.vue.js +1 -5
- package/es/Slider/SliderTicks.vue.d.ts +2 -2
- package/es/Slider/hooks/useContext.d.ts +4 -4
- package/es/Slider/hooks/useContext.js +1 -5
- package/es/Slider/hooks/useSliderDraggable.js +0 -3
- package/es/Slider/index.d.ts +3 -3
- package/es/Slider/type.d.ts +2 -3
- package/es/Space/index.d.ts +4 -4
- package/es/Space/index.vue.d.ts +3 -3
- package/es/Space/index.vue.js +5 -8
- package/es/Spin/index.d.ts +1 -1
- package/es/Spin/index.vue.d.ts +2 -2
- package/es/Spin/index.vue.js +3 -5
- package/es/Split/index.vue.js +3 -6
- package/es/Statistic/Countdown.vue.d.ts +1 -1
- package/es/Statistic/Countdown.vue.js +1 -3
- package/es/Statistic/Statistic.vue.d.ts +3 -3
- package/es/Statistic/Statistic.vue.js +6 -8
- package/es/Statistic/index.d.ts +7 -7
- package/es/Steps/Step.vue.d.ts +3 -3
- package/es/Steps/Step.vue.js +3 -5
- package/es/Steps/hooks/useContext.d.ts +3 -3
- package/es/Steps/hooks/useContext.js +1 -5
- package/es/Steps/index.d.ts +4 -4
- package/es/Switch/index.d.ts +4 -4
- package/es/Switch/index.vue.d.ts +3 -3
- package/es/Switch/index.vue.js +4 -8
- package/es/Switch/type.d.ts +2 -1
- package/es/Tabs/TabButton.vue.js +0 -3
- package/es/Tabs/TabPane.vue.d.ts +1 -1
- package/es/Tabs/TabPane.vue.js +0 -4
- package/es/Tabs/Tabs.vue.d.ts +4 -4
- package/es/Tabs/Tabs.vue.js +3 -6
- package/es/Tabs/TabsNavInk.vue.d.ts +2 -2
- package/es/Tabs/TabsNavInk.vue.js +1 -4
- package/es/Tabs/TabsTab.vue.js +0 -4
- package/es/Tabs/hooks/useContext.d.ts +5 -5
- package/es/Tabs/hooks/useContext.js +1 -5
- package/es/Tabs/hooks/useTabsScroll.d.ts +2 -2
- package/es/Tabs/hooks/useTabsScroll.js +0 -3
- package/es/Tabs/index.d.ts +7 -7
- package/es/Tabs/type.d.ts +2 -3
- package/es/Tag/index.d.ts +1 -1
- package/es/Tag/index.vue.d.ts +2 -2
- package/es/Tag/index.vue.js +6 -8
- package/es/Tag/type.d.ts +2 -1
- package/es/Textarea/hooks/useTextareaHeight.js +0 -3
- package/es/Textarea/index.d.ts +8 -8
- package/es/Textarea/index.vue.d.ts +3 -3
- package/es/Textarea/index.vue.js +0 -3
- package/es/TimePicker/TimePicker.vue.d.ts +7 -7
- package/es/TimePicker/TimePicker.vue.js +7 -8
- package/es/TimePicker/TimePickerPanel.vue.js +1 -3
- package/es/TimePicker/hooks/useContext.d.ts +2 -2
- package/es/TimePicker/hooks/useContext.js +1 -4
- package/es/TimePicker/index.d.ts +11 -11
- package/es/TimePicker/type.d.ts +1 -1
- package/es/Timeline/TimelineItem.vue.d.ts +3 -3
- package/es/Timeline/TimelineItem.vue.js +3 -2
- package/es/Timeline/TimelineItemPending.vue.js +0 -4
- package/es/Timeline/hooks/useContext.d.ts +4 -4
- package/es/Timeline/hooks/useContext.js +0 -4
- package/es/Timeline/index.d.ts +4 -4
- package/es/Tooltip/index.d.ts +12 -12
- package/es/Tooltip/index.vue.d.ts +4 -4
- package/es/Tooltip/index.vue.js +1 -5
- package/es/Tooltip/type.d.ts +3 -3
- package/es/Transfer/Transfer.vue.d.ts +3 -3
- package/es/Transfer/Transfer.vue.js +0 -3
- package/es/Transfer/TransferPanel.vue.js +0 -3
- package/es/Transfer/hooks/useContext.d.ts +2 -2
- package/es/Transfer/hooks/useContext.js +1 -5
- package/es/Transfer/index.d.ts +8 -8
- package/es/Trigger/hooks/useContext.d.ts +2 -2
- package/es/Trigger/hooks/useContext.js +0 -3
- package/es/Trigger/hooks/useTriggerPosition.d.ts +3 -4
- package/es/Trigger/hooks/useTriggerPosition.js +0 -3
- package/es/Trigger/hooks/useTriggerVisible.d.ts +2 -2
- package/es/Trigger/hooks/useTriggerVisible.js +1 -4
- package/es/Trigger/index.d.ts +17 -17
- package/es/Trigger/index.vue.d.ts +9 -9
- package/es/Trigger/index.vue.js +3 -6
- package/es/Trigger/type.d.ts +3 -4
- package/es/Typography/TypographyBase.vue.d.ts +28 -29
- package/es/Typography/TypographyBase.vue.js +1 -4
- package/es/Typography/TypographyParagraph.vue.d.ts +3 -3
- package/es/Typography/TypographyParagraph.vue.js +4 -10
- package/es/Typography/TypographyText.vue.d.ts +1 -2
- package/es/Typography/TypographyText.vue.js +4 -10
- package/es/Typography/TypographyTitle.vue.d.ts +3 -3
- package/es/Typography/TypographyTitle.vue.js +4 -10
- package/es/Typography/type.d.ts +4 -14
- package/es/VerificationCode/index.d.ts +6 -6
- package/es/VerificationCode/index.vue.d.ts +2 -2
- package/es/VerificationCode/index.vue.js +2 -5
- package/es/Watermark/index.d.ts +3 -3
- package/es/Watermark/index.vue.d.ts +1 -1
- package/es/Watermark/index.vue.js +0 -4
- package/es/_shared/components/ExpandTransition/index.vue2.js +6 -5
- package/es/_shared/components/Icon/index.vue3.js +0 -3
- package/es/_shared/components/IconButton/index.vue.js +0 -3
- package/es/_shared/constants/index.d.ts +4 -4
- package/es/_shared/constants/index.js +0 -3
- package/es/_shared/icons/IconArrowDown.vue.js +3 -7
- package/es/_shared/icons/IconArrowRight.vue.js +3 -7
- package/es/_shared/icons/IconCheck.vue.js +3 -7
- package/es/_shared/icons/IconCheckboxChecked.vue.js +3 -7
- package/es/_shared/icons/IconClose.vue.js +3 -7
- package/es/_shared/icons/IconCopy.vue2.js +3 -7
- package/es/_shared/icons/IconDelete.vue2.js +3 -7
- package/es/_shared/icons/IconDragDot.vue.js +3 -7
- package/es/_shared/icons/IconEdit.vue2.js +3 -7
- package/es/_shared/icons/IconEmpty.vue.js +3 -7
- package/es/_shared/icons/IconError.vue.js +3 -7
- package/es/_shared/icons/IconExclamation.vue2.js +3 -7
- package/es/_shared/icons/IconEyeClose.vue.js +23 -1
- package/es/_shared/icons/IconEyeClose.vue2.js +1 -27
- package/es/_shared/icons/IconEyeOpen.vue.js +20 -1
- package/es/_shared/icons/IconEyeOpen.vue2.js +1 -24
- package/es/_shared/icons/IconFaceSmile.vue.js +3 -7
- package/es/_shared/icons/IconFullScreen.vue2.js +3 -7
- package/es/_shared/icons/IconImageClose.vue.js +3 -7
- package/es/_shared/icons/IconInfo.vue.js +3 -7
- package/es/_shared/icons/IconInfoLine.vue.js +3 -7
- package/es/_shared/icons/IconLink.vue.js +3 -7
- package/es/_shared/icons/IconLoading.vue.js +3 -7
- package/es/_shared/icons/IconMenuFold.vue.js +3 -7
- package/es/_shared/icons/IconMenuUnfold.vue.js +3 -7
- package/es/_shared/icons/IconMinus.vue2.js +3 -7
- package/es/_shared/icons/IconMore.vue.js +3 -7
- package/es/_shared/icons/IconOriginSize.vue2.js +3 -7
- package/es/_shared/icons/IconPlus.vue.js +3 -7
- package/es/_shared/icons/IconRight.vue.js +3 -7
- package/es/_shared/icons/IconRotateLeft.vue2.js +3 -7
- package/es/_shared/icons/IconRotateRight.vue2.js +3 -7
- package/es/_shared/icons/IconSearch.vue2.js +3 -7
- package/es/_shared/icons/IconSeparator.vue.js +3 -7
- package/es/_shared/icons/IconStar.vue.js +3 -7
- package/es/_shared/icons/IconSuccess.vue.js +3 -7
- package/es/_shared/icons/IconTime.vue.js +3 -7
- package/es/_shared/icons/IconToTop.vue.js +3 -7
- package/es/_shared/icons/IconWarning.vue.js +3 -7
- package/es/_shared/icons/IconZoomIn.vue2.js +3 -7
- package/es/_shared/icons/IconZoomOut.vue2.js +3 -7
- package/es/_shared/type/index.d.ts +22 -5
- package/es/_shared/utils/control.d.ts +2 -2
- package/es/_shared/utils/control.js +1 -5
- package/es/_shared/utils/dom.d.ts +1 -1
- package/es/_shared/utils/dom.js +1 -1
- package/es/_shared/utils/global-config.d.ts +4 -4
- package/es/_shared/utils/global-config.js +0 -4
- package/es/_shared/utils/vue-utils.d.ts +3 -3
- package/es/_shared/utils/vue-utils.js +1 -1
- package/es/index.d.ts +128 -128
- package/lib/Affix/index.js +1 -1
- package/lib/Affix/index.vue.js +1 -1
- package/lib/Affix/index.vue2.js +1 -1
- package/lib/Affix/type.d.ts +1 -1
- package/lib/Alert/index.d.ts +4 -4
- package/lib/Alert/index.js +1 -1
- package/lib/Alert/index.vue.d.ts +3 -3
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Alert/index.vue3.js +1 -1
- package/lib/Alert/type.d.ts +1 -1
- package/lib/Anchor/Anchor.vue.js +1 -1
- package/lib/Anchor/Anchor.vue3.js +1 -1
- package/lib/Anchor/AnchorLink.vue.d.ts +2 -2
- package/lib/Anchor/AnchorLink.vue.js +1 -1
- package/lib/Anchor/AnchorLink.vue3.js +1 -1
- package/lib/Anchor/hooks/useContext.d.ts +2 -2
- package/lib/Anchor/hooks/useContext.js +1 -1
- package/lib/Anchor/index.d.ts +1 -1
- package/lib/Anchor/index.js +1 -1
- package/lib/Anchor/type.d.ts +1 -1
- package/lib/AutoComplete/index.d.ts +90 -90
- package/lib/AutoComplete/index.js +1 -1
- package/lib/AutoComplete/index.vue.d.ts +136 -136
- package/lib/AutoComplete/index.vue.js +1 -1
- package/lib/AutoComplete/index.vue3.js +1 -1
- package/lib/AutoComplete/type.d.ts +6 -8
- package/lib/Avatar/Avatar.vue.d.ts +3 -3
- package/lib/Avatar/Avatar.vue.js +1 -1
- package/lib/Avatar/Avatar.vue3.js +1 -1
- package/lib/Avatar/AvatarGroup.vue.d.ts +2 -2
- package/lib/Avatar/AvatarGroup.vue.js +1 -1
- package/lib/Avatar/AvatarGroup.vue3.js +1 -1
- package/lib/Avatar/hooks/useContext.d.ts +3 -3
- package/lib/Avatar/hooks/useContext.js +1 -1
- package/lib/Avatar/index.d.ts +5 -5
- package/lib/Avatar/index.js +1 -1
- package/lib/Avatar/type.d.ts +2 -2
- package/lib/BackTop/index.js +1 -1
- package/lib/BackTop/index.vue.js +1 -1
- package/lib/BackTop/index.vue3.js +1 -1
- package/lib/BackTop/type.d.ts +1 -1
- package/lib/Badge/index.d.ts +1 -1
- package/lib/Badge/index.js +1 -1
- package/lib/Badge/index.vue.d.ts +2 -2
- package/lib/Badge/index.vue.js +1 -1
- package/lib/Badge/index.vue3.js +1 -1
- package/lib/Badge/type.d.ts +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
- package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue3.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
- package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue3.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
- package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue2.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue3.js +1 -1
- package/lib/Breadcrumb/index.d.ts +2 -2
- package/lib/Breadcrumb/index.js +1 -1
- package/lib/Breadcrumb/type.d.ts +1 -1
- package/lib/Button/Button.vue.d.ts +4 -4
- package/lib/Button/Button.vue.js +1 -1
- package/lib/Button/Button.vue3.js +1 -1
- package/lib/Button/ButtonGroup.vue.d.ts +2 -2
- package/lib/Button/ButtonGroup.vue.js +1 -1
- package/lib/Button/ButtonGroup.vue3.js +1 -1
- package/lib/Button/hooks/useContext.d.ts +5 -5
- package/lib/Button/hooks/useContext.js +1 -1
- package/lib/Button/index.d.ts +13 -13
- package/lib/Button/index.js +1 -1
- package/lib/Button/type.d.ts +4 -5
- package/lib/Calendar/Calendar.vue.d.ts +2 -2
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Calendar/Calendar.vue3.js +1 -1
- package/lib/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/lib/Calendar/CalendarMonth.vue.js +1 -1
- package/lib/Calendar/CalendarMonth.vue3.js +1 -1
- package/lib/Calendar/CalendarYear.vue.d.ts +1 -1
- package/lib/Calendar/CalendarYear.vue.js +1 -1
- package/lib/Calendar/CalendarYear.vue3.js +1 -1
- package/lib/Calendar/index.d.ts +1 -1
- package/lib/Calendar/index.js +1 -1
- package/lib/Calendar/type.d.ts +2 -2
- package/lib/Card/Card.vue.d.ts +2 -2
- package/lib/Card/Card.vue.js +1 -1
- package/lib/Card/Card.vue3.js +1 -1
- package/lib/Card/CardGrid.vue.js +1 -1
- package/lib/Card/CardGrid.vue3.js +1 -1
- package/lib/Card/CardMeta.vue.d.ts +2 -2
- package/lib/Card/CardMeta.vue.js +1 -1
- package/lib/Card/CardMeta.vue3.js +1 -1
- package/lib/Card/hooks/useContext.d.ts +1 -5
- package/lib/Card/hooks/useContext.js +1 -1
- package/lib/Card/index.d.ts +2 -2
- package/lib/Card/index.js +1 -1
- package/lib/Card/type.d.ts +2 -1
- package/lib/Carousel/Carousel.vue.d.ts +3 -3
- package/lib/Carousel/Carousel.vue.js +1 -1
- package/lib/Carousel/Carousel.vue3.js +1 -1
- package/lib/Carousel/CarouselArrow.vue.js +1 -1
- package/lib/Carousel/CarouselArrow.vue3.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue.d.ts +3 -3
- package/lib/Carousel/CarouselIndicator.vue.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue3.js +1 -1
- package/lib/Carousel/CarouselItem.vue.js +1 -1
- package/lib/Carousel/CarouselItem.vue3.js +1 -1
- package/lib/Carousel/hooks/useContext.d.ts +3 -3
- package/lib/Carousel/hooks/useContext.js +1 -1
- package/lib/Carousel/index.d.ts +9 -9
- package/lib/Carousel/index.js +1 -1
- package/lib/Carousel/type.d.ts +2 -3
- package/lib/Cascader/Cascader.vue.d.ts +37 -51
- package/lib/Cascader/Cascader.vue.js +1 -1
- package/lib/Cascader/Cascader.vue3.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue3.js +1 -1
- package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
- package/lib/Cascader/CascaderOption.vue.js +1 -1
- package/lib/Cascader/CascaderOption.vue3.js +1 -1
- package/lib/Cascader/CascaderPanel.vue.js +1 -1
- package/lib/Cascader/CascaderPanel.vue3.js +1 -1
- package/lib/Cascader/CascaderSearchPanel.vue.js +1 -1
- package/lib/Cascader/CascaderSearchPanel.vue3.js +1 -1
- package/lib/Cascader/hooks/useContext.d.ts +5 -17
- package/lib/Cascader/hooks/useContext.js +1 -1
- package/lib/Cascader/index.d.ts +38 -52
- package/lib/Cascader/index.js +1 -1
- package/lib/Cascader/type.d.ts +5 -7
- package/lib/Checkbox/Checkbox.vue.d.ts +2 -2
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue3.js +1 -1
- package/lib/Checkbox/CheckboxGroup.vue.d.ts +2 -2
- package/lib/Checkbox/CheckboxGroup.vue.js +1 -1
- package/lib/Checkbox/CheckboxGroup.vue3.js +1 -1
- package/lib/Checkbox/hooks/useContext.d.ts +3 -3
- package/lib/Checkbox/hooks/useContext.js +1 -1
- package/lib/Checkbox/index.d.ts +2 -2
- package/lib/Checkbox/index.js +1 -1
- package/lib/Checkbox/type.d.ts +3 -3
- package/lib/Collapse/Collapse.vue.js +1 -1
- package/lib/Collapse/Collapse.vue3.js +1 -1
- package/lib/Collapse/CollapseItem.vue.d.ts +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue3.js +1 -1
- package/lib/Collapse/hooks/useContext.d.ts +5 -5
- package/lib/Collapse/hooks/useContext.js +1 -1
- package/lib/Collapse/index.d.ts +3 -3
- package/lib/Collapse/index.js +1 -1
- package/lib/Collapse/type.d.ts +2 -2
- package/lib/ColorPicker/ColorControl.vue.js +1 -1
- package/lib/ColorPicker/ColorControl.vue3.js +1 -1
- package/lib/ColorPicker/ColorInput.vue.js +1 -1
- package/lib/ColorPicker/ColorInput.vue3.js +1 -1
- package/lib/ColorPicker/ColorList.vue.js +1 -1
- package/lib/ColorPicker/ColorList.vue3.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue3.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue3.js +1 -1
- package/lib/ColorPicker/ColorPicker.vue.js +1 -1
- package/lib/ColorPicker/ColorPicker.vue3.js +1 -1
- package/lib/ColorPicker/hooks/useContext.d.ts +2 -2
- package/lib/ColorPicker/hooks/useContext.js +1 -1
- package/lib/ColorPicker/index.js +1 -1
- package/lib/Comment/hooks/useContext.js +1 -1
- package/lib/Comment/index.d.ts +1 -1
- package/lib/Comment/index.js +1 -1
- package/lib/Comment/index.vue.d.ts +2 -2
- package/lib/Comment/index.vue.js +1 -1
- package/lib/Comment/index.vue3.js +1 -1
- package/lib/ConfigProvider/index.d.ts +6 -6
- package/lib/ConfigProvider/index.js +1 -1
- package/lib/ConfigProvider/index.vue.d.ts +2 -2
- package/lib/ConfigProvider/index.vue.js +1 -1
- package/lib/ConfigProvider/index.vue2.js +1 -1
- package/lib/ConfigProvider/type.d.ts +2 -3
- package/lib/Descriptions/Descriptions.vue.d.ts +4 -4
- package/lib/Descriptions/Descriptions.vue.js +1 -1
- package/lib/Descriptions/Descriptions.vue3.js +1 -1
- package/lib/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/lib/Descriptions/DescriptionsItem.vue.js +1 -1
- package/lib/Descriptions/DescriptionsItem.vue2.js +1 -1
- package/lib/Descriptions/ReuseItem.vue.js +1 -1
- package/lib/Descriptions/ReuseItem.vue3.js +1 -1
- package/lib/Descriptions/ReuseTd.vue.js +1 -1
- package/lib/Descriptions/ReuseTd.vue3.js +1 -1
- package/lib/Descriptions/hooks/useContext.d.ts +2 -2
- package/lib/Descriptions/hooks/useContext.js +1 -1
- package/lib/Descriptions/index.d.ts +10 -10
- package/lib/Descriptions/index.js +1 -1
- package/lib/Descriptions/type.d.ts +1 -2
- package/lib/Divider/index.d.ts +1 -1
- package/lib/Divider/index.js +1 -1
- package/lib/Divider/index.vue.d.ts +2 -2
- package/lib/Divider/index.vue.js +1 -1
- package/lib/Divider/index.vue3.js +1 -1
- package/lib/Drawer/Drawer.vue.d.ts +4 -4
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Drawer/Drawer.vue3.js +1 -1
- package/lib/Drawer/DrawerService.vue.d.ts +4 -4
- package/lib/Drawer/DrawerService.vue.js +1 -1
- package/lib/Drawer/DrawerService.vue2.js +1 -1
- package/lib/Drawer/index.d.ts +20 -15
- package/lib/Drawer/index.js +1 -1
- package/lib/Dropdown/Dgroup.vue.js +1 -1
- package/lib/Dropdown/Dgroup.vue3.js +1 -1
- package/lib/Dropdown/Doption.vue.d.ts +2 -2
- package/lib/Dropdown/Doption.vue.js +1 -1
- package/lib/Dropdown/Doption.vue3.js +1 -1
- package/lib/Dropdown/Dropdown.vue.d.ts +4 -4
- package/lib/Dropdown/Dropdown.vue.js +1 -1
- package/lib/Dropdown/Dropdown.vue3.js +1 -1
- package/lib/Dropdown/DropdownButton.vue.d.ts +2 -2
- package/lib/Dropdown/DropdownButton.vue.js +1 -1
- package/lib/Dropdown/DropdownButton.vue2.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue.d.ts +42 -42
- package/lib/Dropdown/Dsubmenu.vue.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue3.js +1 -1
- package/lib/Dropdown/hooks/useContext.d.ts +2 -2
- package/lib/Dropdown/hooks/useContext.js +1 -1
- package/lib/Dropdown/index.d.ts +40 -40
- package/lib/Dropdown/index.js +1 -1
- package/lib/Dropdown/type.d.ts +5 -6
- package/lib/Empty/index.js +1 -1
- package/lib/Empty/index.vue.js +1 -1
- package/lib/Empty/index.vue3.js +1 -1
- package/lib/Grid/Grid.vue.d.ts +3 -3
- package/lib/Grid/Grid.vue.js +1 -1
- package/lib/Grid/Grid.vue3.js +1 -1
- package/lib/Grid/GridCol.vue.d.ts +2 -2
- package/lib/Grid/GridCol.vue.js +1 -1
- package/lib/Grid/GridCol.vue2.js +1 -1
- package/lib/Grid/GridItem.vue.d.ts +2 -2
- package/lib/Grid/GridItem.vue.js +1 -1
- package/lib/Grid/GridItem.vue2.js +1 -1
- package/lib/Grid/GridRow.vue.d.ts +2 -2
- package/lib/Grid/GridRow.vue.js +1 -1
- package/lib/Grid/GridRow.vue3.js +1 -1
- package/lib/Grid/hooks/useContext.d.ts +4 -4
- package/lib/Grid/hooks/useContext.js +1 -1
- package/lib/Grid/index.d.ts +27 -27
- package/lib/Grid/index.js +1 -1
- package/lib/Grid/type.d.ts +4 -12
- package/lib/Image/Image.vue.d.ts +3 -3
- package/lib/Image/Image.vue.js +1 -1
- package/lib/Image/Image.vue3.js +1 -1
- package/lib/Image/ImagePreview.vue.d.ts +2 -2
- package/lib/Image/ImagePreview.vue.js +1 -1
- package/lib/Image/ImagePreview.vue3.js +1 -1
- package/lib/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/lib/Image/ImagePreviewAction.vue.js +1 -1
- package/lib/Image/ImagePreviewAction.vue3.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue3.js +1 -1
- package/lib/Image/ImagePreviewGroup.vue.d.ts +2 -2
- package/lib/Image/ImagePreviewGroup.vue.js +1 -1
- package/lib/Image/ImagePreviewGroup.vue2.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue3.js +1 -1
- package/lib/Image/hooks/useContext.d.ts +2 -2
- package/lib/Image/hooks/useContext.js +1 -1
- package/lib/Image/index.d.ts +9 -9
- package/lib/Image/index.js +1 -1
- package/lib/Image/type.d.ts +2 -3
- package/lib/Input/Input.vue.d.ts +6 -6
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/Input.vue3.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/Input/InputSuffix.vue3.js +1 -1
- package/lib/Input/hooks/useCursor.js +1 -1
- package/lib/Input/hooks/useLimitedInput.d.ts +3 -3
- package/lib/Input/hooks/useLimitedInput.js +1 -1
- package/lib/Input/index.d.ts +12 -12
- package/lib/Input/index.js +1 -1
- package/lib/Input/type.d.ts +2 -2
- package/lib/InputNumber/InputNumber.vue.d.ts +33 -33
- package/lib/InputNumber/InputNumber.vue.js +1 -1
- package/lib/InputNumber/InputNumber.vue3.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue3.js +1 -1
- package/lib/InputNumber/index.d.ts +28 -28
- package/lib/InputNumber/index.js +1 -1
- package/lib/InputNumber/type.d.ts +3 -4
- package/lib/InputTag/index.d.ts +14 -14
- package/lib/InputTag/index.js +1 -1
- package/lib/InputTag/index.vue.d.ts +7 -7
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/InputTag/index.vue3.js +1 -1
- package/lib/InputTag/type.d.ts +5 -6
- package/lib/Layout/Layout.vue.d.ts +2 -2
- package/lib/Layout/Layout.vue.js +1 -1
- package/lib/Layout/Layout.vue3.js +1 -1
- package/lib/Layout/LayoutContent.vue.js +1 -1
- package/lib/Layout/LayoutContent.vue3.js +1 -1
- package/lib/Layout/LayoutFooter.vue.js +1 -1
- package/lib/Layout/LayoutFooter.vue3.js +1 -1
- package/lib/Layout/LayoutHeader.vue.js +1 -1
- package/lib/Layout/LayoutHeader.vue3.js +1 -1
- package/lib/Layout/LayoutSider.vue.d.ts +7 -7
- package/lib/Layout/LayoutSider.vue.js +1 -1
- package/lib/Layout/LayoutSider.vue3.js +1 -1
- package/lib/Layout/hooks/useSiderContext.d.ts +2 -2
- package/lib/Layout/hooks/useSiderContext.js +1 -1
- package/lib/Layout/index.d.ts +20 -20
- package/lib/Layout/index.js +1 -1
- package/lib/Layout/type.d.ts +4 -5
- package/lib/Link/index.d.ts +1 -1
- package/lib/Link/index.js +1 -1
- package/lib/Link/index.vue.d.ts +2 -2
- package/lib/Link/index.vue.js +1 -1
- package/lib/Link/index.vue3.js +1 -1
- package/lib/Link/type.d.ts +1 -1
- package/lib/List/List.vue.d.ts +27 -27
- package/lib/List/List.vue.js +1 -1
- package/lib/List/List.vue3.js +1 -1
- package/lib/List/ListItem.vue.d.ts +2 -2
- package/lib/List/ListItem.vue.js +1 -1
- package/lib/List/ListItem.vue3.js +1 -1
- package/lib/List/ListItemMeta.vue.d.ts +2 -2
- package/lib/List/ListItemMeta.vue.js +1 -1
- package/lib/List/ListItemMeta.vue3.js +1 -1
- package/lib/List/ListVirtual.vue.d.ts +3 -3
- package/lib/List/ListVirtual.vue.js +1 -1
- package/lib/List/ListVirtual.vue3.js +1 -1
- package/lib/List/hooks/useScrollReach.js +1 -1
- package/lib/List/index.d.ts +18 -18
- package/lib/List/index.js +1 -1
- package/lib/List/type.d.ts +3 -3
- package/lib/Mention/index.d.ts +104 -104
- package/lib/Mention/index.js +1 -1
- package/lib/Mention/index.vue.d.ts +171 -171
- package/lib/Mention/index.vue.js +1 -1
- package/lib/Mention/index.vue2.js +1 -1
- package/lib/Mention/type.d.ts +6 -5
- package/lib/Menu/Menu.vue.d.ts +6 -6
- package/lib/Menu/Menu.vue.js +1 -1
- package/lib/Menu/Menu.vue3.js +1 -1
- package/lib/Menu/MenuEllipsis.vue.js +1 -1
- package/lib/Menu/MenuEllipsis.vue3.js +1 -1
- package/lib/Menu/MenuItem.vue.d.ts +2 -2
- package/lib/Menu/MenuItem.vue.js +1 -1
- package/lib/Menu/MenuItem.vue3.js +1 -1
- package/lib/Menu/MenuItemGroup.vue.js +1 -1
- package/lib/Menu/MenuItemGroup.vue3.js +1 -1
- package/lib/Menu/MenuPopOption.vue.js +1 -1
- package/lib/Menu/MenuPopOption.vue2.js +1 -1
- package/lib/Menu/SubMenu.vue.d.ts +3 -3
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Menu/SubMenu.vue3.js +1 -1
- package/lib/Menu/hooks/useContext.d.ts +5 -5
- package/lib/Menu/hooks/useContext.js +1 -1
- package/lib/Menu/index.d.ts +22 -22
- package/lib/Menu/index.js +1 -1
- package/lib/Menu/type.d.ts +3 -6
- package/lib/Message/Message.vue.d.ts +4 -4
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Message/Message.vue3.js +1 -1
- package/lib/Message/MessageList.vue.js +1 -1
- package/lib/Message/MessageList.vue3.js +1 -1
- package/lib/Message/index.d.ts +15 -15
- package/lib/Message/index.js +1 -1
- package/lib/Message/type.d.ts +5 -5
- package/lib/Modal/Modal.vue.d.ts +5 -5
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Modal/Modal.vue3.js +1 -1
- package/lib/Modal/ModalService.vue.d.ts +6 -6
- package/lib/Modal/ModalService.vue.js +1 -1
- package/lib/Modal/ModalService.vue3.js +1 -1
- package/lib/Modal/hooks/useModalClose.js +1 -1
- package/lib/Modal/hooks/useModalDraggable.js +1 -1
- package/lib/Modal/hooks/useOnBeforeClose.js +1 -1
- package/lib/Modal/index.d.ts +19 -17
- package/lib/Modal/index.js +1 -1
- package/lib/Modal/type.d.ts +8 -8
- package/lib/Notification/Notification.vue.d.ts +7 -7
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/Notification/Notification.vue3.js +1 -1
- package/lib/Notification/NotificationList.vue.js +1 -1
- package/lib/Notification/NotificationList.vue3.js +1 -1
- package/lib/Notification/index.d.ts +25 -24
- package/lib/Notification/index.js +1 -1
- package/lib/Notification/type.d.ts +5 -5
- package/lib/OverflowList/index.d.ts +1 -1
- package/lib/OverflowList/index.js +1 -1
- package/lib/OverflowList/index.vue.d.ts +2 -2
- package/lib/OverflowList/index.vue.js +1 -1
- package/lib/OverflowList/index.vue3.js +1 -1
- package/lib/PageHeader/index.d.ts +1 -1
- package/lib/PageHeader/index.js +1 -1
- package/lib/PageHeader/index.vue.d.ts +2 -2
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/PageHeader/index.vue3.js +1 -1
- package/lib/Pagination/Pagination.vue.d.ts +2 -2
- package/lib/Pagination/Pagination.vue.js +1 -1
- package/lib/Pagination/Pagination.vue3.js +1 -1
- package/lib/Pagination/PaginationItem.vue.js +1 -1
- package/lib/Pagination/PaginationItem.vue3.js +1 -1
- package/lib/Pagination/hooks/useContext.d.ts +2 -2
- package/lib/Pagination/hooks/useContext.js +1 -1
- package/lib/Pagination/index.d.ts +1 -1
- package/lib/Pagination/index.js +1 -1
- package/lib/Popconfirm/index.d.ts +32 -32
- package/lib/Popconfirm/index.js +1 -1
- package/lib/Popconfirm/index.vue.d.ts +39 -39
- package/lib/Popconfirm/index.vue.js +1 -1
- package/lib/Popconfirm/index.vue3.js +1 -1
- package/lib/Popconfirm/type.d.ts +4 -4
- package/lib/Popover/index.d.ts +16 -16
- package/lib/Popover/index.js +1 -1
- package/lib/Popover/index.vue.d.ts +7 -7
- package/lib/Popover/index.vue.js +1 -1
- package/lib/Popover/index.vue3.js +1 -1
- package/lib/Popover/type.d.ts +3 -3
- package/lib/Progress/Progress.vue.js +1 -1
- package/lib/Progress/Progress.vue3.js +1 -1
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue3.js +1 -1
- package/lib/Progress/ProgressLine.vue.js +1 -1
- package/lib/Progress/ProgressLine.vue3.js +1 -1
- package/lib/Progress/ProgressSteps.vue.js +1 -1
- package/lib/Progress/ProgressSteps.vue3.js +1 -1
- package/lib/Progress/index.js +1 -1
- package/lib/Progress/type.d.ts +1 -1
- package/lib/Radio/Radio.vue.d.ts +3 -3
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Radio/Radio.vue3.js +1 -1
- package/lib/Radio/RadioGroup.vue.d.ts +3 -3
- package/lib/Radio/RadioGroup.vue.js +1 -1
- package/lib/Radio/RadioGroup.vue3.js +1 -1
- package/lib/Radio/hooks/useContext.d.ts +3 -3
- package/lib/Radio/hooks/useContext.js +1 -1
- package/lib/Radio/index.d.ts +8 -8
- package/lib/Radio/index.js +1 -1
- package/lib/Radio/type.d.ts +2 -2
- package/lib/Rate/index.js +1 -1
- package/lib/Rate/index.vue.js +1 -1
- package/lib/Rate/index.vue3.js +1 -1
- package/lib/ResizeBox/index.js +1 -1
- package/lib/ResizeBox/index.vue.js +1 -1
- package/lib/ResizeBox/index.vue3.js +1 -1
- package/lib/Result/index.d.ts +1 -1
- package/lib/Result/index.js +1 -1
- package/lib/Result/index.vue.d.ts +2 -2
- package/lib/Result/index.vue.js +1 -1
- package/lib/Result/index.vue3.js +1 -1
- package/lib/Result/type.d.ts +1 -1
- package/lib/Scrollbar/Scrollbar.vue.d.ts +2 -2
- package/lib/Scrollbar/Scrollbar.vue.js +1 -1
- package/lib/Scrollbar/Scrollbar.vue3.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue3.js +1 -1
- package/lib/Scrollbar/hooks/useContext.js +1 -1
- package/lib/Scrollbar/index.d.ts +6 -6
- package/lib/Scrollbar/index.js +1 -1
- package/lib/Select/Optgroup.vue.js +1 -1
- package/lib/Select/Optgroup.vue3.js +1 -1
- package/lib/Select/Option.vue.d.ts +4 -4
- package/lib/Select/Option.vue.js +1 -1
- package/lib/Select/Option.vue3.js +1 -1
- package/lib/Select/Select.vue.d.ts +76 -76
- package/lib/Select/Select.vue.js +1 -1
- package/lib/Select/Select.vue3.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Select/SelectIcon.vue3.js +1 -1
- package/lib/Select/SelectRealList.vue.js +1 -1
- package/lib/Select/SelectRealList.vue3.js +1 -1
- package/lib/Select/SelectView.vue.js +1 -1
- package/lib/Select/SelectView.vue3.js +1 -1
- package/lib/Select/SelectVirtualList.vue.js +1 -1
- package/lib/Select/SelectVirtualList.vue3.js +1 -1
- package/lib/Select/hooks/useContext.d.ts +13 -13
- package/lib/Select/hooks/useContext.js +1 -1
- package/lib/Select/hooks/useSelectHotkeys.js +1 -1
- package/lib/Select/hooks/useSelectOptions.d.ts +13 -13
- package/lib/Select/hooks/useSelectOptions.js +1 -1
- package/lib/Select/index.d.ts +64 -64
- package/lib/Select/index.js +1 -1
- package/lib/Select/type.d.ts +13 -16
- package/lib/Skeleton/Skeleton.vue.js +1 -1
- package/lib/Skeleton/Skeleton.vue2.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue3.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue3.js +1 -1
- package/lib/Skeleton/index.js +1 -1
- package/lib/Skeleton/type.d.ts +3 -2
- package/lib/Slider/Slider.vue.d.ts +1 -1
- package/lib/Slider/Slider.vue.js +1 -1
- package/lib/Slider/Slider.vue3.js +1 -1
- package/lib/Slider/SliderBtn.vue.js +1 -1
- package/lib/Slider/SliderBtn.vue3.js +1 -1
- package/lib/Slider/SliderInput.vue.js +1 -1
- package/lib/Slider/SliderInput.vue3.js +1 -1
- package/lib/Slider/SliderTicks.vue.d.ts +2 -2
- package/lib/Slider/SliderTicks.vue.js +1 -1
- package/lib/Slider/SliderTicks.vue3.js +1 -1
- package/lib/Slider/hooks/useContext.d.ts +4 -4
- package/lib/Slider/hooks/useContext.js +1 -1
- package/lib/Slider/hooks/useSliderDraggable.js +1 -1
- package/lib/Slider/index.d.ts +3 -3
- package/lib/Slider/index.js +1 -1
- package/lib/Slider/type.d.ts +2 -3
- package/lib/Space/index.d.ts +4 -4
- package/lib/Space/index.js +1 -1
- package/lib/Space/index.vue.d.ts +3 -3
- package/lib/Space/index.vue.js +1 -1
- package/lib/Space/index.vue3.js +1 -1
- package/lib/Spin/index.d.ts +1 -1
- package/lib/Spin/index.js +1 -1
- package/lib/Spin/index.vue.d.ts +2 -2
- package/lib/Spin/index.vue.js +1 -1
- package/lib/Spin/index.vue3.js +1 -1
- package/lib/Split/index.js +1 -1
- package/lib/Split/index.vue.js +1 -1
- package/lib/Split/index.vue3.js +1 -1
- package/lib/Statistic/Countdown.vue.d.ts +1 -1
- package/lib/Statistic/Countdown.vue.js +1 -1
- package/lib/Statistic/Countdown.vue2.js +1 -1
- package/lib/Statistic/Statistic.vue.d.ts +3 -3
- package/lib/Statistic/Statistic.vue.js +1 -1
- package/lib/Statistic/Statistic.vue3.js +1 -1
- package/lib/Statistic/index.d.ts +7 -7
- package/lib/Statistic/index.js +1 -1
- package/lib/Steps/Step.vue.d.ts +3 -3
- package/lib/Steps/Step.vue.js +1 -1
- package/lib/Steps/Step.vue3.js +1 -1
- package/lib/Steps/Steps.vue.js +1 -1
- package/lib/Steps/Steps.vue3.js +1 -1
- package/lib/Steps/hooks/useContext.d.ts +3 -3
- package/lib/Steps/hooks/useContext.js +1 -1
- package/lib/Steps/index.d.ts +4 -4
- package/lib/Steps/index.js +1 -1
- package/lib/Switch/index.d.ts +4 -4
- package/lib/Switch/index.js +1 -1
- package/lib/Switch/index.vue.d.ts +3 -3
- package/lib/Switch/index.vue.js +1 -1
- package/lib/Switch/index.vue3.js +1 -1
- package/lib/Switch/type.d.ts +2 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tabs/TabButton.vue3.js +1 -1
- package/lib/Tabs/TabPane.vue.d.ts +1 -1
- package/lib/Tabs/TabPane.vue.js +1 -1
- package/lib/Tabs/TabPane.vue3.js +1 -1
- package/lib/Tabs/Tabs.vue.d.ts +4 -4
- package/lib/Tabs/Tabs.vue.js +1 -1
- package/lib/Tabs/Tabs.vue3.js +1 -1
- package/lib/Tabs/TabsNavInk.vue.d.ts +2 -2
- package/lib/Tabs/TabsNavInk.vue.js +1 -1
- package/lib/Tabs/TabsNavInk.vue3.js +1 -1
- package/lib/Tabs/TabsTab.vue.js +1 -1
- package/lib/Tabs/TabsTab.vue3.js +1 -1
- package/lib/Tabs/hooks/useContext.d.ts +5 -5
- package/lib/Tabs/hooks/useContext.js +1 -1
- package/lib/Tabs/hooks/useTabsScroll.d.ts +2 -2
- package/lib/Tabs/hooks/useTabsScroll.js +1 -1
- package/lib/Tabs/index.d.ts +7 -7
- package/lib/Tabs/index.js +1 -1
- package/lib/Tabs/type.d.ts +2 -3
- package/lib/Tag/index.d.ts +1 -1
- package/lib/Tag/index.js +1 -1
- package/lib/Tag/index.vue.d.ts +2 -2
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Tag/index.vue3.js +1 -1
- package/lib/Tag/type.d.ts +2 -1
- package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
- package/lib/Textarea/index.d.ts +8 -8
- package/lib/Textarea/index.js +1 -1
- package/lib/Textarea/index.vue.d.ts +3 -3
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/Textarea/index.vue3.js +1 -1
- package/lib/TimePicker/TimePicker.vue.d.ts +7 -7
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue3.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue3.js +1 -1
- package/lib/TimePicker/hooks/useContext.d.ts +2 -2
- package/lib/TimePicker/hooks/useContext.js +1 -1
- package/lib/TimePicker/index.d.ts +11 -11
- package/lib/TimePicker/index.js +1 -1
- package/lib/TimePicker/type.d.ts +1 -1
- package/lib/Timeline/Timeline.vue.js +1 -1
- package/lib/Timeline/Timeline.vue3.js +1 -1
- package/lib/Timeline/TimelineItem.vue.d.ts +3 -3
- package/lib/Timeline/TimelineItem.vue.js +1 -1
- package/lib/Timeline/TimelineItem.vue3.js +1 -1
- package/lib/Timeline/TimelineItemPending.vue.js +1 -1
- package/lib/Timeline/TimelineItemPending.vue2.js +1 -1
- package/lib/Timeline/hooks/useContext.d.ts +4 -4
- package/lib/Timeline/hooks/useContext.js +1 -1
- package/lib/Timeline/index.d.ts +4 -4
- package/lib/Timeline/index.js +1 -1
- package/lib/Tooltip/index.d.ts +12 -12
- package/lib/Tooltip/index.js +1 -1
- package/lib/Tooltip/index.vue.d.ts +4 -4
- package/lib/Tooltip/index.vue.js +1 -1
- package/lib/Tooltip/index.vue3.js +1 -1
- package/lib/Tooltip/type.d.ts +3 -3
- package/lib/Transfer/Transfer.vue.d.ts +3 -3
- package/lib/Transfer/Transfer.vue.js +1 -1
- package/lib/Transfer/Transfer.vue3.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue3.js +1 -1
- package/lib/Transfer/hooks/useContext.d.ts +2 -2
- package/lib/Transfer/hooks/useContext.js +1 -1
- package/lib/Transfer/index.d.ts +8 -8
- package/lib/Transfer/index.js +1 -1
- package/lib/Trigger/hooks/useContext.d.ts +2 -2
- package/lib/Trigger/hooks/useContext.js +1 -1
- package/lib/Trigger/hooks/useTriggerPosition.d.ts +3 -4
- package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
- package/lib/Trigger/hooks/useTriggerVisible.d.ts +2 -2
- package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
- package/lib/Trigger/index.d.ts +17 -17
- package/lib/Trigger/index.js +1 -1
- package/lib/Trigger/index.vue.d.ts +9 -9
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Trigger/index.vue3.js +1 -1
- package/lib/Trigger/type.d.ts +3 -4
- package/lib/Typography/Typography.vue.js +1 -1
- package/lib/Typography/Typography.vue3.js +1 -1
- package/lib/Typography/TypographyBase.vue.d.ts +28 -29
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue3.js +1 -1
- package/lib/Typography/TypographyParagraph.vue.d.ts +3 -3
- package/lib/Typography/TypographyParagraph.vue.js +1 -1
- package/lib/Typography/TypographyParagraph.vue3.js +1 -1
- package/lib/Typography/TypographyText.vue.d.ts +1 -2
- package/lib/Typography/TypographyText.vue.js +1 -1
- package/lib/Typography/TypographyText.vue2.js +1 -1
- package/lib/Typography/TypographyTitle.vue.d.ts +3 -3
- package/lib/Typography/TypographyTitle.vue.js +1 -1
- package/lib/Typography/TypographyTitle.vue3.js +1 -1
- package/lib/Typography/index.js +1 -1
- package/lib/Typography/type.d.ts +4 -14
- package/lib/VerificationCode/index.d.ts +6 -6
- package/lib/VerificationCode/index.js +1 -1
- package/lib/VerificationCode/index.vue.d.ts +2 -2
- package/lib/VerificationCode/index.vue.js +1 -1
- package/lib/VerificationCode/index.vue3.js +1 -1
- package/lib/Watermark/index.d.ts +3 -3
- package/lib/Watermark/index.js +1 -1
- package/lib/Watermark/index.vue.d.ts +1 -1
- package/lib/Watermark/index.vue.js +1 -1
- package/lib/Watermark/index.vue3.js +1 -1
- package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
- package/lib/_shared/components/ExpandTransition/index.vue3.js +1 -1
- package/lib/_shared/components/Icon/index.vue2.js +1 -1
- package/lib/_shared/components/Icon/index.vue3.js +1 -1
- package/lib/_shared/components/IconButton/index.vue.js +1 -1
- package/lib/_shared/components/IconButton/index.vue3.js +1 -1
- package/lib/_shared/components/PreventFocus/index.vue.js +1 -1
- package/lib/_shared/components/PreventFocus/index.vue2.js +1 -1
- package/lib/_shared/constants/index.d.ts +4 -4
- package/lib/_shared/constants/index.js +1 -1
- package/lib/_shared/icons/Icon403.svg.js +1 -1
- package/lib/_shared/icons/Icon404.svg.js +1 -1
- package/lib/_shared/icons/Icon500.svg.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue2.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue2.js +1 -1
- package/lib/_shared/icons/IconCheck.vue.js +1 -1
- package/lib/_shared/icons/IconCheck.vue2.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue2.js +1 -1
- package/lib/_shared/icons/IconClose.vue.js +1 -1
- package/lib/_shared/icons/IconClose.vue2.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconDelete.vue.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue2.js +1 -1
- package/lib/_shared/icons/IconError.vue.js +1 -1
- package/lib/_shared/icons/IconError.vue2.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue2.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue2.js +1 -1
- package/lib/_shared/icons/IconInfo.vue.js +1 -1
- package/lib/_shared/icons/IconInfo.vue2.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue2.js +1 -1
- package/lib/_shared/icons/IconLink.vue.js +1 -1
- package/lib/_shared/icons/IconLink.vue2.js +1 -1
- package/lib/_shared/icons/IconLoading.vue.js +1 -1
- package/lib/_shared/icons/IconLoading.vue2.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue2.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue2.js +1 -1
- package/lib/_shared/icons/IconMinus.vue.js +1 -1
- package/lib/_shared/icons/IconMinus.vue2.js +1 -1
- package/lib/_shared/icons/IconMore.vue.js +1 -1
- package/lib/_shared/icons/IconMore.vue2.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
- package/lib/_shared/icons/IconPlus.vue.js +1 -1
- package/lib/_shared/icons/IconPlus.vue2.js +1 -1
- package/lib/_shared/icons/IconRight.vue.js +1 -1
- package/lib/_shared/icons/IconRight.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
- package/lib/_shared/icons/IconSearch.vue.js +1 -1
- package/lib/_shared/icons/IconSearch.vue2.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
- package/lib/_shared/icons/IconStar.vue.js +1 -1
- package/lib/_shared/icons/IconStar.vue2.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue2.js +1 -1
- package/lib/_shared/icons/IconTime.vue.js +1 -1
- package/lib/_shared/icons/IconTime.vue2.js +1 -1
- package/lib/_shared/icons/IconToTop.vue.js +1 -1
- package/lib/_shared/icons/IconToTop.vue2.js +1 -1
- package/lib/_shared/icons/IconWarning.vue.js +1 -1
- package/lib/_shared/icons/IconWarning.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
- package/lib/_shared/type/index.d.ts +22 -5
- package/lib/_shared/utils/color.js +1 -1
- package/lib/_shared/utils/control.d.ts +2 -2
- package/lib/_shared/utils/control.js +1 -1
- package/lib/_shared/utils/dom.d.ts +1 -1
- package/lib/_shared/utils/dom.js +1 -1
- package/lib/_shared/utils/global-config.d.ts +4 -4
- package/lib/_shared/utils/global-config.js +1 -1
- package/lib/_shared/utils/locale.js +1 -1
- package/lib/_shared/utils/time.js +1 -1
- package/lib/_shared/utils/vue-utils.d.ts +3 -3
- package/lib/_shared/utils/vue-utils.js +1 -1
- package/lib/index.d.ts +128 -128
- package/lib/index.js +1 -1
- package/lib/node_modules/b-tween/dist/b-tween.es.js +1 -1
- package/lib/node_modules/dayjs/dayjs.min.js +1 -1
- package/lib/node_modules/dayjs/plugin/duration.js +1 -1
- package/lib/node_modules/dayjs/plugin/isSameOrAfter.js +1 -1
- package/lib/node_modules/dayjs/plugin/isSameOrBefore.js +1 -1
- package/lib/node_modules/dayjs/plugin/toObject.js +1 -1
- package/lib/node_modules/tinycolor2/esm/tinycolor.js +1 -1
- package/lib/src/lang/lang-es/zh-cn.js +1 -1
- package/package.json +1 -1
- package/es/_shared/utils/index.d.ts +0 -8
- package/lib/_shared/utils/index.d.ts +0 -8
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue"),
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),t=require("../node_modules/@vueuse/core/index.js"),r=require("../_shared/utils/vue-utils.js"),o=require("./hooks/useContext.js");require("./index.js");const l=require("./Option.vue.js");;/* empty css */const n=e.defineComponent({__name:"SelectVirtualList",props:{virtualListProps:{}},setup(n){var i,s;const u=n,{virtualListProps:a}=e.toRefs(u),{fieldKey:c,renderOptions:d,slots:p}=o.default().inject(),{list:v,wrapperProps:f,containerProps:m}=t.useVirtualList(d,{overscan:(null==(i=a.value)?void 0:i.buffer)??10,itemHeight:(null==(s=a.value)?void 0:s.itemHeight)||36}),k=e=>{if(p.option)return()=>{var t;return(null==(t=p.option)?void 0:t.call(p,{data:e}))||[]};const{render:t,label:o}=c.value;return e[t]?r.getSlotFunction(e[t]):r.getSlotFunction(e[o])};return(t,r)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:"yc-select-dropdown-virtual-list"},e.unref(m)),[e.createElementVNode("div",e.mergeProps({class:"yc-select-dropdown-list"},e.unref(f)),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(v),({data:t})=>(e.openBlock(),e.createBlock(e.unref(l.default),{key:t[e.unref(c).value],value:t[e.unref(c).value],disabled:t[e.unref(c).disabled],"is-fallback-option":t[e.unref(c).isFallbackOption]},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(k(t))))]),_:2},1032,["value","disabled","is-fallback-option"]))),128))],16)],16))}});exports.default=n;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("./SelectVirtualList.vue.js");,/* empty css */
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./SelectVirtualList.vue.js");,/* empty css */exports.default=e.default;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Ref, Slots } from 'vue';
|
2
|
-
import { SelectValue, SelectOptionData, SelectEmits,
|
2
|
+
import { SelectValue, SelectOptionData, SelectEmits, SelectOptionValue } from '../type';
|
3
3
|
import { InputInstance } from '../../Input';
|
4
|
-
import {
|
4
|
+
import { RecordType } from '../../_shared/type';
|
5
5
|
type SelectContext = {
|
6
6
|
computedValue: Ref<SelectValue | undefined>;
|
7
7
|
computedInputValue: Ref<string>;
|
@@ -9,34 +9,34 @@ type SelectContext = {
|
|
9
9
|
limit: Ref<number>;
|
10
10
|
curIndex: Ref<number>;
|
11
11
|
options: Ref<SelectOptionData[]>;
|
12
|
-
renderOptions: Ref<
|
12
|
+
renderOptions: Ref<RecordType[]>;
|
13
13
|
fieldKey: Ref<Record<string, string>>;
|
14
14
|
isEmpty: Ref<boolean>;
|
15
15
|
slots: Slots;
|
16
16
|
blur: () => void;
|
17
17
|
filterOption: (option: SelectOptionData) => boolean;
|
18
|
-
getValue: (value:
|
19
|
-
collectOption: (props:
|
18
|
+
getValue: (value: SelectOptionValue | RecordType) => SelectOptionValue;
|
19
|
+
collectOption: (props: RecordType, optionLabel: Ref<string>) => void;
|
20
20
|
emits: SelectEmits;
|
21
21
|
};
|
22
22
|
declare const _default: () => {
|
23
|
-
provide: (props:
|
23
|
+
provide: (props: RecordType, emits: SelectEmits, inputRef: Ref<InputInstance | undefined>) => {
|
24
24
|
computedVisible: import('vue').WritableComputedRef<boolean, boolean>;
|
25
25
|
computedValue: import('vue').WritableComputedRef<SelectValue, SelectValue>;
|
26
26
|
computedInputValue: import('vue').WritableComputedRef<string, string>;
|
27
27
|
selectOptions: import('vue').ComputedRef<{
|
28
28
|
id: string;
|
29
|
-
label:
|
29
|
+
label: SelectOptionValue | undefined;
|
30
30
|
render?: import('../../_shared/type').RenderContent;
|
31
|
-
value?:
|
31
|
+
value?: SelectOptionValue;
|
32
32
|
disabled?: boolean;
|
33
33
|
tagProps?: import('../..').TagProps;
|
34
34
|
isFallbackOption?: boolean;
|
35
35
|
}[]>;
|
36
36
|
createOptions: Ref<{
|
37
|
-
render?: string | import('vue').RenderFunction |
|
37
|
+
render?: string | import('vue').RenderFunction | RecordType<any>[] | undefined;
|
38
38
|
label?: string | undefined;
|
39
|
-
value?:
|
39
|
+
value?: SelectOptionValue | undefined;
|
40
40
|
disabled?: boolean | undefined;
|
41
41
|
tagProps?: {
|
42
42
|
color?: string | undefined;
|
@@ -54,9 +54,9 @@ declare const _default: () => {
|
|
54
54
|
id?: string | undefined;
|
55
55
|
isFallbackOption?: boolean | undefined;
|
56
56
|
}[], SelectOptionData[] | {
|
57
|
-
render?: string | import('vue').RenderFunction |
|
57
|
+
render?: string | import('vue').RenderFunction | RecordType<any>[] | undefined;
|
58
58
|
label?: string | undefined;
|
59
|
-
value?:
|
59
|
+
value?: SelectOptionValue | undefined;
|
60
60
|
disabled?: boolean | undefined;
|
61
61
|
tagProps?: {
|
62
62
|
color?: string | undefined;
|
@@ -74,7 +74,7 @@ declare const _default: () => {
|
|
74
74
|
id?: string | undefined;
|
75
75
|
isFallbackOption?: boolean | undefined;
|
76
76
|
}[]>;
|
77
|
-
options: import('vue').ComputedRef<
|
77
|
+
options: import('vue').ComputedRef<RecordType[]>;
|
78
78
|
};
|
79
79
|
inject: () => SelectContext;
|
80
80
|
};
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("../../_shared/utils/control.js"),t=require("../../_shared/utils/is.js"),u=require("./useSelectOptions.js"),o=require("./useSelectHotkeys.js"),i="select-context";exports.default=()=>({provide:(a,s,r)=>{const{popupVisible:n,defaultPopupVisible:p,modelValue:d,defaultValue:c,inputValue:m,defaultInputValue:v,multiple:f,fieldNames:V,limit:O,allowSearch:b,showExtraOptions:y,valueKey:h,hotkeys:g,options:j,showEmpty:x}=e.toRefs(a),{formatLabel:I,fallbackOption:k,filterOption:w}=a,E=l.useControlValue(n,p.value,e=>{s("update:popupVisible",e),s("popup-visible-change",e)}),S=l.useControlValue(d,c.value?c.value:f.value?[]:"",e=>{s("change",e),s("update:modelValue",e)},e=>f.value?Array.isArray(e)?e:[e]:e),q=l.useControlValue(m,v.value,e=>{s("update:inputValue",e)}),C=e.computed(()=>Object.fromEntries(["id","label","value","disabled","tagProps","render","isFallbackOption"].map(e=>[e,V.value[e]??e]))),L=e=>{var l;const t=null==e?void 0:e.label,u=null==(l=q.value.toLowerCase())?void 0:l.toLowerCase();return!!(null==t?void 0:t.includes(u))},_=e=>b.value?t.isFunction(w)?w(q.value,e):L(e):!(!t.isBoolean(w)||w)||(t.isFunction(w)?w(q.value,e):L(e)),{options:F,renderOptions:K,createOptions:P,selectOptions:A,collectOption:B}=u.default({computedValue:S,multiple:f,showExtraOptions:y,provideOptions:j,getValue:N,fallbackOption:k,formatLabel:I}),M=e.computed(()=>x.value?!b.value||t.isBoolean(w)&&!_?!F.value.length:F.value.every(e=>!_(e)):x.value),{curIndex:H}=o.default({computedValue:S,computedVisible:E,hotkeys:g,limit:O,multiple:f,options:F,blur:R,emits:s});function N(e){return(null==e?void 0:e[h.value])??e}function R(){var e;null==(e=r.value)||e.blur()}return e.provide(i,{computedValue:S,computedInputValue:q,limit:O,multiple:f,curIndex:H,options:F,isEmpty:M,fieldKey:C,renderOptions:K,slots:e.useSlots(),filterOption:_,blur:R,getValue:N,emits:s,collectOption:B}),{computedVisible:E,computedValue:S,computedInputValue:q,selectOptions:A,createOptions:P,options:F}},inject:()=>e.inject(i,{computedValue:e.ref(void 0),computedInputValue:e.ref(""),multiple:e.ref(!1),limit:e.ref(0),curIndex:e.ref(-1),options:e.ref([]),renderOptions:e.ref([]),isEmpty:e.ref(!1),fieldKey:e.ref({}),slots:{},emits:()=>{},blur:()=>{},filterOption:()=>!0,getValue:()=>"",collectOption:()=>{}})});
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue"),l=require("../../node_modules/@vueuse/core/index.js");
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("../../node_modules/@vueuse/core/index.js");exports.default=u=>{const{computedValue:t,computedVisible:r,options:a,hotkeys:o,multiple:n,limit:v,blur:i,emits:s}=u,d=e.ref(-1);return o.value?(l.onKeyStroke(["ArrowUp","ArrowDown","Enter"],e=>{if(!r.value||!a.value.length)return;const{key:l}=e;if(e.preventDefault(),"ArrowUp"==l)d.value--,d.value=d.value<0?a.value.length-1:d.value;else if("ArrowDown"==l)d.value++,d.value=d.value>=a.value.length?0:d.value;else{const e=a.value[d.value];if(e.disabled)return;const l=e.value;if(n.value){const e=t.value;if(-1==e.findIndex(e=>e==l)){if(v.value>0&&e.length==v.value)return s("exceedLimit",l);t.value=[...e,l]}else t.value=e.filter(e=>e!=l)}else t.value=l,i();s("select",l)}}),{curIndex:d}):{curIndex:d}};
|
@@ -1,20 +1,20 @@
|
|
1
1
|
import { Ref } from 'vue';
|
2
|
-
import {
|
3
|
-
import { SelectValue, SelectOption,
|
2
|
+
import { RecordType } from '../../_shared/type';
|
3
|
+
import { SelectProps, SelectValue, SelectOption, SelectOptionData, SelectOptionValue } from '../index';
|
4
4
|
declare const _default: (params: {
|
5
5
|
multiple: Ref<boolean>;
|
6
6
|
computedValue: Ref<SelectValue>;
|
7
7
|
provideOptions: Ref<SelectOption[]>;
|
8
8
|
showExtraOptions: Ref<boolean>;
|
9
|
-
getValue: (value:
|
10
|
-
fallbackOption?:
|
11
|
-
formatLabel?:
|
9
|
+
getValue: (value: SelectOptionValue) => SelectOptionValue;
|
10
|
+
fallbackOption?: SelectProps["fallbackOption"];
|
11
|
+
formatLabel?: SelectProps["formatLabel"];
|
12
12
|
}) => {
|
13
|
-
options: import('vue').ComputedRef<
|
13
|
+
options: import('vue').ComputedRef<RecordType[]>;
|
14
14
|
createOptions: Ref<{
|
15
|
-
render?: string | import('vue').RenderFunction |
|
15
|
+
render?: string | import('vue').RenderFunction | RecordType<any>[] | undefined;
|
16
16
|
label?: string | undefined;
|
17
|
-
value?:
|
17
|
+
value?: SelectOptionValue | undefined;
|
18
18
|
disabled?: boolean | undefined;
|
19
19
|
tagProps?: {
|
20
20
|
color?: string | undefined;
|
@@ -32,9 +32,9 @@ declare const _default: (params: {
|
|
32
32
|
id?: string | undefined;
|
33
33
|
isFallbackOption?: boolean | undefined;
|
34
34
|
}[], SelectOptionData[] | {
|
35
|
-
render?: string | import('vue').RenderFunction |
|
35
|
+
render?: string | import('vue').RenderFunction | RecordType<any>[] | undefined;
|
36
36
|
label?: string | undefined;
|
37
|
-
value?:
|
37
|
+
value?: SelectOptionValue | undefined;
|
38
38
|
disabled?: boolean | undefined;
|
39
39
|
tagProps?: {
|
40
40
|
color?: string | undefined;
|
@@ -55,13 +55,13 @@ declare const _default: (params: {
|
|
55
55
|
renderOptions: import('vue').ComputedRef<SelectOption[]>;
|
56
56
|
selectOptions: import('vue').ComputedRef<{
|
57
57
|
id: string;
|
58
|
-
label:
|
58
|
+
label: SelectOptionValue | undefined;
|
59
59
|
render?: import('../../_shared/type').RenderContent;
|
60
|
-
value?:
|
60
|
+
value?: SelectOptionValue;
|
61
61
|
disabled?: boolean;
|
62
62
|
tagProps?: import('../..').TagProps;
|
63
63
|
isFallbackOption?: boolean;
|
64
64
|
}[]>;
|
65
|
-
collectOption: (props:
|
65
|
+
collectOption: (props: RecordType, optionLabel: Ref<string>) => void;
|
66
66
|
};
|
67
67
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue"),l=require("../../node_modules/nanoid/index.browser.js")
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("../../node_modules/nanoid/index.browser.js"),t=require("../../_shared/utils/is.js");exports.default=a=>{const{computedValue:u,multiple:o,provideOptions:i,showExtraOptions:n,getValue:r,fallbackOption:s,formatLabel:d}=a,v=e.reactive(new Map),p=e.computed(()=>[...v.values()]),c=e.ref([]),m=e.computed(()=>s?f.value.filter(e=>!p.value.find(l=>r(l.value)==e)).map(e=>({...s(e)||{},isFallbackOption:!0})):[]),b=e.computed(()=>[...i.value,...c.value,...n.value?m.value:[]].map(e=>{let a=e;return t.isObject(e)||(a={label:e,value:e}),{id:l.nanoid(),...a}})),f=e.computed(()=>(o.value?u.value:[u.value]).map(e=>r(e)).filter(e=>!g(e))),O=e.computed(()=>{const e=[...p.value,...m.value];return f.value.map(l=>{const t=e.find(e=>r(e.value)==l)||{};return{...t,id:`${l}`,label:t?(null==d?void 0:d(t))??(null==t?void 0:t.label):l}})}),g=e=>t.isUndefined(e)||t.isNull(e)||t.isString(e)&&!e.length;return{options:p,createOptions:c,renderOptions:b,selectOptions:O,collectOption:(t,a)=>{if(t.isFallbackOption)return;const u=l.nanoid();e.onMounted(()=>{const e=`${r(t.value)}`;v.set(u,{...t,label:a.value,value:e?t.value:a.value})})}}};
|
package/lib/Select/index.d.ts
CHANGED
@@ -12,13 +12,13 @@ declare const Select: {
|
|
12
12
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
13
13
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
14
14
|
onClear?: (() => any) | undefined;
|
15
|
-
onSelect?: ((value: import('./type').OptionValue) => any) | undefined;
|
16
15
|
onSearch?: ((value: string) => any) | undefined;
|
16
|
+
onSelect?: ((value: import('./type').SelectOptionValue) => any) | undefined;
|
17
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
17
18
|
"onUpdate:modelValue"?: ((value: import('./type').SelectValue) => any) | undefined;
|
18
19
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
19
20
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
20
|
-
|
21
|
-
onExceedLimit?: ((value: import('./type').OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
21
|
+
onExceedLimit?: ((value: import('./type').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
22
22
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
23
23
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
24
24
|
}>, {
|
@@ -30,22 +30,22 @@ declare const Select: {
|
|
30
30
|
"update:popupVisible": (value: boolean) => any;
|
31
31
|
"popup-visible-change": (value: boolean) => any;
|
32
32
|
clear: () => any;
|
33
|
-
select: (value: import('./type').OptionValue) => any;
|
34
33
|
search: (value: string) => any;
|
34
|
+
select: (value: import('./type').SelectOptionValue) => any;
|
35
|
+
remove: (index: string | number, ev: Event) => any;
|
35
36
|
"update:modelValue": (value: import('./type').SelectValue) => any;
|
36
37
|
"update:inputValue": (value: string) => any;
|
37
38
|
"input-value-change": (value: string) => any;
|
38
|
-
|
39
|
-
exceedLimit: (value: import('./type').OptionValue, ev?: MouseEvent | undefined) => any;
|
39
|
+
exceedLimit: (value: import('./type').SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
40
40
|
"dropdown-scroll": (ev: Event) => any;
|
41
41
|
"dropdown-reach-bottom": (ev: Event) => any;
|
42
42
|
}, import('vue').PublicProps, {
|
43
43
|
size: import('..').Size;
|
44
|
+
error: boolean;
|
45
|
+
popupContainer: import('..').PopupContainer;
|
44
46
|
popupVisible: boolean;
|
45
47
|
defaultPopupVisible: boolean;
|
46
48
|
disabled: boolean;
|
47
|
-
popupContainer: import('..').PopupContainer;
|
48
|
-
error: boolean;
|
49
49
|
scrollbar: boolean;
|
50
50
|
multiple: boolean;
|
51
51
|
placeholder: string;
|
@@ -65,7 +65,7 @@ declare const Select: {
|
|
65
65
|
showEmpty: boolean;
|
66
66
|
allowCreate: boolean;
|
67
67
|
maxTagCount: number;
|
68
|
-
filterOption: import('./type').
|
68
|
+
filterOption: boolean | import('..').FilterOption<import('./type').SelectOptionData>;
|
69
69
|
virtualListProps: import('./type').VirtualListProps;
|
70
70
|
triggerProps: import('..').TriggerProps;
|
71
71
|
searchDelay: number;
|
@@ -80,7 +80,7 @@ declare const Select: {
|
|
80
80
|
readonly popupVisible?: boolean | undefined;
|
81
81
|
readonly defaultPopupVisible?: boolean | undefined;
|
82
82
|
readonly trigger?: import('..').TriggerType | undefined;
|
83
|
-
readonly position?: import('..').
|
83
|
+
readonly position?: import('..').PopupPosition | undefined;
|
84
84
|
readonly disabled?: boolean | undefined;
|
85
85
|
readonly popupOffset?: number | undefined;
|
86
86
|
readonly popupTranslate?: number[] | undefined;
|
@@ -90,9 +90,9 @@ declare const Select: {
|
|
90
90
|
readonly clickToClose?: boolean | undefined;
|
91
91
|
readonly clickOutsideToClose?: boolean | undefined;
|
92
92
|
readonly unmountOnClose?: boolean | undefined;
|
93
|
-
readonly contentClass?: import('
|
93
|
+
readonly contentClass?: import('..').ClassName | undefined;
|
94
94
|
readonly contentStyle?: import('vue').CSSProperties | undefined;
|
95
|
-
readonly arrowClass?: import('
|
95
|
+
readonly arrowClass?: import('..').ClassName | undefined;
|
96
96
|
readonly arrowStyle?: import('vue').CSSProperties | undefined;
|
97
97
|
readonly animationName?: string | undefined;
|
98
98
|
readonly duration?: number | undefined;
|
@@ -182,7 +182,7 @@ declare const Select: {
|
|
182
182
|
}> & Omit<Readonly<{
|
183
183
|
preventFocus?: boolean;
|
184
184
|
tag?: string;
|
185
|
-
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
185
|
+
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
186
186
|
$slots: {
|
187
187
|
default?(_: {}): any;
|
188
188
|
};
|
@@ -212,6 +212,8 @@ declare const Select: {
|
|
212
212
|
show: () => any;
|
213
213
|
hide: () => any;
|
214
214
|
}, string, {
|
215
|
+
popupContainer: import('..').PopupContainer;
|
216
|
+
renderToBody: boolean;
|
215
217
|
trigger: import('..').TriggerType;
|
216
218
|
mouseEnterDelay: number;
|
217
219
|
popupVisible: boolean;
|
@@ -226,21 +228,19 @@ declare const Select: {
|
|
226
228
|
scrollToClose: boolean;
|
227
229
|
autoSetPosition: boolean;
|
228
230
|
alignPoint: boolean;
|
229
|
-
position: import('..').
|
231
|
+
position: import('..').PopupPosition;
|
230
232
|
popupOffset: number;
|
231
233
|
popupTranslate: number[];
|
232
234
|
showArrow: boolean;
|
233
235
|
unmountOnClose: boolean;
|
234
|
-
contentClass: import('
|
236
|
+
contentClass: import('..').ClassName;
|
235
237
|
contentStyle: import('vue').CSSProperties;
|
236
|
-
arrowClass: import('
|
238
|
+
arrowClass: import('..').ClassName;
|
237
239
|
arrowStyle: import('vue').CSSProperties;
|
238
240
|
animationName: string;
|
239
241
|
duration: number;
|
240
242
|
autoFitPopupWidth: boolean;
|
241
243
|
autoFitPopupMinWidth: boolean;
|
242
|
-
popupContainer: import('..').PopupContainer;
|
243
|
-
renderToBody: boolean;
|
244
244
|
autoFitPosition: boolean;
|
245
245
|
updateAtScroll: boolean;
|
246
246
|
preventFocus: boolean;
|
@@ -266,6 +266,8 @@ declare const Select: {
|
|
266
266
|
$nextTick: typeof import('vue').nextTick;
|
267
267
|
$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;
|
268
268
|
} & Readonly<{
|
269
|
+
popupContainer: import('..').PopupContainer;
|
270
|
+
renderToBody: boolean;
|
269
271
|
trigger: import('..').TriggerType;
|
270
272
|
mouseEnterDelay: number;
|
271
273
|
popupVisible: boolean;
|
@@ -280,21 +282,19 @@ declare const Select: {
|
|
280
282
|
scrollToClose: boolean;
|
281
283
|
autoSetPosition: boolean;
|
282
284
|
alignPoint: boolean;
|
283
|
-
position: import('..').
|
285
|
+
position: import('..').PopupPosition;
|
284
286
|
popupOffset: number;
|
285
287
|
popupTranslate: number[];
|
286
288
|
showArrow: boolean;
|
287
289
|
unmountOnClose: boolean;
|
288
|
-
contentClass: import('
|
290
|
+
contentClass: import('..').ClassName;
|
289
291
|
contentStyle: import('vue').CSSProperties;
|
290
|
-
arrowClass: import('
|
292
|
+
arrowClass: import('..').ClassName;
|
291
293
|
arrowStyle: import('vue').CSSProperties;
|
292
294
|
animationName: string;
|
293
295
|
duration: number;
|
294
296
|
autoFitPopupWidth: boolean;
|
295
297
|
autoFitPopupMinWidth: boolean;
|
296
|
-
popupContainer: import('..').PopupContainer;
|
297
|
-
renderToBody: boolean;
|
298
298
|
autoFitPosition: boolean;
|
299
299
|
updateAtScroll: boolean;
|
300
300
|
preventFocus: boolean;
|
@@ -304,12 +304,12 @@ declare const Select: {
|
|
304
304
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
305
305
|
onShow?: (() => any) | undefined;
|
306
306
|
onHide?: (() => any) | undefined;
|
307
|
-
}>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "
|
307
|
+
}>, "show" | "hide" | ("popupContainer" | "renderToBody" | "trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
|
308
308
|
hide(): void;
|
309
309
|
show(): void;
|
310
310
|
updatePosition(x: number, y: number): void;
|
311
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
312
|
-
$slots:
|
311
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
312
|
+
$slots: any;
|
313
313
|
}) | null;
|
314
314
|
inputRef: ({
|
315
315
|
$: import('vue').ComponentInternalInstance;
|
@@ -327,19 +327,19 @@ declare const Select: {
|
|
327
327
|
readonly size?: import('..').Size | undefined;
|
328
328
|
readonly maxTagCount?: number | undefined;
|
329
329
|
readonly retainInputValue?: import('..').InputRetainValue | undefined;
|
330
|
-
readonly formatTag?: import('..').
|
330
|
+
readonly formatTag?: import('..').Format<import('..').TagData> | undefined;
|
331
331
|
readonly uniqueValue?: boolean | undefined;
|
332
332
|
readonly tagNowrap?: boolean | undefined;
|
333
333
|
readonly fieldNames?: Record<string, string> | undefined;
|
334
334
|
readonly allowCreate?: boolean | undefined;
|
335
335
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
336
336
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
337
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
338
337
|
readonly onInput?: ((value: string) => any) | undefined;
|
338
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
339
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
339
340
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
340
341
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
341
342
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
342
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
343
343
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
344
344
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
345
345
|
$attrs: {
|
@@ -357,17 +357,17 @@ declare const Select: {
|
|
357
357
|
$root: import('vue').ComponentPublicInstance | null;
|
358
358
|
$parent: import('vue').ComponentPublicInstance | null;
|
359
359
|
$host: Element | null;
|
360
|
-
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "
|
360
|
+
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "input", value: string) => void) & ((event: "blur", ev: FocusEvent) => 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);
|
361
361
|
$el: HTMLDivElement;
|
362
362
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
363
363
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
364
364
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
365
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
366
365
|
onInput?: ((value: string) => any) | undefined;
|
366
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
367
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
367
368
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
368
369
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
369
370
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
370
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
371
371
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
372
372
|
}>, {
|
373
373
|
focus(): void;
|
@@ -375,17 +375,17 @@ declare const Select: {
|
|
375
375
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
376
376
|
focus: (ev: FocusEvent) => any;
|
377
377
|
clear: (ev: MouseEvent) => any;
|
378
|
-
blur: (ev: FocusEvent) => any;
|
379
378
|
input: (value: string) => any;
|
379
|
+
blur: (ev: FocusEvent) => any;
|
380
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
380
381
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
381
382
|
"update:inputValue": (value: string) => any;
|
382
383
|
"input-value-change": (value: string, ev: Event) => any;
|
383
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
384
384
|
"press-enter": (ev: KeyboardEvent) => any;
|
385
385
|
}, string, {
|
386
386
|
size: import('..').Size;
|
387
|
-
disabled: boolean;
|
388
387
|
error: boolean;
|
388
|
+
disabled: boolean;
|
389
389
|
placeholder: string;
|
390
390
|
modelValue: import('..').InputTagValue;
|
391
391
|
defaultValue: import('..').InputTagValue;
|
@@ -421,8 +421,8 @@ declare const Select: {
|
|
421
421
|
$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;
|
422
422
|
} & Readonly<{
|
423
423
|
size: import('..').Size;
|
424
|
-
disabled: boolean;
|
425
424
|
error: boolean;
|
425
|
+
disabled: boolean;
|
426
426
|
placeholder: string;
|
427
427
|
modelValue: import('..').InputTagValue;
|
428
428
|
defaultValue: import('..').InputTagValue;
|
@@ -439,18 +439,18 @@ declare const Select: {
|
|
439
439
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
440
440
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
441
441
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
442
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
443
442
|
onInput?: ((value: string) => any) | undefined;
|
443
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
444
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
444
445
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
445
446
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
446
447
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
447
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
448
448
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
449
|
-
}>, "focus" | "blur" | ("size" | "
|
449
|
+
}>, "focus" | "blur" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
450
450
|
focus(): void;
|
451
451
|
blur(): void;
|
452
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
453
|
-
$slots:
|
452
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
453
|
+
$slots: any;
|
454
454
|
}) | null;
|
455
455
|
}, any, import('vue').ComponentProvideOptions, {
|
456
456
|
P: {};
|
@@ -464,13 +464,13 @@ declare const Select: {
|
|
464
464
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
465
465
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
466
466
|
onClear?: (() => any) | undefined;
|
467
|
-
onSelect?: ((value: import('./type').OptionValue) => any) | undefined;
|
468
467
|
onSearch?: ((value: string) => any) | undefined;
|
468
|
+
onSelect?: ((value: import('./type').SelectOptionValue) => any) | undefined;
|
469
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
469
470
|
"onUpdate:modelValue"?: ((value: import('./type').SelectValue) => any) | undefined;
|
470
471
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
471
472
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
472
|
-
|
473
|
-
onExceedLimit?: ((value: import('./type').OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
473
|
+
onExceedLimit?: ((value: import('./type').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
474
474
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
475
475
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
476
476
|
}>, {
|
@@ -479,11 +479,11 @@ declare const Select: {
|
|
479
479
|
getPopupRef(): import('..').TriggerInstance;
|
480
480
|
}, {}, {}, {}, {
|
481
481
|
size: import('..').Size;
|
482
|
+
error: boolean;
|
483
|
+
popupContainer: import('..').PopupContainer;
|
482
484
|
popupVisible: boolean;
|
483
485
|
defaultPopupVisible: boolean;
|
484
486
|
disabled: boolean;
|
485
|
-
popupContainer: import('..').PopupContainer;
|
486
|
-
error: boolean;
|
487
487
|
scrollbar: boolean;
|
488
488
|
multiple: boolean;
|
489
489
|
placeholder: string;
|
@@ -503,7 +503,7 @@ declare const Select: {
|
|
503
503
|
showEmpty: boolean;
|
504
504
|
allowCreate: boolean;
|
505
505
|
maxTagCount: number;
|
506
|
-
filterOption: import('./type').
|
506
|
+
filterOption: boolean | import('..').FilterOption<import('./type').SelectOptionData>;
|
507
507
|
virtualListProps: import('./type').VirtualListProps;
|
508
508
|
triggerProps: import('..').TriggerProps;
|
509
509
|
searchDelay: number;
|
@@ -519,13 +519,13 @@ declare const Select: {
|
|
519
519
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
520
520
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
521
521
|
onClear?: (() => any) | undefined;
|
522
|
-
onSelect?: ((value: import('./type').OptionValue) => any) | undefined;
|
523
522
|
onSearch?: ((value: string) => any) | undefined;
|
523
|
+
onSelect?: ((value: import('./type').SelectOptionValue) => any) | undefined;
|
524
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
524
525
|
"onUpdate:modelValue"?: ((value: import('./type').SelectValue) => any) | undefined;
|
525
526
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
526
527
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
527
|
-
|
528
|
-
onExceedLimit?: ((value: import('./type').OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
528
|
+
onExceedLimit?: ((value: import('./type').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
529
529
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
530
530
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
531
531
|
}>, {
|
@@ -537,22 +537,22 @@ declare const Select: {
|
|
537
537
|
"update:popupVisible": (value: boolean) => any;
|
538
538
|
"popup-visible-change": (value: boolean) => any;
|
539
539
|
clear: () => any;
|
540
|
-
select: (value: import('./type').OptionValue) => any;
|
541
540
|
search: (value: string) => any;
|
541
|
+
select: (value: import('./type').SelectOptionValue) => any;
|
542
|
+
remove: (index: string | number, ev: Event) => any;
|
542
543
|
"update:modelValue": (value: import('./type').SelectValue) => any;
|
543
544
|
"update:inputValue": (value: string) => any;
|
544
545
|
"input-value-change": (value: string) => any;
|
545
|
-
|
546
|
-
exceedLimit: (value: import('./type').OptionValue, ev?: MouseEvent | undefined) => any;
|
546
|
+
exceedLimit: (value: import('./type').SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
547
547
|
"dropdown-scroll": (ev: Event) => any;
|
548
548
|
"dropdown-reach-bottom": (ev: Event) => any;
|
549
549
|
}, string, {
|
550
550
|
size: import('..').Size;
|
551
|
+
error: boolean;
|
552
|
+
popupContainer: import('..').PopupContainer;
|
551
553
|
popupVisible: boolean;
|
552
554
|
defaultPopupVisible: boolean;
|
553
555
|
disabled: boolean;
|
554
|
-
popupContainer: import('..').PopupContainer;
|
555
|
-
error: boolean;
|
556
556
|
scrollbar: boolean;
|
557
557
|
multiple: boolean;
|
558
558
|
placeholder: string;
|
@@ -572,7 +572,7 @@ declare const Select: {
|
|
572
572
|
showEmpty: boolean;
|
573
573
|
allowCreate: boolean;
|
574
574
|
maxTagCount: number;
|
575
|
-
filterOption: import('./type').
|
575
|
+
filterOption: boolean | import('..').FilterOption<import('./type').SelectOptionData>;
|
576
576
|
virtualListProps: import('./type').VirtualListProps;
|
577
577
|
triggerProps: import('..').TriggerProps;
|
578
578
|
searchDelay: number;
|
@@ -580,13 +580,13 @@ declare const Select: {
|
|
580
580
|
showFooterOnEmpty: boolean;
|
581
581
|
tagNowrap: boolean;
|
582
582
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
583
|
-
$slots:
|
583
|
+
$slots: any;
|
584
584
|
}) & {
|
585
585
|
option: {
|
586
586
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').OptionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
587
|
-
disabled: boolean;
|
588
|
-
value: import('./type').OptionValue;
|
589
587
|
label: string;
|
588
|
+
disabled: boolean;
|
589
|
+
value: import('./type').SelectOptionValue;
|
590
590
|
isFallbackOption: boolean;
|
591
591
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
592
592
|
contentRef: HTMLDivElement;
|
@@ -598,21 +598,21 @@ declare const Select: {
|
|
598
598
|
M: {};
|
599
599
|
Defaults: {};
|
600
600
|
}, Readonly<import('./type').OptionProps> & Readonly<{}>, {}, {}, {}, {}, {
|
601
|
-
disabled: boolean;
|
602
|
-
value: import('./type').OptionValue;
|
603
601
|
label: string;
|
602
|
+
disabled: boolean;
|
603
|
+
value: import('./type').SelectOptionValue;
|
604
604
|
isFallbackOption: boolean;
|
605
605
|
}>;
|
606
606
|
__isFragment?: never;
|
607
607
|
__isTeleport?: never;
|
608
608
|
__isSuspense?: never;
|
609
609
|
} & import('vue').ComponentOptionsBase<Readonly<import('./type').OptionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
610
|
-
disabled: boolean;
|
611
|
-
value: import('./type').OptionValue;
|
612
610
|
label: string;
|
611
|
+
disabled: boolean;
|
612
|
+
value: import('./type').SelectOptionValue;
|
613
613
|
isFallbackOption: boolean;
|
614
614
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
615
|
-
$slots:
|
615
|
+
$slots: any;
|
616
616
|
});
|
617
617
|
group: {
|
618
618
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').OptgroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
package/lib/Select/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Select.vue.js");;/* empty css */const t=require("./Option.vue.js");;/* empty css */const
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Select.vue.js");;/* empty css */const t=require("./Option.vue.js");;/* empty css */const u=require("./Optgroup.vue.js");;/* empty css */const o=Object.assign(e.default,{option:t.default,group:u.default,install:o=>{o.component("Yc"+e.default.name,e.default),o.component("Yc"+t.default.name,t.default),o.component("Yc"+u.default.name,u.default)}});exports.Option=t.default,exports.Optgroup=u.default,exports.default=o;
|