@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
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
key: string;
|
|
34
34
|
title?: string;
|
|
35
35
|
dataIndex?: string;
|
|
36
|
-
width?:
|
|
36
|
+
width?: number | string;
|
|
37
37
|
minWidth?: number;
|
|
38
38
|
fixed?: import("./Table.type").ColumnFixed;
|
|
39
39
|
align?: import("./Table.type").ColumnAlign;
|
|
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
filterable?: boolean;
|
|
46
46
|
filters?: import("./Table.type").ColumnFilter[];
|
|
47
47
|
filterFn?: import("./Table.type").ColumnFilterFn;
|
|
48
|
-
filterIcon?: string | import("vue").Component
|
|
48
|
+
filterIcon?: string | import("vue").Component;
|
|
49
49
|
filterIconStyle?: CSSProperties;
|
|
50
50
|
filterMultiple?: boolean;
|
|
51
51
|
filteredValue?: (string | number)[];
|
|
@@ -206,12 +206,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
206
206
|
Dropdown: {
|
|
207
207
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
208
208
|
placement: {
|
|
209
|
-
type: PropType<"
|
|
209
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
210
210
|
default: string;
|
|
211
211
|
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;
|
|
212
212
|
};
|
|
213
213
|
trigger: {
|
|
214
|
-
type: PropType<"
|
|
214
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
215
215
|
default: string;
|
|
216
216
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
217
217
|
};
|
|
@@ -253,7 +253,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
253
253
|
type: PropType<any[]>;
|
|
254
254
|
};
|
|
255
255
|
}>> & Readonly<{
|
|
256
|
-
onClick?: (e: import("
|
|
256
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
257
257
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
258
258
|
"onVisible-change"?: (v: boolean) => any;
|
|
259
259
|
}>, {
|
|
@@ -262,7 +262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
262
262
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
263
263
|
onVisibleChange: (val: boolean) => void;
|
|
264
264
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
265
|
-
click: (e: import("
|
|
265
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
266
266
|
'visible-change': (v: boolean) => boolean;
|
|
267
267
|
'update:visible': (v: boolean) => boolean;
|
|
268
268
|
}, import("vue").PublicProps, {
|
|
@@ -283,7 +283,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
283
283
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
284
284
|
};
|
|
285
285
|
placement: {
|
|
286
|
-
type: PropType<"
|
|
286
|
+
type: 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: PropType<("
|
|
309
|
-
default: () => ("
|
|
308
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
309
|
+
default: () => import("../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: PropType<import("../Popup").GetPopupContainer>;
|
|
375
375
|
};
|
|
376
376
|
placement: {
|
|
377
|
-
type: PropType<"
|
|
377
|
+
type: 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: PropType<("
|
|
400
|
-
default: () => ("
|
|
399
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
400
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
401
401
|
};
|
|
402
402
|
mouseEnterDelay: {
|
|
403
403
|
type: NumberConstructor;
|
|
@@ -471,12 +471,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
471
471
|
Defaults: {};
|
|
472
472
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
473
473
|
placement: {
|
|
474
|
-
type: PropType<"
|
|
474
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
475
475
|
default: string;
|
|
476
476
|
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;
|
|
477
477
|
};
|
|
478
478
|
trigger: {
|
|
479
|
-
type: PropType<"
|
|
479
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
480
480
|
default: string;
|
|
481
481
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
482
482
|
};
|
|
@@ -518,7 +518,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
518
518
|
type: PropType<any[]>;
|
|
519
519
|
};
|
|
520
520
|
}>> & Readonly<{
|
|
521
|
-
onClick?: (e: import("
|
|
521
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
522
522
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
523
523
|
"onVisible-change"?: (v: boolean) => any;
|
|
524
524
|
}>, {
|
|
@@ -541,12 +541,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
541
541
|
__isSuspense?: never;
|
|
542
542
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
543
543
|
placement: {
|
|
544
|
-
type: PropType<"
|
|
544
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
545
545
|
default: string;
|
|
546
546
|
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;
|
|
547
547
|
};
|
|
548
548
|
trigger: {
|
|
549
|
-
type: PropType<"
|
|
549
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
550
550
|
default: string;
|
|
551
551
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
552
552
|
};
|
|
@@ -588,7 +588,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
588
588
|
type: PropType<any[]>;
|
|
589
589
|
};
|
|
590
590
|
}>> & Readonly<{
|
|
591
|
-
onClick?: (e: import("
|
|
591
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
592
592
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
593
593
|
"onVisible-change"?: (v: boolean) => any;
|
|
594
594
|
}>, {
|
|
@@ -597,7 +597,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
597
597
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
598
598
|
onVisibleChange: (val: boolean) => void;
|
|
599
599
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
600
|
-
click: (e: import("
|
|
600
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
601
601
|
'visible-change': (v: boolean) => boolean;
|
|
602
602
|
'update:visible': (v: boolean) => boolean;
|
|
603
603
|
}, string, {
|
|
@@ -618,7 +618,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
618
618
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
619
619
|
};
|
|
620
620
|
placement: {
|
|
621
|
-
type: PropType<"
|
|
621
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
622
622
|
default: string;
|
|
623
623
|
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;
|
|
624
624
|
};
|
|
@@ -640,8 +640,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
640
640
|
type: StringConstructor;
|
|
641
641
|
};
|
|
642
642
|
trigger: {
|
|
643
|
-
type: PropType<("
|
|
644
|
-
default: () => ("
|
|
643
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
644
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
645
645
|
};
|
|
646
646
|
mouseEnterDelay: {
|
|
647
647
|
type: NumberConstructor;
|
|
@@ -709,7 +709,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
709
709
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
710
710
|
};
|
|
711
711
|
placement: {
|
|
712
|
-
type: PropType<"
|
|
712
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
713
713
|
default: string;
|
|
714
714
|
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;
|
|
715
715
|
};
|
|
@@ -731,8 +731,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
731
731
|
type: StringConstructor;
|
|
732
732
|
};
|
|
733
733
|
trigger: {
|
|
734
|
-
type: PropType<("
|
|
735
|
-
default: () => ("
|
|
734
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
735
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
736
736
|
};
|
|
737
737
|
mouseEnterDelay: {
|
|
738
738
|
type: NumberConstructor;
|
|
@@ -797,11 +797,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
797
797
|
};
|
|
798
798
|
};
|
|
799
799
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
800
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
800
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
801
801
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
802
802
|
options: {
|
|
803
|
-
type: PropType<import("
|
|
804
|
-
default: () => import("
|
|
803
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
804
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
805
805
|
};
|
|
806
806
|
icon: {
|
|
807
807
|
type: BooleanConstructor;
|
|
@@ -818,8 +818,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
818
818
|
handleMenuClick: (e: any) => void;
|
|
819
819
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
820
820
|
options: {
|
|
821
|
-
type: PropType<import("
|
|
822
|
-
default: () => import("
|
|
821
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
822
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
823
823
|
};
|
|
824
824
|
icon: {
|
|
825
825
|
type: BooleanConstructor;
|
|
@@ -834,7 +834,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
834
|
onClick?: (...args: any[]) => any;
|
|
835
835
|
}>, {
|
|
836
836
|
icon: boolean;
|
|
837
|
-
options: import("
|
|
837
|
+
options: import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
838
838
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
839
839
|
Trigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
840
840
|
type: {
|
|
@@ -843,24 +843,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
843
843
|
validator: (val: string) => boolean;
|
|
844
844
|
};
|
|
845
845
|
icon: {
|
|
846
|
-
type: PropType<import("
|
|
846
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
847
847
|
};
|
|
848
848
|
text: {
|
|
849
849
|
type: StringConstructor;
|
|
850
850
|
};
|
|
851
851
|
buttonType: {
|
|
852
|
-
type: PropType<"
|
|
852
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
853
853
|
default: string;
|
|
854
854
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
855
855
|
};
|
|
856
856
|
variant: {
|
|
857
|
-
type: PropType<"
|
|
857
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
858
858
|
default: string;
|
|
859
859
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
860
860
|
};
|
|
861
861
|
color: {
|
|
862
|
-
type: PropType<"
|
|
863
|
-
default:
|
|
862
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
863
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
864
864
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
865
865
|
};
|
|
866
866
|
}>, {
|
|
@@ -873,24 +873,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
873
873
|
validator: (val: string) => boolean;
|
|
874
874
|
};
|
|
875
875
|
icon: {
|
|
876
|
-
type: PropType<import("
|
|
876
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
877
877
|
};
|
|
878
878
|
text: {
|
|
879
879
|
type: StringConstructor;
|
|
880
880
|
};
|
|
881
881
|
buttonType: {
|
|
882
|
-
type: PropType<"
|
|
882
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
883
883
|
default: string;
|
|
884
884
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
885
885
|
};
|
|
886
886
|
variant: {
|
|
887
|
-
type: PropType<"
|
|
887
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
888
888
|
default: string;
|
|
889
889
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
890
890
|
};
|
|
891
891
|
color: {
|
|
892
|
-
type: PropType<"
|
|
893
|
-
default:
|
|
892
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
893
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
894
894
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
895
895
|
};
|
|
896
896
|
}>> & Readonly<{}>, {
|
|
@@ -899,7 +899,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
899
899
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
900
900
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
901
901
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
902
|
-
};
|
|
902
|
+
});
|
|
903
903
|
Render: {
|
|
904
904
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
905
905
|
props: {
|
|
@@ -911,9 +911,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
911
911
|
UMenu: {
|
|
912
912
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
913
913
|
mode: {
|
|
914
|
-
type: PropType<"
|
|
914
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
915
915
|
default: string;
|
|
916
|
-
validator: (val: "
|
|
916
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
917
917
|
};
|
|
918
918
|
selectedKeys: {
|
|
919
919
|
type: PropType<(string | number)[]>;
|
|
@@ -950,27 +950,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
950
950
|
default: undefined;
|
|
951
951
|
};
|
|
952
952
|
}>> & Readonly<{
|
|
953
|
-
onClick?: (e: import("
|
|
954
|
-
onSelect?: (e: import("
|
|
955
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
956
|
-
onDeselect?: (e: import("
|
|
953
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
954
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
955
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
956
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
957
957
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
958
958
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
959
959
|
}>, {
|
|
960
960
|
rootMenu: import("vue").Ref<any, any>;
|
|
961
961
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
962
|
-
computedMode: import("vue").Ref<"
|
|
962
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
963
963
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
964
964
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
965
965
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
966
|
-
click: (e: import("
|
|
967
|
-
select: (e: import("
|
|
968
|
-
deselect: (e: import("
|
|
966
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
967
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
968
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
969
969
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
970
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
970
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
971
971
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
972
972
|
}, import("vue").PublicProps, {
|
|
973
|
-
mode: "
|
|
973
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
974
974
|
multiple: boolean;
|
|
975
975
|
openKeys: (string | number)[];
|
|
976
976
|
subMenuOpenDelay: number;
|
|
@@ -995,9 +995,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
995
995
|
Defaults: {};
|
|
996
996
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
997
997
|
mode: {
|
|
998
|
-
type: PropType<"
|
|
998
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
999
999
|
default: string;
|
|
1000
|
-
validator: (val: "
|
|
1000
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1001
1001
|
};
|
|
1002
1002
|
selectedKeys: {
|
|
1003
1003
|
type: PropType<(string | number)[]>;
|
|
@@ -1034,20 +1034,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1034
1034
|
default: undefined;
|
|
1035
1035
|
};
|
|
1036
1036
|
}>> & Readonly<{
|
|
1037
|
-
onClick?: (e: import("
|
|
1038
|
-
onSelect?: (e: import("
|
|
1039
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1040
|
-
onDeselect?: (e: import("
|
|
1037
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1038
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1039
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1040
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1041
1041
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1042
1042
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1043
1043
|
}>, {
|
|
1044
1044
|
rootMenu: import("vue").Ref<any, any>;
|
|
1045
1045
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1046
|
-
computedMode: import("vue").Ref<"
|
|
1046
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1047
1047
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1048
1048
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1049
1049
|
}, {}, {}, {}, {
|
|
1050
|
-
mode: "
|
|
1050
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1051
1051
|
multiple: boolean;
|
|
1052
1052
|
openKeys: (string | number)[];
|
|
1053
1053
|
subMenuOpenDelay: number;
|
|
@@ -1060,9 +1060,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1060
1060
|
__isSuspense?: never;
|
|
1061
1061
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1062
1062
|
mode: {
|
|
1063
|
-
type: PropType<"
|
|
1063
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1064
1064
|
default: string;
|
|
1065
|
-
validator: (val: "
|
|
1065
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1066
1066
|
};
|
|
1067
1067
|
selectedKeys: {
|
|
1068
1068
|
type: PropType<(string | number)[]>;
|
|
@@ -1099,27 +1099,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1099
1099
|
default: undefined;
|
|
1100
1100
|
};
|
|
1101
1101
|
}>> & Readonly<{
|
|
1102
|
-
onClick?: (e: import("
|
|
1103
|
-
onSelect?: (e: import("
|
|
1104
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1105
|
-
onDeselect?: (e: import("
|
|
1102
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1103
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1104
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1105
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1106
1106
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1107
1107
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1108
1108
|
}>, {
|
|
1109
1109
|
rootMenu: import("vue").Ref<any, any>;
|
|
1110
1110
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1111
|
-
computedMode: import("vue").Ref<"
|
|
1111
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1112
1112
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1113
1113
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1114
1114
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1115
|
-
click: (e: import("
|
|
1116
|
-
select: (e: import("
|
|
1117
|
-
deselect: (e: import("
|
|
1115
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
1116
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1117
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1118
1118
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1119
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
1119
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1120
1120
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1121
1121
|
}, string, {
|
|
1122
|
-
mode: "
|
|
1122
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1123
1123
|
multiple: boolean;
|
|
1124
1124
|
openKeys: (string | number)[];
|
|
1125
1125
|
subMenuOpenDelay: number;
|
|
@@ -1135,7 +1135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1135
1135
|
};
|
|
1136
1136
|
};
|
|
1137
1137
|
};
|
|
1138
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1138
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1139
1139
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1140
1140
|
name: {
|
|
1141
1141
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1148,8 +1148,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1148
1148
|
type: StringConstructor;
|
|
1149
1149
|
};
|
|
1150
1150
|
color: {
|
|
1151
|
-
type: PropType<
|
|
1152
|
-
default:
|
|
1151
|
+
type: PropType<string | undefined>;
|
|
1152
|
+
default: undefined | string;
|
|
1153
1153
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1154
1154
|
};
|
|
1155
1155
|
}>, {
|
|
@@ -1160,7 +1160,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1160
1160
|
style: import("vue").ComputedRef<CSSProperties>;
|
|
1161
1161
|
onClick: () => void;
|
|
1162
1162
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1163
|
-
click: (e: import("
|
|
1163
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
1164
1164
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1165
1165
|
name: {
|
|
1166
1166
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1173,21 +1173,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1173
1173
|
type: StringConstructor;
|
|
1174
1174
|
};
|
|
1175
1175
|
color: {
|
|
1176
|
-
type: PropType<
|
|
1177
|
-
default:
|
|
1176
|
+
type: PropType<string | undefined>;
|
|
1177
|
+
default: undefined | string;
|
|
1178
1178
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
}>> & Readonly<{
|
|
1181
|
-
onClick?: (e: import("
|
|
1181
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
1182
1182
|
}>, {
|
|
1183
|
-
color:
|
|
1183
|
+
color: string;
|
|
1184
1184
|
disabled: boolean;
|
|
1185
1185
|
}, {}, {
|
|
1186
1186
|
UTooltip: {
|
|
1187
1187
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1188
1188
|
placement: {
|
|
1189
1189
|
default: string;
|
|
1190
|
-
type: PropType<"
|
|
1190
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1191
1191
|
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;
|
|
1192
1192
|
};
|
|
1193
1193
|
title: {
|
|
@@ -1218,7 +1218,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1218
1218
|
default: string;
|
|
1219
1219
|
};
|
|
1220
1220
|
trigger: {
|
|
1221
|
-
type: PropType<"
|
|
1221
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1222
1222
|
default: string;
|
|
1223
1223
|
validator: (val: "click" | "hover") => boolean;
|
|
1224
1224
|
};
|
|
@@ -1232,8 +1232,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1232
1232
|
default: boolean;
|
|
1233
1233
|
};
|
|
1234
1234
|
color: {
|
|
1235
|
-
type: PropType<"
|
|
1236
|
-
default: "
|
|
1235
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1236
|
+
default: undefined | "red" | "light";
|
|
1237
1237
|
validator: (val: string) => boolean;
|
|
1238
1238
|
};
|
|
1239
1239
|
}>> & Readonly<{
|
|
@@ -1299,7 +1299,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1299
1299
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1300
1300
|
};
|
|
1301
1301
|
placement: {
|
|
1302
|
-
type: PropType<"
|
|
1302
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1303
1303
|
default: string;
|
|
1304
1304
|
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;
|
|
1305
1305
|
};
|
|
@@ -1321,8 +1321,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1321
1321
|
type: StringConstructor;
|
|
1322
1322
|
};
|
|
1323
1323
|
trigger: {
|
|
1324
|
-
type: PropType<("
|
|
1325
|
-
default: () => ("
|
|
1324
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1325
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1326
1326
|
};
|
|
1327
1327
|
mouseEnterDelay: {
|
|
1328
1328
|
type: NumberConstructor;
|
|
@@ -1390,7 +1390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1390
1390
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1391
1391
|
};
|
|
1392
1392
|
placement: {
|
|
1393
|
-
type: PropType<"
|
|
1393
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1394
1394
|
default: string;
|
|
1395
1395
|
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;
|
|
1396
1396
|
};
|
|
@@ -1412,8 +1412,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1412
1412
|
type: StringConstructor;
|
|
1413
1413
|
};
|
|
1414
1414
|
trigger: {
|
|
1415
|
-
type: PropType<("
|
|
1416
|
-
default: () => ("
|
|
1415
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1416
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1417
1417
|
};
|
|
1418
1418
|
mouseEnterDelay: {
|
|
1419
1419
|
type: NumberConstructor;
|
|
@@ -1488,7 +1488,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1488
1488
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1489
1489
|
placement: {
|
|
1490
1490
|
default: string;
|
|
1491
|
-
type: PropType<"
|
|
1491
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1492
1492
|
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;
|
|
1493
1493
|
};
|
|
1494
1494
|
title: {
|
|
@@ -1519,7 +1519,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1519
1519
|
default: string;
|
|
1520
1520
|
};
|
|
1521
1521
|
trigger: {
|
|
1522
|
-
type: PropType<"
|
|
1522
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1523
1523
|
default: string;
|
|
1524
1524
|
validator: (val: "click" | "hover") => boolean;
|
|
1525
1525
|
};
|
|
@@ -1533,8 +1533,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1533
1533
|
default: boolean;
|
|
1534
1534
|
};
|
|
1535
1535
|
color: {
|
|
1536
|
-
type: PropType<"
|
|
1537
|
-
default: "
|
|
1536
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1537
|
+
default: undefined | "red" | "light";
|
|
1538
1538
|
validator: (val: string) => boolean;
|
|
1539
1539
|
};
|
|
1540
1540
|
}>> & Readonly<{
|
|
@@ -1595,7 +1595,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1595
1595
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1596
1596
|
placement: {
|
|
1597
1597
|
default: string;
|
|
1598
|
-
type: PropType<"
|
|
1598
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1599
1599
|
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;
|
|
1600
1600
|
};
|
|
1601
1601
|
title: {
|
|
@@ -1626,7 +1626,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1626
1626
|
default: string;
|
|
1627
1627
|
};
|
|
1628
1628
|
trigger: {
|
|
1629
|
-
type: PropType<"
|
|
1629
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1630
1630
|
default: string;
|
|
1631
1631
|
validator: (val: "click" | "hover") => boolean;
|
|
1632
1632
|
};
|
|
@@ -1640,8 +1640,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1640
1640
|
default: boolean;
|
|
1641
1641
|
};
|
|
1642
1642
|
color: {
|
|
1643
|
-
type: PropType<"
|
|
1644
|
-
default: "
|
|
1643
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1644
|
+
default: undefined | "red" | "light";
|
|
1645
1645
|
validator: (val: string) => boolean;
|
|
1646
1646
|
};
|
|
1647
1647
|
}>> & Readonly<{
|
|
@@ -1707,7 +1707,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1707
1707
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1708
1708
|
};
|
|
1709
1709
|
placement: {
|
|
1710
|
-
type: PropType<"
|
|
1710
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1711
1711
|
default: string;
|
|
1712
1712
|
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;
|
|
1713
1713
|
};
|
|
@@ -1729,8 +1729,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1729
1729
|
type: StringConstructor;
|
|
1730
1730
|
};
|
|
1731
1731
|
trigger: {
|
|
1732
|
-
type: PropType<("
|
|
1733
|
-
default: () => ("
|
|
1732
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1733
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1734
1734
|
};
|
|
1735
1735
|
mouseEnterDelay: {
|
|
1736
1736
|
type: NumberConstructor;
|
|
@@ -1798,7 +1798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1798
1798
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1799
1799
|
};
|
|
1800
1800
|
placement: {
|
|
1801
|
-
type: PropType<"
|
|
1801
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1802
1802
|
default: string;
|
|
1803
1803
|
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;
|
|
1804
1804
|
};
|
|
@@ -1820,8 +1820,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1820
1820
|
type: StringConstructor;
|
|
1821
1821
|
};
|
|
1822
1822
|
trigger: {
|
|
1823
|
-
type: PropType<("
|
|
1824
|
-
default: () => ("
|
|
1823
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1824
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1825
1825
|
};
|
|
1826
1826
|
mouseEnterDelay: {
|
|
1827
1827
|
type: NumberConstructor;
|
|
@@ -1886,7 +1886,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1886
1886
|
};
|
|
1887
1887
|
};
|
|
1888
1888
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1889
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1889
|
+
} & 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>);
|
|
1890
1890
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1891
1891
|
SubMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1892
1892
|
name: {
|
|
@@ -1903,16 +1903,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1903
1903
|
type: StringConstructor;
|
|
1904
1904
|
};
|
|
1905
1905
|
color: {
|
|
1906
|
-
type: PropType<
|
|
1907
|
-
default:
|
|
1906
|
+
type: PropType<string | undefined>;
|
|
1907
|
+
default: undefined | string;
|
|
1908
1908
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1909
1909
|
};
|
|
1910
1910
|
}>, {
|
|
1911
1911
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1912
1912
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
1913
1913
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1914
|
-
mode: import("vue").ComputedRef<"
|
|
1915
|
-
subMode: import("vue").ComputedRef<"
|
|
1914
|
+
mode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1915
|
+
subMode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1916
1916
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1917
1917
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
1918
1918
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -1944,8 +1944,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1944
1944
|
type: StringConstructor;
|
|
1945
1945
|
};
|
|
1946
1946
|
color: {
|
|
1947
|
-
type: PropType<
|
|
1948
|
-
default:
|
|
1947
|
+
type: PropType<string | undefined>;
|
|
1948
|
+
default: undefined | string;
|
|
1949
1949
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1950
1950
|
};
|
|
1951
1951
|
}>> & Readonly<{
|
|
@@ -1953,7 +1953,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1953
1953
|
key: string | number;
|
|
1954
1954
|
}) => any;
|
|
1955
1955
|
}>, {
|
|
1956
|
-
color:
|
|
1956
|
+
color: string;
|
|
1957
1957
|
disabled: boolean;
|
|
1958
1958
|
}, {}, {
|
|
1959
1959
|
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1964,7 +1964,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1964
1964
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1965
1965
|
};
|
|
1966
1966
|
placement: {
|
|
1967
|
-
type: PropType<"
|
|
1967
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1968
1968
|
default: string;
|
|
1969
1969
|
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;
|
|
1970
1970
|
};
|
|
@@ -1986,8 +1986,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1986
1986
|
type: StringConstructor;
|
|
1987
1987
|
};
|
|
1988
1988
|
trigger: {
|
|
1989
|
-
type: PropType<("
|
|
1990
|
-
default: () => ("
|
|
1989
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1990
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1991
1991
|
};
|
|
1992
1992
|
mouseEnterDelay: {
|
|
1993
1993
|
type: NumberConstructor;
|
|
@@ -2055,7 +2055,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2055
2055
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2056
2056
|
};
|
|
2057
2057
|
placement: {
|
|
2058
|
-
type: PropType<"
|
|
2058
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2059
2059
|
default: string;
|
|
2060
2060
|
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;
|
|
2061
2061
|
};
|
|
@@ -2077,8 +2077,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2077
2077
|
type: StringConstructor;
|
|
2078
2078
|
};
|
|
2079
2079
|
trigger: {
|
|
2080
|
-
type: PropType<("
|
|
2081
|
-
default: () => ("
|
|
2080
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2081
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2082
2082
|
};
|
|
2083
2083
|
mouseEnterDelay: {
|
|
2084
2084
|
type: NumberConstructor;
|
|
@@ -2157,7 +2157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2157
2157
|
default: string;
|
|
2158
2158
|
};
|
|
2159
2159
|
icon: {
|
|
2160
|
-
type: PropType<import("
|
|
2160
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2161
2161
|
};
|
|
2162
2162
|
}>> & Readonly<{
|
|
2163
2163
|
onClick?: (ev: Event) => any;
|
|
@@ -2204,7 +2204,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2204
2204
|
default: string;
|
|
2205
2205
|
};
|
|
2206
2206
|
icon: {
|
|
2207
|
-
type: PropType<import("
|
|
2207
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2208
2208
|
};
|
|
2209
2209
|
}>> & Readonly<{
|
|
2210
2210
|
onClick?: (ev: Event) => any;
|
|
@@ -2246,7 +2246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2246
2246
|
default: string;
|
|
2247
2247
|
};
|
|
2248
2248
|
icon: {
|
|
2249
|
-
type: PropType<import("
|
|
2249
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2250
2250
|
};
|
|
2251
2251
|
}>> & Readonly<{
|
|
2252
2252
|
onClick?: (ev: Event) => any;
|
|
@@ -2273,7 +2273,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2273
2273
|
}, string, {
|
|
2274
2274
|
color: string;
|
|
2275
2275
|
spin: boolean;
|
|
2276
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2276
|
+
}, {}, 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>);
|
|
2277
2277
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2278
2278
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2279
2279
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2291,7 +2291,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2291
2291
|
Divider: import("vue").DefineComponent<{}, {
|
|
2292
2292
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
2293
2293
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2294
|
-
};
|
|
2294
|
+
});
|
|
2295
2295
|
MenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2296
2296
|
name: {
|
|
2297
2297
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2304,8 +2304,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2304
2304
|
type: StringConstructor;
|
|
2305
2305
|
};
|
|
2306
2306
|
color: {
|
|
2307
|
-
type: PropType<
|
|
2308
|
-
default:
|
|
2307
|
+
type: PropType<string | undefined>;
|
|
2308
|
+
default: undefined | string;
|
|
2309
2309
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2310
2310
|
};
|
|
2311
2311
|
}>, {
|
|
@@ -2316,7 +2316,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2316
2316
|
style: import("vue").ComputedRef<CSSProperties>;
|
|
2317
2317
|
onClick: () => void;
|
|
2318
2318
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2319
|
-
click: (e: import("
|
|
2319
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
2320
2320
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2321
2321
|
name: {
|
|
2322
2322
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2329,21 +2329,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2329
2329
|
type: StringConstructor;
|
|
2330
2330
|
};
|
|
2331
2331
|
color: {
|
|
2332
|
-
type: PropType<
|
|
2333
|
-
default:
|
|
2332
|
+
type: PropType<string | undefined>;
|
|
2333
|
+
default: undefined | string;
|
|
2334
2334
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2335
2335
|
};
|
|
2336
2336
|
}>> & Readonly<{
|
|
2337
|
-
onClick?: (e: import("
|
|
2337
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
2338
2338
|
}>, {
|
|
2339
|
-
color:
|
|
2339
|
+
color: string;
|
|
2340
2340
|
disabled: boolean;
|
|
2341
2341
|
}, {}, {
|
|
2342
2342
|
UTooltip: {
|
|
2343
2343
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2344
2344
|
placement: {
|
|
2345
2345
|
default: string;
|
|
2346
|
-
type: PropType<"
|
|
2346
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2347
2347
|
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;
|
|
2348
2348
|
};
|
|
2349
2349
|
title: {
|
|
@@ -2374,7 +2374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2374
2374
|
default: string;
|
|
2375
2375
|
};
|
|
2376
2376
|
trigger: {
|
|
2377
|
-
type: PropType<"
|
|
2377
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2378
2378
|
default: string;
|
|
2379
2379
|
validator: (val: "click" | "hover") => boolean;
|
|
2380
2380
|
};
|
|
@@ -2388,8 +2388,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2388
2388
|
default: boolean;
|
|
2389
2389
|
};
|
|
2390
2390
|
color: {
|
|
2391
|
-
type: PropType<"
|
|
2392
|
-
default: "
|
|
2391
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2392
|
+
default: undefined | "red" | "light";
|
|
2393
2393
|
validator: (val: string) => boolean;
|
|
2394
2394
|
};
|
|
2395
2395
|
}>> & Readonly<{
|
|
@@ -2455,7 +2455,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2455
2455
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2456
2456
|
};
|
|
2457
2457
|
placement: {
|
|
2458
|
-
type: PropType<"
|
|
2458
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2459
2459
|
default: string;
|
|
2460
2460
|
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;
|
|
2461
2461
|
};
|
|
@@ -2477,8 +2477,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2477
2477
|
type: StringConstructor;
|
|
2478
2478
|
};
|
|
2479
2479
|
trigger: {
|
|
2480
|
-
type: PropType<("
|
|
2481
|
-
default: () => ("
|
|
2480
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2481
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2482
2482
|
};
|
|
2483
2483
|
mouseEnterDelay: {
|
|
2484
2484
|
type: NumberConstructor;
|
|
@@ -2546,7 +2546,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2546
2546
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2547
2547
|
};
|
|
2548
2548
|
placement: {
|
|
2549
|
-
type: PropType<"
|
|
2549
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2550
2550
|
default: string;
|
|
2551
2551
|
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;
|
|
2552
2552
|
};
|
|
@@ -2568,8 +2568,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2568
2568
|
type: StringConstructor;
|
|
2569
2569
|
};
|
|
2570
2570
|
trigger: {
|
|
2571
|
-
type: PropType<("
|
|
2572
|
-
default: () => ("
|
|
2571
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2572
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2573
2573
|
};
|
|
2574
2574
|
mouseEnterDelay: {
|
|
2575
2575
|
type: NumberConstructor;
|
|
@@ -2644,7 +2644,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2644
2644
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2645
2645
|
placement: {
|
|
2646
2646
|
default: string;
|
|
2647
|
-
type: PropType<"
|
|
2647
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2648
2648
|
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;
|
|
2649
2649
|
};
|
|
2650
2650
|
title: {
|
|
@@ -2675,7 +2675,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2675
2675
|
default: string;
|
|
2676
2676
|
};
|
|
2677
2677
|
trigger: {
|
|
2678
|
-
type: PropType<"
|
|
2678
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2679
2679
|
default: string;
|
|
2680
2680
|
validator: (val: "click" | "hover") => boolean;
|
|
2681
2681
|
};
|
|
@@ -2689,8 +2689,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2689
2689
|
default: boolean;
|
|
2690
2690
|
};
|
|
2691
2691
|
color: {
|
|
2692
|
-
type: PropType<"
|
|
2693
|
-
default: "
|
|
2692
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2693
|
+
default: undefined | "red" | "light";
|
|
2694
2694
|
validator: (val: string) => boolean;
|
|
2695
2695
|
};
|
|
2696
2696
|
}>> & Readonly<{
|
|
@@ -2751,7 +2751,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2751
2751
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2752
2752
|
placement: {
|
|
2753
2753
|
default: string;
|
|
2754
|
-
type: PropType<"
|
|
2754
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2755
2755
|
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;
|
|
2756
2756
|
};
|
|
2757
2757
|
title: {
|
|
@@ -2782,7 +2782,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2782
2782
|
default: string;
|
|
2783
2783
|
};
|
|
2784
2784
|
trigger: {
|
|
2785
|
-
type: PropType<"
|
|
2785
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2786
2786
|
default: string;
|
|
2787
2787
|
validator: (val: "click" | "hover") => boolean;
|
|
2788
2788
|
};
|
|
@@ -2796,8 +2796,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2796
2796
|
default: boolean;
|
|
2797
2797
|
};
|
|
2798
2798
|
color: {
|
|
2799
|
-
type: PropType<"
|
|
2800
|
-
default: "
|
|
2799
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2800
|
+
default: undefined | "red" | "light";
|
|
2801
2801
|
validator: (val: string) => boolean;
|
|
2802
2802
|
};
|
|
2803
2803
|
}>> & Readonly<{
|
|
@@ -2863,7 +2863,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2863
2863
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2864
2864
|
};
|
|
2865
2865
|
placement: {
|
|
2866
|
-
type: PropType<"
|
|
2866
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2867
2867
|
default: string;
|
|
2868
2868
|
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;
|
|
2869
2869
|
};
|
|
@@ -2885,8 +2885,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2885
2885
|
type: StringConstructor;
|
|
2886
2886
|
};
|
|
2887
2887
|
trigger: {
|
|
2888
|
-
type: PropType<("
|
|
2889
|
-
default: () => ("
|
|
2888
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2889
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2890
2890
|
};
|
|
2891
2891
|
mouseEnterDelay: {
|
|
2892
2892
|
type: NumberConstructor;
|
|
@@ -2954,7 +2954,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2954
2954
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2955
2955
|
};
|
|
2956
2956
|
placement: {
|
|
2957
|
-
type: PropType<"
|
|
2957
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2958
2958
|
default: string;
|
|
2959
2959
|
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;
|
|
2960
2960
|
};
|
|
@@ -2976,8 +2976,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2976
2976
|
type: StringConstructor;
|
|
2977
2977
|
};
|
|
2978
2978
|
trigger: {
|
|
2979
|
-
type: PropType<("
|
|
2980
|
-
default: () => ("
|
|
2979
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2980
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2981
2981
|
};
|
|
2982
2982
|
mouseEnterDelay: {
|
|
2983
2983
|
type: NumberConstructor;
|
|
@@ -3042,7 +3042,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3042
3042
|
};
|
|
3043
3043
|
};
|
|
3044
3044
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3045
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3045
|
+
} & 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>);
|
|
3046
3046
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3047
3047
|
Checkbox: {
|
|
3048
3048
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3075,9 +3075,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3075
3075
|
default: boolean;
|
|
3076
3076
|
};
|
|
3077
3077
|
}>> & Readonly<{
|
|
3078
|
-
onChange?: (val: import("
|
|
3078
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3079
3079
|
onClick?: (ev: Event) => any;
|
|
3080
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3080
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3081
3081
|
}>, {
|
|
3082
3082
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3083
3083
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3091,8 +3091,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3091
3091
|
handleBlur: () => void;
|
|
3092
3092
|
onClick: (e: MouseEvent) => void;
|
|
3093
3093
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3094
|
-
'update:modelValue': (val: import("
|
|
3095
|
-
change: (val: import("
|
|
3094
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3095
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3096
3096
|
click: (ev: Event) => boolean;
|
|
3097
3097
|
}, import("vue").PublicProps, {
|
|
3098
3098
|
name: string;
|
|
@@ -3117,7 +3117,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3117
3117
|
default: string;
|
|
3118
3118
|
};
|
|
3119
3119
|
icon: {
|
|
3120
|
-
type: PropType<import("
|
|
3120
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3121
3121
|
};
|
|
3122
3122
|
}>> & Readonly<{
|
|
3123
3123
|
onClick?: (ev: Event) => any;
|
|
@@ -3164,7 +3164,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3164
3164
|
default: string;
|
|
3165
3165
|
};
|
|
3166
3166
|
icon: {
|
|
3167
|
-
type: PropType<import("
|
|
3167
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3168
3168
|
};
|
|
3169
3169
|
}>> & Readonly<{
|
|
3170
3170
|
onClick?: (ev: Event) => any;
|
|
@@ -3206,7 +3206,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3206
3206
|
default: string;
|
|
3207
3207
|
};
|
|
3208
3208
|
icon: {
|
|
3209
|
-
type: PropType<import("
|
|
3209
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3210
3210
|
};
|
|
3211
3211
|
}>> & Readonly<{
|
|
3212
3212
|
onClick?: (ev: Event) => any;
|
|
@@ -3233,7 +3233,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3233
3233
|
}, string, {
|
|
3234
3234
|
color: string;
|
|
3235
3235
|
spin: boolean;
|
|
3236
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3236
|
+
}, {}, 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>);
|
|
3237
3237
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3238
3238
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3239
3239
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3273,9 +3273,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3273
3273
|
default: boolean;
|
|
3274
3274
|
};
|
|
3275
3275
|
}>> & Readonly<{
|
|
3276
|
-
onChange?: (val: import("
|
|
3276
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3277
3277
|
onClick?: (ev: Event) => any;
|
|
3278
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3278
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3279
3279
|
}>, {
|
|
3280
3280
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3281
3281
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3330,9 +3330,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3330
3330
|
default: boolean;
|
|
3331
3331
|
};
|
|
3332
3332
|
}>> & Readonly<{
|
|
3333
|
-
onChange?: (val: import("
|
|
3333
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3334
3334
|
onClick?: (ev: Event) => any;
|
|
3335
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3335
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3336
3336
|
}>, {
|
|
3337
3337
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3338
3338
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3346,8 +3346,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3346
3346
|
handleBlur: () => void;
|
|
3347
3347
|
onClick: (e: MouseEvent) => void;
|
|
3348
3348
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3349
|
-
'update:modelValue': (val: import("
|
|
3350
|
-
change: (val: import("
|
|
3349
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3350
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3351
3351
|
click: (ev: Event) => boolean;
|
|
3352
3352
|
}, string, {
|
|
3353
3353
|
name: string;
|
|
@@ -3372,7 +3372,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3372
3372
|
default: string;
|
|
3373
3373
|
};
|
|
3374
3374
|
icon: {
|
|
3375
|
-
type: PropType<import("
|
|
3375
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3376
3376
|
};
|
|
3377
3377
|
}>> & Readonly<{
|
|
3378
3378
|
onClick?: (ev: Event) => any;
|
|
@@ -3419,7 +3419,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3419
3419
|
default: string;
|
|
3420
3420
|
};
|
|
3421
3421
|
icon: {
|
|
3422
|
-
type: PropType<import("
|
|
3422
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3423
3423
|
};
|
|
3424
3424
|
}>> & Readonly<{
|
|
3425
3425
|
onClick?: (ev: Event) => any;
|
|
@@ -3461,7 +3461,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3461
3461
|
default: string;
|
|
3462
3462
|
};
|
|
3463
3463
|
icon: {
|
|
3464
|
-
type: PropType<import("
|
|
3464
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3465
3465
|
};
|
|
3466
3466
|
}>> & Readonly<{
|
|
3467
3467
|
onClick?: (ev: Event) => any;
|
|
@@ -3488,23 +3488,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3488
3488
|
}, string, {
|
|
3489
3489
|
color: string;
|
|
3490
3490
|
spin: boolean;
|
|
3491
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3491
|
+
}, {}, 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>);
|
|
3492
3492
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3493
3493
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3494
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3494
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3495
3495
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3496
3496
|
modelValue: {
|
|
3497
|
-
type: PropType<import("
|
|
3498
|
-
default: () => import("
|
|
3497
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3498
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3499
3499
|
};
|
|
3500
3500
|
size: {
|
|
3501
|
-
type: PropType<"
|
|
3501
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3502
3502
|
default: string;
|
|
3503
|
-
validator: (val: "
|
|
3503
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3504
3504
|
};
|
|
3505
3505
|
options: {
|
|
3506
|
-
type: PropType<import("
|
|
3507
|
-
default: () => import("
|
|
3506
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3507
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3508
3508
|
};
|
|
3509
3509
|
disabled: {
|
|
3510
3510
|
type: BooleanConstructor;
|
|
@@ -3518,12 +3518,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3518
3518
|
type: StringConstructor;
|
|
3519
3519
|
};
|
|
3520
3520
|
buttonType: {
|
|
3521
|
-
type: PropType<"
|
|
3521
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3522
3522
|
default: string;
|
|
3523
3523
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3524
3524
|
};
|
|
3525
3525
|
type: {
|
|
3526
|
-
type: PropType<"
|
|
3526
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3527
3527
|
default: string;
|
|
3528
3528
|
validator: (val: "default" | "button") => boolean;
|
|
3529
3529
|
};
|
|
@@ -3543,21 +3543,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3543
3543
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
3544
3544
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
3545
3545
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3546
|
-
'update:modelValue': (v: import("
|
|
3547
|
-
change: (v: import("
|
|
3546
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3547
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3548
3548
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3549
3549
|
modelValue: {
|
|
3550
|
-
type: PropType<import("
|
|
3551
|
-
default: () => import("
|
|
3550
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3551
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3552
3552
|
};
|
|
3553
3553
|
size: {
|
|
3554
|
-
type: PropType<"
|
|
3554
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3555
3555
|
default: string;
|
|
3556
|
-
validator: (val: "
|
|
3556
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3557
3557
|
};
|
|
3558
3558
|
options: {
|
|
3559
|
-
type: PropType<import("
|
|
3560
|
-
default: () => import("
|
|
3559
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3560
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3561
3561
|
};
|
|
3562
3562
|
disabled: {
|
|
3563
3563
|
type: BooleanConstructor;
|
|
@@ -3571,12 +3571,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3571
3571
|
type: StringConstructor;
|
|
3572
3572
|
};
|
|
3573
3573
|
buttonType: {
|
|
3574
|
-
type: PropType<"
|
|
3574
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3575
3575
|
default: string;
|
|
3576
3576
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3577
3577
|
};
|
|
3578
3578
|
type: {
|
|
3579
|
-
type: PropType<"
|
|
3579
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3580
3580
|
default: string;
|
|
3581
3581
|
validator: (val: "default" | "button") => boolean;
|
|
3582
3582
|
};
|
|
@@ -3588,15 +3588,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3588
3588
|
type: PropType<"ltr" | "rtl">;
|
|
3589
3589
|
};
|
|
3590
3590
|
}>> & Readonly<{
|
|
3591
|
-
onChange?: (v: import("
|
|
3592
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3591
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3592
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3593
3593
|
}>, {
|
|
3594
3594
|
type: "default" | "button";
|
|
3595
3595
|
loading: boolean;
|
|
3596
|
-
size: "
|
|
3596
|
+
size: "default" | "small" | "large";
|
|
3597
3597
|
disabled: boolean;
|
|
3598
|
-
modelValue: import("
|
|
3599
|
-
options: import("
|
|
3598
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3599
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3600
3600
|
buttonFill: boolean;
|
|
3601
3601
|
buttonType: "fill" | "border" | "card";
|
|
3602
3602
|
}, {}, {
|
|
@@ -3614,7 +3614,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3614
3614
|
default: string;
|
|
3615
3615
|
};
|
|
3616
3616
|
icon: {
|
|
3617
|
-
type: PropType<import("
|
|
3617
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3618
3618
|
};
|
|
3619
3619
|
}>> & Readonly<{
|
|
3620
3620
|
onClick?: (ev: Event) => any;
|
|
@@ -3661,7 +3661,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3661
3661
|
default: string;
|
|
3662
3662
|
};
|
|
3663
3663
|
icon: {
|
|
3664
|
-
type: PropType<import("
|
|
3664
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3665
3665
|
};
|
|
3666
3666
|
}>> & Readonly<{
|
|
3667
3667
|
onClick?: (ev: Event) => any;
|
|
@@ -3703,7 +3703,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3703
3703
|
default: string;
|
|
3704
3704
|
};
|
|
3705
3705
|
icon: {
|
|
3706
|
-
type: PropType<import("
|
|
3706
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3707
3707
|
};
|
|
3708
3708
|
}>> & Readonly<{
|
|
3709
3709
|
onClick?: (ev: Event) => any;
|
|
@@ -3730,7 +3730,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3730
3730
|
}, string, {
|
|
3731
3731
|
color: string;
|
|
3732
3732
|
spin: boolean;
|
|
3733
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3733
|
+
}, {}, 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>);
|
|
3734
3734
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3735
3735
|
modelValue: {
|
|
3736
3736
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3773,8 +3773,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3773
3773
|
handleBlur: () => void;
|
|
3774
3774
|
onClick: (e: MouseEvent) => void;
|
|
3775
3775
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3776
|
-
'update:modelValue': (val: import("
|
|
3777
|
-
change: (val: import("
|
|
3776
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3777
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3778
3778
|
click: (ev: Event) => boolean;
|
|
3779
3779
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3780
3780
|
modelValue: {
|
|
@@ -3806,9 +3806,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3806
3806
|
default: boolean;
|
|
3807
3807
|
};
|
|
3808
3808
|
}>> & Readonly<{
|
|
3809
|
-
onChange?: (val: import("
|
|
3809
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3810
3810
|
onClick?: (ev: Event) => any;
|
|
3811
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3811
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3812
3812
|
}>, {
|
|
3813
3813
|
name: string;
|
|
3814
3814
|
disabled: boolean;
|
|
@@ -3832,7 +3832,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3832
3832
|
default: string;
|
|
3833
3833
|
};
|
|
3834
3834
|
icon: {
|
|
3835
|
-
type: PropType<import("
|
|
3835
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3836
3836
|
};
|
|
3837
3837
|
}>> & Readonly<{
|
|
3838
3838
|
onClick?: (ev: Event) => any;
|
|
@@ -3879,7 +3879,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3879
3879
|
default: string;
|
|
3880
3880
|
};
|
|
3881
3881
|
icon: {
|
|
3882
|
-
type: PropType<import("
|
|
3882
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3883
3883
|
};
|
|
3884
3884
|
}>> & Readonly<{
|
|
3885
3885
|
onClick?: (ev: Event) => any;
|
|
@@ -3921,7 +3921,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3921
3921
|
default: string;
|
|
3922
3922
|
};
|
|
3923
3923
|
icon: {
|
|
3924
|
-
type: PropType<import("
|
|
3924
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3925
3925
|
};
|
|
3926
3926
|
}>> & Readonly<{
|
|
3927
3927
|
onClick?: (ev: Event) => any;
|
|
@@ -3948,13 +3948,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3948
3948
|
}, string, {
|
|
3949
3949
|
color: string;
|
|
3950
3950
|
spin: boolean;
|
|
3951
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3951
|
+
}, {}, 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>);
|
|
3952
3952
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3953
3953
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3954
3954
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3955
3955
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3956
3956
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3957
|
-
};
|
|
3957
|
+
});
|
|
3958
3958
|
Icon: {
|
|
3959
3959
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3960
3960
|
rotate: {
|
|
@@ -3969,7 +3969,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3969
3969
|
default: string;
|
|
3970
3970
|
};
|
|
3971
3971
|
icon: {
|
|
3972
|
-
type: PropType<import("
|
|
3972
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3973
3973
|
};
|
|
3974
3974
|
}>> & Readonly<{
|
|
3975
3975
|
onClick?: (ev: Event) => any;
|
|
@@ -4016,7 +4016,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4016
4016
|
default: string;
|
|
4017
4017
|
};
|
|
4018
4018
|
icon: {
|
|
4019
|
-
type: PropType<import("
|
|
4019
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4020
4020
|
};
|
|
4021
4021
|
}>> & Readonly<{
|
|
4022
4022
|
onClick?: (ev: Event) => any;
|
|
@@ -4058,7 +4058,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4058
4058
|
default: string;
|
|
4059
4059
|
};
|
|
4060
4060
|
icon: {
|
|
4061
|
-
type: PropType<import("
|
|
4061
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4062
4062
|
};
|
|
4063
4063
|
}>> & Readonly<{
|
|
4064
4064
|
onClick?: (ev: Event) => any;
|
|
@@ -4085,7 +4085,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4085
4085
|
}, string, {
|
|
4086
4086
|
color: string;
|
|
4087
4087
|
spin: boolean;
|
|
4088
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4088
|
+
}, {}, 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>);
|
|
4089
4089
|
FilterIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4090
4090
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4091
4091
|
RenderTitle: (props: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4105,7 +4105,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4105
4105
|
default: string;
|
|
4106
4106
|
};
|
|
4107
4107
|
icon: {
|
|
4108
|
-
type: PropType<import("
|
|
4108
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4109
4109
|
};
|
|
4110
4110
|
}>> & Readonly<{
|
|
4111
4111
|
onClick?: (ev: Event) => any;
|
|
@@ -4152,7 +4152,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4152
4152
|
default: string;
|
|
4153
4153
|
};
|
|
4154
4154
|
icon: {
|
|
4155
|
-
type: PropType<import("
|
|
4155
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4156
4156
|
};
|
|
4157
4157
|
}>> & Readonly<{
|
|
4158
4158
|
onClick?: (ev: Event) => any;
|
|
@@ -4194,7 +4194,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4194
4194
|
default: string;
|
|
4195
4195
|
};
|
|
4196
4196
|
icon: {
|
|
4197
|
-
type: PropType<import("
|
|
4197
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4198
4198
|
};
|
|
4199
4199
|
}>> & Readonly<{
|
|
4200
4200
|
onClick?: (ev: Event) => any;
|
|
@@ -4221,7 +4221,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4221
4221
|
}, string, {
|
|
4222
4222
|
color: string;
|
|
4223
4223
|
spin: boolean;
|
|
4224
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4224
|
+
}, {}, 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>);
|
|
4225
4225
|
ChevronUp: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4226
4226
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4227
4227
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4235,7 +4235,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4235
4235
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4236
4236
|
leafColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
4237
4237
|
data: import("vue").ComputedRef<import("./Table.type").InnerDataItem[]>;
|
|
4238
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
4238
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
4239
4239
|
showSummary: import("vue").Ref<boolean, boolean>;
|
|
4240
4240
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4241
4241
|
columns: {
|
|
@@ -4392,7 +4392,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4392
4392
|
hasSorters: (column: InnerColumn) => boolean;
|
|
4393
4393
|
hasFilters: (column: InnerColumn) => boolean;
|
|
4394
4394
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
4395
|
-
pagination: import("
|
|
4395
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
4396
4396
|
cellRef: import("vue").Ref<any, any>;
|
|
4397
4397
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
4398
4398
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -4455,7 +4455,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4455
4455
|
default: boolean;
|
|
4456
4456
|
};
|
|
4457
4457
|
expandIcon: {
|
|
4458
|
-
type: PropType<import("
|
|
4458
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4459
4459
|
default: any;
|
|
4460
4460
|
};
|
|
4461
4461
|
needIndentSpaced: {
|
|
@@ -4471,7 +4471,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4471
4471
|
loading: import("vue").Ref<boolean, boolean>;
|
|
4472
4472
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
4473
4473
|
onClick: (e: any) => void;
|
|
4474
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
4474
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4475
4475
|
expandable: {
|
|
4476
4476
|
type: BooleanConstructor;
|
|
4477
4477
|
default: boolean;
|
|
@@ -4481,7 +4481,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4481
4481
|
default: boolean;
|
|
4482
4482
|
};
|
|
4483
4483
|
expandIcon: {
|
|
4484
|
-
type: PropType<import("
|
|
4484
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4485
4485
|
default: any;
|
|
4486
4486
|
};
|
|
4487
4487
|
needIndentSpaced: {
|
|
@@ -4516,7 +4516,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4516
4516
|
default: string;
|
|
4517
4517
|
};
|
|
4518
4518
|
icon: {
|
|
4519
|
-
type: PropType<import("
|
|
4519
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4520
4520
|
};
|
|
4521
4521
|
}>> & Readonly<{
|
|
4522
4522
|
onClick?: (ev: Event) => any;
|
|
@@ -4563,7 +4563,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4563
4563
|
default: string;
|
|
4564
4564
|
};
|
|
4565
4565
|
icon: {
|
|
4566
|
-
type: PropType<import("
|
|
4566
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4567
4567
|
};
|
|
4568
4568
|
}>> & Readonly<{
|
|
4569
4569
|
onClick?: (ev: Event) => any;
|
|
@@ -4605,7 +4605,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4605
4605
|
default: string;
|
|
4606
4606
|
};
|
|
4607
4607
|
icon: {
|
|
4608
|
-
type: PropType<import("
|
|
4608
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4609
4609
|
};
|
|
4610
4610
|
}>> & Readonly<{
|
|
4611
4611
|
onClick?: (ev: Event) => any;
|
|
@@ -4632,14 +4632,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4632
4632
|
}, string, {
|
|
4633
4633
|
color: string;
|
|
4634
4634
|
spin: boolean;
|
|
4635
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4635
|
+
}, {}, 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>);
|
|
4636
4636
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4637
4637
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4638
4638
|
UTooltip: {
|
|
4639
4639
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4640
4640
|
placement: {
|
|
4641
4641
|
default: string;
|
|
4642
|
-
type: PropType<"
|
|
4642
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4643
4643
|
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;
|
|
4644
4644
|
};
|
|
4645
4645
|
title: {
|
|
@@ -4670,7 +4670,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4670
4670
|
default: string;
|
|
4671
4671
|
};
|
|
4672
4672
|
trigger: {
|
|
4673
|
-
type: PropType<"
|
|
4673
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4674
4674
|
default: string;
|
|
4675
4675
|
validator: (val: "click" | "hover") => boolean;
|
|
4676
4676
|
};
|
|
@@ -4684,8 +4684,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4684
4684
|
default: boolean;
|
|
4685
4685
|
};
|
|
4686
4686
|
color: {
|
|
4687
|
-
type: PropType<"
|
|
4688
|
-
default: "
|
|
4687
|
+
type: PropType<"red" | "light" | undefined>;
|
|
4688
|
+
default: undefined | "red" | "light";
|
|
4689
4689
|
validator: (val: string) => boolean;
|
|
4690
4690
|
};
|
|
4691
4691
|
}>> & Readonly<{
|
|
@@ -4751,7 +4751,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4751
4751
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4752
4752
|
};
|
|
4753
4753
|
placement: {
|
|
4754
|
-
type: PropType<"
|
|
4754
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4755
4755
|
default: string;
|
|
4756
4756
|
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;
|
|
4757
4757
|
};
|
|
@@ -4773,8 +4773,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4773
4773
|
type: StringConstructor;
|
|
4774
4774
|
};
|
|
4775
4775
|
trigger: {
|
|
4776
|
-
type: PropType<("
|
|
4777
|
-
default: () => ("
|
|
4776
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4777
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4778
4778
|
};
|
|
4779
4779
|
mouseEnterDelay: {
|
|
4780
4780
|
type: NumberConstructor;
|
|
@@ -4842,7 +4842,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4842
4842
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4843
4843
|
};
|
|
4844
4844
|
placement: {
|
|
4845
|
-
type: PropType<"
|
|
4845
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4846
4846
|
default: string;
|
|
4847
4847
|
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;
|
|
4848
4848
|
};
|
|
@@ -4864,8 +4864,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4864
4864
|
type: StringConstructor;
|
|
4865
4865
|
};
|
|
4866
4866
|
trigger: {
|
|
4867
|
-
type: PropType<("
|
|
4868
|
-
default: () => ("
|
|
4867
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4868
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4869
4869
|
};
|
|
4870
4870
|
mouseEnterDelay: {
|
|
4871
4871
|
type: NumberConstructor;
|
|
@@ -4940,7 +4940,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4940
4940
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4941
4941
|
placement: {
|
|
4942
4942
|
default: string;
|
|
4943
|
-
type: PropType<"
|
|
4943
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4944
4944
|
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;
|
|
4945
4945
|
};
|
|
4946
4946
|
title: {
|
|
@@ -4971,7 +4971,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4971
4971
|
default: string;
|
|
4972
4972
|
};
|
|
4973
4973
|
trigger: {
|
|
4974
|
-
type: PropType<"
|
|
4974
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4975
4975
|
default: string;
|
|
4976
4976
|
validator: (val: "click" | "hover") => boolean;
|
|
4977
4977
|
};
|
|
@@ -4985,8 +4985,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4985
4985
|
default: boolean;
|
|
4986
4986
|
};
|
|
4987
4987
|
color: {
|
|
4988
|
-
type: PropType<"
|
|
4989
|
-
default: "
|
|
4988
|
+
type: PropType<"red" | "light" | undefined>;
|
|
4989
|
+
default: undefined | "red" | "light";
|
|
4990
4990
|
validator: (val: string) => boolean;
|
|
4991
4991
|
};
|
|
4992
4992
|
}>> & Readonly<{
|
|
@@ -5047,7 +5047,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5047
5047
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5048
5048
|
placement: {
|
|
5049
5049
|
default: string;
|
|
5050
|
-
type: PropType<"
|
|
5050
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5051
5051
|
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;
|
|
5052
5052
|
};
|
|
5053
5053
|
title: {
|
|
@@ -5078,7 +5078,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5078
5078
|
default: string;
|
|
5079
5079
|
};
|
|
5080
5080
|
trigger: {
|
|
5081
|
-
type: PropType<"
|
|
5081
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5082
5082
|
default: string;
|
|
5083
5083
|
validator: (val: "click" | "hover") => boolean;
|
|
5084
5084
|
};
|
|
@@ -5092,8 +5092,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5092
5092
|
default: boolean;
|
|
5093
5093
|
};
|
|
5094
5094
|
color: {
|
|
5095
|
-
type: PropType<"
|
|
5096
|
-
default: "
|
|
5095
|
+
type: PropType<"red" | "light" | undefined>;
|
|
5096
|
+
default: undefined | "red" | "light";
|
|
5097
5097
|
validator: (val: string) => boolean;
|
|
5098
5098
|
};
|
|
5099
5099
|
}>> & Readonly<{
|
|
@@ -5159,7 +5159,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5159
5159
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5160
5160
|
};
|
|
5161
5161
|
placement: {
|
|
5162
|
-
type: PropType<"
|
|
5162
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5163
5163
|
default: string;
|
|
5164
5164
|
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;
|
|
5165
5165
|
};
|
|
@@ -5181,8 +5181,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5181
5181
|
type: StringConstructor;
|
|
5182
5182
|
};
|
|
5183
5183
|
trigger: {
|
|
5184
|
-
type: PropType<("
|
|
5185
|
-
default: () => ("
|
|
5184
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5185
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5186
5186
|
};
|
|
5187
5187
|
mouseEnterDelay: {
|
|
5188
5188
|
type: NumberConstructor;
|
|
@@ -5250,7 +5250,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5250
5250
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5251
5251
|
};
|
|
5252
5252
|
placement: {
|
|
5253
|
-
type: PropType<"
|
|
5253
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5254
5254
|
default: string;
|
|
5255
5255
|
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;
|
|
5256
5256
|
};
|
|
@@ -5272,8 +5272,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5272
5272
|
type: StringConstructor;
|
|
5273
5273
|
};
|
|
5274
5274
|
trigger: {
|
|
5275
|
-
type: PropType<("
|
|
5276
|
-
default: () => ("
|
|
5275
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5276
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5277
5277
|
};
|
|
5278
5278
|
mouseEnterDelay: {
|
|
5279
5279
|
type: NumberConstructor;
|
|
@@ -5338,7 +5338,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5338
5338
|
};
|
|
5339
5339
|
};
|
|
5340
5340
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5341
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5341
|
+
} & 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>);
|
|
5342
5342
|
USkeleton: {
|
|
5343
5343
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5344
5344
|
active: {
|
|
@@ -5350,25 +5350,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5350
5350
|
default: boolean;
|
|
5351
5351
|
};
|
|
5352
5352
|
avatar: {
|
|
5353
|
-
type: PropType<boolean | import("
|
|
5353
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5354
5354
|
default: boolean;
|
|
5355
5355
|
};
|
|
5356
5356
|
title: {
|
|
5357
|
-
type: PropType<boolean | import("
|
|
5357
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5358
5358
|
default: boolean;
|
|
5359
5359
|
};
|
|
5360
5360
|
paragraph: {
|
|
5361
|
-
type: PropType<boolean | import("
|
|
5361
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5362
5362
|
default: boolean;
|
|
5363
5363
|
};
|
|
5364
5364
|
}>> & Readonly<{}>, {
|
|
5365
5365
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5366
5366
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5367
5367
|
loading: boolean;
|
|
5368
|
-
title: boolean | import("
|
|
5369
|
-
avatar: boolean | import("
|
|
5368
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5369
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5370
5370
|
active: boolean;
|
|
5371
|
-
paragraph: boolean | import("
|
|
5371
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5372
5372
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
5373
5373
|
P: {};
|
|
5374
5374
|
B: {};
|
|
@@ -5386,25 +5386,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5386
5386
|
default: boolean;
|
|
5387
5387
|
};
|
|
5388
5388
|
avatar: {
|
|
5389
|
-
type: PropType<boolean | import("
|
|
5389
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5390
5390
|
default: boolean;
|
|
5391
5391
|
};
|
|
5392
5392
|
title: {
|
|
5393
|
-
type: PropType<boolean | import("
|
|
5393
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5394
5394
|
default: boolean;
|
|
5395
5395
|
};
|
|
5396
5396
|
paragraph: {
|
|
5397
|
-
type: PropType<boolean | import("
|
|
5397
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5398
5398
|
default: boolean;
|
|
5399
5399
|
};
|
|
5400
5400
|
}>> & Readonly<{}>, {
|
|
5401
5401
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5402
5402
|
}, {}, {}, {}, {
|
|
5403
5403
|
loading: boolean;
|
|
5404
|
-
title: boolean | import("
|
|
5405
|
-
avatar: boolean | import("
|
|
5404
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5405
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5406
5406
|
active: boolean;
|
|
5407
|
-
paragraph: boolean | import("
|
|
5407
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5408
5408
|
}>;
|
|
5409
5409
|
__isFragment?: never;
|
|
5410
5410
|
__isTeleport?: never;
|
|
@@ -5419,58 +5419,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5419
5419
|
default: boolean;
|
|
5420
5420
|
};
|
|
5421
5421
|
avatar: {
|
|
5422
|
-
type: PropType<boolean | import("
|
|
5422
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5423
5423
|
default: boolean;
|
|
5424
5424
|
};
|
|
5425
5425
|
title: {
|
|
5426
|
-
type: PropType<boolean | import("
|
|
5426
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5427
5427
|
default: boolean;
|
|
5428
5428
|
};
|
|
5429
5429
|
paragraph: {
|
|
5430
|
-
type: PropType<boolean | import("
|
|
5430
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5431
5431
|
default: boolean;
|
|
5432
5432
|
};
|
|
5433
5433
|
}>> & Readonly<{}>, {
|
|
5434
5434
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5435
5435
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5436
5436
|
loading: boolean;
|
|
5437
|
-
title: boolean | import("
|
|
5438
|
-
avatar: boolean | import("
|
|
5437
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5438
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5439
5439
|
active: boolean;
|
|
5440
|
-
paragraph: boolean | import("
|
|
5441
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5440
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5441
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
5442
5442
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5443
5443
|
type: {
|
|
5444
|
-
type: PropType<"
|
|
5444
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5445
5445
|
default: string;
|
|
5446
5446
|
};
|
|
5447
5447
|
}>, {
|
|
5448
5448
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5449
5449
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5450
5450
|
type: {
|
|
5451
|
-
type: PropType<"
|
|
5451
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5452
5452
|
default: string;
|
|
5453
5453
|
};
|
|
5454
5454
|
}>> & Readonly<{}>, {
|
|
5455
|
-
type: "text" | "image" | "circle" | "
|
|
5455
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5456
5456
|
}, {}, {
|
|
5457
5457
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5458
5458
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5459
|
-
};
|
|
5459
|
+
});
|
|
5460
5460
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5461
5461
|
type: {
|
|
5462
|
-
type: PropType<"
|
|
5462
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5463
5463
|
default: string;
|
|
5464
5464
|
};
|
|
5465
5465
|
}>, {
|
|
5466
5466
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5467
5467
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5468
5468
|
type: {
|
|
5469
|
-
type: PropType<"
|
|
5469
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5470
5470
|
default: string;
|
|
5471
5471
|
};
|
|
5472
5472
|
}>> & Readonly<{}>, {
|
|
5473
|
-
type: "text" | "image" | "circle" | "
|
|
5473
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5474
5474
|
}, {}, {
|
|
5475
5475
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5476
5476
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5516,7 +5516,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5516
5516
|
};
|
|
5517
5517
|
}>, {
|
|
5518
5518
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5519
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
5519
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
5520
5520
|
expandedColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
5521
5521
|
expandRowKey: import("vue").ComputedRef<string>;
|
|
5522
5522
|
expandVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5694,7 +5694,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5694
5694
|
hasSorters: (column: InnerColumn) => boolean;
|
|
5695
5695
|
hasFilters: (column: InnerColumn) => boolean;
|
|
5696
5696
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
5697
|
-
pagination: import("
|
|
5697
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
5698
5698
|
cellRef: import("vue").Ref<any, any>;
|
|
5699
5699
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
5700
5700
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -5757,7 +5757,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5757
5757
|
default: boolean;
|
|
5758
5758
|
};
|
|
5759
5759
|
expandIcon: {
|
|
5760
|
-
type: PropType<import("
|
|
5760
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5761
5761
|
default: any;
|
|
5762
5762
|
};
|
|
5763
5763
|
needIndentSpaced: {
|
|
@@ -5773,7 +5773,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5773
5773
|
loading: import("vue").Ref<boolean, boolean>;
|
|
5774
5774
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
5775
5775
|
onClick: (e: any) => void;
|
|
5776
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5776
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5777
5777
|
expandable: {
|
|
5778
5778
|
type: BooleanConstructor;
|
|
5779
5779
|
default: boolean;
|
|
@@ -5783,7 +5783,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5783
5783
|
default: boolean;
|
|
5784
5784
|
};
|
|
5785
5785
|
expandIcon: {
|
|
5786
|
-
type: PropType<import("
|
|
5786
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5787
5787
|
default: any;
|
|
5788
5788
|
};
|
|
5789
5789
|
needIndentSpaced: {
|
|
@@ -5818,7 +5818,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5818
5818
|
default: string;
|
|
5819
5819
|
};
|
|
5820
5820
|
icon: {
|
|
5821
|
-
type: PropType<import("
|
|
5821
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5822
5822
|
};
|
|
5823
5823
|
}>> & Readonly<{
|
|
5824
5824
|
onClick?: (ev: Event) => any;
|
|
@@ -5865,7 +5865,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5865
5865
|
default: string;
|
|
5866
5866
|
};
|
|
5867
5867
|
icon: {
|
|
5868
|
-
type: PropType<import("
|
|
5868
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5869
5869
|
};
|
|
5870
5870
|
}>> & Readonly<{
|
|
5871
5871
|
onClick?: (ev: Event) => any;
|
|
@@ -5907,7 +5907,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5907
5907
|
default: string;
|
|
5908
5908
|
};
|
|
5909
5909
|
icon: {
|
|
5910
|
-
type: PropType<import("
|
|
5910
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5911
5911
|
};
|
|
5912
5912
|
}>> & Readonly<{
|
|
5913
5913
|
onClick?: (ev: Event) => any;
|
|
@@ -5934,14 +5934,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5934
5934
|
}, string, {
|
|
5935
5935
|
color: string;
|
|
5936
5936
|
spin: boolean;
|
|
5937
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5937
|
+
}, {}, 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>);
|
|
5938
5938
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5939
5939
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5940
5940
|
UTooltip: {
|
|
5941
5941
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5942
5942
|
placement: {
|
|
5943
5943
|
default: string;
|
|
5944
|
-
type: PropType<"
|
|
5944
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5945
5945
|
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;
|
|
5946
5946
|
};
|
|
5947
5947
|
title: {
|
|
@@ -5972,7 +5972,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5972
5972
|
default: string;
|
|
5973
5973
|
};
|
|
5974
5974
|
trigger: {
|
|
5975
|
-
type: PropType<"
|
|
5975
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5976
5976
|
default: string;
|
|
5977
5977
|
validator: (val: "click" | "hover") => boolean;
|
|
5978
5978
|
};
|
|
@@ -5986,8 +5986,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5986
5986
|
default: boolean;
|
|
5987
5987
|
};
|
|
5988
5988
|
color: {
|
|
5989
|
-
type: PropType<"
|
|
5990
|
-
default: "
|
|
5989
|
+
type: PropType<"red" | "light" | undefined>;
|
|
5990
|
+
default: undefined | "red" | "light";
|
|
5991
5991
|
validator: (val: string) => boolean;
|
|
5992
5992
|
};
|
|
5993
5993
|
}>> & Readonly<{
|
|
@@ -6053,7 +6053,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6053
6053
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6054
6054
|
};
|
|
6055
6055
|
placement: {
|
|
6056
|
-
type: PropType<"
|
|
6056
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6057
6057
|
default: string;
|
|
6058
6058
|
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;
|
|
6059
6059
|
};
|
|
@@ -6075,8 +6075,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6075
6075
|
type: StringConstructor;
|
|
6076
6076
|
};
|
|
6077
6077
|
trigger: {
|
|
6078
|
-
type: PropType<("
|
|
6079
|
-
default: () => ("
|
|
6078
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6079
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6080
6080
|
};
|
|
6081
6081
|
mouseEnterDelay: {
|
|
6082
6082
|
type: NumberConstructor;
|
|
@@ -6144,7 +6144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6144
6144
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6145
6145
|
};
|
|
6146
6146
|
placement: {
|
|
6147
|
-
type: PropType<"
|
|
6147
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6148
6148
|
default: string;
|
|
6149
6149
|
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;
|
|
6150
6150
|
};
|
|
@@ -6166,8 +6166,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6166
6166
|
type: StringConstructor;
|
|
6167
6167
|
};
|
|
6168
6168
|
trigger: {
|
|
6169
|
-
type: PropType<("
|
|
6170
|
-
default: () => ("
|
|
6169
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6170
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6171
6171
|
};
|
|
6172
6172
|
mouseEnterDelay: {
|
|
6173
6173
|
type: NumberConstructor;
|
|
@@ -6242,7 +6242,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6242
6242
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
6243
6243
|
placement: {
|
|
6244
6244
|
default: string;
|
|
6245
|
-
type: PropType<"
|
|
6245
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6246
6246
|
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;
|
|
6247
6247
|
};
|
|
6248
6248
|
title: {
|
|
@@ -6273,7 +6273,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6273
6273
|
default: string;
|
|
6274
6274
|
};
|
|
6275
6275
|
trigger: {
|
|
6276
|
-
type: PropType<"
|
|
6276
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6277
6277
|
default: string;
|
|
6278
6278
|
validator: (val: "click" | "hover") => boolean;
|
|
6279
6279
|
};
|
|
@@ -6287,8 +6287,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6287
6287
|
default: boolean;
|
|
6288
6288
|
};
|
|
6289
6289
|
color: {
|
|
6290
|
-
type: PropType<"
|
|
6291
|
-
default: "
|
|
6290
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6291
|
+
default: undefined | "red" | "light";
|
|
6292
6292
|
validator: (val: string) => boolean;
|
|
6293
6293
|
};
|
|
6294
6294
|
}>> & Readonly<{
|
|
@@ -6349,7 +6349,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6349
6349
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6350
6350
|
placement: {
|
|
6351
6351
|
default: string;
|
|
6352
|
-
type: PropType<"
|
|
6352
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6353
6353
|
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;
|
|
6354
6354
|
};
|
|
6355
6355
|
title: {
|
|
@@ -6380,7 +6380,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6380
6380
|
default: string;
|
|
6381
6381
|
};
|
|
6382
6382
|
trigger: {
|
|
6383
|
-
type: PropType<"
|
|
6383
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6384
6384
|
default: string;
|
|
6385
6385
|
validator: (val: "click" | "hover") => boolean;
|
|
6386
6386
|
};
|
|
@@ -6394,8 +6394,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6394
6394
|
default: boolean;
|
|
6395
6395
|
};
|
|
6396
6396
|
color: {
|
|
6397
|
-
type: PropType<"
|
|
6398
|
-
default: "
|
|
6397
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6398
|
+
default: undefined | "red" | "light";
|
|
6399
6399
|
validator: (val: string) => boolean;
|
|
6400
6400
|
};
|
|
6401
6401
|
}>> & Readonly<{
|
|
@@ -6461,7 +6461,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6461
6461
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6462
6462
|
};
|
|
6463
6463
|
placement: {
|
|
6464
|
-
type: PropType<"
|
|
6464
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6465
6465
|
default: string;
|
|
6466
6466
|
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;
|
|
6467
6467
|
};
|
|
@@ -6483,8 +6483,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6483
6483
|
type: StringConstructor;
|
|
6484
6484
|
};
|
|
6485
6485
|
trigger: {
|
|
6486
|
-
type: PropType<("
|
|
6487
|
-
default: () => ("
|
|
6486
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6487
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6488
6488
|
};
|
|
6489
6489
|
mouseEnterDelay: {
|
|
6490
6490
|
type: NumberConstructor;
|
|
@@ -6552,7 +6552,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6552
6552
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6553
6553
|
};
|
|
6554
6554
|
placement: {
|
|
6555
|
-
type: PropType<"
|
|
6555
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6556
6556
|
default: string;
|
|
6557
6557
|
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;
|
|
6558
6558
|
};
|
|
@@ -6574,8 +6574,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6574
6574
|
type: StringConstructor;
|
|
6575
6575
|
};
|
|
6576
6576
|
trigger: {
|
|
6577
|
-
type: PropType<("
|
|
6578
|
-
default: () => ("
|
|
6577
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6578
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6579
6579
|
};
|
|
6580
6580
|
mouseEnterDelay: {
|
|
6581
6581
|
type: NumberConstructor;
|
|
@@ -6640,7 +6640,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6640
6640
|
};
|
|
6641
6641
|
};
|
|
6642
6642
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6643
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6643
|
+
} & 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>);
|
|
6644
6644
|
USkeleton: {
|
|
6645
6645
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6646
6646
|
active: {
|
|
@@ -6652,25 +6652,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6652
6652
|
default: boolean;
|
|
6653
6653
|
};
|
|
6654
6654
|
avatar: {
|
|
6655
|
-
type: PropType<boolean | import("
|
|
6655
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6656
6656
|
default: boolean;
|
|
6657
6657
|
};
|
|
6658
6658
|
title: {
|
|
6659
|
-
type: PropType<boolean | import("
|
|
6659
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6660
6660
|
default: boolean;
|
|
6661
6661
|
};
|
|
6662
6662
|
paragraph: {
|
|
6663
|
-
type: PropType<boolean | import("
|
|
6663
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6664
6664
|
default: boolean;
|
|
6665
6665
|
};
|
|
6666
6666
|
}>> & Readonly<{}>, {
|
|
6667
6667
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6668
6668
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
6669
6669
|
loading: boolean;
|
|
6670
|
-
title: boolean | import("
|
|
6671
|
-
avatar: boolean | import("
|
|
6670
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6671
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6672
6672
|
active: boolean;
|
|
6673
|
-
paragraph: boolean | import("
|
|
6673
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6674
6674
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6675
6675
|
P: {};
|
|
6676
6676
|
B: {};
|
|
@@ -6688,25 +6688,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6688
6688
|
default: boolean;
|
|
6689
6689
|
};
|
|
6690
6690
|
avatar: {
|
|
6691
|
-
type: PropType<boolean | import("
|
|
6691
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6692
6692
|
default: boolean;
|
|
6693
6693
|
};
|
|
6694
6694
|
title: {
|
|
6695
|
-
type: PropType<boolean | import("
|
|
6695
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6696
6696
|
default: boolean;
|
|
6697
6697
|
};
|
|
6698
6698
|
paragraph: {
|
|
6699
|
-
type: PropType<boolean | import("
|
|
6699
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6700
6700
|
default: boolean;
|
|
6701
6701
|
};
|
|
6702
6702
|
}>> & Readonly<{}>, {
|
|
6703
6703
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6704
6704
|
}, {}, {}, {}, {
|
|
6705
6705
|
loading: boolean;
|
|
6706
|
-
title: boolean | import("
|
|
6707
|
-
avatar: boolean | import("
|
|
6706
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6707
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6708
6708
|
active: boolean;
|
|
6709
|
-
paragraph: boolean | import("
|
|
6709
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6710
6710
|
}>;
|
|
6711
6711
|
__isFragment?: never;
|
|
6712
6712
|
__isTeleport?: never;
|
|
@@ -6721,58 +6721,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6721
6721
|
default: boolean;
|
|
6722
6722
|
};
|
|
6723
6723
|
avatar: {
|
|
6724
|
-
type: PropType<boolean | import("
|
|
6724
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6725
6725
|
default: boolean;
|
|
6726
6726
|
};
|
|
6727
6727
|
title: {
|
|
6728
|
-
type: PropType<boolean | import("
|
|
6728
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6729
6729
|
default: boolean;
|
|
6730
6730
|
};
|
|
6731
6731
|
paragraph: {
|
|
6732
|
-
type: PropType<boolean | import("
|
|
6732
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6733
6733
|
default: boolean;
|
|
6734
6734
|
};
|
|
6735
6735
|
}>> & Readonly<{}>, {
|
|
6736
6736
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6737
6737
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
6738
6738
|
loading: boolean;
|
|
6739
|
-
title: boolean | import("
|
|
6740
|
-
avatar: boolean | import("
|
|
6739
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6740
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6741
6741
|
active: boolean;
|
|
6742
|
-
paragraph: boolean | import("
|
|
6743
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6742
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6743
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
6744
6744
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6745
6745
|
type: {
|
|
6746
|
-
type: PropType<"
|
|
6746
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6747
6747
|
default: string;
|
|
6748
6748
|
};
|
|
6749
6749
|
}>, {
|
|
6750
6750
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6751
6751
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6752
6752
|
type: {
|
|
6753
|
-
type: PropType<"
|
|
6753
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6754
6754
|
default: string;
|
|
6755
6755
|
};
|
|
6756
6756
|
}>> & Readonly<{}>, {
|
|
6757
|
-
type: "text" | "image" | "circle" | "
|
|
6757
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6758
6758
|
}, {}, {
|
|
6759
6759
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6760
6760
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6761
|
-
};
|
|
6761
|
+
});
|
|
6762
6762
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6763
6763
|
type: {
|
|
6764
|
-
type: PropType<"
|
|
6764
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6765
6765
|
default: string;
|
|
6766
6766
|
};
|
|
6767
6767
|
}>, {
|
|
6768
6768
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6769
6769
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6770
6770
|
type: {
|
|
6771
|
-
type: PropType<"
|
|
6771
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6772
6772
|
default: string;
|
|
6773
6773
|
};
|
|
6774
6774
|
}>> & Readonly<{}>, {
|
|
6775
|
-
type: "text" | "image" | "circle" | "
|
|
6775
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6776
6776
|
}, {}, {
|
|
6777
6777
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6778
6778
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|