@koi-design/uxd-ui 14.0.21 → 14.0.22
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.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.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 +11 -7
- 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 +40 -24
- package/uxd-ui.umd.js +42 -23
- package/uxd-ui.umd.min.js +6 -6
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
22
|
iconType: {
|
|
23
|
-
type: import("vue").PropType<import("
|
|
23
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
24
24
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
25
25
|
};
|
|
26
26
|
placeholder: {
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
clearIcon: {
|
|
34
|
-
type: import("vue").PropType<import("
|
|
34
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
35
35
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
36
36
|
};
|
|
37
37
|
labelInValue: {
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
69
69
|
type: import("vue").PropType<import("../Tree").TreeLoadData>;
|
|
70
70
|
};
|
|
71
71
|
showCheckedStrategy: {
|
|
72
|
-
type: import("vue").PropType<"
|
|
72
|
+
type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
|
|
73
73
|
default: string;
|
|
74
74
|
validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
|
|
75
75
|
};
|
|
@@ -78,13 +78,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
78
|
default: string;
|
|
79
79
|
};
|
|
80
80
|
variant: {
|
|
81
|
-
type: import("vue").PropType<"
|
|
81
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
82
82
|
default: string;
|
|
83
83
|
validator: (val: string) => boolean;
|
|
84
84
|
};
|
|
85
85
|
color: {
|
|
86
|
-
type: import("vue").PropType<"
|
|
87
|
-
default:
|
|
86
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
87
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
88
88
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
89
89
|
};
|
|
90
90
|
label: {
|
|
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
99
99
|
default: boolean;
|
|
100
100
|
};
|
|
101
101
|
placement: {
|
|
102
|
-
type: import("vue").PropType<"
|
|
102
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
103
103
|
default: string;
|
|
104
104
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
105
105
|
};
|
|
@@ -161,7 +161,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
161
161
|
default: boolean;
|
|
162
162
|
};
|
|
163
163
|
iconType: {
|
|
164
|
-
type: import("vue").PropType<import("
|
|
164
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
165
165
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
166
166
|
};
|
|
167
167
|
placeholder: {
|
|
@@ -172,7 +172,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
172
|
default: boolean;
|
|
173
173
|
};
|
|
174
174
|
clearIcon: {
|
|
175
|
-
type: import("vue").PropType<import("
|
|
175
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
176
176
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
177
177
|
};
|
|
178
178
|
labelInValue: {
|
|
@@ -210,7 +210,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
210
210
|
type: import("vue").PropType<import("../Tree").TreeLoadData>;
|
|
211
211
|
};
|
|
212
212
|
showCheckedStrategy: {
|
|
213
|
-
type: import("vue").PropType<"
|
|
213
|
+
type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
|
|
214
214
|
default: string;
|
|
215
215
|
validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
|
|
216
216
|
};
|
|
@@ -219,13 +219,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
219
219
|
default: string;
|
|
220
220
|
};
|
|
221
221
|
variant: {
|
|
222
|
-
type: import("vue").PropType<"
|
|
222
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
223
223
|
default: string;
|
|
224
224
|
validator: (val: string) => boolean;
|
|
225
225
|
};
|
|
226
226
|
color: {
|
|
227
|
-
type: import("vue").PropType<"
|
|
228
|
-
default:
|
|
227
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
228
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
229
229
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
230
230
|
};
|
|
231
231
|
label: {
|
|
@@ -240,7 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
240
|
default: boolean;
|
|
241
241
|
};
|
|
242
242
|
placement: {
|
|
243
|
-
type: import("vue").PropType<"
|
|
243
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
244
244
|
default: string;
|
|
245
245
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
246
246
|
};
|
|
@@ -248,8 +248,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
248
248
|
type: StringConstructor;
|
|
249
249
|
};
|
|
250
250
|
}>> & Readonly<{
|
|
251
|
-
onSearch?: (v: string) => any;
|
|
252
251
|
onChange?: (v: SelectValueType, item: SelectTreeItem | SelectTreeItem[]) => any;
|
|
252
|
+
onSearch?: (v: string) => any;
|
|
253
253
|
"onUpdate:modelValue"?: (v: SelectValueType) => any;
|
|
254
254
|
onExpand?: (keys: (string | number)[]) => any;
|
|
255
255
|
}>, {
|
|
@@ -283,7 +283,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
283
283
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
284
284
|
};
|
|
285
285
|
placement: {
|
|
286
|
-
type: import("vue").PropType<"
|
|
286
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
287
287
|
default: string;
|
|
288
288
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
289
289
|
};
|
|
@@ -305,8 +305,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
305
|
type: StringConstructor;
|
|
306
306
|
};
|
|
307
307
|
trigger: {
|
|
308
|
-
type: import("vue").PropType<("
|
|
309
|
-
default: () => ("
|
|
308
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
309
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
310
310
|
};
|
|
311
311
|
mouseEnterDelay: {
|
|
312
312
|
type: NumberConstructor;
|
|
@@ -374,7 +374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
374
374
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
375
375
|
};
|
|
376
376
|
placement: {
|
|
377
|
-
type: import("vue").PropType<"
|
|
377
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
378
378
|
default: string;
|
|
379
379
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
380
380
|
};
|
|
@@ -396,8 +396,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
396
396
|
type: StringConstructor;
|
|
397
397
|
};
|
|
398
398
|
trigger: {
|
|
399
|
-
type: import("vue").PropType<("
|
|
400
|
-
default: () => ("
|
|
399
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
400
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
401
401
|
};
|
|
402
402
|
mouseEnterDelay: {
|
|
403
403
|
type: NumberConstructor;
|
|
@@ -493,20 +493,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
493
493
|
type: StringConstructor;
|
|
494
494
|
};
|
|
495
495
|
triggerSearch: {
|
|
496
|
-
type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
|
|
496
|
+
type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
|
|
497
497
|
};
|
|
498
498
|
allowCreate: {
|
|
499
499
|
type: BooleanConstructor;
|
|
500
500
|
default: boolean;
|
|
501
501
|
};
|
|
502
502
|
removeIcon: {
|
|
503
|
-
type: import("vue").PropType<import("
|
|
503
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
504
504
|
};
|
|
505
505
|
maxTagCount: {
|
|
506
506
|
type: NumberConstructor;
|
|
507
507
|
};
|
|
508
508
|
maxTagPlaceholder: {
|
|
509
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
509
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
510
510
|
};
|
|
511
511
|
maxTagTextLength: {
|
|
512
512
|
type: NumberConstructor;
|
|
@@ -533,7 +533,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
533
533
|
default: boolean;
|
|
534
534
|
};
|
|
535
535
|
popoverProps: {
|
|
536
|
-
type: import("vue").PropType<import("
|
|
536
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
537
537
|
default: () => {};
|
|
538
538
|
};
|
|
539
539
|
titleKey: {
|
|
@@ -541,7 +541,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
541
541
|
default: string;
|
|
542
542
|
};
|
|
543
543
|
}>, {
|
|
544
|
-
getInputRef: (el: Element | import("vue").ComponentPublicInstance
|
|
544
|
+
getInputRef: (el: Element | import("vue").ComponentPublicInstance | null) => void;
|
|
545
545
|
onSelectionSelect: (value: import("../Select/Select.type").SingleValueType, opt: {
|
|
546
546
|
selected: boolean;
|
|
547
547
|
}) => void;
|
|
@@ -584,20 +584,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
584
584
|
type: StringConstructor;
|
|
585
585
|
};
|
|
586
586
|
triggerSearch: {
|
|
587
|
-
type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
|
|
587
|
+
type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
|
|
588
588
|
};
|
|
589
589
|
allowCreate: {
|
|
590
590
|
type: BooleanConstructor;
|
|
591
591
|
default: boolean;
|
|
592
592
|
};
|
|
593
593
|
removeIcon: {
|
|
594
|
-
type: import("vue").PropType<import("
|
|
594
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
595
595
|
};
|
|
596
596
|
maxTagCount: {
|
|
597
597
|
type: NumberConstructor;
|
|
598
598
|
};
|
|
599
599
|
maxTagPlaceholder: {
|
|
600
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
600
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
601
601
|
};
|
|
602
602
|
maxTagTextLength: {
|
|
603
603
|
type: NumberConstructor;
|
|
@@ -624,7 +624,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
624
624
|
default: boolean;
|
|
625
625
|
};
|
|
626
626
|
popoverProps: {
|
|
627
|
-
type: import("vue").PropType<import("
|
|
627
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
628
628
|
default: () => {};
|
|
629
629
|
};
|
|
630
630
|
titleKey: {
|
|
@@ -645,7 +645,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
645
645
|
allowCreate: boolean;
|
|
646
646
|
maxTagTooltip: boolean;
|
|
647
647
|
isShowTagTooltip: boolean;
|
|
648
|
-
popoverProps: import("
|
|
648
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
649
649
|
tokenWithEnter: boolean;
|
|
650
650
|
}, {}, {
|
|
651
651
|
SingleSelection: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -672,16 +672,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
672
672
|
default: boolean;
|
|
673
673
|
};
|
|
674
674
|
inputRef: {
|
|
675
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
675
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
676
676
|
};
|
|
677
677
|
titleKey: {
|
|
678
678
|
type: StringConstructor;
|
|
679
679
|
default: string;
|
|
680
680
|
};
|
|
681
681
|
}>, {
|
|
682
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
683
|
-
[key: string]: any;
|
|
684
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
682
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
685
683
|
[key: string]: any;
|
|
686
684
|
}>;
|
|
687
685
|
inputValue: import("vue").ComputedRef<string>;
|
|
@@ -720,7 +718,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
720
718
|
default: boolean;
|
|
721
719
|
};
|
|
722
720
|
inputRef: {
|
|
723
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
721
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
724
722
|
};
|
|
725
723
|
titleKey: {
|
|
726
724
|
type: StringConstructor;
|
|
@@ -750,7 +748,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
750
748
|
};
|
|
751
749
|
SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
752
750
|
inputRef: {
|
|
753
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
751
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
754
752
|
};
|
|
755
753
|
prefixCls: {
|
|
756
754
|
type: StringConstructor;
|
|
@@ -796,9 +794,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
796
794
|
onCompositionend: (e: any) => void;
|
|
797
795
|
onFocus: (args: any) => void;
|
|
798
796
|
onBlur: (args: any) => void;
|
|
799
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
797
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend")[], "change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
800
798
|
inputRef: {
|
|
801
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
799
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
802
800
|
};
|
|
803
801
|
prefixCls: {
|
|
804
802
|
type: StringConstructor;
|
|
@@ -872,7 +870,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
872
870
|
default: undefined;
|
|
873
871
|
};
|
|
874
872
|
inputRef: {
|
|
875
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
873
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
876
874
|
};
|
|
877
875
|
tagTransitionName: {
|
|
878
876
|
type: StringConstructor;
|
|
@@ -884,7 +882,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
884
882
|
type: NumberConstructor;
|
|
885
883
|
};
|
|
886
884
|
maxTagPlaceholder: {
|
|
887
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
885
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
888
886
|
default: (ommittedValus: string[]) => string;
|
|
889
887
|
};
|
|
890
888
|
maxTagTooltip: {
|
|
@@ -899,20 +897,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
899
897
|
type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
|
|
900
898
|
};
|
|
901
899
|
removeIcon: {
|
|
902
|
-
type: import("vue").PropType<import("
|
|
900
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
903
901
|
};
|
|
904
902
|
isShowTagTooltip: {
|
|
905
903
|
type: BooleanConstructor;
|
|
906
904
|
default: boolean;
|
|
907
905
|
};
|
|
908
906
|
popoverProps: {
|
|
909
|
-
type: import("vue").PropType<import("
|
|
907
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
910
908
|
default: () => {};
|
|
911
909
|
};
|
|
912
910
|
}>, {
|
|
913
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
|
-
[key: string]: any;
|
|
915
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
911
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
912
|
[key: string]: any;
|
|
917
913
|
}>;
|
|
918
914
|
REST_TAG_KEY: string;
|
|
@@ -956,7 +952,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
956
952
|
default: undefined;
|
|
957
953
|
};
|
|
958
954
|
inputRef: {
|
|
959
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
955
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
960
956
|
};
|
|
961
957
|
tagTransitionName: {
|
|
962
958
|
type: StringConstructor;
|
|
@@ -968,7 +964,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
968
964
|
type: NumberConstructor;
|
|
969
965
|
};
|
|
970
966
|
maxTagPlaceholder: {
|
|
971
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
967
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
972
968
|
default: (ommittedValus: string[]) => string;
|
|
973
969
|
};
|
|
974
970
|
maxTagTooltip: {
|
|
@@ -983,14 +979,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
983
979
|
type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
|
|
984
980
|
};
|
|
985
981
|
removeIcon: {
|
|
986
|
-
type: import("vue").PropType<import("
|
|
982
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
987
983
|
};
|
|
988
984
|
isShowTagTooltip: {
|
|
989
985
|
type: BooleanConstructor;
|
|
990
986
|
default: boolean;
|
|
991
987
|
};
|
|
992
988
|
popoverProps: {
|
|
993
|
-
type: import("vue").PropType<import("
|
|
989
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
994
990
|
default: () => {};
|
|
995
991
|
};
|
|
996
992
|
}>> & Readonly<{
|
|
@@ -1006,15 +1002,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1006
1002
|
disabled: boolean;
|
|
1007
1003
|
open: boolean;
|
|
1008
1004
|
filterable: boolean;
|
|
1009
|
-
maxTagPlaceholder: (rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1005
|
+
maxTagPlaceholder: (rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1010
1006
|
maxTagTooltip: boolean;
|
|
1011
1007
|
isShowTagTooltip: boolean;
|
|
1012
1008
|
maxTagTooltipWidth: number;
|
|
1013
|
-
popoverProps: import("
|
|
1009
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
1014
1010
|
}, {}, {
|
|
1015
1011
|
SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1016
1012
|
inputRef: {
|
|
1017
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
1013
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1018
1014
|
};
|
|
1019
1015
|
prefixCls: {
|
|
1020
1016
|
type: StringConstructor;
|
|
@@ -1060,9 +1056,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1060
1056
|
onCompositionend: (e: any) => void;
|
|
1061
1057
|
onFocus: (args: any) => void;
|
|
1062
1058
|
onBlur: (args: any) => void;
|
|
1063
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
1059
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend")[], "change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1064
1060
|
inputRef: {
|
|
1065
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
1061
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1066
1062
|
};
|
|
1067
1063
|
prefixCls: {
|
|
1068
1064
|
type: StringConstructor;
|
|
@@ -1122,7 +1118,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1122
1118
|
UPopover: {
|
|
1123
1119
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1124
1120
|
placement: {
|
|
1125
|
-
type: import("vue").PropType<"
|
|
1121
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1126
1122
|
default: string;
|
|
1127
1123
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1128
1124
|
};
|
|
@@ -1152,7 +1148,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1152
1148
|
default: () => {};
|
|
1153
1149
|
};
|
|
1154
1150
|
trigger: {
|
|
1155
|
-
type: import("vue").PropType<"
|
|
1151
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1156
1152
|
default: string;
|
|
1157
1153
|
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1158
1154
|
};
|
|
@@ -1161,7 +1157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1161
1157
|
validator: (val: any[]) => boolean;
|
|
1162
1158
|
};
|
|
1163
1159
|
type: {
|
|
1164
|
-
type: import("vue").PropType<"
|
|
1160
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1165
1161
|
default: string;
|
|
1166
1162
|
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1167
1163
|
};
|
|
@@ -1247,7 +1243,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1247
1243
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1248
1244
|
};
|
|
1249
1245
|
placement: {
|
|
1250
|
-
type: import("vue").PropType<"
|
|
1246
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1251
1247
|
default: string;
|
|
1252
1248
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1253
1249
|
};
|
|
@@ -1269,8 +1265,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1269
1265
|
type: StringConstructor;
|
|
1270
1266
|
};
|
|
1271
1267
|
trigger: {
|
|
1272
|
-
type: import("vue").PropType<("
|
|
1273
|
-
default: () => ("
|
|
1268
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1269
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1274
1270
|
};
|
|
1275
1271
|
mouseEnterDelay: {
|
|
1276
1272
|
type: NumberConstructor;
|
|
@@ -1338,7 +1334,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1338
1334
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1339
1335
|
};
|
|
1340
1336
|
placement: {
|
|
1341
|
-
type: import("vue").PropType<"
|
|
1337
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1342
1338
|
default: string;
|
|
1343
1339
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1344
1340
|
};
|
|
@@ -1360,8 +1356,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1360
1356
|
type: StringConstructor;
|
|
1361
1357
|
};
|
|
1362
1358
|
trigger: {
|
|
1363
|
-
type: import("vue").PropType<("
|
|
1364
|
-
default: () => ("
|
|
1359
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1360
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1365
1361
|
};
|
|
1366
1362
|
mouseEnterDelay: {
|
|
1367
1363
|
type: NumberConstructor;
|
|
@@ -1435,7 +1431,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1435
1431
|
Defaults: {};
|
|
1436
1432
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1437
1433
|
placement: {
|
|
1438
|
-
type: import("vue").PropType<"
|
|
1434
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1439
1435
|
default: string;
|
|
1440
1436
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1441
1437
|
};
|
|
@@ -1465,7 +1461,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1465
1461
|
default: () => {};
|
|
1466
1462
|
};
|
|
1467
1463
|
trigger: {
|
|
1468
|
-
type: import("vue").PropType<"
|
|
1464
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1469
1465
|
default: string;
|
|
1470
1466
|
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1471
1467
|
};
|
|
@@ -1474,7 +1470,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1474
1470
|
validator: (val: any[]) => boolean;
|
|
1475
1471
|
};
|
|
1476
1472
|
type: {
|
|
1477
|
-
type: import("vue").PropType<"
|
|
1473
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1478
1474
|
default: string;
|
|
1479
1475
|
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1480
1476
|
};
|
|
@@ -1554,7 +1550,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1554
1550
|
__isSuspense?: never;
|
|
1555
1551
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1556
1552
|
placement: {
|
|
1557
|
-
type: import("vue").PropType<"
|
|
1553
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1558
1554
|
default: string;
|
|
1559
1555
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1560
1556
|
};
|
|
@@ -1584,7 +1580,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1584
1580
|
default: () => {};
|
|
1585
1581
|
};
|
|
1586
1582
|
trigger: {
|
|
1587
|
-
type: import("vue").PropType<"
|
|
1583
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1588
1584
|
default: string;
|
|
1589
1585
|
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1590
1586
|
};
|
|
@@ -1593,7 +1589,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1593
1589
|
validator: (val: any[]) => boolean;
|
|
1594
1590
|
};
|
|
1595
1591
|
type: {
|
|
1596
|
-
type: import("vue").PropType<"
|
|
1592
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1597
1593
|
default: string;
|
|
1598
1594
|
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1599
1595
|
};
|
|
@@ -1679,7 +1675,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1679
1675
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1680
1676
|
};
|
|
1681
1677
|
placement: {
|
|
1682
|
-
type: import("vue").PropType<"
|
|
1678
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1683
1679
|
default: string;
|
|
1684
1680
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1685
1681
|
};
|
|
@@ -1701,8 +1697,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1701
1697
|
type: StringConstructor;
|
|
1702
1698
|
};
|
|
1703
1699
|
trigger: {
|
|
1704
|
-
type: import("vue").PropType<("
|
|
1705
|
-
default: () => ("
|
|
1700
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1701
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1706
1702
|
};
|
|
1707
1703
|
mouseEnterDelay: {
|
|
1708
1704
|
type: NumberConstructor;
|
|
@@ -1770,7 +1766,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1770
1766
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1771
1767
|
};
|
|
1772
1768
|
placement: {
|
|
1773
|
-
type: import("vue").PropType<"
|
|
1769
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1774
1770
|
default: string;
|
|
1775
1771
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1776
1772
|
};
|
|
@@ -1792,8 +1788,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1792
1788
|
type: StringConstructor;
|
|
1793
1789
|
};
|
|
1794
1790
|
trigger: {
|
|
1795
|
-
type: import("vue").PropType<("
|
|
1796
|
-
default: () => ("
|
|
1791
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1792
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1797
1793
|
};
|
|
1798
1794
|
mouseEnterDelay: {
|
|
1799
1795
|
type: NumberConstructor;
|
|
@@ -1858,7 +1854,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1858
1854
|
};
|
|
1859
1855
|
};
|
|
1860
1856
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1861
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1857
|
+
} & 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>);
|
|
1862
1858
|
UIcon: {
|
|
1863
1859
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1864
1860
|
rotate: {
|
|
@@ -1873,7 +1869,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1873
1869
|
default: string;
|
|
1874
1870
|
};
|
|
1875
1871
|
icon: {
|
|
1876
|
-
type: import("vue").PropType<import("
|
|
1872
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1877
1873
|
};
|
|
1878
1874
|
}>> & Readonly<{
|
|
1879
1875
|
onClick?: (ev: Event) => any;
|
|
@@ -1920,7 +1916,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1920
1916
|
default: string;
|
|
1921
1917
|
};
|
|
1922
1918
|
icon: {
|
|
1923
|
-
type: import("vue").PropType<import("
|
|
1919
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1924
1920
|
};
|
|
1925
1921
|
}>> & Readonly<{
|
|
1926
1922
|
onClick?: (ev: Event) => any;
|
|
@@ -1962,7 +1958,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1962
1958
|
default: string;
|
|
1963
1959
|
};
|
|
1964
1960
|
icon: {
|
|
1965
|
-
type: import("vue").PropType<import("
|
|
1961
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1966
1962
|
};
|
|
1967
1963
|
}>> & Readonly<{
|
|
1968
1964
|
onClick?: (ev: Event) => any;
|
|
@@ -1989,7 +1985,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1989
1985
|
}, string, {
|
|
1990
1986
|
color: string;
|
|
1991
1987
|
spin: boolean;
|
|
1992
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1988
|
+
}, {}, 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>);
|
|
1993
1989
|
X: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1994
1990
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1995
1991
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2024,7 +2020,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2024
2020
|
default: boolean;
|
|
2025
2021
|
};
|
|
2026
2022
|
switcherIcon: {
|
|
2027
|
-
type: import("vue").PropType<import("
|
|
2023
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2028
2024
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2029
2025
|
};
|
|
2030
2026
|
showLine: {
|
|
@@ -2084,12 +2080,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2084
2080
|
localTreeData: import("vue").Ref<{
|
|
2085
2081
|
[x: string]: any;
|
|
2086
2082
|
key: string | number;
|
|
2087
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
2088
|
-
|
|
2089
|
-
}>[];
|
|
2090
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2091
|
-
[key: string]: any;
|
|
2092
|
-
}>[];
|
|
2083
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2084
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2093
2085
|
componentKey: string;
|
|
2094
2086
|
dataRef: {
|
|
2095
2087
|
[x: string]: any;
|
|
@@ -2110,12 +2102,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2110
2102
|
}[], import("../Tree").InnerTreeItem[] | {
|
|
2111
2103
|
[x: string]: any;
|
|
2112
2104
|
key: string | number;
|
|
2113
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
2114
|
-
|
|
2115
|
-
}>[];
|
|
2116
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2117
|
-
[key: string]: any;
|
|
2118
|
-
}>[];
|
|
2105
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2106
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2119
2107
|
componentKey: string;
|
|
2120
2108
|
dataRef: {
|
|
2121
2109
|
[x: string]: any;
|
|
@@ -2156,10 +2144,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2156
2144
|
selectable: boolean;
|
|
2157
2145
|
draggable: boolean;
|
|
2158
2146
|
checkedKeys: (string | number)[];
|
|
2147
|
+
checkStrictly: boolean;
|
|
2159
2148
|
treeData: TreeItem[];
|
|
2160
2149
|
dataKey: string | import("../Tree").GetDataKey;
|
|
2161
2150
|
checkable: boolean;
|
|
2162
|
-
checkStrictly: boolean;
|
|
2163
2151
|
switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2164
2152
|
showLine: boolean;
|
|
2165
2153
|
expandedKeys: (string | number)[];
|
|
@@ -2195,10 +2183,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2195
2183
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
2196
2184
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
2197
2185
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
2186
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
2198
2187
|
treeData: import("vue").Ref<TreeItem[], TreeItem[]>;
|
|
2199
2188
|
dataKey: import("vue").Ref<string | import("../Tree").GetDataKey, string | import("../Tree").GetDataKey>;
|
|
2200
2189
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
2201
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
2202
2190
|
switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
|
|
2203
2191
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
2204
2192
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -2230,7 +2218,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2230
2218
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
2231
2219
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
2232
2220
|
isLeaf: (node: import("../Tree").InnerTreeItem) => boolean;
|
|
2233
|
-
treeNodeOperate: (type: "
|
|
2221
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: TreeItem[]) => void;
|
|
2234
2222
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2235
2223
|
data: {
|
|
2236
2224
|
type: import("vue").PropType<import("../Tree").InnerTreeItem>;
|
|
@@ -2258,7 +2246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2258
2246
|
default: string;
|
|
2259
2247
|
};
|
|
2260
2248
|
icon: {
|
|
2261
|
-
type: import("vue").PropType<import("
|
|
2249
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2262
2250
|
};
|
|
2263
2251
|
}>> & Readonly<{
|
|
2264
2252
|
onClick?: (ev: Event) => any;
|
|
@@ -2305,7 +2293,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2305
2293
|
default: string;
|
|
2306
2294
|
};
|
|
2307
2295
|
icon: {
|
|
2308
|
-
type: import("vue").PropType<import("
|
|
2296
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2309
2297
|
};
|
|
2310
2298
|
}>> & Readonly<{
|
|
2311
2299
|
onClick?: (ev: Event) => any;
|
|
@@ -2347,7 +2335,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2347
2335
|
default: string;
|
|
2348
2336
|
};
|
|
2349
2337
|
icon: {
|
|
2350
|
-
type: import("vue").PropType<import("
|
|
2338
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2351
2339
|
};
|
|
2352
2340
|
}>> & Readonly<{
|
|
2353
2341
|
onClick?: (ev: Event) => any;
|
|
@@ -2374,7 +2362,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2374
2362
|
}, string, {
|
|
2375
2363
|
color: string;
|
|
2376
2364
|
spin: boolean;
|
|
2377
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2365
|
+
}, {}, 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>);
|
|
2378
2366
|
UCheckbox: {
|
|
2379
2367
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2380
2368
|
modelValue: {
|
|
@@ -2406,9 +2394,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2406
2394
|
default: boolean;
|
|
2407
2395
|
};
|
|
2408
2396
|
}>> & Readonly<{
|
|
2409
|
-
onChange?: (val: import("
|
|
2397
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2410
2398
|
onClick?: (ev: Event) => any;
|
|
2411
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2399
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2412
2400
|
}>, {
|
|
2413
2401
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2414
2402
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -2422,8 +2410,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2422
2410
|
handleBlur: () => void;
|
|
2423
2411
|
onClick: (e: MouseEvent) => void;
|
|
2424
2412
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2425
|
-
'update:modelValue': (val: import("
|
|
2426
|
-
change: (val: import("
|
|
2413
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2414
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2427
2415
|
click: (ev: Event) => boolean;
|
|
2428
2416
|
}, import("vue").PublicProps, {
|
|
2429
2417
|
name: string;
|
|
@@ -2448,7 +2436,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2448
2436
|
default: string;
|
|
2449
2437
|
};
|
|
2450
2438
|
icon: {
|
|
2451
|
-
type: import("vue").PropType<import("
|
|
2439
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2452
2440
|
};
|
|
2453
2441
|
}>> & Readonly<{
|
|
2454
2442
|
onClick?: (ev: Event) => any;
|
|
@@ -2495,7 +2483,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2495
2483
|
default: string;
|
|
2496
2484
|
};
|
|
2497
2485
|
icon: {
|
|
2498
|
-
type: import("vue").PropType<import("
|
|
2486
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2499
2487
|
};
|
|
2500
2488
|
}>> & Readonly<{
|
|
2501
2489
|
onClick?: (ev: Event) => any;
|
|
@@ -2537,7 +2525,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2537
2525
|
default: string;
|
|
2538
2526
|
};
|
|
2539
2527
|
icon: {
|
|
2540
|
-
type: import("vue").PropType<import("
|
|
2528
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2541
2529
|
};
|
|
2542
2530
|
}>> & Readonly<{
|
|
2543
2531
|
onClick?: (ev: Event) => any;
|
|
@@ -2564,7 +2552,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2564
2552
|
}, string, {
|
|
2565
2553
|
color: string;
|
|
2566
2554
|
spin: boolean;
|
|
2567
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2555
|
+
}, {}, 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>);
|
|
2568
2556
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2569
2557
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2570
2558
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2604,9 +2592,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2604
2592
|
default: boolean;
|
|
2605
2593
|
};
|
|
2606
2594
|
}>> & Readonly<{
|
|
2607
|
-
onChange?: (val: import("
|
|
2595
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2608
2596
|
onClick?: (ev: Event) => any;
|
|
2609
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2597
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2610
2598
|
}>, {
|
|
2611
2599
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2612
2600
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -2661,9 +2649,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2661
2649
|
default: boolean;
|
|
2662
2650
|
};
|
|
2663
2651
|
}>> & Readonly<{
|
|
2664
|
-
onChange?: (val: import("
|
|
2652
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2665
2653
|
onClick?: (ev: Event) => any;
|
|
2666
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2654
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2667
2655
|
}>, {
|
|
2668
2656
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2669
2657
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -2677,8 +2665,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2677
2665
|
handleBlur: () => void;
|
|
2678
2666
|
onClick: (e: MouseEvent) => void;
|
|
2679
2667
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2680
|
-
'update:modelValue': (val: import("
|
|
2681
|
-
change: (val: import("
|
|
2668
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2669
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2682
2670
|
click: (ev: Event) => boolean;
|
|
2683
2671
|
}, string, {
|
|
2684
2672
|
name: string;
|
|
@@ -2703,7 +2691,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2703
2691
|
default: string;
|
|
2704
2692
|
};
|
|
2705
2693
|
icon: {
|
|
2706
|
-
type: import("vue").PropType<import("
|
|
2694
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2707
2695
|
};
|
|
2708
2696
|
}>> & Readonly<{
|
|
2709
2697
|
onClick?: (ev: Event) => any;
|
|
@@ -2750,7 +2738,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2750
2738
|
default: string;
|
|
2751
2739
|
};
|
|
2752
2740
|
icon: {
|
|
2753
|
-
type: import("vue").PropType<import("
|
|
2741
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2754
2742
|
};
|
|
2755
2743
|
}>> & Readonly<{
|
|
2756
2744
|
onClick?: (ev: Event) => any;
|
|
@@ -2792,7 +2780,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2792
2780
|
default: string;
|
|
2793
2781
|
};
|
|
2794
2782
|
icon: {
|
|
2795
|
-
type: import("vue").PropType<import("
|
|
2783
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2796
2784
|
};
|
|
2797
2785
|
}>> & Readonly<{
|
|
2798
2786
|
onClick?: (ev: Event) => any;
|
|
@@ -2819,23 +2807,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2819
2807
|
}, string, {
|
|
2820
2808
|
color: string;
|
|
2821
2809
|
spin: boolean;
|
|
2822
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2810
|
+
}, {}, 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>);
|
|
2823
2811
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2824
2812
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2825
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2813
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2826
2814
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2827
2815
|
modelValue: {
|
|
2828
|
-
type: import("vue").PropType<import("
|
|
2829
|
-
default: () => import("
|
|
2816
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
2817
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2830
2818
|
};
|
|
2831
2819
|
size: {
|
|
2832
|
-
type: import("vue").PropType<"
|
|
2820
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2833
2821
|
default: string;
|
|
2834
|
-
validator: (val: "
|
|
2822
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2835
2823
|
};
|
|
2836
2824
|
options: {
|
|
2837
|
-
type: import("vue").PropType<import("
|
|
2838
|
-
default: () => import("
|
|
2825
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
2826
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2839
2827
|
};
|
|
2840
2828
|
disabled: {
|
|
2841
2829
|
type: BooleanConstructor;
|
|
@@ -2849,12 +2837,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2849
2837
|
type: StringConstructor;
|
|
2850
2838
|
};
|
|
2851
2839
|
buttonType: {
|
|
2852
|
-
type: import("vue").PropType<"
|
|
2840
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
2853
2841
|
default: string;
|
|
2854
2842
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
2855
2843
|
};
|
|
2856
2844
|
type: {
|
|
2857
|
-
type: import("vue").PropType<"
|
|
2845
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
2858
2846
|
default: string;
|
|
2859
2847
|
validator: (val: "default" | "button") => boolean;
|
|
2860
2848
|
};
|
|
@@ -2874,21 +2862,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2874
2862
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
2875
2863
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
2876
2864
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2877
|
-
'update:modelValue': (v: import("
|
|
2878
|
-
change: (v: import("
|
|
2865
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
2866
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
2879
2867
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2880
2868
|
modelValue: {
|
|
2881
|
-
type: import("vue").PropType<import("
|
|
2882
|
-
default: () => import("
|
|
2869
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
2870
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2883
2871
|
};
|
|
2884
2872
|
size: {
|
|
2885
|
-
type: import("vue").PropType<"
|
|
2873
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2886
2874
|
default: string;
|
|
2887
|
-
validator: (val: "
|
|
2875
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2888
2876
|
};
|
|
2889
2877
|
options: {
|
|
2890
|
-
type: import("vue").PropType<import("
|
|
2891
|
-
default: () => import("
|
|
2878
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
2879
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2892
2880
|
};
|
|
2893
2881
|
disabled: {
|
|
2894
2882
|
type: BooleanConstructor;
|
|
@@ -2902,12 +2890,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2902
2890
|
type: StringConstructor;
|
|
2903
2891
|
};
|
|
2904
2892
|
buttonType: {
|
|
2905
|
-
type: import("vue").PropType<"
|
|
2893
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
2906
2894
|
default: string;
|
|
2907
2895
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
2908
2896
|
};
|
|
2909
2897
|
type: {
|
|
2910
|
-
type: import("vue").PropType<"
|
|
2898
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
2911
2899
|
default: string;
|
|
2912
2900
|
validator: (val: "default" | "button") => boolean;
|
|
2913
2901
|
};
|
|
@@ -2919,15 +2907,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2919
2907
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
2920
2908
|
};
|
|
2921
2909
|
}>> & Readonly<{
|
|
2922
|
-
onChange?: (v: import("
|
|
2923
|
-
"onUpdate:modelValue"?: (v: import("
|
|
2910
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2911
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2924
2912
|
}>, {
|
|
2925
2913
|
type: "default" | "button";
|
|
2926
2914
|
loading: boolean;
|
|
2927
|
-
size: "
|
|
2915
|
+
size: "default" | "small" | "large";
|
|
2928
2916
|
disabled: boolean;
|
|
2929
|
-
modelValue: import("
|
|
2930
|
-
options: import("
|
|
2917
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2918
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2931
2919
|
buttonFill: boolean;
|
|
2932
2920
|
buttonType: "fill" | "border" | "card";
|
|
2933
2921
|
}, {}, {
|
|
@@ -2945,7 +2933,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2945
2933
|
default: string;
|
|
2946
2934
|
};
|
|
2947
2935
|
icon: {
|
|
2948
|
-
type: import("vue").PropType<import("
|
|
2936
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2949
2937
|
};
|
|
2950
2938
|
}>> & Readonly<{
|
|
2951
2939
|
onClick?: (ev: Event) => any;
|
|
@@ -2992,7 +2980,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2992
2980
|
default: string;
|
|
2993
2981
|
};
|
|
2994
2982
|
icon: {
|
|
2995
|
-
type: import("vue").PropType<import("
|
|
2983
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2996
2984
|
};
|
|
2997
2985
|
}>> & Readonly<{
|
|
2998
2986
|
onClick?: (ev: Event) => any;
|
|
@@ -3034,7 +3022,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3034
3022
|
default: string;
|
|
3035
3023
|
};
|
|
3036
3024
|
icon: {
|
|
3037
|
-
type: import("vue").PropType<import("
|
|
3025
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3038
3026
|
};
|
|
3039
3027
|
}>> & Readonly<{
|
|
3040
3028
|
onClick?: (ev: Event) => any;
|
|
@@ -3061,7 +3049,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3061
3049
|
}, string, {
|
|
3062
3050
|
color: string;
|
|
3063
3051
|
spin: boolean;
|
|
3064
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3052
|
+
}, {}, 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>);
|
|
3065
3053
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3066
3054
|
modelValue: {
|
|
3067
3055
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3104,8 +3092,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3104
3092
|
handleBlur: () => void;
|
|
3105
3093
|
onClick: (e: MouseEvent) => void;
|
|
3106
3094
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3107
|
-
'update:modelValue': (val: import("
|
|
3108
|
-
change: (val: import("
|
|
3095
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3096
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3109
3097
|
click: (ev: Event) => boolean;
|
|
3110
3098
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3111
3099
|
modelValue: {
|
|
@@ -3137,9 +3125,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3137
3125
|
default: boolean;
|
|
3138
3126
|
};
|
|
3139
3127
|
}>> & Readonly<{
|
|
3140
|
-
onChange?: (val: import("
|
|
3128
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3141
3129
|
onClick?: (ev: Event) => any;
|
|
3142
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3130
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3143
3131
|
}>, {
|
|
3144
3132
|
name: string;
|
|
3145
3133
|
disabled: boolean;
|
|
@@ -3163,7 +3151,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3163
3151
|
default: string;
|
|
3164
3152
|
};
|
|
3165
3153
|
icon: {
|
|
3166
|
-
type: import("vue").PropType<import("
|
|
3154
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3167
3155
|
};
|
|
3168
3156
|
}>> & Readonly<{
|
|
3169
3157
|
onClick?: (ev: Event) => any;
|
|
@@ -3210,7 +3198,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3210
3198
|
default: string;
|
|
3211
3199
|
};
|
|
3212
3200
|
icon: {
|
|
3213
|
-
type: import("vue").PropType<import("
|
|
3201
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3214
3202
|
};
|
|
3215
3203
|
}>> & Readonly<{
|
|
3216
3204
|
onClick?: (ev: Event) => any;
|
|
@@ -3252,7 +3240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3252
3240
|
default: string;
|
|
3253
3241
|
};
|
|
3254
3242
|
icon: {
|
|
3255
|
-
type: import("vue").PropType<import("
|
|
3243
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3256
3244
|
};
|
|
3257
3245
|
}>> & Readonly<{
|
|
3258
3246
|
onClick?: (ev: Event) => any;
|
|
@@ -3279,13 +3267,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3279
3267
|
}, string, {
|
|
3280
3268
|
color: string;
|
|
3281
3269
|
spin: boolean;
|
|
3282
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3270
|
+
}, {}, 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>);
|
|
3283
3271
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3284
3272
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3285
3273
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3286
3274
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3287
3275
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3288
|
-
};
|
|
3276
|
+
});
|
|
3289
3277
|
Render: {
|
|
3290
3278
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
3291
3279
|
props: {
|
|
@@ -3335,7 +3323,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3335
3323
|
default: boolean;
|
|
3336
3324
|
};
|
|
3337
3325
|
switcherIcon: {
|
|
3338
|
-
type: import("vue").PropType<import("
|
|
3326
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3339
3327
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3340
3328
|
};
|
|
3341
3329
|
showLine: {
|
|
@@ -3395,12 +3383,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3395
3383
|
localTreeData: import("vue").Ref<{
|
|
3396
3384
|
[x: string]: any;
|
|
3397
3385
|
key: string | number;
|
|
3398
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
3399
|
-
|
|
3400
|
-
}>[];
|
|
3401
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3402
|
-
[key: string]: any;
|
|
3403
|
-
}>[];
|
|
3386
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3387
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3404
3388
|
componentKey: string;
|
|
3405
3389
|
dataRef: {
|
|
3406
3390
|
[x: string]: any;
|
|
@@ -3421,12 +3405,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3421
3405
|
}[], import("../Tree").InnerTreeItem[] | {
|
|
3422
3406
|
[x: string]: any;
|
|
3423
3407
|
key: string | number;
|
|
3424
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
3425
|
-
|
|
3426
|
-
}>[];
|
|
3427
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3428
|
-
[key: string]: any;
|
|
3429
|
-
}>[];
|
|
3408
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3409
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3430
3410
|
componentKey: string;
|
|
3431
3411
|
dataRef: {
|
|
3432
3412
|
[x: string]: any;
|
|
@@ -3457,10 +3437,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3457
3437
|
selectable: boolean;
|
|
3458
3438
|
draggable: boolean;
|
|
3459
3439
|
checkedKeys: (string | number)[];
|
|
3440
|
+
checkStrictly: boolean;
|
|
3460
3441
|
treeData: TreeItem[];
|
|
3461
3442
|
dataKey: string | import("../Tree").GetDataKey;
|
|
3462
3443
|
checkable: boolean;
|
|
3463
|
-
checkStrictly: boolean;
|
|
3464
3444
|
switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3465
3445
|
showLine: boolean;
|
|
3466
3446
|
expandedKeys: (string | number)[];
|
|
@@ -3501,7 +3481,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3501
3481
|
default: boolean;
|
|
3502
3482
|
};
|
|
3503
3483
|
switcherIcon: {
|
|
3504
|
-
type: import("vue").PropType<import("
|
|
3484
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3505
3485
|
default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3506
3486
|
};
|
|
3507
3487
|
showLine: {
|
|
@@ -3561,12 +3541,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3561
3541
|
localTreeData: import("vue").Ref<{
|
|
3562
3542
|
[x: string]: any;
|
|
3563
3543
|
key: string | number;
|
|
3564
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
3565
|
-
|
|
3566
|
-
}>[];
|
|
3567
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3568
|
-
[key: string]: any;
|
|
3569
|
-
}>[];
|
|
3544
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3545
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3570
3546
|
componentKey: string;
|
|
3571
3547
|
dataRef: {
|
|
3572
3548
|
[x: string]: any;
|
|
@@ -3587,12 +3563,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3587
3563
|
}[], import("../Tree").InnerTreeItem[] | {
|
|
3588
3564
|
[x: string]: any;
|
|
3589
3565
|
key: string | number;
|
|
3590
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
3591
|
-
|
|
3592
|
-
}>[];
|
|
3593
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3594
|
-
[key: string]: any;
|
|
3595
|
-
}>[];
|
|
3566
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3567
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
3596
3568
|
componentKey: string;
|
|
3597
3569
|
dataRef: {
|
|
3598
3570
|
[x: string]: any;
|
|
@@ -3633,10 +3605,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3633
3605
|
selectable: boolean;
|
|
3634
3606
|
draggable: boolean;
|
|
3635
3607
|
checkedKeys: (string | number)[];
|
|
3608
|
+
checkStrictly: boolean;
|
|
3636
3609
|
treeData: TreeItem[];
|
|
3637
3610
|
dataKey: string | import("../Tree").GetDataKey;
|
|
3638
3611
|
checkable: boolean;
|
|
3639
|
-
checkStrictly: boolean;
|
|
3640
3612
|
switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3641
3613
|
showLine: boolean;
|
|
3642
3614
|
expandedKeys: (string | number)[];
|
|
@@ -3672,10 +3644,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3672
3644
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
3673
3645
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
3674
3646
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
3647
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
3675
3648
|
treeData: import("vue").Ref<TreeItem[], TreeItem[]>;
|
|
3676
3649
|
dataKey: import("vue").Ref<string | import("../Tree").GetDataKey, string | import("../Tree").GetDataKey>;
|
|
3677
3650
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
3678
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
3679
3651
|
switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
|
|
3680
3652
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
3681
3653
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -3707,7 +3679,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3707
3679
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
3708
3680
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
3709
3681
|
isLeaf: (node: import("../Tree").InnerTreeItem) => boolean;
|
|
3710
|
-
treeNodeOperate: (type: "
|
|
3682
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: TreeItem[]) => void;
|
|
3711
3683
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3712
3684
|
data: {
|
|
3713
3685
|
type: import("vue").PropType<import("../Tree").InnerTreeItem>;
|
|
@@ -3735,7 +3707,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3735
3707
|
default: string;
|
|
3736
3708
|
};
|
|
3737
3709
|
icon: {
|
|
3738
|
-
type: import("vue").PropType<import("
|
|
3710
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3739
3711
|
};
|
|
3740
3712
|
}>> & Readonly<{
|
|
3741
3713
|
onClick?: (ev: Event) => any;
|
|
@@ -3782,7 +3754,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3782
3754
|
default: string;
|
|
3783
3755
|
};
|
|
3784
3756
|
icon: {
|
|
3785
|
-
type: import("vue").PropType<import("
|
|
3757
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3786
3758
|
};
|
|
3787
3759
|
}>> & Readonly<{
|
|
3788
3760
|
onClick?: (ev: Event) => any;
|
|
@@ -3824,7 +3796,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3824
3796
|
default: string;
|
|
3825
3797
|
};
|
|
3826
3798
|
icon: {
|
|
3827
|
-
type: import("vue").PropType<import("
|
|
3799
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3828
3800
|
};
|
|
3829
3801
|
}>> & Readonly<{
|
|
3830
3802
|
onClick?: (ev: Event) => any;
|
|
@@ -3851,7 +3823,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3851
3823
|
}, string, {
|
|
3852
3824
|
color: string;
|
|
3853
3825
|
spin: boolean;
|
|
3854
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3826
|
+
}, {}, 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>);
|
|
3855
3827
|
UCheckbox: {
|
|
3856
3828
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3857
3829
|
modelValue: {
|
|
@@ -3883,9 +3855,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3883
3855
|
default: boolean;
|
|
3884
3856
|
};
|
|
3885
3857
|
}>> & Readonly<{
|
|
3886
|
-
onChange?: (val: import("
|
|
3858
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3887
3859
|
onClick?: (ev: Event) => any;
|
|
3888
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3860
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3889
3861
|
}>, {
|
|
3890
3862
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3891
3863
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3899,8 +3871,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3899
3871
|
handleBlur: () => void;
|
|
3900
3872
|
onClick: (e: MouseEvent) => void;
|
|
3901
3873
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3902
|
-
'update:modelValue': (val: import("
|
|
3903
|
-
change: (val: import("
|
|
3874
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3875
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3904
3876
|
click: (ev: Event) => boolean;
|
|
3905
3877
|
}, import("vue").PublicProps, {
|
|
3906
3878
|
name: string;
|
|
@@ -3925,7 +3897,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3925
3897
|
default: string;
|
|
3926
3898
|
};
|
|
3927
3899
|
icon: {
|
|
3928
|
-
type: import("vue").PropType<import("
|
|
3900
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3929
3901
|
};
|
|
3930
3902
|
}>> & Readonly<{
|
|
3931
3903
|
onClick?: (ev: Event) => any;
|
|
@@ -3972,7 +3944,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3972
3944
|
default: string;
|
|
3973
3945
|
};
|
|
3974
3946
|
icon: {
|
|
3975
|
-
type: import("vue").PropType<import("
|
|
3947
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3976
3948
|
};
|
|
3977
3949
|
}>> & Readonly<{
|
|
3978
3950
|
onClick?: (ev: Event) => any;
|
|
@@ -4014,7 +3986,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4014
3986
|
default: string;
|
|
4015
3987
|
};
|
|
4016
3988
|
icon: {
|
|
4017
|
-
type: import("vue").PropType<import("
|
|
3989
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4018
3990
|
};
|
|
4019
3991
|
}>> & Readonly<{
|
|
4020
3992
|
onClick?: (ev: Event) => any;
|
|
@@ -4041,7 +4013,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4041
4013
|
}, string, {
|
|
4042
4014
|
color: string;
|
|
4043
4015
|
spin: boolean;
|
|
4044
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4016
|
+
}, {}, 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>);
|
|
4045
4017
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4046
4018
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4047
4019
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4081,9 +4053,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4081
4053
|
default: boolean;
|
|
4082
4054
|
};
|
|
4083
4055
|
}>> & Readonly<{
|
|
4084
|
-
onChange?: (val: import("
|
|
4056
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
4085
4057
|
onClick?: (ev: Event) => any;
|
|
4086
|
-
"onUpdate:modelValue"?: (val: import("
|
|
4058
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
4087
4059
|
}>, {
|
|
4088
4060
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4089
4061
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -4138,9 +4110,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4138
4110
|
default: boolean;
|
|
4139
4111
|
};
|
|
4140
4112
|
}>> & Readonly<{
|
|
4141
|
-
onChange?: (val: import("
|
|
4113
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
4142
4114
|
onClick?: (ev: Event) => any;
|
|
4143
|
-
"onUpdate:modelValue"?: (val: import("
|
|
4115
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
4144
4116
|
}>, {
|
|
4145
4117
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4146
4118
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -4154,8 +4126,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4154
4126
|
handleBlur: () => void;
|
|
4155
4127
|
onClick: (e: MouseEvent) => void;
|
|
4156
4128
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4157
|
-
'update:modelValue': (val: import("
|
|
4158
|
-
change: (val: import("
|
|
4129
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
4130
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
4159
4131
|
click: (ev: Event) => boolean;
|
|
4160
4132
|
}, string, {
|
|
4161
4133
|
name: string;
|
|
@@ -4180,7 +4152,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4180
4152
|
default: string;
|
|
4181
4153
|
};
|
|
4182
4154
|
icon: {
|
|
4183
|
-
type: import("vue").PropType<import("
|
|
4155
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4184
4156
|
};
|
|
4185
4157
|
}>> & Readonly<{
|
|
4186
4158
|
onClick?: (ev: Event) => any;
|
|
@@ -4227,7 +4199,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4227
4199
|
default: string;
|
|
4228
4200
|
};
|
|
4229
4201
|
icon: {
|
|
4230
|
-
type: import("vue").PropType<import("
|
|
4202
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4231
4203
|
};
|
|
4232
4204
|
}>> & Readonly<{
|
|
4233
4205
|
onClick?: (ev: Event) => any;
|
|
@@ -4269,7 +4241,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4269
4241
|
default: string;
|
|
4270
4242
|
};
|
|
4271
4243
|
icon: {
|
|
4272
|
-
type: import("vue").PropType<import("
|
|
4244
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4273
4245
|
};
|
|
4274
4246
|
}>> & Readonly<{
|
|
4275
4247
|
onClick?: (ev: Event) => any;
|
|
@@ -4296,23 +4268,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4296
4268
|
}, string, {
|
|
4297
4269
|
color: string;
|
|
4298
4270
|
spin: boolean;
|
|
4299
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4271
|
+
}, {}, 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>);
|
|
4300
4272
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4301
4273
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4302
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4274
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
4303
4275
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4304
4276
|
modelValue: {
|
|
4305
|
-
type: import("vue").PropType<import("
|
|
4306
|
-
default: () => import("
|
|
4277
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
4278
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
4307
4279
|
};
|
|
4308
4280
|
size: {
|
|
4309
|
-
type: import("vue").PropType<"
|
|
4281
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4310
4282
|
default: string;
|
|
4311
|
-
validator: (val: "
|
|
4283
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4312
4284
|
};
|
|
4313
4285
|
options: {
|
|
4314
|
-
type: import("vue").PropType<import("
|
|
4315
|
-
default: () => import("
|
|
4286
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
4287
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
4316
4288
|
};
|
|
4317
4289
|
disabled: {
|
|
4318
4290
|
type: BooleanConstructor;
|
|
@@ -4326,12 +4298,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4326
4298
|
type: StringConstructor;
|
|
4327
4299
|
};
|
|
4328
4300
|
buttonType: {
|
|
4329
|
-
type: import("vue").PropType<"
|
|
4301
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
4330
4302
|
default: string;
|
|
4331
4303
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
4332
4304
|
};
|
|
4333
4305
|
type: {
|
|
4334
|
-
type: import("vue").PropType<"
|
|
4306
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
4335
4307
|
default: string;
|
|
4336
4308
|
validator: (val: "default" | "button") => boolean;
|
|
4337
4309
|
};
|
|
@@ -4351,21 +4323,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4351
4323
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
4352
4324
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
4353
4325
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4354
|
-
'update:modelValue': (v: import("
|
|
4355
|
-
change: (v: import("
|
|
4326
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
4327
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
4356
4328
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4357
4329
|
modelValue: {
|
|
4358
|
-
type: import("vue").PropType<import("
|
|
4359
|
-
default: () => import("
|
|
4330
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
4331
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
4360
4332
|
};
|
|
4361
4333
|
size: {
|
|
4362
|
-
type: import("vue").PropType<"
|
|
4334
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4363
4335
|
default: string;
|
|
4364
|
-
validator: (val: "
|
|
4336
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4365
4337
|
};
|
|
4366
4338
|
options: {
|
|
4367
|
-
type: import("vue").PropType<import("
|
|
4368
|
-
default: () => import("
|
|
4339
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
4340
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
4369
4341
|
};
|
|
4370
4342
|
disabled: {
|
|
4371
4343
|
type: BooleanConstructor;
|
|
@@ -4379,12 +4351,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4379
4351
|
type: StringConstructor;
|
|
4380
4352
|
};
|
|
4381
4353
|
buttonType: {
|
|
4382
|
-
type: import("vue").PropType<"
|
|
4354
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
4383
4355
|
default: string;
|
|
4384
4356
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
4385
4357
|
};
|
|
4386
4358
|
type: {
|
|
4387
|
-
type: import("vue").PropType<"
|
|
4359
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
4388
4360
|
default: string;
|
|
4389
4361
|
validator: (val: "default" | "button") => boolean;
|
|
4390
4362
|
};
|
|
@@ -4396,15 +4368,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4396
4368
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
4397
4369
|
};
|
|
4398
4370
|
}>> & Readonly<{
|
|
4399
|
-
onChange?: (v: import("
|
|
4400
|
-
"onUpdate:modelValue"?: (v: import("
|
|
4371
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
4372
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
4401
4373
|
}>, {
|
|
4402
4374
|
type: "default" | "button";
|
|
4403
4375
|
loading: boolean;
|
|
4404
|
-
size: "
|
|
4376
|
+
size: "default" | "small" | "large";
|
|
4405
4377
|
disabled: boolean;
|
|
4406
|
-
modelValue: import("
|
|
4407
|
-
options: import("
|
|
4378
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
4379
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
4408
4380
|
buttonFill: boolean;
|
|
4409
4381
|
buttonType: "fill" | "border" | "card";
|
|
4410
4382
|
}, {}, {
|
|
@@ -4422,7 +4394,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4422
4394
|
default: string;
|
|
4423
4395
|
};
|
|
4424
4396
|
icon: {
|
|
4425
|
-
type: import("vue").PropType<import("
|
|
4397
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4426
4398
|
};
|
|
4427
4399
|
}>> & Readonly<{
|
|
4428
4400
|
onClick?: (ev: Event) => any;
|
|
@@ -4469,7 +4441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4469
4441
|
default: string;
|
|
4470
4442
|
};
|
|
4471
4443
|
icon: {
|
|
4472
|
-
type: import("vue").PropType<import("
|
|
4444
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4473
4445
|
};
|
|
4474
4446
|
}>> & Readonly<{
|
|
4475
4447
|
onClick?: (ev: Event) => any;
|
|
@@ -4511,7 +4483,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4511
4483
|
default: string;
|
|
4512
4484
|
};
|
|
4513
4485
|
icon: {
|
|
4514
|
-
type: import("vue").PropType<import("
|
|
4486
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4515
4487
|
};
|
|
4516
4488
|
}>> & Readonly<{
|
|
4517
4489
|
onClick?: (ev: Event) => any;
|
|
@@ -4538,7 +4510,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4538
4510
|
}, string, {
|
|
4539
4511
|
color: string;
|
|
4540
4512
|
spin: boolean;
|
|
4541
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4513
|
+
}, {}, 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>);
|
|
4542
4514
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4543
4515
|
modelValue: {
|
|
4544
4516
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -4581,8 +4553,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4581
4553
|
handleBlur: () => void;
|
|
4582
4554
|
onClick: (e: MouseEvent) => void;
|
|
4583
4555
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4584
|
-
'update:modelValue': (val: import("
|
|
4585
|
-
change: (val: import("
|
|
4556
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
4557
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
4586
4558
|
click: (ev: Event) => boolean;
|
|
4587
4559
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4588
4560
|
modelValue: {
|
|
@@ -4614,9 +4586,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4614
4586
|
default: boolean;
|
|
4615
4587
|
};
|
|
4616
4588
|
}>> & Readonly<{
|
|
4617
|
-
onChange?: (val: import("
|
|
4589
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
4618
4590
|
onClick?: (ev: Event) => any;
|
|
4619
|
-
"onUpdate:modelValue"?: (val: import("
|
|
4591
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
4620
4592
|
}>, {
|
|
4621
4593
|
name: string;
|
|
4622
4594
|
disabled: boolean;
|
|
@@ -4640,7 +4612,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4640
4612
|
default: string;
|
|
4641
4613
|
};
|
|
4642
4614
|
icon: {
|
|
4643
|
-
type: import("vue").PropType<import("
|
|
4615
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4644
4616
|
};
|
|
4645
4617
|
}>> & Readonly<{
|
|
4646
4618
|
onClick?: (ev: Event) => any;
|
|
@@ -4687,7 +4659,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4687
4659
|
default: string;
|
|
4688
4660
|
};
|
|
4689
4661
|
icon: {
|
|
4690
|
-
type: import("vue").PropType<import("
|
|
4662
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4691
4663
|
};
|
|
4692
4664
|
}>> & Readonly<{
|
|
4693
4665
|
onClick?: (ev: Event) => any;
|
|
@@ -4729,7 +4701,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4729
4701
|
default: string;
|
|
4730
4702
|
};
|
|
4731
4703
|
icon: {
|
|
4732
|
-
type: import("vue").PropType<import("
|
|
4704
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4733
4705
|
};
|
|
4734
4706
|
}>> & Readonly<{
|
|
4735
4707
|
onClick?: (ev: Event) => any;
|
|
@@ -4756,13 +4728,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4756
4728
|
}, string, {
|
|
4757
4729
|
color: string;
|
|
4758
4730
|
spin: boolean;
|
|
4759
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4731
|
+
}, {}, 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>);
|
|
4760
4732
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4761
4733
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4762
4734
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4763
4735
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4764
4736
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4765
|
-
};
|
|
4737
|
+
});
|
|
4766
4738
|
Render: {
|
|
4767
4739
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
4768
4740
|
props: {
|
|
@@ -4775,26 +4747,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4775
4747
|
FileIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4776
4748
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4777
4749
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4778
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4750
|
+
} & 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>);
|
|
4779
4751
|
UEmpty: {
|
|
4780
4752
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4781
4753
|
image: {
|
|
4782
4754
|
type: StringConstructor;
|
|
4783
4755
|
};
|
|
4784
4756
|
icon: {
|
|
4785
|
-
type: import("vue").PropType<import("
|
|
4757
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4786
4758
|
};
|
|
4787
4759
|
text: {
|
|
4788
4760
|
type: (BooleanConstructor | StringConstructor)[];
|
|
4789
4761
|
default: undefined;
|
|
4790
4762
|
};
|
|
4791
4763
|
size: {
|
|
4792
|
-
type: import("vue").PropType<"
|
|
4764
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4793
4765
|
default: string;
|
|
4794
|
-
validator: (val: "
|
|
4766
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4795
4767
|
};
|
|
4796
4768
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
4797
|
-
size: "
|
|
4769
|
+
size: "default" | "small" | "large";
|
|
4798
4770
|
text: string | boolean;
|
|
4799
4771
|
}, true, {}, {}, {
|
|
4800
4772
|
RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4803,15 +4775,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4803
4775
|
default: undefined;
|
|
4804
4776
|
};
|
|
4805
4777
|
icon: {
|
|
4806
|
-
type: import("vue").PropType<import("
|
|
4778
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4807
4779
|
};
|
|
4808
4780
|
image: {
|
|
4809
4781
|
type: import("vue").PropType<string>;
|
|
4810
4782
|
};
|
|
4811
4783
|
size: {
|
|
4812
|
-
type: import("vue").PropType<"
|
|
4784
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4813
4785
|
default: string;
|
|
4814
|
-
validator: (val: "
|
|
4786
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4815
4787
|
};
|
|
4816
4788
|
}>, {
|
|
4817
4789
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -4824,18 +4796,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4824
4796
|
default: undefined;
|
|
4825
4797
|
};
|
|
4826
4798
|
icon: {
|
|
4827
|
-
type: import("vue").PropType<import("
|
|
4799
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4828
4800
|
};
|
|
4829
4801
|
image: {
|
|
4830
4802
|
type: import("vue").PropType<string>;
|
|
4831
4803
|
};
|
|
4832
4804
|
size: {
|
|
4833
|
-
type: import("vue").PropType<"
|
|
4805
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4834
4806
|
default: string;
|
|
4835
|
-
validator: (val: "
|
|
4807
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4836
4808
|
};
|
|
4837
4809
|
}>> & Readonly<{}>, {
|
|
4838
|
-
size: "
|
|
4810
|
+
size: "default" | "small" | "large";
|
|
4839
4811
|
text: string | boolean;
|
|
4840
4812
|
}, {}, {
|
|
4841
4813
|
ColorfullEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4852,19 +4824,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4852
4824
|
type: StringConstructor;
|
|
4853
4825
|
};
|
|
4854
4826
|
icon: {
|
|
4855
|
-
type: import("vue").PropType<import("
|
|
4827
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4856
4828
|
};
|
|
4857
4829
|
text: {
|
|
4858
4830
|
type: (BooleanConstructor | StringConstructor)[];
|
|
4859
4831
|
default: undefined;
|
|
4860
4832
|
};
|
|
4861
4833
|
size: {
|
|
4862
|
-
type: import("vue").PropType<"
|
|
4834
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4863
4835
|
default: string;
|
|
4864
|
-
validator: (val: "
|
|
4836
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4865
4837
|
};
|
|
4866
4838
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
4867
|
-
size: "
|
|
4839
|
+
size: "default" | "small" | "large";
|
|
4868
4840
|
text: string | boolean;
|
|
4869
4841
|
}>;
|
|
4870
4842
|
__isFragment?: never;
|
|
@@ -4875,19 +4847,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4875
4847
|
type: StringConstructor;
|
|
4876
4848
|
};
|
|
4877
4849
|
icon: {
|
|
4878
|
-
type: import("vue").PropType<import("
|
|
4850
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4879
4851
|
};
|
|
4880
4852
|
text: {
|
|
4881
4853
|
type: (BooleanConstructor | StringConstructor)[];
|
|
4882
4854
|
default: undefined;
|
|
4883
4855
|
};
|
|
4884
4856
|
size: {
|
|
4885
|
-
type: import("vue").PropType<"
|
|
4857
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4886
4858
|
default: string;
|
|
4887
|
-
validator: (val: "
|
|
4859
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4888
4860
|
};
|
|
4889
4861
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4890
|
-
size: "
|
|
4862
|
+
size: "default" | "small" | "large";
|
|
4891
4863
|
text: string | boolean;
|
|
4892
4864
|
}, {}, string, {}, {
|
|
4893
4865
|
RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4896,15 +4868,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4896
4868
|
default: undefined;
|
|
4897
4869
|
};
|
|
4898
4870
|
icon: {
|
|
4899
|
-
type: import("vue").PropType<import("
|
|
4871
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4900
4872
|
};
|
|
4901
4873
|
image: {
|
|
4902
4874
|
type: import("vue").PropType<string>;
|
|
4903
4875
|
};
|
|
4904
4876
|
size: {
|
|
4905
|
-
type: import("vue").PropType<"
|
|
4877
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4906
4878
|
default: string;
|
|
4907
|
-
validator: (val: "
|
|
4879
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4908
4880
|
};
|
|
4909
4881
|
}>, {
|
|
4910
4882
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -4917,22 +4889,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4917
4889
|
default: undefined;
|
|
4918
4890
|
};
|
|
4919
4891
|
icon: {
|
|
4920
|
-
type: import("vue").PropType<import("
|
|
4892
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4921
4893
|
};
|
|
4922
4894
|
image: {
|
|
4923
4895
|
type: import("vue").PropType<string>;
|
|
4924
4896
|
};
|
|
4925
4897
|
size: {
|
|
4926
|
-
type: import("vue").PropType<"
|
|
4898
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4927
4899
|
default: string;
|
|
4928
|
-
validator: (val: "
|
|
4900
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4929
4901
|
};
|
|
4930
4902
|
}>> & Readonly<{}>, {
|
|
4931
|
-
size: "
|
|
4903
|
+
size: "default" | "small" | "large";
|
|
4932
4904
|
text: string | boolean;
|
|
4933
4905
|
}, {}, {
|
|
4934
4906
|
ColorfullEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4935
4907
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4936
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4908
|
+
} & 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>);
|
|
4937
4909
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4938
4910
|
export default _default;
|