yc-design-vue 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lang-es/ar-eg.d.ts +206 -0
- package/dist/lang-es/ar-eg.js +154 -0
- package/dist/lang-es/de-de.d.ts +206 -0
- package/dist/lang-es/de-de.js +154 -0
- package/dist/lang-es/en-us.d.ts +254 -0
- package/dist/lang-es/en-us.js +158 -0
- package/dist/lang-es/es-es.d.ts +206 -0
- package/dist/lang-es/es-es.js +154 -0
- package/dist/lang-es/fr-fr.d.ts +206 -0
- package/dist/lang-es/fr-fr.js +154 -0
- package/dist/lang-es/id-id.d.ts +206 -0
- package/dist/lang-es/id-id.js +154 -0
- package/dist/lang-es/it-it.d.ts +206 -0
- package/dist/lang-es/it-it.js +154 -0
- package/dist/lang-es/ja-jp.d.ts +254 -0
- package/dist/lang-es/ja-jp.js +202 -0
- package/dist/lang-es/km-kh.d.ts +206 -0
- package/dist/lang-es/km-kh.js +154 -0
- package/dist/lang-es/ko-kr.d.ts +206 -0
- package/dist/lang-es/ko-kr.js +154 -0
- package/dist/lang-es/ms-my.d.ts +206 -0
- package/dist/lang-es/ms-my.js +154 -0
- package/dist/lang-es/nl-nl.d.ts +254 -0
- package/dist/lang-es/nl-nl.js +202 -0
- package/dist/lang-es/pt-pt.d.ts +206 -0
- package/dist/lang-es/pt-pt.js +154 -0
- package/dist/lang-es/ru-ru.d.ts +254 -0
- package/dist/lang-es/ru-ru.js +202 -0
- package/dist/lang-es/th-th.d.ts +206 -0
- package/dist/lang-es/th-th.js +154 -0
- package/dist/lang-es/vi-vn.d.ts +206 -0
- package/dist/lang-es/vi-vn.js +154 -0
- package/dist/lang-es/zh-cn.d.ts +254 -0
- package/dist/lang-es/zh-cn.js +202 -0
- package/dist/lang-es/zh-tw.d.ts +254 -0
- package/dist/lang-es/zh-tw.js +202 -0
- package/dist/lang-lib/ar-eg.d.ts +206 -0
- package/dist/lang-lib/ar-eg.js +1 -0
- package/dist/lang-lib/de-de.d.ts +206 -0
- package/dist/lang-lib/de-de.js +1 -0
- package/dist/lang-lib/en-us.d.ts +254 -0
- package/dist/lang-lib/en-us.js +1 -0
- package/dist/lang-lib/es-es.d.ts +206 -0
- package/dist/lang-lib/es-es.js +1 -0
- package/dist/lang-lib/fr-fr.d.ts +206 -0
- package/dist/lang-lib/fr-fr.js +1 -0
- package/dist/lang-lib/id-id.d.ts +206 -0
- package/dist/lang-lib/id-id.js +1 -0
- package/dist/lang-lib/it-it.d.ts +206 -0
- package/dist/lang-lib/it-it.js +1 -0
- package/dist/lang-lib/ja-jp.d.ts +254 -0
- package/dist/lang-lib/ja-jp.js +1 -0
- package/dist/lang-lib/km-kh.d.ts +206 -0
- package/dist/lang-lib/km-kh.js +1 -0
- package/dist/lang-lib/ko-kr.d.ts +206 -0
- package/dist/lang-lib/ko-kr.js +1 -0
- package/dist/lang-lib/ms-my.d.ts +206 -0
- package/dist/lang-lib/ms-my.js +1 -0
- package/dist/lang-lib/nl-nl.d.ts +254 -0
- package/dist/lang-lib/nl-nl.js +1 -0
- package/dist/lang-lib/pt-pt.d.ts +206 -0
- package/dist/lang-lib/pt-pt.js +1 -0
- package/dist/lang-lib/ru-ru.d.ts +254 -0
- package/dist/lang-lib/ru-ru.js +1 -0
- package/dist/lang-lib/th-th.d.ts +206 -0
- package/dist/lang-lib/th-th.js +1 -0
- package/dist/lang-lib/vi-vn.d.ts +206 -0
- package/dist/lang-lib/vi-vn.js +1 -0
- package/dist/lang-lib/zh-cn.d.ts +254 -0
- package/dist/lang-lib/zh-cn.js +1 -0
- package/dist/lang-lib/zh-tw.d.ts +254 -0
- package/dist/lang-lib/zh-tw.js +1 -0
- package/es/Affix/index.vue.js +0 -3
- package/es/Alert/index.d.ts +4 -4
- package/es/Alert/index.vue.d.ts +3 -3
- package/es/Alert/index.vue.js +7 -9
- package/es/Anchor/Anchor.vue.js +0 -3
- package/es/Anchor/AnchorLink.vue.d.ts +2 -2
- package/es/Anchor/AnchorLink.vue.js +3 -5
- package/es/Anchor/hooks/useContext.js +1 -4
- package/es/Anchor/index.d.ts +1 -1
- package/es/AutoComplete/index.d.ts +68 -68
- package/es/AutoComplete/index.vue.d.ts +97 -97
- package/es/AutoComplete/index.vue.js +5 -8
- package/es/Avatar/Avatar.vue.d.ts +2 -2
- package/es/Avatar/Avatar.vue.js +5 -7
- package/es/Avatar/AvatarGroup.vue.d.ts +2 -2
- package/es/Avatar/AvatarGroup.vue.js +2 -5
- package/es/Avatar/index.d.ts +2 -2
- package/es/BackTop/index.vue.js +4 -7
- package/es/Badge/index.d.ts +1 -1
- package/es/Badge/index.vue.d.ts +2 -2
- package/es/Badge/index.vue.js +3 -6
- package/es/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
- package/es/Breadcrumb/Breadcrumb.vue.js +12 -18
- package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
- package/es/Breadcrumb/BreadcrumbItem.vue.js +5 -7
- package/es/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
- package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -4
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +3 -6
- package/es/Breadcrumb/index.d.ts +2 -2
- package/es/Button/Button.vue.d.ts +3 -3
- package/es/Button/Button.vue.js +4 -4
- package/es/Button/ButtonGroup.vue.d.ts +1 -1
- package/es/Button/hooks/useContext.js +0 -4
- package/es/Button/index.d.ts +7 -7
- package/es/Calendar/Calendar.vue.d.ts +2 -2
- package/es/Calendar/Calendar.vue.js +8 -9
- package/es/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/es/Calendar/CalendarMonth.vue.js +2 -4
- package/es/Calendar/CalendarYear.vue.d.ts +1 -1
- package/es/Calendar/CalendarYear.vue.js +1 -3
- package/es/Calendar/index.d.ts +1 -1
- package/es/Calendar/type.d.ts +2 -2
- package/es/Card/Card.vue.d.ts +2 -2
- package/es/Card/Card.vue.js +9 -12
- package/es/Card/CardMeta.vue.d.ts +2 -2
- package/es/Card/CardMeta.vue.js +8 -11
- package/es/Card/hooks/useContext.d.ts +1 -5
- package/es/Card/hooks/useContext.js +0 -3
- package/es/Card/index.d.ts +2 -2
- package/es/Carousel/Carousel.vue.js +0 -4
- package/es/Carousel/CarouselArrow.vue.js +1 -4
- package/es/Carousel/CarouselIndicator.vue.js +0 -3
- package/es/Carousel/hooks/useContext.js +1 -4
- package/es/Cascader/Cascader.vue.d.ts +25 -27
- package/es/Cascader/Cascader.vue.js +0 -3
- package/es/Cascader/CascaderIcon.vue.js +3 -6
- package/es/Cascader/CascaderOption.vue.d.ts +1 -1
- package/es/Cascader/CascaderOption.vue.js +2 -5
- package/es/Cascader/hooks/useContext.js +1 -5
- package/es/Cascader/index.d.ts +22 -24
- package/es/Checkbox/Checkbox.vue.d.ts +2 -2
- package/es/Checkbox/Checkbox.vue.js +7 -9
- package/es/Checkbox/CheckboxGroup.vue.d.ts +2 -2
- package/es/Checkbox/CheckboxGroup.vue.js +3 -2
- package/es/Checkbox/hooks/useContext.js +1 -5
- package/es/Checkbox/index.d.ts +2 -2
- package/es/Collapse/CollapseItem.vue.d.ts +1 -1
- package/es/Collapse/CollapseItem.vue.js +3 -6
- package/es/Collapse/hooks/useContext.js +1 -5
- package/es/Collapse/index.d.ts +3 -3
- package/es/ColorPicker/ColorControl.vue.js +1 -3
- package/es/ColorPicker/ColorInput.vue.js +4 -7
- package/es/ColorPicker/ColorList.vue.js +0 -3
- package/es/ColorPicker/ColorPalette.vue.js +1 -3
- package/es/ColorPicker/ColorPanel.vue.js +0 -3
- package/es/ColorPicker/hooks/useContext.js +1 -4
- package/es/Comment/index.d.ts +1 -1
- package/es/Comment/index.vue.d.ts +2 -2
- package/es/Comment/index.vue.js +8 -11
- package/es/ConfigProvider/index.d.ts +3 -3
- package/es/ConfigProvider/index.vue.d.ts +1 -1
- package/es/ConfigProvider/index.vue.js +1 -6
- package/es/Descriptions/Descriptions.vue.d.ts +4 -4
- package/es/Descriptions/Descriptions.vue.js +3 -2
- package/es/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/es/Descriptions/ReuseItem.vue.js +0 -4
- package/es/Descriptions/ReuseTd.vue.js +0 -4
- package/es/Descriptions/hooks/useContext.js +1 -4
- package/es/Descriptions/index.d.ts +10 -10
- package/es/Divider/index.d.ts +1 -1
- package/es/Divider/index.vue.d.ts +2 -2
- package/es/Divider/index.vue.js +3 -5
- package/es/Drawer/Drawer.vue.d.ts +4 -4
- package/es/Drawer/Drawer.vue.js +3 -5
- package/es/Drawer/DrawerService.vue.d.ts +4 -4
- package/es/Drawer/DrawerService.vue.js +0 -4
- package/es/Drawer/index.d.ts +20 -15
- package/es/Drawer/index.js +3 -6
- package/es/Dropdown/Doption.vue.d.ts +2 -2
- package/es/Dropdown/Doption.vue.js +5 -4
- package/es/Dropdown/Dropdown.vue.d.ts +3 -3
- package/es/Dropdown/Dropdown.vue.js +4 -6
- package/es/Dropdown/DropdownButton.vue.d.ts +2 -2
- package/es/Dropdown/DropdownButton.vue.js +1 -4
- package/es/Dropdown/Dsubmenu.vue.d.ts +22 -22
- package/es/Dropdown/Dsubmenu.vue.js +6 -8
- package/es/Dropdown/hooks/useContext.js +1 -5
- package/es/Dropdown/index.d.ts +22 -22
- package/es/Empty/index.vue.js +2 -4
- package/es/Grid/Grid.vue.js +0 -3
- package/es/Grid/GridCol.vue.js +0 -3
- package/es/Grid/GridItem.vue.js +0 -3
- package/es/Grid/GridRow.vue.d.ts +1 -1
- package/es/Grid/GridRow.vue.js +0 -3
- package/es/Grid/hooks/useContext.js +2 -5
- package/es/Grid/index.d.ts +3 -3
- package/es/Image/Image.vue.d.ts +2 -2
- package/es/Image/Image.vue.js +8 -9
- package/es/Image/ImagePreview.vue.d.ts +2 -2
- package/es/Image/ImagePreview.vue.js +7 -9
- package/es/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/es/Image/ImagePreviewArrow.vue.js +1 -4
- package/es/Image/ImagePreviewGroup.vue.d.ts +2 -2
- package/es/Image/ImagePreviewGroup.vue.js +4 -3
- package/es/Image/ImagePreviewToolbar.vue.js +2 -4
- package/es/Image/hooks/useContext.js +1 -5
- package/es/Image/index.d.ts +6 -6
- package/es/Input/Input.vue.d.ts +5 -5
- package/es/Input/Input.vue.js +15 -17
- package/es/Input/InputSuffix.vue.js +4 -7
- package/es/Input/hooks/useLimitedInput.js +1 -5
- package/es/Input/index.d.ts +9 -9
- package/es/InputNumber/InputNumber.vue.d.ts +26 -26
- package/es/InputNumber/InputNumber.vue.js +12 -14
- package/es/InputNumber/InputOperaBtn.vue.js +1 -4
- package/es/InputNumber/index.d.ts +22 -22
- package/es/InputTag/index.d.ts +14 -14
- package/es/InputTag/index.vue.d.ts +7 -7
- package/es/InputTag/index.vue.js +9 -11
- package/es/Layout/Layout.vue.d.ts +2 -2
- package/es/Layout/Layout.vue.js +2 -6
- package/es/Layout/LayoutSider.vue.js +1 -4
- package/es/Layout/hooks/useSiderContext.d.ts +1 -1
- package/es/Layout/hooks/useSiderContext.js +1 -5
- package/es/Layout/index.d.ts +1 -1
- package/es/Link/index.d.ts +1 -1
- package/es/Link/index.vue.d.ts +2 -2
- package/es/Link/index.vue.js +4 -6
- package/es/List/List.vue.d.ts +13 -13
- package/es/List/List.vue.js +8 -11
- package/es/List/ListItem.vue.d.ts +2 -2
- package/es/List/ListItem.vue.js +6 -5
- package/es/List/ListItemMeta.vue.d.ts +2 -2
- package/es/List/ListItemMeta.vue.js +5 -4
- package/es/List/hooks/useScrollReach.js +0 -4
- package/es/List/index.d.ts +11 -11
- package/es/Mention/index.d.ts +79 -79
- package/es/Mention/index.vue.d.ts +137 -137
- package/es/Mention/index.vue.js +4 -7
- package/es/Menu/Menu.vue.js +1 -4
- package/es/Menu/MenuEllipsis.vue.js +1 -4
- package/es/Menu/MenuItem.vue.d.ts +2 -2
- package/es/Menu/MenuItem.vue.js +6 -8
- package/es/Menu/MenuItemGroup.vue.js +0 -3
- package/es/Menu/SubMenu.vue.d.ts +2 -2
- package/es/Menu/SubMenu.vue.js +4 -6
- package/es/Menu/hooks/useContext.js +6 -9
- package/es/Menu/index.d.ts +2 -2
- package/es/Message/Message.vue.d.ts +3 -3
- package/es/Message/Message.vue.js +3 -6
- package/es/Message/index.d.ts +12 -12
- package/es/Message/index.js +1 -8
- package/es/Modal/Modal.vue.d.ts +3 -3
- package/es/Modal/Modal.vue.js +3 -5
- package/es/Modal/ModalService.vue.d.ts +3 -3
- package/es/Modal/ModalService.vue.js +0 -4
- package/es/Modal/hooks/useModalClose.js +1 -5
- package/es/Modal/hooks/useModalDraggable.js +0 -3
- package/es/Modal/hooks/useOnBeforeClose.js +0 -5
- package/es/Modal/index.d.ts +13 -11
- package/es/Modal/index.js +1 -1
- package/es/Notification/Notification.vue.d.ts +5 -5
- package/es/Notification/Notification.vue.js +3 -6
- package/es/Notification/index.d.ts +19 -18
- package/es/Notification/index.js +1 -8
- package/es/Notification/type.d.ts +1 -1
- package/es/OverflowList/index.d.ts +1 -1
- package/es/OverflowList/index.vue.d.ts +2 -2
- package/es/OverflowList/index.vue.js +2 -5
- package/es/PageHeader/index.d.ts +1 -1
- package/es/PageHeader/index.vue.d.ts +2 -2
- package/es/PageHeader/index.vue.js +10 -12
- package/es/Pagination/Pagination.vue.d.ts +2 -2
- package/es/Pagination/Pagination.vue.js +6 -7
- package/es/Pagination/PaginationItem.vue.js +1 -4
- package/es/Pagination/hooks/useContext.js +1 -4
- package/es/Pagination/index.d.ts +1 -1
- package/es/Popconfirm/index.d.ts +14 -14
- package/es/Popconfirm/index.vue.d.ts +18 -18
- package/es/Popconfirm/index.vue.js +1 -4
- package/es/Popover/index.d.ts +7 -7
- package/es/Popover/index.vue.d.ts +4 -4
- package/es/Popover/index.vue.js +4 -7
- package/es/Progress/Progress.vue.js +0 -4
- package/es/Progress/ProgressCircle.vue.js +2 -5
- package/es/Progress/ProgressLine.vue.js +0 -3
- package/es/Progress/ProgressSteps.vue.js +0 -3
- package/es/Radio/Radio.vue.d.ts +3 -3
- package/es/Radio/Radio.vue.js +10 -13
- package/es/Radio/RadioGroup.vue.d.ts +3 -3
- package/es/Radio/RadioGroup.vue.js +3 -2
- package/es/Radio/hooks/useContext.js +2 -6
- package/es/Radio/index.d.ts +8 -8
- package/es/Rate/index.vue.js +3 -6
- package/es/ResizeBox/index.vue.js +3 -7
- package/es/Result/index.d.ts +1 -1
- package/es/Result/index.vue.d.ts +2 -2
- package/es/Result/index.vue.js +7 -6
- package/es/Scrollbar/Scrollbar.vue.d.ts +1 -1
- package/es/Scrollbar/Scrollbar.vue.js +0 -3
- package/es/Scrollbar/ScrollbarTrack.vue.js +0 -3
- package/es/Scrollbar/index.d.ts +3 -3
- package/es/Select/Option.vue.d.ts +3 -3
- package/es/Select/Option.vue.js +5 -7
- package/es/Select/Select.vue.d.ts +52 -52
- package/es/Select/Select.vue.js +4 -6
- package/es/Select/SelectIcon.vue.js +3 -6
- package/es/Select/SelectRealList.vue.js +0 -4
- package/es/Select/SelectView.vue.js +1 -1
- package/es/Select/SelectVirtualList.vue.js +1 -5
- package/es/Select/hooks/useContext.js +1 -5
- package/es/Select/hooks/useSelectOptions.js +0 -4
- package/es/Select/index.d.ts +43 -43
- package/es/Skeleton/SkeletonLine.vue.js +0 -3
- package/es/Skeleton/SkeletonShape.vue.js +1 -5
- package/es/Slider/SliderBtn.vue.js +1 -5
- package/es/Slider/hooks/useContext.js +1 -5
- package/es/Slider/hooks/useSliderDraggable.js +0 -3
- package/es/Space/index.d.ts +1 -1
- package/es/Space/index.vue.d.ts +2 -2
- package/es/Space/index.vue.js +5 -8
- package/es/Spin/index.d.ts +1 -1
- package/es/Spin/index.vue.d.ts +2 -2
- package/es/Spin/index.vue.js +4 -6
- package/es/Split/index.vue.js +4 -7
- package/es/Statistic/Countdown.vue.d.ts +1 -1
- package/es/Statistic/Countdown.vue.js +1 -3
- package/es/Statistic/Statistic.vue.d.ts +3 -3
- package/es/Statistic/Statistic.vue.js +6 -8
- package/es/Statistic/index.d.ts +7 -7
- package/es/Steps/Step.vue.d.ts +3 -3
- package/es/Steps/Step.vue.js +4 -6
- package/es/Steps/hooks/useContext.js +1 -5
- package/es/Steps/index.d.ts +4 -4
- package/es/Switch/index.d.ts +4 -4
- package/es/Switch/index.vue.d.ts +3 -3
- package/es/Switch/index.vue.js +4 -8
- package/es/Tabs/TabButton.vue.js +2 -5
- package/es/Tabs/TabPane.vue.d.ts +1 -1
- package/es/Tabs/TabPane.vue.js +0 -4
- package/es/Tabs/Tabs.vue.d.ts +3 -3
- package/es/Tabs/Tabs.vue.js +4 -7
- package/es/Tabs/TabsNavInk.vue.js +1 -4
- package/es/Tabs/TabsTab.vue.js +0 -4
- package/es/Tabs/hooks/useContext.js +1 -5
- package/es/Tabs/hooks/useTabsScroll.js +0 -3
- package/es/Tabs/index.d.ts +4 -4
- package/es/Tag/index.d.ts +1 -1
- package/es/Tag/index.vue.d.ts +2 -2
- package/es/Tag/index.vue.js +8 -10
- package/es/Textarea/hooks/useTextareaHeight.js +0 -3
- package/es/Textarea/index.d.ts +8 -8
- package/es/Textarea/index.vue.d.ts +3 -3
- package/es/Textarea/index.vue.js +2 -5
- package/es/TimePicker/TimePicker.vue.d.ts +7 -7
- package/es/TimePicker/TimePicker.vue.js +9 -10
- package/es/TimePicker/TimePickerPanel.vue.js +1 -3
- package/es/TimePicker/hooks/useContext.js +1 -4
- package/es/TimePicker/index.d.ts +11 -11
- package/es/Timeline/TimelineItem.vue.d.ts +3 -3
- package/es/Timeline/TimelineItem.vue.js +3 -2
- package/es/Timeline/TimelineItemPending.vue.js +0 -4
- package/es/Timeline/hooks/useContext.js +0 -4
- package/es/Timeline/index.d.ts +4 -4
- package/es/Tooltip/index.d.ts +3 -3
- package/es/Tooltip/index.vue.d.ts +1 -1
- package/es/Tooltip/index.vue.js +1 -5
- package/es/Transfer/Transfer.vue.d.ts +3 -3
- package/es/Transfer/Transfer.vue.js +1 -4
- package/es/Transfer/TransferPanel.vue.js +2 -5
- package/es/Transfer/hooks/useContext.js +1 -5
- package/es/Transfer/index.d.ts +8 -8
- package/es/Trigger/hooks/useContext.js +0 -3
- package/es/Trigger/hooks/useTriggerPosition.js +0 -3
- package/es/Trigger/hooks/useTriggerVisible.js +1 -4
- package/es/Trigger/index.d.ts +8 -8
- package/es/Trigger/index.vue.d.ts +6 -6
- package/es/Trigger/index.vue.js +4 -7
- package/es/Typography/TypographyBase.vue.d.ts +22 -22
- package/es/Typography/TypographyBase.vue.js +4 -6
- package/es/Typography/TypographyParagraph.vue.d.ts +2 -2
- package/es/Typography/TypographyParagraph.vue.js +4 -3
- package/es/Typography/TypographyText.vue.d.ts +1 -2
- package/es/Typography/TypographyText.vue.js +4 -3
- package/es/Typography/TypographyTitle.vue.d.ts +2 -2
- package/es/Typography/TypographyTitle.vue.js +4 -3
- package/es/VerificationCode/index.d.ts +6 -6
- package/es/VerificationCode/index.vue.d.ts +2 -2
- package/es/VerificationCode/index.vue.js +2 -5
- package/es/Watermark/index.d.ts +3 -3
- package/es/Watermark/index.vue.d.ts +1 -1
- package/es/Watermark/index.vue.js +0 -4
- package/es/_shared/components/ExpandTransition/index.vue2.js +0 -3
- package/es/_shared/components/Icon/index.vue3.js +0 -3
- package/es/_shared/components/IconButton/{index.vue2.js → index.vue.js} +1 -4
- package/es/_shared/components/IconButton/index.vue3.js +2 -2
- package/es/_shared/constants/index.js +1 -4
- package/es/_shared/icons/IconArrowDown.vue.js +4 -8
- package/es/_shared/icons/IconArrowRight.vue.js +4 -8
- package/es/_shared/icons/IconCheck.vue.js +4 -8
- package/es/_shared/icons/IconCheckboxChecked.vue.js +4 -8
- package/es/_shared/icons/IconClose.vue.js +4 -8
- package/es/_shared/icons/IconCopy.vue.js +1 -23
- package/es/_shared/icons/IconCopy.vue2.js +19 -1
- package/es/_shared/icons/IconDelete.vue2.js +4 -8
- package/es/_shared/icons/IconDragDot.vue.js +4 -8
- package/es/_shared/icons/IconEdit.vue.js +1 -23
- package/es/_shared/icons/IconEdit.vue2.js +19 -1
- package/es/_shared/icons/IconEmpty.vue.js +4 -8
- package/es/_shared/icons/IconError.vue.js +4 -8
- package/es/_shared/icons/IconExclamation.vue2.js +4 -8
- package/es/_shared/icons/IconEyeClose.vue.js +23 -1
- package/es/_shared/icons/IconEyeClose.vue2.js +1 -27
- package/es/_shared/icons/IconEyeOpen.vue.js +20 -1
- package/es/_shared/icons/IconEyeOpen.vue2.js +1 -24
- package/es/_shared/icons/IconFaceSmile.vue.js +4 -8
- package/es/_shared/icons/IconFullScreen.vue2.js +4 -8
- package/es/_shared/icons/IconImageClose.vue.js +4 -8
- package/es/_shared/icons/IconInfo.vue.js +4 -8
- package/es/_shared/icons/IconInfoLine.vue.js +4 -8
- package/es/_shared/icons/IconLink.vue.js +4 -8
- package/es/_shared/icons/IconLoading.vue.js +4 -8
- package/es/_shared/icons/IconMenuFold.vue.js +4 -8
- package/es/_shared/icons/IconMenuUnfold.vue.js +4 -8
- package/es/_shared/icons/IconMinus.vue2.js +4 -8
- package/es/_shared/icons/IconMore.vue.js +4 -8
- package/es/_shared/icons/IconOriginSize.vue2.js +4 -8
- package/es/_shared/icons/IconPlus.vue.js +4 -8
- package/es/_shared/icons/IconRight.vue.js +4 -8
- package/es/_shared/icons/IconRotateLeft.vue2.js +4 -8
- package/es/_shared/icons/IconRotateRight.vue2.js +4 -8
- package/es/_shared/icons/IconSearch.vue2.js +4 -8
- package/es/_shared/icons/IconSeparator.vue.js +19 -1
- package/es/_shared/icons/IconSeparator.vue2.js +1 -23
- package/es/_shared/icons/IconStar.vue.js +4 -8
- package/es/_shared/icons/IconSuccess.vue.js +4 -8
- package/es/_shared/icons/IconTime.vue.js +4 -8
- package/es/_shared/icons/IconToTop.vue.js +4 -8
- package/es/_shared/icons/IconWarning.vue.js +4 -8
- package/es/_shared/icons/IconZoomIn.vue2.js +4 -8
- package/es/_shared/icons/IconZoomOut.vue2.js +4 -8
- package/es/_shared/utils/control.d.ts +2 -2
- package/es/_shared/utils/control.js +1 -5
- package/es/_shared/utils/global-config.js +0 -4
- package/es/_shared/utils/vue-utils.d.ts +1 -1
- package/es/_shared/utils/vue-utils.js +1 -1
- package/es/index.d.ts +69 -69
- package/lib/Affix/index.js +1 -1
- package/lib/Affix/index.vue.js +1 -1
- package/lib/Affix/index.vue2.js +1 -1
- package/lib/Alert/index.d.ts +4 -4
- package/lib/Alert/index.js +1 -1
- package/lib/Alert/index.vue.d.ts +3 -3
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Alert/index.vue3.js +1 -1
- package/lib/Anchor/Anchor.vue.js +1 -1
- package/lib/Anchor/Anchor.vue3.js +1 -1
- package/lib/Anchor/AnchorLink.vue.d.ts +2 -2
- package/lib/Anchor/AnchorLink.vue.js +1 -1
- package/lib/Anchor/AnchorLink.vue3.js +1 -1
- package/lib/Anchor/hooks/useContext.js +1 -1
- package/lib/Anchor/index.d.ts +1 -1
- package/lib/Anchor/index.js +1 -1
- package/lib/AutoComplete/index.d.ts +68 -68
- package/lib/AutoComplete/index.js +1 -1
- package/lib/AutoComplete/index.vue.d.ts +97 -97
- package/lib/AutoComplete/index.vue.js +1 -1
- package/lib/AutoComplete/index.vue3.js +1 -1
- package/lib/Avatar/Avatar.vue.d.ts +2 -2
- package/lib/Avatar/Avatar.vue.js +1 -1
- package/lib/Avatar/Avatar.vue3.js +1 -1
- package/lib/Avatar/AvatarGroup.vue.d.ts +2 -2
- package/lib/Avatar/AvatarGroup.vue.js +1 -1
- package/lib/Avatar/AvatarGroup.vue3.js +1 -1
- package/lib/Avatar/hooks/useContext.js +1 -1
- package/lib/Avatar/index.d.ts +2 -2
- package/lib/Avatar/index.js +1 -1
- package/lib/BackTop/index.js +1 -1
- package/lib/BackTop/index.vue.js +1 -1
- package/lib/BackTop/index.vue3.js +1 -1
- package/lib/Badge/index.d.ts +1 -1
- package/lib/Badge/index.js +1 -1
- package/lib/Badge/index.vue.d.ts +2 -2
- package/lib/Badge/index.vue.js +1 -1
- package/lib/Badge/index.vue3.js +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
- package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue3.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
- package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue3.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
- package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue2.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue3.js +1 -1
- package/lib/Breadcrumb/index.d.ts +2 -2
- package/lib/Breadcrumb/index.js +1 -1
- package/lib/Button/Button.vue.d.ts +3 -3
- package/lib/Button/Button.vue.js +1 -1
- package/lib/Button/Button.vue3.js +1 -1
- package/lib/Button/ButtonGroup.vue.d.ts +1 -1
- package/lib/Button/ButtonGroup.vue.js +1 -1
- package/lib/Button/ButtonGroup.vue3.js +1 -1
- package/lib/Button/hooks/useContext.js +1 -1
- package/lib/Button/index.d.ts +7 -7
- package/lib/Button/index.js +1 -1
- package/lib/Calendar/Calendar.vue.d.ts +2 -2
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Calendar/Calendar.vue3.js +1 -1
- package/lib/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/lib/Calendar/CalendarMonth.vue.js +1 -1
- package/lib/Calendar/CalendarMonth.vue3.js +1 -1
- package/lib/Calendar/CalendarYear.vue.d.ts +1 -1
- package/lib/Calendar/CalendarYear.vue.js +1 -1
- package/lib/Calendar/CalendarYear.vue3.js +1 -1
- package/lib/Calendar/index.d.ts +1 -1
- package/lib/Calendar/index.js +1 -1
- package/lib/Calendar/type.d.ts +2 -2
- package/lib/Card/Card.vue.d.ts +2 -2
- package/lib/Card/Card.vue.js +1 -1
- package/lib/Card/Card.vue3.js +1 -1
- package/lib/Card/CardGrid.vue.js +1 -1
- package/lib/Card/CardGrid.vue3.js +1 -1
- package/lib/Card/CardMeta.vue.d.ts +2 -2
- package/lib/Card/CardMeta.vue.js +1 -1
- package/lib/Card/CardMeta.vue3.js +1 -1
- package/lib/Card/hooks/useContext.d.ts +1 -5
- package/lib/Card/hooks/useContext.js +1 -1
- package/lib/Card/index.d.ts +2 -2
- package/lib/Card/index.js +1 -1
- package/lib/Carousel/Carousel.vue.js +1 -1
- package/lib/Carousel/Carousel.vue3.js +1 -1
- package/lib/Carousel/CarouselArrow.vue.js +1 -1
- package/lib/Carousel/CarouselArrow.vue3.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue3.js +1 -1
- package/lib/Carousel/CarouselItem.vue.js +1 -1
- package/lib/Carousel/CarouselItem.vue3.js +1 -1
- package/lib/Carousel/hooks/useContext.js +1 -1
- package/lib/Carousel/index.js +1 -1
- package/lib/Cascader/Cascader.vue.d.ts +25 -27
- package/lib/Cascader/Cascader.vue.js +1 -1
- package/lib/Cascader/Cascader.vue3.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue3.js +1 -1
- package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
- package/lib/Cascader/CascaderOption.vue.js +1 -1
- package/lib/Cascader/CascaderOption.vue3.js +1 -1
- package/lib/Cascader/CascaderPanel.vue.js +1 -1
- package/lib/Cascader/CascaderPanel.vue3.js +1 -1
- package/lib/Cascader/CascaderSearchPanel.vue.js +1 -1
- package/lib/Cascader/CascaderSearchPanel.vue3.js +1 -1
- package/lib/Cascader/hooks/useContext.js +1 -1
- package/lib/Cascader/index.d.ts +22 -24
- package/lib/Cascader/index.js +1 -1
- package/lib/Checkbox/Checkbox.vue.d.ts +2 -2
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue3.js +1 -1
- package/lib/Checkbox/CheckboxGroup.vue.d.ts +2 -2
- package/lib/Checkbox/CheckboxGroup.vue.js +1 -1
- package/lib/Checkbox/CheckboxGroup.vue3.js +1 -1
- package/lib/Checkbox/hooks/useContext.js +1 -1
- package/lib/Checkbox/index.d.ts +2 -2
- package/lib/Checkbox/index.js +1 -1
- package/lib/Collapse/Collapse.vue.js +1 -1
- package/lib/Collapse/Collapse.vue3.js +1 -1
- package/lib/Collapse/CollapseItem.vue.d.ts +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue3.js +1 -1
- package/lib/Collapse/hooks/useContext.js +1 -1
- package/lib/Collapse/index.d.ts +3 -3
- package/lib/Collapse/index.js +1 -1
- package/lib/ColorPicker/ColorControl.vue.js +1 -1
- package/lib/ColorPicker/ColorControl.vue3.js +1 -1
- package/lib/ColorPicker/ColorInput.vue.js +1 -1
- package/lib/ColorPicker/ColorInput.vue3.js +1 -1
- package/lib/ColorPicker/ColorList.vue.js +1 -1
- package/lib/ColorPicker/ColorList.vue3.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue3.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue3.js +1 -1
- package/lib/ColorPicker/ColorPicker.vue.js +1 -1
- package/lib/ColorPicker/ColorPicker.vue3.js +1 -1
- package/lib/ColorPicker/hooks/useContext.js +1 -1
- package/lib/ColorPicker/index.js +1 -1
- package/lib/Comment/hooks/useContext.js +1 -1
- package/lib/Comment/index.d.ts +1 -1
- package/lib/Comment/index.js +1 -1
- package/lib/Comment/index.vue.d.ts +2 -2
- package/lib/Comment/index.vue.js +1 -1
- package/lib/Comment/index.vue3.js +1 -1
- package/lib/ConfigProvider/index.d.ts +3 -3
- package/lib/ConfigProvider/index.js +1 -1
- package/lib/ConfigProvider/index.vue.d.ts +1 -1
- package/lib/ConfigProvider/index.vue.js +1 -1
- package/lib/ConfigProvider/index.vue2.js +1 -1
- package/lib/Descriptions/Descriptions.vue.d.ts +4 -4
- package/lib/Descriptions/Descriptions.vue.js +1 -1
- package/lib/Descriptions/Descriptions.vue3.js +1 -1
- package/lib/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/lib/Descriptions/DescriptionsItem.vue.js +1 -1
- package/lib/Descriptions/DescriptionsItem.vue2.js +1 -1
- package/lib/Descriptions/ReuseItem.vue.js +1 -1
- package/lib/Descriptions/ReuseItem.vue3.js +1 -1
- package/lib/Descriptions/ReuseTd.vue.js +1 -1
- package/lib/Descriptions/ReuseTd.vue3.js +1 -1
- package/lib/Descriptions/hooks/useContext.js +1 -1
- package/lib/Descriptions/index.d.ts +10 -10
- package/lib/Descriptions/index.js +1 -1
- package/lib/Divider/index.d.ts +1 -1
- package/lib/Divider/index.js +1 -1
- package/lib/Divider/index.vue.d.ts +2 -2
- package/lib/Divider/index.vue.js +1 -1
- package/lib/Divider/index.vue3.js +1 -1
- package/lib/Drawer/Drawer.vue.d.ts +4 -4
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Drawer/Drawer.vue3.js +1 -1
- package/lib/Drawer/DrawerService.vue.d.ts +4 -4
- package/lib/Drawer/DrawerService.vue.js +1 -1
- package/lib/Drawer/DrawerService.vue2.js +1 -1
- package/lib/Drawer/index.d.ts +20 -15
- package/lib/Drawer/index.js +1 -1
- package/lib/Dropdown/Dgroup.vue.js +1 -1
- package/lib/Dropdown/Dgroup.vue3.js +1 -1
- package/lib/Dropdown/Doption.vue.d.ts +2 -2
- package/lib/Dropdown/Doption.vue.js +1 -1
- package/lib/Dropdown/Doption.vue3.js +1 -1
- package/lib/Dropdown/Dropdown.vue.d.ts +3 -3
- package/lib/Dropdown/Dropdown.vue.js +1 -1
- package/lib/Dropdown/Dropdown.vue3.js +1 -1
- package/lib/Dropdown/DropdownButton.vue.d.ts +2 -2
- package/lib/Dropdown/DropdownButton.vue.js +1 -1
- package/lib/Dropdown/DropdownButton.vue2.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue.d.ts +22 -22
- package/lib/Dropdown/Dsubmenu.vue.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue3.js +1 -1
- package/lib/Dropdown/hooks/useContext.js +1 -1
- package/lib/Dropdown/index.d.ts +22 -22
- package/lib/Dropdown/index.js +1 -1
- package/lib/Empty/index.js +1 -1
- package/lib/Empty/index.vue.js +1 -1
- package/lib/Empty/index.vue3.js +1 -1
- package/lib/Grid/Grid.vue.js +1 -1
- package/lib/Grid/Grid.vue3.js +1 -1
- package/lib/Grid/GridCol.vue.js +1 -1
- package/lib/Grid/GridCol.vue2.js +1 -1
- package/lib/Grid/GridItem.vue.js +1 -1
- package/lib/Grid/GridItem.vue2.js +1 -1
- package/lib/Grid/GridRow.vue.d.ts +1 -1
- package/lib/Grid/GridRow.vue.js +1 -1
- package/lib/Grid/GridRow.vue3.js +1 -1
- package/lib/Grid/hooks/useContext.js +1 -1
- package/lib/Grid/index.d.ts +3 -3
- package/lib/Grid/index.js +1 -1
- package/lib/Image/Image.vue.d.ts +2 -2
- package/lib/Image/Image.vue.js +1 -1
- package/lib/Image/Image.vue3.js +1 -1
- package/lib/Image/ImagePreview.vue.d.ts +2 -2
- package/lib/Image/ImagePreview.vue.js +1 -1
- package/lib/Image/ImagePreview.vue3.js +1 -1
- package/lib/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/lib/Image/ImagePreviewAction.vue.js +1 -1
- package/lib/Image/ImagePreviewAction.vue3.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue3.js +1 -1
- package/lib/Image/ImagePreviewGroup.vue.d.ts +2 -2
- package/lib/Image/ImagePreviewGroup.vue.js +1 -1
- package/lib/Image/ImagePreviewGroup.vue2.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue3.js +1 -1
- package/lib/Image/hooks/useContext.js +1 -1
- package/lib/Image/index.d.ts +6 -6
- package/lib/Image/index.js +1 -1
- package/lib/Input/Input.vue.d.ts +5 -5
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/Input.vue3.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/Input/InputSuffix.vue3.js +1 -1
- package/lib/Input/hooks/useCursor.js +1 -1
- package/lib/Input/hooks/useLimitedInput.js +1 -1
- package/lib/Input/index.d.ts +9 -9
- package/lib/Input/index.js +1 -1
- package/lib/InputNumber/InputNumber.vue.d.ts +26 -26
- package/lib/InputNumber/InputNumber.vue.js +1 -1
- package/lib/InputNumber/InputNumber.vue3.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue3.js +1 -1
- package/lib/InputNumber/index.d.ts +22 -22
- package/lib/InputNumber/index.js +1 -1
- package/lib/InputTag/index.d.ts +14 -14
- package/lib/InputTag/index.js +1 -1
- package/lib/InputTag/index.vue.d.ts +7 -7
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/InputTag/index.vue3.js +1 -1
- package/lib/Layout/Layout.vue.d.ts +2 -2
- package/lib/Layout/Layout.vue.js +1 -1
- package/lib/Layout/Layout.vue3.js +1 -1
- package/lib/Layout/LayoutContent.vue.js +1 -1
- package/lib/Layout/LayoutContent.vue3.js +1 -1
- package/lib/Layout/LayoutFooter.vue.js +1 -1
- package/lib/Layout/LayoutFooter.vue3.js +1 -1
- package/lib/Layout/LayoutHeader.vue.js +1 -1
- package/lib/Layout/LayoutHeader.vue3.js +1 -1
- package/lib/Layout/LayoutSider.vue.js +1 -1
- package/lib/Layout/LayoutSider.vue3.js +1 -1
- package/lib/Layout/hooks/useSiderContext.d.ts +1 -1
- package/lib/Layout/hooks/useSiderContext.js +1 -1
- package/lib/Layout/index.d.ts +1 -1
- package/lib/Layout/index.js +1 -1
- package/lib/Link/index.d.ts +1 -1
- package/lib/Link/index.js +1 -1
- package/lib/Link/index.vue.d.ts +2 -2
- package/lib/Link/index.vue.js +1 -1
- package/lib/Link/index.vue3.js +1 -1
- package/lib/List/List.vue.d.ts +13 -13
- package/lib/List/List.vue.js +1 -1
- package/lib/List/List.vue3.js +1 -1
- package/lib/List/ListItem.vue.d.ts +2 -2
- package/lib/List/ListItem.vue.js +1 -1
- package/lib/List/ListItem.vue3.js +1 -1
- package/lib/List/ListItemMeta.vue.d.ts +2 -2
- package/lib/List/ListItemMeta.vue.js +1 -1
- package/lib/List/ListItemMeta.vue3.js +1 -1
- package/lib/List/ListVirtual.vue.js +1 -1
- package/lib/List/ListVirtual.vue3.js +1 -1
- package/lib/List/hooks/useScrollReach.js +1 -1
- package/lib/List/index.d.ts +11 -11
- package/lib/List/index.js +1 -1
- package/lib/Mention/index.d.ts +79 -79
- package/lib/Mention/index.js +1 -1
- package/lib/Mention/index.vue.d.ts +137 -137
- package/lib/Mention/index.vue.js +1 -1
- package/lib/Mention/index.vue2.js +1 -1
- package/lib/Menu/Menu.vue.js +1 -1
- package/lib/Menu/Menu.vue3.js +1 -1
- package/lib/Menu/MenuEllipsis.vue.js +1 -1
- package/lib/Menu/MenuEllipsis.vue3.js +1 -1
- package/lib/Menu/MenuItem.vue.d.ts +2 -2
- package/lib/Menu/MenuItem.vue.js +1 -1
- package/lib/Menu/MenuItem.vue3.js +1 -1
- package/lib/Menu/MenuItemGroup.vue.js +1 -1
- package/lib/Menu/MenuItemGroup.vue3.js +1 -1
- package/lib/Menu/MenuPopOption.vue.js +1 -1
- package/lib/Menu/MenuPopOption.vue2.js +1 -1
- package/lib/Menu/SubMenu.vue.d.ts +2 -2
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Menu/SubMenu.vue3.js +1 -1
- package/lib/Menu/hooks/useContext.js +1 -1
- package/lib/Menu/index.d.ts +2 -2
- package/lib/Menu/index.js +1 -1
- package/lib/Message/Message.vue.d.ts +3 -3
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Message/Message.vue3.js +1 -1
- package/lib/Message/MessageList.vue.js +1 -1
- package/lib/Message/MessageList.vue3.js +1 -1
- package/lib/Message/index.d.ts +12 -12
- package/lib/Message/index.js +1 -1
- package/lib/Modal/Modal.vue.d.ts +3 -3
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Modal/Modal.vue3.js +1 -1
- package/lib/Modal/ModalService.vue.d.ts +3 -3
- package/lib/Modal/ModalService.vue.js +1 -1
- package/lib/Modal/ModalService.vue3.js +1 -1
- package/lib/Modal/hooks/useModalClose.js +1 -1
- package/lib/Modal/hooks/useModalDraggable.js +1 -1
- package/lib/Modal/hooks/useOnBeforeClose.js +1 -1
- package/lib/Modal/index.d.ts +13 -11
- package/lib/Modal/index.js +1 -1
- package/lib/Notification/Notification.vue.d.ts +5 -5
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/Notification/Notification.vue3.js +1 -1
- package/lib/Notification/NotificationList.vue.js +1 -1
- package/lib/Notification/NotificationList.vue3.js +1 -1
- package/lib/Notification/index.d.ts +19 -18
- package/lib/Notification/index.js +1 -1
- package/lib/Notification/type.d.ts +1 -1
- package/lib/OverflowList/index.d.ts +1 -1
- package/lib/OverflowList/index.js +1 -1
- package/lib/OverflowList/index.vue.d.ts +2 -2
- package/lib/OverflowList/index.vue.js +1 -1
- package/lib/OverflowList/index.vue3.js +1 -1
- package/lib/PageHeader/index.d.ts +1 -1
- package/lib/PageHeader/index.js +1 -1
- package/lib/PageHeader/index.vue.d.ts +2 -2
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/PageHeader/index.vue3.js +1 -1
- package/lib/Pagination/Pagination.vue.d.ts +2 -2
- package/lib/Pagination/Pagination.vue.js +1 -1
- package/lib/Pagination/Pagination.vue3.js +1 -1
- package/lib/Pagination/PaginationItem.vue.js +1 -1
- package/lib/Pagination/PaginationItem.vue3.js +1 -1
- package/lib/Pagination/hooks/useContext.js +1 -1
- package/lib/Pagination/index.d.ts +1 -1
- package/lib/Pagination/index.js +1 -1
- package/lib/Popconfirm/index.d.ts +14 -14
- package/lib/Popconfirm/index.js +1 -1
- package/lib/Popconfirm/index.vue.d.ts +18 -18
- package/lib/Popconfirm/index.vue.js +1 -1
- package/lib/Popconfirm/index.vue3.js +1 -1
- package/lib/Popover/index.d.ts +7 -7
- package/lib/Popover/index.js +1 -1
- package/lib/Popover/index.vue.d.ts +4 -4
- package/lib/Popover/index.vue.js +1 -1
- package/lib/Popover/index.vue3.js +1 -1
- package/lib/Progress/Progress.vue.js +1 -1
- package/lib/Progress/Progress.vue3.js +1 -1
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue3.js +1 -1
- package/lib/Progress/ProgressLine.vue.js +1 -1
- package/lib/Progress/ProgressLine.vue3.js +1 -1
- package/lib/Progress/ProgressSteps.vue.js +1 -1
- package/lib/Progress/ProgressSteps.vue3.js +1 -1
- package/lib/Progress/index.js +1 -1
- package/lib/Radio/Radio.vue.d.ts +3 -3
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Radio/Radio.vue3.js +1 -1
- package/lib/Radio/RadioGroup.vue.d.ts +3 -3
- package/lib/Radio/RadioGroup.vue.js +1 -1
- package/lib/Radio/RadioGroup.vue3.js +1 -1
- package/lib/Radio/hooks/useContext.js +1 -1
- package/lib/Radio/index.d.ts +8 -8
- package/lib/Radio/index.js +1 -1
- package/lib/Rate/index.js +1 -1
- package/lib/Rate/index.vue.js +1 -1
- package/lib/Rate/index.vue3.js +1 -1
- package/lib/ResizeBox/index.js +1 -1
- package/lib/ResizeBox/index.vue.js +1 -1
- package/lib/ResizeBox/index.vue3.js +1 -1
- package/lib/Result/index.d.ts +1 -1
- package/lib/Result/index.js +1 -1
- package/lib/Result/index.vue.d.ts +2 -2
- package/lib/Result/index.vue.js +1 -1
- package/lib/Result/index.vue3.js +1 -1
- package/lib/Scrollbar/Scrollbar.vue.d.ts +1 -1
- package/lib/Scrollbar/Scrollbar.vue.js +1 -1
- package/lib/Scrollbar/Scrollbar.vue3.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue3.js +1 -1
- package/lib/Scrollbar/hooks/useContext.js +1 -1
- package/lib/Scrollbar/index.d.ts +3 -3
- package/lib/Scrollbar/index.js +1 -1
- package/lib/Select/Optgroup.vue.js +1 -1
- package/lib/Select/Optgroup.vue3.js +1 -1
- package/lib/Select/Option.vue.d.ts +3 -3
- package/lib/Select/Option.vue.js +1 -1
- package/lib/Select/Option.vue3.js +1 -1
- package/lib/Select/Select.vue.d.ts +52 -52
- package/lib/Select/Select.vue.js +1 -1
- package/lib/Select/Select.vue3.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Select/SelectIcon.vue3.js +1 -1
- package/lib/Select/SelectRealList.vue.js +1 -1
- package/lib/Select/SelectRealList.vue3.js +1 -1
- package/lib/Select/SelectView.vue.js +1 -1
- package/lib/Select/SelectView.vue3.js +1 -1
- package/lib/Select/SelectVirtualList.vue.js +1 -1
- package/lib/Select/SelectVirtualList.vue3.js +1 -1
- package/lib/Select/hooks/useContext.js +1 -1
- package/lib/Select/hooks/useSelectHotkeys.js +1 -1
- package/lib/Select/hooks/useSelectOptions.js +1 -1
- package/lib/Select/index.d.ts +43 -43
- package/lib/Select/index.js +1 -1
- package/lib/Skeleton/Skeleton.vue.js +1 -1
- package/lib/Skeleton/Skeleton.vue2.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue3.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue3.js +1 -1
- package/lib/Skeleton/index.js +1 -1
- package/lib/Slider/Slider.vue.js +1 -1
- package/lib/Slider/Slider.vue3.js +1 -1
- package/lib/Slider/SliderBtn.vue.js +1 -1
- package/lib/Slider/SliderBtn.vue3.js +1 -1
- package/lib/Slider/SliderInput.vue.js +1 -1
- package/lib/Slider/SliderInput.vue3.js +1 -1
- package/lib/Slider/SliderTicks.vue.js +1 -1
- package/lib/Slider/SliderTicks.vue3.js +1 -1
- package/lib/Slider/hooks/useContext.js +1 -1
- package/lib/Slider/hooks/useSliderDraggable.js +1 -1
- package/lib/Slider/index.js +1 -1
- package/lib/Space/index.d.ts +1 -1
- package/lib/Space/index.js +1 -1
- package/lib/Space/index.vue.d.ts +2 -2
- package/lib/Space/index.vue.js +1 -1
- package/lib/Space/index.vue3.js +1 -1
- package/lib/Spin/index.d.ts +1 -1
- package/lib/Spin/index.js +1 -1
- package/lib/Spin/index.vue.d.ts +2 -2
- package/lib/Spin/index.vue.js +1 -1
- package/lib/Spin/index.vue3.js +1 -1
- package/lib/Split/index.js +1 -1
- package/lib/Split/index.vue.js +1 -1
- package/lib/Split/index.vue3.js +1 -1
- package/lib/Statistic/Countdown.vue.d.ts +1 -1
- package/lib/Statistic/Countdown.vue.js +1 -1
- package/lib/Statistic/Countdown.vue2.js +1 -1
- package/lib/Statistic/Statistic.vue.d.ts +3 -3
- package/lib/Statistic/Statistic.vue.js +1 -1
- package/lib/Statistic/Statistic.vue3.js +1 -1
- package/lib/Statistic/index.d.ts +7 -7
- package/lib/Statistic/index.js +1 -1
- package/lib/Steps/Step.vue.d.ts +3 -3
- package/lib/Steps/Step.vue.js +1 -1
- package/lib/Steps/Step.vue3.js +1 -1
- package/lib/Steps/Steps.vue.js +1 -1
- package/lib/Steps/Steps.vue3.js +1 -1
- package/lib/Steps/hooks/useContext.js +1 -1
- package/lib/Steps/index.d.ts +4 -4
- package/lib/Steps/index.js +1 -1
- package/lib/Switch/index.d.ts +4 -4
- package/lib/Switch/index.js +1 -1
- package/lib/Switch/index.vue.d.ts +3 -3
- package/lib/Switch/index.vue.js +1 -1
- package/lib/Switch/index.vue3.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tabs/TabButton.vue3.js +1 -1
- package/lib/Tabs/TabPane.vue.d.ts +1 -1
- package/lib/Tabs/TabPane.vue.js +1 -1
- package/lib/Tabs/TabPane.vue3.js +1 -1
- package/lib/Tabs/Tabs.vue.d.ts +3 -3
- package/lib/Tabs/Tabs.vue.js +1 -1
- package/lib/Tabs/Tabs.vue3.js +1 -1
- package/lib/Tabs/TabsNavInk.vue.js +1 -1
- package/lib/Tabs/TabsNavInk.vue3.js +1 -1
- package/lib/Tabs/TabsTab.vue.js +1 -1
- package/lib/Tabs/TabsTab.vue3.js +1 -1
- package/lib/Tabs/hooks/useContext.js +1 -1
- package/lib/Tabs/hooks/useTabsScroll.js +1 -1
- package/lib/Tabs/index.d.ts +4 -4
- package/lib/Tabs/index.js +1 -1
- package/lib/Tag/index.d.ts +1 -1
- package/lib/Tag/index.js +1 -1
- package/lib/Tag/index.vue.d.ts +2 -2
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Tag/index.vue3.js +1 -1
- package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
- package/lib/Textarea/index.d.ts +8 -8
- package/lib/Textarea/index.js +1 -1
- package/lib/Textarea/index.vue.d.ts +3 -3
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/Textarea/index.vue3.js +1 -1
- package/lib/TimePicker/TimePicker.vue.d.ts +7 -7
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue3.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue3.js +1 -1
- package/lib/TimePicker/hooks/useContext.js +1 -1
- package/lib/TimePicker/index.d.ts +11 -11
- package/lib/TimePicker/index.js +1 -1
- package/lib/Timeline/Timeline.vue.js +1 -1
- package/lib/Timeline/Timeline.vue3.js +1 -1
- package/lib/Timeline/TimelineItem.vue.d.ts +3 -3
- package/lib/Timeline/TimelineItem.vue.js +1 -1
- package/lib/Timeline/TimelineItem.vue3.js +1 -1
- package/lib/Timeline/TimelineItemPending.vue.js +1 -1
- package/lib/Timeline/TimelineItemPending.vue2.js +1 -1
- package/lib/Timeline/hooks/useContext.js +1 -1
- package/lib/Timeline/index.d.ts +4 -4
- package/lib/Timeline/index.js +1 -1
- package/lib/Tooltip/index.d.ts +3 -3
- package/lib/Tooltip/index.js +1 -1
- package/lib/Tooltip/index.vue.d.ts +1 -1
- package/lib/Tooltip/index.vue.js +1 -1
- package/lib/Tooltip/index.vue3.js +1 -1
- package/lib/Transfer/Transfer.vue.d.ts +3 -3
- package/lib/Transfer/Transfer.vue.js +1 -1
- package/lib/Transfer/Transfer.vue3.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue3.js +1 -1
- package/lib/Transfer/hooks/useContext.js +1 -1
- package/lib/Transfer/index.d.ts +8 -8
- package/lib/Transfer/index.js +1 -1
- package/lib/Trigger/hooks/useContext.js +1 -1
- package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
- package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
- package/lib/Trigger/index.d.ts +8 -8
- package/lib/Trigger/index.js +1 -1
- package/lib/Trigger/index.vue.d.ts +6 -6
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Trigger/index.vue3.js +1 -1
- package/lib/Typography/Typography.vue.js +1 -1
- package/lib/Typography/Typography.vue3.js +1 -1
- package/lib/Typography/TypographyBase.vue.d.ts +22 -22
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue3.js +1 -1
- package/lib/Typography/TypographyParagraph.vue.d.ts +2 -2
- package/lib/Typography/TypographyParagraph.vue.js +1 -1
- package/lib/Typography/TypographyParagraph.vue3.js +1 -1
- package/lib/Typography/TypographyText.vue.d.ts +1 -2
- package/lib/Typography/TypographyText.vue.js +1 -1
- package/lib/Typography/TypographyText.vue2.js +1 -1
- package/lib/Typography/TypographyTitle.vue.d.ts +2 -2
- package/lib/Typography/TypographyTitle.vue.js +1 -1
- package/lib/Typography/TypographyTitle.vue3.js +1 -1
- package/lib/Typography/index.js +1 -1
- package/lib/VerificationCode/index.d.ts +6 -6
- package/lib/VerificationCode/index.js +1 -1
- package/lib/VerificationCode/index.vue.d.ts +2 -2
- package/lib/VerificationCode/index.vue.js +1 -1
- package/lib/VerificationCode/index.vue3.js +1 -1
- package/lib/Watermark/index.d.ts +3 -3
- package/lib/Watermark/index.js +1 -1
- package/lib/Watermark/index.vue.d.ts +1 -1
- package/lib/Watermark/index.vue.js +1 -1
- package/lib/Watermark/index.vue3.js +1 -1
- package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
- package/lib/_shared/components/ExpandTransition/index.vue3.js +1 -1
- package/lib/_shared/components/Icon/index.vue2.js +1 -1
- package/lib/_shared/components/Icon/index.vue3.js +1 -1
- package/lib/_shared/components/IconButton/index.vue.js +1 -0
- package/lib/_shared/components/IconButton/index.vue3.js +1 -1
- package/lib/_shared/components/PreventFocus/index.vue.js +1 -1
- package/lib/_shared/components/PreventFocus/index.vue2.js +1 -1
- package/lib/_shared/constants/index.js +1 -1
- package/lib/_shared/icons/Icon403.svg.js +1 -1
- package/lib/_shared/icons/Icon404.svg.js +1 -1
- package/lib/_shared/icons/Icon500.svg.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue2.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue2.js +1 -1
- package/lib/_shared/icons/IconCheck.vue.js +1 -1
- package/lib/_shared/icons/IconCheck.vue2.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue2.js +1 -1
- package/lib/_shared/icons/IconClose.vue.js +1 -1
- package/lib/_shared/icons/IconClose.vue2.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconDelete.vue.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue2.js +1 -1
- package/lib/_shared/icons/IconError.vue.js +1 -1
- package/lib/_shared/icons/IconError.vue2.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue2.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue2.js +1 -1
- package/lib/_shared/icons/IconInfo.vue.js +1 -1
- package/lib/_shared/icons/IconInfo.vue2.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue2.js +1 -1
- package/lib/_shared/icons/IconLink.vue.js +1 -1
- package/lib/_shared/icons/IconLink.vue2.js +1 -1
- package/lib/_shared/icons/IconLoading.vue.js +1 -1
- package/lib/_shared/icons/IconLoading.vue2.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue2.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue2.js +1 -1
- package/lib/_shared/icons/IconMinus.vue.js +1 -1
- package/lib/_shared/icons/IconMinus.vue2.js +1 -1
- package/lib/_shared/icons/IconMore.vue.js +1 -1
- package/lib/_shared/icons/IconMore.vue2.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
- package/lib/_shared/icons/IconPlus.vue.js +1 -1
- package/lib/_shared/icons/IconPlus.vue2.js +1 -1
- package/lib/_shared/icons/IconRight.vue.js +1 -1
- package/lib/_shared/icons/IconRight.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
- package/lib/_shared/icons/IconSearch.vue.js +1 -1
- package/lib/_shared/icons/IconSearch.vue2.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
- package/lib/_shared/icons/IconStar.vue.js +1 -1
- package/lib/_shared/icons/IconStar.vue2.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue2.js +1 -1
- package/lib/_shared/icons/IconTime.vue.js +1 -1
- package/lib/_shared/icons/IconTime.vue2.js +1 -1
- package/lib/_shared/icons/IconToTop.vue.js +1 -1
- package/lib/_shared/icons/IconToTop.vue2.js +1 -1
- package/lib/_shared/icons/IconWarning.vue.js +1 -1
- package/lib/_shared/icons/IconWarning.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
- package/lib/_shared/utils/color.js +1 -1
- package/lib/_shared/utils/control.d.ts +2 -2
- package/lib/_shared/utils/control.js +1 -1
- package/lib/_shared/utils/global-config.js +1 -1
- package/lib/_shared/utils/locale.js +1 -1
- package/lib/_shared/utils/time.js +1 -1
- package/lib/_shared/utils/vue-utils.d.ts +1 -1
- package/lib/_shared/utils/vue-utils.js +1 -1
- package/lib/index.d.ts +69 -69
- package/lib/index.js +1 -1
- package/lib/node_modules/b-tween/dist/b-tween.es.js +1 -1
- package/lib/node_modules/dayjs/dayjs.min.js +1 -1
- package/lib/node_modules/dayjs/plugin/duration.js +1 -1
- package/lib/node_modules/dayjs/plugin/isSameOrAfter.js +1 -1
- package/lib/node_modules/dayjs/plugin/isSameOrBefore.js +1 -1
- package/lib/node_modules/dayjs/plugin/toObject.js +1 -1
- package/lib/node_modules/tinycolor2/esm/tinycolor.js +1 -1
- package/lib/src/lang/lang-es/zh-cn.js +1 -1
- package/package.json +1 -1
- package/es/_shared/utils/index.d.ts +0 -8
- package/lib/_shared/components/IconButton/index.vue2.js +0 -1
- package/lib/_shared/utils/index.d.ts +0 -8
@@ -15,8 +15,8 @@ declare const __VLS_component: import('vue').DefineComponent<ImagePreviewActionP
|
|
15
15
|
onContextmenu?: ((ev: MouseEvent) => any) | undefined;
|
16
16
|
onDblclick?: ((ev: MouseEvent) => any) | undefined;
|
17
17
|
}>, {
|
18
|
-
disabled: boolean;
|
19
18
|
name: string;
|
19
|
+
disabled: boolean;
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
22
22
|
export default _default;
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, normalizeClass, createVNode, unref } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
2
|
import "../_shared/utils/dom.js";
|
4
|
-
|
5
|
-
import "../_shared/utils/locale.js";
|
6
|
-
/* empty css */
|
3
|
+
/* empty css */
|
7
4
|
/* empty css */
|
8
5
|
/* empty css */
|
9
6
|
import _sfc_main$1 from "../_shared/icons/IconArrowRight.vue.js";
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { ImagePreviewGroupProps
|
1
|
+
import { ImagePreviewGroupProps } from './type';
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
|
-
slots:
|
4
|
+
slots: any;
|
5
5
|
refs: {};
|
6
6
|
rootEl: any;
|
7
7
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent, toRefs, createElementBlock, openBlock, Fragment, renderSlot, createCommentVNode, createVNode, unref, mergeProps, isRef, createSlots, withCtx, createElementVNode } from "vue";
|
1
|
+
import { defineComponent, useSlots, toRefs, createElementBlock, openBlock, Fragment, renderSlot, createCommentVNode, createVNode, unref, mergeProps, isRef, createSlots, withCtx, createElementVNode } from "vue";
|
2
2
|
import { onKeyStroke } from "../node_modules/@vueuse/core/index.js";
|
3
3
|
import useContext from "./hooks/useContext.js";
|
4
4
|
import _sfc_main$1 from "./ImagePreview.vue.js";
|
@@ -38,6 +38,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
38
38
|
},
|
39
39
|
emits: ["update:visible", "update:current", "change", "visible-change"],
|
40
40
|
setup(__props, { emit: __emit }) {
|
41
|
+
const $slots = useSlots();
|
41
42
|
const props = __props;
|
42
43
|
const emits = __emit;
|
43
44
|
const { srcList: _srcList, infinite, keyboard } = toRefs(props);
|
@@ -73,7 +74,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
73
74
|
intLisenter();
|
74
75
|
return (_ctx, _cache) => {
|
75
76
|
return openBlock(), createElementBlock(Fragment, null, [
|
76
|
-
|
77
|
+
$slots.default && !unref(_srcList).length ? renderSlot(_ctx.$slots, "default", { key: 0 }) : createCommentVNode("", true),
|
77
78
|
createVNode(_sfc_main$1, mergeProps(props, {
|
78
79
|
visible: unref(computedVisible),
|
79
80
|
"onUpdate:visible": _cache[2] || (_cache[2] = ($event) => isRef(computedVisible) ? computedVisible.value = $event : null),
|
@@ -95,7 +96,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
95
96
|
]),
|
96
97
|
_: 2
|
97
98
|
}, [
|
98
|
-
|
99
|
+
$slots.actions ? {
|
99
100
|
name: "actions",
|
100
101
|
fn: withCtx(() => [
|
101
102
|
renderSlot(_ctx.$slots, "actions")
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import { defineComponent, createElementBlock, createCommentVNode, openBlock, renderSlot, Fragment, renderList, createBlock, unref, withCtx, resolveDynamicComponent } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
2
|
import "../_shared/utils/dom.js";
|
4
|
-
|
5
|
-
import { useI18n } from "../_shared/utils/locale.js";
|
6
|
-
/* empty css */
|
3
|
+
/* empty css */
|
7
4
|
/* empty css */
|
8
5
|
/* empty css */
|
9
6
|
import _sfc_main$6 from "../_shared/icons/IconFullScreen.vue2.js";
|
@@ -12,6 +9,7 @@ import _sfc_main$4 from "../_shared/icons/IconRotateLeft.vue2.js";
|
|
12
9
|
import _sfc_main$5 from "../_shared/icons/IconRotateRight.vue2.js";
|
13
10
|
import _sfc_main$3 from "../_shared/icons/IconZoomIn.vue2.js";
|
14
11
|
import _sfc_main$2 from "../_shared/icons/IconZoomOut.vue2.js";
|
12
|
+
import { useI18n } from "../_shared/utils/locale.js";
|
15
13
|
import _sfc_main$7 from "./ImagePreviewAction.vue.js";
|
16
14
|
/* empty css */
|
17
15
|
const _hoisted_1 = {
|
@@ -1,10 +1,6 @@
|
|
1
1
|
import { toRefs, useSlots, computed, provide, ref, inject } from "vue";
|
2
|
-
import "../../
|
3
|
-
import "../../_shared/utils/dom.js";
|
4
|
-
import "../../_shared/utils/time.js";
|
2
|
+
import { useControlValue } from "../../_shared/utils/control.js";
|
5
3
|
import { findComponentsFromVnodes } from "../../_shared/utils/vue-utils.js";
|
6
|
-
import "../../_shared/utils/locale.js";
|
7
|
-
import useControlValue from "../../_shared/utils/control.js";
|
8
4
|
import _sfc_main from "../Image.vue.js";
|
9
5
|
/* empty css */
|
10
6
|
const IMAGE_CONTEXT_KEY = "image-context";
|
package/es/Image/index.d.ts
CHANGED
@@ -72,7 +72,7 @@ declare const Image: {
|
|
72
72
|
previewProps: import('./type').ImagePreviewProps;
|
73
73
|
footerClass: import('..').ClassName;
|
74
74
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
75
|
-
$slots:
|
75
|
+
$slots: any;
|
76
76
|
}) & {
|
77
77
|
preview: {
|
78
78
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').ImagePreviewProps> & Readonly<{
|
@@ -143,7 +143,7 @@ declare const Image: {
|
|
143
143
|
defaultScale: number;
|
144
144
|
zoomRate: number;
|
145
145
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
146
|
-
$slots:
|
146
|
+
$slots: any;
|
147
147
|
});
|
148
148
|
"preview-group": {
|
149
149
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').ImagePreviewGroupProps> & Readonly<{
|
@@ -231,7 +231,7 @@ declare const Image: {
|
|
231
231
|
zoomRate: number;
|
232
232
|
srcList: string[];
|
233
233
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
234
|
-
$slots:
|
234
|
+
$slots: any;
|
235
235
|
});
|
236
236
|
action: {
|
237
237
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').ImagePreviewActionProps> & Readonly<{
|
@@ -243,8 +243,8 @@ declare const Image: {
|
|
243
243
|
contextmenu: (ev: MouseEvent) => any;
|
244
244
|
dblclick: (ev: MouseEvent) => any;
|
245
245
|
}, import('vue').PublicProps, {
|
246
|
-
disabled: boolean;
|
247
246
|
name: string;
|
247
|
+
disabled: boolean;
|
248
248
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
249
249
|
P: {};
|
250
250
|
B: {};
|
@@ -257,8 +257,8 @@ declare const Image: {
|
|
257
257
|
onContextmenu?: ((ev: MouseEvent) => any) | undefined;
|
258
258
|
onDblclick?: ((ev: MouseEvent) => any) | undefined;
|
259
259
|
}>, {}, {}, {}, {}, {
|
260
|
-
disabled: boolean;
|
261
260
|
name: string;
|
261
|
+
disabled: boolean;
|
262
262
|
}>;
|
263
263
|
__isFragment?: never;
|
264
264
|
__isTeleport?: never;
|
@@ -272,8 +272,8 @@ declare const Image: {
|
|
272
272
|
contextmenu: (ev: MouseEvent) => any;
|
273
273
|
dblclick: (ev: MouseEvent) => any;
|
274
274
|
}, string, {
|
275
|
-
disabled: boolean;
|
276
275
|
name: string;
|
276
|
+
disabled: boolean;
|
277
277
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
278
278
|
$slots: Readonly<import('./type').ImagePreviewActionSlots> & import('./type').ImagePreviewActionSlots;
|
279
279
|
});
|
package/es/Input/Input.vue.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { InputProps
|
1
|
+
import { InputProps } from './type';
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
|
-
slots:
|
4
|
+
slots: any;
|
5
5
|
refs: {
|
6
6
|
inputRef: HTMLInputElement;
|
7
7
|
};
|
@@ -16,8 +16,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputProps, {
|
|
16
16
|
change: (value: string, ev: Event) => any;
|
17
17
|
focus: (ev: FocusEvent) => any;
|
18
18
|
clear: (ev: MouseEvent) => any;
|
19
|
-
blur: (ev: FocusEvent) => any;
|
20
19
|
input: (value: string, ev: Event) => any;
|
20
|
+
blur: (ev: FocusEvent) => any;
|
21
21
|
keydown: (ev: KeyboardEvent) => any;
|
22
22
|
"update:modelValue": (value: string) => any;
|
23
23
|
"update:visibility": (value: boolean) => any;
|
@@ -27,8 +27,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputProps, {
|
|
27
27
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
28
28
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
29
29
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
30
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
31
30
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
31
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
32
32
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
33
33
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
34
34
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -36,8 +36,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputProps, {
|
|
36
36
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
37
37
|
}>, {
|
38
38
|
size: import('..').Size;
|
39
|
-
disabled: boolean;
|
40
39
|
error: boolean;
|
40
|
+
disabled: boolean;
|
41
41
|
placeholder: string;
|
42
42
|
modelValue: string;
|
43
43
|
defaultValue: string;
|
package/es/Input/Input.vue.js
CHANGED
@@ -1,14 +1,11 @@
|
|
1
|
-
import { defineComponent, toRefs, ref, computed, createElementBlock, openBlock, normalizeClass, unref, createBlock, createCommentVNode, createElementVNode, withCtx, renderSlot, withDirectives, mergeProps, withKeys, vShow, createSlots } from "vue";
|
2
|
-
import "../
|
3
|
-
import "../_shared/utils/dom.js";
|
4
|
-
import "../_shared/utils/time.js";
|
1
|
+
import { defineComponent, useSlots, toRefs, ref, computed, createElementBlock, openBlock, normalizeClass, unref, createBlock, createCommentVNode, createElementVNode, withCtx, renderSlot, withDirectives, mergeProps, withKeys, vShow, createSlots } from "vue";
|
2
|
+
import { useControlValue } from "../_shared/utils/control.js";
|
5
3
|
import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
6
|
-
import "../_shared/utils/locale.js";
|
7
|
-
import useControlValue from "../_shared/utils/control.js";
|
8
4
|
import useLimitedInput from "./hooks/useLimitedInput.js";
|
9
|
-
import _sfc_main$2 from "../_shared/components/IconButton/index.
|
10
|
-
/* empty css
|
5
|
+
import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
|
6
|
+
/* empty css */
|
11
7
|
import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
|
8
|
+
import "../_shared/utils/dom.js";
|
12
9
|
/* empty css */
|
13
10
|
/* empty css */
|
14
11
|
import _sfc_main$3 from "./InputSuffix.vue.js";
|
@@ -47,6 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
47
44
|
},
|
48
45
|
emits: ["update:modelValue", "update:visibility", "input", "change", "visibility-change", "pressEnter", "keydown", "clear", "focus", "blur"],
|
49
46
|
setup(__props, { expose: __expose, emit: __emit }) {
|
47
|
+
const $slots = useSlots();
|
50
48
|
const props = __props;
|
51
49
|
const emits = __emit;
|
52
50
|
const { visibility, defaultVisibility } = toRefs(props);
|
@@ -131,12 +129,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
131
129
|
{
|
132
130
|
"yc-input-disabled": _ctx.disabled,
|
133
131
|
"yc-input-error": unref(error),
|
134
|
-
"yc-input-has-prepend":
|
135
|
-
"yc-input-has-append":
|
132
|
+
"yc-input-has-prepend": $slots.prepend,
|
133
|
+
"yc-input-has-append": $slots.append
|
136
134
|
}
|
137
135
|
])
|
138
136
|
}, [
|
139
|
-
|
137
|
+
$slots.prepend ? (openBlock(), createBlock(unref(_sfc_main$1), {
|
140
138
|
key: 0,
|
141
139
|
class: "yc-input-prepend"
|
142
140
|
}, {
|
@@ -148,7 +146,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
148
146
|
createElementVNode("div", {
|
149
147
|
class: normalizeClass(["yc-input-wrapper", { "yc-input-wrapper-disabled": _ctx.disabled }])
|
150
148
|
}, [
|
151
|
-
|
149
|
+
$slots.prefix ? (openBlock(), createBlock(unref(_sfc_main$1), {
|
152
150
|
key: 0,
|
153
151
|
class: "yc-input-prefix"
|
154
152
|
}, {
|
@@ -179,9 +177,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
179
177
|
onBlur: _cache[6] || (_cache[6] = ($event) => handleEvent("blur", $event)),
|
180
178
|
onKeydown: _cache[7] || (_cache[7] = withKeys(($event) => handleEvent("keydown", $event), ["enter"]))
|
181
179
|
}), null, 16, _hoisted_1), [
|
182
|
-
[vShow,
|
180
|
+
[vShow, !$slots.label || _ctx.showInput]
|
183
181
|
]),
|
184
|
-
|
182
|
+
$slots.label ? withDirectives((openBlock(), createBlock(unref(_sfc_main$1), {
|
185
183
|
key: 1,
|
186
184
|
class: "yc-input text-ellipsis"
|
187
185
|
}, {
|
@@ -197,7 +195,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
197
195
|
class: "yc-input-clear-button",
|
198
196
|
onClick: _cache[8] || (_cache[8] = ($event) => handleEvent("clear", $event))
|
199
197
|
})) : createCommentVNode("", true),
|
200
|
-
|
198
|
+
$slots.suffix || unref(showWordLimit) || _ctx.isPassword && _ctx.invisibleButton ? (openBlock(), createBlock(_sfc_main$3, {
|
201
199
|
key: 3,
|
202
200
|
"cur-length": unref(curLength),
|
203
201
|
"max-length": unref(maxLength),
|
@@ -208,7 +206,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
208
206
|
"is-password": _ctx.isPassword,
|
209
207
|
onVisibilityChange: _cache[9] || (_cache[9] = (v) => computedVisibility.value = v)
|
210
208
|
}, createSlots({ _: 2 }, [
|
211
|
-
|
209
|
+
$slots.suffix ? {
|
212
210
|
name: "suffix",
|
213
211
|
fn: withCtx(() => [
|
214
212
|
renderSlot(_ctx.$slots, "suffix")
|
@@ -217,7 +215,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
217
215
|
} : void 0
|
218
216
|
]), 1032, ["cur-length", "max-length", "computed-value", "show-word-limit", "computed-visibility", "invisible-button", "is-password"])) : createCommentVNode("", true)
|
219
217
|
], 2),
|
220
|
-
|
218
|
+
$slots.append ? (openBlock(), createBlock(unref(_sfc_main$1), {
|
221
219
|
key: 1,
|
222
220
|
class: "yc-input-append"
|
223
221
|
}, {
|
@@ -1,15 +1,12 @@
|
|
1
1
|
import { defineComponent, createBlock, openBlock, unref, withCtx, createElementBlock, createCommentVNode, renderSlot, toDisplayString } from "vue";
|
2
|
-
import _sfc_main$2 from "../_shared/components/IconButton/index.
|
3
|
-
/* empty css
|
2
|
+
import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
|
3
|
+
/* empty css */
|
4
4
|
import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
|
5
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
6
5
|
import "../_shared/utils/dom.js";
|
7
|
-
import "../_shared/utils/time.js";
|
8
|
-
import "../_shared/utils/locale.js";
|
9
6
|
/* empty css */
|
10
7
|
/* empty css */
|
11
|
-
import _sfc_main$4 from "../_shared/icons/IconEyeClose.
|
12
|
-
import _sfc_main$3 from "../_shared/icons/IconEyeOpen.
|
8
|
+
import _sfc_main$4 from "../_shared/icons/IconEyeClose.vue.js";
|
9
|
+
import _sfc_main$3 from "../_shared/icons/IconEyeOpen.vue.js";
|
13
10
|
const _hoisted_1 = {
|
14
11
|
key: 0,
|
15
12
|
class: "yc-input-word-limit"
|
@@ -1,10 +1,6 @@
|
|
1
1
|
import { toRefs, computed, ref, nextTick } from "vue";
|
2
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import "../../_shared/utils/dom.js";
|
4
2
|
import { isNumber, isFunction, isUndefined } from "../../_shared/utils/is.js";
|
5
|
-
import "../../_shared/utils/
|
6
|
-
import "../../_shared/utils/locale.js";
|
7
|
-
import useControlValue from "../../_shared/utils/control.js";
|
3
|
+
import { useControlValue } from "../../_shared/utils/control.js";
|
8
4
|
import useCursor from "./useCursor.js";
|
9
5
|
const useLimitedInput = (params) => {
|
10
6
|
const { props, emits, inputRef } = params;
|
package/es/Input/index.d.ts
CHANGED
@@ -7,8 +7,8 @@ declare const Input: {
|
|
7
7
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
8
8
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
9
9
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
10
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
11
10
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
11
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
12
12
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
13
13
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
14
14
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -22,8 +22,8 @@ declare const Input: {
|
|
22
22
|
change: (value: string, ev: Event) => any;
|
23
23
|
focus: (ev: FocusEvent) => any;
|
24
24
|
clear: (ev: MouseEvent) => any;
|
25
|
-
blur: (ev: FocusEvent) => any;
|
26
25
|
input: (value: string, ev: Event) => any;
|
26
|
+
blur: (ev: FocusEvent) => any;
|
27
27
|
keydown: (ev: KeyboardEvent) => any;
|
28
28
|
"update:modelValue": (value: string) => any;
|
29
29
|
"update:visibility": (value: boolean) => any;
|
@@ -31,8 +31,8 @@ declare const Input: {
|
|
31
31
|
pressEnter: (ev: KeyboardEvent) => any;
|
32
32
|
}, import('vue').PublicProps, {
|
33
33
|
size: import('..').Size;
|
34
|
-
disabled: boolean;
|
35
34
|
error: boolean;
|
35
|
+
disabled: boolean;
|
36
36
|
placeholder: string;
|
37
37
|
modelValue: string;
|
38
38
|
defaultValue: string;
|
@@ -61,8 +61,8 @@ declare const Input: {
|
|
61
61
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
62
62
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
63
63
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
64
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
65
64
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
65
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
66
66
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
67
67
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
68
68
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -74,8 +74,8 @@ declare const Input: {
|
|
74
74
|
getInputRef(): HTMLInputElement;
|
75
75
|
}, {}, {}, {}, {
|
76
76
|
size: import('..').Size;
|
77
|
-
disabled: boolean;
|
78
77
|
error: boolean;
|
78
|
+
disabled: boolean;
|
79
79
|
placeholder: string;
|
80
80
|
modelValue: string;
|
81
81
|
defaultValue: string;
|
@@ -99,8 +99,8 @@ declare const Input: {
|
|
99
99
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
100
100
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
101
101
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
102
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
103
102
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
103
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
104
104
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
105
105
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
106
106
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -114,8 +114,8 @@ declare const Input: {
|
|
114
114
|
change: (value: string, ev: Event) => any;
|
115
115
|
focus: (ev: FocusEvent) => any;
|
116
116
|
clear: (ev: MouseEvent) => any;
|
117
|
-
blur: (ev: FocusEvent) => any;
|
118
117
|
input: (value: string, ev: Event) => any;
|
118
|
+
blur: (ev: FocusEvent) => any;
|
119
119
|
keydown: (ev: KeyboardEvent) => any;
|
120
120
|
"update:modelValue": (value: string) => any;
|
121
121
|
"update:visibility": (value: boolean) => any;
|
@@ -123,8 +123,8 @@ declare const Input: {
|
|
123
123
|
pressEnter: (ev: KeyboardEvent) => any;
|
124
124
|
}, string, {
|
125
125
|
size: import('..').Size;
|
126
|
-
disabled: boolean;
|
127
126
|
error: boolean;
|
127
|
+
disabled: boolean;
|
128
128
|
placeholder: string;
|
129
129
|
modelValue: string;
|
130
130
|
defaultValue: string;
|
@@ -141,7 +141,7 @@ declare const Input: {
|
|
141
141
|
invisibleButton: boolean;
|
142
142
|
showInput: boolean;
|
143
143
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
144
|
-
$slots:
|
144
|
+
$slots: any;
|
145
145
|
}) & {
|
146
146
|
install: (app: App) => void;
|
147
147
|
};
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { InputNumberProps,
|
1
|
+
import { InputNumberProps, InputNumberValue } from './type';
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
|
-
slots:
|
4
|
+
slots: any;
|
5
5
|
refs: {
|
6
6
|
inputRef: ({
|
7
7
|
$: import('vue').ComponentInternalInstance;
|
@@ -28,8 +28,8 @@ declare function __VLS_template(): {
|
|
28
28
|
readonly onChange?: ((value: string, ev: Event) => any) | undefined;
|
29
29
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
30
30
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
31
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
32
31
|
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
32
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
33
33
|
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
34
34
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
35
35
|
readonly "onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -50,14 +50,14 @@ declare function __VLS_template(): {
|
|
50
50
|
$root: import('vue').ComponentPublicInstance | null;
|
51
51
|
$parent: import('vue').ComponentPublicInstance | null;
|
52
52
|
$host: Element | null;
|
53
|
-
$emit: ((event: "change", value: string, ev: Event) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "
|
53
|
+
$emit: ((event: "change", value: string, ev: Event) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "update:visibility", value: boolean) => void) & ((event: "visibility-change", value: boolean) => void) & ((event: "pressEnter", ev: KeyboardEvent) => void);
|
54
54
|
$el: HTMLDivElement;
|
55
55
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Input').InputProps> & Readonly<{
|
56
56
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
57
57
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
58
58
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
59
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
60
59
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
60
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
61
61
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
62
62
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
63
63
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -71,8 +71,8 @@ declare function __VLS_template(): {
|
|
71
71
|
change: (value: string, ev: Event) => any;
|
72
72
|
focus: (ev: FocusEvent) => any;
|
73
73
|
clear: (ev: MouseEvent) => any;
|
74
|
-
blur: (ev: FocusEvent) => any;
|
75
74
|
input: (value: string, ev: Event) => any;
|
75
|
+
blur: (ev: FocusEvent) => any;
|
76
76
|
keydown: (ev: KeyboardEvent) => any;
|
77
77
|
"update:modelValue": (value: string) => any;
|
78
78
|
"update:visibility": (value: boolean) => any;
|
@@ -80,8 +80,8 @@ declare function __VLS_template(): {
|
|
80
80
|
pressEnter: (ev: KeyboardEvent) => any;
|
81
81
|
}, string, {
|
82
82
|
size: import('..').Size;
|
83
|
-
disabled: boolean;
|
84
83
|
error: boolean;
|
84
|
+
disabled: boolean;
|
85
85
|
placeholder: string;
|
86
86
|
modelValue: string;
|
87
87
|
defaultValue: string;
|
@@ -119,8 +119,8 @@ declare function __VLS_template(): {
|
|
119
119
|
$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;
|
120
120
|
} & Readonly<{
|
121
121
|
size: import('..').Size;
|
122
|
-
disabled: boolean;
|
123
122
|
error: boolean;
|
123
|
+
disabled: boolean;
|
124
124
|
placeholder: string;
|
125
125
|
modelValue: string;
|
126
126
|
defaultValue: string;
|
@@ -140,19 +140,19 @@ declare function __VLS_template(): {
|
|
140
140
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
141
141
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
142
142
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
143
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
144
143
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
144
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
145
145
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
146
146
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
147
147
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
148
148
|
"onVisibility-change"?: ((value: boolean) => any) | undefined;
|
149
149
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
150
|
-
}>, "focus" | "blur" | "getInputRef" | ("size" | "
|
150
|
+
}>, "focus" | "blur" | "getInputRef" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "maxLength" | "showWordLimit" | "allowClear" | "readonly" | "wordLength" | "wordSlice" | "inputAttrs" | "isPassword" | "visibility" | "defaultVisibility" | "invisibleButton" | "showInput")> & import('vue').ShallowUnwrapRef<{
|
151
151
|
focus(): void;
|
152
152
|
blur(): void;
|
153
153
|
getInputRef(): HTMLInputElement;
|
154
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
155
|
-
$slots:
|
154
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
155
|
+
$slots: any;
|
156
156
|
}) | null;
|
157
157
|
};
|
158
158
|
rootEl: HTMLDivElement;
|
@@ -165,8 +165,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
165
165
|
change: (value: InputNumberValue, ev: Event) => any;
|
166
166
|
focus: (ev: FocusEvent) => any;
|
167
167
|
clear: (ev: MouseEvent) => any;
|
168
|
-
blur: (ev: FocusEvent) => any;
|
169
168
|
input: (value: InputNumberValue, ev: Event) => any;
|
169
|
+
blur: (ev: FocusEvent) => any;
|
170
170
|
keydown: (ev: KeyboardEvent) => any;
|
171
171
|
"update:modelValue": (value: InputNumberValue) => any;
|
172
172
|
pressEnter: (ev: KeyboardEvent) => any;
|
@@ -174,17 +174,17 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
174
174
|
onChange?: ((value: InputNumberValue, ev: Event) => any) | undefined;
|
175
175
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
176
176
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
177
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
178
177
|
onInput?: ((value: InputNumberValue, ev: Event) => any) | undefined;
|
178
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
179
179
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
180
180
|
"onUpdate:modelValue"?: ((value: InputNumberValue) => any) | undefined;
|
181
181
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
182
182
|
}>, {
|
183
183
|
size: import('..').Size;
|
184
|
-
disabled: boolean;
|
185
184
|
error: boolean;
|
186
|
-
placeholder: string;
|
187
185
|
mode: import('./type').InputNumberMode;
|
186
|
+
disabled: boolean;
|
187
|
+
placeholder: string;
|
188
188
|
modelValue: InputNumberValue;
|
189
189
|
defaultValue: InputNumberValue;
|
190
190
|
allowClear: boolean;
|
@@ -221,8 +221,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
221
221
|
readonly onChange?: ((value: string, ev: Event) => any) | undefined;
|
222
222
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
223
223
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
224
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
225
224
|
readonly onInput?: ((value: string, ev: Event) => any) | undefined;
|
225
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
226
226
|
readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
227
227
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
228
228
|
readonly "onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -243,14 +243,14 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
243
243
|
$root: import('vue').ComponentPublicInstance | null;
|
244
244
|
$parent: import('vue').ComponentPublicInstance | null;
|
245
245
|
$host: Element | null;
|
246
|
-
$emit: ((event: "change", value: string, ev: Event) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "
|
246
|
+
$emit: ((event: "change", value: string, ev: Event) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "update:visibility", value: boolean) => void) & ((event: "visibility-change", value: boolean) => void) & ((event: "pressEnter", ev: KeyboardEvent) => void);
|
247
247
|
$el: HTMLDivElement;
|
248
248
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../Input').InputProps> & Readonly<{
|
249
249
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
250
250
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
251
251
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
252
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
253
252
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
253
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
254
254
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
255
255
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
256
256
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
@@ -264,8 +264,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
264
264
|
change: (value: string, ev: Event) => any;
|
265
265
|
focus: (ev: FocusEvent) => any;
|
266
266
|
clear: (ev: MouseEvent) => any;
|
267
|
-
blur: (ev: FocusEvent) => any;
|
268
267
|
input: (value: string, ev: Event) => any;
|
268
|
+
blur: (ev: FocusEvent) => any;
|
269
269
|
keydown: (ev: KeyboardEvent) => any;
|
270
270
|
"update:modelValue": (value: string) => any;
|
271
271
|
"update:visibility": (value: boolean) => any;
|
@@ -273,8 +273,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
273
273
|
pressEnter: (ev: KeyboardEvent) => any;
|
274
274
|
}, string, {
|
275
275
|
size: import('..').Size;
|
276
|
-
disabled: boolean;
|
277
276
|
error: boolean;
|
277
|
+
disabled: boolean;
|
278
278
|
placeholder: string;
|
279
279
|
modelValue: string;
|
280
280
|
defaultValue: string;
|
@@ -312,8 +312,8 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
312
312
|
$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;
|
313
313
|
} & Readonly<{
|
314
314
|
size: import('..').Size;
|
315
|
-
disabled: boolean;
|
316
315
|
error: boolean;
|
316
|
+
disabled: boolean;
|
317
317
|
placeholder: string;
|
318
318
|
modelValue: string;
|
319
319
|
defaultValue: string;
|
@@ -333,19 +333,19 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
333
333
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
334
334
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
335
335
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
336
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
337
336
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
337
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
338
338
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
339
339
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
340
340
|
"onUpdate:visibility"?: ((value: boolean) => any) | undefined;
|
341
341
|
"onVisibility-change"?: ((value: boolean) => any) | undefined;
|
342
342
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
343
|
-
}>, "focus" | "blur" | "getInputRef" | ("size" | "
|
343
|
+
}>, "focus" | "blur" | "getInputRef" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "maxLength" | "showWordLimit" | "allowClear" | "readonly" | "wordLength" | "wordSlice" | "inputAttrs" | "isPassword" | "visibility" | "defaultVisibility" | "invisibleButton" | "showInput")> & import('vue').ShallowUnwrapRef<{
|
344
344
|
focus(): void;
|
345
345
|
blur(): void;
|
346
346
|
getInputRef(): HTMLInputElement;
|
347
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
348
|
-
$slots:
|
347
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
348
|
+
$slots: any;
|
349
349
|
}) | null;
|
350
350
|
}, HTMLDivElement>;
|
351
351
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|