@koi-design/uxd-ui 14.0.21 → 14.0.23
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.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.type.d.ts +5 -5
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/es/components/AutoComplete/index.d.ts +572 -632
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +180 -180
- package/es/components/Calendar/Header.vue.d.ts +81 -81
- package/es/components/Calendar/index.d.ts +381 -381
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +8 -8
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +40 -40
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/CascaderMenu.d.ts +2 -2
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Cascader/utils.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/es/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/es/components/Checkbox/index.d.ts +27 -27
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/es/components/ColorPicker/index.d.ts +248 -248
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +8 -2
- package/es/components/ConfigProvider/index.mjs +2 -1
- package/es/components/ConfigProvider/index.mjs.map +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/es/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1016 -1016
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +14 -13
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/es/components/Dropdown/Dropdown.type.mjs +10 -1
- package/es/components/Dropdown/Dropdown.type.mjs.map +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/es/components/Dropdown/DropdownMenu.mjs +10 -5
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Dropdown/index.mjs +1 -1
- package/es/components/Empty/Empty.d.ts +14 -14
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +8 -8
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/es/components/InfiniteScroll/InfiniteScroll.mjs.map +1 -1
- package/es/components/InfoView/Cell.d.ts +2 -2
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +14 -14
- package/es/components/InfoView/Row.d.ts +2 -2
- package/es/components/InfoView/index.d.ts +33 -33
- package/es/components/Input/Input.d.ts +34 -34
- package/es/components/Input/Input.type.d.ts +11 -11
- package/es/components/Input/index.d.ts +39 -39
- package/es/components/InputNumber/InputNumber.d.ts +83 -83
- package/es/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/es/components/InputNumber/SingleInput.d.ts +23 -22
- package/es/components/InputNumber/index.d.ts +109 -109
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Layout.type.d.ts +5 -4
- package/es/components/Layout/Sider.vue.d.ts +8 -8
- package/es/components/Layout/index.d.ts +10 -10
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +3 -3
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Menu/Menu.d.ts +6 -6
- package/es/components/Menu/Menu.type.d.ts +20 -20
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +30 -30
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs.map +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -17
- package/es/components/Menu/index.d.ts +61 -61
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +46 -46
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +23 -23
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +11 -11
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +12 -11
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.type.d.ts +8 -8
- package/es/components/Progress/Progress.vue.d.ts +25 -25
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +51 -51
- package/es/components/Radio/Radio.type.d.ts +16 -16
- package/es/components/Radio/Radio.vue.d.ts +7 -7
- package/es/components/Radio/RadioGroup.d.ts +17 -17
- package/es/components/Radio/index.d.ts +27 -27
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/Thumb.d.ts +1 -1
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +4 -2
- package/es/components/Scrollbar/utils.mjs +4 -2
- package/es/components/Scrollbar/utils.mjs.map +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/es/components/Select/RefSelect.vue.d.ts +161 -171
- package/es/components/Select/Select.d.ts +29 -29
- package/es/components/Select/Select.type.d.ts +16 -15
- package/es/components/Select/Selection/Input.vue.d.ts +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/es/components/Select/Selection/Single.vue.d.ts +4 -6
- package/es/components/Select/index.d.ts +40 -40
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Slider.d.ts +5 -5
- package/es/components/Slider/Slider.type.d.ts +5 -5
- package/es/components/Slider/index.d.ts +1 -1
- package/es/components/Space/Space.d.ts +9 -9
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs.map +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.type.d.ts +12 -12
- package/es/components/Steps/Steps.vue.d.ts +6 -6
- package/es/components/Steps/index.d.ts +19 -19
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.vue.d.ts +340 -340
- package/es/components/Table/BodyTable.vue.d.ts +340 -340
- package/es/components/Table/HeadTable.vue.d.ts +340 -340
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +745 -745
- package/es/components/Table/TableBox.vue.d.ts +680 -680
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +4 -4
- package/es/components/Tabs/TabNav.mjs.map +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +27 -27
- package/es/components/Tabs/Tabs.d.ts +59 -59
- package/es/components/Tabs/Tabs.mjs +3 -3
- package/es/components/Tabs/Tabs.mjs.map +1 -1
- package/es/components/Tabs/Tabs.type.d.ts +29 -28
- package/es/components/Tabs/Tabs.type.mjs +6 -6
- package/es/components/Tabs/Tabs.type.mjs.map +1 -1
- package/es/components/Tabs/index.d.ts +118 -118
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +6 -6
- package/es/components/Tag/index.d.ts +12 -12
- package/es/components/Text/Text.d.ts +15 -15
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +386 -386
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +7 -7
- package/es/components/Timeline/Timeline.mjs +1 -1
- package/es/components/Timeline/Timeline.mjs.map +1 -1
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.type.d.ts +5 -5
- package/es/components/Transfer/Transfer.vue.d.ts +636 -636
- package/es/components/Transfer/TransferList.vue.d.ts +114 -114
- package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/es/components/Transfer/index.d.ts +1678 -1678
- package/es/components/Tree/SubTree.vue.d.ts +61 -61
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +68 -76
- package/es/components/Tree/TreeNode.vue.d.ts +33 -33
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +141 -165
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/es/components/TreeSelect/index.d.ts +698 -754
- package/es/components/Upload/Upload.d.ts +4 -4
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadList.vue.d.ts +56 -56
- package/es/components/Upload/index.d.ts +4 -4
- package/es/components/VirtualList/ListContent.mjs.map +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/components/index.mjs +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/es/utils/tools.mjs.map +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.type.d.ts +5 -5
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/lib/components/AutoComplete/index.d.ts +572 -632
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
- package/lib/components/Calendar/Header.vue.d.ts +81 -81
- package/lib/components/Calendar/index.d.ts +381 -381
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +8 -8
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +40 -40
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Cascader/utils.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/lib/components/Checkbox/index.d.ts +27 -27
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/lib/components/ColorPicker/index.d.ts +248 -248
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +8 -2
- package/lib/components/ConfigProvider/index.js +2 -1
- package/lib/components/ConfigProvider/index.js.map +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1016 -1016
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +14 -13
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/lib/components/Dropdown/Dropdown.type.js +12 -0
- package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/lib/components/Dropdown/DropdownMenu.js +10 -5
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Dropdown/index.js +3 -0
- package/lib/components/Dropdown/index.js.map +1 -1
- package/lib/components/Empty/Empty.d.ts +14 -14
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +8 -8
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
- package/lib/components/InfoView/Cell.d.ts +2 -2
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
- package/lib/components/InfoView/Row.d.ts +2 -2
- package/lib/components/InfoView/index.d.ts +33 -33
- package/lib/components/Input/Input.d.ts +34 -34
- package/lib/components/Input/Input.type.d.ts +11 -11
- package/lib/components/Input/index.d.ts +39 -39
- package/lib/components/InputNumber/InputNumber.d.ts +83 -83
- package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/lib/components/InputNumber/SingleInput.d.ts +23 -22
- package/lib/components/InputNumber/index.d.ts +109 -109
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Layout.type.d.ts +5 -4
- package/lib/components/Layout/Sider.vue.d.ts +8 -8
- package/lib/components/Layout/index.d.ts +10 -10
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +3 -3
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Menu/Menu.d.ts +6 -6
- package/lib/components/Menu/Menu.type.d.ts +20 -20
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.js.map +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
- package/lib/components/Menu/index.d.ts +61 -61
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +46 -46
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +23 -23
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +11 -11
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +12 -11
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.type.d.ts +8 -8
- package/lib/components/Progress/Progress.vue.d.ts +25 -25
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +51 -51
- package/lib/components/Radio/Radio.type.d.ts +16 -16
- package/lib/components/Radio/Radio.vue.d.ts +7 -7
- package/lib/components/Radio/RadioGroup.d.ts +17 -17
- package/lib/components/Radio/index.d.ts +27 -27
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/Thumb.d.ts +1 -1
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +4 -2
- package/lib/components/Scrollbar/utils.js +4 -2
- package/lib/components/Scrollbar/utils.js.map +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/lib/components/Select/RefSelect.vue.d.ts +161 -171
- package/lib/components/Select/Select.d.ts +29 -29
- package/lib/components/Select/Select.type.d.ts +16 -15
- package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
- package/lib/components/Select/index.d.ts +40 -40
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Slider.d.ts +5 -5
- package/lib/components/Slider/Slider.type.d.ts +5 -5
- package/lib/components/Slider/index.d.ts +1 -1
- package/lib/components/Space/Space.d.ts +9 -9
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js.map +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.type.d.ts +12 -12
- package/lib/components/Steps/Steps.vue.d.ts +6 -6
- package/lib/components/Steps/index.d.ts +19 -19
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.vue.d.ts +340 -340
- package/lib/components/Table/BodyTable.vue.d.ts +340 -340
- package/lib/components/Table/HeadTable.vue.d.ts +340 -340
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +745 -745
- package/lib/components/Table/TableBox.vue.d.ts +680 -680
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +4 -4
- package/lib/components/Tabs/TabNav.js.map +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
- package/lib/components/Tabs/Tabs.d.ts +59 -59
- package/lib/components/Tabs/Tabs.js +3 -3
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/Tabs.type.d.ts +29 -28
- package/lib/components/Tabs/Tabs.type.js +6 -6
- package/lib/components/Tabs/Tabs.type.js.map +1 -1
- package/lib/components/Tabs/index.d.ts +118 -118
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +6 -6
- package/lib/components/Tag/index.d.ts +12 -12
- package/lib/components/Text/Text.d.ts +15 -15
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +386 -386
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +7 -7
- package/lib/components/Timeline/Timeline.js +1 -1
- package/lib/components/Timeline/Timeline.js.map +1 -1
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.type.d.ts +5 -5
- package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
- package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
- package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/lib/components/Transfer/index.d.ts +1678 -1678
- package/lib/components/Tree/SubTree.vue.d.ts +61 -61
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +68 -76
- package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +141 -165
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/lib/components/TreeSelect/index.d.ts +698 -754
- package/lib/components/Upload/Upload.d.ts +4 -4
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadList.vue.d.ts +56 -56
- package/lib/components/Upload/index.d.ts +4 -4
- package/lib/components/VirtualList/ListContent.js.map +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/components/index.js +3 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/lib/utils/tools.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -7
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/index.less +2 -0
- package/styles/index.css +1 -1
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +5 -5
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/types/components/AutoComplete/index.d.ts +572 -632
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +180 -180
- package/types/components/Calendar/Header.vue.d.ts +81 -81
- package/types/components/Calendar/index.d.ts +381 -381
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +8 -8
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +40 -40
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/CascaderMenu.d.ts +2 -2
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/types/components/Checkbox/index.d.ts +27 -27
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/types/components/ColorPicker/index.d.ts +248 -248
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +8 -2
- package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1016 -1016
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +14 -13
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +14 -14
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +8 -8
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/types/components/InfoView/Cell.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +14 -14
- package/types/components/InfoView/Row.d.ts +2 -2
- package/types/components/InfoView/index.d.ts +33 -33
- package/types/components/Input/Input.d.ts +34 -34
- package/types/components/Input/Input.type.d.ts +11 -11
- package/types/components/Input/index.d.ts +39 -39
- package/types/components/InputNumber/InputNumber.d.ts +83 -83
- package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/types/components/InputNumber/SingleInput.d.ts +23 -22
- package/types/components/InputNumber/index.d.ts +109 -109
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +5 -4
- package/types/components/Layout/Sider.vue.d.ts +8 -8
- package/types/components/Layout/index.d.ts +10 -10
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +3 -3
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +6 -6
- package/types/components/Menu/Menu.type.d.ts +20 -20
- package/types/components/Menu/MenuItem.vue.d.ts +30 -30
- package/types/components/Menu/SubMenu.vue.d.ts +17 -17
- package/types/components/Menu/index.d.ts +61 -61
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +46 -46
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +23 -23
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +11 -11
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +12 -11
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +8 -8
- package/types/components/Progress/Progress.vue.d.ts +25 -25
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +51 -51
- package/types/components/Radio/Radio.type.d.ts +16 -16
- package/types/components/Radio/Radio.vue.d.ts +7 -7
- package/types/components/Radio/RadioGroup.d.ts +17 -17
- package/types/components/Radio/index.d.ts +27 -27
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/Thumb.d.ts +1 -1
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +4 -2
- package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/types/components/Select/RefSelect.vue.d.ts +161 -171
- package/types/components/Select/Select.d.ts +29 -29
- package/types/components/Select/Select.type.d.ts +16 -15
- package/types/components/Select/Selection/Input.vue.d.ts +1 -1
- package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/types/components/Select/Selection/Single.vue.d.ts +4 -6
- package/types/components/Select/index.d.ts +40 -40
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +5 -5
- package/types/components/Slider/Slider.type.d.ts +5 -5
- package/types/components/Slider/index.d.ts +1 -1
- package/types/components/Space/Space.d.ts +9 -9
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +12 -12
- package/types/components/Steps/Steps.vue.d.ts +6 -6
- package/types/components/Steps/index.d.ts +19 -19
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +340 -340
- package/types/components/Table/BodyTable.vue.d.ts +340 -340
- package/types/components/Table/HeadTable.vue.d.ts +340 -340
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +745 -745
- package/types/components/Table/TableBox.vue.d.ts +680 -680
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +27 -27
- package/types/components/Tabs/Tabs.d.ts +59 -59
- package/types/components/Tabs/Tabs.type.d.ts +29 -28
- package/types/components/Tabs/index.d.ts +118 -118
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +6 -6
- package/types/components/Tag/index.d.ts +12 -12
- package/types/components/Text/Text.d.ts +15 -15
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +386 -386
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +7 -7
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +5 -5
- package/types/components/Transfer/Transfer.vue.d.ts +636 -636
- package/types/components/Transfer/TransferList.vue.d.ts +114 -114
- package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/types/components/Transfer/index.d.ts +1678 -1678
- package/types/components/Tree/SubTree.vue.d.ts +61 -61
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +68 -76
- package/types/components/Tree/TreeNode.vue.d.ts +33 -33
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +141 -165
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/types/components/TreeSelect/index.d.ts +698 -754
- package/types/components/Upload/Upload.d.ts +4 -4
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +56 -56
- package/types/components/Upload/index.d.ts +4 -4
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +41 -25
- package/uxd-ui.umd.js +43 -24
- package/uxd-ui.umd.min.js +6 -6
|
@@ -29,7 +29,7 @@ export declare const UTree: {
|
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
31
|
switcherIcon: {
|
|
32
|
-
type: import("vue").PropType<import("
|
|
32
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
33
33
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
34
34
|
};
|
|
35
35
|
showLine: {
|
|
@@ -89,12 +89,8 @@ export declare const UTree: {
|
|
|
89
89
|
localTreeData: import("vue").Ref<{
|
|
90
90
|
[x: string]: any;
|
|
91
91
|
key: string | number;
|
|
92
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
93
|
-
|
|
94
|
-
}>[];
|
|
95
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
96
|
-
[key: string]: any;
|
|
97
|
-
}>[];
|
|
92
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
93
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
98
94
|
componentKey: string;
|
|
99
95
|
dataRef: {
|
|
100
96
|
[x: string]: any;
|
|
@@ -115,12 +111,8 @@ export declare const UTree: {
|
|
|
115
111
|
}[], import("./Tree.type").InnerTreeItem[] | {
|
|
116
112
|
[x: string]: any;
|
|
117
113
|
key: string | number;
|
|
118
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
119
|
-
|
|
120
|
-
}>[];
|
|
121
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
122
|
-
[key: string]: any;
|
|
123
|
-
}>[];
|
|
114
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
115
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
124
116
|
componentKey: string;
|
|
125
117
|
dataRef: {
|
|
126
118
|
[x: string]: any;
|
|
@@ -161,10 +153,10 @@ export declare const UTree: {
|
|
|
161
153
|
selectable: boolean;
|
|
162
154
|
draggable: boolean;
|
|
163
155
|
checkedKeys: (string | number)[];
|
|
156
|
+
checkStrictly: boolean;
|
|
164
157
|
treeData: import("./Tree.type").TreeItem[];
|
|
165
158
|
dataKey: string | import("./Tree.type").GetDataKey;
|
|
166
159
|
checkable: boolean;
|
|
167
|
-
checkStrictly: boolean;
|
|
168
160
|
switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
169
161
|
showLine: boolean;
|
|
170
162
|
expandedKeys: (string | number)[];
|
|
@@ -200,10 +192,10 @@ export declare const UTree: {
|
|
|
200
192
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
201
193
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
202
194
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
195
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
203
196
|
treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
|
|
204
197
|
dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
|
|
205
198
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
206
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
207
199
|
switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
|
|
208
200
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
209
201
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -235,7 +227,7 @@ export declare const UTree: {
|
|
|
235
227
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
236
228
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
237
229
|
isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
|
|
238
|
-
treeNodeOperate: (type: "
|
|
230
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
|
|
239
231
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
232
|
data: {
|
|
241
233
|
type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
|
|
@@ -263,7 +255,7 @@ export declare const UTree: {
|
|
|
263
255
|
default: string;
|
|
264
256
|
};
|
|
265
257
|
icon: {
|
|
266
|
-
type: import("vue").PropType<import("
|
|
258
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
267
259
|
};
|
|
268
260
|
}>> & Readonly<{
|
|
269
261
|
onClick?: (ev: Event) => any;
|
|
@@ -310,7 +302,7 @@ export declare const UTree: {
|
|
|
310
302
|
default: string;
|
|
311
303
|
};
|
|
312
304
|
icon: {
|
|
313
|
-
type: import("vue").PropType<import("
|
|
305
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
314
306
|
};
|
|
315
307
|
}>> & Readonly<{
|
|
316
308
|
onClick?: (ev: Event) => any;
|
|
@@ -352,7 +344,7 @@ export declare const UTree: {
|
|
|
352
344
|
default: string;
|
|
353
345
|
};
|
|
354
346
|
icon: {
|
|
355
|
-
type: import("vue").PropType<import("
|
|
347
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
356
348
|
};
|
|
357
349
|
}>> & Readonly<{
|
|
358
350
|
onClick?: (ev: Event) => any;
|
|
@@ -379,7 +371,7 @@ export declare const UTree: {
|
|
|
379
371
|
}, string, {
|
|
380
372
|
color: string;
|
|
381
373
|
spin: boolean;
|
|
382
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
374
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
383
375
|
UCheckbox: {
|
|
384
376
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
385
377
|
modelValue: {
|
|
@@ -411,9 +403,9 @@ export declare const UTree: {
|
|
|
411
403
|
default: boolean;
|
|
412
404
|
};
|
|
413
405
|
}>> & Readonly<{
|
|
414
|
-
onChange?: (val: import("
|
|
406
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
415
407
|
onClick?: (ev: Event) => any;
|
|
416
|
-
"onUpdate:modelValue"?: (val: import("
|
|
408
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
417
409
|
}>, {
|
|
418
410
|
prefixCls: import("vue").ComputedRef<string>;
|
|
419
411
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -427,8 +419,8 @@ export declare const UTree: {
|
|
|
427
419
|
handleBlur: () => void;
|
|
428
420
|
onClick: (e: MouseEvent) => void;
|
|
429
421
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
430
|
-
'update:modelValue': (val: import("
|
|
431
|
-
change: (val: import("
|
|
422
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
423
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
432
424
|
click: (ev: Event) => boolean;
|
|
433
425
|
}, import("vue").PublicProps, {
|
|
434
426
|
name: string;
|
|
@@ -453,7 +445,7 @@ export declare const UTree: {
|
|
|
453
445
|
default: string;
|
|
454
446
|
};
|
|
455
447
|
icon: {
|
|
456
|
-
type: import("vue").PropType<import("
|
|
448
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
457
449
|
};
|
|
458
450
|
}>> & Readonly<{
|
|
459
451
|
onClick?: (ev: Event) => any;
|
|
@@ -500,7 +492,7 @@ export declare const UTree: {
|
|
|
500
492
|
default: string;
|
|
501
493
|
};
|
|
502
494
|
icon: {
|
|
503
|
-
type: import("vue").PropType<import("
|
|
495
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
504
496
|
};
|
|
505
497
|
}>> & Readonly<{
|
|
506
498
|
onClick?: (ev: Event) => any;
|
|
@@ -542,7 +534,7 @@ export declare const UTree: {
|
|
|
542
534
|
default: string;
|
|
543
535
|
};
|
|
544
536
|
icon: {
|
|
545
|
-
type: import("vue").PropType<import("
|
|
537
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
546
538
|
};
|
|
547
539
|
}>> & Readonly<{
|
|
548
540
|
onClick?: (ev: Event) => any;
|
|
@@ -569,7 +561,7 @@ export declare const UTree: {
|
|
|
569
561
|
}, string, {
|
|
570
562
|
color: string;
|
|
571
563
|
spin: boolean;
|
|
572
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
564
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
573
565
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
574
566
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
575
567
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -609,9 +601,9 @@ export declare const UTree: {
|
|
|
609
601
|
default: boolean;
|
|
610
602
|
};
|
|
611
603
|
}>> & Readonly<{
|
|
612
|
-
onChange?: (val: import("
|
|
604
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
613
605
|
onClick?: (ev: Event) => any;
|
|
614
|
-
"onUpdate:modelValue"?: (val: import("
|
|
606
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
615
607
|
}>, {
|
|
616
608
|
prefixCls: import("vue").ComputedRef<string>;
|
|
617
609
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -666,9 +658,9 @@ export declare const UTree: {
|
|
|
666
658
|
default: boolean;
|
|
667
659
|
};
|
|
668
660
|
}>> & Readonly<{
|
|
669
|
-
onChange?: (val: import("
|
|
661
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
670
662
|
onClick?: (ev: Event) => any;
|
|
671
|
-
"onUpdate:modelValue"?: (val: import("
|
|
663
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
672
664
|
}>, {
|
|
673
665
|
prefixCls: import("vue").ComputedRef<string>;
|
|
674
666
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -682,8 +674,8 @@ export declare const UTree: {
|
|
|
682
674
|
handleBlur: () => void;
|
|
683
675
|
onClick: (e: MouseEvent) => void;
|
|
684
676
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
685
|
-
'update:modelValue': (val: import("
|
|
686
|
-
change: (val: import("
|
|
677
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
678
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
687
679
|
click: (ev: Event) => boolean;
|
|
688
680
|
}, string, {
|
|
689
681
|
name: string;
|
|
@@ -708,7 +700,7 @@ export declare const UTree: {
|
|
|
708
700
|
default: string;
|
|
709
701
|
};
|
|
710
702
|
icon: {
|
|
711
|
-
type: import("vue").PropType<import("
|
|
703
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
712
704
|
};
|
|
713
705
|
}>> & Readonly<{
|
|
714
706
|
onClick?: (ev: Event) => any;
|
|
@@ -755,7 +747,7 @@ export declare const UTree: {
|
|
|
755
747
|
default: string;
|
|
756
748
|
};
|
|
757
749
|
icon: {
|
|
758
|
-
type: import("vue").PropType<import("
|
|
750
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
759
751
|
};
|
|
760
752
|
}>> & Readonly<{
|
|
761
753
|
onClick?: (ev: Event) => any;
|
|
@@ -797,7 +789,7 @@ export declare const UTree: {
|
|
|
797
789
|
default: string;
|
|
798
790
|
};
|
|
799
791
|
icon: {
|
|
800
|
-
type: import("vue").PropType<import("
|
|
792
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
801
793
|
};
|
|
802
794
|
}>> & Readonly<{
|
|
803
795
|
onClick?: (ev: Event) => any;
|
|
@@ -824,23 +816,23 @@ export declare const UTree: {
|
|
|
824
816
|
}, string, {
|
|
825
817
|
color: string;
|
|
826
818
|
spin: boolean;
|
|
827
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
819
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
828
820
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
829
821
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
830
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
822
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
831
823
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
832
824
|
modelValue: {
|
|
833
|
-
type: import("vue").PropType<import("
|
|
834
|
-
default: () => import("
|
|
825
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
826
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
835
827
|
};
|
|
836
828
|
size: {
|
|
837
|
-
type: import("vue").PropType<"
|
|
829
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
838
830
|
default: string;
|
|
839
|
-
validator: (val: "
|
|
831
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
840
832
|
};
|
|
841
833
|
options: {
|
|
842
|
-
type: import("vue").PropType<import("
|
|
843
|
-
default: () => import("
|
|
834
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
835
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
844
836
|
};
|
|
845
837
|
disabled: {
|
|
846
838
|
type: BooleanConstructor;
|
|
@@ -854,12 +846,12 @@ export declare const UTree: {
|
|
|
854
846
|
type: StringConstructor;
|
|
855
847
|
};
|
|
856
848
|
buttonType: {
|
|
857
|
-
type: import("vue").PropType<"
|
|
849
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
858
850
|
default: string;
|
|
859
851
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
860
852
|
};
|
|
861
853
|
type: {
|
|
862
|
-
type: import("vue").PropType<"
|
|
854
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
863
855
|
default: string;
|
|
864
856
|
validator: (val: "default" | "button") => boolean;
|
|
865
857
|
};
|
|
@@ -879,21 +871,21 @@ export declare const UTree: {
|
|
|
879
871
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
880
872
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
881
873
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
882
|
-
'update:modelValue': (v: import("
|
|
883
|
-
change: (v: import("
|
|
874
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
875
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
884
876
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
885
877
|
modelValue: {
|
|
886
|
-
type: import("vue").PropType<import("
|
|
887
|
-
default: () => import("
|
|
878
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
879
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
888
880
|
};
|
|
889
881
|
size: {
|
|
890
|
-
type: import("vue").PropType<"
|
|
882
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
891
883
|
default: string;
|
|
892
|
-
validator: (val: "
|
|
884
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
893
885
|
};
|
|
894
886
|
options: {
|
|
895
|
-
type: import("vue").PropType<import("
|
|
896
|
-
default: () => import("
|
|
887
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
888
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
897
889
|
};
|
|
898
890
|
disabled: {
|
|
899
891
|
type: BooleanConstructor;
|
|
@@ -907,12 +899,12 @@ export declare const UTree: {
|
|
|
907
899
|
type: StringConstructor;
|
|
908
900
|
};
|
|
909
901
|
buttonType: {
|
|
910
|
-
type: import("vue").PropType<"
|
|
902
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
911
903
|
default: string;
|
|
912
904
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
913
905
|
};
|
|
914
906
|
type: {
|
|
915
|
-
type: import("vue").PropType<"
|
|
907
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
916
908
|
default: string;
|
|
917
909
|
validator: (val: "default" | "button") => boolean;
|
|
918
910
|
};
|
|
@@ -924,15 +916,15 @@ export declare const UTree: {
|
|
|
924
916
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
925
917
|
};
|
|
926
918
|
}>> & Readonly<{
|
|
927
|
-
onChange?: (v: import("
|
|
928
|
-
"onUpdate:modelValue"?: (v: import("
|
|
919
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
920
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
929
921
|
}>, {
|
|
930
922
|
type: "default" | "button";
|
|
931
923
|
loading: boolean;
|
|
932
|
-
size: "
|
|
924
|
+
size: "default" | "small" | "large";
|
|
933
925
|
disabled: boolean;
|
|
934
|
-
modelValue: import("
|
|
935
|
-
options: import("
|
|
926
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
927
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
936
928
|
buttonFill: boolean;
|
|
937
929
|
buttonType: "fill" | "border" | "card";
|
|
938
930
|
}, {}, {
|
|
@@ -950,7 +942,7 @@ export declare const UTree: {
|
|
|
950
942
|
default: string;
|
|
951
943
|
};
|
|
952
944
|
icon: {
|
|
953
|
-
type: import("vue").PropType<import("
|
|
945
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
954
946
|
};
|
|
955
947
|
}>> & Readonly<{
|
|
956
948
|
onClick?: (ev: Event) => any;
|
|
@@ -997,7 +989,7 @@ export declare const UTree: {
|
|
|
997
989
|
default: string;
|
|
998
990
|
};
|
|
999
991
|
icon: {
|
|
1000
|
-
type: import("vue").PropType<import("
|
|
992
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1001
993
|
};
|
|
1002
994
|
}>> & Readonly<{
|
|
1003
995
|
onClick?: (ev: Event) => any;
|
|
@@ -1039,7 +1031,7 @@ export declare const UTree: {
|
|
|
1039
1031
|
default: string;
|
|
1040
1032
|
};
|
|
1041
1033
|
icon: {
|
|
1042
|
-
type: import("vue").PropType<import("
|
|
1034
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1043
1035
|
};
|
|
1044
1036
|
}>> & Readonly<{
|
|
1045
1037
|
onClick?: (ev: Event) => any;
|
|
@@ -1066,7 +1058,7 @@ export declare const UTree: {
|
|
|
1066
1058
|
}, string, {
|
|
1067
1059
|
color: string;
|
|
1068
1060
|
spin: boolean;
|
|
1069
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1061
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1070
1062
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1071
1063
|
modelValue: {
|
|
1072
1064
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -1109,8 +1101,8 @@ export declare const UTree: {
|
|
|
1109
1101
|
handleBlur: () => void;
|
|
1110
1102
|
onClick: (e: MouseEvent) => void;
|
|
1111
1103
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1112
|
-
'update:modelValue': (val: import("
|
|
1113
|
-
change: (val: import("
|
|
1104
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
1105
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
1114
1106
|
click: (ev: Event) => boolean;
|
|
1115
1107
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1116
1108
|
modelValue: {
|
|
@@ -1142,9 +1134,9 @@ export declare const UTree: {
|
|
|
1142
1134
|
default: boolean;
|
|
1143
1135
|
};
|
|
1144
1136
|
}>> & Readonly<{
|
|
1145
|
-
onChange?: (val: import("
|
|
1137
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1146
1138
|
onClick?: (ev: Event) => any;
|
|
1147
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1139
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
1148
1140
|
}>, {
|
|
1149
1141
|
name: string;
|
|
1150
1142
|
disabled: boolean;
|
|
@@ -1168,7 +1160,7 @@ export declare const UTree: {
|
|
|
1168
1160
|
default: string;
|
|
1169
1161
|
};
|
|
1170
1162
|
icon: {
|
|
1171
|
-
type: import("vue").PropType<import("
|
|
1163
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1172
1164
|
};
|
|
1173
1165
|
}>> & Readonly<{
|
|
1174
1166
|
onClick?: (ev: Event) => any;
|
|
@@ -1215,7 +1207,7 @@ export declare const UTree: {
|
|
|
1215
1207
|
default: string;
|
|
1216
1208
|
};
|
|
1217
1209
|
icon: {
|
|
1218
|
-
type: import("vue").PropType<import("
|
|
1210
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1219
1211
|
};
|
|
1220
1212
|
}>> & Readonly<{
|
|
1221
1213
|
onClick?: (ev: Event) => any;
|
|
@@ -1257,7 +1249,7 @@ export declare const UTree: {
|
|
|
1257
1249
|
default: string;
|
|
1258
1250
|
};
|
|
1259
1251
|
icon: {
|
|
1260
|
-
type: import("vue").PropType<import("
|
|
1252
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1261
1253
|
};
|
|
1262
1254
|
}>> & Readonly<{
|
|
1263
1255
|
onClick?: (ev: Event) => any;
|
|
@@ -1284,13 +1276,13 @@ export declare const UTree: {
|
|
|
1284
1276
|
}, string, {
|
|
1285
1277
|
color: string;
|
|
1286
1278
|
spin: boolean;
|
|
1287
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1279
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1288
1280
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1289
1281
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1290
1282
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1291
1283
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1292
1284
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1293
|
-
};
|
|
1285
|
+
});
|
|
1294
1286
|
Render: {
|
|
1295
1287
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1296
1288
|
props: {
|
|
@@ -1340,7 +1332,7 @@ export declare const UTree: {
|
|
|
1340
1332
|
default: boolean;
|
|
1341
1333
|
};
|
|
1342
1334
|
switcherIcon: {
|
|
1343
|
-
type: import("vue").PropType<import("
|
|
1335
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1344
1336
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1345
1337
|
};
|
|
1346
1338
|
showLine: {
|
|
@@ -1400,12 +1392,8 @@ export declare const UTree: {
|
|
|
1400
1392
|
localTreeData: import("vue").Ref<{
|
|
1401
1393
|
[x: string]: any;
|
|
1402
1394
|
key: string | number;
|
|
1403
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1404
|
-
|
|
1405
|
-
}>[];
|
|
1406
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1407
|
-
[key: string]: any;
|
|
1408
|
-
}>[];
|
|
1395
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1396
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1409
1397
|
componentKey: string;
|
|
1410
1398
|
dataRef: {
|
|
1411
1399
|
[x: string]: any;
|
|
@@ -1426,12 +1414,8 @@ export declare const UTree: {
|
|
|
1426
1414
|
}[], import("./Tree.type").InnerTreeItem[] | {
|
|
1427
1415
|
[x: string]: any;
|
|
1428
1416
|
key: string | number;
|
|
1429
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1430
|
-
|
|
1431
|
-
}>[];
|
|
1432
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1433
|
-
[key: string]: any;
|
|
1434
|
-
}>[];
|
|
1417
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1418
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1435
1419
|
componentKey: string;
|
|
1436
1420
|
dataRef: {
|
|
1437
1421
|
[x: string]: any;
|
|
@@ -1462,10 +1446,10 @@ export declare const UTree: {
|
|
|
1462
1446
|
selectable: boolean;
|
|
1463
1447
|
draggable: boolean;
|
|
1464
1448
|
checkedKeys: (string | number)[];
|
|
1449
|
+
checkStrictly: boolean;
|
|
1465
1450
|
treeData: import("./Tree.type").TreeItem[];
|
|
1466
1451
|
dataKey: string | import("./Tree.type").GetDataKey;
|
|
1467
1452
|
checkable: boolean;
|
|
1468
|
-
checkStrictly: boolean;
|
|
1469
1453
|
switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1470
1454
|
showLine: boolean;
|
|
1471
1455
|
expandedKeys: (string | number)[];
|
|
@@ -1506,7 +1490,7 @@ export declare const UTree: {
|
|
|
1506
1490
|
default: boolean;
|
|
1507
1491
|
};
|
|
1508
1492
|
switcherIcon: {
|
|
1509
|
-
type: import("vue").PropType<import("
|
|
1493
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1510
1494
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1511
1495
|
};
|
|
1512
1496
|
showLine: {
|
|
@@ -1566,12 +1550,8 @@ export declare const UTree: {
|
|
|
1566
1550
|
localTreeData: import("vue").Ref<{
|
|
1567
1551
|
[x: string]: any;
|
|
1568
1552
|
key: string | number;
|
|
1569
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1570
|
-
|
|
1571
|
-
}>[];
|
|
1572
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1573
|
-
[key: string]: any;
|
|
1574
|
-
}>[];
|
|
1553
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1554
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1575
1555
|
componentKey: string;
|
|
1576
1556
|
dataRef: {
|
|
1577
1557
|
[x: string]: any;
|
|
@@ -1592,12 +1572,8 @@ export declare const UTree: {
|
|
|
1592
1572
|
}[], import("./Tree.type").InnerTreeItem[] | {
|
|
1593
1573
|
[x: string]: any;
|
|
1594
1574
|
key: string | number;
|
|
1595
|
-
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode
|
|
1596
|
-
|
|
1597
|
-
}>[];
|
|
1598
|
-
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1599
|
-
[key: string]: any;
|
|
1600
|
-
}>[];
|
|
1575
|
+
slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1576
|
+
operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1601
1577
|
componentKey: string;
|
|
1602
1578
|
dataRef: {
|
|
1603
1579
|
[x: string]: any;
|
|
@@ -1638,10 +1614,10 @@ export declare const UTree: {
|
|
|
1638
1614
|
selectable: boolean;
|
|
1639
1615
|
draggable: boolean;
|
|
1640
1616
|
checkedKeys: (string | number)[];
|
|
1617
|
+
checkStrictly: boolean;
|
|
1641
1618
|
treeData: import("./Tree.type").TreeItem[];
|
|
1642
1619
|
dataKey: string | import("./Tree.type").GetDataKey;
|
|
1643
1620
|
checkable: boolean;
|
|
1644
|
-
checkStrictly: boolean;
|
|
1645
1621
|
switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1646
1622
|
showLine: boolean;
|
|
1647
1623
|
expandedKeys: (string | number)[];
|
|
@@ -1677,10 +1653,10 @@ export declare const UTree: {
|
|
|
1677
1653
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
1678
1654
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
1679
1655
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1656
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
1680
1657
|
treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
|
|
1681
1658
|
dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
|
|
1682
1659
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
1683
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
1684
1660
|
switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
|
|
1685
1661
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
1686
1662
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -1712,7 +1688,7 @@ export declare const UTree: {
|
|
|
1712
1688
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
1713
1689
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
1714
1690
|
isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
|
|
1715
|
-
treeNodeOperate: (type: "
|
|
1691
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
|
|
1716
1692
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1717
1693
|
data: {
|
|
1718
1694
|
type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
|
|
@@ -1740,7 +1716,7 @@ export declare const UTree: {
|
|
|
1740
1716
|
default: string;
|
|
1741
1717
|
};
|
|
1742
1718
|
icon: {
|
|
1743
|
-
type: import("vue").PropType<import("
|
|
1719
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1744
1720
|
};
|
|
1745
1721
|
}>> & Readonly<{
|
|
1746
1722
|
onClick?: (ev: Event) => any;
|
|
@@ -1787,7 +1763,7 @@ export declare const UTree: {
|
|
|
1787
1763
|
default: string;
|
|
1788
1764
|
};
|
|
1789
1765
|
icon: {
|
|
1790
|
-
type: import("vue").PropType<import("
|
|
1766
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1791
1767
|
};
|
|
1792
1768
|
}>> & Readonly<{
|
|
1793
1769
|
onClick?: (ev: Event) => any;
|
|
@@ -1829,7 +1805,7 @@ export declare const UTree: {
|
|
|
1829
1805
|
default: string;
|
|
1830
1806
|
};
|
|
1831
1807
|
icon: {
|
|
1832
|
-
type: import("vue").PropType<import("
|
|
1808
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1833
1809
|
};
|
|
1834
1810
|
}>> & Readonly<{
|
|
1835
1811
|
onClick?: (ev: Event) => any;
|
|
@@ -1856,7 +1832,7 @@ export declare const UTree: {
|
|
|
1856
1832
|
}, string, {
|
|
1857
1833
|
color: string;
|
|
1858
1834
|
spin: boolean;
|
|
1859
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1835
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1860
1836
|
UCheckbox: {
|
|
1861
1837
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1862
1838
|
modelValue: {
|
|
@@ -1888,9 +1864,9 @@ export declare const UTree: {
|
|
|
1888
1864
|
default: boolean;
|
|
1889
1865
|
};
|
|
1890
1866
|
}>> & Readonly<{
|
|
1891
|
-
onChange?: (val: import("
|
|
1867
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1892
1868
|
onClick?: (ev: Event) => any;
|
|
1893
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1869
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
1894
1870
|
}>, {
|
|
1895
1871
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1896
1872
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -1904,8 +1880,8 @@ export declare const UTree: {
|
|
|
1904
1880
|
handleBlur: () => void;
|
|
1905
1881
|
onClick: (e: MouseEvent) => void;
|
|
1906
1882
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1907
|
-
'update:modelValue': (val: import("
|
|
1908
|
-
change: (val: import("
|
|
1883
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
1884
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
1909
1885
|
click: (ev: Event) => boolean;
|
|
1910
1886
|
}, import("vue").PublicProps, {
|
|
1911
1887
|
name: string;
|
|
@@ -1930,7 +1906,7 @@ export declare const UTree: {
|
|
|
1930
1906
|
default: string;
|
|
1931
1907
|
};
|
|
1932
1908
|
icon: {
|
|
1933
|
-
type: import("vue").PropType<import("
|
|
1909
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1934
1910
|
};
|
|
1935
1911
|
}>> & Readonly<{
|
|
1936
1912
|
onClick?: (ev: Event) => any;
|
|
@@ -1977,7 +1953,7 @@ export declare const UTree: {
|
|
|
1977
1953
|
default: string;
|
|
1978
1954
|
};
|
|
1979
1955
|
icon: {
|
|
1980
|
-
type: import("vue").PropType<import("
|
|
1956
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1981
1957
|
};
|
|
1982
1958
|
}>> & Readonly<{
|
|
1983
1959
|
onClick?: (ev: Event) => any;
|
|
@@ -2019,7 +1995,7 @@ export declare const UTree: {
|
|
|
2019
1995
|
default: string;
|
|
2020
1996
|
};
|
|
2021
1997
|
icon: {
|
|
2022
|
-
type: import("vue").PropType<import("
|
|
1998
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2023
1999
|
};
|
|
2024
2000
|
}>> & Readonly<{
|
|
2025
2001
|
onClick?: (ev: Event) => any;
|
|
@@ -2046,7 +2022,7 @@ export declare const UTree: {
|
|
|
2046
2022
|
}, string, {
|
|
2047
2023
|
color: string;
|
|
2048
2024
|
spin: boolean;
|
|
2049
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2025
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2050
2026
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2051
2027
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2052
2028
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2086,9 +2062,9 @@ export declare const UTree: {
|
|
|
2086
2062
|
default: boolean;
|
|
2087
2063
|
};
|
|
2088
2064
|
}>> & Readonly<{
|
|
2089
|
-
onChange?: (val: import("
|
|
2065
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2090
2066
|
onClick?: (ev: Event) => any;
|
|
2091
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2067
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2092
2068
|
}>, {
|
|
2093
2069
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2094
2070
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -2143,9 +2119,9 @@ export declare const UTree: {
|
|
|
2143
2119
|
default: boolean;
|
|
2144
2120
|
};
|
|
2145
2121
|
}>> & Readonly<{
|
|
2146
|
-
onChange?: (val: import("
|
|
2122
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2147
2123
|
onClick?: (ev: Event) => any;
|
|
2148
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2124
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2149
2125
|
}>, {
|
|
2150
2126
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2151
2127
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -2159,8 +2135,8 @@ export declare const UTree: {
|
|
|
2159
2135
|
handleBlur: () => void;
|
|
2160
2136
|
onClick: (e: MouseEvent) => void;
|
|
2161
2137
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2162
|
-
'update:modelValue': (val: import("
|
|
2163
|
-
change: (val: import("
|
|
2138
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2139
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2164
2140
|
click: (ev: Event) => boolean;
|
|
2165
2141
|
}, string, {
|
|
2166
2142
|
name: string;
|
|
@@ -2185,7 +2161,7 @@ export declare const UTree: {
|
|
|
2185
2161
|
default: string;
|
|
2186
2162
|
};
|
|
2187
2163
|
icon: {
|
|
2188
|
-
type: import("vue").PropType<import("
|
|
2164
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2189
2165
|
};
|
|
2190
2166
|
}>> & Readonly<{
|
|
2191
2167
|
onClick?: (ev: Event) => any;
|
|
@@ -2232,7 +2208,7 @@ export declare const UTree: {
|
|
|
2232
2208
|
default: string;
|
|
2233
2209
|
};
|
|
2234
2210
|
icon: {
|
|
2235
|
-
type: import("vue").PropType<import("
|
|
2211
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2236
2212
|
};
|
|
2237
2213
|
}>> & Readonly<{
|
|
2238
2214
|
onClick?: (ev: Event) => any;
|
|
@@ -2274,7 +2250,7 @@ export declare const UTree: {
|
|
|
2274
2250
|
default: string;
|
|
2275
2251
|
};
|
|
2276
2252
|
icon: {
|
|
2277
|
-
type: import("vue").PropType<import("
|
|
2253
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2278
2254
|
};
|
|
2279
2255
|
}>> & Readonly<{
|
|
2280
2256
|
onClick?: (ev: Event) => any;
|
|
@@ -2301,23 +2277,23 @@ export declare const UTree: {
|
|
|
2301
2277
|
}, string, {
|
|
2302
2278
|
color: string;
|
|
2303
2279
|
spin: boolean;
|
|
2304
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2280
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2305
2281
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2306
2282
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2307
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2283
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2308
2284
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2309
2285
|
modelValue: {
|
|
2310
|
-
type: import("vue").PropType<import("
|
|
2311
|
-
default: () => import("
|
|
2286
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
2287
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2312
2288
|
};
|
|
2313
2289
|
size: {
|
|
2314
|
-
type: import("vue").PropType<"
|
|
2290
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2315
2291
|
default: string;
|
|
2316
|
-
validator: (val: "
|
|
2292
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2317
2293
|
};
|
|
2318
2294
|
options: {
|
|
2319
|
-
type: import("vue").PropType<import("
|
|
2320
|
-
default: () => import("
|
|
2295
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
2296
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2321
2297
|
};
|
|
2322
2298
|
disabled: {
|
|
2323
2299
|
type: BooleanConstructor;
|
|
@@ -2331,12 +2307,12 @@ export declare const UTree: {
|
|
|
2331
2307
|
type: StringConstructor;
|
|
2332
2308
|
};
|
|
2333
2309
|
buttonType: {
|
|
2334
|
-
type: import("vue").PropType<"
|
|
2310
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
2335
2311
|
default: string;
|
|
2336
2312
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
2337
2313
|
};
|
|
2338
2314
|
type: {
|
|
2339
|
-
type: import("vue").PropType<"
|
|
2315
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
2340
2316
|
default: string;
|
|
2341
2317
|
validator: (val: "default" | "button") => boolean;
|
|
2342
2318
|
};
|
|
@@ -2356,21 +2332,21 @@ export declare const UTree: {
|
|
|
2356
2332
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
2357
2333
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
2358
2334
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2359
|
-
'update:modelValue': (v: import("
|
|
2360
|
-
change: (v: import("
|
|
2335
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
2336
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
2361
2337
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2362
2338
|
modelValue: {
|
|
2363
|
-
type: import("vue").PropType<import("
|
|
2364
|
-
default: () => import("
|
|
2339
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
2340
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2365
2341
|
};
|
|
2366
2342
|
size: {
|
|
2367
|
-
type: import("vue").PropType<"
|
|
2343
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2368
2344
|
default: string;
|
|
2369
|
-
validator: (val: "
|
|
2345
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2370
2346
|
};
|
|
2371
2347
|
options: {
|
|
2372
|
-
type: import("vue").PropType<import("
|
|
2373
|
-
default: () => import("
|
|
2348
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
2349
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2374
2350
|
};
|
|
2375
2351
|
disabled: {
|
|
2376
2352
|
type: BooleanConstructor;
|
|
@@ -2384,12 +2360,12 @@ export declare const UTree: {
|
|
|
2384
2360
|
type: StringConstructor;
|
|
2385
2361
|
};
|
|
2386
2362
|
buttonType: {
|
|
2387
|
-
type: import("vue").PropType<"
|
|
2363
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
2388
2364
|
default: string;
|
|
2389
2365
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
2390
2366
|
};
|
|
2391
2367
|
type: {
|
|
2392
|
-
type: import("vue").PropType<"
|
|
2368
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
2393
2369
|
default: string;
|
|
2394
2370
|
validator: (val: "default" | "button") => boolean;
|
|
2395
2371
|
};
|
|
@@ -2401,15 +2377,15 @@ export declare const UTree: {
|
|
|
2401
2377
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
2402
2378
|
};
|
|
2403
2379
|
}>> & Readonly<{
|
|
2404
|
-
onChange?: (v: import("
|
|
2405
|
-
"onUpdate:modelValue"?: (v: import("
|
|
2380
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2381
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2406
2382
|
}>, {
|
|
2407
2383
|
type: "default" | "button";
|
|
2408
2384
|
loading: boolean;
|
|
2409
|
-
size: "
|
|
2385
|
+
size: "default" | "small" | "large";
|
|
2410
2386
|
disabled: boolean;
|
|
2411
|
-
modelValue: import("
|
|
2412
|
-
options: import("
|
|
2387
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2388
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2413
2389
|
buttonFill: boolean;
|
|
2414
2390
|
buttonType: "fill" | "border" | "card";
|
|
2415
2391
|
}, {}, {
|
|
@@ -2427,7 +2403,7 @@ export declare const UTree: {
|
|
|
2427
2403
|
default: string;
|
|
2428
2404
|
};
|
|
2429
2405
|
icon: {
|
|
2430
|
-
type: import("vue").PropType<import("
|
|
2406
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2431
2407
|
};
|
|
2432
2408
|
}>> & Readonly<{
|
|
2433
2409
|
onClick?: (ev: Event) => any;
|
|
@@ -2474,7 +2450,7 @@ export declare const UTree: {
|
|
|
2474
2450
|
default: string;
|
|
2475
2451
|
};
|
|
2476
2452
|
icon: {
|
|
2477
|
-
type: import("vue").PropType<import("
|
|
2453
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2478
2454
|
};
|
|
2479
2455
|
}>> & Readonly<{
|
|
2480
2456
|
onClick?: (ev: Event) => any;
|
|
@@ -2516,7 +2492,7 @@ export declare const UTree: {
|
|
|
2516
2492
|
default: string;
|
|
2517
2493
|
};
|
|
2518
2494
|
icon: {
|
|
2519
|
-
type: import("vue").PropType<import("
|
|
2495
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2520
2496
|
};
|
|
2521
2497
|
}>> & Readonly<{
|
|
2522
2498
|
onClick?: (ev: Event) => any;
|
|
@@ -2543,7 +2519,7 @@ export declare const UTree: {
|
|
|
2543
2519
|
}, string, {
|
|
2544
2520
|
color: string;
|
|
2545
2521
|
spin: boolean;
|
|
2546
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2522
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2547
2523
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2548
2524
|
modelValue: {
|
|
2549
2525
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -2586,8 +2562,8 @@ export declare const UTree: {
|
|
|
2586
2562
|
handleBlur: () => void;
|
|
2587
2563
|
onClick: (e: MouseEvent) => void;
|
|
2588
2564
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2589
|
-
'update:modelValue': (val: import("
|
|
2590
|
-
change: (val: import("
|
|
2565
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2566
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2591
2567
|
click: (ev: Event) => boolean;
|
|
2592
2568
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2593
2569
|
modelValue: {
|
|
@@ -2619,9 +2595,9 @@ export declare const UTree: {
|
|
|
2619
2595
|
default: boolean;
|
|
2620
2596
|
};
|
|
2621
2597
|
}>> & Readonly<{
|
|
2622
|
-
onChange?: (val: import("
|
|
2598
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2623
2599
|
onClick?: (ev: Event) => any;
|
|
2624
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2600
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2625
2601
|
}>, {
|
|
2626
2602
|
name: string;
|
|
2627
2603
|
disabled: boolean;
|
|
@@ -2645,7 +2621,7 @@ export declare const UTree: {
|
|
|
2645
2621
|
default: string;
|
|
2646
2622
|
};
|
|
2647
2623
|
icon: {
|
|
2648
|
-
type: import("vue").PropType<import("
|
|
2624
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2649
2625
|
};
|
|
2650
2626
|
}>> & Readonly<{
|
|
2651
2627
|
onClick?: (ev: Event) => any;
|
|
@@ -2692,7 +2668,7 @@ export declare const UTree: {
|
|
|
2692
2668
|
default: string;
|
|
2693
2669
|
};
|
|
2694
2670
|
icon: {
|
|
2695
|
-
type: import("vue").PropType<import("
|
|
2671
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2696
2672
|
};
|
|
2697
2673
|
}>> & Readonly<{
|
|
2698
2674
|
onClick?: (ev: Event) => any;
|
|
@@ -2734,7 +2710,7 @@ export declare const UTree: {
|
|
|
2734
2710
|
default: string;
|
|
2735
2711
|
};
|
|
2736
2712
|
icon: {
|
|
2737
|
-
type: import("vue").PropType<import("
|
|
2713
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2738
2714
|
};
|
|
2739
2715
|
}>> & Readonly<{
|
|
2740
2716
|
onClick?: (ev: Event) => any;
|
|
@@ -2761,13 +2737,13 @@ export declare const UTree: {
|
|
|
2761
2737
|
}, string, {
|
|
2762
2738
|
color: string;
|
|
2763
2739
|
spin: boolean;
|
|
2764
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2740
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2765
2741
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2766
2742
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2767
2743
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2768
2744
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2769
2745
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2770
|
-
};
|
|
2746
|
+
});
|
|
2771
2747
|
Render: {
|
|
2772
2748
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
2773
2749
|
props: {
|
|
@@ -2780,6 +2756,6 @@ export declare const UTree: {
|
|
|
2780
2756
|
FileIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2781
2757
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2782
2758
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2783
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2759
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2784
2760
|
export default UTree;
|
|
2785
2761
|
export * from './Tree.type';
|