@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
|
@@ -29,7 +29,7 @@ export declare const UTree: {
|
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
31
|
switcherIcon: {
|
|
32
|
-
type: import("vue").PropType<import("
|
|
32
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
33
33
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
};
|
|
35
35
|
showLine: {
|
|
@@ -89,12 +89,8 @@ export declare const UTree: {
|
|
|
89
89
|
localTreeData: import("vue").Ref<{
|
|
90
90
|
[x: string]: any;
|
|
91
91
|
key: string | number;
|
|
92
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
93
|
-
|
|
94
|
-
}>[];
|
|
95
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
96
|
-
[key: string]: any;
|
|
97
|
-
}>[];
|
|
92
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
93
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
98
94
|
componentKey: string;
|
|
99
95
|
dataRef: {
|
|
100
96
|
[x: string]: any;
|
|
@@ -115,12 +111,8 @@ export declare const UTree: {
|
|
|
115
111
|
}[], import("./Tree.type").InnerTreeItem[] | {
|
|
116
112
|
[x: string]: any;
|
|
117
113
|
key: string | number;
|
|
118
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
119
|
-
|
|
120
|
-
}>[];
|
|
121
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
122
|
-
[key: string]: any;
|
|
123
|
-
}>[];
|
|
114
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
115
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
124
116
|
componentKey: string;
|
|
125
117
|
dataRef: {
|
|
126
118
|
[x: string]: any;
|
|
@@ -161,10 +153,10 @@ export declare const UTree: {
|
|
|
161
153
|
selectable: boolean;
|
|
162
154
|
draggable: boolean;
|
|
163
155
|
checkedKeys: (string | number)[];
|
|
156
|
+
checkStrictly: boolean;
|
|
164
157
|
treeData: import("./Tree.type").TreeItem[];
|
|
165
158
|
dataKey: string | import("./Tree.type").GetDataKey;
|
|
166
159
|
checkable: boolean;
|
|
167
|
-
checkStrictly: boolean;
|
|
168
160
|
switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
169
161
|
showLine: boolean;
|
|
170
162
|
expandedKeys: (string | number)[];
|
|
@@ -200,10 +192,10 @@ export declare const UTree: {
|
|
|
200
192
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
201
193
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
202
194
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
195
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
203
196
|
treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
|
|
204
197
|
dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
|
|
205
198
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
206
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
207
199
|
switcherIcon: import("vue").Ref<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
208
200
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
209
201
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -235,7 +227,7 @@ export declare const UTree: {
|
|
|
235
227
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
236
228
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
237
229
|
isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
|
|
238
|
-
treeNodeOperate: (type: "
|
|
230
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
|
|
239
231
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
232
|
data: {
|
|
241
233
|
type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
|
|
@@ -263,7 +255,7 @@ export declare const UTree: {
|
|
|
263
255
|
default: string;
|
|
264
256
|
};
|
|
265
257
|
icon: {
|
|
266
|
-
type: import("vue").PropType<import("
|
|
258
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
267
259
|
};
|
|
268
260
|
}>> & Readonly<{
|
|
269
261
|
onClick?: (ev: Event) => any;
|
|
@@ -310,7 +302,7 @@ export declare const UTree: {
|
|
|
310
302
|
default: string;
|
|
311
303
|
};
|
|
312
304
|
icon: {
|
|
313
|
-
type: import("vue").PropType<import("
|
|
305
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
314
306
|
};
|
|
315
307
|
}>> & Readonly<{
|
|
316
308
|
onClick?: (ev: Event) => any;
|
|
@@ -352,7 +344,7 @@ export declare const UTree: {
|
|
|
352
344
|
default: string;
|
|
353
345
|
};
|
|
354
346
|
icon: {
|
|
355
|
-
type: import("vue").PropType<import("
|
|
347
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
356
348
|
};
|
|
357
349
|
}>> & Readonly<{
|
|
358
350
|
onClick?: (ev: Event) => any;
|
|
@@ -379,7 +371,7 @@ export declare const UTree: {
|
|
|
379
371
|
}, string, {
|
|
380
372
|
color: string;
|
|
381
373
|
spin: boolean;
|
|
382
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
374
|
+
}, {}, 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>);
|
|
383
375
|
UCheckbox: {
|
|
384
376
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
385
377
|
modelValue: {
|
|
@@ -403,9 +395,9 @@ export declare const UTree: {
|
|
|
403
395
|
default: boolean;
|
|
404
396
|
};
|
|
405
397
|
size: {
|
|
406
|
-
type: import("vue").PropType<"
|
|
398
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
407
399
|
default: string;
|
|
408
|
-
validator: (val: "
|
|
400
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
409
401
|
};
|
|
410
402
|
name: {
|
|
411
403
|
type: StringConstructor;
|
|
@@ -420,16 +412,16 @@ export declare const UTree: {
|
|
|
420
412
|
default: boolean;
|
|
421
413
|
};
|
|
422
414
|
color: {
|
|
423
|
-
type: import("vue").PropType<"
|
|
424
|
-
default:
|
|
415
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
416
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
425
417
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
426
418
|
};
|
|
427
419
|
}>> & Readonly<{
|
|
428
|
-
onChange?: (val: import("
|
|
429
|
-
"onUpdate:modelValue"?: (val: import("
|
|
420
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
421
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
430
422
|
}>, {
|
|
431
423
|
prefixCls: import("vue").ComputedRef<string>;
|
|
432
|
-
computedSize: import("vue").ComputedRef<"
|
|
424
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
433
425
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
434
426
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
435
427
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -442,12 +434,12 @@ export declare const UTree: {
|
|
|
442
434
|
handleBlur: () => void;
|
|
443
435
|
onClick: (e: MouseEvent) => void;
|
|
444
436
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
445
|
-
'update:modelValue': (val: import("
|
|
446
|
-
change: (val: import("
|
|
437
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
438
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
447
439
|
}, import("vue").PublicProps, {
|
|
448
440
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
449
441
|
name: string;
|
|
450
|
-
size: "
|
|
442
|
+
size: "default" | "small" | "large";
|
|
451
443
|
disabled: boolean;
|
|
452
444
|
modelValue: string | number | boolean;
|
|
453
445
|
value: string | number;
|
|
@@ -470,7 +462,7 @@ export declare const UTree: {
|
|
|
470
462
|
default: string;
|
|
471
463
|
};
|
|
472
464
|
icon: {
|
|
473
|
-
type: import("vue").PropType<import("
|
|
465
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
474
466
|
};
|
|
475
467
|
}>> & Readonly<{
|
|
476
468
|
onClick?: (ev: Event) => any;
|
|
@@ -517,7 +509,7 @@ export declare const UTree: {
|
|
|
517
509
|
default: string;
|
|
518
510
|
};
|
|
519
511
|
icon: {
|
|
520
|
-
type: import("vue").PropType<import("
|
|
512
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
521
513
|
};
|
|
522
514
|
}>> & Readonly<{
|
|
523
515
|
onClick?: (ev: Event) => any;
|
|
@@ -559,7 +551,7 @@ export declare const UTree: {
|
|
|
559
551
|
default: string;
|
|
560
552
|
};
|
|
561
553
|
icon: {
|
|
562
|
-
type: import("vue").PropType<import("
|
|
554
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
563
555
|
};
|
|
564
556
|
}>> & Readonly<{
|
|
565
557
|
onClick?: (ev: Event) => any;
|
|
@@ -586,7 +578,7 @@ export declare const UTree: {
|
|
|
586
578
|
}, string, {
|
|
587
579
|
color: string;
|
|
588
580
|
spin: boolean;
|
|
589
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
581
|
+
}, {}, 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>);
|
|
590
582
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
591
583
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
592
584
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -618,9 +610,9 @@ export declare const UTree: {
|
|
|
618
610
|
default: boolean;
|
|
619
611
|
};
|
|
620
612
|
size: {
|
|
621
|
-
type: import("vue").PropType<"
|
|
613
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
622
614
|
default: string;
|
|
623
|
-
validator: (val: "
|
|
615
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
624
616
|
};
|
|
625
617
|
name: {
|
|
626
618
|
type: StringConstructor;
|
|
@@ -635,16 +627,16 @@ export declare const UTree: {
|
|
|
635
627
|
default: boolean;
|
|
636
628
|
};
|
|
637
629
|
color: {
|
|
638
|
-
type: import("vue").PropType<"
|
|
639
|
-
default:
|
|
630
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
631
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
640
632
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
641
633
|
};
|
|
642
634
|
}>> & Readonly<{
|
|
643
|
-
onChange?: (val: import("
|
|
644
|
-
"onUpdate:modelValue"?: (val: import("
|
|
635
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
636
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
645
637
|
}>, {
|
|
646
638
|
prefixCls: import("vue").ComputedRef<string>;
|
|
647
|
-
computedSize: import("vue").ComputedRef<"
|
|
639
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
648
640
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
649
641
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
650
642
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -659,7 +651,7 @@ export declare const UTree: {
|
|
|
659
651
|
}, {}, {}, {}, {
|
|
660
652
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
661
653
|
name: string;
|
|
662
|
-
size: "
|
|
654
|
+
size: "default" | "small" | "large";
|
|
663
655
|
disabled: boolean;
|
|
664
656
|
modelValue: string | number | boolean;
|
|
665
657
|
value: string | number;
|
|
@@ -693,9 +685,9 @@ export declare const UTree: {
|
|
|
693
685
|
default: boolean;
|
|
694
686
|
};
|
|
695
687
|
size: {
|
|
696
|
-
type: import("vue").PropType<"
|
|
688
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
697
689
|
default: string;
|
|
698
|
-
validator: (val: "
|
|
690
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
699
691
|
};
|
|
700
692
|
name: {
|
|
701
693
|
type: StringConstructor;
|
|
@@ -710,16 +702,16 @@ export declare const UTree: {
|
|
|
710
702
|
default: boolean;
|
|
711
703
|
};
|
|
712
704
|
color: {
|
|
713
|
-
type: import("vue").PropType<"
|
|
714
|
-
default:
|
|
705
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
706
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
715
707
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
716
708
|
};
|
|
717
709
|
}>> & Readonly<{
|
|
718
|
-
onChange?: (val: import("
|
|
719
|
-
"onUpdate:modelValue"?: (val: import("
|
|
710
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
711
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
720
712
|
}>, {
|
|
721
713
|
prefixCls: import("vue").ComputedRef<string>;
|
|
722
|
-
computedSize: import("vue").ComputedRef<"
|
|
714
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
723
715
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
724
716
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
725
717
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -732,12 +724,12 @@ export declare const UTree: {
|
|
|
732
724
|
handleBlur: () => void;
|
|
733
725
|
onClick: (e: MouseEvent) => void;
|
|
734
726
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
735
|
-
'update:modelValue': (val: import("
|
|
736
|
-
change: (val: import("
|
|
727
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
728
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
737
729
|
}, string, {
|
|
738
730
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
739
731
|
name: string;
|
|
740
|
-
size: "
|
|
732
|
+
size: "default" | "small" | "large";
|
|
741
733
|
disabled: boolean;
|
|
742
734
|
modelValue: string | number | boolean;
|
|
743
735
|
value: string | number;
|
|
@@ -760,7 +752,7 @@ export declare const UTree: {
|
|
|
760
752
|
default: string;
|
|
761
753
|
};
|
|
762
754
|
icon: {
|
|
763
|
-
type: import("vue").PropType<import("
|
|
755
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
764
756
|
};
|
|
765
757
|
}>> & Readonly<{
|
|
766
758
|
onClick?: (ev: Event) => any;
|
|
@@ -807,7 +799,7 @@ export declare const UTree: {
|
|
|
807
799
|
default: string;
|
|
808
800
|
};
|
|
809
801
|
icon: {
|
|
810
|
-
type: import("vue").PropType<import("
|
|
802
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
811
803
|
};
|
|
812
804
|
}>> & Readonly<{
|
|
813
805
|
onClick?: (ev: Event) => any;
|
|
@@ -849,7 +841,7 @@ export declare const UTree: {
|
|
|
849
841
|
default: string;
|
|
850
842
|
};
|
|
851
843
|
icon: {
|
|
852
|
-
type: import("vue").PropType<import("
|
|
844
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
853
845
|
};
|
|
854
846
|
}>> & Readonly<{
|
|
855
847
|
onClick?: (ev: Event) => any;
|
|
@@ -876,23 +868,23 @@ export declare const UTree: {
|
|
|
876
868
|
}, string, {
|
|
877
869
|
color: string;
|
|
878
870
|
spin: boolean;
|
|
879
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
871
|
+
}, {}, 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>);
|
|
880
872
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
881
873
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
882
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
874
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
883
875
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
884
876
|
modelValue: {
|
|
885
|
-
type: import("vue").PropType<import("
|
|
886
|
-
default: () => import("
|
|
877
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
878
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
887
879
|
};
|
|
888
880
|
size: {
|
|
889
|
-
type: import("vue").PropType<"
|
|
881
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
890
882
|
default: string;
|
|
891
883
|
validator: (val: string) => boolean;
|
|
892
884
|
};
|
|
893
885
|
options: {
|
|
894
|
-
type: import("vue").PropType<import("
|
|
895
|
-
default: () => import("
|
|
886
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
887
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
896
888
|
};
|
|
897
889
|
disabled: {
|
|
898
890
|
type: BooleanConstructor;
|
|
@@ -906,12 +898,12 @@ export declare const UTree: {
|
|
|
906
898
|
type: StringConstructor;
|
|
907
899
|
};
|
|
908
900
|
buttonType: {
|
|
909
|
-
type: import("vue").PropType<"
|
|
901
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
910
902
|
default: string;
|
|
911
903
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
912
904
|
};
|
|
913
905
|
type: {
|
|
914
|
-
type: import("vue").PropType<"
|
|
906
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
915
907
|
default: string;
|
|
916
908
|
validator: (val: "default" | "button") => boolean;
|
|
917
909
|
};
|
|
@@ -920,8 +912,8 @@ export declare const UTree: {
|
|
|
920
912
|
default: boolean;
|
|
921
913
|
};
|
|
922
914
|
color: {
|
|
923
|
-
type: import("vue").PropType<"
|
|
924
|
-
default:
|
|
915
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
916
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
925
917
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
926
918
|
};
|
|
927
919
|
}>, {
|
|
@@ -932,21 +924,21 @@ export declare const UTree: {
|
|
|
932
924
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
|
|
933
925
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
934
926
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
935
|
-
'update:modelValue': (v: import("
|
|
936
|
-
change: (v: import("
|
|
927
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
928
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
937
929
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
938
930
|
modelValue: {
|
|
939
|
-
type: import("vue").PropType<import("
|
|
940
|
-
default: () => import("
|
|
931
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
932
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
941
933
|
};
|
|
942
934
|
size: {
|
|
943
|
-
type: import("vue").PropType<"
|
|
935
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
944
936
|
default: string;
|
|
945
937
|
validator: (val: string) => boolean;
|
|
946
938
|
};
|
|
947
939
|
options: {
|
|
948
|
-
type: import("vue").PropType<import("
|
|
949
|
-
default: () => import("
|
|
940
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
941
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
950
942
|
};
|
|
951
943
|
disabled: {
|
|
952
944
|
type: BooleanConstructor;
|
|
@@ -960,12 +952,12 @@ export declare const UTree: {
|
|
|
960
952
|
type: StringConstructor;
|
|
961
953
|
};
|
|
962
954
|
buttonType: {
|
|
963
|
-
type: import("vue").PropType<"
|
|
955
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
964
956
|
default: string;
|
|
965
957
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
966
958
|
};
|
|
967
959
|
type: {
|
|
968
|
-
type: import("vue").PropType<"
|
|
960
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
969
961
|
default: string;
|
|
970
962
|
validator: (val: "default" | "button") => boolean;
|
|
971
963
|
};
|
|
@@ -974,21 +966,21 @@ export declare const UTree: {
|
|
|
974
966
|
default: boolean;
|
|
975
967
|
};
|
|
976
968
|
color: {
|
|
977
|
-
type: import("vue").PropType<"
|
|
978
|
-
default:
|
|
969
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
970
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
979
971
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
980
972
|
};
|
|
981
973
|
}>> & Readonly<{
|
|
982
|
-
onChange?: (v: import("
|
|
983
|
-
"onUpdate:modelValue"?: (v: import("
|
|
974
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
975
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
984
976
|
}>, {
|
|
985
977
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
986
978
|
type: "default" | "button";
|
|
987
979
|
loading: boolean;
|
|
988
|
-
size: "
|
|
980
|
+
size: "default" | "small" | "large";
|
|
989
981
|
disabled: boolean;
|
|
990
|
-
modelValue: import("
|
|
991
|
-
options: import("
|
|
982
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
983
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
992
984
|
buttonFill: boolean;
|
|
993
985
|
buttonType: "fill" | "border" | "card";
|
|
994
986
|
}, {}, {
|
|
@@ -1006,7 +998,7 @@ export declare const UTree: {
|
|
|
1006
998
|
default: string;
|
|
1007
999
|
};
|
|
1008
1000
|
icon: {
|
|
1009
|
-
type: import("vue").PropType<import("
|
|
1001
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1010
1002
|
};
|
|
1011
1003
|
}>> & Readonly<{
|
|
1012
1004
|
onClick?: (ev: Event) => any;
|
|
@@ -1053,7 +1045,7 @@ export declare const UTree: {
|
|
|
1053
1045
|
default: string;
|
|
1054
1046
|
};
|
|
1055
1047
|
icon: {
|
|
1056
|
-
type: import("vue").PropType<import("
|
|
1048
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1057
1049
|
};
|
|
1058
1050
|
}>> & Readonly<{
|
|
1059
1051
|
onClick?: (ev: Event) => any;
|
|
@@ -1095,7 +1087,7 @@ export declare const UTree: {
|
|
|
1095
1087
|
default: string;
|
|
1096
1088
|
};
|
|
1097
1089
|
icon: {
|
|
1098
|
-
type: import("vue").PropType<import("
|
|
1090
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1099
1091
|
};
|
|
1100
1092
|
}>> & Readonly<{
|
|
1101
1093
|
onClick?: (ev: Event) => any;
|
|
@@ -1122,7 +1114,7 @@ export declare const UTree: {
|
|
|
1122
1114
|
}, string, {
|
|
1123
1115
|
color: string;
|
|
1124
1116
|
spin: boolean;
|
|
1125
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1117
|
+
}, {}, 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>);
|
|
1126
1118
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1127
1119
|
modelValue: {
|
|
1128
1120
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -1145,9 +1137,9 @@ export declare const UTree: {
|
|
|
1145
1137
|
default: boolean;
|
|
1146
1138
|
};
|
|
1147
1139
|
size: {
|
|
1148
|
-
type: import("vue").PropType<"
|
|
1140
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1149
1141
|
default: string;
|
|
1150
|
-
validator: (val: "
|
|
1142
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1151
1143
|
};
|
|
1152
1144
|
name: {
|
|
1153
1145
|
type: StringConstructor;
|
|
@@ -1162,13 +1154,13 @@ export declare const UTree: {
|
|
|
1162
1154
|
default: boolean;
|
|
1163
1155
|
};
|
|
1164
1156
|
color: {
|
|
1165
|
-
type: import("vue").PropType<"
|
|
1166
|
-
default:
|
|
1157
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1158
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1167
1159
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1168
1160
|
};
|
|
1169
1161
|
}>, {
|
|
1170
1162
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1171
|
-
computedSize: import("vue").ComputedRef<"
|
|
1163
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1172
1164
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1173
1165
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1174
1166
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -1181,8 +1173,8 @@ export declare const UTree: {
|
|
|
1181
1173
|
handleBlur: () => void;
|
|
1182
1174
|
onClick: (e: MouseEvent) => void;
|
|
1183
1175
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1184
|
-
'update:modelValue': (val: import("
|
|
1185
|
-
change: (val: import("
|
|
1176
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
1177
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
1186
1178
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1187
1179
|
modelValue: {
|
|
1188
1180
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -1205,9 +1197,9 @@ export declare const UTree: {
|
|
|
1205
1197
|
default: boolean;
|
|
1206
1198
|
};
|
|
1207
1199
|
size: {
|
|
1208
|
-
type: import("vue").PropType<"
|
|
1200
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1209
1201
|
default: string;
|
|
1210
|
-
validator: (val: "
|
|
1202
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1211
1203
|
};
|
|
1212
1204
|
name: {
|
|
1213
1205
|
type: StringConstructor;
|
|
@@ -1222,17 +1214,17 @@ export declare const UTree: {
|
|
|
1222
1214
|
default: boolean;
|
|
1223
1215
|
};
|
|
1224
1216
|
color: {
|
|
1225
|
-
type: import("vue").PropType<"
|
|
1226
|
-
default:
|
|
1217
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1218
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1227
1219
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1228
1220
|
};
|
|
1229
1221
|
}>> & Readonly<{
|
|
1230
|
-
onChange?: (val: import("
|
|
1231
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1222
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1223
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
1232
1224
|
}>, {
|
|
1233
1225
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1234
1226
|
name: string;
|
|
1235
|
-
size: "
|
|
1227
|
+
size: "default" | "small" | "large";
|
|
1236
1228
|
disabled: boolean;
|
|
1237
1229
|
modelValue: string | number | boolean;
|
|
1238
1230
|
value: string | number;
|
|
@@ -1255,7 +1247,7 @@ export declare const UTree: {
|
|
|
1255
1247
|
default: string;
|
|
1256
1248
|
};
|
|
1257
1249
|
icon: {
|
|
1258
|
-
type: import("vue").PropType<import("
|
|
1250
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1259
1251
|
};
|
|
1260
1252
|
}>> & Readonly<{
|
|
1261
1253
|
onClick?: (ev: Event) => any;
|
|
@@ -1302,7 +1294,7 @@ export declare const UTree: {
|
|
|
1302
1294
|
default: string;
|
|
1303
1295
|
};
|
|
1304
1296
|
icon: {
|
|
1305
|
-
type: import("vue").PropType<import("
|
|
1297
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1306
1298
|
};
|
|
1307
1299
|
}>> & Readonly<{
|
|
1308
1300
|
onClick?: (ev: Event) => any;
|
|
@@ -1344,7 +1336,7 @@ export declare const UTree: {
|
|
|
1344
1336
|
default: string;
|
|
1345
1337
|
};
|
|
1346
1338
|
icon: {
|
|
1347
|
-
type: import("vue").PropType<import("
|
|
1339
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1348
1340
|
};
|
|
1349
1341
|
}>> & Readonly<{
|
|
1350
1342
|
onClick?: (ev: Event) => any;
|
|
@@ -1371,35 +1363,17 @@ export declare const UTree: {
|
|
|
1371
1363
|
}, string, {
|
|
1372
1364
|
color: string;
|
|
1373
1365
|
spin: boolean;
|
|
1374
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1366
|
+
}, {}, 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>);
|
|
1375
1367
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1376
1368
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1377
1369
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1378
1370
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1379
1371
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1380
|
-
};
|
|
1372
|
+
});
|
|
1381
1373
|
CollapseTransition: {
|
|
1382
1374
|
(props: {
|
|
1383
1375
|
appear: boolean;
|
|
1384
|
-
}, { slots }: Omit<{
|
|
1385
|
-
attrs: {
|
|
1386
|
-
[x: string]: unknown;
|
|
1387
|
-
};
|
|
1388
|
-
slots: Readonly<{
|
|
1389
|
-
[name: string]: import("vue").Slot<any>;
|
|
1390
|
-
}>;
|
|
1391
|
-
emit: (event: string, ...args: any[]) => void;
|
|
1392
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
1393
|
-
} | {
|
|
1394
|
-
attrs: {
|
|
1395
|
-
[x: string]: unknown;
|
|
1396
|
-
};
|
|
1397
|
-
slots: Readonly<{
|
|
1398
|
-
[name: string]: import("vue").Slot<any>;
|
|
1399
|
-
}>;
|
|
1400
|
-
emit: (event: string, ...args: any[]) => void;
|
|
1401
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
1402
|
-
}, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1376
|
+
}, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1403
1377
|
[key: string]: any;
|
|
1404
1378
|
}>;
|
|
1405
1379
|
props: {
|
|
@@ -1458,7 +1432,7 @@ export declare const UTree: {
|
|
|
1458
1432
|
default: boolean;
|
|
1459
1433
|
};
|
|
1460
1434
|
switcherIcon: {
|
|
1461
|
-
type: import("vue").PropType<import("
|
|
1435
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1462
1436
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1463
1437
|
};
|
|
1464
1438
|
showLine: {
|
|
@@ -1518,12 +1492,8 @@ export declare const UTree: {
|
|
|
1518
1492
|
localTreeData: import("vue").Ref<{
|
|
1519
1493
|
[x: string]: any;
|
|
1520
1494
|
key: string | number;
|
|
1521
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1522
|
-
|
|
1523
|
-
}>[];
|
|
1524
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1525
|
-
[key: string]: any;
|
|
1526
|
-
}>[];
|
|
1495
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1496
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1527
1497
|
componentKey: string;
|
|
1528
1498
|
dataRef: {
|
|
1529
1499
|
[x: string]: any;
|
|
@@ -1544,12 +1514,8 @@ export declare const UTree: {
|
|
|
1544
1514
|
}[], import("./Tree.type").InnerTreeItem[] | {
|
|
1545
1515
|
[x: string]: any;
|
|
1546
1516
|
key: string | number;
|
|
1547
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1548
|
-
|
|
1549
|
-
}>[];
|
|
1550
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1551
|
-
[key: string]: any;
|
|
1552
|
-
}>[];
|
|
1517
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1518
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1553
1519
|
componentKey: string;
|
|
1554
1520
|
dataRef: {
|
|
1555
1521
|
[x: string]: any;
|
|
@@ -1580,10 +1546,10 @@ export declare const UTree: {
|
|
|
1580
1546
|
selectable: boolean;
|
|
1581
1547
|
draggable: boolean;
|
|
1582
1548
|
checkedKeys: (string | number)[];
|
|
1549
|
+
checkStrictly: boolean;
|
|
1583
1550
|
treeData: import("./Tree.type").TreeItem[];
|
|
1584
1551
|
dataKey: string | import("./Tree.type").GetDataKey;
|
|
1585
1552
|
checkable: boolean;
|
|
1586
|
-
checkStrictly: boolean;
|
|
1587
1553
|
switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1588
1554
|
showLine: boolean;
|
|
1589
1555
|
expandedKeys: (string | number)[];
|
|
@@ -1624,7 +1590,7 @@ export declare const UTree: {
|
|
|
1624
1590
|
default: boolean;
|
|
1625
1591
|
};
|
|
1626
1592
|
switcherIcon: {
|
|
1627
|
-
type: import("vue").PropType<import("
|
|
1593
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1628
1594
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1629
1595
|
};
|
|
1630
1596
|
showLine: {
|
|
@@ -1684,12 +1650,8 @@ export declare const UTree: {
|
|
|
1684
1650
|
localTreeData: import("vue").Ref<{
|
|
1685
1651
|
[x: string]: any;
|
|
1686
1652
|
key: string | number;
|
|
1687
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1688
|
-
|
|
1689
|
-
}>[];
|
|
1690
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1691
|
-
[key: string]: any;
|
|
1692
|
-
}>[];
|
|
1653
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1654
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1693
1655
|
componentKey: string;
|
|
1694
1656
|
dataRef: {
|
|
1695
1657
|
[x: string]: any;
|
|
@@ -1710,12 +1672,8 @@ export declare const UTree: {
|
|
|
1710
1672
|
}[], import("./Tree.type").InnerTreeItem[] | {
|
|
1711
1673
|
[x: string]: any;
|
|
1712
1674
|
key: string | number;
|
|
1713
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1714
|
-
|
|
1715
|
-
}>[];
|
|
1716
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1717
|
-
[key: string]: any;
|
|
1718
|
-
}>[];
|
|
1675
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1676
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1719
1677
|
componentKey: string;
|
|
1720
1678
|
dataRef: {
|
|
1721
1679
|
[x: string]: any;
|
|
@@ -1756,10 +1714,10 @@ export declare const UTree: {
|
|
|
1756
1714
|
selectable: boolean;
|
|
1757
1715
|
draggable: boolean;
|
|
1758
1716
|
checkedKeys: (string | number)[];
|
|
1717
|
+
checkStrictly: boolean;
|
|
1759
1718
|
treeData: import("./Tree.type").TreeItem[];
|
|
1760
1719
|
dataKey: string | import("./Tree.type").GetDataKey;
|
|
1761
1720
|
checkable: boolean;
|
|
1762
|
-
checkStrictly: boolean;
|
|
1763
1721
|
switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1764
1722
|
showLine: boolean;
|
|
1765
1723
|
expandedKeys: (string | number)[];
|
|
@@ -1795,10 +1753,10 @@ export declare const UTree: {
|
|
|
1795
1753
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
1796
1754
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
1797
1755
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1756
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
1798
1757
|
treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
|
|
1799
1758
|
dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
|
|
1800
1759
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
1801
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
1802
1760
|
switcherIcon: import("vue").Ref<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1803
1761
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
1804
1762
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -1830,7 +1788,7 @@ export declare const UTree: {
|
|
|
1830
1788
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
1831
1789
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
1832
1790
|
isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
|
|
1833
|
-
treeNodeOperate: (type: "
|
|
1791
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
|
|
1834
1792
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1835
1793
|
data: {
|
|
1836
1794
|
type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
|
|
@@ -1858,7 +1816,7 @@ export declare const UTree: {
|
|
|
1858
1816
|
default: string;
|
|
1859
1817
|
};
|
|
1860
1818
|
icon: {
|
|
1861
|
-
type: import("vue").PropType<import("
|
|
1819
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1862
1820
|
};
|
|
1863
1821
|
}>> & Readonly<{
|
|
1864
1822
|
onClick?: (ev: Event) => any;
|
|
@@ -1905,7 +1863,7 @@ export declare const UTree: {
|
|
|
1905
1863
|
default: string;
|
|
1906
1864
|
};
|
|
1907
1865
|
icon: {
|
|
1908
|
-
type: import("vue").PropType<import("
|
|
1866
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1909
1867
|
};
|
|
1910
1868
|
}>> & Readonly<{
|
|
1911
1869
|
onClick?: (ev: Event) => any;
|
|
@@ -1947,7 +1905,7 @@ export declare const UTree: {
|
|
|
1947
1905
|
default: string;
|
|
1948
1906
|
};
|
|
1949
1907
|
icon: {
|
|
1950
|
-
type: import("vue").PropType<import("
|
|
1908
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1951
1909
|
};
|
|
1952
1910
|
}>> & Readonly<{
|
|
1953
1911
|
onClick?: (ev: Event) => any;
|
|
@@ -1974,7 +1932,7 @@ export declare const UTree: {
|
|
|
1974
1932
|
}, string, {
|
|
1975
1933
|
color: string;
|
|
1976
1934
|
spin: boolean;
|
|
1977
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1935
|
+
}, {}, 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>);
|
|
1978
1936
|
UCheckbox: {
|
|
1979
1937
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1980
1938
|
modelValue: {
|
|
@@ -1998,9 +1956,9 @@ export declare const UTree: {
|
|
|
1998
1956
|
default: boolean;
|
|
1999
1957
|
};
|
|
2000
1958
|
size: {
|
|
2001
|
-
type: import("vue").PropType<"
|
|
1959
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2002
1960
|
default: string;
|
|
2003
|
-
validator: (val: "
|
|
1961
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2004
1962
|
};
|
|
2005
1963
|
name: {
|
|
2006
1964
|
type: StringConstructor;
|
|
@@ -2015,16 +1973,16 @@ export declare const UTree: {
|
|
|
2015
1973
|
default: boolean;
|
|
2016
1974
|
};
|
|
2017
1975
|
color: {
|
|
2018
|
-
type: import("vue").PropType<"
|
|
2019
|
-
default:
|
|
1976
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1977
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2020
1978
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2021
1979
|
};
|
|
2022
1980
|
}>> & Readonly<{
|
|
2023
|
-
onChange?: (val: import("
|
|
2024
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1981
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1982
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2025
1983
|
}>, {
|
|
2026
1984
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2027
|
-
computedSize: import("vue").ComputedRef<"
|
|
1985
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
2028
1986
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
2029
1987
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
2030
1988
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -2037,12 +1995,12 @@ export declare const UTree: {
|
|
|
2037
1995
|
handleBlur: () => void;
|
|
2038
1996
|
onClick: (e: MouseEvent) => void;
|
|
2039
1997
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2040
|
-
'update:modelValue': (val: import("
|
|
2041
|
-
change: (val: import("
|
|
1998
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
1999
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2042
2000
|
}, import("vue").PublicProps, {
|
|
2043
2001
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2044
2002
|
name: string;
|
|
2045
|
-
size: "
|
|
2003
|
+
size: "default" | "small" | "large";
|
|
2046
2004
|
disabled: boolean;
|
|
2047
2005
|
modelValue: string | number | boolean;
|
|
2048
2006
|
value: string | number;
|
|
@@ -2065,7 +2023,7 @@ export declare const UTree: {
|
|
|
2065
2023
|
default: string;
|
|
2066
2024
|
};
|
|
2067
2025
|
icon: {
|
|
2068
|
-
type: import("vue").PropType<import("
|
|
2026
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2069
2027
|
};
|
|
2070
2028
|
}>> & Readonly<{
|
|
2071
2029
|
onClick?: (ev: Event) => any;
|
|
@@ -2112,7 +2070,7 @@ export declare const UTree: {
|
|
|
2112
2070
|
default: string;
|
|
2113
2071
|
};
|
|
2114
2072
|
icon: {
|
|
2115
|
-
type: import("vue").PropType<import("
|
|
2073
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2116
2074
|
};
|
|
2117
2075
|
}>> & Readonly<{
|
|
2118
2076
|
onClick?: (ev: Event) => any;
|
|
@@ -2154,7 +2112,7 @@ export declare const UTree: {
|
|
|
2154
2112
|
default: string;
|
|
2155
2113
|
};
|
|
2156
2114
|
icon: {
|
|
2157
|
-
type: import("vue").PropType<import("
|
|
2115
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2158
2116
|
};
|
|
2159
2117
|
}>> & Readonly<{
|
|
2160
2118
|
onClick?: (ev: Event) => any;
|
|
@@ -2181,7 +2139,7 @@ export declare const UTree: {
|
|
|
2181
2139
|
}, string, {
|
|
2182
2140
|
color: string;
|
|
2183
2141
|
spin: boolean;
|
|
2184
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2142
|
+
}, {}, 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>);
|
|
2185
2143
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2186
2144
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2187
2145
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2213,9 +2171,9 @@ export declare const UTree: {
|
|
|
2213
2171
|
default: boolean;
|
|
2214
2172
|
};
|
|
2215
2173
|
size: {
|
|
2216
|
-
type: import("vue").PropType<"
|
|
2174
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2217
2175
|
default: string;
|
|
2218
|
-
validator: (val: "
|
|
2176
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2219
2177
|
};
|
|
2220
2178
|
name: {
|
|
2221
2179
|
type: StringConstructor;
|
|
@@ -2230,16 +2188,16 @@ export declare const UTree: {
|
|
|
2230
2188
|
default: boolean;
|
|
2231
2189
|
};
|
|
2232
2190
|
color: {
|
|
2233
|
-
type: import("vue").PropType<"
|
|
2234
|
-
default:
|
|
2191
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2192
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2235
2193
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2236
2194
|
};
|
|
2237
2195
|
}>> & Readonly<{
|
|
2238
|
-
onChange?: (val: import("
|
|
2239
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2196
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2197
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2240
2198
|
}>, {
|
|
2241
2199
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2242
|
-
computedSize: import("vue").ComputedRef<"
|
|
2200
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
2243
2201
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
2244
2202
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
2245
2203
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -2254,7 +2212,7 @@ export declare const UTree: {
|
|
|
2254
2212
|
}, {}, {}, {}, {
|
|
2255
2213
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2256
2214
|
name: string;
|
|
2257
|
-
size: "
|
|
2215
|
+
size: "default" | "small" | "large";
|
|
2258
2216
|
disabled: boolean;
|
|
2259
2217
|
modelValue: string | number | boolean;
|
|
2260
2218
|
value: string | number;
|
|
@@ -2288,9 +2246,9 @@ export declare const UTree: {
|
|
|
2288
2246
|
default: boolean;
|
|
2289
2247
|
};
|
|
2290
2248
|
size: {
|
|
2291
|
-
type: import("vue").PropType<"
|
|
2249
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2292
2250
|
default: string;
|
|
2293
|
-
validator: (val: "
|
|
2251
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2294
2252
|
};
|
|
2295
2253
|
name: {
|
|
2296
2254
|
type: StringConstructor;
|
|
@@ -2305,16 +2263,16 @@ export declare const UTree: {
|
|
|
2305
2263
|
default: boolean;
|
|
2306
2264
|
};
|
|
2307
2265
|
color: {
|
|
2308
|
-
type: import("vue").PropType<"
|
|
2309
|
-
default:
|
|
2266
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2267
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2310
2268
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2311
2269
|
};
|
|
2312
2270
|
}>> & Readonly<{
|
|
2313
|
-
onChange?: (val: import("
|
|
2314
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2271
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2272
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2315
2273
|
}>, {
|
|
2316
2274
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2317
|
-
computedSize: import("vue").ComputedRef<"
|
|
2275
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
2318
2276
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
2319
2277
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
2320
2278
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -2327,12 +2285,12 @@ export declare const UTree: {
|
|
|
2327
2285
|
handleBlur: () => void;
|
|
2328
2286
|
onClick: (e: MouseEvent) => void;
|
|
2329
2287
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2330
|
-
'update:modelValue': (val: import("
|
|
2331
|
-
change: (val: import("
|
|
2288
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2289
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2332
2290
|
}, string, {
|
|
2333
2291
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2334
2292
|
name: string;
|
|
2335
|
-
size: "
|
|
2293
|
+
size: "default" | "small" | "large";
|
|
2336
2294
|
disabled: boolean;
|
|
2337
2295
|
modelValue: string | number | boolean;
|
|
2338
2296
|
value: string | number;
|
|
@@ -2355,7 +2313,7 @@ export declare const UTree: {
|
|
|
2355
2313
|
default: string;
|
|
2356
2314
|
};
|
|
2357
2315
|
icon: {
|
|
2358
|
-
type: import("vue").PropType<import("
|
|
2316
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2359
2317
|
};
|
|
2360
2318
|
}>> & Readonly<{
|
|
2361
2319
|
onClick?: (ev: Event) => any;
|
|
@@ -2402,7 +2360,7 @@ export declare const UTree: {
|
|
|
2402
2360
|
default: string;
|
|
2403
2361
|
};
|
|
2404
2362
|
icon: {
|
|
2405
|
-
type: import("vue").PropType<import("
|
|
2363
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2406
2364
|
};
|
|
2407
2365
|
}>> & Readonly<{
|
|
2408
2366
|
onClick?: (ev: Event) => any;
|
|
@@ -2444,7 +2402,7 @@ export declare const UTree: {
|
|
|
2444
2402
|
default: string;
|
|
2445
2403
|
};
|
|
2446
2404
|
icon: {
|
|
2447
|
-
type: import("vue").PropType<import("
|
|
2405
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2448
2406
|
};
|
|
2449
2407
|
}>> & Readonly<{
|
|
2450
2408
|
onClick?: (ev: Event) => any;
|
|
@@ -2471,23 +2429,23 @@ export declare const UTree: {
|
|
|
2471
2429
|
}, string, {
|
|
2472
2430
|
color: string;
|
|
2473
2431
|
spin: boolean;
|
|
2474
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2432
|
+
}, {}, 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>);
|
|
2475
2433
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2476
2434
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2477
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2435
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2478
2436
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2479
2437
|
modelValue: {
|
|
2480
|
-
type: import("vue").PropType<import("
|
|
2481
|
-
default: () => import("
|
|
2438
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
2439
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2482
2440
|
};
|
|
2483
2441
|
size: {
|
|
2484
|
-
type: import("vue").PropType<"
|
|
2442
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2485
2443
|
default: string;
|
|
2486
2444
|
validator: (val: string) => boolean;
|
|
2487
2445
|
};
|
|
2488
2446
|
options: {
|
|
2489
|
-
type: import("vue").PropType<import("
|
|
2490
|
-
default: () => import("
|
|
2447
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
2448
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2491
2449
|
};
|
|
2492
2450
|
disabled: {
|
|
2493
2451
|
type: BooleanConstructor;
|
|
@@ -2501,12 +2459,12 @@ export declare const UTree: {
|
|
|
2501
2459
|
type: StringConstructor;
|
|
2502
2460
|
};
|
|
2503
2461
|
buttonType: {
|
|
2504
|
-
type: import("vue").PropType<"
|
|
2462
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
2505
2463
|
default: string;
|
|
2506
2464
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
2507
2465
|
};
|
|
2508
2466
|
type: {
|
|
2509
|
-
type: import("vue").PropType<"
|
|
2467
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
2510
2468
|
default: string;
|
|
2511
2469
|
validator: (val: "default" | "button") => boolean;
|
|
2512
2470
|
};
|
|
@@ -2515,8 +2473,8 @@ export declare const UTree: {
|
|
|
2515
2473
|
default: boolean;
|
|
2516
2474
|
};
|
|
2517
2475
|
color: {
|
|
2518
|
-
type: import("vue").PropType<"
|
|
2519
|
-
default:
|
|
2476
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2477
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2520
2478
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2521
2479
|
};
|
|
2522
2480
|
}>, {
|
|
@@ -2527,21 +2485,21 @@ export declare const UTree: {
|
|
|
2527
2485
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
|
|
2528
2486
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
2529
2487
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2530
|
-
'update:modelValue': (v: import("
|
|
2531
|
-
change: (v: import("
|
|
2488
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
2489
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
2532
2490
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2533
2491
|
modelValue: {
|
|
2534
|
-
type: import("vue").PropType<import("
|
|
2535
|
-
default: () => import("
|
|
2492
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
2493
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2536
2494
|
};
|
|
2537
2495
|
size: {
|
|
2538
|
-
type: import("vue").PropType<"
|
|
2496
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2539
2497
|
default: string;
|
|
2540
2498
|
validator: (val: string) => boolean;
|
|
2541
2499
|
};
|
|
2542
2500
|
options: {
|
|
2543
|
-
type: import("vue").PropType<import("
|
|
2544
|
-
default: () => import("
|
|
2501
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
2502
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2545
2503
|
};
|
|
2546
2504
|
disabled: {
|
|
2547
2505
|
type: BooleanConstructor;
|
|
@@ -2555,12 +2513,12 @@ export declare const UTree: {
|
|
|
2555
2513
|
type: StringConstructor;
|
|
2556
2514
|
};
|
|
2557
2515
|
buttonType: {
|
|
2558
|
-
type: import("vue").PropType<"
|
|
2516
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
2559
2517
|
default: string;
|
|
2560
2518
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
2561
2519
|
};
|
|
2562
2520
|
type: {
|
|
2563
|
-
type: import("vue").PropType<"
|
|
2521
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
2564
2522
|
default: string;
|
|
2565
2523
|
validator: (val: "default" | "button") => boolean;
|
|
2566
2524
|
};
|
|
@@ -2569,21 +2527,21 @@ export declare const UTree: {
|
|
|
2569
2527
|
default: boolean;
|
|
2570
2528
|
};
|
|
2571
2529
|
color: {
|
|
2572
|
-
type: import("vue").PropType<"
|
|
2573
|
-
default:
|
|
2530
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2531
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2574
2532
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2575
2533
|
};
|
|
2576
2534
|
}>> & Readonly<{
|
|
2577
|
-
onChange?: (v: import("
|
|
2578
|
-
"onUpdate:modelValue"?: (v: import("
|
|
2535
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2536
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2579
2537
|
}>, {
|
|
2580
2538
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2581
2539
|
type: "default" | "button";
|
|
2582
2540
|
loading: boolean;
|
|
2583
|
-
size: "
|
|
2541
|
+
size: "default" | "small" | "large";
|
|
2584
2542
|
disabled: boolean;
|
|
2585
|
-
modelValue: import("
|
|
2586
|
-
options: import("
|
|
2543
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2544
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2587
2545
|
buttonFill: boolean;
|
|
2588
2546
|
buttonType: "fill" | "border" | "card";
|
|
2589
2547
|
}, {}, {
|
|
@@ -2601,7 +2559,7 @@ export declare const UTree: {
|
|
|
2601
2559
|
default: string;
|
|
2602
2560
|
};
|
|
2603
2561
|
icon: {
|
|
2604
|
-
type: import("vue").PropType<import("
|
|
2562
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2605
2563
|
};
|
|
2606
2564
|
}>> & Readonly<{
|
|
2607
2565
|
onClick?: (ev: Event) => any;
|
|
@@ -2648,7 +2606,7 @@ export declare const UTree: {
|
|
|
2648
2606
|
default: string;
|
|
2649
2607
|
};
|
|
2650
2608
|
icon: {
|
|
2651
|
-
type: import("vue").PropType<import("
|
|
2609
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2652
2610
|
};
|
|
2653
2611
|
}>> & Readonly<{
|
|
2654
2612
|
onClick?: (ev: Event) => any;
|
|
@@ -2690,7 +2648,7 @@ export declare const UTree: {
|
|
|
2690
2648
|
default: string;
|
|
2691
2649
|
};
|
|
2692
2650
|
icon: {
|
|
2693
|
-
type: import("vue").PropType<import("
|
|
2651
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2694
2652
|
};
|
|
2695
2653
|
}>> & Readonly<{
|
|
2696
2654
|
onClick?: (ev: Event) => any;
|
|
@@ -2717,7 +2675,7 @@ export declare const UTree: {
|
|
|
2717
2675
|
}, string, {
|
|
2718
2676
|
color: string;
|
|
2719
2677
|
spin: boolean;
|
|
2720
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2678
|
+
}, {}, 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>);
|
|
2721
2679
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2722
2680
|
modelValue: {
|
|
2723
2681
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -2740,9 +2698,9 @@ export declare const UTree: {
|
|
|
2740
2698
|
default: boolean;
|
|
2741
2699
|
};
|
|
2742
2700
|
size: {
|
|
2743
|
-
type: import("vue").PropType<"
|
|
2701
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2744
2702
|
default: string;
|
|
2745
|
-
validator: (val: "
|
|
2703
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2746
2704
|
};
|
|
2747
2705
|
name: {
|
|
2748
2706
|
type: StringConstructor;
|
|
@@ -2757,13 +2715,13 @@ export declare const UTree: {
|
|
|
2757
2715
|
default: boolean;
|
|
2758
2716
|
};
|
|
2759
2717
|
color: {
|
|
2760
|
-
type: import("vue").PropType<"
|
|
2761
|
-
default:
|
|
2718
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2719
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2762
2720
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2763
2721
|
};
|
|
2764
2722
|
}>, {
|
|
2765
2723
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2766
|
-
computedSize: import("vue").ComputedRef<"
|
|
2724
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
2767
2725
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
2768
2726
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
2769
2727
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -2776,8 +2734,8 @@ export declare const UTree: {
|
|
|
2776
2734
|
handleBlur: () => void;
|
|
2777
2735
|
onClick: (e: MouseEvent) => void;
|
|
2778
2736
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2779
|
-
'update:modelValue': (val: import("
|
|
2780
|
-
change: (val: import("
|
|
2737
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2738
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2781
2739
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2782
2740
|
modelValue: {
|
|
2783
2741
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -2800,9 +2758,9 @@ export declare const UTree: {
|
|
|
2800
2758
|
default: boolean;
|
|
2801
2759
|
};
|
|
2802
2760
|
size: {
|
|
2803
|
-
type: import("vue").PropType<"
|
|
2761
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2804
2762
|
default: string;
|
|
2805
|
-
validator: (val: "
|
|
2763
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2806
2764
|
};
|
|
2807
2765
|
name: {
|
|
2808
2766
|
type: StringConstructor;
|
|
@@ -2817,17 +2775,17 @@ export declare const UTree: {
|
|
|
2817
2775
|
default: boolean;
|
|
2818
2776
|
};
|
|
2819
2777
|
color: {
|
|
2820
|
-
type: import("vue").PropType<"
|
|
2821
|
-
default:
|
|
2778
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2779
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2822
2780
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2823
2781
|
};
|
|
2824
2782
|
}>> & Readonly<{
|
|
2825
|
-
onChange?: (val: import("
|
|
2826
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2783
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2784
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2827
2785
|
}>, {
|
|
2828
2786
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2829
2787
|
name: string;
|
|
2830
|
-
size: "
|
|
2788
|
+
size: "default" | "small" | "large";
|
|
2831
2789
|
disabled: boolean;
|
|
2832
2790
|
modelValue: string | number | boolean;
|
|
2833
2791
|
value: string | number;
|
|
@@ -2850,7 +2808,7 @@ export declare const UTree: {
|
|
|
2850
2808
|
default: string;
|
|
2851
2809
|
};
|
|
2852
2810
|
icon: {
|
|
2853
|
-
type: import("vue").PropType<import("
|
|
2811
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2854
2812
|
};
|
|
2855
2813
|
}>> & Readonly<{
|
|
2856
2814
|
onClick?: (ev: Event) => any;
|
|
@@ -2897,7 +2855,7 @@ export declare const UTree: {
|
|
|
2897
2855
|
default: string;
|
|
2898
2856
|
};
|
|
2899
2857
|
icon: {
|
|
2900
|
-
type: import("vue").PropType<import("
|
|
2858
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2901
2859
|
};
|
|
2902
2860
|
}>> & Readonly<{
|
|
2903
2861
|
onClick?: (ev: Event) => any;
|
|
@@ -2939,7 +2897,7 @@ export declare const UTree: {
|
|
|
2939
2897
|
default: string;
|
|
2940
2898
|
};
|
|
2941
2899
|
icon: {
|
|
2942
|
-
type: import("vue").PropType<import("
|
|
2900
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2943
2901
|
};
|
|
2944
2902
|
}>> & Readonly<{
|
|
2945
2903
|
onClick?: (ev: Event) => any;
|
|
@@ -2966,35 +2924,17 @@ export declare const UTree: {
|
|
|
2966
2924
|
}, string, {
|
|
2967
2925
|
color: string;
|
|
2968
2926
|
spin: boolean;
|
|
2969
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2927
|
+
}, {}, 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>);
|
|
2970
2928
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2971
2929
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2972
2930
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2973
2931
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2974
2932
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2975
|
-
};
|
|
2933
|
+
});
|
|
2976
2934
|
CollapseTransition: {
|
|
2977
2935
|
(props: {
|
|
2978
2936
|
appear: boolean;
|
|
2979
|
-
}, { slots }: Omit<{
|
|
2980
|
-
attrs: {
|
|
2981
|
-
[x: string]: unknown;
|
|
2982
|
-
};
|
|
2983
|
-
slots: Readonly<{
|
|
2984
|
-
[name: string]: import("vue").Slot<any>;
|
|
2985
|
-
}>;
|
|
2986
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2987
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2988
|
-
} | {
|
|
2989
|
-
attrs: {
|
|
2990
|
-
[x: string]: unknown;
|
|
2991
|
-
};
|
|
2992
|
-
slots: Readonly<{
|
|
2993
|
-
[name: string]: import("vue").Slot<any>;
|
|
2994
|
-
}>;
|
|
2995
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2996
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2997
|
-
}, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2937
|
+
}, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2998
2938
|
[key: string]: any;
|
|
2999
2939
|
}>;
|
|
3000
2940
|
props: {
|
|
@@ -3016,6 +2956,6 @@ export declare const UTree: {
|
|
|
3016
2956
|
ULineText: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3017
2957
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3018
2958
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3019
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2959
|
+
} & 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>);
|
|
3020
2960
|
export default UTree;
|
|
3021
2961
|
export * from './Tree.type';
|