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/lib/Affix/index.vue2.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("./index.vue.js");
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index.vue.js");exports.default=e.default;
|
package/lib/Alert/index.d.ts
CHANGED
@@ -10,9 +10,9 @@ declare const Alert: {
|
|
10
10
|
close: (ev: MouseEvent) => any;
|
11
11
|
"after-close": () => any;
|
12
12
|
}, import('vue').PublicProps, {
|
13
|
-
center: boolean;
|
14
13
|
type: import('./type').AlertType;
|
15
14
|
title: string;
|
15
|
+
center: boolean;
|
16
16
|
closable: boolean;
|
17
17
|
showIcon: boolean;
|
18
18
|
banner: boolean;
|
@@ -27,9 +27,9 @@ declare const Alert: {
|
|
27
27
|
onClose?: ((ev: MouseEvent) => any) | undefined;
|
28
28
|
"onAfter-close"?: (() => any) | undefined;
|
29
29
|
}>, {}, {}, {}, {}, {
|
30
|
-
center: boolean;
|
31
30
|
type: import('./type').AlertType;
|
32
31
|
title: string;
|
32
|
+
center: boolean;
|
33
33
|
closable: boolean;
|
34
34
|
showIcon: boolean;
|
35
35
|
banner: boolean;
|
@@ -44,14 +44,14 @@ declare const Alert: {
|
|
44
44
|
close: (ev: MouseEvent) => any;
|
45
45
|
"after-close": () => any;
|
46
46
|
}, string, {
|
47
|
-
center: boolean;
|
48
47
|
type: import('./type').AlertType;
|
49
48
|
title: string;
|
49
|
+
center: boolean;
|
50
50
|
closable: boolean;
|
51
51
|
showIcon: boolean;
|
52
52
|
banner: boolean;
|
53
53
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
54
|
-
$slots:
|
54
|
+
$slots: any;
|
55
55
|
}) & {
|
56
56
|
install: (app: App) => void;
|
57
57
|
};
|
package/lib/Alert/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=;/* empty css */;/* empty css */const
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=Object.assign(e.default,{install:t=>{t.component("Yc"+e.default.name,e.default)}});exports.default=t;
|
package/lib/Alert/index.vue.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { AlertProps
|
1
|
+
import { AlertProps } 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
|
};
|
@@ -13,9 +13,9 @@ declare const __VLS_component: import('vue').DefineComponent<AlertProps, {}, {},
|
|
13
13
|
onClose?: ((ev: MouseEvent) => any) | undefined;
|
14
14
|
"onAfter-close"?: (() => any) | undefined;
|
15
15
|
}>, {
|
16
|
-
center: boolean;
|
17
16
|
type: import('./type').AlertType;
|
18
17
|
title: string;
|
18
|
+
center: boolean;
|
19
19
|
closable: boolean;
|
20
20
|
showIcon: boolean;
|
21
21
|
banner: boolean;
|
package/lib/Alert/index.vue.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue"),t=require("../_shared/constants/index.js"),o=;/* empty css
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),t=require("../_shared/constants/index.js"),o=;/* empty css */,/* empty css */require("../_shared/utils/dom.js"),/* empty css */;/* empty css */const l={key:0,class:"yc-alert-icon"},n={class:"yc-alert-body"},r={key:0,class:"yc-alert-title"},a={class:"yc-alert-content"},c={key:1,class:"yc-alert-action"},s=e.defineComponent({name:"Alert",__name:"index",props:{type:{default:"info"},showIcon:{type:Boolean,default:!0},closable:{type:Boolean,default:!1},title:{default:""},banner:{type:Boolean,default:!1},center:{type:Boolean,default:!1}},emits:["close","after-close"],setup(s,{emit:i}){const d=e.useSlots(),u=i,m=e.ref(!0),p=e=>{m.value=!1,u("close",e)};return(s,i)=>(e.openBlock(),e.createBlock(e.Transition,{name:"slide-dynamic-origin",onAfterLeave:i[0]||(i[0]=e=>s.$emit("after-close"))},{default:e.withCtx(()=>[m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["yc-alert",`yc-alert-${s.type}`,{"yc-alert-has-title":s.title||d.title,"yc-alert-center":s.center||s.banner,"yc-alert-banner":s.banner}])},[s.showIcon?(e.openBlock(),e.createElementBlock("div",l,[e.renderSlot(s.$slots,"icon",{},()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(t.TYPE_ICON_MAP)[s.type])))])])):e.createCommentVNode("",!0),e.createElementVNode("div",n,[d.title||s.title?(e.openBlock(),e.createElementBlock("div",r,[e.renderSlot(s.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(s.title),1)])])):e.createCommentVNode("",!0),e.createElementVNode("div",a,[e.renderSlot(s.$slots,"default")])]),d.action?(e.openBlock(),e.createElementBlock("div",c,[e.renderSlot(s.$slots,"action")])):e.createCommentVNode("",!0),s.closable?(e.openBlock(),e.createElementBlock("div",{key:2,class:"yc-alert-close-btn",role:"button","aria-label":"Close",onClick:p},[e.renderSlot(s.$slots,"close-element",{},()=>[e.createVNode(e.unref(o.default))])])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0)]),_:3}))}});exports.default=s;
|
package/lib/Alert/index.vue3.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=;/* empty css */,/* empty css */
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */,/* empty css */exports.default=e.default;
|
package/lib/Anchor/Anchor.vue.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue")
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("../_shared/utils/dom.js"),o=require("./hooks/useContext.js"),t={class:"yc-anchor"},r={key:0,class:"yc-anchor-line-track"},a=e.defineComponent({name:"Anchor",__name:"Anchor",props:{boundary:{default:"start"},lineLess:{type:Boolean,default:!1},scrollContainer:{default:void 0},changeHash:{type:Boolean,default:!0},smooth:{type:Boolean,default:!0}},setup(a){const n=a,s=e.ref(),u=e.ref([]),{curHref:c,hrefs:d}=o.default().provide(n,s),i=e.computed(()=>{const e=d.value.findIndex(e=>e==c.value);return u.value.slice(0,e+1).map(e=>e.offsetHeight).reduce((l,o,t)=>t==e?l+(o-12)/2:l+o,0)+2*e});return e.onMounted(()=>{d.value.length&&(c.value=d.value[0],u.value=[...s.value.querySelectorAll(".yc-anchor-link")])}),(o,a)=>(e.openBlock(),e.createElementBlock("div",t,[o.lineLess?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",r,[e.createElementVNode("div",{class:"yc-anchor-line-slider",style:e.normalizeStyle({top:e.unref(l.valueToPx)(i.value)})},null,4)])),e.createElementVNode("div",{class:"yc-anchor-list",ref_key:"listRef",ref:s},[e.renderSlot(o.$slots,"default")],512)]))}});exports.default=a;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("./Anchor.vue.js");,/* empty css */
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Anchor.vue.js");,/* empty css */exports.default=e.default;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { AnchorLinkProps
|
1
|
+
import { AnchorLinkProps } from './type';
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
|
-
slots:
|
4
|
+
slots: any;
|
5
5
|
refs: {
|
6
6
|
linkRef: HTMLAnchorElement;
|
7
7
|
};
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue")
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),t=require("../_shared/utils/dom.js"),l=require("../_shared/utils/is.js"),o=require("./hooks/useContext.js"),r=["href"],n={key:0,class:"yc-anchor-sublist"},s=e.defineComponent({name:"AnchorLink",__name:"AnchorLink",props:{title:{default:""},href:{default:""}},setup(s){const a=e.useSlots(),u=s,{href:i}=e.toRefs(u),{smooth:c,boundary:f,changeHash:v,curHref:d,lineLess:h,scrollContainer:m}=o.default().inject(),k=e=>{if(d.value=i.value,v.value)return;e.preventDefault();const o=t.getElement(i.value);if(o)if(l.isNumber(f.value)&&m.value){const{top:e}=o.getBoundingClientRect(),{top:t}=m.value.getBoundingClientRect(),{scrollTop:l}=m.value;m.value.scrollTo({top:e-t+l-f.value,behavior:c.value?"smooth":"auto"})}else o.scrollIntoView({block:f.value,behavior:c.value?"smooth":"auto"})};return(t,l)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["yc-anchor-link-item",{"yc-anchor-link-active":e.unref(d)==e.unref(i)&&!e.unref(h),"yc-anchor-link-lineless-active":e.unref(d)==e.unref(i)&&e.unref(h)}])},[e.createElementVNode("a",{href:e.unref(i),class:"yc-anchor-link",onClick:k,ref:"linkRef"},[e.renderSlot(t.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(t.title),1)])],8,r),a.sublist?(e.openBlock(),e.createElementBlock("div",n,[e.renderSlot(t.$slots,"sublist")])):e.createCommentVNode("",!0)],2))}});exports.default=s;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("./AnchorLink.vue.js");,/* empty css */
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./AnchorLink.vue.js");,/* empty css */exports.default=e.default;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=require("vue")
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),r=require("../../_shared/utils/dom.js"),s=require("../../_shared/utils/vue-utils.js"),o=require("../../_shared/utils/is.js"),n=require("../AnchorLink.vue.js");;/* empty css */const t="anchor-context";exports.default=()=>({provide:(u,l)=>{const{changeHash:a,smooth:i,boundary:c,lineLess:d,scrollContainer:f}=e.toRefs(u),h=e.useSlots(),v=e.ref(""),m=e.computed(()=>{var e;return s.findComponentsFromVnodes((null==(e=h.default)?void 0:e.call(h))||[],n.default.name).map(e=>{var r;return null==(r=e.props)?void 0:r.href})}),p=e.computed(()=>o.isUndefined(f.value)?r.findFirstScrollableParent(l.value):r.getElement(f.value));return e.provide(t,{changeHash:a,smooth:i,boundary:c,lineLess:d,curHref:v,scrollContainer:p}),{hrefs:m,curHref:v,changeHash:a,smooth:i,boundary:c,lineLess:d,scrollContainer:p}},inject:()=>e.inject(t,{changeHash:e.ref(!0),smooth:e.ref(!0),boundary:e.ref("start"),curHref:e.ref(""),lineLess:e.ref(!1),scrollContainer:e.ref()})});
|
package/lib/Anchor/index.d.ts
CHANGED
@@ -63,7 +63,7 @@ declare const Anchor: {
|
|
63
63
|
title: string;
|
64
64
|
href: string;
|
65
65
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
66
|
-
$slots:
|
66
|
+
$slots: any;
|
67
67
|
});
|
68
68
|
install: (app: App) => void;
|
69
69
|
};
|
package/lib/Anchor/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Anchor.vue.js");;/* empty css */const
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Anchor.vue.js");;/* empty css */const t=require("./AnchorLink.vue.js");;/* empty css */const n=Object.assign(e.default,{link:t.default,install:n=>{n.component("Yc"+e.default.name,e.default),n.component("Yc"+t.default.name,t.default)}});exports.AnchorLink=t.default,exports.default=n;
|
@@ -7,11 +7,11 @@ declare const AutoComplete: {
|
|
7
7
|
onChange?: ((value: string) => any) | undefined;
|
8
8
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
9
9
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
10
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
11
10
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
12
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
13
|
-
onSelect?: ((value: string) => any) | undefined;
|
14
11
|
onSearch?: ((value: string) => any) | undefined;
|
12
|
+
onSelect?: ((value: string) => any) | undefined;
|
13
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
14
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
15
15
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
16
16
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
17
17
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -25,20 +25,20 @@ declare const AutoComplete: {
|
|
25
25
|
change: (value: string) => any;
|
26
26
|
focus: (ev: FocusEvent) => any;
|
27
27
|
clear: (ev?: Event | undefined) => any;
|
28
|
-
blur: (ev: FocusEvent) => any;
|
29
28
|
input: (value: string, ev: Event) => any;
|
30
|
-
keydown: (ev: KeyboardEvent) => any;
|
31
|
-
select: (value: string) => any;
|
32
29
|
search: (value: string) => any;
|
30
|
+
select: (value: string) => any;
|
31
|
+
blur: (ev: FocusEvent) => any;
|
32
|
+
keydown: (ev: KeyboardEvent) => any;
|
33
33
|
"update:modelValue": (value: string) => any;
|
34
34
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
35
35
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
36
36
|
}, import('vue').PublicProps, {
|
37
|
-
disabled: boolean;
|
38
|
-
popupContainer: import('..').PopupContainer;
|
39
|
-
strict: boolean;
|
40
37
|
type: "textarea" | "input";
|
41
38
|
data: import('..').SelectOption[];
|
39
|
+
popupContainer: import('..').PopupContainer;
|
40
|
+
disabled: boolean;
|
41
|
+
strict: boolean;
|
42
42
|
modelValue: string;
|
43
43
|
defaultValue: string;
|
44
44
|
allowClear: boolean;
|
@@ -91,12 +91,12 @@ declare const AutoComplete: {
|
|
91
91
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
92
92
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
93
93
|
readonly onClear?: (() => any) | undefined;
|
94
|
-
readonly onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
95
94
|
readonly onSearch?: ((value: string) => any) | undefined;
|
95
|
+
readonly onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
96
|
+
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
96
97
|
readonly "onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
|
97
98
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
98
99
|
readonly "onInput-value-change"?: ((value: string) => any) | undefined;
|
99
|
-
readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
100
100
|
readonly onExceedLimit?: ((value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
101
101
|
readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
102
102
|
readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -216,7 +216,7 @@ declare const AutoComplete: {
|
|
216
216
|
}> & Omit<Readonly<{
|
217
217
|
preventFocus?: boolean;
|
218
218
|
tag?: string;
|
219
|
-
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
219
|
+
}> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
220
220
|
$slots: {
|
221
221
|
default?(_: {}): any;
|
222
222
|
};
|
@@ -246,6 +246,8 @@ declare const AutoComplete: {
|
|
246
246
|
show: () => any;
|
247
247
|
hide: () => any;
|
248
248
|
}, string, {
|
249
|
+
popupContainer: import('..').PopupContainer;
|
250
|
+
renderToBody: boolean;
|
249
251
|
trigger: import('..').TriggerType;
|
250
252
|
mouseEnterDelay: number;
|
251
253
|
popupVisible: boolean;
|
@@ -273,8 +275,6 @@ declare const AutoComplete: {
|
|
273
275
|
duration: number;
|
274
276
|
autoFitPopupWidth: boolean;
|
275
277
|
autoFitPopupMinWidth: boolean;
|
276
|
-
popupContainer: import('..').PopupContainer;
|
277
|
-
renderToBody: boolean;
|
278
278
|
autoFitPosition: boolean;
|
279
279
|
updateAtScroll: boolean;
|
280
280
|
preventFocus: boolean;
|
@@ -300,6 +300,8 @@ declare const AutoComplete: {
|
|
300
300
|
$nextTick: typeof import('vue').nextTick;
|
301
301
|
$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;
|
302
302
|
} & Readonly<{
|
303
|
+
popupContainer: import('..').PopupContainer;
|
304
|
+
renderToBody: boolean;
|
303
305
|
trigger: import('..').TriggerType;
|
304
306
|
mouseEnterDelay: number;
|
305
307
|
popupVisible: boolean;
|
@@ -327,8 +329,6 @@ declare const AutoComplete: {
|
|
327
329
|
duration: number;
|
328
330
|
autoFitPopupWidth: boolean;
|
329
331
|
autoFitPopupMinWidth: boolean;
|
330
|
-
popupContainer: import('..').PopupContainer;
|
331
|
-
renderToBody: boolean;
|
332
332
|
autoFitPosition: boolean;
|
333
333
|
updateAtScroll: boolean;
|
334
334
|
preventFocus: boolean;
|
@@ -338,12 +338,12 @@ declare const AutoComplete: {
|
|
338
338
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
339
339
|
onShow?: (() => any) | undefined;
|
340
340
|
onHide?: (() => any) | undefined;
|
341
|
-
}>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "
|
341
|
+
}>, "show" | "hide" | ("popupContainer" | "renderToBody" | "trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
|
342
342
|
hide(): void;
|
343
343
|
show(): void;
|
344
344
|
updatePosition(x: number, y: number): void;
|
345
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
346
|
-
$slots:
|
345
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
346
|
+
$slots: any;
|
347
347
|
}) | null;
|
348
348
|
inputRef: ({
|
349
349
|
$: import('vue').ComponentInternalInstance;
|
@@ -368,12 +368,12 @@ declare const AutoComplete: {
|
|
368
368
|
readonly allowCreate?: boolean | undefined;
|
369
369
|
readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
|
370
370
|
readonly onClear?: ((ev: MouseEvent) => any) | undefined;
|
371
|
-
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
372
371
|
readonly onInput?: ((value: string) => any) | undefined;
|
372
|
+
readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
|
373
|
+
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
373
374
|
readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
374
375
|
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
375
376
|
readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
376
|
-
readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
377
377
|
readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
378
378
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
379
379
|
$attrs: {
|
@@ -391,17 +391,17 @@ declare const AutoComplete: {
|
|
391
391
|
$root: import('vue').ComponentPublicInstance | null;
|
392
392
|
$parent: import('vue').ComponentPublicInstance | null;
|
393
393
|
$host: Element | null;
|
394
|
-
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "
|
394
|
+
$emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "input", value: string) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
|
395
395
|
$el: HTMLDivElement;
|
396
396
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
397
397
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
398
398
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
399
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
400
399
|
onInput?: ((value: string) => any) | undefined;
|
400
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
401
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
401
402
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
402
403
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
403
404
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
404
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
405
405
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
406
406
|
}>, {
|
407
407
|
focus(): void;
|
@@ -409,17 +409,17 @@ declare const AutoComplete: {
|
|
409
409
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
410
410
|
focus: (ev: FocusEvent) => any;
|
411
411
|
clear: (ev: MouseEvent) => any;
|
412
|
-
blur: (ev: FocusEvent) => any;
|
413
412
|
input: (value: string) => any;
|
413
|
+
blur: (ev: FocusEvent) => any;
|
414
|
+
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
414
415
|
"update:modelValue": (value: import('..').InputTagValue) => any;
|
415
416
|
"update:inputValue": (value: string) => any;
|
416
417
|
"input-value-change": (value: string, ev: Event) => any;
|
417
|
-
remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
|
418
418
|
"press-enter": (ev: KeyboardEvent) => any;
|
419
419
|
}, string, {
|
420
420
|
size: import('..').Size;
|
421
|
-
disabled: boolean;
|
422
421
|
error: boolean;
|
422
|
+
disabled: boolean;
|
423
423
|
placeholder: string;
|
424
424
|
modelValue: import('..').InputTagValue;
|
425
425
|
defaultValue: import('..').InputTagValue;
|
@@ -455,8 +455,8 @@ declare const AutoComplete: {
|
|
455
455
|
$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;
|
456
456
|
} & Readonly<{
|
457
457
|
size: import('..').Size;
|
458
|
-
disabled: boolean;
|
459
458
|
error: boolean;
|
459
|
+
disabled: boolean;
|
460
460
|
placeholder: string;
|
461
461
|
modelValue: import('..').InputTagValue;
|
462
462
|
defaultValue: import('..').InputTagValue;
|
@@ -473,18 +473,18 @@ declare const AutoComplete: {
|
|
473
473
|
}> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
|
474
474
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
475
475
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
476
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
477
476
|
onInput?: ((value: string) => any) | undefined;
|
477
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
478
|
+
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
478
479
|
"onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
|
479
480
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
480
481
|
"onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
|
481
|
-
onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
|
482
482
|
"onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
|
483
|
-
}>, "focus" | "blur" | ("size" | "
|
483
|
+
}>, "focus" | "blur" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
|
484
484
|
focus(): void;
|
485
485
|
blur(): void;
|
486
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
487
|
-
$slots:
|
486
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
487
|
+
$slots: any;
|
488
488
|
}) | null;
|
489
489
|
};
|
490
490
|
$slots: Readonly<{
|
@@ -493,19 +493,19 @@ declare const AutoComplete: {
|
|
493
493
|
$root: import('vue').ComponentPublicInstance | null;
|
494
494
|
$parent: import('vue').ComponentPublicInstance | null;
|
495
495
|
$host: Element | null;
|
496
|
-
$emit: ((event: "change", value: import('..').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: import('..').SelectOptionValue) => void) & ((event: "
|
496
|
+
$emit: ((event: "change", value: import('..').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "search", value: string) => void) & ((event: "select", value: import('..').SelectOptionValue) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: import('..').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
|
497
497
|
$el: any;
|
498
498
|
$options: import('vue').ComponentOptionsBase<Readonly<import('..').SelectProps> & Readonly<{
|
499
499
|
onChange?: ((value: import('..').SelectValue) => any) | undefined;
|
500
500
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
501
501
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
502
502
|
onClear?: (() => any) | undefined;
|
503
|
-
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
504
503
|
onSearch?: ((value: string) => any) | undefined;
|
504
|
+
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
505
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
505
506
|
"onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
|
506
507
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
507
508
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
508
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
509
509
|
onExceedLimit?: ((value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
510
510
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
511
511
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
@@ -518,22 +518,22 @@ declare const AutoComplete: {
|
|
518
518
|
"update:popupVisible": (value: boolean) => any;
|
519
519
|
"popup-visible-change": (value: boolean) => any;
|
520
520
|
clear: () => any;
|
521
|
-
select: (value: import('..').SelectOptionValue) => any;
|
522
521
|
search: (value: string) => any;
|
522
|
+
select: (value: import('..').SelectOptionValue) => any;
|
523
|
+
remove: (index: string | number, ev: Event) => any;
|
523
524
|
"update:modelValue": (value: import('..').SelectValue) => any;
|
524
525
|
"update:inputValue": (value: string) => any;
|
525
526
|
"input-value-change": (value: string) => any;
|
526
|
-
remove: (index: string | number, ev: Event) => any;
|
527
527
|
exceedLimit: (value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any;
|
528
528
|
"dropdown-scroll": (ev: Event) => any;
|
529
529
|
"dropdown-reach-bottom": (ev: Event) => any;
|
530
530
|
}, string, {
|
531
531
|
size: import('..').Size;
|
532
|
+
error: boolean;
|
533
|
+
popupContainer: import('..').PopupContainer;
|
532
534
|
popupVisible: boolean;
|
533
535
|
defaultPopupVisible: boolean;
|
534
536
|
disabled: boolean;
|
535
|
-
popupContainer: import('..').PopupContainer;
|
536
|
-
error: boolean;
|
537
537
|
scrollbar: boolean;
|
538
538
|
multiple: boolean;
|
539
539
|
placeholder: string;
|
@@ -582,11 +582,11 @@ declare const AutoComplete: {
|
|
582
582
|
$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;
|
583
583
|
} & Readonly<{
|
584
584
|
size: import('..').Size;
|
585
|
+
error: boolean;
|
586
|
+
popupContainer: import('..').PopupContainer;
|
585
587
|
popupVisible: boolean;
|
586
588
|
defaultPopupVisible: boolean;
|
587
589
|
disabled: boolean;
|
588
|
-
popupContainer: import('..').PopupContainer;
|
589
|
-
error: boolean;
|
590
590
|
scrollbar: boolean;
|
591
591
|
multiple: boolean;
|
592
592
|
placeholder: string;
|
@@ -618,28 +618,28 @@ declare const AutoComplete: {
|
|
618
618
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
619
619
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
620
620
|
onClear?: (() => any) | undefined;
|
621
|
-
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
622
621
|
onSearch?: ((value: string) => any) | undefined;
|
622
|
+
onSelect?: ((value: import('..').SelectOptionValue) => any) | undefined;
|
623
|
+
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
623
624
|
"onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
|
624
625
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
625
626
|
"onInput-value-change"?: ((value: string) => any) | undefined;
|
626
|
-
onRemove?: ((index: string | number, ev: Event) => any) | undefined;
|
627
627
|
onExceedLimit?: ((value: import('..').SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
|
628
628
|
"onDropdown-scroll"?: ((ev: Event) => any) | undefined;
|
629
629
|
"onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
|
630
|
-
}>, "focus" | "blur" | ("size" | "
|
630
|
+
}>, "focus" | "blur" | ("size" | "error" | "popupContainer" | "popupVisible" | "defaultPopupVisible" | "disabled" | "scrollbar" | "multiple" | "placeholder" | "loading" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "filterOption" | "virtualListProps" | "triggerProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
|
631
631
|
focus(): void;
|
632
632
|
blur(): void;
|
633
633
|
getPopupRef(): import('..').TriggerInstance;
|
634
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
635
|
-
$slots:
|
634
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
635
|
+
$slots: any;
|
636
636
|
}) | null;
|
637
637
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
|
638
638
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
639
639
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
640
640
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
641
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
642
641
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
642
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
643
643
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
644
644
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
645
645
|
}>, {
|
@@ -651,13 +651,13 @@ declare const AutoComplete: {
|
|
651
651
|
change: (value: string, ev: Event) => any;
|
652
652
|
focus: (ev: FocusEvent) => any;
|
653
653
|
clear: (ev: MouseEvent) => any;
|
654
|
-
blur: (ev: FocusEvent) => any;
|
655
654
|
input: (value: string, ev: Event) => any;
|
655
|
+
blur: (ev: FocusEvent) => any;
|
656
656
|
keydown: (ev: KeyboardEvent) => any;
|
657
657
|
"update:modelValue": (value: string) => any;
|
658
658
|
}, import('vue').PublicProps, {
|
659
|
-
disabled: boolean;
|
660
659
|
error: import('..').AutoSize;
|
660
|
+
disabled: boolean;
|
661
661
|
placeholder: string;
|
662
662
|
modelValue: string;
|
663
663
|
defaultValue: string;
|
@@ -684,8 +684,8 @@ declare const AutoComplete: {
|
|
684
684
|
onChange?: ((value: string, ev: Event) => any) | undefined;
|
685
685
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
686
686
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
687
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
688
687
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
688
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
689
689
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
690
690
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
691
691
|
}>, {
|
@@ -694,8 +694,8 @@ declare const AutoComplete: {
|
|
694
694
|
getInputRef(): HTMLTextAreaElement;
|
695
695
|
getMirrorRef(): HTMLDivElement;
|
696
696
|
}, {}, {}, {}, {
|
697
|
-
disabled: boolean;
|
698
697
|
error: import('..').AutoSize;
|
698
|
+
disabled: boolean;
|
699
699
|
placeholder: string;
|
700
700
|
modelValue: string;
|
701
701
|
defaultValue: string;
|
@@ -720,11 +720,11 @@ declare const AutoComplete: {
|
|
720
720
|
onChange?: ((value: string) => any) | undefined;
|
721
721
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
722
722
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
723
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
724
723
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
725
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
726
|
-
onSelect?: ((value: string) => any) | undefined;
|
727
724
|
onSearch?: ((value: string) => any) | undefined;
|
725
|
+
onSelect?: ((value: string) => any) | undefined;
|
726
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
727
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
728
728
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
729
729
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
730
730
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -735,11 +735,11 @@ declare const AutoComplete: {
|
|
735
735
|
getMirrorRef(): HTMLDivElement | undefined;
|
736
736
|
updatePosition(x: number, y: number): void;
|
737
737
|
}, {}, {}, {}, {
|
738
|
-
disabled: boolean;
|
739
|
-
popupContainer: import('..').PopupContainer;
|
740
|
-
strict: boolean;
|
741
738
|
type: "textarea" | "input";
|
742
739
|
data: import('..').SelectOption[];
|
740
|
+
popupContainer: import('..').PopupContainer;
|
741
|
+
disabled: boolean;
|
742
|
+
strict: boolean;
|
743
743
|
modelValue: string;
|
744
744
|
defaultValue: string;
|
745
745
|
allowClear: boolean;
|
@@ -755,11 +755,11 @@ declare const AutoComplete: {
|
|
755
755
|
onChange?: ((value: string) => any) | undefined;
|
756
756
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
757
757
|
onClear?: ((ev?: Event | undefined) => any) | undefined;
|
758
|
-
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
759
758
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
760
|
-
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
761
|
-
onSelect?: ((value: string) => any) | undefined;
|
762
759
|
onSearch?: ((value: string) => any) | undefined;
|
760
|
+
onSelect?: ((value: string) => any) | undefined;
|
761
|
+
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
762
|
+
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
763
763
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
764
764
|
"onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
|
765
765
|
"onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
|
@@ -773,20 +773,20 @@ declare const AutoComplete: {
|
|
773
773
|
change: (value: string) => any;
|
774
774
|
focus: (ev: FocusEvent) => any;
|
775
775
|
clear: (ev?: Event | undefined) => any;
|
776
|
-
blur: (ev: FocusEvent) => any;
|
777
776
|
input: (value: string, ev: Event) => any;
|
778
|
-
keydown: (ev: KeyboardEvent) => any;
|
779
|
-
select: (value: string) => any;
|
780
777
|
search: (value: string) => any;
|
778
|
+
select: (value: string) => any;
|
779
|
+
blur: (ev: FocusEvent) => any;
|
780
|
+
keydown: (ev: KeyboardEvent) => any;
|
781
781
|
"update:modelValue": (value: string) => any;
|
782
782
|
"dropdown-scroll": (ev?: Event | undefined) => any;
|
783
783
|
"dropdown-reach-bottom": (ev?: Event | undefined) => any;
|
784
784
|
}, string, {
|
785
|
-
disabled: boolean;
|
786
|
-
popupContainer: import('..').PopupContainer;
|
787
|
-
strict: boolean;
|
788
785
|
type: "textarea" | "input";
|
789
786
|
data: import('..').SelectOption[];
|
787
|
+
popupContainer: import('..').PopupContainer;
|
788
|
+
disabled: boolean;
|
789
|
+
strict: boolean;
|
790
790
|
modelValue: string;
|
791
791
|
defaultValue: string;
|
792
792
|
allowClear: boolean;
|
@@ -795,7 +795,7 @@ declare const AutoComplete: {
|
|
795
795
|
isSelectSetValue: boolean;
|
796
796
|
isSearch: boolean;
|
797
797
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
798
|
-
$slots:
|
798
|
+
$slots: any;
|
799
799
|
}) & {
|
800
800
|
install: (app: App) => void;
|
801
801
|
};
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";const e=;/* empty css */;/* empty css */const
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=Object.assign(e.default,{install:t=>{t.component("Yc"+e.default.name,e.default)}});exports.default=t;
|