@koi-design/uxd-ui 14.0.21 → 14.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.type.d.ts +5 -5
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/es/components/AutoComplete/index.d.ts +572 -632
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +180 -180
- package/es/components/Calendar/Header.vue.d.ts +81 -81
- package/es/components/Calendar/index.d.ts +381 -381
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +8 -8
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +40 -40
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/CascaderMenu.d.ts +2 -2
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Cascader/utils.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/es/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/es/components/Checkbox/index.d.ts +27 -27
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/es/components/ColorPicker/index.d.ts +248 -248
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +8 -2
- package/es/components/ConfigProvider/index.mjs +2 -1
- package/es/components/ConfigProvider/index.mjs.map +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/es/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1016 -1016
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +14 -13
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/es/components/Dropdown/Dropdown.type.mjs +10 -1
- package/es/components/Dropdown/Dropdown.type.mjs.map +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/es/components/Dropdown/DropdownMenu.mjs +10 -5
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Dropdown/index.mjs +1 -1
- package/es/components/Empty/Empty.d.ts +14 -14
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +8 -8
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/es/components/InfiniteScroll/InfiniteScroll.mjs.map +1 -1
- package/es/components/InfoView/Cell.d.ts +2 -2
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +14 -14
- package/es/components/InfoView/Row.d.ts +2 -2
- package/es/components/InfoView/index.d.ts +33 -33
- package/es/components/Input/Input.d.ts +34 -34
- package/es/components/Input/Input.type.d.ts +11 -11
- package/es/components/Input/index.d.ts +39 -39
- package/es/components/InputNumber/InputNumber.d.ts +83 -83
- package/es/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/es/components/InputNumber/SingleInput.d.ts +23 -22
- package/es/components/InputNumber/index.d.ts +109 -109
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Layout.type.d.ts +5 -4
- package/es/components/Layout/Sider.vue.d.ts +8 -8
- package/es/components/Layout/index.d.ts +10 -10
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +3 -3
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Menu/Menu.d.ts +6 -6
- package/es/components/Menu/Menu.type.d.ts +20 -20
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +30 -30
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs.map +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -17
- package/es/components/Menu/index.d.ts +61 -61
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +46 -46
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +23 -23
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +11 -11
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +12 -11
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.type.d.ts +8 -8
- package/es/components/Progress/Progress.vue.d.ts +25 -25
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +51 -51
- package/es/components/Radio/Radio.type.d.ts +16 -16
- package/es/components/Radio/Radio.vue.d.ts +7 -7
- package/es/components/Radio/RadioGroup.d.ts +17 -17
- package/es/components/Radio/index.d.ts +27 -27
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/Thumb.d.ts +1 -1
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +4 -2
- package/es/components/Scrollbar/utils.mjs +4 -2
- package/es/components/Scrollbar/utils.mjs.map +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/es/components/Select/RefSelect.vue.d.ts +161 -171
- package/es/components/Select/Select.d.ts +29 -29
- package/es/components/Select/Select.type.d.ts +16 -15
- package/es/components/Select/Selection/Input.vue.d.ts +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/es/components/Select/Selection/Single.vue.d.ts +4 -6
- package/es/components/Select/index.d.ts +40 -40
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Slider.d.ts +5 -5
- package/es/components/Slider/Slider.type.d.ts +5 -5
- package/es/components/Slider/index.d.ts +1 -1
- package/es/components/Space/Space.d.ts +9 -9
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs.map +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.type.d.ts +12 -12
- package/es/components/Steps/Steps.vue.d.ts +6 -6
- package/es/components/Steps/index.d.ts +19 -19
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.vue.d.ts +340 -340
- package/es/components/Table/BodyTable.vue.d.ts +340 -340
- package/es/components/Table/HeadTable.vue.d.ts +340 -340
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +745 -745
- package/es/components/Table/TableBox.vue.d.ts +680 -680
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +4 -4
- package/es/components/Tabs/TabNav.mjs.map +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +27 -27
- package/es/components/Tabs/Tabs.d.ts +59 -59
- package/es/components/Tabs/Tabs.mjs +3 -3
- package/es/components/Tabs/Tabs.mjs.map +1 -1
- package/es/components/Tabs/Tabs.type.d.ts +29 -28
- package/es/components/Tabs/Tabs.type.mjs +6 -6
- package/es/components/Tabs/Tabs.type.mjs.map +1 -1
- package/es/components/Tabs/index.d.ts +118 -118
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +6 -6
- package/es/components/Tag/index.d.ts +12 -12
- package/es/components/Text/Text.d.ts +15 -15
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +386 -386
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +7 -7
- package/es/components/Timeline/Timeline.mjs +1 -1
- package/es/components/Timeline/Timeline.mjs.map +1 -1
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.type.d.ts +5 -5
- package/es/components/Transfer/Transfer.vue.d.ts +636 -636
- package/es/components/Transfer/TransferList.vue.d.ts +114 -114
- package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/es/components/Transfer/index.d.ts +1678 -1678
- package/es/components/Tree/SubTree.vue.d.ts +61 -61
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +68 -76
- package/es/components/Tree/TreeNode.vue.d.ts +33 -33
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +141 -165
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/es/components/TreeSelect/index.d.ts +698 -754
- package/es/components/Upload/Upload.d.ts +4 -4
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadList.vue.d.ts +56 -56
- package/es/components/Upload/index.d.ts +4 -4
- package/es/components/VirtualList/ListContent.mjs.map +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/components/index.mjs +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/es/utils/tools.mjs.map +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.type.d.ts +5 -5
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/lib/components/AutoComplete/index.d.ts +572 -632
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
- package/lib/components/Calendar/Header.vue.d.ts +81 -81
- package/lib/components/Calendar/index.d.ts +381 -381
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +8 -8
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +40 -40
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Cascader/utils.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/lib/components/Checkbox/index.d.ts +27 -27
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/lib/components/ColorPicker/index.d.ts +248 -248
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +8 -2
- package/lib/components/ConfigProvider/index.js +2 -1
- package/lib/components/ConfigProvider/index.js.map +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1016 -1016
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +14 -13
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/lib/components/Dropdown/Dropdown.type.js +12 -0
- package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/lib/components/Dropdown/DropdownMenu.js +10 -5
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Dropdown/index.js +3 -0
- package/lib/components/Dropdown/index.js.map +1 -1
- package/lib/components/Empty/Empty.d.ts +14 -14
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +8 -8
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
- package/lib/components/InfoView/Cell.d.ts +2 -2
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
- package/lib/components/InfoView/Row.d.ts +2 -2
- package/lib/components/InfoView/index.d.ts +33 -33
- package/lib/components/Input/Input.d.ts +34 -34
- package/lib/components/Input/Input.type.d.ts +11 -11
- package/lib/components/Input/index.d.ts +39 -39
- package/lib/components/InputNumber/InputNumber.d.ts +83 -83
- package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/lib/components/InputNumber/SingleInput.d.ts +23 -22
- package/lib/components/InputNumber/index.d.ts +109 -109
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Layout.type.d.ts +5 -4
- package/lib/components/Layout/Sider.vue.d.ts +8 -8
- package/lib/components/Layout/index.d.ts +10 -10
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +3 -3
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Menu/Menu.d.ts +6 -6
- package/lib/components/Menu/Menu.type.d.ts +20 -20
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.js.map +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
- package/lib/components/Menu/index.d.ts +61 -61
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +46 -46
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +23 -23
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +11 -11
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +12 -11
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.type.d.ts +8 -8
- package/lib/components/Progress/Progress.vue.d.ts +25 -25
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +51 -51
- package/lib/components/Radio/Radio.type.d.ts +16 -16
- package/lib/components/Radio/Radio.vue.d.ts +7 -7
- package/lib/components/Radio/RadioGroup.d.ts +17 -17
- package/lib/components/Radio/index.d.ts +27 -27
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/Thumb.d.ts +1 -1
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +4 -2
- package/lib/components/Scrollbar/utils.js +4 -2
- package/lib/components/Scrollbar/utils.js.map +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/lib/components/Select/RefSelect.vue.d.ts +161 -171
- package/lib/components/Select/Select.d.ts +29 -29
- package/lib/components/Select/Select.type.d.ts +16 -15
- package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
- package/lib/components/Select/index.d.ts +40 -40
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Slider.d.ts +5 -5
- package/lib/components/Slider/Slider.type.d.ts +5 -5
- package/lib/components/Slider/index.d.ts +1 -1
- package/lib/components/Space/Space.d.ts +9 -9
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js.map +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.type.d.ts +12 -12
- package/lib/components/Steps/Steps.vue.d.ts +6 -6
- package/lib/components/Steps/index.d.ts +19 -19
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.vue.d.ts +340 -340
- package/lib/components/Table/BodyTable.vue.d.ts +340 -340
- package/lib/components/Table/HeadTable.vue.d.ts +340 -340
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +745 -745
- package/lib/components/Table/TableBox.vue.d.ts +680 -680
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +4 -4
- package/lib/components/Tabs/TabNav.js.map +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
- package/lib/components/Tabs/Tabs.d.ts +59 -59
- package/lib/components/Tabs/Tabs.js +3 -3
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/Tabs.type.d.ts +29 -28
- package/lib/components/Tabs/Tabs.type.js +6 -6
- package/lib/components/Tabs/Tabs.type.js.map +1 -1
- package/lib/components/Tabs/index.d.ts +118 -118
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +6 -6
- package/lib/components/Tag/index.d.ts +12 -12
- package/lib/components/Text/Text.d.ts +15 -15
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +386 -386
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +7 -7
- package/lib/components/Timeline/Timeline.js +1 -1
- package/lib/components/Timeline/Timeline.js.map +1 -1
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.type.d.ts +5 -5
- package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
- package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
- package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/lib/components/Transfer/index.d.ts +1678 -1678
- package/lib/components/Tree/SubTree.vue.d.ts +61 -61
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +68 -76
- package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +141 -165
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/lib/components/TreeSelect/index.d.ts +698 -754
- package/lib/components/Upload/Upload.d.ts +4 -4
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadList.vue.d.ts +56 -56
- package/lib/components/Upload/index.d.ts +4 -4
- package/lib/components/VirtualList/ListContent.js.map +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/components/index.js +3 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/lib/utils/tools.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -7
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/index.less +2 -0
- package/styles/index.css +1 -1
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +5 -5
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/types/components/AutoComplete/index.d.ts +572 -632
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +180 -180
- package/types/components/Calendar/Header.vue.d.ts +81 -81
- package/types/components/Calendar/index.d.ts +381 -381
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +8 -8
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +40 -40
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/CascaderMenu.d.ts +2 -2
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/types/components/Checkbox/index.d.ts +27 -27
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/types/components/ColorPicker/index.d.ts +248 -248
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +8 -2
- package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1016 -1016
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +14 -13
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +14 -14
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +8 -8
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/types/components/InfoView/Cell.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +14 -14
- package/types/components/InfoView/Row.d.ts +2 -2
- package/types/components/InfoView/index.d.ts +33 -33
- package/types/components/Input/Input.d.ts +34 -34
- package/types/components/Input/Input.type.d.ts +11 -11
- package/types/components/Input/index.d.ts +39 -39
- package/types/components/InputNumber/InputNumber.d.ts +83 -83
- package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/types/components/InputNumber/SingleInput.d.ts +23 -22
- package/types/components/InputNumber/index.d.ts +109 -109
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +5 -4
- package/types/components/Layout/Sider.vue.d.ts +8 -8
- package/types/components/Layout/index.d.ts +10 -10
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +3 -3
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +6 -6
- package/types/components/Menu/Menu.type.d.ts +20 -20
- package/types/components/Menu/MenuItem.vue.d.ts +30 -30
- package/types/components/Menu/SubMenu.vue.d.ts +17 -17
- package/types/components/Menu/index.d.ts +61 -61
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +46 -46
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +23 -23
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +11 -11
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +12 -11
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +8 -8
- package/types/components/Progress/Progress.vue.d.ts +25 -25
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +51 -51
- package/types/components/Radio/Radio.type.d.ts +16 -16
- package/types/components/Radio/Radio.vue.d.ts +7 -7
- package/types/components/Radio/RadioGroup.d.ts +17 -17
- package/types/components/Radio/index.d.ts +27 -27
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/Thumb.d.ts +1 -1
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +4 -2
- package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/types/components/Select/RefSelect.vue.d.ts +161 -171
- package/types/components/Select/Select.d.ts +29 -29
- package/types/components/Select/Select.type.d.ts +16 -15
- package/types/components/Select/Selection/Input.vue.d.ts +1 -1
- package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/types/components/Select/Selection/Single.vue.d.ts +4 -6
- package/types/components/Select/index.d.ts +40 -40
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +5 -5
- package/types/components/Slider/Slider.type.d.ts +5 -5
- package/types/components/Slider/index.d.ts +1 -1
- package/types/components/Space/Space.d.ts +9 -9
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +12 -12
- package/types/components/Steps/Steps.vue.d.ts +6 -6
- package/types/components/Steps/index.d.ts +19 -19
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +340 -340
- package/types/components/Table/BodyTable.vue.d.ts +340 -340
- package/types/components/Table/HeadTable.vue.d.ts +340 -340
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +745 -745
- package/types/components/Table/TableBox.vue.d.ts +680 -680
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +27 -27
- package/types/components/Tabs/Tabs.d.ts +59 -59
- package/types/components/Tabs/Tabs.type.d.ts +29 -28
- package/types/components/Tabs/index.d.ts +118 -118
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +6 -6
- package/types/components/Tag/index.d.ts +12 -12
- package/types/components/Text/Text.d.ts +15 -15
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +386 -386
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +7 -7
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +5 -5
- package/types/components/Transfer/Transfer.vue.d.ts +636 -636
- package/types/components/Transfer/TransferList.vue.d.ts +114 -114
- package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/types/components/Transfer/index.d.ts +1678 -1678
- package/types/components/Tree/SubTree.vue.d.ts +61 -61
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +68 -76
- package/types/components/Tree/TreeNode.vue.d.ts +33 -33
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +141 -165
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/types/components/TreeSelect/index.d.ts +698 -754
- package/types/components/Upload/Upload.d.ts +4 -4
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +56 -56
- package/types/components/Upload/index.d.ts +4 -4
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +41 -25
- package/uxd-ui.umd.js +43 -24
- package/uxd-ui.umd.min.js +6 -6
|
@@ -49,7 +49,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
49
49
|
key: string;
|
|
50
50
|
title?: string;
|
|
51
51
|
dataIndex?: string;
|
|
52
|
-
width?:
|
|
52
|
+
width?: number | string;
|
|
53
53
|
minWidth?: number;
|
|
54
54
|
fixed?: import("./Table.type").ColumnFixed;
|
|
55
55
|
align?: import("./Table.type").ColumnAlign;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
61
|
filterable?: boolean;
|
|
62
62
|
filters?: import("./Table.type").ColumnFilter[];
|
|
63
63
|
filterFn?: import("./Table.type").ColumnFilterFn;
|
|
64
|
-
filterIcon?: string | import("vue").Component
|
|
64
|
+
filterIcon?: string | import("vue").Component;
|
|
65
65
|
filterIconStyle?: import("vue").CSSProperties;
|
|
66
66
|
filterMultiple?: boolean;
|
|
67
67
|
filteredValue?: (string | number)[];
|
|
@@ -222,12 +222,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
222
|
Dropdown: {
|
|
223
223
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
224
224
|
placement: {
|
|
225
|
-
type: PropType<"
|
|
225
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
226
226
|
default: string;
|
|
227
227
|
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;
|
|
228
228
|
};
|
|
229
229
|
trigger: {
|
|
230
|
-
type: PropType<"
|
|
230
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
231
231
|
default: string;
|
|
232
232
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
233
233
|
};
|
|
@@ -269,7 +269,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
269
269
|
type: PropType<any[]>;
|
|
270
270
|
};
|
|
271
271
|
}>> & Readonly<{
|
|
272
|
-
onClick?: (e: import("
|
|
272
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
273
273
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
274
274
|
"onVisible-change"?: (v: boolean) => any;
|
|
275
275
|
}>, {
|
|
@@ -278,7 +278,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
278
278
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
279
279
|
onVisibleChange: (val: boolean) => void;
|
|
280
280
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
281
|
-
click: (e: import("
|
|
281
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
282
282
|
'visible-change': (v: boolean) => boolean;
|
|
283
283
|
'update:visible': (v: boolean) => boolean;
|
|
284
284
|
}, import("vue").PublicProps, {
|
|
@@ -299,7 +299,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
299
299
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
300
300
|
};
|
|
301
301
|
placement: {
|
|
302
|
-
type: PropType<"
|
|
302
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
303
303
|
default: string;
|
|
304
304
|
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;
|
|
305
305
|
};
|
|
@@ -321,8 +321,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
321
321
|
type: StringConstructor;
|
|
322
322
|
};
|
|
323
323
|
trigger: {
|
|
324
|
-
type: PropType<("
|
|
325
|
-
default: () => ("
|
|
324
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
325
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
326
326
|
};
|
|
327
327
|
mouseEnterDelay: {
|
|
328
328
|
type: NumberConstructor;
|
|
@@ -390,7 +390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
390
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
391
391
|
};
|
|
392
392
|
placement: {
|
|
393
|
-
type: PropType<"
|
|
393
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
394
394
|
default: string;
|
|
395
395
|
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;
|
|
396
396
|
};
|
|
@@ -412,8 +412,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
412
412
|
type: StringConstructor;
|
|
413
413
|
};
|
|
414
414
|
trigger: {
|
|
415
|
-
type: PropType<("
|
|
416
|
-
default: () => ("
|
|
415
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
416
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
417
417
|
};
|
|
418
418
|
mouseEnterDelay: {
|
|
419
419
|
type: NumberConstructor;
|
|
@@ -487,12 +487,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
487
487
|
Defaults: {};
|
|
488
488
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
489
489
|
placement: {
|
|
490
|
-
type: PropType<"
|
|
490
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
491
491
|
default: string;
|
|
492
492
|
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;
|
|
493
493
|
};
|
|
494
494
|
trigger: {
|
|
495
|
-
type: PropType<"
|
|
495
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
496
496
|
default: string;
|
|
497
497
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
498
498
|
};
|
|
@@ -534,7 +534,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
534
534
|
type: PropType<any[]>;
|
|
535
535
|
};
|
|
536
536
|
}>> & Readonly<{
|
|
537
|
-
onClick?: (e: import("
|
|
537
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
538
538
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
539
539
|
"onVisible-change"?: (v: boolean) => any;
|
|
540
540
|
}>, {
|
|
@@ -557,12 +557,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
557
|
__isSuspense?: never;
|
|
558
558
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
559
559
|
placement: {
|
|
560
|
-
type: PropType<"
|
|
560
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
561
561
|
default: string;
|
|
562
562
|
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;
|
|
563
563
|
};
|
|
564
564
|
trigger: {
|
|
565
|
-
type: PropType<"
|
|
565
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
566
566
|
default: string;
|
|
567
567
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
568
568
|
};
|
|
@@ -604,7 +604,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
604
604
|
type: PropType<any[]>;
|
|
605
605
|
};
|
|
606
606
|
}>> & Readonly<{
|
|
607
|
-
onClick?: (e: import("
|
|
607
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
608
608
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
609
609
|
"onVisible-change"?: (v: boolean) => any;
|
|
610
610
|
}>, {
|
|
@@ -613,7 +613,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
613
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
614
614
|
onVisibleChange: (val: boolean) => void;
|
|
615
615
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
616
|
-
click: (e: import("
|
|
616
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
617
617
|
'visible-change': (v: boolean) => boolean;
|
|
618
618
|
'update:visible': (v: boolean) => boolean;
|
|
619
619
|
}, string, {
|
|
@@ -634,7 +634,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
634
634
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
635
635
|
};
|
|
636
636
|
placement: {
|
|
637
|
-
type: PropType<"
|
|
637
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
638
638
|
default: string;
|
|
639
639
|
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;
|
|
640
640
|
};
|
|
@@ -656,8 +656,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
656
656
|
type: StringConstructor;
|
|
657
657
|
};
|
|
658
658
|
trigger: {
|
|
659
|
-
type: PropType<("
|
|
660
|
-
default: () => ("
|
|
659
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
660
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
661
661
|
};
|
|
662
662
|
mouseEnterDelay: {
|
|
663
663
|
type: NumberConstructor;
|
|
@@ -725,7 +725,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
725
725
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
726
726
|
};
|
|
727
727
|
placement: {
|
|
728
|
-
type: PropType<"
|
|
728
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
729
729
|
default: string;
|
|
730
730
|
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;
|
|
731
731
|
};
|
|
@@ -747,8 +747,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
747
747
|
type: StringConstructor;
|
|
748
748
|
};
|
|
749
749
|
trigger: {
|
|
750
|
-
type: PropType<("
|
|
751
|
-
default: () => ("
|
|
750
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
751
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
752
752
|
};
|
|
753
753
|
mouseEnterDelay: {
|
|
754
754
|
type: NumberConstructor;
|
|
@@ -813,11 +813,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
813
813
|
};
|
|
814
814
|
};
|
|
815
815
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
816
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
816
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
817
817
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
818
818
|
options: {
|
|
819
|
-
type: PropType<import("
|
|
820
|
-
default: () => import("
|
|
819
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
820
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
821
821
|
};
|
|
822
822
|
icon: {
|
|
823
823
|
type: BooleanConstructor;
|
|
@@ -834,8 +834,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
834
|
handleMenuClick: (e: any) => void;
|
|
835
835
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
836
836
|
options: {
|
|
837
|
-
type: PropType<import("
|
|
838
|
-
default: () => import("
|
|
837
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
838
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
839
839
|
};
|
|
840
840
|
icon: {
|
|
841
841
|
type: BooleanConstructor;
|
|
@@ -850,7 +850,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
850
850
|
onClick?: (...args: any[]) => any;
|
|
851
851
|
}>, {
|
|
852
852
|
icon: boolean;
|
|
853
|
-
options: import("
|
|
853
|
+
options: import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
854
854
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
855
855
|
Trigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
856
856
|
type: {
|
|
@@ -859,24 +859,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
859
859
|
validator: (val: string) => boolean;
|
|
860
860
|
};
|
|
861
861
|
icon: {
|
|
862
|
-
type: PropType<import("
|
|
862
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
863
863
|
};
|
|
864
864
|
text: {
|
|
865
865
|
type: StringConstructor;
|
|
866
866
|
};
|
|
867
867
|
buttonType: {
|
|
868
|
-
type: PropType<"
|
|
868
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
869
869
|
default: string;
|
|
870
870
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
871
871
|
};
|
|
872
872
|
variant: {
|
|
873
|
-
type: PropType<"
|
|
873
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
874
874
|
default: string;
|
|
875
875
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
876
876
|
};
|
|
877
877
|
color: {
|
|
878
|
-
type: PropType<"
|
|
879
|
-
default:
|
|
878
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
879
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
880
880
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
881
881
|
};
|
|
882
882
|
}>, {
|
|
@@ -889,24 +889,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
889
889
|
validator: (val: string) => boolean;
|
|
890
890
|
};
|
|
891
891
|
icon: {
|
|
892
|
-
type: PropType<import("
|
|
892
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
893
893
|
};
|
|
894
894
|
text: {
|
|
895
895
|
type: StringConstructor;
|
|
896
896
|
};
|
|
897
897
|
buttonType: {
|
|
898
|
-
type: PropType<"
|
|
898
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
899
899
|
default: string;
|
|
900
900
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
901
901
|
};
|
|
902
902
|
variant: {
|
|
903
|
-
type: PropType<"
|
|
903
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
904
904
|
default: string;
|
|
905
905
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
906
906
|
};
|
|
907
907
|
color: {
|
|
908
|
-
type: PropType<"
|
|
909
|
-
default:
|
|
908
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
909
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
910
910
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
911
911
|
};
|
|
912
912
|
}>> & Readonly<{}>, {
|
|
@@ -915,7 +915,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
915
915
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
916
916
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
917
917
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
918
|
-
};
|
|
918
|
+
});
|
|
919
919
|
Render: {
|
|
920
920
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
921
921
|
props: {
|
|
@@ -927,9 +927,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
927
927
|
UMenu: {
|
|
928
928
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
929
929
|
mode: {
|
|
930
|
-
type: PropType<"
|
|
930
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
931
931
|
default: string;
|
|
932
|
-
validator: (val: "
|
|
932
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
933
933
|
};
|
|
934
934
|
selectedKeys: {
|
|
935
935
|
type: PropType<(string | number)[]>;
|
|
@@ -966,27 +966,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
966
966
|
default: undefined;
|
|
967
967
|
};
|
|
968
968
|
}>> & Readonly<{
|
|
969
|
-
onClick?: (e: import("
|
|
970
|
-
onSelect?: (e: import("
|
|
971
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
972
|
-
onDeselect?: (e: import("
|
|
969
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
970
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
971
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
972
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
973
973
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
974
974
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
975
975
|
}>, {
|
|
976
976
|
rootMenu: import("vue").Ref<any, any>;
|
|
977
977
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
978
|
-
computedMode: import("vue").Ref<"
|
|
978
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
979
979
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
980
980
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
981
981
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
982
|
-
click: (e: import("
|
|
983
|
-
select: (e: import("
|
|
984
|
-
deselect: (e: import("
|
|
982
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
983
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
984
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
985
985
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
986
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
986
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
987
987
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
988
988
|
}, import("vue").PublicProps, {
|
|
989
|
-
mode: "
|
|
989
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
990
990
|
multiple: boolean;
|
|
991
991
|
openKeys: (string | number)[];
|
|
992
992
|
subMenuOpenDelay: number;
|
|
@@ -1011,9 +1011,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1011
1011
|
Defaults: {};
|
|
1012
1012
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1013
1013
|
mode: {
|
|
1014
|
-
type: PropType<"
|
|
1014
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1015
1015
|
default: string;
|
|
1016
|
-
validator: (val: "
|
|
1016
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1017
1017
|
};
|
|
1018
1018
|
selectedKeys: {
|
|
1019
1019
|
type: PropType<(string | number)[]>;
|
|
@@ -1050,20 +1050,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1050
1050
|
default: undefined;
|
|
1051
1051
|
};
|
|
1052
1052
|
}>> & Readonly<{
|
|
1053
|
-
onClick?: (e: import("
|
|
1054
|
-
onSelect?: (e: import("
|
|
1055
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1056
|
-
onDeselect?: (e: import("
|
|
1053
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1054
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1055
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1056
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1057
1057
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1058
1058
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1059
1059
|
}>, {
|
|
1060
1060
|
rootMenu: import("vue").Ref<any, any>;
|
|
1061
1061
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1062
|
-
computedMode: import("vue").Ref<"
|
|
1062
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1063
1063
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1064
1064
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1065
1065
|
}, {}, {}, {}, {
|
|
1066
|
-
mode: "
|
|
1066
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1067
1067
|
multiple: boolean;
|
|
1068
1068
|
openKeys: (string | number)[];
|
|
1069
1069
|
subMenuOpenDelay: number;
|
|
@@ -1076,9 +1076,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1076
1076
|
__isSuspense?: never;
|
|
1077
1077
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1078
1078
|
mode: {
|
|
1079
|
-
type: PropType<"
|
|
1079
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1080
1080
|
default: string;
|
|
1081
|
-
validator: (val: "
|
|
1081
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1082
1082
|
};
|
|
1083
1083
|
selectedKeys: {
|
|
1084
1084
|
type: PropType<(string | number)[]>;
|
|
@@ -1115,27 +1115,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1115
1115
|
default: undefined;
|
|
1116
1116
|
};
|
|
1117
1117
|
}>> & Readonly<{
|
|
1118
|
-
onClick?: (e: import("
|
|
1119
|
-
onSelect?: (e: import("
|
|
1120
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1121
|
-
onDeselect?: (e: import("
|
|
1118
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1119
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1120
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1121
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1122
1122
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1123
1123
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1124
1124
|
}>, {
|
|
1125
1125
|
rootMenu: import("vue").Ref<any, any>;
|
|
1126
1126
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1127
|
-
computedMode: import("vue").Ref<"
|
|
1127
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1128
1128
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1129
1129
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1130
1130
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1131
|
-
click: (e: import("
|
|
1132
|
-
select: (e: import("
|
|
1133
|
-
deselect: (e: import("
|
|
1131
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
1132
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1133
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1134
1134
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1135
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
1135
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1136
1136
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1137
1137
|
}, string, {
|
|
1138
|
-
mode: "
|
|
1138
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1139
1139
|
multiple: boolean;
|
|
1140
1140
|
openKeys: (string | number)[];
|
|
1141
1141
|
subMenuOpenDelay: number;
|
|
@@ -1151,7 +1151,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1151
1151
|
};
|
|
1152
1152
|
};
|
|
1153
1153
|
};
|
|
1154
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1154
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1155
1155
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1156
1156
|
name: {
|
|
1157
1157
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1164,8 +1164,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1164
1164
|
type: StringConstructor;
|
|
1165
1165
|
};
|
|
1166
1166
|
color: {
|
|
1167
|
-
type: PropType<
|
|
1168
|
-
default:
|
|
1167
|
+
type: PropType<string | undefined>;
|
|
1168
|
+
default: undefined | string;
|
|
1169
1169
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1170
1170
|
};
|
|
1171
1171
|
}>, {
|
|
@@ -1176,7 +1176,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1176
1176
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1177
1177
|
onClick: () => void;
|
|
1178
1178
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1179
|
-
click: (e: import("
|
|
1179
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
1180
1180
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1181
1181
|
name: {
|
|
1182
1182
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1189,21 +1189,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1189
1189
|
type: StringConstructor;
|
|
1190
1190
|
};
|
|
1191
1191
|
color: {
|
|
1192
|
-
type: PropType<
|
|
1193
|
-
default:
|
|
1192
|
+
type: PropType<string | undefined>;
|
|
1193
|
+
default: undefined | string;
|
|
1194
1194
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1195
1195
|
};
|
|
1196
1196
|
}>> & Readonly<{
|
|
1197
|
-
onClick?: (e: import("
|
|
1197
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
1198
1198
|
}>, {
|
|
1199
|
-
color:
|
|
1199
|
+
color: string;
|
|
1200
1200
|
disabled: boolean;
|
|
1201
1201
|
}, {}, {
|
|
1202
1202
|
UTooltip: {
|
|
1203
1203
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1204
1204
|
placement: {
|
|
1205
1205
|
default: string;
|
|
1206
|
-
type: PropType<"
|
|
1206
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1207
1207
|
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;
|
|
1208
1208
|
};
|
|
1209
1209
|
title: {
|
|
@@ -1234,7 +1234,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1234
1234
|
default: string;
|
|
1235
1235
|
};
|
|
1236
1236
|
trigger: {
|
|
1237
|
-
type: PropType<"
|
|
1237
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1238
1238
|
default: string;
|
|
1239
1239
|
validator: (val: "click" | "hover") => boolean;
|
|
1240
1240
|
};
|
|
@@ -1248,8 +1248,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1248
1248
|
default: boolean;
|
|
1249
1249
|
};
|
|
1250
1250
|
color: {
|
|
1251
|
-
type: PropType<"
|
|
1252
|
-
default: "
|
|
1251
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1252
|
+
default: undefined | "red" | "light";
|
|
1253
1253
|
validator: (val: string) => boolean;
|
|
1254
1254
|
};
|
|
1255
1255
|
}>> & Readonly<{
|
|
@@ -1315,7 +1315,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1315
1315
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1316
1316
|
};
|
|
1317
1317
|
placement: {
|
|
1318
|
-
type: PropType<"
|
|
1318
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1319
1319
|
default: string;
|
|
1320
1320
|
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;
|
|
1321
1321
|
};
|
|
@@ -1337,8 +1337,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1337
1337
|
type: StringConstructor;
|
|
1338
1338
|
};
|
|
1339
1339
|
trigger: {
|
|
1340
|
-
type: PropType<("
|
|
1341
|
-
default: () => ("
|
|
1340
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1341
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1342
1342
|
};
|
|
1343
1343
|
mouseEnterDelay: {
|
|
1344
1344
|
type: NumberConstructor;
|
|
@@ -1406,7 +1406,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1406
1406
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1407
1407
|
};
|
|
1408
1408
|
placement: {
|
|
1409
|
-
type: PropType<"
|
|
1409
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1410
1410
|
default: string;
|
|
1411
1411
|
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;
|
|
1412
1412
|
};
|
|
@@ -1428,8 +1428,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1428
1428
|
type: StringConstructor;
|
|
1429
1429
|
};
|
|
1430
1430
|
trigger: {
|
|
1431
|
-
type: PropType<("
|
|
1432
|
-
default: () => ("
|
|
1431
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1432
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1433
1433
|
};
|
|
1434
1434
|
mouseEnterDelay: {
|
|
1435
1435
|
type: NumberConstructor;
|
|
@@ -1504,7 +1504,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1504
1504
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1505
1505
|
placement: {
|
|
1506
1506
|
default: string;
|
|
1507
|
-
type: PropType<"
|
|
1507
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1508
1508
|
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;
|
|
1509
1509
|
};
|
|
1510
1510
|
title: {
|
|
@@ -1535,7 +1535,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1535
1535
|
default: string;
|
|
1536
1536
|
};
|
|
1537
1537
|
trigger: {
|
|
1538
|
-
type: PropType<"
|
|
1538
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1539
1539
|
default: string;
|
|
1540
1540
|
validator: (val: "click" | "hover") => boolean;
|
|
1541
1541
|
};
|
|
@@ -1549,8 +1549,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1549
1549
|
default: boolean;
|
|
1550
1550
|
};
|
|
1551
1551
|
color: {
|
|
1552
|
-
type: PropType<"
|
|
1553
|
-
default: "
|
|
1552
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1553
|
+
default: undefined | "red" | "light";
|
|
1554
1554
|
validator: (val: string) => boolean;
|
|
1555
1555
|
};
|
|
1556
1556
|
}>> & Readonly<{
|
|
@@ -1611,7 +1611,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1611
1611
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1612
1612
|
placement: {
|
|
1613
1613
|
default: string;
|
|
1614
|
-
type: PropType<"
|
|
1614
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1615
1615
|
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;
|
|
1616
1616
|
};
|
|
1617
1617
|
title: {
|
|
@@ -1642,7 +1642,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1642
1642
|
default: string;
|
|
1643
1643
|
};
|
|
1644
1644
|
trigger: {
|
|
1645
|
-
type: PropType<"
|
|
1645
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1646
1646
|
default: string;
|
|
1647
1647
|
validator: (val: "click" | "hover") => boolean;
|
|
1648
1648
|
};
|
|
@@ -1656,8 +1656,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1656
1656
|
default: boolean;
|
|
1657
1657
|
};
|
|
1658
1658
|
color: {
|
|
1659
|
-
type: PropType<"
|
|
1660
|
-
default: "
|
|
1659
|
+
type: PropType<"red" | "light" | undefined>;
|
|
1660
|
+
default: undefined | "red" | "light";
|
|
1661
1661
|
validator: (val: string) => boolean;
|
|
1662
1662
|
};
|
|
1663
1663
|
}>> & Readonly<{
|
|
@@ -1723,7 +1723,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1723
1723
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1724
1724
|
};
|
|
1725
1725
|
placement: {
|
|
1726
|
-
type: PropType<"
|
|
1726
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1727
1727
|
default: string;
|
|
1728
1728
|
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;
|
|
1729
1729
|
};
|
|
@@ -1745,8 +1745,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1745
1745
|
type: StringConstructor;
|
|
1746
1746
|
};
|
|
1747
1747
|
trigger: {
|
|
1748
|
-
type: PropType<("
|
|
1749
|
-
default: () => ("
|
|
1748
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1749
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1750
1750
|
};
|
|
1751
1751
|
mouseEnterDelay: {
|
|
1752
1752
|
type: NumberConstructor;
|
|
@@ -1814,7 +1814,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1814
1814
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1815
1815
|
};
|
|
1816
1816
|
placement: {
|
|
1817
|
-
type: PropType<"
|
|
1817
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1818
1818
|
default: string;
|
|
1819
1819
|
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;
|
|
1820
1820
|
};
|
|
@@ -1836,8 +1836,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1836
1836
|
type: StringConstructor;
|
|
1837
1837
|
};
|
|
1838
1838
|
trigger: {
|
|
1839
|
-
type: PropType<("
|
|
1840
|
-
default: () => ("
|
|
1839
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1840
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1841
1841
|
};
|
|
1842
1842
|
mouseEnterDelay: {
|
|
1843
1843
|
type: NumberConstructor;
|
|
@@ -1902,7 +1902,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1902
1902
|
};
|
|
1903
1903
|
};
|
|
1904
1904
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1905
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1905
|
+
} & 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>);
|
|
1906
1906
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1907
1907
|
SubMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1908
1908
|
name: {
|
|
@@ -1919,16 +1919,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1919
1919
|
type: StringConstructor;
|
|
1920
1920
|
};
|
|
1921
1921
|
color: {
|
|
1922
|
-
type: PropType<
|
|
1923
|
-
default:
|
|
1922
|
+
type: PropType<string | undefined>;
|
|
1923
|
+
default: undefined | string;
|
|
1924
1924
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1925
1925
|
};
|
|
1926
1926
|
}>, {
|
|
1927
1927
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1928
1928
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
1929
1929
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1930
|
-
mode: import("vue").ComputedRef<"
|
|
1931
|
-
subMode: import("vue").ComputedRef<"
|
|
1930
|
+
mode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1931
|
+
subMode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1932
1932
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1933
1933
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
1934
1934
|
menuId: import("vue").ComputedRef<string>;
|
|
@@ -1960,8 +1960,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1960
1960
|
type: StringConstructor;
|
|
1961
1961
|
};
|
|
1962
1962
|
color: {
|
|
1963
|
-
type: PropType<
|
|
1964
|
-
default:
|
|
1963
|
+
type: PropType<string | undefined>;
|
|
1964
|
+
default: undefined | string;
|
|
1965
1965
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1966
1966
|
};
|
|
1967
1967
|
}>> & Readonly<{
|
|
@@ -1969,7 +1969,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1969
1969
|
key: string | number;
|
|
1970
1970
|
}) => any;
|
|
1971
1971
|
}>, {
|
|
1972
|
-
color:
|
|
1972
|
+
color: string;
|
|
1973
1973
|
disabled: boolean;
|
|
1974
1974
|
}, {}, {
|
|
1975
1975
|
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1980,7 +1980,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1980
1980
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1981
1981
|
};
|
|
1982
1982
|
placement: {
|
|
1983
|
-
type: PropType<"
|
|
1983
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1984
1984
|
default: string;
|
|
1985
1985
|
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;
|
|
1986
1986
|
};
|
|
@@ -2002,8 +2002,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2002
2002
|
type: StringConstructor;
|
|
2003
2003
|
};
|
|
2004
2004
|
trigger: {
|
|
2005
|
-
type: PropType<("
|
|
2006
|
-
default: () => ("
|
|
2005
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2006
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2007
2007
|
};
|
|
2008
2008
|
mouseEnterDelay: {
|
|
2009
2009
|
type: NumberConstructor;
|
|
@@ -2071,7 +2071,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2071
2071
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2072
2072
|
};
|
|
2073
2073
|
placement: {
|
|
2074
|
-
type: PropType<"
|
|
2074
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2075
2075
|
default: string;
|
|
2076
2076
|
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;
|
|
2077
2077
|
};
|
|
@@ -2093,8 +2093,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2093
2093
|
type: StringConstructor;
|
|
2094
2094
|
};
|
|
2095
2095
|
trigger: {
|
|
2096
|
-
type: PropType<("
|
|
2097
|
-
default: () => ("
|
|
2096
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2097
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2098
2098
|
};
|
|
2099
2099
|
mouseEnterDelay: {
|
|
2100
2100
|
type: NumberConstructor;
|
|
@@ -2173,7 +2173,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2173
2173
|
default: string;
|
|
2174
2174
|
};
|
|
2175
2175
|
icon: {
|
|
2176
|
-
type: PropType<import("
|
|
2176
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2177
2177
|
};
|
|
2178
2178
|
}>> & Readonly<{
|
|
2179
2179
|
onClick?: (ev: Event) => any;
|
|
@@ -2220,7 +2220,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2220
2220
|
default: string;
|
|
2221
2221
|
};
|
|
2222
2222
|
icon: {
|
|
2223
|
-
type: PropType<import("
|
|
2223
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2224
2224
|
};
|
|
2225
2225
|
}>> & Readonly<{
|
|
2226
2226
|
onClick?: (ev: Event) => any;
|
|
@@ -2262,7 +2262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2262
2262
|
default: string;
|
|
2263
2263
|
};
|
|
2264
2264
|
icon: {
|
|
2265
|
-
type: PropType<import("
|
|
2265
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2266
2266
|
};
|
|
2267
2267
|
}>> & Readonly<{
|
|
2268
2268
|
onClick?: (ev: Event) => any;
|
|
@@ -2289,7 +2289,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2289
2289
|
}, string, {
|
|
2290
2290
|
color: string;
|
|
2291
2291
|
spin: boolean;
|
|
2292
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2292
|
+
}, {}, 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>);
|
|
2293
2293
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2294
2294
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2295
2295
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2307,7 +2307,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2307
2307
|
Divider: import("vue").DefineComponent<{}, {
|
|
2308
2308
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
2309
2309
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2310
|
-
};
|
|
2310
|
+
});
|
|
2311
2311
|
MenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2312
2312
|
name: {
|
|
2313
2313
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2320,8 +2320,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2320
2320
|
type: StringConstructor;
|
|
2321
2321
|
};
|
|
2322
2322
|
color: {
|
|
2323
|
-
type: PropType<
|
|
2324
|
-
default:
|
|
2323
|
+
type: PropType<string | undefined>;
|
|
2324
|
+
default: undefined | string;
|
|
2325
2325
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2326
2326
|
};
|
|
2327
2327
|
}>, {
|
|
@@ -2332,7 +2332,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2332
2332
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2333
2333
|
onClick: () => void;
|
|
2334
2334
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2335
|
-
click: (e: import("
|
|
2335
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
2336
2336
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2337
2337
|
name: {
|
|
2338
2338
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2345,21 +2345,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2345
2345
|
type: StringConstructor;
|
|
2346
2346
|
};
|
|
2347
2347
|
color: {
|
|
2348
|
-
type: PropType<
|
|
2349
|
-
default:
|
|
2348
|
+
type: PropType<string | undefined>;
|
|
2349
|
+
default: undefined | string;
|
|
2350
2350
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2351
2351
|
};
|
|
2352
2352
|
}>> & Readonly<{
|
|
2353
|
-
onClick?: (e: import("
|
|
2353
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
2354
2354
|
}>, {
|
|
2355
|
-
color:
|
|
2355
|
+
color: string;
|
|
2356
2356
|
disabled: boolean;
|
|
2357
2357
|
}, {}, {
|
|
2358
2358
|
UTooltip: {
|
|
2359
2359
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2360
2360
|
placement: {
|
|
2361
2361
|
default: string;
|
|
2362
|
-
type: PropType<"
|
|
2362
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2363
2363
|
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;
|
|
2364
2364
|
};
|
|
2365
2365
|
title: {
|
|
@@ -2390,7 +2390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2390
2390
|
default: string;
|
|
2391
2391
|
};
|
|
2392
2392
|
trigger: {
|
|
2393
|
-
type: PropType<"
|
|
2393
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2394
2394
|
default: string;
|
|
2395
2395
|
validator: (val: "click" | "hover") => boolean;
|
|
2396
2396
|
};
|
|
@@ -2404,8 +2404,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2404
2404
|
default: boolean;
|
|
2405
2405
|
};
|
|
2406
2406
|
color: {
|
|
2407
|
-
type: PropType<"
|
|
2408
|
-
default: "
|
|
2407
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2408
|
+
default: undefined | "red" | "light";
|
|
2409
2409
|
validator: (val: string) => boolean;
|
|
2410
2410
|
};
|
|
2411
2411
|
}>> & Readonly<{
|
|
@@ -2471,7 +2471,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2471
2471
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2472
2472
|
};
|
|
2473
2473
|
placement: {
|
|
2474
|
-
type: PropType<"
|
|
2474
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2475
2475
|
default: string;
|
|
2476
2476
|
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;
|
|
2477
2477
|
};
|
|
@@ -2493,8 +2493,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2493
2493
|
type: StringConstructor;
|
|
2494
2494
|
};
|
|
2495
2495
|
trigger: {
|
|
2496
|
-
type: PropType<("
|
|
2497
|
-
default: () => ("
|
|
2496
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2497
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2498
2498
|
};
|
|
2499
2499
|
mouseEnterDelay: {
|
|
2500
2500
|
type: NumberConstructor;
|
|
@@ -2562,7 +2562,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2562
2562
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2563
2563
|
};
|
|
2564
2564
|
placement: {
|
|
2565
|
-
type: PropType<"
|
|
2565
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2566
2566
|
default: string;
|
|
2567
2567
|
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;
|
|
2568
2568
|
};
|
|
@@ -2584,8 +2584,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2584
2584
|
type: StringConstructor;
|
|
2585
2585
|
};
|
|
2586
2586
|
trigger: {
|
|
2587
|
-
type: PropType<("
|
|
2588
|
-
default: () => ("
|
|
2587
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2588
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2589
2589
|
};
|
|
2590
2590
|
mouseEnterDelay: {
|
|
2591
2591
|
type: NumberConstructor;
|
|
@@ -2660,7 +2660,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2660
2660
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2661
2661
|
placement: {
|
|
2662
2662
|
default: string;
|
|
2663
|
-
type: PropType<"
|
|
2663
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2664
2664
|
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;
|
|
2665
2665
|
};
|
|
2666
2666
|
title: {
|
|
@@ -2691,7 +2691,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2691
2691
|
default: string;
|
|
2692
2692
|
};
|
|
2693
2693
|
trigger: {
|
|
2694
|
-
type: PropType<"
|
|
2694
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2695
2695
|
default: string;
|
|
2696
2696
|
validator: (val: "click" | "hover") => boolean;
|
|
2697
2697
|
};
|
|
@@ -2705,8 +2705,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2705
2705
|
default: boolean;
|
|
2706
2706
|
};
|
|
2707
2707
|
color: {
|
|
2708
|
-
type: PropType<"
|
|
2709
|
-
default: "
|
|
2708
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2709
|
+
default: undefined | "red" | "light";
|
|
2710
2710
|
validator: (val: string) => boolean;
|
|
2711
2711
|
};
|
|
2712
2712
|
}>> & Readonly<{
|
|
@@ -2767,7 +2767,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2767
2767
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2768
2768
|
placement: {
|
|
2769
2769
|
default: string;
|
|
2770
|
-
type: PropType<"
|
|
2770
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2771
2771
|
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;
|
|
2772
2772
|
};
|
|
2773
2773
|
title: {
|
|
@@ -2798,7 +2798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2798
2798
|
default: string;
|
|
2799
2799
|
};
|
|
2800
2800
|
trigger: {
|
|
2801
|
-
type: PropType<"
|
|
2801
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2802
2802
|
default: string;
|
|
2803
2803
|
validator: (val: "click" | "hover") => boolean;
|
|
2804
2804
|
};
|
|
@@ -2812,8 +2812,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2812
2812
|
default: boolean;
|
|
2813
2813
|
};
|
|
2814
2814
|
color: {
|
|
2815
|
-
type: PropType<"
|
|
2816
|
-
default: "
|
|
2815
|
+
type: PropType<"red" | "light" | undefined>;
|
|
2816
|
+
default: undefined | "red" | "light";
|
|
2817
2817
|
validator: (val: string) => boolean;
|
|
2818
2818
|
};
|
|
2819
2819
|
}>> & Readonly<{
|
|
@@ -2879,7 +2879,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2879
2879
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2880
2880
|
};
|
|
2881
2881
|
placement: {
|
|
2882
|
-
type: PropType<"
|
|
2882
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2883
2883
|
default: string;
|
|
2884
2884
|
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;
|
|
2885
2885
|
};
|
|
@@ -2901,8 +2901,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2901
2901
|
type: StringConstructor;
|
|
2902
2902
|
};
|
|
2903
2903
|
trigger: {
|
|
2904
|
-
type: PropType<("
|
|
2905
|
-
default: () => ("
|
|
2904
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2905
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2906
2906
|
};
|
|
2907
2907
|
mouseEnterDelay: {
|
|
2908
2908
|
type: NumberConstructor;
|
|
@@ -2970,7 +2970,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2970
2970
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2971
2971
|
};
|
|
2972
2972
|
placement: {
|
|
2973
|
-
type: PropType<"
|
|
2973
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2974
2974
|
default: string;
|
|
2975
2975
|
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;
|
|
2976
2976
|
};
|
|
@@ -2992,8 +2992,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2992
2992
|
type: StringConstructor;
|
|
2993
2993
|
};
|
|
2994
2994
|
trigger: {
|
|
2995
|
-
type: PropType<("
|
|
2996
|
-
default: () => ("
|
|
2995
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2996
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2997
2997
|
};
|
|
2998
2998
|
mouseEnterDelay: {
|
|
2999
2999
|
type: NumberConstructor;
|
|
@@ -3058,7 +3058,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3058
3058
|
};
|
|
3059
3059
|
};
|
|
3060
3060
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3061
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3061
|
+
} & 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>);
|
|
3062
3062
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3063
3063
|
Checkbox: {
|
|
3064
3064
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3091,9 +3091,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3091
3091
|
default: boolean;
|
|
3092
3092
|
};
|
|
3093
3093
|
}>> & Readonly<{
|
|
3094
|
-
onChange?: (val: import("
|
|
3094
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3095
3095
|
onClick?: (ev: Event) => any;
|
|
3096
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3096
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3097
3097
|
}>, {
|
|
3098
3098
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3099
3099
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3107,8 +3107,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3107
3107
|
handleBlur: () => void;
|
|
3108
3108
|
onClick: (e: MouseEvent) => void;
|
|
3109
3109
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3110
|
-
'update:modelValue': (val: import("
|
|
3111
|
-
change: (val: import("
|
|
3110
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3111
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3112
3112
|
click: (ev: Event) => boolean;
|
|
3113
3113
|
}, import("vue").PublicProps, {
|
|
3114
3114
|
name: string;
|
|
@@ -3133,7 +3133,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3133
3133
|
default: string;
|
|
3134
3134
|
};
|
|
3135
3135
|
icon: {
|
|
3136
|
-
type: PropType<import("
|
|
3136
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3137
3137
|
};
|
|
3138
3138
|
}>> & Readonly<{
|
|
3139
3139
|
onClick?: (ev: Event) => any;
|
|
@@ -3180,7 +3180,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3180
3180
|
default: string;
|
|
3181
3181
|
};
|
|
3182
3182
|
icon: {
|
|
3183
|
-
type: PropType<import("
|
|
3183
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3184
3184
|
};
|
|
3185
3185
|
}>> & Readonly<{
|
|
3186
3186
|
onClick?: (ev: Event) => any;
|
|
@@ -3222,7 +3222,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3222
3222
|
default: string;
|
|
3223
3223
|
};
|
|
3224
3224
|
icon: {
|
|
3225
|
-
type: PropType<import("
|
|
3225
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3226
3226
|
};
|
|
3227
3227
|
}>> & Readonly<{
|
|
3228
3228
|
onClick?: (ev: Event) => any;
|
|
@@ -3249,7 +3249,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3249
3249
|
}, string, {
|
|
3250
3250
|
color: string;
|
|
3251
3251
|
spin: boolean;
|
|
3252
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3252
|
+
}, {}, 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>);
|
|
3253
3253
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3254
3254
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3255
3255
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3289,9 +3289,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3289
3289
|
default: boolean;
|
|
3290
3290
|
};
|
|
3291
3291
|
}>> & Readonly<{
|
|
3292
|
-
onChange?: (val: import("
|
|
3292
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3293
3293
|
onClick?: (ev: Event) => any;
|
|
3294
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3294
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3295
3295
|
}>, {
|
|
3296
3296
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3297
3297
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3346,9 +3346,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3346
3346
|
default: boolean;
|
|
3347
3347
|
};
|
|
3348
3348
|
}>> & Readonly<{
|
|
3349
|
-
onChange?: (val: import("
|
|
3349
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3350
3350
|
onClick?: (ev: Event) => any;
|
|
3351
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3351
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3352
3352
|
}>, {
|
|
3353
3353
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3354
3354
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
@@ -3362,8 +3362,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3362
3362
|
handleBlur: () => void;
|
|
3363
3363
|
onClick: (e: MouseEvent) => void;
|
|
3364
3364
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3365
|
-
'update:modelValue': (val: import("
|
|
3366
|
-
change: (val: import("
|
|
3365
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3366
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3367
3367
|
click: (ev: Event) => boolean;
|
|
3368
3368
|
}, string, {
|
|
3369
3369
|
name: string;
|
|
@@ -3388,7 +3388,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3388
3388
|
default: string;
|
|
3389
3389
|
};
|
|
3390
3390
|
icon: {
|
|
3391
|
-
type: PropType<import("
|
|
3391
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3392
3392
|
};
|
|
3393
3393
|
}>> & Readonly<{
|
|
3394
3394
|
onClick?: (ev: Event) => any;
|
|
@@ -3435,7 +3435,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3435
3435
|
default: string;
|
|
3436
3436
|
};
|
|
3437
3437
|
icon: {
|
|
3438
|
-
type: PropType<import("
|
|
3438
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3439
3439
|
};
|
|
3440
3440
|
}>> & Readonly<{
|
|
3441
3441
|
onClick?: (ev: Event) => any;
|
|
@@ -3477,7 +3477,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3477
3477
|
default: string;
|
|
3478
3478
|
};
|
|
3479
3479
|
icon: {
|
|
3480
|
-
type: PropType<import("
|
|
3480
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3481
3481
|
};
|
|
3482
3482
|
}>> & Readonly<{
|
|
3483
3483
|
onClick?: (ev: Event) => any;
|
|
@@ -3504,23 +3504,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3504
3504
|
}, string, {
|
|
3505
3505
|
color: string;
|
|
3506
3506
|
spin: boolean;
|
|
3507
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3507
|
+
}, {}, 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>);
|
|
3508
3508
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3509
3509
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3510
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3510
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3511
3511
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3512
3512
|
modelValue: {
|
|
3513
|
-
type: PropType<import("
|
|
3514
|
-
default: () => import("
|
|
3513
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3514
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3515
3515
|
};
|
|
3516
3516
|
size: {
|
|
3517
|
-
type: PropType<"
|
|
3517
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3518
3518
|
default: string;
|
|
3519
|
-
validator: (val: "
|
|
3519
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3520
3520
|
};
|
|
3521
3521
|
options: {
|
|
3522
|
-
type: PropType<import("
|
|
3523
|
-
default: () => import("
|
|
3522
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3523
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3524
3524
|
};
|
|
3525
3525
|
disabled: {
|
|
3526
3526
|
type: BooleanConstructor;
|
|
@@ -3534,12 +3534,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3534
3534
|
type: StringConstructor;
|
|
3535
3535
|
};
|
|
3536
3536
|
buttonType: {
|
|
3537
|
-
type: PropType<"
|
|
3537
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3538
3538
|
default: string;
|
|
3539
3539
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3540
3540
|
};
|
|
3541
3541
|
type: {
|
|
3542
|
-
type: PropType<"
|
|
3542
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3543
3543
|
default: string;
|
|
3544
3544
|
validator: (val: "default" | "button") => boolean;
|
|
3545
3545
|
};
|
|
@@ -3559,21 +3559,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3559
3559
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
3560
3560
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
3561
3561
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3562
|
-
'update:modelValue': (v: import("
|
|
3563
|
-
change: (v: import("
|
|
3562
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3563
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3564
3564
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3565
3565
|
modelValue: {
|
|
3566
|
-
type: PropType<import("
|
|
3567
|
-
default: () => import("
|
|
3566
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3567
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3568
3568
|
};
|
|
3569
3569
|
size: {
|
|
3570
|
-
type: PropType<"
|
|
3570
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3571
3571
|
default: string;
|
|
3572
|
-
validator: (val: "
|
|
3572
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3573
3573
|
};
|
|
3574
3574
|
options: {
|
|
3575
|
-
type: PropType<import("
|
|
3576
|
-
default: () => import("
|
|
3575
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3576
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3577
3577
|
};
|
|
3578
3578
|
disabled: {
|
|
3579
3579
|
type: BooleanConstructor;
|
|
@@ -3587,12 +3587,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3587
3587
|
type: StringConstructor;
|
|
3588
3588
|
};
|
|
3589
3589
|
buttonType: {
|
|
3590
|
-
type: PropType<"
|
|
3590
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3591
3591
|
default: string;
|
|
3592
3592
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3593
3593
|
};
|
|
3594
3594
|
type: {
|
|
3595
|
-
type: PropType<"
|
|
3595
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3596
3596
|
default: string;
|
|
3597
3597
|
validator: (val: "default" | "button") => boolean;
|
|
3598
3598
|
};
|
|
@@ -3604,15 +3604,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3604
3604
|
type: PropType<"ltr" | "rtl">;
|
|
3605
3605
|
};
|
|
3606
3606
|
}>> & Readonly<{
|
|
3607
|
-
onChange?: (v: import("
|
|
3608
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3607
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3608
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3609
3609
|
}>, {
|
|
3610
3610
|
type: "default" | "button";
|
|
3611
3611
|
loading: boolean;
|
|
3612
|
-
size: "
|
|
3612
|
+
size: "default" | "small" | "large";
|
|
3613
3613
|
disabled: boolean;
|
|
3614
|
-
modelValue: import("
|
|
3615
|
-
options: import("
|
|
3614
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3615
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3616
3616
|
buttonFill: boolean;
|
|
3617
3617
|
buttonType: "fill" | "border" | "card";
|
|
3618
3618
|
}, {}, {
|
|
@@ -3630,7 +3630,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3630
3630
|
default: string;
|
|
3631
3631
|
};
|
|
3632
3632
|
icon: {
|
|
3633
|
-
type: PropType<import("
|
|
3633
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3634
3634
|
};
|
|
3635
3635
|
}>> & Readonly<{
|
|
3636
3636
|
onClick?: (ev: Event) => any;
|
|
@@ -3677,7 +3677,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3677
3677
|
default: string;
|
|
3678
3678
|
};
|
|
3679
3679
|
icon: {
|
|
3680
|
-
type: PropType<import("
|
|
3680
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3681
3681
|
};
|
|
3682
3682
|
}>> & Readonly<{
|
|
3683
3683
|
onClick?: (ev: Event) => any;
|
|
@@ -3719,7 +3719,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3719
3719
|
default: string;
|
|
3720
3720
|
};
|
|
3721
3721
|
icon: {
|
|
3722
|
-
type: PropType<import("
|
|
3722
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3723
3723
|
};
|
|
3724
3724
|
}>> & Readonly<{
|
|
3725
3725
|
onClick?: (ev: Event) => any;
|
|
@@ -3746,7 +3746,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3746
3746
|
}, string, {
|
|
3747
3747
|
color: string;
|
|
3748
3748
|
spin: boolean;
|
|
3749
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3749
|
+
}, {}, 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>);
|
|
3750
3750
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3751
3751
|
modelValue: {
|
|
3752
3752
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3789,8 +3789,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3789
3789
|
handleBlur: () => void;
|
|
3790
3790
|
onClick: (e: MouseEvent) => void;
|
|
3791
3791
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3792
|
-
'update:modelValue': (val: import("
|
|
3793
|
-
change: (val: import("
|
|
3792
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3793
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3794
3794
|
click: (ev: Event) => boolean;
|
|
3795
3795
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3796
3796
|
modelValue: {
|
|
@@ -3822,9 +3822,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3822
3822
|
default: boolean;
|
|
3823
3823
|
};
|
|
3824
3824
|
}>> & Readonly<{
|
|
3825
|
-
onChange?: (val: import("
|
|
3825
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3826
3826
|
onClick?: (ev: Event) => any;
|
|
3827
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3827
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3828
3828
|
}>, {
|
|
3829
3829
|
name: string;
|
|
3830
3830
|
disabled: boolean;
|
|
@@ -3848,7 +3848,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3848
3848
|
default: string;
|
|
3849
3849
|
};
|
|
3850
3850
|
icon: {
|
|
3851
|
-
type: PropType<import("
|
|
3851
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3852
3852
|
};
|
|
3853
3853
|
}>> & Readonly<{
|
|
3854
3854
|
onClick?: (ev: Event) => any;
|
|
@@ -3895,7 +3895,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3895
3895
|
default: string;
|
|
3896
3896
|
};
|
|
3897
3897
|
icon: {
|
|
3898
|
-
type: PropType<import("
|
|
3898
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3899
3899
|
};
|
|
3900
3900
|
}>> & Readonly<{
|
|
3901
3901
|
onClick?: (ev: Event) => any;
|
|
@@ -3937,7 +3937,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3937
3937
|
default: string;
|
|
3938
3938
|
};
|
|
3939
3939
|
icon: {
|
|
3940
|
-
type: PropType<import("
|
|
3940
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3941
3941
|
};
|
|
3942
3942
|
}>> & Readonly<{
|
|
3943
3943
|
onClick?: (ev: Event) => any;
|
|
@@ -3964,13 +3964,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3964
3964
|
}, string, {
|
|
3965
3965
|
color: string;
|
|
3966
3966
|
spin: boolean;
|
|
3967
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3967
|
+
}, {}, 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>);
|
|
3968
3968
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3969
3969
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3970
3970
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3971
3971
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3972
3972
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3973
|
-
};
|
|
3973
|
+
});
|
|
3974
3974
|
Icon: {
|
|
3975
3975
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3976
3976
|
rotate: {
|
|
@@ -3985,7 +3985,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3985
3985
|
default: string;
|
|
3986
3986
|
};
|
|
3987
3987
|
icon: {
|
|
3988
|
-
type: PropType<import("
|
|
3988
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3989
3989
|
};
|
|
3990
3990
|
}>> & Readonly<{
|
|
3991
3991
|
onClick?: (ev: Event) => any;
|
|
@@ -4032,7 +4032,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4032
4032
|
default: string;
|
|
4033
4033
|
};
|
|
4034
4034
|
icon: {
|
|
4035
|
-
type: PropType<import("
|
|
4035
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4036
4036
|
};
|
|
4037
4037
|
}>> & Readonly<{
|
|
4038
4038
|
onClick?: (ev: Event) => any;
|
|
@@ -4074,7 +4074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4074
4074
|
default: string;
|
|
4075
4075
|
};
|
|
4076
4076
|
icon: {
|
|
4077
|
-
type: PropType<import("
|
|
4077
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4078
4078
|
};
|
|
4079
4079
|
}>> & Readonly<{
|
|
4080
4080
|
onClick?: (ev: Event) => any;
|
|
@@ -4101,7 +4101,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4101
4101
|
}, string, {
|
|
4102
4102
|
color: string;
|
|
4103
4103
|
spin: boolean;
|
|
4104
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4104
|
+
}, {}, 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>);
|
|
4105
4105
|
FilterIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4106
4106
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4107
4107
|
RenderTitle: (props: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4121,7 +4121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4121
4121
|
default: string;
|
|
4122
4122
|
};
|
|
4123
4123
|
icon: {
|
|
4124
|
-
type: PropType<import("
|
|
4124
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4125
4125
|
};
|
|
4126
4126
|
}>> & Readonly<{
|
|
4127
4127
|
onClick?: (ev: Event) => any;
|
|
@@ -4168,7 +4168,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4168
4168
|
default: string;
|
|
4169
4169
|
};
|
|
4170
4170
|
icon: {
|
|
4171
|
-
type: PropType<import("
|
|
4171
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4172
4172
|
};
|
|
4173
4173
|
}>> & Readonly<{
|
|
4174
4174
|
onClick?: (ev: Event) => any;
|
|
@@ -4210,7 +4210,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4210
4210
|
default: string;
|
|
4211
4211
|
};
|
|
4212
4212
|
icon: {
|
|
4213
|
-
type: PropType<import("
|
|
4213
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4214
4214
|
};
|
|
4215
4215
|
}>> & Readonly<{
|
|
4216
4216
|
onClick?: (ev: Event) => any;
|
|
@@ -4237,7 +4237,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4237
4237
|
}, string, {
|
|
4238
4238
|
color: string;
|
|
4239
4239
|
spin: boolean;
|
|
4240
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4240
|
+
}, {}, 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>);
|
|
4241
4241
|
ChevronUp: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4242
4242
|
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4243
4243
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4251,7 +4251,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4251
4251
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4252
4252
|
leafColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
4253
4253
|
data: import("vue").ComputedRef<import("./Table.type").InnerDataItem[]>;
|
|
4254
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
4254
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
4255
4255
|
showSummary: import("vue").Ref<boolean, boolean>;
|
|
4256
4256
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4257
4257
|
columns: {
|
|
@@ -4408,7 +4408,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4408
4408
|
hasSorters: (column: InnerColumn) => boolean;
|
|
4409
4409
|
hasFilters: (column: InnerColumn) => boolean;
|
|
4410
4410
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
4411
|
-
pagination: import("
|
|
4411
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
4412
4412
|
cellRef: import("vue").Ref<any, any>;
|
|
4413
4413
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
4414
4414
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -4471,7 +4471,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4471
4471
|
default: boolean;
|
|
4472
4472
|
};
|
|
4473
4473
|
expandIcon: {
|
|
4474
|
-
type: PropType<import("
|
|
4474
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4475
4475
|
default: any;
|
|
4476
4476
|
};
|
|
4477
4477
|
needIndentSpaced: {
|
|
@@ -4487,7 +4487,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4487
4487
|
loading: import("vue").Ref<boolean, boolean>;
|
|
4488
4488
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
4489
4489
|
onClick: (e: any) => void;
|
|
4490
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
4490
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4491
4491
|
expandable: {
|
|
4492
4492
|
type: BooleanConstructor;
|
|
4493
4493
|
default: boolean;
|
|
@@ -4497,7 +4497,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4497
4497
|
default: boolean;
|
|
4498
4498
|
};
|
|
4499
4499
|
expandIcon: {
|
|
4500
|
-
type: PropType<import("
|
|
4500
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4501
4501
|
default: any;
|
|
4502
4502
|
};
|
|
4503
4503
|
needIndentSpaced: {
|
|
@@ -4532,7 +4532,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4532
4532
|
default: string;
|
|
4533
4533
|
};
|
|
4534
4534
|
icon: {
|
|
4535
|
-
type: PropType<import("
|
|
4535
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4536
4536
|
};
|
|
4537
4537
|
}>> & Readonly<{
|
|
4538
4538
|
onClick?: (ev: Event) => any;
|
|
@@ -4579,7 +4579,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4579
4579
|
default: string;
|
|
4580
4580
|
};
|
|
4581
4581
|
icon: {
|
|
4582
|
-
type: PropType<import("
|
|
4582
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4583
4583
|
};
|
|
4584
4584
|
}>> & Readonly<{
|
|
4585
4585
|
onClick?: (ev: Event) => any;
|
|
@@ -4621,7 +4621,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4621
4621
|
default: string;
|
|
4622
4622
|
};
|
|
4623
4623
|
icon: {
|
|
4624
|
-
type: PropType<import("
|
|
4624
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4625
4625
|
};
|
|
4626
4626
|
}>> & Readonly<{
|
|
4627
4627
|
onClick?: (ev: Event) => any;
|
|
@@ -4648,14 +4648,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4648
4648
|
}, string, {
|
|
4649
4649
|
color: string;
|
|
4650
4650
|
spin: boolean;
|
|
4651
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4651
|
+
}, {}, 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>);
|
|
4652
4652
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4653
4653
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4654
4654
|
UTooltip: {
|
|
4655
4655
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4656
4656
|
placement: {
|
|
4657
4657
|
default: string;
|
|
4658
|
-
type: PropType<"
|
|
4658
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4659
4659
|
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;
|
|
4660
4660
|
};
|
|
4661
4661
|
title: {
|
|
@@ -4686,7 +4686,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4686
4686
|
default: string;
|
|
4687
4687
|
};
|
|
4688
4688
|
trigger: {
|
|
4689
|
-
type: PropType<"
|
|
4689
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4690
4690
|
default: string;
|
|
4691
4691
|
validator: (val: "click" | "hover") => boolean;
|
|
4692
4692
|
};
|
|
@@ -4700,8 +4700,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4700
4700
|
default: boolean;
|
|
4701
4701
|
};
|
|
4702
4702
|
color: {
|
|
4703
|
-
type: PropType<"
|
|
4704
|
-
default: "
|
|
4703
|
+
type: PropType<"red" | "light" | undefined>;
|
|
4704
|
+
default: undefined | "red" | "light";
|
|
4705
4705
|
validator: (val: string) => boolean;
|
|
4706
4706
|
};
|
|
4707
4707
|
}>> & Readonly<{
|
|
@@ -4767,7 +4767,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4767
4767
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4768
4768
|
};
|
|
4769
4769
|
placement: {
|
|
4770
|
-
type: PropType<"
|
|
4770
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4771
4771
|
default: string;
|
|
4772
4772
|
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;
|
|
4773
4773
|
};
|
|
@@ -4789,8 +4789,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4789
4789
|
type: StringConstructor;
|
|
4790
4790
|
};
|
|
4791
4791
|
trigger: {
|
|
4792
|
-
type: PropType<("
|
|
4793
|
-
default: () => ("
|
|
4792
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4793
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4794
4794
|
};
|
|
4795
4795
|
mouseEnterDelay: {
|
|
4796
4796
|
type: NumberConstructor;
|
|
@@ -4858,7 +4858,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4858
4858
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4859
4859
|
};
|
|
4860
4860
|
placement: {
|
|
4861
|
-
type: PropType<"
|
|
4861
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4862
4862
|
default: string;
|
|
4863
4863
|
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;
|
|
4864
4864
|
};
|
|
@@ -4880,8 +4880,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4880
4880
|
type: StringConstructor;
|
|
4881
4881
|
};
|
|
4882
4882
|
trigger: {
|
|
4883
|
-
type: PropType<("
|
|
4884
|
-
default: () => ("
|
|
4883
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4884
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4885
4885
|
};
|
|
4886
4886
|
mouseEnterDelay: {
|
|
4887
4887
|
type: NumberConstructor;
|
|
@@ -4956,7 +4956,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4956
4956
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4957
4957
|
placement: {
|
|
4958
4958
|
default: string;
|
|
4959
|
-
type: PropType<"
|
|
4959
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4960
4960
|
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;
|
|
4961
4961
|
};
|
|
4962
4962
|
title: {
|
|
@@ -4987,7 +4987,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4987
4987
|
default: string;
|
|
4988
4988
|
};
|
|
4989
4989
|
trigger: {
|
|
4990
|
-
type: PropType<"
|
|
4990
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4991
4991
|
default: string;
|
|
4992
4992
|
validator: (val: "click" | "hover") => boolean;
|
|
4993
4993
|
};
|
|
@@ -5001,8 +5001,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5001
5001
|
default: boolean;
|
|
5002
5002
|
};
|
|
5003
5003
|
color: {
|
|
5004
|
-
type: PropType<"
|
|
5005
|
-
default: "
|
|
5004
|
+
type: PropType<"red" | "light" | undefined>;
|
|
5005
|
+
default: undefined | "red" | "light";
|
|
5006
5006
|
validator: (val: string) => boolean;
|
|
5007
5007
|
};
|
|
5008
5008
|
}>> & Readonly<{
|
|
@@ -5063,7 +5063,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5063
5063
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5064
5064
|
placement: {
|
|
5065
5065
|
default: string;
|
|
5066
|
-
type: PropType<"
|
|
5066
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5067
5067
|
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;
|
|
5068
5068
|
};
|
|
5069
5069
|
title: {
|
|
@@ -5094,7 +5094,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5094
5094
|
default: string;
|
|
5095
5095
|
};
|
|
5096
5096
|
trigger: {
|
|
5097
|
-
type: PropType<"
|
|
5097
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5098
5098
|
default: string;
|
|
5099
5099
|
validator: (val: "click" | "hover") => boolean;
|
|
5100
5100
|
};
|
|
@@ -5108,8 +5108,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5108
5108
|
default: boolean;
|
|
5109
5109
|
};
|
|
5110
5110
|
color: {
|
|
5111
|
-
type: PropType<"
|
|
5112
|
-
default: "
|
|
5111
|
+
type: PropType<"red" | "light" | undefined>;
|
|
5112
|
+
default: undefined | "red" | "light";
|
|
5113
5113
|
validator: (val: string) => boolean;
|
|
5114
5114
|
};
|
|
5115
5115
|
}>> & Readonly<{
|
|
@@ -5175,7 +5175,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5175
5175
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5176
5176
|
};
|
|
5177
5177
|
placement: {
|
|
5178
|
-
type: PropType<"
|
|
5178
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5179
5179
|
default: string;
|
|
5180
5180
|
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;
|
|
5181
5181
|
};
|
|
@@ -5197,8 +5197,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5197
5197
|
type: StringConstructor;
|
|
5198
5198
|
};
|
|
5199
5199
|
trigger: {
|
|
5200
|
-
type: PropType<("
|
|
5201
|
-
default: () => ("
|
|
5200
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5201
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5202
5202
|
};
|
|
5203
5203
|
mouseEnterDelay: {
|
|
5204
5204
|
type: NumberConstructor;
|
|
@@ -5266,7 +5266,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5266
5266
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5267
5267
|
};
|
|
5268
5268
|
placement: {
|
|
5269
|
-
type: PropType<"
|
|
5269
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5270
5270
|
default: string;
|
|
5271
5271
|
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;
|
|
5272
5272
|
};
|
|
@@ -5288,8 +5288,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5288
5288
|
type: StringConstructor;
|
|
5289
5289
|
};
|
|
5290
5290
|
trigger: {
|
|
5291
|
-
type: PropType<("
|
|
5292
|
-
default: () => ("
|
|
5291
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5292
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5293
5293
|
};
|
|
5294
5294
|
mouseEnterDelay: {
|
|
5295
5295
|
type: NumberConstructor;
|
|
@@ -5354,7 +5354,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5354
5354
|
};
|
|
5355
5355
|
};
|
|
5356
5356
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5357
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5357
|
+
} & 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>);
|
|
5358
5358
|
USkeleton: {
|
|
5359
5359
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5360
5360
|
active: {
|
|
@@ -5366,25 +5366,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5366
5366
|
default: boolean;
|
|
5367
5367
|
};
|
|
5368
5368
|
avatar: {
|
|
5369
|
-
type: PropType<boolean | import("
|
|
5369
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5370
5370
|
default: boolean;
|
|
5371
5371
|
};
|
|
5372
5372
|
title: {
|
|
5373
|
-
type: PropType<boolean | import("
|
|
5373
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5374
5374
|
default: boolean;
|
|
5375
5375
|
};
|
|
5376
5376
|
paragraph: {
|
|
5377
|
-
type: PropType<boolean | import("
|
|
5377
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5378
5378
|
default: boolean;
|
|
5379
5379
|
};
|
|
5380
5380
|
}>> & Readonly<{}>, {
|
|
5381
5381
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5382
5382
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5383
5383
|
loading: boolean;
|
|
5384
|
-
title: boolean | import("
|
|
5385
|
-
avatar: boolean | import("
|
|
5384
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5385
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5386
5386
|
active: boolean;
|
|
5387
|
-
paragraph: boolean | import("
|
|
5387
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5388
5388
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
5389
5389
|
P: {};
|
|
5390
5390
|
B: {};
|
|
@@ -5402,25 +5402,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5402
5402
|
default: boolean;
|
|
5403
5403
|
};
|
|
5404
5404
|
avatar: {
|
|
5405
|
-
type: PropType<boolean | import("
|
|
5405
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5406
5406
|
default: boolean;
|
|
5407
5407
|
};
|
|
5408
5408
|
title: {
|
|
5409
|
-
type: PropType<boolean | import("
|
|
5409
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5410
5410
|
default: boolean;
|
|
5411
5411
|
};
|
|
5412
5412
|
paragraph: {
|
|
5413
|
-
type: PropType<boolean | import("
|
|
5413
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5414
5414
|
default: boolean;
|
|
5415
5415
|
};
|
|
5416
5416
|
}>> & Readonly<{}>, {
|
|
5417
5417
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5418
5418
|
}, {}, {}, {}, {
|
|
5419
5419
|
loading: boolean;
|
|
5420
|
-
title: boolean | import("
|
|
5421
|
-
avatar: boolean | import("
|
|
5420
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5421
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5422
5422
|
active: boolean;
|
|
5423
|
-
paragraph: boolean | import("
|
|
5423
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5424
5424
|
}>;
|
|
5425
5425
|
__isFragment?: never;
|
|
5426
5426
|
__isTeleport?: never;
|
|
@@ -5435,58 +5435,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5435
5435
|
default: boolean;
|
|
5436
5436
|
};
|
|
5437
5437
|
avatar: {
|
|
5438
|
-
type: PropType<boolean | import("
|
|
5438
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5439
5439
|
default: boolean;
|
|
5440
5440
|
};
|
|
5441
5441
|
title: {
|
|
5442
|
-
type: PropType<boolean | import("
|
|
5442
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5443
5443
|
default: boolean;
|
|
5444
5444
|
};
|
|
5445
5445
|
paragraph: {
|
|
5446
|
-
type: PropType<boolean | import("
|
|
5446
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5447
5447
|
default: boolean;
|
|
5448
5448
|
};
|
|
5449
5449
|
}>> & Readonly<{}>, {
|
|
5450
5450
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5451
5451
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5452
5452
|
loading: boolean;
|
|
5453
|
-
title: boolean | import("
|
|
5454
|
-
avatar: boolean | import("
|
|
5453
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5454
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5455
5455
|
active: boolean;
|
|
5456
|
-
paragraph: boolean | import("
|
|
5457
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5456
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5457
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
5458
5458
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5459
5459
|
type: {
|
|
5460
|
-
type: PropType<"
|
|
5460
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5461
5461
|
default: string;
|
|
5462
5462
|
};
|
|
5463
5463
|
}>, {
|
|
5464
5464
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5465
5465
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5466
5466
|
type: {
|
|
5467
|
-
type: PropType<"
|
|
5467
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5468
5468
|
default: string;
|
|
5469
5469
|
};
|
|
5470
5470
|
}>> & Readonly<{}>, {
|
|
5471
|
-
type: "text" | "image" | "circle" | "
|
|
5471
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5472
5472
|
}, {}, {
|
|
5473
5473
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5474
5474
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5475
|
-
};
|
|
5475
|
+
});
|
|
5476
5476
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5477
5477
|
type: {
|
|
5478
|
-
type: PropType<"
|
|
5478
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5479
5479
|
default: string;
|
|
5480
5480
|
};
|
|
5481
5481
|
}>, {
|
|
5482
5482
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5483
5483
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5484
5484
|
type: {
|
|
5485
|
-
type: PropType<"
|
|
5485
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5486
5486
|
default: string;
|
|
5487
5487
|
};
|
|
5488
5488
|
}>> & Readonly<{}>, {
|
|
5489
|
-
type: "text" | "image" | "circle" | "
|
|
5489
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5490
5490
|
}, {}, {
|
|
5491
5491
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5492
5492
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5532,7 +5532,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5532
5532
|
};
|
|
5533
5533
|
}>, {
|
|
5534
5534
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5535
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
5535
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
5536
5536
|
expandedColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
5537
5537
|
expandRowKey: import("vue").ComputedRef<string>;
|
|
5538
5538
|
expandVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5710,7 +5710,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5710
5710
|
hasSorters: (column: InnerColumn) => boolean;
|
|
5711
5711
|
hasFilters: (column: InnerColumn) => boolean;
|
|
5712
5712
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
5713
|
-
pagination: import("
|
|
5713
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
5714
5714
|
cellRef: import("vue").Ref<any, any>;
|
|
5715
5715
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
5716
5716
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -5773,7 +5773,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5773
5773
|
default: boolean;
|
|
5774
5774
|
};
|
|
5775
5775
|
expandIcon: {
|
|
5776
|
-
type: PropType<import("
|
|
5776
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5777
5777
|
default: any;
|
|
5778
5778
|
};
|
|
5779
5779
|
needIndentSpaced: {
|
|
@@ -5789,7 +5789,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5789
5789
|
loading: import("vue").Ref<boolean, boolean>;
|
|
5790
5790
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
5791
5791
|
onClick: (e: any) => void;
|
|
5792
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5792
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5793
5793
|
expandable: {
|
|
5794
5794
|
type: BooleanConstructor;
|
|
5795
5795
|
default: boolean;
|
|
@@ -5799,7 +5799,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5799
5799
|
default: boolean;
|
|
5800
5800
|
};
|
|
5801
5801
|
expandIcon: {
|
|
5802
|
-
type: PropType<import("
|
|
5802
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5803
5803
|
default: any;
|
|
5804
5804
|
};
|
|
5805
5805
|
needIndentSpaced: {
|
|
@@ -5834,7 +5834,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5834
5834
|
default: string;
|
|
5835
5835
|
};
|
|
5836
5836
|
icon: {
|
|
5837
|
-
type: PropType<import("
|
|
5837
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5838
5838
|
};
|
|
5839
5839
|
}>> & Readonly<{
|
|
5840
5840
|
onClick?: (ev: Event) => any;
|
|
@@ -5881,7 +5881,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5881
5881
|
default: string;
|
|
5882
5882
|
};
|
|
5883
5883
|
icon: {
|
|
5884
|
-
type: PropType<import("
|
|
5884
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5885
5885
|
};
|
|
5886
5886
|
}>> & Readonly<{
|
|
5887
5887
|
onClick?: (ev: Event) => any;
|
|
@@ -5923,7 +5923,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5923
5923
|
default: string;
|
|
5924
5924
|
};
|
|
5925
5925
|
icon: {
|
|
5926
|
-
type: PropType<import("
|
|
5926
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5927
5927
|
};
|
|
5928
5928
|
}>> & Readonly<{
|
|
5929
5929
|
onClick?: (ev: Event) => any;
|
|
@@ -5950,14 +5950,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5950
5950
|
}, string, {
|
|
5951
5951
|
color: string;
|
|
5952
5952
|
spin: boolean;
|
|
5953
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5953
|
+
}, {}, 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>);
|
|
5954
5954
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5955
5955
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5956
5956
|
UTooltip: {
|
|
5957
5957
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5958
5958
|
placement: {
|
|
5959
5959
|
default: string;
|
|
5960
|
-
type: PropType<"
|
|
5960
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5961
5961
|
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;
|
|
5962
5962
|
};
|
|
5963
5963
|
title: {
|
|
@@ -5988,7 +5988,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5988
5988
|
default: string;
|
|
5989
5989
|
};
|
|
5990
5990
|
trigger: {
|
|
5991
|
-
type: PropType<"
|
|
5991
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5992
5992
|
default: string;
|
|
5993
5993
|
validator: (val: "click" | "hover") => boolean;
|
|
5994
5994
|
};
|
|
@@ -6002,8 +6002,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6002
6002
|
default: boolean;
|
|
6003
6003
|
};
|
|
6004
6004
|
color: {
|
|
6005
|
-
type: PropType<"
|
|
6006
|
-
default: "
|
|
6005
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6006
|
+
default: undefined | "red" | "light";
|
|
6007
6007
|
validator: (val: string) => boolean;
|
|
6008
6008
|
};
|
|
6009
6009
|
}>> & Readonly<{
|
|
@@ -6069,7 +6069,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6069
6069
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6070
6070
|
};
|
|
6071
6071
|
placement: {
|
|
6072
|
-
type: PropType<"
|
|
6072
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6073
6073
|
default: string;
|
|
6074
6074
|
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;
|
|
6075
6075
|
};
|
|
@@ -6091,8 +6091,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6091
6091
|
type: StringConstructor;
|
|
6092
6092
|
};
|
|
6093
6093
|
trigger: {
|
|
6094
|
-
type: PropType<("
|
|
6095
|
-
default: () => ("
|
|
6094
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6095
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6096
6096
|
};
|
|
6097
6097
|
mouseEnterDelay: {
|
|
6098
6098
|
type: NumberConstructor;
|
|
@@ -6160,7 +6160,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6160
6160
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6161
6161
|
};
|
|
6162
6162
|
placement: {
|
|
6163
|
-
type: PropType<"
|
|
6163
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6164
6164
|
default: string;
|
|
6165
6165
|
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;
|
|
6166
6166
|
};
|
|
@@ -6182,8 +6182,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6182
6182
|
type: StringConstructor;
|
|
6183
6183
|
};
|
|
6184
6184
|
trigger: {
|
|
6185
|
-
type: PropType<("
|
|
6186
|
-
default: () => ("
|
|
6185
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6186
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6187
6187
|
};
|
|
6188
6188
|
mouseEnterDelay: {
|
|
6189
6189
|
type: NumberConstructor;
|
|
@@ -6258,7 +6258,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6258
6258
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
6259
6259
|
placement: {
|
|
6260
6260
|
default: string;
|
|
6261
|
-
type: PropType<"
|
|
6261
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6262
6262
|
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;
|
|
6263
6263
|
};
|
|
6264
6264
|
title: {
|
|
@@ -6289,7 +6289,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6289
6289
|
default: string;
|
|
6290
6290
|
};
|
|
6291
6291
|
trigger: {
|
|
6292
|
-
type: PropType<"
|
|
6292
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6293
6293
|
default: string;
|
|
6294
6294
|
validator: (val: "click" | "hover") => boolean;
|
|
6295
6295
|
};
|
|
@@ -6303,8 +6303,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6303
6303
|
default: boolean;
|
|
6304
6304
|
};
|
|
6305
6305
|
color: {
|
|
6306
|
-
type: PropType<"
|
|
6307
|
-
default: "
|
|
6306
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6307
|
+
default: undefined | "red" | "light";
|
|
6308
6308
|
validator: (val: string) => boolean;
|
|
6309
6309
|
};
|
|
6310
6310
|
}>> & Readonly<{
|
|
@@ -6365,7 +6365,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6365
6365
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6366
6366
|
placement: {
|
|
6367
6367
|
default: string;
|
|
6368
|
-
type: PropType<"
|
|
6368
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6369
6369
|
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;
|
|
6370
6370
|
};
|
|
6371
6371
|
title: {
|
|
@@ -6396,7 +6396,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6396
6396
|
default: string;
|
|
6397
6397
|
};
|
|
6398
6398
|
trigger: {
|
|
6399
|
-
type: PropType<"
|
|
6399
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6400
6400
|
default: string;
|
|
6401
6401
|
validator: (val: "click" | "hover") => boolean;
|
|
6402
6402
|
};
|
|
@@ -6410,8 +6410,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6410
6410
|
default: boolean;
|
|
6411
6411
|
};
|
|
6412
6412
|
color: {
|
|
6413
|
-
type: PropType<"
|
|
6414
|
-
default: "
|
|
6413
|
+
type: PropType<"red" | "light" | undefined>;
|
|
6414
|
+
default: undefined | "red" | "light";
|
|
6415
6415
|
validator: (val: string) => boolean;
|
|
6416
6416
|
};
|
|
6417
6417
|
}>> & Readonly<{
|
|
@@ -6477,7 +6477,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6477
6477
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6478
6478
|
};
|
|
6479
6479
|
placement: {
|
|
6480
|
-
type: PropType<"
|
|
6480
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6481
6481
|
default: string;
|
|
6482
6482
|
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;
|
|
6483
6483
|
};
|
|
@@ -6499,8 +6499,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6499
6499
|
type: StringConstructor;
|
|
6500
6500
|
};
|
|
6501
6501
|
trigger: {
|
|
6502
|
-
type: PropType<("
|
|
6503
|
-
default: () => ("
|
|
6502
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6503
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6504
6504
|
};
|
|
6505
6505
|
mouseEnterDelay: {
|
|
6506
6506
|
type: NumberConstructor;
|
|
@@ -6568,7 +6568,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6568
6568
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6569
6569
|
};
|
|
6570
6570
|
placement: {
|
|
6571
|
-
type: PropType<"
|
|
6571
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6572
6572
|
default: string;
|
|
6573
6573
|
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;
|
|
6574
6574
|
};
|
|
@@ -6590,8 +6590,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6590
6590
|
type: StringConstructor;
|
|
6591
6591
|
};
|
|
6592
6592
|
trigger: {
|
|
6593
|
-
type: PropType<("
|
|
6594
|
-
default: () => ("
|
|
6593
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6594
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6595
6595
|
};
|
|
6596
6596
|
mouseEnterDelay: {
|
|
6597
6597
|
type: NumberConstructor;
|
|
@@ -6656,7 +6656,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6656
6656
|
};
|
|
6657
6657
|
};
|
|
6658
6658
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6659
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6659
|
+
} & 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>);
|
|
6660
6660
|
USkeleton: {
|
|
6661
6661
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6662
6662
|
active: {
|
|
@@ -6668,25 +6668,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6668
6668
|
default: boolean;
|
|
6669
6669
|
};
|
|
6670
6670
|
avatar: {
|
|
6671
|
-
type: PropType<boolean | import("
|
|
6671
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6672
6672
|
default: boolean;
|
|
6673
6673
|
};
|
|
6674
6674
|
title: {
|
|
6675
|
-
type: PropType<boolean | import("
|
|
6675
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6676
6676
|
default: boolean;
|
|
6677
6677
|
};
|
|
6678
6678
|
paragraph: {
|
|
6679
|
-
type: PropType<boolean | import("
|
|
6679
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6680
6680
|
default: boolean;
|
|
6681
6681
|
};
|
|
6682
6682
|
}>> & Readonly<{}>, {
|
|
6683
6683
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6684
6684
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
6685
6685
|
loading: boolean;
|
|
6686
|
-
title: boolean | import("
|
|
6687
|
-
avatar: boolean | import("
|
|
6686
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6687
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6688
6688
|
active: boolean;
|
|
6689
|
-
paragraph: boolean | import("
|
|
6689
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6690
6690
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6691
6691
|
P: {};
|
|
6692
6692
|
B: {};
|
|
@@ -6704,25 +6704,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6704
6704
|
default: boolean;
|
|
6705
6705
|
};
|
|
6706
6706
|
avatar: {
|
|
6707
|
-
type: PropType<boolean | import("
|
|
6707
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6708
6708
|
default: boolean;
|
|
6709
6709
|
};
|
|
6710
6710
|
title: {
|
|
6711
|
-
type: PropType<boolean | import("
|
|
6711
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6712
6712
|
default: boolean;
|
|
6713
6713
|
};
|
|
6714
6714
|
paragraph: {
|
|
6715
|
-
type: PropType<boolean | import("
|
|
6715
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6716
6716
|
default: boolean;
|
|
6717
6717
|
};
|
|
6718
6718
|
}>> & Readonly<{}>, {
|
|
6719
6719
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6720
6720
|
}, {}, {}, {}, {
|
|
6721
6721
|
loading: boolean;
|
|
6722
|
-
title: boolean | import("
|
|
6723
|
-
avatar: boolean | import("
|
|
6722
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6723
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6724
6724
|
active: boolean;
|
|
6725
|
-
paragraph: boolean | import("
|
|
6725
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6726
6726
|
}>;
|
|
6727
6727
|
__isFragment?: never;
|
|
6728
6728
|
__isTeleport?: never;
|
|
@@ -6737,58 +6737,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6737
6737
|
default: boolean;
|
|
6738
6738
|
};
|
|
6739
6739
|
avatar: {
|
|
6740
|
-
type: PropType<boolean | import("
|
|
6740
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6741
6741
|
default: boolean;
|
|
6742
6742
|
};
|
|
6743
6743
|
title: {
|
|
6744
|
-
type: PropType<boolean | import("
|
|
6744
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6745
6745
|
default: boolean;
|
|
6746
6746
|
};
|
|
6747
6747
|
paragraph: {
|
|
6748
|
-
type: PropType<boolean | import("
|
|
6748
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6749
6749
|
default: boolean;
|
|
6750
6750
|
};
|
|
6751
6751
|
}>> & Readonly<{}>, {
|
|
6752
6752
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6753
6753
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
6754
6754
|
loading: boolean;
|
|
6755
|
-
title: boolean | import("
|
|
6756
|
-
avatar: boolean | import("
|
|
6755
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6756
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6757
6757
|
active: boolean;
|
|
6758
|
-
paragraph: boolean | import("
|
|
6759
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6758
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6759
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
6760
6760
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6761
6761
|
type: {
|
|
6762
|
-
type: PropType<"
|
|
6762
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6763
6763
|
default: string;
|
|
6764
6764
|
};
|
|
6765
6765
|
}>, {
|
|
6766
6766
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6767
6767
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6768
6768
|
type: {
|
|
6769
|
-
type: PropType<"
|
|
6769
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6770
6770
|
default: string;
|
|
6771
6771
|
};
|
|
6772
6772
|
}>> & Readonly<{}>, {
|
|
6773
|
-
type: "text" | "image" | "circle" | "
|
|
6773
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6774
6774
|
}, {}, {
|
|
6775
6775
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6776
6776
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6777
|
-
};
|
|
6777
|
+
});
|
|
6778
6778
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6779
6779
|
type: {
|
|
6780
|
-
type: PropType<"
|
|
6780
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6781
6781
|
default: string;
|
|
6782
6782
|
};
|
|
6783
6783
|
}>, {
|
|
6784
6784
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6785
6785
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6786
6786
|
type: {
|
|
6787
|
-
type: PropType<"
|
|
6787
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6788
6788
|
default: string;
|
|
6789
6789
|
};
|
|
6790
6790
|
}>> & Readonly<{}>, {
|
|
6791
|
-
type: "text" | "image" | "circle" | "
|
|
6791
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6792
6792
|
}, {}, {
|
|
6793
6793
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6794
6794
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|