@koi-design/uxd-ui 13.2.8 → 13.2.9
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/README.md +2 -0
- package/es/components/Affix/Affix.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/Alert/Alert.type.d.ts +4 -4
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/es/components/AutoComplete/index.d.ts +600 -660
- package/es/components/Avatar/Avatar.mjs +1 -1
- 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.mjs +1 -1
- 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.mjs +1 -1
- 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.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +218 -203
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +119 -104
- package/es/components/Calendar/index.d.ts +457 -427
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +6 -6
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +17 -17
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
- package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/es/components/Checkbox/index.d.ts +57 -57
- package/es/components/Collapse/Collapse.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/es/components/ColorPicker/index.d.ts +260 -260
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +1 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1117 -1117
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.mjs +1 -1
- 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 +6 -5
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Empty/Empty.d.ts +8 -8
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.mjs +1 -1
- 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 +3 -3
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.mjs +1 -1
- 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.mjs +1 -1
- 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.mjs +1 -1
- 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 +2 -2
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +13 -13
- package/es/components/InfoView/index.d.ts +30 -30
- package/es/components/Input/Input.d.ts +26 -26
- package/es/components/Input/Input.type.d.ts +13 -13
- package/es/components/Input/index.d.ts +45 -45
- package/es/components/InputNumber/InputNumber.d.ts +36 -36
- package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/es/components/InputNumber/SingleInput.d.ts +10 -9
- package/es/components/InputNumber/index.d.ts +100 -100
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Layout.type.d.ts +6 -5
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +10 -10
- package/es/components/Layout/index.d.ts +12 -12
- package/es/components/Link/Link.mjs +1 -1
- 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.mjs +1 -1
- 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 +2 -2
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.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/Mention.mjs +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/Menu.d.ts +4 -4
- package/es/components/Menu/Menu.type.d.ts +22 -21
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +29 -29
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -35
- package/es/components/Menu/index.d.ts +63 -81
- 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.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- 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 +43 -43
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +20 -20
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- 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.mjs +1 -1
- 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 +6 -6
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +9 -8
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.type.d.ts +11 -11
- package/es/components/Progress/Progress.vue.d.ts +31 -31
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +63 -63
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/Radio.type.d.ts +20 -20
- package/es/components/Radio/Radio.vue.d.ts +11 -11
- package/es/components/Radio/RadioGroup.d.ts +13 -13
- package/es/components/Radio/index.d.ts +37 -37
- package/es/components/Rate/Rate.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.mjs +1 -1
- 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/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +1 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/es/components/Select/RefSelect.mjs +3 -2
- package/es/components/Select/RefSelect.mjs.map +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +201 -182
- package/es/components/Select/Select.d.ts +34 -25
- package/es/components/Select/Select.type.d.ts +23 -18
- package/es/components/Select/Select.type.mjs +4 -0
- package/es/components/Select/Select.type.mjs.map +1 -1
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Input.vue.d.ts +3 -3
- package/es/components/Select/Selection/Multiple.mjs +5 -4
- package/es/components/Select/Selection/Multiple.mjs.map +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/es/components/Select/Selection/MultipleBase.mjs +18 -3
- package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.mjs +7 -2
- package/es/components/Select/Selection/Selection.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/Selection/Single.vue.d.ts +6 -8
- package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/es/components/Select/index.d.ts +64 -49
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Slider.d.ts +8 -8
- package/es/components/Slider/Slider.type.d.ts +8 -8
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +10 -10
- package/es/components/Space/Space.d.ts +4 -4
- 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 +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.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/Steps.type.d.ts +14 -14
- package/es/components/Steps/Steps.vue.d.ts +11 -11
- package/es/components/Steps/index.d.ts +28 -28
- package/es/components/Switch/Switch.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +376 -394
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +376 -394
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +376 -394
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +822 -858
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +752 -788
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
- package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
- package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +21 -21
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +30 -30
- package/es/components/Tabs/Tabs.type.d.ts +23 -22
- package/es/components/Tabs/index.d.ts +85 -85
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +7 -7
- package/es/components/Tag/index.d.ts +15 -15
- package/es/components/Text/Text.d.ts +6 -6
- 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 +6 -6
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +395 -395
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +3 -3
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +10 -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.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +8 -7
- package/es/components/Transfer/Transfer.vue.d.ts +838 -838
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +180 -180
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/es/components/Transfer/index.d.ts +2212 -2212
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +92 -110
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +99 -125
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +64 -82
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +203 -263
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/es/components/TreeSelect/index.d.ts +802 -890
- package/es/components/Upload/Upload.d.ts +2 -2
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +68 -68
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/index.d.ts +7 -7
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +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.mjs +1 -1
- 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/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +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/useLock.d.ts +2 -2
- package/es/index.d.ts +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/lib/components/Affix/Affix.js +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.js +1 -1
- package/lib/components/Alert/Alert.type.d.ts +4 -4
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/lib/components/AutoComplete/index.d.ts +600 -660
- package/lib/components/Avatar/Avatar.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +119 -104
- package/lib/components/Calendar/index.d.ts +457 -427
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +6 -6
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +17 -17
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/lib/components/Checkbox/CheckboxGroup.js +5 -2
- package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/lib/components/Checkbox/index.d.ts +57 -57
- package/lib/components/Collapse/Collapse.js +1 -1
- 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.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/lib/components/ColorPicker/index.d.ts +260 -260
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1117 -1117
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.js +1 -1
- 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 +6 -5
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Empty/Empty.d.ts +8 -8
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.js +1 -1
- 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 +3 -3
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- 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 +2 -2
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
- package/lib/components/InfoView/index.d.ts +30 -30
- package/lib/components/Input/Input.d.ts +26 -26
- package/lib/components/Input/Input.type.d.ts +13 -13
- package/lib/components/Input/index.d.ts +45 -45
- package/lib/components/InputNumber/InputNumber.d.ts +36 -36
- package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/lib/components/InputNumber/SingleInput.d.ts +10 -9
- package/lib/components/InputNumber/index.d.ts +100 -100
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Layout.type.d.ts +6 -5
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +10 -10
- package/lib/components/Layout/index.d.ts +12 -12
- package/lib/components/Link/Link.js +1 -1
- 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.js +1 -1
- 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 +2 -2
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.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/Mention.js +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/Menu.d.ts +4 -4
- package/lib/components/Menu/Menu.type.d.ts +22 -21
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
- package/lib/components/Menu/index.d.ts +63 -81
- 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.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.js +1 -1
- 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.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.js +1 -1
- 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 +43 -43
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +20 -20
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- 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.js +1 -1
- 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 +6 -6
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +9 -8
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.type.d.ts +11 -11
- package/lib/components/Progress/Progress.vue.d.ts +31 -31
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +63 -63
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/Radio.type.d.ts +20 -20
- package/lib/components/Radio/Radio.vue.d.ts +11 -11
- package/lib/components/Radio/RadioGroup.d.ts +13 -13
- package/lib/components/Radio/index.d.ts +37 -37
- package/lib/components/Rate/Rate.js +1 -1
- 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.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.js +1 -1
- 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/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +1 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/lib/components/Select/RefSelect.js +3 -2
- package/lib/components/Select/RefSelect.js.map +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +201 -182
- package/lib/components/Select/Select.d.ts +34 -25
- package/lib/components/Select/Select.type.d.ts +23 -18
- package/lib/components/Select/Select.type.js +4 -0
- package/lib/components/Select/Select.type.js.map +1 -1
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
- package/lib/components/Select/Selection/Multiple.js +5 -4
- package/lib/components/Select/Selection/Multiple.js.map +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/lib/components/Select/Selection/MultipleBase.js +18 -3
- package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
- package/lib/components/Select/Selection/Selection.js +7 -2
- package/lib/components/Select/Selection/Selection.js.map +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
- package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/lib/components/Select/index.d.ts +64 -49
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Slider.d.ts +8 -8
- package/lib/components/Slider/Slider.type.d.ts +8 -8
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +10 -10
- package/lib/components/Space/Space.d.ts +4 -4
- 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 +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.js +1 -1
- 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.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/Steps.type.d.ts +14 -14
- package/lib/components/Steps/Steps.vue.d.ts +11 -11
- package/lib/components/Steps/index.d.ts +28 -28
- package/lib/components/Switch/Switch.js +1 -1
- 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.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +376 -394
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +376 -394
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +376 -394
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +822 -858
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +752 -788
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
- package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
- package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +30 -30
- package/lib/components/Tabs/Tabs.type.d.ts +23 -22
- package/lib/components/Tabs/index.d.ts +85 -85
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +7 -7
- package/lib/components/Tag/index.d.ts +15 -15
- package/lib/components/Text/Text.d.ts +6 -6
- 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 +6 -6
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- 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.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +395 -395
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +3 -3
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +10 -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.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +8 -7
- package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/lib/components/Transfer/index.d.ts +2212 -2212
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +92 -110
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +99 -125
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +203 -263
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/lib/components/TreeSelect/index.d.ts +802 -890
- package/lib/components/Upload/Upload.d.ts +2 -2
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +68 -68
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/index.d.ts +7 -7
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +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.js +1 -1
- 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/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +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/useLock.d.ts +2 -2
- package/lib/index.d.ts +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/package.json +2 -2
- 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 +4 -4
- 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 +227 -249
- package/types/components/AutoComplete/index.d.ts +600 -660
- 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 +218 -203
- package/types/components/Calendar/Header.vue.d.ts +119 -104
- package/types/components/Calendar/index.d.ts +457 -427
- 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 +6 -6
- 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 +17 -17
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/types/components/Checkbox/index.d.ts +57 -57
- 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 +116 -116
- package/types/components/ColorPicker/index.d.ts +260 -260
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +1 -1
- package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
- 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 +175 -175
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- 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 +8 -7
- package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1117 -1117
- 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 +6 -5
- 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 +7 -7
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +8 -8
- 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 +3 -3
- 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 +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +13 -13
- package/types/components/InfoView/index.d.ts +30 -30
- package/types/components/Input/Input.d.ts +26 -26
- package/types/components/Input/Input.type.d.ts +13 -13
- package/types/components/Input/index.d.ts +45 -45
- package/types/components/InputNumber/InputNumber.d.ts +36 -36
- package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/types/components/InputNumber/SingleInput.d.ts +10 -9
- package/types/components/InputNumber/index.d.ts +100 -100
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +6 -5
- package/types/components/Layout/Sider.vue.d.ts +10 -10
- package/types/components/Layout/index.d.ts +12 -12
- 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 +2 -2
- 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.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 +4 -4
- package/types/components/Menu/Menu.type.d.ts +22 -21
- package/types/components/Menu/MenuItem.vue.d.ts +29 -29
- package/types/components/Menu/SubMenu.vue.d.ts +17 -35
- package/types/components/Menu/index.d.ts +63 -81
- 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 +43 -43
- 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 +20 -20
- 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 +6 -6
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +9 -8
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +11 -11
- package/types/components/Progress/Progress.vue.d.ts +31 -31
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +63 -63
- package/types/components/Radio/Radio.type.d.ts +20 -20
- package/types/components/Radio/Radio.vue.d.ts +11 -11
- package/types/components/Radio/RadioGroup.d.ts +13 -13
- package/types/components/Radio/index.d.ts +37 -37
- 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/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +1 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/types/components/Select/RefSelect.vue.d.ts +201 -182
- package/types/components/Select/Select.d.ts +34 -25
- package/types/components/Select/Select.type.d.ts +23 -18
- package/types/components/Select/Selection/Input.vue.d.ts +3 -3
- package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/types/components/Select/Selection/Single.vue.d.ts +6 -8
- package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/types/components/Select/index.d.ts +64 -49
- 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 +8 -8
- package/types/components/Slider/Slider.type.d.ts +8 -8
- package/types/components/Slider/index.d.ts +10 -10
- package/types/components/Space/Space.d.ts +4 -4
- 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 +14 -14
- package/types/components/Steps/Steps.vue.d.ts +11 -11
- package/types/components/Steps/index.d.ts +28 -28
- 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 +376 -394
- package/types/components/Table/BodyTable.vue.d.ts +376 -394
- package/types/components/Table/HeadTable.vue.d.ts +376 -394
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +822 -858
- package/types/components/Table/TableBox.vue.d.ts +752 -788
- 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 +62 -62
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +21 -21
- package/types/components/Tabs/Tabs.d.ts +30 -30
- package/types/components/Tabs/Tabs.type.d.ts +23 -22
- package/types/components/Tabs/index.d.ts +85 -85
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +7 -7
- package/types/components/Tag/index.d.ts +15 -15
- package/types/components/Text/Text.d.ts +6 -6
- 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 +6 -6
- 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 +16 -15
- package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
- 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 +395 -395
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +3 -3
- 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 +10 -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 +8 -7
- package/types/components/Transfer/Transfer.vue.d.ts +838 -838
- package/types/components/Transfer/TransferList.vue.d.ts +180 -180
- package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/types/components/Transfer/index.d.ts +2212 -2212
- package/types/components/Tree/SubTree.vue.d.ts +92 -110
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +99 -125
- package/types/components/Tree/TreeNode.vue.d.ts +64 -82
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +203 -263
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/types/components/TreeSelect/index.d.ts +802 -890
- package/types/components/Upload/Upload.d.ts +2 -2
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +68 -68
- package/types/components/Upload/index.d.ts +7 -7
- 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/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.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +40 -11
- package/uxd-ui.umd.js +40 -11
- package/uxd-ui.umd.min.js +6 -6
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
22
|
iconType: {
|
|
23
|
-
type: import("vue").PropType<import("
|
|
23
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
24
24
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
};
|
|
26
26
|
placeholder: {
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
clearIcon: {
|
|
34
|
-
type: import("vue").PropType<import("
|
|
34
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
35
35
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
};
|
|
37
37
|
labelInValue: {
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
69
69
|
type: import("vue").PropType<import("../Tree").TreeLoadData>;
|
|
70
70
|
};
|
|
71
71
|
showCheckedStrategy: {
|
|
72
|
-
type: import("vue").PropType<"
|
|
72
|
+
type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
|
|
73
73
|
default: string;
|
|
74
74
|
validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
|
|
75
75
|
};
|
|
@@ -78,13 +78,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
78
|
default: string;
|
|
79
79
|
};
|
|
80
80
|
variant: {
|
|
81
|
-
type: import("vue").PropType<"
|
|
81
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
82
82
|
default: string;
|
|
83
83
|
validator: (val: string) => boolean;
|
|
84
84
|
};
|
|
85
85
|
color: {
|
|
86
|
-
type: import("vue").PropType<"
|
|
87
|
-
default:
|
|
86
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
87
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
88
88
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
89
89
|
};
|
|
90
90
|
label: {
|
|
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
99
99
|
default: boolean;
|
|
100
100
|
};
|
|
101
101
|
placement: {
|
|
102
|
-
type: import("vue").PropType<"
|
|
102
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
103
103
|
default: string;
|
|
104
104
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
105
105
|
};
|
|
@@ -161,7 +161,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
161
161
|
default: boolean;
|
|
162
162
|
};
|
|
163
163
|
iconType: {
|
|
164
|
-
type: import("vue").PropType<import("
|
|
164
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
165
165
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
166
166
|
};
|
|
167
167
|
placeholder: {
|
|
@@ -172,7 +172,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
172
|
default: boolean;
|
|
173
173
|
};
|
|
174
174
|
clearIcon: {
|
|
175
|
-
type: import("vue").PropType<import("
|
|
175
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
176
176
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
177
177
|
};
|
|
178
178
|
labelInValue: {
|
|
@@ -210,7 +210,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
210
210
|
type: import("vue").PropType<import("../Tree").TreeLoadData>;
|
|
211
211
|
};
|
|
212
212
|
showCheckedStrategy: {
|
|
213
|
-
type: import("vue").PropType<"
|
|
213
|
+
type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
|
|
214
214
|
default: string;
|
|
215
215
|
validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
|
|
216
216
|
};
|
|
@@ -219,13 +219,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
219
219
|
default: string;
|
|
220
220
|
};
|
|
221
221
|
variant: {
|
|
222
|
-
type: import("vue").PropType<"
|
|
222
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
223
223
|
default: string;
|
|
224
224
|
validator: (val: string) => boolean;
|
|
225
225
|
};
|
|
226
226
|
color: {
|
|
227
|
-
type: import("vue").PropType<"
|
|
228
|
-
default:
|
|
227
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
228
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
229
229
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
230
230
|
};
|
|
231
231
|
label: {
|
|
@@ -240,7 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
240
|
default: boolean;
|
|
241
241
|
};
|
|
242
242
|
placement: {
|
|
243
|
-
type: import("vue").PropType<"
|
|
243
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
244
244
|
default: string;
|
|
245
245
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
246
246
|
};
|
|
@@ -248,8 +248,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
248
248
|
type: StringConstructor;
|
|
249
249
|
};
|
|
250
250
|
}>> & Readonly<{
|
|
251
|
-
onSearch?: (v: string) => any;
|
|
252
251
|
onChange?: (v: SelectValueType, item: SelectTreeItem | SelectTreeItem[]) => any;
|
|
252
|
+
onSearch?: (v: string) => any;
|
|
253
253
|
"onUpdate:modelValue"?: (v: SelectValueType) => any;
|
|
254
254
|
onExpand?: (keys: (string | number)[]) => any;
|
|
255
255
|
}>, {
|
|
@@ -283,7 +283,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
283
283
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
284
284
|
};
|
|
285
285
|
placement: {
|
|
286
|
-
type: import("vue").PropType<"
|
|
286
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
287
287
|
default: string;
|
|
288
288
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
289
289
|
};
|
|
@@ -305,8 +305,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
305
|
type: StringConstructor;
|
|
306
306
|
};
|
|
307
307
|
trigger: {
|
|
308
|
-
type: import("vue").PropType<("
|
|
309
|
-
default: () => ("
|
|
308
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
309
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
310
310
|
};
|
|
311
311
|
mouseEnterDelay: {
|
|
312
312
|
type: NumberConstructor;
|
|
@@ -374,7 +374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
374
374
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
375
375
|
};
|
|
376
376
|
placement: {
|
|
377
|
-
type: import("vue").PropType<"
|
|
377
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
378
378
|
default: string;
|
|
379
379
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
380
380
|
};
|
|
@@ -396,8 +396,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
396
396
|
type: StringConstructor;
|
|
397
397
|
};
|
|
398
398
|
trigger: {
|
|
399
|
-
type: import("vue").PropType<("
|
|
400
|
-
default: () => ("
|
|
399
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
400
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
401
401
|
};
|
|
402
402
|
mouseEnterDelay: {
|
|
403
403
|
type: NumberConstructor;
|
|
@@ -493,20 +493,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
493
493
|
type: StringConstructor;
|
|
494
494
|
};
|
|
495
495
|
triggerSearch: {
|
|
496
|
-
type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
|
|
496
|
+
type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
|
|
497
497
|
};
|
|
498
498
|
allowCreate: {
|
|
499
499
|
type: BooleanConstructor;
|
|
500
500
|
default: boolean;
|
|
501
501
|
};
|
|
502
502
|
removeIcon: {
|
|
503
|
-
type: import("vue").PropType<import("
|
|
503
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
504
504
|
};
|
|
505
505
|
maxTagCount: {
|
|
506
506
|
type: NumberConstructor;
|
|
507
507
|
};
|
|
508
508
|
maxTagPlaceholder: {
|
|
509
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
509
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
510
510
|
};
|
|
511
511
|
maxTagTextLength: {
|
|
512
512
|
type: import("vue").PropType<number | "responsive">;
|
|
@@ -518,6 +518,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
518
518
|
maxTagTooltipWidth: {
|
|
519
519
|
type: NumberConstructor;
|
|
520
520
|
};
|
|
521
|
+
maxTagTooltipShowAll: {
|
|
522
|
+
type: BooleanConstructor;
|
|
523
|
+
default: boolean;
|
|
524
|
+
};
|
|
521
525
|
tagRender: {
|
|
522
526
|
type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
|
|
523
527
|
};
|
|
@@ -533,7 +537,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
533
537
|
default: boolean;
|
|
534
538
|
};
|
|
535
539
|
popoverProps: {
|
|
536
|
-
type: import("vue").PropType<import("
|
|
540
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
537
541
|
default: () => {};
|
|
538
542
|
};
|
|
539
543
|
titleKey: {
|
|
@@ -541,7 +545,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
541
545
|
default: string;
|
|
542
546
|
};
|
|
543
547
|
}>, {
|
|
544
|
-
getInputRef: (el: Element | import("vue").ComponentPublicInstance
|
|
548
|
+
getInputRef: (el: Element | import("vue").ComponentPublicInstance | null) => void;
|
|
545
549
|
onSelectionSelect: (value: import("../Select/Select.type").SingleValueType, opt: {
|
|
546
550
|
selected: boolean;
|
|
547
551
|
}) => void;
|
|
@@ -589,20 +593,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
589
593
|
type: StringConstructor;
|
|
590
594
|
};
|
|
591
595
|
triggerSearch: {
|
|
592
|
-
type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
|
|
596
|
+
type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
|
|
593
597
|
};
|
|
594
598
|
allowCreate: {
|
|
595
599
|
type: BooleanConstructor;
|
|
596
600
|
default: boolean;
|
|
597
601
|
};
|
|
598
602
|
removeIcon: {
|
|
599
|
-
type: import("vue").PropType<import("
|
|
603
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
600
604
|
};
|
|
601
605
|
maxTagCount: {
|
|
602
606
|
type: NumberConstructor;
|
|
603
607
|
};
|
|
604
608
|
maxTagPlaceholder: {
|
|
605
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
609
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
606
610
|
};
|
|
607
611
|
maxTagTextLength: {
|
|
608
612
|
type: import("vue").PropType<number | "responsive">;
|
|
@@ -614,6 +618,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
614
618
|
maxTagTooltipWidth: {
|
|
615
619
|
type: NumberConstructor;
|
|
616
620
|
};
|
|
621
|
+
maxTagTooltipShowAll: {
|
|
622
|
+
type: BooleanConstructor;
|
|
623
|
+
default: boolean;
|
|
624
|
+
};
|
|
617
625
|
tagRender: {
|
|
618
626
|
type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
|
|
619
627
|
};
|
|
@@ -629,7 +637,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
629
637
|
default: boolean;
|
|
630
638
|
};
|
|
631
639
|
popoverProps: {
|
|
632
|
-
type: import("vue").PropType<import("
|
|
640
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
633
641
|
default: () => {};
|
|
634
642
|
};
|
|
635
643
|
titleKey: {
|
|
@@ -650,7 +658,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
650
658
|
allowCreate: boolean;
|
|
651
659
|
maxTagTooltip: boolean;
|
|
652
660
|
isShowTagTooltip: boolean;
|
|
653
|
-
|
|
661
|
+
maxTagTooltipShowAll: boolean;
|
|
662
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
654
663
|
tokenWithEnter: boolean;
|
|
655
664
|
}, {}, {
|
|
656
665
|
SingleSelection: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -677,16 +686,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
677
686
|
default: boolean;
|
|
678
687
|
};
|
|
679
688
|
inputRef: {
|
|
680
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
689
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
681
690
|
};
|
|
682
691
|
titleKey: {
|
|
683
692
|
type: StringConstructor;
|
|
684
693
|
default: string;
|
|
685
694
|
};
|
|
686
695
|
}>, {
|
|
687
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
688
|
-
[key: string]: any;
|
|
689
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
696
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
690
697
|
[key: string]: any;
|
|
691
698
|
}>;
|
|
692
699
|
inputValue: import("vue").ComputedRef<string>;
|
|
@@ -725,7 +732,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
725
732
|
default: boolean;
|
|
726
733
|
};
|
|
727
734
|
inputRef: {
|
|
728
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
735
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
729
736
|
};
|
|
730
737
|
titleKey: {
|
|
731
738
|
type: StringConstructor;
|
|
@@ -755,7 +762,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
755
762
|
};
|
|
756
763
|
SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
757
764
|
inputRef: {
|
|
758
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
765
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
759
766
|
};
|
|
760
767
|
prefixCls: {
|
|
761
768
|
type: StringConstructor;
|
|
@@ -801,9 +808,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
801
808
|
onCompositionend: (e: any) => void;
|
|
802
809
|
onFocus: (args: any) => void;
|
|
803
810
|
onBlur: (args: any) => void;
|
|
804
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
811
|
+
}, {}, {}, {}, 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<{
|
|
805
812
|
inputRef: {
|
|
806
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
813
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
807
814
|
};
|
|
808
815
|
prefixCls: {
|
|
809
816
|
type: StringConstructor;
|
|
@@ -843,9 +850,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
843
850
|
onChange?: (...args: any[]) => any;
|
|
844
851
|
onMousedown?: (...args: any[]) => any;
|
|
845
852
|
onKeydown?: (...args: any[]) => any;
|
|
846
|
-
onPaste?: (...args: any[]) => any;
|
|
847
|
-
onCompositionend?: (...args: any[]) => any;
|
|
848
853
|
onCompositionstart?: (...args: any[]) => any;
|
|
854
|
+
onCompositionend?: (...args: any[]) => any;
|
|
855
|
+
onPaste?: (...args: any[]) => any;
|
|
849
856
|
}>, {
|
|
850
857
|
disabled: boolean;
|
|
851
858
|
autofocus: boolean;
|
|
@@ -894,7 +901,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
894
901
|
default: undefined;
|
|
895
902
|
};
|
|
896
903
|
inputRef: {
|
|
897
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
904
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
898
905
|
};
|
|
899
906
|
tagTransitionName: {
|
|
900
907
|
type: StringConstructor;
|
|
@@ -906,7 +913,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
906
913
|
type: import("vue").PropType<number | "responsive">;
|
|
907
914
|
};
|
|
908
915
|
maxTagPlaceholder: {
|
|
909
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
916
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
910
917
|
default: (ommittedValus: string[]) => string;
|
|
911
918
|
};
|
|
912
919
|
maxTagTooltip: {
|
|
@@ -917,18 +924,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
917
924
|
type: NumberConstructor;
|
|
918
925
|
default: number;
|
|
919
926
|
};
|
|
927
|
+
maxTagTooltipShowAll: {
|
|
928
|
+
type: BooleanConstructor;
|
|
929
|
+
default: boolean;
|
|
930
|
+
};
|
|
920
931
|
tagRender: {
|
|
921
932
|
type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
|
|
922
933
|
};
|
|
923
934
|
removeIcon: {
|
|
924
|
-
type: import("vue").PropType<import("
|
|
935
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
925
936
|
};
|
|
926
937
|
isShowTagTooltip: {
|
|
927
938
|
type: BooleanConstructor;
|
|
928
939
|
default: boolean;
|
|
929
940
|
};
|
|
930
941
|
popoverProps: {
|
|
931
|
-
type: import("vue").PropType<import("
|
|
942
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
932
943
|
default: () => {};
|
|
933
944
|
};
|
|
934
945
|
itemWidth: {
|
|
@@ -936,7 +947,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
936
947
|
default: number;
|
|
937
948
|
};
|
|
938
949
|
containerWrapperWidth: {
|
|
939
|
-
type: import("vue").PropType<number>;
|
|
950
|
+
type: import("vue").PropType<number | null>;
|
|
940
951
|
default: null;
|
|
941
952
|
};
|
|
942
953
|
enableOverflow: {
|
|
@@ -967,7 +978,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
967
978
|
default: undefined;
|
|
968
979
|
};
|
|
969
980
|
inputRef: {
|
|
970
|
-
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance
|
|
981
|
+
type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
971
982
|
};
|
|
972
983
|
tagTransitionName: {
|
|
973
984
|
type: StringConstructor;
|
|
@@ -979,7 +990,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
979
990
|
type: import("vue").PropType<number | "responsive">;
|
|
980
991
|
};
|
|
981
992
|
maxTagPlaceholder: {
|
|
982
|
-
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
993
|
+
type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
983
994
|
default: (ommittedValus: string[]) => string;
|
|
984
995
|
};
|
|
985
996
|
maxTagTooltip: {
|
|
@@ -990,18 +1001,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
990
1001
|
type: NumberConstructor;
|
|
991
1002
|
default: number;
|
|
992
1003
|
};
|
|
1004
|
+
maxTagTooltipShowAll: {
|
|
1005
|
+
type: BooleanConstructor;
|
|
1006
|
+
default: boolean;
|
|
1007
|
+
};
|
|
993
1008
|
tagRender: {
|
|
994
1009
|
type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
|
|
995
1010
|
};
|
|
996
1011
|
removeIcon: {
|
|
997
|
-
type: import("vue").PropType<import("
|
|
1012
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
998
1013
|
};
|
|
999
1014
|
isShowTagTooltip: {
|
|
1000
1015
|
type: BooleanConstructor;
|
|
1001
1016
|
default: boolean;
|
|
1002
1017
|
};
|
|
1003
1018
|
popoverProps: {
|
|
1004
|
-
type: import("vue").PropType<import("
|
|
1019
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
1005
1020
|
default: () => {};
|
|
1006
1021
|
};
|
|
1007
1022
|
itemWidth: {
|
|
@@ -1009,7 +1024,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1009
1024
|
default: number;
|
|
1010
1025
|
};
|
|
1011
1026
|
containerWrapperWidth: {
|
|
1012
|
-
type: import("vue").PropType<number>;
|
|
1027
|
+
type: import("vue").PropType<number | null>;
|
|
1013
1028
|
default: null;
|
|
1014
1029
|
};
|
|
1015
1030
|
enableOverflow: {
|
|
@@ -1017,17 +1032,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1017
1032
|
default: boolean;
|
|
1018
1033
|
};
|
|
1019
1034
|
}>> & Readonly<{
|
|
1020
|
-
[x: `on${string}`]: (...args: any[]) => any;
|
|
1035
|
+
[x: `on${Capitalize<string>}`]: (...args: any[]) => any;
|
|
1021
1036
|
}>, {
|
|
1022
1037
|
values: import("../Select/Select.type").DisplayOption[];
|
|
1023
1038
|
disabled: boolean;
|
|
1024
1039
|
open: boolean;
|
|
1025
1040
|
filterable: boolean;
|
|
1026
|
-
maxTagPlaceholder: (rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1041
|
+
maxTagPlaceholder: (rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1027
1042
|
maxTagTooltip: boolean;
|
|
1028
1043
|
isShowTagTooltip: boolean;
|
|
1029
1044
|
maxTagTooltipWidth: number;
|
|
1030
|
-
|
|
1045
|
+
maxTagTooltipShowAll: boolean;
|
|
1046
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
1031
1047
|
itemWidth: number;
|
|
1032
1048
|
containerWrapperWidth: number;
|
|
1033
1049
|
enableOverflow: boolean;
|
|
@@ -1064,7 +1080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1064
1080
|
default: boolean;
|
|
1065
1081
|
};
|
|
1066
1082
|
switcherIcon: {
|
|
1067
|
-
type: import("vue").PropType<import("
|
|
1083
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1068
1084
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1069
1085
|
};
|
|
1070
1086
|
showLine: {
|
|
@@ -1124,12 +1140,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1124
1140
|
localTreeData: import("vue").Ref<{
|
|
1125
1141
|
[x: string]: any;
|
|
1126
1142
|
key: string | number;
|
|
1127
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
1128
|
-
|
|
1129
|
-
}>[];
|
|
1130
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1131
|
-
[key: string]: any;
|
|
1132
|
-
}>[];
|
|
1143
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1144
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1133
1145
|
componentKey: string;
|
|
1134
1146
|
dataRef: {
|
|
1135
1147
|
[x: string]: any;
|
|
@@ -1150,12 +1162,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1150
1162
|
}[], import("../Tree").InnerTreeItem[] | {
|
|
1151
1163
|
[x: string]: any;
|
|
1152
1164
|
key: string | number;
|
|
1153
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
1154
|
-
|
|
1155
|
-
}>[];
|
|
1156
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1157
|
-
[key: string]: any;
|
|
1158
|
-
}>[];
|
|
1165
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1166
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
1159
1167
|
componentKey: string;
|
|
1160
1168
|
dataRef: {
|
|
1161
1169
|
[x: string]: any;
|
|
@@ -1196,10 +1204,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1196
1204
|
selectable: boolean;
|
|
1197
1205
|
draggable: boolean;
|
|
1198
1206
|
checkedKeys: (string | number)[];
|
|
1207
|
+
checkStrictly: boolean;
|
|
1199
1208
|
treeData: TreeItem[];
|
|
1200
1209
|
dataKey: string | import("../Tree").GetDataKey;
|
|
1201
1210
|
checkable: boolean;
|
|
1202
|
-
checkStrictly: boolean;
|
|
1203
1211
|
switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1204
1212
|
showLine: boolean;
|
|
1205
1213
|
expandedKeys: (string | number)[];
|
|
@@ -1235,10 +1243,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1235
1243
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
1236
1244
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
1237
1245
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1246
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
1238
1247
|
treeData: import("vue").Ref<TreeItem[], TreeItem[]>;
|
|
1239
1248
|
dataKey: import("vue").Ref<string | import("../Tree").GetDataKey, string | import("../Tree").GetDataKey>;
|
|
1240
1249
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
1241
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
1242
1250
|
switcherIcon: import("vue").Ref<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1243
1251
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
1244
1252
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -1270,7 +1278,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1270
1278
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
1271
1279
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
1272
1280
|
isLeaf: (node: import("../Tree").InnerTreeItem) => boolean;
|
|
1273
|
-
treeNodeOperate: (type: "
|
|
1281
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: TreeItem[]) => void;
|
|
1274
1282
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1275
1283
|
data: {
|
|
1276
1284
|
type: import("vue").PropType<import("../Tree").InnerTreeItem>;
|
|
@@ -1298,7 +1306,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1298
1306
|
default: string;
|
|
1299
1307
|
};
|
|
1300
1308
|
icon: {
|
|
1301
|
-
type: import("vue").PropType<import("
|
|
1309
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1302
1310
|
};
|
|
1303
1311
|
}>> & Readonly<{
|
|
1304
1312
|
onClick?: (ev: Event) => any;
|
|
@@ -1345,7 +1353,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1345
1353
|
default: string;
|
|
1346
1354
|
};
|
|
1347
1355
|
icon: {
|
|
1348
|
-
type: import("vue").PropType<import("
|
|
1356
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1349
1357
|
};
|
|
1350
1358
|
}>> & Readonly<{
|
|
1351
1359
|
onClick?: (ev: Event) => any;
|
|
@@ -1387,7 +1395,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1387
1395
|
default: string;
|
|
1388
1396
|
};
|
|
1389
1397
|
icon: {
|
|
1390
|
-
type: import("vue").PropType<import("
|
|
1398
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1391
1399
|
};
|
|
1392
1400
|
}>> & Readonly<{
|
|
1393
1401
|
onClick?: (ev: Event) => any;
|
|
@@ -1414,7 +1422,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1414
1422
|
}, string, {
|
|
1415
1423
|
color: string;
|
|
1416
1424
|
spin: boolean;
|
|
1417
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1425
|
+
}, {}, 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>);
|
|
1418
1426
|
UCheckbox: {
|
|
1419
1427
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1420
1428
|
modelValue: {
|
|
@@ -1438,9 +1446,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1438
1446
|
default: boolean;
|
|
1439
1447
|
};
|
|
1440
1448
|
size: {
|
|
1441
|
-
type: import("vue").PropType<"
|
|
1449
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1442
1450
|
default: string;
|
|
1443
|
-
validator: (val: "
|
|
1451
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1444
1452
|
};
|
|
1445
1453
|
name: {
|
|
1446
1454
|
type: StringConstructor;
|
|
@@ -1455,16 +1463,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1455
1463
|
default: boolean;
|
|
1456
1464
|
};
|
|
1457
1465
|
color: {
|
|
1458
|
-
type: import("vue").PropType<"
|
|
1459
|
-
default:
|
|
1466
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1467
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1460
1468
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1461
1469
|
};
|
|
1462
1470
|
}>> & Readonly<{
|
|
1463
|
-
onChange?: (val: import("
|
|
1464
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1471
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1472
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
1465
1473
|
}>, {
|
|
1466
1474
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1467
|
-
computedSize: import("vue").ComputedRef<"
|
|
1475
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1468
1476
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1469
1477
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1470
1478
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -1477,12 +1485,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1477
1485
|
handleBlur: () => void;
|
|
1478
1486
|
onClick: (e: MouseEvent) => void;
|
|
1479
1487
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1480
|
-
'update:modelValue': (val: import("
|
|
1481
|
-
change: (val: import("
|
|
1488
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
1489
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
1482
1490
|
}, import("vue").PublicProps, {
|
|
1483
1491
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1484
1492
|
name: string;
|
|
1485
|
-
size: "
|
|
1493
|
+
size: "default" | "small" | "large";
|
|
1486
1494
|
disabled: boolean;
|
|
1487
1495
|
modelValue: string | number | boolean;
|
|
1488
1496
|
value: string | number;
|
|
@@ -1505,7 +1513,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1505
1513
|
default: string;
|
|
1506
1514
|
};
|
|
1507
1515
|
icon: {
|
|
1508
|
-
type: import("vue").PropType<import("
|
|
1516
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1509
1517
|
};
|
|
1510
1518
|
}>> & Readonly<{
|
|
1511
1519
|
onClick?: (ev: Event) => any;
|
|
@@ -1552,7 +1560,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1552
1560
|
default: string;
|
|
1553
1561
|
};
|
|
1554
1562
|
icon: {
|
|
1555
|
-
type: import("vue").PropType<import("
|
|
1563
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1556
1564
|
};
|
|
1557
1565
|
}>> & Readonly<{
|
|
1558
1566
|
onClick?: (ev: Event) => any;
|
|
@@ -1594,7 +1602,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1594
1602
|
default: string;
|
|
1595
1603
|
};
|
|
1596
1604
|
icon: {
|
|
1597
|
-
type: import("vue").PropType<import("
|
|
1605
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1598
1606
|
};
|
|
1599
1607
|
}>> & Readonly<{
|
|
1600
1608
|
onClick?: (ev: Event) => any;
|
|
@@ -1621,7 +1629,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1621
1629
|
}, string, {
|
|
1622
1630
|
color: string;
|
|
1623
1631
|
spin: boolean;
|
|
1624
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1632
|
+
}, {}, 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>);
|
|
1625
1633
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1626
1634
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1627
1635
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1653,9 +1661,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1653
1661
|
default: boolean;
|
|
1654
1662
|
};
|
|
1655
1663
|
size: {
|
|
1656
|
-
type: import("vue").PropType<"
|
|
1664
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1657
1665
|
default: string;
|
|
1658
|
-
validator: (val: "
|
|
1666
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1659
1667
|
};
|
|
1660
1668
|
name: {
|
|
1661
1669
|
type: StringConstructor;
|
|
@@ -1670,16 +1678,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1670
1678
|
default: boolean;
|
|
1671
1679
|
};
|
|
1672
1680
|
color: {
|
|
1673
|
-
type: import("vue").PropType<"
|
|
1674
|
-
default:
|
|
1681
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1682
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1675
1683
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1676
1684
|
};
|
|
1677
1685
|
}>> & Readonly<{
|
|
1678
|
-
onChange?: (val: import("
|
|
1679
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1686
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1687
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
1680
1688
|
}>, {
|
|
1681
1689
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1682
|
-
computedSize: import("vue").ComputedRef<"
|
|
1690
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1683
1691
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1684
1692
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1685
1693
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -1694,7 +1702,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1694
1702
|
}, {}, {}, {}, {
|
|
1695
1703
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1696
1704
|
name: string;
|
|
1697
|
-
size: "
|
|
1705
|
+
size: "default" | "small" | "large";
|
|
1698
1706
|
disabled: boolean;
|
|
1699
1707
|
modelValue: string | number | boolean;
|
|
1700
1708
|
value: string | number;
|
|
@@ -1728,9 +1736,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1728
1736
|
default: boolean;
|
|
1729
1737
|
};
|
|
1730
1738
|
size: {
|
|
1731
|
-
type: import("vue").PropType<"
|
|
1739
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1732
1740
|
default: string;
|
|
1733
|
-
validator: (val: "
|
|
1741
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1734
1742
|
};
|
|
1735
1743
|
name: {
|
|
1736
1744
|
type: StringConstructor;
|
|
@@ -1745,16 +1753,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1745
1753
|
default: boolean;
|
|
1746
1754
|
};
|
|
1747
1755
|
color: {
|
|
1748
|
-
type: import("vue").PropType<"
|
|
1749
|
-
default:
|
|
1756
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1757
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1750
1758
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1751
1759
|
};
|
|
1752
1760
|
}>> & Readonly<{
|
|
1753
|
-
onChange?: (val: import("
|
|
1754
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1761
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
1762
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
1755
1763
|
}>, {
|
|
1756
1764
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1757
|
-
computedSize: import("vue").ComputedRef<"
|
|
1765
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1758
1766
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1759
1767
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1760
1768
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -1767,12 +1775,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1767
1775
|
handleBlur: () => void;
|
|
1768
1776
|
onClick: (e: MouseEvent) => void;
|
|
1769
1777
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1770
|
-
'update:modelValue': (val: import("
|
|
1771
|
-
change: (val: import("
|
|
1778
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
1779
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
1772
1780
|
}, string, {
|
|
1773
1781
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1774
1782
|
name: string;
|
|
1775
|
-
size: "
|
|
1783
|
+
size: "default" | "small" | "large";
|
|
1776
1784
|
disabled: boolean;
|
|
1777
1785
|
modelValue: string | number | boolean;
|
|
1778
1786
|
value: string | number;
|
|
@@ -1795,7 +1803,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1795
1803
|
default: string;
|
|
1796
1804
|
};
|
|
1797
1805
|
icon: {
|
|
1798
|
-
type: import("vue").PropType<import("
|
|
1806
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1799
1807
|
};
|
|
1800
1808
|
}>> & Readonly<{
|
|
1801
1809
|
onClick?: (ev: Event) => any;
|
|
@@ -1842,7 +1850,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1842
1850
|
default: string;
|
|
1843
1851
|
};
|
|
1844
1852
|
icon: {
|
|
1845
|
-
type: import("vue").PropType<import("
|
|
1853
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1846
1854
|
};
|
|
1847
1855
|
}>> & Readonly<{
|
|
1848
1856
|
onClick?: (ev: Event) => any;
|
|
@@ -1884,7 +1892,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1884
1892
|
default: string;
|
|
1885
1893
|
};
|
|
1886
1894
|
icon: {
|
|
1887
|
-
type: import("vue").PropType<import("
|
|
1895
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1888
1896
|
};
|
|
1889
1897
|
}>> & Readonly<{
|
|
1890
1898
|
onClick?: (ev: Event) => any;
|
|
@@ -1911,23 +1919,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1911
1919
|
}, string, {
|
|
1912
1920
|
color: string;
|
|
1913
1921
|
spin: boolean;
|
|
1914
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1922
|
+
}, {}, 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>);
|
|
1915
1923
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1916
1924
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1917
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1925
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1918
1926
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1919
1927
|
modelValue: {
|
|
1920
|
-
type: import("vue").PropType<import("
|
|
1921
|
-
default: () => import("
|
|
1928
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
1929
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
1922
1930
|
};
|
|
1923
1931
|
size: {
|
|
1924
|
-
type: import("vue").PropType<"
|
|
1932
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1925
1933
|
default: string;
|
|
1926
1934
|
validator: (val: string) => boolean;
|
|
1927
1935
|
};
|
|
1928
1936
|
options: {
|
|
1929
|
-
type: import("vue").PropType<import("
|
|
1930
|
-
default: () => import("
|
|
1937
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
1938
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
1931
1939
|
};
|
|
1932
1940
|
disabled: {
|
|
1933
1941
|
type: BooleanConstructor;
|
|
@@ -1941,12 +1949,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1941
1949
|
type: StringConstructor;
|
|
1942
1950
|
};
|
|
1943
1951
|
buttonType: {
|
|
1944
|
-
type: import("vue").PropType<"
|
|
1952
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
1945
1953
|
default: string;
|
|
1946
1954
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
1947
1955
|
};
|
|
1948
1956
|
type: {
|
|
1949
|
-
type: import("vue").PropType<"
|
|
1957
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
1950
1958
|
default: string;
|
|
1951
1959
|
validator: (val: "default" | "button") => boolean;
|
|
1952
1960
|
};
|
|
@@ -1955,8 +1963,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1955
1963
|
default: boolean;
|
|
1956
1964
|
};
|
|
1957
1965
|
color: {
|
|
1958
|
-
type: import("vue").PropType<"
|
|
1959
|
-
default:
|
|
1966
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1967
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1960
1968
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1961
1969
|
};
|
|
1962
1970
|
}>, {
|
|
@@ -1967,21 +1975,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1967
1975
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
|
|
1968
1976
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
1969
1977
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1970
|
-
'update:modelValue': (v: import("
|
|
1971
|
-
change: (v: import("
|
|
1978
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
1979
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
1972
1980
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1973
1981
|
modelValue: {
|
|
1974
|
-
type: import("vue").PropType<import("
|
|
1975
|
-
default: () => import("
|
|
1982
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
1983
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
1976
1984
|
};
|
|
1977
1985
|
size: {
|
|
1978
|
-
type: import("vue").PropType<"
|
|
1986
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1979
1987
|
default: string;
|
|
1980
1988
|
validator: (val: string) => boolean;
|
|
1981
1989
|
};
|
|
1982
1990
|
options: {
|
|
1983
|
-
type: import("vue").PropType<import("
|
|
1984
|
-
default: () => import("
|
|
1991
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
1992
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
1985
1993
|
};
|
|
1986
1994
|
disabled: {
|
|
1987
1995
|
type: BooleanConstructor;
|
|
@@ -1995,12 +2003,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1995
2003
|
type: StringConstructor;
|
|
1996
2004
|
};
|
|
1997
2005
|
buttonType: {
|
|
1998
|
-
type: import("vue").PropType<"
|
|
2006
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
1999
2007
|
default: string;
|
|
2000
2008
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
2001
2009
|
};
|
|
2002
2010
|
type: {
|
|
2003
|
-
type: import("vue").PropType<"
|
|
2011
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
2004
2012
|
default: string;
|
|
2005
2013
|
validator: (val: "default" | "button") => boolean;
|
|
2006
2014
|
};
|
|
@@ -2009,21 +2017,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2009
2017
|
default: boolean;
|
|
2010
2018
|
};
|
|
2011
2019
|
color: {
|
|
2012
|
-
type: import("vue").PropType<"
|
|
2013
|
-
default:
|
|
2020
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2021
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2014
2022
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2015
2023
|
};
|
|
2016
2024
|
}>> & Readonly<{
|
|
2017
|
-
onChange?: (v: import("
|
|
2018
|
-
"onUpdate:modelValue"?: (v: import("
|
|
2025
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2026
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
2019
2027
|
}>, {
|
|
2020
2028
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2021
2029
|
type: "default" | "button";
|
|
2022
2030
|
loading: boolean;
|
|
2023
|
-
size: "
|
|
2031
|
+
size: "default" | "small" | "large";
|
|
2024
2032
|
disabled: boolean;
|
|
2025
|
-
modelValue: import("
|
|
2026
|
-
options: import("
|
|
2033
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
2034
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
2027
2035
|
buttonFill: boolean;
|
|
2028
2036
|
buttonType: "fill" | "border" | "card";
|
|
2029
2037
|
}, {}, {
|
|
@@ -2041,7 +2049,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2041
2049
|
default: string;
|
|
2042
2050
|
};
|
|
2043
2051
|
icon: {
|
|
2044
|
-
type: import("vue").PropType<import("
|
|
2052
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2045
2053
|
};
|
|
2046
2054
|
}>> & Readonly<{
|
|
2047
2055
|
onClick?: (ev: Event) => any;
|
|
@@ -2088,7 +2096,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2088
2096
|
default: string;
|
|
2089
2097
|
};
|
|
2090
2098
|
icon: {
|
|
2091
|
-
type: import("vue").PropType<import("
|
|
2099
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2092
2100
|
};
|
|
2093
2101
|
}>> & Readonly<{
|
|
2094
2102
|
onClick?: (ev: Event) => any;
|
|
@@ -2130,7 +2138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2130
2138
|
default: string;
|
|
2131
2139
|
};
|
|
2132
2140
|
icon: {
|
|
2133
|
-
type: import("vue").PropType<import("
|
|
2141
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2134
2142
|
};
|
|
2135
2143
|
}>> & Readonly<{
|
|
2136
2144
|
onClick?: (ev: Event) => any;
|
|
@@ -2157,7 +2165,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2157
2165
|
}, string, {
|
|
2158
2166
|
color: string;
|
|
2159
2167
|
spin: boolean;
|
|
2160
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2168
|
+
}, {}, 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>);
|
|
2161
2169
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2162
2170
|
modelValue: {
|
|
2163
2171
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -2180,9 +2188,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2180
2188
|
default: boolean;
|
|
2181
2189
|
};
|
|
2182
2190
|
size: {
|
|
2183
|
-
type: import("vue").PropType<"
|
|
2191
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2184
2192
|
default: string;
|
|
2185
|
-
validator: (val: "
|
|
2193
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2186
2194
|
};
|
|
2187
2195
|
name: {
|
|
2188
2196
|
type: StringConstructor;
|
|
@@ -2197,13 +2205,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2197
2205
|
default: boolean;
|
|
2198
2206
|
};
|
|
2199
2207
|
color: {
|
|
2200
|
-
type: import("vue").PropType<"
|
|
2201
|
-
default:
|
|
2208
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2209
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2202
2210
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2203
2211
|
};
|
|
2204
2212
|
}>, {
|
|
2205
2213
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2206
|
-
computedSize: import("vue").ComputedRef<"
|
|
2214
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
2207
2215
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
2208
2216
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
2209
2217
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -2216,8 +2224,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2216
2224
|
handleBlur: () => void;
|
|
2217
2225
|
onClick: (e: MouseEvent) => void;
|
|
2218
2226
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2219
|
-
'update:modelValue': (val: import("
|
|
2220
|
-
change: (val: import("
|
|
2227
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
2228
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
2221
2229
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2222
2230
|
modelValue: {
|
|
2223
2231
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -2240,9 +2248,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2240
2248
|
default: boolean;
|
|
2241
2249
|
};
|
|
2242
2250
|
size: {
|
|
2243
|
-
type: import("vue").PropType<"
|
|
2251
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2244
2252
|
default: string;
|
|
2245
|
-
validator: (val: "
|
|
2253
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2246
2254
|
};
|
|
2247
2255
|
name: {
|
|
2248
2256
|
type: StringConstructor;
|
|
@@ -2257,17 +2265,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2257
2265
|
default: boolean;
|
|
2258
2266
|
};
|
|
2259
2267
|
color: {
|
|
2260
|
-
type: import("vue").PropType<"
|
|
2261
|
-
default:
|
|
2268
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2269
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2262
2270
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2263
2271
|
};
|
|
2264
2272
|
}>> & Readonly<{
|
|
2265
|
-
onChange?: (val: import("
|
|
2266
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2273
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
2274
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
2267
2275
|
}>, {
|
|
2268
2276
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2269
2277
|
name: string;
|
|
2270
|
-
size: "
|
|
2278
|
+
size: "default" | "small" | "large";
|
|
2271
2279
|
disabled: boolean;
|
|
2272
2280
|
modelValue: string | number | boolean;
|
|
2273
2281
|
value: string | number;
|
|
@@ -2290,7 +2298,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2290
2298
|
default: string;
|
|
2291
2299
|
};
|
|
2292
2300
|
icon: {
|
|
2293
|
-
type: import("vue").PropType<import("
|
|
2301
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2294
2302
|
};
|
|
2295
2303
|
}>> & Readonly<{
|
|
2296
2304
|
onClick?: (ev: Event) => any;
|
|
@@ -2337,7 +2345,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2337
2345
|
default: string;
|
|
2338
2346
|
};
|
|
2339
2347
|
icon: {
|
|
2340
|
-
type: import("vue").PropType<import("
|
|
2348
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2341
2349
|
};
|
|
2342
2350
|
}>> & Readonly<{
|
|
2343
2351
|
onClick?: (ev: Event) => any;
|
|
@@ -2379,7 +2387,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2379
2387
|
default: string;
|
|
2380
2388
|
};
|
|
2381
2389
|
icon: {
|
|
2382
|
-
type: import("vue").PropType<import("
|
|
2390
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2383
2391
|
};
|
|
2384
2392
|
}>> & Readonly<{
|
|
2385
2393
|
onClick?: (ev: Event) => any;
|
|
@@ -2406,35 +2414,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2406
2414
|
}, string, {
|
|
2407
2415
|
color: string;
|
|
2408
2416
|
spin: boolean;
|
|
2409
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2417
|
+
}, {}, 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>);
|
|
2410
2418
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2411
2419
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2412
2420
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2413
2421
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2414
2422
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2415
|
-
};
|
|
2423
|
+
});
|
|
2416
2424
|
CollapseTransition: {
|
|
2417
2425
|
(props: {
|
|
2418
2426
|
appear: boolean;
|
|
2419
|
-
}, { slots }: Omit<{
|
|
2420
|
-
attrs: {
|
|
2421
|
-
[x: string]: unknown;
|
|
2422
|
-
};
|
|
2423
|
-
slots: Readonly<{
|
|
2424
|
-
[name: string]: import("vue").Slot<any>;
|
|
2425
|
-
}>;
|
|
2426
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2427
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2428
|
-
} | {
|
|
2429
|
-
attrs: {
|
|
2430
|
-
[x: string]: unknown;
|
|
2431
|
-
};
|
|
2432
|
-
slots: Readonly<{
|
|
2433
|
-
[name: string]: import("vue").Slot<any>;
|
|
2434
|
-
}>;
|
|
2435
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2436
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2437
|
-
}, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2427
|
+
}, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2438
2428
|
[key: string]: any;
|
|
2439
2429
|
}>;
|
|
2440
2430
|
props: {
|
|
@@ -2493,7 +2483,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2493
2483
|
default: boolean;
|
|
2494
2484
|
};
|
|
2495
2485
|
switcherIcon: {
|
|
2496
|
-
type: import("vue").PropType<import("
|
|
2486
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2497
2487
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2498
2488
|
};
|
|
2499
2489
|
showLine: {
|
|
@@ -2553,12 +2543,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2553
2543
|
localTreeData: import("vue").Ref<{
|
|
2554
2544
|
[x: string]: any;
|
|
2555
2545
|
key: string | number;
|
|
2556
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
2557
|
-
|
|
2558
|
-
}>[];
|
|
2559
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2560
|
-
[key: string]: any;
|
|
2561
|
-
}>[];
|
|
2546
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2547
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2562
2548
|
componentKey: string;
|
|
2563
2549
|
dataRef: {
|
|
2564
2550
|
[x: string]: any;
|
|
@@ -2579,12 +2565,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2579
2565
|
}[], import("../Tree").InnerTreeItem[] | {
|
|
2580
2566
|
[x: string]: any;
|
|
2581
2567
|
key: string | number;
|
|
2582
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
2583
|
-
|
|
2584
|
-
}>[];
|
|
2585
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2586
|
-
[key: string]: any;
|
|
2587
|
-
}>[];
|
|
2568
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2569
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2588
2570
|
componentKey: string;
|
|
2589
2571
|
dataRef: {
|
|
2590
2572
|
[x: string]: any;
|
|
@@ -2615,10 +2597,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2615
2597
|
selectable: boolean;
|
|
2616
2598
|
draggable: boolean;
|
|
2617
2599
|
checkedKeys: (string | number)[];
|
|
2600
|
+
checkStrictly: boolean;
|
|
2618
2601
|
treeData: TreeItem[];
|
|
2619
2602
|
dataKey: string | import("../Tree").GetDataKey;
|
|
2620
2603
|
checkable: boolean;
|
|
2621
|
-
checkStrictly: boolean;
|
|
2622
2604
|
switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2623
2605
|
showLine: boolean;
|
|
2624
2606
|
expandedKeys: (string | number)[];
|
|
@@ -2659,7 +2641,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2659
2641
|
default: boolean;
|
|
2660
2642
|
};
|
|
2661
2643
|
switcherIcon: {
|
|
2662
|
-
type: import("vue").PropType<import("
|
|
2644
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2663
2645
|
default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2664
2646
|
};
|
|
2665
2647
|
showLine: {
|
|
@@ -2719,12 +2701,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2719
2701
|
localTreeData: import("vue").Ref<{
|
|
2720
2702
|
[x: string]: any;
|
|
2721
2703
|
key: string | number;
|
|
2722
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
2723
|
-
|
|
2724
|
-
}>[];
|
|
2725
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2726
|
-
[key: string]: any;
|
|
2727
|
-
}>[];
|
|
2704
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2705
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2728
2706
|
componentKey: string;
|
|
2729
2707
|
dataRef: {
|
|
2730
2708
|
[x: string]: any;
|
|
@@ -2745,12 +2723,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2745
2723
|
}[], import("../Tree").InnerTreeItem[] | {
|
|
2746
2724
|
[x: string]: any;
|
|
2747
2725
|
key: string | number;
|
|
2748
|
-
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode
|
|
2749
|
-
|
|
2750
|
-
}>[];
|
|
2751
|
-
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2752
|
-
[key: string]: any;
|
|
2753
|
-
}>[];
|
|
2726
|
+
slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2727
|
+
operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
|
|
2754
2728
|
componentKey: string;
|
|
2755
2729
|
dataRef: {
|
|
2756
2730
|
[x: string]: any;
|
|
@@ -2791,10 +2765,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2791
2765
|
selectable: boolean;
|
|
2792
2766
|
draggable: boolean;
|
|
2793
2767
|
checkedKeys: (string | number)[];
|
|
2768
|
+
checkStrictly: boolean;
|
|
2794
2769
|
treeData: TreeItem[];
|
|
2795
2770
|
dataKey: string | import("../Tree").GetDataKey;
|
|
2796
2771
|
checkable: boolean;
|
|
2797
|
-
checkStrictly: boolean;
|
|
2798
2772
|
switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2799
2773
|
showLine: boolean;
|
|
2800
2774
|
expandedKeys: (string | number)[];
|
|
@@ -2830,10 +2804,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2830
2804
|
selectable: import("vue").Ref<boolean, boolean>;
|
|
2831
2805
|
draggable: import("vue").Ref<boolean, boolean>;
|
|
2832
2806
|
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
2807
|
+
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
2833
2808
|
treeData: import("vue").Ref<TreeItem[], TreeItem[]>;
|
|
2834
2809
|
dataKey: import("vue").Ref<string | import("../Tree").GetDataKey, string | import("../Tree").GetDataKey>;
|
|
2835
2810
|
checkable: import("vue").Ref<boolean, boolean>;
|
|
2836
|
-
checkStrictly: import("vue").Ref<boolean, boolean>;
|
|
2837
2811
|
switcherIcon: import("vue").Ref<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2838
2812
|
showLine: import("vue").Ref<boolean, boolean>;
|
|
2839
2813
|
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
@@ -2865,7 +2839,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2865
2839
|
dragOverGapTop: import("vue").Ref<boolean, boolean>;
|
|
2866
2840
|
dragOverGapBottom: import("vue").Ref<boolean, boolean>;
|
|
2867
2841
|
isLeaf: (node: import("../Tree").InnerTreeItem) => boolean;
|
|
2868
|
-
treeNodeOperate: (type: "
|
|
2842
|
+
treeNodeOperate: (type: "add" | "delete", key: string, children?: TreeItem[]) => void;
|
|
2869
2843
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2870
2844
|
data: {
|
|
2871
2845
|
type: import("vue").PropType<import("../Tree").InnerTreeItem>;
|
|
@@ -2893,7 +2867,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2893
2867
|
default: string;
|
|
2894
2868
|
};
|
|
2895
2869
|
icon: {
|
|
2896
|
-
type: import("vue").PropType<import("
|
|
2870
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2897
2871
|
};
|
|
2898
2872
|
}>> & Readonly<{
|
|
2899
2873
|
onClick?: (ev: Event) => any;
|
|
@@ -2940,7 +2914,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2940
2914
|
default: string;
|
|
2941
2915
|
};
|
|
2942
2916
|
icon: {
|
|
2943
|
-
type: import("vue").PropType<import("
|
|
2917
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2944
2918
|
};
|
|
2945
2919
|
}>> & Readonly<{
|
|
2946
2920
|
onClick?: (ev: Event) => any;
|
|
@@ -2982,7 +2956,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2982
2956
|
default: string;
|
|
2983
2957
|
};
|
|
2984
2958
|
icon: {
|
|
2985
|
-
type: import("vue").PropType<import("
|
|
2959
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2986
2960
|
};
|
|
2987
2961
|
}>> & Readonly<{
|
|
2988
2962
|
onClick?: (ev: Event) => any;
|
|
@@ -3009,7 +2983,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3009
2983
|
}, string, {
|
|
3010
2984
|
color: string;
|
|
3011
2985
|
spin: boolean;
|
|
3012
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2986
|
+
}, {}, 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>);
|
|
3013
2987
|
UCheckbox: {
|
|
3014
2988
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3015
2989
|
modelValue: {
|
|
@@ -3033,9 +3007,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3033
3007
|
default: boolean;
|
|
3034
3008
|
};
|
|
3035
3009
|
size: {
|
|
3036
|
-
type: import("vue").PropType<"
|
|
3010
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3037
3011
|
default: string;
|
|
3038
|
-
validator: (val: "
|
|
3012
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3039
3013
|
};
|
|
3040
3014
|
name: {
|
|
3041
3015
|
type: StringConstructor;
|
|
@@ -3050,16 +3024,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3050
3024
|
default: boolean;
|
|
3051
3025
|
};
|
|
3052
3026
|
color: {
|
|
3053
|
-
type: import("vue").PropType<"
|
|
3054
|
-
default:
|
|
3027
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3028
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3055
3029
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3056
3030
|
};
|
|
3057
3031
|
}>> & Readonly<{
|
|
3058
|
-
onChange?: (val: import("
|
|
3059
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3032
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3033
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3060
3034
|
}>, {
|
|
3061
3035
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3062
|
-
computedSize: import("vue").ComputedRef<"
|
|
3036
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3063
3037
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3064
3038
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3065
3039
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3072,12 +3046,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3072
3046
|
handleBlur: () => void;
|
|
3073
3047
|
onClick: (e: MouseEvent) => void;
|
|
3074
3048
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3075
|
-
'update:modelValue': (val: import("
|
|
3076
|
-
change: (val: import("
|
|
3049
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3050
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3077
3051
|
}, import("vue").PublicProps, {
|
|
3078
3052
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3079
3053
|
name: string;
|
|
3080
|
-
size: "
|
|
3054
|
+
size: "default" | "small" | "large";
|
|
3081
3055
|
disabled: boolean;
|
|
3082
3056
|
modelValue: string | number | boolean;
|
|
3083
3057
|
value: string | number;
|
|
@@ -3100,7 +3074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3100
3074
|
default: string;
|
|
3101
3075
|
};
|
|
3102
3076
|
icon: {
|
|
3103
|
-
type: import("vue").PropType<import("
|
|
3077
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3104
3078
|
};
|
|
3105
3079
|
}>> & Readonly<{
|
|
3106
3080
|
onClick?: (ev: Event) => any;
|
|
@@ -3147,7 +3121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3147
3121
|
default: string;
|
|
3148
3122
|
};
|
|
3149
3123
|
icon: {
|
|
3150
|
-
type: import("vue").PropType<import("
|
|
3124
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3151
3125
|
};
|
|
3152
3126
|
}>> & Readonly<{
|
|
3153
3127
|
onClick?: (ev: Event) => any;
|
|
@@ -3189,7 +3163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3189
3163
|
default: string;
|
|
3190
3164
|
};
|
|
3191
3165
|
icon: {
|
|
3192
|
-
type: import("vue").PropType<import("
|
|
3166
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3193
3167
|
};
|
|
3194
3168
|
}>> & Readonly<{
|
|
3195
3169
|
onClick?: (ev: Event) => any;
|
|
@@ -3216,7 +3190,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3216
3190
|
}, string, {
|
|
3217
3191
|
color: string;
|
|
3218
3192
|
spin: boolean;
|
|
3219
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3193
|
+
}, {}, 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>);
|
|
3220
3194
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3221
3195
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3222
3196
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3248,9 +3222,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3248
3222
|
default: boolean;
|
|
3249
3223
|
};
|
|
3250
3224
|
size: {
|
|
3251
|
-
type: import("vue").PropType<"
|
|
3225
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3252
3226
|
default: string;
|
|
3253
|
-
validator: (val: "
|
|
3227
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3254
3228
|
};
|
|
3255
3229
|
name: {
|
|
3256
3230
|
type: StringConstructor;
|
|
@@ -3265,16 +3239,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3265
3239
|
default: boolean;
|
|
3266
3240
|
};
|
|
3267
3241
|
color: {
|
|
3268
|
-
type: import("vue").PropType<"
|
|
3269
|
-
default:
|
|
3242
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3243
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3270
3244
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3271
3245
|
};
|
|
3272
3246
|
}>> & Readonly<{
|
|
3273
|
-
onChange?: (val: import("
|
|
3274
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3247
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3248
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3275
3249
|
}>, {
|
|
3276
3250
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3277
|
-
computedSize: import("vue").ComputedRef<"
|
|
3251
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3278
3252
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3279
3253
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3280
3254
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3289,7 +3263,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3289
3263
|
}, {}, {}, {}, {
|
|
3290
3264
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3291
3265
|
name: string;
|
|
3292
|
-
size: "
|
|
3266
|
+
size: "default" | "small" | "large";
|
|
3293
3267
|
disabled: boolean;
|
|
3294
3268
|
modelValue: string | number | boolean;
|
|
3295
3269
|
value: string | number;
|
|
@@ -3323,9 +3297,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3323
3297
|
default: boolean;
|
|
3324
3298
|
};
|
|
3325
3299
|
size: {
|
|
3326
|
-
type: import("vue").PropType<"
|
|
3300
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3327
3301
|
default: string;
|
|
3328
|
-
validator: (val: "
|
|
3302
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3329
3303
|
};
|
|
3330
3304
|
name: {
|
|
3331
3305
|
type: StringConstructor;
|
|
@@ -3340,16 +3314,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3340
3314
|
default: boolean;
|
|
3341
3315
|
};
|
|
3342
3316
|
color: {
|
|
3343
|
-
type: import("vue").PropType<"
|
|
3344
|
-
default:
|
|
3317
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3318
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3345
3319
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3346
3320
|
};
|
|
3347
3321
|
}>> & Readonly<{
|
|
3348
|
-
onChange?: (val: import("
|
|
3349
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3322
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3323
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3350
3324
|
}>, {
|
|
3351
3325
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3352
|
-
computedSize: import("vue").ComputedRef<"
|
|
3326
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3353
3327
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3354
3328
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3355
3329
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3362,12 +3336,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3362
3336
|
handleBlur: () => void;
|
|
3363
3337
|
onClick: (e: MouseEvent) => void;
|
|
3364
3338
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3365
|
-
'update:modelValue': (val: import("
|
|
3366
|
-
change: (val: import("
|
|
3339
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3340
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3367
3341
|
}, string, {
|
|
3368
3342
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3369
3343
|
name: string;
|
|
3370
|
-
size: "
|
|
3344
|
+
size: "default" | "small" | "large";
|
|
3371
3345
|
disabled: boolean;
|
|
3372
3346
|
modelValue: string | number | boolean;
|
|
3373
3347
|
value: string | number;
|
|
@@ -3390,7 +3364,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3390
3364
|
default: string;
|
|
3391
3365
|
};
|
|
3392
3366
|
icon: {
|
|
3393
|
-
type: import("vue").PropType<import("
|
|
3367
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3394
3368
|
};
|
|
3395
3369
|
}>> & Readonly<{
|
|
3396
3370
|
onClick?: (ev: Event) => any;
|
|
@@ -3437,7 +3411,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3437
3411
|
default: string;
|
|
3438
3412
|
};
|
|
3439
3413
|
icon: {
|
|
3440
|
-
type: import("vue").PropType<import("
|
|
3414
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3441
3415
|
};
|
|
3442
3416
|
}>> & Readonly<{
|
|
3443
3417
|
onClick?: (ev: Event) => any;
|
|
@@ -3479,7 +3453,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3479
3453
|
default: string;
|
|
3480
3454
|
};
|
|
3481
3455
|
icon: {
|
|
3482
|
-
type: import("vue").PropType<import("
|
|
3456
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3483
3457
|
};
|
|
3484
3458
|
}>> & Readonly<{
|
|
3485
3459
|
onClick?: (ev: Event) => any;
|
|
@@ -3506,23 +3480,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3506
3480
|
}, string, {
|
|
3507
3481
|
color: string;
|
|
3508
3482
|
spin: boolean;
|
|
3509
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3483
|
+
}, {}, 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>);
|
|
3510
3484
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3511
3485
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3512
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3486
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3513
3487
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3514
3488
|
modelValue: {
|
|
3515
|
-
type: import("vue").PropType<import("
|
|
3516
|
-
default: () => import("
|
|
3489
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3490
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3517
3491
|
};
|
|
3518
3492
|
size: {
|
|
3519
|
-
type: import("vue").PropType<"
|
|
3493
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3520
3494
|
default: string;
|
|
3521
3495
|
validator: (val: string) => boolean;
|
|
3522
3496
|
};
|
|
3523
3497
|
options: {
|
|
3524
|
-
type: import("vue").PropType<import("
|
|
3525
|
-
default: () => import("
|
|
3498
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3499
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3526
3500
|
};
|
|
3527
3501
|
disabled: {
|
|
3528
3502
|
type: BooleanConstructor;
|
|
@@ -3536,12 +3510,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3536
3510
|
type: StringConstructor;
|
|
3537
3511
|
};
|
|
3538
3512
|
buttonType: {
|
|
3539
|
-
type: import("vue").PropType<"
|
|
3513
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3540
3514
|
default: string;
|
|
3541
3515
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3542
3516
|
};
|
|
3543
3517
|
type: {
|
|
3544
|
-
type: import("vue").PropType<"
|
|
3518
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3545
3519
|
default: string;
|
|
3546
3520
|
validator: (val: "default" | "button") => boolean;
|
|
3547
3521
|
};
|
|
@@ -3550,8 +3524,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3550
3524
|
default: boolean;
|
|
3551
3525
|
};
|
|
3552
3526
|
color: {
|
|
3553
|
-
type: import("vue").PropType<"
|
|
3554
|
-
default:
|
|
3527
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3528
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3555
3529
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3556
3530
|
};
|
|
3557
3531
|
}>, {
|
|
@@ -3562,21 +3536,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3562
3536
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
|
|
3563
3537
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
3564
3538
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3565
|
-
'update:modelValue': (v: import("
|
|
3566
|
-
change: (v: import("
|
|
3539
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3540
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3567
3541
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3568
3542
|
modelValue: {
|
|
3569
|
-
type: import("vue").PropType<import("
|
|
3570
|
-
default: () => import("
|
|
3543
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3544
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3571
3545
|
};
|
|
3572
3546
|
size: {
|
|
3573
|
-
type: import("vue").PropType<"
|
|
3547
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3574
3548
|
default: string;
|
|
3575
3549
|
validator: (val: string) => boolean;
|
|
3576
3550
|
};
|
|
3577
3551
|
options: {
|
|
3578
|
-
type: import("vue").PropType<import("
|
|
3579
|
-
default: () => import("
|
|
3552
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3553
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3580
3554
|
};
|
|
3581
3555
|
disabled: {
|
|
3582
3556
|
type: BooleanConstructor;
|
|
@@ -3590,12 +3564,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3590
3564
|
type: StringConstructor;
|
|
3591
3565
|
};
|
|
3592
3566
|
buttonType: {
|
|
3593
|
-
type: import("vue").PropType<"
|
|
3567
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3594
3568
|
default: string;
|
|
3595
3569
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3596
3570
|
};
|
|
3597
3571
|
type: {
|
|
3598
|
-
type: import("vue").PropType<"
|
|
3572
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3599
3573
|
default: string;
|
|
3600
3574
|
validator: (val: "default" | "button") => boolean;
|
|
3601
3575
|
};
|
|
@@ -3604,21 +3578,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3604
3578
|
default: boolean;
|
|
3605
3579
|
};
|
|
3606
3580
|
color: {
|
|
3607
|
-
type: import("vue").PropType<"
|
|
3608
|
-
default:
|
|
3581
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3582
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3609
3583
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3610
3584
|
};
|
|
3611
3585
|
}>> & Readonly<{
|
|
3612
|
-
onChange?: (v: import("
|
|
3613
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3586
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3587
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3614
3588
|
}>, {
|
|
3615
3589
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3616
3590
|
type: "default" | "button";
|
|
3617
3591
|
loading: boolean;
|
|
3618
|
-
size: "
|
|
3592
|
+
size: "default" | "small" | "large";
|
|
3619
3593
|
disabled: boolean;
|
|
3620
|
-
modelValue: import("
|
|
3621
|
-
options: import("
|
|
3594
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3595
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3622
3596
|
buttonFill: boolean;
|
|
3623
3597
|
buttonType: "fill" | "border" | "card";
|
|
3624
3598
|
}, {}, {
|
|
@@ -3636,7 +3610,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3636
3610
|
default: string;
|
|
3637
3611
|
};
|
|
3638
3612
|
icon: {
|
|
3639
|
-
type: import("vue").PropType<import("
|
|
3613
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3640
3614
|
};
|
|
3641
3615
|
}>> & Readonly<{
|
|
3642
3616
|
onClick?: (ev: Event) => any;
|
|
@@ -3683,7 +3657,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3683
3657
|
default: string;
|
|
3684
3658
|
};
|
|
3685
3659
|
icon: {
|
|
3686
|
-
type: import("vue").PropType<import("
|
|
3660
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3687
3661
|
};
|
|
3688
3662
|
}>> & Readonly<{
|
|
3689
3663
|
onClick?: (ev: Event) => any;
|
|
@@ -3725,7 +3699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3725
3699
|
default: string;
|
|
3726
3700
|
};
|
|
3727
3701
|
icon: {
|
|
3728
|
-
type: import("vue").PropType<import("
|
|
3702
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3729
3703
|
};
|
|
3730
3704
|
}>> & Readonly<{
|
|
3731
3705
|
onClick?: (ev: Event) => any;
|
|
@@ -3752,7 +3726,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3752
3726
|
}, string, {
|
|
3753
3727
|
color: string;
|
|
3754
3728
|
spin: boolean;
|
|
3755
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3729
|
+
}, {}, 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>);
|
|
3756
3730
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3757
3731
|
modelValue: {
|
|
3758
3732
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3775,9 +3749,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3775
3749
|
default: boolean;
|
|
3776
3750
|
};
|
|
3777
3751
|
size: {
|
|
3778
|
-
type: import("vue").PropType<"
|
|
3752
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3779
3753
|
default: string;
|
|
3780
|
-
validator: (val: "
|
|
3754
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3781
3755
|
};
|
|
3782
3756
|
name: {
|
|
3783
3757
|
type: StringConstructor;
|
|
@@ -3792,13 +3766,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3792
3766
|
default: boolean;
|
|
3793
3767
|
};
|
|
3794
3768
|
color: {
|
|
3795
|
-
type: import("vue").PropType<"
|
|
3796
|
-
default:
|
|
3769
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3770
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3797
3771
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3798
3772
|
};
|
|
3799
3773
|
}>, {
|
|
3800
3774
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3801
|
-
computedSize: import("vue").ComputedRef<"
|
|
3775
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3802
3776
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3803
3777
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3804
3778
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3811,8 +3785,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3811
3785
|
handleBlur: () => void;
|
|
3812
3786
|
onClick: (e: MouseEvent) => void;
|
|
3813
3787
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3814
|
-
'update:modelValue': (val: import("
|
|
3815
|
-
change: (val: import("
|
|
3788
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3789
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3816
3790
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3817
3791
|
modelValue: {
|
|
3818
3792
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3835,9 +3809,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3835
3809
|
default: boolean;
|
|
3836
3810
|
};
|
|
3837
3811
|
size: {
|
|
3838
|
-
type: import("vue").PropType<"
|
|
3812
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3839
3813
|
default: string;
|
|
3840
|
-
validator: (val: "
|
|
3814
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3841
3815
|
};
|
|
3842
3816
|
name: {
|
|
3843
3817
|
type: StringConstructor;
|
|
@@ -3852,17 +3826,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3852
3826
|
default: boolean;
|
|
3853
3827
|
};
|
|
3854
3828
|
color: {
|
|
3855
|
-
type: import("vue").PropType<"
|
|
3856
|
-
default:
|
|
3829
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3830
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3857
3831
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3858
3832
|
};
|
|
3859
3833
|
}>> & Readonly<{
|
|
3860
|
-
onChange?: (val: import("
|
|
3861
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3834
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3835
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3862
3836
|
}>, {
|
|
3863
3837
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3864
3838
|
name: string;
|
|
3865
|
-
size: "
|
|
3839
|
+
size: "default" | "small" | "large";
|
|
3866
3840
|
disabled: boolean;
|
|
3867
3841
|
modelValue: string | number | boolean;
|
|
3868
3842
|
value: string | number;
|
|
@@ -3885,7 +3859,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3885
3859
|
default: string;
|
|
3886
3860
|
};
|
|
3887
3861
|
icon: {
|
|
3888
|
-
type: import("vue").PropType<import("
|
|
3862
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3889
3863
|
};
|
|
3890
3864
|
}>> & Readonly<{
|
|
3891
3865
|
onClick?: (ev: Event) => any;
|
|
@@ -3932,7 +3906,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3932
3906
|
default: string;
|
|
3933
3907
|
};
|
|
3934
3908
|
icon: {
|
|
3935
|
-
type: import("vue").PropType<import("
|
|
3909
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3936
3910
|
};
|
|
3937
3911
|
}>> & Readonly<{
|
|
3938
3912
|
onClick?: (ev: Event) => any;
|
|
@@ -3974,7 +3948,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3974
3948
|
default: string;
|
|
3975
3949
|
};
|
|
3976
3950
|
icon: {
|
|
3977
|
-
type: import("vue").PropType<import("
|
|
3951
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3978
3952
|
};
|
|
3979
3953
|
}>> & Readonly<{
|
|
3980
3954
|
onClick?: (ev: Event) => any;
|
|
@@ -4001,35 +3975,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4001
3975
|
}, string, {
|
|
4002
3976
|
color: string;
|
|
4003
3977
|
spin: boolean;
|
|
4004
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3978
|
+
}, {}, 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>);
|
|
4005
3979
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4006
3980
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4007
3981
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4008
3982
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4009
3983
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4010
|
-
};
|
|
3984
|
+
});
|
|
4011
3985
|
CollapseTransition: {
|
|
4012
3986
|
(props: {
|
|
4013
3987
|
appear: boolean;
|
|
4014
|
-
}, { slots }: Omit<{
|
|
4015
|
-
attrs: {
|
|
4016
|
-
[x: string]: unknown;
|
|
4017
|
-
};
|
|
4018
|
-
slots: Readonly<{
|
|
4019
|
-
[name: string]: import("vue").Slot<any>;
|
|
4020
|
-
}>;
|
|
4021
|
-
emit: (event: string, ...args: any[]) => void;
|
|
4022
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
4023
|
-
} | {
|
|
4024
|
-
attrs: {
|
|
4025
|
-
[x: string]: unknown;
|
|
4026
|
-
};
|
|
4027
|
-
slots: Readonly<{
|
|
4028
|
-
[name: string]: import("vue").Slot<any>;
|
|
4029
|
-
}>;
|
|
4030
|
-
emit: (event: string, ...args: any[]) => void;
|
|
4031
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
4032
|
-
}, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3988
|
+
}, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4033
3989
|
[key: string]: any;
|
|
4034
3990
|
}>;
|
|
4035
3991
|
props: {
|
|
@@ -4051,26 +4007,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4051
4007
|
ULineText: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4052
4008
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4053
4009
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4054
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4010
|
+
} & 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>);
|
|
4055
4011
|
UEmpty: {
|
|
4056
4012
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4057
4013
|
image: {
|
|
4058
4014
|
type: StringConstructor;
|
|
4059
4015
|
};
|
|
4060
4016
|
icon: {
|
|
4061
|
-
type: import("vue").PropType<import("
|
|
4017
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4062
4018
|
};
|
|
4063
4019
|
text: {
|
|
4064
4020
|
type: (BooleanConstructor | StringConstructor)[];
|
|
4065
4021
|
default: undefined;
|
|
4066
4022
|
};
|
|
4067
4023
|
size: {
|
|
4068
|
-
type: import("vue").PropType<"
|
|
4024
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4069
4025
|
default: string;
|
|
4070
|
-
validator: (val: "
|
|
4026
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4071
4027
|
};
|
|
4072
4028
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
4073
|
-
size: "
|
|
4029
|
+
size: "default" | "small" | "large";
|
|
4074
4030
|
text: string | boolean;
|
|
4075
4031
|
}, true, {}, {}, {
|
|
4076
4032
|
RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4079,15 +4035,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4079
4035
|
default: undefined;
|
|
4080
4036
|
};
|
|
4081
4037
|
icon: {
|
|
4082
|
-
type: import("vue").PropType<import("
|
|
4038
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4083
4039
|
};
|
|
4084
4040
|
image: {
|
|
4085
4041
|
type: import("vue").PropType<string>;
|
|
4086
4042
|
};
|
|
4087
4043
|
size: {
|
|
4088
|
-
type: import("vue").PropType<"
|
|
4044
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4089
4045
|
default: string;
|
|
4090
|
-
validator: (val: "
|
|
4046
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4091
4047
|
};
|
|
4092
4048
|
}>, {
|
|
4093
4049
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -4100,18 +4056,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4100
4056
|
default: undefined;
|
|
4101
4057
|
};
|
|
4102
4058
|
icon: {
|
|
4103
|
-
type: import("vue").PropType<import("
|
|
4059
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4104
4060
|
};
|
|
4105
4061
|
image: {
|
|
4106
4062
|
type: import("vue").PropType<string>;
|
|
4107
4063
|
};
|
|
4108
4064
|
size: {
|
|
4109
|
-
type: import("vue").PropType<"
|
|
4065
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4110
4066
|
default: string;
|
|
4111
|
-
validator: (val: "
|
|
4067
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4112
4068
|
};
|
|
4113
4069
|
}>> & Readonly<{}>, {
|
|
4114
|
-
size: "
|
|
4070
|
+
size: "default" | "small" | "large";
|
|
4115
4071
|
text: string | boolean;
|
|
4116
4072
|
}, {}, {
|
|
4117
4073
|
UColorfulEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4128,19 +4084,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4128
4084
|
type: StringConstructor;
|
|
4129
4085
|
};
|
|
4130
4086
|
icon: {
|
|
4131
|
-
type: import("vue").PropType<import("
|
|
4087
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4132
4088
|
};
|
|
4133
4089
|
text: {
|
|
4134
4090
|
type: (BooleanConstructor | StringConstructor)[];
|
|
4135
4091
|
default: undefined;
|
|
4136
4092
|
};
|
|
4137
4093
|
size: {
|
|
4138
|
-
type: import("vue").PropType<"
|
|
4094
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4139
4095
|
default: string;
|
|
4140
|
-
validator: (val: "
|
|
4096
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4141
4097
|
};
|
|
4142
4098
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
4143
|
-
size: "
|
|
4099
|
+
size: "default" | "small" | "large";
|
|
4144
4100
|
text: string | boolean;
|
|
4145
4101
|
}>;
|
|
4146
4102
|
__isFragment?: never;
|
|
@@ -4151,19 +4107,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4151
4107
|
type: StringConstructor;
|
|
4152
4108
|
};
|
|
4153
4109
|
icon: {
|
|
4154
|
-
type: import("vue").PropType<import("
|
|
4110
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4155
4111
|
};
|
|
4156
4112
|
text: {
|
|
4157
4113
|
type: (BooleanConstructor | StringConstructor)[];
|
|
4158
4114
|
default: undefined;
|
|
4159
4115
|
};
|
|
4160
4116
|
size: {
|
|
4161
|
-
type: import("vue").PropType<"
|
|
4117
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4162
4118
|
default: string;
|
|
4163
|
-
validator: (val: "
|
|
4119
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4164
4120
|
};
|
|
4165
4121
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4166
|
-
size: "
|
|
4122
|
+
size: "default" | "small" | "large";
|
|
4167
4123
|
text: string | boolean;
|
|
4168
4124
|
}, {}, string, {}, {
|
|
4169
4125
|
RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4172,15 +4128,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4172
4128
|
default: undefined;
|
|
4173
4129
|
};
|
|
4174
4130
|
icon: {
|
|
4175
|
-
type: import("vue").PropType<import("
|
|
4131
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4176
4132
|
};
|
|
4177
4133
|
image: {
|
|
4178
4134
|
type: import("vue").PropType<string>;
|
|
4179
4135
|
};
|
|
4180
4136
|
size: {
|
|
4181
|
-
type: import("vue").PropType<"
|
|
4137
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4182
4138
|
default: string;
|
|
4183
|
-
validator: (val: "
|
|
4139
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4184
4140
|
};
|
|
4185
4141
|
}>, {
|
|
4186
4142
|
prefixCls: import("vue").ComputedRef<string>;
|
|
@@ -4193,22 +4149,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4193
4149
|
default: undefined;
|
|
4194
4150
|
};
|
|
4195
4151
|
icon: {
|
|
4196
|
-
type: import("vue").PropType<import("
|
|
4152
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4197
4153
|
};
|
|
4198
4154
|
image: {
|
|
4199
4155
|
type: import("vue").PropType<string>;
|
|
4200
4156
|
};
|
|
4201
4157
|
size: {
|
|
4202
|
-
type: import("vue").PropType<"
|
|
4158
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4203
4159
|
default: string;
|
|
4204
|
-
validator: (val: "
|
|
4160
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4205
4161
|
};
|
|
4206
4162
|
}>> & Readonly<{}>, {
|
|
4207
|
-
size: "
|
|
4163
|
+
size: "default" | "small" | "large";
|
|
4208
4164
|
text: string | boolean;
|
|
4209
4165
|
}, {}, {
|
|
4210
4166
|
UColorfulEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4211
4167
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4212
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4168
|
+
} & 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>);
|
|
4213
4169
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4214
4170
|
export default _default;
|