@koi-design/uxd-ui 14.0.21 → 14.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.type.d.ts +5 -5
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/es/components/AutoComplete/index.d.ts +572 -632
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +180 -180
- package/es/components/Calendar/Header.vue.d.ts +81 -81
- package/es/components/Calendar/index.d.ts +381 -381
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +8 -8
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +40 -40
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/CascaderMenu.d.ts +2 -2
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Cascader/utils.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/es/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/es/components/Checkbox/index.d.ts +27 -27
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/es/components/ColorPicker/index.d.ts +248 -248
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +8 -2
- package/es/components/ConfigProvider/index.mjs +2 -1
- package/es/components/ConfigProvider/index.mjs.map +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/es/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1016 -1016
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +14 -13
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/es/components/Dropdown/Dropdown.type.mjs +10 -1
- package/es/components/Dropdown/Dropdown.type.mjs.map +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/es/components/Dropdown/DropdownMenu.mjs +10 -5
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Dropdown/index.mjs +1 -1
- package/es/components/Empty/Empty.d.ts +14 -14
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +8 -8
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/es/components/InfiniteScroll/InfiniteScroll.mjs.map +1 -1
- package/es/components/InfoView/Cell.d.ts +2 -2
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +14 -14
- package/es/components/InfoView/Row.d.ts +2 -2
- package/es/components/InfoView/index.d.ts +33 -33
- package/es/components/Input/Input.d.ts +34 -34
- package/es/components/Input/Input.type.d.ts +11 -11
- package/es/components/Input/index.d.ts +39 -39
- package/es/components/InputNumber/InputNumber.d.ts +83 -83
- package/es/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/es/components/InputNumber/SingleInput.d.ts +23 -22
- package/es/components/InputNumber/index.d.ts +109 -109
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Layout.type.d.ts +5 -4
- package/es/components/Layout/Sider.vue.d.ts +8 -8
- package/es/components/Layout/index.d.ts +10 -10
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +3 -3
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Menu/Menu.d.ts +6 -6
- package/es/components/Menu/Menu.type.d.ts +20 -20
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +30 -30
- package/es/components/Menu/SubMenu.vue.d.ts +17 -17
- package/es/components/Menu/index.d.ts +61 -61
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +46 -46
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +23 -23
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +11 -11
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +12 -11
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.type.d.ts +8 -8
- package/es/components/Progress/Progress.vue.d.ts +25 -25
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +51 -51
- package/es/components/Radio/Radio.type.d.ts +16 -16
- package/es/components/Radio/Radio.vue.d.ts +7 -7
- package/es/components/Radio/RadioGroup.d.ts +17 -17
- package/es/components/Radio/index.d.ts +27 -27
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/Thumb.d.ts +1 -1
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +4 -2
- package/es/components/Scrollbar/utils.mjs +4 -2
- package/es/components/Scrollbar/utils.mjs.map +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/es/components/Select/RefSelect.vue.d.ts +161 -171
- package/es/components/Select/Select.d.ts +29 -29
- package/es/components/Select/Select.type.d.ts +16 -15
- package/es/components/Select/Selection/Input.vue.d.ts +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/es/components/Select/Selection/Single.vue.d.ts +4 -6
- package/es/components/Select/index.d.ts +40 -40
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Slider.d.ts +5 -5
- package/es/components/Slider/Slider.type.d.ts +5 -5
- package/es/components/Slider/index.d.ts +1 -1
- package/es/components/Space/Space.d.ts +9 -9
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs.map +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.type.d.ts +12 -12
- package/es/components/Steps/Steps.vue.d.ts +6 -6
- package/es/components/Steps/index.d.ts +19 -19
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.vue.d.ts +340 -340
- package/es/components/Table/BodyTable.vue.d.ts +340 -340
- package/es/components/Table/HeadTable.vue.d.ts +340 -340
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +745 -745
- package/es/components/Table/TableBox.vue.d.ts +680 -680
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +4 -4
- package/es/components/Tabs/TabNav.mjs.map +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +27 -27
- package/es/components/Tabs/Tabs.d.ts +59 -59
- package/es/components/Tabs/Tabs.mjs +3 -3
- package/es/components/Tabs/Tabs.mjs.map +1 -1
- package/es/components/Tabs/Tabs.type.d.ts +29 -28
- package/es/components/Tabs/Tabs.type.mjs +6 -6
- package/es/components/Tabs/Tabs.type.mjs.map +1 -1
- package/es/components/Tabs/index.d.ts +118 -118
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +6 -6
- package/es/components/Tag/index.d.ts +12 -12
- package/es/components/Text/Text.d.ts +15 -15
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +386 -386
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +7 -7
- package/es/components/Timeline/Timeline.mjs +1 -1
- package/es/components/Timeline/Timeline.mjs.map +1 -1
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.type.d.ts +5 -5
- package/es/components/Transfer/Transfer.vue.d.ts +636 -636
- package/es/components/Transfer/TransferList.vue.d.ts +114 -114
- package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/es/components/Transfer/index.d.ts +1678 -1678
- package/es/components/Tree/SubTree.vue.d.ts +61 -61
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +68 -76
- package/es/components/Tree/TreeNode.vue.d.ts +33 -33
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +141 -165
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/es/components/TreeSelect/index.d.ts +698 -754
- package/es/components/Upload/Upload.d.ts +4 -4
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadList.vue.d.ts +56 -56
- package/es/components/Upload/index.d.ts +4 -4
- package/es/components/VirtualList/ListContent.mjs.map +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/components/index.mjs +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/es/utils/tools.mjs.map +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.type.d.ts +5 -5
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/lib/components/AutoComplete/index.d.ts +572 -632
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
- package/lib/components/Calendar/Header.vue.d.ts +81 -81
- package/lib/components/Calendar/index.d.ts +381 -381
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +8 -8
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +40 -40
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Cascader/utils.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/lib/components/Checkbox/index.d.ts +27 -27
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/lib/components/ColorPicker/index.d.ts +248 -248
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +8 -2
- package/lib/components/ConfigProvider/index.js +2 -1
- package/lib/components/ConfigProvider/index.js.map +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1016 -1016
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +14 -13
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/lib/components/Dropdown/Dropdown.type.js +12 -0
- package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/lib/components/Dropdown/DropdownMenu.js +10 -5
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Dropdown/index.js +3 -0
- package/lib/components/Dropdown/index.js.map +1 -1
- package/lib/components/Empty/Empty.d.ts +14 -14
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +8 -8
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
- package/lib/components/InfoView/Cell.d.ts +2 -2
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
- package/lib/components/InfoView/Row.d.ts +2 -2
- package/lib/components/InfoView/index.d.ts +33 -33
- package/lib/components/Input/Input.d.ts +34 -34
- package/lib/components/Input/Input.type.d.ts +11 -11
- package/lib/components/Input/index.d.ts +39 -39
- package/lib/components/InputNumber/InputNumber.d.ts +83 -83
- package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/lib/components/InputNumber/SingleInput.d.ts +23 -22
- package/lib/components/InputNumber/index.d.ts +109 -109
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Layout.type.d.ts +5 -4
- package/lib/components/Layout/Sider.vue.d.ts +8 -8
- package/lib/components/Layout/index.d.ts +10 -10
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +3 -3
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Menu/Menu.d.ts +6 -6
- package/lib/components/Menu/Menu.type.d.ts +20 -20
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
- package/lib/components/Menu/index.d.ts +61 -61
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +46 -46
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +23 -23
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +11 -11
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +12 -11
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.type.d.ts +8 -8
- package/lib/components/Progress/Progress.vue.d.ts +25 -25
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +51 -51
- package/lib/components/Radio/Radio.type.d.ts +16 -16
- package/lib/components/Radio/Radio.vue.d.ts +7 -7
- package/lib/components/Radio/RadioGroup.d.ts +17 -17
- package/lib/components/Radio/index.d.ts +27 -27
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/Thumb.d.ts +1 -1
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +4 -2
- package/lib/components/Scrollbar/utils.js +4 -2
- package/lib/components/Scrollbar/utils.js.map +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/lib/components/Select/RefSelect.vue.d.ts +161 -171
- package/lib/components/Select/Select.d.ts +29 -29
- package/lib/components/Select/Select.type.d.ts +16 -15
- package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
- package/lib/components/Select/index.d.ts +40 -40
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Slider.d.ts +5 -5
- package/lib/components/Slider/Slider.type.d.ts +5 -5
- package/lib/components/Slider/index.d.ts +1 -1
- package/lib/components/Space/Space.d.ts +9 -9
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js.map +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.type.d.ts +12 -12
- package/lib/components/Steps/Steps.vue.d.ts +6 -6
- package/lib/components/Steps/index.d.ts +19 -19
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.vue.d.ts +340 -340
- package/lib/components/Table/BodyTable.vue.d.ts +340 -340
- package/lib/components/Table/HeadTable.vue.d.ts +340 -340
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +745 -745
- package/lib/components/Table/TableBox.vue.d.ts +680 -680
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +4 -4
- package/lib/components/Tabs/TabNav.js.map +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
- package/lib/components/Tabs/Tabs.d.ts +59 -59
- package/lib/components/Tabs/Tabs.js +3 -3
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/Tabs.type.d.ts +29 -28
- package/lib/components/Tabs/Tabs.type.js +6 -6
- package/lib/components/Tabs/Tabs.type.js.map +1 -1
- package/lib/components/Tabs/index.d.ts +118 -118
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +6 -6
- package/lib/components/Tag/index.d.ts +12 -12
- package/lib/components/Text/Text.d.ts +15 -15
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +386 -386
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +7 -7
- package/lib/components/Timeline/Timeline.js +1 -1
- package/lib/components/Timeline/Timeline.js.map +1 -1
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.type.d.ts +5 -5
- package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
- package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
- package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/lib/components/Transfer/index.d.ts +1678 -1678
- package/lib/components/Tree/SubTree.vue.d.ts +61 -61
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +68 -76
- package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +141 -165
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/lib/components/TreeSelect/index.d.ts +698 -754
- package/lib/components/Upload/Upload.d.ts +4 -4
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadList.vue.d.ts +56 -56
- package/lib/components/Upload/index.d.ts +4 -4
- package/lib/components/VirtualList/ListContent.js.map +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/components/index.js +3 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/lib/utils/tools.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +11 -7
- package/styles/index.css +1 -1
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +5 -5
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/types/components/AutoComplete/index.d.ts +572 -632
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +180 -180
- package/types/components/Calendar/Header.vue.d.ts +81 -81
- package/types/components/Calendar/index.d.ts +381 -381
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +8 -8
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +40 -40
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/CascaderMenu.d.ts +2 -2
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/types/components/Checkbox/index.d.ts +27 -27
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/types/components/ColorPicker/index.d.ts +248 -248
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +8 -2
- package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1016 -1016
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +14 -13
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +14 -14
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +8 -8
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/types/components/InfoView/Cell.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +14 -14
- package/types/components/InfoView/Row.d.ts +2 -2
- package/types/components/InfoView/index.d.ts +33 -33
- package/types/components/Input/Input.d.ts +34 -34
- package/types/components/Input/Input.type.d.ts +11 -11
- package/types/components/Input/index.d.ts +39 -39
- package/types/components/InputNumber/InputNumber.d.ts +83 -83
- package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/types/components/InputNumber/SingleInput.d.ts +23 -22
- package/types/components/InputNumber/index.d.ts +109 -109
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +5 -4
- package/types/components/Layout/Sider.vue.d.ts +8 -8
- package/types/components/Layout/index.d.ts +10 -10
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +3 -3
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +6 -6
- package/types/components/Menu/Menu.type.d.ts +20 -20
- package/types/components/Menu/MenuItem.vue.d.ts +30 -30
- package/types/components/Menu/SubMenu.vue.d.ts +17 -17
- package/types/components/Menu/index.d.ts +61 -61
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +46 -46
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +23 -23
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +11 -11
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +12 -11
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +8 -8
- package/types/components/Progress/Progress.vue.d.ts +25 -25
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +51 -51
- package/types/components/Radio/Radio.type.d.ts +16 -16
- package/types/components/Radio/Radio.vue.d.ts +7 -7
- package/types/components/Radio/RadioGroup.d.ts +17 -17
- package/types/components/Radio/index.d.ts +27 -27
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/Thumb.d.ts +1 -1
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +4 -2
- package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/types/components/Select/RefSelect.vue.d.ts +161 -171
- package/types/components/Select/Select.d.ts +29 -29
- package/types/components/Select/Select.type.d.ts +16 -15
- package/types/components/Select/Selection/Input.vue.d.ts +1 -1
- package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/types/components/Select/Selection/Single.vue.d.ts +4 -6
- package/types/components/Select/index.d.ts +40 -40
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +5 -5
- package/types/components/Slider/Slider.type.d.ts +5 -5
- package/types/components/Slider/index.d.ts +1 -1
- package/types/components/Space/Space.d.ts +9 -9
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +12 -12
- package/types/components/Steps/Steps.vue.d.ts +6 -6
- package/types/components/Steps/index.d.ts +19 -19
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +340 -340
- package/types/components/Table/BodyTable.vue.d.ts +340 -340
- package/types/components/Table/HeadTable.vue.d.ts +340 -340
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +745 -745
- package/types/components/Table/TableBox.vue.d.ts +680 -680
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +27 -27
- package/types/components/Tabs/Tabs.d.ts +59 -59
- package/types/components/Tabs/Tabs.type.d.ts +29 -28
- package/types/components/Tabs/index.d.ts +118 -118
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +6 -6
- package/types/components/Tag/index.d.ts +12 -12
- package/types/components/Text/Text.d.ts +15 -15
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +386 -386
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +7 -7
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +5 -5
- package/types/components/Transfer/Transfer.vue.d.ts +636 -636
- package/types/components/Transfer/TransferList.vue.d.ts +114 -114
- package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/types/components/Transfer/index.d.ts +1678 -1678
- package/types/components/Tree/SubTree.vue.d.ts +61 -61
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +68 -76
- package/types/components/Tree/TreeNode.vue.d.ts +33 -33
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +141 -165
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/types/components/TreeSelect/index.d.ts +698 -754
- package/types/components/Upload/Upload.d.ts +4 -4
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +56 -56
- package/types/components/Upload/index.d.ts +4 -4
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +40 -24
- package/uxd-ui.umd.js +42 -23
- package/uxd-ui.umd.min.js +6 -6
|
@@ -12,9 +12,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
type: PropType<import("./Select.type").SelectOption[]>;
|
|
13
13
|
};
|
|
14
14
|
size: {
|
|
15
|
-
type: PropType<"
|
|
15
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
16
16
|
default: string;
|
|
17
|
-
validator: (val: "
|
|
17
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
18
18
|
};
|
|
19
19
|
placeholder: {
|
|
20
20
|
type: StringConstructor;
|
|
@@ -29,16 +29,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
29
29
|
type: PropType<CSSProperties>;
|
|
30
30
|
};
|
|
31
31
|
prefixIcon: {
|
|
32
|
-
type: PropType<import("
|
|
32
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
33
33
|
};
|
|
34
34
|
suffixIcon: {
|
|
35
|
-
type: PropType<import("
|
|
35
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
36
36
|
};
|
|
37
37
|
clearIcon: {
|
|
38
|
-
type: PropType<import("
|
|
38
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
39
39
|
};
|
|
40
40
|
removeIcon: {
|
|
41
|
-
type: PropType<import("
|
|
41
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
42
42
|
};
|
|
43
43
|
allowCreate: {
|
|
44
44
|
type: BooleanConstructor;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
type: NumberConstructor;
|
|
69
69
|
};
|
|
70
70
|
maxTagPlaceholder: {
|
|
71
|
-
type: PropType<(rest: import("./Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
71
|
+
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
72
72
|
};
|
|
73
73
|
maxTagTextLength: {
|
|
74
74
|
type: NumberConstructor;
|
|
@@ -157,7 +157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
157
157
|
type: StringConstructor;
|
|
158
158
|
};
|
|
159
159
|
popoverProps: {
|
|
160
|
-
type: PropType<import("
|
|
160
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
161
161
|
default: () => {};
|
|
162
162
|
};
|
|
163
163
|
dropdownMenuWidth: {
|
|
@@ -181,7 +181,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
181
181
|
default: boolean;
|
|
182
182
|
};
|
|
183
183
|
placement: {
|
|
184
|
-
type: PropType<"
|
|
184
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
185
185
|
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;
|
|
186
186
|
};
|
|
187
187
|
arrowRotate: {
|
|
@@ -247,7 +247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
247
247
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
248
248
|
focus: (ev: Event) => boolean;
|
|
249
249
|
blur: (ev: Event) => boolean;
|
|
250
|
-
change: (val: import("./Select.type").SelectValueType, options: import("./Select.type").SelectOption | import("./Select.type").SelectOption
|
|
250
|
+
change: (val: import("./Select.type").SelectValueType, options: import("./Select.type").SelectOption[] | import("./Select.type").SelectOption) => boolean;
|
|
251
251
|
mousedown: (ev: Event) => boolean;
|
|
252
252
|
'dropdown-visible-change': (val: boolean) => boolean;
|
|
253
253
|
'update:modelValue': (val: import("./Select.type").SelectValueType) => boolean;
|
|
@@ -269,9 +269,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
269
269
|
type: PropType<import("./Select.type").SelectOption[]>;
|
|
270
270
|
};
|
|
271
271
|
size: {
|
|
272
|
-
type: PropType<"
|
|
272
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
273
273
|
default: string;
|
|
274
|
-
validator: (val: "
|
|
274
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
275
275
|
};
|
|
276
276
|
placeholder: {
|
|
277
277
|
type: StringConstructor;
|
|
@@ -286,16 +286,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
286
286
|
type: PropType<CSSProperties>;
|
|
287
287
|
};
|
|
288
288
|
prefixIcon: {
|
|
289
|
-
type: PropType<import("
|
|
289
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
290
290
|
};
|
|
291
291
|
suffixIcon: {
|
|
292
|
-
type: PropType<import("
|
|
292
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
293
293
|
};
|
|
294
294
|
clearIcon: {
|
|
295
|
-
type: PropType<import("
|
|
295
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
296
296
|
};
|
|
297
297
|
removeIcon: {
|
|
298
|
-
type: PropType<import("
|
|
298
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
299
299
|
};
|
|
300
300
|
allowCreate: {
|
|
301
301
|
type: BooleanConstructor;
|
|
@@ -325,7 +325,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
325
325
|
type: NumberConstructor;
|
|
326
326
|
};
|
|
327
327
|
maxTagPlaceholder: {
|
|
328
|
-
type: PropType<(rest: import("./Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
328
|
+
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
329
329
|
};
|
|
330
330
|
maxTagTextLength: {
|
|
331
331
|
type: NumberConstructor;
|
|
@@ -414,7 +414,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
414
414
|
type: StringConstructor;
|
|
415
415
|
};
|
|
416
416
|
popoverProps: {
|
|
417
|
-
type: PropType<import("
|
|
417
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
418
418
|
default: () => {};
|
|
419
419
|
};
|
|
420
420
|
dropdownMenuWidth: {
|
|
@@ -438,7 +438,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
438
438
|
default: boolean;
|
|
439
439
|
};
|
|
440
440
|
placement: {
|
|
441
|
-
type: PropType<"
|
|
441
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
442
442
|
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;
|
|
443
443
|
};
|
|
444
444
|
arrowRotate: {
|
|
@@ -457,9 +457,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
457
457
|
default: string;
|
|
458
458
|
};
|
|
459
459
|
}>> & Readonly<{
|
|
460
|
-
onSearch?: (val: string) => any;
|
|
461
460
|
onChange?: (val: import("./Select.type").SelectValueType, options: import("./Select.type").SelectOption | import("./Select.type").SelectOption[]) => any;
|
|
462
461
|
onClear?: () => any;
|
|
462
|
+
onSearch?: (val: string) => any;
|
|
463
463
|
onFocus?: (ev: Event) => any;
|
|
464
464
|
onBlur?: (ev: Event) => any;
|
|
465
465
|
onMousedown?: (ev: Event) => any;
|
|
@@ -472,7 +472,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
472
472
|
}>, {
|
|
473
473
|
loading: boolean;
|
|
474
474
|
required: boolean;
|
|
475
|
-
size: "
|
|
475
|
+
size: "default" | "small" | "large";
|
|
476
476
|
disabled: boolean;
|
|
477
477
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
478
478
|
clearable: boolean;
|
|
@@ -500,7 +500,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
500
500
|
maxTagTooltip: boolean;
|
|
501
501
|
isShowTagTooltip: boolean;
|
|
502
502
|
sortByOption: boolean;
|
|
503
|
-
popoverProps: import("
|
|
503
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
504
504
|
arrowRotate: boolean;
|
|
505
505
|
showNoOptionValue: boolean;
|
|
506
506
|
}, {}, {
|
|
@@ -512,7 +512,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
512
512
|
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
513
513
|
};
|
|
514
514
|
placement: {
|
|
515
|
-
type: PropType<"
|
|
515
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
516
516
|
default: string;
|
|
517
517
|
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;
|
|
518
518
|
};
|
|
@@ -534,8 +534,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
534
534
|
type: StringConstructor;
|
|
535
535
|
};
|
|
536
536
|
trigger: {
|
|
537
|
-
type: PropType<("
|
|
538
|
-
default: () => ("
|
|
537
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
538
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
539
539
|
};
|
|
540
540
|
mouseEnterDelay: {
|
|
541
541
|
type: NumberConstructor;
|
|
@@ -603,7 +603,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
603
603
|
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
604
604
|
};
|
|
605
605
|
placement: {
|
|
606
|
-
type: PropType<"
|
|
606
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
607
607
|
default: string;
|
|
608
608
|
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;
|
|
609
609
|
};
|
|
@@ -625,8 +625,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
625
625
|
type: StringConstructor;
|
|
626
626
|
};
|
|
627
627
|
trigger: {
|
|
628
|
-
type: PropType<("
|
|
629
|
-
default: () => ("
|
|
628
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
629
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
630
630
|
};
|
|
631
631
|
mouseEnterDelay: {
|
|
632
632
|
type: NumberConstructor;
|
|
@@ -722,20 +722,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
722
722
|
type: StringConstructor;
|
|
723
723
|
};
|
|
724
724
|
triggerSearch: {
|
|
725
|
-
type: PropType<(searchText: string, isCompositing: boolean) => boolean>;
|
|
725
|
+
type: PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
|
|
726
726
|
};
|
|
727
727
|
allowCreate: {
|
|
728
728
|
type: BooleanConstructor;
|
|
729
729
|
default: boolean;
|
|
730
730
|
};
|
|
731
731
|
removeIcon: {
|
|
732
|
-
type: PropType<import("
|
|
732
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
733
733
|
};
|
|
734
734
|
maxTagCount: {
|
|
735
735
|
type: NumberConstructor;
|
|
736
736
|
};
|
|
737
737
|
maxTagPlaceholder: {
|
|
738
|
-
type: PropType<(rest: import("./Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
738
|
+
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
739
739
|
};
|
|
740
740
|
maxTagTextLength: {
|
|
741
741
|
type: NumberConstructor;
|
|
@@ -762,7 +762,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
762
762
|
default: boolean;
|
|
763
763
|
};
|
|
764
764
|
popoverProps: {
|
|
765
|
-
type: PropType<import("
|
|
765
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
766
766
|
default: () => {};
|
|
767
767
|
};
|
|
768
768
|
titleKey: {
|
|
@@ -770,7 +770,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
770
770
|
default: string;
|
|
771
771
|
};
|
|
772
772
|
}>, {
|
|
773
|
-
getInputRef: (el: Element | import("vue").ComponentPublicInstance
|
|
773
|
+
getInputRef: (el: Element | import("vue").ComponentPublicInstance | null) => void;
|
|
774
774
|
onSelectionSelect: (value: SingleValueType, opt: {
|
|
775
775
|
selected: boolean;
|
|
776
776
|
}) => void;
|
|
@@ -813,20 +813,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
813
813
|
type: StringConstructor;
|
|
814
814
|
};
|
|
815
815
|
triggerSearch: {
|
|
816
|
-
type: PropType<(searchText: string, isCompositing: boolean) => boolean>;
|
|
816
|
+
type: PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
|
|
817
817
|
};
|
|
818
818
|
allowCreate: {
|
|
819
819
|
type: BooleanConstructor;
|
|
820
820
|
default: boolean;
|
|
821
821
|
};
|
|
822
822
|
removeIcon: {
|
|
823
|
-
type: PropType<import("
|
|
823
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
824
824
|
};
|
|
825
825
|
maxTagCount: {
|
|
826
826
|
type: NumberConstructor;
|
|
827
827
|
};
|
|
828
828
|
maxTagPlaceholder: {
|
|
829
|
-
type: PropType<(rest: import("./Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
829
|
+
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
830
830
|
};
|
|
831
831
|
maxTagTextLength: {
|
|
832
832
|
type: NumberConstructor;
|
|
@@ -853,7 +853,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
853
853
|
default: boolean;
|
|
854
854
|
};
|
|
855
855
|
popoverProps: {
|
|
856
|
-
type: PropType<import("
|
|
856
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
857
857
|
default: () => {};
|
|
858
858
|
};
|
|
859
859
|
titleKey: {
|
|
@@ -874,7 +874,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
874
874
|
allowCreate: boolean;
|
|
875
875
|
maxTagTooltip: boolean;
|
|
876
876
|
isShowTagTooltip: boolean;
|
|
877
|
-
popoverProps: import("
|
|
877
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
878
878
|
tokenWithEnter: boolean;
|
|
879
879
|
}, {}, {
|
|
880
880
|
SingleSelection: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -901,16 +901,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
901
901
|
default: boolean;
|
|
902
902
|
};
|
|
903
903
|
inputRef: {
|
|
904
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
904
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
905
905
|
};
|
|
906
906
|
titleKey: {
|
|
907
907
|
type: StringConstructor;
|
|
908
908
|
default: string;
|
|
909
909
|
};
|
|
910
910
|
}>, {
|
|
911
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
912
|
-
[key: string]: any;
|
|
913
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
911
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
912
|
[key: string]: any;
|
|
915
913
|
}>;
|
|
916
914
|
inputValue: import("vue").ComputedRef<string>;
|
|
@@ -949,7 +947,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
949
947
|
default: boolean;
|
|
950
948
|
};
|
|
951
949
|
inputRef: {
|
|
952
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
950
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
953
951
|
};
|
|
954
952
|
titleKey: {
|
|
955
953
|
type: StringConstructor;
|
|
@@ -979,7 +977,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
979
977
|
};
|
|
980
978
|
SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
981
979
|
inputRef: {
|
|
982
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
980
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
983
981
|
};
|
|
984
982
|
prefixCls: {
|
|
985
983
|
type: StringConstructor;
|
|
@@ -1025,9 +1023,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1025
1023
|
onCompositionend: (e: any) => void;
|
|
1026
1024
|
onFocus: (args: any) => void;
|
|
1027
1025
|
onBlur: (args: any) => void;
|
|
1028
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
1026
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend")[], "change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1029
1027
|
inputRef: {
|
|
1030
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
1028
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1031
1029
|
};
|
|
1032
1030
|
prefixCls: {
|
|
1033
1031
|
type: StringConstructor;
|
|
@@ -1101,7 +1099,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1101
1099
|
default: undefined;
|
|
1102
1100
|
};
|
|
1103
1101
|
inputRef: {
|
|
1104
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
1102
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1105
1103
|
};
|
|
1106
1104
|
tagTransitionName: {
|
|
1107
1105
|
type: StringConstructor;
|
|
@@ -1113,7 +1111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1113
1111
|
type: NumberConstructor;
|
|
1114
1112
|
};
|
|
1115
1113
|
maxTagPlaceholder: {
|
|
1116
|
-
type: PropType<(rest: import("./Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
1114
|
+
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
1117
1115
|
default: (ommittedValus: string[]) => string;
|
|
1118
1116
|
};
|
|
1119
1117
|
maxTagTooltip: {
|
|
@@ -1128,20 +1126,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1128
1126
|
type: PropType<import("./Select.type").TagRenderFunction>;
|
|
1129
1127
|
};
|
|
1130
1128
|
removeIcon: {
|
|
1131
|
-
type: PropType<import("
|
|
1129
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1132
1130
|
};
|
|
1133
1131
|
isShowTagTooltip: {
|
|
1134
1132
|
type: BooleanConstructor;
|
|
1135
1133
|
default: boolean;
|
|
1136
1134
|
};
|
|
1137
1135
|
popoverProps: {
|
|
1138
|
-
type: PropType<import("
|
|
1136
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
1139
1137
|
default: () => {};
|
|
1140
1138
|
};
|
|
1141
1139
|
}>, {
|
|
1142
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1143
|
-
[key: string]: any;
|
|
1144
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1140
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1145
1141
|
[key: string]: any;
|
|
1146
1142
|
}>;
|
|
1147
1143
|
REST_TAG_KEY: string;
|
|
@@ -1185,7 +1181,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1185
1181
|
default: undefined;
|
|
1186
1182
|
};
|
|
1187
1183
|
inputRef: {
|
|
1188
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
1184
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1189
1185
|
};
|
|
1190
1186
|
tagTransitionName: {
|
|
1191
1187
|
type: StringConstructor;
|
|
@@ -1197,7 +1193,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1197
1193
|
type: NumberConstructor;
|
|
1198
1194
|
};
|
|
1199
1195
|
maxTagPlaceholder: {
|
|
1200
|
-
type: PropType<(rest: import("./Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
1196
|
+
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
1201
1197
|
default: (ommittedValus: string[]) => string;
|
|
1202
1198
|
};
|
|
1203
1199
|
maxTagTooltip: {
|
|
@@ -1212,14 +1208,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1212
1208
|
type: PropType<import("./Select.type").TagRenderFunction>;
|
|
1213
1209
|
};
|
|
1214
1210
|
removeIcon: {
|
|
1215
|
-
type: PropType<import("
|
|
1211
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1216
1212
|
};
|
|
1217
1213
|
isShowTagTooltip: {
|
|
1218
1214
|
type: BooleanConstructor;
|
|
1219
1215
|
default: boolean;
|
|
1220
1216
|
};
|
|
1221
1217
|
popoverProps: {
|
|
1222
|
-
type: PropType<import("
|
|
1218
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
1223
1219
|
default: () => {};
|
|
1224
1220
|
};
|
|
1225
1221
|
}>> & Readonly<{
|
|
@@ -1235,15 +1231,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1235
1231
|
disabled: boolean;
|
|
1236
1232
|
open: boolean;
|
|
1237
1233
|
filterable: boolean;
|
|
1238
|
-
maxTagPlaceholder: (rest: import("./Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1234
|
+
maxTagPlaceholder: (rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1239
1235
|
maxTagTooltip: boolean;
|
|
1240
1236
|
isShowTagTooltip: boolean;
|
|
1241
1237
|
maxTagTooltipWidth: number;
|
|
1242
|
-
popoverProps: import("
|
|
1238
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
1243
1239
|
}, {}, {
|
|
1244
1240
|
SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1245
1241
|
inputRef: {
|
|
1246
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
1242
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1247
1243
|
};
|
|
1248
1244
|
prefixCls: {
|
|
1249
1245
|
type: StringConstructor;
|
|
@@ -1289,9 +1285,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1289
1285
|
onCompositionend: (e: any) => void;
|
|
1290
1286
|
onFocus: (args: any) => void;
|
|
1291
1287
|
onBlur: (args: any) => void;
|
|
1292
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
1288
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend")[], "change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1293
1289
|
inputRef: {
|
|
1294
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
1290
|
+
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1295
1291
|
};
|
|
1296
1292
|
prefixCls: {
|
|
1297
1293
|
type: StringConstructor;
|
|
@@ -1351,7 +1347,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1351
1347
|
UPopover: {
|
|
1352
1348
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1353
1349
|
placement: {
|
|
1354
|
-
type: PropType<"
|
|
1350
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1355
1351
|
default: string;
|
|
1356
1352
|
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;
|
|
1357
1353
|
};
|
|
@@ -1381,7 +1377,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1381
1377
|
default: () => {};
|
|
1382
1378
|
};
|
|
1383
1379
|
trigger: {
|
|
1384
|
-
type: PropType<"
|
|
1380
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1385
1381
|
default: string;
|
|
1386
1382
|
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1387
1383
|
};
|
|
@@ -1390,7 +1386,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1390
1386
|
validator: (val: any[]) => boolean;
|
|
1391
1387
|
};
|
|
1392
1388
|
type: {
|
|
1393
|
-
type: PropType<"
|
|
1389
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1394
1390
|
default: string;
|
|
1395
1391
|
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1396
1392
|
};
|
|
@@ -1476,7 +1472,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1476
1472
|
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1477
1473
|
};
|
|
1478
1474
|
placement: {
|
|
1479
|
-
type: PropType<"
|
|
1475
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1480
1476
|
default: string;
|
|
1481
1477
|
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;
|
|
1482
1478
|
};
|
|
@@ -1498,8 +1494,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1498
1494
|
type: StringConstructor;
|
|
1499
1495
|
};
|
|
1500
1496
|
trigger: {
|
|
1501
|
-
type: PropType<("
|
|
1502
|
-
default: () => ("
|
|
1497
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1498
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1503
1499
|
};
|
|
1504
1500
|
mouseEnterDelay: {
|
|
1505
1501
|
type: NumberConstructor;
|
|
@@ -1567,7 +1563,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1567
1563
|
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1568
1564
|
};
|
|
1569
1565
|
placement: {
|
|
1570
|
-
type: PropType<"
|
|
1566
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1571
1567
|
default: string;
|
|
1572
1568
|
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;
|
|
1573
1569
|
};
|
|
@@ -1589,8 +1585,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1589
1585
|
type: StringConstructor;
|
|
1590
1586
|
};
|
|
1591
1587
|
trigger: {
|
|
1592
|
-
type: PropType<("
|
|
1593
|
-
default: () => ("
|
|
1588
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1589
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1594
1590
|
};
|
|
1595
1591
|
mouseEnterDelay: {
|
|
1596
1592
|
type: NumberConstructor;
|
|
@@ -1664,7 +1660,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1664
1660
|
Defaults: {};
|
|
1665
1661
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1666
1662
|
placement: {
|
|
1667
|
-
type: PropType<"
|
|
1663
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1668
1664
|
default: string;
|
|
1669
1665
|
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;
|
|
1670
1666
|
};
|
|
@@ -1694,7 +1690,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1694
1690
|
default: () => {};
|
|
1695
1691
|
};
|
|
1696
1692
|
trigger: {
|
|
1697
|
-
type: PropType<"
|
|
1693
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1698
1694
|
default: string;
|
|
1699
1695
|
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1700
1696
|
};
|
|
@@ -1703,7 +1699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1703
1699
|
validator: (val: any[]) => boolean;
|
|
1704
1700
|
};
|
|
1705
1701
|
type: {
|
|
1706
|
-
type: PropType<"
|
|
1702
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1707
1703
|
default: string;
|
|
1708
1704
|
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1709
1705
|
};
|
|
@@ -1783,7 +1779,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1783
1779
|
__isSuspense?: never;
|
|
1784
1780
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1785
1781
|
placement: {
|
|
1786
|
-
type: PropType<"
|
|
1782
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1787
1783
|
default: string;
|
|
1788
1784
|
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;
|
|
1789
1785
|
};
|
|
@@ -1813,7 +1809,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1813
1809
|
default: () => {};
|
|
1814
1810
|
};
|
|
1815
1811
|
trigger: {
|
|
1816
|
-
type: PropType<"
|
|
1812
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1817
1813
|
default: string;
|
|
1818
1814
|
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1819
1815
|
};
|
|
@@ -1822,7 +1818,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1822
1818
|
validator: (val: any[]) => boolean;
|
|
1823
1819
|
};
|
|
1824
1820
|
type: {
|
|
1825
|
-
type: PropType<"
|
|
1821
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1826
1822
|
default: string;
|
|
1827
1823
|
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1828
1824
|
};
|
|
@@ -1908,7 +1904,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1908
1904
|
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1909
1905
|
};
|
|
1910
1906
|
placement: {
|
|
1911
|
-
type: PropType<"
|
|
1907
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1912
1908
|
default: string;
|
|
1913
1909
|
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;
|
|
1914
1910
|
};
|
|
@@ -1930,8 +1926,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1930
1926
|
type: StringConstructor;
|
|
1931
1927
|
};
|
|
1932
1928
|
trigger: {
|
|
1933
|
-
type: PropType<("
|
|
1934
|
-
default: () => ("
|
|
1929
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1930
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1935
1931
|
};
|
|
1936
1932
|
mouseEnterDelay: {
|
|
1937
1933
|
type: NumberConstructor;
|
|
@@ -1999,7 +1995,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1999
1995
|
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
2000
1996
|
};
|
|
2001
1997
|
placement: {
|
|
2002
|
-
type: PropType<"
|
|
1998
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2003
1999
|
default: string;
|
|
2004
2000
|
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;
|
|
2005
2001
|
};
|
|
@@ -2021,8 +2017,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2021
2017
|
type: StringConstructor;
|
|
2022
2018
|
};
|
|
2023
2019
|
trigger: {
|
|
2024
|
-
type: PropType<("
|
|
2025
|
-
default: () => ("
|
|
2020
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
2021
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
2026
2022
|
};
|
|
2027
2023
|
mouseEnterDelay: {
|
|
2028
2024
|
type: NumberConstructor;
|
|
@@ -2087,7 +2083,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2087
2083
|
};
|
|
2088
2084
|
};
|
|
2089
2085
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2090
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2086
|
+
} & 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>);
|
|
2091
2087
|
UIcon: {
|
|
2092
2088
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2093
2089
|
rotate: {
|
|
@@ -2102,7 +2098,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2102
2098
|
default: string;
|
|
2103
2099
|
};
|
|
2104
2100
|
icon: {
|
|
2105
|
-
type: PropType<import("
|
|
2101
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2106
2102
|
};
|
|
2107
2103
|
}>> & Readonly<{
|
|
2108
2104
|
onClick?: (ev: Event) => any;
|
|
@@ -2149,7 +2145,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2149
2145
|
default: string;
|
|
2150
2146
|
};
|
|
2151
2147
|
icon: {
|
|
2152
|
-
type: PropType<import("
|
|
2148
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2153
2149
|
};
|
|
2154
2150
|
}>> & Readonly<{
|
|
2155
2151
|
onClick?: (ev: Event) => any;
|
|
@@ -2191,7 +2187,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2191
2187
|
default: string;
|
|
2192
2188
|
};
|
|
2193
2189
|
icon: {
|
|
2194
|
-
type: PropType<import("
|
|
2190
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2195
2191
|
};
|
|
2196
2192
|
}>> & Readonly<{
|
|
2197
2193
|
onClick?: (ev: Event) => any;
|
|
@@ -2218,7 +2214,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2218
2214
|
}, string, {
|
|
2219
2215
|
color: string;
|
|
2220
2216
|
spin: boolean;
|
|
2221
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2217
|
+
}, {}, 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>);
|
|
2222
2218
|
X: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2223
2219
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2224
2220
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2274,7 +2270,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2274
2270
|
default: number;
|
|
2275
2271
|
};
|
|
2276
2272
|
width: {
|
|
2277
|
-
type: PropType<number | "
|
|
2273
|
+
type: PropType<number | "auto" | "container">;
|
|
2278
2274
|
default: string;
|
|
2279
2275
|
};
|
|
2280
2276
|
direction: {
|
|
@@ -2298,9 +2294,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2298
2294
|
onSelectValue: (item: import("./Select.type").InnerSelectOption) => void;
|
|
2299
2295
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2300
2296
|
scrollTop: (index: number) => void;
|
|
2301
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2302
|
-
[key: string]: any;
|
|
2303
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2297
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2304
2298
|
[key: string]: any;
|
|
2305
2299
|
}>;
|
|
2306
2300
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
@@ -2310,7 +2304,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2310
2304
|
onScrollAtTop: () => void;
|
|
2311
2305
|
onScrollAtBottom: () => void;
|
|
2312
2306
|
handleSelectAllChange: (status: boolean) => void;
|
|
2313
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
2307
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], "close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2314
2308
|
prefixCls: {
|
|
2315
2309
|
type: StringConstructor;
|
|
2316
2310
|
};
|
|
@@ -2362,7 +2356,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2362
2356
|
default: number;
|
|
2363
2357
|
};
|
|
2364
2358
|
width: {
|
|
2365
|
-
type: PropType<number | "
|
|
2359
|
+
type: PropType<number | "auto" | "container">;
|
|
2366
2360
|
default: string;
|
|
2367
2361
|
};
|
|
2368
2362
|
direction: {
|
|
@@ -2444,8 +2438,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2444
2438
|
}>, {
|
|
2445
2439
|
state: {
|
|
2446
2440
|
dragging: boolean;
|
|
2447
|
-
pageY: number;
|
|
2448
|
-
startTop: number;
|
|
2441
|
+
pageY: number | null;
|
|
2442
|
+
startTop: number | null;
|
|
2449
2443
|
visible: boolean;
|
|
2450
2444
|
mouseOver: boolean;
|
|
2451
2445
|
};
|
|
@@ -2497,8 +2491,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2497
2491
|
}>, {
|
|
2498
2492
|
state: {
|
|
2499
2493
|
dragging: boolean;
|
|
2500
|
-
pageY: number;
|
|
2501
|
-
startTop: number;
|
|
2494
|
+
pageY: number | null;
|
|
2495
|
+
startTop: number | null;
|
|
2502
2496
|
visible: boolean;
|
|
2503
2497
|
mouseOver: boolean;
|
|
2504
2498
|
};
|
|
@@ -2543,8 +2537,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2543
2537
|
}>, {
|
|
2544
2538
|
state: {
|
|
2545
2539
|
dragging: boolean;
|
|
2546
|
-
pageY: number;
|
|
2547
|
-
startTop: number;
|
|
2540
|
+
pageY: number | null;
|
|
2541
|
+
startTop: number | null;
|
|
2548
2542
|
visible: boolean;
|
|
2549
2543
|
mouseOver: boolean;
|
|
2550
2544
|
};
|
|
@@ -2596,8 +2590,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2596
2590
|
}>, {
|
|
2597
2591
|
state: {
|
|
2598
2592
|
dragging: boolean;
|
|
2599
|
-
pageY: number;
|
|
2600
|
-
startTop: number;
|
|
2593
|
+
pageY: number | null;
|
|
2594
|
+
startTop: number | null;
|
|
2601
2595
|
visible: boolean;
|
|
2602
2596
|
mouseOver: boolean;
|
|
2603
2597
|
};
|
|
@@ -2692,9 +2686,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2692
2686
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2693
2687
|
ListItem: {
|
|
2694
2688
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
2695
|
-
slots:
|
|
2696
|
-
[name: string]: import("vue").Slot<any>;
|
|
2697
|
-
}>;
|
|
2689
|
+
slots: import("vue").Slots;
|
|
2698
2690
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2699
2691
|
[key: string]: any;
|
|
2700
2692
|
}>;
|
|
@@ -2727,8 +2719,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2727
2719
|
}>, {
|
|
2728
2720
|
state: {
|
|
2729
2721
|
dragging: boolean;
|
|
2730
|
-
pageY: number;
|
|
2731
|
-
startTop: number;
|
|
2722
|
+
pageY: number | null;
|
|
2723
|
+
startTop: number | null;
|
|
2732
2724
|
visible: boolean;
|
|
2733
2725
|
mouseOver: boolean;
|
|
2734
2726
|
};
|
|
@@ -2828,8 +2820,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2828
2820
|
}>, {
|
|
2829
2821
|
state: {
|
|
2830
2822
|
dragging: boolean;
|
|
2831
|
-
pageY: number;
|
|
2832
|
-
startTop: number;
|
|
2823
|
+
pageY: number | null;
|
|
2824
|
+
startTop: number | null;
|
|
2833
2825
|
visible: boolean;
|
|
2834
2826
|
mouseOver: boolean;
|
|
2835
2827
|
};
|
|
@@ -2881,8 +2873,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2881
2873
|
}>, {
|
|
2882
2874
|
state: {
|
|
2883
2875
|
dragging: boolean;
|
|
2884
|
-
pageY: number;
|
|
2885
|
-
startTop: number;
|
|
2876
|
+
pageY: number | null;
|
|
2877
|
+
startTop: number | null;
|
|
2886
2878
|
visible: boolean;
|
|
2887
2879
|
mouseOver: boolean;
|
|
2888
2880
|
};
|
|
@@ -2927,8 +2919,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2927
2919
|
}>, {
|
|
2928
2920
|
state: {
|
|
2929
2921
|
dragging: boolean;
|
|
2930
|
-
pageY: number;
|
|
2931
|
-
startTop: number;
|
|
2922
|
+
pageY: number | null;
|
|
2923
|
+
startTop: number | null;
|
|
2932
2924
|
visible: boolean;
|
|
2933
2925
|
mouseOver: boolean;
|
|
2934
2926
|
};
|
|
@@ -2980,8 +2972,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2980
2972
|
}>, {
|
|
2981
2973
|
state: {
|
|
2982
2974
|
dragging: boolean;
|
|
2983
|
-
pageY: number;
|
|
2984
|
-
startTop: number;
|
|
2975
|
+
pageY: number | null;
|
|
2976
|
+
startTop: number | null;
|
|
2985
2977
|
visible: boolean;
|
|
2986
2978
|
mouseOver: boolean;
|
|
2987
2979
|
};
|
|
@@ -3073,8 +3065,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3073
3065
|
}>, {
|
|
3074
3066
|
state: {
|
|
3075
3067
|
dragging: boolean;
|
|
3076
|
-
pageY: number;
|
|
3077
|
-
startTop: number;
|
|
3068
|
+
pageY: number | null;
|
|
3069
|
+
startTop: number | null;
|
|
3078
3070
|
visible: boolean;
|
|
3079
3071
|
mouseOver: boolean;
|
|
3080
3072
|
};
|
|
@@ -3126,8 +3118,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3126
3118
|
}>, {
|
|
3127
3119
|
state: {
|
|
3128
3120
|
dragging: boolean;
|
|
3129
|
-
pageY: number;
|
|
3130
|
-
startTop: number;
|
|
3121
|
+
pageY: number | null;
|
|
3122
|
+
startTop: number | null;
|
|
3131
3123
|
visible: boolean;
|
|
3132
3124
|
mouseOver: boolean;
|
|
3133
3125
|
};
|
|
@@ -3172,8 +3164,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3172
3164
|
}>, {
|
|
3173
3165
|
state: {
|
|
3174
3166
|
dragging: boolean;
|
|
3175
|
-
pageY: number;
|
|
3176
|
-
startTop: number;
|
|
3167
|
+
pageY: number | null;
|
|
3168
|
+
startTop: number | null;
|
|
3177
3169
|
visible: boolean;
|
|
3178
3170
|
mouseOver: boolean;
|
|
3179
3171
|
};
|
|
@@ -3225,8 +3217,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3225
3217
|
}>, {
|
|
3226
3218
|
state: {
|
|
3227
3219
|
dragging: boolean;
|
|
3228
|
-
pageY: number;
|
|
3229
|
-
startTop: number;
|
|
3220
|
+
pageY: number | null;
|
|
3221
|
+
startTop: number | null;
|
|
3230
3222
|
visible: boolean;
|
|
3231
3223
|
mouseOver: boolean;
|
|
3232
3224
|
};
|
|
@@ -3321,9 +3313,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3321
3313
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3322
3314
|
ListItem: {
|
|
3323
3315
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
3324
|
-
slots:
|
|
3325
|
-
[name: string]: import("vue").Slot<any>;
|
|
3326
|
-
}>;
|
|
3316
|
+
slots: import("vue").Slots;
|
|
3327
3317
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3328
3318
|
[key: string]: any;
|
|
3329
3319
|
}>;
|
|
@@ -3356,8 +3346,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3356
3346
|
}>, {
|
|
3357
3347
|
state: {
|
|
3358
3348
|
dragging: boolean;
|
|
3359
|
-
pageY: number;
|
|
3360
|
-
startTop: number;
|
|
3349
|
+
pageY: number | null;
|
|
3350
|
+
startTop: number | null;
|
|
3361
3351
|
visible: boolean;
|
|
3362
3352
|
mouseOver: boolean;
|
|
3363
3353
|
};
|
|
@@ -3400,7 +3390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3400
3390
|
scrollHeight: number;
|
|
3401
3391
|
count: number;
|
|
3402
3392
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3403
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3393
|
+
} & 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>);
|
|
3404
3394
|
Render: {
|
|
3405
3395
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
3406
3396
|
props: {
|
|
@@ -3423,7 +3413,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3423
3413
|
default: string;
|
|
3424
3414
|
};
|
|
3425
3415
|
icon: {
|
|
3426
|
-
type: PropType<import("
|
|
3416
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3427
3417
|
};
|
|
3428
3418
|
}>> & Readonly<{
|
|
3429
3419
|
onClick?: (ev: Event) => any;
|
|
@@ -3470,7 +3460,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3470
3460
|
default: string;
|
|
3471
3461
|
};
|
|
3472
3462
|
icon: {
|
|
3473
|
-
type: PropType<import("
|
|
3463
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3474
3464
|
};
|
|
3475
3465
|
}>> & Readonly<{
|
|
3476
3466
|
onClick?: (ev: Event) => any;
|
|
@@ -3512,7 +3502,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3512
3502
|
default: string;
|
|
3513
3503
|
};
|
|
3514
3504
|
icon: {
|
|
3515
|
-
type: PropType<import("
|
|
3505
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3516
3506
|
};
|
|
3517
3507
|
}>> & Readonly<{
|
|
3518
3508
|
onClick?: (ev: Event) => any;
|
|
@@ -3539,7 +3529,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3539
3529
|
}, string, {
|
|
3540
3530
|
color: string;
|
|
3541
3531
|
spin: boolean;
|
|
3542
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3532
|
+
}, {}, 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>);
|
|
3543
3533
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3544
3534
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3545
3535
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3549,15 +3539,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3549
3539
|
default: undefined;
|
|
3550
3540
|
};
|
|
3551
3541
|
icon: {
|
|
3552
|
-
type: PropType<import("
|
|
3542
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3553
3543
|
};
|
|
3554
3544
|
image: {
|
|
3555
3545
|
type: PropType<string>;
|
|
3556
3546
|
};
|
|
3557
3547
|
size: {
|
|
3558
|
-
type: PropType<"
|
|
3548
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3559
3549
|
default: string;
|
|
3560
|
-
validator: (val: "
|
|
3550
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3561
3551
|
};
|
|
3562
3552
|
}>, {
|
|
3563
3553
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -3570,18 +3560,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3570
3560
|
default: undefined;
|
|
3571
3561
|
};
|
|
3572
3562
|
icon: {
|
|
3573
|
-
type: PropType<import("
|
|
3563
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3574
3564
|
};
|
|
3575
3565
|
image: {
|
|
3576
3566
|
type: PropType<string>;
|
|
3577
3567
|
};
|
|
3578
3568
|
size: {
|
|
3579
|
-
type: PropType<"
|
|
3569
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3580
3570
|
default: string;
|
|
3581
|
-
validator: (val: "
|
|
3571
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3582
3572
|
};
|
|
3583
3573
|
}>> & Readonly<{}>, {
|
|
3584
|
-
size: "
|
|
3574
|
+
size: "default" | "small" | "large";
|
|
3585
3575
|
text: string | boolean;
|
|
3586
3576
|
}, {}, {
|
|
3587
3577
|
ColorfullEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3600,7 +3590,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3600
3590
|
default: string;
|
|
3601
3591
|
};
|
|
3602
3592
|
icon: {
|
|
3603
|
-
type: PropType<import("
|
|
3593
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3604
3594
|
};
|
|
3605
3595
|
}>> & Readonly<{
|
|
3606
3596
|
onClick?: (ev: Event) => any;
|
|
@@ -3647,7 +3637,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3647
3637
|
default: string;
|
|
3648
3638
|
};
|
|
3649
3639
|
icon: {
|
|
3650
|
-
type: PropType<import("
|
|
3640
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3651
3641
|
};
|
|
3652
3642
|
}>> & Readonly<{
|
|
3653
3643
|
onClick?: (ev: Event) => any;
|
|
@@ -3689,7 +3679,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3689
3679
|
default: string;
|
|
3690
3680
|
};
|
|
3691
3681
|
icon: {
|
|
3692
|
-
type: PropType<import("
|
|
3682
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3693
3683
|
};
|
|
3694
3684
|
}>> & Readonly<{
|
|
3695
3685
|
onClick?: (ev: Event) => any;
|
|
@@ -3716,7 +3706,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3716
3706
|
}, string, {
|
|
3717
3707
|
color: string;
|
|
3718
3708
|
spin: boolean;
|
|
3719
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3709
|
+
}, {}, 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>);
|
|
3720
3710
|
UCheckbox: {
|
|
3721
3711
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3722
3712
|
modelValue: {
|
|
@@ -3790,7 +3780,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3790
3780
|
default: string;
|
|
3791
3781
|
};
|
|
3792
3782
|
icon: {
|
|
3793
|
-
type: PropType<import("
|
|
3783
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3794
3784
|
};
|
|
3795
3785
|
}>> & Readonly<{
|
|
3796
3786
|
onClick?: (ev: Event) => any;
|
|
@@ -3837,7 +3827,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3837
3827
|
default: string;
|
|
3838
3828
|
};
|
|
3839
3829
|
icon: {
|
|
3840
|
-
type: PropType<import("
|
|
3830
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3841
3831
|
};
|
|
3842
3832
|
}>> & Readonly<{
|
|
3843
3833
|
onClick?: (ev: Event) => any;
|
|
@@ -3879,7 +3869,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3879
3869
|
default: string;
|
|
3880
3870
|
};
|
|
3881
3871
|
icon: {
|
|
3882
|
-
type: PropType<import("
|
|
3872
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3883
3873
|
};
|
|
3884
3874
|
}>> & Readonly<{
|
|
3885
3875
|
onClick?: (ev: Event) => any;
|
|
@@ -3906,7 +3896,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3906
3896
|
}, string, {
|
|
3907
3897
|
color: string;
|
|
3908
3898
|
spin: boolean;
|
|
3909
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3899
|
+
}, {}, 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>);
|
|
3910
3900
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3911
3901
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3912
3902
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4045,7 +4035,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4045
4035
|
default: string;
|
|
4046
4036
|
};
|
|
4047
4037
|
icon: {
|
|
4048
|
-
type: PropType<import("
|
|
4038
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4049
4039
|
};
|
|
4050
4040
|
}>> & Readonly<{
|
|
4051
4041
|
onClick?: (ev: Event) => any;
|
|
@@ -4092,7 +4082,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4092
4082
|
default: string;
|
|
4093
4083
|
};
|
|
4094
4084
|
icon: {
|
|
4095
|
-
type: PropType<import("
|
|
4085
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4096
4086
|
};
|
|
4097
4087
|
}>> & Readonly<{
|
|
4098
4088
|
onClick?: (ev: Event) => any;
|
|
@@ -4134,7 +4124,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4134
4124
|
default: string;
|
|
4135
4125
|
};
|
|
4136
4126
|
icon: {
|
|
4137
|
-
type: PropType<import("
|
|
4127
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4138
4128
|
};
|
|
4139
4129
|
}>> & Readonly<{
|
|
4140
4130
|
onClick?: (ev: Event) => any;
|
|
@@ -4161,19 +4151,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4161
4151
|
}, string, {
|
|
4162
4152
|
color: string;
|
|
4163
4153
|
spin: boolean;
|
|
4164
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4154
|
+
}, {}, 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>);
|
|
4165
4155
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4166
4156
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4167
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4157
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
4168
4158
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4169
4159
|
modelValue: {
|
|
4170
4160
|
type: PropType<import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupSingleValue[]>;
|
|
4171
4161
|
default: () => import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupSingleValue[];
|
|
4172
4162
|
};
|
|
4173
4163
|
size: {
|
|
4174
|
-
type: PropType<"
|
|
4164
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4175
4165
|
default: string;
|
|
4176
|
-
validator: (val: "
|
|
4166
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4177
4167
|
};
|
|
4178
4168
|
options: {
|
|
4179
4169
|
type: PropType<import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupOption[]>;
|
|
@@ -4191,12 +4181,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4191
4181
|
type: StringConstructor;
|
|
4192
4182
|
};
|
|
4193
4183
|
buttonType: {
|
|
4194
|
-
type: PropType<"
|
|
4184
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxButtonType>;
|
|
4195
4185
|
default: string;
|
|
4196
4186
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
4197
4187
|
};
|
|
4198
4188
|
type: {
|
|
4199
|
-
type: PropType<"
|
|
4189
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupType>;
|
|
4200
4190
|
default: string;
|
|
4201
4191
|
validator: (val: "default" | "button") => boolean;
|
|
4202
4192
|
};
|
|
@@ -4224,9 +4214,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4224
4214
|
default: () => import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupSingleValue[];
|
|
4225
4215
|
};
|
|
4226
4216
|
size: {
|
|
4227
|
-
type: PropType<"
|
|
4217
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4228
4218
|
default: string;
|
|
4229
|
-
validator: (val: "
|
|
4219
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4230
4220
|
};
|
|
4231
4221
|
options: {
|
|
4232
4222
|
type: PropType<import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupOption[]>;
|
|
@@ -4244,12 +4234,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4244
4234
|
type: StringConstructor;
|
|
4245
4235
|
};
|
|
4246
4236
|
buttonType: {
|
|
4247
|
-
type: PropType<"
|
|
4237
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxButtonType>;
|
|
4248
4238
|
default: string;
|
|
4249
4239
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
4250
4240
|
};
|
|
4251
4241
|
type: {
|
|
4252
|
-
type: PropType<"
|
|
4242
|
+
type: PropType<import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupType>;
|
|
4253
4243
|
default: string;
|
|
4254
4244
|
validator: (val: "default" | "button") => boolean;
|
|
4255
4245
|
};
|
|
@@ -4266,7 +4256,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4266
4256
|
}>, {
|
|
4267
4257
|
type: "default" | "button";
|
|
4268
4258
|
loading: boolean;
|
|
4269
|
-
size: "
|
|
4259
|
+
size: "default" | "small" | "large";
|
|
4270
4260
|
disabled: boolean;
|
|
4271
4261
|
modelValue: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupSingleValue[];
|
|
4272
4262
|
options: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxGroupOption[];
|
|
@@ -4287,7 +4277,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4287
4277
|
default: string;
|
|
4288
4278
|
};
|
|
4289
4279
|
icon: {
|
|
4290
|
-
type: PropType<import("
|
|
4280
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4291
4281
|
};
|
|
4292
4282
|
}>> & Readonly<{
|
|
4293
4283
|
onClick?: (ev: Event) => any;
|
|
@@ -4334,7 +4324,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4334
4324
|
default: string;
|
|
4335
4325
|
};
|
|
4336
4326
|
icon: {
|
|
4337
|
-
type: PropType<import("
|
|
4327
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4338
4328
|
};
|
|
4339
4329
|
}>> & Readonly<{
|
|
4340
4330
|
onClick?: (ev: Event) => any;
|
|
@@ -4376,7 +4366,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4376
4366
|
default: string;
|
|
4377
4367
|
};
|
|
4378
4368
|
icon: {
|
|
4379
|
-
type: PropType<import("
|
|
4369
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4380
4370
|
};
|
|
4381
4371
|
}>> & Readonly<{
|
|
4382
4372
|
onClick?: (ev: Event) => any;
|
|
@@ -4403,7 +4393,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4403
4393
|
}, string, {
|
|
4404
4394
|
color: string;
|
|
4405
4395
|
spin: boolean;
|
|
4406
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4396
|
+
}, {}, 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>);
|
|
4407
4397
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4408
4398
|
modelValue: {
|
|
4409
4399
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -4505,7 +4495,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4505
4495
|
default: string;
|
|
4506
4496
|
};
|
|
4507
4497
|
icon: {
|
|
4508
|
-
type: PropType<import("
|
|
4498
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4509
4499
|
};
|
|
4510
4500
|
}>> & Readonly<{
|
|
4511
4501
|
onClick?: (ev: Event) => any;
|
|
@@ -4552,7 +4542,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4552
4542
|
default: string;
|
|
4553
4543
|
};
|
|
4554
4544
|
icon: {
|
|
4555
|
-
type: PropType<import("
|
|
4545
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4556
4546
|
};
|
|
4557
4547
|
}>> & Readonly<{
|
|
4558
4548
|
onClick?: (ev: Event) => any;
|
|
@@ -4594,7 +4584,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4594
4584
|
default: string;
|
|
4595
4585
|
};
|
|
4596
4586
|
icon: {
|
|
4597
|
-
type: PropType<import("
|
|
4587
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4598
4588
|
};
|
|
4599
4589
|
}>> & Readonly<{
|
|
4600
4590
|
onClick?: (ev: Event) => any;
|
|
@@ -4621,13 +4611,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4621
4611
|
}, string, {
|
|
4622
4612
|
color: string;
|
|
4623
4613
|
spin: boolean;
|
|
4624
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4614
|
+
}, {}, 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>);
|
|
4625
4615
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4626
4616
|
Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4627
4617
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4628
4618
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4629
4619
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4630
|
-
};
|
|
4620
|
+
});
|
|
4631
4621
|
CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4632
4622
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
4633
4623
|
Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|