@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
|
@@ -49,9 +49,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
49
49
|
key: string;
|
|
50
50
|
title?: string;
|
|
51
51
|
dataIndex?: string;
|
|
52
|
-
width?:
|
|
53
|
-
minWidth?:
|
|
54
|
-
maxWidth?:
|
|
52
|
+
width?: number | string;
|
|
53
|
+
minWidth?: number | string;
|
|
54
|
+
maxWidth?: number | string;
|
|
55
55
|
fixed?: import("./Table.type").ColumnFixed;
|
|
56
56
|
align?: import("./Table.type").ColumnAlign;
|
|
57
57
|
ellipsis?: boolean;
|
|
@@ -213,12 +213,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
213
|
Dropdown: {
|
|
214
214
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
215
215
|
placement: {
|
|
216
|
-
type: PropType<"
|
|
216
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
217
217
|
default: string;
|
|
218
218
|
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;
|
|
219
219
|
};
|
|
220
220
|
trigger: {
|
|
221
|
-
type: PropType<"
|
|
221
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
222
222
|
default: string;
|
|
223
223
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
224
224
|
};
|
|
@@ -260,7 +260,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
260
260
|
type: PropType<any[]>;
|
|
261
261
|
};
|
|
262
262
|
}>> & Readonly<{
|
|
263
|
-
onClick?: (e: import("
|
|
263
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
264
264
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
265
265
|
"onVisible-change"?: (v: boolean) => any;
|
|
266
266
|
}>, {
|
|
@@ -269,7 +269,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
269
269
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
270
270
|
onVisibleChange: (val: boolean) => void;
|
|
271
271
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
272
|
-
click: (e: import("
|
|
272
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
273
273
|
'visible-change': (v: boolean) => boolean;
|
|
274
274
|
'update:visible': (v: boolean) => boolean;
|
|
275
275
|
}, import("vue").PublicProps, {
|
|
@@ -290,7 +290,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
290
290
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
291
291
|
};
|
|
292
292
|
placement: {
|
|
293
|
-
type: PropType<"
|
|
293
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
294
294
|
default: string;
|
|
295
295
|
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;
|
|
296
296
|
};
|
|
@@ -312,8 +312,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
312
312
|
type: StringConstructor;
|
|
313
313
|
};
|
|
314
314
|
trigger: {
|
|
315
|
-
type: PropType<("
|
|
316
|
-
default: () => ("
|
|
315
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
316
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
317
317
|
};
|
|
318
318
|
mouseEnterDelay: {
|
|
319
319
|
type: NumberConstructor;
|
|
@@ -381,7 +381,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
381
381
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
382
382
|
};
|
|
383
383
|
placement: {
|
|
384
|
-
type: PropType<"
|
|
384
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
385
385
|
default: string;
|
|
386
386
|
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;
|
|
387
387
|
};
|
|
@@ -403,8 +403,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
403
403
|
type: StringConstructor;
|
|
404
404
|
};
|
|
405
405
|
trigger: {
|
|
406
|
-
type: PropType<("
|
|
407
|
-
default: () => ("
|
|
406
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
407
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
408
408
|
};
|
|
409
409
|
mouseEnterDelay: {
|
|
410
410
|
type: NumberConstructor;
|
|
@@ -478,12 +478,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
478
478
|
Defaults: {};
|
|
479
479
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
480
480
|
placement: {
|
|
481
|
-
type: PropType<"
|
|
481
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
482
482
|
default: string;
|
|
483
483
|
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;
|
|
484
484
|
};
|
|
485
485
|
trigger: {
|
|
486
|
-
type: PropType<"
|
|
486
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
487
487
|
default: string;
|
|
488
488
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
489
489
|
};
|
|
@@ -525,7 +525,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
525
525
|
type: PropType<any[]>;
|
|
526
526
|
};
|
|
527
527
|
}>> & Readonly<{
|
|
528
|
-
onClick?: (e: import("
|
|
528
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
529
529
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
530
530
|
"onVisible-change"?: (v: boolean) => any;
|
|
531
531
|
}>, {
|
|
@@ -548,12 +548,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
548
548
|
__isSuspense?: never;
|
|
549
549
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
550
550
|
placement: {
|
|
551
|
-
type: PropType<"
|
|
551
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
552
552
|
default: string;
|
|
553
553
|
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;
|
|
554
554
|
};
|
|
555
555
|
trigger: {
|
|
556
|
-
type: PropType<"
|
|
556
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
557
557
|
default: string;
|
|
558
558
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
559
559
|
};
|
|
@@ -595,7 +595,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
595
595
|
type: PropType<any[]>;
|
|
596
596
|
};
|
|
597
597
|
}>> & Readonly<{
|
|
598
|
-
onClick?: (e: import("
|
|
598
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
599
599
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
600
600
|
"onVisible-change"?: (v: boolean) => any;
|
|
601
601
|
}>, {
|
|
@@ -604,7 +604,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
604
604
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
605
605
|
onVisibleChange: (val: boolean) => void;
|
|
606
606
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
607
|
-
click: (e: import("
|
|
607
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
608
608
|
'visible-change': (v: boolean) => boolean;
|
|
609
609
|
'update:visible': (v: boolean) => boolean;
|
|
610
610
|
}, string, {
|
|
@@ -625,7 +625,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
625
625
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
626
626
|
};
|
|
627
627
|
placement: {
|
|
628
|
-
type: PropType<"
|
|
628
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
629
629
|
default: string;
|
|
630
630
|
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;
|
|
631
631
|
};
|
|
@@ -647,8 +647,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
647
647
|
type: StringConstructor;
|
|
648
648
|
};
|
|
649
649
|
trigger: {
|
|
650
|
-
type: PropType<("
|
|
651
|
-
default: () => ("
|
|
650
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
651
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
652
652
|
};
|
|
653
653
|
mouseEnterDelay: {
|
|
654
654
|
type: NumberConstructor;
|
|
@@ -716,7 +716,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
716
716
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
717
717
|
};
|
|
718
718
|
placement: {
|
|
719
|
-
type: PropType<"
|
|
719
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
720
720
|
default: string;
|
|
721
721
|
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;
|
|
722
722
|
};
|
|
@@ -738,8 +738,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
738
738
|
type: StringConstructor;
|
|
739
739
|
};
|
|
740
740
|
trigger: {
|
|
741
|
-
type: PropType<("
|
|
742
|
-
default: () => ("
|
|
741
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
742
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
743
743
|
};
|
|
744
744
|
mouseEnterDelay: {
|
|
745
745
|
type: NumberConstructor;
|
|
@@ -804,11 +804,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
804
804
|
};
|
|
805
805
|
};
|
|
806
806
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
807
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
807
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
808
808
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
809
809
|
options: {
|
|
810
|
-
type: PropType<import("
|
|
811
|
-
default: () => import("
|
|
810
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
811
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
812
812
|
};
|
|
813
813
|
icon: {
|
|
814
814
|
type: BooleanConstructor;
|
|
@@ -825,8 +825,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
825
825
|
handleMenuClick: (e: any) => void;
|
|
826
826
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
827
827
|
options: {
|
|
828
|
-
type: PropType<import("
|
|
829
|
-
default: () => import("
|
|
828
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
829
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
830
830
|
};
|
|
831
831
|
icon: {
|
|
832
832
|
type: BooleanConstructor;
|
|
@@ -841,7 +841,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
841
841
|
onClick?: (...args: any[]) => any;
|
|
842
842
|
}>, {
|
|
843
843
|
icon: boolean;
|
|
844
|
-
options: import("
|
|
844
|
+
options: import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
845
845
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
846
846
|
Trigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
847
847
|
type: {
|
|
@@ -850,24 +850,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
850
850
|
validator: (val: string) => boolean;
|
|
851
851
|
};
|
|
852
852
|
icon: {
|
|
853
|
-
type: PropType<import("
|
|
853
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
854
854
|
};
|
|
855
855
|
text: {
|
|
856
856
|
type: StringConstructor;
|
|
857
857
|
};
|
|
858
858
|
buttonType: {
|
|
859
|
-
type: PropType<"
|
|
859
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
860
860
|
default: string;
|
|
861
861
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
862
862
|
};
|
|
863
863
|
variant: {
|
|
864
|
-
type: PropType<"
|
|
864
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
865
865
|
default: string;
|
|
866
866
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
867
867
|
};
|
|
868
868
|
color: {
|
|
869
|
-
type: PropType<"
|
|
870
|
-
default:
|
|
869
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
870
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
871
871
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
872
872
|
};
|
|
873
873
|
}>, {
|
|
@@ -880,24 +880,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
880
880
|
validator: (val: string) => boolean;
|
|
881
881
|
};
|
|
882
882
|
icon: {
|
|
883
|
-
type: PropType<import("
|
|
883
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
884
884
|
};
|
|
885
885
|
text: {
|
|
886
886
|
type: StringConstructor;
|
|
887
887
|
};
|
|
888
888
|
buttonType: {
|
|
889
|
-
type: PropType<"
|
|
889
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
890
890
|
default: string;
|
|
891
891
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
892
892
|
};
|
|
893
893
|
variant: {
|
|
894
|
-
type: PropType<"
|
|
894
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
895
895
|
default: string;
|
|
896
896
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
897
897
|
};
|
|
898
898
|
color: {
|
|
899
|
-
type: PropType<"
|
|
900
|
-
default:
|
|
899
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
900
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
901
901
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
902
902
|
};
|
|
903
903
|
}>> & Readonly<{}>, {
|
|
@@ -906,7 +906,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
906
906
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
907
907
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
908
908
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
909
|
-
};
|
|
909
|
+
});
|
|
910
910
|
Render: {
|
|
911
911
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
912
912
|
props: {
|
|
@@ -918,12 +918,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
918
918
|
UMenu: {
|
|
919
919
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
920
920
|
mode: {
|
|
921
|
-
type: PropType<"
|
|
921
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
922
922
|
default: string;
|
|
923
|
-
validator: (val: "
|
|
923
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
924
924
|
};
|
|
925
925
|
theme: {
|
|
926
|
-
type: PropType<"
|
|
926
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
927
927
|
default: string;
|
|
928
928
|
validator: (val: "light" | "dark") => boolean;
|
|
929
929
|
};
|
|
@@ -962,27 +962,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
962
962
|
default: undefined;
|
|
963
963
|
};
|
|
964
964
|
}>> & Readonly<{
|
|
965
|
-
onClick?: (e: import("
|
|
966
|
-
onSelect?: (e: import("
|
|
967
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
968
|
-
onDeselect?: (e: import("
|
|
965
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
966
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
967
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
968
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
969
969
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
970
970
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
971
971
|
}>, {
|
|
972
972
|
rootMenu: import("vue").Ref<any, any>;
|
|
973
973
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
974
|
-
computedMode: import("vue").Ref<"
|
|
974
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
975
975
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
976
976
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
977
977
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
978
|
-
click: (e: import("
|
|
979
|
-
select: (e: import("
|
|
980
|
-
deselect: (e: import("
|
|
978
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
979
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
980
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
981
981
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
982
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
982
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
983
983
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
984
984
|
}, import("vue").PublicProps, {
|
|
985
|
-
mode: "
|
|
985
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
986
986
|
multiple: boolean;
|
|
987
987
|
theme: "light" | "dark";
|
|
988
988
|
openKeys: (string | number)[];
|
|
@@ -1008,12 +1008,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1008
1008
|
Defaults: {};
|
|
1009
1009
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1010
1010
|
mode: {
|
|
1011
|
-
type: PropType<"
|
|
1011
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1012
1012
|
default: string;
|
|
1013
|
-
validator: (val: "
|
|
1013
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1014
1014
|
};
|
|
1015
1015
|
theme: {
|
|
1016
|
-
type: PropType<"
|
|
1016
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
1017
1017
|
default: string;
|
|
1018
1018
|
validator: (val: "light" | "dark") => boolean;
|
|
1019
1019
|
};
|
|
@@ -1052,20 +1052,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1052
1052
|
default: undefined;
|
|
1053
1053
|
};
|
|
1054
1054
|
}>> & Readonly<{
|
|
1055
|
-
onClick?: (e: import("
|
|
1056
|
-
onSelect?: (e: import("
|
|
1057
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1058
|
-
onDeselect?: (e: import("
|
|
1055
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1056
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1057
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1058
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1059
1059
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1060
1060
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1061
1061
|
}>, {
|
|
1062
1062
|
rootMenu: import("vue").Ref<any, any>;
|
|
1063
1063
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1064
|
-
computedMode: import("vue").Ref<"
|
|
1064
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1065
1065
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1066
1066
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1067
1067
|
}, {}, {}, {}, {
|
|
1068
|
-
mode: "
|
|
1068
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1069
1069
|
multiple: boolean;
|
|
1070
1070
|
theme: "light" | "dark";
|
|
1071
1071
|
openKeys: (string | number)[];
|
|
@@ -1079,12 +1079,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1079
1079
|
__isSuspense?: never;
|
|
1080
1080
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1081
1081
|
mode: {
|
|
1082
|
-
type: PropType<"
|
|
1082
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1083
1083
|
default: string;
|
|
1084
|
-
validator: (val: "
|
|
1084
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1085
1085
|
};
|
|
1086
1086
|
theme: {
|
|
1087
|
-
type: PropType<"
|
|
1087
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
1088
1088
|
default: string;
|
|
1089
1089
|
validator: (val: "light" | "dark") => boolean;
|
|
1090
1090
|
};
|
|
@@ -1123,27 +1123,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1123
1123
|
default: undefined;
|
|
1124
1124
|
};
|
|
1125
1125
|
}>> & Readonly<{
|
|
1126
|
-
onClick?: (e: import("
|
|
1127
|
-
onSelect?: (e: import("
|
|
1128
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1129
|
-
onDeselect?: (e: import("
|
|
1126
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1127
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1128
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1129
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1130
1130
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1131
1131
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1132
1132
|
}>, {
|
|
1133
1133
|
rootMenu: import("vue").Ref<any, any>;
|
|
1134
1134
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1135
|
-
computedMode: import("vue").Ref<"
|
|
1135
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1136
1136
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1137
1137
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1138
1138
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1139
|
-
click: (e: import("
|
|
1140
|
-
select: (e: import("
|
|
1141
|
-
deselect: (e: import("
|
|
1139
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
1140
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1141
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1142
1142
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1143
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
1143
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1144
1144
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1145
1145
|
}, string, {
|
|
1146
|
-
mode: "
|
|
1146
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1147
1147
|
multiple: boolean;
|
|
1148
1148
|
theme: "light" | "dark";
|
|
1149
1149
|
openKeys: (string | number)[];
|
|
@@ -1160,7 +1160,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1160
1160
|
};
|
|
1161
1161
|
};
|
|
1162
1162
|
};
|
|
1163
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1163
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1164
1164
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1165
1165
|
name: {
|
|
1166
1166
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1173,8 +1173,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1173
1173
|
type: StringConstructor;
|
|
1174
1174
|
};
|
|
1175
1175
|
color: {
|
|
1176
|
-
type: PropType<"
|
|
1177
|
-
default:
|
|
1176
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1177
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1178
1178
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
}>, {
|
|
@@ -1185,7 +1185,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1185
1185
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1186
1186
|
onClick: () => void;
|
|
1187
1187
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1188
|
-
click: (e: import("
|
|
1188
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
1189
1189
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1190
1190
|
name: {
|
|
1191
1191
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1198,12 +1198,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1198
1198
|
type: StringConstructor;
|
|
1199
1199
|
};
|
|
1200
1200
|
color: {
|
|
1201
|
-
type: PropType<"
|
|
1202
|
-
default:
|
|
1201
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1202
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1203
1203
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1204
1204
|
};
|
|
1205
1205
|
}>> & Readonly<{
|
|
1206
|
-
onClick?: (e: import("
|
|
1206
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
1207
1207
|
}>, {
|
|
1208
1208
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1209
1209
|
disabled: boolean;
|
|
@@ -1212,7 +1212,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1212
1212
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1213
1213
|
placement: {
|
|
1214
1214
|
default: string;
|
|
1215
|
-
type: PropType<"
|
|
1215
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1216
1216
|
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;
|
|
1217
1217
|
};
|
|
1218
1218
|
title: {
|
|
@@ -1243,7 +1243,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1243
1243
|
default: string;
|
|
1244
1244
|
};
|
|
1245
1245
|
trigger: {
|
|
1246
|
-
type: PropType<"
|
|
1246
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1247
1247
|
default: string;
|
|
1248
1248
|
validator: (val: "click" | "hover") => boolean;
|
|
1249
1249
|
};
|
|
@@ -1257,8 +1257,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1257
1257
|
default: boolean;
|
|
1258
1258
|
};
|
|
1259
1259
|
color: {
|
|
1260
|
-
type: PropType<"
|
|
1261
|
-
default:
|
|
1260
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1261
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1262
1262
|
validator: (val: string) => boolean;
|
|
1263
1263
|
};
|
|
1264
1264
|
}>> & Readonly<{
|
|
@@ -1324,7 +1324,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1324
1324
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1325
1325
|
};
|
|
1326
1326
|
placement: {
|
|
1327
|
-
type: PropType<"
|
|
1327
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1328
1328
|
default: string;
|
|
1329
1329
|
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;
|
|
1330
1330
|
};
|
|
@@ -1346,8 +1346,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1346
1346
|
type: StringConstructor;
|
|
1347
1347
|
};
|
|
1348
1348
|
trigger: {
|
|
1349
|
-
type: PropType<("
|
|
1350
|
-
default: () => ("
|
|
1349
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1350
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1351
1351
|
};
|
|
1352
1352
|
mouseEnterDelay: {
|
|
1353
1353
|
type: NumberConstructor;
|
|
@@ -1415,7 +1415,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1415
1415
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1416
1416
|
};
|
|
1417
1417
|
placement: {
|
|
1418
|
-
type: PropType<"
|
|
1418
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1419
1419
|
default: string;
|
|
1420
1420
|
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;
|
|
1421
1421
|
};
|
|
@@ -1437,8 +1437,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1437
1437
|
type: StringConstructor;
|
|
1438
1438
|
};
|
|
1439
1439
|
trigger: {
|
|
1440
|
-
type: PropType<("
|
|
1441
|
-
default: () => ("
|
|
1440
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1441
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1442
1442
|
};
|
|
1443
1443
|
mouseEnterDelay: {
|
|
1444
1444
|
type: NumberConstructor;
|
|
@@ -1513,7 +1513,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1513
1513
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1514
1514
|
placement: {
|
|
1515
1515
|
default: string;
|
|
1516
|
-
type: PropType<"
|
|
1516
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1517
1517
|
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;
|
|
1518
1518
|
};
|
|
1519
1519
|
title: {
|
|
@@ -1544,7 +1544,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1544
1544
|
default: string;
|
|
1545
1545
|
};
|
|
1546
1546
|
trigger: {
|
|
1547
|
-
type: PropType<"
|
|
1547
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1548
1548
|
default: string;
|
|
1549
1549
|
validator: (val: "click" | "hover") => boolean;
|
|
1550
1550
|
};
|
|
@@ -1558,8 +1558,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1558
1558
|
default: boolean;
|
|
1559
1559
|
};
|
|
1560
1560
|
color: {
|
|
1561
|
-
type: PropType<"
|
|
1562
|
-
default:
|
|
1561
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1562
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1563
1563
|
validator: (val: string) => boolean;
|
|
1564
1564
|
};
|
|
1565
1565
|
}>> & Readonly<{
|
|
@@ -1620,7 +1620,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1620
1620
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1621
1621
|
placement: {
|
|
1622
1622
|
default: string;
|
|
1623
|
-
type: PropType<"
|
|
1623
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1624
1624
|
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;
|
|
1625
1625
|
};
|
|
1626
1626
|
title: {
|
|
@@ -1651,7 +1651,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1651
1651
|
default: string;
|
|
1652
1652
|
};
|
|
1653
1653
|
trigger: {
|
|
1654
|
-
type: PropType<"
|
|
1654
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1655
1655
|
default: string;
|
|
1656
1656
|
validator: (val: "click" | "hover") => boolean;
|
|
1657
1657
|
};
|
|
@@ -1665,8 +1665,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1665
1665
|
default: boolean;
|
|
1666
1666
|
};
|
|
1667
1667
|
color: {
|
|
1668
|
-
type: PropType<"
|
|
1669
|
-
default:
|
|
1668
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1669
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1670
1670
|
validator: (val: string) => boolean;
|
|
1671
1671
|
};
|
|
1672
1672
|
}>> & Readonly<{
|
|
@@ -1732,7 +1732,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1732
1732
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1733
1733
|
};
|
|
1734
1734
|
placement: {
|
|
1735
|
-
type: PropType<"
|
|
1735
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1736
1736
|
default: string;
|
|
1737
1737
|
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;
|
|
1738
1738
|
};
|
|
@@ -1754,8 +1754,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1754
1754
|
type: StringConstructor;
|
|
1755
1755
|
};
|
|
1756
1756
|
trigger: {
|
|
1757
|
-
type: PropType<("
|
|
1758
|
-
default: () => ("
|
|
1757
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1758
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1759
1759
|
};
|
|
1760
1760
|
mouseEnterDelay: {
|
|
1761
1761
|
type: NumberConstructor;
|
|
@@ -1823,7 +1823,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1823
1823
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1824
1824
|
};
|
|
1825
1825
|
placement: {
|
|
1826
|
-
type: PropType<"
|
|
1826
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1827
1827
|
default: string;
|
|
1828
1828
|
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;
|
|
1829
1829
|
};
|
|
@@ -1845,8 +1845,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1845
1845
|
type: StringConstructor;
|
|
1846
1846
|
};
|
|
1847
1847
|
trigger: {
|
|
1848
|
-
type: PropType<("
|
|
1849
|
-
default: () => ("
|
|
1848
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1849
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1850
1850
|
};
|
|
1851
1851
|
mouseEnterDelay: {
|
|
1852
1852
|
type: NumberConstructor;
|
|
@@ -1911,7 +1911,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1911
1911
|
};
|
|
1912
1912
|
};
|
|
1913
1913
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1914
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1914
|
+
} & 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
1915
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1916
1916
|
SubMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1917
1917
|
name: {
|
|
@@ -1928,16 +1928,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1928
1928
|
type: StringConstructor;
|
|
1929
1929
|
};
|
|
1930
1930
|
color: {
|
|
1931
|
-
type: PropType<"
|
|
1932
|
-
default:
|
|
1931
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1932
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1933
1933
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1934
1934
|
};
|
|
1935
1935
|
}>, {
|
|
1936
1936
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1937
1937
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
1938
1938
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1939
|
-
mode: import("vue").ComputedRef<"
|
|
1940
|
-
subMode: import("vue").ComputedRef<"
|
|
1939
|
+
mode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1940
|
+
subMode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1941
1941
|
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1942
1942
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1943
1943
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
@@ -1970,8 +1970,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1970
1970
|
type: StringConstructor;
|
|
1971
1971
|
};
|
|
1972
1972
|
color: {
|
|
1973
|
-
type: PropType<"
|
|
1974
|
-
default:
|
|
1973
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1974
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1975
1975
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1976
1976
|
};
|
|
1977
1977
|
}>> & Readonly<{
|
|
@@ -1990,7 +1990,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1990
1990
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1991
1991
|
};
|
|
1992
1992
|
placement: {
|
|
1993
|
-
type: PropType<"
|
|
1993
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1994
1994
|
default: string;
|
|
1995
1995
|
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;
|
|
1996
1996
|
};
|
|
@@ -2012,8 +2012,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2012
2012
|
type: StringConstructor;
|
|
2013
2013
|
};
|
|
2014
2014
|
trigger: {
|
|
2015
|
-
type: PropType<("
|
|
2016
|
-
default: () => ("
|
|
2015
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2016
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2017
2017
|
};
|
|
2018
2018
|
mouseEnterDelay: {
|
|
2019
2019
|
type: NumberConstructor;
|
|
@@ -2081,7 +2081,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2081
2081
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2082
2082
|
};
|
|
2083
2083
|
placement: {
|
|
2084
|
-
type: PropType<"
|
|
2084
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2085
2085
|
default: string;
|
|
2086
2086
|
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;
|
|
2087
2087
|
};
|
|
@@ -2103,8 +2103,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2103
2103
|
type: StringConstructor;
|
|
2104
2104
|
};
|
|
2105
2105
|
trigger: {
|
|
2106
|
-
type: PropType<("
|
|
2107
|
-
default: () => ("
|
|
2106
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2107
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2108
2108
|
};
|
|
2109
2109
|
mouseEnterDelay: {
|
|
2110
2110
|
type: NumberConstructor;
|
|
@@ -2183,7 +2183,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2183
2183
|
default: string;
|
|
2184
2184
|
};
|
|
2185
2185
|
icon: {
|
|
2186
|
-
type: PropType<import("
|
|
2186
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2187
2187
|
};
|
|
2188
2188
|
}>> & Readonly<{
|
|
2189
2189
|
onClick?: (ev: Event) => any;
|
|
@@ -2230,7 +2230,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2230
2230
|
default: string;
|
|
2231
2231
|
};
|
|
2232
2232
|
icon: {
|
|
2233
|
-
type: PropType<import("
|
|
2233
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2234
2234
|
};
|
|
2235
2235
|
}>> & Readonly<{
|
|
2236
2236
|
onClick?: (ev: Event) => any;
|
|
@@ -2272,7 +2272,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2272
2272
|
default: string;
|
|
2273
2273
|
};
|
|
2274
2274
|
icon: {
|
|
2275
|
-
type: PropType<import("
|
|
2275
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2276
2276
|
};
|
|
2277
2277
|
}>> & Readonly<{
|
|
2278
2278
|
onClick?: (ev: Event) => any;
|
|
@@ -2299,31 +2299,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2299
2299
|
}, string, {
|
|
2300
2300
|
color: string;
|
|
2301
2301
|
spin: boolean;
|
|
2302
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2302
|
+
}, {}, 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>);
|
|
2303
2303
|
ULineDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2304
2304
|
ULineRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2305
2305
|
CollapseTransition: {
|
|
2306
2306
|
(props: {
|
|
2307
2307
|
appear: boolean;
|
|
2308
|
-
}, { slots }: Omit<{
|
|
2309
|
-
attrs: {
|
|
2310
|
-
[x: string]: unknown;
|
|
2311
|
-
};
|
|
2312
|
-
slots: Readonly<{
|
|
2313
|
-
[name: string]: import("vue").Slot<any>;
|
|
2314
|
-
}>;
|
|
2315
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2316
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2317
|
-
} | {
|
|
2318
|
-
attrs: {
|
|
2319
|
-
[x: string]: unknown;
|
|
2320
|
-
};
|
|
2321
|
-
slots: Readonly<{
|
|
2322
|
-
[name: string]: import("vue").Slot<any>;
|
|
2323
|
-
}>;
|
|
2324
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2325
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2326
|
-
}, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2308
|
+
}, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2327
2309
|
[key: string]: any;
|
|
2328
2310
|
}>;
|
|
2329
2311
|
props: {
|
|
@@ -2348,7 +2330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2348
2330
|
Divider: import("vue").DefineComponent<{}, {
|
|
2349
2331
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
2350
2332
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2351
|
-
};
|
|
2333
|
+
});
|
|
2352
2334
|
MenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2353
2335
|
name: {
|
|
2354
2336
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2361,8 +2343,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2361
2343
|
type: StringConstructor;
|
|
2362
2344
|
};
|
|
2363
2345
|
color: {
|
|
2364
|
-
type: PropType<"
|
|
2365
|
-
default:
|
|
2346
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2347
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2366
2348
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2367
2349
|
};
|
|
2368
2350
|
}>, {
|
|
@@ -2373,7 +2355,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2373
2355
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2374
2356
|
onClick: () => void;
|
|
2375
2357
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2376
|
-
click: (e: import("
|
|
2358
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
2377
2359
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2378
2360
|
name: {
|
|
2379
2361
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2386,12 +2368,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2386
2368
|
type: StringConstructor;
|
|
2387
2369
|
};
|
|
2388
2370
|
color: {
|
|
2389
|
-
type: PropType<"
|
|
2390
|
-
default:
|
|
2371
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2372
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2391
2373
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2392
2374
|
};
|
|
2393
2375
|
}>> & Readonly<{
|
|
2394
|
-
onClick?: (e: import("
|
|
2376
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
2395
2377
|
}>, {
|
|
2396
2378
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2397
2379
|
disabled: boolean;
|
|
@@ -2400,7 +2382,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2400
2382
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2401
2383
|
placement: {
|
|
2402
2384
|
default: string;
|
|
2403
|
-
type: PropType<"
|
|
2385
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2404
2386
|
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;
|
|
2405
2387
|
};
|
|
2406
2388
|
title: {
|
|
@@ -2431,7 +2413,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2431
2413
|
default: string;
|
|
2432
2414
|
};
|
|
2433
2415
|
trigger: {
|
|
2434
|
-
type: PropType<"
|
|
2416
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2435
2417
|
default: string;
|
|
2436
2418
|
validator: (val: "click" | "hover") => boolean;
|
|
2437
2419
|
};
|
|
@@ -2445,8 +2427,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2445
2427
|
default: boolean;
|
|
2446
2428
|
};
|
|
2447
2429
|
color: {
|
|
2448
|
-
type: PropType<"
|
|
2449
|
-
default:
|
|
2430
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2431
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2450
2432
|
validator: (val: string) => boolean;
|
|
2451
2433
|
};
|
|
2452
2434
|
}>> & Readonly<{
|
|
@@ -2512,7 +2494,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2512
2494
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2513
2495
|
};
|
|
2514
2496
|
placement: {
|
|
2515
|
-
type: PropType<"
|
|
2497
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2516
2498
|
default: string;
|
|
2517
2499
|
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;
|
|
2518
2500
|
};
|
|
@@ -2534,8 +2516,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2534
2516
|
type: StringConstructor;
|
|
2535
2517
|
};
|
|
2536
2518
|
trigger: {
|
|
2537
|
-
type: PropType<("
|
|
2538
|
-
default: () => ("
|
|
2519
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2520
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2539
2521
|
};
|
|
2540
2522
|
mouseEnterDelay: {
|
|
2541
2523
|
type: NumberConstructor;
|
|
@@ -2603,7 +2585,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2603
2585
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2604
2586
|
};
|
|
2605
2587
|
placement: {
|
|
2606
|
-
type: PropType<"
|
|
2588
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2607
2589
|
default: string;
|
|
2608
2590
|
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;
|
|
2609
2591
|
};
|
|
@@ -2625,8 +2607,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2625
2607
|
type: StringConstructor;
|
|
2626
2608
|
};
|
|
2627
2609
|
trigger: {
|
|
2628
|
-
type: PropType<("
|
|
2629
|
-
default: () => ("
|
|
2610
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2611
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2630
2612
|
};
|
|
2631
2613
|
mouseEnterDelay: {
|
|
2632
2614
|
type: NumberConstructor;
|
|
@@ -2701,7 +2683,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2701
2683
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2702
2684
|
placement: {
|
|
2703
2685
|
default: string;
|
|
2704
|
-
type: PropType<"
|
|
2686
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2705
2687
|
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;
|
|
2706
2688
|
};
|
|
2707
2689
|
title: {
|
|
@@ -2732,7 +2714,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2732
2714
|
default: string;
|
|
2733
2715
|
};
|
|
2734
2716
|
trigger: {
|
|
2735
|
-
type: PropType<"
|
|
2717
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2736
2718
|
default: string;
|
|
2737
2719
|
validator: (val: "click" | "hover") => boolean;
|
|
2738
2720
|
};
|
|
@@ -2746,8 +2728,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2746
2728
|
default: boolean;
|
|
2747
2729
|
};
|
|
2748
2730
|
color: {
|
|
2749
|
-
type: PropType<"
|
|
2750
|
-
default:
|
|
2731
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2732
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2751
2733
|
validator: (val: string) => boolean;
|
|
2752
2734
|
};
|
|
2753
2735
|
}>> & Readonly<{
|
|
@@ -2808,7 +2790,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2808
2790
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2809
2791
|
placement: {
|
|
2810
2792
|
default: string;
|
|
2811
|
-
type: PropType<"
|
|
2793
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2812
2794
|
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;
|
|
2813
2795
|
};
|
|
2814
2796
|
title: {
|
|
@@ -2839,7 +2821,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2839
2821
|
default: string;
|
|
2840
2822
|
};
|
|
2841
2823
|
trigger: {
|
|
2842
|
-
type: PropType<"
|
|
2824
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2843
2825
|
default: string;
|
|
2844
2826
|
validator: (val: "click" | "hover") => boolean;
|
|
2845
2827
|
};
|
|
@@ -2853,8 +2835,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2853
2835
|
default: boolean;
|
|
2854
2836
|
};
|
|
2855
2837
|
color: {
|
|
2856
|
-
type: PropType<"
|
|
2857
|
-
default:
|
|
2838
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2839
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2858
2840
|
validator: (val: string) => boolean;
|
|
2859
2841
|
};
|
|
2860
2842
|
}>> & Readonly<{
|
|
@@ -2920,7 +2902,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2920
2902
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2921
2903
|
};
|
|
2922
2904
|
placement: {
|
|
2923
|
-
type: PropType<"
|
|
2905
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2924
2906
|
default: string;
|
|
2925
2907
|
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;
|
|
2926
2908
|
};
|
|
@@ -2942,8 +2924,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2942
2924
|
type: StringConstructor;
|
|
2943
2925
|
};
|
|
2944
2926
|
trigger: {
|
|
2945
|
-
type: PropType<("
|
|
2946
|
-
default: () => ("
|
|
2927
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2928
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2947
2929
|
};
|
|
2948
2930
|
mouseEnterDelay: {
|
|
2949
2931
|
type: NumberConstructor;
|
|
@@ -3011,7 +2993,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3011
2993
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
3012
2994
|
};
|
|
3013
2995
|
placement: {
|
|
3014
|
-
type: PropType<"
|
|
2996
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
3015
2997
|
default: string;
|
|
3016
2998
|
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;
|
|
3017
2999
|
};
|
|
@@ -3033,8 +3015,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3033
3015
|
type: StringConstructor;
|
|
3034
3016
|
};
|
|
3035
3017
|
trigger: {
|
|
3036
|
-
type: PropType<("
|
|
3037
|
-
default: () => ("
|
|
3018
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
3019
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
3038
3020
|
};
|
|
3039
3021
|
mouseEnterDelay: {
|
|
3040
3022
|
type: NumberConstructor;
|
|
@@ -3099,7 +3081,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3099
3081
|
};
|
|
3100
3082
|
};
|
|
3101
3083
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3102
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3084
|
+
} & 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>);
|
|
3103
3085
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3104
3086
|
Checkbox: {
|
|
3105
3087
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3124,9 +3106,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3124
3106
|
default: boolean;
|
|
3125
3107
|
};
|
|
3126
3108
|
size: {
|
|
3127
|
-
type: PropType<"
|
|
3109
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3128
3110
|
default: string;
|
|
3129
|
-
validator: (val: "
|
|
3111
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3130
3112
|
};
|
|
3131
3113
|
name: {
|
|
3132
3114
|
type: StringConstructor;
|
|
@@ -3141,16 +3123,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3141
3123
|
default: boolean;
|
|
3142
3124
|
};
|
|
3143
3125
|
color: {
|
|
3144
|
-
type: PropType<"
|
|
3145
|
-
default:
|
|
3126
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3127
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3146
3128
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3147
3129
|
};
|
|
3148
3130
|
}>> & Readonly<{
|
|
3149
|
-
onChange?: (val: import("
|
|
3150
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3131
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3132
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3151
3133
|
}>, {
|
|
3152
3134
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3153
|
-
computedSize: import("vue").ComputedRef<"
|
|
3135
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3154
3136
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3155
3137
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3156
3138
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3163,12 +3145,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3163
3145
|
handleBlur: () => void;
|
|
3164
3146
|
onClick: (e: MouseEvent) => void;
|
|
3165
3147
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3166
|
-
'update:modelValue': (val: import("
|
|
3167
|
-
change: (val: import("
|
|
3148
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3149
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3168
3150
|
}, import("vue").PublicProps, {
|
|
3169
3151
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3170
3152
|
name: string;
|
|
3171
|
-
size: "
|
|
3153
|
+
size: "default" | "small" | "large";
|
|
3172
3154
|
disabled: boolean;
|
|
3173
3155
|
modelValue: string | number | boolean;
|
|
3174
3156
|
value: string | number;
|
|
@@ -3191,7 +3173,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3191
3173
|
default: string;
|
|
3192
3174
|
};
|
|
3193
3175
|
icon: {
|
|
3194
|
-
type: PropType<import("
|
|
3176
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3195
3177
|
};
|
|
3196
3178
|
}>> & Readonly<{
|
|
3197
3179
|
onClick?: (ev: Event) => any;
|
|
@@ -3238,7 +3220,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3238
3220
|
default: string;
|
|
3239
3221
|
};
|
|
3240
3222
|
icon: {
|
|
3241
|
-
type: PropType<import("
|
|
3223
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3242
3224
|
};
|
|
3243
3225
|
}>> & Readonly<{
|
|
3244
3226
|
onClick?: (ev: Event) => any;
|
|
@@ -3280,7 +3262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3280
3262
|
default: string;
|
|
3281
3263
|
};
|
|
3282
3264
|
icon: {
|
|
3283
|
-
type: PropType<import("
|
|
3265
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3284
3266
|
};
|
|
3285
3267
|
}>> & Readonly<{
|
|
3286
3268
|
onClick?: (ev: Event) => any;
|
|
@@ -3307,7 +3289,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3307
3289
|
}, string, {
|
|
3308
3290
|
color: string;
|
|
3309
3291
|
spin: boolean;
|
|
3310
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3292
|
+
}, {}, 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>);
|
|
3311
3293
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3312
3294
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3313
3295
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3339,9 +3321,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3339
3321
|
default: boolean;
|
|
3340
3322
|
};
|
|
3341
3323
|
size: {
|
|
3342
|
-
type: PropType<"
|
|
3324
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3343
3325
|
default: string;
|
|
3344
|
-
validator: (val: "
|
|
3326
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3345
3327
|
};
|
|
3346
3328
|
name: {
|
|
3347
3329
|
type: StringConstructor;
|
|
@@ -3356,16 +3338,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3356
3338
|
default: boolean;
|
|
3357
3339
|
};
|
|
3358
3340
|
color: {
|
|
3359
|
-
type: PropType<"
|
|
3360
|
-
default:
|
|
3341
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3342
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3361
3343
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3362
3344
|
};
|
|
3363
3345
|
}>> & Readonly<{
|
|
3364
|
-
onChange?: (val: import("
|
|
3365
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3346
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3347
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3366
3348
|
}>, {
|
|
3367
3349
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3368
|
-
computedSize: import("vue").ComputedRef<"
|
|
3350
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3369
3351
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3370
3352
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3371
3353
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3380,7 +3362,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3380
3362
|
}, {}, {}, {}, {
|
|
3381
3363
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3382
3364
|
name: string;
|
|
3383
|
-
size: "
|
|
3365
|
+
size: "default" | "small" | "large";
|
|
3384
3366
|
disabled: boolean;
|
|
3385
3367
|
modelValue: string | number | boolean;
|
|
3386
3368
|
value: string | number;
|
|
@@ -3414,9 +3396,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3414
3396
|
default: boolean;
|
|
3415
3397
|
};
|
|
3416
3398
|
size: {
|
|
3417
|
-
type: PropType<"
|
|
3399
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3418
3400
|
default: string;
|
|
3419
|
-
validator: (val: "
|
|
3401
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3420
3402
|
};
|
|
3421
3403
|
name: {
|
|
3422
3404
|
type: StringConstructor;
|
|
@@ -3431,16 +3413,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3431
3413
|
default: boolean;
|
|
3432
3414
|
};
|
|
3433
3415
|
color: {
|
|
3434
|
-
type: PropType<"
|
|
3435
|
-
default:
|
|
3416
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3417
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3436
3418
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3437
3419
|
};
|
|
3438
3420
|
}>> & Readonly<{
|
|
3439
|
-
onChange?: (val: import("
|
|
3440
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3421
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3422
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3441
3423
|
}>, {
|
|
3442
3424
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3443
|
-
computedSize: import("vue").ComputedRef<"
|
|
3425
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3444
3426
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3445
3427
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3446
3428
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3453,12 +3435,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3453
3435
|
handleBlur: () => void;
|
|
3454
3436
|
onClick: (e: MouseEvent) => void;
|
|
3455
3437
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3456
|
-
'update:modelValue': (val: import("
|
|
3457
|
-
change: (val: import("
|
|
3438
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3439
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3458
3440
|
}, string, {
|
|
3459
3441
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3460
3442
|
name: string;
|
|
3461
|
-
size: "
|
|
3443
|
+
size: "default" | "small" | "large";
|
|
3462
3444
|
disabled: boolean;
|
|
3463
3445
|
modelValue: string | number | boolean;
|
|
3464
3446
|
value: string | number;
|
|
@@ -3481,7 +3463,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3481
3463
|
default: string;
|
|
3482
3464
|
};
|
|
3483
3465
|
icon: {
|
|
3484
|
-
type: PropType<import("
|
|
3466
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3485
3467
|
};
|
|
3486
3468
|
}>> & Readonly<{
|
|
3487
3469
|
onClick?: (ev: Event) => any;
|
|
@@ -3528,7 +3510,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3528
3510
|
default: string;
|
|
3529
3511
|
};
|
|
3530
3512
|
icon: {
|
|
3531
|
-
type: PropType<import("
|
|
3513
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3532
3514
|
};
|
|
3533
3515
|
}>> & Readonly<{
|
|
3534
3516
|
onClick?: (ev: Event) => any;
|
|
@@ -3570,7 +3552,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3570
3552
|
default: string;
|
|
3571
3553
|
};
|
|
3572
3554
|
icon: {
|
|
3573
|
-
type: PropType<import("
|
|
3555
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3574
3556
|
};
|
|
3575
3557
|
}>> & Readonly<{
|
|
3576
3558
|
onClick?: (ev: Event) => any;
|
|
@@ -3597,23 +3579,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3597
3579
|
}, string, {
|
|
3598
3580
|
color: string;
|
|
3599
3581
|
spin: boolean;
|
|
3600
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3582
|
+
}, {}, 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>);
|
|
3601
3583
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3602
3584
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3603
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3585
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3604
3586
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3605
3587
|
modelValue: {
|
|
3606
|
-
type: PropType<import("
|
|
3607
|
-
default: () => import("
|
|
3588
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3589
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3608
3590
|
};
|
|
3609
3591
|
size: {
|
|
3610
|
-
type: PropType<"
|
|
3592
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3611
3593
|
default: string;
|
|
3612
3594
|
validator: (val: string) => boolean;
|
|
3613
3595
|
};
|
|
3614
3596
|
options: {
|
|
3615
|
-
type: PropType<import("
|
|
3616
|
-
default: () => import("
|
|
3597
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3598
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3617
3599
|
};
|
|
3618
3600
|
disabled: {
|
|
3619
3601
|
type: BooleanConstructor;
|
|
@@ -3627,12 +3609,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3627
3609
|
type: StringConstructor;
|
|
3628
3610
|
};
|
|
3629
3611
|
buttonType: {
|
|
3630
|
-
type: PropType<"
|
|
3612
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3631
3613
|
default: string;
|
|
3632
3614
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3633
3615
|
};
|
|
3634
3616
|
type: {
|
|
3635
|
-
type: PropType<"
|
|
3617
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3636
3618
|
default: string;
|
|
3637
3619
|
validator: (val: "default" | "button") => boolean;
|
|
3638
3620
|
};
|
|
@@ -3641,8 +3623,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3641
3623
|
default: boolean;
|
|
3642
3624
|
};
|
|
3643
3625
|
color: {
|
|
3644
|
-
type: PropType<"
|
|
3645
|
-
default:
|
|
3626
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3627
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3646
3628
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3647
3629
|
};
|
|
3648
3630
|
}>, {
|
|
@@ -3653,21 +3635,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3653
3635
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
|
|
3654
3636
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
3655
3637
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3656
|
-
'update:modelValue': (v: import("
|
|
3657
|
-
change: (v: import("
|
|
3638
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3639
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3658
3640
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3659
3641
|
modelValue: {
|
|
3660
|
-
type: PropType<import("
|
|
3661
|
-
default: () => import("
|
|
3642
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3643
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3662
3644
|
};
|
|
3663
3645
|
size: {
|
|
3664
|
-
type: PropType<"
|
|
3646
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3665
3647
|
default: string;
|
|
3666
3648
|
validator: (val: string) => boolean;
|
|
3667
3649
|
};
|
|
3668
3650
|
options: {
|
|
3669
|
-
type: PropType<import("
|
|
3670
|
-
default: () => import("
|
|
3651
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3652
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3671
3653
|
};
|
|
3672
3654
|
disabled: {
|
|
3673
3655
|
type: BooleanConstructor;
|
|
@@ -3681,12 +3663,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3681
3663
|
type: StringConstructor;
|
|
3682
3664
|
};
|
|
3683
3665
|
buttonType: {
|
|
3684
|
-
type: PropType<"
|
|
3666
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3685
3667
|
default: string;
|
|
3686
3668
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3687
3669
|
};
|
|
3688
3670
|
type: {
|
|
3689
|
-
type: PropType<"
|
|
3671
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3690
3672
|
default: string;
|
|
3691
3673
|
validator: (val: "default" | "button") => boolean;
|
|
3692
3674
|
};
|
|
@@ -3695,21 +3677,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3695
3677
|
default: boolean;
|
|
3696
3678
|
};
|
|
3697
3679
|
color: {
|
|
3698
|
-
type: PropType<"
|
|
3699
|
-
default:
|
|
3680
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3681
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3700
3682
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3701
3683
|
};
|
|
3702
3684
|
}>> & Readonly<{
|
|
3703
|
-
onChange?: (v: import("
|
|
3704
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3685
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3686
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3705
3687
|
}>, {
|
|
3706
3688
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3707
3689
|
type: "default" | "button";
|
|
3708
3690
|
loading: boolean;
|
|
3709
|
-
size: "
|
|
3691
|
+
size: "default" | "small" | "large";
|
|
3710
3692
|
disabled: boolean;
|
|
3711
|
-
modelValue: import("
|
|
3712
|
-
options: import("
|
|
3693
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3694
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3713
3695
|
buttonFill: boolean;
|
|
3714
3696
|
buttonType: "fill" | "border" | "card";
|
|
3715
3697
|
}, {}, {
|
|
@@ -3727,7 +3709,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3727
3709
|
default: string;
|
|
3728
3710
|
};
|
|
3729
3711
|
icon: {
|
|
3730
|
-
type: PropType<import("
|
|
3712
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3731
3713
|
};
|
|
3732
3714
|
}>> & Readonly<{
|
|
3733
3715
|
onClick?: (ev: Event) => any;
|
|
@@ -3774,7 +3756,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3774
3756
|
default: string;
|
|
3775
3757
|
};
|
|
3776
3758
|
icon: {
|
|
3777
|
-
type: PropType<import("
|
|
3759
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3778
3760
|
};
|
|
3779
3761
|
}>> & Readonly<{
|
|
3780
3762
|
onClick?: (ev: Event) => any;
|
|
@@ -3816,7 +3798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3816
3798
|
default: string;
|
|
3817
3799
|
};
|
|
3818
3800
|
icon: {
|
|
3819
|
-
type: PropType<import("
|
|
3801
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3820
3802
|
};
|
|
3821
3803
|
}>> & Readonly<{
|
|
3822
3804
|
onClick?: (ev: Event) => any;
|
|
@@ -3843,7 +3825,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3843
3825
|
}, string, {
|
|
3844
3826
|
color: string;
|
|
3845
3827
|
spin: boolean;
|
|
3846
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3828
|
+
}, {}, 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>);
|
|
3847
3829
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3848
3830
|
modelValue: {
|
|
3849
3831
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3866,9 +3848,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3866
3848
|
default: boolean;
|
|
3867
3849
|
};
|
|
3868
3850
|
size: {
|
|
3869
|
-
type: PropType<"
|
|
3851
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3870
3852
|
default: string;
|
|
3871
|
-
validator: (val: "
|
|
3853
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3872
3854
|
};
|
|
3873
3855
|
name: {
|
|
3874
3856
|
type: StringConstructor;
|
|
@@ -3883,13 +3865,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3883
3865
|
default: boolean;
|
|
3884
3866
|
};
|
|
3885
3867
|
color: {
|
|
3886
|
-
type: PropType<"
|
|
3887
|
-
default:
|
|
3868
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3869
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3888
3870
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3889
3871
|
};
|
|
3890
3872
|
}>, {
|
|
3891
3873
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3892
|
-
computedSize: import("vue").ComputedRef<"
|
|
3874
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3893
3875
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3894
3876
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3895
3877
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3902,8 +3884,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3902
3884
|
handleBlur: () => void;
|
|
3903
3885
|
onClick: (e: MouseEvent) => void;
|
|
3904
3886
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3905
|
-
'update:modelValue': (val: import("
|
|
3906
|
-
change: (val: import("
|
|
3887
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3888
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3907
3889
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3908
3890
|
modelValue: {
|
|
3909
3891
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3926,9 +3908,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3926
3908
|
default: boolean;
|
|
3927
3909
|
};
|
|
3928
3910
|
size: {
|
|
3929
|
-
type: PropType<"
|
|
3911
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3930
3912
|
default: string;
|
|
3931
|
-
validator: (val: "
|
|
3913
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3932
3914
|
};
|
|
3933
3915
|
name: {
|
|
3934
3916
|
type: StringConstructor;
|
|
@@ -3943,17 +3925,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3943
3925
|
default: boolean;
|
|
3944
3926
|
};
|
|
3945
3927
|
color: {
|
|
3946
|
-
type: PropType<"
|
|
3947
|
-
default:
|
|
3928
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3929
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3948
3930
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3949
3931
|
};
|
|
3950
3932
|
}>> & Readonly<{
|
|
3951
|
-
onChange?: (val: import("
|
|
3952
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3933
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3934
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3953
3935
|
}>, {
|
|
3954
3936
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3955
3937
|
name: string;
|
|
3956
|
-
size: "
|
|
3938
|
+
size: "default" | "small" | "large";
|
|
3957
3939
|
disabled: boolean;
|
|
3958
3940
|
modelValue: string | number | boolean;
|
|
3959
3941
|
value: string | number;
|
|
@@ -3976,7 +3958,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3976
3958
|
default: string;
|
|
3977
3959
|
};
|
|
3978
3960
|
icon: {
|
|
3979
|
-
type: PropType<import("
|
|
3961
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3980
3962
|
};
|
|
3981
3963
|
}>> & Readonly<{
|
|
3982
3964
|
onClick?: (ev: Event) => any;
|
|
@@ -4023,7 +4005,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4023
4005
|
default: string;
|
|
4024
4006
|
};
|
|
4025
4007
|
icon: {
|
|
4026
|
-
type: PropType<import("
|
|
4008
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4027
4009
|
};
|
|
4028
4010
|
}>> & Readonly<{
|
|
4029
4011
|
onClick?: (ev: Event) => any;
|
|
@@ -4065,7 +4047,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4065
4047
|
default: string;
|
|
4066
4048
|
};
|
|
4067
4049
|
icon: {
|
|
4068
|
-
type: PropType<import("
|
|
4050
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4069
4051
|
};
|
|
4070
4052
|
}>> & Readonly<{
|
|
4071
4053
|
onClick?: (ev: Event) => any;
|
|
@@ -4092,13 +4074,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4092
4074
|
}, string, {
|
|
4093
4075
|
color: string;
|
|
4094
4076
|
spin: boolean;
|
|
4095
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4077
|
+
}, {}, 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>);
|
|
4096
4078
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4097
4079
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4098
4080
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4099
4081
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4100
4082
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4101
|
-
};
|
|
4083
|
+
});
|
|
4102
4084
|
Icon: {
|
|
4103
4085
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4104
4086
|
rotate: {
|
|
@@ -4113,7 +4095,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4113
4095
|
default: string;
|
|
4114
4096
|
};
|
|
4115
4097
|
icon: {
|
|
4116
|
-
type: PropType<import("
|
|
4098
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4117
4099
|
};
|
|
4118
4100
|
}>> & Readonly<{
|
|
4119
4101
|
onClick?: (ev: Event) => any;
|
|
@@ -4160,7 +4142,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4160
4142
|
default: string;
|
|
4161
4143
|
};
|
|
4162
4144
|
icon: {
|
|
4163
|
-
type: PropType<import("
|
|
4145
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4164
4146
|
};
|
|
4165
4147
|
}>> & Readonly<{
|
|
4166
4148
|
onClick?: (ev: Event) => any;
|
|
@@ -4202,7 +4184,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4202
4184
|
default: string;
|
|
4203
4185
|
};
|
|
4204
4186
|
icon: {
|
|
4205
|
-
type: PropType<import("
|
|
4187
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4206
4188
|
};
|
|
4207
4189
|
}>> & Readonly<{
|
|
4208
4190
|
onClick?: (ev: Event) => any;
|
|
@@ -4229,7 +4211,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4229
4211
|
}, string, {
|
|
4230
4212
|
color: string;
|
|
4231
4213
|
spin: boolean;
|
|
4232
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4214
|
+
}, {}, 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>);
|
|
4233
4215
|
USolidFilter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4234
4216
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4235
4217
|
RenderTitle: (props: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4249,7 +4231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4249
4231
|
default: string;
|
|
4250
4232
|
};
|
|
4251
4233
|
icon: {
|
|
4252
|
-
type: PropType<import("
|
|
4234
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4253
4235
|
};
|
|
4254
4236
|
}>> & Readonly<{
|
|
4255
4237
|
onClick?: (ev: Event) => any;
|
|
@@ -4296,7 +4278,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4296
4278
|
default: string;
|
|
4297
4279
|
};
|
|
4298
4280
|
icon: {
|
|
4299
|
-
type: PropType<import("
|
|
4281
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4300
4282
|
};
|
|
4301
4283
|
}>> & Readonly<{
|
|
4302
4284
|
onClick?: (ev: Event) => any;
|
|
@@ -4338,7 +4320,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4338
4320
|
default: string;
|
|
4339
4321
|
};
|
|
4340
4322
|
icon: {
|
|
4341
|
-
type: PropType<import("
|
|
4323
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4342
4324
|
};
|
|
4343
4325
|
}>> & Readonly<{
|
|
4344
4326
|
onClick?: (ev: Event) => any;
|
|
@@ -4365,7 +4347,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4365
4347
|
}, string, {
|
|
4366
4348
|
color: string;
|
|
4367
4349
|
spin: boolean;
|
|
4368
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4350
|
+
}, {}, 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>);
|
|
4369
4351
|
USolidCaretUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4370
4352
|
USolidCaretDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4371
4353
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4379,7 +4361,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4379
4361
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4380
4362
|
leafColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
4381
4363
|
data: import("vue").ComputedRef<import("./Table.type").InnerDataItem[]>;
|
|
4382
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
4364
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
4383
4365
|
showSummary: import("vue").Ref<boolean, boolean>;
|
|
4384
4366
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4385
4367
|
columns: {
|
|
@@ -4483,8 +4465,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4483
4465
|
};
|
|
4484
4466
|
}>> & Readonly<{}>, {
|
|
4485
4467
|
columns: import("./Table.type").TableColumn[];
|
|
4486
|
-
indent: number;
|
|
4487
4468
|
skeleton: boolean;
|
|
4469
|
+
indent: number;
|
|
4488
4470
|
expendedRow: boolean;
|
|
4489
4471
|
childRow: boolean;
|
|
4490
4472
|
}, {}, {
|
|
@@ -4536,7 +4518,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4536
4518
|
hasSorters: (column: InnerColumn) => boolean;
|
|
4537
4519
|
hasFilters: (column: InnerColumn) => boolean;
|
|
4538
4520
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
4539
|
-
pagination: import("
|
|
4521
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
4540
4522
|
cellRef: import("vue").Ref<any, any>;
|
|
4541
4523
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
4542
4524
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -4574,8 +4556,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4574
4556
|
};
|
|
4575
4557
|
}>> & Readonly<{}>, {
|
|
4576
4558
|
expandIcon: boolean;
|
|
4577
|
-
indent: number;
|
|
4578
4559
|
skeleton: boolean;
|
|
4560
|
+
indent: number;
|
|
4579
4561
|
}, {}, {
|
|
4580
4562
|
Render: {
|
|
4581
4563
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
@@ -4595,7 +4577,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4595
4577
|
default: boolean;
|
|
4596
4578
|
};
|
|
4597
4579
|
expandIcon: {
|
|
4598
|
-
type: PropType<import("
|
|
4580
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4599
4581
|
};
|
|
4600
4582
|
needIndentSpaced: {
|
|
4601
4583
|
type: BooleanConstructor;
|
|
@@ -4610,7 +4592,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4610
4592
|
loading: import("vue").Ref<boolean, boolean>;
|
|
4611
4593
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
4612
4594
|
onClick: (e: any) => void;
|
|
4613
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
4595
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4614
4596
|
expandable: {
|
|
4615
4597
|
type: BooleanConstructor;
|
|
4616
4598
|
default: boolean;
|
|
@@ -4620,7 +4602,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4620
4602
|
default: boolean;
|
|
4621
4603
|
};
|
|
4622
4604
|
expandIcon: {
|
|
4623
|
-
type: PropType<import("
|
|
4605
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4624
4606
|
};
|
|
4625
4607
|
needIndentSpaced: {
|
|
4626
4608
|
type: BooleanConstructor;
|
|
@@ -4653,7 +4635,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4653
4635
|
default: string;
|
|
4654
4636
|
};
|
|
4655
4637
|
icon: {
|
|
4656
|
-
type: PropType<import("
|
|
4638
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4657
4639
|
};
|
|
4658
4640
|
}>> & Readonly<{
|
|
4659
4641
|
onClick?: (ev: Event) => any;
|
|
@@ -4700,7 +4682,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4700
4682
|
default: string;
|
|
4701
4683
|
};
|
|
4702
4684
|
icon: {
|
|
4703
|
-
type: PropType<import("
|
|
4685
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4704
4686
|
};
|
|
4705
4687
|
}>> & Readonly<{
|
|
4706
4688
|
onClick?: (ev: Event) => any;
|
|
@@ -4742,7 +4724,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4742
4724
|
default: string;
|
|
4743
4725
|
};
|
|
4744
4726
|
icon: {
|
|
4745
|
-
type: PropType<import("
|
|
4727
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4746
4728
|
};
|
|
4747
4729
|
}>> & Readonly<{
|
|
4748
4730
|
onClick?: (ev: Event) => any;
|
|
@@ -4769,14 +4751,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4769
4751
|
}, string, {
|
|
4770
4752
|
color: string;
|
|
4771
4753
|
spin: boolean;
|
|
4772
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4754
|
+
}, {}, 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>);
|
|
4773
4755
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4774
4756
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4775
4757
|
UTooltip: {
|
|
4776
4758
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4777
4759
|
placement: {
|
|
4778
4760
|
default: string;
|
|
4779
|
-
type: PropType<"
|
|
4761
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4780
4762
|
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;
|
|
4781
4763
|
};
|
|
4782
4764
|
title: {
|
|
@@ -4807,7 +4789,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4807
4789
|
default: string;
|
|
4808
4790
|
};
|
|
4809
4791
|
trigger: {
|
|
4810
|
-
type: PropType<"
|
|
4792
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4811
4793
|
default: string;
|
|
4812
4794
|
validator: (val: "click" | "hover") => boolean;
|
|
4813
4795
|
};
|
|
@@ -4821,8 +4803,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4821
4803
|
default: boolean;
|
|
4822
4804
|
};
|
|
4823
4805
|
color: {
|
|
4824
|
-
type: PropType<"
|
|
4825
|
-
default:
|
|
4806
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
4807
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4826
4808
|
validator: (val: string) => boolean;
|
|
4827
4809
|
};
|
|
4828
4810
|
}>> & Readonly<{
|
|
@@ -4888,7 +4870,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4888
4870
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4889
4871
|
};
|
|
4890
4872
|
placement: {
|
|
4891
|
-
type: PropType<"
|
|
4873
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4892
4874
|
default: string;
|
|
4893
4875
|
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;
|
|
4894
4876
|
};
|
|
@@ -4910,8 +4892,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4910
4892
|
type: StringConstructor;
|
|
4911
4893
|
};
|
|
4912
4894
|
trigger: {
|
|
4913
|
-
type: PropType<("
|
|
4914
|
-
default: () => ("
|
|
4895
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4896
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4915
4897
|
};
|
|
4916
4898
|
mouseEnterDelay: {
|
|
4917
4899
|
type: NumberConstructor;
|
|
@@ -4979,7 +4961,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4979
4961
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4980
4962
|
};
|
|
4981
4963
|
placement: {
|
|
4982
|
-
type: PropType<"
|
|
4964
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4983
4965
|
default: string;
|
|
4984
4966
|
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;
|
|
4985
4967
|
};
|
|
@@ -5001,8 +4983,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5001
4983
|
type: StringConstructor;
|
|
5002
4984
|
};
|
|
5003
4985
|
trigger: {
|
|
5004
|
-
type: PropType<("
|
|
5005
|
-
default: () => ("
|
|
4986
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4987
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5006
4988
|
};
|
|
5007
4989
|
mouseEnterDelay: {
|
|
5008
4990
|
type: NumberConstructor;
|
|
@@ -5077,7 +5059,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5077
5059
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5078
5060
|
placement: {
|
|
5079
5061
|
default: string;
|
|
5080
|
-
type: PropType<"
|
|
5062
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5081
5063
|
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;
|
|
5082
5064
|
};
|
|
5083
5065
|
title: {
|
|
@@ -5108,7 +5090,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5108
5090
|
default: string;
|
|
5109
5091
|
};
|
|
5110
5092
|
trigger: {
|
|
5111
|
-
type: PropType<"
|
|
5093
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5112
5094
|
default: string;
|
|
5113
5095
|
validator: (val: "click" | "hover") => boolean;
|
|
5114
5096
|
};
|
|
@@ -5122,8 +5104,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5122
5104
|
default: boolean;
|
|
5123
5105
|
};
|
|
5124
5106
|
color: {
|
|
5125
|
-
type: PropType<"
|
|
5126
|
-
default:
|
|
5107
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
5108
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5127
5109
|
validator: (val: string) => boolean;
|
|
5128
5110
|
};
|
|
5129
5111
|
}>> & Readonly<{
|
|
@@ -5184,7 +5166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5184
5166
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5185
5167
|
placement: {
|
|
5186
5168
|
default: string;
|
|
5187
|
-
type: PropType<"
|
|
5169
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5188
5170
|
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;
|
|
5189
5171
|
};
|
|
5190
5172
|
title: {
|
|
@@ -5215,7 +5197,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5215
5197
|
default: string;
|
|
5216
5198
|
};
|
|
5217
5199
|
trigger: {
|
|
5218
|
-
type: PropType<"
|
|
5200
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5219
5201
|
default: string;
|
|
5220
5202
|
validator: (val: "click" | "hover") => boolean;
|
|
5221
5203
|
};
|
|
@@ -5229,8 +5211,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5229
5211
|
default: boolean;
|
|
5230
5212
|
};
|
|
5231
5213
|
color: {
|
|
5232
|
-
type: PropType<"
|
|
5233
|
-
default:
|
|
5214
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
5215
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5234
5216
|
validator: (val: string) => boolean;
|
|
5235
5217
|
};
|
|
5236
5218
|
}>> & Readonly<{
|
|
@@ -5296,7 +5278,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5296
5278
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5297
5279
|
};
|
|
5298
5280
|
placement: {
|
|
5299
|
-
type: PropType<"
|
|
5281
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5300
5282
|
default: string;
|
|
5301
5283
|
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;
|
|
5302
5284
|
};
|
|
@@ -5318,8 +5300,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5318
5300
|
type: StringConstructor;
|
|
5319
5301
|
};
|
|
5320
5302
|
trigger: {
|
|
5321
|
-
type: PropType<("
|
|
5322
|
-
default: () => ("
|
|
5303
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5304
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5323
5305
|
};
|
|
5324
5306
|
mouseEnterDelay: {
|
|
5325
5307
|
type: NumberConstructor;
|
|
@@ -5387,7 +5369,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5387
5369
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5388
5370
|
};
|
|
5389
5371
|
placement: {
|
|
5390
|
-
type: PropType<"
|
|
5372
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5391
5373
|
default: string;
|
|
5392
5374
|
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;
|
|
5393
5375
|
};
|
|
@@ -5409,8 +5391,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5409
5391
|
type: StringConstructor;
|
|
5410
5392
|
};
|
|
5411
5393
|
trigger: {
|
|
5412
|
-
type: PropType<("
|
|
5413
|
-
default: () => ("
|
|
5394
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5395
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5414
5396
|
};
|
|
5415
5397
|
mouseEnterDelay: {
|
|
5416
5398
|
type: NumberConstructor;
|
|
@@ -5475,7 +5457,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5475
5457
|
};
|
|
5476
5458
|
};
|
|
5477
5459
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5478
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5460
|
+
} & 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>);
|
|
5479
5461
|
USkeleton: {
|
|
5480
5462
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5481
5463
|
active: {
|
|
@@ -5487,25 +5469,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5487
5469
|
default: boolean;
|
|
5488
5470
|
};
|
|
5489
5471
|
avatar: {
|
|
5490
|
-
type: PropType<boolean | import("
|
|
5472
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5491
5473
|
default: boolean;
|
|
5492
5474
|
};
|
|
5493
5475
|
title: {
|
|
5494
|
-
type: PropType<boolean | import("
|
|
5476
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5495
5477
|
default: boolean;
|
|
5496
5478
|
};
|
|
5497
5479
|
paragraph: {
|
|
5498
|
-
type: PropType<boolean | import("
|
|
5480
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5499
5481
|
default: boolean;
|
|
5500
5482
|
};
|
|
5501
5483
|
}>> & Readonly<{}>, {
|
|
5502
5484
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5503
5485
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5504
5486
|
loading: boolean;
|
|
5505
|
-
title: boolean | import("
|
|
5506
|
-
avatar: boolean | import("
|
|
5487
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5488
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5507
5489
|
active: boolean;
|
|
5508
|
-
paragraph: boolean | import("
|
|
5490
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5509
5491
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
5510
5492
|
P: {};
|
|
5511
5493
|
B: {};
|
|
@@ -5523,25 +5505,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5523
5505
|
default: boolean;
|
|
5524
5506
|
};
|
|
5525
5507
|
avatar: {
|
|
5526
|
-
type: PropType<boolean | import("
|
|
5508
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5527
5509
|
default: boolean;
|
|
5528
5510
|
};
|
|
5529
5511
|
title: {
|
|
5530
|
-
type: PropType<boolean | import("
|
|
5512
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5531
5513
|
default: boolean;
|
|
5532
5514
|
};
|
|
5533
5515
|
paragraph: {
|
|
5534
|
-
type: PropType<boolean | import("
|
|
5516
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5535
5517
|
default: boolean;
|
|
5536
5518
|
};
|
|
5537
5519
|
}>> & Readonly<{}>, {
|
|
5538
5520
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5539
5521
|
}, {}, {}, {}, {
|
|
5540
5522
|
loading: boolean;
|
|
5541
|
-
title: boolean | import("
|
|
5542
|
-
avatar: boolean | import("
|
|
5523
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5524
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5543
5525
|
active: boolean;
|
|
5544
|
-
paragraph: boolean | import("
|
|
5526
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5545
5527
|
}>;
|
|
5546
5528
|
__isFragment?: never;
|
|
5547
5529
|
__isTeleport?: never;
|
|
@@ -5556,58 +5538,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5556
5538
|
default: boolean;
|
|
5557
5539
|
};
|
|
5558
5540
|
avatar: {
|
|
5559
|
-
type: PropType<boolean | import("
|
|
5541
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5560
5542
|
default: boolean;
|
|
5561
5543
|
};
|
|
5562
5544
|
title: {
|
|
5563
|
-
type: PropType<boolean | import("
|
|
5545
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5564
5546
|
default: boolean;
|
|
5565
5547
|
};
|
|
5566
5548
|
paragraph: {
|
|
5567
|
-
type: PropType<boolean | import("
|
|
5549
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5568
5550
|
default: boolean;
|
|
5569
5551
|
};
|
|
5570
5552
|
}>> & Readonly<{}>, {
|
|
5571
5553
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5572
5554
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5573
5555
|
loading: boolean;
|
|
5574
|
-
title: boolean | import("
|
|
5575
|
-
avatar: boolean | import("
|
|
5556
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5557
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5576
5558
|
active: boolean;
|
|
5577
|
-
paragraph: boolean | import("
|
|
5578
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5559
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5560
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
5579
5561
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5580
5562
|
type: {
|
|
5581
|
-
type: PropType<"
|
|
5563
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5582
5564
|
default: string;
|
|
5583
5565
|
};
|
|
5584
5566
|
}>, {
|
|
5585
5567
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5586
5568
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5587
5569
|
type: {
|
|
5588
|
-
type: PropType<"
|
|
5570
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5589
5571
|
default: string;
|
|
5590
5572
|
};
|
|
5591
5573
|
}>> & Readonly<{}>, {
|
|
5592
|
-
type: "text" | "image" | "circle" | "
|
|
5574
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5593
5575
|
}, {}, {
|
|
5594
5576
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5595
5577
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5596
|
-
};
|
|
5578
|
+
});
|
|
5597
5579
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5598
5580
|
type: {
|
|
5599
|
-
type: PropType<"
|
|
5581
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5600
5582
|
default: string;
|
|
5601
5583
|
};
|
|
5602
5584
|
}>, {
|
|
5603
5585
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5604
5586
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5605
5587
|
type: {
|
|
5606
|
-
type: PropType<"
|
|
5588
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5607
5589
|
default: string;
|
|
5608
5590
|
};
|
|
5609
5591
|
}>> & Readonly<{}>, {
|
|
5610
|
-
type: "text" | "image" | "circle" | "
|
|
5592
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5611
5593
|
}, {}, {
|
|
5612
5594
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5613
5595
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5636,7 +5618,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5636
5618
|
};
|
|
5637
5619
|
}>, {
|
|
5638
5620
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5639
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
5621
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
5640
5622
|
expandedColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
5641
5623
|
expandRowKey: import("vue").ComputedRef<string>;
|
|
5642
5624
|
expandVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5761,8 +5743,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5761
5743
|
};
|
|
5762
5744
|
}>> & Readonly<{}>, {
|
|
5763
5745
|
columns: import("./Table.type").TableColumn[];
|
|
5764
|
-
indent: number;
|
|
5765
5746
|
skeleton: boolean;
|
|
5747
|
+
indent: number;
|
|
5766
5748
|
expendedRow: boolean;
|
|
5767
5749
|
childRow: boolean;
|
|
5768
5750
|
}, {}, {
|
|
@@ -5814,7 +5796,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5814
5796
|
hasSorters: (column: InnerColumn) => boolean;
|
|
5815
5797
|
hasFilters: (column: InnerColumn) => boolean;
|
|
5816
5798
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
5817
|
-
pagination: import("
|
|
5799
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
5818
5800
|
cellRef: import("vue").Ref<any, any>;
|
|
5819
5801
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
5820
5802
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -5852,8 +5834,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5852
5834
|
};
|
|
5853
5835
|
}>> & Readonly<{}>, {
|
|
5854
5836
|
expandIcon: boolean;
|
|
5855
|
-
indent: number;
|
|
5856
5837
|
skeleton: boolean;
|
|
5838
|
+
indent: number;
|
|
5857
5839
|
}, {}, {
|
|
5858
5840
|
Render: {
|
|
5859
5841
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
@@ -5873,7 +5855,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5873
5855
|
default: boolean;
|
|
5874
5856
|
};
|
|
5875
5857
|
expandIcon: {
|
|
5876
|
-
type: PropType<import("
|
|
5858
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5877
5859
|
};
|
|
5878
5860
|
needIndentSpaced: {
|
|
5879
5861
|
type: BooleanConstructor;
|
|
@@ -5888,7 +5870,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5888
5870
|
loading: import("vue").Ref<boolean, boolean>;
|
|
5889
5871
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
5890
5872
|
onClick: (e: any) => void;
|
|
5891
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5873
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5892
5874
|
expandable: {
|
|
5893
5875
|
type: BooleanConstructor;
|
|
5894
5876
|
default: boolean;
|
|
@@ -5898,7 +5880,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5898
5880
|
default: boolean;
|
|
5899
5881
|
};
|
|
5900
5882
|
expandIcon: {
|
|
5901
|
-
type: PropType<import("
|
|
5883
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5902
5884
|
};
|
|
5903
5885
|
needIndentSpaced: {
|
|
5904
5886
|
type: BooleanConstructor;
|
|
@@ -5931,7 +5913,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5931
5913
|
default: string;
|
|
5932
5914
|
};
|
|
5933
5915
|
icon: {
|
|
5934
|
-
type: PropType<import("
|
|
5916
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5935
5917
|
};
|
|
5936
5918
|
}>> & Readonly<{
|
|
5937
5919
|
onClick?: (ev: Event) => any;
|
|
@@ -5978,7 +5960,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5978
5960
|
default: string;
|
|
5979
5961
|
};
|
|
5980
5962
|
icon: {
|
|
5981
|
-
type: PropType<import("
|
|
5963
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5982
5964
|
};
|
|
5983
5965
|
}>> & Readonly<{
|
|
5984
5966
|
onClick?: (ev: Event) => any;
|
|
@@ -6020,7 +6002,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6020
6002
|
default: string;
|
|
6021
6003
|
};
|
|
6022
6004
|
icon: {
|
|
6023
|
-
type: PropType<import("
|
|
6005
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6024
6006
|
};
|
|
6025
6007
|
}>> & Readonly<{
|
|
6026
6008
|
onClick?: (ev: Event) => any;
|
|
@@ -6047,14 +6029,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6047
6029
|
}, string, {
|
|
6048
6030
|
color: string;
|
|
6049
6031
|
spin: boolean;
|
|
6050
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6032
|
+
}, {}, 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>);
|
|
6051
6033
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6052
6034
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6053
6035
|
UTooltip: {
|
|
6054
6036
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6055
6037
|
placement: {
|
|
6056
6038
|
default: string;
|
|
6057
|
-
type: PropType<"
|
|
6039
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6058
6040
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
6059
6041
|
};
|
|
6060
6042
|
title: {
|
|
@@ -6085,7 +6067,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6085
6067
|
default: string;
|
|
6086
6068
|
};
|
|
6087
6069
|
trigger: {
|
|
6088
|
-
type: PropType<"
|
|
6070
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6089
6071
|
default: string;
|
|
6090
6072
|
validator: (val: "click" | "hover") => boolean;
|
|
6091
6073
|
};
|
|
@@ -6099,8 +6081,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6099
6081
|
default: boolean;
|
|
6100
6082
|
};
|
|
6101
6083
|
color: {
|
|
6102
|
-
type: PropType<"
|
|
6103
|
-
default:
|
|
6084
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6085
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6104
6086
|
validator: (val: string) => boolean;
|
|
6105
6087
|
};
|
|
6106
6088
|
}>> & Readonly<{
|
|
@@ -6166,7 +6148,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6166
6148
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6167
6149
|
};
|
|
6168
6150
|
placement: {
|
|
6169
|
-
type: PropType<"
|
|
6151
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6170
6152
|
default: string;
|
|
6171
6153
|
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;
|
|
6172
6154
|
};
|
|
@@ -6188,8 +6170,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6188
6170
|
type: StringConstructor;
|
|
6189
6171
|
};
|
|
6190
6172
|
trigger: {
|
|
6191
|
-
type: PropType<("
|
|
6192
|
-
default: () => ("
|
|
6173
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6174
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6193
6175
|
};
|
|
6194
6176
|
mouseEnterDelay: {
|
|
6195
6177
|
type: NumberConstructor;
|
|
@@ -6257,7 +6239,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6257
6239
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6258
6240
|
};
|
|
6259
6241
|
placement: {
|
|
6260
|
-
type: PropType<"
|
|
6242
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6261
6243
|
default: string;
|
|
6262
6244
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
6263
6245
|
};
|
|
@@ -6279,8 +6261,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6279
6261
|
type: StringConstructor;
|
|
6280
6262
|
};
|
|
6281
6263
|
trigger: {
|
|
6282
|
-
type: PropType<("
|
|
6283
|
-
default: () => ("
|
|
6264
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6265
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6284
6266
|
};
|
|
6285
6267
|
mouseEnterDelay: {
|
|
6286
6268
|
type: NumberConstructor;
|
|
@@ -6355,7 +6337,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6355
6337
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
6356
6338
|
placement: {
|
|
6357
6339
|
default: string;
|
|
6358
|
-
type: PropType<"
|
|
6340
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6359
6341
|
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;
|
|
6360
6342
|
};
|
|
6361
6343
|
title: {
|
|
@@ -6386,7 +6368,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6386
6368
|
default: string;
|
|
6387
6369
|
};
|
|
6388
6370
|
trigger: {
|
|
6389
|
-
type: PropType<"
|
|
6371
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6390
6372
|
default: string;
|
|
6391
6373
|
validator: (val: "click" | "hover") => boolean;
|
|
6392
6374
|
};
|
|
@@ -6400,8 +6382,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6400
6382
|
default: boolean;
|
|
6401
6383
|
};
|
|
6402
6384
|
color: {
|
|
6403
|
-
type: PropType<"
|
|
6404
|
-
default:
|
|
6385
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6386
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6405
6387
|
validator: (val: string) => boolean;
|
|
6406
6388
|
};
|
|
6407
6389
|
}>> & Readonly<{
|
|
@@ -6462,7 +6444,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6462
6444
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6463
6445
|
placement: {
|
|
6464
6446
|
default: string;
|
|
6465
|
-
type: PropType<"
|
|
6447
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6466
6448
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
6467
6449
|
};
|
|
6468
6450
|
title: {
|
|
@@ -6493,7 +6475,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6493
6475
|
default: string;
|
|
6494
6476
|
};
|
|
6495
6477
|
trigger: {
|
|
6496
|
-
type: PropType<"
|
|
6478
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6497
6479
|
default: string;
|
|
6498
6480
|
validator: (val: "click" | "hover") => boolean;
|
|
6499
6481
|
};
|
|
@@ -6507,8 +6489,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6507
6489
|
default: boolean;
|
|
6508
6490
|
};
|
|
6509
6491
|
color: {
|
|
6510
|
-
type: PropType<"
|
|
6511
|
-
default:
|
|
6492
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6493
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6512
6494
|
validator: (val: string) => boolean;
|
|
6513
6495
|
};
|
|
6514
6496
|
}>> & Readonly<{
|
|
@@ -6574,7 +6556,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6574
6556
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6575
6557
|
};
|
|
6576
6558
|
placement: {
|
|
6577
|
-
type: PropType<"
|
|
6559
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6578
6560
|
default: string;
|
|
6579
6561
|
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;
|
|
6580
6562
|
};
|
|
@@ -6596,8 +6578,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6596
6578
|
type: StringConstructor;
|
|
6597
6579
|
};
|
|
6598
6580
|
trigger: {
|
|
6599
|
-
type: PropType<("
|
|
6600
|
-
default: () => ("
|
|
6581
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6582
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6601
6583
|
};
|
|
6602
6584
|
mouseEnterDelay: {
|
|
6603
6585
|
type: NumberConstructor;
|
|
@@ -6665,7 +6647,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6665
6647
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6666
6648
|
};
|
|
6667
6649
|
placement: {
|
|
6668
|
-
type: PropType<"
|
|
6650
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6669
6651
|
default: string;
|
|
6670
6652
|
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;
|
|
6671
6653
|
};
|
|
@@ -6687,8 +6669,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6687
6669
|
type: StringConstructor;
|
|
6688
6670
|
};
|
|
6689
6671
|
trigger: {
|
|
6690
|
-
type: PropType<("
|
|
6691
|
-
default: () => ("
|
|
6672
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6673
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6692
6674
|
};
|
|
6693
6675
|
mouseEnterDelay: {
|
|
6694
6676
|
type: NumberConstructor;
|
|
@@ -6753,7 +6735,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6753
6735
|
};
|
|
6754
6736
|
};
|
|
6755
6737
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6756
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6738
|
+
} & 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>);
|
|
6757
6739
|
USkeleton: {
|
|
6758
6740
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6759
6741
|
active: {
|
|
@@ -6765,25 +6747,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6765
6747
|
default: boolean;
|
|
6766
6748
|
};
|
|
6767
6749
|
avatar: {
|
|
6768
|
-
type: PropType<boolean | import("
|
|
6750
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6769
6751
|
default: boolean;
|
|
6770
6752
|
};
|
|
6771
6753
|
title: {
|
|
6772
|
-
type: PropType<boolean | import("
|
|
6754
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6773
6755
|
default: boolean;
|
|
6774
6756
|
};
|
|
6775
6757
|
paragraph: {
|
|
6776
|
-
type: PropType<boolean | import("
|
|
6758
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6777
6759
|
default: boolean;
|
|
6778
6760
|
};
|
|
6779
6761
|
}>> & Readonly<{}>, {
|
|
6780
6762
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6781
6763
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
6782
6764
|
loading: boolean;
|
|
6783
|
-
title: boolean | import("
|
|
6784
|
-
avatar: boolean | import("
|
|
6765
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6766
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6785
6767
|
active: boolean;
|
|
6786
|
-
paragraph: boolean | import("
|
|
6768
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6787
6769
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6788
6770
|
P: {};
|
|
6789
6771
|
B: {};
|
|
@@ -6801,25 +6783,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6801
6783
|
default: boolean;
|
|
6802
6784
|
};
|
|
6803
6785
|
avatar: {
|
|
6804
|
-
type: PropType<boolean | import("
|
|
6786
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6805
6787
|
default: boolean;
|
|
6806
6788
|
};
|
|
6807
6789
|
title: {
|
|
6808
|
-
type: PropType<boolean | import("
|
|
6790
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6809
6791
|
default: boolean;
|
|
6810
6792
|
};
|
|
6811
6793
|
paragraph: {
|
|
6812
|
-
type: PropType<boolean | import("
|
|
6794
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6813
6795
|
default: boolean;
|
|
6814
6796
|
};
|
|
6815
6797
|
}>> & Readonly<{}>, {
|
|
6816
6798
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6817
6799
|
}, {}, {}, {}, {
|
|
6818
6800
|
loading: boolean;
|
|
6819
|
-
title: boolean | import("
|
|
6820
|
-
avatar: boolean | import("
|
|
6801
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6802
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6821
6803
|
active: boolean;
|
|
6822
|
-
paragraph: boolean | import("
|
|
6804
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6823
6805
|
}>;
|
|
6824
6806
|
__isFragment?: never;
|
|
6825
6807
|
__isTeleport?: never;
|
|
@@ -6834,58 +6816,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6834
6816
|
default: boolean;
|
|
6835
6817
|
};
|
|
6836
6818
|
avatar: {
|
|
6837
|
-
type: PropType<boolean | import("
|
|
6819
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6838
6820
|
default: boolean;
|
|
6839
6821
|
};
|
|
6840
6822
|
title: {
|
|
6841
|
-
type: PropType<boolean | import("
|
|
6823
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6842
6824
|
default: boolean;
|
|
6843
6825
|
};
|
|
6844
6826
|
paragraph: {
|
|
6845
|
-
type: PropType<boolean | import("
|
|
6827
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6846
6828
|
default: boolean;
|
|
6847
6829
|
};
|
|
6848
6830
|
}>> & Readonly<{}>, {
|
|
6849
6831
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6850
6832
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
6851
6833
|
loading: boolean;
|
|
6852
|
-
title: boolean | import("
|
|
6853
|
-
avatar: boolean | import("
|
|
6834
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6835
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6854
6836
|
active: boolean;
|
|
6855
|
-
paragraph: boolean | import("
|
|
6856
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6837
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6838
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
6857
6839
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6858
6840
|
type: {
|
|
6859
|
-
type: PropType<"
|
|
6841
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6860
6842
|
default: string;
|
|
6861
6843
|
};
|
|
6862
6844
|
}>, {
|
|
6863
6845
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6864
6846
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6865
6847
|
type: {
|
|
6866
|
-
type: PropType<"
|
|
6848
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6867
6849
|
default: string;
|
|
6868
6850
|
};
|
|
6869
6851
|
}>> & Readonly<{}>, {
|
|
6870
|
-
type: "text" | "image" | "circle" | "
|
|
6852
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6871
6853
|
}, {}, {
|
|
6872
6854
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6873
6855
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6874
|
-
};
|
|
6856
|
+
});
|
|
6875
6857
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6876
6858
|
type: {
|
|
6877
|
-
type: PropType<"
|
|
6859
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6878
6860
|
default: string;
|
|
6879
6861
|
};
|
|
6880
6862
|
}>, {
|
|
6881
6863
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6882
6864
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6883
6865
|
type: {
|
|
6884
|
-
type: PropType<"
|
|
6866
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6885
6867
|
default: string;
|
|
6886
6868
|
};
|
|
6887
6869
|
}>> & Readonly<{}>, {
|
|
6888
|
-
type: "text" | "image" | "circle" | "
|
|
6870
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6889
6871
|
}, {}, {
|
|
6890
6872
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6891
6873
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|