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,9 +1,9 @@
|
|
1
1
|
import { nextTick } from 'vue';
|
2
|
-
import { MentionProps
|
3
|
-
import {
|
2
|
+
import { MentionProps } from './type';
|
3
|
+
import { SelectOptionValue } from '../Select';
|
4
4
|
declare function __VLS_template(): {
|
5
5
|
attrs: Partial<{}>;
|
6
|
-
slots:
|
6
|
+
slots: any;
|
7
7
|
refs: {
|
8
8
|
autoCompleteRef: ({
|
9
9
|
$: import('vue').ComponentInternalInstance;
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
15
15
|
readonly data?: import('../Select').SelectOption[] | undefined;
|
16
16
|
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
17
17
|
readonly strict?: boolean | undefined;
|
18
|
-
readonly filterOption?: (
|
18
|
+
readonly filterOption?: import('../_shared/type').FilterOption<import('../Select').SelectOptionData> | undefined;
|
19
19
|
readonly triggerProps?: import('..').TriggerProps | undefined;
|
20
20
|
readonly allowClear?: boolean | undefined;
|
21
21
|
readonly vistualListProps?: import('../Select').VirtualListProps | undefined;
|
@@ -25,11 +25,11 @@ declare function __VLS_template(): {
|
|
25
25
|
readonly onChange?: ((value: string) => any) | undefined;
|
26
26
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
27
27
|
readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
|
28
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
29
28
|
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
30
|
-
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
31
|
-
readonly onSelect?: ((value: string) => any) | undefined;
|
32
29
|
readonly onSearch?: ((value: string) => any) | undefined;
|
30
|
+
readonly onSelect?: ((value: string) => any) | undefined;
|
31
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
32
|
+
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
33
33
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
34
34
|
readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
35
35
|
readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -63,12 +63,12 @@ declare function __VLS_template(): {
|
|
63
63
|
readonly popupVisible?: boolean | undefined;
|
64
64
|
readonly defaultPopupVisible?: boolean | undefined;
|
65
65
|
readonly unmountonClose?: boolean | undefined;
|
66
|
-
readonly filterOption?: import('../Select').
|
66
|
+
readonly filterOption?: (boolean | import('../_shared/type').FilterOption<import('../Select').SelectOptionData>) | undefined;
|
67
67
|
readonly options?: import('../Select').SelectOption[] | undefined;
|
68
68
|
readonly virtualListProps?: import('../Select').VirtualListProps | undefined;
|
69
69
|
readonly triggerProps?: import('..').TriggerProps | undefined;
|
70
|
-
readonly formatLabel?: import('../Select').
|
71
|
-
readonly fallbackOption?: import('../Select').
|
70
|
+
readonly formatLabel?: import('../_shared/type').Format<import('../Select').SelectOptionData> | undefined;
|
71
|
+
readonly fallbackOption?: import('../_shared/type').FallBack<SelectOptionValue, import('../Select').SelectOptionData> | undefined;
|
72
72
|
readonly showExtraOptions?: boolean | undefined;
|
73
73
|
readonly valueKey?: string | undefined;
|
74
74
|
readonly searchDelay?: number | undefined;
|
@@ -84,13 +84,13 @@ declare function __VLS_template(): {
|
|
84
84
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
85
85
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
86
86
|
readonly onClear?: (() => any) | undefined;
|
87
|
-
readonly onSelect?: ((value: OptionValue) => any) | undefined;
|
88
87
|
readonly onSearch?: ((value: string) => any) | undefined;
|
88
|
+
readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
89
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
89
90
|
readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
90
91
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
91
92
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
92
|
-
readonly
|
93
|
-
readonly onExceedLimit?: ((value: OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
93
|
+
readonly onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
94
94
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
95
95
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
96
96
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
@@ -107,7 +107,7 @@ declare function __VLS_template(): {
|
|
107
107
|
readonly popupVisible?: boolean | undefined;
|
108
108
|
readonly defaultPopupVisible?: boolean | undefined;
|
109
109
|
readonly trigger?: import('..').TriggerType | undefined;
|
110
|
-
readonly position?: import('
|
110
|
+
readonly position?: import('../_shared/type').PopupPosition | undefined;
|
111
111
|
readonly disabled?: boolean | undefined;
|
112
112
|
readonly popupOffset?: number | undefined;
|
113
113
|
readonly popupTranslate?: number[] | undefined;
|
@@ -209,7 +209,7 @@ declare function __VLS_template(): {
|
|
209
209
|
}> & Omit<Readonly<{
|
210
210
|
preventFocus?: boolean;
|
211
211
|
tag?: string;
|
212
|
-
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
212
|
+
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
213
213
|
$slots: {
|
214
214
|
default?(_: {}): any;
|
215
215
|
};
|
@@ -239,6 +239,8 @@ declare function __VLS_template(): {
|
|
239
239
|
show: () => any;
|
240
240
|
hide: () => any;
|
241
241
|
}, string, {
|
242
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
243
|
+
renderToBody: boolean;
|
242
244
|
trigger: import('..').TriggerType;
|
243
245
|
mouseEnterDelay: number;
|
244
246
|
popupVisible: boolean;
|
@@ -253,7 +255,7 @@ declare function __VLS_template(): {
|
|
253
255
|
scrollToClose: boolean;
|
254
256
|
autoSetPosition: boolean;
|
255
257
|
alignPoint: boolean;
|
256
|
-
position: import('
|
258
|
+
position: import('../_shared/type').PopupPosition;
|
257
259
|
popupOffset: number;
|
258
260
|
popupTranslate: number[];
|
259
261
|
showArrow: boolean;
|
@@ -266,8 +268,6 @@ declare function __VLS_template(): {
|
|
266
268
|
duration: number;
|
267
269
|
autoFitPopupWidth: boolean;
|
268
270
|
autoFitPopupMinWidth: boolean;
|
269
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
270
|
-
renderToBody: boolean;
|
271
271
|
autoFitPosition: boolean;
|
272
272
|
updateAtScroll: boolean;
|
273
273
|
preventFocus: boolean;
|
@@ -293,6 +293,8 @@ declare function __VLS_template(): {
|
|
293
293
|
$nextTick: typeof nextTick;
|
294
294
|
$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;
|
295
295
|
} & Readonly<{
|
296
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
297
|
+
renderToBody: boolean;
|
296
298
|
trigger: import('..').TriggerType;
|
297
299
|
mouseEnterDelay: number;
|
298
300
|
popupVisible: boolean;
|
@@ -307,7 +309,7 @@ declare function __VLS_template(): {
|
|
307
309
|
scrollToClose: boolean;
|
308
310
|
autoSetPosition: boolean;
|
309
311
|
alignPoint: boolean;
|
310
|
-
position: import('
|
312
|
+
position: import('../_shared/type').PopupPosition;
|
311
313
|
popupOffset: number;
|
312
314
|
popupTranslate: number[];
|
313
315
|
showArrow: boolean;
|
@@ -320,8 +322,6 @@ declare function __VLS_template(): {
|
|
320
322
|
duration: number;
|
321
323
|
autoFitPopupWidth: boolean;
|
322
324
|
autoFitPopupMinWidth: boolean;
|
323
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
324
|
-
renderToBody: boolean;
|
325
325
|
autoFitPosition: boolean;
|
326
326
|
updateAtScroll: boolean;
|
327
327
|
preventFocus: boolean;
|
@@ -331,12 +331,12 @@ declare function __VLS_template(): {
|
|
331
331
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
332
332
|
onShow?: (() => any) | undefined;
|
333
333
|
onHide?: (() => any) | undefined;
|
334
|
-
}>, "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" | "
|
334
|
+
}>, "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<{
|
335
335
|
hide(): void;
|
336
336
|
show(): void;
|
337
337
|
updatePosition(x: number, y: number): void;
|
338
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
339
|
-
$slots:
|
338
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
339
|
+
$slots: any;
|
340
340
|
}) | null;
|
341
341
|
inputRef: ({
|
342
342
|
$: import('vue').ComponentInternalInstance;
|
@@ -354,19 +354,19 @@ declare function __VLS_template(): {
|
|
354
354
|
readonly size?: import('../_shared/type').Size | undefined;
|
355
355
|
readonly maxTagCount?: number | undefined;
|
356
356
|
readonly retainInputValue?: import('..').InputRetainValue | undefined;
|
357
|
-
readonly formatTag?: import('..').
|
357
|
+
readonly formatTag?: import('../_shared/type').Format<import('..').TagData> | undefined;
|
358
358
|
readonly uniqueValue?: boolean | undefined;
|
359
359
|
readonly tagNowrap?: boolean | undefined;
|
360
360
|
readonly fieldNames?: Record<string, string> | undefined;
|
361
361
|
readonly allowCreate?: boolean | undefined;
|
362
362
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
363
363
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
364
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
365
364
|
readonly onInput?: ((value: string) => any) | undefined;
|
365
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
366
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
366
367
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
367
368
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
368
369
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
369
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
370
370
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
371
371
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
372
372
|
$attrs: {
|
@@ -384,17 +384,17 @@ declare function __VLS_template(): {
|
|
384
384
|
$root: import('vue').ComponentPublicInstance | null;
|
385
385
|
$parent: import('vue').ComponentPublicInstance | null;
|
386
386
|
$host: Element | null;
|
387
|
-
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "
|
387
|
+
$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);
|
388
388
|
$el: HTMLDivElement;
|
389
389
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
390
390
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
391
391
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
392
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
393
392
|
onInput?: ((value: string) => any) | undefined;
|
393
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
394
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
394
395
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
395
396
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
396
397
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
397
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
398
398
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
399
399
|
}>, {
|
400
400
|
focus(): void;
|
@@ -402,17 +402,17 @@ declare function __VLS_template(): {
|
|
402
402
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
403
403
|
focus: (ev: FocusEvent) => any;
|
404
404
|
clear: (ev: MouseEvent) => any;
|
405
|
-
blur: (ev: FocusEvent) => any;
|
406
405
|
input: (value: string) => any;
|
406
|
+
blur: (ev: FocusEvent) => any;
|
407
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
407
408
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
408
409
|
"update:inputValue": (value: string) => any;
|
409
410
|
"input-value-change": (value: string, ev: Event) => any;
|
410
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
411
411
|
"press-enter": (ev: KeyboardEvent) => any;
|
412
412
|
}, string, {
|
413
413
|
size: import('../_shared/type').Size;
|
414
|
-
disabled: boolean;
|
415
414
|
error: boolean;
|
415
|
+
disabled: boolean;
|
416
416
|
placeholder: string;
|
417
417
|
modelValue: import('..').InputTagValue;
|
418
418
|
defaultValue: import('..').InputTagValue;
|
@@ -448,8 +448,8 @@ declare function __VLS_template(): {
|
|
448
448
|
$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;
|
449
449
|
} & Readonly<{
|
450
450
|
size: import('../_shared/type').Size;
|
451
|
-
disabled: boolean;
|
452
451
|
error: boolean;
|
452
|
+
disabled: boolean;
|
453
453
|
placeholder: string;
|
454
454
|
modelValue: import('..').InputTagValue;
|
455
455
|
defaultValue: import('..').InputTagValue;
|
@@ -466,18 +466,18 @@ declare function __VLS_template(): {
|
|
466
466
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
467
467
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
468
468
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
469
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
470
469
|
onInput?: ((value: string) => any) | undefined;
|
470
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
471
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
471
472
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
472
473
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
473
474
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
474
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
475
475
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
476
|
-
}>, "focus" | "blur" | ("size" | "
|
476
|
+
}>, "focus" | "blur" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
477
477
|
focus(): void;
|
478
478
|
blur(): void;
|
479
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
480
|
-
$slots:
|
479
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
480
|
+
$slots: any;
|
481
481
|
}) | null;
|
482
482
|
};
|
483
483
|
$slots: Readonly<{
|
@@ -486,20 +486,20 @@ declare function __VLS_template(): {
|
|
486
486
|
$root: import('vue').ComponentPublicInstance | null;
|
487
487
|
$parent: import('vue').ComponentPublicInstance | null;
|
488
488
|
$host: Element | null;
|
489
|
-
$emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "
|
489
|
+
$emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "search", value: string) => void) & ((event: "select", value: SelectOptionValue) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
490
490
|
$el: any;
|
491
491
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
492
492
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
493
493
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
494
494
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
495
495
|
onClear?: (() => any) | undefined;
|
496
|
-
onSelect?: ((value: OptionValue) => any) | undefined;
|
497
496
|
onSearch?: ((value: string) => any) | undefined;
|
497
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
498
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
498
499
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
499
500
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
500
501
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
501
|
-
|
502
|
-
onExceedLimit?: ((value: OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
502
|
+
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
503
503
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
504
504
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
505
505
|
}>, {
|
@@ -511,22 +511,22 @@ declare function __VLS_template(): {
|
|
511
511
|
"update:popupVisible": (value: boolean) => any;
|
512
512
|
"popup-visible-change": (value: boolean) => any;
|
513
513
|
clear: () => any;
|
514
|
-
select: (value: OptionValue) => any;
|
515
514
|
search: (value: string) => any;
|
515
|
+
select: (value: SelectOptionValue) => any;
|
516
|
+
remove: (index: string | number, ev: Event) => any;
|
516
517
|
"update:modelValue": (value: import('../Select').SelectValue) => any;
|
517
518
|
"update:inputValue": (value: string) => any;
|
518
519
|
"input-value-change": (value: string) => any;
|
519
|
-
|
520
|
-
exceedLimit: (value: OptionValue, ev?: MouseEvent | undefined) => any;
|
520
|
+
exceedLimit: (value: SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
521
521
|
"dropdown-scroll": (ev: Event) => any;
|
522
522
|
"dropdown-reach-bottom": (ev: Event) => any;
|
523
523
|
}, string, {
|
524
524
|
size: import('../_shared/type').Size;
|
525
|
+
error: boolean;
|
526
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
525
527
|
popupVisible: boolean;
|
526
528
|
defaultPopupVisible: boolean;
|
527
529
|
disabled: boolean;
|
528
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
529
|
-
error: boolean;
|
530
530
|
scrollbar: boolean;
|
531
531
|
multiple: boolean;
|
532
532
|
placeholder: string;
|
@@ -546,7 +546,7 @@ declare function __VLS_template(): {
|
|
546
546
|
showEmpty: boolean;
|
547
547
|
allowCreate: boolean;
|
548
548
|
maxTagCount: number;
|
549
|
-
filterOption: import('../Select').
|
549
|
+
filterOption: boolean | import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
550
550
|
virtualListProps: import('../Select').VirtualListProps;
|
551
551
|
triggerProps: import('..').TriggerProps;
|
552
552
|
searchDelay: number;
|
@@ -575,11 +575,11 @@ declare function __VLS_template(): {
|
|
575
575
|
$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;
|
576
576
|
} & Readonly<{
|
577
577
|
size: import('../_shared/type').Size;
|
578
|
+
error: boolean;
|
579
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
578
580
|
popupVisible: boolean;
|
579
581
|
defaultPopupVisible: boolean;
|
580
582
|
disabled: boolean;
|
581
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
582
|
-
error: boolean;
|
583
583
|
scrollbar: boolean;
|
584
584
|
multiple: boolean;
|
585
585
|
placeholder: string;
|
@@ -599,7 +599,7 @@ declare function __VLS_template(): {
|
|
599
599
|
showEmpty: boolean;
|
600
600
|
allowCreate: boolean;
|
601
601
|
maxTagCount: number;
|
602
|
-
filterOption: import('../Select').
|
602
|
+
filterOption: boolean | import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
603
603
|
virtualListProps: import('../Select').VirtualListProps;
|
604
604
|
triggerProps: import('..').TriggerProps;
|
605
605
|
searchDelay: number;
|
@@ -611,28 +611,28 @@ declare function __VLS_template(): {
|
|
611
611
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
612
612
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
613
613
|
onClear?: (() => any) | undefined;
|
614
|
-
onSelect?: ((value: OptionValue) => any) | undefined;
|
615
614
|
onSearch?: ((value: string) => any) | undefined;
|
615
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
616
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
616
617
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
617
618
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
618
619
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
619
|
-
|
620
|
-
onExceedLimit?: ((value: OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
620
|
+
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
621
621
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
622
622
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
623
|
-
}>, "focus" | "blur" | ("size" | "
|
623
|
+
}>, "focus" | "blur" | ("size" | "error" | "popupContainer" | "popupVisible" | "defaultPopupVisible" | "disabled" | "scrollbar" | "multiple" | "placeholder" | "loading" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "filterOption" | "virtualListProps" | "triggerProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
|
624
624
|
focus(): void;
|
625
625
|
blur(): void;
|
626
626
|
getPopupRef(): import('..').TriggerInstance;
|
627
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
628
|
-
$slots:
|
627
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
628
|
+
$slots: any;
|
629
629
|
}) | null;
|
630
630
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
631
631
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
632
632
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
633
633
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
634
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
635
634
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
635
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
636
636
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
637
637
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
638
638
|
}>, {
|
@@ -644,13 +644,13 @@ declare function __VLS_template(): {
|
|
644
644
|
change: (value: string, ev: Event) => any;
|
645
645
|
focus: (ev: FocusEvent) => any;
|
646
646
|
clear: (ev: MouseEvent) => any;
|
647
|
-
blur: (ev: FocusEvent) => any;
|
648
647
|
input: (value: string, ev: Event) => any;
|
648
|
+
blur: (ev: FocusEvent) => any;
|
649
649
|
keydown: (ev: KeyboardEvent) => any;
|
650
650
|
"update:modelValue": (value: string) => any;
|
651
651
|
}, import('vue').PublicProps, {
|
652
|
-
disabled: boolean;
|
653
652
|
error: import('..').AutoSize;
|
653
|
+
disabled: boolean;
|
654
654
|
placeholder: string;
|
655
655
|
modelValue: string;
|
656
656
|
defaultValue: string;
|
@@ -677,8 +677,8 @@ declare function __VLS_template(): {
|
|
677
677
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
678
678
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
679
679
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
680
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
681
680
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
681
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
682
682
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
683
683
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
684
684
|
}>, {
|
@@ -687,8 +687,8 @@ declare function __VLS_template(): {
|
|
687
687
|
getInputRef(): HTMLTextAreaElement;
|
688
688
|
getMirrorRef(): HTMLDivElement;
|
689
689
|
}, {}, {}, {}, {
|
690
|
-
disabled: boolean;
|
691
690
|
error: import('..').AutoSize;
|
691
|
+
disabled: boolean;
|
692
692
|
placeholder: string;
|
693
693
|
modelValue: string;
|
694
694
|
defaultValue: string;
|
@@ -709,17 +709,17 @@ declare function __VLS_template(): {
|
|
709
709
|
$root: import('vue').ComponentPublicInstance | null;
|
710
710
|
$parent: import('vue').ComponentPublicInstance | null;
|
711
711
|
$host: Element | null;
|
712
|
-
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "
|
712
|
+
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "search", value: string) => void) & ((event: "select", value: string) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
|
713
713
|
$el: any;
|
714
714
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
715
715
|
onChange?: ((value: string) => any) | undefined;
|
716
716
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
717
717
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
718
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
719
718
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
720
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
721
|
-
onSelect?: ((value: string) => any) | undefined;
|
722
719
|
onSearch?: ((value: string) => any) | undefined;
|
720
|
+
onSelect?: ((value: string) => any) | undefined;
|
721
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
722
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
723
723
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
724
724
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
725
725
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -733,24 +733,24 @@ declare function __VLS_template(): {
|
|
733
733
|
change: (value: string) => any;
|
734
734
|
focus: (ev: FocusEvent) => any;
|
735
735
|
clear: (ev?: Event | undefined) => any;
|
736
|
-
blur: (ev: FocusEvent) => any;
|
737
736
|
input: (value: string, ev: Event) => any;
|
738
|
-
keydown: (ev: KeyboardEvent) => any;
|
739
|
-
select: (value: string) => any;
|
740
737
|
search: (value: string) => any;
|
738
|
+
select: (value: string) => any;
|
739
|
+
blur: (ev: FocusEvent) => any;
|
740
|
+
keydown: (ev: KeyboardEvent) => any;
|
741
741
|
"update:modelValue": (value: string) => any;
|
742
742
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
743
743
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
744
744
|
}, string, {
|
745
|
-
disabled: boolean;
|
746
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
747
|
-
strict: boolean;
|
748
745
|
type: "textarea" | "input";
|
749
746
|
data: import('../Select').SelectOption[];
|
747
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
748
|
+
disabled: boolean;
|
749
|
+
strict: boolean;
|
750
750
|
modelValue: string;
|
751
751
|
defaultValue: string;
|
752
752
|
allowClear: boolean;
|
753
|
-
filterOption: (
|
753
|
+
filterOption: import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
754
754
|
triggerProps: import('..').TriggerProps;
|
755
755
|
isSelectSetValue: boolean;
|
756
756
|
isSearch: boolean;
|
@@ -775,15 +775,15 @@ declare function __VLS_template(): {
|
|
775
775
|
$nextTick: typeof nextTick;
|
776
776
|
$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;
|
777
777
|
} & Readonly<{
|
778
|
-
disabled: boolean;
|
779
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
780
|
-
strict: boolean;
|
781
778
|
type: "textarea" | "input";
|
782
779
|
data: import('../Select').SelectOption[];
|
780
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
781
|
+
disabled: boolean;
|
782
|
+
strict: boolean;
|
783
783
|
modelValue: string;
|
784
784
|
defaultValue: string;
|
785
785
|
allowClear: boolean;
|
786
|
-
filterOption: (
|
786
|
+
filterOption: import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
787
787
|
triggerProps: import('..').TriggerProps;
|
788
788
|
isSelectSetValue: boolean;
|
789
789
|
isSearch: boolean;
|
@@ -791,22 +791,22 @@ declare function __VLS_template(): {
|
|
791
791
|
onChange?: ((value: string) => any) | undefined;
|
792
792
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
793
793
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
794
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
795
794
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
796
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
797
|
-
onSelect?: ((value: string) => any) | undefined;
|
798
795
|
onSearch?: ((value: string) => any) | undefined;
|
796
|
+
onSelect?: ((value: string) => any) | undefined;
|
797
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
798
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
799
799
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
800
800
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
801
801
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
802
|
-
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("
|
802
|
+
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("type" | "data" | "popupContainer" | "disabled" | "strict" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
|
803
803
|
focus(): void;
|
804
804
|
blur(): void;
|
805
805
|
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
806
806
|
getMirrorRef(): HTMLDivElement | undefined;
|
807
807
|
updatePosition(x: number, y: number): void;
|
808
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
809
|
-
$slots:
|
808
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
809
|
+
$slots: any;
|
810
810
|
}) | null;
|
811
811
|
};
|
812
812
|
rootEl: any;
|
@@ -819,24 +819,24 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
819
819
|
change: (value: string) => any;
|
820
820
|
focus: (ev: FocusEvent) => any;
|
821
821
|
clear: (ev: MouseEvent) => any;
|
822
|
-
blur: (ev: FocusEvent) => any;
|
823
822
|
input: (value: string, ev: Event) => any;
|
824
|
-
select: (value: OptionValue) => any;
|
825
823
|
search: (value: string) => any;
|
824
|
+
select: (value: SelectOptionValue) => any;
|
825
|
+
blur: (ev: FocusEvent) => any;
|
826
826
|
"update:modelValue": (value: string) => any;
|
827
827
|
}, string, import('vue').PublicProps, Readonly<MentionProps> & Readonly<{
|
828
828
|
onChange?: ((value: string) => any) | undefined;
|
829
829
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
830
830
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
831
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
832
831
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
833
|
-
onSelect?: ((value: OptionValue) => any) | undefined;
|
834
832
|
onSearch?: ((value: string) => any) | undefined;
|
833
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
834
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
835
835
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
836
836
|
}>, {
|
837
|
-
|
838
|
-
type: "input" | "textarea";
|
837
|
+
type: import('./type').MentionType;
|
839
838
|
data: import('../Select').SelectOption[];
|
839
|
+
disabled: boolean;
|
840
840
|
split: string;
|
841
841
|
modelValue: string;
|
842
842
|
defaultValue: string;
|
@@ -853,7 +853,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
853
853
|
readonly data?: import('../Select').SelectOption[] | undefined;
|
854
854
|
readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
|
855
855
|
readonly strict?: boolean | undefined;
|
856
|
-
readonly filterOption?: (
|
856
|
+
readonly filterOption?: import('../_shared/type').FilterOption<import('../Select').SelectOptionData> | undefined;
|
857
857
|
readonly triggerProps?: import('..').TriggerProps | undefined;
|
858
858
|
readonly allowClear?: boolean | undefined;
|
859
859
|
readonly vistualListProps?: import('../Select').VirtualListProps | undefined;
|
@@ -863,11 +863,11 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
863
863
|
readonly onChange?: ((value: string) => any) | undefined;
|
864
864
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
865
865
|
readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
|
866
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
867
866
|
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
868
|
-
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
869
|
-
readonly onSelect?: ((value: string) => any) | undefined;
|
870
867
|
readonly onSearch?: ((value: string) => any) | undefined;
|
868
|
+
readonly onSelect?: ((value: string) => any) | undefined;
|
869
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
870
|
+
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
871
871
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
872
872
|
readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
873
873
|
readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -901,12 +901,12 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
901
901
|
readonly popupVisible?: boolean | undefined;
|
902
902
|
readonly defaultPopupVisible?: boolean | undefined;
|
903
903
|
readonly unmountonClose?: boolean | undefined;
|
904
|
-
readonly filterOption?: import('../Select').
|
904
|
+
readonly filterOption?: (boolean | import('../_shared/type').FilterOption<import('../Select').SelectOptionData>) | undefined;
|
905
905
|
readonly options?: import('../Select').SelectOption[] | undefined;
|
906
906
|
readonly virtualListProps?: import('../Select').VirtualListProps | undefined;
|
907
907
|
readonly triggerProps?: import('..').TriggerProps | undefined;
|
908
|
-
readonly formatLabel?: import('../Select').
|
909
|
-
readonly fallbackOption?: import('../Select').
|
908
|
+
readonly formatLabel?: import('../_shared/type').Format<import('../Select').SelectOptionData> | undefined;
|
909
|
+
readonly fallbackOption?: import('../_shared/type').FallBack<SelectOptionValue, import('../Select').SelectOptionData> | undefined;
|
910
910
|
readonly showExtraOptions?: boolean | undefined;
|
911
911
|
readonly valueKey?: string | undefined;
|
912
912
|
readonly searchDelay?: number | undefined;
|
@@ -922,13 +922,13 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
922
922
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
923
923
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
924
924
|
readonly onClear?: (() => any) | undefined;
|
925
|
-
readonly onSelect?: ((value: OptionValue) => any) | undefined;
|
926
925
|
readonly onSearch?: ((value: string) => any) | undefined;
|
926
|
+
readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
927
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
927
928
|
readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
928
929
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
929
930
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
930
|
-
readonly
|
931
|
-
readonly onExceedLimit?: ((value: OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
931
|
+
readonly onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
932
932
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
933
933
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
934
934
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
@@ -945,7 +945,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
945
945
|
readonly popupVisible?: boolean | undefined;
|
946
946
|
readonly defaultPopupVisible?: boolean | undefined;
|
947
947
|
readonly trigger?: import('..').TriggerType | undefined;
|
948
|
-
readonly position?: import('
|
948
|
+
readonly position?: import('../_shared/type').PopupPosition | undefined;
|
949
949
|
readonly disabled?: boolean | undefined;
|
950
950
|
readonly popupOffset?: number | undefined;
|
951
951
|
readonly popupTranslate?: number[] | undefined;
|
@@ -1047,7 +1047,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1047
1047
|
}> & Omit<Readonly<{
|
1048
1048
|
preventFocus?: boolean;
|
1049
1049
|
tag?: string;
|
1050
|
-
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1050
|
+
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1051
1051
|
$slots: {
|
1052
1052
|
default?(_: {}): any;
|
1053
1053
|
};
|
@@ -1077,6 +1077,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1077
1077
|
show: () => any;
|
1078
1078
|
hide: () => any;
|
1079
1079
|
}, string, {
|
1080
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1081
|
+
renderToBody: boolean;
|
1080
1082
|
trigger: import('..').TriggerType;
|
1081
1083
|
mouseEnterDelay: number;
|
1082
1084
|
popupVisible: boolean;
|
@@ -1091,7 +1093,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1091
1093
|
scrollToClose: boolean;
|
1092
1094
|
autoSetPosition: boolean;
|
1093
1095
|
alignPoint: boolean;
|
1094
|
-
position: import('
|
1096
|
+
position: import('../_shared/type').PopupPosition;
|
1095
1097
|
popupOffset: number;
|
1096
1098
|
popupTranslate: number[];
|
1097
1099
|
showArrow: boolean;
|
@@ -1104,8 +1106,6 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1104
1106
|
duration: number;
|
1105
1107
|
autoFitPopupWidth: boolean;
|
1106
1108
|
autoFitPopupMinWidth: boolean;
|
1107
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1108
|
-
renderToBody: boolean;
|
1109
1109
|
autoFitPosition: boolean;
|
1110
1110
|
updateAtScroll: boolean;
|
1111
1111
|
preventFocus: boolean;
|
@@ -1131,6 +1131,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1131
1131
|
$nextTick: typeof nextTick;
|
1132
1132
|
$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;
|
1133
1133
|
} & Readonly<{
|
1134
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1135
|
+
renderToBody: boolean;
|
1134
1136
|
trigger: import('..').TriggerType;
|
1135
1137
|
mouseEnterDelay: number;
|
1136
1138
|
popupVisible: boolean;
|
@@ -1145,7 +1147,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1145
1147
|
scrollToClose: boolean;
|
1146
1148
|
autoSetPosition: boolean;
|
1147
1149
|
alignPoint: boolean;
|
1148
|
-
position: import('
|
1150
|
+
position: import('../_shared/type').PopupPosition;
|
1149
1151
|
popupOffset: number;
|
1150
1152
|
popupTranslate: number[];
|
1151
1153
|
showArrow: boolean;
|
@@ -1158,8 +1160,6 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1158
1160
|
duration: number;
|
1159
1161
|
autoFitPopupWidth: boolean;
|
1160
1162
|
autoFitPopupMinWidth: boolean;
|
1161
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1162
|
-
renderToBody: boolean;
|
1163
1163
|
autoFitPosition: boolean;
|
1164
1164
|
updateAtScroll: boolean;
|
1165
1165
|
preventFocus: boolean;
|
@@ -1169,12 +1169,12 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1169
1169
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1170
1170
|
onShow?: (() => any) | undefined;
|
1171
1171
|
onHide?: (() => any) | undefined;
|
1172
|
-
}>, "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" | "
|
1172
|
+
}>, "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<{
|
1173
1173
|
hide(): void;
|
1174
1174
|
show(): void;
|
1175
1175
|
updatePosition(x: number, y: number): void;
|
1176
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1177
|
-
$slots:
|
1176
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1177
|
+
$slots: any;
|
1178
1178
|
}) | null;
|
1179
1179
|
inputRef: ({
|
1180
1180
|
$: import('vue').ComponentInternalInstance;
|
@@ -1192,19 +1192,19 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1192
1192
|
readonly size?: import('../_shared/type').Size | undefined;
|
1193
1193
|
readonly maxTagCount?: number | undefined;
|
1194
1194
|
readonly retainInputValue?: import('..').InputRetainValue | undefined;
|
1195
|
-
readonly formatTag?: import('..').
|
1195
|
+
readonly formatTag?: import('../_shared/type').Format<import('..').TagData> | undefined;
|
1196
1196
|
readonly uniqueValue?: boolean | undefined;
|
1197
1197
|
readonly tagNowrap?: boolean | undefined;
|
1198
1198
|
readonly fieldNames?: Record<string, string> | undefined;
|
1199
1199
|
readonly allowCreate?: boolean | undefined;
|
1200
1200
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1201
1201
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
1202
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1203
1202
|
readonly onInput?: ((value: string) => any) | undefined;
|
1203
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1204
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1204
1205
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1205
1206
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1206
1207
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1207
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1208
1208
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1209
1209
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
1210
1210
|
$attrs: {
|
@@ -1222,17 +1222,17 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1222
1222
|
$root: import('vue').ComponentPublicInstance | null;
|
1223
1223
|
$parent: import('vue').ComponentPublicInstance | null;
|
1224
1224
|
$host: Element | null;
|
1225
|
-
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "
|
1225
|
+
$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);
|
1226
1226
|
$el: HTMLDivElement;
|
1227
1227
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
1228
1228
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1229
1229
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1230
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1231
1230
|
onInput?: ((value: string) => any) | undefined;
|
1231
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1232
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1232
1233
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1233
1234
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1234
1235
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1235
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1236
1236
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1237
1237
|
}>, {
|
1238
1238
|
focus(): void;
|
@@ -1240,17 +1240,17 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1240
1240
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1241
1241
|
focus: (ev: FocusEvent) => any;
|
1242
1242
|
clear: (ev: MouseEvent) => any;
|
1243
|
-
blur: (ev: FocusEvent) => any;
|
1244
1243
|
input: (value: string) => any;
|
1244
|
+
blur: (ev: FocusEvent) => any;
|
1245
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
1245
1246
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
1246
1247
|
"update:inputValue": (value: string) => any;
|
1247
1248
|
"input-value-change": (value: string, ev: Event) => any;
|
1248
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
1249
1249
|
"press-enter": (ev: KeyboardEvent) => any;
|
1250
1250
|
}, string, {
|
1251
1251
|
size: import('../_shared/type').Size;
|
1252
|
-
disabled: boolean;
|
1253
1252
|
error: boolean;
|
1253
|
+
disabled: boolean;
|
1254
1254
|
placeholder: string;
|
1255
1255
|
modelValue: import('..').InputTagValue;
|
1256
1256
|
defaultValue: import('..').InputTagValue;
|
@@ -1286,8 +1286,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1286
1286
|
$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;
|
1287
1287
|
} & Readonly<{
|
1288
1288
|
size: import('../_shared/type').Size;
|
1289
|
-
disabled: boolean;
|
1290
1289
|
error: boolean;
|
1290
|
+
disabled: boolean;
|
1291
1291
|
placeholder: string;
|
1292
1292
|
modelValue: import('..').InputTagValue;
|
1293
1293
|
defaultValue: import('..').InputTagValue;
|
@@ -1304,18 +1304,18 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1304
1304
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
1305
1305
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1306
1306
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1307
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1308
1307
|
onInput?: ((value: string) => any) | undefined;
|
1308
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1309
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1309
1310
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1310
1311
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1311
1312
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1312
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1313
1313
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1314
|
-
}>, "focus" | "blur" | ("size" | "
|
1314
|
+
}>, "focus" | "blur" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
1315
1315
|
focus(): void;
|
1316
1316
|
blur(): void;
|
1317
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1318
|
-
$slots:
|
1317
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1318
|
+
$slots: any;
|
1319
1319
|
}) | null;
|
1320
1320
|
};
|
1321
1321
|
$slots: Readonly<{
|
@@ -1324,20 +1324,20 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1324
1324
|
$root: import('vue').ComponentPublicInstance | null;
|
1325
1325
|
$parent: import('vue').ComponentPublicInstance | null;
|
1326
1326
|
$host: Element | null;
|
1327
|
-
$emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "
|
1327
|
+
$emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "search", value: string) => void) & ((event: "select", value: SelectOptionValue) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
1328
1328
|
$el: any;
|
1329
1329
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
1330
1330
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1331
1331
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1332
1332
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1333
1333
|
onClear?: (() => any) | undefined;
|
1334
|
-
onSelect?: ((value: OptionValue) => any) | undefined;
|
1335
1334
|
onSearch?: ((value: string) => any) | undefined;
|
1335
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
1336
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1336
1337
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1337
1338
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1338
1339
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1339
|
-
|
1340
|
-
onExceedLimit?: ((value: OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1340
|
+
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1341
1341
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1342
1342
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
1343
1343
|
}>, {
|
@@ -1349,22 +1349,22 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1349
1349
|
"update:popupVisible": (value: boolean) => any;
|
1350
1350
|
"popup-visible-change": (value: boolean) => any;
|
1351
1351
|
clear: () => any;
|
1352
|
-
select: (value: OptionValue) => any;
|
1353
1352
|
search: (value: string) => any;
|
1353
|
+
select: (value: SelectOptionValue) => any;
|
1354
|
+
remove: (index: string | number, ev: Event) => any;
|
1354
1355
|
"update:modelValue": (value: import('../Select').SelectValue) => any;
|
1355
1356
|
"update:inputValue": (value: string) => any;
|
1356
1357
|
"input-value-change": (value: string) => any;
|
1357
|
-
|
1358
|
-
exceedLimit: (value: OptionValue, ev?: MouseEvent | undefined) => any;
|
1358
|
+
exceedLimit: (value: SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
1359
1359
|
"dropdown-scroll": (ev: Event) => any;
|
1360
1360
|
"dropdown-reach-bottom": (ev: Event) => any;
|
1361
1361
|
}, string, {
|
1362
1362
|
size: import('../_shared/type').Size;
|
1363
|
+
error: boolean;
|
1364
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1363
1365
|
popupVisible: boolean;
|
1364
1366
|
defaultPopupVisible: boolean;
|
1365
1367
|
disabled: boolean;
|
1366
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1367
|
-
error: boolean;
|
1368
1368
|
scrollbar: boolean;
|
1369
1369
|
multiple: boolean;
|
1370
1370
|
placeholder: string;
|
@@ -1384,7 +1384,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1384
1384
|
showEmpty: boolean;
|
1385
1385
|
allowCreate: boolean;
|
1386
1386
|
maxTagCount: number;
|
1387
|
-
filterOption: import('../Select').
|
1387
|
+
filterOption: boolean | import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
1388
1388
|
virtualListProps: import('../Select').VirtualListProps;
|
1389
1389
|
triggerProps: import('..').TriggerProps;
|
1390
1390
|
searchDelay: number;
|
@@ -1413,11 +1413,11 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1413
1413
|
$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;
|
1414
1414
|
} & Readonly<{
|
1415
1415
|
size: import('../_shared/type').Size;
|
1416
|
+
error: boolean;
|
1417
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1416
1418
|
popupVisible: boolean;
|
1417
1419
|
defaultPopupVisible: boolean;
|
1418
1420
|
disabled: boolean;
|
1419
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1420
|
-
error: boolean;
|
1421
1421
|
scrollbar: boolean;
|
1422
1422
|
multiple: boolean;
|
1423
1423
|
placeholder: string;
|
@@ -1437,7 +1437,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1437
1437
|
showEmpty: boolean;
|
1438
1438
|
allowCreate: boolean;
|
1439
1439
|
maxTagCount: number;
|
1440
|
-
filterOption: import('../Select').
|
1440
|
+
filterOption: boolean | import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
1441
1441
|
virtualListProps: import('../Select').VirtualListProps;
|
1442
1442
|
triggerProps: import('..').TriggerProps;
|
1443
1443
|
searchDelay: number;
|
@@ -1449,28 +1449,28 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1449
1449
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1450
1450
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1451
1451
|
onClear?: (() => any) | undefined;
|
1452
|
-
onSelect?: ((value: OptionValue) => any) | undefined;
|
1453
1452
|
onSearch?: ((value: string) => any) | undefined;
|
1453
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
1454
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1454
1455
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1455
1456
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1456
1457
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1457
|
-
|
1458
|
-
onExceedLimit?: ((value: OptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1458
|
+
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1459
1459
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1460
1460
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
1461
|
-
}>, "focus" | "blur" | ("size" | "
|
1461
|
+
}>, "focus" | "blur" | ("size" | "error" | "popupContainer" | "popupVisible" | "defaultPopupVisible" | "disabled" | "scrollbar" | "multiple" | "placeholder" | "loading" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "filterOption" | "virtualListProps" | "triggerProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
|
1462
1462
|
focus(): void;
|
1463
1463
|
blur(): void;
|
1464
1464
|
getPopupRef(): import('..').TriggerInstance;
|
1465
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1466
|
-
$slots:
|
1465
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1466
|
+
$slots: any;
|
1467
1467
|
}) | null;
|
1468
1468
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
1469
1469
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1470
1470
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1471
1471
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1472
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1473
1472
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1473
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1474
1474
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1475
1475
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1476
1476
|
}>, {
|
@@ -1482,13 +1482,13 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1482
1482
|
change: (value: string, ev: Event) => any;
|
1483
1483
|
focus: (ev: FocusEvent) => any;
|
1484
1484
|
clear: (ev: MouseEvent) => any;
|
1485
|
-
blur: (ev: FocusEvent) => any;
|
1486
1485
|
input: (value: string, ev: Event) => any;
|
1486
|
+
blur: (ev: FocusEvent) => any;
|
1487
1487
|
keydown: (ev: KeyboardEvent) => any;
|
1488
1488
|
"update:modelValue": (value: string) => any;
|
1489
1489
|
}, import('vue').PublicProps, {
|
1490
|
-
disabled: boolean;
|
1491
1490
|
error: import('..').AutoSize;
|
1491
|
+
disabled: boolean;
|
1492
1492
|
placeholder: string;
|
1493
1493
|
modelValue: string;
|
1494
1494
|
defaultValue: string;
|
@@ -1515,8 +1515,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1515
1515
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1516
1516
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1517
1517
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1518
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1519
1518
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1519
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1520
1520
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1521
1521
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1522
1522
|
}>, {
|
@@ -1525,8 +1525,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1525
1525
|
getInputRef(): HTMLTextAreaElement;
|
1526
1526
|
getMirrorRef(): HTMLDivElement;
|
1527
1527
|
}, {}, {}, {}, {
|
1528
|
-
disabled: boolean;
|
1529
1528
|
error: import('..').AutoSize;
|
1529
|
+
disabled: boolean;
|
1530
1530
|
placeholder: string;
|
1531
1531
|
modelValue: string;
|
1532
1532
|
defaultValue: string;
|
@@ -1547,17 +1547,17 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1547
1547
|
$root: import('vue').ComponentPublicInstance | null;
|
1548
1548
|
$parent: import('vue').ComponentPublicInstance | null;
|
1549
1549
|
$host: Element | null;
|
1550
|
-
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "
|
1550
|
+
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "search", value: string) => void) & ((event: "select", value: string) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
|
1551
1551
|
$el: any;
|
1552
1552
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
1553
1553
|
onChange?: ((value: string) => any) | undefined;
|
1554
1554
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1555
1555
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
1556
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1557
1556
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1558
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1559
|
-
onSelect?: ((value: string) => any) | undefined;
|
1560
1557
|
onSearch?: ((value: string) => any) | undefined;
|
1558
|
+
onSelect?: ((value: string) => any) | undefined;
|
1559
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1560
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1561
1561
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1562
1562
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
1563
1563
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -1571,24 +1571,24 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1571
1571
|
change: (value: string) => any;
|
1572
1572
|
focus: (ev: FocusEvent) => any;
|
1573
1573
|
clear: (ev?: Event | undefined) => any;
|
1574
|
-
blur: (ev: FocusEvent) => any;
|
1575
1574
|
input: (value: string, ev: Event) => any;
|
1576
|
-
keydown: (ev: KeyboardEvent) => any;
|
1577
|
-
select: (value: string) => any;
|
1578
1575
|
search: (value: string) => any;
|
1576
|
+
select: (value: string) => any;
|
1577
|
+
blur: (ev: FocusEvent) => any;
|
1578
|
+
keydown: (ev: KeyboardEvent) => any;
|
1579
1579
|
"update:modelValue": (value: string) => any;
|
1580
1580
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
1581
1581
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
1582
1582
|
}, string, {
|
1583
|
-
disabled: boolean;
|
1584
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1585
|
-
strict: boolean;
|
1586
1583
|
type: "textarea" | "input";
|
1587
1584
|
data: import('../Select').SelectOption[];
|
1585
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1586
|
+
disabled: boolean;
|
1587
|
+
strict: boolean;
|
1588
1588
|
modelValue: string;
|
1589
1589
|
defaultValue: string;
|
1590
1590
|
allowClear: boolean;
|
1591
|
-
filterOption: (
|
1591
|
+
filterOption: import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
1592
1592
|
triggerProps: import('..').TriggerProps;
|
1593
1593
|
isSelectSetValue: boolean;
|
1594
1594
|
isSearch: boolean;
|
@@ -1613,15 +1613,15 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1613
1613
|
$nextTick: typeof nextTick;
|
1614
1614
|
$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;
|
1615
1615
|
} & Readonly<{
|
1616
|
-
disabled: boolean;
|
1617
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1618
|
-
strict: boolean;
|
1619
1616
|
type: "textarea" | "input";
|
1620
1617
|
data: import('../Select').SelectOption[];
|
1618
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1619
|
+
disabled: boolean;
|
1620
|
+
strict: boolean;
|
1621
1621
|
modelValue: string;
|
1622
1622
|
defaultValue: string;
|
1623
1623
|
allowClear: boolean;
|
1624
|
-
filterOption: (
|
1624
|
+
filterOption: import('../_shared/type').FilterOption<import('../Select').SelectOptionData>;
|
1625
1625
|
triggerProps: import('..').TriggerProps;
|
1626
1626
|
isSelectSetValue: boolean;
|
1627
1627
|
isSearch: boolean;
|
@@ -1629,22 +1629,22 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1629
1629
|
onChange?: ((value: string) => any) | undefined;
|
1630
1630
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1631
1631
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
1632
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1633
1632
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1634
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1635
|
-
onSelect?: ((value: string) => any) | undefined;
|
1636
1633
|
onSearch?: ((value: string) => any) | undefined;
|
1634
|
+
onSelect?: ((value: string) => any) | undefined;
|
1635
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1636
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1637
1637
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1638
1638
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
1639
1639
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
1640
|
-
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("
|
1640
|
+
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("type" | "data" | "popupContainer" | "disabled" | "strict" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
|
1641
1641
|
focus(): void;
|
1642
1642
|
blur(): void;
|
1643
1643
|
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
1644
1644
|
getMirrorRef(): HTMLDivElement | undefined;
|
1645
1645
|
updatePosition(x: number, y: number): void;
|
1646
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1647
|
-
$slots:
|
1646
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1647
|
+
$slots: any;
|
1648
1648
|
}) | null;
|
1649
1649
|
}, any>;
|
1650
1650
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|