yc-design-vue 2.1.1 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -201
- package/dist/index.umd.js +1 -1
- package/dist/lang-es/zh-cn.js +140 -142
- package/dist/style.css +1 -1
- package/es/Affix/index.vue.js +11 -2
- package/es/Alert/index.d.ts +3 -3
- package/es/Alert/index.vue.d.ts +1 -1
- package/es/Alert/index.vue.js +9 -0
- package/es/Anchor/Anchor.vue.js +9 -0
- package/es/Anchor/AnchorLink.vue.js +9 -0
- package/es/Anchor/hooks/useContext.js +10 -1
- package/es/AutoComplete/index.d.ts +74 -74
- package/es/AutoComplete/index.vue.d.ts +101 -101
- package/es/AutoComplete/index.vue.js +11 -1
- package/es/Avatar/Avatar.vue.js +10 -1
- package/es/Avatar/AvatarGroup.vue.js +13 -3
- package/es/BackTop/index.vue.js +11 -3
- package/es/Badge/index.vue.js +10 -1
- package/es/Breadcrumb/Breadcrumb.vue.js +14 -5
- package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +1 -1
- package/es/Breadcrumb/BreadcrumbItem.vue.js +9 -0
- package/es/Breadcrumb/BreadcrumbMore.vue.js +9 -0
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +10 -1
- package/es/Breadcrumb/index.d.ts +3 -3
- package/es/Button/Button.vue.d.ts +2 -2
- package/es/Button/ButtonGroup.vue.d.ts +1 -1
- package/es/Button/hooks/useContext.js +10 -0
- package/es/Button/index.d.ts +9 -9
- package/es/Calendar/Calendar.vue.js +9 -2
- package/es/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/es/Calendar/CalendarMonth.vue.js +8 -1
- package/es/Calendar/CalendarYear.vue.d.ts +1 -1
- package/es/Calendar/CalendarYear.vue.js +8 -0
- package/es/Card/Card.vue.js +11 -1
- package/es/Card/CardMeta.vue.js +10 -0
- package/es/Carousel/Carousel.vue.js +10 -0
- package/es/Carousel/CarouselArrow.vue.js +9 -0
- package/es/Carousel/CarouselIndicator.vue.js +9 -0
- package/es/Carousel/hooks/useContext.js +10 -1
- package/es/Cascader/Cascader.vue.d.ts +27 -27
- package/es/Cascader/Cascader.vue.js +9 -0
- package/es/Cascader/CascaderIcon.vue.js +9 -0
- package/es/Cascader/CascaderOption.vue.d.ts +1 -1
- package/es/Cascader/CascaderOption.vue.js +10 -1
- package/es/Cascader/hooks/useContext.js +11 -1
- package/es/Cascader/index.d.ts +28 -28
- package/es/Checkbox/Checkbox.vue.js +11 -2
- package/es/Checkbox/hooks/useContext.js +11 -1
- package/es/Collapse/CollapseItem.vue.d.ts +1 -1
- package/es/Collapse/CollapseItem.vue.js +9 -0
- package/es/Collapse/hooks/useContext.js +11 -1
- package/es/Collapse/index.d.ts +3 -3
- package/es/Collapse/type.d.ts +1 -1
- package/es/ColorPicker/ColorControl.vue.js +9 -0
- package/es/ColorPicker/ColorInput.vue.js +10 -0
- package/es/ColorPicker/ColorList.vue.js +9 -0
- package/es/ColorPicker/ColorPalette.vue.js +9 -0
- package/es/ColorPicker/ColorPanel.vue.js +9 -0
- package/es/ColorPicker/hooks/useContext.js +11 -1
- package/es/Comment/hooks/useContext.js +10 -0
- package/es/Comment/index.vue.js +10 -0
- package/es/ConfigProvider/index.d.ts +3 -3
- package/es/ConfigProvider/index.vue.d.ts +1 -1
- package/es/ConfigProvider/index.vue.js +10 -0
- package/es/ConfigProvider/type.d.ts +1 -1
- package/es/Descriptions/Descriptions.vue.d.ts +2 -2
- package/es/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/es/Descriptions/ReuseItem.vue.js +10 -0
- package/es/Descriptions/ReuseTd.vue.js +10 -0
- package/es/Descriptions/hooks/useContext.js +9 -0
- package/es/Descriptions/index.d.ts +9 -9
- package/es/Divider/index.vue.js +9 -0
- package/es/Divider/type.d.ts +1 -1
- package/es/Drawer/Drawer.vue.d.ts +4 -4
- package/es/Drawer/Drawer.vue.js +9 -1
- package/es/Drawer/DrawerService.vue.d.ts +4 -4
- package/es/Drawer/DrawerService.vue.js +10 -0
- package/es/Drawer/index.d.ts +12 -12
- package/es/Dropdown/Dropdown.vue.d.ts +3 -3
- package/es/Dropdown/Dropdown.vue.js +10 -1
- package/es/Dropdown/DropdownButton.vue.d.ts +5 -5
- package/es/Dropdown/DropdownButton.vue.js +9 -0
- package/es/Dropdown/Dsubmenu.vue.d.ts +11 -11
- package/es/Dropdown/Dsubmenu.vue.js +14 -6
- package/es/Dropdown/hooks/useContext.js +11 -1
- package/es/Dropdown/index.d.ts +27 -27
- package/es/Dropdown/type.d.ts +1 -1
- package/es/Empty/index.vue.js +9 -1
- package/es/Grid/Grid.vue.js +9 -0
- package/es/Grid/GridCol.vue.js +9 -0
- package/es/Grid/GridItem.vue.js +9 -0
- package/es/Grid/GridRow.vue.d.ts +1 -1
- package/es/Grid/GridRow.vue.js +9 -0
- package/es/Grid/hooks/useContext.js +10 -1
- package/es/Grid/index.d.ts +3 -3
- package/es/Image/Image.vue.js +9 -1
- package/es/Image/ImagePreview.vue.js +12 -3
- package/es/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/es/Image/ImagePreviewArrow.vue.js +9 -0
- package/es/Image/ImagePreviewGroup.vue.js +10 -0
- package/es/Image/ImagePreviewToolbar.vue.js +9 -1
- package/es/Image/hooks/useContext.js +11 -1
- package/es/Image/index.d.ts +3 -3
- package/es/Input/Input.vue.d.ts +4 -4
- package/es/Input/Input.vue.js +11 -2
- package/es/Input/InputSuffix.vue.js +9 -0
- package/es/Input/hooks/useLimitedInput.js +11 -1
- package/es/Input/index.d.ts +10 -10
- package/es/Input/type.d.ts +1 -1
- package/es/InputNumber/InputNumber.vue.d.ts +25 -25
- package/es/InputNumber/InputNumber.vue.js +11 -2
- package/es/InputNumber/InputOperaBtn.vue.js +9 -0
- package/es/InputNumber/index.d.ts +23 -23
- package/es/InputNumber/type.d.ts +1 -1
- package/es/InputTag/index.d.ts +15 -15
- package/es/InputTag/index.vue.d.ts +6 -6
- package/es/InputTag/index.vue.js +13 -4
- package/es/InputTag/type.d.ts +1 -1
- package/es/Layout/Layout.vue.js +10 -0
- package/es/Layout/LayoutSider.vue.d.ts +3 -3
- package/es/Layout/LayoutSider.vue.js +9 -0
- package/es/Layout/hooks/useSiderContext.js +11 -1
- package/es/Layout/index.d.ts +9 -9
- package/es/Link/index.vue.js +9 -0
- package/es/List/List.vue.d.ts +7 -7
- package/es/List/List.vue.js +11 -2
- package/es/List/ListVirtual.vue.js +10 -0
- package/es/List/hooks/useScrollReach.js +11 -2
- package/es/List/index.d.ts +6 -6
- package/es/List/type.d.ts +1 -1
- package/es/Mention/index.d.ts +87 -87
- package/es/Mention/index.vue.d.ts +145 -145
- package/es/Mention/index.vue.js +11 -1
- package/es/Mention/type.d.ts +1 -1
- package/es/Menu/Menu.vue.d.ts +8 -8
- package/es/Menu/Menu.vue.js +9 -0
- package/es/Menu/MenuEllipsis.vue.js +9 -0
- package/es/Menu/MenuItem.vue.js +10 -1
- package/es/Menu/MenuItemGroup.vue.js +9 -0
- package/es/Menu/SubMenu.vue.js +10 -2
- package/es/Menu/hooks/useContext.d.ts +1 -1
- package/es/Menu/hooks/useContext.js +17 -6
- package/es/Menu/index.d.ts +24 -24
- package/es/Menu/type.d.ts +1 -1
- package/es/Message/Message.vue.d.ts +2 -2
- package/es/Message/Message.vue.js +11 -2
- package/es/Message/index.d.ts +7 -7
- package/es/Message/index.js +11 -1
- package/es/Message/type.d.ts +1 -1
- package/es/Modal/Modal.vue.d.ts +3 -3
- package/es/Modal/Modal.vue.js +9 -1
- package/es/Modal/ModalService.vue.d.ts +3 -3
- package/es/Modal/ModalService.vue.js +10 -0
- package/es/Modal/hooks/useModalClose.d.ts +1 -1
- package/es/Modal/hooks/useModalClose.js +11 -1
- package/es/Modal/hooks/useModalDraggable.js +10 -1
- package/es/Modal/hooks/useOnBeforeClose.js +11 -0
- package/es/Modal/index.d.ts +9 -9
- package/es/Notification/Notification.vue.d.ts +5 -5
- package/es/Notification/Notification.vue.js +10 -1
- package/es/Notification/index.d.ts +22 -21
- package/es/Notification/index.js +10 -0
- package/es/Notification/type.d.ts +1 -1
- package/es/OverflowList/index.vue.js +11 -2
- package/es/PageHeader/index.vue.js +9 -0
- package/es/Pagination/Pagination.vue.js +9 -1
- package/es/Pagination/PaginationItem.vue.js +9 -0
- package/es/Pagination/hooks/useContext.js +10 -1
- package/es/Popconfirm/index.d.ts +16 -16
- package/es/Popconfirm/index.vue.d.ts +14 -14
- package/es/Popconfirm/index.vue.js +10 -1
- package/es/Popover/index.d.ts +6 -6
- package/es/Popover/index.vue.d.ts +2 -2
- package/es/Popover/index.vue.js +11 -1
- package/es/Progress/Progress.vue.js +10 -0
- package/es/Progress/ProgressCircle.vue.js +11 -2
- package/es/Progress/ProgressLine.vue.js +9 -0
- package/es/Progress/ProgressSteps.vue.js +9 -0
- package/es/Radio/Radio.vue.d.ts +1 -1
- package/es/Radio/Radio.vue.js +11 -2
- package/es/Radio/RadioGroup.vue.d.ts +1 -1
- package/es/Radio/hooks/useContext.js +11 -1
- package/es/Radio/index.d.ts +6 -6
- package/es/Radio/type.d.ts +1 -1
- package/es/Rate/index.vue.js +11 -2
- package/es/ResizeBox/index.vue.d.ts +2 -1
- package/es/ResizeBox/index.vue.js +11 -2
- package/es/Scrollbar/Scrollbar.vue.d.ts +1 -1
- package/es/Scrollbar/Scrollbar.vue.js +10 -1
- package/es/Scrollbar/ScrollbarTrack.vue.js +10 -1
- package/es/Scrollbar/index.d.ts +3 -3
- package/es/Select/Option.vue.d.ts +1 -1
- package/es/Select/Option.vue.js +10 -1
- package/es/Select/Select.vue.d.ts +47 -47
- package/es/Select/Select.vue.js +10 -1
- package/es/Select/SelectIcon.vue.js +9 -0
- package/es/Select/SelectRealList.vue.js +10 -0
- package/es/Select/SelectView.vue.js +10 -0
- package/es/Select/SelectVirtualList.vue.d.ts +1 -1
- package/es/Select/SelectVirtualList.vue.js +12 -3
- package/es/Select/hooks/useContext.js +11 -1
- package/es/Select/hooks/useSelectHotkeys.js +10 -0
- package/es/Select/hooks/useSelectOptions.d.ts +1 -1
- package/es/Select/hooks/useSelectOptions.js +10 -0
- package/es/Select/index.d.ts +45 -45
- package/es/Select/type.d.ts +1 -1
- package/es/Skeleton/SkeletonLine.vue.js +9 -0
- package/es/Skeleton/SkeletonShape.vue.js +10 -0
- package/es/Slider/SliderBtn.vue.js +11 -1
- package/es/Slider/hooks/useContext.js +11 -1
- package/es/Slider/hooks/useSliderDraggable.js +10 -1
- package/es/Space/index.vue.js +10 -1
- package/es/Space/type.d.ts +2 -2
- package/es/Spin/index.vue.js +9 -0
- package/es/Split/index.vue.js +12 -3
- package/es/Split/type.d.ts +1 -1
- package/es/Statistic/Countdown.vue.d.ts +1 -1
- package/es/Statistic/Countdown.vue.js +9 -1
- package/es/Statistic/Statistic.vue.d.ts +1 -1
- package/es/Statistic/Statistic.vue.js +9 -1
- package/es/Statistic/index.d.ts +6 -6
- package/es/Steps/Step.vue.d.ts +1 -1
- package/es/Steps/Step.vue.js +9 -0
- package/es/Steps/hooks/useContext.js +11 -1
- package/es/Steps/index.d.ts +3 -3
- package/es/Steps/type.d.ts +1 -1
- package/es/Switch/index.d.ts +8 -8
- package/es/Switch/index.vue.d.ts +3 -3
- package/es/Switch/index.vue.js +12 -2
- package/es/Tabs/TabButton.vue.js +9 -0
- package/es/Tabs/TabPane.vue.d.ts +1 -1
- package/es/Tabs/TabPane.vue.js +10 -0
- package/es/Tabs/Tabs.vue.d.ts +2 -2
- package/es/Tabs/Tabs.vue.js +9 -0
- package/es/Tabs/TabsNavInk.vue.js +10 -1
- package/es/Tabs/TabsTab.vue.js +10 -0
- package/es/Tabs/hooks/useContext.js +11 -1
- package/es/Tabs/hooks/useTabsScroll.js +10 -1
- package/es/Tabs/index.d.ts +6 -6
- package/es/Tabs/type.d.ts +1 -1
- package/es/Tag/index.vue.js +11 -2
- package/es/Textarea/hooks/useTextareaHeight.js +9 -0
- package/es/Textarea/index.d.ts +10 -10
- package/es/Textarea/index.vue.d.ts +4 -4
- package/es/Textarea/index.vue.js +9 -0
- package/es/TimePicker/TimePicker.vue.d.ts +6 -6
- package/es/TimePicker/TimePicker.vue.js +10 -2
- package/es/TimePicker/TimePickerPanel.vue.js +7 -1
- package/es/TimePicker/hooks/useContext.js +10 -1
- package/es/TimePicker/index.d.ts +16 -16
- package/es/TimePicker/type.d.ts +1 -1
- package/es/Timeline/TimelineItem.vue.d.ts +1 -1
- package/es/Timeline/TimelineItemPending.vue.js +11 -1
- package/es/Timeline/hooks/useContext.js +10 -0
- package/es/Timeline/index.d.ts +3 -3
- package/es/Timeline/type.d.ts +1 -1
- package/es/Tooltip/index.d.ts +3 -3
- package/es/Tooltip/index.vue.d.ts +1 -1
- package/es/Tooltip/index.vue.js +11 -1
- package/es/Transfer/Transfer.vue.d.ts +3 -3
- package/es/Transfer/Transfer.vue.js +9 -0
- package/es/Transfer/TransferPanel.vue.js +11 -2
- package/es/Transfer/hooks/useContext.js +11 -1
- package/es/Transfer/index.d.ts +8 -8
- package/es/Transfer/type.d.ts +1 -1
- package/es/Trigger/hooks/useContext.js +10 -1
- package/es/Trigger/hooks/useTriggerPosition.js +9 -0
- package/es/Trigger/hooks/useTriggerVisible.js +11 -2
- package/es/Trigger/index.d.ts +6 -6
- package/es/Trigger/index.vue.d.ts +2 -2
- package/es/Trigger/index.vue.js +11 -2
- package/es/Typography/TypographyBase.vue.d.ts +22 -22
- package/es/Typography/TypographyBase.vue.js +12 -4
- package/es/Typography/type.d.ts +1 -1
- package/es/Upload/Upload.vue.d.ts +1 -1
- package/es/Upload/UploadButton.vue.js +9 -1
- package/es/Upload/UploadDrag.vue.js +9 -1
- package/es/Upload/UploadFileList.vue2.js +10 -1
- package/es/Upload/UploadPictureCard.vue2.js +10 -1
- package/es/Upload/hooks/useContext.js +11 -1
- package/es/Upload/hooks/useUpload.d.ts +1 -1
- package/es/Upload/hooks/useUpload.js +11 -1
- package/es/Upload/index.d.ts +3 -3
- package/es/VerificationCode/index.d.ts +3 -3
- package/es/VerificationCode/index.vue.d.ts +1 -1
- package/es/VerificationCode/index.vue.js +12 -3
- package/es/Watermark/index.d.ts +3 -3
- package/es/Watermark/index.vue.d.ts +1 -1
- package/es/Watermark/index.vue.js +11 -1
- package/es/_shared/components/ExpandTransition/index.vue2.js +9 -0
- package/es/_shared/components/Icon/index.vue3.js +9 -0
- package/es/_shared/components/IconButton/index.vue.js +9 -0
- package/es/_shared/constants/index.js +9 -0
- package/es/_shared/icons/IconArrowDown.vue.js +9 -0
- package/es/_shared/icons/IconArrowRight.vue.js +9 -0
- package/es/_shared/icons/IconCheck.vue.js +9 -0
- package/es/_shared/icons/IconCheckboxChecked.vue.js +9 -0
- package/es/_shared/icons/IconClose.vue.js +9 -0
- package/es/_shared/icons/IconCopy.vue.js +28 -1
- package/es/_shared/icons/IconCopy.vue2.js +1 -19
- package/es/_shared/icons/IconDelete.vue.js +28 -1
- package/es/_shared/icons/IconDelete.vue2.js +1 -19
- package/es/_shared/icons/IconDragDot.vue.js +9 -0
- package/es/_shared/icons/IconEdit.vue.js +28 -1
- package/es/_shared/icons/IconEdit.vue2.js +1 -19
- package/es/_shared/icons/IconEmpty.vue.js +9 -0
- package/es/_shared/icons/IconError.vue.js +9 -0
- package/es/_shared/icons/IconExclamation.vue.js +39 -1
- package/es/_shared/icons/IconExclamation.vue2.js +1 -30
- package/es/_shared/icons/IconEyeClose.vue2.js +9 -0
- package/es/_shared/icons/IconEyeOpen.vue2.js +9 -0
- package/es/_shared/icons/IconFaceSmile.vue.js +9 -0
- package/es/_shared/icons/IconFile.vue2.js +9 -0
- package/es/_shared/icons/IconFullScreen.vue2.js +9 -0
- package/es/_shared/icons/IconImageClose.vue.js +9 -0
- package/es/_shared/icons/IconInfo.vue.js +9 -0
- package/es/_shared/icons/IconInfoLine.vue.js +9 -0
- package/es/_shared/icons/IconLink.vue.js +9 -0
- package/es/_shared/icons/IconLoading.vue.js +9 -0
- package/es/_shared/icons/IconMenuFold.vue.js +9 -0
- package/es/_shared/icons/IconMenuUnfold.vue.js +9 -0
- package/es/_shared/icons/IconMinus.vue2.js +9 -0
- package/es/_shared/icons/IconMore.vue.js +9 -0
- package/es/_shared/icons/IconOriginSize.vue2.js +9 -0
- package/es/_shared/icons/IconPlus.vue.js +9 -0
- package/es/_shared/icons/IconRight.vue.js +9 -0
- package/es/_shared/icons/IconRotateLeft.vue2.js +9 -0
- package/es/_shared/icons/IconRotateRight.vue2.js +9 -0
- package/es/_shared/icons/IconSearch.vue.js +28 -1
- package/es/_shared/icons/IconSearch.vue2.js +1 -19
- package/es/_shared/icons/IconSeparator.vue2.js +9 -0
- package/es/_shared/icons/IconStar.vue.js +9 -0
- package/es/_shared/icons/IconSuccess.vue.js +9 -0
- package/es/_shared/icons/IconTime.vue.js +9 -0
- package/es/_shared/icons/IconToTop.vue.js +9 -0
- package/es/_shared/icons/IconUpload.vue2.js +9 -0
- package/es/_shared/icons/IconWarning.vue.js +9 -0
- package/es/_shared/icons/IconZoomIn.vue2.js +9 -0
- package/es/_shared/icons/IconZoomOut.vue2.js +9 -0
- package/es/_shared/utils/color.d.ts +1 -1
- package/es/_shared/utils/color.js +6 -0
- package/es/_shared/utils/dependencies.d.ts +11 -0
- package/es/_shared/utils/dom.js +8 -1
- package/es/_shared/utils/index.d.ts +12 -0
- package/es/_shared/utils/time.d.ts +1 -1
- package/es/_shared/utils/time.js +3 -1
- package/es/_shared/utils/vue-utils.d.ts +0 -1
- package/es/index.d.ts +64 -64
- package/es/lang-es/zh-cn.js +140 -142
- package/es/shared.css +1 -1
- package/es/style.css +1 -1
- package/lib/Affix/index.vue.js +1 -1
- package/lib/Alert/index.d.ts +3 -3
- package/lib/Alert/index.vue.d.ts +1 -1
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Anchor/Anchor.vue.js +1 -1
- package/lib/Anchor/AnchorLink.vue.js +1 -1
- package/lib/Anchor/hooks/useContext.js +1 -1
- package/lib/AutoComplete/index.d.ts +74 -74
- package/lib/AutoComplete/index.vue.d.ts +101 -101
- package/lib/AutoComplete/index.vue.js +1 -1
- package/lib/Avatar/Avatar.vue.js +1 -1
- package/lib/Avatar/AvatarGroup.vue.js +1 -1
- package/lib/BackTop/index.vue.js +1 -1
- package/lib/Badge/index.vue.js +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/lib/Breadcrumb/index.d.ts +3 -3
- package/lib/Button/Button.vue.d.ts +2 -2
- package/lib/Button/ButtonGroup.vue.d.ts +1 -1
- package/lib/Button/hooks/useContext.js +1 -1
- package/lib/Button/index.d.ts +9 -9
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/lib/Calendar/CalendarMonth.vue.js +1 -1
- package/lib/Calendar/CalendarYear.vue.d.ts +1 -1
- package/lib/Calendar/CalendarYear.vue.js +1 -1
- package/lib/Card/Card.vue.js +1 -1
- package/lib/Card/CardMeta.vue.js +1 -1
- package/lib/Carousel/Carousel.vue.js +1 -1
- package/lib/Carousel/CarouselArrow.vue.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue.js +1 -1
- package/lib/Carousel/hooks/useContext.js +1 -1
- package/lib/Cascader/Cascader.vue.d.ts +27 -27
- package/lib/Cascader/Cascader.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
- package/lib/Cascader/CascaderOption.vue.js +1 -1
- package/lib/Cascader/hooks/useContext.js +1 -1
- package/lib/Cascader/index.d.ts +28 -28
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Checkbox/hooks/useContext.js +1 -1
- package/lib/Collapse/CollapseItem.vue.d.ts +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Collapse/hooks/useContext.js +1 -1
- package/lib/Collapse/index.d.ts +3 -3
- package/lib/Collapse/type.d.ts +1 -1
- package/lib/ColorPicker/ColorControl.vue.js +1 -1
- package/lib/ColorPicker/ColorInput.vue.js +1 -1
- package/lib/ColorPicker/ColorList.vue.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue.js +1 -1
- package/lib/ColorPicker/hooks/useContext.js +1 -1
- package/lib/Comment/hooks/useContext.js +1 -1
- package/lib/Comment/index.vue.js +1 -1
- package/lib/ConfigProvider/index.d.ts +3 -3
- package/lib/ConfigProvider/index.vue.d.ts +1 -1
- package/lib/ConfigProvider/index.vue.js +1 -1
- package/lib/ConfigProvider/type.d.ts +1 -1
- package/lib/Descriptions/Descriptions.vue.d.ts +2 -2
- package/lib/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/lib/Descriptions/ReuseItem.vue.js +1 -1
- package/lib/Descriptions/ReuseTd.vue.js +1 -1
- package/lib/Descriptions/hooks/useContext.js +1 -1
- package/lib/Descriptions/index.d.ts +9 -9
- package/lib/Divider/index.vue.js +1 -1
- package/lib/Divider/type.d.ts +1 -1
- package/lib/Drawer/Drawer.vue.d.ts +4 -4
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Drawer/DrawerService.vue.d.ts +4 -4
- package/lib/Drawer/DrawerService.vue.js +1 -1
- package/lib/Drawer/index.d.ts +12 -12
- package/lib/Dropdown/Dropdown.vue.d.ts +3 -3
- package/lib/Dropdown/Dropdown.vue.js +1 -1
- package/lib/Dropdown/DropdownButton.vue.d.ts +5 -5
- package/lib/Dropdown/DropdownButton.vue.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue.d.ts +11 -11
- package/lib/Dropdown/Dsubmenu.vue.js +1 -1
- package/lib/Dropdown/hooks/useContext.js +1 -1
- package/lib/Dropdown/index.d.ts +27 -27
- package/lib/Dropdown/type.d.ts +1 -1
- package/lib/Empty/index.vue.js +1 -1
- package/lib/Grid/Grid.vue.js +1 -1
- package/lib/Grid/GridCol.vue.js +1 -1
- package/lib/Grid/GridItem.vue.js +1 -1
- package/lib/Grid/GridRow.vue.d.ts +1 -1
- package/lib/Grid/GridRow.vue.js +1 -1
- package/lib/Grid/hooks/useContext.js +1 -1
- package/lib/Grid/index.d.ts +3 -3
- package/lib/Image/Image.vue.js +1 -1
- package/lib/Image/ImagePreview.vue.js +1 -1
- package/lib/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/lib/Image/ImagePreviewArrow.vue.js +1 -1
- package/lib/Image/ImagePreviewGroup.vue.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
- package/lib/Image/hooks/useContext.js +1 -1
- package/lib/Image/index.d.ts +3 -3
- package/lib/Input/Input.vue.d.ts +4 -4
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/Input/hooks/useLimitedInput.js +1 -1
- package/lib/Input/index.d.ts +10 -10
- package/lib/Input/type.d.ts +1 -1
- package/lib/InputNumber/InputNumber.vue.d.ts +25 -25
- package/lib/InputNumber/InputNumber.vue.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
- package/lib/InputNumber/index.d.ts +23 -23
- package/lib/InputNumber/type.d.ts +1 -1
- package/lib/InputTag/index.d.ts +15 -15
- package/lib/InputTag/index.vue.d.ts +6 -6
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/InputTag/type.d.ts +1 -1
- package/lib/Layout/Layout.vue.js +1 -1
- package/lib/Layout/LayoutSider.vue.d.ts +3 -3
- package/lib/Layout/LayoutSider.vue.js +1 -1
- package/lib/Layout/hooks/useSiderContext.js +1 -1
- package/lib/Layout/index.d.ts +9 -9
- package/lib/Link/index.vue.js +1 -1
- package/lib/List/List.vue.d.ts +7 -7
- package/lib/List/List.vue.js +1 -1
- package/lib/List/ListVirtual.vue.js +1 -1
- package/lib/List/hooks/useScrollReach.js +1 -1
- package/lib/List/index.d.ts +6 -6
- package/lib/List/type.d.ts +1 -1
- package/lib/Mention/index.d.ts +87 -87
- package/lib/Mention/index.vue.d.ts +145 -145
- package/lib/Mention/index.vue.js +1 -1
- package/lib/Mention/type.d.ts +1 -1
- package/lib/Menu/Menu.vue.d.ts +8 -8
- package/lib/Menu/Menu.vue.js +1 -1
- package/lib/Menu/MenuEllipsis.vue.js +1 -1
- package/lib/Menu/MenuItem.vue.js +1 -1
- package/lib/Menu/MenuItemGroup.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Menu/hooks/useContext.d.ts +1 -1
- package/lib/Menu/hooks/useContext.js +1 -1
- package/lib/Menu/index.d.ts +24 -24
- package/lib/Menu/type.d.ts +1 -1
- package/lib/Message/Message.vue.d.ts +2 -2
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Message/index.d.ts +7 -7
- package/lib/Message/index.js +1 -1
- package/lib/Message/type.d.ts +1 -1
- package/lib/Modal/Modal.vue.d.ts +3 -3
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Modal/ModalService.vue.d.ts +3 -3
- package/lib/Modal/ModalService.vue.js +1 -1
- package/lib/Modal/hooks/useModalClose.d.ts +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 +9 -9
- package/lib/Notification/Notification.vue.d.ts +5 -5
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/Notification/index.d.ts +22 -21
- package/lib/Notification/index.js +1 -1
- package/lib/Notification/type.d.ts +1 -1
- package/lib/OverflowList/index.vue.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/Pagination/Pagination.vue.js +1 -1
- package/lib/Pagination/PaginationItem.vue.js +1 -1
- package/lib/Pagination/hooks/useContext.js +1 -1
- package/lib/Popconfirm/index.d.ts +16 -16
- package/lib/Popconfirm/index.vue.d.ts +14 -14
- package/lib/Popconfirm/index.vue.js +1 -1
- package/lib/Popover/index.d.ts +6 -6
- package/lib/Popover/index.vue.d.ts +2 -2
- package/lib/Popover/index.vue.js +1 -1
- package/lib/Progress/Progress.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Progress/ProgressLine.vue.js +1 -1
- package/lib/Progress/ProgressSteps.vue.js +1 -1
- package/lib/Radio/Radio.vue.d.ts +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Radio/RadioGroup.vue.d.ts +1 -1
- package/lib/Radio/hooks/useContext.js +1 -1
- package/lib/Radio/index.d.ts +6 -6
- package/lib/Radio/type.d.ts +1 -1
- package/lib/Rate/index.vue.js +1 -1
- package/lib/ResizeBox/index.vue.d.ts +2 -1
- package/lib/ResizeBox/index.vue.js +1 -1
- package/lib/Scrollbar/Scrollbar.vue.d.ts +1 -1
- package/lib/Scrollbar/Scrollbar.vue.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
- package/lib/Scrollbar/index.d.ts +3 -3
- package/lib/Select/Option.vue.d.ts +1 -1
- package/lib/Select/Option.vue.js +1 -1
- package/lib/Select/Select.vue.d.ts +47 -47
- package/lib/Select/Select.vue.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Select/SelectRealList.vue.js +1 -1
- package/lib/Select/SelectView.vue.js +1 -1
- package/lib/Select/SelectVirtualList.vue.d.ts +1 -1
- package/lib/Select/SelectVirtualList.vue.js +1 -1
- package/lib/Select/hooks/useContext.js +1 -1
- package/lib/Select/hooks/useSelectHotkeys.js +1 -1
- package/lib/Select/hooks/useSelectOptions.d.ts +1 -1
- package/lib/Select/hooks/useSelectOptions.js +1 -1
- package/lib/Select/index.d.ts +45 -45
- package/lib/Select/type.d.ts +1 -1
- package/lib/Skeleton/SkeletonLine.vue.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue.js +1 -1
- package/lib/Slider/SliderBtn.vue.js +1 -1
- package/lib/Slider/hooks/useContext.js +1 -1
- package/lib/Slider/hooks/useSliderDraggable.js +1 -1
- package/lib/Space/index.vue.js +1 -1
- package/lib/Space/type.d.ts +2 -2
- package/lib/Spin/index.vue.js +1 -1
- package/lib/Split/index.vue.js +1 -1
- package/lib/Split/type.d.ts +1 -1
- package/lib/Statistic/Countdown.vue.d.ts +1 -1
- package/lib/Statistic/Countdown.vue.js +1 -1
- package/lib/Statistic/Statistic.vue.d.ts +1 -1
- package/lib/Statistic/Statistic.vue.js +1 -1
- package/lib/Statistic/index.d.ts +6 -6
- package/lib/Steps/Step.vue.d.ts +1 -1
- package/lib/Steps/Step.vue.js +1 -1
- package/lib/Steps/hooks/useContext.js +1 -1
- package/lib/Steps/index.d.ts +3 -3
- package/lib/Steps/type.d.ts +1 -1
- package/lib/Switch/index.d.ts +8 -8
- package/lib/Switch/index.vue.d.ts +3 -3
- package/lib/Switch/index.vue.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tabs/TabPane.vue.d.ts +1 -1
- package/lib/Tabs/TabPane.vue.js +1 -1
- package/lib/Tabs/Tabs.vue.d.ts +2 -2
- package/lib/Tabs/Tabs.vue.js +1 -1
- package/lib/Tabs/TabsNavInk.vue.js +1 -1
- package/lib/Tabs/TabsTab.vue.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 +6 -6
- package/lib/Tabs/type.d.ts +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
- package/lib/Textarea/index.d.ts +10 -10
- package/lib/Textarea/index.vue.d.ts +4 -4
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue.d.ts +6 -6
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
- package/lib/TimePicker/hooks/useContext.js +1 -1
- package/lib/TimePicker/index.d.ts +16 -16
- package/lib/TimePicker/type.d.ts +1 -1
- package/lib/Timeline/TimelineItem.vue.d.ts +1 -1
- package/lib/Timeline/TimelineItemPending.vue.js +1 -1
- package/lib/Timeline/hooks/useContext.js +1 -1
- package/lib/Timeline/index.d.ts +3 -3
- package/lib/Timeline/type.d.ts +1 -1
- package/lib/Tooltip/index.d.ts +3 -3
- package/lib/Tooltip/index.vue.d.ts +1 -1
- package/lib/Tooltip/index.vue.js +1 -1
- package/lib/Transfer/Transfer.vue.d.ts +3 -3
- package/lib/Transfer/Transfer.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Transfer/hooks/useContext.js +1 -1
- package/lib/Transfer/index.d.ts +8 -8
- package/lib/Transfer/type.d.ts +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 +6 -6
- package/lib/Trigger/index.vue.d.ts +2 -2
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.d.ts +22 -22
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Typography/type.d.ts +1 -1
- package/lib/Upload/Upload.vue.d.ts +1 -1
- package/lib/Upload/UploadButton.vue.js +1 -1
- package/lib/Upload/UploadDrag.vue.js +1 -1
- package/lib/Upload/UploadFileList.vue2.js +1 -1
- package/lib/Upload/UploadPictureCard.vue2.js +1 -1
- package/lib/Upload/hooks/useContext.js +1 -1
- package/lib/Upload/hooks/useUpload.d.ts +1 -1
- package/lib/Upload/hooks/useUpload.js +1 -1
- package/lib/Upload/index.d.ts +3 -3
- package/lib/VerificationCode/index.d.ts +3 -3
- package/lib/VerificationCode/index.vue.d.ts +1 -1
- package/lib/VerificationCode/index.vue.js +1 -1
- package/lib/Watermark/index.d.ts +3 -3
- package/lib/Watermark/index.vue.d.ts +1 -1
- package/lib/Watermark/index.vue.js +1 -1
- package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
- package/lib/_shared/components/Icon/index.vue3.js +1 -1
- package/lib/_shared/components/IconButton/index.vue.js +1 -1
- package/lib/_shared/constants/index.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
- package/lib/_shared/icons/IconCheck.vue.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
- package/lib/_shared/icons/IconClose.vue.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/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/IconError.vue.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.vue2.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/IconFile.vue2.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/IconInfo.vue.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
- package/lib/_shared/icons/IconLink.vue.js +1 -1
- package/lib/_shared/icons/IconLoading.vue.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.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/IconOriginSize.vue2.js +1 -1
- package/lib/_shared/icons/IconPlus.vue.js +1 -1
- package/lib/_shared/icons/IconRight.vue.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue2.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.vue2.js +1 -1
- package/lib/_shared/icons/IconStar.vue.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue.js +1 -1
- package/lib/_shared/icons/IconTime.vue.js +1 -1
- package/lib/_shared/icons/IconToTop.vue.js +1 -1
- package/lib/_shared/icons/IconUpload.vue2.js +1 -1
- package/lib/_shared/icons/IconWarning.vue.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
- package/lib/_shared/utils/color.d.ts +1 -1
- package/lib/_shared/utils/color.js +1 -1
- package/lib/_shared/utils/dependencies.d.ts +11 -0
- package/lib/_shared/utils/dom.js +1 -1
- package/lib/_shared/utils/index.d.ts +12 -0
- package/lib/_shared/utils/time.d.ts +1 -1
- package/lib/_shared/utils/time.js +1 -1
- package/lib/_shared/utils/vue-utils.d.ts +0 -1
- package/lib/index.d.ts +64 -64
- package/lib/lang-es/zh-cn.js +140 -142
- package/lib/shared.css +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- /package/es/_shared/utils/{control.d.ts → hooks.d.ts} +0 -0
- /package/es/_shared/utils/{control.js → hooks.js} +0 -0
- /package/lib/_shared/utils/{control.d.ts → hooks.d.ts} +0 -0
- /package/lib/_shared/utils/{control.js → hooks.js} +0 -0
@@ -23,13 +23,13 @@ declare function __VLS_template(): {
|
|
23
23
|
readonly isSearch?: boolean | undefined;
|
24
24
|
readonly type?: "textarea" | "input" | undefined;
|
25
25
|
readonly onChange?: ((value: string) => any) | undefined;
|
26
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
26
27
|
readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
|
27
|
-
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
28
|
-
readonly onSearch?: ((value: string) => any) | undefined;
|
29
|
-
readonly onSelect?: ((value: string) => any) | undefined;
|
30
28
|
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
31
|
-
readonly
|
29
|
+
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
32
30
|
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
31
|
+
readonly onSelect?: ((value: string) => any) | undefined;
|
32
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
33
33
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
34
34
|
readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
35
35
|
readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -81,15 +81,15 @@ declare function __VLS_template(): {
|
|
81
81
|
readonly hotkeys?: boolean | undefined;
|
82
82
|
readonly showEmpty?: boolean | undefined;
|
83
83
|
readonly onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
84
|
-
readonly onClear?: (() => any) | undefined;
|
85
|
-
readonly onSearch?: ((value: string) => any) | undefined;
|
86
|
-
readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
87
|
-
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
88
84
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
89
85
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
86
|
+
readonly onClear?: (() => any) | undefined;
|
87
|
+
readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
88
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
90
89
|
readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
91
90
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
92
91
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
92
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
93
93
|
readonly onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
94
94
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
95
95
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -239,8 +239,6 @@ declare function __VLS_template(): {
|
|
239
239
|
show: () => any;
|
240
240
|
hide: () => any;
|
241
241
|
}, string, {
|
242
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
243
|
-
renderToBody: boolean;
|
244
242
|
trigger: import('..').TriggerType;
|
245
243
|
mouseEnterDelay: number;
|
246
244
|
popupVisible: boolean;
|
@@ -268,6 +266,8 @@ declare function __VLS_template(): {
|
|
268
266
|
duration: number;
|
269
267
|
autoFitPopupWidth: boolean;
|
270
268
|
autoFitPopupMinWidth: boolean;
|
269
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
270
|
+
renderToBody: boolean;
|
271
271
|
autoFitPosition: boolean;
|
272
272
|
updateAtScroll: boolean;
|
273
273
|
preventFocus: boolean;
|
@@ -293,8 +293,6 @@ declare function __VLS_template(): {
|
|
293
293
|
$nextTick: typeof nextTick;
|
294
294
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
295
295
|
} & Readonly<{
|
296
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
297
|
-
renderToBody: boolean;
|
298
296
|
trigger: import('..').TriggerType;
|
299
297
|
mouseEnterDelay: number;
|
300
298
|
popupVisible: boolean;
|
@@ -322,6 +320,8 @@ declare function __VLS_template(): {
|
|
322
320
|
duration: number;
|
323
321
|
autoFitPopupWidth: boolean;
|
324
322
|
autoFitPopupMinWidth: boolean;
|
323
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
324
|
+
renderToBody: boolean;
|
325
325
|
autoFitPosition: boolean;
|
326
326
|
updateAtScroll: boolean;
|
327
327
|
preventFocus: boolean;
|
@@ -331,7 +331,7 @@ declare function __VLS_template(): {
|
|
331
331
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
332
332
|
onShow?: (() => any) | undefined;
|
333
333
|
onHide?: (() => any) | undefined;
|
334
|
-
}>, "show" | "hide" | ("
|
334
|
+
}>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
|
335
335
|
hide(): void;
|
336
336
|
show(): void;
|
337
337
|
updatePosition(x: number, y: number): void;
|
@@ -362,14 +362,14 @@ declare function __VLS_template(): {
|
|
362
362
|
readonly tagNowrap?: boolean | undefined;
|
363
363
|
readonly fieldNames?: Record<string, string> | undefined;
|
364
364
|
readonly allowCreate?: boolean | undefined;
|
365
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
365
366
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
366
|
-
readonly onInput?: ((value: string) => any) | undefined;
|
367
367
|
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
368
|
-
readonly
|
369
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
368
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
370
369
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
371
370
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
372
371
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
372
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
373
373
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
374
374
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
375
375
|
$attrs: {
|
@@ -387,30 +387,30 @@ declare function __VLS_template(): {
|
|
387
387
|
$root: import('vue').ComponentPublicInstance | null;
|
388
388
|
$parent: import('vue').ComponentPublicInstance | null;
|
389
389
|
$host: Element | null;
|
390
|
-
$emit: ((event: "
|
390
|
+
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
|
391
391
|
$el: HTMLDivElement;
|
392
392
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
393
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
393
394
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
394
|
-
onInput?: ((value: string) => any) | undefined;
|
395
395
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
396
|
-
|
397
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
396
|
+
onInput?: ((value: string) => any) | undefined;
|
398
397
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
399
398
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
400
399
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
400
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
401
401
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
402
402
|
}>, {
|
403
403
|
focus(): void;
|
404
404
|
blur(): void;
|
405
405
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
406
|
+
focus: (ev: FocusEvent) => any;
|
406
407
|
clear: (ev: MouseEvent) => any;
|
407
|
-
input: (value: string) => any;
|
408
408
|
blur: (ev: FocusEvent) => any;
|
409
|
-
|
410
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
409
|
+
input: (value: string) => any;
|
411
410
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
412
411
|
"update:inputValue": (value: string) => any;
|
413
412
|
"input-value-change": (value: string, ev: Event) => any;
|
413
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
414
414
|
"press-enter": (ev: KeyboardEvent) => any;
|
415
415
|
}, string, {
|
416
416
|
error: boolean;
|
@@ -473,16 +473,16 @@ declare function __VLS_template(): {
|
|
473
473
|
};
|
474
474
|
uniqueValue: boolean;
|
475
475
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
476
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
476
477
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
477
|
-
onInput?: ((value: string) => any) | undefined;
|
478
478
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
479
|
-
|
480
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
479
|
+
onInput?: ((value: string) => any) | undefined;
|
481
480
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
482
481
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
483
482
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
483
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
484
484
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
485
|
-
}>, "
|
485
|
+
}>, "focus" | "blur" | ("error" | "size" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
486
486
|
focus(): void;
|
487
487
|
blur(): void;
|
488
488
|
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
@@ -495,19 +495,19 @@ declare function __VLS_template(): {
|
|
495
495
|
$root: import('vue').ComponentPublicInstance | null;
|
496
496
|
$parent: import('vue').ComponentPublicInstance | null;
|
497
497
|
$host: Element | null;
|
498
|
-
$emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "
|
498
|
+
$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: SelectOptionValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
499
499
|
$el: any;
|
500
500
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
501
501
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
502
|
-
onClear?: (() => any) | undefined;
|
503
|
-
onSearch?: ((value: string) => any) | undefined;
|
504
|
-
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
505
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
506
502
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
507
503
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
504
|
+
onClear?: (() => any) | undefined;
|
505
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
506
|
+
onSearch?: ((value: string) => any) | undefined;
|
508
507
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
509
508
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
510
509
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
510
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
511
511
|
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
512
512
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
513
513
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -517,25 +517,25 @@ declare function __VLS_template(): {
|
|
517
517
|
getPopupRef(): import('..').TriggerInstance;
|
518
518
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
519
519
|
change: (value: import('../Select').SelectValue) => any;
|
520
|
-
clear: () => any;
|
521
|
-
search: (value: string) => any;
|
522
|
-
select: (value: SelectOptionValue) => any;
|
523
|
-
remove: (index: string | number, ev: Event) => any;
|
524
520
|
"update:popupVisible": (value: boolean) => any;
|
525
521
|
"popup-visible-change": (value: boolean) => any;
|
522
|
+
clear: () => any;
|
523
|
+
select: (value: SelectOptionValue) => any;
|
524
|
+
search: (value: string) => any;
|
526
525
|
"update:modelValue": (value: import('../Select').SelectValue) => any;
|
527
526
|
"update:inputValue": (value: string) => any;
|
528
527
|
"input-value-change": (value: string) => any;
|
528
|
+
remove: (index: string | number, ev: Event) => any;
|
529
529
|
exceedLimit: (value: SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
530
530
|
"dropdown-scroll": (ev: Event) => any;
|
531
531
|
"dropdown-reach-bottom": (ev: Event) => any;
|
532
532
|
}, string, {
|
533
533
|
error: boolean;
|
534
534
|
size: import('../_shared/type').Size;
|
535
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
536
535
|
popupVisible: boolean;
|
537
536
|
defaultPopupVisible: boolean;
|
538
537
|
disabled: boolean;
|
538
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
539
539
|
scrollbar: boolean;
|
540
540
|
multiple: boolean;
|
541
541
|
placeholder: string;
|
@@ -585,10 +585,10 @@ declare function __VLS_template(): {
|
|
585
585
|
} & Readonly<{
|
586
586
|
error: boolean;
|
587
587
|
size: import('../_shared/type').Size;
|
588
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
589
588
|
popupVisible: boolean;
|
590
589
|
defaultPopupVisible: boolean;
|
591
590
|
disabled: boolean;
|
591
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
592
592
|
scrollbar: boolean;
|
593
593
|
multiple: boolean;
|
594
594
|
placeholder: string;
|
@@ -617,19 +617,19 @@ declare function __VLS_template(): {
|
|
617
617
|
tagNowrap: boolean;
|
618
618
|
}> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
|
619
619
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
620
|
-
onClear?: (() => any) | undefined;
|
621
|
-
onSearch?: ((value: string) => any) | undefined;
|
622
|
-
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
623
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
624
620
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
625
621
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
622
|
+
onClear?: (() => any) | undefined;
|
623
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
624
|
+
onSearch?: ((value: string) => any) | undefined;
|
626
625
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
627
626
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
628
627
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
628
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
629
629
|
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
630
630
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
631
631
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
632
|
-
}>, "
|
632
|
+
}>, "focus" | "blur" | ("error" | "size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "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<{
|
633
633
|
focus(): void;
|
634
634
|
blur(): void;
|
635
635
|
getPopupRef(): import('..').TriggerInstance;
|
@@ -638,10 +638,10 @@ declare function __VLS_template(): {
|
|
638
638
|
}) | null;
|
639
639
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
640
640
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
641
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
641
642
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
642
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
643
643
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
644
|
-
|
644
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
645
645
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
646
646
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
647
647
|
}>, {
|
@@ -651,10 +651,10 @@ declare function __VLS_template(): {
|
|
651
651
|
getMirrorRef(): HTMLDivElement;
|
652
652
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
653
653
|
change: (value: string, ev: Event) => any;
|
654
|
+
focus: (ev: FocusEvent) => any;
|
654
655
|
clear: (ev: MouseEvent) => any;
|
655
|
-
input: (value: string, ev: Event) => any;
|
656
656
|
blur: (ev: FocusEvent) => any;
|
657
|
-
|
657
|
+
input: (value: string, ev: Event) => any;
|
658
658
|
keydown: (ev: KeyboardEvent) => any;
|
659
659
|
"update:modelValue": (value: string) => any;
|
660
660
|
}, import('vue').PublicProps, {
|
@@ -684,10 +684,10 @@ declare function __VLS_template(): {
|
|
684
684
|
Defaults: {};
|
685
685
|
}, Readonly<import('..').TextareaProps> & Readonly<{
|
686
686
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
687
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
687
688
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
688
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
689
689
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
690
|
-
|
690
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
691
691
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
692
692
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
693
693
|
}>, {
|
@@ -718,17 +718,17 @@ declare function __VLS_template(): {
|
|
718
718
|
$root: import('vue').ComponentPublicInstance | null;
|
719
719
|
$parent: import('vue').ComponentPublicInstance | null;
|
720
720
|
$host: Element | null;
|
721
|
-
$emit: ((event: "change", value: string) => void) & ((event: "
|
721
|
+
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "select", value: string) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
|
722
722
|
$el: any;
|
723
723
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
724
724
|
onChange?: ((value: string) => any) | undefined;
|
725
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
725
726
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
726
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
727
|
-
onSearch?: ((value: string) => any) | undefined;
|
728
|
-
onSelect?: ((value: string) => any) | undefined;
|
729
727
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
730
|
-
|
728
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
731
729
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
730
|
+
onSelect?: ((value: string) => any) | undefined;
|
731
|
+
onSearch?: ((value: string) => any) | undefined;
|
732
732
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
733
733
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
734
734
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -740,22 +740,22 @@ declare function __VLS_template(): {
|
|
740
740
|
updatePosition(x: number, y: number): void;
|
741
741
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
742
742
|
change: (value: string) => any;
|
743
|
+
focus: (ev: FocusEvent) => any;
|
743
744
|
clear: (ev?: Event | undefined) => any;
|
744
|
-
input: (value: string, ev: Event) => any;
|
745
|
-
search: (value: string) => any;
|
746
|
-
select: (value: string) => any;
|
747
745
|
blur: (ev: FocusEvent) => any;
|
748
|
-
|
746
|
+
input: (value: string, ev: Event) => any;
|
749
747
|
keydown: (ev: KeyboardEvent) => any;
|
748
|
+
select: (value: string) => any;
|
749
|
+
search: (value: string) => any;
|
750
750
|
"update:modelValue": (value: string) => any;
|
751
751
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
752
752
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
753
753
|
}, string, {
|
754
|
-
type: "textarea" | "input";
|
755
|
-
data: import('../Select').SelectOption[];
|
756
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
757
754
|
disabled: boolean;
|
755
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
758
756
|
strict: boolean;
|
757
|
+
type: "textarea" | "input";
|
758
|
+
data: import('../Select').SelectOption[];
|
759
759
|
modelValue: string;
|
760
760
|
defaultValue: string;
|
761
761
|
allowClear: boolean;
|
@@ -784,11 +784,11 @@ declare function __VLS_template(): {
|
|
784
784
|
$nextTick: typeof nextTick;
|
785
785
|
$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;
|
786
786
|
} & Readonly<{
|
787
|
-
type: "textarea" | "input";
|
788
|
-
data: import('../Select').SelectOption[];
|
789
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
790
787
|
disabled: boolean;
|
788
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
791
789
|
strict: boolean;
|
790
|
+
type: "textarea" | "input";
|
791
|
+
data: import('../Select').SelectOption[];
|
792
792
|
modelValue: string;
|
793
793
|
defaultValue: string;
|
794
794
|
allowClear: boolean;
|
@@ -798,17 +798,17 @@ declare function __VLS_template(): {
|
|
798
798
|
isSearch: boolean;
|
799
799
|
}> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
800
800
|
onChange?: ((value: string) => any) | undefined;
|
801
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
801
802
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
802
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
803
|
-
onSearch?: ((value: string) => any) | undefined;
|
804
|
-
onSelect?: ((value: string) => any) | undefined;
|
805
803
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
806
|
-
|
804
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
807
805
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
806
|
+
onSelect?: ((value: string) => any) | undefined;
|
807
|
+
onSearch?: ((value: string) => any) | undefined;
|
808
808
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
809
809
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
810
810
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
811
|
-
}>, "
|
811
|
+
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
|
812
812
|
focus(): void;
|
813
813
|
blur(): void;
|
814
814
|
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
@@ -826,26 +826,26 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
826
826
|
blur(): void;
|
827
827
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
828
828
|
change: (value: string) => any;
|
829
|
+
focus: (ev: FocusEvent) => any;
|
829
830
|
clear: (ev: MouseEvent) => any;
|
831
|
+
blur: (ev: FocusEvent) => any;
|
830
832
|
input: (value: string, ev: Event) => any;
|
831
|
-
search: (value: string) => any;
|
832
833
|
select: (value: SelectOptionValue) => any;
|
833
|
-
|
834
|
-
focus: (ev: FocusEvent) => any;
|
834
|
+
search: (value: string) => any;
|
835
835
|
"update:modelValue": (value: string) => any;
|
836
836
|
}, string, import('vue').PublicProps, Readonly<MentionProps> & Readonly<{
|
837
837
|
onChange?: ((value: string) => any) | undefined;
|
838
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
838
839
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
840
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
839
841
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
840
|
-
onSearch?: ((value: string) => any) | undefined;
|
841
842
|
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
842
|
-
|
843
|
-
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
843
|
+
onSearch?: ((value: string) => any) | undefined;
|
844
844
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
845
845
|
}>, {
|
846
|
+
disabled: boolean;
|
846
847
|
type: "input" | "textarea";
|
847
848
|
data: import('../Select').SelectOption[];
|
848
|
-
disabled: boolean;
|
849
849
|
split: string;
|
850
850
|
modelValue: string;
|
851
851
|
defaultValue: string;
|
@@ -870,13 +870,13 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
870
870
|
readonly isSearch?: boolean | undefined;
|
871
871
|
readonly type?: "textarea" | "input" | undefined;
|
872
872
|
readonly onChange?: ((value: string) => any) | undefined;
|
873
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
873
874
|
readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
|
874
|
-
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
875
|
-
readonly onSearch?: ((value: string) => any) | undefined;
|
876
|
-
readonly onSelect?: ((value: string) => any) | undefined;
|
877
875
|
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
878
|
-
readonly
|
876
|
+
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
879
877
|
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
878
|
+
readonly onSelect?: ((value: string) => any) | undefined;
|
879
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
880
880
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
881
881
|
readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
882
882
|
readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -928,15 +928,15 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
928
928
|
readonly hotkeys?: boolean | undefined;
|
929
929
|
readonly showEmpty?: boolean | undefined;
|
930
930
|
readonly onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
931
|
-
readonly onClear?: (() => any) | undefined;
|
932
|
-
readonly onSearch?: ((value: string) => any) | undefined;
|
933
|
-
readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
934
|
-
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
935
931
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
936
932
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
933
|
+
readonly onClear?: (() => any) | undefined;
|
934
|
+
readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
935
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
937
936
|
readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
938
937
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
939
938
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
939
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
940
940
|
readonly onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
941
941
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
942
942
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -1086,8 +1086,6 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1086
1086
|
show: () => any;
|
1087
1087
|
hide: () => any;
|
1088
1088
|
}, string, {
|
1089
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1090
|
-
renderToBody: boolean;
|
1091
1089
|
trigger: import('..').TriggerType;
|
1092
1090
|
mouseEnterDelay: number;
|
1093
1091
|
popupVisible: boolean;
|
@@ -1115,6 +1113,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1115
1113
|
duration: number;
|
1116
1114
|
autoFitPopupWidth: boolean;
|
1117
1115
|
autoFitPopupMinWidth: boolean;
|
1116
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1117
|
+
renderToBody: boolean;
|
1118
1118
|
autoFitPosition: boolean;
|
1119
1119
|
updateAtScroll: boolean;
|
1120
1120
|
preventFocus: boolean;
|
@@ -1140,8 +1140,6 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1140
1140
|
$nextTick: typeof nextTick;
|
1141
1141
|
$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;
|
1142
1142
|
} & Readonly<{
|
1143
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1144
|
-
renderToBody: boolean;
|
1145
1143
|
trigger: import('..').TriggerType;
|
1146
1144
|
mouseEnterDelay: number;
|
1147
1145
|
popupVisible: boolean;
|
@@ -1169,6 +1167,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1169
1167
|
duration: number;
|
1170
1168
|
autoFitPopupWidth: boolean;
|
1171
1169
|
autoFitPopupMinWidth: boolean;
|
1170
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1171
|
+
renderToBody: boolean;
|
1172
1172
|
autoFitPosition: boolean;
|
1173
1173
|
updateAtScroll: boolean;
|
1174
1174
|
preventFocus: boolean;
|
@@ -1178,7 +1178,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1178
1178
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1179
1179
|
onShow?: (() => any) | undefined;
|
1180
1180
|
onHide?: (() => any) | undefined;
|
1181
|
-
}>, "show" | "hide" | ("
|
1181
|
+
}>, "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" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
|
1182
1182
|
hide(): void;
|
1183
1183
|
show(): void;
|
1184
1184
|
updatePosition(x: number, y: number): void;
|
@@ -1209,14 +1209,14 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1209
1209
|
readonly tagNowrap?: boolean | undefined;
|
1210
1210
|
readonly fieldNames?: Record<string, string> | undefined;
|
1211
1211
|
readonly allowCreate?: boolean | undefined;
|
1212
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1212
1213
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
1213
|
-
readonly onInput?: ((value: string) => any) | undefined;
|
1214
1214
|
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1215
|
-
readonly
|
1216
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1215
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
1217
1216
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1218
1217
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1219
1218
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1219
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1220
1220
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1221
1221
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
1222
1222
|
$attrs: {
|
@@ -1234,30 +1234,30 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1234
1234
|
$root: import('vue').ComponentPublicInstance | null;
|
1235
1235
|
$parent: import('vue').ComponentPublicInstance | null;
|
1236
1236
|
$host: Element | null;
|
1237
|
-
$emit: ((event: "
|
1237
|
+
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
|
1238
1238
|
$el: HTMLDivElement;
|
1239
1239
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
1240
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1240
1241
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1241
|
-
onInput?: ((value: string) => any) | undefined;
|
1242
1242
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1243
|
-
|
1244
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1243
|
+
onInput?: ((value: string) => any) | undefined;
|
1245
1244
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1246
1245
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1247
1246
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1247
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1248
1248
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1249
1249
|
}>, {
|
1250
1250
|
focus(): void;
|
1251
1251
|
blur(): void;
|
1252
1252
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1253
|
+
focus: (ev: FocusEvent) => any;
|
1253
1254
|
clear: (ev: MouseEvent) => any;
|
1254
|
-
input: (value: string) => any;
|
1255
1255
|
blur: (ev: FocusEvent) => any;
|
1256
|
-
|
1257
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
1256
|
+
input: (value: string) => any;
|
1258
1257
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
1259
1258
|
"update:inputValue": (value: string) => any;
|
1260
1259
|
"input-value-change": (value: string, ev: Event) => any;
|
1260
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
1261
1261
|
"press-enter": (ev: KeyboardEvent) => any;
|
1262
1262
|
}, string, {
|
1263
1263
|
error: boolean;
|
@@ -1320,16 +1320,16 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1320
1320
|
};
|
1321
1321
|
uniqueValue: boolean;
|
1322
1322
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
1323
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1323
1324
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1324
|
-
onInput?: ((value: string) => any) | undefined;
|
1325
1325
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1326
|
-
|
1327
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1326
|
+
onInput?: ((value: string) => any) | undefined;
|
1328
1327
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
1329
1328
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1330
1329
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
1330
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
1331
1331
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
1332
|
-
}>, "
|
1332
|
+
}>, "focus" | "blur" | ("error" | "size" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
1333
1333
|
focus(): void;
|
1334
1334
|
blur(): void;
|
1335
1335
|
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
@@ -1342,19 +1342,19 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1342
1342
|
$root: import('vue').ComponentPublicInstance | null;
|
1343
1343
|
$parent: import('vue').ComponentPublicInstance | null;
|
1344
1344
|
$host: Element | null;
|
1345
|
-
$emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "
|
1345
|
+
$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: SelectOptionValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
1346
1346
|
$el: any;
|
1347
1347
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
|
1348
1348
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1349
|
-
onClear?: (() => any) | undefined;
|
1350
|
-
onSearch?: ((value: string) => any) | undefined;
|
1351
|
-
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
1352
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1353
1349
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1354
1350
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1351
|
+
onClear?: (() => any) | undefined;
|
1352
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
1353
|
+
onSearch?: ((value: string) => any) | undefined;
|
1355
1354
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1356
1355
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1357
1356
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1357
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1358
1358
|
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1359
1359
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1360
1360
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -1364,25 +1364,25 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1364
1364
|
getPopupRef(): import('..').TriggerInstance;
|
1365
1365
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1366
1366
|
change: (value: import('../Select').SelectValue) => any;
|
1367
|
-
clear: () => any;
|
1368
|
-
search: (value: string) => any;
|
1369
|
-
select: (value: SelectOptionValue) => any;
|
1370
|
-
remove: (index: string | number, ev: Event) => any;
|
1371
1367
|
"update:popupVisible": (value: boolean) => any;
|
1372
1368
|
"popup-visible-change": (value: boolean) => any;
|
1369
|
+
clear: () => any;
|
1370
|
+
select: (value: SelectOptionValue) => any;
|
1371
|
+
search: (value: string) => any;
|
1373
1372
|
"update:modelValue": (value: import('../Select').SelectValue) => any;
|
1374
1373
|
"update:inputValue": (value: string) => any;
|
1375
1374
|
"input-value-change": (value: string) => any;
|
1375
|
+
remove: (index: string | number, ev: Event) => any;
|
1376
1376
|
exceedLimit: (value: SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
1377
1377
|
"dropdown-scroll": (ev: Event) => any;
|
1378
1378
|
"dropdown-reach-bottom": (ev: Event) => any;
|
1379
1379
|
}, string, {
|
1380
1380
|
error: boolean;
|
1381
1381
|
size: import('../_shared/type').Size;
|
1382
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1383
1382
|
popupVisible: boolean;
|
1384
1383
|
defaultPopupVisible: boolean;
|
1385
1384
|
disabled: boolean;
|
1385
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1386
1386
|
scrollbar: boolean;
|
1387
1387
|
multiple: boolean;
|
1388
1388
|
placeholder: string;
|
@@ -1432,10 +1432,10 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1432
1432
|
} & Readonly<{
|
1433
1433
|
error: boolean;
|
1434
1434
|
size: import('../_shared/type').Size;
|
1435
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1436
1435
|
popupVisible: boolean;
|
1437
1436
|
defaultPopupVisible: boolean;
|
1438
1437
|
disabled: boolean;
|
1438
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1439
1439
|
scrollbar: boolean;
|
1440
1440
|
multiple: boolean;
|
1441
1441
|
placeholder: string;
|
@@ -1464,19 +1464,19 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1464
1464
|
tagNowrap: boolean;
|
1465
1465
|
}> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
|
1466
1466
|
onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1467
|
-
onClear?: (() => any) | undefined;
|
1468
|
-
onSearch?: ((value: string) => any) | undefined;
|
1469
|
-
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
1470
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1471
1467
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
1472
1468
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
1469
|
+
onClear?: (() => any) | undefined;
|
1470
|
+
onSelect?: ((value: SelectOptionValue) => any) | undefined;
|
1471
|
+
onSearch?: ((value: string) => any) | undefined;
|
1473
1472
|
"onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
|
1474
1473
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
1475
1474
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
1475
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
1476
1476
|
onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
1477
1477
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
1478
1478
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
1479
|
-
}>, "
|
1479
|
+
}>, "focus" | "blur" | ("error" | "size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "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<{
|
1480
1480
|
focus(): void;
|
1481
1481
|
blur(): void;
|
1482
1482
|
getPopupRef(): import('..').TriggerInstance;
|
@@ -1485,10 +1485,10 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1485
1485
|
}) | null;
|
1486
1486
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
1487
1487
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1488
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1488
1489
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1489
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1490
1490
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1491
|
-
|
1491
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1492
1492
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1493
1493
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1494
1494
|
}>, {
|
@@ -1498,10 +1498,10 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1498
1498
|
getMirrorRef(): HTMLDivElement;
|
1499
1499
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1500
1500
|
change: (value: string, ev: Event) => any;
|
1501
|
+
focus: (ev: FocusEvent) => any;
|
1501
1502
|
clear: (ev: MouseEvent) => any;
|
1502
|
-
input: (value: string, ev: Event) => any;
|
1503
1503
|
blur: (ev: FocusEvent) => any;
|
1504
|
-
|
1504
|
+
input: (value: string, ev: Event) => any;
|
1505
1505
|
keydown: (ev: KeyboardEvent) => any;
|
1506
1506
|
"update:modelValue": (value: string) => any;
|
1507
1507
|
}, import('vue').PublicProps, {
|
@@ -1531,10 +1531,10 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1531
1531
|
Defaults: {};
|
1532
1532
|
}, Readonly<import('..').TextareaProps> & Readonly<{
|
1533
1533
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
1534
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1534
1535
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
1535
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1536
1536
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1537
|
-
|
1537
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1538
1538
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1539
1539
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1540
1540
|
}>, {
|
@@ -1565,17 +1565,17 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1565
1565
|
$root: import('vue').ComponentPublicInstance | null;
|
1566
1566
|
$parent: import('vue').ComponentPublicInstance | null;
|
1567
1567
|
$host: Element | null;
|
1568
|
-
$emit: ((event: "change", value: string) => void) & ((event: "
|
1568
|
+
$emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "select", value: string) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
|
1569
1569
|
$el: any;
|
1570
1570
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
1571
1571
|
onChange?: ((value: string) => any) | undefined;
|
1572
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1572
1573
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
1573
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1574
|
-
onSearch?: ((value: string) => any) | undefined;
|
1575
|
-
onSelect?: ((value: string) => any) | undefined;
|
1576
1574
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1577
|
-
|
1575
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1578
1576
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1577
|
+
onSelect?: ((value: string) => any) | undefined;
|
1578
|
+
onSearch?: ((value: string) => any) | undefined;
|
1579
1579
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1580
1580
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
1581
1581
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -1587,22 +1587,22 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1587
1587
|
updatePosition(x: number, y: number): void;
|
1588
1588
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1589
1589
|
change: (value: string) => any;
|
1590
|
+
focus: (ev: FocusEvent) => any;
|
1590
1591
|
clear: (ev?: Event | undefined) => any;
|
1591
|
-
input: (value: string, ev: Event) => any;
|
1592
|
-
search: (value: string) => any;
|
1593
|
-
select: (value: string) => any;
|
1594
1592
|
blur: (ev: FocusEvent) => any;
|
1595
|
-
|
1593
|
+
input: (value: string, ev: Event) => any;
|
1596
1594
|
keydown: (ev: KeyboardEvent) => any;
|
1595
|
+
select: (value: string) => any;
|
1596
|
+
search: (value: string) => any;
|
1597
1597
|
"update:modelValue": (value: string) => any;
|
1598
1598
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
1599
1599
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
1600
1600
|
}, string, {
|
1601
|
-
type: "textarea" | "input";
|
1602
|
-
data: import('../Select').SelectOption[];
|
1603
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1604
1601
|
disabled: boolean;
|
1602
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1605
1603
|
strict: boolean;
|
1604
|
+
type: "textarea" | "input";
|
1605
|
+
data: import('../Select').SelectOption[];
|
1606
1606
|
modelValue: string;
|
1607
1607
|
defaultValue: string;
|
1608
1608
|
allowClear: boolean;
|
@@ -1631,11 +1631,11 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1631
1631
|
$nextTick: typeof nextTick;
|
1632
1632
|
$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;
|
1633
1633
|
} & Readonly<{
|
1634
|
-
type: "textarea" | "input";
|
1635
|
-
data: import('../Select').SelectOption[];
|
1636
|
-
popupContainer: import('../_shared/type').PopupContainer;
|
1637
1634
|
disabled: boolean;
|
1635
|
+
popupContainer: import('../_shared/type').PopupContainer;
|
1638
1636
|
strict: boolean;
|
1637
|
+
type: "textarea" | "input";
|
1638
|
+
data: import('../Select').SelectOption[];
|
1639
1639
|
modelValue: string;
|
1640
1640
|
defaultValue: string;
|
1641
1641
|
allowClear: boolean;
|
@@ -1645,17 +1645,17 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
|
|
1645
1645
|
isSearch: boolean;
|
1646
1646
|
}> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
|
1647
1647
|
onChange?: ((value: string) => any) | undefined;
|
1648
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
1648
1649
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
1649
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1650
|
-
onSearch?: ((value: string) => any) | undefined;
|
1651
|
-
onSelect?: ((value: string) => any) | undefined;
|
1652
1650
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
1653
|
-
|
1651
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
1654
1652
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
1653
|
+
onSelect?: ((value: string) => any) | undefined;
|
1654
|
+
onSearch?: ((value: string) => any) | undefined;
|
1655
1655
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
1656
1656
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
1657
1657
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
1658
|
-
}>, "
|
1658
|
+
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
|
1659
1659
|
focus(): void;
|
1660
1660
|
blur(): void;
|
1661
1661
|
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|