yc-design-vue 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lang-es/ar-eg.d.ts +206 -0
- package/dist/lang-es/ar-eg.js +154 -0
- package/dist/lang-es/de-de.d.ts +206 -0
- package/dist/lang-es/de-de.js +154 -0
- package/dist/lang-es/en-us.d.ts +254 -0
- package/dist/lang-es/en-us.js +158 -0
- package/dist/lang-es/es-es.d.ts +206 -0
- package/dist/lang-es/es-es.js +154 -0
- package/dist/lang-es/fr-fr.d.ts +206 -0
- package/dist/lang-es/fr-fr.js +154 -0
- package/dist/lang-es/id-id.d.ts +206 -0
- package/dist/lang-es/id-id.js +154 -0
- package/dist/lang-es/it-it.d.ts +206 -0
- package/dist/lang-es/it-it.js +154 -0
- package/dist/lang-es/ja-jp.d.ts +254 -0
- package/dist/lang-es/ja-jp.js +202 -0
- package/dist/lang-es/km-kh.d.ts +206 -0
- package/dist/lang-es/km-kh.js +154 -0
- package/dist/lang-es/ko-kr.d.ts +206 -0
- package/dist/lang-es/ko-kr.js +154 -0
- package/dist/lang-es/ms-my.d.ts +206 -0
- package/dist/lang-es/ms-my.js +154 -0
- package/dist/lang-es/nl-nl.d.ts +254 -0
- package/dist/lang-es/nl-nl.js +202 -0
- package/dist/lang-es/pt-pt.d.ts +206 -0
- package/dist/lang-es/pt-pt.js +154 -0
- package/dist/lang-es/ru-ru.d.ts +254 -0
- package/dist/lang-es/ru-ru.js +202 -0
- package/dist/lang-es/th-th.d.ts +206 -0
- package/dist/lang-es/th-th.js +154 -0
- package/dist/lang-es/vi-vn.d.ts +206 -0
- package/dist/lang-es/vi-vn.js +154 -0
- package/dist/lang-es/zh-cn.d.ts +254 -0
- package/dist/lang-es/zh-cn.js +202 -0
- package/dist/lang-es/zh-tw.d.ts +254 -0
- package/dist/lang-es/zh-tw.js +202 -0
- package/dist/lang-lib/ar-eg.d.ts +206 -0
- package/dist/lang-lib/ar-eg.js +1 -0
- package/dist/lang-lib/de-de.d.ts +206 -0
- package/dist/lang-lib/de-de.js +1 -0
- package/dist/lang-lib/en-us.d.ts +254 -0
- package/dist/lang-lib/en-us.js +1 -0
- package/dist/lang-lib/es-es.d.ts +206 -0
- package/dist/lang-lib/es-es.js +1 -0
- package/dist/lang-lib/fr-fr.d.ts +206 -0
- package/dist/lang-lib/fr-fr.js +1 -0
- package/dist/lang-lib/id-id.d.ts +206 -0
- package/dist/lang-lib/id-id.js +1 -0
- package/dist/lang-lib/it-it.d.ts +206 -0
- package/dist/lang-lib/it-it.js +1 -0
- package/dist/lang-lib/ja-jp.d.ts +254 -0
- package/dist/lang-lib/ja-jp.js +1 -0
- package/dist/lang-lib/km-kh.d.ts +206 -0
- package/dist/lang-lib/km-kh.js +1 -0
- package/dist/lang-lib/ko-kr.d.ts +206 -0
- package/dist/lang-lib/ko-kr.js +1 -0
- package/dist/lang-lib/ms-my.d.ts +206 -0
- package/dist/lang-lib/ms-my.js +1 -0
- package/dist/lang-lib/nl-nl.d.ts +254 -0
- package/dist/lang-lib/nl-nl.js +1 -0
- package/dist/lang-lib/pt-pt.d.ts +206 -0
- package/dist/lang-lib/pt-pt.js +1 -0
- package/dist/lang-lib/ru-ru.d.ts +254 -0
- package/dist/lang-lib/ru-ru.js +1 -0
- package/dist/lang-lib/th-th.d.ts +206 -0
- package/dist/lang-lib/th-th.js +1 -0
- package/dist/lang-lib/vi-vn.d.ts +206 -0
- package/dist/lang-lib/vi-vn.js +1 -0
- package/dist/lang-lib/zh-cn.d.ts +254 -0
- package/dist/lang-lib/zh-cn.js +1 -0
- package/dist/lang-lib/zh-tw.d.ts +254 -0
- package/dist/lang-lib/zh-tw.js +1 -0
- package/es/Affix/index.vue.js +0 -3
- package/es/Affix/type.d.ts +1 -1
- package/es/Alert/index.d.ts +4 -4
- package/es/Alert/index.vue.d.ts +3 -3
- package/es/Alert/index.vue.js +5 -7
- package/es/Alert/type.d.ts +1 -1
- package/es/Anchor/Anchor.vue.js +0 -3
- package/es/Anchor/AnchorLink.vue.d.ts +2 -2
- package/es/Anchor/AnchorLink.vue.js +3 -5
- package/es/Anchor/hooks/useContext.d.ts +2 -2
- package/es/Anchor/hooks/useContext.js +1 -4
- package/es/Anchor/index.d.ts +1 -1
- package/es/Anchor/type.d.ts +1 -1
- package/es/AutoComplete/index.d.ts +90 -90
- package/es/AutoComplete/index.vue.d.ts +136 -136
- package/es/AutoComplete/index.vue.js +5 -8
- package/es/AutoComplete/type.d.ts +6 -8
- package/es/Avatar/Avatar.vue.d.ts +3 -3
- package/es/Avatar/Avatar.vue.js +4 -6
- package/es/Avatar/AvatarGroup.vue.d.ts +2 -2
- package/es/Avatar/AvatarGroup.vue.js +2 -5
- package/es/Avatar/hooks/useContext.d.ts +3 -3
- package/es/Avatar/index.d.ts +5 -5
- package/es/Avatar/type.d.ts +2 -2
- package/es/BackTop/index.vue.js +3 -6
- package/es/BackTop/type.d.ts +1 -1
- package/es/Badge/index.d.ts +1 -1
- package/es/Badge/index.vue.d.ts +2 -2
- package/es/Badge/index.vue.js +3 -6
- package/es/Badge/type.d.ts +1 -1
- package/es/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
- package/es/Breadcrumb/Breadcrumb.vue.js +12 -18
- package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
- package/es/Breadcrumb/BreadcrumbItem.vue.js +4 -6
- package/es/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
- package/es/Breadcrumb/BreadcrumbMore.vue.js +0 -3
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -4
- package/es/Breadcrumb/index.d.ts +2 -2
- package/es/Breadcrumb/type.d.ts +1 -1
- package/es/Button/Button.vue.d.ts +4 -4
- package/es/Button/Button.vue.js +4 -4
- package/es/Button/ButtonGroup.vue.d.ts +2 -2
- package/es/Button/hooks/useContext.d.ts +5 -5
- package/es/Button/hooks/useContext.js +0 -4
- package/es/Button/index.d.ts +13 -13
- package/es/Button/type.d.ts +4 -5
- package/es/Calendar/Calendar.vue.d.ts +2 -2
- package/es/Calendar/Calendar.vue.js +6 -7
- package/es/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/es/Calendar/CalendarMonth.vue.js +2 -4
- package/es/Calendar/CalendarYear.vue.d.ts +1 -1
- package/es/Calendar/CalendarYear.vue.js +1 -3
- package/es/Calendar/index.d.ts +1 -1
- package/es/Calendar/type.d.ts +2 -2
- package/es/Card/Card.vue.d.ts +2 -2
- package/es/Card/Card.vue.js +9 -12
- package/es/Card/CardMeta.vue.d.ts +2 -2
- package/es/Card/CardMeta.vue.js +8 -11
- package/es/Card/hooks/useContext.d.ts +1 -5
- package/es/Card/hooks/useContext.js +0 -3
- package/es/Card/index.d.ts +2 -2
- package/es/Card/type.d.ts +2 -1
- package/es/Carousel/Carousel.vue.d.ts +3 -3
- package/es/Carousel/Carousel.vue.js +0 -4
- package/es/Carousel/CarouselArrow.vue.js +0 -3
- package/es/Carousel/CarouselIndicator.vue.d.ts +3 -3
- package/es/Carousel/CarouselIndicator.vue.js +0 -3
- package/es/Carousel/hooks/useContext.d.ts +3 -3
- package/es/Carousel/hooks/useContext.js +1 -4
- package/es/Carousel/index.d.ts +9 -9
- package/es/Carousel/type.d.ts +2 -3
- package/es/Cascader/Cascader.vue.d.ts +37 -51
- package/es/Cascader/Cascader.vue.js +1 -4
- package/es/Cascader/CascaderIcon.vue.js +1 -4
- package/es/Cascader/CascaderOption.vue.d.ts +1 -1
- package/es/Cascader/CascaderOption.vue.js +1 -4
- package/es/Cascader/hooks/useContext.d.ts +5 -17
- package/es/Cascader/hooks/useContext.js +1 -5
- package/es/Cascader/index.d.ts +38 -52
- package/es/Cascader/type.d.ts +5 -7
- package/es/Checkbox/Checkbox.vue.d.ts +2 -2
- package/es/Checkbox/Checkbox.vue.js +5 -7
- package/es/Checkbox/CheckboxGroup.vue.d.ts +2 -2
- package/es/Checkbox/CheckboxGroup.vue.js +3 -2
- package/es/Checkbox/hooks/useContext.d.ts +3 -3
- package/es/Checkbox/hooks/useContext.js +1 -5
- package/es/Checkbox/index.d.ts +2 -2
- package/es/Checkbox/type.d.ts +3 -3
- package/es/Collapse/CollapseItem.vue.d.ts +1 -1
- package/es/Collapse/CollapseItem.vue.js +1 -4
- package/es/Collapse/hooks/useContext.d.ts +5 -5
- package/es/Collapse/hooks/useContext.js +1 -5
- package/es/Collapse/index.d.ts +3 -3
- package/es/Collapse/type.d.ts +2 -2
- package/es/ColorPicker/ColorControl.vue.js +1 -3
- package/es/ColorPicker/ColorInput.vue.js +4 -7
- package/es/ColorPicker/ColorList.vue.js +0 -3
- package/es/ColorPicker/ColorPalette.vue.js +1 -3
- package/es/ColorPicker/ColorPanel.vue.js +0 -3
- package/es/ColorPicker/hooks/useContext.d.ts +2 -2
- package/es/ColorPicker/hooks/useContext.js +1 -4
- package/es/Comment/index.d.ts +1 -1
- package/es/Comment/index.vue.d.ts +2 -2
- package/es/Comment/index.vue.js +8 -11
- package/es/ConfigProvider/index.d.ts +6 -6
- package/es/ConfigProvider/index.vue.d.ts +2 -2
- package/es/ConfigProvider/index.vue.js +1 -6
- package/es/ConfigProvider/type.d.ts +2 -3
- package/es/Descriptions/Descriptions.vue.d.ts +4 -4
- package/es/Descriptions/Descriptions.vue.js +3 -2
- package/es/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/es/Descriptions/ReuseItem.vue.js +0 -4
- package/es/Descriptions/ReuseTd.vue.js +0 -4
- package/es/Descriptions/hooks/useContext.d.ts +2 -2
- package/es/Descriptions/hooks/useContext.js +1 -4
- package/es/Descriptions/index.d.ts +10 -10
- package/es/Descriptions/type.d.ts +1 -2
- package/es/Divider/index.d.ts +1 -1
- package/es/Divider/index.vue.d.ts +2 -2
- package/es/Divider/index.vue.js +3 -5
- package/es/Drawer/Drawer.vue.d.ts +4 -4
- package/es/Drawer/Drawer.vue.js +1 -3
- package/es/Drawer/DrawerService.vue.d.ts +4 -4
- package/es/Drawer/DrawerService.vue.js +0 -4
- package/es/Drawer/index.d.ts +20 -15
- package/es/Drawer/index.js +3 -6
- package/es/Dropdown/Doption.vue.d.ts +2 -2
- package/es/Dropdown/Doption.vue.js +6 -5
- package/es/Dropdown/Dropdown.vue.d.ts +4 -4
- package/es/Dropdown/Dropdown.vue.js +5 -7
- package/es/Dropdown/DropdownButton.vue.d.ts +2 -2
- package/es/Dropdown/DropdownButton.vue.js +0 -3
- package/es/Dropdown/Dsubmenu.vue.d.ts +42 -42
- package/es/Dropdown/Dsubmenu.vue.js +6 -8
- package/es/Dropdown/hooks/useContext.d.ts +2 -2
- package/es/Dropdown/hooks/useContext.js +1 -5
- package/es/Dropdown/index.d.ts +40 -40
- package/es/Dropdown/type.d.ts +5 -6
- package/es/Empty/index.vue.js +1 -3
- package/es/Grid/Grid.vue.d.ts +3 -3
- package/es/Grid/Grid.vue.js +0 -3
- package/es/Grid/GridCol.vue.d.ts +2 -2
- package/es/Grid/GridCol.vue.js +0 -3
- package/es/Grid/GridItem.vue.d.ts +2 -2
- package/es/Grid/GridItem.vue.js +0 -3
- package/es/Grid/GridRow.vue.d.ts +2 -2
- package/es/Grid/GridRow.vue.js +0 -3
- package/es/Grid/hooks/useContext.d.ts +4 -4
- package/es/Grid/hooks/useContext.js +2 -5
- package/es/Grid/index.d.ts +27 -27
- package/es/Grid/type.d.ts +4 -12
- package/es/Image/Image.vue.d.ts +3 -3
- package/es/Image/Image.vue.js +7 -8
- package/es/Image/ImagePreview.vue.d.ts +2 -2
- package/es/Image/ImagePreview.vue.js +6 -8
- package/es/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/es/Image/ImagePreviewArrow.vue.js +0 -3
- package/es/Image/ImagePreviewGroup.vue.d.ts +2 -2
- package/es/Image/ImagePreviewGroup.vue.js +4 -3
- package/es/Image/ImagePreviewToolbar.vue.js +1 -3
- package/es/Image/hooks/useContext.d.ts +2 -2
- package/es/Image/hooks/useContext.js +1 -5
- package/es/Image/index.d.ts +9 -9
- package/es/Image/type.d.ts +2 -3
- package/es/Input/Input.vue.d.ts +6 -6
- package/es/Input/Input.vue.js +13 -15
- package/es/Input/InputSuffix.vue.js +2 -5
- package/es/Input/hooks/useLimitedInput.d.ts +3 -3
- package/es/Input/hooks/useLimitedInput.js +1 -5
- package/es/Input/index.d.ts +12 -12
- package/es/Input/type.d.ts +2 -2
- package/es/InputNumber/InputNumber.vue.d.ts +33 -33
- package/es/InputNumber/InputNumber.vue.js +12 -14
- package/es/InputNumber/InputOperaBtn.vue.js +0 -3
- package/es/InputNumber/index.d.ts +28 -28
- package/es/InputNumber/type.d.ts +3 -4
- package/es/InputTag/index.d.ts +14 -14
- package/es/InputTag/index.vue.d.ts +7 -7
- package/es/InputTag/index.vue.js +7 -9
- package/es/InputTag/type.d.ts +5 -6
- package/es/Layout/Layout.vue.d.ts +2 -2
- package/es/Layout/Layout.vue.js +2 -6
- package/es/Layout/LayoutSider.vue.d.ts +7 -7
- package/es/Layout/LayoutSider.vue.js +0 -3
- package/es/Layout/hooks/useSiderContext.d.ts +2 -2
- package/es/Layout/hooks/useSiderContext.js +1 -5
- package/es/Layout/index.d.ts +20 -20
- package/es/Layout/type.d.ts +4 -5
- package/es/Link/index.d.ts +1 -1
- package/es/Link/index.vue.d.ts +2 -2
- package/es/Link/index.vue.js +3 -5
- package/es/Link/type.d.ts +1 -1
- package/es/List/List.vue.d.ts +27 -27
- package/es/List/List.vue.js +8 -11
- package/es/List/ListItem.vue.d.ts +2 -2
- package/es/List/ListItem.vue.js +6 -5
- package/es/List/ListItemMeta.vue.d.ts +2 -2
- package/es/List/ListItemMeta.vue.js +5 -4
- package/es/List/ListVirtual.vue.d.ts +3 -3
- package/es/List/hooks/useScrollReach.js +0 -4
- package/es/List/index.d.ts +18 -18
- package/es/List/type.d.ts +3 -3
- package/es/Mention/index.d.ts +104 -104
- package/es/Mention/index.vue.d.ts +171 -171
- package/es/Mention/index.vue.js +4 -7
- package/es/Mention/type.d.ts +6 -5
- package/es/Menu/Menu.vue.d.ts +6 -6
- package/es/Menu/Menu.vue.js +0 -3
- package/es/Menu/MenuEllipsis.vue.js +0 -3
- package/es/Menu/MenuItem.vue.d.ts +2 -2
- package/es/Menu/MenuItem.vue.js +6 -8
- package/es/Menu/MenuItemGroup.vue.js +0 -3
- package/es/Menu/SubMenu.vue.d.ts +3 -3
- package/es/Menu/SubMenu.vue.js +3 -5
- package/es/Menu/hooks/useContext.d.ts +5 -5
- package/es/Menu/hooks/useContext.js +6 -9
- package/es/Menu/index.d.ts +22 -22
- package/es/Menu/type.d.ts +3 -6
- package/es/Message/Message.vue.d.ts +4 -4
- package/es/Message/Message.vue.js +1 -4
- package/es/Message/index.d.ts +15 -15
- package/es/Message/index.js +1 -8
- package/es/Message/type.d.ts +5 -5
- package/es/Modal/Modal.vue.d.ts +5 -5
- package/es/Modal/Modal.vue.js +1 -3
- package/es/Modal/ModalService.vue.d.ts +6 -6
- package/es/Modal/ModalService.vue.js +0 -4
- package/es/Modal/hooks/useModalClose.js +1 -5
- package/es/Modal/hooks/useModalDraggable.js +0 -3
- package/es/Modal/hooks/useOnBeforeClose.js +0 -5
- package/es/Modal/index.d.ts +19 -17
- package/es/Modal/index.js +2 -2
- package/es/Modal/type.d.ts +8 -8
- package/es/Notification/Notification.vue.d.ts +7 -7
- package/es/Notification/Notification.vue.js +1 -4
- package/es/Notification/index.d.ts +25 -24
- package/es/Notification/index.js +1 -8
- package/es/Notification/type.d.ts +5 -5
- package/es/OverflowList/index.d.ts +1 -1
- package/es/OverflowList/index.vue.d.ts +2 -2
- package/es/OverflowList/index.vue.js +2 -5
- package/es/PageHeader/index.d.ts +1 -1
- package/es/PageHeader/index.vue.d.ts +2 -2
- package/es/PageHeader/index.vue.js +8 -10
- package/es/Pagination/Pagination.vue.d.ts +2 -2
- package/es/Pagination/Pagination.vue.js +6 -7
- package/es/Pagination/PaginationItem.vue.js +0 -3
- package/es/Pagination/hooks/useContext.d.ts +2 -2
- package/es/Pagination/hooks/useContext.js +1 -4
- package/es/Pagination/index.d.ts +1 -1
- package/es/Popconfirm/index.d.ts +32 -32
- package/es/Popconfirm/index.vue.d.ts +39 -39
- package/es/Popconfirm/index.vue.js +1 -4
- package/es/Popconfirm/type.d.ts +4 -4
- package/es/Popover/index.d.ts +16 -16
- package/es/Popover/index.vue.d.ts +7 -7
- package/es/Popover/index.vue.js +4 -7
- package/es/Popover/type.d.ts +3 -3
- package/es/Progress/Progress.vue.js +0 -4
- package/es/Progress/ProgressCircle.vue.js +1 -4
- package/es/Progress/ProgressLine.vue.js +0 -3
- package/es/Progress/ProgressSteps.vue.js +0 -3
- package/es/Progress/type.d.ts +1 -1
- package/es/Radio/Radio.vue.d.ts +3 -3
- package/es/Radio/Radio.vue.js +8 -11
- package/es/Radio/RadioGroup.vue.d.ts +3 -3
- package/es/Radio/RadioGroup.vue.js +3 -2
- package/es/Radio/hooks/useContext.d.ts +3 -3
- package/es/Radio/hooks/useContext.js +2 -6
- package/es/Radio/index.d.ts +8 -8
- package/es/Radio/type.d.ts +2 -2
- package/es/Rate/index.vue.js +2 -5
- package/es/ResizeBox/index.vue.js +2 -6
- package/es/Result/index.d.ts +1 -1
- package/es/Result/index.vue.d.ts +2 -2
- package/es/Result/index.vue.js +7 -6
- package/es/Result/type.d.ts +1 -1
- package/es/Scrollbar/Scrollbar.vue.d.ts +2 -2
- package/es/Scrollbar/Scrollbar.vue.js +0 -3
- package/es/Scrollbar/ScrollbarTrack.vue.js +0 -3
- package/es/Scrollbar/index.d.ts +6 -6
- package/es/Select/Option.vue.d.ts +4 -4
- package/es/Select/Option.vue.js +6 -8
- package/es/Select/Select.vue.d.ts +76 -76
- package/es/Select/Select.vue.js +6 -8
- package/es/Select/SelectIcon.vue.js +1 -4
- package/es/Select/SelectRealList.vue.js +1 -5
- package/es/Select/SelectView.vue.js +1 -1
- package/es/Select/SelectVirtualList.vue.js +1 -5
- package/es/Select/hooks/useContext.d.ts +13 -13
- package/es/Select/hooks/useContext.js +1 -5
- package/es/Select/hooks/useSelectOptions.d.ts +13 -13
- package/es/Select/hooks/useSelectOptions.js +0 -4
- package/es/Select/index.d.ts +64 -64
- package/es/Select/type.d.ts +13 -16
- package/es/Skeleton/SkeletonLine.vue.js +0 -3
- package/es/Skeleton/SkeletonShape.vue.js +1 -5
- package/es/Skeleton/type.d.ts +3 -2
- package/es/Slider/Slider.vue.d.ts +1 -1
- package/es/Slider/SliderBtn.vue.js +1 -5
- package/es/Slider/SliderTicks.vue.d.ts +2 -2
- package/es/Slider/hooks/useContext.d.ts +4 -4
- package/es/Slider/hooks/useContext.js +1 -5
- package/es/Slider/hooks/useSliderDraggable.js +0 -3
- package/es/Slider/index.d.ts +3 -3
- package/es/Slider/type.d.ts +2 -3
- package/es/Space/index.d.ts +4 -4
- package/es/Space/index.vue.d.ts +3 -3
- package/es/Space/index.vue.js +5 -8
- package/es/Spin/index.d.ts +1 -1
- package/es/Spin/index.vue.d.ts +2 -2
- package/es/Spin/index.vue.js +3 -5
- package/es/Split/index.vue.js +3 -6
- package/es/Statistic/Countdown.vue.d.ts +1 -1
- package/es/Statistic/Countdown.vue.js +1 -3
- package/es/Statistic/Statistic.vue.d.ts +3 -3
- package/es/Statistic/Statistic.vue.js +6 -8
- package/es/Statistic/index.d.ts +7 -7
- package/es/Steps/Step.vue.d.ts +3 -3
- package/es/Steps/Step.vue.js +3 -5
- package/es/Steps/hooks/useContext.d.ts +3 -3
- package/es/Steps/hooks/useContext.js +1 -5
- package/es/Steps/index.d.ts +4 -4
- package/es/Switch/index.d.ts +4 -4
- package/es/Switch/index.vue.d.ts +3 -3
- package/es/Switch/index.vue.js +4 -8
- package/es/Switch/type.d.ts +2 -1
- package/es/Tabs/TabButton.vue.js +0 -3
- package/es/Tabs/TabPane.vue.d.ts +1 -1
- package/es/Tabs/TabPane.vue.js +0 -4
- package/es/Tabs/Tabs.vue.d.ts +4 -4
- package/es/Tabs/Tabs.vue.js +3 -6
- package/es/Tabs/TabsNavInk.vue.d.ts +2 -2
- package/es/Tabs/TabsNavInk.vue.js +1 -4
- package/es/Tabs/TabsTab.vue.js +0 -4
- package/es/Tabs/hooks/useContext.d.ts +5 -5
- package/es/Tabs/hooks/useContext.js +1 -5
- package/es/Tabs/hooks/useTabsScroll.d.ts +2 -2
- package/es/Tabs/hooks/useTabsScroll.js +0 -3
- package/es/Tabs/index.d.ts +7 -7
- package/es/Tabs/type.d.ts +2 -3
- package/es/Tag/index.d.ts +1 -1
- package/es/Tag/index.vue.d.ts +2 -2
- package/es/Tag/index.vue.js +6 -8
- package/es/Tag/type.d.ts +2 -1
- package/es/Textarea/hooks/useTextareaHeight.js +0 -3
- package/es/Textarea/index.d.ts +8 -8
- package/es/Textarea/index.vue.d.ts +3 -3
- package/es/Textarea/index.vue.js +0 -3
- package/es/TimePicker/TimePicker.vue.d.ts +7 -7
- package/es/TimePicker/TimePicker.vue.js +7 -8
- package/es/TimePicker/TimePickerPanel.vue.js +1 -3
- package/es/TimePicker/hooks/useContext.d.ts +2 -2
- package/es/TimePicker/hooks/useContext.js +1 -4
- package/es/TimePicker/index.d.ts +11 -11
- package/es/TimePicker/type.d.ts +1 -1
- package/es/Timeline/TimelineItem.vue.d.ts +3 -3
- package/es/Timeline/TimelineItem.vue.js +3 -2
- package/es/Timeline/TimelineItemPending.vue.js +0 -4
- package/es/Timeline/hooks/useContext.d.ts +4 -4
- package/es/Timeline/hooks/useContext.js +0 -4
- package/es/Timeline/index.d.ts +4 -4
- package/es/Tooltip/index.d.ts +12 -12
- package/es/Tooltip/index.vue.d.ts +4 -4
- package/es/Tooltip/index.vue.js +1 -5
- package/es/Tooltip/type.d.ts +3 -3
- package/es/Transfer/Transfer.vue.d.ts +3 -3
- package/es/Transfer/Transfer.vue.js +0 -3
- package/es/Transfer/TransferPanel.vue.js +0 -3
- package/es/Transfer/hooks/useContext.d.ts +2 -2
- package/es/Transfer/hooks/useContext.js +1 -5
- package/es/Transfer/index.d.ts +8 -8
- package/es/Trigger/hooks/useContext.d.ts +2 -2
- package/es/Trigger/hooks/useContext.js +0 -3
- package/es/Trigger/hooks/useTriggerPosition.d.ts +3 -4
- package/es/Trigger/hooks/useTriggerPosition.js +0 -3
- package/es/Trigger/hooks/useTriggerVisible.d.ts +2 -2
- package/es/Trigger/hooks/useTriggerVisible.js +1 -4
- package/es/Trigger/index.d.ts +17 -17
- package/es/Trigger/index.vue.d.ts +9 -9
- package/es/Trigger/index.vue.js +3 -6
- package/es/Trigger/type.d.ts +3 -4
- package/es/Typography/TypographyBase.vue.d.ts +28 -29
- package/es/Typography/TypographyBase.vue.js +1 -4
- package/es/Typography/TypographyParagraph.vue.d.ts +3 -3
- package/es/Typography/TypographyParagraph.vue.js +4 -10
- package/es/Typography/TypographyText.vue.d.ts +1 -2
- package/es/Typography/TypographyText.vue.js +4 -10
- package/es/Typography/TypographyTitle.vue.d.ts +3 -3
- package/es/Typography/TypographyTitle.vue.js +4 -10
- package/es/Typography/type.d.ts +4 -14
- package/es/VerificationCode/index.d.ts +6 -6
- package/es/VerificationCode/index.vue.d.ts +2 -2
- package/es/VerificationCode/index.vue.js +2 -5
- package/es/Watermark/index.d.ts +3 -3
- package/es/Watermark/index.vue.d.ts +1 -1
- package/es/Watermark/index.vue.js +0 -4
- package/es/_shared/components/ExpandTransition/index.vue2.js +6 -5
- package/es/_shared/components/Icon/index.vue3.js +0 -3
- package/es/_shared/components/IconButton/index.vue.js +0 -3
- package/es/_shared/constants/index.d.ts +4 -4
- package/es/_shared/constants/index.js +0 -3
- package/es/_shared/icons/IconArrowDown.vue.js +3 -7
- package/es/_shared/icons/IconArrowRight.vue.js +3 -7
- package/es/_shared/icons/IconCheck.vue.js +3 -7
- package/es/_shared/icons/IconCheckboxChecked.vue.js +3 -7
- package/es/_shared/icons/IconClose.vue.js +3 -7
- package/es/_shared/icons/IconCopy.vue2.js +3 -7
- package/es/_shared/icons/IconDelete.vue2.js +3 -7
- package/es/_shared/icons/IconDragDot.vue.js +3 -7
- package/es/_shared/icons/IconEdit.vue2.js +3 -7
- package/es/_shared/icons/IconEmpty.vue.js +3 -7
- package/es/_shared/icons/IconError.vue.js +3 -7
- package/es/_shared/icons/IconExclamation.vue2.js +3 -7
- package/es/_shared/icons/IconEyeClose.vue.js +23 -1
- package/es/_shared/icons/IconEyeClose.vue2.js +1 -27
- package/es/_shared/icons/IconEyeOpen.vue.js +20 -1
- package/es/_shared/icons/IconEyeOpen.vue2.js +1 -24
- package/es/_shared/icons/IconFaceSmile.vue.js +3 -7
- package/es/_shared/icons/IconFullScreen.vue2.js +3 -7
- package/es/_shared/icons/IconImageClose.vue.js +3 -7
- package/es/_shared/icons/IconInfo.vue.js +3 -7
- package/es/_shared/icons/IconInfoLine.vue.js +3 -7
- package/es/_shared/icons/IconLink.vue.js +3 -7
- package/es/_shared/icons/IconLoading.vue.js +3 -7
- package/es/_shared/icons/IconMenuFold.vue.js +3 -7
- package/es/_shared/icons/IconMenuUnfold.vue.js +3 -7
- package/es/_shared/icons/IconMinus.vue2.js +3 -7
- package/es/_shared/icons/IconMore.vue.js +3 -7
- package/es/_shared/icons/IconOriginSize.vue2.js +3 -7
- package/es/_shared/icons/IconPlus.vue.js +3 -7
- package/es/_shared/icons/IconRight.vue.js +3 -7
- package/es/_shared/icons/IconRotateLeft.vue2.js +3 -7
- package/es/_shared/icons/IconRotateRight.vue2.js +3 -7
- package/es/_shared/icons/IconSearch.vue2.js +3 -7
- package/es/_shared/icons/IconSeparator.vue.js +3 -7
- package/es/_shared/icons/IconStar.vue.js +3 -7
- package/es/_shared/icons/IconSuccess.vue.js +3 -7
- package/es/_shared/icons/IconTime.vue.js +3 -7
- package/es/_shared/icons/IconToTop.vue.js +3 -7
- package/es/_shared/icons/IconWarning.vue.js +3 -7
- package/es/_shared/icons/IconZoomIn.vue2.js +3 -7
- package/es/_shared/icons/IconZoomOut.vue2.js +3 -7
- package/es/_shared/type/index.d.ts +22 -5
- package/es/_shared/utils/control.d.ts +2 -2
- package/es/_shared/utils/control.js +1 -5
- package/es/_shared/utils/dom.d.ts +1 -1
- package/es/_shared/utils/dom.js +1 -1
- package/es/_shared/utils/global-config.d.ts +4 -4
- package/es/_shared/utils/global-config.js +0 -4
- package/es/_shared/utils/vue-utils.d.ts +3 -3
- package/es/_shared/utils/vue-utils.js +1 -1
- package/es/index.d.ts +128 -128
- package/lib/Affix/index.js +1 -1
- package/lib/Affix/index.vue.js +1 -1
- package/lib/Affix/index.vue2.js +1 -1
- package/lib/Affix/type.d.ts +1 -1
- package/lib/Alert/index.d.ts +4 -4
- package/lib/Alert/index.js +1 -1
- package/lib/Alert/index.vue.d.ts +3 -3
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Alert/index.vue3.js +1 -1
- package/lib/Alert/type.d.ts +1 -1
- package/lib/Anchor/Anchor.vue.js +1 -1
- package/lib/Anchor/Anchor.vue3.js +1 -1
- package/lib/Anchor/AnchorLink.vue.d.ts +2 -2
- package/lib/Anchor/AnchorLink.vue.js +1 -1
- package/lib/Anchor/AnchorLink.vue3.js +1 -1
- package/lib/Anchor/hooks/useContext.d.ts +2 -2
- package/lib/Anchor/hooks/useContext.js +1 -1
- package/lib/Anchor/index.d.ts +1 -1
- package/lib/Anchor/index.js +1 -1
- package/lib/Anchor/type.d.ts +1 -1
- package/lib/AutoComplete/index.d.ts +90 -90
- package/lib/AutoComplete/index.js +1 -1
- package/lib/AutoComplete/index.vue.d.ts +136 -136
- package/lib/AutoComplete/index.vue.js +1 -1
- package/lib/AutoComplete/index.vue3.js +1 -1
- package/lib/AutoComplete/type.d.ts +6 -8
- package/lib/Avatar/Avatar.vue.d.ts +3 -3
- package/lib/Avatar/Avatar.vue.js +1 -1
- package/lib/Avatar/Avatar.vue3.js +1 -1
- package/lib/Avatar/AvatarGroup.vue.d.ts +2 -2
- package/lib/Avatar/AvatarGroup.vue.js +1 -1
- package/lib/Avatar/AvatarGroup.vue3.js +1 -1
- package/lib/Avatar/hooks/useContext.d.ts +3 -3
- package/lib/Avatar/hooks/useContext.js +1 -1
- package/lib/Avatar/index.d.ts +5 -5
- package/lib/Avatar/index.js +1 -1
- package/lib/Avatar/type.d.ts +2 -2
- package/lib/BackTop/index.js +1 -1
- package/lib/BackTop/index.vue.js +1 -1
- package/lib/BackTop/index.vue3.js +1 -1
- package/lib/BackTop/type.d.ts +1 -1
- package/lib/Badge/index.d.ts +1 -1
- package/lib/Badge/index.js +1 -1
- package/lib/Badge/index.vue.d.ts +2 -2
- package/lib/Badge/index.vue.js +1 -1
- package/lib/Badge/index.vue3.js +1 -1
- package/lib/Badge/type.d.ts +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
- package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
- package/lib/Breadcrumb/Breadcrumb.vue3.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
- package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue3.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
- package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue2.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue3.js +1 -1
- package/lib/Breadcrumb/index.d.ts +2 -2
- package/lib/Breadcrumb/index.js +1 -1
- package/lib/Breadcrumb/type.d.ts +1 -1
- package/lib/Button/Button.vue.d.ts +4 -4
- package/lib/Button/Button.vue.js +1 -1
- package/lib/Button/Button.vue3.js +1 -1
- package/lib/Button/ButtonGroup.vue.d.ts +2 -2
- package/lib/Button/ButtonGroup.vue.js +1 -1
- package/lib/Button/ButtonGroup.vue3.js +1 -1
- package/lib/Button/hooks/useContext.d.ts +5 -5
- package/lib/Button/hooks/useContext.js +1 -1
- package/lib/Button/index.d.ts +13 -13
- package/lib/Button/index.js +1 -1
- package/lib/Button/type.d.ts +4 -5
- package/lib/Calendar/Calendar.vue.d.ts +2 -2
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Calendar/Calendar.vue3.js +1 -1
- package/lib/Calendar/CalendarMonth.vue.d.ts +1 -1
- package/lib/Calendar/CalendarMonth.vue.js +1 -1
- package/lib/Calendar/CalendarMonth.vue3.js +1 -1
- package/lib/Calendar/CalendarYear.vue.d.ts +1 -1
- package/lib/Calendar/CalendarYear.vue.js +1 -1
- package/lib/Calendar/CalendarYear.vue3.js +1 -1
- package/lib/Calendar/index.d.ts +1 -1
- package/lib/Calendar/index.js +1 -1
- package/lib/Calendar/type.d.ts +2 -2
- package/lib/Card/Card.vue.d.ts +2 -2
- package/lib/Card/Card.vue.js +1 -1
- package/lib/Card/Card.vue3.js +1 -1
- package/lib/Card/CardGrid.vue.js +1 -1
- package/lib/Card/CardGrid.vue3.js +1 -1
- package/lib/Card/CardMeta.vue.d.ts +2 -2
- package/lib/Card/CardMeta.vue.js +1 -1
- package/lib/Card/CardMeta.vue3.js +1 -1
- package/lib/Card/hooks/useContext.d.ts +1 -5
- package/lib/Card/hooks/useContext.js +1 -1
- package/lib/Card/index.d.ts +2 -2
- package/lib/Card/index.js +1 -1
- package/lib/Card/type.d.ts +2 -1
- package/lib/Carousel/Carousel.vue.d.ts +3 -3
- package/lib/Carousel/Carousel.vue.js +1 -1
- package/lib/Carousel/Carousel.vue3.js +1 -1
- package/lib/Carousel/CarouselArrow.vue.js +1 -1
- package/lib/Carousel/CarouselArrow.vue3.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue.d.ts +3 -3
- package/lib/Carousel/CarouselIndicator.vue.js +1 -1
- package/lib/Carousel/CarouselIndicator.vue3.js +1 -1
- package/lib/Carousel/CarouselItem.vue.js +1 -1
- package/lib/Carousel/CarouselItem.vue3.js +1 -1
- package/lib/Carousel/hooks/useContext.d.ts +3 -3
- package/lib/Carousel/hooks/useContext.js +1 -1
- package/lib/Carousel/index.d.ts +9 -9
- package/lib/Carousel/index.js +1 -1
- package/lib/Carousel/type.d.ts +2 -3
- package/lib/Cascader/Cascader.vue.d.ts +37 -51
- package/lib/Cascader/Cascader.vue.js +1 -1
- package/lib/Cascader/Cascader.vue3.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue3.js +1 -1
- package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
- package/lib/Cascader/CascaderOption.vue.js +1 -1
- package/lib/Cascader/CascaderOption.vue3.js +1 -1
- package/lib/Cascader/CascaderPanel.vue.js +1 -1
- package/lib/Cascader/CascaderPanel.vue3.js +1 -1
- package/lib/Cascader/CascaderSearchPanel.vue.js +1 -1
- package/lib/Cascader/CascaderSearchPanel.vue3.js +1 -1
- package/lib/Cascader/hooks/useContext.d.ts +5 -17
- package/lib/Cascader/hooks/useContext.js +1 -1
- package/lib/Cascader/index.d.ts +38 -52
- package/lib/Cascader/index.js +1 -1
- package/lib/Cascader/type.d.ts +5 -7
- package/lib/Checkbox/Checkbox.vue.d.ts +2 -2
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue3.js +1 -1
- package/lib/Checkbox/CheckboxGroup.vue.d.ts +2 -2
- package/lib/Checkbox/CheckboxGroup.vue.js +1 -1
- package/lib/Checkbox/CheckboxGroup.vue3.js +1 -1
- package/lib/Checkbox/hooks/useContext.d.ts +3 -3
- package/lib/Checkbox/hooks/useContext.js +1 -1
- package/lib/Checkbox/index.d.ts +2 -2
- package/lib/Checkbox/index.js +1 -1
- package/lib/Checkbox/type.d.ts +3 -3
- package/lib/Collapse/Collapse.vue.js +1 -1
- package/lib/Collapse/Collapse.vue3.js +1 -1
- package/lib/Collapse/CollapseItem.vue.d.ts +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue3.js +1 -1
- package/lib/Collapse/hooks/useContext.d.ts +5 -5
- package/lib/Collapse/hooks/useContext.js +1 -1
- package/lib/Collapse/index.d.ts +3 -3
- package/lib/Collapse/index.js +1 -1
- package/lib/Collapse/type.d.ts +2 -2
- package/lib/ColorPicker/ColorControl.vue.js +1 -1
- package/lib/ColorPicker/ColorControl.vue3.js +1 -1
- package/lib/ColorPicker/ColorInput.vue.js +1 -1
- package/lib/ColorPicker/ColorInput.vue3.js +1 -1
- package/lib/ColorPicker/ColorList.vue.js +1 -1
- package/lib/ColorPicker/ColorList.vue3.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue.js +1 -1
- package/lib/ColorPicker/ColorPalette.vue3.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue.js +1 -1
- package/lib/ColorPicker/ColorPanel.vue3.js +1 -1
- package/lib/ColorPicker/ColorPicker.vue.js +1 -1
- package/lib/ColorPicker/ColorPicker.vue3.js +1 -1
- package/lib/ColorPicker/hooks/useContext.d.ts +2 -2
- package/lib/ColorPicker/hooks/useContext.js +1 -1
- package/lib/ColorPicker/index.js +1 -1
- package/lib/Comment/hooks/useContext.js +1 -1
- package/lib/Comment/index.d.ts +1 -1
- package/lib/Comment/index.js +1 -1
- package/lib/Comment/index.vue.d.ts +2 -2
- package/lib/Comment/index.vue.js +1 -1
- package/lib/Comment/index.vue3.js +1 -1
- package/lib/ConfigProvider/index.d.ts +6 -6
- package/lib/ConfigProvider/index.js +1 -1
- package/lib/ConfigProvider/index.vue.d.ts +2 -2
- package/lib/ConfigProvider/index.vue.js +1 -1
- package/lib/ConfigProvider/index.vue2.js +1 -1
- package/lib/ConfigProvider/type.d.ts +2 -3
- package/lib/Descriptions/Descriptions.vue.d.ts +4 -4
- package/lib/Descriptions/Descriptions.vue.js +1 -1
- package/lib/Descriptions/Descriptions.vue3.js +1 -1
- package/lib/Descriptions/DescriptionsItem.vue.d.ts +1 -1
- package/lib/Descriptions/DescriptionsItem.vue.js +1 -1
- package/lib/Descriptions/DescriptionsItem.vue2.js +1 -1
- package/lib/Descriptions/ReuseItem.vue.js +1 -1
- package/lib/Descriptions/ReuseItem.vue3.js +1 -1
- package/lib/Descriptions/ReuseTd.vue.js +1 -1
- package/lib/Descriptions/ReuseTd.vue3.js +1 -1
- package/lib/Descriptions/hooks/useContext.d.ts +2 -2
- package/lib/Descriptions/hooks/useContext.js +1 -1
- package/lib/Descriptions/index.d.ts +10 -10
- package/lib/Descriptions/index.js +1 -1
- package/lib/Descriptions/type.d.ts +1 -2
- package/lib/Divider/index.d.ts +1 -1
- package/lib/Divider/index.js +1 -1
- package/lib/Divider/index.vue.d.ts +2 -2
- package/lib/Divider/index.vue.js +1 -1
- package/lib/Divider/index.vue3.js +1 -1
- package/lib/Drawer/Drawer.vue.d.ts +4 -4
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Drawer/Drawer.vue3.js +1 -1
- package/lib/Drawer/DrawerService.vue.d.ts +4 -4
- package/lib/Drawer/DrawerService.vue.js +1 -1
- package/lib/Drawer/DrawerService.vue2.js +1 -1
- package/lib/Drawer/index.d.ts +20 -15
- package/lib/Drawer/index.js +1 -1
- package/lib/Dropdown/Dgroup.vue.js +1 -1
- package/lib/Dropdown/Dgroup.vue3.js +1 -1
- package/lib/Dropdown/Doption.vue.d.ts +2 -2
- package/lib/Dropdown/Doption.vue.js +1 -1
- package/lib/Dropdown/Doption.vue3.js +1 -1
- package/lib/Dropdown/Dropdown.vue.d.ts +4 -4
- package/lib/Dropdown/Dropdown.vue.js +1 -1
- package/lib/Dropdown/Dropdown.vue3.js +1 -1
- package/lib/Dropdown/DropdownButton.vue.d.ts +2 -2
- package/lib/Dropdown/DropdownButton.vue.js +1 -1
- package/lib/Dropdown/DropdownButton.vue2.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue.d.ts +42 -42
- package/lib/Dropdown/Dsubmenu.vue.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue3.js +1 -1
- package/lib/Dropdown/hooks/useContext.d.ts +2 -2
- package/lib/Dropdown/hooks/useContext.js +1 -1
- package/lib/Dropdown/index.d.ts +40 -40
- package/lib/Dropdown/index.js +1 -1
- package/lib/Dropdown/type.d.ts +5 -6
- package/lib/Empty/index.js +1 -1
- package/lib/Empty/index.vue.js +1 -1
- package/lib/Empty/index.vue3.js +1 -1
- package/lib/Grid/Grid.vue.d.ts +3 -3
- package/lib/Grid/Grid.vue.js +1 -1
- package/lib/Grid/Grid.vue3.js +1 -1
- package/lib/Grid/GridCol.vue.d.ts +2 -2
- package/lib/Grid/GridCol.vue.js +1 -1
- package/lib/Grid/GridCol.vue2.js +1 -1
- package/lib/Grid/GridItem.vue.d.ts +2 -2
- package/lib/Grid/GridItem.vue.js +1 -1
- package/lib/Grid/GridItem.vue2.js +1 -1
- package/lib/Grid/GridRow.vue.d.ts +2 -2
- package/lib/Grid/GridRow.vue.js +1 -1
- package/lib/Grid/GridRow.vue3.js +1 -1
- package/lib/Grid/hooks/useContext.d.ts +4 -4
- package/lib/Grid/hooks/useContext.js +1 -1
- package/lib/Grid/index.d.ts +27 -27
- package/lib/Grid/index.js +1 -1
- package/lib/Grid/type.d.ts +4 -12
- package/lib/Image/Image.vue.d.ts +3 -3
- package/lib/Image/Image.vue.js +1 -1
- package/lib/Image/Image.vue3.js +1 -1
- package/lib/Image/ImagePreview.vue.d.ts +2 -2
- package/lib/Image/ImagePreview.vue.js +1 -1
- package/lib/Image/ImagePreview.vue3.js +1 -1
- package/lib/Image/ImagePreviewAction.vue.d.ts +1 -1
- package/lib/Image/ImagePreviewAction.vue.js +1 -1
- package/lib/Image/ImagePreviewAction.vue3.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue3.js +1 -1
- package/lib/Image/ImagePreviewGroup.vue.d.ts +2 -2
- package/lib/Image/ImagePreviewGroup.vue.js +1 -1
- package/lib/Image/ImagePreviewGroup.vue2.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue3.js +1 -1
- package/lib/Image/hooks/useContext.d.ts +2 -2
- package/lib/Image/hooks/useContext.js +1 -1
- package/lib/Image/index.d.ts +9 -9
- package/lib/Image/index.js +1 -1
- package/lib/Image/type.d.ts +2 -3
- package/lib/Input/Input.vue.d.ts +6 -6
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/Input.vue3.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/Input/InputSuffix.vue3.js +1 -1
- package/lib/Input/hooks/useCursor.js +1 -1
- package/lib/Input/hooks/useLimitedInput.d.ts +3 -3
- package/lib/Input/hooks/useLimitedInput.js +1 -1
- package/lib/Input/index.d.ts +12 -12
- package/lib/Input/index.js +1 -1
- package/lib/Input/type.d.ts +2 -2
- package/lib/InputNumber/InputNumber.vue.d.ts +33 -33
- package/lib/InputNumber/InputNumber.vue.js +1 -1
- package/lib/InputNumber/InputNumber.vue3.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue3.js +1 -1
- package/lib/InputNumber/index.d.ts +28 -28
- package/lib/InputNumber/index.js +1 -1
- package/lib/InputNumber/type.d.ts +3 -4
- package/lib/InputTag/index.d.ts +14 -14
- package/lib/InputTag/index.js +1 -1
- package/lib/InputTag/index.vue.d.ts +7 -7
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/InputTag/index.vue3.js +1 -1
- package/lib/InputTag/type.d.ts +5 -6
- package/lib/Layout/Layout.vue.d.ts +2 -2
- package/lib/Layout/Layout.vue.js +1 -1
- package/lib/Layout/Layout.vue3.js +1 -1
- package/lib/Layout/LayoutContent.vue.js +1 -1
- package/lib/Layout/LayoutContent.vue3.js +1 -1
- package/lib/Layout/LayoutFooter.vue.js +1 -1
- package/lib/Layout/LayoutFooter.vue3.js +1 -1
- package/lib/Layout/LayoutHeader.vue.js +1 -1
- package/lib/Layout/LayoutHeader.vue3.js +1 -1
- package/lib/Layout/LayoutSider.vue.d.ts +7 -7
- package/lib/Layout/LayoutSider.vue.js +1 -1
- package/lib/Layout/LayoutSider.vue3.js +1 -1
- package/lib/Layout/hooks/useSiderContext.d.ts +2 -2
- package/lib/Layout/hooks/useSiderContext.js +1 -1
- package/lib/Layout/index.d.ts +20 -20
- package/lib/Layout/index.js +1 -1
- package/lib/Layout/type.d.ts +4 -5
- package/lib/Link/index.d.ts +1 -1
- package/lib/Link/index.js +1 -1
- package/lib/Link/index.vue.d.ts +2 -2
- package/lib/Link/index.vue.js +1 -1
- package/lib/Link/index.vue3.js +1 -1
- package/lib/Link/type.d.ts +1 -1
- package/lib/List/List.vue.d.ts +27 -27
- package/lib/List/List.vue.js +1 -1
- package/lib/List/List.vue3.js +1 -1
- package/lib/List/ListItem.vue.d.ts +2 -2
- package/lib/List/ListItem.vue.js +1 -1
- package/lib/List/ListItem.vue3.js +1 -1
- package/lib/List/ListItemMeta.vue.d.ts +2 -2
- package/lib/List/ListItemMeta.vue.js +1 -1
- package/lib/List/ListItemMeta.vue3.js +1 -1
- package/lib/List/ListVirtual.vue.d.ts +3 -3
- package/lib/List/ListVirtual.vue.js +1 -1
- package/lib/List/ListVirtual.vue3.js +1 -1
- package/lib/List/hooks/useScrollReach.js +1 -1
- package/lib/List/index.d.ts +18 -18
- package/lib/List/index.js +1 -1
- package/lib/List/type.d.ts +3 -3
- package/lib/Mention/index.d.ts +104 -104
- package/lib/Mention/index.js +1 -1
- package/lib/Mention/index.vue.d.ts +171 -171
- package/lib/Mention/index.vue.js +1 -1
- package/lib/Mention/index.vue2.js +1 -1
- package/lib/Mention/type.d.ts +6 -5
- package/lib/Menu/Menu.vue.d.ts +6 -6
- package/lib/Menu/Menu.vue.js +1 -1
- package/lib/Menu/Menu.vue3.js +1 -1
- package/lib/Menu/MenuEllipsis.vue.js +1 -1
- package/lib/Menu/MenuEllipsis.vue3.js +1 -1
- package/lib/Menu/MenuItem.vue.d.ts +2 -2
- package/lib/Menu/MenuItem.vue.js +1 -1
- package/lib/Menu/MenuItem.vue3.js +1 -1
- package/lib/Menu/MenuItemGroup.vue.js +1 -1
- package/lib/Menu/MenuItemGroup.vue3.js +1 -1
- package/lib/Menu/MenuPopOption.vue.js +1 -1
- package/lib/Menu/MenuPopOption.vue2.js +1 -1
- package/lib/Menu/SubMenu.vue.d.ts +3 -3
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Menu/SubMenu.vue3.js +1 -1
- package/lib/Menu/hooks/useContext.d.ts +5 -5
- package/lib/Menu/hooks/useContext.js +1 -1
- package/lib/Menu/index.d.ts +22 -22
- package/lib/Menu/index.js +1 -1
- package/lib/Menu/type.d.ts +3 -6
- package/lib/Message/Message.vue.d.ts +4 -4
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Message/Message.vue3.js +1 -1
- package/lib/Message/MessageList.vue.js +1 -1
- package/lib/Message/MessageList.vue3.js +1 -1
- package/lib/Message/index.d.ts +15 -15
- package/lib/Message/index.js +1 -1
- package/lib/Message/type.d.ts +5 -5
- package/lib/Modal/Modal.vue.d.ts +5 -5
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Modal/Modal.vue3.js +1 -1
- package/lib/Modal/ModalService.vue.d.ts +6 -6
- package/lib/Modal/ModalService.vue.js +1 -1
- package/lib/Modal/ModalService.vue3.js +1 -1
- package/lib/Modal/hooks/useModalClose.js +1 -1
- package/lib/Modal/hooks/useModalDraggable.js +1 -1
- package/lib/Modal/hooks/useOnBeforeClose.js +1 -1
- package/lib/Modal/index.d.ts +19 -17
- package/lib/Modal/index.js +1 -1
- package/lib/Modal/type.d.ts +8 -8
- package/lib/Notification/Notification.vue.d.ts +7 -7
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/Notification/Notification.vue3.js +1 -1
- package/lib/Notification/NotificationList.vue.js +1 -1
- package/lib/Notification/NotificationList.vue3.js +1 -1
- package/lib/Notification/index.d.ts +25 -24
- package/lib/Notification/index.js +1 -1
- package/lib/Notification/type.d.ts +5 -5
- package/lib/OverflowList/index.d.ts +1 -1
- package/lib/OverflowList/index.js +1 -1
- package/lib/OverflowList/index.vue.d.ts +2 -2
- package/lib/OverflowList/index.vue.js +1 -1
- package/lib/OverflowList/index.vue3.js +1 -1
- package/lib/PageHeader/index.d.ts +1 -1
- package/lib/PageHeader/index.js +1 -1
- package/lib/PageHeader/index.vue.d.ts +2 -2
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/PageHeader/index.vue3.js +1 -1
- package/lib/Pagination/Pagination.vue.d.ts +2 -2
- package/lib/Pagination/Pagination.vue.js +1 -1
- package/lib/Pagination/Pagination.vue3.js +1 -1
- package/lib/Pagination/PaginationItem.vue.js +1 -1
- package/lib/Pagination/PaginationItem.vue3.js +1 -1
- package/lib/Pagination/hooks/useContext.d.ts +2 -2
- package/lib/Pagination/hooks/useContext.js +1 -1
- package/lib/Pagination/index.d.ts +1 -1
- package/lib/Pagination/index.js +1 -1
- package/lib/Popconfirm/index.d.ts +32 -32
- package/lib/Popconfirm/index.js +1 -1
- package/lib/Popconfirm/index.vue.d.ts +39 -39
- package/lib/Popconfirm/index.vue.js +1 -1
- package/lib/Popconfirm/index.vue3.js +1 -1
- package/lib/Popconfirm/type.d.ts +4 -4
- package/lib/Popover/index.d.ts +16 -16
- package/lib/Popover/index.js +1 -1
- package/lib/Popover/index.vue.d.ts +7 -7
- package/lib/Popover/index.vue.js +1 -1
- package/lib/Popover/index.vue3.js +1 -1
- package/lib/Popover/type.d.ts +3 -3
- package/lib/Progress/Progress.vue.js +1 -1
- package/lib/Progress/Progress.vue3.js +1 -1
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue3.js +1 -1
- package/lib/Progress/ProgressLine.vue.js +1 -1
- package/lib/Progress/ProgressLine.vue3.js +1 -1
- package/lib/Progress/ProgressSteps.vue.js +1 -1
- package/lib/Progress/ProgressSteps.vue3.js +1 -1
- package/lib/Progress/index.js +1 -1
- package/lib/Progress/type.d.ts +1 -1
- package/lib/Radio/Radio.vue.d.ts +3 -3
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Radio/Radio.vue3.js +1 -1
- package/lib/Radio/RadioGroup.vue.d.ts +3 -3
- package/lib/Radio/RadioGroup.vue.js +1 -1
- package/lib/Radio/RadioGroup.vue3.js +1 -1
- package/lib/Radio/hooks/useContext.d.ts +3 -3
- package/lib/Radio/hooks/useContext.js +1 -1
- package/lib/Radio/index.d.ts +8 -8
- package/lib/Radio/index.js +1 -1
- package/lib/Radio/type.d.ts +2 -2
- package/lib/Rate/index.js +1 -1
- package/lib/Rate/index.vue.js +1 -1
- package/lib/Rate/index.vue3.js +1 -1
- package/lib/ResizeBox/index.js +1 -1
- package/lib/ResizeBox/index.vue.js +1 -1
- package/lib/ResizeBox/index.vue3.js +1 -1
- package/lib/Result/index.d.ts +1 -1
- package/lib/Result/index.js +1 -1
- package/lib/Result/index.vue.d.ts +2 -2
- package/lib/Result/index.vue.js +1 -1
- package/lib/Result/index.vue3.js +1 -1
- package/lib/Result/type.d.ts +1 -1
- package/lib/Scrollbar/Scrollbar.vue.d.ts +2 -2
- package/lib/Scrollbar/Scrollbar.vue.js +1 -1
- package/lib/Scrollbar/Scrollbar.vue3.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
- package/lib/Scrollbar/ScrollbarTrack.vue3.js +1 -1
- package/lib/Scrollbar/hooks/useContext.js +1 -1
- package/lib/Scrollbar/index.d.ts +6 -6
- package/lib/Scrollbar/index.js +1 -1
- package/lib/Select/Optgroup.vue.js +1 -1
- package/lib/Select/Optgroup.vue3.js +1 -1
- package/lib/Select/Option.vue.d.ts +4 -4
- package/lib/Select/Option.vue.js +1 -1
- package/lib/Select/Option.vue3.js +1 -1
- package/lib/Select/Select.vue.d.ts +76 -76
- package/lib/Select/Select.vue.js +1 -1
- package/lib/Select/Select.vue3.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Select/SelectIcon.vue3.js +1 -1
- package/lib/Select/SelectRealList.vue.js +1 -1
- package/lib/Select/SelectRealList.vue3.js +1 -1
- package/lib/Select/SelectView.vue.js +1 -1
- package/lib/Select/SelectView.vue3.js +1 -1
- package/lib/Select/SelectVirtualList.vue.js +1 -1
- package/lib/Select/SelectVirtualList.vue3.js +1 -1
- package/lib/Select/hooks/useContext.d.ts +13 -13
- package/lib/Select/hooks/useContext.js +1 -1
- package/lib/Select/hooks/useSelectHotkeys.js +1 -1
- package/lib/Select/hooks/useSelectOptions.d.ts +13 -13
- package/lib/Select/hooks/useSelectOptions.js +1 -1
- package/lib/Select/index.d.ts +64 -64
- package/lib/Select/index.js +1 -1
- package/lib/Select/type.d.ts +13 -16
- package/lib/Skeleton/Skeleton.vue.js +1 -1
- package/lib/Skeleton/Skeleton.vue2.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue.js +1 -1
- package/lib/Skeleton/SkeletonLine.vue3.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue.js +1 -1
- package/lib/Skeleton/SkeletonShape.vue3.js +1 -1
- package/lib/Skeleton/index.js +1 -1
- package/lib/Skeleton/type.d.ts +3 -2
- package/lib/Slider/Slider.vue.d.ts +1 -1
- package/lib/Slider/Slider.vue.js +1 -1
- package/lib/Slider/Slider.vue3.js +1 -1
- package/lib/Slider/SliderBtn.vue.js +1 -1
- package/lib/Slider/SliderBtn.vue3.js +1 -1
- package/lib/Slider/SliderInput.vue.js +1 -1
- package/lib/Slider/SliderInput.vue3.js +1 -1
- package/lib/Slider/SliderTicks.vue.d.ts +2 -2
- package/lib/Slider/SliderTicks.vue.js +1 -1
- package/lib/Slider/SliderTicks.vue3.js +1 -1
- package/lib/Slider/hooks/useContext.d.ts +4 -4
- package/lib/Slider/hooks/useContext.js +1 -1
- package/lib/Slider/hooks/useSliderDraggable.js +1 -1
- package/lib/Slider/index.d.ts +3 -3
- package/lib/Slider/index.js +1 -1
- package/lib/Slider/type.d.ts +2 -3
- package/lib/Space/index.d.ts +4 -4
- package/lib/Space/index.js +1 -1
- package/lib/Space/index.vue.d.ts +3 -3
- package/lib/Space/index.vue.js +1 -1
- package/lib/Space/index.vue3.js +1 -1
- package/lib/Spin/index.d.ts +1 -1
- package/lib/Spin/index.js +1 -1
- package/lib/Spin/index.vue.d.ts +2 -2
- package/lib/Spin/index.vue.js +1 -1
- package/lib/Spin/index.vue3.js +1 -1
- package/lib/Split/index.js +1 -1
- package/lib/Split/index.vue.js +1 -1
- package/lib/Split/index.vue3.js +1 -1
- package/lib/Statistic/Countdown.vue.d.ts +1 -1
- package/lib/Statistic/Countdown.vue.js +1 -1
- package/lib/Statistic/Countdown.vue2.js +1 -1
- package/lib/Statistic/Statistic.vue.d.ts +3 -3
- package/lib/Statistic/Statistic.vue.js +1 -1
- package/lib/Statistic/Statistic.vue3.js +1 -1
- package/lib/Statistic/index.d.ts +7 -7
- package/lib/Statistic/index.js +1 -1
- package/lib/Steps/Step.vue.d.ts +3 -3
- package/lib/Steps/Step.vue.js +1 -1
- package/lib/Steps/Step.vue3.js +1 -1
- package/lib/Steps/Steps.vue.js +1 -1
- package/lib/Steps/Steps.vue3.js +1 -1
- package/lib/Steps/hooks/useContext.d.ts +3 -3
- package/lib/Steps/hooks/useContext.js +1 -1
- package/lib/Steps/index.d.ts +4 -4
- package/lib/Steps/index.js +1 -1
- package/lib/Switch/index.d.ts +4 -4
- package/lib/Switch/index.js +1 -1
- package/lib/Switch/index.vue.d.ts +3 -3
- package/lib/Switch/index.vue.js +1 -1
- package/lib/Switch/index.vue3.js +1 -1
- package/lib/Switch/type.d.ts +2 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tabs/TabButton.vue3.js +1 -1
- package/lib/Tabs/TabPane.vue.d.ts +1 -1
- package/lib/Tabs/TabPane.vue.js +1 -1
- package/lib/Tabs/TabPane.vue3.js +1 -1
- package/lib/Tabs/Tabs.vue.d.ts +4 -4
- package/lib/Tabs/Tabs.vue.js +1 -1
- package/lib/Tabs/Tabs.vue3.js +1 -1
- package/lib/Tabs/TabsNavInk.vue.d.ts +2 -2
- package/lib/Tabs/TabsNavInk.vue.js +1 -1
- package/lib/Tabs/TabsNavInk.vue3.js +1 -1
- package/lib/Tabs/TabsTab.vue.js +1 -1
- package/lib/Tabs/TabsTab.vue3.js +1 -1
- package/lib/Tabs/hooks/useContext.d.ts +5 -5
- package/lib/Tabs/hooks/useContext.js +1 -1
- package/lib/Tabs/hooks/useTabsScroll.d.ts +2 -2
- package/lib/Tabs/hooks/useTabsScroll.js +1 -1
- package/lib/Tabs/index.d.ts +7 -7
- package/lib/Tabs/index.js +1 -1
- package/lib/Tabs/type.d.ts +2 -3
- package/lib/Tag/index.d.ts +1 -1
- package/lib/Tag/index.js +1 -1
- package/lib/Tag/index.vue.d.ts +2 -2
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Tag/index.vue3.js +1 -1
- package/lib/Tag/type.d.ts +2 -1
- package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
- package/lib/Textarea/index.d.ts +8 -8
- package/lib/Textarea/index.js +1 -1
- package/lib/Textarea/index.vue.d.ts +3 -3
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/Textarea/index.vue3.js +1 -1
- package/lib/TimePicker/TimePicker.vue.d.ts +7 -7
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue3.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue3.js +1 -1
- package/lib/TimePicker/hooks/useContext.d.ts +2 -2
- package/lib/TimePicker/hooks/useContext.js +1 -1
- package/lib/TimePicker/index.d.ts +11 -11
- package/lib/TimePicker/index.js +1 -1
- package/lib/TimePicker/type.d.ts +1 -1
- package/lib/Timeline/Timeline.vue.js +1 -1
- package/lib/Timeline/Timeline.vue3.js +1 -1
- package/lib/Timeline/TimelineItem.vue.d.ts +3 -3
- package/lib/Timeline/TimelineItem.vue.js +1 -1
- package/lib/Timeline/TimelineItem.vue3.js +1 -1
- package/lib/Timeline/TimelineItemPending.vue.js +1 -1
- package/lib/Timeline/TimelineItemPending.vue2.js +1 -1
- package/lib/Timeline/hooks/useContext.d.ts +4 -4
- package/lib/Timeline/hooks/useContext.js +1 -1
- package/lib/Timeline/index.d.ts +4 -4
- package/lib/Timeline/index.js +1 -1
- package/lib/Tooltip/index.d.ts +12 -12
- package/lib/Tooltip/index.js +1 -1
- package/lib/Tooltip/index.vue.d.ts +4 -4
- package/lib/Tooltip/index.vue.js +1 -1
- package/lib/Tooltip/index.vue3.js +1 -1
- package/lib/Tooltip/type.d.ts +3 -3
- package/lib/Transfer/Transfer.vue.d.ts +3 -3
- package/lib/Transfer/Transfer.vue.js +1 -1
- package/lib/Transfer/Transfer.vue3.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue3.js +1 -1
- package/lib/Transfer/hooks/useContext.d.ts +2 -2
- package/lib/Transfer/hooks/useContext.js +1 -1
- package/lib/Transfer/index.d.ts +8 -8
- package/lib/Transfer/index.js +1 -1
- package/lib/Trigger/hooks/useContext.d.ts +2 -2
- package/lib/Trigger/hooks/useContext.js +1 -1
- package/lib/Trigger/hooks/useTriggerPosition.d.ts +3 -4
- package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
- package/lib/Trigger/hooks/useTriggerVisible.d.ts +2 -2
- package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
- package/lib/Trigger/index.d.ts +17 -17
- package/lib/Trigger/index.js +1 -1
- package/lib/Trigger/index.vue.d.ts +9 -9
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Trigger/index.vue3.js +1 -1
- package/lib/Trigger/type.d.ts +3 -4
- package/lib/Typography/Typography.vue.js +1 -1
- package/lib/Typography/Typography.vue3.js +1 -1
- package/lib/Typography/TypographyBase.vue.d.ts +28 -29
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue3.js +1 -1
- package/lib/Typography/TypographyParagraph.vue.d.ts +3 -3
- package/lib/Typography/TypographyParagraph.vue.js +1 -1
- package/lib/Typography/TypographyParagraph.vue3.js +1 -1
- package/lib/Typography/TypographyText.vue.d.ts +1 -2
- package/lib/Typography/TypographyText.vue.js +1 -1
- package/lib/Typography/TypographyText.vue2.js +1 -1
- package/lib/Typography/TypographyTitle.vue.d.ts +3 -3
- package/lib/Typography/TypographyTitle.vue.js +1 -1
- package/lib/Typography/TypographyTitle.vue3.js +1 -1
- package/lib/Typography/index.js +1 -1
- package/lib/Typography/type.d.ts +4 -14
- package/lib/VerificationCode/index.d.ts +6 -6
- package/lib/VerificationCode/index.js +1 -1
- package/lib/VerificationCode/index.vue.d.ts +2 -2
- package/lib/VerificationCode/index.vue.js +1 -1
- package/lib/VerificationCode/index.vue3.js +1 -1
- package/lib/Watermark/index.d.ts +3 -3
- package/lib/Watermark/index.js +1 -1
- package/lib/Watermark/index.vue.d.ts +1 -1
- package/lib/Watermark/index.vue.js +1 -1
- package/lib/Watermark/index.vue3.js +1 -1
- package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
- package/lib/_shared/components/ExpandTransition/index.vue3.js +1 -1
- package/lib/_shared/components/Icon/index.vue2.js +1 -1
- package/lib/_shared/components/Icon/index.vue3.js +1 -1
- package/lib/_shared/components/IconButton/index.vue.js +1 -1
- package/lib/_shared/components/IconButton/index.vue3.js +1 -1
- package/lib/_shared/components/PreventFocus/index.vue.js +1 -1
- package/lib/_shared/components/PreventFocus/index.vue2.js +1 -1
- package/lib/_shared/constants/index.d.ts +4 -4
- package/lib/_shared/constants/index.js +1 -1
- package/lib/_shared/icons/Icon403.svg.js +1 -1
- package/lib/_shared/icons/Icon404.svg.js +1 -1
- package/lib/_shared/icons/Icon500.svg.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue2.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue2.js +1 -1
- package/lib/_shared/icons/IconCheck.vue.js +1 -1
- package/lib/_shared/icons/IconCheck.vue2.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue2.js +1 -1
- package/lib/_shared/icons/IconClose.vue.js +1 -1
- package/lib/_shared/icons/IconClose.vue2.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconDelete.vue.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue2.js +1 -1
- package/lib/_shared/icons/IconError.vue.js +1 -1
- package/lib/_shared/icons/IconError.vue2.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue2.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue2.js +1 -1
- package/lib/_shared/icons/IconInfo.vue.js +1 -1
- package/lib/_shared/icons/IconInfo.vue2.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue2.js +1 -1
- package/lib/_shared/icons/IconLink.vue.js +1 -1
- package/lib/_shared/icons/IconLink.vue2.js +1 -1
- package/lib/_shared/icons/IconLoading.vue.js +1 -1
- package/lib/_shared/icons/IconLoading.vue2.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue2.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue2.js +1 -1
- package/lib/_shared/icons/IconMinus.vue.js +1 -1
- package/lib/_shared/icons/IconMinus.vue2.js +1 -1
- package/lib/_shared/icons/IconMore.vue.js +1 -1
- package/lib/_shared/icons/IconMore.vue2.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
- package/lib/_shared/icons/IconPlus.vue.js +1 -1
- package/lib/_shared/icons/IconPlus.vue2.js +1 -1
- package/lib/_shared/icons/IconRight.vue.js +1 -1
- package/lib/_shared/icons/IconRight.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
- package/lib/_shared/icons/IconSearch.vue.js +1 -1
- package/lib/_shared/icons/IconSearch.vue2.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
- package/lib/_shared/icons/IconStar.vue.js +1 -1
- package/lib/_shared/icons/IconStar.vue2.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue2.js +1 -1
- package/lib/_shared/icons/IconTime.vue.js +1 -1
- package/lib/_shared/icons/IconTime.vue2.js +1 -1
- package/lib/_shared/icons/IconToTop.vue.js +1 -1
- package/lib/_shared/icons/IconToTop.vue2.js +1 -1
- package/lib/_shared/icons/IconWarning.vue.js +1 -1
- package/lib/_shared/icons/IconWarning.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
- package/lib/_shared/type/index.d.ts +22 -5
- package/lib/_shared/utils/color.js +1 -1
- package/lib/_shared/utils/control.d.ts +2 -2
- package/lib/_shared/utils/control.js +1 -1
- package/lib/_shared/utils/dom.d.ts +1 -1
- package/lib/_shared/utils/dom.js +1 -1
- package/lib/_shared/utils/global-config.d.ts +4 -4
- package/lib/_shared/utils/global-config.js +1 -1
- package/lib/_shared/utils/locale.js +1 -1
- package/lib/_shared/utils/time.js +1 -1
- package/lib/_shared/utils/vue-utils.d.ts +3 -3
- package/lib/_shared/utils/vue-utils.js +1 -1
- package/lib/index.d.ts +128 -128
- package/lib/index.js +1 -1
- package/lib/node_modules/b-tween/dist/b-tween.es.js +1 -1
- package/lib/node_modules/dayjs/dayjs.min.js +1 -1
- package/lib/node_modules/dayjs/plugin/duration.js +1 -1
- package/lib/node_modules/dayjs/plugin/isSameOrAfter.js +1 -1
- package/lib/node_modules/dayjs/plugin/isSameOrBefore.js +1 -1
- package/lib/node_modules/dayjs/plugin/toObject.js +1 -1
- package/lib/node_modules/tinycolor2/esm/tinycolor.js +1 -1
- package/lib/src/lang/lang-es/zh-cn.js +1 -1
- package/package.json +1 -1
- package/es/_shared/utils/index.d.ts +0 -8
- package/lib/_shared/utils/index.d.ts +0 -8
@@ -0,0 +1,154 @@
|
|
1
|
+
const calendarLang = {
|
2
|
+
formatYear: "YYYY",
|
3
|
+
formatMonth: "M/YYYY",
|
4
|
+
today: "Hoy",
|
5
|
+
view: {
|
6
|
+
month: "Mes",
|
7
|
+
year: "Año",
|
8
|
+
week: "Semana",
|
9
|
+
day: "Fecha"
|
10
|
+
},
|
11
|
+
month: {
|
12
|
+
long: {
|
13
|
+
January: "Enero",
|
14
|
+
February: "Febrero",
|
15
|
+
March: "Marzo",
|
16
|
+
April: "Abril",
|
17
|
+
May: "Mayo",
|
18
|
+
June: "Junio",
|
19
|
+
July: "Julio",
|
20
|
+
August: "Agosto",
|
21
|
+
September: "Septiembre",
|
22
|
+
October: "Octubre",
|
23
|
+
November: "Noviembre",
|
24
|
+
December: "Diciembre"
|
25
|
+
},
|
26
|
+
short: {
|
27
|
+
January: "Ene",
|
28
|
+
February: "Feb",
|
29
|
+
March: "Mar",
|
30
|
+
April: "Abr",
|
31
|
+
May: "May",
|
32
|
+
June: "Jun",
|
33
|
+
July: "Jul",
|
34
|
+
August: "Ago",
|
35
|
+
September: "Sep",
|
36
|
+
October: "Oct",
|
37
|
+
November: "Nov",
|
38
|
+
December: "Dic"
|
39
|
+
}
|
40
|
+
},
|
41
|
+
week: {
|
42
|
+
long: {
|
43
|
+
self: "Semana",
|
44
|
+
monday: "Lunes",
|
45
|
+
tuesday: "Martes",
|
46
|
+
wednesday: "Miércoles",
|
47
|
+
thursday: "Jueves",
|
48
|
+
friday: "Viernes",
|
49
|
+
saturday: "Sábado",
|
50
|
+
sunday: "Domingo"
|
51
|
+
},
|
52
|
+
short: {
|
53
|
+
self: "Semana",
|
54
|
+
monday: "Lun",
|
55
|
+
tuesday: "Mar",
|
56
|
+
wednesday: "Mié",
|
57
|
+
thursday: "Jue",
|
58
|
+
friday: "Vie",
|
59
|
+
saturday: "Sáb",
|
60
|
+
sunday: "Dom"
|
61
|
+
}
|
62
|
+
}
|
63
|
+
};
|
64
|
+
const lang = {
|
65
|
+
locale: "es-ES",
|
66
|
+
empty: {
|
67
|
+
description: "No hay datos"
|
68
|
+
},
|
69
|
+
drawer: {
|
70
|
+
okText: "Aceptar",
|
71
|
+
cancelText: "Cancelar"
|
72
|
+
},
|
73
|
+
popconfirm: {
|
74
|
+
okText: "Aceptar",
|
75
|
+
cancelText: "Cancelar"
|
76
|
+
},
|
77
|
+
modal: {
|
78
|
+
okText: "Aceptar",
|
79
|
+
cancelText: "Cancelar"
|
80
|
+
},
|
81
|
+
pagination: {
|
82
|
+
goto: "Ir a",
|
83
|
+
page: "Página",
|
84
|
+
countPerPage: "/ página",
|
85
|
+
total: "{0} en total"
|
86
|
+
},
|
87
|
+
table: {
|
88
|
+
okText: "Aceptar",
|
89
|
+
resetText: "Reiniciar"
|
90
|
+
},
|
91
|
+
upload: {
|
92
|
+
start: "Comienzo",
|
93
|
+
cancel: "Cancelar",
|
94
|
+
delete: "Eliminar",
|
95
|
+
retry: "Haga clic para intentarlo de nuevo",
|
96
|
+
buttonText: "Haga clic para cargar",
|
97
|
+
preview: "Vista Previa",
|
98
|
+
drag: "Haga clic o arrastre los archivos para cargarlos aquí",
|
99
|
+
dragHover: "Libera el archivo y empieza a subir",
|
100
|
+
error: "Fallar"
|
101
|
+
},
|
102
|
+
calendar: calendarLang,
|
103
|
+
datePicker: {
|
104
|
+
view: calendarLang.view,
|
105
|
+
month: calendarLang.month,
|
106
|
+
week: calendarLang.week,
|
107
|
+
placeholder: {
|
108
|
+
date: "Seleccionar fecha",
|
109
|
+
week: "Seleccionar semana",
|
110
|
+
month: "Elegir un mes",
|
111
|
+
year: "Elegir un año",
|
112
|
+
quarter: "Seleccionar trimestre",
|
113
|
+
time: "Seleccionar hora"
|
114
|
+
},
|
115
|
+
rangePlaceholder: {
|
116
|
+
date: ["Fecha inicial", "Fecha final"],
|
117
|
+
week: ["Semana inicial", "Semana final"],
|
118
|
+
month: ["Mes inicial", "Mes final"],
|
119
|
+
year: ["Año inicial", "Año final"],
|
120
|
+
quarter: ["Trimestre inicial", "Trimestre final"],
|
121
|
+
time: ["Seleccionar hora", "Seleccionar hora"]
|
122
|
+
},
|
123
|
+
selectTime: "Select time",
|
124
|
+
today: "Today",
|
125
|
+
now: "Now",
|
126
|
+
ok: "Ok"
|
127
|
+
},
|
128
|
+
image: {
|
129
|
+
loading: "cargando"
|
130
|
+
},
|
131
|
+
imagePreview: {
|
132
|
+
fullScreen: "Pantalla completa",
|
133
|
+
rotateRight: "Gira a la derecha",
|
134
|
+
rotateLeft: "Girar a la izquierda",
|
135
|
+
zoomIn: "Acercar",
|
136
|
+
zoomOut: "Alejar",
|
137
|
+
originalSize: "Tamaño original"
|
138
|
+
},
|
139
|
+
typography: {
|
140
|
+
copy: "Copiar",
|
141
|
+
copied: "Copiado",
|
142
|
+
edit: "Editar",
|
143
|
+
expand: "Expandir",
|
144
|
+
collapse: "Pliegue"
|
145
|
+
},
|
146
|
+
colorPicker: {
|
147
|
+
history: "Colores históricos",
|
148
|
+
preset: "Colores predefinidos del sistema",
|
149
|
+
empty: "No hay datos"
|
150
|
+
}
|
151
|
+
};
|
152
|
+
export {
|
153
|
+
lang as default
|
154
|
+
};
|
@@ -0,0 +1,206 @@
|
|
1
|
+
declare const lang: {
|
2
|
+
locale: string;
|
3
|
+
empty: {
|
4
|
+
description: string;
|
5
|
+
};
|
6
|
+
drawer: {
|
7
|
+
okText: string;
|
8
|
+
cancelText: string;
|
9
|
+
};
|
10
|
+
popconfirm: {
|
11
|
+
okText: string;
|
12
|
+
cancelText: string;
|
13
|
+
};
|
14
|
+
modal: {
|
15
|
+
okText: string;
|
16
|
+
cancelText: string;
|
17
|
+
};
|
18
|
+
pagination: {
|
19
|
+
goto: string;
|
20
|
+
page: string;
|
21
|
+
countPerPage: string;
|
22
|
+
total: string;
|
23
|
+
};
|
24
|
+
table: {
|
25
|
+
okText: string;
|
26
|
+
resetText: string;
|
27
|
+
};
|
28
|
+
upload: {
|
29
|
+
start: string;
|
30
|
+
cancel: string;
|
31
|
+
delete: string;
|
32
|
+
retry: string;
|
33
|
+
buttonText: string;
|
34
|
+
preview: string;
|
35
|
+
drag: string;
|
36
|
+
dragHover: string;
|
37
|
+
error: string;
|
38
|
+
};
|
39
|
+
calendar: {
|
40
|
+
formatYear: string;
|
41
|
+
formatMonth: string;
|
42
|
+
today: string;
|
43
|
+
view: {
|
44
|
+
month: string;
|
45
|
+
year: string;
|
46
|
+
week: string;
|
47
|
+
day: string;
|
48
|
+
};
|
49
|
+
month: {
|
50
|
+
long: {
|
51
|
+
January: string;
|
52
|
+
February: string;
|
53
|
+
March: string;
|
54
|
+
April: string;
|
55
|
+
May: string;
|
56
|
+
June: string;
|
57
|
+
July: string;
|
58
|
+
August: string;
|
59
|
+
September: string;
|
60
|
+
October: string;
|
61
|
+
November: string;
|
62
|
+
December: string;
|
63
|
+
};
|
64
|
+
short: {
|
65
|
+
January: string;
|
66
|
+
February: string;
|
67
|
+
March: string;
|
68
|
+
April: string;
|
69
|
+
May: string;
|
70
|
+
June: string;
|
71
|
+
July: string;
|
72
|
+
August: string;
|
73
|
+
September: string;
|
74
|
+
October: string;
|
75
|
+
November: string;
|
76
|
+
December: string;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
week: {
|
80
|
+
long: {
|
81
|
+
self: string;
|
82
|
+
monday: string;
|
83
|
+
tuesday: string;
|
84
|
+
wednesday: string;
|
85
|
+
thursday: string;
|
86
|
+
friday: string;
|
87
|
+
saturday: string;
|
88
|
+
sunday: string;
|
89
|
+
};
|
90
|
+
short: {
|
91
|
+
self: string;
|
92
|
+
monday: string;
|
93
|
+
tuesday: string;
|
94
|
+
wednesday: string;
|
95
|
+
thursday: string;
|
96
|
+
friday: string;
|
97
|
+
saturday: string;
|
98
|
+
sunday: string;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
};
|
102
|
+
datePicker: {
|
103
|
+
view: {
|
104
|
+
month: string;
|
105
|
+
year: string;
|
106
|
+
week: string;
|
107
|
+
day: string;
|
108
|
+
};
|
109
|
+
month: {
|
110
|
+
long: {
|
111
|
+
January: string;
|
112
|
+
February: string;
|
113
|
+
March: string;
|
114
|
+
April: string;
|
115
|
+
May: string;
|
116
|
+
June: string;
|
117
|
+
July: string;
|
118
|
+
August: string;
|
119
|
+
September: string;
|
120
|
+
October: string;
|
121
|
+
November: string;
|
122
|
+
December: string;
|
123
|
+
};
|
124
|
+
short: {
|
125
|
+
January: string;
|
126
|
+
February: string;
|
127
|
+
March: string;
|
128
|
+
April: string;
|
129
|
+
May: string;
|
130
|
+
June: string;
|
131
|
+
July: string;
|
132
|
+
August: string;
|
133
|
+
September: string;
|
134
|
+
October: string;
|
135
|
+
November: string;
|
136
|
+
December: string;
|
137
|
+
};
|
138
|
+
};
|
139
|
+
week: {
|
140
|
+
long: {
|
141
|
+
self: string;
|
142
|
+
monday: string;
|
143
|
+
tuesday: string;
|
144
|
+
wednesday: string;
|
145
|
+
thursday: string;
|
146
|
+
friday: string;
|
147
|
+
saturday: string;
|
148
|
+
sunday: string;
|
149
|
+
};
|
150
|
+
short: {
|
151
|
+
self: string;
|
152
|
+
monday: string;
|
153
|
+
tuesday: string;
|
154
|
+
wednesday: string;
|
155
|
+
thursday: string;
|
156
|
+
friday: string;
|
157
|
+
saturday: string;
|
158
|
+
sunday: string;
|
159
|
+
};
|
160
|
+
};
|
161
|
+
placeholder: {
|
162
|
+
date: string;
|
163
|
+
week: string;
|
164
|
+
month: string;
|
165
|
+
year: string;
|
166
|
+
quarter: string;
|
167
|
+
time: string;
|
168
|
+
};
|
169
|
+
rangePlaceholder: {
|
170
|
+
date: string[];
|
171
|
+
week: string[];
|
172
|
+
month: string[];
|
173
|
+
year: string[];
|
174
|
+
quarter: string[];
|
175
|
+
time: string[];
|
176
|
+
};
|
177
|
+
selectTime: string;
|
178
|
+
today: string;
|
179
|
+
now: string;
|
180
|
+
ok: string;
|
181
|
+
};
|
182
|
+
image: {
|
183
|
+
loading: string;
|
184
|
+
};
|
185
|
+
imagePreview: {
|
186
|
+
fullScreen: string;
|
187
|
+
rotateRight: string;
|
188
|
+
rotateLeft: string;
|
189
|
+
zoomIn: string;
|
190
|
+
zoomOut: string;
|
191
|
+
originalSize: string;
|
192
|
+
};
|
193
|
+
typography: {
|
194
|
+
copy: string;
|
195
|
+
copied: string;
|
196
|
+
edit: string;
|
197
|
+
collapse: string;
|
198
|
+
expand: string;
|
199
|
+
};
|
200
|
+
colorPicker: {
|
201
|
+
history: string;
|
202
|
+
preset: string;
|
203
|
+
empty: string;
|
204
|
+
};
|
205
|
+
};
|
206
|
+
export default lang;
|
@@ -0,0 +1,154 @@
|
|
1
|
+
const calendarLang = {
|
2
|
+
formatYear: "YYYY",
|
3
|
+
formatMonth: "MM/YYYY",
|
4
|
+
today: "Aujourd'hui",
|
5
|
+
view: {
|
6
|
+
month: "Mois",
|
7
|
+
year: "Année",
|
8
|
+
week: "Semaine",
|
9
|
+
day: "Date"
|
10
|
+
},
|
11
|
+
month: {
|
12
|
+
long: {
|
13
|
+
January: "Janvier",
|
14
|
+
February: "Février",
|
15
|
+
March: "Mars",
|
16
|
+
April: "Avril",
|
17
|
+
May: "Mai",
|
18
|
+
June: "Juin",
|
19
|
+
July: "Juillet",
|
20
|
+
August: "Août",
|
21
|
+
September: "Septembre",
|
22
|
+
October: "Octobre",
|
23
|
+
November: "Novembre",
|
24
|
+
December: "Décembre"
|
25
|
+
},
|
26
|
+
short: {
|
27
|
+
January: "Jan",
|
28
|
+
February: "Fév",
|
29
|
+
March: "Mar",
|
30
|
+
April: "Avr",
|
31
|
+
May: "Mai",
|
32
|
+
June: "Jun",
|
33
|
+
July: "Jul",
|
34
|
+
August: "Aoû",
|
35
|
+
September: "Sep",
|
36
|
+
October: "Oct",
|
37
|
+
November: "Nov",
|
38
|
+
December: "Déc"
|
39
|
+
}
|
40
|
+
},
|
41
|
+
week: {
|
42
|
+
long: {
|
43
|
+
self: "Week",
|
44
|
+
monday: "Lundi",
|
45
|
+
tuesday: "Mardi",
|
46
|
+
wednesday: "Mercredi",
|
47
|
+
thursday: "Jeudi",
|
48
|
+
friday: "Vendredi",
|
49
|
+
saturday: "Samedi",
|
50
|
+
sunday: "Dimanche"
|
51
|
+
},
|
52
|
+
short: {
|
53
|
+
self: "Week",
|
54
|
+
monday: "Lun",
|
55
|
+
tuesday: "Mar",
|
56
|
+
wednesday: "Mer",
|
57
|
+
thursday: "Jeu",
|
58
|
+
friday: "Ven",
|
59
|
+
saturday: "Sam",
|
60
|
+
sunday: "Dim"
|
61
|
+
}
|
62
|
+
}
|
63
|
+
};
|
64
|
+
const lang = {
|
65
|
+
locale: "fr-FR",
|
66
|
+
empty: {
|
67
|
+
description: "Aucune donnée"
|
68
|
+
},
|
69
|
+
drawer: {
|
70
|
+
okText: "OK",
|
71
|
+
cancelText: "Annuler"
|
72
|
+
},
|
73
|
+
popconfirm: {
|
74
|
+
okText: "OK",
|
75
|
+
cancelText: "Annuler"
|
76
|
+
},
|
77
|
+
modal: {
|
78
|
+
okText: "OK",
|
79
|
+
cancelText: "Annuler"
|
80
|
+
},
|
81
|
+
pagination: {
|
82
|
+
goto: "Aller à",
|
83
|
+
page: "Page",
|
84
|
+
countPerPage: "/ page",
|
85
|
+
total: "Total {0}"
|
86
|
+
},
|
87
|
+
table: {
|
88
|
+
okText: "OK",
|
89
|
+
resetText: "Réinitialiser"
|
90
|
+
},
|
91
|
+
upload: {
|
92
|
+
start: "Démarrer",
|
93
|
+
cancel: "Annuler",
|
94
|
+
delete: "Supprimer",
|
95
|
+
retry: "Cliquez pour réessayer",
|
96
|
+
buttonText: "Cliquez pour télécharger",
|
97
|
+
preview: "Aperçu",
|
98
|
+
drag: "Cliquez ou faites glisser les fichiers à télécharger ici",
|
99
|
+
dragHover: "Libérez le fichier et commencez à télécharger",
|
100
|
+
error: "le téléchargement a échoué"
|
101
|
+
},
|
102
|
+
calendar: calendarLang,
|
103
|
+
datePicker: {
|
104
|
+
view: calendarLang.view,
|
105
|
+
month: calendarLang.month,
|
106
|
+
week: calendarLang.week,
|
107
|
+
placeholder: {
|
108
|
+
date: "Sélectionner une date",
|
109
|
+
week: "Sélectionner une semaine",
|
110
|
+
month: "Sélectionner un mois",
|
111
|
+
year: "Sélectionner une année",
|
112
|
+
quarter: "Sélectionner un trimestre",
|
113
|
+
time: "Sélectionner l'heure"
|
114
|
+
},
|
115
|
+
rangePlaceholder: {
|
116
|
+
date: ["Date de début", "Date de fin"],
|
117
|
+
week: ["Semaine de début", "Semaine de fin"],
|
118
|
+
month: ["Mois de début", "Mois de fin"],
|
119
|
+
year: ["Année de début", "Année de fin"],
|
120
|
+
quarter: ["Trimestre de début", "Trimestre de fin"],
|
121
|
+
time: ["Heure de début", "Heure de fin"]
|
122
|
+
},
|
123
|
+
selectTime: "Sélectionner l'heure",
|
124
|
+
today: "Aujourd'hui",
|
125
|
+
now: "Maintenant",
|
126
|
+
ok: "OK"
|
127
|
+
},
|
128
|
+
image: {
|
129
|
+
loading: "Chargement en cours"
|
130
|
+
},
|
131
|
+
imagePreview: {
|
132
|
+
fullScreen: "Plein écran",
|
133
|
+
rotateRight: "Tourner à droite",
|
134
|
+
rotateLeft: "Tourner vers la gauche",
|
135
|
+
zoomIn: "Agrandir",
|
136
|
+
zoomOut: "Dézoomer",
|
137
|
+
originalSize: "Format original"
|
138
|
+
},
|
139
|
+
typography: {
|
140
|
+
copy: "Copier",
|
141
|
+
copied: "Copie effectuée",
|
142
|
+
edit: "Éditer",
|
143
|
+
collapse: "Plier",
|
144
|
+
expand: "Étendre"
|
145
|
+
},
|
146
|
+
colorPicker: {
|
147
|
+
history: "Couleurs historiques",
|
148
|
+
preset: "Couleurs prédéfinies par le système",
|
149
|
+
empty: "Aucune donnée"
|
150
|
+
}
|
151
|
+
};
|
152
|
+
export {
|
153
|
+
lang as default
|
154
|
+
};
|
@@ -0,0 +1,206 @@
|
|
1
|
+
declare const lang: {
|
2
|
+
locale: string;
|
3
|
+
empty: {
|
4
|
+
description: string;
|
5
|
+
};
|
6
|
+
drawer: {
|
7
|
+
okText: string;
|
8
|
+
cancelText: string;
|
9
|
+
};
|
10
|
+
popconfirm: {
|
11
|
+
okText: string;
|
12
|
+
cancelText: string;
|
13
|
+
};
|
14
|
+
modal: {
|
15
|
+
okText: string;
|
16
|
+
cancelText: string;
|
17
|
+
};
|
18
|
+
pagination: {
|
19
|
+
goto: string;
|
20
|
+
page: string;
|
21
|
+
countPerPage: string;
|
22
|
+
total: string;
|
23
|
+
};
|
24
|
+
table: {
|
25
|
+
okText: string;
|
26
|
+
resetText: string;
|
27
|
+
};
|
28
|
+
upload: {
|
29
|
+
start: string;
|
30
|
+
cancel: string;
|
31
|
+
delete: string;
|
32
|
+
retry: string;
|
33
|
+
buttonText: string;
|
34
|
+
preview: string;
|
35
|
+
drag: string;
|
36
|
+
dragHover: string;
|
37
|
+
error: string;
|
38
|
+
};
|
39
|
+
calendar: {
|
40
|
+
formatYear: string;
|
41
|
+
formatMonth: string;
|
42
|
+
today: string;
|
43
|
+
view: {
|
44
|
+
month: string;
|
45
|
+
year: string;
|
46
|
+
week: string;
|
47
|
+
day: string;
|
48
|
+
};
|
49
|
+
month: {
|
50
|
+
long: {
|
51
|
+
January: string;
|
52
|
+
February: string;
|
53
|
+
March: string;
|
54
|
+
April: string;
|
55
|
+
May: string;
|
56
|
+
June: string;
|
57
|
+
July: string;
|
58
|
+
August: string;
|
59
|
+
September: string;
|
60
|
+
October: string;
|
61
|
+
November: string;
|
62
|
+
December: string;
|
63
|
+
};
|
64
|
+
short: {
|
65
|
+
January: string;
|
66
|
+
February: string;
|
67
|
+
March: string;
|
68
|
+
April: string;
|
69
|
+
May: string;
|
70
|
+
June: string;
|
71
|
+
July: string;
|
72
|
+
August: string;
|
73
|
+
September: string;
|
74
|
+
October: string;
|
75
|
+
November: string;
|
76
|
+
December: string;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
week: {
|
80
|
+
long: {
|
81
|
+
self: string;
|
82
|
+
monday: string;
|
83
|
+
tuesday: string;
|
84
|
+
wednesday: string;
|
85
|
+
thursday: string;
|
86
|
+
friday: string;
|
87
|
+
saturday: string;
|
88
|
+
sunday: string;
|
89
|
+
};
|
90
|
+
short: {
|
91
|
+
self: string;
|
92
|
+
monday: string;
|
93
|
+
tuesday: string;
|
94
|
+
wednesday: string;
|
95
|
+
thursday: string;
|
96
|
+
friday: string;
|
97
|
+
saturday: string;
|
98
|
+
sunday: string;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
};
|
102
|
+
datePicker: {
|
103
|
+
view: {
|
104
|
+
month: string;
|
105
|
+
year: string;
|
106
|
+
week: string;
|
107
|
+
day: string;
|
108
|
+
};
|
109
|
+
month: {
|
110
|
+
long: {
|
111
|
+
January: string;
|
112
|
+
February: string;
|
113
|
+
March: string;
|
114
|
+
April: string;
|
115
|
+
May: string;
|
116
|
+
June: string;
|
117
|
+
July: string;
|
118
|
+
August: string;
|
119
|
+
September: string;
|
120
|
+
October: string;
|
121
|
+
November: string;
|
122
|
+
December: string;
|
123
|
+
};
|
124
|
+
short: {
|
125
|
+
January: string;
|
126
|
+
February: string;
|
127
|
+
March: string;
|
128
|
+
April: string;
|
129
|
+
May: string;
|
130
|
+
June: string;
|
131
|
+
July: string;
|
132
|
+
August: string;
|
133
|
+
September: string;
|
134
|
+
October: string;
|
135
|
+
November: string;
|
136
|
+
December: string;
|
137
|
+
};
|
138
|
+
};
|
139
|
+
week: {
|
140
|
+
long: {
|
141
|
+
self: string;
|
142
|
+
monday: string;
|
143
|
+
tuesday: string;
|
144
|
+
wednesday: string;
|
145
|
+
thursday: string;
|
146
|
+
friday: string;
|
147
|
+
saturday: string;
|
148
|
+
sunday: string;
|
149
|
+
};
|
150
|
+
short: {
|
151
|
+
self: string;
|
152
|
+
monday: string;
|
153
|
+
tuesday: string;
|
154
|
+
wednesday: string;
|
155
|
+
thursday: string;
|
156
|
+
friday: string;
|
157
|
+
saturday: string;
|
158
|
+
sunday: string;
|
159
|
+
};
|
160
|
+
};
|
161
|
+
placeholder: {
|
162
|
+
date: string;
|
163
|
+
week: string;
|
164
|
+
month: string;
|
165
|
+
year: string;
|
166
|
+
quarter: string;
|
167
|
+
time: string;
|
168
|
+
};
|
169
|
+
rangePlaceholder: {
|
170
|
+
date: string[];
|
171
|
+
week: string[];
|
172
|
+
month: string[];
|
173
|
+
year: string[];
|
174
|
+
quarter: string[];
|
175
|
+
time: string[];
|
176
|
+
};
|
177
|
+
selectTime: string;
|
178
|
+
today: string;
|
179
|
+
now: string;
|
180
|
+
ok: string;
|
181
|
+
};
|
182
|
+
image: {
|
183
|
+
loading: string;
|
184
|
+
};
|
185
|
+
imagePreview: {
|
186
|
+
fullScreen: string;
|
187
|
+
rotateRight: string;
|
188
|
+
rotateLeft: string;
|
189
|
+
zoomIn: string;
|
190
|
+
zoomOut: string;
|
191
|
+
originalSize: string;
|
192
|
+
};
|
193
|
+
typography: {
|
194
|
+
copy: string;
|
195
|
+
copied: string;
|
196
|
+
edit: string;
|
197
|
+
collapse: string;
|
198
|
+
expand: string;
|
199
|
+
};
|
200
|
+
colorPicker: {
|
201
|
+
history: string;
|
202
|
+
preset: string;
|
203
|
+
empty: string;
|
204
|
+
};
|
205
|
+
};
|
206
|
+
export default lang;
|