yc-design-vue 1.7.6 → 1.7.7
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/es/Alert/index.js +4 -3
- package/es/Alert/index.vue.js +100 -5
- package/es/Alert/index.vue3.js +5 -0
- package/es/Anchor/Anchor.vue.js +71 -5
- package/es/Anchor/Anchor.vue3.js +5 -0
- package/es/Anchor/AnchorLink.vue.js +75 -5
- package/es/Anchor/AnchorLink.vue3.js +5 -0
- package/es/Anchor/hooks/useContext.js +3 -2
- package/es/Anchor/index.css +1 -1
- package/es/Anchor/index.js +9 -7
- package/es/Avatar/Avatar.vue.js +113 -5
- package/es/Avatar/Avatar.vue3.js +5 -0
- package/es/Avatar/AvatarGroup.vue.js +93 -5
- package/es/Avatar/AvatarGroup.vue3.js +5 -0
- package/es/Avatar/index.css +1 -1
- package/es/Avatar/index.js +9 -7
- package/es/BackTop/index.js +4 -3
- package/es/BackTop/index.vue.js +80 -5
- package/es/BackTop/index.vue3.js +5 -0
- package/es/Badge/index.js +4 -3
- package/es/Badge/index.vue.js +90 -5
- package/es/Badge/index.vue3.js +5 -0
- package/es/Breadcrumb/Breadcrumb.vue.js +118 -5
- package/es/Breadcrumb/Breadcrumb.vue3.js +5 -0
- package/es/Breadcrumb/BreadcrumbItem.vue.js +75 -5
- package/es/Breadcrumb/BreadcrumbItem.vue3.js +5 -0
- package/es/Breadcrumb/BreadcrumbMore.vue.js +5 -4
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +42 -5
- package/es/Breadcrumb/BreadcrumbSeparator.vue3.js +5 -0
- package/es/Breadcrumb/index.css +1 -1
- package/es/Breadcrumb/index.js +9 -7
- package/es/Button/Button.vue.js +108 -5
- package/es/Button/Button.vue3.js +5 -0
- package/es/Button/index.js +7 -6
- package/es/Calendar/Calendar.vue.js +209 -5
- package/es/Calendar/Calendar.vue3.js +5 -0
- package/es/Calendar/CalendarMonth.vue.js +114 -5
- package/es/Calendar/CalendarMonth.vue3.js +5 -0
- package/es/Calendar/CalendarYear.vue.js +95 -5
- package/es/Calendar/CalendarYear.vue3.js +5 -0
- package/es/Calendar/index.js +4 -3
- package/es/Card/Card.vue.js +121 -5
- package/es/Card/Card.vue3.js +5 -0
- package/es/Card/CardGrid.vue.js +25 -5
- package/es/Card/CardGrid.vue3.js +5 -0
- package/es/Card/CardMeta.vue.js +68 -5
- package/es/Card/CardMeta.vue3.js +5 -0
- package/es/Card/index.css +1 -1
- package/es/Card/index.js +14 -11
- package/es/Carousel/Carousel.vue.js +131 -5
- package/es/Carousel/Carousel.vue3.js +5 -0
- package/es/Carousel/CarouselArrow.vue.js +53 -5
- package/es/Carousel/CarouselArrow.vue3.js +5 -0
- package/es/Carousel/CarouselIndicator.vue.js +55 -5
- package/es/Carousel/CarouselIndicator.vue3.js +5 -0
- package/es/Carousel/CarouselItem.vue.js +53 -5
- package/es/Carousel/CarouselItem.vue3.js +5 -0
- package/es/Carousel/hooks/useContext.js +3 -2
- package/es/Carousel/index.js +9 -7
- package/es/Cascader/Cascader.vue.js +288 -5
- package/es/Cascader/Cascader.vue3.js +5 -0
- package/es/Cascader/CascaderIcon.vue.js +65 -5
- package/es/Cascader/CascaderIcon.vue3.js +5 -0
- package/es/Cascader/CascaderOption.vue.js +205 -5
- package/es/Cascader/CascaderOption.vue3.js +5 -0
- package/es/Cascader/CascaderPanel.vue.js +62 -5
- package/es/Cascader/CascaderPanel.vue3.js +5 -0
- package/es/Cascader/CascaderSearchPanel.vue.js +43 -5
- package/es/Cascader/CascaderSearchPanel.vue3.js +5 -0
- package/es/Cascader/index.css +1 -1
- package/es/Cascader/index.js +4 -3
- package/es/Checkbox/Checkbox.vue.js +114 -5
- package/es/Checkbox/Checkbox.vue3.js +5 -0
- package/es/Checkbox/CheckboxGroup.vue.js +3 -2
- package/es/Checkbox/index.js +7 -6
- package/es/Collapse/Collapse.vue.js +36 -5
- package/es/Collapse/Collapse.vue3.js +5 -0
- package/es/Collapse/CollapseItem.vue.js +130 -5
- package/es/Collapse/CollapseItem.vue3.js +5 -0
- package/es/Collapse/index.css +1 -1
- package/es/Collapse/index.js +9 -7
- package/es/ColorPicker/ColorControl.vue.js +110 -5
- package/es/ColorPicker/ColorControl.vue3.js +5 -0
- package/es/ColorPicker/ColorInput.vue.js +159 -6
- package/es/ColorPicker/ColorInput.vue3.js +5 -0
- package/es/ColorPicker/ColorList.vue.js +45 -5
- package/es/ColorPicker/ColorList.vue3.js +5 -0
- package/es/ColorPicker/ColorPalette.vue.js +98 -5
- package/es/ColorPicker/ColorPalette.vue3.js +5 -0
- package/es/ColorPicker/ColorPanel.vue.js +145 -4
- package/es/ColorPicker/ColorPanel.vue3.js +5 -0
- package/es/ColorPicker/ColorPicker.vue.js +86 -5
- package/es/ColorPicker/ColorPicker.vue3.js +5 -0
- package/es/ColorPicker/index.css +1 -1
- package/es/ColorPicker/index.js +4 -3
- package/es/Comment/index.js +4 -3
- package/es/Comment/index.vue.js +108 -5
- package/es/Comment/index.vue3.js +5 -0
- package/es/Descriptions/Descriptions.vue.js +9 -7
- package/es/Descriptions/ReuseItem.vue.js +60 -5
- package/es/Descriptions/ReuseItem.vue3.js +5 -0
- package/es/Descriptions/ReuseTd.vue.js +54 -5
- package/es/Descriptions/ReuseTd.vue3.js +5 -0
- package/es/Divider/index.js +4 -3
- package/es/Divider/index.vue.js +52 -5
- package/es/Divider/index.vue3.js +5 -0
- package/es/Drawer/Drawer.vue.js +202 -5
- package/es/Drawer/Drawer.vue3.js +5 -0
- package/es/Drawer/DrawerService.vue.js +3 -2
- package/es/Drawer/index.js +7 -6
- package/es/Dropdown/Dgroup.vue.js +31 -5
- package/es/Dropdown/Dgroup.vue3.js +5 -0
- package/es/Dropdown/Doption.vue.js +63 -5
- package/es/Dropdown/Doption.vue3.js +5 -0
- package/es/Dropdown/Dsubmenu.vue.js +154 -5
- package/es/Dropdown/Dsubmenu.vue3.js +5 -0
- package/es/Dropdown/index.js +18 -15
- package/es/Empty/index.js +4 -3
- package/es/Empty/index.vue.js +46 -5
- package/es/Empty/index.vue3.js +5 -0
- package/es/Grid/Grid.vue.js +39 -5
- package/es/Grid/Grid.vue3.js +5 -0
- package/es/Grid/GridRow.vue.js +46 -5
- package/es/Grid/GridRow.vue3.js +5 -0
- package/es/Grid/index.js +15 -13
- package/es/Image/Image.vue.js +182 -5
- package/es/Image/Image.vue3.js +5 -0
- package/es/Image/ImagePreview.vue.js +212 -5
- package/es/Image/ImagePreview.vue3.js +5 -0
- package/es/Image/ImagePreviewAction.vue.js +49 -5
- package/es/Image/ImagePreviewAction.vue3.js +5 -0
- package/es/Image/ImagePreviewArrow.vue.js +25 -5
- package/es/Image/ImagePreviewArrow.vue3.js +5 -0
- package/es/Image/ImagePreviewGroup.vue.js +7 -5
- package/es/Image/ImagePreviewToolbar.vue.js +73 -5
- package/es/Image/ImagePreviewToolbar.vue3.js +5 -0
- package/es/Image/hooks/useContext.js +3 -2
- package/es/Image/index.js +17 -14
- package/es/Input/Input.vue.js +232 -5
- package/es/Input/Input.vue3.js +5 -0
- package/es/Input/InputSuffix.vue.js +50 -5
- package/es/Input/InputSuffix.vue3.js +5 -0
- package/es/Input/index.js +4 -3
- package/es/InputNumber/InputNumber.vue.js +269 -5
- package/es/InputNumber/InputNumber.vue3.js +5 -0
- package/es/InputNumber/InputOperaBtn.vue.js +56 -5
- package/es/InputNumber/InputOperaBtn.vue3.js +5 -0
- package/es/InputNumber/index.css +1 -1
- package/es/InputNumber/index.js +4 -3
- package/es/InputTag/index.css +1 -1
- package/es/InputTag/index.js +4 -3
- package/es/InputTag/index.vue.js +322 -5
- package/es/InputTag/index.vue3.js +5 -0
- package/es/Layout/Layout.vue.js +44 -5
- package/es/Layout/Layout.vue3.js +5 -0
- package/es/Layout/LayoutContent.vue.js +16 -5
- package/es/Layout/LayoutContent.vue3.js +5 -0
- package/es/Layout/LayoutFooter.vue.js +16 -5
- package/es/Layout/LayoutFooter.vue3.js +5 -0
- package/es/Layout/LayoutHeader.vue.js +16 -5
- package/es/Layout/LayoutHeader.vue3.js +5 -0
- package/es/Layout/LayoutSider.vue.js +130 -5
- package/es/Layout/LayoutSider.vue3.js +5 -0
- package/es/Layout/index.js +24 -19
- package/es/Link/index.js +4 -3
- package/es/Link/index.vue.js +69 -5
- package/es/Link/index.vue3.js +5 -0
- package/es/List/List.vue.js +207 -5
- package/es/List/List.vue3.js +5 -0
- package/es/List/ListItem.vue.js +56 -5
- package/es/List/ListItem.vue3.js +5 -0
- package/es/List/ListItemMeta.vue.js +47 -5
- package/es/List/ListItemMeta.vue3.js +5 -0
- package/es/List/index.css +1 -1
- package/es/List/index.js +14 -11
- package/es/Menu/Menu.vue.js +97 -5
- package/es/Menu/Menu.vue3.js +5 -0
- package/es/Menu/MenuEllipsis.vue.js +92 -5
- package/es/Menu/MenuEllipsis.vue3.js +5 -0
- package/es/Menu/MenuItem.vue.js +230 -5
- package/es/Menu/MenuItem.vue3.js +5 -0
- package/es/Menu/MenuItemGroup.vue.js +40 -5
- package/es/Menu/MenuItemGroup.vue3.js +5 -0
- package/es/Menu/MenuPopOption.vue.js +6 -4
- package/es/Menu/SubMenu.vue.js +79 -5
- package/es/Menu/SubMenu.vue3.js +5 -0
- package/es/Menu/hooks/useContext.js +7 -5
- package/es/Menu/index.css +1 -1
- package/es/Menu/index.js +19 -15
- package/es/Message/Message.vue.js +99 -5
- package/es/Message/Message.vue3.js +5 -0
- package/es/Message/MessageList.vue.js +30 -5
- package/es/Message/MessageList.vue3.js +5 -0
- package/es/Message/index.js +7 -5
- package/es/Modal/Modal.vue.js +255 -5
- package/es/Modal/Modal.vue3.js +5 -0
- package/es/Modal/ModalService.vue.js +3 -2
- package/es/Modal/index.js +6 -5
- package/es/Notification/Notification.vue.js +126 -5
- package/es/Notification/Notification.vue3.js +5 -0
- package/es/Notification/NotificationList.vue.js +34 -5
- package/es/Notification/NotificationList.vue3.js +5 -0
- package/es/Notification/index.js +7 -5
- package/es/OverflowList/index.css +1 -1
- package/es/OverflowList/index.js +4 -3
- package/es/OverflowList/index.vue.js +120 -5
- package/es/OverflowList/index.vue3.js +5 -0
- package/es/PageHeader/index.css +1 -1
- package/es/PageHeader/index.js +4 -3
- package/es/PageHeader/index.vue.js +95 -5
- package/es/PageHeader/index.vue3.js +5 -0
- package/es/Pagination/Pagination.vue.js +190 -5
- package/es/Pagination/Pagination.vue3.js +5 -0
- package/es/Pagination/PaginationItem.vue.js +83 -5
- package/es/Pagination/PaginationItem.vue3.js +5 -0
- package/es/Pagination/index.css +1 -1
- package/es/Pagination/index.js +4 -3
- package/es/Progress/Progress.vue.js +131 -5
- package/es/Progress/Progress.vue3.js +5 -0
- package/es/Progress/ProgressCircle.vue.js +147 -5
- package/es/Progress/ProgressCircle.vue3.js +5 -0
- package/es/Progress/ProgressLine.vue.js +97 -5
- package/es/Progress/ProgressLine.vue3.js +5 -0
- package/es/Progress/index.js +4 -3
- package/es/Radio/Radio.vue.js +122 -5
- package/es/Radio/Radio.vue3.js +5 -0
- package/es/Radio/RadioGroup.vue.js +3 -2
- package/es/Radio/index.js +7 -6
- package/es/Rate/index.js +4 -3
- package/es/Rate/index.vue.js +146 -5
- package/es/Rate/index.vue3.js +5 -0
- package/es/ResizeBox/index.js +4 -3
- package/es/ResizeBox/index.vue.js +159 -5
- package/es/ResizeBox/index.vue3.js +5 -0
- package/es/Result/index.js +4 -3
- package/es/Result/index.vue.js +72 -5
- package/es/Result/index.vue3.js +5 -0
- package/es/Scrollbar/Scrollbar.vue.js +224 -5
- package/es/Scrollbar/Scrollbar.vue3.js +5 -0
- package/es/Scrollbar/ScrollbarTrack.vue.js +112 -5
- package/es/Scrollbar/ScrollbarTrack.vue3.js +5 -0
- package/es/Scrollbar/index.css +1 -1
- package/es/Scrollbar/index.js +4 -3
- package/es/Select/Optgroup.vue.js +24 -5
- package/es/Select/Optgroup.vue3.js +5 -0
- package/es/Select/Option.vue.js +138 -5
- package/es/Select/Option.vue3.js +5 -0
- package/es/Select/Select.vue.js +302 -5
- package/es/Select/Select.vue3.js +5 -0
- package/es/Select/SelectIcon.vue.js +65 -5
- package/es/Select/SelectIcon.vue3.js +5 -0
- package/es/Select/SelectRealList.vue.js +95 -5
- package/es/Select/SelectRealList.vue3.js +5 -0
- package/es/Select/SelectView.vue.js +99 -5
- package/es/Select/SelectView.vue3.js +5 -0
- package/es/Select/SelectVirtualList.vue.js +60 -5
- package/es/Select/SelectVirtualList.vue3.js +5 -0
- package/es/Select/index.css +1 -1
- package/es/Select/index.js +14 -11
- package/es/Skeleton/SkeletonLine.vue.js +43 -5
- package/es/Skeleton/SkeletonLine.vue3.js +5 -0
- package/es/Skeleton/SkeletonShape.vue.js +29 -5
- package/es/Skeleton/SkeletonShape.vue3.js +5 -0
- package/es/Skeleton/index.js +10 -8
- package/es/Slider/Slider.vue.js +146 -5
- package/es/Slider/Slider.vue3.js +5 -0
- package/es/Slider/SliderBtn.vue.js +96 -5
- package/es/Slider/SliderBtn.vue3.js +5 -0
- package/es/Slider/SliderInput.vue.js +54 -5
- package/es/Slider/SliderInput.vue3.js +5 -0
- package/es/Slider/SliderTicks.vue.js +64 -5
- package/es/Slider/SliderTicks.vue3.js +5 -0
- package/es/Slider/index.css +1 -1
- package/es/Slider/index.js +4 -3
- package/es/Space/index.js +4 -3
- package/es/Space/index.vue.js +94 -5
- package/es/Space/index.vue3.js +5 -0
- package/es/Spin/index.js +4 -3
- package/es/Spin/index.vue.js +87 -5
- package/es/Spin/index.vue3.js +5 -0
- package/es/Split/index.js +4 -3
- package/es/Split/index.vue.js +144 -5
- package/es/Split/index.vue3.js +5 -0
- package/es/Statistic/Countdown.vue.js +3 -2
- package/es/Statistic/Statistic.vue.js +153 -5
- package/es/Statistic/Statistic.vue3.js +5 -0
- package/es/Statistic/index.js +7 -6
- package/es/Steps/Step.vue.js +113 -5
- package/es/Steps/Step.vue3.js +5 -0
- package/es/Steps/Steps.vue.js +41 -5
- package/es/Steps/Steps.vue3.js +5 -0
- package/es/Steps/index.js +9 -7
- package/es/Switch/index.js +4 -3
- package/es/Switch/index.vue.js +152 -5
- package/es/Switch/index.vue3.js +5 -0
- package/es/Tabs/TabButton.vue.js +36 -5
- package/es/Tabs/TabButton.vue3.js +5 -0
- package/es/Tabs/Tabs.vue.js +209 -5
- package/es/Tabs/Tabs.vue3.js +5 -0
- package/es/Tabs/TabsNavInk.vue.js +60 -5
- package/es/Tabs/TabsNavInk.vue3.js +5 -0
- package/es/Tabs/TabsTab.vue.js +90 -5
- package/es/Tabs/TabsTab.vue3.js +5 -0
- package/es/Tabs/index.js +6 -5
- package/es/Tag/index.js +4 -3
- package/es/Tag/index.vue.js +112 -5
- package/es/Tag/index.vue3.js +5 -0
- package/es/Textarea/index.js +4 -3
- package/es/Textarea/index.vue.js +163 -5
- package/es/Textarea/index.vue3.js +5 -0
- package/es/TimePicker/TimePicker.vue.js +214 -5
- package/es/TimePicker/TimePicker.vue3.js +5 -0
- package/es/TimePicker/TimePickerPanel.vue.js +215 -5
- package/es/TimePicker/TimePickerPanel.vue3.js +5 -0
- package/es/TimePicker/index.js +4 -3
- package/es/Timeline/Timeline.vue.js +52 -5
- package/es/Timeline/Timeline.vue3.js +5 -0
- package/es/Timeline/TimelineItem.vue.js +87 -5
- package/es/Timeline/TimelineItem.vue3.js +5 -0
- package/es/Timeline/TimelineItemPending.vue.js +3 -2
- package/es/Timeline/hooks/useContext.js +3 -2
- package/es/Timeline/index.css +1 -1
- package/es/Timeline/index.js +9 -7
- package/es/Transfer/Transfer.vue.js +104 -5
- package/es/Transfer/Transfer.vue3.js +5 -0
- package/es/Transfer/TransferPanel.vue.js +251 -5
- package/es/Transfer/TransferPanel.vue3.js +5 -0
- package/es/Transfer/index.css +1 -1
- package/es/Transfer/index.js +4 -3
- package/es/Trigger/index.js +4 -3
- package/es/Trigger/index.vue.js +186 -5
- package/es/Trigger/index.vue3.js +5 -0
- package/es/Typography/TypographyBase.vue.js +202 -5
- package/es/Typography/TypographyBase.vue3.js +5 -0
- package/es/Typography/TypographyParagraph.vue.js +49 -5
- package/es/Typography/TypographyParagraph.vue3.js +5 -0
- package/es/Typography/TypographyText.vue.js +3 -2
- package/es/Typography/TypographyTitle.vue.js +50 -5
- package/es/Typography/TypographyTitle.vue3.js +5 -0
- package/es/Typography/index.css +1 -1
- package/es/Typography/index.js +10 -8
- package/es/VerificationCode/index.css +1 -1
- package/es/VerificationCode/index.js +4 -3
- package/es/VerificationCode/index.vue.js +125 -5
- package/es/VerificationCode/index.vue3.js +5 -0
- package/es/Watermark/index.js +4 -3
- package/es/Watermark/index.vue.js +274 -5
- package/es/Watermark/index.vue3.js +5 -0
- package/es/_shared/components/ExpandTransition.vue2.js +47 -5
- package/es/_shared/components/ExpandTransition.vue3.js +2 -46
- package/es/_shared/components/Icon.vue2.js +1 -3
- package/es/_shared/components/Icon.vue3.js +1 -1
- package/es/_shared/components/IconButton.vue.js +44 -0
- package/es/_shared/components/IconButton.vue3.js +2 -41
- package/es/_shared/icons/IconArrowDown.vue.js +3 -2
- package/es/_shared/icons/IconArrowRight.vue.js +3 -2
- package/es/_shared/icons/IconCheck.vue.js +3 -2
- package/es/_shared/icons/IconCheckboxChecked.vue.js +3 -2
- package/es/_shared/icons/IconClose.vue.js +3 -2
- package/es/_shared/icons/IconCopy.vue.js +1 -16
- package/es/_shared/icons/IconCopy.vue2.js +17 -1
- package/es/_shared/icons/IconDelete.vue2.js +3 -2
- package/es/_shared/icons/IconDragDot.vue.js +3 -2
- package/es/_shared/icons/IconEdit.vue.js +1 -16
- package/es/_shared/icons/IconEdit.vue2.js +17 -1
- package/es/_shared/icons/IconEmpty.vue.js +3 -2
- package/es/_shared/icons/IconError.vue.js +3 -2
- package/es/_shared/icons/IconExclamation.vue2.js +3 -2
- package/es/_shared/icons/IconEyeClose.vue2.js +3 -2
- package/es/_shared/icons/IconEyeOpen.vue2.js +3 -2
- package/es/_shared/icons/IconFaceSmile.vue.js +3 -2
- package/es/_shared/icons/IconFullScreen.vue2.js +3 -2
- package/es/_shared/icons/IconImageClose.vue.js +3 -2
- package/es/_shared/icons/IconInfo.vue.js +3 -2
- package/es/_shared/icons/IconInfoLine.vue.js +3 -2
- package/es/_shared/icons/IconLink.vue.js +3 -2
- package/es/_shared/icons/IconLoading.vue.js +3 -2
- package/es/_shared/icons/IconMenuFold.vue.js +3 -2
- package/es/_shared/icons/IconMenuUnfold.vue.js +3 -2
- package/es/_shared/icons/IconMinus.vue2.js +3 -2
- package/es/_shared/icons/IconMore.vue.js +3 -2
- package/es/_shared/icons/IconOriginSize.vue2.js +3 -2
- package/es/_shared/icons/IconPlus.vue.js +3 -2
- package/es/_shared/icons/IconRight.vue.js +3 -2
- package/es/_shared/icons/IconRotateLeft.vue2.js +3 -2
- package/es/_shared/icons/IconRotateRight.vue2.js +3 -2
- package/es/_shared/icons/IconSearch.vue2.js +3 -2
- package/es/_shared/icons/IconSeparator.vue2.js +3 -2
- package/es/_shared/icons/IconStar.vue.js +3 -2
- package/es/_shared/icons/IconSuccess.vue.js +3 -2
- package/es/_shared/icons/IconTime.vue.js +3 -2
- package/es/_shared/icons/IconToTop.vue.js +3 -2
- package/es/_shared/icons/IconWarning.vue.js +3 -2
- package/es/_shared/icons/IconZoomIn.vue2.js +3 -2
- package/es/_shared/icons/IconZoomOut.vue2.js +3 -2
- package/es/index.js +153 -123
- package/es/shared.css +1 -1
- package/es/style.css +1 -1
- package/lib/Alert/index.js +1 -1
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Alert/index.vue3.js +1 -0
- package/lib/Anchor/Anchor.vue.js +1 -1
- package/lib/Anchor/Anchor.vue3.js +1 -0
- package/lib/Anchor/AnchorLink.vue.js +1 -1
- package/lib/Anchor/AnchorLink.vue3.js +1 -0
- package/lib/Anchor/hooks/useContext.js +1 -1
- package/lib/Anchor/index.css +1 -1
- package/lib/Anchor/index.js +1 -1
- package/lib/Avatar/Avatar.vue.js +1 -1
- package/lib/Avatar/Avatar.vue3.js +1 -0
- package/lib/Avatar/AvatarGroup.vue.js +1 -1
- package/lib/Avatar/AvatarGroup.vue3.js +1 -0
- package/lib/Avatar/index.css +1 -1
- 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 -0
- package/lib/Badge/index.js +1 -1
- package/lib/Badge/index.vue.js +1 -1
- package/lib/Badge/index.vue3.js +1 -0
- package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue3.js +1 -0
- package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue3.js +1 -0
- package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue3.js +1 -0
- package/lib/Breadcrumb/index.css +1 -1
- package/lib/Breadcrumb/index.js +1 -1
- package/lib/Button/Button.vue.js +1 -1
- package/lib/Button/Button.vue3.js +1 -0
- package/lib/Button/index.js +1 -1
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Calendar/Calendar.vue3.js +1 -0
- package/lib/Calendar/CalendarMonth.vue.js +1 -1
- package/lib/Calendar/CalendarMonth.vue3.js +1 -0
- package/lib/Calendar/CalendarYear.vue.js +1 -1
- package/lib/Calendar/CalendarYear.vue3.js +1 -0
- package/lib/Calendar/index.js +1 -1
- package/lib/Card/Card.vue.js +1 -1
- package/lib/Card/Card.vue3.js +1 -0
- package/lib/Card/CardGrid.vue.js +1 -1
- package/lib/Card/CardGrid.vue3.js +1 -0
- package/lib/Card/CardMeta.vue.js +1 -1
- package/lib/Card/CardMeta.vue3.js +1 -0
- package/lib/Card/index.css +1 -1
- package/lib/Card/index.js +1 -1
- package/lib/Carousel/Carousel.vue.js +1 -1
- package/lib/Carousel/Carousel.vue3.js +1 -0
- package/lib/Carousel/CarouselArrow.vue.js +1 -1
- package/lib/Carousel/CarouselArrow.vue3.js +1 -0
- package/lib/Carousel/CarouselIndicator.vue.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue3.js +1 -0
- package/lib/Carousel/CarouselItem.vue.js +1 -1
- package/lib/Carousel/CarouselItem.vue3.js +1 -0
- package/lib/Carousel/hooks/useContext.js +1 -1
- package/lib/Carousel/index.js +1 -1
- package/lib/Cascader/Cascader.vue.js +1 -1
- package/lib/Cascader/Cascader.vue3.js +1 -0
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue3.js +1 -0
- package/lib/Cascader/CascaderOption.vue.js +1 -1
- package/lib/Cascader/CascaderOption.vue3.js +1 -0
- package/lib/Cascader/CascaderPanel.vue.js +1 -1
- package/lib/Cascader/CascaderPanel.vue3.js +1 -0
- package/lib/Cascader/CascaderSearchPanel.vue.js +1 -1
- package/lib/Cascader/CascaderSearchPanel.vue3.js +1 -0
- package/lib/Cascader/index.css +1 -1
- package/lib/Cascader/index.js +1 -1
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue3.js +1 -0
- package/lib/Checkbox/CheckboxGroup.vue.js +1 -1
- package/lib/Checkbox/index.js +1 -1
- package/lib/Collapse/Collapse.vue.js +1 -1
- package/lib/Collapse/Collapse.vue3.js +1 -0
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue3.js +1 -0
- package/lib/Collapse/index.css +1 -1
- package/lib/Collapse/index.js +1 -1
- package/lib/ColorPicker/ColorControl.vue.js +1 -1
- package/lib/ColorPicker/ColorControl.vue3.js +1 -0
- package/lib/ColorPicker/ColorInput.vue.js +1 -1
- package/lib/ColorPicker/ColorInput.vue3.js +1 -0
- package/lib/ColorPicker/ColorList.vue.js +1 -1
- package/lib/ColorPicker/ColorList.vue3.js +1 -0
- package/lib/ColorPicker/ColorPalette.vue.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue3.js +1 -0
- package/lib/ColorPicker/ColorPanel.vue.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue3.js +1 -0
- package/lib/ColorPicker/ColorPicker.vue.js +1 -1
- package/lib/ColorPicker/ColorPicker.vue3.js +1 -0
- package/lib/ColorPicker/index.css +1 -1
- package/lib/ColorPicker/index.js +1 -1
- package/lib/Comment/index.js +1 -1
- package/lib/Comment/index.vue.js +1 -1
- package/lib/Comment/index.vue3.js +1 -0
- package/lib/Descriptions/Descriptions.vue.js +1 -1
- package/lib/Descriptions/ReuseItem.vue.js +1 -1
- package/lib/Descriptions/ReuseItem.vue3.js +1 -0
- package/lib/Descriptions/ReuseTd.vue.js +1 -1
- package/lib/Descriptions/ReuseTd.vue3.js +1 -0
- package/lib/Divider/index.js +1 -1
- package/lib/Divider/index.vue.js +1 -1
- package/lib/Divider/index.vue3.js +1 -0
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Drawer/Drawer.vue3.js +1 -0
- package/lib/Drawer/DrawerService.vue.js +1 -1
- package/lib/Drawer/index.js +1 -1
- package/lib/Dropdown/Dgroup.vue.js +1 -1
- package/lib/Dropdown/Dgroup.vue3.js +1 -0
- package/lib/Dropdown/Doption.vue.js +1 -1
- package/lib/Dropdown/Doption.vue3.js +1 -0
- package/lib/Dropdown/Dsubmenu.vue.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue3.js +1 -0
- 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 -0
- package/lib/Grid/Grid.vue.js +1 -1
- package/lib/Grid/Grid.vue3.js +1 -0
- package/lib/Grid/GridRow.vue.js +1 -1
- package/lib/Grid/GridRow.vue3.js +1 -0
- package/lib/Grid/index.js +1 -1
- package/lib/Image/Image.vue.js +1 -1
- package/lib/Image/Image.vue3.js +1 -0
- package/lib/Image/ImagePreview.vue.js +1 -1
- package/lib/Image/ImagePreview.vue3.js +1 -0
- package/lib/Image/ImagePreviewAction.vue.js +1 -1
- package/lib/Image/ImagePreviewAction.vue3.js +1 -0
- package/lib/Image/ImagePreviewArrow.vue.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue3.js +1 -0
- package/lib/Image/ImagePreviewGroup.vue.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue3.js +1 -0
- package/lib/Image/hooks/useContext.js +1 -1
- package/lib/Image/index.js +1 -1
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/Input.vue3.js +1 -0
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/Input/InputSuffix.vue3.js +1 -0
- package/lib/Input/index.js +1 -1
- package/lib/InputNumber/InputNumber.vue.js +1 -1
- package/lib/InputNumber/InputNumber.vue3.js +1 -0
- package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue3.js +1 -0
- package/lib/InputNumber/index.css +1 -1
- package/lib/InputNumber/index.js +1 -1
- package/lib/InputTag/index.css +1 -1
- package/lib/InputTag/index.js +1 -1
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/InputTag/index.vue3.js +1 -0
- package/lib/Layout/Layout.vue.js +1 -1
- package/lib/Layout/Layout.vue3.js +1 -0
- package/lib/Layout/LayoutContent.vue.js +1 -1
- package/lib/Layout/LayoutContent.vue3.js +1 -0
- package/lib/Layout/LayoutFooter.vue.js +1 -1
- package/lib/Layout/LayoutFooter.vue3.js +1 -0
- package/lib/Layout/LayoutHeader.vue.js +1 -1
- package/lib/Layout/LayoutHeader.vue3.js +1 -0
- package/lib/Layout/LayoutSider.vue.js +1 -1
- package/lib/Layout/LayoutSider.vue3.js +1 -0
- package/lib/Layout/index.js +1 -1
- package/lib/Link/index.js +1 -1
- package/lib/Link/index.vue.js +1 -1
- package/lib/Link/index.vue3.js +1 -0
- package/lib/List/List.vue.js +1 -1
- package/lib/List/List.vue3.js +1 -0
- package/lib/List/ListItem.vue.js +1 -1
- package/lib/List/ListItem.vue3.js +1 -0
- package/lib/List/ListItemMeta.vue.js +1 -1
- package/lib/List/ListItemMeta.vue3.js +1 -0
- package/lib/List/index.css +1 -1
- package/lib/List/index.js +1 -1
- package/lib/Menu/Menu.vue.js +1 -1
- package/lib/Menu/Menu.vue3.js +1 -0
- package/lib/Menu/MenuEllipsis.vue.js +1 -1
- package/lib/Menu/MenuEllipsis.vue3.js +1 -0
- package/lib/Menu/MenuItem.vue.js +1 -1
- package/lib/Menu/MenuItem.vue3.js +1 -0
- package/lib/Menu/MenuItemGroup.vue.js +1 -1
- package/lib/Menu/MenuItemGroup.vue3.js +1 -0
- package/lib/Menu/MenuPopOption.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Menu/SubMenu.vue3.js +1 -0
- package/lib/Menu/hooks/useContext.js +1 -1
- package/lib/Menu/index.css +1 -1
- package/lib/Menu/index.js +1 -1
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Message/Message.vue3.js +1 -0
- package/lib/Message/MessageList.vue.js +1 -1
- package/lib/Message/MessageList.vue3.js +1 -0
- package/lib/Message/index.js +1 -1
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Modal/Modal.vue3.js +1 -0
- package/lib/Modal/ModalService.vue.js +1 -1
- package/lib/Modal/index.js +1 -1
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/Notification/Notification.vue3.js +1 -0
- package/lib/Notification/NotificationList.vue.js +1 -1
- package/lib/Notification/NotificationList.vue3.js +1 -0
- package/lib/Notification/index.js +1 -1
- package/lib/OverflowList/index.css +1 -1
- package/lib/OverflowList/index.js +1 -1
- package/lib/OverflowList/index.vue.js +1 -1
- package/lib/OverflowList/index.vue3.js +1 -0
- package/lib/PageHeader/index.css +1 -1
- package/lib/PageHeader/index.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/PageHeader/index.vue3.js +1 -0
- package/lib/Pagination/Pagination.vue.js +1 -1
- package/lib/Pagination/Pagination.vue3.js +1 -0
- package/lib/Pagination/PaginationItem.vue.js +1 -1
- package/lib/Pagination/PaginationItem.vue3.js +1 -0
- package/lib/Pagination/index.css +1 -1
- package/lib/Pagination/index.js +1 -1
- package/lib/Progress/Progress.vue.js +1 -1
- package/lib/Progress/Progress.vue3.js +1 -0
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue3.js +1 -0
- package/lib/Progress/ProgressLine.vue.js +1 -1
- package/lib/Progress/ProgressLine.vue3.js +1 -0
- package/lib/Progress/index.js +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Radio/Radio.vue3.js +1 -0
- package/lib/Radio/RadioGroup.vue.js +1 -1
- 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 -0
- package/lib/ResizeBox/index.js +1 -1
- package/lib/ResizeBox/index.vue.js +1 -1
- package/lib/ResizeBox/index.vue3.js +1 -0
- package/lib/Result/index.js +1 -1
- package/lib/Result/index.vue.js +1 -1
- package/lib/Result/index.vue3.js +1 -0
- package/lib/Scrollbar/Scrollbar.vue.js +1 -1
- package/lib/Scrollbar/Scrollbar.vue3.js +1 -0
- package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue3.js +1 -0
- package/lib/Scrollbar/index.css +1 -1
- package/lib/Scrollbar/index.js +1 -1
- package/lib/Select/Optgroup.vue.js +1 -1
- package/lib/Select/Optgroup.vue3.js +1 -0
- package/lib/Select/Option.vue.js +1 -1
- package/lib/Select/Option.vue3.js +1 -0
- package/lib/Select/Select.vue.js +1 -1
- package/lib/Select/Select.vue3.js +1 -0
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Select/SelectIcon.vue3.js +1 -0
- package/lib/Select/SelectRealList.vue.js +1 -1
- package/lib/Select/SelectRealList.vue3.js +1 -0
- package/lib/Select/SelectView.vue.js +1 -1
- package/lib/Select/SelectView.vue3.js +1 -0
- package/lib/Select/SelectVirtualList.vue.js +1 -1
- package/lib/Select/SelectVirtualList.vue3.js +1 -0
- package/lib/Select/index.css +1 -1
- package/lib/Select/index.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue3.js +1 -0
- package/lib/Skeleton/SkeletonShape.vue.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue3.js +1 -0
- package/lib/Skeleton/index.js +1 -1
- package/lib/Slider/Slider.vue.js +1 -1
- package/lib/Slider/Slider.vue3.js +1 -0
- package/lib/Slider/SliderBtn.vue.js +1 -1
- package/lib/Slider/SliderBtn.vue3.js +1 -0
- package/lib/Slider/SliderInput.vue.js +1 -1
- package/lib/Slider/SliderInput.vue3.js +1 -0
- package/lib/Slider/SliderTicks.vue.js +1 -1
- package/lib/Slider/SliderTicks.vue3.js +1 -0
- package/lib/Slider/index.css +1 -1
- package/lib/Slider/index.js +1 -1
- package/lib/Space/index.js +1 -1
- package/lib/Space/index.vue.js +1 -1
- package/lib/Space/index.vue3.js +1 -0
- package/lib/Spin/index.js +1 -1
- package/lib/Spin/index.vue.js +1 -1
- package/lib/Spin/index.vue3.js +1 -0
- package/lib/Split/index.js +1 -1
- package/lib/Split/index.vue.js +1 -1
- package/lib/Split/index.vue3.js +1 -0
- package/lib/Statistic/Countdown.vue.js +1 -1
- package/lib/Statistic/Statistic.vue.js +1 -1
- package/lib/Statistic/Statistic.vue3.js +1 -0
- package/lib/Statistic/index.js +1 -1
- package/lib/Steps/Step.vue.js +1 -1
- package/lib/Steps/Step.vue3.js +1 -0
- package/lib/Steps/Steps.vue.js +1 -1
- package/lib/Steps/Steps.vue3.js +1 -0
- package/lib/Steps/index.js +1 -1
- package/lib/Switch/index.js +1 -1
- package/lib/Switch/index.vue.js +1 -1
- package/lib/Switch/index.vue3.js +1 -0
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tabs/TabButton.vue3.js +1 -0
- package/lib/Tabs/Tabs.vue.js +1 -1
- package/lib/Tabs/Tabs.vue3.js +1 -0
- package/lib/Tabs/TabsNavInk.vue.js +1 -1
- package/lib/Tabs/TabsNavInk.vue3.js +1 -0
- package/lib/Tabs/TabsTab.vue.js +1 -1
- package/lib/Tabs/TabsTab.vue3.js +1 -0
- package/lib/Tabs/index.js +1 -1
- package/lib/Tag/index.js +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Tag/index.vue3.js +1 -0
- package/lib/Textarea/index.js +1 -1
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/Textarea/index.vue3.js +1 -0
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue3.js +1 -0
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue3.js +1 -0
- package/lib/TimePicker/index.js +1 -1
- package/lib/Timeline/Timeline.vue.js +1 -1
- package/lib/Timeline/Timeline.vue3.js +1 -0
- package/lib/Timeline/TimelineItem.vue.js +1 -1
- package/lib/Timeline/TimelineItem.vue3.js +1 -0
- package/lib/Timeline/TimelineItemPending.vue.js +1 -1
- package/lib/Timeline/hooks/useContext.js +1 -1
- package/lib/Timeline/index.css +1 -1
- package/lib/Timeline/index.js +1 -1
- package/lib/Transfer/Transfer.vue.js +1 -1
- package/lib/Transfer/Transfer.vue3.js +1 -0
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue3.js +1 -0
- package/lib/Transfer/index.css +1 -1
- package/lib/Transfer/index.js +1 -1
- package/lib/Trigger/index.js +1 -1
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Trigger/index.vue3.js +1 -0
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue3.js +1 -0
- package/lib/Typography/TypographyParagraph.vue.js +1 -1
- package/lib/Typography/TypographyParagraph.vue3.js +1 -0
- package/lib/Typography/TypographyText.vue.js +1 -1
- package/lib/Typography/TypographyTitle.vue.js +1 -1
- package/lib/Typography/TypographyTitle.vue3.js +1 -0
- package/lib/Typography/index.css +1 -1
- package/lib/Typography/index.js +1 -1
- package/lib/VerificationCode/index.css +1 -1
- package/lib/VerificationCode/index.js +1 -1
- package/lib/VerificationCode/index.vue.js +1 -1
- package/lib/VerificationCode/index.vue3.js +1 -0
- package/lib/Watermark/index.js +1 -1
- package/lib/Watermark/index.vue.js +1 -1
- package/lib/Watermark/index.vue3.js +1 -0
- package/lib/_shared/components/ExpandTransition.vue2.js +1 -1
- package/lib/_shared/components/ExpandTransition.vue3.js +1 -1
- package/lib/_shared/components/Icon.vue2.js +1 -1
- package/lib/_shared/components/Icon.vue3.js +1 -1
- package/lib/_shared/components/IconButton.vue.js +1 -0
- package/lib/_shared/components/IconButton.vue3.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
- package/lib/_shared/icons/IconCheck.vue.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
- package/lib/_shared/icons/IconClose.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue.js +1 -1
- package/lib/_shared/icons/IconError.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue.js +1 -1
- package/lib/_shared/icons/IconInfo.vue.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
- package/lib/_shared/icons/IconLink.vue.js +1 -1
- package/lib/_shared/icons/IconLoading.vue.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
- package/lib/_shared/icons/IconMinus.vue2.js +1 -1
- package/lib/_shared/icons/IconMore.vue.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
- package/lib/_shared/icons/IconPlus.vue.js +1 -1
- package/lib/_shared/icons/IconRight.vue.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
- package/lib/_shared/icons/IconSearch.vue2.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
- package/lib/_shared/icons/IconStar.vue.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue.js +1 -1
- package/lib/_shared/icons/IconTime.vue.js +1 -1
- package/lib/_shared/icons/IconToTop.vue.js +1 -1
- package/lib/_shared/icons/IconWarning.vue.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
- package/lib/index.js +1 -1
- package/lib/shared.css +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/es/Alert/index.vue2.js +0 -101
- package/es/Anchor/Anchor.vue2.js +0 -73
- package/es/Anchor/AnchorLink.vue2.js +0 -77
- package/es/Avatar/Avatar.vue2.js +0 -115
- package/es/Avatar/AvatarGroup.vue2.js +0 -95
- package/es/BackTop/index.vue2.js +0 -82
- package/es/Badge/index.vue2.js +0 -92
- package/es/Breadcrumb/Breadcrumb.vue2.js +0 -118
- package/es/Breadcrumb/BreadcrumbItem.vue2.js +0 -76
- package/es/Breadcrumb/BreadcrumbSeparator.vue2.js +0 -44
- package/es/Button/Button.vue2.js +0 -110
- package/es/Calendar/Calendar.vue2.js +0 -208
- package/es/Calendar/CalendarMonth.vue2.js +0 -116
- package/es/Calendar/CalendarYear.vue2.js +0 -96
- package/es/Card/Card.vue2.js +0 -121
- package/es/Card/CardGrid.vue2.js +0 -27
- package/es/Card/CardMeta.vue2.js +0 -70
- package/es/Carousel/Carousel.vue2.js +0 -131
- package/es/Carousel/CarouselArrow.vue2.js +0 -55
- package/es/Carousel/CarouselIndicator.vue2.js +0 -57
- package/es/Carousel/CarouselItem.vue2.js +0 -55
- package/es/Cascader/Cascader.vue2.js +0 -287
- package/es/Cascader/CascaderIcon.vue2.js +0 -66
- package/es/Cascader/CascaderOption.vue2.js +0 -207
- package/es/Cascader/CascaderPanel.vue2.js +0 -63
- package/es/Cascader/CascaderSearchPanel.vue2.js +0 -44
- package/es/Checkbox/Checkbox.vue2.js +0 -115
- package/es/Collapse/Collapse.vue2.js +0 -38
- package/es/Collapse/CollapseItem.vue2.js +0 -130
- package/es/ColorPicker/ColorControl.vue2.js +0 -112
- package/es/ColorPicker/ColorInput.vue2.js +0 -161
- package/es/ColorPicker/ColorList.vue2.js +0 -47
- package/es/ColorPicker/ColorPalette.vue2.js +0 -100
- package/es/ColorPicker/ColorPanel.vue2.js +0 -144
- package/es/ColorPicker/ColorPicker.vue2.js +0 -87
- package/es/Comment/index.vue2.js +0 -110
- package/es/Descriptions/ReuseItem.vue2.js +0 -62
- package/es/Descriptions/ReuseTd.vue2.js +0 -56
- package/es/Divider/index.vue2.js +0 -54
- package/es/Drawer/Drawer.vue2.js +0 -203
- package/es/Dropdown/Dgroup.vue2.js +0 -33
- package/es/Dropdown/Doption.vue2.js +0 -65
- package/es/Dropdown/Dsubmenu.vue2.js +0 -155
- package/es/Empty/index.vue2.js +0 -48
- package/es/Grid/Grid.vue2.js +0 -41
- package/es/Grid/GridRow.vue2.js +0 -48
- package/es/Image/Image.vue2.js +0 -183
- package/es/Image/ImagePreview.vue2.js +0 -213
- package/es/Image/ImagePreviewAction.vue2.js +0 -51
- package/es/Image/ImagePreviewArrow.vue2.js +0 -27
- package/es/Image/ImagePreviewToolbar.vue2.js +0 -74
- package/es/Input/Input.vue2.js +0 -232
- package/es/Input/InputSuffix.vue2.js +0 -51
- package/es/InputNumber/InputNumber.vue2.js +0 -270
- package/es/InputNumber/InputOperaBtn.vue2.js +0 -58
- package/es/InputTag/index.vue2.js +0 -323
- package/es/Layout/Layout.vue2.js +0 -45
- package/es/Layout/LayoutContent.vue2.js +0 -18
- package/es/Layout/LayoutFooter.vue2.js +0 -18
- package/es/Layout/LayoutHeader.vue2.js +0 -18
- package/es/Layout/LayoutSider.vue2.js +0 -132
- package/es/Link/index.vue2.js +0 -71
- package/es/List/List.vue2.js +0 -208
- package/es/List/ListItem.vue2.js +0 -58
- package/es/List/ListItemMeta.vue2.js +0 -49
- package/es/Menu/Menu.vue2.js +0 -98
- package/es/Menu/MenuEllipsis.vue2.js +0 -94
- package/es/Menu/MenuItem.vue2.js +0 -232
- package/es/Menu/MenuItemGroup.vue2.js +0 -42
- package/es/Menu/SubMenu.vue2.js +0 -79
- package/es/Message/Message.vue2.js +0 -100
- package/es/Message/MessageList.vue2.js +0 -31
- package/es/Modal/Modal.vue2.js +0 -256
- package/es/Notification/Notification.vue2.js +0 -127
- package/es/Notification/NotificationList.vue2.js +0 -35
- package/es/OverflowList/index.vue2.js +0 -122
- package/es/PageHeader/index.vue2.js +0 -96
- package/es/Pagination/Pagination.vue2.js +0 -191
- package/es/Pagination/PaginationItem.vue2.js +0 -85
- package/es/Progress/Progress.vue2.js +0 -131
- package/es/Progress/ProgressCircle.vue2.js +0 -149
- package/es/Progress/ProgressLine.vue2.js +0 -99
- package/es/Radio/Radio.vue2.js +0 -123
- package/es/Rate/index.vue2.js +0 -148
- package/es/ResizeBox/index.vue2.js +0 -161
- package/es/Result/index.vue2.js +0 -74
- package/es/Scrollbar/Scrollbar.vue2.js +0 -225
- package/es/Scrollbar/ScrollbarTrack.vue2.js +0 -114
- package/es/Select/Optgroup.vue2.js +0 -26
- package/es/Select/Option.vue2.js +0 -140
- package/es/Select/Select.vue2.js +0 -302
- package/es/Select/SelectIcon.vue2.js +0 -66
- package/es/Select/SelectRealList.vue2.js +0 -95
- package/es/Select/SelectView.vue2.js +0 -99
- package/es/Select/SelectVirtualList.vue2.js +0 -61
- package/es/Skeleton/SkeletonLine.vue2.js +0 -45
- package/es/Skeleton/SkeletonShape.vue2.js +0 -31
- package/es/Slider/Slider.vue2.js +0 -145
- package/es/Slider/SliderBtn.vue2.js +0 -98
- package/es/Slider/SliderInput.vue2.js +0 -56
- package/es/Slider/SliderTicks.vue2.js +0 -66
- package/es/Space/index.vue2.js +0 -96
- package/es/Spin/index.vue2.js +0 -89
- package/es/Split/index.vue2.js +0 -146
- package/es/Statistic/Statistic.vue2.js +0 -155
- package/es/Steps/Step.vue2.js +0 -115
- package/es/Steps/Steps.vue2.js +0 -43
- package/es/Switch/index.vue2.js +0 -154
- package/es/Tabs/TabButton.vue2.js +0 -37
- package/es/Tabs/Tabs.vue2.js +0 -208
- package/es/Tabs/TabsNavInk.vue2.js +0 -62
- package/es/Tabs/TabsTab.vue2.js +0 -91
- package/es/Tag/index.vue2.js +0 -113
- package/es/Textarea/index.vue2.js +0 -164
- package/es/TimePicker/TimePicker.vue2.js +0 -214
- package/es/TimePicker/TimePickerPanel.vue2.js +0 -217
- package/es/Timeline/Timeline.vue2.js +0 -54
- package/es/Timeline/TimelineItem.vue2.js +0 -89
- package/es/Transfer/Transfer.vue2.js +0 -105
- package/es/Transfer/TransferPanel.vue2.js +0 -252
- package/es/Trigger/index.vue2.js +0 -188
- package/es/Typography/TypographyBase.vue2.js +0 -204
- package/es/Typography/TypographyParagraph.vue2.js +0 -50
- package/es/Typography/TypographyTitle.vue2.js +0 -51
- package/es/VerificationCode/index.vue2.js +0 -127
- package/es/Watermark/index.vue2.js +0 -276
- package/es/_shared/components/IconButton.vue2.js +0 -7
- package/es/_virtual/_plugin-vue_export-helper.js +0 -10
- package/lib/Alert/index.vue2.js +0 -1
- package/lib/Anchor/Anchor.vue2.js +0 -1
- package/lib/Anchor/AnchorLink.vue2.js +0 -1
- package/lib/Avatar/Avatar.vue2.js +0 -1
- package/lib/Avatar/AvatarGroup.vue2.js +0 -1
- package/lib/BackTop/index.vue2.js +0 -1
- package/lib/Badge/index.vue2.js +0 -1
- package/lib/Breadcrumb/Breadcrumb.vue2.js +0 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue2.js +0 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue2.js +0 -1
- package/lib/Button/Button.vue2.js +0 -1
- package/lib/Calendar/Calendar.vue2.js +0 -1
- package/lib/Calendar/CalendarMonth.vue2.js +0 -1
- package/lib/Calendar/CalendarYear.vue2.js +0 -1
- package/lib/Card/Card.vue2.js +0 -1
- package/lib/Card/CardGrid.vue2.js +0 -1
- package/lib/Card/CardMeta.vue2.js +0 -1
- package/lib/Carousel/Carousel.vue2.js +0 -1
- package/lib/Carousel/CarouselArrow.vue2.js +0 -1
- package/lib/Carousel/CarouselIndicator.vue2.js +0 -1
- package/lib/Carousel/CarouselItem.vue2.js +0 -1
- package/lib/Cascader/Cascader.vue2.js +0 -1
- package/lib/Cascader/CascaderIcon.vue2.js +0 -1
- package/lib/Cascader/CascaderOption.vue2.js +0 -1
- package/lib/Cascader/CascaderPanel.vue2.js +0 -1
- package/lib/Cascader/CascaderSearchPanel.vue2.js +0 -1
- package/lib/Checkbox/Checkbox.vue2.js +0 -1
- package/lib/Collapse/Collapse.vue2.js +0 -1
- package/lib/Collapse/CollapseItem.vue2.js +0 -1
- package/lib/ColorPicker/ColorControl.vue2.js +0 -1
- package/lib/ColorPicker/ColorInput.vue2.js +0 -1
- package/lib/ColorPicker/ColorList.vue2.js +0 -1
- package/lib/ColorPicker/ColorPalette.vue2.js +0 -1
- package/lib/ColorPicker/ColorPanel.vue2.js +0 -1
- package/lib/ColorPicker/ColorPicker.vue2.js +0 -1
- package/lib/Comment/index.vue2.js +0 -1
- package/lib/Descriptions/ReuseItem.vue2.js +0 -1
- package/lib/Descriptions/ReuseTd.vue2.js +0 -1
- package/lib/Divider/index.vue2.js +0 -1
- package/lib/Drawer/Drawer.vue2.js +0 -1
- package/lib/Dropdown/Dgroup.vue2.js +0 -1
- package/lib/Dropdown/Doption.vue2.js +0 -1
- package/lib/Dropdown/Dsubmenu.vue2.js +0 -1
- package/lib/Empty/index.vue2.js +0 -1
- package/lib/Grid/Grid.vue2.js +0 -1
- package/lib/Grid/GridRow.vue2.js +0 -1
- package/lib/Image/Image.vue2.js +0 -1
- package/lib/Image/ImagePreview.vue2.js +0 -1
- package/lib/Image/ImagePreviewAction.vue2.js +0 -1
- package/lib/Image/ImagePreviewArrow.vue2.js +0 -1
- package/lib/Image/ImagePreviewToolbar.vue2.js +0 -1
- package/lib/Input/Input.vue2.js +0 -1
- package/lib/Input/InputSuffix.vue2.js +0 -1
- package/lib/InputNumber/InputNumber.vue2.js +0 -1
- package/lib/InputNumber/InputOperaBtn.vue2.js +0 -1
- package/lib/InputTag/index.vue2.js +0 -1
- package/lib/Layout/Layout.vue2.js +0 -1
- package/lib/Layout/LayoutContent.vue2.js +0 -1
- package/lib/Layout/LayoutFooter.vue2.js +0 -1
- package/lib/Layout/LayoutHeader.vue2.js +0 -1
- package/lib/Layout/LayoutSider.vue2.js +0 -1
- package/lib/Link/index.vue2.js +0 -1
- package/lib/List/List.vue2.js +0 -1
- package/lib/List/ListItem.vue2.js +0 -1
- package/lib/List/ListItemMeta.vue2.js +0 -1
- package/lib/Menu/Menu.vue2.js +0 -1
- package/lib/Menu/MenuEllipsis.vue2.js +0 -1
- package/lib/Menu/MenuItem.vue2.js +0 -1
- package/lib/Menu/MenuItemGroup.vue2.js +0 -1
- package/lib/Menu/SubMenu.vue2.js +0 -1
- package/lib/Message/Message.vue2.js +0 -1
- package/lib/Message/MessageList.vue2.js +0 -1
- package/lib/Modal/Modal.vue2.js +0 -1
- package/lib/Notification/Notification.vue2.js +0 -1
- package/lib/Notification/NotificationList.vue2.js +0 -1
- package/lib/OverflowList/index.vue2.js +0 -1
- package/lib/PageHeader/index.vue2.js +0 -1
- package/lib/Pagination/Pagination.vue2.js +0 -1
- package/lib/Pagination/PaginationItem.vue2.js +0 -1
- package/lib/Progress/Progress.vue2.js +0 -1
- package/lib/Progress/ProgressCircle.vue2.js +0 -1
- package/lib/Progress/ProgressLine.vue2.js +0 -1
- package/lib/Radio/Radio.vue2.js +0 -1
- package/lib/Rate/index.vue2.js +0 -1
- package/lib/ResizeBox/index.vue2.js +0 -1
- package/lib/Result/index.vue2.js +0 -1
- package/lib/Scrollbar/Scrollbar.vue2.js +0 -1
- package/lib/Scrollbar/ScrollbarTrack.vue2.js +0 -1
- package/lib/Select/Optgroup.vue2.js +0 -1
- package/lib/Select/Option.vue2.js +0 -1
- package/lib/Select/Select.vue2.js +0 -1
- package/lib/Select/SelectIcon.vue2.js +0 -1
- package/lib/Select/SelectRealList.vue2.js +0 -1
- package/lib/Select/SelectView.vue2.js +0 -1
- package/lib/Select/SelectVirtualList.vue2.js +0 -1
- package/lib/Skeleton/SkeletonLine.vue2.js +0 -1
- package/lib/Skeleton/SkeletonShape.vue2.js +0 -1
- package/lib/Slider/Slider.vue2.js +0 -1
- package/lib/Slider/SliderBtn.vue2.js +0 -1
- package/lib/Slider/SliderInput.vue2.js +0 -1
- package/lib/Slider/SliderTicks.vue2.js +0 -1
- package/lib/Space/index.vue2.js +0 -1
- package/lib/Spin/index.vue2.js +0 -1
- package/lib/Split/index.vue2.js +0 -1
- package/lib/Statistic/Statistic.vue2.js +0 -1
- package/lib/Steps/Step.vue2.js +0 -1
- package/lib/Steps/Steps.vue2.js +0 -1
- package/lib/Switch/index.vue2.js +0 -1
- package/lib/Tabs/TabButton.vue2.js +0 -1
- package/lib/Tabs/Tabs.vue2.js +0 -1
- package/lib/Tabs/TabsNavInk.vue2.js +0 -1
- package/lib/Tabs/TabsTab.vue2.js +0 -1
- package/lib/Tag/index.vue2.js +0 -1
- package/lib/Textarea/index.vue2.js +0 -1
- package/lib/TimePicker/TimePicker.vue2.js +0 -1
- package/lib/TimePicker/TimePickerPanel.vue2.js +0 -1
- package/lib/Timeline/Timeline.vue2.js +0 -1
- package/lib/Timeline/TimelineItem.vue2.js +0 -1
- package/lib/Transfer/Transfer.vue2.js +0 -1
- package/lib/Transfer/TransferPanel.vue2.js +0 -1
- package/lib/Trigger/index.vue2.js +0 -1
- package/lib/Typography/TypographyBase.vue2.js +0 -1
- package/lib/Typography/TypographyParagraph.vue2.js +0 -1
- package/lib/Typography/TypographyTitle.vue2.js +0 -1
- package/lib/VerificationCode/index.vue2.js +0 -1
- package/lib/Watermark/index.vue2.js +0 -1
- package/lib/_shared/components/IconButton.vue2.js +0 -1
- package/lib/_virtual/_plugin-vue_export-helper.js +0 -1
package/es/Drawer/Drawer.vue2.js
DELETED
@@ -1,203 +0,0 @@
|
|
1
|
-
import { defineComponent, toRefs, computed, createBlock, openBlock, Teleport, unref, withDirectives, createCommentVNode, createElementBlock, normalizeStyle, normalizeClass, createVNode, Transition, withCtx, vShow, createElementVNode, renderSlot, createTextVNode, toDisplayString, mergeProps } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import { valueToPx } from "../_shared/utils/dom.js";
|
4
|
-
import "../_shared/utils/time.js";
|
5
|
-
import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
6
|
-
import useModalClose from "../Modal/hooks/useModalClose.js";
|
7
|
-
import Button from "../Button/index.js";
|
8
|
-
import IconButton from "../_shared/components/IconButton.vue2.js";
|
9
|
-
/* empty css */
|
10
|
-
/* empty css */
|
11
|
-
const _hoisted_1 = {
|
12
|
-
key: 0,
|
13
|
-
class: "yc-drawer-header"
|
14
|
-
};
|
15
|
-
const _hoisted_2 = { class: "yc-drawer-title text-ellipsis" };
|
16
|
-
const _hoisted_3 = { class: "yc-drawer-body" };
|
17
|
-
const _hoisted_4 = {
|
18
|
-
key: 0,
|
19
|
-
class: "yc-drawer-footer"
|
20
|
-
};
|
21
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
22
|
-
...{
|
23
|
-
name: "Drawer",
|
24
|
-
inheritAttrs: false
|
25
|
-
},
|
26
|
-
__name: "Drawer",
|
27
|
-
props: {
|
28
|
-
visible: { type: Boolean, default: void 0 },
|
29
|
-
defaultVisible: { type: Boolean, default: false },
|
30
|
-
placement: { default: "right" },
|
31
|
-
title: { default: "" },
|
32
|
-
mask: { type: Boolean, default: true },
|
33
|
-
maskClosable: { type: Boolean, default: true },
|
34
|
-
closable: { type: Boolean, default: true },
|
35
|
-
okText: { default: "确认" },
|
36
|
-
cancelText: { default: "取消" },
|
37
|
-
okLoading: { type: Boolean, default: false },
|
38
|
-
okButtonProps: { default: () => {
|
39
|
-
return {};
|
40
|
-
} },
|
41
|
-
cancelButtonProps: { default: () => {
|
42
|
-
return {};
|
43
|
-
} },
|
44
|
-
unmountOnClose: { type: Boolean, default: false },
|
45
|
-
width: { default: 250 },
|
46
|
-
height: { default: 250 },
|
47
|
-
popupContainer: { default: void 0 },
|
48
|
-
drawerStyle: { default: () => {
|
49
|
-
return {};
|
50
|
-
} },
|
51
|
-
escToClose: { type: Boolean, default: true },
|
52
|
-
renderToBody: { type: Boolean, default: true },
|
53
|
-
header: { type: Boolean, default: true },
|
54
|
-
footer: { type: Boolean, default: true },
|
55
|
-
hideCancel: { type: Boolean, default: false },
|
56
|
-
onBeforeCancel: { type: Function, default: () => {
|
57
|
-
return true;
|
58
|
-
} },
|
59
|
-
onBeforeOk: { type: Function, default: () => {
|
60
|
-
return true;
|
61
|
-
} }
|
62
|
-
},
|
63
|
-
emits: ["update:visible", "ok", "cancel", "before-open", "open", "before-close", "close"],
|
64
|
-
setup(__props, { emit: __emit }) {
|
65
|
-
const props = __props;
|
66
|
-
const emits = __emit;
|
67
|
-
const {
|
68
|
-
visible,
|
69
|
-
defaultVisible,
|
70
|
-
width,
|
71
|
-
height,
|
72
|
-
placement,
|
73
|
-
maskClosable,
|
74
|
-
escToClose,
|
75
|
-
drawerStyle: _drawerStyle,
|
76
|
-
renderToBody,
|
77
|
-
popupContainer: _popupContainer
|
78
|
-
} = toRefs(props);
|
79
|
-
const { onBeforeOk, onBeforeCancel } = props;
|
80
|
-
const { zIndex, popupContainer } = getGlobalConfig(props);
|
81
|
-
const drawerStyle = computed(() => {
|
82
|
-
return {
|
83
|
-
height: placement.value == "left" || placement.value == "right" ? "" : valueToPx(height.value),
|
84
|
-
width: placement.value == "left" || placement.value == "right" ? valueToPx(width.value) : "",
|
85
|
-
// 传入样式
|
86
|
-
..._drawerStyle.value
|
87
|
-
};
|
88
|
-
});
|
89
|
-
const {
|
90
|
-
outerVisible,
|
91
|
-
innerVisible,
|
92
|
-
asyncLoading,
|
93
|
-
handleClose,
|
94
|
-
handleAfterLeave
|
95
|
-
} = useModalClose({
|
96
|
-
visible,
|
97
|
-
defaultVisible,
|
98
|
-
escToClose,
|
99
|
-
maskClosable,
|
100
|
-
onBeforeCancel,
|
101
|
-
onBeforeOk,
|
102
|
-
emits
|
103
|
-
});
|
104
|
-
return (_ctx, _cache) => {
|
105
|
-
return openBlock(), createBlock(Teleport, {
|
106
|
-
to: unref(popupContainer),
|
107
|
-
disabled: !unref(renderToBody)
|
108
|
-
}, [
|
109
|
-
!_ctx.unmountOnClose || unref(outerVisible) ? withDirectives((openBlock(), createElementBlock("div", {
|
110
|
-
key: 0,
|
111
|
-
class: normalizeClass([
|
112
|
-
"yc-drawer-wrapper",
|
113
|
-
`yc-drawer-placement-${unref(placement)}`,
|
114
|
-
_ctx.$attrs.class,
|
115
|
-
{
|
116
|
-
"yc-drawer-position-absolute": unref(_popupContainer) || !unref(renderToBody)
|
117
|
-
}
|
118
|
-
]),
|
119
|
-
style: normalizeStyle({
|
120
|
-
zIndex: unref(zIndex),
|
121
|
-
..._ctx.$attrs.style ?? {}
|
122
|
-
})
|
123
|
-
}, [
|
124
|
-
createVNode(Transition, { name: "fade" }, {
|
125
|
-
default: withCtx(() => [
|
126
|
-
_ctx.mask ? withDirectives((openBlock(), createElementBlock("div", {
|
127
|
-
key: 0,
|
128
|
-
class: "yc-drawer-mask",
|
129
|
-
onClick: _cache[0] || (_cache[0] = ($event) => unref(handleClose)("mask", $event))
|
130
|
-
}, null, 512)), [
|
131
|
-
[vShow, unref(innerVisible)]
|
132
|
-
]) : createCommentVNode("", true)
|
133
|
-
]),
|
134
|
-
_: 1
|
135
|
-
}),
|
136
|
-
createVNode(Transition, {
|
137
|
-
name: `slide-drawer-${unref(placement)}`,
|
138
|
-
onBeforeEnter: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("before-open")),
|
139
|
-
onBeforeLeave: _cache[5] || (_cache[5] = ($event) => _ctx.$emit("before-close")),
|
140
|
-
onAfterEnter: _cache[6] || (_cache[6] = ($event) => _ctx.$emit("open")),
|
141
|
-
onAfterLeave: unref(handleAfterLeave)
|
142
|
-
}, {
|
143
|
-
default: withCtx(() => [
|
144
|
-
withDirectives(createElementVNode("div", {
|
145
|
-
class: "yc-drawer-container",
|
146
|
-
style: normalizeStyle(drawerStyle.value)
|
147
|
-
}, [
|
148
|
-
renderSlot(_ctx.$slots, "header", {}, () => [
|
149
|
-
_ctx.header ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
150
|
-
createElementVNode("div", _hoisted_2, [
|
151
|
-
renderSlot(_ctx.$slots, "title", {}, () => [
|
152
|
-
createTextVNode(toDisplayString(_ctx.title), 1)
|
153
|
-
], true)
|
154
|
-
]),
|
155
|
-
_ctx.closable ? (openBlock(), createBlock(unref(IconButton), {
|
156
|
-
key: 0,
|
157
|
-
class: "yc-modal-close-button",
|
158
|
-
onClick: _cache[1] || (_cache[1] = ($event) => unref(handleClose)("closeBtn", $event))
|
159
|
-
})) : createCommentVNode("", true)
|
160
|
-
])) : createCommentVNode("", true)
|
161
|
-
], true),
|
162
|
-
createElementVNode("div", _hoisted_3, [
|
163
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
164
|
-
]),
|
165
|
-
renderSlot(_ctx.$slots, "footer", {}, () => [
|
166
|
-
_ctx.footer ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
167
|
-
!_ctx.hideCancel ? (openBlock(), createBlock(unref(Button), mergeProps({ key: 0 }, _ctx.cancelButtonProps, {
|
168
|
-
onClick: _cache[2] || (_cache[2] = ($event) => unref(handleClose)("cancelBtn", $event))
|
169
|
-
}), {
|
170
|
-
default: withCtx(() => [
|
171
|
-
createTextVNode(toDisplayString(_ctx.cancelText), 1)
|
172
|
-
]),
|
173
|
-
_: 1
|
174
|
-
}, 16)) : createCommentVNode("", true),
|
175
|
-
createVNode(unref(Button), mergeProps({
|
176
|
-
type: "primary",
|
177
|
-
loading: _ctx.okLoading || unref(asyncLoading)
|
178
|
-
}, _ctx.okButtonProps, {
|
179
|
-
onClick: _cache[3] || (_cache[3] = ($event) => unref(handleClose)("confirmBtn", $event))
|
180
|
-
}), {
|
181
|
-
default: withCtx(() => [
|
182
|
-
createTextVNode(toDisplayString(_ctx.okText), 1)
|
183
|
-
]),
|
184
|
-
_: 1
|
185
|
-
}, 16, ["loading"])
|
186
|
-
])) : createCommentVNode("", true)
|
187
|
-
], true)
|
188
|
-
], 4), [
|
189
|
-
[vShow, unref(innerVisible)]
|
190
|
-
])
|
191
|
-
]),
|
192
|
-
_: 3
|
193
|
-
}, 8, ["name", "onAfterLeave"])
|
194
|
-
], 6)), [
|
195
|
-
[vShow, unref(outerVisible)]
|
196
|
-
]) : createCommentVNode("", true)
|
197
|
-
], 8, ["to", "disabled"]);
|
198
|
-
};
|
199
|
-
}
|
200
|
-
});
|
201
|
-
export {
|
202
|
-
_sfc_main as default
|
203
|
-
};
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, Fragment, createElementVNode, renderSlot, normalizeClass, unref, createTextVNode, toDisplayString } from "vue";
|
2
|
-
import useMenuContext from "../Menu/hooks/useContext.js";
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
4
|
-
...{
|
5
|
-
name: "Dgroup"
|
6
|
-
},
|
7
|
-
__name: "Dgroup",
|
8
|
-
props: {
|
9
|
-
title: {}
|
10
|
-
},
|
11
|
-
setup(__props) {
|
12
|
-
const { theme } = useMenuContext().inject();
|
13
|
-
return (_ctx, _cache) => {
|
14
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
15
|
-
createElementVNode("div", {
|
16
|
-
class: normalizeClass([
|
17
|
-
"yc-dropdown-group-title",
|
18
|
-
"text-ellipsis",
|
19
|
-
`yc-dropdown-group-title-theme-${unref(theme)}`
|
20
|
-
])
|
21
|
-
}, [
|
22
|
-
renderSlot(_ctx.$slots, "title", {}, () => [
|
23
|
-
createTextVNode(toDisplayString(_ctx.title), 1)
|
24
|
-
], true)
|
25
|
-
], 2),
|
26
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
27
|
-
], 64);
|
28
|
-
};
|
29
|
-
}
|
30
|
-
});
|
31
|
-
export {
|
32
|
-
_sfc_main as default
|
33
|
-
};
|
@@ -1,65 +0,0 @@
|
|
1
|
-
import { defineComponent, toRefs, createElementBlock, openBlock, normalizeClass, unref, createCommentVNode, createElementVNode, renderSlot } from "vue";
|
2
|
-
import useContext from "./hooks/useContext.js";
|
3
|
-
import useMenuContext from "../Menu/hooks/useContext.js";
|
4
|
-
const _hoisted_1 = {
|
5
|
-
key: 0,
|
6
|
-
class: "yc-dropdown-option-icon"
|
7
|
-
};
|
8
|
-
const _hoisted_2 = { class: "yc-dropdown-option-content text-ellipsis" };
|
9
|
-
const _hoisted_3 = {
|
10
|
-
key: 1,
|
11
|
-
class: "yc-dropdown-option-suffix"
|
12
|
-
};
|
13
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
14
|
-
...{
|
15
|
-
name: "Doption"
|
16
|
-
},
|
17
|
-
__name: "Doption",
|
18
|
-
props: {
|
19
|
-
value: { type: [String, Number, Boolean, Object] },
|
20
|
-
disabled: { type: Boolean, default: false },
|
21
|
-
isSubmenu: { type: Boolean, default: false },
|
22
|
-
isActive: { type: Boolean, default: false }
|
23
|
-
},
|
24
|
-
emits: ["click"],
|
25
|
-
setup(__props, { emit: __emit }) {
|
26
|
-
const props = __props;
|
27
|
-
const emits = __emit;
|
28
|
-
const { value: optionValue, disabled, isSubmenu } = toRefs(props);
|
29
|
-
const { select } = useContext().inject();
|
30
|
-
const { theme } = useMenuContext().inject();
|
31
|
-
const handleClick = (ev) => {
|
32
|
-
if (disabled.value) return;
|
33
|
-
emits("click", ev);
|
34
|
-
if (isSubmenu.value) return;
|
35
|
-
select(optionValue.value, ev);
|
36
|
-
};
|
37
|
-
return (_ctx, _cache) => {
|
38
|
-
return openBlock(), createElementBlock("div", {
|
39
|
-
class: normalizeClass([
|
40
|
-
"yc-dropdown-option",
|
41
|
-
`yc-dropdown-option-theme-${unref(theme)}`,
|
42
|
-
{
|
43
|
-
"yc-dropdown-option-active": _ctx.isActive,
|
44
|
-
"yc-dropdown-option-disabled": unref(disabled),
|
45
|
-
"yc-dropdown-option-has-suffix": _ctx.$slots.suffix
|
46
|
-
}
|
47
|
-
]),
|
48
|
-
onClick: handleClick
|
49
|
-
}, [
|
50
|
-
_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
51
|
-
renderSlot(_ctx.$slots, "icon", {}, void 0, true)
|
52
|
-
])) : createCommentVNode("", true),
|
53
|
-
createElementVNode("div", _hoisted_2, [
|
54
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
55
|
-
]),
|
56
|
-
_ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
57
|
-
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
58
|
-
])) : createCommentVNode("", true)
|
59
|
-
], 2);
|
60
|
-
};
|
61
|
-
}
|
62
|
-
});
|
63
|
-
export {
|
64
|
-
_sfc_main as default
|
65
|
-
};
|
@@ -1,155 +0,0 @@
|
|
1
|
-
import { defineComponent, toRefs, ref, computed, createBlock, openBlock, unref, mergeProps, isRef, withCtx, createVNode, normalizeStyle, normalizeClass, renderSlot, createElementVNode, createElementBlock, createCommentVNode, nextTick } from "vue";
|
2
|
-
import { unrefElement } from "../node_modules/@vueuse/core/index.js";
|
3
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
4
|
-
import { valueToPx } from "../_shared/utils/dom.js";
|
5
|
-
import { isBoolean, isUndefined } from "../_shared/utils/is.js";
|
6
|
-
import "../_shared/utils/time.js";
|
7
|
-
import "../Empty/index.js";
|
8
|
-
/* empty css */
|
9
|
-
import _sfc_main$1 from "../_shared/icons/IconArrowRight.vue.js";
|
10
|
-
import useControlValue from "../_shared/utils/control.js";
|
11
|
-
import useMenuContext from "../Menu/hooks/useContext.js";
|
12
|
-
import "./index.js";
|
13
|
-
import Trigger from "../Trigger/index.js";
|
14
|
-
import Scrollbar from "../Scrollbar/index.js";
|
15
|
-
import Doption from "./Doption.vue.js";
|
16
|
-
const _hoisted_1 = { class: "yc-dropdown-list" };
|
17
|
-
const _hoisted_2 = {
|
18
|
-
key: 0,
|
19
|
-
class: "yc-dropdown-footer"
|
20
|
-
};
|
21
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
22
|
-
...{
|
23
|
-
name: "Dsubmenu"
|
24
|
-
},
|
25
|
-
__name: "Dsubmenu",
|
26
|
-
props: {
|
27
|
-
disabled: { type: Boolean, default: false },
|
28
|
-
trigger: { default: "click" },
|
29
|
-
position: { default: "rt" },
|
30
|
-
popupVisible: { type: Boolean, default: void 0 },
|
31
|
-
defaultPopupVisible: { type: Boolean, default: false },
|
32
|
-
triggerProps: { default: () => {
|
33
|
-
return {};
|
34
|
-
} },
|
35
|
-
popupMaxHeight: { default: 200 }
|
36
|
-
},
|
37
|
-
emits: ["update:popupVisible", "popup-visible-change"],
|
38
|
-
setup(__props, { expose: __expose, emit: __emit }) {
|
39
|
-
const props = __props;
|
40
|
-
const emits = __emit;
|
41
|
-
const {
|
42
|
-
defaultPopupVisible,
|
43
|
-
popupVisible,
|
44
|
-
trigger: _trigger,
|
45
|
-
position: _position,
|
46
|
-
popupMaxHeight: _popupMaxHeight
|
47
|
-
} = toRefs(props);
|
48
|
-
const { theme } = useMenuContext().inject();
|
49
|
-
const computedVisible = useControlValue(
|
50
|
-
popupVisible,
|
51
|
-
defaultPopupVisible.value,
|
52
|
-
(val) => {
|
53
|
-
emits("update:popupVisible", val);
|
54
|
-
emits("popup-visible-change", val);
|
55
|
-
}
|
56
|
-
);
|
57
|
-
const optionRef = ref();
|
58
|
-
const triggerRef = ref();
|
59
|
-
const position = computed(() => {
|
60
|
-
return ["rt", "lt"].includes(_position.value) ? _position.value : "rt";
|
61
|
-
});
|
62
|
-
const trigger = computed(() => {
|
63
|
-
return ["hover", "click"].includes(_trigger.value) ? _trigger.value : "hover";
|
64
|
-
});
|
65
|
-
const popupMaxHeight = computed(() => {
|
66
|
-
if (isBoolean(_popupMaxHeight.value) && !_popupMaxHeight.value || isUndefined(_popupMaxHeight)) {
|
67
|
-
return "";
|
68
|
-
}
|
69
|
-
return valueToPx(
|
70
|
-
isBoolean(_popupMaxHeight.value) ? 200 : _popupMaxHeight.value
|
71
|
-
);
|
72
|
-
});
|
73
|
-
const handleCalcStyle = async () => {
|
74
|
-
var _a;
|
75
|
-
await nextTick();
|
76
|
-
const dom = unrefElement(optionRef);
|
77
|
-
if (!dom) return;
|
78
|
-
const { left, top, right, width } = dom.getBoundingClientRect();
|
79
|
-
const x = position.value == "rt" ? right : left - width;
|
80
|
-
const y = top - 5;
|
81
|
-
(_a = triggerRef.value) == null ? void 0 : _a.updatePosition(x, y);
|
82
|
-
};
|
83
|
-
__expose({
|
84
|
-
show() {
|
85
|
-
computedVisible.value = true;
|
86
|
-
},
|
87
|
-
hide() {
|
88
|
-
computedVisible.value = false;
|
89
|
-
}
|
90
|
-
});
|
91
|
-
return (_ctx, _cache) => {
|
92
|
-
return openBlock(), createBlock(unref(Trigger), mergeProps({
|
93
|
-
"popup-visible": unref(computedVisible),
|
94
|
-
"onUpdate:popupVisible": _cache[0] || (_cache[0] = ($event) => isRef(computedVisible) ? computedVisible.value = $event : null),
|
95
|
-
trigger: trigger.value,
|
96
|
-
position: position.value,
|
97
|
-
"popup-offset": 4,
|
98
|
-
disabled: _ctx.disabled,
|
99
|
-
"mouse-enter-delay": 150,
|
100
|
-
"mouse-leave-delay": 150,
|
101
|
-
"on-trigger-mouseenter": handleCalcStyle,
|
102
|
-
"on-trigger-mouseclick": handleCalcStyle,
|
103
|
-
"need-transform-origin": "",
|
104
|
-
"auto-set-position": "",
|
105
|
-
"auto-fit-popup-min-width": "",
|
106
|
-
ref_key: "triggerRef",
|
107
|
-
ref: triggerRef
|
108
|
-
}, _ctx.triggerProps), {
|
109
|
-
content: withCtx(() => [
|
110
|
-
createElementVNode("div", {
|
111
|
-
class: normalizeClass(["yc-dropdown", `yc-dropdown-theme-${unref(theme)}`])
|
112
|
-
}, [
|
113
|
-
createVNode(unref(Scrollbar), {
|
114
|
-
style: normalizeStyle({
|
115
|
-
maxHeight: popupMaxHeight.value
|
116
|
-
})
|
117
|
-
}, {
|
118
|
-
default: withCtx(() => [
|
119
|
-
createElementVNode("div", _hoisted_1, [
|
120
|
-
renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
121
|
-
])
|
122
|
-
]),
|
123
|
-
_: 3
|
124
|
-
}, 8, ["style"]),
|
125
|
-
_ctx.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
126
|
-
renderSlot(_ctx.$slots, "footer", {}, void 0, true)
|
127
|
-
])) : createCommentVNode("", true)
|
128
|
-
], 2)
|
129
|
-
]),
|
130
|
-
default: withCtx(() => [
|
131
|
-
createVNode(unref(Doption), {
|
132
|
-
disabled: _ctx.disabled,
|
133
|
-
class: normalizeClass(_ctx.$attrs.class),
|
134
|
-
style: normalizeStyle(_ctx.$attrs.style),
|
135
|
-
"is-submenu": "",
|
136
|
-
ref_key: "optionRef",
|
137
|
-
ref: optionRef
|
138
|
-
}, {
|
139
|
-
suffix: withCtx(() => [
|
140
|
-
createVNode(unref(_sfc_main$1))
|
141
|
-
]),
|
142
|
-
default: withCtx(() => [
|
143
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
144
|
-
]),
|
145
|
-
_: 3
|
146
|
-
}, 8, ["disabled", "class", "style"])
|
147
|
-
]),
|
148
|
-
_: 3
|
149
|
-
}, 16, ["popup-visible", "trigger", "position", "disabled"]);
|
150
|
-
};
|
151
|
-
}
|
152
|
-
});
|
153
|
-
export {
|
154
|
-
_sfc_main as default
|
155
|
-
};
|
package/es/Empty/index.vue2.js
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode, createCommentVNode, renderSlot, createVNode, unref, createTextVNode, toDisplayString } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import "../_shared/utils/dom.js";
|
4
|
-
import "../_shared/utils/time.js";
|
5
|
-
import "./index.js";
|
6
|
-
/* empty css */
|
7
|
-
import _sfc_main$1 from "../_shared/icons/IconEmpty.vue.js";
|
8
|
-
const _hoisted_1 = { class: "yc-empty" };
|
9
|
-
const _hoisted_2 = { class: "yc-empty-image" };
|
10
|
-
const _hoisted_3 = ["src"];
|
11
|
-
const _hoisted_4 = {
|
12
|
-
key: 0,
|
13
|
-
class: "yc-empty-description"
|
14
|
-
};
|
15
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
16
|
-
...{
|
17
|
-
name: "Empty"
|
18
|
-
},
|
19
|
-
__name: "index",
|
20
|
-
props: {
|
21
|
-
description: { default: "暂无数据" },
|
22
|
-
imgSrc: { default: "" }
|
23
|
-
},
|
24
|
-
setup(__props) {
|
25
|
-
return (_ctx, _cache) => {
|
26
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
27
|
-
createElementVNode("div", _hoisted_2, [
|
28
|
-
renderSlot(_ctx.$slots, "image", {}, () => [
|
29
|
-
_ctx.imgSrc ? (openBlock(), createElementBlock("img", {
|
30
|
-
key: 0,
|
31
|
-
src: _ctx.imgSrc,
|
32
|
-
alt: "图片加载失败"
|
33
|
-
}, null, 8, _hoisted_3)) : createCommentVNode("", true),
|
34
|
-
createVNode(unref(_sfc_main$1))
|
35
|
-
], true)
|
36
|
-
]),
|
37
|
-
_ctx.description ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
38
|
-
renderSlot(_ctx.$slots, "default", {}, () => [
|
39
|
-
createTextVNode(toDisplayString(_ctx.description), 1)
|
40
|
-
], true)
|
41
|
-
])) : createCommentVNode("", true)
|
42
|
-
]);
|
43
|
-
};
|
44
|
-
}
|
45
|
-
});
|
46
|
-
export {
|
47
|
-
_sfc_main as default
|
48
|
-
};
|
package/es/Grid/Grid.vue2.js
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, normalizeStyle, unref, renderSlot } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import { mediaQueryHandler, valueToPx } from "../_shared/utils/dom.js";
|
4
|
-
import "../_shared/utils/time.js";
|
5
|
-
import "../Empty/index.js";
|
6
|
-
/* empty css */
|
7
|
-
import useContext from "./hooks/useContext.js";
|
8
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
9
|
-
...{
|
10
|
-
name: "Grid"
|
11
|
-
},
|
12
|
-
__name: "Grid",
|
13
|
-
props: {
|
14
|
-
cols: { default: 24 },
|
15
|
-
rowGap: { default: 0 },
|
16
|
-
colGap: { default: 0 },
|
17
|
-
collapsed: { type: Boolean, default: false },
|
18
|
-
collapsedRows: { default: 1 }
|
19
|
-
},
|
20
|
-
setup(__props) {
|
21
|
-
const props = __props;
|
22
|
-
const { breakpoint, cols, rowGap, colGap } = useContext().provide(props);
|
23
|
-
mediaQueryHandler((name) => {
|
24
|
-
breakpoint.value = name;
|
25
|
-
});
|
26
|
-
return (_ctx, _cache) => {
|
27
|
-
return openBlock(), createElementBlock("div", {
|
28
|
-
class: "yc-grid",
|
29
|
-
style: normalizeStyle({
|
30
|
-
gap: `${unref(valueToPx)(unref(rowGap))} ${unref(valueToPx)(unref(colGap))}`,
|
31
|
-
gridTemplateColumns: `repeat(${unref(cols)}, minmax(0px, 1fr))`
|
32
|
-
})
|
33
|
-
}, [
|
34
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
35
|
-
], 4);
|
36
|
-
};
|
37
|
-
}
|
38
|
-
});
|
39
|
-
export {
|
40
|
-
_sfc_main as default
|
41
|
-
};
|
package/es/Grid/GridRow.vue2.js
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
import { defineComponent, toRefs, createElementBlock, openBlock, normalizeStyle, normalizeClass, unref, renderSlot } from "vue";
|
2
|
-
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
-
import { mediaQueryHandler, valueToPx } from "../_shared/utils/dom.js";
|
4
|
-
import "../_shared/utils/time.js";
|
5
|
-
import "../Empty/index.js";
|
6
|
-
/* empty css */
|
7
|
-
import useContext from "./hooks/useContext.js";
|
8
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
9
|
-
...{
|
10
|
-
name: "Row"
|
11
|
-
},
|
12
|
-
__name: "GridRow",
|
13
|
-
props: {
|
14
|
-
gutter: { default: 0 },
|
15
|
-
justify: { default: "start" },
|
16
|
-
align: { default: "start" },
|
17
|
-
div: { type: Boolean, default: false },
|
18
|
-
wrap: { type: Boolean, default: true }
|
19
|
-
},
|
20
|
-
setup(__props) {
|
21
|
-
const props = __props;
|
22
|
-
const { div, wrap, justify, align } = toRefs(props);
|
23
|
-
const { breakpoint, gutter } = useContext().provide(props);
|
24
|
-
mediaQueryHandler((name) => {
|
25
|
-
breakpoint.value = name;
|
26
|
-
});
|
27
|
-
return (_ctx, _cache) => {
|
28
|
-
return openBlock(), createElementBlock("div", {
|
29
|
-
class: normalizeClass([
|
30
|
-
{
|
31
|
-
"yc-row": !unref(div),
|
32
|
-
"yc-row-wrap": unref(wrap) && !unref(div),
|
33
|
-
[`yc-row-align-${unref(align)}`]: !unref(div),
|
34
|
-
[`yc-row-justify-${unref(justify)}`]: !unref(div)
|
35
|
-
}
|
36
|
-
]),
|
37
|
-
style: normalizeStyle({
|
38
|
-
margin: `0 ${unref(valueToPx)(-unref(gutter)[0] / 2)}`
|
39
|
-
})
|
40
|
-
}, [
|
41
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
42
|
-
], 6);
|
43
|
-
};
|
44
|
-
}
|
45
|
-
});
|
46
|
-
export {
|
47
|
-
_sfc_main as default
|
48
|
-
};
|