@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
|
@@ -66,7 +66,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
66
|
key: string;
|
|
67
67
|
title?: string;
|
|
68
68
|
dataIndex?: string;
|
|
69
|
-
width?:
|
|
69
|
+
width?: number | string;
|
|
70
70
|
minWidth?: number;
|
|
71
71
|
fixed?: import("./Table.type").ColumnFixed;
|
|
72
72
|
align?: import("./Table.type").ColumnAlign;
|
|
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
78
|
filterable?: boolean;
|
|
79
79
|
filters?: import("./Table.type").ColumnFilter[];
|
|
80
80
|
filterFn?: import("./Table.type").ColumnFilterFn;
|
|
81
|
-
filterIcon?: string | import("vue").Component
|
|
81
|
+
filterIcon?: string | import("vue").Component;
|
|
82
82
|
filterIconStyle?: import("vue").CSSProperties;
|
|
83
83
|
filterMultiple?: boolean;
|
|
84
84
|
filteredValue?: (string | number)[];
|
|
@@ -239,12 +239,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
239
239
|
Dropdown: {
|
|
240
240
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
241
241
|
placement: {
|
|
242
|
-
type: PropType<"
|
|
242
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
243
243
|
default: string;
|
|
244
244
|
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;
|
|
245
245
|
};
|
|
246
246
|
trigger: {
|
|
247
|
-
type: PropType<"
|
|
247
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
248
248
|
default: string;
|
|
249
249
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
250
250
|
};
|
|
@@ -286,7 +286,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
286
286
|
type: PropType<any[]>;
|
|
287
287
|
};
|
|
288
288
|
}>> & Readonly<{
|
|
289
|
-
onClick?: (e: import("
|
|
289
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
290
290
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
291
291
|
"onVisible-change"?: (v: boolean) => any;
|
|
292
292
|
}>, {
|
|
@@ -295,7 +295,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
295
295
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
296
296
|
onVisibleChange: (val: boolean) => void;
|
|
297
297
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
298
|
-
click: (e: import("
|
|
298
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
299
299
|
'visible-change': (v: boolean) => boolean;
|
|
300
300
|
'update:visible': (v: boolean) => boolean;
|
|
301
301
|
}, import("vue").PublicProps, {
|
|
@@ -316,7 +316,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
316
316
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
317
317
|
};
|
|
318
318
|
placement: {
|
|
319
|
-
type: PropType<"
|
|
319
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
320
320
|
default: string;
|
|
321
321
|
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;
|
|
322
322
|
};
|
|
@@ -338,8 +338,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
338
338
|
type: StringConstructor;
|
|
339
339
|
};
|
|
340
340
|
trigger: {
|
|
341
|
-
type: PropType<("
|
|
342
|
-
default: () => ("
|
|
341
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
342
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
343
343
|
};
|
|
344
344
|
mouseEnterDelay: {
|
|
345
345
|
type: NumberConstructor;
|
|
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
407
407
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
408
408
|
};
|
|
409
409
|
placement: {
|
|
410
|
-
type: PropType<"
|
|
410
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
411
411
|
default: string;
|
|
412
412
|
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;
|
|
413
413
|
};
|
|
@@ -429,8 +429,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
429
429
|
type: StringConstructor;
|
|
430
430
|
};
|
|
431
431
|
trigger: {
|
|
432
|
-
type: PropType<("
|
|
433
|
-
default: () => ("
|
|
432
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
433
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
434
434
|
};
|
|
435
435
|
mouseEnterDelay: {
|
|
436
436
|
type: NumberConstructor;
|
|
@@ -504,12 +504,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
504
504
|
Defaults: {};
|
|
505
505
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
506
506
|
placement: {
|
|
507
|
-
type: PropType<"
|
|
507
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
508
508
|
default: string;
|
|
509
509
|
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;
|
|
510
510
|
};
|
|
511
511
|
trigger: {
|
|
512
|
-
type: PropType<"
|
|
512
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
513
513
|
default: string;
|
|
514
514
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
515
515
|
};
|
|
@@ -551,7 +551,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
551
551
|
type: PropType<any[]>;
|
|
552
552
|
};
|
|
553
553
|
}>> & Readonly<{
|
|
554
|
-
onClick?: (e: import("
|
|
554
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
555
555
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
556
556
|
"onVisible-change"?: (v: boolean) => any;
|
|
557
557
|
}>, {
|
|
@@ -574,12 +574,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
574
574
|
__isSuspense?: never;
|
|
575
575
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
576
576
|
placement: {
|
|
577
|
-
type: PropType<"
|
|
577
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
578
578
|
default: string;
|
|
579
579
|
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;
|
|
580
580
|
};
|
|
581
581
|
trigger: {
|
|
582
|
-
type: PropType<"
|
|
582
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
583
583
|
default: string;
|
|
584
584
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
585
585
|
};
|
|
@@ -621,7 +621,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
621
621
|
type: PropType<any[]>;
|
|
622
622
|
};
|
|
623
623
|
}>> & Readonly<{
|
|
624
|
-
onClick?: (e: import("
|
|
624
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
625
625
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
626
626
|
"onVisible-change"?: (v: boolean) => any;
|
|
627
627
|
}>, {
|
|
@@ -630,7 +630,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
630
630
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
631
631
|
onVisibleChange: (val: boolean) => void;
|
|
632
632
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
633
|
-
click: (e: import("
|
|
633
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
634
634
|
'visible-change': (v: boolean) => boolean;
|
|
635
635
|
'update:visible': (v: boolean) => boolean;
|
|
636
636
|
}, string, {
|
|
@@ -651,7 +651,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
651
651
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
652
652
|
};
|
|
653
653
|
placement: {
|
|
654
|
-
type: PropType<"
|
|
654
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
655
655
|
default: string;
|
|
656
656
|
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;
|
|
657
657
|
};
|
|
@@ -673,8 +673,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
673
673
|
type: StringConstructor;
|
|
674
674
|
};
|
|
675
675
|
trigger: {
|
|
676
|
-
type: PropType<("
|
|
677
|
-
default: () => ("
|
|
676
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
677
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
678
678
|
};
|
|
679
679
|
mouseEnterDelay: {
|
|
680
680
|
type: NumberConstructor;
|
|
@@ -742,7 +742,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
742
742
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
743
743
|
};
|
|
744
744
|
placement: {
|
|
745
|
-
type: PropType<"
|
|
745
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
746
746
|
default: string;
|
|
747
747
|
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;
|
|
748
748
|
};
|
|
@@ -764,8 +764,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
764
764
|
type: StringConstructor;
|
|
765
765
|
};
|
|
766
766
|
trigger: {
|
|
767
|
-
type: PropType<("
|
|
768
|
-
default: () => ("
|
|
767
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
768
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
769
769
|
};
|
|
770
770
|
mouseEnterDelay: {
|
|
771
771
|
type: NumberConstructor;
|
|
@@ -830,11 +830,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
830
830
|
};
|
|
831
831
|
};
|
|
832
832
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
833
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
833
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
834
834
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
835
835
|
options: {
|
|
836
|
-
type: PropType<import("
|
|
837
|
-
default: () => import("
|
|
836
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
837
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
838
838
|
};
|
|
839
839
|
icon: {
|
|
840
840
|
type: BooleanConstructor;
|
|
@@ -851,8 +851,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
851
851
|
handleMenuClick: (e: any) => void;
|
|
852
852
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
853
853
|
options: {
|
|
854
|
-
type: PropType<import("
|
|
855
|
-
default: () => import("
|
|
854
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
855
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
856
856
|
};
|
|
857
857
|
icon: {
|
|
858
858
|
type: BooleanConstructor;
|
|
@@ -867,7 +867,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
867
867
|
onClick?: (...args: any[]) => any;
|
|
868
868
|
}>, {
|
|
869
869
|
icon: boolean;
|
|
870
|
-
options: import("
|
|
870
|
+
options: import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
871
871
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
872
872
|
Trigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
873
873
|
type: {
|
|
@@ -876,24 +876,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
876
876
|
validator: (val: string) => boolean;
|
|
877
877
|
};
|
|
878
878
|
icon: {
|
|
879
|
-
type: PropType<import("
|
|
879
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
880
880
|
};
|
|
881
881
|
text: {
|
|
882
882
|
type: StringConstructor;
|
|
883
883
|
};
|
|
884
884
|
buttonType: {
|
|
885
|
-
type: PropType<"
|
|
885
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
886
886
|
default: string;
|
|
887
887
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
888
888
|
};
|
|
889
889
|
variant: {
|
|
890
|
-
type: PropType<"
|
|
890
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
891
891
|
default: string;
|
|
892
892
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
893
893
|
};
|
|
894
894
|
color: {
|
|
895
|
-
type: PropType<"
|
|
896
|
-
default:
|
|
895
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
896
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
897
897
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
898
898
|
};
|
|
899
899
|
}>, {
|
|
@@ -906,24 +906,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
906
906
|
validator: (val: string) => boolean;
|
|
907
907
|
};
|
|
908
908
|
icon: {
|
|
909
|
-
type: PropType<import("
|
|
909
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
910
910
|
};
|
|
911
911
|
text: {
|
|
912
912
|
type: StringConstructor;
|
|
913
913
|
};
|
|
914
914
|
buttonType: {
|
|
915
|
-
type: PropType<"
|
|
915
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
916
916
|
default: string;
|
|
917
917
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
918
918
|
};
|
|
919
919
|
variant: {
|
|
920
|
-
type: PropType<"
|
|
920
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
921
921
|
default: string;
|
|
922
922
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
923
923
|
};
|
|
924
924
|
color: {
|
|
925
|
-
type: PropType<"
|
|
926
|
-
default:
|
|
925
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
926
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
927
927
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
928
928
|
};
|
|
929
929
|
}>> & Readonly<{}>, {
|
|
@@ -932,7 +932,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
932
932
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
933
933
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
934
934
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
935
|
-
};
|
|
935
|
+
});
|
|
936
936
|
Render: {
|
|
937
937
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
938
938
|
props: {
|
|
@@ -944,9 +944,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
944
944
|
UMenu: {
|
|
945
945
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
946
946
|
mode: {
|
|
947
|
-
type: PropType<"
|
|
947
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
948
948
|
default: string;
|
|
949
|
-
validator: (val: "
|
|
949
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
950
950
|
};
|
|
951
951
|
selectedKeys: {
|
|
952
952
|
type: PropType<(string | number)[]>;
|
|
@@ -983,27 +983,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
983
983
|
default: undefined;
|
|
984
984
|
};
|
|
985
985
|
}>> & Readonly<{
|
|
986
|
-
onClick?: (e: import("
|
|
987
|
-
onSelect?: (e: import("
|
|
988
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
989
|
-
onDeselect?: (e: import("
|
|
986
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
987
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
988
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
989
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
990
990
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
991
991
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
992
992
|
}>, {
|
|
993
993
|
rootMenu: import("vue").Ref<any, any>;
|
|
994
994
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
995
|
-
computedMode: import("vue").Ref<"
|
|
995
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
996
996
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
997
997
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
998
998
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
999
|
-
click: (e: import("
|
|
1000
|
-
select: (e: import("
|
|
1001
|
-
deselect: (e: import("
|
|
999
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
1000
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1001
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1002
1002
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1003
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
1003
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1004
1004
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1005
1005
|
}, import("vue").PublicProps, {
|
|
1006
|
-
mode: "
|
|
1006
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1007
1007
|
multiple: boolean;
|
|
1008
1008
|
openKeys: (string | number)[];
|
|
1009
1009
|
subMenuOpenDelay: number;
|
|
@@ -1028,9 +1028,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1028
1028
|
Defaults: {};
|
|
1029
1029
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1030
1030
|
mode: {
|
|
1031
|
-
type: PropType<"
|
|
1031
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1032
1032
|
default: string;
|
|
1033
|
-
validator: (val: "
|
|
1033
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1034
1034
|
};
|
|
1035
1035
|
selectedKeys: {
|
|
1036
1036
|
type: PropType<(string | number)[]>;
|
|
@@ -1067,20 +1067,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1067
1067
|
default: undefined;
|
|
1068
1068
|
};
|
|
1069
1069
|
}>> & Readonly<{
|
|
1070
|
-
onClick?: (e: import("
|
|
1071
|
-
onSelect?: (e: import("
|
|
1072
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1073
|
-
onDeselect?: (e: import("
|
|
1070
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1071
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1072
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1073
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1074
1074
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1075
1075
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1076
1076
|
}>, {
|
|
1077
1077
|
rootMenu: import("vue").Ref<any, any>;
|
|
1078
1078
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1079
|
-
computedMode: import("vue").Ref<"
|
|
1079
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1080
1080
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1081
1081
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1082
1082
|
}, {}, {}, {}, {
|
|
1083
|
-
mode: "
|
|
1083
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1084
1084
|
multiple: boolean;
|
|
1085
1085
|
openKeys: (string | number)[];
|
|
1086
1086
|
subMenuOpenDelay: number;
|
|
@@ -1093,9 +1093,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1093
1093
|
__isSuspense?: never;
|
|
1094
1094
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1095
1095
|
mode: {
|
|
1096
|
-
type: PropType<"
|
|
1096
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1097
1097
|
default: string;
|
|
1098
|
-
validator: (val: "
|
|
1098
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1099
1099
|
};
|
|
1100
1100
|
selectedKeys: {
|
|
1101
1101
|
type: PropType<(string | number)[]>;
|
|
@@ -1132,27 +1132,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1132
1132
|
default: undefined;
|
|
1133
1133
|
};
|
|
1134
1134
|
}>> & Readonly<{
|
|
1135
|
-
onClick?: (e: import("
|
|
1136
|
-
onSelect?: (e: import("
|
|
1137
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1138
|
-
onDeselect?: (e: import("
|
|
1135
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1136
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1137
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1138
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1139
1139
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1140
1140
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1141
1141
|
}>, {
|
|
1142
1142
|
rootMenu: import("vue").Ref<any, any>;
|
|
1143
1143
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1144
|
-
computedMode: import("vue").Ref<"
|
|
1144
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1145
1145
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1146
1146
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1147
1147
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1148
|
-
click: (e: import("
|
|
1149
|
-
select: (e: import("
|
|
1150
|
-
deselect: (e: import("
|
|
1148
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
1149
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1150
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1151
1151
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1152
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
1152
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1153
1153
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1154
1154
|
}, string, {
|
|
1155
|
-
mode: "
|
|
1155
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1156
1156
|
multiple: boolean;
|
|
1157
1157
|
openKeys: (string | number)[];
|
|
1158
1158
|
subMenuOpenDelay: number;
|
|
@@ -1168,7 +1168,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1168
1168
|
};
|
|
1169
1169
|
};
|
|
1170
1170
|
};
|
|
1171
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1171
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1172
1172
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1173
1173
|
name: {
|
|
1174
1174
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1181,8 +1181,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1181
1181
|
type: StringConstructor;
|
|
1182
1182
|
};
|
|
1183
1183
|
color: {
|
|
1184
|
-
type: PropType<
|
|
1185
|
-
default:
|
|
1184
|
+
type: PropType<string | undefined>;
|
|
1185
|
+
default: undefined | string;
|
|
1186
1186
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1187
1187
|
};
|
|
1188
1188
|
}>, {
|
|
@@ -1193,7 +1193,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1193
1193
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1194
1194
|
onClick: () => void;
|
|
1195
1195
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1196
|
-
click: (e: import("
|
|
1196
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
1197
1197
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1198
1198
|
name: {
|
|
1199
1199
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1206,21 +1206,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1206
1206
|
type: StringConstructor;
|
|
1207
1207
|
};
|
|
1208
1208
|
color: {
|
|
1209
|
-
type: PropType<
|
|
1210
|
-
default:
|
|
1209
|
+
type: PropType<string | undefined>;
|
|
1210
|
+
default: undefined | string;
|
|
1211
1211
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1212
1212
|
};
|
|
1213
1213
|
}>> & Readonly<{
|
|
1214
|
-
onClick?: (e: import("
|
|
1214
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
1215
1215
|
}>, {
|
|
1216
|
-
color:
|
|
1216
|
+
color: string;
|
|
1217
1217
|
disabled: boolean;
|
|
1218
1218
|
}, {}, {
|
|
1219
1219
|
UTooltip: {
|
|
1220
1220
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1221
1221
|
placement: {
|
|
1222
1222
|
default: string;
|
|
1223
|
-
type: PropType<"
|
|
1223
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1224
1224
|
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;
|
|
1225
1225
|
};
|
|
1226
1226
|
title: {
|
|
@@ -1251,7 +1251,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1251
1251
|
default: string;
|
|
1252
1252
|
};
|
|
1253
1253
|
trigger: {
|
|
1254
|
-
type: PropType<"
|
|
1254
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1255
1255
|
default: string;
|
|
1256
1256
|
validator: (val: "click" | "hover") => boolean;
|
|
1257
1257
|
};
|
|
@@ -1265,8 +1265,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1265
1265
|
default: boolean;
|
|
1266
1266
|
};
|
|
1267
1267
|
color: {
|
|
1268
|
-
type: PropType<"
|
|
1269
|
-
default: "
|
|
1268
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1269
|
+
default: undefined | "red" | "light";
|
|
1270
1270
|
validator: (val: string) => boolean;
|
|
1271
1271
|
};
|
|
1272
1272
|
}>> & Readonly<{
|
|
@@ -1332,7 +1332,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1332
1332
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1333
1333
|
};
|
|
1334
1334
|
placement: {
|
|
1335
|
-
type: PropType<"
|
|
1335
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1336
1336
|
default: string;
|
|
1337
1337
|
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;
|
|
1338
1338
|
};
|
|
@@ -1354,8 +1354,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1354
1354
|
type: StringConstructor;
|
|
1355
1355
|
};
|
|
1356
1356
|
trigger: {
|
|
1357
|
-
type: PropType<("
|
|
1358
|
-
default: () => ("
|
|
1357
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1358
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1359
1359
|
};
|
|
1360
1360
|
mouseEnterDelay: {
|
|
1361
1361
|
type: NumberConstructor;
|
|
@@ -1423,7 +1423,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1423
1423
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1424
1424
|
};
|
|
1425
1425
|
placement: {
|
|
1426
|
-
type: PropType<"
|
|
1426
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1427
1427
|
default: string;
|
|
1428
1428
|
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;
|
|
1429
1429
|
};
|
|
@@ -1445,8 +1445,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1445
1445
|
type: StringConstructor;
|
|
1446
1446
|
};
|
|
1447
1447
|
trigger: {
|
|
1448
|
-
type: PropType<("
|
|
1449
|
-
default: () => ("
|
|
1448
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1449
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1450
1450
|
};
|
|
1451
1451
|
mouseEnterDelay: {
|
|
1452
1452
|
type: NumberConstructor;
|
|
@@ -1521,7 +1521,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1521
1521
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1522
1522
|
placement: {
|
|
1523
1523
|
default: string;
|
|
1524
|
-
type: PropType<"
|
|
1524
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1525
1525
|
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;
|
|
1526
1526
|
};
|
|
1527
1527
|
title: {
|
|
@@ -1552,7 +1552,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1552
1552
|
default: string;
|
|
1553
1553
|
};
|
|
1554
1554
|
trigger: {
|
|
1555
|
-
type: PropType<"
|
|
1555
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1556
1556
|
default: string;
|
|
1557
1557
|
validator: (val: "click" | "hover") => boolean;
|
|
1558
1558
|
};
|
|
@@ -1566,8 +1566,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1566
1566
|
default: boolean;
|
|
1567
1567
|
};
|
|
1568
1568
|
color: {
|
|
1569
|
-
type: PropType<"
|
|
1570
|
-
default: "
|
|
1569
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1570
|
+
default: undefined | "red" | "light";
|
|
1571
1571
|
validator: (val: string) => boolean;
|
|
1572
1572
|
};
|
|
1573
1573
|
}>> & Readonly<{
|
|
@@ -1628,7 +1628,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1628
1628
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1629
1629
|
placement: {
|
|
1630
1630
|
default: string;
|
|
1631
|
-
type: PropType<"
|
|
1631
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1632
1632
|
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;
|
|
1633
1633
|
};
|
|
1634
1634
|
title: {
|
|
@@ -1659,7 +1659,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1659
1659
|
default: string;
|
|
1660
1660
|
};
|
|
1661
1661
|
trigger: {
|
|
1662
|
-
type: PropType<"
|
|
1662
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1663
1663
|
default: string;
|
|
1664
1664
|
validator: (val: "click" | "hover") => boolean;
|
|
1665
1665
|
};
|
|
@@ -1673,8 +1673,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1673
1673
|
default: boolean;
|
|
1674
1674
|
};
|
|
1675
1675
|
color: {
|
|
1676
|
-
type: PropType<"
|
|
1677
|
-
default: "
|
|
1676
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1677
|
+
default: undefined | "red" | "light";
|
|
1678
1678
|
validator: (val: string) => boolean;
|
|
1679
1679
|
};
|
|
1680
1680
|
}>> & Readonly<{
|
|
@@ -1740,7 +1740,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1740
1740
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1741
1741
|
};
|
|
1742
1742
|
placement: {
|
|
1743
|
-
type: PropType<"
|
|
1743
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1744
1744
|
default: string;
|
|
1745
1745
|
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;
|
|
1746
1746
|
};
|
|
@@ -1762,8 +1762,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1762
1762
|
type: StringConstructor;
|
|
1763
1763
|
};
|
|
1764
1764
|
trigger: {
|
|
1765
|
-
type: PropType<("
|
|
1766
|
-
default: () => ("
|
|
1765
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1766
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1767
1767
|
};
|
|
1768
1768
|
mouseEnterDelay: {
|
|
1769
1769
|
type: NumberConstructor;
|
|
@@ -1831,7 +1831,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1831
1831
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1832
1832
|
};
|
|
1833
1833
|
placement: {
|
|
1834
|
-
type: PropType<"
|
|
1834
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1835
1835
|
default: string;
|
|
1836
1836
|
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;
|
|
1837
1837
|
};
|
|
@@ -1853,8 +1853,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1853
1853
|
type: StringConstructor;
|
|
1854
1854
|
};
|
|
1855
1855
|
trigger: {
|
|
1856
|
-
type: PropType<("
|
|
1857
|
-
default: () => ("
|
|
1856
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1857
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1858
1858
|
};
|
|
1859
1859
|
mouseEnterDelay: {
|
|
1860
1860
|
type: NumberConstructor;
|
|
@@ -1919,7 +1919,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1919
1919
|
};
|
|
1920
1920
|
};
|
|
1921
1921
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1922
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1922
|
+
} & 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>);
|
|
1923
1923
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1924
1924
|
SubMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1925
1925
|
name: {
|
|
@@ -1936,16 +1936,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1936
1936
|
type: StringConstructor;
|
|
1937
1937
|
};
|
|
1938
1938
|
color: {
|
|
1939
|
-
type: PropType<
|
|
1940
|
-
default:
|
|
1939
|
+
type: PropType<string | undefined>;
|
|
1940
|
+
default: undefined | string;
|
|
1941
1941
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1942
1942
|
};
|
|
1943
1943
|
}>, {
|
|
1944
1944
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1945
1945
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
1946
1946
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1947
|
-
mode: import("vue").ComputedRef<"
|
|
1948
|
-
subMode: import("vue").ComputedRef<"
|
|
1947
|
+
mode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1948
|
+
subMode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1949
1949
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1950
1950
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
1951
1951
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -1977,8 +1977,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1977
1977
|
type: StringConstructor;
|
|
1978
1978
|
};
|
|
1979
1979
|
color: {
|
|
1980
|
-
type: PropType<
|
|
1981
|
-
default:
|
|
1980
|
+
type: PropType<string | undefined>;
|
|
1981
|
+
default: undefined | string;
|
|
1982
1982
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1983
1983
|
};
|
|
1984
1984
|
}>> & Readonly<{
|
|
@@ -1986,7 +1986,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1986
1986
|
key: string | number;
|
|
1987
1987
|
}) => any;
|
|
1988
1988
|
}>, {
|
|
1989
|
-
color:
|
|
1989
|
+
color: string;
|
|
1990
1990
|
disabled: boolean;
|
|
1991
1991
|
}, {}, {
|
|
1992
1992
|
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1997,7 +1997,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1997
1997
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1998
1998
|
};
|
|
1999
1999
|
placement: {
|
|
2000
|
-
type: PropType<"
|
|
2000
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2001
2001
|
default: string;
|
|
2002
2002
|
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;
|
|
2003
2003
|
};
|
|
@@ -2019,8 +2019,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2019
2019
|
type: StringConstructor;
|
|
2020
2020
|
};
|
|
2021
2021
|
trigger: {
|
|
2022
|
-
type: PropType<("
|
|
2023
|
-
default: () => ("
|
|
2022
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2023
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2024
2024
|
};
|
|
2025
2025
|
mouseEnterDelay: {
|
|
2026
2026
|
type: NumberConstructor;
|
|
@@ -2088,7 +2088,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2088
2088
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2089
2089
|
};
|
|
2090
2090
|
placement: {
|
|
2091
|
-
type: PropType<"
|
|
2091
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2092
2092
|
default: string;
|
|
2093
2093
|
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;
|
|
2094
2094
|
};
|
|
@@ -2110,8 +2110,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2110
2110
|
type: StringConstructor;
|
|
2111
2111
|
};
|
|
2112
2112
|
trigger: {
|
|
2113
|
-
type: PropType<("
|
|
2114
|
-
default: () => ("
|
|
2113
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2114
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2115
2115
|
};
|
|
2116
2116
|
mouseEnterDelay: {
|
|
2117
2117
|
type: NumberConstructor;
|
|
@@ -2190,7 +2190,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2190
2190
|
default: string;
|
|
2191
2191
|
};
|
|
2192
2192
|
icon: {
|
|
2193
|
-
type: PropType<import("
|
|
2193
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2194
2194
|
};
|
|
2195
2195
|
}>> & Readonly<{
|
|
2196
2196
|
onClick?: (ev: Event) => any;
|
|
@@ -2237,7 +2237,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2237
2237
|
default: string;
|
|
2238
2238
|
};
|
|
2239
2239
|
icon: {
|
|
2240
|
-
type: PropType<import("
|
|
2240
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2241
2241
|
};
|
|
2242
2242
|
}>> & Readonly<{
|
|
2243
2243
|
onClick?: (ev: Event) => any;
|
|
@@ -2279,7 +2279,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2279
2279
|
default: string;
|
|
2280
2280
|
};
|
|
2281
2281
|
icon: {
|
|
2282
|
-
type: PropType<import("
|
|
2282
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2283
2283
|
};
|
|
2284
2284
|
}>> & Readonly<{
|
|
2285
2285
|
onClick?: (ev: Event) => any;
|
|
@@ -2306,7 +2306,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2306
2306
|
}, string, {
|
|
2307
2307
|
color: string;
|
|
2308
2308
|
spin: boolean;
|
|
2309
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2309
|
+
}, {}, 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>);
|
|
2310
2310
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2311
2311
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2312
2312
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2324,7 +2324,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2324
2324
|
Divider: import("vue").DefineComponent<{}, {
|
|
2325
2325
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
2326
2326
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2327
|
-
};
|
|
2327
|
+
});
|
|
2328
2328
|
MenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2329
2329
|
name: {
|
|
2330
2330
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2337,8 +2337,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2337
2337
|
type: StringConstructor;
|
|
2338
2338
|
};
|
|
2339
2339
|
color: {
|
|
2340
|
-
type: PropType<
|
|
2341
|
-
default:
|
|
2340
|
+
type: PropType<string | undefined>;
|
|
2341
|
+
default: undefined | string;
|
|
2342
2342
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2343
2343
|
};
|
|
2344
2344
|
}>, {
|
|
@@ -2349,7 +2349,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2349
2349
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2350
2350
|
onClick: () => void;
|
|
2351
2351
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2352
|
-
click: (e: import("
|
|
2352
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
2353
2353
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2354
2354
|
name: {
|
|
2355
2355
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2362,21 +2362,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2362
2362
|
type: StringConstructor;
|
|
2363
2363
|
};
|
|
2364
2364
|
color: {
|
|
2365
|
-
type: PropType<
|
|
2366
|
-
default:
|
|
2365
|
+
type: PropType<string | undefined>;
|
|
2366
|
+
default: undefined | string;
|
|
2367
2367
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2368
2368
|
};
|
|
2369
2369
|
}>> & Readonly<{
|
|
2370
|
-
onClick?: (e: import("
|
|
2370
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
2371
2371
|
}>, {
|
|
2372
|
-
color:
|
|
2372
|
+
color: string;
|
|
2373
2373
|
disabled: boolean;
|
|
2374
2374
|
}, {}, {
|
|
2375
2375
|
UTooltip: {
|
|
2376
2376
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2377
2377
|
placement: {
|
|
2378
2378
|
default: string;
|
|
2379
|
-
type: PropType<"
|
|
2379
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2380
2380
|
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;
|
|
2381
2381
|
};
|
|
2382
2382
|
title: {
|
|
@@ -2407,7 +2407,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2407
2407
|
default: string;
|
|
2408
2408
|
};
|
|
2409
2409
|
trigger: {
|
|
2410
|
-
type: PropType<"
|
|
2410
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2411
2411
|
default: string;
|
|
2412
2412
|
validator: (val: "click" | "hover") => boolean;
|
|
2413
2413
|
};
|
|
@@ -2421,8 +2421,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2421
2421
|
default: boolean;
|
|
2422
2422
|
};
|
|
2423
2423
|
color: {
|
|
2424
|
-
type: PropType<"
|
|
2425
|
-
default: "
|
|
2424
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2425
|
+
default: undefined | "red" | "light";
|
|
2426
2426
|
validator: (val: string) => boolean;
|
|
2427
2427
|
};
|
|
2428
2428
|
}>> & Readonly<{
|
|
@@ -2488,7 +2488,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2488
2488
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2489
2489
|
};
|
|
2490
2490
|
placement: {
|
|
2491
|
-
type: PropType<"
|
|
2491
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2492
2492
|
default: string;
|
|
2493
2493
|
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;
|
|
2494
2494
|
};
|
|
@@ -2510,8 +2510,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2510
2510
|
type: StringConstructor;
|
|
2511
2511
|
};
|
|
2512
2512
|
trigger: {
|
|
2513
|
-
type: PropType<("
|
|
2514
|
-
default: () => ("
|
|
2513
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2514
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2515
2515
|
};
|
|
2516
2516
|
mouseEnterDelay: {
|
|
2517
2517
|
type: NumberConstructor;
|
|
@@ -2579,7 +2579,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2579
2579
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2580
2580
|
};
|
|
2581
2581
|
placement: {
|
|
2582
|
-
type: PropType<"
|
|
2582
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2583
2583
|
default: string;
|
|
2584
2584
|
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;
|
|
2585
2585
|
};
|
|
@@ -2601,8 +2601,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2601
2601
|
type: StringConstructor;
|
|
2602
2602
|
};
|
|
2603
2603
|
trigger: {
|
|
2604
|
-
type: PropType<("
|
|
2605
|
-
default: () => ("
|
|
2604
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2605
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2606
2606
|
};
|
|
2607
2607
|
mouseEnterDelay: {
|
|
2608
2608
|
type: NumberConstructor;
|
|
@@ -2677,7 +2677,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2677
2677
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2678
2678
|
placement: {
|
|
2679
2679
|
default: string;
|
|
2680
|
-
type: PropType<"
|
|
2680
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2681
2681
|
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;
|
|
2682
2682
|
};
|
|
2683
2683
|
title: {
|
|
@@ -2708,7 +2708,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2708
2708
|
default: string;
|
|
2709
2709
|
};
|
|
2710
2710
|
trigger: {
|
|
2711
|
-
type: PropType<"
|
|
2711
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2712
2712
|
default: string;
|
|
2713
2713
|
validator: (val: "click" | "hover") => boolean;
|
|
2714
2714
|
};
|
|
@@ -2722,8 +2722,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2722
2722
|
default: boolean;
|
|
2723
2723
|
};
|
|
2724
2724
|
color: {
|
|
2725
|
-
type: PropType<"
|
|
2726
|
-
default: "
|
|
2725
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2726
|
+
default: undefined | "red" | "light";
|
|
2727
2727
|
validator: (val: string) => boolean;
|
|
2728
2728
|
};
|
|
2729
2729
|
}>> & Readonly<{
|
|
@@ -2784,7 +2784,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2784
2784
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2785
2785
|
placement: {
|
|
2786
2786
|
default: string;
|
|
2787
|
-
type: PropType<"
|
|
2787
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2788
2788
|
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;
|
|
2789
2789
|
};
|
|
2790
2790
|
title: {
|
|
@@ -2815,7 +2815,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2815
2815
|
default: string;
|
|
2816
2816
|
};
|
|
2817
2817
|
trigger: {
|
|
2818
|
-
type: PropType<"
|
|
2818
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2819
2819
|
default: string;
|
|
2820
2820
|
validator: (val: "click" | "hover") => boolean;
|
|
2821
2821
|
};
|
|
@@ -2829,8 +2829,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2829
2829
|
default: boolean;
|
|
2830
2830
|
};
|
|
2831
2831
|
color: {
|
|
2832
|
-
type: PropType<"
|
|
2833
|
-
default: "
|
|
2832
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2833
|
+
default: undefined | "red" | "light";
|
|
2834
2834
|
validator: (val: string) => boolean;
|
|
2835
2835
|
};
|
|
2836
2836
|
}>> & Readonly<{
|
|
@@ -2896,7 +2896,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2896
2896
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2897
2897
|
};
|
|
2898
2898
|
placement: {
|
|
2899
|
-
type: PropType<"
|
|
2899
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2900
2900
|
default: string;
|
|
2901
2901
|
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;
|
|
2902
2902
|
};
|
|
@@ -2918,8 +2918,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2918
2918
|
type: StringConstructor;
|
|
2919
2919
|
};
|
|
2920
2920
|
trigger: {
|
|
2921
|
-
type: PropType<("
|
|
2922
|
-
default: () => ("
|
|
2921
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2922
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2923
2923
|
};
|
|
2924
2924
|
mouseEnterDelay: {
|
|
2925
2925
|
type: NumberConstructor;
|
|
@@ -2987,7 +2987,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2987
2987
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2988
2988
|
};
|
|
2989
2989
|
placement: {
|
|
2990
|
-
type: PropType<"
|
|
2990
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2991
2991
|
default: string;
|
|
2992
2992
|
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;
|
|
2993
2993
|
};
|
|
@@ -3009,8 +3009,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3009
3009
|
type: StringConstructor;
|
|
3010
3010
|
};
|
|
3011
3011
|
trigger: {
|
|
3012
|
-
type: PropType<("
|
|
3013
|
-
default: () => ("
|
|
3012
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
3013
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
3014
3014
|
};
|
|
3015
3015
|
mouseEnterDelay: {
|
|
3016
3016
|
type: NumberConstructor;
|
|
@@ -3075,7 +3075,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3075
3075
|
};
|
|
3076
3076
|
};
|
|
3077
3077
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3078
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3078
|
+
} & 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>);
|
|
3079
3079
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3080
3080
|
Checkbox: {
|
|
3081
3081
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3108,9 +3108,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3108
3108
|
default: boolean;
|
|
3109
3109
|
};
|
|
3110
3110
|
}>> & Readonly<{
|
|
3111
|
-
onChange?: (val: import("
|
|
3111
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3112
3112
|
onClick?: (ev: Event) => any;
|
|
3113
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3113
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3114
3114
|
}>, {
|
|
3115
3115
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3116
3116
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3124,8 +3124,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3124
3124
|
handleBlur: () => void;
|
|
3125
3125
|
onClick: (e: MouseEvent) => void;
|
|
3126
3126
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3127
|
-
'update:modelValue': (val: import("
|
|
3128
|
-
change: (val: import("
|
|
3127
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3128
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3129
3129
|
click: (ev: Event) => boolean;
|
|
3130
3130
|
}, import("vue").PublicProps, {
|
|
3131
3131
|
name: string;
|
|
@@ -3150,7 +3150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3150
3150
|
default: string;
|
|
3151
3151
|
};
|
|
3152
3152
|
icon: {
|
|
3153
|
-
type: PropType<import("
|
|
3153
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3154
3154
|
};
|
|
3155
3155
|
}>> & Readonly<{
|
|
3156
3156
|
onClick?: (ev: Event) => any;
|
|
@@ -3197,7 +3197,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3197
3197
|
default: string;
|
|
3198
3198
|
};
|
|
3199
3199
|
icon: {
|
|
3200
|
-
type: PropType<import("
|
|
3200
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3201
3201
|
};
|
|
3202
3202
|
}>> & Readonly<{
|
|
3203
3203
|
onClick?: (ev: Event) => any;
|
|
@@ -3239,7 +3239,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3239
3239
|
default: string;
|
|
3240
3240
|
};
|
|
3241
3241
|
icon: {
|
|
3242
|
-
type: PropType<import("
|
|
3242
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3243
3243
|
};
|
|
3244
3244
|
}>> & Readonly<{
|
|
3245
3245
|
onClick?: (ev: Event) => any;
|
|
@@ -3266,7 +3266,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3266
3266
|
}, string, {
|
|
3267
3267
|
color: string;
|
|
3268
3268
|
spin: boolean;
|
|
3269
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3269
|
+
}, {}, 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>);
|
|
3270
3270
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3271
3271
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3272
3272
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3306,9 +3306,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3306
3306
|
default: boolean;
|
|
3307
3307
|
};
|
|
3308
3308
|
}>> & Readonly<{
|
|
3309
|
-
onChange?: (val: import("
|
|
3309
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3310
3310
|
onClick?: (ev: Event) => any;
|
|
3311
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3311
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3312
3312
|
}>, {
|
|
3313
3313
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3314
3314
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3363,9 +3363,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3363
3363
|
default: boolean;
|
|
3364
3364
|
};
|
|
3365
3365
|
}>> & Readonly<{
|
|
3366
|
-
onChange?: (val: import("
|
|
3366
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3367
3367
|
onClick?: (ev: Event) => any;
|
|
3368
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3368
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3369
3369
|
}>, {
|
|
3370
3370
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3371
3371
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3379,8 +3379,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3379
3379
|
handleBlur: () => void;
|
|
3380
3380
|
onClick: (e: MouseEvent) => void;
|
|
3381
3381
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3382
|
-
'update:modelValue': (val: import("
|
|
3383
|
-
change: (val: import("
|
|
3382
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3383
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3384
3384
|
click: (ev: Event) => boolean;
|
|
3385
3385
|
}, string, {
|
|
3386
3386
|
name: string;
|
|
@@ -3405,7 +3405,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3405
3405
|
default: string;
|
|
3406
3406
|
};
|
|
3407
3407
|
icon: {
|
|
3408
|
-
type: PropType<import("
|
|
3408
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3409
3409
|
};
|
|
3410
3410
|
}>> & Readonly<{
|
|
3411
3411
|
onClick?: (ev: Event) => any;
|
|
@@ -3452,7 +3452,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3452
3452
|
default: string;
|
|
3453
3453
|
};
|
|
3454
3454
|
icon: {
|
|
3455
|
-
type: PropType<import("
|
|
3455
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3456
3456
|
};
|
|
3457
3457
|
}>> & Readonly<{
|
|
3458
3458
|
onClick?: (ev: Event) => any;
|
|
@@ -3494,7 +3494,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3494
3494
|
default: string;
|
|
3495
3495
|
};
|
|
3496
3496
|
icon: {
|
|
3497
|
-
type: PropType<import("
|
|
3497
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3498
3498
|
};
|
|
3499
3499
|
}>> & Readonly<{
|
|
3500
3500
|
onClick?: (ev: Event) => any;
|
|
@@ -3521,23 +3521,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3521
3521
|
}, string, {
|
|
3522
3522
|
color: string;
|
|
3523
3523
|
spin: boolean;
|
|
3524
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3524
|
+
}, {}, 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>);
|
|
3525
3525
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3526
3526
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3527
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3527
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3528
3528
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3529
3529
|
modelValue: {
|
|
3530
|
-
type: PropType<import("
|
|
3531
|
-
default: () => import("
|
|
3530
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3531
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3532
3532
|
};
|
|
3533
3533
|
size: {
|
|
3534
|
-
type: PropType<"
|
|
3534
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3535
3535
|
default: string;
|
|
3536
|
-
validator: (val: "
|
|
3536
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3537
3537
|
};
|
|
3538
3538
|
options: {
|
|
3539
|
-
type: PropType<import("
|
|
3540
|
-
default: () => import("
|
|
3539
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3540
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3541
3541
|
};
|
|
3542
3542
|
disabled: {
|
|
3543
3543
|
type: BooleanConstructor;
|
|
@@ -3551,12 +3551,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3551
3551
|
type: StringConstructor;
|
|
3552
3552
|
};
|
|
3553
3553
|
buttonType: {
|
|
3554
|
-
type: PropType<"
|
|
3554
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3555
3555
|
default: string;
|
|
3556
3556
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3557
3557
|
};
|
|
3558
3558
|
type: {
|
|
3559
|
-
type: PropType<"
|
|
3559
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3560
3560
|
default: string;
|
|
3561
3561
|
validator: (val: "default" | "button") => boolean;
|
|
3562
3562
|
};
|
|
@@ -3576,21 +3576,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3576
3576
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
3577
3577
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
3578
3578
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3579
|
-
'update:modelValue': (v: import("
|
|
3580
|
-
change: (v: import("
|
|
3579
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3580
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3581
3581
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3582
3582
|
modelValue: {
|
|
3583
|
-
type: PropType<import("
|
|
3584
|
-
default: () => import("
|
|
3583
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3584
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3585
3585
|
};
|
|
3586
3586
|
size: {
|
|
3587
|
-
type: PropType<"
|
|
3587
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3588
3588
|
default: string;
|
|
3589
|
-
validator: (val: "
|
|
3589
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3590
3590
|
};
|
|
3591
3591
|
options: {
|
|
3592
|
-
type: PropType<import("
|
|
3593
|
-
default: () => import("
|
|
3592
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3593
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3594
3594
|
};
|
|
3595
3595
|
disabled: {
|
|
3596
3596
|
type: BooleanConstructor;
|
|
@@ -3604,12 +3604,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3604
3604
|
type: StringConstructor;
|
|
3605
3605
|
};
|
|
3606
3606
|
buttonType: {
|
|
3607
|
-
type: PropType<"
|
|
3607
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3608
3608
|
default: string;
|
|
3609
3609
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3610
3610
|
};
|
|
3611
3611
|
type: {
|
|
3612
|
-
type: PropType<"
|
|
3612
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3613
3613
|
default: string;
|
|
3614
3614
|
validator: (val: "default" | "button") => boolean;
|
|
3615
3615
|
};
|
|
@@ -3621,15 +3621,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3621
3621
|
type: PropType<"ltr" | "rtl">;
|
|
3622
3622
|
};
|
|
3623
3623
|
}>> & Readonly<{
|
|
3624
|
-
onChange?: (v: import("
|
|
3625
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3624
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3625
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3626
3626
|
}>, {
|
|
3627
3627
|
type: "default" | "button";
|
|
3628
3628
|
loading: boolean;
|
|
3629
|
-
size: "
|
|
3629
|
+
size: "default" | "small" | "large";
|
|
3630
3630
|
disabled: boolean;
|
|
3631
|
-
modelValue: import("
|
|
3632
|
-
options: import("
|
|
3631
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3632
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3633
3633
|
buttonFill: boolean;
|
|
3634
3634
|
buttonType: "fill" | "border" | "card";
|
|
3635
3635
|
}, {}, {
|
|
@@ -3647,7 +3647,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3647
3647
|
default: string;
|
|
3648
3648
|
};
|
|
3649
3649
|
icon: {
|
|
3650
|
-
type: PropType<import("
|
|
3650
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3651
3651
|
};
|
|
3652
3652
|
}>> & Readonly<{
|
|
3653
3653
|
onClick?: (ev: Event) => any;
|
|
@@ -3694,7 +3694,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3694
3694
|
default: string;
|
|
3695
3695
|
};
|
|
3696
3696
|
icon: {
|
|
3697
|
-
type: PropType<import("
|
|
3697
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3698
3698
|
};
|
|
3699
3699
|
}>> & Readonly<{
|
|
3700
3700
|
onClick?: (ev: Event) => any;
|
|
@@ -3736,7 +3736,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3736
3736
|
default: string;
|
|
3737
3737
|
};
|
|
3738
3738
|
icon: {
|
|
3739
|
-
type: PropType<import("
|
|
3739
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3740
3740
|
};
|
|
3741
3741
|
}>> & Readonly<{
|
|
3742
3742
|
onClick?: (ev: Event) => any;
|
|
@@ -3763,7 +3763,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3763
3763
|
}, string, {
|
|
3764
3764
|
color: string;
|
|
3765
3765
|
spin: boolean;
|
|
3766
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3766
|
+
}, {}, 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>);
|
|
3767
3767
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3768
3768
|
modelValue: {
|
|
3769
3769
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3806,8 +3806,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3806
3806
|
handleBlur: () => void;
|
|
3807
3807
|
onClick: (e: MouseEvent) => void;
|
|
3808
3808
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3809
|
-
'update:modelValue': (val: import("
|
|
3810
|
-
change: (val: import("
|
|
3809
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3810
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3811
3811
|
click: (ev: Event) => boolean;
|
|
3812
3812
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3813
3813
|
modelValue: {
|
|
@@ -3839,9 +3839,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3839
3839
|
default: boolean;
|
|
3840
3840
|
};
|
|
3841
3841
|
}>> & Readonly<{
|
|
3842
|
-
onChange?: (val: import("
|
|
3842
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3843
3843
|
onClick?: (ev: Event) => any;
|
|
3844
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3844
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3845
3845
|
}>, {
|
|
3846
3846
|
name: string;
|
|
3847
3847
|
disabled: boolean;
|
|
@@ -3865,7 +3865,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3865
3865
|
default: string;
|
|
3866
3866
|
};
|
|
3867
3867
|
icon: {
|
|
3868
|
-
type: PropType<import("
|
|
3868
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3869
3869
|
};
|
|
3870
3870
|
}>> & Readonly<{
|
|
3871
3871
|
onClick?: (ev: Event) => any;
|
|
@@ -3912,7 +3912,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3912
3912
|
default: string;
|
|
3913
3913
|
};
|
|
3914
3914
|
icon: {
|
|
3915
|
-
type: PropType<import("
|
|
3915
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3916
3916
|
};
|
|
3917
3917
|
}>> & Readonly<{
|
|
3918
3918
|
onClick?: (ev: Event) => any;
|
|
@@ -3954,7 +3954,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3954
3954
|
default: string;
|
|
3955
3955
|
};
|
|
3956
3956
|
icon: {
|
|
3957
|
-
type: PropType<import("
|
|
3957
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3958
3958
|
};
|
|
3959
3959
|
}>> & Readonly<{
|
|
3960
3960
|
onClick?: (ev: Event) => any;
|
|
@@ -3981,13 +3981,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3981
3981
|
}, string, {
|
|
3982
3982
|
color: string;
|
|
3983
3983
|
spin: boolean;
|
|
3984
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3984
|
+
}, {}, 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>);
|
|
3985
3985
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3986
3986
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3987
3987
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3988
3988
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3989
3989
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3990
|
-
};
|
|
3990
|
+
});
|
|
3991
3991
|
Icon: {
|
|
3992
3992
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3993
3993
|
rotate: {
|
|
@@ -4002,7 +4002,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4002
4002
|
default: string;
|
|
4003
4003
|
};
|
|
4004
4004
|
icon: {
|
|
4005
|
-
type: PropType<import("
|
|
4005
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4006
4006
|
};
|
|
4007
4007
|
}>> & Readonly<{
|
|
4008
4008
|
onClick?: (ev: Event) => any;
|
|
@@ -4049,7 +4049,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4049
4049
|
default: string;
|
|
4050
4050
|
};
|
|
4051
4051
|
icon: {
|
|
4052
|
-
type: PropType<import("
|
|
4052
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4053
4053
|
};
|
|
4054
4054
|
}>> & Readonly<{
|
|
4055
4055
|
onClick?: (ev: Event) => any;
|
|
@@ -4091,7 +4091,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4091
4091
|
default: string;
|
|
4092
4092
|
};
|
|
4093
4093
|
icon: {
|
|
4094
|
-
type: PropType<import("
|
|
4094
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4095
4095
|
};
|
|
4096
4096
|
}>> & Readonly<{
|
|
4097
4097
|
onClick?: (ev: Event) => any;
|
|
@@ -4118,7 +4118,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4118
4118
|
}, string, {
|
|
4119
4119
|
color: string;
|
|
4120
4120
|
spin: boolean;
|
|
4121
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4121
|
+
}, {}, 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>);
|
|
4122
4122
|
FilterIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4123
4123
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4124
4124
|
RenderTitle: (props: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4138,7 +4138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4138
4138
|
default: string;
|
|
4139
4139
|
};
|
|
4140
4140
|
icon: {
|
|
4141
|
-
type: PropType<import("
|
|
4141
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4142
4142
|
};
|
|
4143
4143
|
}>> & Readonly<{
|
|
4144
4144
|
onClick?: (ev: Event) => any;
|
|
@@ -4185,7 +4185,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4185
4185
|
default: string;
|
|
4186
4186
|
};
|
|
4187
4187
|
icon: {
|
|
4188
|
-
type: PropType<import("
|
|
4188
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4189
4189
|
};
|
|
4190
4190
|
}>> & Readonly<{
|
|
4191
4191
|
onClick?: (ev: Event) => any;
|
|
@@ -4227,7 +4227,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4227
4227
|
default: string;
|
|
4228
4228
|
};
|
|
4229
4229
|
icon: {
|
|
4230
|
-
type: PropType<import("
|
|
4230
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4231
4231
|
};
|
|
4232
4232
|
}>> & Readonly<{
|
|
4233
4233
|
onClick?: (ev: Event) => any;
|
|
@@ -4254,7 +4254,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4254
4254
|
}, string, {
|
|
4255
4255
|
color: string;
|
|
4256
4256
|
spin: boolean;
|
|
4257
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4257
|
+
}, {}, 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>);
|
|
4258
4258
|
ChevronUp: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4259
4259
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4260
4260
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4268,7 +4268,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4268
4268
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4269
4269
|
leafColumns: import("vue").ComputedRef<import("./Table.type").InnerColumn[]>;
|
|
4270
4270
|
data: import("vue").ComputedRef<import("./Table.type").InnerDataItem[]>;
|
|
4271
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
4271
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
4272
4272
|
showSummary: import("vue").Ref<boolean, boolean>;
|
|
4273
4273
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4274
4274
|
columns: {
|
|
@@ -4425,7 +4425,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4425
4425
|
hasSorters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
4426
4426
|
hasFilters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
4427
4427
|
isSortColumn: (column: import("./Table.type").InnerColumn) => boolean;
|
|
4428
|
-
pagination: import("
|
|
4428
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
4429
4429
|
cellRef: import("vue").Ref<any, any>;
|
|
4430
4430
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
4431
4431
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -4488,7 +4488,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4488
4488
|
default: boolean;
|
|
4489
4489
|
};
|
|
4490
4490
|
expandIcon: {
|
|
4491
|
-
type: PropType<import("
|
|
4491
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4492
4492
|
default: any;
|
|
4493
4493
|
};
|
|
4494
4494
|
needIndentSpaced: {
|
|
@@ -4504,7 +4504,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4504
4504
|
loading: import("vue").Ref<boolean, boolean>;
|
|
4505
4505
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
4506
4506
|
onClick: (e: any) => void;
|
|
4507
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
4507
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4508
4508
|
expandable: {
|
|
4509
4509
|
type: BooleanConstructor;
|
|
4510
4510
|
default: boolean;
|
|
@@ -4514,7 +4514,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4514
4514
|
default: boolean;
|
|
4515
4515
|
};
|
|
4516
4516
|
expandIcon: {
|
|
4517
|
-
type: PropType<import("
|
|
4517
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4518
4518
|
default: any;
|
|
4519
4519
|
};
|
|
4520
4520
|
needIndentSpaced: {
|
|
@@ -4549,7 +4549,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4549
4549
|
default: string;
|
|
4550
4550
|
};
|
|
4551
4551
|
icon: {
|
|
4552
|
-
type: PropType<import("
|
|
4552
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4553
4553
|
};
|
|
4554
4554
|
}>> & Readonly<{
|
|
4555
4555
|
onClick?: (ev: Event) => any;
|
|
@@ -4596,7 +4596,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4596
4596
|
default: string;
|
|
4597
4597
|
};
|
|
4598
4598
|
icon: {
|
|
4599
|
-
type: PropType<import("
|
|
4599
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4600
4600
|
};
|
|
4601
4601
|
}>> & Readonly<{
|
|
4602
4602
|
onClick?: (ev: Event) => any;
|
|
@@ -4638,7 +4638,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4638
4638
|
default: string;
|
|
4639
4639
|
};
|
|
4640
4640
|
icon: {
|
|
4641
|
-
type: PropType<import("
|
|
4641
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4642
4642
|
};
|
|
4643
4643
|
}>> & Readonly<{
|
|
4644
4644
|
onClick?: (ev: Event) => any;
|
|
@@ -4665,14 +4665,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4665
4665
|
}, string, {
|
|
4666
4666
|
color: string;
|
|
4667
4667
|
spin: boolean;
|
|
4668
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4668
|
+
}, {}, 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>);
|
|
4669
4669
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4670
4670
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4671
4671
|
UTooltip: {
|
|
4672
4672
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4673
4673
|
placement: {
|
|
4674
4674
|
default: string;
|
|
4675
|
-
type: PropType<"
|
|
4675
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4676
4676
|
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;
|
|
4677
4677
|
};
|
|
4678
4678
|
title: {
|
|
@@ -4703,7 +4703,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4703
4703
|
default: string;
|
|
4704
4704
|
};
|
|
4705
4705
|
trigger: {
|
|
4706
|
-
type: PropType<"
|
|
4706
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4707
4707
|
default: string;
|
|
4708
4708
|
validator: (val: "click" | "hover") => boolean;
|
|
4709
4709
|
};
|
|
@@ -4717,8 +4717,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4717
4717
|
default: boolean;
|
|
4718
4718
|
};
|
|
4719
4719
|
color: {
|
|
4720
|
-
type: PropType<"
|
|
4721
|
-
default: "
|
|
4720
|
+
type: PropType<"red" | "light" | undefined>;
|
|
4721
|
+
default: undefined | "red" | "light";
|
|
4722
4722
|
validator: (val: string) => boolean;
|
|
4723
4723
|
};
|
|
4724
4724
|
}>> & Readonly<{
|
|
@@ -4784,7 +4784,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4784
4784
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4785
4785
|
};
|
|
4786
4786
|
placement: {
|
|
4787
|
-
type: PropType<"
|
|
4787
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4788
4788
|
default: string;
|
|
4789
4789
|
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;
|
|
4790
4790
|
};
|
|
@@ -4806,8 +4806,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4806
4806
|
type: StringConstructor;
|
|
4807
4807
|
};
|
|
4808
4808
|
trigger: {
|
|
4809
|
-
type: PropType<("
|
|
4810
|
-
default: () => ("
|
|
4809
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4810
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4811
4811
|
};
|
|
4812
4812
|
mouseEnterDelay: {
|
|
4813
4813
|
type: NumberConstructor;
|
|
@@ -4875,7 +4875,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4875
4875
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4876
4876
|
};
|
|
4877
4877
|
placement: {
|
|
4878
|
-
type: PropType<"
|
|
4878
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4879
4879
|
default: string;
|
|
4880
4880
|
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;
|
|
4881
4881
|
};
|
|
@@ -4897,8 +4897,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4897
4897
|
type: StringConstructor;
|
|
4898
4898
|
};
|
|
4899
4899
|
trigger: {
|
|
4900
|
-
type: PropType<("
|
|
4901
|
-
default: () => ("
|
|
4900
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4901
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4902
4902
|
};
|
|
4903
4903
|
mouseEnterDelay: {
|
|
4904
4904
|
type: NumberConstructor;
|
|
@@ -4973,7 +4973,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4973
4973
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4974
4974
|
placement: {
|
|
4975
4975
|
default: string;
|
|
4976
|
-
type: PropType<"
|
|
4976
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4977
4977
|
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;
|
|
4978
4978
|
};
|
|
4979
4979
|
title: {
|
|
@@ -5004,7 +5004,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5004
5004
|
default: string;
|
|
5005
5005
|
};
|
|
5006
5006
|
trigger: {
|
|
5007
|
-
type: PropType<"
|
|
5007
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5008
5008
|
default: string;
|
|
5009
5009
|
validator: (val: "click" | "hover") => boolean;
|
|
5010
5010
|
};
|
|
@@ -5018,8 +5018,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5018
5018
|
default: boolean;
|
|
5019
5019
|
};
|
|
5020
5020
|
color: {
|
|
5021
|
-
type: PropType<"
|
|
5022
|
-
default: "
|
|
5021
|
+
type: PropType<"red" | "light" | undefined>;
|
|
5022
|
+
default: undefined | "red" | "light";
|
|
5023
5023
|
validator: (val: string) => boolean;
|
|
5024
5024
|
};
|
|
5025
5025
|
}>> & Readonly<{
|
|
@@ -5080,7 +5080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5080
5080
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5081
5081
|
placement: {
|
|
5082
5082
|
default: string;
|
|
5083
|
-
type: PropType<"
|
|
5083
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5084
5084
|
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;
|
|
5085
5085
|
};
|
|
5086
5086
|
title: {
|
|
@@ -5111,7 +5111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5111
5111
|
default: string;
|
|
5112
5112
|
};
|
|
5113
5113
|
trigger: {
|
|
5114
|
-
type: PropType<"
|
|
5114
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5115
5115
|
default: string;
|
|
5116
5116
|
validator: (val: "click" | "hover") => boolean;
|
|
5117
5117
|
};
|
|
@@ -5125,8 +5125,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5125
5125
|
default: boolean;
|
|
5126
5126
|
};
|
|
5127
5127
|
color: {
|
|
5128
|
-
type: PropType<"
|
|
5129
|
-
default: "
|
|
5128
|
+
type: PropType<"red" | "light" | undefined>;
|
|
5129
|
+
default: undefined | "red" | "light";
|
|
5130
5130
|
validator: (val: string) => boolean;
|
|
5131
5131
|
};
|
|
5132
5132
|
}>> & Readonly<{
|
|
@@ -5192,7 +5192,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5192
5192
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5193
5193
|
};
|
|
5194
5194
|
placement: {
|
|
5195
|
-
type: PropType<"
|
|
5195
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5196
5196
|
default: string;
|
|
5197
5197
|
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;
|
|
5198
5198
|
};
|
|
@@ -5214,8 +5214,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5214
5214
|
type: StringConstructor;
|
|
5215
5215
|
};
|
|
5216
5216
|
trigger: {
|
|
5217
|
-
type: PropType<("
|
|
5218
|
-
default: () => ("
|
|
5217
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5218
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5219
5219
|
};
|
|
5220
5220
|
mouseEnterDelay: {
|
|
5221
5221
|
type: NumberConstructor;
|
|
@@ -5283,7 +5283,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5283
5283
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5284
5284
|
};
|
|
5285
5285
|
placement: {
|
|
5286
|
-
type: PropType<"
|
|
5286
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5287
5287
|
default: string;
|
|
5288
5288
|
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;
|
|
5289
5289
|
};
|
|
@@ -5305,8 +5305,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5305
5305
|
type: StringConstructor;
|
|
5306
5306
|
};
|
|
5307
5307
|
trigger: {
|
|
5308
|
-
type: PropType<("
|
|
5309
|
-
default: () => ("
|
|
5308
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5309
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5310
5310
|
};
|
|
5311
5311
|
mouseEnterDelay: {
|
|
5312
5312
|
type: NumberConstructor;
|
|
@@ -5371,7 +5371,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5371
5371
|
};
|
|
5372
5372
|
};
|
|
5373
5373
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5374
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5374
|
+
} & 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>);
|
|
5375
5375
|
USkeleton: {
|
|
5376
5376
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5377
5377
|
active: {
|
|
@@ -5383,25 +5383,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5383
5383
|
default: boolean;
|
|
5384
5384
|
};
|
|
5385
5385
|
avatar: {
|
|
5386
|
-
type: PropType<boolean | import("
|
|
5386
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5387
5387
|
default: boolean;
|
|
5388
5388
|
};
|
|
5389
5389
|
title: {
|
|
5390
|
-
type: PropType<boolean | import("
|
|
5390
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5391
5391
|
default: boolean;
|
|
5392
5392
|
};
|
|
5393
5393
|
paragraph: {
|
|
5394
|
-
type: PropType<boolean | import("
|
|
5394
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5395
5395
|
default: boolean;
|
|
5396
5396
|
};
|
|
5397
5397
|
}>> & Readonly<{}>, {
|
|
5398
5398
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5399
5399
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5400
5400
|
loading: boolean;
|
|
5401
|
-
title: boolean | import("
|
|
5402
|
-
avatar: boolean | import("
|
|
5401
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5402
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5403
5403
|
active: boolean;
|
|
5404
|
-
paragraph: boolean | import("
|
|
5404
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5405
5405
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
5406
5406
|
P: {};
|
|
5407
5407
|
B: {};
|
|
@@ -5419,25 +5419,25 @@ 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
|
}, {}, {}, {}, {
|
|
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("
|
|
5440
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5441
5441
|
}>;
|
|
5442
5442
|
__isFragment?: never;
|
|
5443
5443
|
__isTeleport?: never;
|
|
@@ -5452,58 +5452,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5452
5452
|
default: boolean;
|
|
5453
5453
|
};
|
|
5454
5454
|
avatar: {
|
|
5455
|
-
type: PropType<boolean | import("
|
|
5455
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5456
5456
|
default: boolean;
|
|
5457
5457
|
};
|
|
5458
5458
|
title: {
|
|
5459
|
-
type: PropType<boolean | import("
|
|
5459
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5460
5460
|
default: boolean;
|
|
5461
5461
|
};
|
|
5462
5462
|
paragraph: {
|
|
5463
|
-
type: PropType<boolean | import("
|
|
5463
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5464
5464
|
default: boolean;
|
|
5465
5465
|
};
|
|
5466
5466
|
}>> & Readonly<{}>, {
|
|
5467
5467
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5468
5468
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5469
5469
|
loading: boolean;
|
|
5470
|
-
title: boolean | import("
|
|
5471
|
-
avatar: boolean | import("
|
|
5470
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5471
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5472
5472
|
active: boolean;
|
|
5473
|
-
paragraph: boolean | import("
|
|
5474
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5473
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5474
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
5475
5475
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5476
5476
|
type: {
|
|
5477
|
-
type: PropType<"
|
|
5477
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5478
5478
|
default: string;
|
|
5479
5479
|
};
|
|
5480
5480
|
}>, {
|
|
5481
5481
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5482
5482
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5483
5483
|
type: {
|
|
5484
|
-
type: PropType<"
|
|
5484
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5485
5485
|
default: string;
|
|
5486
5486
|
};
|
|
5487
5487
|
}>> & Readonly<{}>, {
|
|
5488
|
-
type: "text" | "image" | "circle" | "
|
|
5488
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5489
5489
|
}, {}, {
|
|
5490
5490
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5491
5491
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5492
|
-
};
|
|
5492
|
+
});
|
|
5493
5493
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5494
5494
|
type: {
|
|
5495
|
-
type: PropType<"
|
|
5495
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5496
5496
|
default: string;
|
|
5497
5497
|
};
|
|
5498
5498
|
}>, {
|
|
5499
5499
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5500
5500
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5501
5501
|
type: {
|
|
5502
|
-
type: PropType<"
|
|
5502
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5503
5503
|
default: string;
|
|
5504
5504
|
};
|
|
5505
5505
|
}>> & Readonly<{}>, {
|
|
5506
|
-
type: "text" | "image" | "circle" | "
|
|
5506
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5507
5507
|
}, {}, {
|
|
5508
5508
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5509
5509
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5549,7 +5549,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5549
5549
|
};
|
|
5550
5550
|
}>, {
|
|
5551
5551
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5552
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
5552
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
5553
5553
|
expandedColumns: import("vue").ComputedRef<import("./Table.type").InnerColumn[]>;
|
|
5554
5554
|
expandRowKey: import("vue").ComputedRef<string>;
|
|
5555
5555
|
expandVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5727,7 +5727,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5727
5727
|
hasSorters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
5728
5728
|
hasFilters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
5729
5729
|
isSortColumn: (column: import("./Table.type").InnerColumn) => boolean;
|
|
5730
|
-
pagination: import("
|
|
5730
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
5731
5731
|
cellRef: import("vue").Ref<any, any>;
|
|
5732
5732
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
5733
5733
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -5790,7 +5790,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5790
5790
|
default: boolean;
|
|
5791
5791
|
};
|
|
5792
5792
|
expandIcon: {
|
|
5793
|
-
type: PropType<import("
|
|
5793
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5794
5794
|
default: any;
|
|
5795
5795
|
};
|
|
5796
5796
|
needIndentSpaced: {
|
|
@@ -5806,7 +5806,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5806
5806
|
loading: import("vue").Ref<boolean, boolean>;
|
|
5807
5807
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
5808
5808
|
onClick: (e: any) => void;
|
|
5809
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5809
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5810
5810
|
expandable: {
|
|
5811
5811
|
type: BooleanConstructor;
|
|
5812
5812
|
default: boolean;
|
|
@@ -5816,7 +5816,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5816
5816
|
default: boolean;
|
|
5817
5817
|
};
|
|
5818
5818
|
expandIcon: {
|
|
5819
|
-
type: PropType<import("
|
|
5819
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5820
5820
|
default: any;
|
|
5821
5821
|
};
|
|
5822
5822
|
needIndentSpaced: {
|
|
@@ -5851,7 +5851,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5851
5851
|
default: string;
|
|
5852
5852
|
};
|
|
5853
5853
|
icon: {
|
|
5854
|
-
type: PropType<import("
|
|
5854
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5855
5855
|
};
|
|
5856
5856
|
}>> & Readonly<{
|
|
5857
5857
|
onClick?: (ev: Event) => any;
|
|
@@ -5898,7 +5898,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5898
5898
|
default: string;
|
|
5899
5899
|
};
|
|
5900
5900
|
icon: {
|
|
5901
|
-
type: PropType<import("
|
|
5901
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5902
5902
|
};
|
|
5903
5903
|
}>> & Readonly<{
|
|
5904
5904
|
onClick?: (ev: Event) => any;
|
|
@@ -5940,7 +5940,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5940
5940
|
default: string;
|
|
5941
5941
|
};
|
|
5942
5942
|
icon: {
|
|
5943
|
-
type: PropType<import("
|
|
5943
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5944
5944
|
};
|
|
5945
5945
|
}>> & Readonly<{
|
|
5946
5946
|
onClick?: (ev: Event) => any;
|
|
@@ -5967,14 +5967,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5967
5967
|
}, string, {
|
|
5968
5968
|
color: string;
|
|
5969
5969
|
spin: boolean;
|
|
5970
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5970
|
+
}, {}, 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>);
|
|
5971
5971
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5972
5972
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5973
5973
|
UTooltip: {
|
|
5974
5974
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5975
5975
|
placement: {
|
|
5976
5976
|
default: string;
|
|
5977
|
-
type: PropType<"
|
|
5977
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5978
5978
|
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;
|
|
5979
5979
|
};
|
|
5980
5980
|
title: {
|
|
@@ -6005,7 +6005,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6005
6005
|
default: string;
|
|
6006
6006
|
};
|
|
6007
6007
|
trigger: {
|
|
6008
|
-
type: PropType<"
|
|
6008
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6009
6009
|
default: string;
|
|
6010
6010
|
validator: (val: "click" | "hover") => boolean;
|
|
6011
6011
|
};
|
|
@@ -6019,8 +6019,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6019
6019
|
default: boolean;
|
|
6020
6020
|
};
|
|
6021
6021
|
color: {
|
|
6022
|
-
type: PropType<"
|
|
6023
|
-
default: "
|
|
6022
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6023
|
+
default: undefined | "red" | "light";
|
|
6024
6024
|
validator: (val: string) => boolean;
|
|
6025
6025
|
};
|
|
6026
6026
|
}>> & Readonly<{
|
|
@@ -6086,7 +6086,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6086
6086
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6087
6087
|
};
|
|
6088
6088
|
placement: {
|
|
6089
|
-
type: PropType<"
|
|
6089
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6090
6090
|
default: string;
|
|
6091
6091
|
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;
|
|
6092
6092
|
};
|
|
@@ -6108,8 +6108,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6108
6108
|
type: StringConstructor;
|
|
6109
6109
|
};
|
|
6110
6110
|
trigger: {
|
|
6111
|
-
type: PropType<("
|
|
6112
|
-
default: () => ("
|
|
6111
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6112
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6113
6113
|
};
|
|
6114
6114
|
mouseEnterDelay: {
|
|
6115
6115
|
type: NumberConstructor;
|
|
@@ -6177,7 +6177,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6177
6177
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6178
6178
|
};
|
|
6179
6179
|
placement: {
|
|
6180
|
-
type: PropType<"
|
|
6180
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6181
6181
|
default: string;
|
|
6182
6182
|
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;
|
|
6183
6183
|
};
|
|
@@ -6199,8 +6199,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6199
6199
|
type: StringConstructor;
|
|
6200
6200
|
};
|
|
6201
6201
|
trigger: {
|
|
6202
|
-
type: PropType<("
|
|
6203
|
-
default: () => ("
|
|
6202
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6203
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6204
6204
|
};
|
|
6205
6205
|
mouseEnterDelay: {
|
|
6206
6206
|
type: NumberConstructor;
|
|
@@ -6275,7 +6275,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6275
6275
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
6276
6276
|
placement: {
|
|
6277
6277
|
default: string;
|
|
6278
|
-
type: PropType<"
|
|
6278
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6279
6279
|
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;
|
|
6280
6280
|
};
|
|
6281
6281
|
title: {
|
|
@@ -6306,7 +6306,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6306
6306
|
default: string;
|
|
6307
6307
|
};
|
|
6308
6308
|
trigger: {
|
|
6309
|
-
type: PropType<"
|
|
6309
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6310
6310
|
default: string;
|
|
6311
6311
|
validator: (val: "click" | "hover") => boolean;
|
|
6312
6312
|
};
|
|
@@ -6320,8 +6320,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6320
6320
|
default: boolean;
|
|
6321
6321
|
};
|
|
6322
6322
|
color: {
|
|
6323
|
-
type: PropType<"
|
|
6324
|
-
default: "
|
|
6323
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6324
|
+
default: undefined | "red" | "light";
|
|
6325
6325
|
validator: (val: string) => boolean;
|
|
6326
6326
|
};
|
|
6327
6327
|
}>> & Readonly<{
|
|
@@ -6382,7 +6382,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6382
6382
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6383
6383
|
placement: {
|
|
6384
6384
|
default: string;
|
|
6385
|
-
type: PropType<"
|
|
6385
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6386
6386
|
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;
|
|
6387
6387
|
};
|
|
6388
6388
|
title: {
|
|
@@ -6413,7 +6413,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6413
6413
|
default: string;
|
|
6414
6414
|
};
|
|
6415
6415
|
trigger: {
|
|
6416
|
-
type: PropType<"
|
|
6416
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6417
6417
|
default: string;
|
|
6418
6418
|
validator: (val: "click" | "hover") => boolean;
|
|
6419
6419
|
};
|
|
@@ -6427,8 +6427,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6427
6427
|
default: boolean;
|
|
6428
6428
|
};
|
|
6429
6429
|
color: {
|
|
6430
|
-
type: PropType<"
|
|
6431
|
-
default: "
|
|
6430
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6431
|
+
default: undefined | "red" | "light";
|
|
6432
6432
|
validator: (val: string) => boolean;
|
|
6433
6433
|
};
|
|
6434
6434
|
}>> & Readonly<{
|
|
@@ -6494,7 +6494,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6494
6494
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6495
6495
|
};
|
|
6496
6496
|
placement: {
|
|
6497
|
-
type: PropType<"
|
|
6497
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6498
6498
|
default: string;
|
|
6499
6499
|
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;
|
|
6500
6500
|
};
|
|
@@ -6516,8 +6516,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6516
6516
|
type: StringConstructor;
|
|
6517
6517
|
};
|
|
6518
6518
|
trigger: {
|
|
6519
|
-
type: PropType<("
|
|
6520
|
-
default: () => ("
|
|
6519
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6520
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6521
6521
|
};
|
|
6522
6522
|
mouseEnterDelay: {
|
|
6523
6523
|
type: NumberConstructor;
|
|
@@ -6585,7 +6585,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6585
6585
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6586
6586
|
};
|
|
6587
6587
|
placement: {
|
|
6588
|
-
type: PropType<"
|
|
6588
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6589
6589
|
default: string;
|
|
6590
6590
|
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;
|
|
6591
6591
|
};
|
|
@@ -6607,8 +6607,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6607
6607
|
type: StringConstructor;
|
|
6608
6608
|
};
|
|
6609
6609
|
trigger: {
|
|
6610
|
-
type: PropType<("
|
|
6611
|
-
default: () => ("
|
|
6610
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6611
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6612
6612
|
};
|
|
6613
6613
|
mouseEnterDelay: {
|
|
6614
6614
|
type: NumberConstructor;
|
|
@@ -6673,7 +6673,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6673
6673
|
};
|
|
6674
6674
|
};
|
|
6675
6675
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6676
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6676
|
+
} & 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>);
|
|
6677
6677
|
USkeleton: {
|
|
6678
6678
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6679
6679
|
active: {
|
|
@@ -6685,25 +6685,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6685
6685
|
default: boolean;
|
|
6686
6686
|
};
|
|
6687
6687
|
avatar: {
|
|
6688
|
-
type: PropType<boolean | import("
|
|
6688
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6689
6689
|
default: boolean;
|
|
6690
6690
|
};
|
|
6691
6691
|
title: {
|
|
6692
|
-
type: PropType<boolean | import("
|
|
6692
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6693
6693
|
default: boolean;
|
|
6694
6694
|
};
|
|
6695
6695
|
paragraph: {
|
|
6696
|
-
type: PropType<boolean | import("
|
|
6696
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6697
6697
|
default: boolean;
|
|
6698
6698
|
};
|
|
6699
6699
|
}>> & Readonly<{}>, {
|
|
6700
6700
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6701
6701
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
6702
6702
|
loading: boolean;
|
|
6703
|
-
title: boolean | import("
|
|
6704
|
-
avatar: boolean | import("
|
|
6703
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6704
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6705
6705
|
active: boolean;
|
|
6706
|
-
paragraph: boolean | import("
|
|
6706
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6707
6707
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6708
6708
|
P: {};
|
|
6709
6709
|
B: {};
|
|
@@ -6721,25 +6721,25 @@ 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
|
}, {}, {}, {}, {
|
|
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("
|
|
6742
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6743
6743
|
}>;
|
|
6744
6744
|
__isFragment?: never;
|
|
6745
6745
|
__isTeleport?: never;
|
|
@@ -6754,58 +6754,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6754
6754
|
default: boolean;
|
|
6755
6755
|
};
|
|
6756
6756
|
avatar: {
|
|
6757
|
-
type: PropType<boolean | import("
|
|
6757
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6758
6758
|
default: boolean;
|
|
6759
6759
|
};
|
|
6760
6760
|
title: {
|
|
6761
|
-
type: PropType<boolean | import("
|
|
6761
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6762
6762
|
default: boolean;
|
|
6763
6763
|
};
|
|
6764
6764
|
paragraph: {
|
|
6765
|
-
type: PropType<boolean | import("
|
|
6765
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6766
6766
|
default: boolean;
|
|
6767
6767
|
};
|
|
6768
6768
|
}>> & Readonly<{}>, {
|
|
6769
6769
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6770
6770
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
6771
6771
|
loading: boolean;
|
|
6772
|
-
title: boolean | import("
|
|
6773
|
-
avatar: boolean | import("
|
|
6772
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6773
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6774
6774
|
active: boolean;
|
|
6775
|
-
paragraph: boolean | import("
|
|
6776
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6775
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6776
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
6777
6777
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6778
6778
|
type: {
|
|
6779
|
-
type: PropType<"
|
|
6779
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6780
6780
|
default: string;
|
|
6781
6781
|
};
|
|
6782
6782
|
}>, {
|
|
6783
6783
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6784
6784
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6785
6785
|
type: {
|
|
6786
|
-
type: PropType<"
|
|
6786
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6787
6787
|
default: string;
|
|
6788
6788
|
};
|
|
6789
6789
|
}>> & Readonly<{}>, {
|
|
6790
|
-
type: "text" | "image" | "circle" | "
|
|
6790
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6791
6791
|
}, {}, {
|
|
6792
6792
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6793
6793
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6794
|
-
};
|
|
6794
|
+
});
|
|
6795
6795
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6796
6796
|
type: {
|
|
6797
|
-
type: PropType<"
|
|
6797
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6798
6798
|
default: string;
|
|
6799
6799
|
};
|
|
6800
6800
|
}>, {
|
|
6801
6801
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6802
6802
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6803
6803
|
type: {
|
|
6804
|
-
type: PropType<"
|
|
6804
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6805
6805
|
default: string;
|
|
6806
6806
|
};
|
|
6807
6807
|
}>> & Readonly<{}>, {
|
|
6808
|
-
type: "text" | "image" | "circle" | "
|
|
6808
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6809
6809
|
}, {}, {
|
|
6810
6810
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6811
6811
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6996,7 +6996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6996
6996
|
key: string;
|
|
6997
6997
|
title?: string;
|
|
6998
6998
|
dataIndex?: string;
|
|
6999
|
-
width?:
|
|
6999
|
+
width?: number | string;
|
|
7000
7000
|
minWidth?: number;
|
|
7001
7001
|
fixed?: import("./Table.type").ColumnFixed;
|
|
7002
7002
|
align?: import("./Table.type").ColumnAlign;
|
|
@@ -7008,7 +7008,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7008
7008
|
filterable?: boolean;
|
|
7009
7009
|
filters?: import("./Table.type").ColumnFilter[];
|
|
7010
7010
|
filterFn?: import("./Table.type").ColumnFilterFn;
|
|
7011
|
-
filterIcon?: string | import("vue").Component
|
|
7011
|
+
filterIcon?: string | import("vue").Component;
|
|
7012
7012
|
filterIconStyle?: import("vue").CSSProperties;
|
|
7013
7013
|
filterMultiple?: boolean;
|
|
7014
7014
|
filteredValue?: (string | number)[];
|
|
@@ -7169,12 +7169,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7169
7169
|
Dropdown: {
|
|
7170
7170
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
7171
7171
|
placement: {
|
|
7172
|
-
type: PropType<"
|
|
7172
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
7173
7173
|
default: string;
|
|
7174
7174
|
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;
|
|
7175
7175
|
};
|
|
7176
7176
|
trigger: {
|
|
7177
|
-
type: PropType<"
|
|
7177
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
7178
7178
|
default: string;
|
|
7179
7179
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
7180
7180
|
};
|
|
@@ -7216,7 +7216,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7216
7216
|
type: PropType<any[]>;
|
|
7217
7217
|
};
|
|
7218
7218
|
}>> & Readonly<{
|
|
7219
|
-
onClick?: (e: import("
|
|
7219
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
7220
7220
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
7221
7221
|
"onVisible-change"?: (v: boolean) => any;
|
|
7222
7222
|
}>, {
|
|
@@ -7225,7 +7225,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7225
7225
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
7226
7226
|
onVisibleChange: (val: boolean) => void;
|
|
7227
7227
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7228
|
-
click: (e: import("
|
|
7228
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
7229
7229
|
'visible-change': (v: boolean) => boolean;
|
|
7230
7230
|
'update:visible': (v: boolean) => boolean;
|
|
7231
7231
|
}, import("vue").PublicProps, {
|
|
@@ -7246,7 +7246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7246
7246
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
7247
7247
|
};
|
|
7248
7248
|
placement: {
|
|
7249
|
-
type: PropType<"
|
|
7249
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
7250
7250
|
default: string;
|
|
7251
7251
|
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;
|
|
7252
7252
|
};
|
|
@@ -7268,8 +7268,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7268
7268
|
type: StringConstructor;
|
|
7269
7269
|
};
|
|
7270
7270
|
trigger: {
|
|
7271
|
-
type: PropType<("
|
|
7272
|
-
default: () => ("
|
|
7271
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
7272
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
7273
7273
|
};
|
|
7274
7274
|
mouseEnterDelay: {
|
|
7275
7275
|
type: NumberConstructor;
|
|
@@ -7337,7 +7337,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7337
7337
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
7338
7338
|
};
|
|
7339
7339
|
placement: {
|
|
7340
|
-
type: PropType<"
|
|
7340
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
7341
7341
|
default: string;
|
|
7342
7342
|
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;
|
|
7343
7343
|
};
|
|
@@ -7359,8 +7359,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7359
7359
|
type: StringConstructor;
|
|
7360
7360
|
};
|
|
7361
7361
|
trigger: {
|
|
7362
|
-
type: PropType<("
|
|
7363
|
-
default: () => ("
|
|
7362
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
7363
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
7364
7364
|
};
|
|
7365
7365
|
mouseEnterDelay: {
|
|
7366
7366
|
type: NumberConstructor;
|
|
@@ -7434,12 +7434,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7434
7434
|
Defaults: {};
|
|
7435
7435
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
7436
7436
|
placement: {
|
|
7437
|
-
type: PropType<"
|
|
7437
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
7438
7438
|
default: string;
|
|
7439
7439
|
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;
|
|
7440
7440
|
};
|
|
7441
7441
|
trigger: {
|
|
7442
|
-
type: PropType<"
|
|
7442
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
7443
7443
|
default: string;
|
|
7444
7444
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
7445
7445
|
};
|
|
@@ -7481,7 +7481,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7481
7481
|
type: PropType<any[]>;
|
|
7482
7482
|
};
|
|
7483
7483
|
}>> & Readonly<{
|
|
7484
|
-
onClick?: (e: import("
|
|
7484
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
7485
7485
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
7486
7486
|
"onVisible-change"?: (v: boolean) => any;
|
|
7487
7487
|
}>, {
|
|
@@ -7504,12 +7504,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7504
7504
|
__isSuspense?: never;
|
|
7505
7505
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
7506
7506
|
placement: {
|
|
7507
|
-
type: PropType<"
|
|
7507
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
7508
7508
|
default: string;
|
|
7509
7509
|
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;
|
|
7510
7510
|
};
|
|
7511
7511
|
trigger: {
|
|
7512
|
-
type: PropType<"
|
|
7512
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
7513
7513
|
default: string;
|
|
7514
7514
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
7515
7515
|
};
|
|
@@ -7551,7 +7551,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7551
7551
|
type: PropType<any[]>;
|
|
7552
7552
|
};
|
|
7553
7553
|
}>> & Readonly<{
|
|
7554
|
-
onClick?: (e: import("
|
|
7554
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
7555
7555
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
7556
7556
|
"onVisible-change"?: (v: boolean) => any;
|
|
7557
7557
|
}>, {
|
|
@@ -7560,7 +7560,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7560
7560
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
7561
7561
|
onVisibleChange: (val: boolean) => void;
|
|
7562
7562
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7563
|
-
click: (e: import("
|
|
7563
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
7564
7564
|
'visible-change': (v: boolean) => boolean;
|
|
7565
7565
|
'update:visible': (v: boolean) => boolean;
|
|
7566
7566
|
}, string, {
|
|
@@ -7581,7 +7581,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7581
7581
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
7582
7582
|
};
|
|
7583
7583
|
placement: {
|
|
7584
|
-
type: PropType<"
|
|
7584
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
7585
7585
|
default: string;
|
|
7586
7586
|
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;
|
|
7587
7587
|
};
|
|
@@ -7603,8 +7603,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7603
7603
|
type: StringConstructor;
|
|
7604
7604
|
};
|
|
7605
7605
|
trigger: {
|
|
7606
|
-
type: PropType<("
|
|
7607
|
-
default: () => ("
|
|
7606
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
7607
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
7608
7608
|
};
|
|
7609
7609
|
mouseEnterDelay: {
|
|
7610
7610
|
type: NumberConstructor;
|
|
@@ -7672,7 +7672,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7672
7672
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
7673
7673
|
};
|
|
7674
7674
|
placement: {
|
|
7675
|
-
type: PropType<"
|
|
7675
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
7676
7676
|
default: string;
|
|
7677
7677
|
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;
|
|
7678
7678
|
};
|
|
@@ -7694,8 +7694,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7694
7694
|
type: StringConstructor;
|
|
7695
7695
|
};
|
|
7696
7696
|
trigger: {
|
|
7697
|
-
type: PropType<("
|
|
7698
|
-
default: () => ("
|
|
7697
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
7698
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
7699
7699
|
};
|
|
7700
7700
|
mouseEnterDelay: {
|
|
7701
7701
|
type: NumberConstructor;
|
|
@@ -7760,11 +7760,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7760
7760
|
};
|
|
7761
7761
|
};
|
|
7762
7762
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7763
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
7763
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
7764
7764
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7765
7765
|
options: {
|
|
7766
|
-
type: PropType<import("
|
|
7767
|
-
default: () => import("
|
|
7766
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
7767
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
7768
7768
|
};
|
|
7769
7769
|
icon: {
|
|
7770
7770
|
type: BooleanConstructor;
|
|
@@ -7781,8 +7781,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7781
7781
|
handleMenuClick: (e: any) => void;
|
|
7782
7782
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7783
7783
|
options: {
|
|
7784
|
-
type: PropType<import("
|
|
7785
|
-
default: () => import("
|
|
7784
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
7785
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
7786
7786
|
};
|
|
7787
7787
|
icon: {
|
|
7788
7788
|
type: BooleanConstructor;
|
|
@@ -7797,7 +7797,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7797
7797
|
onClick?: (...args: any[]) => any;
|
|
7798
7798
|
}>, {
|
|
7799
7799
|
icon: boolean;
|
|
7800
|
-
options: import("
|
|
7800
|
+
options: import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
7801
7801
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7802
7802
|
Trigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7803
7803
|
type: {
|
|
@@ -7806,24 +7806,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7806
7806
|
validator: (val: string) => boolean;
|
|
7807
7807
|
};
|
|
7808
7808
|
icon: {
|
|
7809
|
-
type: PropType<import("
|
|
7809
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7810
7810
|
};
|
|
7811
7811
|
text: {
|
|
7812
7812
|
type: StringConstructor;
|
|
7813
7813
|
};
|
|
7814
7814
|
buttonType: {
|
|
7815
|
-
type: PropType<"
|
|
7815
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
7816
7816
|
default: string;
|
|
7817
7817
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
7818
7818
|
};
|
|
7819
7819
|
variant: {
|
|
7820
|
-
type: PropType<"
|
|
7820
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7821
7821
|
default: string;
|
|
7822
7822
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
7823
7823
|
};
|
|
7824
7824
|
color: {
|
|
7825
|
-
type: PropType<"
|
|
7826
|
-
default:
|
|
7825
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
7826
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7827
7827
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
7828
7828
|
};
|
|
7829
7829
|
}>, {
|
|
@@ -7836,24 +7836,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7836
7836
|
validator: (val: string) => boolean;
|
|
7837
7837
|
};
|
|
7838
7838
|
icon: {
|
|
7839
|
-
type: PropType<import("
|
|
7839
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7840
7840
|
};
|
|
7841
7841
|
text: {
|
|
7842
7842
|
type: StringConstructor;
|
|
7843
7843
|
};
|
|
7844
7844
|
buttonType: {
|
|
7845
|
-
type: PropType<"
|
|
7845
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
7846
7846
|
default: string;
|
|
7847
7847
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
7848
7848
|
};
|
|
7849
7849
|
variant: {
|
|
7850
|
-
type: PropType<"
|
|
7850
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7851
7851
|
default: string;
|
|
7852
7852
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
7853
7853
|
};
|
|
7854
7854
|
color: {
|
|
7855
|
-
type: PropType<"
|
|
7856
|
-
default:
|
|
7855
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
7856
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7857
7857
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
7858
7858
|
};
|
|
7859
7859
|
}>> & Readonly<{}>, {
|
|
@@ -7862,7 +7862,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7862
7862
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
7863
7863
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
7864
7864
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7865
|
-
};
|
|
7865
|
+
});
|
|
7866
7866
|
Render: {
|
|
7867
7867
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
7868
7868
|
props: {
|
|
@@ -7874,9 +7874,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7874
7874
|
UMenu: {
|
|
7875
7875
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
7876
7876
|
mode: {
|
|
7877
|
-
type: PropType<"
|
|
7877
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
7878
7878
|
default: string;
|
|
7879
|
-
validator: (val: "
|
|
7879
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
7880
7880
|
};
|
|
7881
7881
|
selectedKeys: {
|
|
7882
7882
|
type: PropType<(string | number)[]>;
|
|
@@ -7913,27 +7913,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7913
7913
|
default: undefined;
|
|
7914
7914
|
};
|
|
7915
7915
|
}>> & Readonly<{
|
|
7916
|
-
onClick?: (e: import("
|
|
7917
|
-
onSelect?: (e: import("
|
|
7918
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
7919
|
-
onDeselect?: (e: import("
|
|
7916
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
7917
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
7918
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
7919
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
7920
7920
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
7921
7921
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
7922
7922
|
}>, {
|
|
7923
7923
|
rootMenu: import("vue").Ref<any, any>;
|
|
7924
7924
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
7925
|
-
computedMode: import("vue").Ref<"
|
|
7925
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
7926
7926
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
7927
7927
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
7928
7928
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7929
|
-
click: (e: import("
|
|
7930
|
-
select: (e: import("
|
|
7931
|
-
deselect: (e: import("
|
|
7929
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
7930
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
7931
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
7932
7932
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
7933
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
7933
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
7934
7934
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
7935
7935
|
}, import("vue").PublicProps, {
|
|
7936
|
-
mode: "
|
|
7936
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
7937
7937
|
multiple: boolean;
|
|
7938
7938
|
openKeys: (string | number)[];
|
|
7939
7939
|
subMenuOpenDelay: number;
|
|
@@ -7958,9 +7958,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7958
7958
|
Defaults: {};
|
|
7959
7959
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
7960
7960
|
mode: {
|
|
7961
|
-
type: PropType<"
|
|
7961
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
7962
7962
|
default: string;
|
|
7963
|
-
validator: (val: "
|
|
7963
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
7964
7964
|
};
|
|
7965
7965
|
selectedKeys: {
|
|
7966
7966
|
type: PropType<(string | number)[]>;
|
|
@@ -7997,20 +7997,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7997
7997
|
default: undefined;
|
|
7998
7998
|
};
|
|
7999
7999
|
}>> & Readonly<{
|
|
8000
|
-
onClick?: (e: import("
|
|
8001
|
-
onSelect?: (e: import("
|
|
8002
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
8003
|
-
onDeselect?: (e: import("
|
|
8000
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
8001
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8002
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
8003
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8004
8004
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
8005
8005
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
8006
8006
|
}>, {
|
|
8007
8007
|
rootMenu: import("vue").Ref<any, any>;
|
|
8008
8008
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
8009
|
-
computedMode: import("vue").Ref<"
|
|
8009
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
8010
8010
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
8011
8011
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
8012
8012
|
}, {}, {}, {}, {
|
|
8013
|
-
mode: "
|
|
8013
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
8014
8014
|
multiple: boolean;
|
|
8015
8015
|
openKeys: (string | number)[];
|
|
8016
8016
|
subMenuOpenDelay: number;
|
|
@@ -8023,9 +8023,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8023
8023
|
__isSuspense?: never;
|
|
8024
8024
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8025
8025
|
mode: {
|
|
8026
|
-
type: PropType<"
|
|
8026
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
8027
8027
|
default: string;
|
|
8028
|
-
validator: (val: "
|
|
8028
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
8029
8029
|
};
|
|
8030
8030
|
selectedKeys: {
|
|
8031
8031
|
type: PropType<(string | number)[]>;
|
|
@@ -8062,27 +8062,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8062
8062
|
default: undefined;
|
|
8063
8063
|
};
|
|
8064
8064
|
}>> & Readonly<{
|
|
8065
|
-
onClick?: (e: import("
|
|
8066
|
-
onSelect?: (e: import("
|
|
8067
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
8068
|
-
onDeselect?: (e: import("
|
|
8065
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
8066
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8067
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
8068
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8069
8069
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
8070
8070
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
8071
8071
|
}>, {
|
|
8072
8072
|
rootMenu: import("vue").Ref<any, any>;
|
|
8073
8073
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
8074
|
-
computedMode: import("vue").Ref<"
|
|
8074
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
8075
8075
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
8076
8076
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
8077
8077
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8078
|
-
click: (e: import("
|
|
8079
|
-
select: (e: import("
|
|
8080
|
-
deselect: (e: import("
|
|
8078
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
8079
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
8080
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
8081
8081
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
8082
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
8082
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
8083
8083
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
8084
8084
|
}, string, {
|
|
8085
|
-
mode: "
|
|
8085
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
8086
8086
|
multiple: boolean;
|
|
8087
8087
|
openKeys: (string | number)[];
|
|
8088
8088
|
subMenuOpenDelay: number;
|
|
@@ -8098,7 +8098,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8098
8098
|
};
|
|
8099
8099
|
};
|
|
8100
8100
|
};
|
|
8101
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
8101
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
8102
8102
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8103
8103
|
name: {
|
|
8104
8104
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -8111,8 +8111,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8111
8111
|
type: StringConstructor;
|
|
8112
8112
|
};
|
|
8113
8113
|
color: {
|
|
8114
|
-
type: PropType<
|
|
8115
|
-
default:
|
|
8114
|
+
type: PropType<string | undefined>;
|
|
8115
|
+
default: undefined | string;
|
|
8116
8116
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
8117
8117
|
};
|
|
8118
8118
|
}>, {
|
|
@@ -8123,7 +8123,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8123
8123
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
8124
8124
|
onClick: () => void;
|
|
8125
8125
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8126
|
-
click: (e: import("
|
|
8126
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
8127
8127
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8128
8128
|
name: {
|
|
8129
8129
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -8136,21 +8136,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8136
8136
|
type: StringConstructor;
|
|
8137
8137
|
};
|
|
8138
8138
|
color: {
|
|
8139
|
-
type: PropType<
|
|
8140
|
-
default:
|
|
8139
|
+
type: PropType<string | undefined>;
|
|
8140
|
+
default: undefined | string;
|
|
8141
8141
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
8142
8142
|
};
|
|
8143
8143
|
}>> & Readonly<{
|
|
8144
|
-
onClick?: (e: import("
|
|
8144
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
8145
8145
|
}>, {
|
|
8146
|
-
color:
|
|
8146
|
+
color: string;
|
|
8147
8147
|
disabled: boolean;
|
|
8148
8148
|
}, {}, {
|
|
8149
8149
|
UTooltip: {
|
|
8150
8150
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
8151
8151
|
placement: {
|
|
8152
8152
|
default: string;
|
|
8153
|
-
type: PropType<"
|
|
8153
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8154
8154
|
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;
|
|
8155
8155
|
};
|
|
8156
8156
|
title: {
|
|
@@ -8181,7 +8181,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8181
8181
|
default: string;
|
|
8182
8182
|
};
|
|
8183
8183
|
trigger: {
|
|
8184
|
-
type: PropType<"
|
|
8184
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
8185
8185
|
default: string;
|
|
8186
8186
|
validator: (val: "click" | "hover") => boolean;
|
|
8187
8187
|
};
|
|
@@ -8195,8 +8195,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8195
8195
|
default: boolean;
|
|
8196
8196
|
};
|
|
8197
8197
|
color: {
|
|
8198
|
-
type: PropType<"
|
|
8199
|
-
default: "
|
|
8198
|
+
type: PropType<"red" | "light" | undefined>;
|
|
8199
|
+
default: undefined | "red" | "light";
|
|
8200
8200
|
validator: (val: string) => boolean;
|
|
8201
8201
|
};
|
|
8202
8202
|
}>> & Readonly<{
|
|
@@ -8262,7 +8262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8262
8262
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
8263
8263
|
};
|
|
8264
8264
|
placement: {
|
|
8265
|
-
type: PropType<"
|
|
8265
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8266
8266
|
default: string;
|
|
8267
8267
|
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;
|
|
8268
8268
|
};
|
|
@@ -8284,8 +8284,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8284
8284
|
type: StringConstructor;
|
|
8285
8285
|
};
|
|
8286
8286
|
trigger: {
|
|
8287
|
-
type: PropType<("
|
|
8288
|
-
default: () => ("
|
|
8287
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
8288
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
8289
8289
|
};
|
|
8290
8290
|
mouseEnterDelay: {
|
|
8291
8291
|
type: NumberConstructor;
|
|
@@ -8353,7 +8353,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8353
8353
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
8354
8354
|
};
|
|
8355
8355
|
placement: {
|
|
8356
|
-
type: PropType<"
|
|
8356
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8357
8357
|
default: string;
|
|
8358
8358
|
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;
|
|
8359
8359
|
};
|
|
@@ -8375,8 +8375,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8375
8375
|
type: StringConstructor;
|
|
8376
8376
|
};
|
|
8377
8377
|
trigger: {
|
|
8378
|
-
type: PropType<("
|
|
8379
|
-
default: () => ("
|
|
8378
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
8379
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
8380
8380
|
};
|
|
8381
8381
|
mouseEnterDelay: {
|
|
8382
8382
|
type: NumberConstructor;
|
|
@@ -8451,7 +8451,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8451
8451
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
8452
8452
|
placement: {
|
|
8453
8453
|
default: string;
|
|
8454
|
-
type: PropType<"
|
|
8454
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8455
8455
|
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;
|
|
8456
8456
|
};
|
|
8457
8457
|
title: {
|
|
@@ -8482,7 +8482,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8482
8482
|
default: string;
|
|
8483
8483
|
};
|
|
8484
8484
|
trigger: {
|
|
8485
|
-
type: PropType<"
|
|
8485
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
8486
8486
|
default: string;
|
|
8487
8487
|
validator: (val: "click" | "hover") => boolean;
|
|
8488
8488
|
};
|
|
@@ -8496,8 +8496,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8496
8496
|
default: boolean;
|
|
8497
8497
|
};
|
|
8498
8498
|
color: {
|
|
8499
|
-
type: PropType<"
|
|
8500
|
-
default: "
|
|
8499
|
+
type: PropType<"red" | "light" | undefined>;
|
|
8500
|
+
default: undefined | "red" | "light";
|
|
8501
8501
|
validator: (val: string) => boolean;
|
|
8502
8502
|
};
|
|
8503
8503
|
}>> & Readonly<{
|
|
@@ -8558,7 +8558,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8558
8558
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8559
8559
|
placement: {
|
|
8560
8560
|
default: string;
|
|
8561
|
-
type: PropType<"
|
|
8561
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8562
8562
|
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;
|
|
8563
8563
|
};
|
|
8564
8564
|
title: {
|
|
@@ -8589,7 +8589,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8589
8589
|
default: string;
|
|
8590
8590
|
};
|
|
8591
8591
|
trigger: {
|
|
8592
|
-
type: PropType<"
|
|
8592
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
8593
8593
|
default: string;
|
|
8594
8594
|
validator: (val: "click" | "hover") => boolean;
|
|
8595
8595
|
};
|
|
@@ -8603,8 +8603,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8603
8603
|
default: boolean;
|
|
8604
8604
|
};
|
|
8605
8605
|
color: {
|
|
8606
|
-
type: PropType<"
|
|
8607
|
-
default: "
|
|
8606
|
+
type: PropType<"red" | "light" | undefined>;
|
|
8607
|
+
default: undefined | "red" | "light";
|
|
8608
8608
|
validator: (val: string) => boolean;
|
|
8609
8609
|
};
|
|
8610
8610
|
}>> & Readonly<{
|
|
@@ -8670,7 +8670,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8670
8670
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
8671
8671
|
};
|
|
8672
8672
|
placement: {
|
|
8673
|
-
type: PropType<"
|
|
8673
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8674
8674
|
default: string;
|
|
8675
8675
|
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;
|
|
8676
8676
|
};
|
|
@@ -8692,8 +8692,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8692
8692
|
type: StringConstructor;
|
|
8693
8693
|
};
|
|
8694
8694
|
trigger: {
|
|
8695
|
-
type: PropType<("
|
|
8696
|
-
default: () => ("
|
|
8695
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
8696
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
8697
8697
|
};
|
|
8698
8698
|
mouseEnterDelay: {
|
|
8699
8699
|
type: NumberConstructor;
|
|
@@ -8761,7 +8761,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8761
8761
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
8762
8762
|
};
|
|
8763
8763
|
placement: {
|
|
8764
|
-
type: PropType<"
|
|
8764
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8765
8765
|
default: string;
|
|
8766
8766
|
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;
|
|
8767
8767
|
};
|
|
@@ -8783,8 +8783,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8783
8783
|
type: StringConstructor;
|
|
8784
8784
|
};
|
|
8785
8785
|
trigger: {
|
|
8786
|
-
type: PropType<("
|
|
8787
|
-
default: () => ("
|
|
8786
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
8787
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
8788
8788
|
};
|
|
8789
8789
|
mouseEnterDelay: {
|
|
8790
8790
|
type: NumberConstructor;
|
|
@@ -8849,7 +8849,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8849
8849
|
};
|
|
8850
8850
|
};
|
|
8851
8851
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8852
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
8852
|
+
} & 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>);
|
|
8853
8853
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8854
8854
|
SubMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8855
8855
|
name: {
|
|
@@ -8866,16 +8866,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8866
8866
|
type: StringConstructor;
|
|
8867
8867
|
};
|
|
8868
8868
|
color: {
|
|
8869
|
-
type: PropType<
|
|
8870
|
-
default:
|
|
8869
|
+
type: PropType<string | undefined>;
|
|
8870
|
+
default: undefined | string;
|
|
8871
8871
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
8872
8872
|
};
|
|
8873
8873
|
}>, {
|
|
8874
8874
|
prefixCls: import("vue").ComputedRef<string>;
|
|
8875
8875
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
8876
8876
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
8877
|
-
mode: import("vue").ComputedRef<"
|
|
8878
|
-
subMode: import("vue").ComputedRef<"
|
|
8877
|
+
mode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
8878
|
+
subMode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
8879
8879
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
8880
8880
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
8881
8881
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -8907,8 +8907,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8907
8907
|
type: StringConstructor;
|
|
8908
8908
|
};
|
|
8909
8909
|
color: {
|
|
8910
|
-
type: PropType<
|
|
8911
|
-
default:
|
|
8910
|
+
type: PropType<string | undefined>;
|
|
8911
|
+
default: undefined | string;
|
|
8912
8912
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
8913
8913
|
};
|
|
8914
8914
|
}>> & Readonly<{
|
|
@@ -8916,7 +8916,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8916
8916
|
key: string | number;
|
|
8917
8917
|
}) => any;
|
|
8918
8918
|
}>, {
|
|
8919
|
-
color:
|
|
8919
|
+
color: string;
|
|
8920
8920
|
disabled: boolean;
|
|
8921
8921
|
}, {}, {
|
|
8922
8922
|
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -8927,7 +8927,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8927
8927
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
8928
8928
|
};
|
|
8929
8929
|
placement: {
|
|
8930
|
-
type: PropType<"
|
|
8930
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8931
8931
|
default: string;
|
|
8932
8932
|
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;
|
|
8933
8933
|
};
|
|
@@ -8949,8 +8949,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8949
8949
|
type: StringConstructor;
|
|
8950
8950
|
};
|
|
8951
8951
|
trigger: {
|
|
8952
|
-
type: PropType<("
|
|
8953
|
-
default: () => ("
|
|
8952
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
8953
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
8954
8954
|
};
|
|
8955
8955
|
mouseEnterDelay: {
|
|
8956
8956
|
type: NumberConstructor;
|
|
@@ -9018,7 +9018,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9018
9018
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
9019
9019
|
};
|
|
9020
9020
|
placement: {
|
|
9021
|
-
type: PropType<"
|
|
9021
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9022
9022
|
default: string;
|
|
9023
9023
|
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;
|
|
9024
9024
|
};
|
|
@@ -9040,8 +9040,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9040
9040
|
type: StringConstructor;
|
|
9041
9041
|
};
|
|
9042
9042
|
trigger: {
|
|
9043
|
-
type: PropType<("
|
|
9044
|
-
default: () => ("
|
|
9043
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
9044
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
9045
9045
|
};
|
|
9046
9046
|
mouseEnterDelay: {
|
|
9047
9047
|
type: NumberConstructor;
|
|
@@ -9120,7 +9120,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9120
9120
|
default: string;
|
|
9121
9121
|
};
|
|
9122
9122
|
icon: {
|
|
9123
|
-
type: PropType<import("
|
|
9123
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9124
9124
|
};
|
|
9125
9125
|
}>> & Readonly<{
|
|
9126
9126
|
onClick?: (ev: Event) => any;
|
|
@@ -9167,7 +9167,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9167
9167
|
default: string;
|
|
9168
9168
|
};
|
|
9169
9169
|
icon: {
|
|
9170
|
-
type: PropType<import("
|
|
9170
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9171
9171
|
};
|
|
9172
9172
|
}>> & Readonly<{
|
|
9173
9173
|
onClick?: (ev: Event) => any;
|
|
@@ -9209,7 +9209,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9209
9209
|
default: string;
|
|
9210
9210
|
};
|
|
9211
9211
|
icon: {
|
|
9212
|
-
type: PropType<import("
|
|
9212
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9213
9213
|
};
|
|
9214
9214
|
}>> & Readonly<{
|
|
9215
9215
|
onClick?: (ev: Event) => any;
|
|
@@ -9236,7 +9236,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9236
9236
|
}, string, {
|
|
9237
9237
|
color: string;
|
|
9238
9238
|
spin: boolean;
|
|
9239
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
9239
|
+
}, {}, 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>);
|
|
9240
9240
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9241
9241
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9242
9242
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -9254,7 +9254,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9254
9254
|
Divider: import("vue").DefineComponent<{}, {
|
|
9255
9255
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
9256
9256
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9257
|
-
};
|
|
9257
|
+
});
|
|
9258
9258
|
MenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9259
9259
|
name: {
|
|
9260
9260
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -9267,8 +9267,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9267
9267
|
type: StringConstructor;
|
|
9268
9268
|
};
|
|
9269
9269
|
color: {
|
|
9270
|
-
type: PropType<
|
|
9271
|
-
default:
|
|
9270
|
+
type: PropType<string | undefined>;
|
|
9271
|
+
default: undefined | string;
|
|
9272
9272
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
9273
9273
|
};
|
|
9274
9274
|
}>, {
|
|
@@ -9279,7 +9279,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9279
9279
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
9280
9280
|
onClick: () => void;
|
|
9281
9281
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9282
|
-
click: (e: import("
|
|
9282
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
9283
9283
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9284
9284
|
name: {
|
|
9285
9285
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -9292,21 +9292,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9292
9292
|
type: StringConstructor;
|
|
9293
9293
|
};
|
|
9294
9294
|
color: {
|
|
9295
|
-
type: PropType<
|
|
9296
|
-
default:
|
|
9295
|
+
type: PropType<string | undefined>;
|
|
9296
|
+
default: undefined | string;
|
|
9297
9297
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
9298
9298
|
};
|
|
9299
9299
|
}>> & Readonly<{
|
|
9300
|
-
onClick?: (e: import("
|
|
9300
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
9301
9301
|
}>, {
|
|
9302
|
-
color:
|
|
9302
|
+
color: string;
|
|
9303
9303
|
disabled: boolean;
|
|
9304
9304
|
}, {}, {
|
|
9305
9305
|
UTooltip: {
|
|
9306
9306
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
9307
9307
|
placement: {
|
|
9308
9308
|
default: string;
|
|
9309
|
-
type: PropType<"
|
|
9309
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9310
9310
|
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;
|
|
9311
9311
|
};
|
|
9312
9312
|
title: {
|
|
@@ -9337,7 +9337,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9337
9337
|
default: string;
|
|
9338
9338
|
};
|
|
9339
9339
|
trigger: {
|
|
9340
|
-
type: PropType<"
|
|
9340
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
9341
9341
|
default: string;
|
|
9342
9342
|
validator: (val: "click" | "hover") => boolean;
|
|
9343
9343
|
};
|
|
@@ -9351,8 +9351,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9351
9351
|
default: boolean;
|
|
9352
9352
|
};
|
|
9353
9353
|
color: {
|
|
9354
|
-
type: PropType<"
|
|
9355
|
-
default: "
|
|
9354
|
+
type: PropType<"red" | "light" | undefined>;
|
|
9355
|
+
default: undefined | "red" | "light";
|
|
9356
9356
|
validator: (val: string) => boolean;
|
|
9357
9357
|
};
|
|
9358
9358
|
}>> & Readonly<{
|
|
@@ -9418,7 +9418,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9418
9418
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
9419
9419
|
};
|
|
9420
9420
|
placement: {
|
|
9421
|
-
type: PropType<"
|
|
9421
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9422
9422
|
default: string;
|
|
9423
9423
|
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;
|
|
9424
9424
|
};
|
|
@@ -9440,8 +9440,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9440
9440
|
type: StringConstructor;
|
|
9441
9441
|
};
|
|
9442
9442
|
trigger: {
|
|
9443
|
-
type: PropType<("
|
|
9444
|
-
default: () => ("
|
|
9443
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
9444
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
9445
9445
|
};
|
|
9446
9446
|
mouseEnterDelay: {
|
|
9447
9447
|
type: NumberConstructor;
|
|
@@ -9509,7 +9509,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9509
9509
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
9510
9510
|
};
|
|
9511
9511
|
placement: {
|
|
9512
|
-
type: PropType<"
|
|
9512
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9513
9513
|
default: string;
|
|
9514
9514
|
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;
|
|
9515
9515
|
};
|
|
@@ -9531,8 +9531,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9531
9531
|
type: StringConstructor;
|
|
9532
9532
|
};
|
|
9533
9533
|
trigger: {
|
|
9534
|
-
type: PropType<("
|
|
9535
|
-
default: () => ("
|
|
9534
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
9535
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
9536
9536
|
};
|
|
9537
9537
|
mouseEnterDelay: {
|
|
9538
9538
|
type: NumberConstructor;
|
|
@@ -9607,7 +9607,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9607
9607
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
9608
9608
|
placement: {
|
|
9609
9609
|
default: string;
|
|
9610
|
-
type: PropType<"
|
|
9610
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9611
9611
|
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;
|
|
9612
9612
|
};
|
|
9613
9613
|
title: {
|
|
@@ -9638,7 +9638,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9638
9638
|
default: string;
|
|
9639
9639
|
};
|
|
9640
9640
|
trigger: {
|
|
9641
|
-
type: PropType<"
|
|
9641
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
9642
9642
|
default: string;
|
|
9643
9643
|
validator: (val: "click" | "hover") => boolean;
|
|
9644
9644
|
};
|
|
@@ -9652,8 +9652,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9652
9652
|
default: boolean;
|
|
9653
9653
|
};
|
|
9654
9654
|
color: {
|
|
9655
|
-
type: PropType<"
|
|
9656
|
-
default: "
|
|
9655
|
+
type: PropType<"red" | "light" | undefined>;
|
|
9656
|
+
default: undefined | "red" | "light";
|
|
9657
9657
|
validator: (val: string) => boolean;
|
|
9658
9658
|
};
|
|
9659
9659
|
}>> & Readonly<{
|
|
@@ -9714,7 +9714,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9714
9714
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
9715
9715
|
placement: {
|
|
9716
9716
|
default: string;
|
|
9717
|
-
type: PropType<"
|
|
9717
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9718
9718
|
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;
|
|
9719
9719
|
};
|
|
9720
9720
|
title: {
|
|
@@ -9745,7 +9745,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9745
9745
|
default: string;
|
|
9746
9746
|
};
|
|
9747
9747
|
trigger: {
|
|
9748
|
-
type: PropType<"
|
|
9748
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
9749
9749
|
default: string;
|
|
9750
9750
|
validator: (val: "click" | "hover") => boolean;
|
|
9751
9751
|
};
|
|
@@ -9759,8 +9759,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9759
9759
|
default: boolean;
|
|
9760
9760
|
};
|
|
9761
9761
|
color: {
|
|
9762
|
-
type: PropType<"
|
|
9763
|
-
default: "
|
|
9762
|
+
type: PropType<"red" | "light" | undefined>;
|
|
9763
|
+
default: undefined | "red" | "light";
|
|
9764
9764
|
validator: (val: string) => boolean;
|
|
9765
9765
|
};
|
|
9766
9766
|
}>> & Readonly<{
|
|
@@ -9826,7 +9826,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9826
9826
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
9827
9827
|
};
|
|
9828
9828
|
placement: {
|
|
9829
|
-
type: PropType<"
|
|
9829
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9830
9830
|
default: string;
|
|
9831
9831
|
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;
|
|
9832
9832
|
};
|
|
@@ -9848,8 +9848,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9848
9848
|
type: StringConstructor;
|
|
9849
9849
|
};
|
|
9850
9850
|
trigger: {
|
|
9851
|
-
type: PropType<("
|
|
9852
|
-
default: () => ("
|
|
9851
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
9852
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
9853
9853
|
};
|
|
9854
9854
|
mouseEnterDelay: {
|
|
9855
9855
|
type: NumberConstructor;
|
|
@@ -9917,7 +9917,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9917
9917
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
9918
9918
|
};
|
|
9919
9919
|
placement: {
|
|
9920
|
-
type: PropType<"
|
|
9920
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9921
9921
|
default: string;
|
|
9922
9922
|
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;
|
|
9923
9923
|
};
|
|
@@ -9939,8 +9939,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9939
9939
|
type: StringConstructor;
|
|
9940
9940
|
};
|
|
9941
9941
|
trigger: {
|
|
9942
|
-
type: PropType<("
|
|
9943
|
-
default: () => ("
|
|
9942
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
9943
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
9944
9944
|
};
|
|
9945
9945
|
mouseEnterDelay: {
|
|
9946
9946
|
type: NumberConstructor;
|
|
@@ -10005,7 +10005,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10005
10005
|
};
|
|
10006
10006
|
};
|
|
10007
10007
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10008
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10008
|
+
} & 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>);
|
|
10009
10009
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10010
10010
|
Checkbox: {
|
|
10011
10011
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -10038,9 +10038,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10038
10038
|
default: boolean;
|
|
10039
10039
|
};
|
|
10040
10040
|
}>> & Readonly<{
|
|
10041
|
-
onChange?: (val: import("
|
|
10041
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
10042
10042
|
onClick?: (ev: Event) => any;
|
|
10043
|
-
"onUpdate:modelValue"?: (val: import("
|
|
10043
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
10044
10044
|
}>, {
|
|
10045
10045
|
prefixCls: import("vue").ComputedRef<string>;
|
|
10046
10046
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -10054,8 +10054,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10054
10054
|
handleBlur: () => void;
|
|
10055
10055
|
onClick: (e: MouseEvent) => void;
|
|
10056
10056
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10057
|
-
'update:modelValue': (val: import("
|
|
10058
|
-
change: (val: import("
|
|
10057
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
10058
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
10059
10059
|
click: (ev: Event) => boolean;
|
|
10060
10060
|
}, import("vue").PublicProps, {
|
|
10061
10061
|
name: string;
|
|
@@ -10080,7 +10080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10080
10080
|
default: string;
|
|
10081
10081
|
};
|
|
10082
10082
|
icon: {
|
|
10083
|
-
type: PropType<import("
|
|
10083
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10084
10084
|
};
|
|
10085
10085
|
}>> & Readonly<{
|
|
10086
10086
|
onClick?: (ev: Event) => any;
|
|
@@ -10127,7 +10127,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10127
10127
|
default: string;
|
|
10128
10128
|
};
|
|
10129
10129
|
icon: {
|
|
10130
|
-
type: PropType<import("
|
|
10130
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10131
10131
|
};
|
|
10132
10132
|
}>> & Readonly<{
|
|
10133
10133
|
onClick?: (ev: Event) => any;
|
|
@@ -10169,7 +10169,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10169
10169
|
default: string;
|
|
10170
10170
|
};
|
|
10171
10171
|
icon: {
|
|
10172
|
-
type: PropType<import("
|
|
10172
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10173
10173
|
};
|
|
10174
10174
|
}>> & Readonly<{
|
|
10175
10175
|
onClick?: (ev: Event) => any;
|
|
@@ -10196,7 +10196,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10196
10196
|
}, string, {
|
|
10197
10197
|
color: string;
|
|
10198
10198
|
spin: boolean;
|
|
10199
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10199
|
+
}, {}, 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>);
|
|
10200
10200
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10201
10201
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10202
10202
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10236,9 +10236,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10236
10236
|
default: boolean;
|
|
10237
10237
|
};
|
|
10238
10238
|
}>> & Readonly<{
|
|
10239
|
-
onChange?: (val: import("
|
|
10239
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
10240
10240
|
onClick?: (ev: Event) => any;
|
|
10241
|
-
"onUpdate:modelValue"?: (val: import("
|
|
10241
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
10242
10242
|
}>, {
|
|
10243
10243
|
prefixCls: import("vue").ComputedRef<string>;
|
|
10244
10244
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -10293,9 +10293,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10293
10293
|
default: boolean;
|
|
10294
10294
|
};
|
|
10295
10295
|
}>> & Readonly<{
|
|
10296
|
-
onChange?: (val: import("
|
|
10296
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
10297
10297
|
onClick?: (ev: Event) => any;
|
|
10298
|
-
"onUpdate:modelValue"?: (val: import("
|
|
10298
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
10299
10299
|
}>, {
|
|
10300
10300
|
prefixCls: import("vue").ComputedRef<string>;
|
|
10301
10301
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -10309,8 +10309,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10309
10309
|
handleBlur: () => void;
|
|
10310
10310
|
onClick: (e: MouseEvent) => void;
|
|
10311
10311
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10312
|
-
'update:modelValue': (val: import("
|
|
10313
|
-
change: (val: import("
|
|
10312
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
10313
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
10314
10314
|
click: (ev: Event) => boolean;
|
|
10315
10315
|
}, string, {
|
|
10316
10316
|
name: string;
|
|
@@ -10335,7 +10335,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10335
10335
|
default: string;
|
|
10336
10336
|
};
|
|
10337
10337
|
icon: {
|
|
10338
|
-
type: PropType<import("
|
|
10338
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10339
10339
|
};
|
|
10340
10340
|
}>> & Readonly<{
|
|
10341
10341
|
onClick?: (ev: Event) => any;
|
|
@@ -10382,7 +10382,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10382
10382
|
default: string;
|
|
10383
10383
|
};
|
|
10384
10384
|
icon: {
|
|
10385
|
-
type: PropType<import("
|
|
10385
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10386
10386
|
};
|
|
10387
10387
|
}>> & Readonly<{
|
|
10388
10388
|
onClick?: (ev: Event) => any;
|
|
@@ -10424,7 +10424,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10424
10424
|
default: string;
|
|
10425
10425
|
};
|
|
10426
10426
|
icon: {
|
|
10427
|
-
type: PropType<import("
|
|
10427
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10428
10428
|
};
|
|
10429
10429
|
}>> & Readonly<{
|
|
10430
10430
|
onClick?: (ev: Event) => any;
|
|
@@ -10451,23 +10451,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10451
10451
|
}, string, {
|
|
10452
10452
|
color: string;
|
|
10453
10453
|
spin: boolean;
|
|
10454
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10454
|
+
}, {}, 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>);
|
|
10455
10455
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10456
10456
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10457
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10457
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
10458
10458
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10459
10459
|
modelValue: {
|
|
10460
|
-
type: PropType<import("
|
|
10461
|
-
default: () => import("
|
|
10460
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
10461
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
10462
10462
|
};
|
|
10463
10463
|
size: {
|
|
10464
|
-
type: PropType<"
|
|
10464
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
10465
10465
|
default: string;
|
|
10466
|
-
validator: (val: "
|
|
10466
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
10467
10467
|
};
|
|
10468
10468
|
options: {
|
|
10469
|
-
type: PropType<import("
|
|
10470
|
-
default: () => import("
|
|
10469
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
10470
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
10471
10471
|
};
|
|
10472
10472
|
disabled: {
|
|
10473
10473
|
type: BooleanConstructor;
|
|
@@ -10481,12 +10481,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10481
10481
|
type: StringConstructor;
|
|
10482
10482
|
};
|
|
10483
10483
|
buttonType: {
|
|
10484
|
-
type: PropType<"
|
|
10484
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
10485
10485
|
default: string;
|
|
10486
10486
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
10487
10487
|
};
|
|
10488
10488
|
type: {
|
|
10489
|
-
type: PropType<"
|
|
10489
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
10490
10490
|
default: string;
|
|
10491
10491
|
validator: (val: "default" | "button") => boolean;
|
|
10492
10492
|
};
|
|
@@ -10506,21 +10506,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10506
10506
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
10507
10507
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
10508
10508
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10509
|
-
'update:modelValue': (v: import("
|
|
10510
|
-
change: (v: import("
|
|
10509
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
10510
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
10511
10511
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10512
10512
|
modelValue: {
|
|
10513
|
-
type: PropType<import("
|
|
10514
|
-
default: () => import("
|
|
10513
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
10514
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
10515
10515
|
};
|
|
10516
10516
|
size: {
|
|
10517
|
-
type: PropType<"
|
|
10517
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
10518
10518
|
default: string;
|
|
10519
|
-
validator: (val: "
|
|
10519
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
10520
10520
|
};
|
|
10521
10521
|
options: {
|
|
10522
|
-
type: PropType<import("
|
|
10523
|
-
default: () => import("
|
|
10522
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
10523
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
10524
10524
|
};
|
|
10525
10525
|
disabled: {
|
|
10526
10526
|
type: BooleanConstructor;
|
|
@@ -10534,12 +10534,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10534
10534
|
type: StringConstructor;
|
|
10535
10535
|
};
|
|
10536
10536
|
buttonType: {
|
|
10537
|
-
type: PropType<"
|
|
10537
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
10538
10538
|
default: string;
|
|
10539
10539
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
10540
10540
|
};
|
|
10541
10541
|
type: {
|
|
10542
|
-
type: PropType<"
|
|
10542
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
10543
10543
|
default: string;
|
|
10544
10544
|
validator: (val: "default" | "button") => boolean;
|
|
10545
10545
|
};
|
|
@@ -10551,15 +10551,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10551
10551
|
type: PropType<"ltr" | "rtl">;
|
|
10552
10552
|
};
|
|
10553
10553
|
}>> & Readonly<{
|
|
10554
|
-
onChange?: (v: import("
|
|
10555
|
-
"onUpdate:modelValue"?: (v: import("
|
|
10554
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
10555
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
10556
10556
|
}>, {
|
|
10557
10557
|
type: "default" | "button";
|
|
10558
10558
|
loading: boolean;
|
|
10559
|
-
size: "
|
|
10559
|
+
size: "default" | "small" | "large";
|
|
10560
10560
|
disabled: boolean;
|
|
10561
|
-
modelValue: import("
|
|
10562
|
-
options: import("
|
|
10561
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
10562
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
10563
10563
|
buttonFill: boolean;
|
|
10564
10564
|
buttonType: "fill" | "border" | "card";
|
|
10565
10565
|
}, {}, {
|
|
@@ -10577,7 +10577,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10577
10577
|
default: string;
|
|
10578
10578
|
};
|
|
10579
10579
|
icon: {
|
|
10580
|
-
type: PropType<import("
|
|
10580
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10581
10581
|
};
|
|
10582
10582
|
}>> & Readonly<{
|
|
10583
10583
|
onClick?: (ev: Event) => any;
|
|
@@ -10624,7 +10624,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10624
10624
|
default: string;
|
|
10625
10625
|
};
|
|
10626
10626
|
icon: {
|
|
10627
|
-
type: PropType<import("
|
|
10627
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10628
10628
|
};
|
|
10629
10629
|
}>> & Readonly<{
|
|
10630
10630
|
onClick?: (ev: Event) => any;
|
|
@@ -10666,7 +10666,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10666
10666
|
default: string;
|
|
10667
10667
|
};
|
|
10668
10668
|
icon: {
|
|
10669
|
-
type: PropType<import("
|
|
10669
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10670
10670
|
};
|
|
10671
10671
|
}>> & Readonly<{
|
|
10672
10672
|
onClick?: (ev: Event) => any;
|
|
@@ -10693,7 +10693,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10693
10693
|
}, string, {
|
|
10694
10694
|
color: string;
|
|
10695
10695
|
spin: boolean;
|
|
10696
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10696
|
+
}, {}, 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>);
|
|
10697
10697
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10698
10698
|
modelValue: {
|
|
10699
10699
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -10736,8 +10736,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10736
10736
|
handleBlur: () => void;
|
|
10737
10737
|
onClick: (e: MouseEvent) => void;
|
|
10738
10738
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10739
|
-
'update:modelValue': (val: import("
|
|
10740
|
-
change: (val: import("
|
|
10739
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
10740
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
10741
10741
|
click: (ev: Event) => boolean;
|
|
10742
10742
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10743
10743
|
modelValue: {
|
|
@@ -10769,9 +10769,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10769
10769
|
default: boolean;
|
|
10770
10770
|
};
|
|
10771
10771
|
}>> & Readonly<{
|
|
10772
|
-
onChange?: (val: import("
|
|
10772
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
10773
10773
|
onClick?: (ev: Event) => any;
|
|
10774
|
-
"onUpdate:modelValue"?: (val: import("
|
|
10774
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
10775
10775
|
}>, {
|
|
10776
10776
|
name: string;
|
|
10777
10777
|
disabled: boolean;
|
|
@@ -10795,7 +10795,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10795
10795
|
default: string;
|
|
10796
10796
|
};
|
|
10797
10797
|
icon: {
|
|
10798
|
-
type: PropType<import("
|
|
10798
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10799
10799
|
};
|
|
10800
10800
|
}>> & Readonly<{
|
|
10801
10801
|
onClick?: (ev: Event) => any;
|
|
@@ -10842,7 +10842,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10842
10842
|
default: string;
|
|
10843
10843
|
};
|
|
10844
10844
|
icon: {
|
|
10845
|
-
type: PropType<import("
|
|
10845
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10846
10846
|
};
|
|
10847
10847
|
}>> & Readonly<{
|
|
10848
10848
|
onClick?: (ev: Event) => any;
|
|
@@ -10884,7 +10884,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10884
10884
|
default: string;
|
|
10885
10885
|
};
|
|
10886
10886
|
icon: {
|
|
10887
|
-
type: PropType<import("
|
|
10887
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10888
10888
|
};
|
|
10889
10889
|
}>> & Readonly<{
|
|
10890
10890
|
onClick?: (ev: Event) => any;
|
|
@@ -10911,13 +10911,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10911
10911
|
}, string, {
|
|
10912
10912
|
color: string;
|
|
10913
10913
|
spin: boolean;
|
|
10914
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10914
|
+
}, {}, 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>);
|
|
10915
10915
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10916
10916
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10917
10917
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10918
10918
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10919
10919
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10920
|
-
};
|
|
10920
|
+
});
|
|
10921
10921
|
Icon: {
|
|
10922
10922
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
10923
10923
|
rotate: {
|
|
@@ -10932,7 +10932,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10932
10932
|
default: string;
|
|
10933
10933
|
};
|
|
10934
10934
|
icon: {
|
|
10935
|
-
type: PropType<import("
|
|
10935
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10936
10936
|
};
|
|
10937
10937
|
}>> & Readonly<{
|
|
10938
10938
|
onClick?: (ev: Event) => any;
|
|
@@ -10979,7 +10979,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10979
10979
|
default: string;
|
|
10980
10980
|
};
|
|
10981
10981
|
icon: {
|
|
10982
|
-
type: PropType<import("
|
|
10982
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10983
10983
|
};
|
|
10984
10984
|
}>> & Readonly<{
|
|
10985
10985
|
onClick?: (ev: Event) => any;
|
|
@@ -11021,7 +11021,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11021
11021
|
default: string;
|
|
11022
11022
|
};
|
|
11023
11023
|
icon: {
|
|
11024
|
-
type: PropType<import("
|
|
11024
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11025
11025
|
};
|
|
11026
11026
|
}>> & Readonly<{
|
|
11027
11027
|
onClick?: (ev: Event) => any;
|
|
@@ -11048,7 +11048,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11048
11048
|
}, string, {
|
|
11049
11049
|
color: string;
|
|
11050
11050
|
spin: boolean;
|
|
11051
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
11051
|
+
}, {}, 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>);
|
|
11052
11052
|
FilterIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
11053
11053
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11054
11054
|
RenderTitle: (props: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -11068,7 +11068,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11068
11068
|
default: string;
|
|
11069
11069
|
};
|
|
11070
11070
|
icon: {
|
|
11071
|
-
type: PropType<import("
|
|
11071
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11072
11072
|
};
|
|
11073
11073
|
}>> & Readonly<{
|
|
11074
11074
|
onClick?: (ev: Event) => any;
|
|
@@ -11115,7 +11115,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11115
11115
|
default: string;
|
|
11116
11116
|
};
|
|
11117
11117
|
icon: {
|
|
11118
|
-
type: PropType<import("
|
|
11118
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11119
11119
|
};
|
|
11120
11120
|
}>> & Readonly<{
|
|
11121
11121
|
onClick?: (ev: Event) => any;
|
|
@@ -11157,7 +11157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11157
11157
|
default: string;
|
|
11158
11158
|
};
|
|
11159
11159
|
icon: {
|
|
11160
|
-
type: PropType<import("
|
|
11160
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11161
11161
|
};
|
|
11162
11162
|
}>> & Readonly<{
|
|
11163
11163
|
onClick?: (ev: Event) => any;
|
|
@@ -11184,7 +11184,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11184
11184
|
}, string, {
|
|
11185
11185
|
color: string;
|
|
11186
11186
|
spin: boolean;
|
|
11187
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
11187
|
+
}, {}, 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>);
|
|
11188
11188
|
ChevronUp: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
11189
11189
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
11190
11190
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -11198,7 +11198,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11198
11198
|
prefixCls: import("vue").ComputedRef<string>;
|
|
11199
11199
|
leafColumns: import("vue").ComputedRef<import("./Table.type").InnerColumn[]>;
|
|
11200
11200
|
data: import("vue").ComputedRef<import("./Table.type").InnerDataItem[]>;
|
|
11201
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
11201
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
11202
11202
|
showSummary: import("vue").Ref<boolean, boolean>;
|
|
11203
11203
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11204
11204
|
columns: {
|
|
@@ -11355,7 +11355,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11355
11355
|
hasSorters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
11356
11356
|
hasFilters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
11357
11357
|
isSortColumn: (column: import("./Table.type").InnerColumn) => boolean;
|
|
11358
|
-
pagination: import("
|
|
11358
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
11359
11359
|
cellRef: import("vue").Ref<any, any>;
|
|
11360
11360
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
11361
11361
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -11418,7 +11418,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11418
11418
|
default: boolean;
|
|
11419
11419
|
};
|
|
11420
11420
|
expandIcon: {
|
|
11421
|
-
type: PropType<import("
|
|
11421
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11422
11422
|
default: any;
|
|
11423
11423
|
};
|
|
11424
11424
|
needIndentSpaced: {
|
|
@@ -11434,7 +11434,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11434
11434
|
loading: import("vue").Ref<boolean, boolean>;
|
|
11435
11435
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
11436
11436
|
onClick: (e: any) => void;
|
|
11437
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
11437
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11438
11438
|
expandable: {
|
|
11439
11439
|
type: BooleanConstructor;
|
|
11440
11440
|
default: boolean;
|
|
@@ -11444,7 +11444,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11444
11444
|
default: boolean;
|
|
11445
11445
|
};
|
|
11446
11446
|
expandIcon: {
|
|
11447
|
-
type: PropType<import("
|
|
11447
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11448
11448
|
default: any;
|
|
11449
11449
|
};
|
|
11450
11450
|
needIndentSpaced: {
|
|
@@ -11479,7 +11479,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11479
11479
|
default: string;
|
|
11480
11480
|
};
|
|
11481
11481
|
icon: {
|
|
11482
|
-
type: PropType<import("
|
|
11482
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11483
11483
|
};
|
|
11484
11484
|
}>> & Readonly<{
|
|
11485
11485
|
onClick?: (ev: Event) => any;
|
|
@@ -11526,7 +11526,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11526
11526
|
default: string;
|
|
11527
11527
|
};
|
|
11528
11528
|
icon: {
|
|
11529
|
-
type: PropType<import("
|
|
11529
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11530
11530
|
};
|
|
11531
11531
|
}>> & Readonly<{
|
|
11532
11532
|
onClick?: (ev: Event) => any;
|
|
@@ -11568,7 +11568,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11568
11568
|
default: string;
|
|
11569
11569
|
};
|
|
11570
11570
|
icon: {
|
|
11571
|
-
type: PropType<import("
|
|
11571
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11572
11572
|
};
|
|
11573
11573
|
}>> & Readonly<{
|
|
11574
11574
|
onClick?: (ev: Event) => any;
|
|
@@ -11595,14 +11595,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11595
11595
|
}, string, {
|
|
11596
11596
|
color: string;
|
|
11597
11597
|
spin: boolean;
|
|
11598
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
11598
|
+
}, {}, 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>);
|
|
11599
11599
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
11600
11600
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11601
11601
|
UTooltip: {
|
|
11602
11602
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
11603
11603
|
placement: {
|
|
11604
11604
|
default: string;
|
|
11605
|
-
type: PropType<"
|
|
11605
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
11606
11606
|
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;
|
|
11607
11607
|
};
|
|
11608
11608
|
title: {
|
|
@@ -11633,7 +11633,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11633
11633
|
default: string;
|
|
11634
11634
|
};
|
|
11635
11635
|
trigger: {
|
|
11636
|
-
type: PropType<"
|
|
11636
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
11637
11637
|
default: string;
|
|
11638
11638
|
validator: (val: "click" | "hover") => boolean;
|
|
11639
11639
|
};
|
|
@@ -11647,8 +11647,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11647
11647
|
default: boolean;
|
|
11648
11648
|
};
|
|
11649
11649
|
color: {
|
|
11650
|
-
type: PropType<"
|
|
11651
|
-
default: "
|
|
11650
|
+
type: PropType<"red" | "light" | undefined>;
|
|
11651
|
+
default: undefined | "red" | "light";
|
|
11652
11652
|
validator: (val: string) => boolean;
|
|
11653
11653
|
};
|
|
11654
11654
|
}>> & Readonly<{
|
|
@@ -11714,7 +11714,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11714
11714
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
11715
11715
|
};
|
|
11716
11716
|
placement: {
|
|
11717
|
-
type: PropType<"
|
|
11717
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
11718
11718
|
default: string;
|
|
11719
11719
|
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;
|
|
11720
11720
|
};
|
|
@@ -11736,8 +11736,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11736
11736
|
type: StringConstructor;
|
|
11737
11737
|
};
|
|
11738
11738
|
trigger: {
|
|
11739
|
-
type: PropType<("
|
|
11740
|
-
default: () => ("
|
|
11739
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
11740
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
11741
11741
|
};
|
|
11742
11742
|
mouseEnterDelay: {
|
|
11743
11743
|
type: NumberConstructor;
|
|
@@ -11805,7 +11805,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11805
11805
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
11806
11806
|
};
|
|
11807
11807
|
placement: {
|
|
11808
|
-
type: PropType<"
|
|
11808
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
11809
11809
|
default: string;
|
|
11810
11810
|
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;
|
|
11811
11811
|
};
|
|
@@ -11827,8 +11827,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11827
11827
|
type: StringConstructor;
|
|
11828
11828
|
};
|
|
11829
11829
|
trigger: {
|
|
11830
|
-
type: PropType<("
|
|
11831
|
-
default: () => ("
|
|
11830
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
11831
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
11832
11832
|
};
|
|
11833
11833
|
mouseEnterDelay: {
|
|
11834
11834
|
type: NumberConstructor;
|
|
@@ -11903,7 +11903,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11903
11903
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
11904
11904
|
placement: {
|
|
11905
11905
|
default: string;
|
|
11906
|
-
type: PropType<"
|
|
11906
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
11907
11907
|
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;
|
|
11908
11908
|
};
|
|
11909
11909
|
title: {
|
|
@@ -11934,7 +11934,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11934
11934
|
default: string;
|
|
11935
11935
|
};
|
|
11936
11936
|
trigger: {
|
|
11937
|
-
type: PropType<"
|
|
11937
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
11938
11938
|
default: string;
|
|
11939
11939
|
validator: (val: "click" | "hover") => boolean;
|
|
11940
11940
|
};
|
|
@@ -11948,8 +11948,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11948
11948
|
default: boolean;
|
|
11949
11949
|
};
|
|
11950
11950
|
color: {
|
|
11951
|
-
type: PropType<"
|
|
11952
|
-
default: "
|
|
11951
|
+
type: PropType<"red" | "light" | undefined>;
|
|
11952
|
+
default: undefined | "red" | "light";
|
|
11953
11953
|
validator: (val: string) => boolean;
|
|
11954
11954
|
};
|
|
11955
11955
|
}>> & Readonly<{
|
|
@@ -12010,7 +12010,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12010
12010
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
12011
12011
|
placement: {
|
|
12012
12012
|
default: string;
|
|
12013
|
-
type: PropType<"
|
|
12013
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
12014
12014
|
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;
|
|
12015
12015
|
};
|
|
12016
12016
|
title: {
|
|
@@ -12041,7 +12041,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12041
12041
|
default: string;
|
|
12042
12042
|
};
|
|
12043
12043
|
trigger: {
|
|
12044
|
-
type: PropType<"
|
|
12044
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
12045
12045
|
default: string;
|
|
12046
12046
|
validator: (val: "click" | "hover") => boolean;
|
|
12047
12047
|
};
|
|
@@ -12055,8 +12055,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12055
12055
|
default: boolean;
|
|
12056
12056
|
};
|
|
12057
12057
|
color: {
|
|
12058
|
-
type: PropType<"
|
|
12059
|
-
default: "
|
|
12058
|
+
type: PropType<"red" | "light" | undefined>;
|
|
12059
|
+
default: undefined | "red" | "light";
|
|
12060
12060
|
validator: (val: string) => boolean;
|
|
12061
12061
|
};
|
|
12062
12062
|
}>> & Readonly<{
|
|
@@ -12122,7 +12122,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12122
12122
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
12123
12123
|
};
|
|
12124
12124
|
placement: {
|
|
12125
|
-
type: PropType<"
|
|
12125
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
12126
12126
|
default: string;
|
|
12127
12127
|
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;
|
|
12128
12128
|
};
|
|
@@ -12144,8 +12144,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12144
12144
|
type: StringConstructor;
|
|
12145
12145
|
};
|
|
12146
12146
|
trigger: {
|
|
12147
|
-
type: PropType<("
|
|
12148
|
-
default: () => ("
|
|
12147
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
12148
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
12149
12149
|
};
|
|
12150
12150
|
mouseEnterDelay: {
|
|
12151
12151
|
type: NumberConstructor;
|
|
@@ -12213,7 +12213,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12213
12213
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
12214
12214
|
};
|
|
12215
12215
|
placement: {
|
|
12216
|
-
type: PropType<"
|
|
12216
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
12217
12217
|
default: string;
|
|
12218
12218
|
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;
|
|
12219
12219
|
};
|
|
@@ -12235,8 +12235,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12235
12235
|
type: StringConstructor;
|
|
12236
12236
|
};
|
|
12237
12237
|
trigger: {
|
|
12238
|
-
type: PropType<("
|
|
12239
|
-
default: () => ("
|
|
12238
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
12239
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
12240
12240
|
};
|
|
12241
12241
|
mouseEnterDelay: {
|
|
12242
12242
|
type: NumberConstructor;
|
|
@@ -12301,7 +12301,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12301
12301
|
};
|
|
12302
12302
|
};
|
|
12303
12303
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12304
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
12304
|
+
} & 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>);
|
|
12305
12305
|
USkeleton: {
|
|
12306
12306
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
12307
12307
|
active: {
|
|
@@ -12313,25 +12313,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12313
12313
|
default: boolean;
|
|
12314
12314
|
};
|
|
12315
12315
|
avatar: {
|
|
12316
|
-
type: PropType<boolean | import("
|
|
12316
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
12317
12317
|
default: boolean;
|
|
12318
12318
|
};
|
|
12319
12319
|
title: {
|
|
12320
|
-
type: PropType<boolean | import("
|
|
12320
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
12321
12321
|
default: boolean;
|
|
12322
12322
|
};
|
|
12323
12323
|
paragraph: {
|
|
12324
|
-
type: PropType<boolean | import("
|
|
12324
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
12325
12325
|
default: boolean;
|
|
12326
12326
|
};
|
|
12327
12327
|
}>> & Readonly<{}>, {
|
|
12328
12328
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12329
12329
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
12330
12330
|
loading: boolean;
|
|
12331
|
-
title: boolean | import("
|
|
12332
|
-
avatar: boolean | import("
|
|
12331
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
12332
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
12333
12333
|
active: boolean;
|
|
12334
|
-
paragraph: boolean | import("
|
|
12334
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
12335
12335
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
12336
12336
|
P: {};
|
|
12337
12337
|
B: {};
|
|
@@ -12349,25 +12349,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12349
12349
|
default: boolean;
|
|
12350
12350
|
};
|
|
12351
12351
|
avatar: {
|
|
12352
|
-
type: PropType<boolean | import("
|
|
12352
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
12353
12353
|
default: boolean;
|
|
12354
12354
|
};
|
|
12355
12355
|
title: {
|
|
12356
|
-
type: PropType<boolean | import("
|
|
12356
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
12357
12357
|
default: boolean;
|
|
12358
12358
|
};
|
|
12359
12359
|
paragraph: {
|
|
12360
|
-
type: PropType<boolean | import("
|
|
12360
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
12361
12361
|
default: boolean;
|
|
12362
12362
|
};
|
|
12363
12363
|
}>> & Readonly<{}>, {
|
|
12364
12364
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12365
12365
|
}, {}, {}, {}, {
|
|
12366
12366
|
loading: boolean;
|
|
12367
|
-
title: boolean | import("
|
|
12368
|
-
avatar: boolean | import("
|
|
12367
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
12368
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
12369
12369
|
active: boolean;
|
|
12370
|
-
paragraph: boolean | import("
|
|
12370
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
12371
12371
|
}>;
|
|
12372
12372
|
__isFragment?: never;
|
|
12373
12373
|
__isTeleport?: never;
|
|
@@ -12382,58 +12382,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12382
12382
|
default: boolean;
|
|
12383
12383
|
};
|
|
12384
12384
|
avatar: {
|
|
12385
|
-
type: PropType<boolean | import("
|
|
12385
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
12386
12386
|
default: boolean;
|
|
12387
12387
|
};
|
|
12388
12388
|
title: {
|
|
12389
|
-
type: PropType<boolean | import("
|
|
12389
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
12390
12390
|
default: boolean;
|
|
12391
12391
|
};
|
|
12392
12392
|
paragraph: {
|
|
12393
|
-
type: PropType<boolean | import("
|
|
12393
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
12394
12394
|
default: boolean;
|
|
12395
12395
|
};
|
|
12396
12396
|
}>> & Readonly<{}>, {
|
|
12397
12397
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12398
12398
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12399
12399
|
loading: boolean;
|
|
12400
|
-
title: boolean | import("
|
|
12401
|
-
avatar: boolean | import("
|
|
12400
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
12401
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
12402
12402
|
active: boolean;
|
|
12403
|
-
paragraph: boolean | import("
|
|
12404
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
12403
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
12404
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
12405
12405
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12406
12406
|
type: {
|
|
12407
|
-
type: PropType<"
|
|
12407
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
12408
12408
|
default: string;
|
|
12409
12409
|
};
|
|
12410
12410
|
}>, {
|
|
12411
12411
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12412
12412
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12413
12413
|
type: {
|
|
12414
|
-
type: PropType<"
|
|
12414
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
12415
12415
|
default: string;
|
|
12416
12416
|
};
|
|
12417
12417
|
}>> & Readonly<{}>, {
|
|
12418
|
-
type: "text" | "image" | "circle" | "
|
|
12418
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
12419
12419
|
}, {}, {
|
|
12420
12420
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
12421
12421
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12422
|
-
};
|
|
12422
|
+
});
|
|
12423
12423
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12424
12424
|
type: {
|
|
12425
|
-
type: PropType<"
|
|
12425
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
12426
12426
|
default: string;
|
|
12427
12427
|
};
|
|
12428
12428
|
}>, {
|
|
12429
12429
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12430
12430
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12431
12431
|
type: {
|
|
12432
|
-
type: PropType<"
|
|
12432
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
12433
12433
|
default: string;
|
|
12434
12434
|
};
|
|
12435
12435
|
}>> & Readonly<{}>, {
|
|
12436
|
-
type: "text" | "image" | "circle" | "
|
|
12436
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
12437
12437
|
}, {}, {
|
|
12438
12438
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
12439
12439
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -12479,7 +12479,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12479
12479
|
};
|
|
12480
12480
|
}>, {
|
|
12481
12481
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12482
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
12482
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
12483
12483
|
expandedColumns: import("vue").ComputedRef<import("./Table.type").InnerColumn[]>;
|
|
12484
12484
|
expandRowKey: import("vue").ComputedRef<string>;
|
|
12485
12485
|
expandVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -12657,7 +12657,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12657
12657
|
hasSorters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
12658
12658
|
hasFilters: (column: import("./Table.type").InnerColumn) => boolean;
|
|
12659
12659
|
isSortColumn: (column: import("./Table.type").InnerColumn) => boolean;
|
|
12660
|
-
pagination: import("
|
|
12660
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
12661
12661
|
cellRef: import("vue").Ref<any, any>;
|
|
12662
12662
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
12663
12663
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -12720,7 +12720,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12720
12720
|
default: boolean;
|
|
12721
12721
|
};
|
|
12722
12722
|
expandIcon: {
|
|
12723
|
-
type: PropType<import("
|
|
12723
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12724
12724
|
default: any;
|
|
12725
12725
|
};
|
|
12726
12726
|
needIndentSpaced: {
|
|
@@ -12736,7 +12736,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12736
12736
|
loading: import("vue").Ref<boolean, boolean>;
|
|
12737
12737
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
12738
12738
|
onClick: (e: any) => void;
|
|
12739
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12739
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12740
12740
|
expandable: {
|
|
12741
12741
|
type: BooleanConstructor;
|
|
12742
12742
|
default: boolean;
|
|
@@ -12746,7 +12746,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12746
12746
|
default: boolean;
|
|
12747
12747
|
};
|
|
12748
12748
|
expandIcon: {
|
|
12749
|
-
type: PropType<import("
|
|
12749
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12750
12750
|
default: any;
|
|
12751
12751
|
};
|
|
12752
12752
|
needIndentSpaced: {
|
|
@@ -12781,7 +12781,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12781
12781
|
default: string;
|
|
12782
12782
|
};
|
|
12783
12783
|
icon: {
|
|
12784
|
-
type: PropType<import("
|
|
12784
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12785
12785
|
};
|
|
12786
12786
|
}>> & Readonly<{
|
|
12787
12787
|
onClick?: (ev: Event) => any;
|
|
@@ -12828,7 +12828,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12828
12828
|
default: string;
|
|
12829
12829
|
};
|
|
12830
12830
|
icon: {
|
|
12831
|
-
type: PropType<import("
|
|
12831
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12832
12832
|
};
|
|
12833
12833
|
}>> & Readonly<{
|
|
12834
12834
|
onClick?: (ev: Event) => any;
|
|
@@ -12870,7 +12870,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12870
12870
|
default: string;
|
|
12871
12871
|
};
|
|
12872
12872
|
icon: {
|
|
12873
|
-
type: PropType<import("
|
|
12873
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12874
12874
|
};
|
|
12875
12875
|
}>> & Readonly<{
|
|
12876
12876
|
onClick?: (ev: Event) => any;
|
|
@@ -12897,14 +12897,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12897
12897
|
}, string, {
|
|
12898
12898
|
color: string;
|
|
12899
12899
|
spin: boolean;
|
|
12900
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
12900
|
+
}, {}, 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>);
|
|
12901
12901
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
12902
12902
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12903
12903
|
UTooltip: {
|
|
12904
12904
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
12905
12905
|
placement: {
|
|
12906
12906
|
default: string;
|
|
12907
|
-
type: PropType<"
|
|
12907
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
12908
12908
|
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;
|
|
12909
12909
|
};
|
|
12910
12910
|
title: {
|
|
@@ -12935,7 +12935,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12935
12935
|
default: string;
|
|
12936
12936
|
};
|
|
12937
12937
|
trigger: {
|
|
12938
|
-
type: PropType<"
|
|
12938
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
12939
12939
|
default: string;
|
|
12940
12940
|
validator: (val: "click" | "hover") => boolean;
|
|
12941
12941
|
};
|
|
@@ -12949,8 +12949,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12949
12949
|
default: boolean;
|
|
12950
12950
|
};
|
|
12951
12951
|
color: {
|
|
12952
|
-
type: PropType<"
|
|
12953
|
-
default: "
|
|
12952
|
+
type: PropType<"red" | "light" | undefined>;
|
|
12953
|
+
default: undefined | "red" | "light";
|
|
12954
12954
|
validator: (val: string) => boolean;
|
|
12955
12955
|
};
|
|
12956
12956
|
}>> & Readonly<{
|
|
@@ -13016,7 +13016,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13016
13016
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
13017
13017
|
};
|
|
13018
13018
|
placement: {
|
|
13019
|
-
type: PropType<"
|
|
13019
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13020
13020
|
default: string;
|
|
13021
13021
|
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;
|
|
13022
13022
|
};
|
|
@@ -13038,8 +13038,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13038
13038
|
type: StringConstructor;
|
|
13039
13039
|
};
|
|
13040
13040
|
trigger: {
|
|
13041
|
-
type: PropType<("
|
|
13042
|
-
default: () => ("
|
|
13041
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
13042
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
13043
13043
|
};
|
|
13044
13044
|
mouseEnterDelay: {
|
|
13045
13045
|
type: NumberConstructor;
|
|
@@ -13107,7 +13107,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13107
13107
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
13108
13108
|
};
|
|
13109
13109
|
placement: {
|
|
13110
|
-
type: PropType<"
|
|
13110
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13111
13111
|
default: string;
|
|
13112
13112
|
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;
|
|
13113
13113
|
};
|
|
@@ -13129,8 +13129,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13129
13129
|
type: StringConstructor;
|
|
13130
13130
|
};
|
|
13131
13131
|
trigger: {
|
|
13132
|
-
type: PropType<("
|
|
13133
|
-
default: () => ("
|
|
13132
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
13133
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
13134
13134
|
};
|
|
13135
13135
|
mouseEnterDelay: {
|
|
13136
13136
|
type: NumberConstructor;
|
|
@@ -13205,7 +13205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13205
13205
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
13206
13206
|
placement: {
|
|
13207
13207
|
default: string;
|
|
13208
|
-
type: PropType<"
|
|
13208
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13209
13209
|
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;
|
|
13210
13210
|
};
|
|
13211
13211
|
title: {
|
|
@@ -13236,7 +13236,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13236
13236
|
default: string;
|
|
13237
13237
|
};
|
|
13238
13238
|
trigger: {
|
|
13239
|
-
type: PropType<"
|
|
13239
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
13240
13240
|
default: string;
|
|
13241
13241
|
validator: (val: "click" | "hover") => boolean;
|
|
13242
13242
|
};
|
|
@@ -13250,8 +13250,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13250
13250
|
default: boolean;
|
|
13251
13251
|
};
|
|
13252
13252
|
color: {
|
|
13253
|
-
type: PropType<"
|
|
13254
|
-
default: "
|
|
13253
|
+
type: PropType<"red" | "light" | undefined>;
|
|
13254
|
+
default: undefined | "red" | "light";
|
|
13255
13255
|
validator: (val: string) => boolean;
|
|
13256
13256
|
};
|
|
13257
13257
|
}>> & Readonly<{
|
|
@@ -13312,7 +13312,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13312
13312
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13313
13313
|
placement: {
|
|
13314
13314
|
default: string;
|
|
13315
|
-
type: PropType<"
|
|
13315
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13316
13316
|
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;
|
|
13317
13317
|
};
|
|
13318
13318
|
title: {
|
|
@@ -13343,7 +13343,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13343
13343
|
default: string;
|
|
13344
13344
|
};
|
|
13345
13345
|
trigger: {
|
|
13346
|
-
type: PropType<"
|
|
13346
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
13347
13347
|
default: string;
|
|
13348
13348
|
validator: (val: "click" | "hover") => boolean;
|
|
13349
13349
|
};
|
|
@@ -13357,8 +13357,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13357
13357
|
default: boolean;
|
|
13358
13358
|
};
|
|
13359
13359
|
color: {
|
|
13360
|
-
type: PropType<"
|
|
13361
|
-
default: "
|
|
13360
|
+
type: PropType<"red" | "light" | undefined>;
|
|
13361
|
+
default: undefined | "red" | "light";
|
|
13362
13362
|
validator: (val: string) => boolean;
|
|
13363
13363
|
};
|
|
13364
13364
|
}>> & Readonly<{
|
|
@@ -13424,7 +13424,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13424
13424
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
13425
13425
|
};
|
|
13426
13426
|
placement: {
|
|
13427
|
-
type: PropType<"
|
|
13427
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13428
13428
|
default: string;
|
|
13429
13429
|
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;
|
|
13430
13430
|
};
|
|
@@ -13446,8 +13446,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13446
13446
|
type: StringConstructor;
|
|
13447
13447
|
};
|
|
13448
13448
|
trigger: {
|
|
13449
|
-
type: PropType<("
|
|
13450
|
-
default: () => ("
|
|
13449
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
13450
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
13451
13451
|
};
|
|
13452
13452
|
mouseEnterDelay: {
|
|
13453
13453
|
type: NumberConstructor;
|
|
@@ -13515,7 +13515,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13515
13515
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
13516
13516
|
};
|
|
13517
13517
|
placement: {
|
|
13518
|
-
type: PropType<"
|
|
13518
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13519
13519
|
default: string;
|
|
13520
13520
|
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;
|
|
13521
13521
|
};
|
|
@@ -13537,8 +13537,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13537
13537
|
type: StringConstructor;
|
|
13538
13538
|
};
|
|
13539
13539
|
trigger: {
|
|
13540
|
-
type: PropType<("
|
|
13541
|
-
default: () => ("
|
|
13540
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
13541
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
13542
13542
|
};
|
|
13543
13543
|
mouseEnterDelay: {
|
|
13544
13544
|
type: NumberConstructor;
|
|
@@ -13603,7 +13603,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13603
13603
|
};
|
|
13604
13604
|
};
|
|
13605
13605
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13606
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
13606
|
+
} & 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>);
|
|
13607
13607
|
USkeleton: {
|
|
13608
13608
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
13609
13609
|
active: {
|
|
@@ -13615,25 +13615,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13615
13615
|
default: boolean;
|
|
13616
13616
|
};
|
|
13617
13617
|
avatar: {
|
|
13618
|
-
type: PropType<boolean | import("
|
|
13618
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
13619
13619
|
default: boolean;
|
|
13620
13620
|
};
|
|
13621
13621
|
title: {
|
|
13622
|
-
type: PropType<boolean | import("
|
|
13622
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
13623
13623
|
default: boolean;
|
|
13624
13624
|
};
|
|
13625
13625
|
paragraph: {
|
|
13626
|
-
type: PropType<boolean | import("
|
|
13626
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
13627
13627
|
default: boolean;
|
|
13628
13628
|
};
|
|
13629
13629
|
}>> & Readonly<{}>, {
|
|
13630
13630
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13631
13631
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
13632
13632
|
loading: boolean;
|
|
13633
|
-
title: boolean | import("
|
|
13634
|
-
avatar: boolean | import("
|
|
13633
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
13634
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
13635
13635
|
active: boolean;
|
|
13636
|
-
paragraph: boolean | import("
|
|
13636
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
13637
13637
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
13638
13638
|
P: {};
|
|
13639
13639
|
B: {};
|
|
@@ -13651,25 +13651,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13651
13651
|
default: boolean;
|
|
13652
13652
|
};
|
|
13653
13653
|
avatar: {
|
|
13654
|
-
type: PropType<boolean | import("
|
|
13654
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
13655
13655
|
default: boolean;
|
|
13656
13656
|
};
|
|
13657
13657
|
title: {
|
|
13658
|
-
type: PropType<boolean | import("
|
|
13658
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
13659
13659
|
default: boolean;
|
|
13660
13660
|
};
|
|
13661
13661
|
paragraph: {
|
|
13662
|
-
type: PropType<boolean | import("
|
|
13662
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
13663
13663
|
default: boolean;
|
|
13664
13664
|
};
|
|
13665
13665
|
}>> & Readonly<{}>, {
|
|
13666
13666
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13667
13667
|
}, {}, {}, {}, {
|
|
13668
13668
|
loading: boolean;
|
|
13669
|
-
title: boolean | import("
|
|
13670
|
-
avatar: boolean | import("
|
|
13669
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
13670
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
13671
13671
|
active: boolean;
|
|
13672
|
-
paragraph: boolean | import("
|
|
13672
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
13673
13673
|
}>;
|
|
13674
13674
|
__isFragment?: never;
|
|
13675
13675
|
__isTeleport?: never;
|
|
@@ -13684,58 +13684,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13684
13684
|
default: boolean;
|
|
13685
13685
|
};
|
|
13686
13686
|
avatar: {
|
|
13687
|
-
type: PropType<boolean | import("
|
|
13687
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
13688
13688
|
default: boolean;
|
|
13689
13689
|
};
|
|
13690
13690
|
title: {
|
|
13691
|
-
type: PropType<boolean | import("
|
|
13691
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
13692
13692
|
default: boolean;
|
|
13693
13693
|
};
|
|
13694
13694
|
paragraph: {
|
|
13695
|
-
type: PropType<boolean | import("
|
|
13695
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
13696
13696
|
default: boolean;
|
|
13697
13697
|
};
|
|
13698
13698
|
}>> & Readonly<{}>, {
|
|
13699
13699
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13700
13700
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13701
13701
|
loading: boolean;
|
|
13702
|
-
title: boolean | import("
|
|
13703
|
-
avatar: boolean | import("
|
|
13702
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
13703
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
13704
13704
|
active: boolean;
|
|
13705
|
-
paragraph: boolean | import("
|
|
13706
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
13705
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
13706
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
13707
13707
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13708
13708
|
type: {
|
|
13709
|
-
type: PropType<"
|
|
13709
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
13710
13710
|
default: string;
|
|
13711
13711
|
};
|
|
13712
13712
|
}>, {
|
|
13713
13713
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13714
13714
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13715
13715
|
type: {
|
|
13716
|
-
type: PropType<"
|
|
13716
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
13717
13717
|
default: string;
|
|
13718
13718
|
};
|
|
13719
13719
|
}>> & Readonly<{}>, {
|
|
13720
|
-
type: "text" | "image" | "circle" | "
|
|
13720
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
13721
13721
|
}, {}, {
|
|
13722
13722
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
13723
13723
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13724
|
-
};
|
|
13724
|
+
});
|
|
13725
13725
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13726
13726
|
type: {
|
|
13727
|
-
type: PropType<"
|
|
13727
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
13728
13728
|
default: string;
|
|
13729
13729
|
};
|
|
13730
13730
|
}>, {
|
|
13731
13731
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13732
13732
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13733
13733
|
type: {
|
|
13734
|
-
type: PropType<"
|
|
13734
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
13735
13735
|
default: string;
|
|
13736
13736
|
};
|
|
13737
13737
|
}>> & Readonly<{}>, {
|
|
13738
|
-
type: "text" | "image" | "circle" | "
|
|
13738
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
13739
13739
|
}, {}, {
|
|
13740
13740
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
13741
13741
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|