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
package/lib/Mention/index.d.ts
CHANGED
@@ -5,29 +5,29 @@ export * from './type';
|
|
5
5
|
declare const Mention: {
|
6
6
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').MentionProps> & Readonly<{
|
7
7
|
onChange?: ((value: string) => any) | undefined;
|
8
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
8
9
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
10
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
9
11
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
10
|
-
onSearch?: ((value: string) => any) | undefined;
|
11
12
|
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
12
|
-
|
13
|
-
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
13
|
+
onSearch?: ((value: string) => any) | undefined;
|
14
14
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
15
15
|
}>, {
|
16
16
|
focus(): void;
|
17
17
|
blur(): void;
|
18
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
19
19
|
change: (value: string) => any;
|
20
|
+
focus: (ev: FocusEvent) => any;
|
20
21
|
clear: (ev: MouseEvent) => any;
|
22
|
+
blur: (ev: FocusEvent) => any;
|
21
23
|
input: (value: string, ev: Event) => any;
|
22
|
-
search: (value: string) => any;
|
23
24
|
select: (value: import('..').SelectOptionValue) => any;
|
24
|
-
|
25
|
-
focus: (ev: FocusEvent) => any;
|
25
|
+
search: (value: string) => any;
|
26
26
|
"update:modelValue": (value: string) => any;
|
27
27
|
}, import('vue').PublicProps, {
|
28
|
+
disabled: boolean;
|
28
29
|
type: "input" | "textarea";
|
29
30
|
data: import('..').SelectOption[];
|
30
|
-
disabled: boolean;
|
31
31
|
split: string;
|
32
32
|
modelValue: string;
|
33
33
|
defaultValue: string;
|
@@ -52,13 +52,13 @@ declare const Mention: {
|
|
52
52
|
readonly isSearch?: boolean | undefined;
|
53
53
|
readonly type?: "textarea" | "input" | undefined;
|
54
54
|
readonly onChange?: ((value: string) => any) | undefined;
|
55
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
55
56
|
readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
|
56
|
-
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
57
|
-
readonly onSearch?: ((value: string) => any) | undefined;
|
58
|
-
readonly onSelect?: ((value: string) => any) | undefined;
|
59
57
|
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
60
|
-
readonly
|
58
|
+
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
61
59
|
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
60
|
+
readonly onSelect?: ((value: string) => any) | undefined;
|
61
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
62
62
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
63
63
|
readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
64
64
|
readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -110,15 +110,15 @@ declare const Mention: {
|
|
110
110
|
readonly hotkeys?: boolean | undefined;
|
111
111
|
readonly showEmpty?: boolean | undefined;
|
112
112
|
readonly onChange?: ((value: import('..').SelectValue) => any) | undefined;
|
113
|
-
readonly onClear?: (() => any) | undefined;
|
114
|
-
readonly onSearch?: ((value: string) => any) | undefined;
|
115
|
-
readonly onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
116
|
-
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
117
113
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
118
114
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
115
|
+
readonly onClear?: (() => any) | undefined;
|
116
|
+
readonly onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
117
|
+
readonly onSearch?: ((value: string) => any) | undefined;
|
119
118
|
readonly "onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
|
120
119
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
121
120
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
121
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
122
122
|
readonly onExceedLimit?: ((value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
123
123
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
124
124
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -268,8 +268,6 @@ declare const Mention: {
|
|
268
268
|
show: () => any;
|
269
269
|
hide: () => any;
|
270
270
|
}, string, {
|
271
|
-
popupContainer: import('..').PopupContainer;
|
272
|
-
renderToBody: boolean;
|
273
271
|
trigger: import('..').TriggerType;
|
274
272
|
mouseEnterDelay: number;
|
275
273
|
popupVisible: boolean;
|
@@ -297,6 +295,8 @@ declare const Mention: {
|
|
297
295
|
duration: number;
|
298
296
|
autoFitPopupWidth: boolean;
|
299
297
|
autoFitPopupMinWidth: boolean;
|
298
|
+
popupContainer: import('..').PopupContainer;
|
299
|
+
renderToBody: boolean;
|
300
300
|
autoFitPosition: boolean;
|
301
301
|
updateAtScroll: boolean;
|
302
302
|
preventFocus: boolean;
|
@@ -322,8 +322,6 @@ declare const Mention: {
|
|
322
322
|
$nextTick: typeof import('vue').nextTick;
|
323
323
|
$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;
|
324
324
|
} & Readonly<{
|
325
|
-
popupContainer: import('..').PopupContainer;
|
326
|
-
renderToBody: boolean;
|
327
325
|
trigger: import('..').TriggerType;
|
328
326
|
mouseEnterDelay: number;
|
329
327
|
popupVisible: boolean;
|
@@ -351,6 +349,8 @@ declare const Mention: {
|
|
351
349
|
duration: number;
|
352
350
|
autoFitPopupWidth: boolean;
|
353
351
|
autoFitPopupMinWidth: boolean;
|
352
|
+
popupContainer: import('..').PopupContainer;
|
353
|
+
renderToBody: boolean;
|
354
354
|
autoFitPosition: boolean;
|
355
355
|
updateAtScroll: boolean;
|
356
356
|
preventFocus: boolean;
|
@@ -360,7 +360,7 @@ declare const Mention: {
|
|
360
360
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
361
361
|
onShow?: (() => any) | undefined;
|
362
362
|
onHide?: (() => any) | undefined;
|
363
|
-
}>, "show" | "hide" | ("
|
363
|
+
}>, "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<{
|
364
364
|
hide(): void;
|
365
365
|
show(): void;
|
366
366
|
updatePosition(x: number, y: number): void;
|
@@ -391,14 +391,14 @@ declare const Mention: {
|
|
391
391
|
readonly tagNowrap?: boolean | undefined;
|
392
392
|
readonly fieldNames?: Record<string, string> | undefined;
|
393
393
|
readonly allowCreate?: boolean | undefined;
|
394
|
+
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
394
395
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
395
|
-
readonly onInput?: ((value: string) => any) | undefined;
|
396
396
|
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
397
|
-
readonly
|
398
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
397
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
399
398
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
400
399
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
401
400
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
401
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
402
402
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
403
403
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
404
404
|
$attrs: {
|
@@ -416,30 +416,30 @@ declare const Mention: {
|
|
416
416
|
$root: import('vue').ComponentPublicInstance | null;
|
417
417
|
$parent: import('vue').ComponentPublicInstance | null;
|
418
418
|
$host: Element | null;
|
419
|
-
$emit: ((event: "
|
419
|
+
$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);
|
420
420
|
$el: HTMLDivElement;
|
421
421
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
422
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
422
423
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
423
|
-
onInput?: ((value: string) => any) | undefined;
|
424
424
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
425
|
-
|
426
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
425
|
+
onInput?: ((value: string) => any) | undefined;
|
427
426
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
428
427
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
429
428
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
429
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
430
430
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
431
431
|
}>, {
|
432
432
|
focus(): void;
|
433
433
|
blur(): void;
|
434
434
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
435
|
+
focus: (ev: FocusEvent) => any;
|
435
436
|
clear: (ev: MouseEvent) => any;
|
436
|
-
input: (value: string) => any;
|
437
437
|
blur: (ev: FocusEvent) => any;
|
438
|
-
|
439
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
438
|
+
input: (value: string) => any;
|
440
439
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
441
440
|
"update:inputValue": (value: string) => any;
|
442
441
|
"input-value-change": (value: string, ev: Event) => any;
|
442
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
443
443
|
"press-enter": (ev: KeyboardEvent) => any;
|
444
444
|
}, string, {
|
445
445
|
error: boolean;
|
@@ -502,16 +502,16 @@ declare const Mention: {
|
|
502
502
|
};
|
503
503
|
uniqueValue: boolean;
|
504
504
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
505
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
505
506
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
506
|
-
onInput?: ((value: string) => any) | undefined;
|
507
507
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
508
|
-
|
509
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
508
|
+
onInput?: ((value: string) => any) | undefined;
|
510
509
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
511
510
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
512
511
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
512
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
513
513
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
514
|
-
}>, "
|
514
|
+
}>, "focus" | "blur" | ("error" | "size" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
515
515
|
focus(): void;
|
516
516
|
blur(): void;
|
517
517
|
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
@@ -524,19 +524,19 @@ declare const Mention: {
|
|
524
524
|
$root: import('vue').ComponentPublicInstance | null;
|
525
525
|
$parent: import('vue').ComponentPublicInstance | null;
|
526
526
|
$host: Element | null;
|
527
|
-
$emit: ((event: "change", value: import('..').SelectValue) => void) & ((event: "
|
527
|
+
$emit: ((event: "change", value: import('..').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: import('..').SelectOptionValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: import('..').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: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
528
528
|
$el: any;
|
529
529
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').SelectProps> & Readonly<{
|
530
530
|
onChange?: ((value: import('..').SelectValue) => any) | undefined;
|
531
|
-
onClear?: (() => any) | undefined;
|
532
|
-
onSearch?: ((value: string) => any) | undefined;
|
533
|
-
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
534
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
535
531
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
536
532
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
533
|
+
onClear?: (() => any) | undefined;
|
534
|
+
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
535
|
+
onSearch?: ((value: string) => any) | undefined;
|
537
536
|
"onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
|
538
537
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
539
538
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
539
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
540
540
|
onExceedLimit?: ((value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
541
541
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
542
542
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -546,25 +546,25 @@ declare const Mention: {
|
|
546
546
|
getPopupRef(): import('..').TriggerInstance;
|
547
547
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
548
548
|
change: (value: import('..').SelectValue) => any;
|
549
|
-
clear: () => any;
|
550
|
-
search: (value: string) => any;
|
551
|
-
select: (value: import('..').SelectOptionValue) => any;
|
552
|
-
remove: (index: string | number, ev: Event) => any;
|
553
549
|
"update:popupVisible": (value: boolean) => any;
|
554
550
|
"popup-visible-change": (value: boolean) => any;
|
551
|
+
clear: () => any;
|
552
|
+
select: (value: import('..').SelectOptionValue) => any;
|
553
|
+
search: (value: string) => any;
|
555
554
|
"update:modelValue": (value: import('..').SelectValue) => any;
|
556
555
|
"update:inputValue": (value: string) => any;
|
557
556
|
"input-value-change": (value: string) => any;
|
557
|
+
remove: (index: string | number, ev: Event) => any;
|
558
558
|
exceedLimit: (value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
559
559
|
"dropdown-scroll": (ev: Event) => any;
|
560
560
|
"dropdown-reach-bottom": (ev: Event) => any;
|
561
561
|
}, string, {
|
562
562
|
error: boolean;
|
563
563
|
size: import('..').Size;
|
564
|
-
popupContainer: import('..').PopupContainer;
|
565
564
|
popupVisible: boolean;
|
566
565
|
defaultPopupVisible: boolean;
|
567
566
|
disabled: boolean;
|
567
|
+
popupContainer: import('..').PopupContainer;
|
568
568
|
scrollbar: boolean;
|
569
569
|
multiple: boolean;
|
570
570
|
placeholder: string;
|
@@ -614,10 +614,10 @@ declare const Mention: {
|
|
614
614
|
} & Readonly<{
|
615
615
|
error: boolean;
|
616
616
|
size: import('..').Size;
|
617
|
-
popupContainer: import('..').PopupContainer;
|
618
617
|
popupVisible: boolean;
|
619
618
|
defaultPopupVisible: boolean;
|
620
619
|
disabled: boolean;
|
620
|
+
popupContainer: import('..').PopupContainer;
|
621
621
|
scrollbar: boolean;
|
622
622
|
multiple: boolean;
|
623
623
|
placeholder: string;
|
@@ -646,19 +646,19 @@ declare const Mention: {
|
|
646
646
|
tagNowrap: boolean;
|
647
647
|
}> & Omit<Readonly<import('..').SelectProps> & Readonly<{
|
648
648
|
onChange?: ((value: import('..').SelectValue) => any) | undefined;
|
649
|
-
onClear?: (() => any) | undefined;
|
650
|
-
onSearch?: ((value: string) => any) | undefined;
|
651
|
-
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
652
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
653
649
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
654
650
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
651
|
+
onClear?: (() => any) | undefined;
|
652
|
+
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
653
|
+
onSearch?: ((value: string) => any) | undefined;
|
655
654
|
"onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
|
656
655
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
657
656
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
657
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
658
658
|
onExceedLimit?: ((value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
659
659
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
660
660
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
661
|
-
}>, "
|
661
|
+
}>, "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<{
|
662
662
|
focus(): void;
|
663
663
|
blur(): void;
|
664
664
|
getPopupRef(): import('..').TriggerInstance;
|
@@ -667,10 +667,10 @@ declare const Mention: {
|
|
667
667
|
}) | null;
|
668
668
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
669
669
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
670
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
670
671
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
671
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
672
672
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
673
|
-
|
673
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
674
674
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
675
675
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
676
676
|
}>, {
|
@@ -680,10 +680,10 @@ declare const Mention: {
|
|
680
680
|
getMirrorRef(): HTMLDivElement;
|
681
681
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
682
682
|
change: (value: string, ev: Event) => any;
|
683
|
+
focus: (ev: FocusEvent) => any;
|
683
684
|
clear: (ev: MouseEvent) => any;
|
684
|
-
input: (value: string, ev: Event) => any;
|
685
685
|
blur: (ev: FocusEvent) => any;
|
686
|
-
|
686
|
+
input: (value: string, ev: Event) => any;
|
687
687
|
keydown: (ev: KeyboardEvent) => any;
|
688
688
|
"update:modelValue": (value: string) => any;
|
689
689
|
}, import('vue').PublicProps, {
|
@@ -713,10 +713,10 @@ declare const Mention: {
|
|
713
713
|
Defaults: {};
|
714
714
|
}, Readonly<import('..').TextareaProps> & Readonly<{
|
715
715
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
716
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
716
717
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
717
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
718
718
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
719
|
-
|
719
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
720
720
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
721
721
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
722
722
|
}>, {
|
@@ -747,17 +747,17 @@ declare const Mention: {
|
|
747
747
|
$root: import('vue').ComponentPublicInstance | null;
|
748
748
|
$parent: import('vue').ComponentPublicInstance | null;
|
749
749
|
$host: Element | null;
|
750
|
-
$emit: ((event: "change", value: string) => void) & ((event: "
|
750
|
+
$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);
|
751
751
|
$el: any;
|
752
752
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').AutoCompleteProps> & Readonly<{
|
753
753
|
onChange?: ((value: string) => any) | undefined;
|
754
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
754
755
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
755
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
756
|
-
onSearch?: ((value: string) => any) | undefined;
|
757
|
-
onSelect?: ((value: string) => any) | undefined;
|
758
756
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
759
|
-
|
757
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
760
758
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
759
|
+
onSelect?: ((value: string) => any) | undefined;
|
760
|
+
onSearch?: ((value: string) => any) | undefined;
|
761
761
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
762
762
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
763
763
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -769,22 +769,22 @@ declare const Mention: {
|
|
769
769
|
updatePosition(x: number, y: number): void;
|
770
770
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
771
771
|
change: (value: string) => any;
|
772
|
+
focus: (ev: FocusEvent) => any;
|
772
773
|
clear: (ev?: Event | undefined) => any;
|
773
|
-
input: (value: string, ev: Event) => any;
|
774
|
-
search: (value: string) => any;
|
775
|
-
select: (value: string) => any;
|
776
774
|
blur: (ev: FocusEvent) => any;
|
777
|
-
|
775
|
+
input: (value: string, ev: Event) => any;
|
778
776
|
keydown: (ev: KeyboardEvent) => any;
|
777
|
+
select: (value: string) => any;
|
778
|
+
search: (value: string) => any;
|
779
779
|
"update:modelValue": (value: string) => any;
|
780
780
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
781
781
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
782
782
|
}, string, {
|
783
|
-
type: "textarea" | "input";
|
784
|
-
data: import('..').SelectOption[];
|
785
|
-
popupContainer: import('..').PopupContainer;
|
786
783
|
disabled: boolean;
|
784
|
+
popupContainer: import('..').PopupContainer;
|
787
785
|
strict: boolean;
|
786
|
+
type: "textarea" | "input";
|
787
|
+
data: import('..').SelectOption[];
|
788
788
|
modelValue: string;
|
789
789
|
defaultValue: string;
|
790
790
|
allowClear: boolean;
|
@@ -813,11 +813,11 @@ declare const Mention: {
|
|
813
813
|
$nextTick: typeof import('vue').nextTick;
|
814
814
|
$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;
|
815
815
|
} & Readonly<{
|
816
|
-
type: "textarea" | "input";
|
817
|
-
data: import('..').SelectOption[];
|
818
|
-
popupContainer: import('..').PopupContainer;
|
819
816
|
disabled: boolean;
|
817
|
+
popupContainer: import('..').PopupContainer;
|
820
818
|
strict: boolean;
|
819
|
+
type: "textarea" | "input";
|
820
|
+
data: import('..').SelectOption[];
|
821
821
|
modelValue: string;
|
822
822
|
defaultValue: string;
|
823
823
|
allowClear: boolean;
|
@@ -827,17 +827,17 @@ declare const Mention: {
|
|
827
827
|
isSearch: boolean;
|
828
828
|
}> & Omit<Readonly<import('..').AutoCompleteProps> & Readonly<{
|
829
829
|
onChange?: ((value: string) => any) | undefined;
|
830
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
830
831
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
831
|
-
onInput?: ((value: string, ev: Event) => any) | undefined;
|
832
|
-
onSearch?: ((value: string) => any) | undefined;
|
833
|
-
onSelect?: ((value: string) => any) | undefined;
|
834
832
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
835
|
-
|
833
|
+
onInput?: ((value: string, ev: Event) => any) | undefined;
|
836
834
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
835
|
+
onSelect?: ((value: string) => any) | undefined;
|
836
|
+
onSearch?: ((value: string) => any) | undefined;
|
837
837
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
838
838
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
839
839
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
840
|
-
}>, "
|
840
|
+
}>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
|
841
841
|
focus(): void;
|
842
842
|
blur(): void;
|
843
843
|
getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
|
@@ -855,20 +855,20 @@ declare const Mention: {
|
|
855
855
|
Defaults: {};
|
856
856
|
}, Readonly<import('./type').MentionProps> & Readonly<{
|
857
857
|
onChange?: ((value: string) => any) | undefined;
|
858
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
858
859
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
860
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
859
861
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
860
|
-
onSearch?: ((value: string) => any) | undefined;
|
861
862
|
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
862
|
-
|
863
|
-
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
863
|
+
onSearch?: ((value: string) => any) | undefined;
|
864
864
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
865
865
|
}>, {
|
866
866
|
focus(): void;
|
867
867
|
blur(): void;
|
868
868
|
}, {}, {}, {}, {
|
869
|
+
disabled: boolean;
|
869
870
|
type: "input" | "textarea";
|
870
871
|
data: import('..').SelectOption[];
|
871
|
-
disabled: boolean;
|
872
872
|
split: string;
|
873
873
|
modelValue: string;
|
874
874
|
defaultValue: string;
|
@@ -880,29 +880,29 @@ declare const Mention: {
|
|
880
880
|
__isSuspense?: never;
|
881
881
|
} & import('vue').ComponentOptionsBase<Readonly<import('./type').MentionProps> & Readonly<{
|
882
882
|
onChange?: ((value: string) => any) | undefined;
|
883
|
+
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
883
884
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
885
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
884
886
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
885
|
-
onSearch?: ((value: string) => any) | undefined;
|
886
887
|
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
887
|
-
|
888
|
-
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
888
|
+
onSearch?: ((value: string) => any) | undefined;
|
889
889
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
890
890
|
}>, {
|
891
891
|
focus(): void;
|
892
892
|
blur(): void;
|
893
893
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
894
894
|
change: (value: string) => any;
|
895
|
+
focus: (ev: FocusEvent) => any;
|
895
896
|
clear: (ev: MouseEvent) => any;
|
897
|
+
blur: (ev: FocusEvent) => any;
|
896
898
|
input: (value: string, ev: Event) => any;
|
897
|
-
search: (value: string) => any;
|
898
899
|
select: (value: import('..').SelectOptionValue) => any;
|
899
|
-
|
900
|
-
focus: (ev: FocusEvent) => any;
|
900
|
+
search: (value: string) => any;
|
901
901
|
"update:modelValue": (value: string) => any;
|
902
902
|
}, string, {
|
903
|
+
disabled: boolean;
|
903
904
|
type: "input" | "textarea";
|
904
905
|
data: import('..').SelectOption[];
|
905
|
-
disabled: boolean;
|
906
906
|
split: string;
|
907
907
|
modelValue: string;
|
908
908
|
defaultValue: string;
|