@koi-design/uxd-ui 13.2.8 → 13.2.9
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/README.md +2 -0
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.type.d.ts +4 -4
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/es/components/AutoComplete/index.d.ts +600 -660
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +218 -203
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +119 -104
- package/es/components/Calendar/index.d.ts +457 -427
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +6 -6
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +17 -17
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
- package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/es/components/Checkbox/index.d.ts +57 -57
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/es/components/ColorPicker/index.d.ts +260 -260
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +1 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1117 -1117
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +6 -5
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Empty/Empty.d.ts +8 -8
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +3 -3
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +13 -13
- package/es/components/InfoView/index.d.ts +30 -30
- package/es/components/Input/Input.d.ts +26 -26
- package/es/components/Input/Input.type.d.ts +13 -13
- package/es/components/Input/index.d.ts +45 -45
- package/es/components/InputNumber/InputNumber.d.ts +36 -36
- package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/es/components/InputNumber/SingleInput.d.ts +10 -9
- package/es/components/InputNumber/index.d.ts +100 -100
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Layout.type.d.ts +6 -5
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +10 -10
- package/es/components/Layout/index.d.ts +12 -12
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +2 -2
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/Menu.d.ts +4 -4
- package/es/components/Menu/Menu.type.d.ts +22 -21
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +29 -29
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -35
- package/es/components/Menu/index.d.ts +63 -81
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +43 -43
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +20 -20
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +6 -6
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +9 -8
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.type.d.ts +11 -11
- package/es/components/Progress/Progress.vue.d.ts +31 -31
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +63 -63
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/Radio.type.d.ts +20 -20
- package/es/components/Radio/Radio.vue.d.ts +11 -11
- package/es/components/Radio/RadioGroup.d.ts +13 -13
- package/es/components/Radio/index.d.ts +37 -37
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +1 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/es/components/Select/RefSelect.mjs +3 -2
- package/es/components/Select/RefSelect.mjs.map +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +201 -182
- package/es/components/Select/Select.d.ts +34 -25
- package/es/components/Select/Select.type.d.ts +23 -18
- package/es/components/Select/Select.type.mjs +4 -0
- package/es/components/Select/Select.type.mjs.map +1 -1
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Input.vue.d.ts +3 -3
- package/es/components/Select/Selection/Multiple.mjs +5 -4
- package/es/components/Select/Selection/Multiple.mjs.map +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/es/components/Select/Selection/MultipleBase.mjs +18 -3
- package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.mjs +7 -2
- package/es/components/Select/Selection/Selection.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/Selection/Single.vue.d.ts +6 -8
- package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/es/components/Select/index.d.ts +64 -49
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Slider.d.ts +8 -8
- package/es/components/Slider/Slider.type.d.ts +8 -8
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +10 -10
- package/es/components/Space/Space.d.ts +4 -4
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/Steps.type.d.ts +14 -14
- package/es/components/Steps/Steps.vue.d.ts +11 -11
- package/es/components/Steps/index.d.ts +28 -28
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +376 -394
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +376 -394
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +376 -394
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +822 -858
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +752 -788
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
- package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
- package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +21 -21
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +30 -30
- package/es/components/Tabs/Tabs.type.d.ts +23 -22
- package/es/components/Tabs/index.d.ts +85 -85
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +7 -7
- package/es/components/Tag/index.d.ts +15 -15
- package/es/components/Text/Text.d.ts +6 -6
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +395 -395
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +3 -3
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +8 -7
- package/es/components/Transfer/Transfer.vue.d.ts +838 -838
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +180 -180
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/es/components/Transfer/index.d.ts +2212 -2212
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +92 -110
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +99 -125
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +64 -82
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +203 -263
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/es/components/TreeSelect/index.d.ts +802 -890
- package/es/components/Upload/Upload.d.ts +2 -2
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +68 -68
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/index.d.ts +7 -7
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.type.d.ts +4 -4
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/lib/components/AutoComplete/index.d.ts +600 -660
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +119 -104
- package/lib/components/Calendar/index.d.ts +457 -427
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +6 -6
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +17 -17
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/lib/components/Checkbox/CheckboxGroup.js +5 -2
- package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/lib/components/Checkbox/index.d.ts +57 -57
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/lib/components/ColorPicker/index.d.ts +260 -260
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1117 -1117
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +6 -5
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Empty/Empty.d.ts +8 -8
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +3 -3
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
- package/lib/components/InfoView/index.d.ts +30 -30
- package/lib/components/Input/Input.d.ts +26 -26
- package/lib/components/Input/Input.type.d.ts +13 -13
- package/lib/components/Input/index.d.ts +45 -45
- package/lib/components/InputNumber/InputNumber.d.ts +36 -36
- package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/lib/components/InputNumber/SingleInput.d.ts +10 -9
- package/lib/components/InputNumber/index.d.ts +100 -100
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Layout.type.d.ts +6 -5
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +10 -10
- package/lib/components/Layout/index.d.ts +12 -12
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +2 -2
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/Menu.d.ts +4 -4
- package/lib/components/Menu/Menu.type.d.ts +22 -21
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
- package/lib/components/Menu/index.d.ts +63 -81
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +43 -43
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +20 -20
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +6 -6
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +9 -8
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.type.d.ts +11 -11
- package/lib/components/Progress/Progress.vue.d.ts +31 -31
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +63 -63
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/Radio.type.d.ts +20 -20
- package/lib/components/Radio/Radio.vue.d.ts +11 -11
- package/lib/components/Radio/RadioGroup.d.ts +13 -13
- package/lib/components/Radio/index.d.ts +37 -37
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +1 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/lib/components/Select/RefSelect.js +3 -2
- package/lib/components/Select/RefSelect.js.map +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +201 -182
- package/lib/components/Select/Select.d.ts +34 -25
- package/lib/components/Select/Select.type.d.ts +23 -18
- package/lib/components/Select/Select.type.js +4 -0
- package/lib/components/Select/Select.type.js.map +1 -1
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
- package/lib/components/Select/Selection/Multiple.js +5 -4
- package/lib/components/Select/Selection/Multiple.js.map +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/lib/components/Select/Selection/MultipleBase.js +18 -3
- package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
- package/lib/components/Select/Selection/Selection.js +7 -2
- package/lib/components/Select/Selection/Selection.js.map +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
- package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/lib/components/Select/index.d.ts +64 -49
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Slider.d.ts +8 -8
- package/lib/components/Slider/Slider.type.d.ts +8 -8
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +10 -10
- package/lib/components/Space/Space.d.ts +4 -4
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/Steps.type.d.ts +14 -14
- package/lib/components/Steps/Steps.vue.d.ts +11 -11
- package/lib/components/Steps/index.d.ts +28 -28
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +376 -394
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +376 -394
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +376 -394
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +822 -858
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +752 -788
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
- package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
- package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +30 -30
- package/lib/components/Tabs/Tabs.type.d.ts +23 -22
- package/lib/components/Tabs/index.d.ts +85 -85
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +7 -7
- package/lib/components/Tag/index.d.ts +15 -15
- package/lib/components/Text/Text.d.ts +6 -6
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +395 -395
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +3 -3
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +8 -7
- package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/lib/components/Transfer/index.d.ts +2212 -2212
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +92 -110
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +99 -125
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +203 -263
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/lib/components/TreeSelect/index.d.ts +802 -890
- package/lib/components/Upload/Upload.d.ts +2 -2
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +68 -68
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/index.d.ts +7 -7
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/package.json +2 -2
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +4 -4
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/types/components/AutoComplete/index.d.ts +600 -660
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +218 -203
- package/types/components/Calendar/Header.vue.d.ts +119 -104
- package/types/components/Calendar/index.d.ts +457 -427
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +6 -6
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +17 -17
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/types/components/Checkbox/index.d.ts +57 -57
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/types/components/ColorPicker/index.d.ts +260 -260
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +1 -1
- package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1117 -1117
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +6 -5
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +8 -8
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +3 -3
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +13 -13
- package/types/components/InfoView/index.d.ts +30 -30
- package/types/components/Input/Input.d.ts +26 -26
- package/types/components/Input/Input.type.d.ts +13 -13
- package/types/components/Input/index.d.ts +45 -45
- package/types/components/InputNumber/InputNumber.d.ts +36 -36
- package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/types/components/InputNumber/SingleInput.d.ts +10 -9
- package/types/components/InputNumber/index.d.ts +100 -100
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +6 -5
- package/types/components/Layout/Sider.vue.d.ts +10 -10
- package/types/components/Layout/index.d.ts +12 -12
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +2 -2
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +4 -4
- package/types/components/Menu/Menu.type.d.ts +22 -21
- package/types/components/Menu/MenuItem.vue.d.ts +29 -29
- package/types/components/Menu/SubMenu.vue.d.ts +17 -35
- package/types/components/Menu/index.d.ts +63 -81
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +43 -43
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +20 -20
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +6 -6
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +9 -8
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +11 -11
- package/types/components/Progress/Progress.vue.d.ts +31 -31
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +63 -63
- package/types/components/Radio/Radio.type.d.ts +20 -20
- package/types/components/Radio/Radio.vue.d.ts +11 -11
- package/types/components/Radio/RadioGroup.d.ts +13 -13
- package/types/components/Radio/index.d.ts +37 -37
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +1 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/types/components/Select/RefSelect.vue.d.ts +201 -182
- package/types/components/Select/Select.d.ts +34 -25
- package/types/components/Select/Select.type.d.ts +23 -18
- package/types/components/Select/Selection/Input.vue.d.ts +3 -3
- package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/types/components/Select/Selection/Single.vue.d.ts +6 -8
- package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/types/components/Select/index.d.ts +64 -49
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +8 -8
- package/types/components/Slider/Slider.type.d.ts +8 -8
- package/types/components/Slider/index.d.ts +10 -10
- package/types/components/Space/Space.d.ts +4 -4
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +14 -14
- package/types/components/Steps/Steps.vue.d.ts +11 -11
- package/types/components/Steps/index.d.ts +28 -28
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +376 -394
- package/types/components/Table/BodyTable.vue.d.ts +376 -394
- package/types/components/Table/HeadTable.vue.d.ts +376 -394
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +822 -858
- package/types/components/Table/TableBox.vue.d.ts +752 -788
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +21 -21
- package/types/components/Tabs/Tabs.d.ts +30 -30
- package/types/components/Tabs/Tabs.type.d.ts +23 -22
- package/types/components/Tabs/index.d.ts +85 -85
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +7 -7
- package/types/components/Tag/index.d.ts +15 -15
- package/types/components/Text/Text.d.ts +6 -6
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +395 -395
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +3 -3
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +8 -7
- package/types/components/Transfer/Transfer.vue.d.ts +838 -838
- package/types/components/Transfer/TransferList.vue.d.ts +180 -180
- package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/types/components/Transfer/index.d.ts +2212 -2212
- package/types/components/Tree/SubTree.vue.d.ts +92 -110
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +99 -125
- package/types/components/Tree/TreeNode.vue.d.ts +64 -82
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +203 -263
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/types/components/TreeSelect/index.d.ts +802 -890
- package/types/components/Upload/Upload.d.ts +2 -2
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +68 -68
- package/types/components/Upload/index.d.ts +7 -7
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +40 -11
- package/uxd-ui.umd.js +40 -11
- package/uxd-ui.umd.min.js +6 -6
|
@@ -25,17 +25,17 @@ export declare const UThemePanel: {
|
|
|
25
25
|
themeColors: readonly ["primary", "blue", "red", "orange", "green", "iris", "cyan", "yellow", "amber", "purple", "lime", "sky", "violet", "pink", "mint"];
|
|
26
26
|
themeColor: import("vue").Ref<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint", "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
27
27
|
appearance: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
28
|
-
radius: import("vue").Ref<"
|
|
28
|
+
radius: import("vue").Ref<"medium" | "small" | "large" | "none" | "full", "medium" | "small" | "large" | "none" | "full">;
|
|
29
29
|
direction: import("vue").Ref<"ltr" | "rtl", "ltr" | "rtl">;
|
|
30
30
|
computedLocale: import("vue").ComputedRef<import("../locale/default").ThemePanelLocal>;
|
|
31
31
|
radiusOptions: import("vue").ComputedRef<{
|
|
32
32
|
value: string;
|
|
33
33
|
label: string;
|
|
34
34
|
}[]>;
|
|
35
|
-
handleThemeColorclick: (color: "
|
|
36
|
-
handleAppearanceClick: (type: "
|
|
37
|
-
handleRadiusClick: (type: "
|
|
38
|
-
handleDirectionClick: (type: "
|
|
35
|
+
handleThemeColorclick: (color: import("@koi-design/uxd-ui/es/utils").ColorType) => void;
|
|
36
|
+
handleAppearanceClick: (type: import("./ThemePanel.type").AppearanceType) => void;
|
|
37
|
+
handleRadiusClick: (type: import("./ThemePanel.type").RadiusType) => void;
|
|
38
|
+
handleDirectionClick: (type: import("./ThemePanel.type").DirectionType) => void;
|
|
39
39
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
40
40
|
showThemeColor: boolean;
|
|
41
41
|
showAppearance: boolean;
|
|
@@ -56,17 +56,17 @@ export declare const UThemePanel: {
|
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
appearance: {
|
|
59
|
-
type: import("vue").PropType<"
|
|
59
|
+
type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
|
|
60
60
|
default: string;
|
|
61
61
|
validator: (val: "light" | "dark") => boolean;
|
|
62
62
|
};
|
|
63
63
|
radius: {
|
|
64
|
-
type: import("vue").PropType<"
|
|
64
|
+
type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
|
|
65
65
|
default: string;
|
|
66
|
-
validator: (val: "
|
|
66
|
+
validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
|
|
67
67
|
};
|
|
68
68
|
direction: {
|
|
69
|
-
type: import("vue").PropType<"
|
|
69
|
+
type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
|
|
70
70
|
default: string;
|
|
71
71
|
validator: (val: "ltr" | "rtl") => boolean;
|
|
72
72
|
};
|
|
@@ -84,24 +84,24 @@ export declare const UThemePanel: {
|
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
86
|
appearance: {
|
|
87
|
-
type: import("vue").PropType<"
|
|
87
|
+
type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
|
|
88
88
|
default: string;
|
|
89
89
|
validator: (val: "light" | "dark") => boolean;
|
|
90
90
|
};
|
|
91
91
|
radius: {
|
|
92
|
-
type: import("vue").PropType<"
|
|
92
|
+
type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
|
|
93
93
|
default: string;
|
|
94
|
-
validator: (val: "
|
|
94
|
+
validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
|
|
95
95
|
};
|
|
96
96
|
direction: {
|
|
97
|
-
type: import("vue").PropType<"
|
|
97
|
+
type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
|
|
98
98
|
default: string;
|
|
99
99
|
validator: (val: "ltr" | "rtl") => boolean;
|
|
100
100
|
};
|
|
101
101
|
}>> & Readonly<{}>, {
|
|
102
102
|
themeColor: string;
|
|
103
103
|
appearance: "light" | "dark";
|
|
104
|
-
radius: "
|
|
104
|
+
radius: "medium" | "small" | "large" | "none" | "full";
|
|
105
105
|
direction: "ltr" | "rtl";
|
|
106
106
|
scaling: number;
|
|
107
107
|
styleClass: string;
|
|
@@ -109,24 +109,24 @@ export declare const UThemePanel: {
|
|
|
109
109
|
UButton: {
|
|
110
110
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
111
111
|
type: {
|
|
112
|
-
type: import("vue").PropType<"
|
|
112
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
113
113
|
default: string;
|
|
114
114
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
115
115
|
};
|
|
116
116
|
color: {
|
|
117
|
-
type: import("vue").PropType<"
|
|
118
|
-
default:
|
|
117
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
118
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
119
119
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
120
120
|
};
|
|
121
121
|
variant: {
|
|
122
|
-
type: import("vue").PropType<"
|
|
122
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
123
123
|
default: string;
|
|
124
124
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
125
125
|
};
|
|
126
126
|
size: {
|
|
127
|
-
type: import("vue").PropType<"
|
|
127
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
128
128
|
default: string;
|
|
129
|
-
validator: (val: "
|
|
129
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
130
130
|
};
|
|
131
131
|
disabled: {
|
|
132
132
|
type: BooleanConstructor;
|
|
@@ -137,10 +137,10 @@ export declare const UThemePanel: {
|
|
|
137
137
|
default: boolean;
|
|
138
138
|
};
|
|
139
139
|
icon: {
|
|
140
|
-
type: import("vue").PropType<import("
|
|
140
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
141
141
|
};
|
|
142
142
|
shape: {
|
|
143
|
-
type: import("vue").PropType<"
|
|
143
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
144
144
|
default: string;
|
|
145
145
|
validator: (val: "default" | "circle") => boolean;
|
|
146
146
|
};
|
|
@@ -157,7 +157,7 @@ export declare const UThemePanel: {
|
|
|
157
157
|
default: undefined;
|
|
158
158
|
};
|
|
159
159
|
nativeType: {
|
|
160
|
-
type: import("vue").PropType<"
|
|
160
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
161
161
|
default: string;
|
|
162
162
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
163
163
|
};
|
|
@@ -180,13 +180,13 @@ export declare const UThemePanel: {
|
|
|
180
180
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
181
181
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
182
182
|
loading: boolean;
|
|
183
|
-
size: "
|
|
183
|
+
size: "default" | "small" | "large";
|
|
184
184
|
disabled: boolean;
|
|
185
185
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
186
186
|
nativeType: "button" | "submit" | "reset";
|
|
187
|
-
block: boolean;
|
|
188
187
|
shape: "default" | "circle";
|
|
189
188
|
dashed: boolean;
|
|
189
|
+
block: boolean;
|
|
190
190
|
iconOnly: boolean;
|
|
191
191
|
blurAfterClick: boolean;
|
|
192
192
|
}, true, {}, {}, {
|
|
@@ -204,7 +204,7 @@ export declare const UThemePanel: {
|
|
|
204
204
|
default: string;
|
|
205
205
|
};
|
|
206
206
|
icon: {
|
|
207
|
-
type: import("vue").PropType<import("
|
|
207
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
208
208
|
};
|
|
209
209
|
}>> & Readonly<{
|
|
210
210
|
onClick?: (ev: Event) => any;
|
|
@@ -251,7 +251,7 @@ export declare const UThemePanel: {
|
|
|
251
251
|
default: string;
|
|
252
252
|
};
|
|
253
253
|
icon: {
|
|
254
|
-
type: import("vue").PropType<import("
|
|
254
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
255
255
|
};
|
|
256
256
|
}>> & Readonly<{
|
|
257
257
|
onClick?: (ev: Event) => any;
|
|
@@ -293,7 +293,7 @@ export declare const UThemePanel: {
|
|
|
293
293
|
default: string;
|
|
294
294
|
};
|
|
295
295
|
icon: {
|
|
296
|
-
type: import("vue").PropType<import("
|
|
296
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
297
297
|
};
|
|
298
298
|
}>> & Readonly<{
|
|
299
299
|
onClick?: (ev: Event) => any;
|
|
@@ -320,7 +320,7 @@ export declare const UThemePanel: {
|
|
|
320
320
|
}, string, {
|
|
321
321
|
color: string;
|
|
322
322
|
spin: boolean;
|
|
323
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
323
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
324
324
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
325
325
|
P: {};
|
|
326
326
|
B: {};
|
|
@@ -330,24 +330,24 @@ export declare const UThemePanel: {
|
|
|
330
330
|
Defaults: {};
|
|
331
331
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
332
332
|
type: {
|
|
333
|
-
type: import("vue").PropType<"
|
|
333
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
334
334
|
default: string;
|
|
335
335
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
336
336
|
};
|
|
337
337
|
color: {
|
|
338
|
-
type: import("vue").PropType<"
|
|
339
|
-
default:
|
|
338
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
339
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
340
340
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
341
341
|
};
|
|
342
342
|
variant: {
|
|
343
|
-
type: import("vue").PropType<"
|
|
343
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
344
344
|
default: string;
|
|
345
345
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
346
346
|
};
|
|
347
347
|
size: {
|
|
348
|
-
type: import("vue").PropType<"
|
|
348
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
349
349
|
default: string;
|
|
350
|
-
validator: (val: "
|
|
350
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
351
351
|
};
|
|
352
352
|
disabled: {
|
|
353
353
|
type: BooleanConstructor;
|
|
@@ -358,10 +358,10 @@ export declare const UThemePanel: {
|
|
|
358
358
|
default: boolean;
|
|
359
359
|
};
|
|
360
360
|
icon: {
|
|
361
|
-
type: import("vue").PropType<import("
|
|
361
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
362
362
|
};
|
|
363
363
|
shape: {
|
|
364
|
-
type: import("vue").PropType<"
|
|
364
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
365
365
|
default: string;
|
|
366
366
|
validator: (val: "default" | "circle") => boolean;
|
|
367
367
|
};
|
|
@@ -378,7 +378,7 @@ export declare const UThemePanel: {
|
|
|
378
378
|
default: undefined;
|
|
379
379
|
};
|
|
380
380
|
nativeType: {
|
|
381
|
-
type: import("vue").PropType<"
|
|
381
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
382
382
|
default: string;
|
|
383
383
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
384
384
|
};
|
|
@@ -399,13 +399,13 @@ export declare const UThemePanel: {
|
|
|
399
399
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
400
400
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
401
401
|
loading: boolean;
|
|
402
|
-
size: "
|
|
402
|
+
size: "default" | "small" | "large";
|
|
403
403
|
disabled: boolean;
|
|
404
404
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
405
405
|
nativeType: "button" | "submit" | "reset";
|
|
406
|
-
block: boolean;
|
|
407
406
|
shape: "default" | "circle";
|
|
408
407
|
dashed: boolean;
|
|
408
|
+
block: boolean;
|
|
409
409
|
iconOnly: boolean;
|
|
410
410
|
blurAfterClick: boolean;
|
|
411
411
|
}>;
|
|
@@ -414,24 +414,24 @@ export declare const UThemePanel: {
|
|
|
414
414
|
__isSuspense?: never;
|
|
415
415
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
416
416
|
type: {
|
|
417
|
-
type: import("vue").PropType<"
|
|
417
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
418
418
|
default: string;
|
|
419
419
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
420
420
|
};
|
|
421
421
|
color: {
|
|
422
|
-
type: import("vue").PropType<"
|
|
423
|
-
default:
|
|
422
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
423
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
424
424
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
425
425
|
};
|
|
426
426
|
variant: {
|
|
427
|
-
type: import("vue").PropType<"
|
|
427
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
428
428
|
default: string;
|
|
429
429
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
430
430
|
};
|
|
431
431
|
size: {
|
|
432
|
-
type: import("vue").PropType<"
|
|
432
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
433
433
|
default: string;
|
|
434
|
-
validator: (val: "
|
|
434
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
435
435
|
};
|
|
436
436
|
disabled: {
|
|
437
437
|
type: BooleanConstructor;
|
|
@@ -442,10 +442,10 @@ export declare const UThemePanel: {
|
|
|
442
442
|
default: boolean;
|
|
443
443
|
};
|
|
444
444
|
icon: {
|
|
445
|
-
type: import("vue").PropType<import("
|
|
445
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
446
446
|
};
|
|
447
447
|
shape: {
|
|
448
|
-
type: import("vue").PropType<"
|
|
448
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
449
449
|
default: string;
|
|
450
450
|
validator: (val: "default" | "circle") => boolean;
|
|
451
451
|
};
|
|
@@ -462,7 +462,7 @@ export declare const UThemePanel: {
|
|
|
462
462
|
default: undefined;
|
|
463
463
|
};
|
|
464
464
|
nativeType: {
|
|
465
|
-
type: import("vue").PropType<"
|
|
465
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
466
466
|
default: string;
|
|
467
467
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
468
468
|
};
|
|
@@ -485,13 +485,13 @@ export declare const UThemePanel: {
|
|
|
485
485
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
486
486
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
487
487
|
loading: boolean;
|
|
488
|
-
size: "
|
|
488
|
+
size: "default" | "small" | "large";
|
|
489
489
|
disabled: boolean;
|
|
490
490
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
491
491
|
nativeType: "button" | "submit" | "reset";
|
|
492
|
-
block: boolean;
|
|
493
492
|
shape: "default" | "circle";
|
|
494
493
|
dashed: boolean;
|
|
494
|
+
block: boolean;
|
|
495
495
|
iconOnly: boolean;
|
|
496
496
|
blurAfterClick: boolean;
|
|
497
497
|
}, {}, string, {}, {
|
|
@@ -509,7 +509,7 @@ export declare const UThemePanel: {
|
|
|
509
509
|
default: string;
|
|
510
510
|
};
|
|
511
511
|
icon: {
|
|
512
|
-
type: import("vue").PropType<import("
|
|
512
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
513
513
|
};
|
|
514
514
|
}>> & Readonly<{
|
|
515
515
|
onClick?: (ev: Event) => any;
|
|
@@ -556,7 +556,7 @@ export declare const UThemePanel: {
|
|
|
556
556
|
default: string;
|
|
557
557
|
};
|
|
558
558
|
icon: {
|
|
559
|
-
type: import("vue").PropType<import("
|
|
559
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
560
560
|
};
|
|
561
561
|
}>> & Readonly<{
|
|
562
562
|
onClick?: (ev: Event) => any;
|
|
@@ -598,7 +598,7 @@ export declare const UThemePanel: {
|
|
|
598
598
|
default: string;
|
|
599
599
|
};
|
|
600
600
|
icon: {
|
|
601
|
-
type: import("vue").PropType<import("
|
|
601
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
602
602
|
};
|
|
603
603
|
}>> & Readonly<{
|
|
604
604
|
onClick?: (ev: Event) => any;
|
|
@@ -625,16 +625,16 @@ export declare const UThemePanel: {
|
|
|
625
625
|
}, string, {
|
|
626
626
|
color: string;
|
|
627
627
|
spin: boolean;
|
|
628
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
629
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
628
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
629
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
630
630
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
631
631
|
size: {
|
|
632
|
-
type: import("vue").PropType<"
|
|
632
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
633
633
|
default: string;
|
|
634
|
-
validator: (val: "
|
|
634
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
635
635
|
};
|
|
636
636
|
shape: {
|
|
637
|
-
type: import("vue").PropType<"
|
|
637
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
638
638
|
default: string;
|
|
639
639
|
validator: (val: "default" | "circle") => boolean;
|
|
640
640
|
};
|
|
@@ -646,12 +646,12 @@ export declare const UThemePanel: {
|
|
|
646
646
|
prefixCls: import("vue").ComputedRef<string>;
|
|
647
647
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
648
648
|
size: {
|
|
649
|
-
type: import("vue").PropType<"
|
|
649
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
650
650
|
default: string;
|
|
651
|
-
validator: (val: "
|
|
651
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
652
652
|
};
|
|
653
653
|
shape: {
|
|
654
|
-
type: import("vue").PropType<"
|
|
654
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
655
655
|
default: string;
|
|
656
656
|
validator: (val: "default" | "circle") => boolean;
|
|
657
657
|
};
|
|
@@ -660,16 +660,16 @@ export declare const UThemePanel: {
|
|
|
660
660
|
default: undefined;
|
|
661
661
|
};
|
|
662
662
|
}>> & Readonly<{}>, {
|
|
663
|
-
size: "
|
|
663
|
+
size: "default" | "small" | "large";
|
|
664
664
|
shape: "default" | "circle";
|
|
665
665
|
vertical: boolean;
|
|
666
666
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
667
|
-
};
|
|
667
|
+
});
|
|
668
668
|
UTooltip: {
|
|
669
669
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
670
670
|
placement: {
|
|
671
671
|
default: string;
|
|
672
|
-
type: import("vue").PropType<"
|
|
672
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
673
673
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
674
674
|
};
|
|
675
675
|
title: {
|
|
@@ -700,7 +700,7 @@ export declare const UThemePanel: {
|
|
|
700
700
|
default: string;
|
|
701
701
|
};
|
|
702
702
|
trigger: {
|
|
703
|
-
type: import("vue").PropType<"
|
|
703
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
704
704
|
default: string;
|
|
705
705
|
validator: (val: "click" | "hover") => boolean;
|
|
706
706
|
};
|
|
@@ -714,8 +714,8 @@ export declare const UThemePanel: {
|
|
|
714
714
|
default: boolean;
|
|
715
715
|
};
|
|
716
716
|
color: {
|
|
717
|
-
type: import("vue").PropType<"
|
|
718
|
-
default:
|
|
717
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
718
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
719
719
|
validator: (val: string) => boolean;
|
|
720
720
|
};
|
|
721
721
|
}>> & Readonly<{
|
|
@@ -781,7 +781,7 @@ export declare const UThemePanel: {
|
|
|
781
781
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
782
782
|
};
|
|
783
783
|
placement: {
|
|
784
|
-
type: import("vue").PropType<"
|
|
784
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
785
785
|
default: string;
|
|
786
786
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
787
787
|
};
|
|
@@ -803,8 +803,8 @@ export declare const UThemePanel: {
|
|
|
803
803
|
type: StringConstructor;
|
|
804
804
|
};
|
|
805
805
|
trigger: {
|
|
806
|
-
type: import("vue").PropType<("
|
|
807
|
-
default: () => ("
|
|
806
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
807
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
808
808
|
};
|
|
809
809
|
mouseEnterDelay: {
|
|
810
810
|
type: NumberConstructor;
|
|
@@ -872,7 +872,7 @@ export declare const UThemePanel: {
|
|
|
872
872
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
873
873
|
};
|
|
874
874
|
placement: {
|
|
875
|
-
type: import("vue").PropType<"
|
|
875
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
876
876
|
default: string;
|
|
877
877
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
878
878
|
};
|
|
@@ -894,8 +894,8 @@ export declare const UThemePanel: {
|
|
|
894
894
|
type: StringConstructor;
|
|
895
895
|
};
|
|
896
896
|
trigger: {
|
|
897
|
-
type: import("vue").PropType<("
|
|
898
|
-
default: () => ("
|
|
897
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
898
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
899
899
|
};
|
|
900
900
|
mouseEnterDelay: {
|
|
901
901
|
type: NumberConstructor;
|
|
@@ -970,7 +970,7 @@ export declare const UThemePanel: {
|
|
|
970
970
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
971
971
|
placement: {
|
|
972
972
|
default: string;
|
|
973
|
-
type: import("vue").PropType<"
|
|
973
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
974
974
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
975
975
|
};
|
|
976
976
|
title: {
|
|
@@ -1001,7 +1001,7 @@ export declare const UThemePanel: {
|
|
|
1001
1001
|
default: string;
|
|
1002
1002
|
};
|
|
1003
1003
|
trigger: {
|
|
1004
|
-
type: import("vue").PropType<"
|
|
1004
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1005
1005
|
default: string;
|
|
1006
1006
|
validator: (val: "click" | "hover") => boolean;
|
|
1007
1007
|
};
|
|
@@ -1015,8 +1015,8 @@ export declare const UThemePanel: {
|
|
|
1015
1015
|
default: boolean;
|
|
1016
1016
|
};
|
|
1017
1017
|
color: {
|
|
1018
|
-
type: import("vue").PropType<"
|
|
1019
|
-
default:
|
|
1018
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1019
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1020
1020
|
validator: (val: string) => boolean;
|
|
1021
1021
|
};
|
|
1022
1022
|
}>> & Readonly<{
|
|
@@ -1077,7 +1077,7 @@ export declare const UThemePanel: {
|
|
|
1077
1077
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1078
1078
|
placement: {
|
|
1079
1079
|
default: string;
|
|
1080
|
-
type: import("vue").PropType<"
|
|
1080
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1081
1081
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1082
1082
|
};
|
|
1083
1083
|
title: {
|
|
@@ -1108,7 +1108,7 @@ export declare const UThemePanel: {
|
|
|
1108
1108
|
default: string;
|
|
1109
1109
|
};
|
|
1110
1110
|
trigger: {
|
|
1111
|
-
type: import("vue").PropType<"
|
|
1111
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1112
1112
|
default: string;
|
|
1113
1113
|
validator: (val: "click" | "hover") => boolean;
|
|
1114
1114
|
};
|
|
@@ -1122,8 +1122,8 @@ export declare const UThemePanel: {
|
|
|
1122
1122
|
default: boolean;
|
|
1123
1123
|
};
|
|
1124
1124
|
color: {
|
|
1125
|
-
type: import("vue").PropType<"
|
|
1126
|
-
default:
|
|
1125
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1126
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1127
1127
|
validator: (val: string) => boolean;
|
|
1128
1128
|
};
|
|
1129
1129
|
}>> & Readonly<{
|
|
@@ -1189,7 +1189,7 @@ export declare const UThemePanel: {
|
|
|
1189
1189
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
1190
1190
|
};
|
|
1191
1191
|
placement: {
|
|
1192
|
-
type: import("vue").PropType<"
|
|
1192
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1193
1193
|
default: string;
|
|
1194
1194
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1195
1195
|
};
|
|
@@ -1211,8 +1211,8 @@ export declare const UThemePanel: {
|
|
|
1211
1211
|
type: StringConstructor;
|
|
1212
1212
|
};
|
|
1213
1213
|
trigger: {
|
|
1214
|
-
type: import("vue").PropType<("
|
|
1215
|
-
default: () => ("
|
|
1214
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
1215
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1216
1216
|
};
|
|
1217
1217
|
mouseEnterDelay: {
|
|
1218
1218
|
type: NumberConstructor;
|
|
@@ -1280,7 +1280,7 @@ export declare const UThemePanel: {
|
|
|
1280
1280
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
1281
1281
|
};
|
|
1282
1282
|
placement: {
|
|
1283
|
-
type: import("vue").PropType<"
|
|
1283
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1284
1284
|
default: string;
|
|
1285
1285
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1286
1286
|
};
|
|
@@ -1302,8 +1302,8 @@ export declare const UThemePanel: {
|
|
|
1302
1302
|
type: StringConstructor;
|
|
1303
1303
|
};
|
|
1304
1304
|
trigger: {
|
|
1305
|
-
type: import("vue").PropType<("
|
|
1306
|
-
default: () => ("
|
|
1305
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
1306
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1307
1307
|
};
|
|
1308
1308
|
mouseEnterDelay: {
|
|
1309
1309
|
type: NumberConstructor;
|
|
@@ -1368,7 +1368,7 @@ export declare const UThemePanel: {
|
|
|
1368
1368
|
};
|
|
1369
1369
|
};
|
|
1370
1370
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1371
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1371
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1372
1372
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1373
1373
|
P: {};
|
|
1374
1374
|
B: {};
|
|
@@ -1401,17 +1401,17 @@ export declare const UThemePanel: {
|
|
|
1401
1401
|
themeColors: readonly ["primary", "blue", "red", "orange", "green", "iris", "cyan", "yellow", "amber", "purple", "lime", "sky", "violet", "pink", "mint"];
|
|
1402
1402
|
themeColor: import("vue").Ref<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint", "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1403
1403
|
appearance: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1404
|
-
radius: import("vue").Ref<"
|
|
1404
|
+
radius: import("vue").Ref<"medium" | "small" | "large" | "none" | "full", "medium" | "small" | "large" | "none" | "full">;
|
|
1405
1405
|
direction: import("vue").Ref<"ltr" | "rtl", "ltr" | "rtl">;
|
|
1406
1406
|
computedLocale: import("vue").ComputedRef<import("../locale/default").ThemePanelLocal>;
|
|
1407
1407
|
radiusOptions: import("vue").ComputedRef<{
|
|
1408
1408
|
value: string;
|
|
1409
1409
|
label: string;
|
|
1410
1410
|
}[]>;
|
|
1411
|
-
handleThemeColorclick: (color: "
|
|
1412
|
-
handleAppearanceClick: (type: "
|
|
1413
|
-
handleRadiusClick: (type: "
|
|
1414
|
-
handleDirectionClick: (type: "
|
|
1411
|
+
handleThemeColorclick: (color: import("@koi-design/uxd-ui/es/utils").ColorType) => void;
|
|
1412
|
+
handleAppearanceClick: (type: import("./ThemePanel.type").AppearanceType) => void;
|
|
1413
|
+
handleRadiusClick: (type: import("./ThemePanel.type").RadiusType) => void;
|
|
1414
|
+
handleDirectionClick: (type: import("./ThemePanel.type").DirectionType) => void;
|
|
1415
1415
|
}, {}, {}, {}, {
|
|
1416
1416
|
showThemeColor: boolean;
|
|
1417
1417
|
showAppearance: boolean;
|
|
@@ -1446,17 +1446,17 @@ export declare const UThemePanel: {
|
|
|
1446
1446
|
themeColors: readonly ["primary", "blue", "red", "orange", "green", "iris", "cyan", "yellow", "amber", "purple", "lime", "sky", "violet", "pink", "mint"];
|
|
1447
1447
|
themeColor: import("vue").Ref<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint", "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1448
1448
|
appearance: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1449
|
-
radius: import("vue").Ref<"
|
|
1449
|
+
radius: import("vue").Ref<"medium" | "small" | "large" | "none" | "full", "medium" | "small" | "large" | "none" | "full">;
|
|
1450
1450
|
direction: import("vue").Ref<"ltr" | "rtl", "ltr" | "rtl">;
|
|
1451
1451
|
computedLocale: import("vue").ComputedRef<import("../locale/default").ThemePanelLocal>;
|
|
1452
1452
|
radiusOptions: import("vue").ComputedRef<{
|
|
1453
1453
|
value: string;
|
|
1454
1454
|
label: string;
|
|
1455
1455
|
}[]>;
|
|
1456
|
-
handleThemeColorclick: (color: "
|
|
1457
|
-
handleAppearanceClick: (type: "
|
|
1458
|
-
handleRadiusClick: (type: "
|
|
1459
|
-
handleDirectionClick: (type: "
|
|
1456
|
+
handleThemeColorclick: (color: import("@koi-design/uxd-ui/es/utils").ColorType) => void;
|
|
1457
|
+
handleAppearanceClick: (type: import("./ThemePanel.type").AppearanceType) => void;
|
|
1458
|
+
handleRadiusClick: (type: import("./ThemePanel.type").RadiusType) => void;
|
|
1459
|
+
handleDirectionClick: (type: import("./ThemePanel.type").DirectionType) => void;
|
|
1460
1460
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1461
1461
|
showThemeColor: boolean;
|
|
1462
1462
|
showAppearance: boolean;
|
|
@@ -1477,17 +1477,17 @@ export declare const UThemePanel: {
|
|
|
1477
1477
|
default: string;
|
|
1478
1478
|
};
|
|
1479
1479
|
appearance: {
|
|
1480
|
-
type: import("vue").PropType<"
|
|
1480
|
+
type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
|
|
1481
1481
|
default: string;
|
|
1482
1482
|
validator: (val: "light" | "dark") => boolean;
|
|
1483
1483
|
};
|
|
1484
1484
|
radius: {
|
|
1485
|
-
type: import("vue").PropType<"
|
|
1485
|
+
type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
|
|
1486
1486
|
default: string;
|
|
1487
|
-
validator: (val: "
|
|
1487
|
+
validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
|
|
1488
1488
|
};
|
|
1489
1489
|
direction: {
|
|
1490
|
-
type: import("vue").PropType<"
|
|
1490
|
+
type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
|
|
1491
1491
|
default: string;
|
|
1492
1492
|
validator: (val: "ltr" | "rtl") => boolean;
|
|
1493
1493
|
};
|
|
@@ -1505,24 +1505,24 @@ export declare const UThemePanel: {
|
|
|
1505
1505
|
default: string;
|
|
1506
1506
|
};
|
|
1507
1507
|
appearance: {
|
|
1508
|
-
type: import("vue").PropType<"
|
|
1508
|
+
type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
|
|
1509
1509
|
default: string;
|
|
1510
1510
|
validator: (val: "light" | "dark") => boolean;
|
|
1511
1511
|
};
|
|
1512
1512
|
radius: {
|
|
1513
|
-
type: import("vue").PropType<"
|
|
1513
|
+
type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
|
|
1514
1514
|
default: string;
|
|
1515
|
-
validator: (val: "
|
|
1515
|
+
validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
|
|
1516
1516
|
};
|
|
1517
1517
|
direction: {
|
|
1518
|
-
type: import("vue").PropType<"
|
|
1518
|
+
type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
|
|
1519
1519
|
default: string;
|
|
1520
1520
|
validator: (val: "ltr" | "rtl") => boolean;
|
|
1521
1521
|
};
|
|
1522
1522
|
}>> & Readonly<{}>, {
|
|
1523
1523
|
themeColor: string;
|
|
1524
1524
|
appearance: "light" | "dark";
|
|
1525
|
-
radius: "
|
|
1525
|
+
radius: "medium" | "small" | "large" | "none" | "full";
|
|
1526
1526
|
direction: "ltr" | "rtl";
|
|
1527
1527
|
scaling: number;
|
|
1528
1528
|
styleClass: string;
|
|
@@ -1530,24 +1530,24 @@ export declare const UThemePanel: {
|
|
|
1530
1530
|
UButton: {
|
|
1531
1531
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1532
1532
|
type: {
|
|
1533
|
-
type: import("vue").PropType<"
|
|
1533
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
1534
1534
|
default: string;
|
|
1535
1535
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
1536
1536
|
};
|
|
1537
1537
|
color: {
|
|
1538
|
-
type: import("vue").PropType<"
|
|
1539
|
-
default:
|
|
1538
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1539
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1540
1540
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1541
1541
|
};
|
|
1542
1542
|
variant: {
|
|
1543
|
-
type: import("vue").PropType<"
|
|
1543
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1544
1544
|
default: string;
|
|
1545
1545
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
1546
1546
|
};
|
|
1547
1547
|
size: {
|
|
1548
|
-
type: import("vue").PropType<"
|
|
1548
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1549
1549
|
default: string;
|
|
1550
|
-
validator: (val: "
|
|
1550
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1551
1551
|
};
|
|
1552
1552
|
disabled: {
|
|
1553
1553
|
type: BooleanConstructor;
|
|
@@ -1558,10 +1558,10 @@ export declare const UThemePanel: {
|
|
|
1558
1558
|
default: boolean;
|
|
1559
1559
|
};
|
|
1560
1560
|
icon: {
|
|
1561
|
-
type: import("vue").PropType<import("
|
|
1561
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1562
1562
|
};
|
|
1563
1563
|
shape: {
|
|
1564
|
-
type: import("vue").PropType<"
|
|
1564
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
1565
1565
|
default: string;
|
|
1566
1566
|
validator: (val: "default" | "circle") => boolean;
|
|
1567
1567
|
};
|
|
@@ -1578,7 +1578,7 @@ export declare const UThemePanel: {
|
|
|
1578
1578
|
default: undefined;
|
|
1579
1579
|
};
|
|
1580
1580
|
nativeType: {
|
|
1581
|
-
type: import("vue").PropType<"
|
|
1581
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
1582
1582
|
default: string;
|
|
1583
1583
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
1584
1584
|
};
|
|
@@ -1601,13 +1601,13 @@ export declare const UThemePanel: {
|
|
|
1601
1601
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1602
1602
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
1603
1603
|
loading: boolean;
|
|
1604
|
-
size: "
|
|
1604
|
+
size: "default" | "small" | "large";
|
|
1605
1605
|
disabled: boolean;
|
|
1606
1606
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
1607
1607
|
nativeType: "button" | "submit" | "reset";
|
|
1608
|
-
block: boolean;
|
|
1609
1608
|
shape: "default" | "circle";
|
|
1610
1609
|
dashed: boolean;
|
|
1610
|
+
block: boolean;
|
|
1611
1611
|
iconOnly: boolean;
|
|
1612
1612
|
blurAfterClick: boolean;
|
|
1613
1613
|
}, true, {}, {}, {
|
|
@@ -1625,7 +1625,7 @@ export declare const UThemePanel: {
|
|
|
1625
1625
|
default: string;
|
|
1626
1626
|
};
|
|
1627
1627
|
icon: {
|
|
1628
|
-
type: import("vue").PropType<import("
|
|
1628
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1629
1629
|
};
|
|
1630
1630
|
}>> & Readonly<{
|
|
1631
1631
|
onClick?: (ev: Event) => any;
|
|
@@ -1672,7 +1672,7 @@ export declare const UThemePanel: {
|
|
|
1672
1672
|
default: string;
|
|
1673
1673
|
};
|
|
1674
1674
|
icon: {
|
|
1675
|
-
type: import("vue").PropType<import("
|
|
1675
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1676
1676
|
};
|
|
1677
1677
|
}>> & Readonly<{
|
|
1678
1678
|
onClick?: (ev: Event) => any;
|
|
@@ -1714,7 +1714,7 @@ export declare const UThemePanel: {
|
|
|
1714
1714
|
default: string;
|
|
1715
1715
|
};
|
|
1716
1716
|
icon: {
|
|
1717
|
-
type: import("vue").PropType<import("
|
|
1717
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1718
1718
|
};
|
|
1719
1719
|
}>> & Readonly<{
|
|
1720
1720
|
onClick?: (ev: Event) => any;
|
|
@@ -1741,7 +1741,7 @@ export declare const UThemePanel: {
|
|
|
1741
1741
|
}, string, {
|
|
1742
1742
|
color: string;
|
|
1743
1743
|
spin: boolean;
|
|
1744
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1744
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1745
1745
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1746
1746
|
P: {};
|
|
1747
1747
|
B: {};
|
|
@@ -1751,24 +1751,24 @@ export declare const UThemePanel: {
|
|
|
1751
1751
|
Defaults: {};
|
|
1752
1752
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1753
1753
|
type: {
|
|
1754
|
-
type: import("vue").PropType<"
|
|
1754
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
1755
1755
|
default: string;
|
|
1756
1756
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
1757
1757
|
};
|
|
1758
1758
|
color: {
|
|
1759
|
-
type: import("vue").PropType<"
|
|
1760
|
-
default:
|
|
1759
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1760
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1761
1761
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1762
1762
|
};
|
|
1763
1763
|
variant: {
|
|
1764
|
-
type: import("vue").PropType<"
|
|
1764
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1765
1765
|
default: string;
|
|
1766
1766
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
1767
1767
|
};
|
|
1768
1768
|
size: {
|
|
1769
|
-
type: import("vue").PropType<"
|
|
1769
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1770
1770
|
default: string;
|
|
1771
|
-
validator: (val: "
|
|
1771
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1772
1772
|
};
|
|
1773
1773
|
disabled: {
|
|
1774
1774
|
type: BooleanConstructor;
|
|
@@ -1779,10 +1779,10 @@ export declare const UThemePanel: {
|
|
|
1779
1779
|
default: boolean;
|
|
1780
1780
|
};
|
|
1781
1781
|
icon: {
|
|
1782
|
-
type: import("vue").PropType<import("
|
|
1782
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1783
1783
|
};
|
|
1784
1784
|
shape: {
|
|
1785
|
-
type: import("vue").PropType<"
|
|
1785
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
1786
1786
|
default: string;
|
|
1787
1787
|
validator: (val: "default" | "circle") => boolean;
|
|
1788
1788
|
};
|
|
@@ -1799,7 +1799,7 @@ export declare const UThemePanel: {
|
|
|
1799
1799
|
default: undefined;
|
|
1800
1800
|
};
|
|
1801
1801
|
nativeType: {
|
|
1802
|
-
type: import("vue").PropType<"
|
|
1802
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
1803
1803
|
default: string;
|
|
1804
1804
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
1805
1805
|
};
|
|
@@ -1820,13 +1820,13 @@ export declare const UThemePanel: {
|
|
|
1820
1820
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1821
1821
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
1822
1822
|
loading: boolean;
|
|
1823
|
-
size: "
|
|
1823
|
+
size: "default" | "small" | "large";
|
|
1824
1824
|
disabled: boolean;
|
|
1825
1825
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
1826
1826
|
nativeType: "button" | "submit" | "reset";
|
|
1827
|
-
block: boolean;
|
|
1828
1827
|
shape: "default" | "circle";
|
|
1829
1828
|
dashed: boolean;
|
|
1829
|
+
block: boolean;
|
|
1830
1830
|
iconOnly: boolean;
|
|
1831
1831
|
blurAfterClick: boolean;
|
|
1832
1832
|
}>;
|
|
@@ -1835,24 +1835,24 @@ export declare const UThemePanel: {
|
|
|
1835
1835
|
__isSuspense?: never;
|
|
1836
1836
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1837
1837
|
type: {
|
|
1838
|
-
type: import("vue").PropType<"
|
|
1838
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
1839
1839
|
default: string;
|
|
1840
1840
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
1841
1841
|
};
|
|
1842
1842
|
color: {
|
|
1843
|
-
type: import("vue").PropType<"
|
|
1844
|
-
default:
|
|
1843
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1844
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1845
1845
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1846
1846
|
};
|
|
1847
1847
|
variant: {
|
|
1848
|
-
type: import("vue").PropType<"
|
|
1848
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1849
1849
|
default: string;
|
|
1850
1850
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
1851
1851
|
};
|
|
1852
1852
|
size: {
|
|
1853
|
-
type: import("vue").PropType<"
|
|
1853
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1854
1854
|
default: string;
|
|
1855
|
-
validator: (val: "
|
|
1855
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1856
1856
|
};
|
|
1857
1857
|
disabled: {
|
|
1858
1858
|
type: BooleanConstructor;
|
|
@@ -1863,10 +1863,10 @@ export declare const UThemePanel: {
|
|
|
1863
1863
|
default: boolean;
|
|
1864
1864
|
};
|
|
1865
1865
|
icon: {
|
|
1866
|
-
type: import("vue").PropType<import("
|
|
1866
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1867
1867
|
};
|
|
1868
1868
|
shape: {
|
|
1869
|
-
type: import("vue").PropType<"
|
|
1869
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
1870
1870
|
default: string;
|
|
1871
1871
|
validator: (val: "default" | "circle") => boolean;
|
|
1872
1872
|
};
|
|
@@ -1883,7 +1883,7 @@ export declare const UThemePanel: {
|
|
|
1883
1883
|
default: undefined;
|
|
1884
1884
|
};
|
|
1885
1885
|
nativeType: {
|
|
1886
|
-
type: import("vue").PropType<"
|
|
1886
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
1887
1887
|
default: string;
|
|
1888
1888
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
1889
1889
|
};
|
|
@@ -1906,13 +1906,13 @@ export declare const UThemePanel: {
|
|
|
1906
1906
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1907
1907
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
1908
1908
|
loading: boolean;
|
|
1909
|
-
size: "
|
|
1909
|
+
size: "default" | "small" | "large";
|
|
1910
1910
|
disabled: boolean;
|
|
1911
1911
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
1912
1912
|
nativeType: "button" | "submit" | "reset";
|
|
1913
|
-
block: boolean;
|
|
1914
1913
|
shape: "default" | "circle";
|
|
1915
1914
|
dashed: boolean;
|
|
1915
|
+
block: boolean;
|
|
1916
1916
|
iconOnly: boolean;
|
|
1917
1917
|
blurAfterClick: boolean;
|
|
1918
1918
|
}, {}, string, {}, {
|
|
@@ -1930,7 +1930,7 @@ export declare const UThemePanel: {
|
|
|
1930
1930
|
default: string;
|
|
1931
1931
|
};
|
|
1932
1932
|
icon: {
|
|
1933
|
-
type: import("vue").PropType<import("
|
|
1933
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1934
1934
|
};
|
|
1935
1935
|
}>> & Readonly<{
|
|
1936
1936
|
onClick?: (ev: Event) => any;
|
|
@@ -1977,7 +1977,7 @@ export declare const UThemePanel: {
|
|
|
1977
1977
|
default: string;
|
|
1978
1978
|
};
|
|
1979
1979
|
icon: {
|
|
1980
|
-
type: import("vue").PropType<import("
|
|
1980
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1981
1981
|
};
|
|
1982
1982
|
}>> & Readonly<{
|
|
1983
1983
|
onClick?: (ev: Event) => any;
|
|
@@ -2019,7 +2019,7 @@ export declare const UThemePanel: {
|
|
|
2019
2019
|
default: string;
|
|
2020
2020
|
};
|
|
2021
2021
|
icon: {
|
|
2022
|
-
type: import("vue").PropType<import("
|
|
2022
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2023
2023
|
};
|
|
2024
2024
|
}>> & Readonly<{
|
|
2025
2025
|
onClick?: (ev: Event) => any;
|
|
@@ -2046,16 +2046,16 @@ export declare const UThemePanel: {
|
|
|
2046
2046
|
}, string, {
|
|
2047
2047
|
color: string;
|
|
2048
2048
|
spin: boolean;
|
|
2049
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2050
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2049
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2050
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2051
2051
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2052
2052
|
size: {
|
|
2053
|
-
type: import("vue").PropType<"
|
|
2053
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2054
2054
|
default: string;
|
|
2055
|
-
validator: (val: "
|
|
2055
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2056
2056
|
};
|
|
2057
2057
|
shape: {
|
|
2058
|
-
type: import("vue").PropType<"
|
|
2058
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
2059
2059
|
default: string;
|
|
2060
2060
|
validator: (val: "default" | "circle") => boolean;
|
|
2061
2061
|
};
|
|
@@ -2067,12 +2067,12 @@ export declare const UThemePanel: {
|
|
|
2067
2067
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2068
2068
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2069
2069
|
size: {
|
|
2070
|
-
type: import("vue").PropType<"
|
|
2070
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2071
2071
|
default: string;
|
|
2072
|
-
validator: (val: "
|
|
2072
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2073
2073
|
};
|
|
2074
2074
|
shape: {
|
|
2075
|
-
type: import("vue").PropType<"
|
|
2075
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
2076
2076
|
default: string;
|
|
2077
2077
|
validator: (val: "default" | "circle") => boolean;
|
|
2078
2078
|
};
|
|
@@ -2081,16 +2081,16 @@ export declare const UThemePanel: {
|
|
|
2081
2081
|
default: undefined;
|
|
2082
2082
|
};
|
|
2083
2083
|
}>> & Readonly<{}>, {
|
|
2084
|
-
size: "
|
|
2084
|
+
size: "default" | "small" | "large";
|
|
2085
2085
|
shape: "default" | "circle";
|
|
2086
2086
|
vertical: boolean;
|
|
2087
2087
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2088
|
-
};
|
|
2088
|
+
});
|
|
2089
2089
|
UTooltip: {
|
|
2090
2090
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2091
2091
|
placement: {
|
|
2092
2092
|
default: string;
|
|
2093
|
-
type: import("vue").PropType<"
|
|
2093
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2094
2094
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2095
2095
|
};
|
|
2096
2096
|
title: {
|
|
@@ -2121,7 +2121,7 @@ export declare const UThemePanel: {
|
|
|
2121
2121
|
default: string;
|
|
2122
2122
|
};
|
|
2123
2123
|
trigger: {
|
|
2124
|
-
type: import("vue").PropType<"
|
|
2124
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2125
2125
|
default: string;
|
|
2126
2126
|
validator: (val: "click" | "hover") => boolean;
|
|
2127
2127
|
};
|
|
@@ -2135,8 +2135,8 @@ export declare const UThemePanel: {
|
|
|
2135
2135
|
default: boolean;
|
|
2136
2136
|
};
|
|
2137
2137
|
color: {
|
|
2138
|
-
type: import("vue").PropType<"
|
|
2139
|
-
default:
|
|
2138
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2139
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2140
2140
|
validator: (val: string) => boolean;
|
|
2141
2141
|
};
|
|
2142
2142
|
}>> & Readonly<{
|
|
@@ -2202,7 +2202,7 @@ export declare const UThemePanel: {
|
|
|
2202
2202
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
2203
2203
|
};
|
|
2204
2204
|
placement: {
|
|
2205
|
-
type: import("vue").PropType<"
|
|
2205
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2206
2206
|
default: string;
|
|
2207
2207
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2208
2208
|
};
|
|
@@ -2224,8 +2224,8 @@ export declare const UThemePanel: {
|
|
|
2224
2224
|
type: StringConstructor;
|
|
2225
2225
|
};
|
|
2226
2226
|
trigger: {
|
|
2227
|
-
type: import("vue").PropType<("
|
|
2228
|
-
default: () => ("
|
|
2227
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
2228
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2229
2229
|
};
|
|
2230
2230
|
mouseEnterDelay: {
|
|
2231
2231
|
type: NumberConstructor;
|
|
@@ -2293,7 +2293,7 @@ export declare const UThemePanel: {
|
|
|
2293
2293
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
2294
2294
|
};
|
|
2295
2295
|
placement: {
|
|
2296
|
-
type: import("vue").PropType<"
|
|
2296
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2297
2297
|
default: string;
|
|
2298
2298
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2299
2299
|
};
|
|
@@ -2315,8 +2315,8 @@ export declare const UThemePanel: {
|
|
|
2315
2315
|
type: StringConstructor;
|
|
2316
2316
|
};
|
|
2317
2317
|
trigger: {
|
|
2318
|
-
type: import("vue").PropType<("
|
|
2319
|
-
default: () => ("
|
|
2318
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
2319
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2320
2320
|
};
|
|
2321
2321
|
mouseEnterDelay: {
|
|
2322
2322
|
type: NumberConstructor;
|
|
@@ -2391,7 +2391,7 @@ export declare const UThemePanel: {
|
|
|
2391
2391
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2392
2392
|
placement: {
|
|
2393
2393
|
default: string;
|
|
2394
|
-
type: import("vue").PropType<"
|
|
2394
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2395
2395
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2396
2396
|
};
|
|
2397
2397
|
title: {
|
|
@@ -2422,7 +2422,7 @@ export declare const UThemePanel: {
|
|
|
2422
2422
|
default: string;
|
|
2423
2423
|
};
|
|
2424
2424
|
trigger: {
|
|
2425
|
-
type: import("vue").PropType<"
|
|
2425
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2426
2426
|
default: string;
|
|
2427
2427
|
validator: (val: "click" | "hover") => boolean;
|
|
2428
2428
|
};
|
|
@@ -2436,8 +2436,8 @@ export declare const UThemePanel: {
|
|
|
2436
2436
|
default: boolean;
|
|
2437
2437
|
};
|
|
2438
2438
|
color: {
|
|
2439
|
-
type: import("vue").PropType<"
|
|
2440
|
-
default:
|
|
2439
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2440
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2441
2441
|
validator: (val: string) => boolean;
|
|
2442
2442
|
};
|
|
2443
2443
|
}>> & Readonly<{
|
|
@@ -2498,7 +2498,7 @@ export declare const UThemePanel: {
|
|
|
2498
2498
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2499
2499
|
placement: {
|
|
2500
2500
|
default: string;
|
|
2501
|
-
type: import("vue").PropType<"
|
|
2501
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2502
2502
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2503
2503
|
};
|
|
2504
2504
|
title: {
|
|
@@ -2529,7 +2529,7 @@ export declare const UThemePanel: {
|
|
|
2529
2529
|
default: string;
|
|
2530
2530
|
};
|
|
2531
2531
|
trigger: {
|
|
2532
|
-
type: import("vue").PropType<"
|
|
2532
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2533
2533
|
default: string;
|
|
2534
2534
|
validator: (val: "click" | "hover") => boolean;
|
|
2535
2535
|
};
|
|
@@ -2543,8 +2543,8 @@ export declare const UThemePanel: {
|
|
|
2543
2543
|
default: boolean;
|
|
2544
2544
|
};
|
|
2545
2545
|
color: {
|
|
2546
|
-
type: import("vue").PropType<"
|
|
2547
|
-
default:
|
|
2546
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2547
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2548
2548
|
validator: (val: string) => boolean;
|
|
2549
2549
|
};
|
|
2550
2550
|
}>> & Readonly<{
|
|
@@ -2610,7 +2610,7 @@ export declare const UThemePanel: {
|
|
|
2610
2610
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
2611
2611
|
};
|
|
2612
2612
|
placement: {
|
|
2613
|
-
type: import("vue").PropType<"
|
|
2613
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2614
2614
|
default: string;
|
|
2615
2615
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2616
2616
|
};
|
|
@@ -2632,8 +2632,8 @@ export declare const UThemePanel: {
|
|
|
2632
2632
|
type: StringConstructor;
|
|
2633
2633
|
};
|
|
2634
2634
|
trigger: {
|
|
2635
|
-
type: import("vue").PropType<("
|
|
2636
|
-
default: () => ("
|
|
2635
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
2636
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2637
2637
|
};
|
|
2638
2638
|
mouseEnterDelay: {
|
|
2639
2639
|
type: NumberConstructor;
|
|
@@ -2701,7 +2701,7 @@ export declare const UThemePanel: {
|
|
|
2701
2701
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
2702
2702
|
};
|
|
2703
2703
|
placement: {
|
|
2704
|
-
type: import("vue").PropType<"
|
|
2704
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2705
2705
|
default: string;
|
|
2706
2706
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2707
2707
|
};
|
|
@@ -2723,8 +2723,8 @@ export declare const UThemePanel: {
|
|
|
2723
2723
|
type: StringConstructor;
|
|
2724
2724
|
};
|
|
2725
2725
|
trigger: {
|
|
2726
|
-
type: import("vue").PropType<("
|
|
2727
|
-
default: () => ("
|
|
2726
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
2727
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2728
2728
|
};
|
|
2729
2729
|
mouseEnterDelay: {
|
|
2730
2730
|
type: NumberConstructor;
|
|
@@ -2789,8 +2789,8 @@ export declare const UThemePanel: {
|
|
|
2789
2789
|
};
|
|
2790
2790
|
};
|
|
2791
2791
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2792
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2793
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2792
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2793
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2794
2794
|
ThemeConfigProvider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2795
2795
|
scaling: {
|
|
2796
2796
|
type: NumberConstructor;
|
|
@@ -2805,17 +2805,17 @@ export declare const UThemePanel: {
|
|
|
2805
2805
|
default: string;
|
|
2806
2806
|
};
|
|
2807
2807
|
appearance: {
|
|
2808
|
-
type: import("vue").PropType<"
|
|
2808
|
+
type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
|
|
2809
2809
|
default: string;
|
|
2810
2810
|
validator: (val: "light" | "dark") => boolean;
|
|
2811
2811
|
};
|
|
2812
2812
|
radius: {
|
|
2813
|
-
type: import("vue").PropType<"
|
|
2813
|
+
type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
|
|
2814
2814
|
default: string;
|
|
2815
|
-
validator: (val: "
|
|
2815
|
+
validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
|
|
2816
2816
|
};
|
|
2817
2817
|
direction: {
|
|
2818
|
-
type: import("vue").PropType<"
|
|
2818
|
+
type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
|
|
2819
2819
|
default: string;
|
|
2820
2820
|
validator: (val: "ltr" | "rtl") => boolean;
|
|
2821
2821
|
};
|
|
@@ -2833,29 +2833,29 @@ export declare const UThemePanel: {
|
|
|
2833
2833
|
default: string;
|
|
2834
2834
|
};
|
|
2835
2835
|
appearance: {
|
|
2836
|
-
type: import("vue").PropType<"
|
|
2836
|
+
type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
|
|
2837
2837
|
default: string;
|
|
2838
2838
|
validator: (val: "light" | "dark") => boolean;
|
|
2839
2839
|
};
|
|
2840
2840
|
radius: {
|
|
2841
|
-
type: import("vue").PropType<"
|
|
2841
|
+
type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
|
|
2842
2842
|
default: string;
|
|
2843
|
-
validator: (val: "
|
|
2843
|
+
validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
|
|
2844
2844
|
};
|
|
2845
2845
|
direction: {
|
|
2846
|
-
type: import("vue").PropType<"
|
|
2846
|
+
type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
|
|
2847
2847
|
default: string;
|
|
2848
2848
|
validator: (val: "ltr" | "rtl") => boolean;
|
|
2849
2849
|
};
|
|
2850
2850
|
}>> & Readonly<{}>, {
|
|
2851
2851
|
themeColor: string;
|
|
2852
2852
|
appearance: "light" | "dark";
|
|
2853
|
-
radius: "
|
|
2853
|
+
radius: "medium" | "small" | "large" | "none" | "full";
|
|
2854
2854
|
direction: "ltr" | "rtl";
|
|
2855
2855
|
scaling: number;
|
|
2856
2856
|
styleClass: string;
|
|
2857
2857
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2858
|
-
};
|
|
2858
|
+
});
|
|
2859
2859
|
export default UThemePanel;
|
|
2860
2860
|
export { ThemeConfigProvider as UThemeConfigProvider };
|
|
2861
2861
|
export * from './ThemePanel.type';
|