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/Timeline/index.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.yc-timeline{display:flex;flex-direction:column}.yc-timeline-direction-horizontal{flex-direction:row}.yc-timeline-reverse{flex-direction:column-reverse}.yc-timeline-reverse.yc-timeline-direction-horizontal{flex-direction:row-reverse}.yc-timeline-reverse
|
1
|
+
.yc-timeline{display:flex;flex-direction:column}.yc-timeline-direction-horizontal{flex-direction:row}.yc-timeline-reverse{flex-direction:column-reverse}.yc-timeline-reverse.yc-timeline-direction-horizontal{flex-direction:row-reverse}.yc-timeline-reverse .yc-timeline-item-direction-vertical:first-child .yc-timeline-item-dot-line{display:none}.yc-timeline-reverse .yc-timeline-item-direction-vertical:last-child .yc-timeline-item-dot-line{position:absolute;top:18px;bottom:-4px;left:50%;transform:translate(-50%);width:1px;border-left-width:1px;border-color:var(--color-neutral-3)}.yc-timeline-alternate.yc-timeline-direction-vertical .yc-timeline-item:nth-child(2n){margin-right:calc(50% - 6px)}.yc-timeline-alternate.yc-timeline-direction-vertical .yc-timeline-item:nth-child(2n + 1){margin-left:50%}.yc-timeline-alternate.yc-timeline-direction-horizontal{min-height:200px;align-items:center}.yc-timeline-alternate.yc-timeline-direction-horizontal .yc-timeline-item:nth-child(2n){transform:translateY(calc(-50% + 6px))}.yc-timeline-alternate.yc-timeline-direction-horizontal .yc-timeline-item:nth-child(2n + 1){transform:translateY(calc(50%))}.yc-timeline-item{position:relative;color:var(--color-text-1);font-size:14px}.yc-timeline-item:not(:last-child) .yc-timeline-item-dot-line,.yc-timeline-item.yc-timeline-item-reverse:last-child .yc-timeline-item-dot-line{position:absolute;border-color:var(--color-neutral-3)}.yc-timeline-item .yc-timeline-item-dot-wrapper{position:absolute}.yc-timeline-item .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content{position:relative}.yc-timeline-item .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content .yc-timeline-item-dot-custom{position:absolute;top:50%;left:50%;display:inline-flex;color:rgb(var(--primary-6));background-color:var(--color-bg-1);transform:translateX(-50%) translateY(-50%);transform-origin:center}.yc-timeline-item .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content .yc-timeline-item-dot{position:relative;width:6px;height:6px;color:rgb(var(--primary-6));border-radius:50%}.yc-timeline-item .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content .yc-timeline-item-dot.yc-timeline-item-dot-solid{background-color:rgb(var(--primary-6))}.yc-timeline-item .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content .yc-timeline-item-dot.yc-timeline-item-dot-hollow{background-color:var(--color-bg-1);border:2px solid rgb(var(--primary-6))}.yc-timeline-item .yc-timeline-item-content-wrapper{position:relative;display:flex;flex-direction:column;gap:4px}.yc-timeline-item .yc-timeline-item-content-wrapper .yc-timeline-item-content{color:var(--color-text-1);font-size:14px;line-height:1.5715}.yc-timeline-item .yc-timeline-item-label{color:var(--color-text-3);font-size:12px;line-height:1.667}.yc-timeline-item-ghost.yc-timeline-item-direction-horizontal .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content .yc-timeline-item-dot-custom{left:0}.yc-timeline-item-direction-vertical{min-height:78px}.yc-timeline-item-direction-vertical:not(:last-child) .yc-timeline-item-dot-line,.yc-timeline-item-direction-vertical.yc-timeline-item-reverse:last-child .yc-timeline-item-dot-line{top:18px;bottom:-4px;left:50%;transform:translate(-50%);width:1px;border-left-width:1px}.yc-timeline-item-direction-vertical .yc-timeline-item-dot-wrapper{height:100%;text-align:center}.yc-timeline-item-direction-vertical .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content{width:6px;height:22px;line-height:22px}.yc-timeline-item-direction-vertical .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content .yc-timeline-item-dot{top:50%;margin-top:-50%}.yc-timeline-item-direction-horizontal{flex:1}.yc-timeline-item-direction-horizontal:not(:last-child) .yc-timeline-item-dot-line,.yc-timeline-item-direction-horizontal.yc-timeline-item-reverse:last-child .yc-timeline-item-dot-line{right:4px;left:12px;top:50%;transform:translateY(-50%);height:1px;border-top-width:1px}.yc-timeline-item-direction-horizontal .yc-timeline-item-dot-wrapper{width:100%}.yc-timeline-item-direction-horizontal .yc-timeline-item-dot-wrapper .yc-timeline-item-dot-content{height:6px;line-height:6px}.yc-timeline-item-reverse:first-child .yc-timeline-item-dot-line{display:none}.yc-timeline-item-label-is-relative .yc-timeline-item-label{position:absolute;top:0;max-width:100px}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-horizontal.yc-timeline-item-top{margin-top:50px}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-horizontal.yc-timeline-item-top .yc-timeline-item-label{top:0;padding-bottom:16px;transform:translateY(-100%)}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-horizontal.yc-timeline-item-bottom{margin-bottom:50px}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-horizontal.yc-timeline-item-bottom .yc-timeline-item-label{bottom:0;padding-top:16px;transform:translateY(100%)}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-vertical.yc-timeline-item-left{margin-left:100px}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-vertical.yc-timeline-item-left .yc-timeline-item-label{left:0;padding-right:16px;transform:translateX(-100%)}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-vertical.yc-timeline-item-right{margin-right:100px}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-vertical.yc-timeline-item-right .yc-timeline-item-label{right:0;padding-left:16px;transform:translateX(100%)}.yc-timeline-item-label-is-relative:not(.yc-timeline-item-alternate).yc-timeline-item-direction-vertical.yc-timeline-item-right .yc-timeline-item-content{text-align:right}.yc-timeline-item-left{padding-left:6px}.yc-timeline-item-left .yc-timeline-item-dot-wrapper{left:0}.yc-timeline-item-left .yc-timeline-item-content-wrapper{margin-left:16px}.yc-timeline-item-top{padding-top:6px}.yc-timeline-item-top .yc-timeline-item-dot-wrapper{top:0}.yc-timeline-item-top .yc-timeline-item-content-wrapper{margin-top:16px}.yc-timeline-item-right{padding-right:6px}.yc-timeline-item-right .yc-timeline-item-dot-wrapper{right:0}.yc-timeline-item-right .yc-timeline-item-content-wrapper{margin-right:16px}.yc-timeline-item-right .yc-timeline-item-content,.yc-timeline-item-right .yc-timeline-item-label{text-align:right}.yc-timeline-item-bottom{padding-bottom:6px}.yc-timeline-item-bottom .yc-timeline-item-dot-wrapper{bottom:0}.yc-timeline-item-bottom .yc-timeline-item-content-wrapper{margin-bottom:16px}
|
package/es/Timeline/index.js
CHANGED
@@ -1,13 +1,15 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
import _sfc_main from "./Timeline.vue.js";
|
2
|
+
/* empty css */
|
3
|
+
import _sfc_main$1 from "./TimelineItem.vue.js";
|
4
|
+
/* empty css */
|
5
|
+
const Timeline = Object.assign(_sfc_main, {
|
6
|
+
item: _sfc_main$1,
|
5
7
|
install: (app) => {
|
6
|
-
app.component("Yc" +
|
7
|
-
app.component("Yc" +
|
8
|
+
app.component("Yc" + _sfc_main.name, _sfc_main);
|
9
|
+
app.component("Yc" + _sfc_main$1.name, _sfc_main$1);
|
8
10
|
}
|
9
11
|
});
|
10
12
|
export {
|
11
|
-
TimelineItem,
|
13
|
+
_sfc_main$1 as TimelineItem,
|
12
14
|
Timeline as default
|
13
15
|
};
|
@@ -1,7 +1,106 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
import
|
4
|
-
|
1
|
+
import { defineComponent, createElementBlock, openBlock, normalizeClass, createVNode, createCommentVNode, createBlock, unref, withCtx, renderSlot } from "vue";
|
2
|
+
import useContext from "./hooks/useContext.js";
|
3
|
+
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
4
|
+
import "../_shared/utils/dom.js";
|
5
|
+
import "../_shared/utils/time.js";
|
6
|
+
import "../Empty/index.js";
|
7
|
+
/* empty css */
|
8
|
+
import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
|
9
|
+
import _sfc_main$1 from "./TransferPanel.vue.js";
|
10
|
+
/* empty css */
|
11
|
+
import Button from "../Button/index.js";
|
12
|
+
const _hoisted_1 = {
|
13
|
+
key: 0,
|
14
|
+
class: "yc-transfer-operations"
|
15
|
+
};
|
16
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
17
|
+
...{
|
18
|
+
name: "Transfer"
|
19
|
+
},
|
20
|
+
__name: "Transfer",
|
21
|
+
props: {
|
22
|
+
data: { default: () => [] },
|
23
|
+
modelValue: { default: void 0 },
|
24
|
+
defaultValue: { default: () => [] },
|
25
|
+
selected: { default: void 0 },
|
26
|
+
defaultSelected: { default: () => [] },
|
27
|
+
disabled: { type: Boolean, default: false },
|
28
|
+
simple: { type: Boolean, default: false },
|
29
|
+
oneWay: { type: Boolean, default: false },
|
30
|
+
showSearch: { type: Boolean, default: false },
|
31
|
+
showSelectAll: { type: Boolean, default: true },
|
32
|
+
title: { default: () => ["Source", "Target"] },
|
33
|
+
sourceInputSearchProps: { default: () => {
|
34
|
+
return {};
|
35
|
+
} },
|
36
|
+
targetInputSearchProps: { default: () => {
|
37
|
+
return {};
|
38
|
+
} }
|
39
|
+
},
|
40
|
+
emits: ["update:selected", "update:modelValue", "change", "select", "search"],
|
41
|
+
setup(__props, { emit: __emit }) {
|
42
|
+
const props = __props;
|
43
|
+
const emits = __emit;
|
44
|
+
const { computedValue, targetChecked, computedSelected, sourceChecked } = useContext().provide(props, emits);
|
45
|
+
const handleAdd = () => {
|
46
|
+
const checked = [...sourceChecked.value];
|
47
|
+
computedValue.value = [...computedValue.value, ...sourceChecked.value];
|
48
|
+
computedSelected.value = computedSelected.value.filter(
|
49
|
+
(item) => !checked.includes(item)
|
50
|
+
);
|
51
|
+
};
|
52
|
+
const handleDel = () => {
|
53
|
+
const checked = [...targetChecked.value];
|
54
|
+
computedValue.value = computedValue.value.filter(
|
55
|
+
(item) => !checked.includes(item)
|
56
|
+
);
|
57
|
+
computedSelected.value = computedSelected.value.filter(
|
58
|
+
(item) => !checked.includes(item)
|
59
|
+
);
|
60
|
+
};
|
61
|
+
return (_ctx, _cache) => {
|
62
|
+
return openBlock(), createElementBlock("div", {
|
63
|
+
class: normalizeClass([
|
64
|
+
"yc-transfer",
|
65
|
+
{
|
66
|
+
"yc-transfer-simple": _ctx.simple,
|
67
|
+
"yc-transfer-has-search": _ctx.showSearch
|
68
|
+
}
|
69
|
+
])
|
70
|
+
}, [
|
71
|
+
createVNode(_sfc_main$1, { type: "source" }),
|
72
|
+
!_ctx.simple ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
73
|
+
createVNode(unref(Button), {
|
74
|
+
disabled: !unref(sourceChecked).length || _ctx.disabled,
|
75
|
+
shape: "circle",
|
76
|
+
onClick: handleAdd
|
77
|
+
}, {
|
78
|
+
icon: withCtx(() => [
|
79
|
+
renderSlot(_ctx.$slots, "to-target-icon", {}, () => [
|
80
|
+
createVNode(unref(_sfc_main$2))
|
81
|
+
])
|
82
|
+
]),
|
83
|
+
_: 3
|
84
|
+
}, 8, ["disabled"]),
|
85
|
+
!_ctx.oneWay ? (openBlock(), createBlock(unref(Button), {
|
86
|
+
key: 0,
|
87
|
+
disabled: !unref(targetChecked).length || _ctx.disabled,
|
88
|
+
shape: "circle",
|
89
|
+
onClick: handleDel
|
90
|
+
}, {
|
91
|
+
icon: withCtx(() => [
|
92
|
+
renderSlot(_ctx.$slots, "to-source-icon", {}, () => [
|
93
|
+
createVNode(unref(_sfc_main$2), { rotate: 180 })
|
94
|
+
])
|
95
|
+
]),
|
96
|
+
_: 3
|
97
|
+
}, 8, ["disabled"])) : createCommentVNode("", true)
|
98
|
+
])) : createCommentVNode("", true),
|
99
|
+
createVNode(_sfc_main$1, { type: "target" })
|
100
|
+
], 2);
|
101
|
+
};
|
102
|
+
}
|
103
|
+
});
|
5
104
|
export {
|
6
|
-
|
105
|
+
_sfc_main as default
|
7
106
|
};
|
@@ -1,7 +1,253 @@
|
|
1
|
-
import
|
2
|
-
|
3
|
-
import
|
4
|
-
|
1
|
+
import { defineComponent, toRefs, ref, computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, createBlock, unref, resolveDynamicComponent, Fragment, withCtx, createTextVNode, toDisplayString, createVNode, mergeProps, renderList, normalizeClass } from "vue";
|
2
|
+
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
|
+
import "../_shared/utils/dom.js";
|
4
|
+
import "../_shared/utils/time.js";
|
5
|
+
import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
6
|
+
/* empty css */
|
7
|
+
import _sfc_main$4 from "../_shared/icons/IconClose.vue.js";
|
8
|
+
import _sfc_main$2 from "../_shared/icons/IconDelete.vue2.js";
|
9
|
+
import _sfc_main$3 from "../_shared/icons/IconSearch.vue2.js";
|
10
|
+
import useContext from "./hooks/useContext.js";
|
11
|
+
import Checkbox from "../Checkbox/index.js";
|
12
|
+
import Scrollbar from "../Scrollbar/index.js";
|
13
|
+
import Input from "../Input/index.js";
|
14
|
+
import _sfc_main$1 from "../_shared/components/IconButton.vue.js";
|
15
|
+
/* empty css */
|
16
|
+
/* empty css */
|
17
|
+
const _hoisted_1 = { class: "yc-transfer-view" };
|
18
|
+
const _hoisted_2 = { class: "yc-transfer-view-header" };
|
19
|
+
const _hoisted_3 = { class: "yc-transfer-view-header-title" };
|
20
|
+
const _hoisted_4 = { class: "yc-transfer-view-header-count" };
|
21
|
+
const _hoisted_5 = {
|
22
|
+
key: 0,
|
23
|
+
class: "yc-transfer-view-search"
|
24
|
+
};
|
25
|
+
const _hoisted_6 = { class: "yc-transfer-view-body" };
|
26
|
+
const _hoisted_7 = {
|
27
|
+
key: 1,
|
28
|
+
role: "list",
|
29
|
+
class: "yc-transfer-list"
|
30
|
+
};
|
31
|
+
const _hoisted_8 = ["onClick"];
|
32
|
+
const _hoisted_9 = { class: "yc-transfer-list-item-content text-ellipsis" };
|
33
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
34
|
+
__name: "TransferPanel",
|
35
|
+
props: {
|
36
|
+
type: {}
|
37
|
+
},
|
38
|
+
setup(__props) {
|
39
|
+
const props = __props;
|
40
|
+
const { type } = toRefs(props);
|
41
|
+
const { renderEmpty } = getGlobalConfig();
|
42
|
+
const {
|
43
|
+
computedValue,
|
44
|
+
computedSelected,
|
45
|
+
targetChecked,
|
46
|
+
sourceChecked,
|
47
|
+
sourceOptions,
|
48
|
+
targetOptions,
|
49
|
+
disabled,
|
50
|
+
oneWay,
|
51
|
+
showSearch,
|
52
|
+
showSelectAll,
|
53
|
+
simple,
|
54
|
+
sourceInputSearchProps,
|
55
|
+
targetInputSearchProps,
|
56
|
+
slots,
|
57
|
+
title: _title,
|
58
|
+
emits
|
59
|
+
} = useContext().inject();
|
60
|
+
const keywords = ref("");
|
61
|
+
const curData = computed(() => {
|
62
|
+
const options = type.value == "source" ? sourceOptions.value : targetOptions.value;
|
63
|
+
return options.filter((item) => {
|
64
|
+
var _a;
|
65
|
+
return (_a = item.label) == null ? void 0 : _a.toLowerCase().includes(keywords.value.toLowerCase());
|
66
|
+
});
|
67
|
+
});
|
68
|
+
const curSeleced = computed(() => {
|
69
|
+
return type.value == "source" ? sourceChecked.value : targetChecked.value;
|
70
|
+
});
|
71
|
+
const inputProps = computed(() => {
|
72
|
+
return type.value == "source" ? sourceInputSearchProps.value : targetInputSearchProps.value;
|
73
|
+
});
|
74
|
+
const title = computed(() => {
|
75
|
+
return type.value == "source" ? _title.value[0] : _title.value[1];
|
76
|
+
});
|
77
|
+
const selectedAll = computed({
|
78
|
+
get() {
|
79
|
+
return !!curSeleced.value.length && curSeleced.value.length == curData.value.length;
|
80
|
+
},
|
81
|
+
set(isSelected) {
|
82
|
+
if (isSelected) {
|
83
|
+
computedSelected.value = [
|
84
|
+
.../* @__PURE__ */ new Set([
|
85
|
+
...computedSelected.value,
|
86
|
+
...curData.value.map((item) => item.value)
|
87
|
+
])
|
88
|
+
];
|
89
|
+
} else {
|
90
|
+
const dataMap = Object.fromEntries(
|
91
|
+
curData.value.map((item) => [item.value, item])
|
92
|
+
);
|
93
|
+
computedSelected.value = computedSelected.value.filter(
|
94
|
+
(item) => !dataMap[item]
|
95
|
+
);
|
96
|
+
}
|
97
|
+
}
|
98
|
+
});
|
99
|
+
const indeterminate = computed(() => {
|
100
|
+
return !!curSeleced.value.length && curSeleced.value.length <= curData.value.length;
|
101
|
+
});
|
102
|
+
const handleCheck = (isSelected, value) => {
|
103
|
+
computedSelected.value = isSelected ? [...computedSelected.value, value] : computedSelected.value.filter((v) => v != value);
|
104
|
+
emits("select", computedSelected.value);
|
105
|
+
};
|
106
|
+
const handleClick = (item) => {
|
107
|
+
const { value } = item;
|
108
|
+
if (disabled.value || item.disabled) return;
|
109
|
+
if ((!oneWay.value || type.value == "source") && !simple.value) {
|
110
|
+
return;
|
111
|
+
}
|
112
|
+
computedValue.value = type.value == "source" ? [...computedValue.value, value] : computedValue.value.filter((v) => v != value);
|
113
|
+
};
|
114
|
+
const handleClear = () => {
|
115
|
+
if (disabled.value || !computedValue.value.length) return;
|
116
|
+
computedValue.value = [];
|
117
|
+
};
|
118
|
+
const renderTitle = () => {
|
119
|
+
var _a;
|
120
|
+
return (_a = slots[type.value == "source" ? "source-title" : "target-title"]) == null ? void 0 : _a.call(slots, {
|
121
|
+
countTotal: type.value == "source" ? sourceOptions.value.length : targetOptions.value.length,
|
122
|
+
countSelected: type.value == "source" ? sourceChecked.value.length : targetChecked.value.length,
|
123
|
+
searchValue: keywords.value,
|
124
|
+
checked: selectedAll.value,
|
125
|
+
indeterminate: indeterminate.value,
|
126
|
+
onSelectAllChange: (v) => {
|
127
|
+
selectedAll.value = v;
|
128
|
+
},
|
129
|
+
onClear: handleClear
|
130
|
+
});
|
131
|
+
};
|
132
|
+
const renderList$1 = () => {
|
133
|
+
var _a;
|
134
|
+
return (_a = slots[type.value]) == null ? void 0 : _a.call(slots, {
|
135
|
+
selectedKeys: curSeleced.value,
|
136
|
+
data: curData.value,
|
137
|
+
onSelect: (val) => {
|
138
|
+
computedSelected.value = val;
|
139
|
+
}
|
140
|
+
});
|
141
|
+
};
|
142
|
+
const renderItem = (item) => {
|
143
|
+
return () => {
|
144
|
+
var _a;
|
145
|
+
return (_a = slots.item) == null ? void 0 : _a.call(slots, item);
|
146
|
+
};
|
147
|
+
};
|
148
|
+
return (_ctx, _cache) => {
|
149
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
150
|
+
createElementVNode("div", _hoisted_2, [
|
151
|
+
unref(slots)[`${unref(type)}-title`] ? (openBlock(), createBlock(resolveDynamicComponent(renderTitle), { key: 0 })) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
152
|
+
createElementVNode("span", _hoisted_3, [
|
153
|
+
unref(showSelectAll) && !unref(simple) && (!unref(oneWay) || unref(type) != "target") ? (openBlock(), createBlock(unref(Checkbox), {
|
154
|
+
key: 0,
|
155
|
+
modelValue: selectedAll.value,
|
156
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedAll.value = $event),
|
157
|
+
indeterminate: indeterminate.value,
|
158
|
+
disabled: !curData.value.length || unref(disabled)
|
159
|
+
}, {
|
160
|
+
default: withCtx(() => [
|
161
|
+
createTextVNode(toDisplayString(title.value), 1)
|
162
|
+
]),
|
163
|
+
_: 1
|
164
|
+
}, 8, ["modelValue", "indeterminate", "disabled"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
165
|
+
createTextVNode(toDisplayString(title.value), 1)
|
166
|
+
], 64))
|
167
|
+
]),
|
168
|
+
createElementVNode("span", _hoisted_4, [
|
169
|
+
!unref(simple) && (!unref(oneWay) || unref(type) != "target") ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
170
|
+
createTextVNode(toDisplayString(curSeleced.value.length) + " / " + toDisplayString(curData.value.length), 1)
|
171
|
+
], 64)) : unref(type) == "target" && !unref(simple) ? (openBlock(), createBlock(unref(_sfc_main$1), {
|
172
|
+
key: 1,
|
173
|
+
size: 14,
|
174
|
+
onClick: handleClear
|
175
|
+
}, {
|
176
|
+
default: withCtx(() => [
|
177
|
+
createVNode(unref(_sfc_main$2))
|
178
|
+
]),
|
179
|
+
_: 1
|
180
|
+
})) : createCommentVNode("", true)
|
181
|
+
])
|
182
|
+
], 64))
|
183
|
+
]),
|
184
|
+
unref(showSearch) ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
185
|
+
createVNode(unref(Input), mergeProps({
|
186
|
+
modelValue: keywords.value,
|
187
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => keywords.value = $event)
|
188
|
+
}, inputProps.value, {
|
189
|
+
onInput: _cache[2] || (_cache[2] = (v) => unref(emits)("search", v, unref(type)))
|
190
|
+
}), {
|
191
|
+
suffix: withCtx(() => [
|
192
|
+
createVNode(unref(_sfc_main$3))
|
193
|
+
]),
|
194
|
+
_: 1
|
195
|
+
}, 16, ["modelValue"])
|
196
|
+
])) : createCommentVNode("", true),
|
197
|
+
createElementVNode("div", _hoisted_6, [
|
198
|
+
curData.value.length ? (openBlock(), createBlock(unref(Scrollbar), { key: 0 }, {
|
199
|
+
default: withCtx(() => [
|
200
|
+
unref(slots)[unref(type)] ? (openBlock(), createBlock(resolveDynamicComponent(renderList$1), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_7, [
|
201
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(curData.value, (item) => {
|
202
|
+
return openBlock(), createElementBlock("div", {
|
203
|
+
key: item.value,
|
204
|
+
role: "listitem",
|
205
|
+
class: normalizeClass([
|
206
|
+
"yc-transfer-list-item",
|
207
|
+
{
|
208
|
+
"yc-transfer-list-item-disabled": item.disabled || unref(disabled)
|
209
|
+
}
|
210
|
+
]),
|
211
|
+
onClick: ($event) => handleClick(item)
|
212
|
+
}, [
|
213
|
+
(!unref(oneWay) || unref(oneWay) && unref(type) == "source") && !unref(simple) ? (openBlock(), createBlock(unref(Checkbox), {
|
214
|
+
key: 0,
|
215
|
+
"model-value": curSeleced.value.includes(item.value),
|
216
|
+
disabled: item.disabled || unref(disabled),
|
217
|
+
onChange: (isSelected) => handleCheck(isSelected, item.value)
|
218
|
+
}, {
|
219
|
+
default: withCtx(() => [
|
220
|
+
unref(slots).item ? (openBlock(), createBlock(resolveDynamicComponent(renderItem(item)), { key: 0 })) : createCommentVNode("", true),
|
221
|
+
createTextVNode(" " + toDisplayString(unref(slots).item ? "" : item.label), 1)
|
222
|
+
]),
|
223
|
+
_: 2
|
224
|
+
}, 1032, ["model-value", "disabled", "onChange"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
225
|
+
createElementVNode("span", _hoisted_9, [
|
226
|
+
unref(slots).item ? (openBlock(), createBlock(resolveDynamicComponent(renderItem(item)), { key: 0 })) : createCommentVNode("", true),
|
227
|
+
createTextVNode(" " + toDisplayString(unref(slots).item ? "" : item.label), 1)
|
228
|
+
]),
|
229
|
+
unref(type) == "target" && !unref(simple) ? (openBlock(), createBlock(unref(_sfc_main$1), {
|
230
|
+
key: 0,
|
231
|
+
"hover-size": 20
|
232
|
+
}, {
|
233
|
+
default: withCtx(() => [
|
234
|
+
createVNode(unref(_sfc_main$4))
|
235
|
+
]),
|
236
|
+
_: 1
|
237
|
+
})) : createCommentVNode("", true)
|
238
|
+
], 64))
|
239
|
+
], 10, _hoisted_8);
|
240
|
+
}), 128))
|
241
|
+
]))
|
242
|
+
]),
|
243
|
+
_: 1
|
244
|
+
})) : createCommentVNode("", true),
|
245
|
+
(openBlock(), createBlock(resolveDynamicComponent(unref(renderEmpty)("Transfer"))))
|
246
|
+
])
|
247
|
+
]);
|
248
|
+
};
|
249
|
+
}
|
250
|
+
});
|
5
251
|
export {
|
6
|
-
|
252
|
+
_sfc_main as default
|
7
253
|
};
|
package/es/Transfer/index.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.yc-transfer{display:flex;align-items:center}.yc-transfer .yc-transfer-view{overflow:hidden;width:200px;height:224px;border:1px solid var(--color-neutral-3);border-radius:2px;display:flex;flex-direction:column}.yc-transfer .yc-transfer-view .yc-transfer-view-header{height:40px;padding:0 10px;background-color:var(--color-fill-1);color:var(--color-text-1);font-weight:500;font-size:14px;line-height:40px;display:flex;justify-content:space-between;align-items:center}.yc-transfer .yc-transfer-view .yc-transfer-view-header .yc-transfer-view-header-count{color:var(--color-text-3);font-size:12px;font-weight:400}.yc-transfer .yc-transfer-view .yc-transfer-view-search{padding:8px 12px 4px 12px}.yc-transfer .yc-transfer-view .yc-transfer-view-body{height:calc(100% - 40px)}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-scrollbar{height:100%;width:100%}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-scrollbar
|
1
|
+
.yc-transfer{display:flex;align-items:center}.yc-transfer .yc-transfer-view{overflow:hidden;width:200px;height:224px;border:1px solid var(--color-neutral-3);border-radius:2px;display:flex;flex-direction:column}.yc-transfer .yc-transfer-view .yc-transfer-view-header{height:40px;padding:0 10px;background-color:var(--color-fill-1);color:var(--color-text-1);font-weight:500;font-size:14px;line-height:40px;display:flex;justify-content:space-between;align-items:center}.yc-transfer .yc-transfer-view .yc-transfer-view-header .yc-transfer-view-header-count{color:var(--color-text-3);font-size:12px;font-weight:400}.yc-transfer .yc-transfer-view .yc-transfer-view-search{padding:8px 12px 4px 12px}.yc-transfer .yc-transfer-view .yc-transfer-view-body{height:calc(100% - 40px)}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-scrollbar{height:100%;width:100%}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-scrollbar .yc-scrollbar-container{max-height:100%;width:100%}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-scrollbar .yc-scrollbar-container .yc-scrollbar-content{width:100%}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-transfer-list{width:100%;display:flex;flex-direction:column}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-transfer-list .yc-transfer-list-item{flex-shrink:0;overflow:hidden;height:36px;max-width:100%;padding:0 12px;font-size:14px;color:var(--color-text-1);display:flex;align-items:center;gap:6px;transition:all .1s cubic-bezier(0, 0, 1, 1)}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-transfer-list .yc-transfer-list-item:not(.yc-transfer-list-item-disabled):hover{color:var(--color-text-1);background-color:var(--color-fill-2)}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-transfer-list .yc-transfer-list-item .yc-checkbox{flex:1}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-transfer-list .yc-transfer-list-item .yc-transfer-list-item-content{flex:1}.yc-transfer .yc-transfer-view .yc-transfer-view-body .yc-transfer-list .yc-transfer-list-item.yc-transfer-list-item-disabled{color:var(--color-text-4);background:transparent;cursor:not-allowed}.yc-transfer .yc-transfer-operations{padding:0 20px;display:flex;flex-direction:column;gap:12px}.yc-transfer-simple .yc-transfer-view:last-child{border-left:0}.yc-transfer-has-search .yc-transfer-view .yc-transfer-view-body{height:calc(100% - 88px)}
|
package/es/Transfer/index.js
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import _sfc_main from "./Transfer.vue.js";
|
2
|
+
/* empty css */
|
3
|
+
const Transfer = Object.assign(_sfc_main, {
|
3
4
|
install: (app) => {
|
4
|
-
app.component("Yc" +
|
5
|
+
app.component("Yc" + _sfc_main.name, _sfc_main);
|
5
6
|
}
|
6
7
|
});
|
7
8
|
export {
|
package/es/Trigger/index.js
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import _sfc_main from "./index.vue.js";
|
2
|
+
/* empty css */
|
3
|
+
const Trigger = Object.assign(_sfc_main, {
|
3
4
|
install: (app) => {
|
4
|
-
app.component("Yc" +
|
5
|
+
app.component("Yc" + _sfc_main.name, _sfc_main);
|
5
6
|
}
|
6
7
|
});
|
7
8
|
export {
|