@koi-design/uxd-ui 13.2.9 → 13.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/index.d.ts +14 -1
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.vue.d.ts +18 -1
- package/es/components/Alert/index.d.ts +72 -3
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +47 -1
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/es/components/AutoComplete/index.d.ts +2400 -185
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.vue.d.ts +18 -1
- package/es/components/Avatar/index.d.ts +57 -3
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.vue.d.ts +18 -1
- package/es/components/BackTop/index.d.ts +60 -3
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/index.d.ts +41 -1
- package/es/components/Breadcrumb/index.d.ts +13 -1
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +1 -1
- package/es/components/Button/Button.vue.d.ts +21 -4
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/index.d.ts +103 -9
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +264 -5
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +264 -5
- package/es/components/Calendar/index.d.ts +594 -36
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Card/Card.d.ts +18 -1
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +57 -3
- package/es/components/Card/index.d.ts +122 -6
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.vue.d.ts +18 -1
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +90 -3
- package/es/components/Cascader/Cascader.d.ts +128 -2
- package/es/components/Cascader/index.d.ts +548 -10
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/es/components/Checkbox/index.d.ts +119 -5
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +18 -1
- package/es/components/Collapse/index.d.ts +50 -2
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/es/components/ColorPicker/index.d.ts +962 -130
- 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 +13 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/es/components/DatePicker/index.d.ts +1032 -100
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/index.d.ts +21 -1
- package/es/components/Drawer/index.d.ts +79 -1
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/Dropdown/index.d.ts +58 -6
- package/es/components/Empty/index.d.ts +17 -1
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/index.d.ts +57 -1
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/index.d.ts +18 -1
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.vue.d.ts +18 -1
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +18 -1
- package/es/components/Image/index.d.ts +86 -4
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/index.d.ts +46 -1
- package/es/components/Input/Input.d.ts +22 -5
- package/es/components/Input/index.d.ts +185 -21
- package/es/components/InputNumber/InputNumber.d.ts +188 -2
- package/es/components/InputNumber/index.d.ts +752 -95
- 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/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +18 -1
- package/es/components/Layout/index.d.ts +23 -2
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.vue.d.ts +18 -1
- package/es/components/Link/index.d.ts +62 -3
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.vue.d.ts +184 -8
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +57 -3
- package/es/components/List/index.d.ts +473 -20
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/Mask/index.d.ts +30 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +58 -3
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +19 -2
- package/es/components/Menu/index.d.ts +130 -6
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.vue.d.ts +122 -11
- package/es/components/Modal/index.d.ts +330 -24
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +18 -1
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +18 -1
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/es/components/PageHeader/index.d.ts +85 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +18 -1
- package/es/components/Pagination/Pagination.d.ts +36 -2
- package/es/components/Pagination/index.d.ts +151 -5
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/es/components/PopConfirm/index.d.ts +427 -27
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.vue.d.ts +1 -1
- package/es/components/Popover/index.d.ts +64 -3
- package/es/components/Popup/Popup.d.ts +1 -1
- package/es/components/Popup/hooks/usePopper.d.ts +1 -1
- package/es/components/Progress/Circle.d.ts +18 -1
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +18 -1
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.vue.d.ts +36 -2
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/index.d.ts +116 -5
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/index.d.ts +43 -1
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.vue.d.ts +76 -4
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +18 -1
- package/es/components/Rate/index.d.ts +196 -9
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.vue.d.ts +18 -1
- package/es/components/Result/index.d.ts +59 -3
- package/es/components/Scrollbar/index.d.ts +23 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/es/components/Select/RefSelect.mjs +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +321 -18
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Multiple.mjs +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/es/components/Select/Selection/Selection.mjs +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/index.d.ts +221 -4
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/index.d.ts +22 -1
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +68 -1
- package/es/components/Space/index.d.ts +25 -1
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/index.d.ts +23 -1
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.vue.d.ts +76 -4
- package/es/components/Statistic/index.d.ts +196 -9
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +18 -1
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/index.d.ts +73 -2
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/index.d.ts +58 -1
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +597 -32
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +597 -32
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +597 -32
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.vue.d.ts +1437 -139
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +1246 -116
- package/es/components/Table/hooks/useDraggable.mjs +112 -31
- package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
- package/es/components/Table/hooks/useTableResize.mjs +21 -2
- package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +4 -3
- package/es/components/Table/tableUnits/DraggableIcon.mjs.map +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +69 -4
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +71 -6
- package/es/components/Tabs/index.d.ts +272 -19
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.vue.d.ts +18 -1
- package/es/components/Tag/index.d.ts +67 -3
- package/es/components/Text/index.d.ts +24 -1
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/es/components/ThemePanel/index.d.ts +343 -25
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/es/components/TimePicker/index.d.ts +307 -19
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/index.d.ts +18 -1
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/index.d.ts +9 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/Tooltip/index.d.ts +58 -3
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +103 -9
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +423 -31
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/es/components/Transfer/index.d.ts +4481 -682
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +137 -6
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.vue.d.ts +137 -6
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +137 -6
- package/es/components/Tree/index.d.ts +360 -13
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/es/components/TreeSelect/index.d.ts +900 -65
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +134 -6
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/Uploader.vue.d.ts +1 -1
- package/es/components/Upload/index.d.ts +90 -4
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/index.d.ts +162 -7
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/index.d.ts +14 -1
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +18 -1
- package/lib/components/Alert/index.d.ts +72 -3
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +47 -1
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/lib/components/AutoComplete/index.d.ts +2400 -185
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.vue.d.ts +18 -1
- package/lib/components/Avatar/index.d.ts +57 -3
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
- package/lib/components/BackTop/index.d.ts +60 -3
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/index.d.ts +41 -1
- package/lib/components/Breadcrumb/index.d.ts +13 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +1 -1
- package/lib/components/Button/Button.vue.d.ts +21 -4
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/index.d.ts +103 -9
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +264 -5
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +264 -5
- package/lib/components/Calendar/index.d.ts +594 -36
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Card/Card.d.ts +18 -1
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +57 -3
- package/lib/components/Card/index.d.ts +122 -6
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.vue.d.ts +18 -1
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +90 -3
- package/lib/components/Cascader/Cascader.d.ts +128 -2
- package/lib/components/Cascader/index.d.ts +548 -10
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/lib/components/Checkbox/index.d.ts +119 -5
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +18 -1
- package/lib/components/Collapse/index.d.ts +50 -2
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/lib/components/ColorPicker/index.d.ts +962 -130
- 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 +13 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/lib/components/DatePicker/index.d.ts +1032 -100
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/index.d.ts +21 -1
- package/lib/components/Drawer/index.d.ts +79 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/Dropdown/index.d.ts +58 -6
- package/lib/components/Empty/index.d.ts +17 -1
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/index.d.ts +57 -1
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/index.d.ts +18 -1
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.vue.d.ts +18 -1
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +18 -1
- package/lib/components/Image/index.d.ts +86 -4
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/index.d.ts +46 -1
- package/lib/components/Input/Input.d.ts +22 -5
- package/lib/components/Input/index.d.ts +185 -21
- package/lib/components/InputNumber/InputNumber.d.ts +188 -2
- package/lib/components/InputNumber/index.d.ts +752 -95
- 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/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +18 -1
- package/lib/components/Layout/index.d.ts +23 -2
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.vue.d.ts +18 -1
- package/lib/components/Link/index.d.ts +62 -3
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.vue.d.ts +184 -8
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +57 -3
- package/lib/components/List/index.d.ts +473 -20
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/Mask/index.d.ts +30 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
- package/lib/components/Menu/index.d.ts +130 -6
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.vue.d.ts +122 -11
- package/lib/components/Modal/index.d.ts +330 -24
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +18 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +18 -1
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/lib/components/PageHeader/index.d.ts +85 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +18 -1
- package/lib/components/Pagination/Pagination.d.ts +36 -2
- package/lib/components/Pagination/index.d.ts +151 -5
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/lib/components/PopConfirm/index.d.ts +427 -27
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.vue.d.ts +1 -1
- package/lib/components/Popover/index.d.ts +64 -3
- package/lib/components/Popup/Popup.d.ts +1 -1
- package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
- package/lib/components/Progress/Circle.d.ts +18 -1
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +18 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +36 -2
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/index.d.ts +116 -5
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/index.d.ts +43 -1
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +76 -4
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +18 -1
- package/lib/components/Rate/index.d.ts +196 -9
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.vue.d.ts +18 -1
- package/lib/components/Result/index.d.ts +59 -3
- package/lib/components/Scrollbar/index.d.ts +23 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/lib/components/Select/RefSelect.js +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +321 -18
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Multiple.js +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/lib/components/Select/Selection/Selection.js +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/index.d.ts +221 -4
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/index.d.ts +22 -1
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +68 -1
- package/lib/components/Space/index.d.ts +25 -1
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/index.d.ts +23 -1
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
- package/lib/components/Statistic/index.d.ts +196 -9
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +18 -1
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/index.d.ts +73 -2
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/index.d.ts +58 -1
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +597 -32
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +597 -32
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +597 -32
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.vue.d.ts +1437 -139
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +1246 -116
- package/lib/components/Table/hooks/useDraggable.js +111 -30
- package/lib/components/Table/hooks/useDraggable.js.map +1 -1
- package/lib/components/Table/hooks/useTableResize.js +21 -2
- package/lib/components/Table/hooks/useTableResize.js.map +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +4 -3
- package/lib/components/Table/tableUnits/DraggableIcon.js.map +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +69 -4
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +71 -6
- package/lib/components/Tabs/index.d.ts +272 -19
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.vue.d.ts +18 -1
- package/lib/components/Tag/index.d.ts +67 -3
- package/lib/components/Text/index.d.ts +24 -1
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/lib/components/ThemePanel/index.d.ts +343 -25
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/lib/components/TimePicker/index.d.ts +307 -19
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/index.d.ts +18 -1
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/index.d.ts +9 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/Tooltip/index.d.ts +58 -3
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +103 -9
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +423 -31
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/lib/components/Transfer/index.d.ts +4481 -682
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +137 -6
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.vue.d.ts +137 -6
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +137 -6
- package/lib/components/Tree/index.d.ts +360 -13
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/lib/components/TreeSelect/index.d.ts +900 -65
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +134 -6
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/Uploader.vue.d.ts +1 -1
- package/lib/components/Upload/index.d.ts +90 -4
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/index.d.ts +162 -7
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/package.json +1 -1
- package/types/components/Affix/index.d.ts +14 -1
- package/types/components/Alert/Alert.vue.d.ts +18 -1
- package/types/components/Alert/index.d.ts +72 -3
- package/types/components/Anchor/index.d.ts +47 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/types/components/AutoComplete/index.d.ts +2400 -185
- package/types/components/Avatar/Avatar.vue.d.ts +18 -1
- package/types/components/Avatar/index.d.ts +57 -3
- package/types/components/BackTop/BackTop.vue.d.ts +18 -1
- package/types/components/BackTop/index.d.ts +60 -3
- package/types/components/Badge/index.d.ts +41 -1
- package/types/components/Breadcrumb/index.d.ts +13 -1
- package/types/components/Button/Button.type.d.ts +1 -1
- package/types/components/Button/Button.vue.d.ts +21 -4
- package/types/components/Button/index.d.ts +103 -9
- package/types/components/Calendar/Calendar.vue.d.ts +264 -5
- package/types/components/Calendar/Header.vue.d.ts +264 -5
- package/types/components/Calendar/index.d.ts +594 -36
- package/types/components/Card/Card.d.ts +18 -1
- package/types/components/Card/CardMeta.vue.d.ts +57 -3
- package/types/components/Card/index.d.ts +122 -6
- package/types/components/Carousel/Carousel.vue.d.ts +18 -1
- package/types/components/Carousel/index.d.ts +90 -3
- package/types/components/Cascader/Cascader.d.ts +128 -2
- package/types/components/Cascader/index.d.ts +548 -10
- package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/types/components/Checkbox/index.d.ts +119 -5
- package/types/components/Collapse/Panel.vue.d.ts +18 -1
- package/types/components/Collapse/index.d.ts +50 -2
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/types/components/ColorPicker/index.d.ts +962 -130
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +13 -1
- package/types/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/types/components/DatePicker/index.d.ts +1032 -100
- package/types/components/Divider/index.d.ts +21 -1
- package/types/components/Drawer/index.d.ts +79 -1
- package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/types/components/Dropdown/index.d.ts +58 -6
- package/types/components/Empty/index.d.ts +17 -1
- package/types/components/Form/index.d.ts +57 -1
- package/types/components/Icon/index.d.ts +18 -1
- package/types/components/Image/Image.vue.d.ts +18 -1
- package/types/components/Image/ImgViewer.vue.d.ts +18 -1
- package/types/components/Image/index.d.ts +86 -4
- package/types/components/InfoView/index.d.ts +46 -1
- package/types/components/Input/Input.d.ts +22 -5
- package/types/components/Input/index.d.ts +185 -21
- package/types/components/InputNumber/InputNumber.d.ts +188 -2
- package/types/components/InputNumber/index.d.ts +752 -95
- package/types/components/Layout/Sider.vue.d.ts +18 -1
- package/types/components/Layout/index.d.ts +23 -2
- package/types/components/Link/Link.vue.d.ts +18 -1
- package/types/components/Link/index.d.ts +62 -3
- package/types/components/List/List.vue.d.ts +184 -8
- package/types/components/List/ListItemMeta.vue.d.ts +57 -3
- package/types/components/List/index.d.ts +473 -20
- package/types/components/Mask/index.d.ts +30 -1
- package/types/components/Menu/MenuItem.vue.d.ts +58 -3
- package/types/components/Menu/SubMenu.vue.d.ts +19 -2
- package/types/components/Menu/index.d.ts +130 -6
- package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/types/components/Modal/Modal.vue.d.ts +122 -11
- package/types/components/Modal/index.d.ts +330 -24
- package/types/components/Notification/Notice.vue.d.ts +18 -1
- package/types/components/Notification/Notification.vue.d.ts +18 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/types/components/PageHeader/index.d.ts +85 -5
- package/types/components/Pagination/Pager.vue.d.ts +18 -1
- package/types/components/Pagination/Pagination.d.ts +36 -2
- package/types/components/Pagination/index.d.ts +151 -5
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/types/components/PopConfirm/index.d.ts +427 -27
- package/types/components/Popover/Popover.vue.d.ts +1 -1
- package/types/components/Popover/index.d.ts +64 -3
- package/types/components/Popup/Popup.d.ts +1 -1
- package/types/components/Popup/hooks/usePopper.d.ts +1 -1
- package/types/components/Progress/Circle.d.ts +18 -1
- package/types/components/Progress/Line.vue.d.ts +18 -1
- package/types/components/Progress/Progress.vue.d.ts +36 -2
- package/types/components/Progress/index.d.ts +116 -5
- package/types/components/Radio/index.d.ts +43 -1
- package/types/components/Rate/Rate.vue.d.ts +76 -4
- package/types/components/Rate/Star.vue.d.ts +18 -1
- package/types/components/Rate/index.d.ts +196 -9
- package/types/components/Result/Result.vue.d.ts +18 -1
- package/types/components/Result/index.d.ts +59 -3
- package/types/components/Scrollbar/index.d.ts +23 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/types/components/Select/RefSelect.vue.d.ts +321 -18
- package/types/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/types/components/Select/index.d.ts +221 -4
- package/types/components/Skeleton/index.d.ts +22 -1
- package/types/components/Slider/index.d.ts +68 -1
- package/types/components/Space/index.d.ts +25 -1
- package/types/components/Spin/index.d.ts +23 -1
- package/types/components/Statistic/Statistic.vue.d.ts +76 -4
- package/types/components/Statistic/index.d.ts +196 -9
- package/types/components/Steps/Step.vue.d.ts +18 -1
- package/types/components/Steps/index.d.ts +73 -2
- package/types/components/Switch/index.d.ts +58 -1
- package/types/components/Table/BaseTable.vue.d.ts +597 -32
- package/types/components/Table/BodyTable.vue.d.ts +597 -32
- package/types/components/Table/HeadTable.vue.d.ts +597 -32
- package/types/components/Table/Table.vue.d.ts +1437 -139
- package/types/components/Table/TableBox.vue.d.ts +1246 -116
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/types/components/Tabs/TabNav.vue.d.ts +69 -4
- package/types/components/Tabs/Tabs.d.ts +71 -6
- package/types/components/Tabs/index.d.ts +272 -19
- package/types/components/Tag/Tag.vue.d.ts +18 -1
- package/types/components/Tag/index.d.ts +67 -3
- package/types/components/Text/index.d.ts +24 -1
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/types/components/ThemePanel/index.d.ts +343 -25
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/types/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/types/components/TimePicker/index.d.ts +307 -19
- package/types/components/Timeline/index.d.ts +18 -1
- package/types/components/Toggle/index.d.ts +9 -1
- package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/types/components/Tooltip/index.d.ts +58 -3
- package/types/components/Transfer/Operation.vue.d.ts +103 -9
- package/types/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/types/components/Transfer/TransferList.vue.d.ts +423 -31
- package/types/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/types/components/Transfer/index.d.ts +4481 -682
- package/types/components/Tree/SubTree.vue.d.ts +137 -6
- package/types/components/Tree/Tree.vue.d.ts +137 -6
- package/types/components/Tree/TreeNode.vue.d.ts +137 -6
- package/types/components/Tree/index.d.ts +360 -13
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/types/components/TreeSelect/index.d.ts +900 -65
- package/types/components/Upload/UploadList.vue.d.ts +134 -6
- package/types/components/Upload/Uploader.vue.d.ts +1 -1
- package/types/components/Upload/index.d.ts +90 -4
- package/types/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/types/components/VirtualList/index.d.ts +162 -7
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +137 -36
- package/uxd-ui.umd.js +137 -36
- package/uxd-ui.umd.min.js +6 -6
|
@@ -145,7 +145,116 @@ export declare const UTreeSelect: {
|
|
|
145
145
|
search: (v: string) => boolean;
|
|
146
146
|
expand: (keys: (string | number)[]) => boolean;
|
|
147
147
|
change: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => boolean;
|
|
148
|
-
}, import("vue").
|
|
148
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
149
|
+
modelValue: {
|
|
150
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
151
|
+
default: () => import("@koi-design/uxd-ui/es/index").SelectValueType;
|
|
152
|
+
};
|
|
153
|
+
disabled: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
default: boolean;
|
|
156
|
+
};
|
|
157
|
+
showIcon: {
|
|
158
|
+
type: BooleanConstructor;
|
|
159
|
+
default: boolean;
|
|
160
|
+
};
|
|
161
|
+
multiple: {
|
|
162
|
+
type: BooleanConstructor;
|
|
163
|
+
default: boolean;
|
|
164
|
+
};
|
|
165
|
+
iconType: {
|
|
166
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
167
|
+
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
168
|
+
};
|
|
169
|
+
placeholder: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
};
|
|
172
|
+
clearable: {
|
|
173
|
+
type: BooleanConstructor;
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
176
|
+
clearIcon: {
|
|
177
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
178
|
+
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
179
|
+
};
|
|
180
|
+
labelInValue: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
maxTagCount: {
|
|
185
|
+
type: NumberConstructor;
|
|
186
|
+
};
|
|
187
|
+
treeCheckStrictly: {
|
|
188
|
+
type: BooleanConstructor;
|
|
189
|
+
default: boolean;
|
|
190
|
+
};
|
|
191
|
+
treeData: {
|
|
192
|
+
type: import("vue").PropType<import("./TreeSelect.type").SelectTreeItem[]>;
|
|
193
|
+
default: () => import("./TreeSelect.type").SelectTreeItem[];
|
|
194
|
+
};
|
|
195
|
+
treeDefaultExpandAll: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
dropdownMenuStyle: {
|
|
200
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
201
|
+
default: () => {};
|
|
202
|
+
};
|
|
203
|
+
filterable: {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
default: boolean;
|
|
206
|
+
};
|
|
207
|
+
checkable: {
|
|
208
|
+
type: BooleanConstructor;
|
|
209
|
+
default: boolean;
|
|
210
|
+
};
|
|
211
|
+
loadData: {
|
|
212
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
|
|
213
|
+
};
|
|
214
|
+
showCheckedStrategy: {
|
|
215
|
+
type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
|
|
216
|
+
default: string;
|
|
217
|
+
validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
|
|
218
|
+
};
|
|
219
|
+
dropdownMenuWidth: {
|
|
220
|
+
type: import("vue").PropType<number | "container">;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
variant: {
|
|
224
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
225
|
+
default: string;
|
|
226
|
+
validator: (val: string) => boolean;
|
|
227
|
+
};
|
|
228
|
+
color: {
|
|
229
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
230
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
231
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
232
|
+
};
|
|
233
|
+
label: {
|
|
234
|
+
type: StringConstructor;
|
|
235
|
+
};
|
|
236
|
+
labelColon: {
|
|
237
|
+
type: BooleanConstructor;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
240
|
+
required: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
244
|
+
placement: {
|
|
245
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
246
|
+
default: string;
|
|
247
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
248
|
+
};
|
|
249
|
+
notFoundText: {
|
|
250
|
+
type: StringConstructor;
|
|
251
|
+
};
|
|
252
|
+
}>> & Readonly<{
|
|
253
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
|
|
254
|
+
onSearch?: (v: string) => any;
|
|
255
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
256
|
+
onExpand?: (keys: (string | number)[]) => any;
|
|
257
|
+
}>, {
|
|
149
258
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
150
259
|
required: boolean;
|
|
151
260
|
showIcon: boolean;
|
|
@@ -235,7 +344,7 @@ export declare const UTreeSelect: {
|
|
|
235
344
|
}>, {
|
|
236
345
|
reference: import("vue").Ref<any, any>;
|
|
237
346
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
238
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
347
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
239
348
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
240
349
|
onClick: (e: any) => void;
|
|
241
350
|
onMousedown: (e: any) => void;
|
|
@@ -453,7 +562,7 @@ export declare const UTreeSelect: {
|
|
|
453
562
|
onOverflowResize: ({ width }: {
|
|
454
563
|
width: number;
|
|
455
564
|
}) => void;
|
|
456
|
-
containerWrapperWidth: import("vue").ShallowRef<number
|
|
565
|
+
containerWrapperWidth: import("vue").ShallowRef<number>;
|
|
457
566
|
isResponsive: import("vue").ComputedRef<boolean>;
|
|
458
567
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "create-submit" | "toggle-open")[], "select" | "create-submit" | "toggle-open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
459
568
|
prefixCls: {
|
|
@@ -1089,7 +1198,92 @@ export declare const UTreeSelect: {
|
|
|
1089
1198
|
expand: (keys: (string | number)[], e: Event) => boolean;
|
|
1090
1199
|
'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
|
|
1091
1200
|
'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
|
|
1092
|
-
}, import("vue").
|
|
1201
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1202
|
+
treeData: {
|
|
1203
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
|
|
1204
|
+
default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
|
|
1205
|
+
};
|
|
1206
|
+
dataKey: {
|
|
1207
|
+
type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
|
|
1208
|
+
default: string;
|
|
1209
|
+
};
|
|
1210
|
+
multiple: {
|
|
1211
|
+
type: BooleanConstructor;
|
|
1212
|
+
default: boolean;
|
|
1213
|
+
};
|
|
1214
|
+
checkable: {
|
|
1215
|
+
type: BooleanConstructor;
|
|
1216
|
+
default: boolean;
|
|
1217
|
+
};
|
|
1218
|
+
selectable: {
|
|
1219
|
+
type: BooleanConstructor;
|
|
1220
|
+
default: boolean;
|
|
1221
|
+
};
|
|
1222
|
+
checkStrictly: {
|
|
1223
|
+
type: BooleanConstructor;
|
|
1224
|
+
default: boolean;
|
|
1225
|
+
};
|
|
1226
|
+
disabled: {
|
|
1227
|
+
type: BooleanConstructor;
|
|
1228
|
+
default: boolean;
|
|
1229
|
+
};
|
|
1230
|
+
switcherIcon: {
|
|
1231
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1232
|
+
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1233
|
+
};
|
|
1234
|
+
showLine: {
|
|
1235
|
+
type: BooleanConstructor;
|
|
1236
|
+
default: boolean;
|
|
1237
|
+
};
|
|
1238
|
+
showIcon: {
|
|
1239
|
+
type: BooleanConstructor;
|
|
1240
|
+
default: boolean;
|
|
1241
|
+
};
|
|
1242
|
+
selectedKeys: {
|
|
1243
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1244
|
+
default: () => string[];
|
|
1245
|
+
};
|
|
1246
|
+
expandedKeys: {
|
|
1247
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1248
|
+
default: () => string[];
|
|
1249
|
+
};
|
|
1250
|
+
checkedKeys: {
|
|
1251
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1252
|
+
default: () => string[];
|
|
1253
|
+
};
|
|
1254
|
+
defaultExpandAll: {
|
|
1255
|
+
type: BooleanConstructor;
|
|
1256
|
+
default: boolean;
|
|
1257
|
+
};
|
|
1258
|
+
draggable: {
|
|
1259
|
+
type: BooleanConstructor;
|
|
1260
|
+
default: boolean;
|
|
1261
|
+
};
|
|
1262
|
+
blockNode: {
|
|
1263
|
+
type: BooleanConstructor;
|
|
1264
|
+
default: boolean;
|
|
1265
|
+
};
|
|
1266
|
+
loadData: {
|
|
1267
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
|
|
1268
|
+
};
|
|
1269
|
+
loadedKeys: {
|
|
1270
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1271
|
+
};
|
|
1272
|
+
treeSelect: {
|
|
1273
|
+
type: BooleanConstructor;
|
|
1274
|
+
default: boolean;
|
|
1275
|
+
};
|
|
1276
|
+
}>> & Readonly<{
|
|
1277
|
+
onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
|
|
1278
|
+
"onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
|
|
1279
|
+
"onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
|
|
1280
|
+
"onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
|
|
1281
|
+
"onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
|
|
1282
|
+
onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
|
|
1283
|
+
onExpand?: (keys: (string | number)[], e: Event) => any;
|
|
1284
|
+
"onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
|
|
1285
|
+
"onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
|
|
1286
|
+
}>, {
|
|
1093
1287
|
showIcon: boolean;
|
|
1094
1288
|
disabled: boolean;
|
|
1095
1289
|
multiple: boolean;
|
|
@@ -1223,7 +1417,24 @@ export declare const UTreeSelect: {
|
|
|
1223
1417
|
handleClick: (e: any) => void;
|
|
1224
1418
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1225
1419
|
click: (ev: Event) => boolean;
|
|
1226
|
-
}, import("vue").
|
|
1420
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1421
|
+
rotate: {
|
|
1422
|
+
type: NumberConstructor;
|
|
1423
|
+
};
|
|
1424
|
+
spin: BooleanConstructor;
|
|
1425
|
+
size: {
|
|
1426
|
+
type: NumberConstructor;
|
|
1427
|
+
};
|
|
1428
|
+
color: {
|
|
1429
|
+
type: StringConstructor;
|
|
1430
|
+
default: string;
|
|
1431
|
+
};
|
|
1432
|
+
icon: {
|
|
1433
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1434
|
+
};
|
|
1435
|
+
}>> & Readonly<{
|
|
1436
|
+
onClick?: (ev: Event) => any;
|
|
1437
|
+
}>, {
|
|
1227
1438
|
color: string;
|
|
1228
1439
|
spin: boolean;
|
|
1229
1440
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1380,7 +1591,53 @@ export declare const UTreeSelect: {
|
|
|
1380
1591
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1381
1592
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
1382
1593
|
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
1383
|
-
}, import("vue").
|
|
1594
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1595
|
+
modelValue: {
|
|
1596
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
1597
|
+
default: undefined;
|
|
1598
|
+
};
|
|
1599
|
+
trueValue: {
|
|
1600
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
1601
|
+
default: boolean;
|
|
1602
|
+
};
|
|
1603
|
+
falseValue: {
|
|
1604
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
1605
|
+
default: boolean;
|
|
1606
|
+
};
|
|
1607
|
+
value: {
|
|
1608
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1609
|
+
default: string;
|
|
1610
|
+
};
|
|
1611
|
+
disabled: {
|
|
1612
|
+
type: BooleanConstructor;
|
|
1613
|
+
default: boolean;
|
|
1614
|
+
};
|
|
1615
|
+
size: {
|
|
1616
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1617
|
+
default: string;
|
|
1618
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1619
|
+
};
|
|
1620
|
+
name: {
|
|
1621
|
+
type: StringConstructor;
|
|
1622
|
+
default: string;
|
|
1623
|
+
};
|
|
1624
|
+
border: {
|
|
1625
|
+
type: BooleanConstructor;
|
|
1626
|
+
default: boolean;
|
|
1627
|
+
};
|
|
1628
|
+
indeterminate: {
|
|
1629
|
+
type: BooleanConstructor;
|
|
1630
|
+
default: boolean;
|
|
1631
|
+
};
|
|
1632
|
+
color: {
|
|
1633
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1634
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1635
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1636
|
+
};
|
|
1637
|
+
}>> & Readonly<{
|
|
1638
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1639
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
1640
|
+
}>, {
|
|
1384
1641
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1385
1642
|
name: string;
|
|
1386
1643
|
size: "default" | "small" | "large";
|
|
@@ -1430,7 +1687,24 @@ export declare const UTreeSelect: {
|
|
|
1430
1687
|
handleClick: (e: any) => void;
|
|
1431
1688
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1432
1689
|
click: (ev: Event) => boolean;
|
|
1433
|
-
}, import("vue").
|
|
1690
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1691
|
+
rotate: {
|
|
1692
|
+
type: NumberConstructor;
|
|
1693
|
+
};
|
|
1694
|
+
spin: BooleanConstructor;
|
|
1695
|
+
size: {
|
|
1696
|
+
type: NumberConstructor;
|
|
1697
|
+
};
|
|
1698
|
+
color: {
|
|
1699
|
+
type: StringConstructor;
|
|
1700
|
+
default: string;
|
|
1701
|
+
};
|
|
1702
|
+
icon: {
|
|
1703
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1704
|
+
};
|
|
1705
|
+
}>> & Readonly<{
|
|
1706
|
+
onClick?: (ev: Event) => any;
|
|
1707
|
+
}>, {
|
|
1434
1708
|
color: string;
|
|
1435
1709
|
spin: boolean;
|
|
1436
1710
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1720,7 +1994,24 @@ export declare const UTreeSelect: {
|
|
|
1720
1994
|
handleClick: (e: any) => void;
|
|
1721
1995
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1722
1996
|
click: (ev: Event) => boolean;
|
|
1723
|
-
}, import("vue").
|
|
1997
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1998
|
+
rotate: {
|
|
1999
|
+
type: NumberConstructor;
|
|
2000
|
+
};
|
|
2001
|
+
spin: BooleanConstructor;
|
|
2002
|
+
size: {
|
|
2003
|
+
type: NumberConstructor;
|
|
2004
|
+
};
|
|
2005
|
+
color: {
|
|
2006
|
+
type: StringConstructor;
|
|
2007
|
+
default: string;
|
|
2008
|
+
};
|
|
2009
|
+
icon: {
|
|
2010
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2011
|
+
};
|
|
2012
|
+
}>> & Readonly<{
|
|
2013
|
+
onClick?: (ev: Event) => any;
|
|
2014
|
+
}>, {
|
|
1724
2015
|
color: string;
|
|
1725
2016
|
spin: boolean;
|
|
1726
2017
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1966,7 +2257,24 @@ export declare const UTreeSelect: {
|
|
|
1966
2257
|
handleClick: (e: any) => void;
|
|
1967
2258
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1968
2259
|
click: (ev: Event) => boolean;
|
|
1969
|
-
}, import("vue").
|
|
2260
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2261
|
+
rotate: {
|
|
2262
|
+
type: NumberConstructor;
|
|
2263
|
+
};
|
|
2264
|
+
spin: BooleanConstructor;
|
|
2265
|
+
size: {
|
|
2266
|
+
type: NumberConstructor;
|
|
2267
|
+
};
|
|
2268
|
+
color: {
|
|
2269
|
+
type: StringConstructor;
|
|
2270
|
+
default: string;
|
|
2271
|
+
};
|
|
2272
|
+
icon: {
|
|
2273
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2274
|
+
};
|
|
2275
|
+
}>> & Readonly<{
|
|
2276
|
+
onClick?: (ev: Event) => any;
|
|
2277
|
+
}>, {
|
|
1970
2278
|
color: string;
|
|
1971
2279
|
spin: boolean;
|
|
1972
2280
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2215,7 +2523,24 @@ export declare const UTreeSelect: {
|
|
|
2215
2523
|
handleClick: (e: any) => void;
|
|
2216
2524
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2217
2525
|
click: (ev: Event) => boolean;
|
|
2218
|
-
}, import("vue").
|
|
2526
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2527
|
+
rotate: {
|
|
2528
|
+
type: NumberConstructor;
|
|
2529
|
+
};
|
|
2530
|
+
spin: BooleanConstructor;
|
|
2531
|
+
size: {
|
|
2532
|
+
type: NumberConstructor;
|
|
2533
|
+
};
|
|
2534
|
+
color: {
|
|
2535
|
+
type: StringConstructor;
|
|
2536
|
+
default: string;
|
|
2537
|
+
};
|
|
2538
|
+
icon: {
|
|
2539
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2540
|
+
};
|
|
2541
|
+
}>> & Readonly<{
|
|
2542
|
+
onClick?: (ev: Event) => any;
|
|
2543
|
+
}>, {
|
|
2219
2544
|
color: string;
|
|
2220
2545
|
spin: boolean;
|
|
2221
2546
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2784,7 +3109,24 @@ export declare const UTreeSelect: {
|
|
|
2784
3109
|
handleClick: (e: any) => void;
|
|
2785
3110
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2786
3111
|
click: (ev: Event) => boolean;
|
|
2787
|
-
}, import("vue").
|
|
3112
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3113
|
+
rotate: {
|
|
3114
|
+
type: NumberConstructor;
|
|
3115
|
+
};
|
|
3116
|
+
spin: BooleanConstructor;
|
|
3117
|
+
size: {
|
|
3118
|
+
type: NumberConstructor;
|
|
3119
|
+
};
|
|
3120
|
+
color: {
|
|
3121
|
+
type: StringConstructor;
|
|
3122
|
+
default: string;
|
|
3123
|
+
};
|
|
3124
|
+
icon: {
|
|
3125
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3126
|
+
};
|
|
3127
|
+
}>> & Readonly<{
|
|
3128
|
+
onClick?: (ev: Event) => any;
|
|
3129
|
+
}>, {
|
|
2788
3130
|
color: string;
|
|
2789
3131
|
spin: boolean;
|
|
2790
3132
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2925,23 +3267,69 @@ export declare const UTreeSelect: {
|
|
|
2925
3267
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2926
3268
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2927
3269
|
}>, {
|
|
2928
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
2929
|
-
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
2930
|
-
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
2931
|
-
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
2932
|
-
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
2933
|
-
focusInner: import("vue").Ref<boolean, boolean>;
|
|
2934
|
-
showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
|
|
2935
|
-
computedChecked: import("vue").ComputedRef<boolean>;
|
|
2936
|
-
change: (event: any) => boolean;
|
|
2937
|
-
handleKeyDown: (e: KeyboardEvent) => void;
|
|
2938
|
-
handleFocus: () => void;
|
|
2939
|
-
handleBlur: () => void;
|
|
2940
|
-
onClick: (e: MouseEvent) => void;
|
|
2941
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2942
|
-
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2943
|
-
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2944
|
-
}, import("vue").
|
|
3270
|
+
prefixCls: import("vue").ComputedRef<string>;
|
|
3271
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3272
|
+
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3273
|
+
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3274
|
+
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
3275
|
+
focusInner: import("vue").Ref<boolean, boolean>;
|
|
3276
|
+
showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
|
|
3277
|
+
computedChecked: import("vue").ComputedRef<boolean>;
|
|
3278
|
+
change: (event: any) => boolean;
|
|
3279
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
3280
|
+
handleFocus: () => void;
|
|
3281
|
+
handleBlur: () => void;
|
|
3282
|
+
onClick: (e: MouseEvent) => void;
|
|
3283
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3284
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3285
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3286
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3287
|
+
modelValue: {
|
|
3288
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3289
|
+
default: undefined;
|
|
3290
|
+
};
|
|
3291
|
+
trueValue: {
|
|
3292
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3293
|
+
default: boolean;
|
|
3294
|
+
};
|
|
3295
|
+
falseValue: {
|
|
3296
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3297
|
+
default: boolean;
|
|
3298
|
+
};
|
|
3299
|
+
value: {
|
|
3300
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3301
|
+
default: string;
|
|
3302
|
+
};
|
|
3303
|
+
disabled: {
|
|
3304
|
+
type: BooleanConstructor;
|
|
3305
|
+
default: boolean;
|
|
3306
|
+
};
|
|
3307
|
+
size: {
|
|
3308
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3309
|
+
default: string;
|
|
3310
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3311
|
+
};
|
|
3312
|
+
name: {
|
|
3313
|
+
type: StringConstructor;
|
|
3314
|
+
default: string;
|
|
3315
|
+
};
|
|
3316
|
+
border: {
|
|
3317
|
+
type: BooleanConstructor;
|
|
3318
|
+
default: boolean;
|
|
3319
|
+
};
|
|
3320
|
+
indeterminate: {
|
|
3321
|
+
type: BooleanConstructor;
|
|
3322
|
+
default: boolean;
|
|
3323
|
+
};
|
|
3324
|
+
color: {
|
|
3325
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3326
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3327
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3328
|
+
};
|
|
3329
|
+
}>> & Readonly<{
|
|
3330
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3331
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3332
|
+
}>, {
|
|
2945
3333
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2946
3334
|
name: string;
|
|
2947
3335
|
size: "default" | "small" | "large";
|
|
@@ -2991,7 +3379,24 @@ export declare const UTreeSelect: {
|
|
|
2991
3379
|
handleClick: (e: any) => void;
|
|
2992
3380
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2993
3381
|
click: (ev: Event) => boolean;
|
|
2994
|
-
}, import("vue").
|
|
3382
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3383
|
+
rotate: {
|
|
3384
|
+
type: NumberConstructor;
|
|
3385
|
+
};
|
|
3386
|
+
spin: BooleanConstructor;
|
|
3387
|
+
size: {
|
|
3388
|
+
type: NumberConstructor;
|
|
3389
|
+
};
|
|
3390
|
+
color: {
|
|
3391
|
+
type: StringConstructor;
|
|
3392
|
+
default: string;
|
|
3393
|
+
};
|
|
3394
|
+
icon: {
|
|
3395
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3396
|
+
};
|
|
3397
|
+
}>> & Readonly<{
|
|
3398
|
+
onClick?: (ev: Event) => any;
|
|
3399
|
+
}>, {
|
|
2995
3400
|
color: string;
|
|
2996
3401
|
spin: boolean;
|
|
2997
3402
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3281,7 +3686,24 @@ export declare const UTreeSelect: {
|
|
|
3281
3686
|
handleClick: (e: any) => void;
|
|
3282
3687
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3283
3688
|
click: (ev: Event) => boolean;
|
|
3284
|
-
}, import("vue").
|
|
3689
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3690
|
+
rotate: {
|
|
3691
|
+
type: NumberConstructor;
|
|
3692
|
+
};
|
|
3693
|
+
spin: BooleanConstructor;
|
|
3694
|
+
size: {
|
|
3695
|
+
type: NumberConstructor;
|
|
3696
|
+
};
|
|
3697
|
+
color: {
|
|
3698
|
+
type: StringConstructor;
|
|
3699
|
+
default: string;
|
|
3700
|
+
};
|
|
3701
|
+
icon: {
|
|
3702
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3703
|
+
};
|
|
3704
|
+
}>> & Readonly<{
|
|
3705
|
+
onClick?: (ev: Event) => any;
|
|
3706
|
+
}>, {
|
|
3285
3707
|
color: string;
|
|
3286
3708
|
spin: boolean;
|
|
3287
3709
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3527,7 +3949,24 @@ export declare const UTreeSelect: {
|
|
|
3527
3949
|
handleClick: (e: any) => void;
|
|
3528
3950
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3529
3951
|
click: (ev: Event) => boolean;
|
|
3530
|
-
}, import("vue").
|
|
3952
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3953
|
+
rotate: {
|
|
3954
|
+
type: NumberConstructor;
|
|
3955
|
+
};
|
|
3956
|
+
spin: BooleanConstructor;
|
|
3957
|
+
size: {
|
|
3958
|
+
type: NumberConstructor;
|
|
3959
|
+
};
|
|
3960
|
+
color: {
|
|
3961
|
+
type: StringConstructor;
|
|
3962
|
+
default: string;
|
|
3963
|
+
};
|
|
3964
|
+
icon: {
|
|
3965
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3966
|
+
};
|
|
3967
|
+
}>> & Readonly<{
|
|
3968
|
+
onClick?: (ev: Event) => any;
|
|
3969
|
+
}>, {
|
|
3531
3970
|
color: string;
|
|
3532
3971
|
spin: boolean;
|
|
3533
3972
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3776,7 +4215,24 @@ export declare const UTreeSelect: {
|
|
|
3776
4215
|
handleClick: (e: any) => void;
|
|
3777
4216
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3778
4217
|
click: (ev: Event) => boolean;
|
|
3779
|
-
}, import("vue").
|
|
4218
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4219
|
+
rotate: {
|
|
4220
|
+
type: NumberConstructor;
|
|
4221
|
+
};
|
|
4222
|
+
spin: BooleanConstructor;
|
|
4223
|
+
size: {
|
|
4224
|
+
type: NumberConstructor;
|
|
4225
|
+
};
|
|
4226
|
+
color: {
|
|
4227
|
+
type: StringConstructor;
|
|
4228
|
+
default: string;
|
|
4229
|
+
};
|
|
4230
|
+
icon: {
|
|
4231
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4232
|
+
};
|
|
4233
|
+
}>> & Readonly<{
|
|
4234
|
+
onClick?: (ev: Event) => any;
|
|
4235
|
+
}>, {
|
|
3780
4236
|
color: string;
|
|
3781
4237
|
spin: boolean;
|
|
3782
4238
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3918,7 +4374,23 @@ export declare const UTreeSelect: {
|
|
|
3918
4374
|
default: string;
|
|
3919
4375
|
validator: (val: "default" | "small" | "large") => boolean;
|
|
3920
4376
|
};
|
|
3921
|
-
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
4377
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4378
|
+
image: {
|
|
4379
|
+
type: StringConstructor;
|
|
4380
|
+
};
|
|
4381
|
+
icon: {
|
|
4382
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4383
|
+
};
|
|
4384
|
+
text: {
|
|
4385
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
4386
|
+
default: undefined;
|
|
4387
|
+
};
|
|
4388
|
+
size: {
|
|
4389
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4390
|
+
default: string;
|
|
4391
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4392
|
+
};
|
|
4393
|
+
}>> & Readonly<{}>, {
|
|
3922
4394
|
size: "default" | "small" | "large";
|
|
3923
4395
|
text: string | boolean;
|
|
3924
4396
|
}, true, {}, {}, {
|
|
@@ -4469,7 +4941,7 @@ export declare const UTreeSelect: {
|
|
|
4469
4941
|
}>, {
|
|
4470
4942
|
reference: import("vue").Ref<any, any>;
|
|
4471
4943
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
4472
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
4944
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
4473
4945
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
4474
4946
|
onClick: (e: any) => void;
|
|
4475
4947
|
onMousedown: (e: any) => void;
|
|
@@ -4687,7 +5159,7 @@ export declare const UTreeSelect: {
|
|
|
4687
5159
|
onOverflowResize: ({ width }: {
|
|
4688
5160
|
width: number;
|
|
4689
5161
|
}) => void;
|
|
4690
|
-
containerWrapperWidth: import("vue").ShallowRef<number
|
|
5162
|
+
containerWrapperWidth: import("vue").ShallowRef<number>;
|
|
4691
5163
|
isResponsive: import("vue").ComputedRef<boolean>;
|
|
4692
5164
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "create-submit" | "toggle-open")[], "select" | "create-submit" | "toggle-open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4693
5165
|
prefixCls: {
|
|
@@ -5323,7 +5795,92 @@ export declare const UTreeSelect: {
|
|
|
5323
5795
|
expand: (keys: (string | number)[], e: Event) => boolean;
|
|
5324
5796
|
'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
|
|
5325
5797
|
'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
|
|
5326
|
-
}, import("vue").
|
|
5798
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5799
|
+
treeData: {
|
|
5800
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
|
|
5801
|
+
default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
|
|
5802
|
+
};
|
|
5803
|
+
dataKey: {
|
|
5804
|
+
type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
|
|
5805
|
+
default: string;
|
|
5806
|
+
};
|
|
5807
|
+
multiple: {
|
|
5808
|
+
type: BooleanConstructor;
|
|
5809
|
+
default: boolean;
|
|
5810
|
+
};
|
|
5811
|
+
checkable: {
|
|
5812
|
+
type: BooleanConstructor;
|
|
5813
|
+
default: boolean;
|
|
5814
|
+
};
|
|
5815
|
+
selectable: {
|
|
5816
|
+
type: BooleanConstructor;
|
|
5817
|
+
default: boolean;
|
|
5818
|
+
};
|
|
5819
|
+
checkStrictly: {
|
|
5820
|
+
type: BooleanConstructor;
|
|
5821
|
+
default: boolean;
|
|
5822
|
+
};
|
|
5823
|
+
disabled: {
|
|
5824
|
+
type: BooleanConstructor;
|
|
5825
|
+
default: boolean;
|
|
5826
|
+
};
|
|
5827
|
+
switcherIcon: {
|
|
5828
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5829
|
+
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5830
|
+
};
|
|
5831
|
+
showLine: {
|
|
5832
|
+
type: BooleanConstructor;
|
|
5833
|
+
default: boolean;
|
|
5834
|
+
};
|
|
5835
|
+
showIcon: {
|
|
5836
|
+
type: BooleanConstructor;
|
|
5837
|
+
default: boolean;
|
|
5838
|
+
};
|
|
5839
|
+
selectedKeys: {
|
|
5840
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
5841
|
+
default: () => string[];
|
|
5842
|
+
};
|
|
5843
|
+
expandedKeys: {
|
|
5844
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
5845
|
+
default: () => string[];
|
|
5846
|
+
};
|
|
5847
|
+
checkedKeys: {
|
|
5848
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
5849
|
+
default: () => string[];
|
|
5850
|
+
};
|
|
5851
|
+
defaultExpandAll: {
|
|
5852
|
+
type: BooleanConstructor;
|
|
5853
|
+
default: boolean;
|
|
5854
|
+
};
|
|
5855
|
+
draggable: {
|
|
5856
|
+
type: BooleanConstructor;
|
|
5857
|
+
default: boolean;
|
|
5858
|
+
};
|
|
5859
|
+
blockNode: {
|
|
5860
|
+
type: BooleanConstructor;
|
|
5861
|
+
default: boolean;
|
|
5862
|
+
};
|
|
5863
|
+
loadData: {
|
|
5864
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
|
|
5865
|
+
};
|
|
5866
|
+
loadedKeys: {
|
|
5867
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
5868
|
+
};
|
|
5869
|
+
treeSelect: {
|
|
5870
|
+
type: BooleanConstructor;
|
|
5871
|
+
default: boolean;
|
|
5872
|
+
};
|
|
5873
|
+
}>> & Readonly<{
|
|
5874
|
+
onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
|
|
5875
|
+
"onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
|
|
5876
|
+
"onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
|
|
5877
|
+
"onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
|
|
5878
|
+
"onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
|
|
5879
|
+
onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
|
|
5880
|
+
onExpand?: (keys: (string | number)[], e: Event) => any;
|
|
5881
|
+
"onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
|
|
5882
|
+
"onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
|
|
5883
|
+
}>, {
|
|
5327
5884
|
showIcon: boolean;
|
|
5328
5885
|
disabled: boolean;
|
|
5329
5886
|
multiple: boolean;
|
|
@@ -5457,7 +6014,24 @@ export declare const UTreeSelect: {
|
|
|
5457
6014
|
handleClick: (e: any) => void;
|
|
5458
6015
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5459
6016
|
click: (ev: Event) => boolean;
|
|
5460
|
-
}, import("vue").
|
|
6017
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6018
|
+
rotate: {
|
|
6019
|
+
type: NumberConstructor;
|
|
6020
|
+
};
|
|
6021
|
+
spin: BooleanConstructor;
|
|
6022
|
+
size: {
|
|
6023
|
+
type: NumberConstructor;
|
|
6024
|
+
};
|
|
6025
|
+
color: {
|
|
6026
|
+
type: StringConstructor;
|
|
6027
|
+
default: string;
|
|
6028
|
+
};
|
|
6029
|
+
icon: {
|
|
6030
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6031
|
+
};
|
|
6032
|
+
}>> & Readonly<{
|
|
6033
|
+
onClick?: (ev: Event) => any;
|
|
6034
|
+
}>, {
|
|
5461
6035
|
color: string;
|
|
5462
6036
|
spin: boolean;
|
|
5463
6037
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5598,23 +6172,69 @@ export declare const UTreeSelect: {
|
|
|
5598
6172
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
5599
6173
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
5600
6174
|
}>, {
|
|
5601
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
5602
|
-
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
5603
|
-
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
5604
|
-
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
5605
|
-
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
5606
|
-
focusInner: import("vue").Ref<boolean, boolean>;
|
|
5607
|
-
showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
|
|
5608
|
-
computedChecked: import("vue").ComputedRef<boolean>;
|
|
5609
|
-
change: (event: any) => boolean;
|
|
5610
|
-
handleKeyDown: (e: KeyboardEvent) => void;
|
|
5611
|
-
handleFocus: () => void;
|
|
5612
|
-
handleBlur: () => void;
|
|
5613
|
-
onClick: (e: MouseEvent) => void;
|
|
5614
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5615
|
-
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
5616
|
-
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
5617
|
-
}, import("vue").
|
|
6175
|
+
prefixCls: import("vue").ComputedRef<string>;
|
|
6176
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
6177
|
+
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
6178
|
+
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
6179
|
+
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
6180
|
+
focusInner: import("vue").Ref<boolean, boolean>;
|
|
6181
|
+
showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
|
|
6182
|
+
computedChecked: import("vue").ComputedRef<boolean>;
|
|
6183
|
+
change: (event: any) => boolean;
|
|
6184
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
6185
|
+
handleFocus: () => void;
|
|
6186
|
+
handleBlur: () => void;
|
|
6187
|
+
onClick: (e: MouseEvent) => void;
|
|
6188
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6189
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
6190
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
6191
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6192
|
+
modelValue: {
|
|
6193
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
6194
|
+
default: undefined;
|
|
6195
|
+
};
|
|
6196
|
+
trueValue: {
|
|
6197
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
6198
|
+
default: boolean;
|
|
6199
|
+
};
|
|
6200
|
+
falseValue: {
|
|
6201
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
6202
|
+
default: boolean;
|
|
6203
|
+
};
|
|
6204
|
+
value: {
|
|
6205
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6206
|
+
default: string;
|
|
6207
|
+
};
|
|
6208
|
+
disabled: {
|
|
6209
|
+
type: BooleanConstructor;
|
|
6210
|
+
default: boolean;
|
|
6211
|
+
};
|
|
6212
|
+
size: {
|
|
6213
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
6214
|
+
default: string;
|
|
6215
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
6216
|
+
};
|
|
6217
|
+
name: {
|
|
6218
|
+
type: StringConstructor;
|
|
6219
|
+
default: string;
|
|
6220
|
+
};
|
|
6221
|
+
border: {
|
|
6222
|
+
type: BooleanConstructor;
|
|
6223
|
+
default: boolean;
|
|
6224
|
+
};
|
|
6225
|
+
indeterminate: {
|
|
6226
|
+
type: BooleanConstructor;
|
|
6227
|
+
default: boolean;
|
|
6228
|
+
};
|
|
6229
|
+
color: {
|
|
6230
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
6231
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6232
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
6233
|
+
};
|
|
6234
|
+
}>> & Readonly<{
|
|
6235
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
6236
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
6237
|
+
}>, {
|
|
5618
6238
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
5619
6239
|
name: string;
|
|
5620
6240
|
size: "default" | "small" | "large";
|
|
@@ -5664,7 +6284,24 @@ export declare const UTreeSelect: {
|
|
|
5664
6284
|
handleClick: (e: any) => void;
|
|
5665
6285
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5666
6286
|
click: (ev: Event) => boolean;
|
|
5667
|
-
}, import("vue").
|
|
6287
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6288
|
+
rotate: {
|
|
6289
|
+
type: NumberConstructor;
|
|
6290
|
+
};
|
|
6291
|
+
spin: BooleanConstructor;
|
|
6292
|
+
size: {
|
|
6293
|
+
type: NumberConstructor;
|
|
6294
|
+
};
|
|
6295
|
+
color: {
|
|
6296
|
+
type: StringConstructor;
|
|
6297
|
+
default: string;
|
|
6298
|
+
};
|
|
6299
|
+
icon: {
|
|
6300
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6301
|
+
};
|
|
6302
|
+
}>> & Readonly<{
|
|
6303
|
+
onClick?: (ev: Event) => any;
|
|
6304
|
+
}>, {
|
|
5668
6305
|
color: string;
|
|
5669
6306
|
spin: boolean;
|
|
5670
6307
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5954,7 +6591,24 @@ export declare const UTreeSelect: {
|
|
|
5954
6591
|
handleClick: (e: any) => void;
|
|
5955
6592
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5956
6593
|
click: (ev: Event) => boolean;
|
|
5957
|
-
}, import("vue").
|
|
6594
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6595
|
+
rotate: {
|
|
6596
|
+
type: NumberConstructor;
|
|
6597
|
+
};
|
|
6598
|
+
spin: BooleanConstructor;
|
|
6599
|
+
size: {
|
|
6600
|
+
type: NumberConstructor;
|
|
6601
|
+
};
|
|
6602
|
+
color: {
|
|
6603
|
+
type: StringConstructor;
|
|
6604
|
+
default: string;
|
|
6605
|
+
};
|
|
6606
|
+
icon: {
|
|
6607
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6608
|
+
};
|
|
6609
|
+
}>> & Readonly<{
|
|
6610
|
+
onClick?: (ev: Event) => any;
|
|
6611
|
+
}>, {
|
|
5958
6612
|
color: string;
|
|
5959
6613
|
spin: boolean;
|
|
5960
6614
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6200,7 +6854,24 @@ export declare const UTreeSelect: {
|
|
|
6200
6854
|
handleClick: (e: any) => void;
|
|
6201
6855
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6202
6856
|
click: (ev: Event) => boolean;
|
|
6203
|
-
}, import("vue").
|
|
6857
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6858
|
+
rotate: {
|
|
6859
|
+
type: NumberConstructor;
|
|
6860
|
+
};
|
|
6861
|
+
spin: BooleanConstructor;
|
|
6862
|
+
size: {
|
|
6863
|
+
type: NumberConstructor;
|
|
6864
|
+
};
|
|
6865
|
+
color: {
|
|
6866
|
+
type: StringConstructor;
|
|
6867
|
+
default: string;
|
|
6868
|
+
};
|
|
6869
|
+
icon: {
|
|
6870
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6871
|
+
};
|
|
6872
|
+
}>> & Readonly<{
|
|
6873
|
+
onClick?: (ev: Event) => any;
|
|
6874
|
+
}>, {
|
|
6204
6875
|
color: string;
|
|
6205
6876
|
spin: boolean;
|
|
6206
6877
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6449,7 +7120,24 @@ export declare const UTreeSelect: {
|
|
|
6449
7120
|
handleClick: (e: any) => void;
|
|
6450
7121
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6451
7122
|
click: (ev: Event) => boolean;
|
|
6452
|
-
}, import("vue").
|
|
7123
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7124
|
+
rotate: {
|
|
7125
|
+
type: NumberConstructor;
|
|
7126
|
+
};
|
|
7127
|
+
spin: BooleanConstructor;
|
|
7128
|
+
size: {
|
|
7129
|
+
type: NumberConstructor;
|
|
7130
|
+
};
|
|
7131
|
+
color: {
|
|
7132
|
+
type: StringConstructor;
|
|
7133
|
+
default: string;
|
|
7134
|
+
};
|
|
7135
|
+
icon: {
|
|
7136
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7137
|
+
};
|
|
7138
|
+
}>> & Readonly<{
|
|
7139
|
+
onClick?: (ev: Event) => any;
|
|
7140
|
+
}>, {
|
|
6453
7141
|
color: string;
|
|
6454
7142
|
spin: boolean;
|
|
6455
7143
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7018,7 +7706,24 @@ export declare const UTreeSelect: {
|
|
|
7018
7706
|
handleClick: (e: any) => void;
|
|
7019
7707
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7020
7708
|
click: (ev: Event) => boolean;
|
|
7021
|
-
}, import("vue").
|
|
7709
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7710
|
+
rotate: {
|
|
7711
|
+
type: NumberConstructor;
|
|
7712
|
+
};
|
|
7713
|
+
spin: BooleanConstructor;
|
|
7714
|
+
size: {
|
|
7715
|
+
type: NumberConstructor;
|
|
7716
|
+
};
|
|
7717
|
+
color: {
|
|
7718
|
+
type: StringConstructor;
|
|
7719
|
+
default: string;
|
|
7720
|
+
};
|
|
7721
|
+
icon: {
|
|
7722
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7723
|
+
};
|
|
7724
|
+
}>> & Readonly<{
|
|
7725
|
+
onClick?: (ev: Event) => any;
|
|
7726
|
+
}>, {
|
|
7022
7727
|
color: string;
|
|
7023
7728
|
spin: boolean;
|
|
7024
7729
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7175,7 +7880,53 @@ export declare const UTreeSelect: {
|
|
|
7175
7880
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7176
7881
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
7177
7882
|
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
7178
|
-
}, import("vue").
|
|
7883
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7884
|
+
modelValue: {
|
|
7885
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
7886
|
+
default: undefined;
|
|
7887
|
+
};
|
|
7888
|
+
trueValue: {
|
|
7889
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
7890
|
+
default: boolean;
|
|
7891
|
+
};
|
|
7892
|
+
falseValue: {
|
|
7893
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
7894
|
+
default: boolean;
|
|
7895
|
+
};
|
|
7896
|
+
value: {
|
|
7897
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
7898
|
+
default: string;
|
|
7899
|
+
};
|
|
7900
|
+
disabled: {
|
|
7901
|
+
type: BooleanConstructor;
|
|
7902
|
+
default: boolean;
|
|
7903
|
+
};
|
|
7904
|
+
size: {
|
|
7905
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
7906
|
+
default: string;
|
|
7907
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
7908
|
+
};
|
|
7909
|
+
name: {
|
|
7910
|
+
type: StringConstructor;
|
|
7911
|
+
default: string;
|
|
7912
|
+
};
|
|
7913
|
+
border: {
|
|
7914
|
+
type: BooleanConstructor;
|
|
7915
|
+
default: boolean;
|
|
7916
|
+
};
|
|
7917
|
+
indeterminate: {
|
|
7918
|
+
type: BooleanConstructor;
|
|
7919
|
+
default: boolean;
|
|
7920
|
+
};
|
|
7921
|
+
color: {
|
|
7922
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
7923
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7924
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
7925
|
+
};
|
|
7926
|
+
}>> & Readonly<{
|
|
7927
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
7928
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
7929
|
+
}>, {
|
|
7179
7930
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
7180
7931
|
name: string;
|
|
7181
7932
|
size: "default" | "small" | "large";
|
|
@@ -7225,7 +7976,24 @@ export declare const UTreeSelect: {
|
|
|
7225
7976
|
handleClick: (e: any) => void;
|
|
7226
7977
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7227
7978
|
click: (ev: Event) => boolean;
|
|
7228
|
-
}, import("vue").
|
|
7979
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7980
|
+
rotate: {
|
|
7981
|
+
type: NumberConstructor;
|
|
7982
|
+
};
|
|
7983
|
+
spin: BooleanConstructor;
|
|
7984
|
+
size: {
|
|
7985
|
+
type: NumberConstructor;
|
|
7986
|
+
};
|
|
7987
|
+
color: {
|
|
7988
|
+
type: StringConstructor;
|
|
7989
|
+
default: string;
|
|
7990
|
+
};
|
|
7991
|
+
icon: {
|
|
7992
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7993
|
+
};
|
|
7994
|
+
}>> & Readonly<{
|
|
7995
|
+
onClick?: (ev: Event) => any;
|
|
7996
|
+
}>, {
|
|
7229
7997
|
color: string;
|
|
7230
7998
|
spin: boolean;
|
|
7231
7999
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7515,7 +8283,24 @@ export declare const UTreeSelect: {
|
|
|
7515
8283
|
handleClick: (e: any) => void;
|
|
7516
8284
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7517
8285
|
click: (ev: Event) => boolean;
|
|
7518
|
-
}, import("vue").
|
|
8286
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8287
|
+
rotate: {
|
|
8288
|
+
type: NumberConstructor;
|
|
8289
|
+
};
|
|
8290
|
+
spin: BooleanConstructor;
|
|
8291
|
+
size: {
|
|
8292
|
+
type: NumberConstructor;
|
|
8293
|
+
};
|
|
8294
|
+
color: {
|
|
8295
|
+
type: StringConstructor;
|
|
8296
|
+
default: string;
|
|
8297
|
+
};
|
|
8298
|
+
icon: {
|
|
8299
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
8300
|
+
};
|
|
8301
|
+
}>> & Readonly<{
|
|
8302
|
+
onClick?: (ev: Event) => any;
|
|
8303
|
+
}>, {
|
|
7519
8304
|
color: string;
|
|
7520
8305
|
spin: boolean;
|
|
7521
8306
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7761,7 +8546,24 @@ export declare const UTreeSelect: {
|
|
|
7761
8546
|
handleClick: (e: any) => void;
|
|
7762
8547
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7763
8548
|
click: (ev: Event) => boolean;
|
|
7764
|
-
}, import("vue").
|
|
8549
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8550
|
+
rotate: {
|
|
8551
|
+
type: NumberConstructor;
|
|
8552
|
+
};
|
|
8553
|
+
spin: BooleanConstructor;
|
|
8554
|
+
size: {
|
|
8555
|
+
type: NumberConstructor;
|
|
8556
|
+
};
|
|
8557
|
+
color: {
|
|
8558
|
+
type: StringConstructor;
|
|
8559
|
+
default: string;
|
|
8560
|
+
};
|
|
8561
|
+
icon: {
|
|
8562
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
8563
|
+
};
|
|
8564
|
+
}>> & Readonly<{
|
|
8565
|
+
onClick?: (ev: Event) => any;
|
|
8566
|
+
}>, {
|
|
7765
8567
|
color: string;
|
|
7766
8568
|
spin: boolean;
|
|
7767
8569
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -8010,7 +8812,24 @@ export declare const UTreeSelect: {
|
|
|
8010
8812
|
handleClick: (e: any) => void;
|
|
8011
8813
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8012
8814
|
click: (ev: Event) => boolean;
|
|
8013
|
-
}, import("vue").
|
|
8815
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8816
|
+
rotate: {
|
|
8817
|
+
type: NumberConstructor;
|
|
8818
|
+
};
|
|
8819
|
+
spin: BooleanConstructor;
|
|
8820
|
+
size: {
|
|
8821
|
+
type: NumberConstructor;
|
|
8822
|
+
};
|
|
8823
|
+
color: {
|
|
8824
|
+
type: StringConstructor;
|
|
8825
|
+
default: string;
|
|
8826
|
+
};
|
|
8827
|
+
icon: {
|
|
8828
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
8829
|
+
};
|
|
8830
|
+
}>> & Readonly<{
|
|
8831
|
+
onClick?: (ev: Event) => any;
|
|
8832
|
+
}>, {
|
|
8014
8833
|
color: string;
|
|
8015
8834
|
spin: boolean;
|
|
8016
8835
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -8152,7 +8971,23 @@ export declare const UTreeSelect: {
|
|
|
8152
8971
|
default: string;
|
|
8153
8972
|
validator: (val: "default" | "small" | "large") => boolean;
|
|
8154
8973
|
};
|
|
8155
|
-
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
8974
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8975
|
+
image: {
|
|
8976
|
+
type: StringConstructor;
|
|
8977
|
+
};
|
|
8978
|
+
icon: {
|
|
8979
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
8980
|
+
};
|
|
8981
|
+
text: {
|
|
8982
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
8983
|
+
default: undefined;
|
|
8984
|
+
};
|
|
8985
|
+
size: {
|
|
8986
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
8987
|
+
default: string;
|
|
8988
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
8989
|
+
};
|
|
8990
|
+
}>> & Readonly<{}>, {
|
|
8156
8991
|
size: "default" | "small" | "large";
|
|
8157
8992
|
text: string | boolean;
|
|
8158
8993
|
}, true, {}, {}, {
|