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
package/es/Statistic/index.d.ts
CHANGED
@@ -10,11 +10,11 @@ declare const Statistic: {
|
|
10
10
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
11
11
|
finish: () => any;
|
12
12
|
}, import('vue').PublicProps, {
|
13
|
+
title: string;
|
13
14
|
value: import('./type').StatisticValue;
|
14
15
|
start: boolean;
|
15
16
|
separator: string;
|
16
17
|
placeholder: string;
|
17
|
-
title: string;
|
18
18
|
animation: boolean;
|
19
19
|
animationDuration: number;
|
20
20
|
easeing: string;
|
@@ -37,11 +37,11 @@ declare const Statistic: {
|
|
37
37
|
}, Readonly<import('./type').StatisticProps> & Readonly<{
|
38
38
|
onFinish?: (() => any) | undefined;
|
39
39
|
}>, {}, {}, {}, {}, {
|
40
|
+
title: string;
|
40
41
|
value: import('./type').StatisticValue;
|
41
42
|
start: boolean;
|
42
43
|
separator: string;
|
43
44
|
placeholder: string;
|
44
|
-
title: string;
|
45
45
|
animation: boolean;
|
46
46
|
animationDuration: number;
|
47
47
|
easeing: string;
|
@@ -61,11 +61,11 @@ declare const Statistic: {
|
|
61
61
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
62
62
|
finish: () => any;
|
63
63
|
}, string, {
|
64
|
+
title: string;
|
64
65
|
value: import('./type').StatisticValue;
|
65
66
|
start: boolean;
|
66
67
|
separator: string;
|
67
68
|
placeholder: string;
|
68
|
-
title: string;
|
69
69
|
animation: boolean;
|
70
70
|
animationDuration: number;
|
71
71
|
easeing: string;
|
@@ -77,7 +77,7 @@ declare const Statistic: {
|
|
77
77
|
valueFrom: number;
|
78
78
|
isCountdown: boolean;
|
79
79
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
80
|
-
$slots:
|
80
|
+
$slots: any;
|
81
81
|
}) & {
|
82
82
|
countdown: {
|
83
83
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').CountdownProps> & Readonly<{
|
@@ -85,9 +85,9 @@ declare const Statistic: {
|
|
85
85
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
86
86
|
finish: () => any;
|
87
87
|
}, import('vue').PublicProps, {
|
88
|
+
title: string;
|
88
89
|
value: number;
|
89
90
|
start: boolean;
|
90
|
-
title: string;
|
91
91
|
easeing: string;
|
92
92
|
format: string;
|
93
93
|
valueStyle: import('vue').CSSProperties;
|
@@ -102,9 +102,9 @@ declare const Statistic: {
|
|
102
102
|
}, Readonly<import('./type').CountdownProps> & Readonly<{
|
103
103
|
onFinish?: (() => any) | undefined;
|
104
104
|
}>, {}, {}, {}, {}, {
|
105
|
+
title: string;
|
105
106
|
value: number;
|
106
107
|
start: boolean;
|
107
|
-
title: string;
|
108
108
|
easeing: string;
|
109
109
|
format: string;
|
110
110
|
valueStyle: import('vue').CSSProperties;
|
@@ -118,9 +118,9 @@ declare const Statistic: {
|
|
118
118
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
119
119
|
finish: () => any;
|
120
120
|
}, string, {
|
121
|
+
title: string;
|
121
122
|
value: number;
|
122
123
|
start: boolean;
|
123
|
-
title: string;
|
124
124
|
easeing: string;
|
125
125
|
format: string;
|
126
126
|
valueStyle: import('vue').CSSProperties;
|
package/es/Steps/Step.vue.d.ts
CHANGED
@@ -1,14 +1,14 @@
|
|
1
|
-
import { StepProps
|
1
|
+
import { StepProps } from './type';
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
|
-
slots:
|
4
|
+
slots: any;
|
5
5
|
refs: {};
|
6
6
|
rootEl: HTMLDivElement;
|
7
7
|
};
|
8
8
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
9
9
|
declare const __VLS_component: import('vue').DefineComponent<StepProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StepProps> & Readonly<{}>, {
|
10
|
-
disabled: boolean;
|
11
10
|
title: string;
|
11
|
+
disabled: boolean;
|
12
12
|
description: string;
|
13
13
|
status: import('./type').StepStatus;
|
14
14
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
package/es/Steps/Step.vue.js
CHANGED
@@ -1,9 +1,6 @@
|
|
1
|
-
import { defineComponent, toRefs, computed, createElementBlock, openBlock, normalizeClass, unref, createCommentVNode, renderSlot, createElementVNode, createBlock, Fragment, createTextVNode, toDisplayString } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
1
|
+
import { defineComponent, useSlots, toRefs, computed, createElementBlock, openBlock, normalizeClass, unref, createCommentVNode, renderSlot, createElementVNode, createBlock, Fragment, createTextVNode, toDisplayString } from "vue";
|
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/IconCheck.vue.js";
|
@@ -33,6 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
33
30
|
disabled: { type: Boolean, default: false }
|
34
31
|
},
|
35
32
|
setup(__props) {
|
33
|
+
const $slots = useSlots();
|
36
34
|
const props = __props;
|
37
35
|
const { disabled } = toRefs(props);
|
38
36
|
const {
|
@@ -102,7 +100,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
102
100
|
createTextVNode(toDisplayString(_ctx.title), 1)
|
103
101
|
])
|
104
102
|
]),
|
105
|
-
|
103
|
+
$slots.description || _ctx.description ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
106
104
|
renderSlot(_ctx.$slots, "description", {}, () => [
|
107
105
|
createTextVNode(toDisplayString(_ctx.description), 1)
|
108
106
|
])
|
@@ -1,11 +1,7 @@
|
|
1
1
|
import { toRefs, computed, reactive, ref, provide, inject, onBeforeUnmount } from "vue";
|
2
2
|
import { nanoid } from "../../node_modules/nanoid/index.browser.js";
|
3
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
4
|
-
import "../../_shared/utils/dom.js";
|
5
3
|
import { isUndefined } from "../../_shared/utils/is.js";
|
6
|
-
import "../../_shared/utils/
|
7
|
-
import "../../_shared/utils/locale.js";
|
8
|
-
import useControlValue from "../../_shared/utils/control.js";
|
4
|
+
import { useControlValue } from "../../_shared/utils/control.js";
|
9
5
|
const STEPS_CONTEXT_KEY = "card-context";
|
10
6
|
const useContext = () => {
|
11
7
|
const provide$1 = (props, emits) => {
|
package/es/Steps/index.d.ts
CHANGED
@@ -66,8 +66,8 @@ declare const Steps: {
|
|
66
66
|
}) & {
|
67
67
|
step: {
|
68
68
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./type').StepProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
69
|
-
disabled: boolean;
|
70
69
|
title: string;
|
70
|
+
disabled: boolean;
|
71
71
|
description: string;
|
72
72
|
status: import('./type').StepStatus;
|
73
73
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
@@ -78,8 +78,8 @@ declare const Steps: {
|
|
78
78
|
M: {};
|
79
79
|
Defaults: {};
|
80
80
|
}, Readonly<import('./type').StepProps> & Readonly<{}>, {}, {}, {}, {}, {
|
81
|
-
disabled: boolean;
|
82
81
|
title: string;
|
82
|
+
disabled: boolean;
|
83
83
|
description: string;
|
84
84
|
status: import('./type').StepStatus;
|
85
85
|
}>;
|
@@ -87,12 +87,12 @@ declare const Steps: {
|
|
87
87
|
__isTeleport?: never;
|
88
88
|
__isSuspense?: never;
|
89
89
|
} & import('vue').ComponentOptionsBase<Readonly<import('./type').StepProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
90
|
-
disabled: boolean;
|
91
90
|
title: string;
|
91
|
+
disabled: boolean;
|
92
92
|
description: string;
|
93
93
|
status: import('./type').StepStatus;
|
94
94
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
95
|
-
$slots:
|
95
|
+
$slots: any;
|
96
96
|
});
|
97
97
|
install: (app: App) => void;
|
98
98
|
};
|
package/es/Switch/index.d.ts
CHANGED
@@ -15,8 +15,8 @@ declare const Switch: {
|
|
15
15
|
"update:modelValue": (value: import('./type').SwitchValue) => any;
|
16
16
|
}, import('vue').PublicProps, {
|
17
17
|
size: import('./type').SwitchSize;
|
18
|
-
disabled: boolean;
|
19
18
|
type: import('./type').SwitchType;
|
19
|
+
disabled: boolean;
|
20
20
|
loading: boolean;
|
21
21
|
defaultChecked: import('./type').SwitchValue;
|
22
22
|
modelValue: import('./type').SwitchValue;
|
@@ -41,8 +41,8 @@ declare const Switch: {
|
|
41
41
|
"onUpdate:modelValue"?: ((value: import('./type').SwitchValue) => any) | undefined;
|
42
42
|
}>, {}, {}, {}, {}, {
|
43
43
|
size: import('./type').SwitchSize;
|
44
|
-
disabled: boolean;
|
45
44
|
type: import('./type').SwitchType;
|
45
|
+
disabled: boolean;
|
46
46
|
loading: boolean;
|
47
47
|
defaultChecked: import('./type').SwitchValue;
|
48
48
|
modelValue: import('./type').SwitchValue;
|
@@ -69,8 +69,8 @@ declare const Switch: {
|
|
69
69
|
"update:modelValue": (value: import('./type').SwitchValue) => any;
|
70
70
|
}, string, {
|
71
71
|
size: import('./type').SwitchSize;
|
72
|
-
disabled: boolean;
|
73
72
|
type: import('./type').SwitchType;
|
73
|
+
disabled: boolean;
|
74
74
|
loading: boolean;
|
75
75
|
defaultChecked: import('./type').SwitchValue;
|
76
76
|
modelValue: import('./type').SwitchValue;
|
@@ -82,7 +82,7 @@ declare const Switch: {
|
|
82
82
|
uncheckedText: string;
|
83
83
|
beforeChange: import('./type').BeforeChange;
|
84
84
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
85
|
-
$slots:
|
85
|
+
$slots: any;
|
86
86
|
}) & {
|
87
87
|
install: (app: App) => void;
|
88
88
|
};
|
package/es/Switch/index.vue.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { SwitchProps,
|
1
|
+
import { SwitchProps, SwitchValue } from './type';
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
|
-
slots:
|
4
|
+
slots: any;
|
5
5
|
refs: {};
|
6
6
|
rootEl: HTMLButtonElement;
|
7
7
|
};
|
@@ -18,8 +18,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwitchProps, {}, {}
|
|
18
18
|
"onUpdate:modelValue"?: ((value: SwitchValue) => any) | undefined;
|
19
19
|
}>, {
|
20
20
|
size: import('./type').SwitchSize;
|
21
|
-
disabled: boolean;
|
22
21
|
type: import('./type').SwitchType;
|
22
|
+
disabled: boolean;
|
23
23
|
loading: boolean;
|
24
24
|
defaultChecked: SwitchValue;
|
25
25
|
modelValue: SwitchValue;
|
package/es/Switch/index.vue.js
CHANGED
@@ -1,11 +1,7 @@
|
|
1
1
|
import { defineComponent, useSlots, toRefs, computed, ref, createElementBlock, openBlock, normalizeStyle, normalizeClass, unref, createElementVNode, createCommentVNode, createBlock, renderSlot, createTextVNode, toDisplayString } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import "../_shared/utils/dom.js";
|
4
2
|
import { isBoolean } from "../_shared/utils/is.js";
|
5
|
-
import "../_shared/utils/
|
3
|
+
import { useControlValue } from "../_shared/utils/control.js";
|
6
4
|
import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
7
|
-
import "../_shared/utils/locale.js";
|
8
|
-
import useControlValue from "../_shared/utils/control.js";
|
9
5
|
import Spin from "../Spin/index.js";
|
10
6
|
const _hoisted_1 = ["aria-checked"];
|
11
7
|
const _hoisted_2 = { class: "yc-switch-handle" };
|
@@ -42,7 +38,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
42
38
|
},
|
43
39
|
emits: ["update:modelValue", "change", "focus", "blur"],
|
44
40
|
setup(__props, { emit: __emit }) {
|
45
|
-
const slots = useSlots();
|
41
|
+
const $slots = useSlots();
|
46
42
|
const props = __props;
|
47
43
|
const emits = __emit;
|
48
44
|
const {
|
@@ -71,8 +67,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
71
67
|
return computedValue.value == checkedValue.value;
|
72
68
|
});
|
73
69
|
const showText = computed(() => {
|
74
|
-
const showCheckedText = compuedChecked.value && (checkedText.value || slots.checked);
|
75
|
-
const showUncheckedText = !compuedChecked.value && (uncheckedText.value || slots.unchecked);
|
70
|
+
const showCheckedText = compuedChecked.value && (checkedText.value || $slots.checked);
|
71
|
+
const showUncheckedText = !compuedChecked.value && (uncheckedText.value || $slots.unchecked);
|
76
72
|
return type.value != "line" && size.value != "small" && (showCheckedText || showUncheckedText);
|
77
73
|
});
|
78
74
|
const background = computed(
|
package/es/Tabs/TabButton.vue.js
CHANGED
@@ -1,10 +1,7 @@
|
|
1
1
|
import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot, createCommentVNode } from "vue";
|
2
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
3
|
-
/* empty css
|
4
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
2
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
3
|
+
/* empty css */
|
5
4
|
import "../_shared/utils/dom.js";
|
6
|
-
import "../_shared/utils/time.js";
|
7
|
-
import "../_shared/utils/locale.js";
|
8
5
|
/* empty css */
|
9
6
|
/* empty css */
|
10
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
package/es/Tabs/TabPane.vue.d.ts
CHANGED
@@ -7,8 +7,8 @@ declare function __VLS_template(): {
|
|
7
7
|
};
|
8
8
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
9
9
|
declare const __VLS_component: import('vue').DefineComponent<TabPaneProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TabPaneProps> & Readonly<{}>, {
|
10
|
-
disabled: boolean;
|
11
10
|
title: string;
|
11
|
+
disabled: boolean;
|
12
12
|
path: import('./type').TabKey;
|
13
13
|
closable: boolean;
|
14
14
|
destoryOnHide: boolean;
|
package/es/Tabs/TabPane.vue.js
CHANGED
@@ -1,9 +1,5 @@
|
|
1
1
|
import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, unref, renderSlot } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import "../_shared/utils/dom.js";
|
4
2
|
import { isUndefined } from "../_shared/utils/is.js";
|
5
|
-
import "../_shared/utils/time.js";
|
6
|
-
import "../_shared/utils/locale.js";
|
7
3
|
import useContext from "./hooks/useContext.js";
|
8
4
|
const _hoisted_1 = { class: "yc-tabs-content-item" };
|
9
5
|
const _hoisted_2 = {
|
package/es/Tabs/Tabs.vue.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { TabsProps
|
1
|
+
import { TabsProps } from './type';
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
|
-
slots:
|
4
|
+
slots: any;
|
5
5
|
refs: {
|
6
6
|
listRef: HTMLDivElement;
|
7
7
|
};
|
@@ -22,10 +22,10 @@ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {}, {},
|
|
22
22
|
"onTab-click"?: ((value: import('./type').TabKey) => any) | undefined;
|
23
23
|
}>, {
|
24
24
|
size: import('..').Size;
|
25
|
+
type: import('./type').TabType;
|
25
26
|
trigger: import('..').EventTrigger;
|
26
27
|
position: import('./type').TabPositon;
|
27
28
|
justify: boolean;
|
28
|
-
type: import('./type').TabType;
|
29
29
|
animation: boolean;
|
30
30
|
direction: import('..').Direction;
|
31
31
|
activeKey: import('./type').TabKey;
|
package/es/Tabs/Tabs.vue.js
CHANGED
@@ -1,12 +1,9 @@
|
|
1
1
|
import { defineComponent, useSlots, ref, computed, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, createCommentVNode, createBlock, withCtx, createVNode, normalizeStyle, Fragment, renderList, renderSlot, resolveDynamicComponent, nextTick } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
2
|
import { valueToPx } from "../_shared/utils/dom.js";
|
4
|
-
import "../_shared/utils/time.js";
|
5
3
|
import { findComponentsFromVnodes } from "../_shared/utils/vue-utils.js";
|
6
|
-
import "../_shared/utils/locale.js";
|
7
4
|
import useContext from "./hooks/useContext.js";
|
8
5
|
import useTabsScroll from "./hooks/useTabsScroll.js";
|
9
|
-
/* empty css
|
6
|
+
/* empty css */
|
10
7
|
/* empty css */
|
11
8
|
/* empty css */
|
12
9
|
import _sfc_main$3 from "../_shared/icons/IconArrowRight.vue.js";
|
@@ -48,7 +45,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
48
45
|
},
|
49
46
|
emits: ["update:activeKey", "change", "tab-click", "add", "delete"],
|
50
47
|
setup(__props, { emit: __emit }) {
|
51
|
-
const slots = useSlots();
|
48
|
+
const $slots = useSlots();
|
52
49
|
const props = __props;
|
53
50
|
const emits = __emit;
|
54
51
|
const listRef = ref();
|
@@ -56,7 +53,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
56
53
|
const tabPanes = computed(
|
57
54
|
() => {
|
58
55
|
var _a;
|
59
|
-
return findComponentsFromVnodes(((_a = slots.default) == null ? void 0 : _a.call(slots)) || [], _sfc_main$1.name);
|
56
|
+
return findComponentsFromVnodes(((_a = $slots.default) == null ? void 0 : _a.call($slots)) || [], _sfc_main$1.name);
|
60
57
|
}
|
61
58
|
);
|
62
59
|
const panes = computed(() => {
|
@@ -182,7 +179,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
182
179
|
]),
|
183
180
|
_: 1
|
184
181
|
})) : createCommentVNode("", true),
|
185
|
-
|
182
|
+
$slots.extra ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
186
183
|
renderSlot(_ctx.$slots, "extra")
|
187
184
|
])) : createCommentVNode("", true)
|
188
185
|
]),
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import { defineComponent, toRefs, computed, createElementBlock, openBlock, normalizeStyle } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import { valueToPx } from "../_shared/utils/dom.js";
|
4
2
|
import { isUndefined } from "../_shared/utils/is.js";
|
5
|
-
import "../_shared/utils/
|
6
|
-
import "../_shared/utils/locale.js";
|
3
|
+
import { valueToPx } from "../_shared/utils/dom.js";
|
7
4
|
import useContext from "./hooks/useContext.js";
|
8
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
9
6
|
__name: "TabsNavInk",
|
package/es/Tabs/TabsTab.vue.js
CHANGED
@@ -1,10 +1,6 @@
|
|
1
1
|
import { defineComponent, toRefs, onMounted, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, createBlock, createCommentVNode, resolveDynamicComponent } from "vue";
|
2
2
|
import useContext from "./hooks/useContext.js";
|
3
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
4
|
-
import "../_shared/utils/dom.js";
|
5
3
|
import { isUndefined } from "../_shared/utils/is.js";
|
6
|
-
import "../_shared/utils/time.js";
|
7
|
-
import "../_shared/utils/locale.js";
|
8
4
|
import _sfc_main$1 from "./TabButton.vue.js";
|
9
5
|
/* empty css */
|
10
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
@@ -1,10 +1,6 @@
|
|
1
1
|
import { toRefs, ref, computed, provide, 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 { getGlobalConfig } from "../../_shared/utils/global-config.js";
|
6
|
-
import "../../_shared/utils/locale.js";
|
7
|
-
import useControlValue from "../../_shared/utils/control.js";
|
8
4
|
const TABS_CONTEXT_KEY = "tabs-context";
|
9
5
|
const useContext = () => {
|
10
6
|
const provide$1 = (props, emits, listRef) => {
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import { ref, computed, watch } from "vue";
|
2
2
|
import { useResizeObserver } from "../../node_modules/@vueuse/core/index.js";
|
3
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
4
3
|
import { sleep } from "../../_shared/utils/dom.js";
|
5
|
-
import "../../_shared/utils/time.js";
|
6
|
-
import "../../_shared/utils/locale.js";
|
7
4
|
const useTabsScroll = (params) => {
|
8
5
|
const { direction, panes, listRef } = params;
|
9
6
|
const isScrollable = ref(false);
|
package/es/Tabs/index.d.ts
CHANGED
@@ -19,10 +19,10 @@ declare const Tabs: {
|
|
19
19
|
"tab-click": (value: import('./type').TabKey) => any;
|
20
20
|
}, import('vue').PublicProps, {
|
21
21
|
size: import('..').Size;
|
22
|
+
type: import('./type').TabType;
|
22
23
|
trigger: import('..').EventTrigger;
|
23
24
|
position: import('./type').TabPositon;
|
24
25
|
justify: boolean;
|
25
|
-
type: import('./type').TabType;
|
26
26
|
animation: boolean;
|
27
27
|
direction: import('..').Direction;
|
28
28
|
activeKey: import('./type').TabKey;
|
@@ -50,10 +50,10 @@ declare const Tabs: {
|
|
50
50
|
"onTab-click"?: ((value: import('./type').TabKey) => any) | undefined;
|
51
51
|
}>, {}, {}, {}, {}, {
|
52
52
|
size: import('..').Size;
|
53
|
+
type: import('./type').TabType;
|
53
54
|
trigger: import('..').EventTrigger;
|
54
55
|
position: import('./type').TabPositon;
|
55
56
|
justify: boolean;
|
56
|
-
type: import('./type').TabType;
|
57
57
|
animation: boolean;
|
58
58
|
direction: import('..').Direction;
|
59
59
|
activeKey: import('./type').TabKey;
|
@@ -82,10 +82,10 @@ declare const Tabs: {
|
|
82
82
|
"tab-click": (value: import('./type').TabKey) => any;
|
83
83
|
}, string, {
|
84
84
|
size: import('..').Size;
|
85
|
+
type: import('./type').TabType;
|
85
86
|
trigger: import('..').EventTrigger;
|
86
87
|
position: import('./type').TabPositon;
|
87
88
|
justify: boolean;
|
88
|
-
type: import('./type').TabType;
|
89
89
|
animation: boolean;
|
90
90
|
direction: import('..').Direction;
|
91
91
|
activeKey: import('./type').TabKey;
|
@@ -97,7 +97,7 @@ declare const Tabs: {
|
|
97
97
|
showAddButton: boolean;
|
98
98
|
hideContent: boolean;
|
99
99
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
100
|
-
$slots:
|
100
|
+
$slots: any;
|
101
101
|
}) & {
|
102
102
|
install: (app: App) => void;
|
103
103
|
};
|
package/es/Tag/index.d.ts
CHANGED
@@ -76,7 +76,7 @@ declare const Tag: {
|
|
76
76
|
checked: boolean;
|
77
77
|
defaultChecked: boolean;
|
78
78
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
79
|
-
$slots:
|
79
|
+
$slots: any;
|
80
80
|
}) & {
|
81
81
|
install: (app: App) => void;
|
82
82
|
};
|
package/es/Tag/index.vue.d.ts
CHANGED
package/es/Tag/index.vue.js
CHANGED
@@ -1,14 +1,11 @@
|
|
1
|
-
import { defineComponent, toRefs, computed, createElementBlock, createCommentVNode, unref, openBlock, normalizeStyle, normalizeClass, createElementVNode, createBlock, renderSlot, withCtx } from "vue";
|
1
|
+
import { defineComponent, useSlots, toRefs, computed, createElementBlock, createCommentVNode, unref, openBlock, normalizeStyle, normalizeClass, createElementVNode, createBlock, renderSlot, withCtx } from "vue";
|
2
2
|
import { TAG_PRESET_COLORS } from "../_shared/constants/index.js";
|
3
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
4
|
-
import "../_shared/utils/dom.js";
|
5
|
-
import "../_shared/utils/time.js";
|
6
3
|
import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
7
|
-
import "../_shared/utils/
|
8
|
-
import useControlValue from "../_shared/utils/control.js";
|
4
|
+
import { useControlValue } from "../_shared/utils/control.js";
|
9
5
|
import Spin from "../Spin/index.js";
|
10
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
11
|
-
/* empty css
|
6
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
7
|
+
/* empty css */
|
8
|
+
import "../_shared/utils/dom.js";
|
12
9
|
/* empty css */
|
13
10
|
/* empty css */
|
14
11
|
const _hoisted_1 = {
|
@@ -36,6 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
36
33
|
},
|
37
34
|
emits: ["update:visible", "update:checked", "close", "check"],
|
38
35
|
setup(__props, { emit: __emit }) {
|
36
|
+
const $slots = useSlots();
|
39
37
|
const props = __props;
|
40
38
|
const emits = __emit;
|
41
39
|
const { visible, defaultVisible, checked, defaultChecked, checkable, color } = toRefs(props);
|
@@ -83,7 +81,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
83
81
|
}),
|
84
82
|
onClick: _cache[1] || (_cache[1] = ($event) => handleEvent("check", $event))
|
85
83
|
}, [
|
86
|
-
|
84
|
+
$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
87
85
|
renderSlot(_ctx.$slots, "icon")
|
88
86
|
])) : createCommentVNode("", true),
|
89
87
|
createElementVNode("span", _hoisted_2, [
|
@@ -97,7 +95,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
97
95
|
onClick: _cache[0] || (_cache[0] = ($event) => handleEvent("close", $event))
|
98
96
|
}, {
|
99
97
|
default: withCtx(() => [
|
100
|
-
|
98
|
+
$slots["close-icon"] ? renderSlot(_ctx.$slots, "close-icon", { key: 0 }) : createCommentVNode("", true)
|
101
99
|
]),
|
102
100
|
_: 3
|
103
101
|
})) : createCommentVNode("", true),
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import { computed } from "vue";
|
2
2
|
import { useElementSize } from "../../node_modules/@vueuse/core/index.js";
|
3
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
4
3
|
import { valueToPx } from "../../_shared/utils/dom.js";
|
5
|
-
import "../../_shared/utils/time.js";
|
6
|
-
import "../../_shared/utils/locale.js";
|
7
4
|
const useTextareaHeight = (mirrorRef, autoSize) => {
|
8
5
|
if (!autoSize) {
|
9
6
|
return {};
|
package/es/Textarea/index.d.ts
CHANGED
@@ -7,8 +7,8 @@ declare const Textarea: {
|
|
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
|
}>, {
|
@@ -20,13 +20,13 @@ declare const Textarea: {
|
|
20
20
|
change: (value: string, ev: Event) => any;
|
21
21
|
focus: (ev: FocusEvent) => any;
|
22
22
|
clear: (ev: MouseEvent) => any;
|
23
|
-
blur: (ev: FocusEvent) => any;
|
24
23
|
input: (value: string, ev: Event) => any;
|
24
|
+
blur: (ev: FocusEvent) => any;
|
25
25
|
keydown: (ev: KeyboardEvent) => any;
|
26
26
|
"update:modelValue": (value: string) => any;
|
27
27
|
}, import('vue').PublicProps, {
|
28
|
-
disabled: boolean;
|
29
28
|
error: import('./type').AutoSize;
|
29
|
+
disabled: boolean;
|
30
30
|
placeholder: string;
|
31
31
|
modelValue: string;
|
32
32
|
defaultValue: string;
|
@@ -53,8 +53,8 @@ declare const Textarea: {
|
|
53
53
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
54
54
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
55
55
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
56
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
57
56
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
57
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
58
58
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
59
59
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
60
60
|
}>, {
|
@@ -63,8 +63,8 @@ declare const Textarea: {
|
|
63
63
|
getInputRef(): HTMLTextAreaElement;
|
64
64
|
getMirrorRef(): HTMLDivElement;
|
65
65
|
}, {}, {}, {}, {
|
66
|
-
disabled: boolean;
|
67
66
|
error: import('./type').AutoSize;
|
67
|
+
disabled: boolean;
|
68
68
|
placeholder: string;
|
69
69
|
modelValue: string;
|
70
70
|
defaultValue: string;
|
@@ -85,8 +85,8 @@ declare const Textarea: {
|
|
85
85
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
86
86
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
87
87
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
88
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
89
88
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
89
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
90
90
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
91
91
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
92
92
|
}>, {
|
@@ -98,13 +98,13 @@ declare const Textarea: {
|
|
98
98
|
change: (value: string, ev: Event) => any;
|
99
99
|
focus: (ev: FocusEvent) => any;
|
100
100
|
clear: (ev: MouseEvent) => any;
|
101
|
-
blur: (ev: FocusEvent) => any;
|
102
101
|
input: (value: string, ev: Event) => any;
|
102
|
+
blur: (ev: FocusEvent) => any;
|
103
103
|
keydown: (ev: KeyboardEvent) => any;
|
104
104
|
"update:modelValue": (value: string) => any;
|
105
105
|
}, string, {
|
106
|
-
disabled: boolean;
|
107
106
|
error: import('./type').AutoSize;
|
107
|
+
disabled: boolean;
|
108
108
|
placeholder: string;
|
109
109
|
modelValue: string;
|
110
110
|
defaultValue: string;
|
@@ -8,21 +8,21 @@ declare const _default: import('vue').DefineComponent<TextareaProps, {
|
|
8
8
|
change: (value: string, ev: Event) => any;
|
9
9
|
focus: (ev: FocusEvent) => any;
|
10
10
|
clear: (ev: MouseEvent) => any;
|
11
|
-
blur: (ev: FocusEvent) => any;
|
12
11
|
input: (value: string, ev: Event) => any;
|
12
|
+
blur: (ev: FocusEvent) => any;
|
13
13
|
keydown: (ev: KeyboardEvent) => any;
|
14
14
|
"update:modelValue": (value: string) => any;
|
15
15
|
}, string, import('vue').PublicProps, Readonly<TextareaProps> & Readonly<{
|
16
16
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
17
17
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
18
18
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
19
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
20
19
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
20
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
21
21
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
22
22
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
23
23
|
}>, {
|
24
|
-
disabled: boolean;
|
25
24
|
error: import('./type').AutoSize;
|
25
|
+
disabled: boolean;
|
26
26
|
placeholder: string;
|
27
27
|
modelValue: string;
|
28
28
|
defaultValue: string;
|