yc-design-vue 2.0.3 → 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/Alert/index.d.ts +4 -4
- package/es/Alert/index.vue.d.ts +3 -3
- package/es/Alert/index.vue.js +7 -9
- 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.js +1 -4
- package/es/Anchor/index.d.ts +1 -1
- package/es/AutoComplete/index.d.ts +68 -68
- package/es/AutoComplete/index.vue.d.ts +97 -97
- package/es/AutoComplete/index.vue.js +5 -8
- package/es/Avatar/Avatar.vue.d.ts +2 -2
- package/es/Avatar/Avatar.vue.js +5 -7
- package/es/Avatar/AvatarGroup.vue.d.ts +2 -2
- package/es/Avatar/AvatarGroup.vue.js +2 -5
- package/es/Avatar/index.d.ts +2 -2
- package/es/BackTop/index.vue.js +4 -7
- 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/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 +5 -7
- package/es/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
- package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -4
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +3 -6
- package/es/Breadcrumb/index.d.ts +2 -2
- package/es/Button/Button.vue.d.ts +3 -3
- package/es/Button/Button.vue.js +4 -4
- package/es/Button/ButtonGroup.vue.d.ts +1 -1
- package/es/Button/hooks/useContext.js +0 -4
- package/es/Button/index.d.ts +7 -7
- package/es/Calendar/Calendar.vue.d.ts +2 -2
- package/es/Calendar/Calendar.vue.js +8 -9
- 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/Carousel/Carousel.vue.js +0 -4
- package/es/Carousel/CarouselArrow.vue.js +1 -4
- package/es/Carousel/CarouselIndicator.vue.js +0 -3
- package/es/Carousel/hooks/useContext.js +1 -4
- package/es/Cascader/Cascader.vue.d.ts +25 -27
- package/es/Cascader/Cascader.vue.js +0 -3
- package/es/Cascader/CascaderIcon.vue.js +3 -6
- package/es/Cascader/CascaderOption.vue.d.ts +1 -1
- package/es/Cascader/CascaderOption.vue.js +2 -5
- package/es/Cascader/hooks/useContext.js +1 -5
- package/es/Cascader/index.d.ts +22 -24
- package/es/Checkbox/Checkbox.vue.d.ts +2 -2
- package/es/Checkbox/Checkbox.vue.js +7 -9
- package/es/Checkbox/CheckboxGroup.vue.d.ts +2 -2
- package/es/Checkbox/CheckboxGroup.vue.js +3 -2
- package/es/Checkbox/hooks/useContext.js +1 -5
- package/es/Checkbox/index.d.ts +2 -2
- package/es/Collapse/CollapseItem.vue.d.ts +1 -1
- package/es/Collapse/CollapseItem.vue.js +3 -6
- package/es/Collapse/hooks/useContext.js +1 -5
- package/es/Collapse/index.d.ts +3 -3
- 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.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 +3 -3
- package/es/ConfigProvider/index.vue.d.ts +1 -1
- package/es/ConfigProvider/index.vue.js +1 -6
- 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.js +1 -4
- package/es/Descriptions/index.d.ts +10 -10
- 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 +3 -5
- 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 +5 -4
- package/es/Dropdown/Dropdown.vue.d.ts +3 -3
- package/es/Dropdown/Dropdown.vue.js +4 -6
- package/es/Dropdown/DropdownButton.vue.d.ts +2 -2
- package/es/Dropdown/DropdownButton.vue.js +1 -4
- package/es/Dropdown/Dsubmenu.vue.d.ts +22 -22
- package/es/Dropdown/Dsubmenu.vue.js +6 -8
- package/es/Dropdown/hooks/useContext.js +1 -5
- package/es/Dropdown/index.d.ts +22 -22
- package/es/Empty/index.vue.js +2 -4
- package/es/Grid/Grid.vue.js +0 -3
- package/es/Grid/GridCol.vue.js +0 -3
- package/es/Grid/GridItem.vue.js +0 -3
- package/es/Grid/GridRow.vue.d.ts +1 -1
- package/es/Grid/GridRow.vue.js +0 -3
- package/es/Grid/hooks/useContext.js +2 -5
- package/es/Grid/index.d.ts +3 -3
- package/es/Image/Image.vue.d.ts +2 -2
- package/es/Image/Image.vue.js +8 -9
- package/es/Image/ImagePreview.vue.d.ts +2 -2
- package/es/Image/ImagePreview.vue.js +7 -9
- package/es/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/es/Image/ImagePreviewArrow.vue.js +1 -4
- package/es/Image/ImagePreviewGroup.vue.d.ts +2 -2
- package/es/Image/ImagePreviewGroup.vue.js +4 -3
- package/es/Image/ImagePreviewToolbar.vue.js +2 -4
- package/es/Image/hooks/useContext.js +1 -5
- package/es/Image/index.d.ts +6 -6
- package/es/Input/Input.vue.d.ts +5 -5
- package/es/Input/Input.vue.js +15 -17
- package/es/Input/InputSuffix.vue.js +4 -7
- package/es/Input/hooks/useLimitedInput.js +1 -5
- package/es/Input/index.d.ts +9 -9
- package/es/InputNumber/InputNumber.vue.d.ts +26 -26
- package/es/InputNumber/InputNumber.vue.js +12 -14
- package/es/InputNumber/InputOperaBtn.vue.js +1 -4
- package/es/InputNumber/index.d.ts +22 -22
- package/es/InputTag/index.d.ts +14 -14
- package/es/InputTag/index.vue.d.ts +7 -7
- package/es/InputTag/index.vue.js +9 -11
- package/es/Layout/Layout.vue.d.ts +2 -2
- package/es/Layout/Layout.vue.js +2 -6
- package/es/Layout/LayoutSider.vue.js +1 -4
- package/es/Layout/hooks/useSiderContext.d.ts +1 -1
- package/es/Layout/hooks/useSiderContext.js +1 -5
- package/es/Layout/index.d.ts +1 -1
- package/es/Link/index.d.ts +1 -1
- package/es/Link/index.vue.d.ts +2 -2
- package/es/Link/index.vue.js +4 -6
- package/es/List/List.vue.d.ts +13 -13
- 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/hooks/useScrollReach.js +0 -4
- package/es/List/index.d.ts +11 -11
- package/es/Mention/index.d.ts +79 -79
- package/es/Mention/index.vue.d.ts +137 -137
- package/es/Mention/index.vue.js +4 -7
- package/es/Menu/Menu.vue.js +1 -4
- package/es/Menu/MenuEllipsis.vue.js +1 -4
- 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 +2 -2
- package/es/Menu/SubMenu.vue.js +4 -6
- package/es/Menu/hooks/useContext.js +6 -9
- package/es/Menu/index.d.ts +2 -2
- package/es/Message/Message.vue.d.ts +3 -3
- package/es/Message/Message.vue.js +3 -6
- package/es/Message/index.d.ts +12 -12
- package/es/Message/index.js +1 -8
- package/es/Modal/Modal.vue.d.ts +3 -3
- package/es/Modal/Modal.vue.js +3 -5
- package/es/Modal/ModalService.vue.d.ts +3 -3
- 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 +13 -11
- package/es/Modal/index.js +1 -1
- package/es/Notification/Notification.vue.d.ts +5 -5
- package/es/Notification/Notification.vue.js +3 -6
- package/es/Notification/index.d.ts +19 -18
- package/es/Notification/index.js +1 -8
- package/es/Notification/type.d.ts +1 -1
- 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 +10 -12
- package/es/Pagination/Pagination.vue.d.ts +2 -2
- package/es/Pagination/Pagination.vue.js +6 -7
- package/es/Pagination/PaginationItem.vue.js +1 -4
- package/es/Pagination/hooks/useContext.js +1 -4
- package/es/Pagination/index.d.ts +1 -1
- package/es/Popconfirm/index.d.ts +14 -14
- package/es/Popconfirm/index.vue.d.ts +18 -18
- package/es/Popconfirm/index.vue.js +1 -4
- package/es/Popover/index.d.ts +7 -7
- package/es/Popover/index.vue.d.ts +4 -4
- package/es/Popover/index.vue.js +4 -7
- package/es/Progress/Progress.vue.js +0 -4
- package/es/Progress/ProgressCircle.vue.js +2 -5
- package/es/Progress/ProgressLine.vue.js +0 -3
- package/es/Progress/ProgressSteps.vue.js +0 -3
- package/es/Radio/Radio.vue.d.ts +3 -3
- package/es/Radio/Radio.vue.js +10 -13
- package/es/Radio/RadioGroup.vue.d.ts +3 -3
- package/es/Radio/RadioGroup.vue.js +3 -2
- package/es/Radio/hooks/useContext.js +2 -6
- package/es/Radio/index.d.ts +8 -8
- package/es/Rate/index.vue.js +3 -6
- package/es/ResizeBox/index.vue.js +3 -7
- 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/Scrollbar/Scrollbar.vue.d.ts +1 -1
- package/es/Scrollbar/Scrollbar.vue.js +0 -3
- package/es/Scrollbar/ScrollbarTrack.vue.js +0 -3
- package/es/Scrollbar/index.d.ts +3 -3
- package/es/Select/Option.vue.d.ts +3 -3
- package/es/Select/Option.vue.js +5 -7
- package/es/Select/Select.vue.d.ts +52 -52
- package/es/Select/Select.vue.js +4 -6
- package/es/Select/SelectIcon.vue.js +3 -6
- package/es/Select/SelectRealList.vue.js +0 -4
- package/es/Select/SelectView.vue.js +1 -1
- package/es/Select/SelectVirtualList.vue.js +1 -5
- package/es/Select/hooks/useContext.js +1 -5
- package/es/Select/hooks/useSelectOptions.js +0 -4
- package/es/Select/index.d.ts +43 -43
- package/es/Skeleton/SkeletonLine.vue.js +0 -3
- package/es/Skeleton/SkeletonShape.vue.js +1 -5
- package/es/Slider/SliderBtn.vue.js +1 -5
- package/es/Slider/hooks/useContext.js +1 -5
- package/es/Slider/hooks/useSliderDraggable.js +0 -3
- package/es/Space/index.d.ts +1 -1
- package/es/Space/index.vue.d.ts +2 -2
- 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 +4 -6
- package/es/Split/index.vue.js +4 -7
- 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 +4 -6
- 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/Tabs/TabButton.vue.js +2 -5
- package/es/Tabs/TabPane.vue.d.ts +1 -1
- package/es/Tabs/TabPane.vue.js +0 -4
- package/es/Tabs/Tabs.vue.d.ts +3 -3
- package/es/Tabs/Tabs.vue.js +4 -7
- package/es/Tabs/TabsNavInk.vue.js +1 -4
- package/es/Tabs/TabsTab.vue.js +0 -4
- package/es/Tabs/hooks/useContext.js +1 -5
- package/es/Tabs/hooks/useTabsScroll.js +0 -3
- package/es/Tabs/index.d.ts +4 -4
- package/es/Tag/index.d.ts +1 -1
- package/es/Tag/index.vue.d.ts +2 -2
- package/es/Tag/index.vue.js +8 -10
- 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 +2 -5
- package/es/TimePicker/TimePicker.vue.d.ts +7 -7
- package/es/TimePicker/TimePicker.vue.js +9 -10
- package/es/TimePicker/TimePickerPanel.vue.js +1 -3
- package/es/TimePicker/hooks/useContext.js +1 -4
- package/es/TimePicker/index.d.ts +11 -11
- 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.js +0 -4
- package/es/Timeline/index.d.ts +4 -4
- package/es/Tooltip/index.d.ts +3 -3
- package/es/Tooltip/index.vue.d.ts +1 -1
- package/es/Tooltip/index.vue.js +1 -5
- package/es/Transfer/Transfer.vue.d.ts +3 -3
- package/es/Transfer/Transfer.vue.js +1 -4
- package/es/Transfer/TransferPanel.vue.js +2 -5
- package/es/Transfer/hooks/useContext.js +1 -5
- package/es/Transfer/index.d.ts +8 -8
- package/es/Trigger/hooks/useContext.js +0 -3
- package/es/Trigger/hooks/useTriggerPosition.js +0 -3
- package/es/Trigger/hooks/useTriggerVisible.js +1 -4
- package/es/Trigger/index.d.ts +8 -8
- package/es/Trigger/index.vue.d.ts +6 -6
- package/es/Trigger/index.vue.js +4 -7
- package/es/Typography/TypographyBase.vue.d.ts +22 -22
- package/es/Typography/TypographyBase.vue.js +4 -6
- package/es/Typography/TypographyParagraph.vue.d.ts +2 -2
- package/es/Typography/TypographyParagraph.vue.js +4 -3
- package/es/Typography/TypographyText.vue.d.ts +1 -2
- package/es/Typography/TypographyText.vue.js +4 -3
- package/es/Typography/TypographyTitle.vue.d.ts +2 -2
- package/es/Typography/TypographyTitle.vue.js +4 -3
- 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 +0 -3
- package/es/_shared/components/Icon/index.vue3.js +0 -3
- package/es/_shared/components/IconButton/{index.vue2.js → index.vue.js} +1 -4
- package/es/_shared/components/IconButton/index.vue3.js +2 -2
- package/es/_shared/constants/index.js +1 -4
- package/es/_shared/icons/IconArrowDown.vue.js +4 -8
- package/es/_shared/icons/IconArrowRight.vue.js +4 -8
- package/es/_shared/icons/IconCheck.vue.js +4 -8
- package/es/_shared/icons/IconCheckboxChecked.vue.js +4 -8
- package/es/_shared/icons/IconClose.vue.js +4 -8
- package/es/_shared/icons/IconCopy.vue.js +1 -23
- package/es/_shared/icons/IconCopy.vue2.js +19 -1
- package/es/_shared/icons/IconDelete.vue2.js +4 -8
- package/es/_shared/icons/IconDragDot.vue.js +4 -8
- package/es/_shared/icons/IconEdit.vue.js +1 -23
- package/es/_shared/icons/IconEdit.vue2.js +19 -1
- package/es/_shared/icons/IconEmpty.vue.js +4 -8
- package/es/_shared/icons/IconError.vue.js +4 -8
- package/es/_shared/icons/IconExclamation.vue2.js +4 -8
- 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 +4 -8
- package/es/_shared/icons/IconFullScreen.vue2.js +4 -8
- package/es/_shared/icons/IconImageClose.vue.js +4 -8
- package/es/_shared/icons/IconInfo.vue.js +4 -8
- package/es/_shared/icons/IconInfoLine.vue.js +4 -8
- package/es/_shared/icons/IconLink.vue.js +4 -8
- package/es/_shared/icons/IconLoading.vue.js +4 -8
- package/es/_shared/icons/IconMenuFold.vue.js +4 -8
- package/es/_shared/icons/IconMenuUnfold.vue.js +4 -8
- package/es/_shared/icons/IconMinus.vue2.js +4 -8
- package/es/_shared/icons/IconMore.vue.js +4 -8
- package/es/_shared/icons/IconOriginSize.vue2.js +4 -8
- package/es/_shared/icons/IconPlus.vue.js +4 -8
- package/es/_shared/icons/IconRight.vue.js +4 -8
- package/es/_shared/icons/IconRotateLeft.vue2.js +4 -8
- package/es/_shared/icons/IconRotateRight.vue2.js +4 -8
- package/es/_shared/icons/IconSearch.vue2.js +4 -8
- package/es/_shared/icons/IconSeparator.vue.js +19 -1
- package/es/_shared/icons/IconSeparator.vue2.js +1 -23
- package/es/_shared/icons/IconStar.vue.js +4 -8
- package/es/_shared/icons/IconSuccess.vue.js +4 -8
- package/es/_shared/icons/IconTime.vue.js +4 -8
- package/es/_shared/icons/IconToTop.vue.js +4 -8
- package/es/_shared/icons/IconWarning.vue.js +4 -8
- package/es/_shared/icons/IconZoomIn.vue2.js +4 -8
- package/es/_shared/icons/IconZoomOut.vue2.js +4 -8
- package/es/_shared/utils/control.d.ts +2 -2
- package/es/_shared/utils/control.js +1 -5
- package/es/_shared/utils/global-config.js +0 -4
- package/es/_shared/utils/vue-utils.d.ts +1 -1
- package/es/_shared/utils/vue-utils.js +1 -1
- package/es/index.d.ts +69 -69
- 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/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/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.js +1 -1
- package/lib/Anchor/index.d.ts +1 -1
- package/lib/Anchor/index.js +1 -1
- package/lib/AutoComplete/index.d.ts +68 -68
- package/lib/AutoComplete/index.js +1 -1
- package/lib/AutoComplete/index.vue.d.ts +97 -97
- package/lib/AutoComplete/index.vue.js +1 -1
- package/lib/AutoComplete/index.vue3.js +1 -1
- package/lib/Avatar/Avatar.vue.d.ts +2 -2
- 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.js +1 -1
- package/lib/Avatar/index.d.ts +2 -2
- package/lib/Avatar/index.js +1 -1
- 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/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/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/Button/Button.vue.d.ts +3 -3
- package/lib/Button/Button.vue.js +1 -1
- package/lib/Button/Button.vue3.js +1 -1
- package/lib/Button/ButtonGroup.vue.d.ts +1 -1
- package/lib/Button/ButtonGroup.vue.js +1 -1
- package/lib/Button/ButtonGroup.vue3.js +1 -1
- package/lib/Button/hooks/useContext.js +1 -1
- package/lib/Button/index.d.ts +7 -7
- package/lib/Button/index.js +1 -1
- 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/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.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.js +1 -1
- package/lib/Carousel/index.js +1 -1
- package/lib/Cascader/Cascader.vue.d.ts +25 -27
- 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.js +1 -1
- package/lib/Cascader/index.d.ts +22 -24
- package/lib/Cascader/index.js +1 -1
- 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.js +1 -1
- package/lib/Checkbox/index.d.ts +2 -2
- package/lib/Checkbox/index.js +1 -1
- 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.js +1 -1
- package/lib/Collapse/index.d.ts +3 -3
- package/lib/Collapse/index.js +1 -1
- 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.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 +3 -3
- package/lib/ConfigProvider/index.js +1 -1
- package/lib/ConfigProvider/index.vue.d.ts +1 -1
- package/lib/ConfigProvider/index.vue.js +1 -1
- package/lib/ConfigProvider/index.vue2.js +1 -1
- 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.js +1 -1
- package/lib/Descriptions/index.d.ts +10 -10
- package/lib/Descriptions/index.js +1 -1
- 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 +3 -3
- 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 +22 -22
- package/lib/Dropdown/Dsubmenu.vue.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue3.js +1 -1
- package/lib/Dropdown/hooks/useContext.js +1 -1
- package/lib/Dropdown/index.d.ts +22 -22
- package/lib/Dropdown/index.js +1 -1
- 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.js +1 -1
- package/lib/Grid/Grid.vue3.js +1 -1
- package/lib/Grid/GridCol.vue.js +1 -1
- package/lib/Grid/GridCol.vue2.js +1 -1
- package/lib/Grid/GridItem.vue.js +1 -1
- package/lib/Grid/GridItem.vue2.js +1 -1
- package/lib/Grid/GridRow.vue.d.ts +1 -1
- package/lib/Grid/GridRow.vue.js +1 -1
- package/lib/Grid/GridRow.vue3.js +1 -1
- package/lib/Grid/hooks/useContext.js +1 -1
- package/lib/Grid/index.d.ts +3 -3
- package/lib/Grid/index.js +1 -1
- package/lib/Image/Image.vue.d.ts +2 -2
- 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.js +1 -1
- package/lib/Image/index.d.ts +6 -6
- package/lib/Image/index.js +1 -1
- package/lib/Input/Input.vue.d.ts +5 -5
- 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.js +1 -1
- package/lib/Input/index.d.ts +9 -9
- package/lib/Input/index.js +1 -1
- package/lib/InputNumber/InputNumber.vue.d.ts +26 -26
- 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 +22 -22
- package/lib/InputNumber/index.js +1 -1
- 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/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.js +1 -1
- package/lib/Layout/LayoutSider.vue3.js +1 -1
- package/lib/Layout/hooks/useSiderContext.d.ts +1 -1
- package/lib/Layout/hooks/useSiderContext.js +1 -1
- package/lib/Layout/index.d.ts +1 -1
- package/lib/Layout/index.js +1 -1
- 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/List/List.vue.d.ts +13 -13
- 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.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 +11 -11
- package/lib/List/index.js +1 -1
- package/lib/Mention/index.d.ts +79 -79
- package/lib/Mention/index.js +1 -1
- package/lib/Mention/index.vue.d.ts +137 -137
- package/lib/Mention/index.vue.js +1 -1
- package/lib/Mention/index.vue2.js +1 -1
- 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 +2 -2
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Menu/SubMenu.vue3.js +1 -1
- package/lib/Menu/hooks/useContext.js +1 -1
- package/lib/Menu/index.d.ts +2 -2
- package/lib/Menu/index.js +1 -1
- package/lib/Message/Message.vue.d.ts +3 -3
- 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 +12 -12
- package/lib/Message/index.js +1 -1
- package/lib/Modal/Modal.vue.d.ts +3 -3
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Modal/Modal.vue3.js +1 -1
- package/lib/Modal/ModalService.vue.d.ts +3 -3
- 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 +13 -11
- package/lib/Modal/index.js +1 -1
- package/lib/Notification/Notification.vue.d.ts +5 -5
- 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 +19 -18
- package/lib/Notification/index.js +1 -1
- package/lib/Notification/type.d.ts +1 -1
- 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.js +1 -1
- package/lib/Pagination/index.d.ts +1 -1
- package/lib/Pagination/index.js +1 -1
- package/lib/Popconfirm/index.d.ts +14 -14
- package/lib/Popconfirm/index.js +1 -1
- package/lib/Popconfirm/index.vue.d.ts +18 -18
- package/lib/Popconfirm/index.vue.js +1 -1
- package/lib/Popconfirm/index.vue3.js +1 -1
- package/lib/Popover/index.d.ts +7 -7
- package/lib/Popover/index.js +1 -1
- package/lib/Popover/index.vue.d.ts +4 -4
- package/lib/Popover/index.vue.js +1 -1
- package/lib/Popover/index.vue3.js +1 -1
- 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/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.js +1 -1
- package/lib/Radio/index.d.ts +8 -8
- package/lib/Radio/index.js +1 -1
- 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/Scrollbar/Scrollbar.vue.d.ts +1 -1
- 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 +3 -3
- 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 +3 -3
- package/lib/Select/Option.vue.js +1 -1
- package/lib/Select/Option.vue3.js +1 -1
- package/lib/Select/Select.vue.d.ts +52 -52
- 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.js +1 -1
- package/lib/Select/hooks/useSelectHotkeys.js +1 -1
- package/lib/Select/hooks/useSelectOptions.js +1 -1
- package/lib/Select/index.d.ts +43 -43
- package/lib/Select/index.js +1 -1
- 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/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.js +1 -1
- package/lib/Slider/SliderTicks.vue3.js +1 -1
- package/lib/Slider/hooks/useContext.js +1 -1
- package/lib/Slider/hooks/useSliderDraggable.js +1 -1
- package/lib/Slider/index.js +1 -1
- package/lib/Space/index.d.ts +1 -1
- package/lib/Space/index.js +1 -1
- package/lib/Space/index.vue.d.ts +2 -2
- 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.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/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 +3 -3
- package/lib/Tabs/Tabs.vue.js +1 -1
- package/lib/Tabs/Tabs.vue3.js +1 -1
- 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.js +1 -1
- package/lib/Tabs/hooks/useTabsScroll.js +1 -1
- package/lib/Tabs/index.d.ts +4 -4
- package/lib/Tabs/index.js +1 -1
- 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/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.js +1 -1
- package/lib/TimePicker/index.d.ts +11 -11
- package/lib/TimePicker/index.js +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.js +1 -1
- package/lib/Timeline/index.d.ts +4 -4
- package/lib/Timeline/index.js +1 -1
- package/lib/Tooltip/index.d.ts +3 -3
- package/lib/Tooltip/index.js +1 -1
- package/lib/Tooltip/index.vue.d.ts +1 -1
- package/lib/Tooltip/index.vue.js +1 -1
- package/lib/Tooltip/index.vue3.js +1 -1
- 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.js +1 -1
- package/lib/Transfer/index.d.ts +8 -8
- package/lib/Transfer/index.js +1 -1
- package/lib/Trigger/hooks/useContext.js +1 -1
- package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
- package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
- package/lib/Trigger/index.d.ts +8 -8
- package/lib/Trigger/index.js +1 -1
- package/lib/Trigger/index.vue.d.ts +6 -6
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Trigger/index.vue3.js +1 -1
- package/lib/Typography/Typography.vue.js +1 -1
- package/lib/Typography/Typography.vue3.js +1 -1
- package/lib/Typography/TypographyBase.vue.d.ts +22 -22
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue3.js +1 -1
- package/lib/Typography/TypographyParagraph.vue.d.ts +2 -2
- 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 +2 -2
- 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/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 -0
- 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.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/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/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 +1 -1
- package/lib/_shared/utils/vue-utils.js +1 -1
- package/lib/index.d.ts +69 -69
- 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/components/IconButton/index.vue2.js +0 -1
- package/lib/_shared/utils/index.d.ts +0 -8
@@ -1,9 +1,9 @@
|
|
1
1
|
import { nextTick } from 'vue';
|
2
|
-
import { AutoCompleteProps
|
2
|
+
import { AutoCompleteProps } from './type';
|
3
3
|
import { SelectOptionData, SelectOption } from '../Select';
|
4
4
|
declare function __VLS_template(): {
|
5
5
|
attrs: Partial<{}>;
|
6
|
-
slots:
|
6
|
+
slots: any;
|
7
7
|
refs: {
|
8
8
|
selectRef: ({
|
9
9
|
$: import('vue').ComponentInternalInstance;
|
@@ -49,12 +49,12 @@ declare function __VLS_template(): {
|
|
49
49
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
50
50
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
51
51
|
readonly onClear?: (() => any) | undefined;
|
52
|
-
readonly onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
53
52
|
readonly onSearch?: ((value: string) => any) | undefined;
|
53
|
+
readonly onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
54
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
54
55
|
readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
55
56
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
56
57
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
57
|
-
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
58
58
|
readonly onExceedLimit?: ((value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
59
59
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
60
60
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -174,7 +174,7 @@ declare function __VLS_template(): {
|
|
174
174
|
}> & Omit<Readonly<{
|
175
175
|
preventFocus?: boolean;
|
176
176
|
tag?: string;
|
177
|
-
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
177
|
+
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
178
178
|
$slots: {
|
179
179
|
default?(_: {}): any;
|
180
180
|
};
|
@@ -204,6 +204,8 @@ declare function __VLS_template(): {
|
|
204
204
|
show: () => any;
|
205
205
|
hide: () => any;
|
206
206
|
}, string, {
|
207
|
+
popupContainer: import('..').PopupContainer;
|
208
|
+
renderToBody: boolean;
|
207
209
|
trigger: import('..').TriggerType;
|
208
210
|
mouseEnterDelay: number;
|
209
211
|
popupVisible: boolean;
|
@@ -231,8 +233,6 @@ declare function __VLS_template(): {
|
|
231
233
|
duration: number;
|
232
234
|
autoFitPopupWidth: boolean;
|
233
235
|
autoFitPopupMinWidth: boolean;
|
234
|
-
popupContainer: import('..').PopupContainer;
|
235
|
-
renderToBody: boolean;
|
236
236
|
autoFitPosition: boolean;
|
237
237
|
updateAtScroll: boolean;
|
238
238
|
preventFocus: boolean;
|
@@ -258,6 +258,8 @@ declare function __VLS_template(): {
|
|
258
258
|
$nextTick: typeof nextTick;
|
259
259
|
$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;
|
260
260
|
} & Readonly<{
|
261
|
+
popupContainer: import('..').PopupContainer;
|
262
|
+
renderToBody: boolean;
|
261
263
|
trigger: import('..').TriggerType;
|
262
264
|
mouseEnterDelay: number;
|
263
265
|
popupVisible: boolean;
|
@@ -285,8 +287,6 @@ declare function __VLS_template(): {
|
|
285
287
|
duration: number;
|
286
288
|
autoFitPopupWidth: boolean;
|
287
289
|
autoFitPopupMinWidth: boolean;
|
288
|
-
popupContainer: import('..').PopupContainer;
|
289
|
-
renderToBody: boolean;
|
290
290
|
autoFitPosition: boolean;
|
291
291
|
updateAtScroll: boolean;
|
292
292
|
preventFocus: boolean;
|
@@ -296,12 +296,12 @@ declare function __VLS_template(): {
|
|
296
296
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
297
297
|
onShow?: (() => any) | undefined;
|
298
298
|
onHide?: (() => any) | undefined;
|
299
|
-
}>, "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" | "
|
299
|
+
}>, "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<{
|
300
300
|
hide(): void;
|
301
301
|
show(): void;
|
302
302
|
updatePosition(x: number, y: number): void;
|
303
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
304
|
-
$slots:
|
303
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
304
|
+
$slots: any;
|
305
305
|
}) | null;
|
306
306
|
inputRef: ({
|
307
307
|
$: import('vue').ComponentInternalInstance;
|
@@ -326,12 +326,12 @@ declare function __VLS_template(): {
|
|
326
326
|
readonly allowCreate?: boolean | undefined;
|
327
327
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
328
328
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
329
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
330
329
|
readonly onInput?: ((value: string) => any) | undefined;
|
330
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
331
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
331
332
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
332
333
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
333
334
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
334
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
335
335
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
336
336
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
337
337
|
$attrs: {
|
@@ -349,17 +349,17 @@ declare function __VLS_template(): {
|
|
349
349
|
$root: import('vue').ComponentPublicInstance | null;
|
350
350
|
$parent: import('vue').ComponentPublicInstance | null;
|
351
351
|
$host: Element | null;
|
352
|
-
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "
|
352
|
+
$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);
|
353
353
|
$el: HTMLDivElement;
|
354
354
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
355
355
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
356
356
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
357
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
358
357
|
onInput?: ((value: string) => any) | undefined;
|
358
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
359
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
359
360
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
360
361
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
361
362
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
362
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
363
363
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
364
364
|
}>, {
|
365
365
|
focus(): void;
|
@@ -367,17 +367,17 @@ declare function __VLS_template(): {
|
|
367
367
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
368
368
|
focus: (ev: FocusEvent) => any;
|
369
369
|
clear: (ev: MouseEvent) => any;
|
370
|
-
blur: (ev: FocusEvent) => any;
|
371
370
|
input: (value: string) => any;
|
371
|
+
blur: (ev: FocusEvent) => any;
|
372
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
372
373
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
373
374
|
"update:inputValue": (value: string) => any;
|
374
375
|
"input-value-change": (value: string, ev: Event) => any;
|
375
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
376
376
|
"press-enter": (ev: KeyboardEvent) => any;
|
377
377
|
}, string, {
|
378
378
|
size: import('..').Size;
|
379
|
-
disabled: boolean;
|
380
379
|
error: boolean;
|
380
|
+
disabled: boolean;
|
381
381
|
placeholder: string;
|
382
382
|
modelValue: import('..').InputTagValue;
|
383
383
|
defaultValue: import('..').InputTagValue;
|
@@ -413,8 +413,8 @@ declare function __VLS_template(): {
|
|
413
413
|
$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;
|
414
414
|
} & Readonly<{
|
415
415
|
size: import('..').Size;
|
416
|
-
disabled: boolean;
|
417
416
|
error: boolean;
|
417
|
+
disabled: boolean;
|
418
418
|
placeholder: string;
|
419
419
|
modelValue: import('..').InputTagValue;
|
420
420
|
defaultValue: import('..').InputTagValue;
|
@@ -431,18 +431,18 @@ declare function __VLS_template(): {
|
|
431
431
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
432
432
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
433
433
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
434
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
435
434
|
onInput?: ((value: string) => any) | undefined;
|
435
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
436
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
436
437
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
437
438
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
438
439
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
439
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
440
440
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
441
|
-
}>, "focus" | "blur" | ("size" | "
|
441
|
+
}>, "focus" | "blur" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
442
442
|
focus(): void;
|
443
443
|
blur(): void;
|
444
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
445
|
-
$slots:
|
444
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
445
|
+
$slots: any;
|
446
446
|
}) | null;
|
447
447
|
};
|
448
448
|
$slots: Readonly<{
|
@@ -451,19 +451,19 @@ declare function __VLS_template(): {
|
|
451
451
|
$root: import('vue').ComponentPublicInstance | null;
|
452
452
|
$parent: import('vue').ComponentPublicInstance | null;
|
453
453
|
$host: Element | null;
|
454
|
-
$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: "select", value: import('../Select').SelectOptionValue) => void) & ((event: "
|
454
|
+
$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: import('../Select').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: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
455
455
|
$el: any;
|
456
456
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
457
457
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
458
458
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
459
459
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
460
460
|
onClear?: (() => any) | undefined;
|
461
|
-
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
462
461
|
onSearch?: ((value: string) => any) | undefined;
|
462
|
+
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
463
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
463
464
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
464
465
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
465
466
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
466
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
467
467
|
onExceedLimit?: ((value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
468
468
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
469
469
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -476,22 +476,22 @@ declare function __VLS_template(): {
|
|
476
476
|
"update:popupVisible": (value: boolean) => any;
|
477
477
|
"popup-visible-change": (value: boolean) => any;
|
478
478
|
clear: () => any;
|
479
|
-
select: (value: import('../Select').SelectOptionValue) => any;
|
480
479
|
search: (value: string) => any;
|
480
|
+
select: (value: import('../Select').SelectOptionValue) => any;
|
481
|
+
remove: (index: string | number, ev: Event) => any;
|
481
482
|
"update:modelValue": (value: import('../Select').SelectValue) => any;
|
482
483
|
"update:inputValue": (value: string) => any;
|
483
484
|
"input-value-change": (value: string) => any;
|
484
|
-
remove: (index: string | number, ev: Event) => any;
|
485
485
|
exceedLimit: (value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
486
486
|
"dropdown-scroll": (ev: Event) => any;
|
487
487
|
"dropdown-reach-bottom": (ev: Event) => any;
|
488
488
|
}, string, {
|
489
489
|
size: import('..').Size;
|
490
|
+
error: boolean;
|
491
|
+
popupContainer: import('..').PopupContainer;
|
490
492
|
popupVisible: boolean;
|
491
493
|
defaultPopupVisible: boolean;
|
492
494
|
disabled: boolean;
|
493
|
-
popupContainer: import('..').PopupContainer;
|
494
|
-
error: boolean;
|
495
495
|
scrollbar: boolean;
|
496
496
|
multiple: boolean;
|
497
497
|
placeholder: string;
|
@@ -540,11 +540,11 @@ declare function __VLS_template(): {
|
|
540
540
|
$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;
|
541
541
|
} & Readonly<{
|
542
542
|
size: import('..').Size;
|
543
|
+
error: boolean;
|
544
|
+
popupContainer: import('..').PopupContainer;
|
543
545
|
popupVisible: boolean;
|
544
546
|
defaultPopupVisible: boolean;
|
545
547
|
disabled: boolean;
|
546
|
-
popupContainer: import('..').PopupContainer;
|
547
|
-
error: boolean;
|
548
548
|
scrollbar: boolean;
|
549
549
|
multiple: boolean;
|
550
550
|
placeholder: string;
|
@@ -576,28 +576,28 @@ declare function __VLS_template(): {
|
|
576
576
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
577
577
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
578
578
|
onClear?: (() => any) | undefined;
|
579
|
-
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
580
579
|
onSearch?: ((value: string) => any) | undefined;
|
580
|
+
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
581
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
581
582
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
582
583
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
583
584
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
584
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
585
585
|
onExceedLimit?: ((value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
586
586
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
587
587
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
588
|
-
}>, "focus" | "blur" | ("size" | "
|
588
|
+
}>, "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<{
|
589
589
|
focus(): void;
|
590
590
|
blur(): void;
|
591
591
|
getPopupRef(): import('..').TriggerInstance;
|
592
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
593
|
-
$slots:
|
592
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
593
|
+
$slots: any;
|
594
594
|
}) | null;
|
595
595
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Textarea').TextareaProps> & Readonly<{
|
596
596
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
597
597
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
598
598
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
599
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
600
599
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
600
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
601
601
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
602
602
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
603
603
|
}>, {
|
@@ -609,13 +609,13 @@ declare function __VLS_template(): {
|
|
609
609
|
change: (value: string, ev: Event) => any;
|
610
610
|
focus: (ev: FocusEvent) => any;
|
611
611
|
clear: (ev: MouseEvent) => any;
|
612
|
-
blur: (ev: FocusEvent) => any;
|
613
612
|
input: (value: string, ev: Event) => any;
|
613
|
+
blur: (ev: FocusEvent) => any;
|
614
614
|
keydown: (ev: KeyboardEvent) => any;
|
615
615
|
"update:modelValue": (value: string) => any;
|
616
616
|
}, import('vue').PublicProps, {
|
617
|
-
disabled: boolean;
|
618
617
|
error: import('../Textarea').AutoSize;
|
618
|
+
disabled: boolean;
|
619
619
|
placeholder: string;
|
620
620
|
modelValue: string;
|
621
621
|
defaultValue: string;
|
@@ -642,8 +642,8 @@ declare function __VLS_template(): {
|
|
642
642
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
643
643
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
644
644
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
645
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
646
645
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
646
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
647
647
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
648
648
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
649
649
|
}>, {
|
@@ -652,8 +652,8 @@ declare function __VLS_template(): {
|
|
652
652
|
getInputRef(): HTMLTextAreaElement;
|
653
653
|
getMirrorRef(): HTMLDivElement;
|
654
654
|
}, {}, {}, {}, {
|
655
|
-
disabled: boolean;
|
656
655
|
error: import('../Textarea').AutoSize;
|
656
|
+
disabled: boolean;
|
657
657
|
placeholder: string;
|
658
658
|
modelValue: string;
|
659
659
|
defaultValue: string;
|
@@ -681,11 +681,11 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
681
681
|
change: (value: string) => any;
|
682
682
|
focus: (ev: FocusEvent) => any;
|
683
683
|
clear: (ev?: Event | undefined) => any;
|
684
|
-
blur: (ev: FocusEvent) => any;
|
685
684
|
input: (value: string, ev: Event) => any;
|
686
|
-
keydown: (ev: KeyboardEvent) => any;
|
687
|
-
select: (value: string) => any;
|
688
685
|
search: (value: string) => any;
|
686
|
+
select: (value: string) => any;
|
687
|
+
blur: (ev: FocusEvent) => any;
|
688
|
+
keydown: (ev: KeyboardEvent) => any;
|
689
689
|
"update:modelValue": (value: string) => any;
|
690
690
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
691
691
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
@@ -693,20 +693,20 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
693
693
|
onChange?: ((value: string) => any) | undefined;
|
694
694
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
695
695
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
696
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
697
696
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
698
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
699
|
-
onSelect?: ((value: string) => any) | undefined;
|
700
697
|
onSearch?: ((value: string) => any) | undefined;
|
698
|
+
onSelect?: ((value: string) => any) | undefined;
|
699
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
700
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
701
701
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
702
702
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
703
703
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
704
704
|
}>, {
|
705
|
-
disabled: boolean;
|
706
|
-
popupContainer: import('..').PopupContainer;
|
707
|
-
strict: boolean;
|
708
705
|
type: "textarea" | "input";
|
709
706
|
data: SelectOption[];
|
707
|
+
popupContainer: import('..').PopupContainer;
|
708
|
+
disabled: boolean;
|
709
|
+
strict: boolean;
|
710
710
|
modelValue: string;
|
711
711
|
defaultValue: string;
|
712
712
|
allowClear: boolean;
|
@@ -759,12 +759,12 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
759
759
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
760
760
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
761
761
|
readonly onClear?: (() => any) | undefined;
|
762
|
-
readonly onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
763
762
|
readonly onSearch?: ((value: string) => any) | undefined;
|
763
|
+
readonly onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
764
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
764
765
|
readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
765
766
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
766
767
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
767
|
-
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
768
768
|
readonly onExceedLimit?: ((value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
769
769
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
770
770
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -884,7 +884,7 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
884
884
|
}> & Omit<Readonly<{
|
885
885
|
preventFocus?: boolean;
|
886
886
|
tag?: string;
|
887
|
-
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
887
|
+
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
888
888
|
$slots: {
|
889
889
|
default?(_: {}): any;
|
890
890
|
};
|
@@ -914,6 +914,8 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
914
914
|
show: () => any;
|
915
915
|
hide: () => any;
|
916
916
|
}, string, {
|
917
|
+
popupContainer: import('..').PopupContainer;
|
918
|
+
renderToBody: boolean;
|
917
919
|
trigger: import('..').TriggerType;
|
918
920
|
mouseEnterDelay: number;
|
919
921
|
popupVisible: boolean;
|
@@ -941,8 +943,6 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
941
943
|
duration: number;
|
942
944
|
autoFitPopupWidth: boolean;
|
943
945
|
autoFitPopupMinWidth: boolean;
|
944
|
-
popupContainer: import('..').PopupContainer;
|
945
|
-
renderToBody: boolean;
|
946
946
|
autoFitPosition: boolean;
|
947
947
|
updateAtScroll: boolean;
|
948
948
|
preventFocus: boolean;
|
@@ -968,6 +968,8 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
968
968
|
$nextTick: typeof nextTick;
|
969
969
|
$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;
|
970
970
|
} & Readonly<{
|
971
|
+
popupContainer: import('..').PopupContainer;
|
972
|
+
renderToBody: boolean;
|
971
973
|
trigger: import('..').TriggerType;
|
972
974
|
mouseEnterDelay: number;
|
973
975
|
popupVisible: boolean;
|
@@ -995,8 +997,6 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
995
997
|
duration: number;
|
996
998
|
autoFitPopupWidth: boolean;
|
997
999
|
autoFitPopupMinWidth: boolean;
|
998
|
-
popupContainer: import('..').PopupContainer;
|
999
|
-
renderToBody: boolean;
|
1000
1000
|
autoFitPosition: boolean;
|
1001
1001
|
updateAtScroll: boolean;
|
1002
1002
|
preventFocus: boolean;
|
@@ -1006,12 +1006,12 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1006
1006
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1007
1007
|
onShow?: (() => any) | undefined;
|
1008
1008
|
onHide?: (() => any) | undefined;
|
1009
|
-
}>, "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" | "
|
1009
|
+
}>, "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<{
|
1010
1010
|
hide(): void;
|
1011
1011
|
show(): void;
|
1012
1012
|
updatePosition(x: number, y: number): void;
|
1013
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1014
|
-
$slots:
|
1013
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1014
|
+
$slots: any;
|
1015
1015
|
}) | null;
|
1016
1016
|
inputRef: ({
|
1017
1017
|
$: import('vue').ComponentInternalInstance;
|
@@ -1036,12 +1036,12 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1036
1036
|
readonly allowCreate?: boolean | undefined;
|
1037
1037
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1038
1038
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
1039
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1040
1039
|
readonly onInput?: ((value: string) => any) | undefined;
|
1040
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1041
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1041
1042
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1042
1043
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1043
1044
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1044
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1045
1045
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1046
1046
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
1047
1047
|
$attrs: {
|
@@ -1059,17 +1059,17 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1059
1059
|
$root: import('vue').ComponentPublicInstance | null;
|
1060
1060
|
$parent: import('vue').ComponentPublicInstance | null;
|
1061
1061
|
$host: Element | null;
|
1062
|
-
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "
|
1062
|
+
$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);
|
1063
1063
|
$el: HTMLDivElement;
|
1064
1064
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
1065
1065
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1066
1066
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1067
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1068
1067
|
onInput?: ((value: string) => any) | undefined;
|
1068
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1069
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1069
1070
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1070
1071
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1071
1072
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1072
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1073
1073
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1074
1074
|
}>, {
|
1075
1075
|
focus(): void;
|
@@ -1077,17 +1077,17 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1077
1077
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1078
1078
|
focus: (ev: FocusEvent) => any;
|
1079
1079
|
clear: (ev: MouseEvent) => any;
|
1080
|
-
blur: (ev: FocusEvent) => any;
|
1081
1080
|
input: (value: string) => any;
|
1081
|
+
blur: (ev: FocusEvent) => any;
|
1082
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
1082
1083
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
1083
1084
|
"update:inputValue": (value: string) => any;
|
1084
1085
|
"input-value-change": (value: string, ev: Event) => any;
|
1085
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
1086
1086
|
"press-enter": (ev: KeyboardEvent) => any;
|
1087
1087
|
}, string, {
|
1088
1088
|
size: import('..').Size;
|
1089
|
-
disabled: boolean;
|
1090
1089
|
error: boolean;
|
1090
|
+
disabled: boolean;
|
1091
1091
|
placeholder: string;
|
1092
1092
|
modelValue: import('..').InputTagValue;
|
1093
1093
|
defaultValue: import('..').InputTagValue;
|
@@ -1123,8 +1123,8 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1123
1123
|
$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;
|
1124
1124
|
} & Readonly<{
|
1125
1125
|
size: import('..').Size;
|
1126
|
-
disabled: boolean;
|
1127
1126
|
error: boolean;
|
1127
|
+
disabled: boolean;
|
1128
1128
|
placeholder: string;
|
1129
1129
|
modelValue: import('..').InputTagValue;
|
1130
1130
|
defaultValue: import('..').InputTagValue;
|
@@ -1141,18 +1141,18 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1141
1141
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
1142
1142
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1143
1143
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1144
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1145
1144
|
onInput?: ((value: string) => any) | undefined;
|
1145
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1146
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1146
1147
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1147
1148
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1148
1149
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1149
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1150
1150
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1151
|
-
}>, "focus" | "blur" | ("size" | "
|
1151
|
+
}>, "focus" | "blur" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
1152
1152
|
focus(): void;
|
1153
1153
|
blur(): void;
|
1154
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1155
|
-
$slots:
|
1154
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1155
|
+
$slots: any;
|
1156
1156
|
}) | null;
|
1157
1157
|
};
|
1158
1158
|
$slots: Readonly<{
|
@@ -1161,19 +1161,19 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1161
1161
|
$root: import('vue').ComponentPublicInstance | null;
|
1162
1162
|
$parent: import('vue').ComponentPublicInstance | null;
|
1163
1163
|
$host: Element | null;
|
1164
|
-
$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: "select", value: import('../Select').SelectOptionValue) => void) & ((event: "
|
1164
|
+
$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: import('../Select').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: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
1165
1165
|
$el: any;
|
1166
1166
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
1167
1167
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1168
1168
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1169
1169
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1170
1170
|
onClear?: (() => any) | undefined;
|
1171
|
-
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
1172
1171
|
onSearch?: ((value: string) => any) | undefined;
|
1172
|
+
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
1173
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1173
1174
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1174
1175
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1175
1176
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1176
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1177
1177
|
onExceedLimit?: ((value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1178
1178
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1179
1179
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -1186,22 +1186,22 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1186
1186
|
"update:popupVisible": (value: boolean) => any;
|
1187
1187
|
"popup-visible-change": (value: boolean) => any;
|
1188
1188
|
clear: () => any;
|
1189
|
-
select: (value: import('../Select').SelectOptionValue) => any;
|
1190
1189
|
search: (value: string) => any;
|
1190
|
+
select: (value: import('../Select').SelectOptionValue) => any;
|
1191
|
+
remove: (index: string | number, ev: Event) => any;
|
1191
1192
|
"update:modelValue": (value: import('../Select').SelectValue) => any;
|
1192
1193
|
"update:inputValue": (value: string) => any;
|
1193
1194
|
"input-value-change": (value: string) => any;
|
1194
|
-
remove: (index: string | number, ev: Event) => any;
|
1195
1195
|
exceedLimit: (value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
1196
1196
|
"dropdown-scroll": (ev: Event) => any;
|
1197
1197
|
"dropdown-reach-bottom": (ev: Event) => any;
|
1198
1198
|
}, string, {
|
1199
1199
|
size: import('..').Size;
|
1200
|
+
error: boolean;
|
1201
|
+
popupContainer: import('..').PopupContainer;
|
1200
1202
|
popupVisible: boolean;
|
1201
1203
|
defaultPopupVisible: boolean;
|
1202
1204
|
disabled: boolean;
|
1203
|
-
popupContainer: import('..').PopupContainer;
|
1204
|
-
error: boolean;
|
1205
1205
|
scrollbar: boolean;
|
1206
1206
|
multiple: boolean;
|
1207
1207
|
placeholder: string;
|
@@ -1250,11 +1250,11 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1250
1250
|
$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;
|
1251
1251
|
} & Readonly<{
|
1252
1252
|
size: import('..').Size;
|
1253
|
+
error: boolean;
|
1254
|
+
popupContainer: import('..').PopupContainer;
|
1253
1255
|
popupVisible: boolean;
|
1254
1256
|
defaultPopupVisible: boolean;
|
1255
1257
|
disabled: boolean;
|
1256
|
-
popupContainer: import('..').PopupContainer;
|
1257
|
-
error: boolean;
|
1258
1258
|
scrollbar: boolean;
|
1259
1259
|
multiple: boolean;
|
1260
1260
|
placeholder: string;
|
@@ -1286,28 +1286,28 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1286
1286
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1287
1287
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1288
1288
|
onClear?: (() => any) | undefined;
|
1289
|
-
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
1290
1289
|
onSearch?: ((value: string) => any) | undefined;
|
1290
|
+
onSelect?: ((value: import('../Select').SelectOptionValue) => any) | undefined;
|
1291
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1291
1292
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1292
1293
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1293
1294
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1294
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1295
1295
|
onExceedLimit?: ((value: import('../Select').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1296
1296
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1297
1297
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
1298
|
-
}>, "focus" | "blur" | ("size" | "
|
1298
|
+
}>, "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<{
|
1299
1299
|
focus(): void;
|
1300
1300
|
blur(): void;
|
1301
1301
|
getPopupRef(): import('..').TriggerInstance;
|
1302
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1303
|
-
$slots:
|
1302
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
1303
|
+
$slots: any;
|
1304
1304
|
}) | null;
|
1305
1305
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Textarea').TextareaProps> & Readonly<{
|
1306
1306
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1307
1307
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1308
1308
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1309
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1310
1309
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1310
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1311
1311
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1312
1312
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1313
1313
|
}>, {
|
@@ -1319,13 +1319,13 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1319
1319
|
change: (value: string, ev: Event) => any;
|
1320
1320
|
focus: (ev: FocusEvent) => any;
|
1321
1321
|
clear: (ev: MouseEvent) => any;
|
1322
|
-
blur: (ev: FocusEvent) => any;
|
1323
1322
|
input: (value: string, ev: Event) => any;
|
1323
|
+
blur: (ev: FocusEvent) => any;
|
1324
1324
|
keydown: (ev: KeyboardEvent) => any;
|
1325
1325
|
"update:modelValue": (value: string) => any;
|
1326
1326
|
}, import('vue').PublicProps, {
|
1327
|
-
disabled: boolean;
|
1328
1327
|
error: import('../Textarea').AutoSize;
|
1328
|
+
disabled: boolean;
|
1329
1329
|
placeholder: string;
|
1330
1330
|
modelValue: string;
|
1331
1331
|
defaultValue: string;
|
@@ -1352,8 +1352,8 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1352
1352
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1353
1353
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1354
1354
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1355
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1356
1355
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1356
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1357
1357
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1358
1358
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1359
1359
|
}>, {
|
@@ -1362,8 +1362,8 @@ declare const __VLS_component: import('vue').DefineComponent<AutoCompleteProps,
|
|
1362
1362
|
getInputRef(): HTMLTextAreaElement;
|
1363
1363
|
getMirrorRef(): HTMLDivElement;
|
1364
1364
|
}, {}, {}, {}, {
|
1365
|
-
disabled: boolean;
|
1366
1365
|
error: import('../Textarea').AutoSize;
|
1366
|
+
disabled: boolean;
|
1367
1367
|
placeholder: string;
|
1368
1368
|
modelValue: string;
|
1369
1369
|
defaultValue: string;
|