@koi-design/uxd-ui 13.2.7 → 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 +21 -6
- 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 +21 -6
- 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 +43 -14
- package/uxd-ui.umd.js +43 -14
- package/uxd-ui.umd.min.js +6 -6
|
@@ -52,9 +52,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
52
|
key: string;
|
|
53
53
|
title?: string;
|
|
54
54
|
dataIndex?: string;
|
|
55
|
-
width?:
|
|
56
|
-
minWidth?:
|
|
57
|
-
maxWidth?:
|
|
55
|
+
width?: number | string;
|
|
56
|
+
minWidth?: number | string;
|
|
57
|
+
maxWidth?: number | string;
|
|
58
58
|
fixed?: import("./Table.type").ColumnFixed;
|
|
59
59
|
align?: import("./Table.type").ColumnAlign;
|
|
60
60
|
ellipsis?: boolean;
|
|
@@ -216,12 +216,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
216
216
|
Dropdown: {
|
|
217
217
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
218
218
|
placement: {
|
|
219
|
-
type: PropType<"
|
|
219
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
220
220
|
default: string;
|
|
221
221
|
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;
|
|
222
222
|
};
|
|
223
223
|
trigger: {
|
|
224
|
-
type: PropType<"
|
|
224
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
225
225
|
default: string;
|
|
226
226
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
227
227
|
};
|
|
@@ -263,7 +263,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
263
263
|
type: PropType<any[]>;
|
|
264
264
|
};
|
|
265
265
|
}>> & Readonly<{
|
|
266
|
-
onClick?: (e: import("
|
|
266
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
267
267
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
268
268
|
"onVisible-change"?: (v: boolean) => any;
|
|
269
269
|
}>, {
|
|
@@ -272,7 +272,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
272
272
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
273
273
|
onVisibleChange: (val: boolean) => void;
|
|
274
274
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
275
|
-
click: (e: import("
|
|
275
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
276
276
|
'visible-change': (v: boolean) => boolean;
|
|
277
277
|
'update:visible': (v: boolean) => boolean;
|
|
278
278
|
}, import("vue").PublicProps, {
|
|
@@ -293,7 +293,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
293
293
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
294
294
|
};
|
|
295
295
|
placement: {
|
|
296
|
-
type: PropType<"
|
|
296
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
297
297
|
default: string;
|
|
298
298
|
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;
|
|
299
299
|
};
|
|
@@ -315,8 +315,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
315
315
|
type: StringConstructor;
|
|
316
316
|
};
|
|
317
317
|
trigger: {
|
|
318
|
-
type: PropType<("
|
|
319
|
-
default: () => ("
|
|
318
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
319
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
320
320
|
};
|
|
321
321
|
mouseEnterDelay: {
|
|
322
322
|
type: NumberConstructor;
|
|
@@ -384,7 +384,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
384
384
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
385
385
|
};
|
|
386
386
|
placement: {
|
|
387
|
-
type: PropType<"
|
|
387
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
388
388
|
default: string;
|
|
389
389
|
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;
|
|
390
390
|
};
|
|
@@ -406,8 +406,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
type: StringConstructor;
|
|
407
407
|
};
|
|
408
408
|
trigger: {
|
|
409
|
-
type: PropType<("
|
|
410
|
-
default: () => ("
|
|
409
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
410
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
411
411
|
};
|
|
412
412
|
mouseEnterDelay: {
|
|
413
413
|
type: NumberConstructor;
|
|
@@ -481,12 +481,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
481
481
|
Defaults: {};
|
|
482
482
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
483
483
|
placement: {
|
|
484
|
-
type: PropType<"
|
|
484
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
485
485
|
default: string;
|
|
486
486
|
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;
|
|
487
487
|
};
|
|
488
488
|
trigger: {
|
|
489
|
-
type: PropType<"
|
|
489
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
490
490
|
default: string;
|
|
491
491
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
492
492
|
};
|
|
@@ -528,7 +528,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
528
528
|
type: PropType<any[]>;
|
|
529
529
|
};
|
|
530
530
|
}>> & Readonly<{
|
|
531
|
-
onClick?: (e: import("
|
|
531
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
532
532
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
533
533
|
"onVisible-change"?: (v: boolean) => any;
|
|
534
534
|
}>, {
|
|
@@ -551,12 +551,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
551
551
|
__isSuspense?: never;
|
|
552
552
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
553
553
|
placement: {
|
|
554
|
-
type: PropType<"
|
|
554
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
555
555
|
default: string;
|
|
556
556
|
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;
|
|
557
557
|
};
|
|
558
558
|
trigger: {
|
|
559
|
-
type: PropType<"
|
|
559
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
560
560
|
default: string;
|
|
561
561
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
562
562
|
};
|
|
@@ -598,7 +598,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
598
598
|
type: PropType<any[]>;
|
|
599
599
|
};
|
|
600
600
|
}>> & Readonly<{
|
|
601
|
-
onClick?: (e: import("
|
|
601
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
602
602
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
603
603
|
"onVisible-change"?: (v: boolean) => any;
|
|
604
604
|
}>, {
|
|
@@ -607,7 +607,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
607
607
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
608
608
|
onVisibleChange: (val: boolean) => void;
|
|
609
609
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
610
|
-
click: (e: import("
|
|
610
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
611
611
|
'visible-change': (v: boolean) => boolean;
|
|
612
612
|
'update:visible': (v: boolean) => boolean;
|
|
613
613
|
}, string, {
|
|
@@ -628,7 +628,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
628
628
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
629
629
|
};
|
|
630
630
|
placement: {
|
|
631
|
-
type: PropType<"
|
|
631
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
632
632
|
default: string;
|
|
633
633
|
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;
|
|
634
634
|
};
|
|
@@ -650,8 +650,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
650
650
|
type: StringConstructor;
|
|
651
651
|
};
|
|
652
652
|
trigger: {
|
|
653
|
-
type: PropType<("
|
|
654
|
-
default: () => ("
|
|
653
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
654
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
655
655
|
};
|
|
656
656
|
mouseEnterDelay: {
|
|
657
657
|
type: NumberConstructor;
|
|
@@ -719,7 +719,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
719
719
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
720
720
|
};
|
|
721
721
|
placement: {
|
|
722
|
-
type: PropType<"
|
|
722
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
723
723
|
default: string;
|
|
724
724
|
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;
|
|
725
725
|
};
|
|
@@ -741,8 +741,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
741
741
|
type: StringConstructor;
|
|
742
742
|
};
|
|
743
743
|
trigger: {
|
|
744
|
-
type: PropType<("
|
|
745
|
-
default: () => ("
|
|
744
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
745
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
746
746
|
};
|
|
747
747
|
mouseEnterDelay: {
|
|
748
748
|
type: NumberConstructor;
|
|
@@ -807,11 +807,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
807
807
|
};
|
|
808
808
|
};
|
|
809
809
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
810
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
810
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
811
811
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
812
812
|
options: {
|
|
813
|
-
type: PropType<import("
|
|
814
|
-
default: () => import("
|
|
813
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
814
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
815
815
|
};
|
|
816
816
|
icon: {
|
|
817
817
|
type: BooleanConstructor;
|
|
@@ -828,8 +828,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
828
828
|
handleMenuClick: (e: any) => void;
|
|
829
829
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
830
830
|
options: {
|
|
831
|
-
type: PropType<import("
|
|
832
|
-
default: () => import("
|
|
831
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
832
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
833
833
|
};
|
|
834
834
|
icon: {
|
|
835
835
|
type: BooleanConstructor;
|
|
@@ -844,7 +844,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
844
844
|
onClick?: (...args: any[]) => any;
|
|
845
845
|
}>, {
|
|
846
846
|
icon: boolean;
|
|
847
|
-
options: import("
|
|
847
|
+
options: import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
848
848
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
849
849
|
Trigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
850
850
|
type: {
|
|
@@ -853,24 +853,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
853
853
|
validator: (val: string) => boolean;
|
|
854
854
|
};
|
|
855
855
|
icon: {
|
|
856
|
-
type: PropType<import("
|
|
856
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
857
857
|
};
|
|
858
858
|
text: {
|
|
859
859
|
type: StringConstructor;
|
|
860
860
|
};
|
|
861
861
|
buttonType: {
|
|
862
|
-
type: PropType<"
|
|
862
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
863
863
|
default: string;
|
|
864
864
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
865
865
|
};
|
|
866
866
|
variant: {
|
|
867
|
-
type: PropType<"
|
|
867
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
868
868
|
default: string;
|
|
869
869
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
870
870
|
};
|
|
871
871
|
color: {
|
|
872
|
-
type: PropType<"
|
|
873
|
-
default:
|
|
872
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
873
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
874
874
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
875
875
|
};
|
|
876
876
|
}>, {
|
|
@@ -883,24 +883,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
883
883
|
validator: (val: string) => boolean;
|
|
884
884
|
};
|
|
885
885
|
icon: {
|
|
886
|
-
type: PropType<import("
|
|
886
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
887
887
|
};
|
|
888
888
|
text: {
|
|
889
889
|
type: StringConstructor;
|
|
890
890
|
};
|
|
891
891
|
buttonType: {
|
|
892
|
-
type: PropType<"
|
|
892
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
893
893
|
default: string;
|
|
894
894
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
895
895
|
};
|
|
896
896
|
variant: {
|
|
897
|
-
type: PropType<"
|
|
897
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
898
898
|
default: string;
|
|
899
899
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
900
900
|
};
|
|
901
901
|
color: {
|
|
902
|
-
type: PropType<"
|
|
903
|
-
default:
|
|
902
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
903
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
904
904
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
905
905
|
};
|
|
906
906
|
}>> & Readonly<{}>, {
|
|
@@ -909,7 +909,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
909
909
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
910
910
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
911
911
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
912
|
-
};
|
|
912
|
+
});
|
|
913
913
|
Render: {
|
|
914
914
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
915
915
|
props: {
|
|
@@ -921,12 +921,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
921
921
|
UMenu: {
|
|
922
922
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
923
923
|
mode: {
|
|
924
|
-
type: PropType<"
|
|
924
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
925
925
|
default: string;
|
|
926
|
-
validator: (val: "
|
|
926
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
927
927
|
};
|
|
928
928
|
theme: {
|
|
929
|
-
type: PropType<"
|
|
929
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
930
930
|
default: string;
|
|
931
931
|
validator: (val: "light" | "dark") => boolean;
|
|
932
932
|
};
|
|
@@ -965,27 +965,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
965
965
|
default: undefined;
|
|
966
966
|
};
|
|
967
967
|
}>> & Readonly<{
|
|
968
|
-
onClick?: (e: import("
|
|
969
|
-
onSelect?: (e: import("
|
|
970
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
971
|
-
onDeselect?: (e: import("
|
|
968
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
969
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
970
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
971
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
972
972
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
973
973
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
974
974
|
}>, {
|
|
975
975
|
rootMenu: import("vue").Ref<any, any>;
|
|
976
976
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
977
|
-
computedMode: import("vue").Ref<"
|
|
977
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
978
978
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
979
979
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
980
980
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
981
|
-
click: (e: import("
|
|
982
|
-
select: (e: import("
|
|
983
|
-
deselect: (e: import("
|
|
981
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
982
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
983
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
984
984
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
985
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
985
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
986
986
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
987
987
|
}, import("vue").PublicProps, {
|
|
988
|
-
mode: "
|
|
988
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
989
989
|
multiple: boolean;
|
|
990
990
|
theme: "light" | "dark";
|
|
991
991
|
openKeys: (string | number)[];
|
|
@@ -1011,12 +1011,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1011
1011
|
Defaults: {};
|
|
1012
1012
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1013
1013
|
mode: {
|
|
1014
|
-
type: PropType<"
|
|
1014
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1015
1015
|
default: string;
|
|
1016
|
-
validator: (val: "
|
|
1016
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1017
1017
|
};
|
|
1018
1018
|
theme: {
|
|
1019
|
-
type: PropType<"
|
|
1019
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
1020
1020
|
default: string;
|
|
1021
1021
|
validator: (val: "light" | "dark") => boolean;
|
|
1022
1022
|
};
|
|
@@ -1055,20 +1055,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1055
1055
|
default: undefined;
|
|
1056
1056
|
};
|
|
1057
1057
|
}>> & Readonly<{
|
|
1058
|
-
onClick?: (e: import("
|
|
1059
|
-
onSelect?: (e: import("
|
|
1060
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1061
|
-
onDeselect?: (e: import("
|
|
1058
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1059
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1060
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1061
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1062
1062
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1063
1063
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1064
1064
|
}>, {
|
|
1065
1065
|
rootMenu: import("vue").Ref<any, any>;
|
|
1066
1066
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1067
|
-
computedMode: import("vue").Ref<"
|
|
1067
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1068
1068
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1069
1069
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1070
1070
|
}, {}, {}, {}, {
|
|
1071
|
-
mode: "
|
|
1071
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1072
1072
|
multiple: boolean;
|
|
1073
1073
|
theme: "light" | "dark";
|
|
1074
1074
|
openKeys: (string | number)[];
|
|
@@ -1082,12 +1082,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1082
1082
|
__isSuspense?: never;
|
|
1083
1083
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1084
1084
|
mode: {
|
|
1085
|
-
type: PropType<"
|
|
1085
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1086
1086
|
default: string;
|
|
1087
|
-
validator: (val: "
|
|
1087
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1088
1088
|
};
|
|
1089
1089
|
theme: {
|
|
1090
|
-
type: PropType<"
|
|
1090
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
1091
1091
|
default: string;
|
|
1092
1092
|
validator: (val: "light" | "dark") => boolean;
|
|
1093
1093
|
};
|
|
@@ -1126,27 +1126,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1126
1126
|
default: undefined;
|
|
1127
1127
|
};
|
|
1128
1128
|
}>> & Readonly<{
|
|
1129
|
-
onClick?: (e: import("
|
|
1130
|
-
onSelect?: (e: import("
|
|
1131
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1132
|
-
onDeselect?: (e: import("
|
|
1129
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1130
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1131
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1132
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1133
1133
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1134
1134
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1135
1135
|
}>, {
|
|
1136
1136
|
rootMenu: import("vue").Ref<any, any>;
|
|
1137
1137
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1138
|
-
computedMode: import("vue").Ref<"
|
|
1138
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1139
1139
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1140
1140
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1141
1141
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1142
|
-
click: (e: import("
|
|
1143
|
-
select: (e: import("
|
|
1144
|
-
deselect: (e: import("
|
|
1142
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
1143
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1144
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1145
1145
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1146
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
1146
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1147
1147
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1148
1148
|
}, string, {
|
|
1149
|
-
mode: "
|
|
1149
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1150
1150
|
multiple: boolean;
|
|
1151
1151
|
theme: "light" | "dark";
|
|
1152
1152
|
openKeys: (string | number)[];
|
|
@@ -1163,7 +1163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1163
1163
|
};
|
|
1164
1164
|
};
|
|
1165
1165
|
};
|
|
1166
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1166
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1167
1167
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1168
1168
|
name: {
|
|
1169
1169
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1176,8 +1176,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1176
1176
|
type: StringConstructor;
|
|
1177
1177
|
};
|
|
1178
1178
|
color: {
|
|
1179
|
-
type: PropType<"
|
|
1180
|
-
default:
|
|
1179
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1180
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1181
1181
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1182
1182
|
};
|
|
1183
1183
|
}>, {
|
|
@@ -1188,7 +1188,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1188
1188
|
style: import("vue").ComputedRef<CSSProperties>;
|
|
1189
1189
|
onClick: () => void;
|
|
1190
1190
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1191
|
-
click: (e: import("
|
|
1191
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
1192
1192
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1193
1193
|
name: {
|
|
1194
1194
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1201,12 +1201,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1201
1201
|
type: StringConstructor;
|
|
1202
1202
|
};
|
|
1203
1203
|
color: {
|
|
1204
|
-
type: PropType<"
|
|
1205
|
-
default:
|
|
1204
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1205
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1206
1206
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1207
1207
|
};
|
|
1208
1208
|
}>> & Readonly<{
|
|
1209
|
-
onClick?: (e: import("
|
|
1209
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
1210
1210
|
}>, {
|
|
1211
1211
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1212
1212
|
disabled: boolean;
|
|
@@ -1215,7 +1215,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1215
1215
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1216
1216
|
placement: {
|
|
1217
1217
|
default: string;
|
|
1218
|
-
type: PropType<"
|
|
1218
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1219
1219
|
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;
|
|
1220
1220
|
};
|
|
1221
1221
|
title: {
|
|
@@ -1246,7 +1246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1246
1246
|
default: string;
|
|
1247
1247
|
};
|
|
1248
1248
|
trigger: {
|
|
1249
|
-
type: PropType<"
|
|
1249
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1250
1250
|
default: string;
|
|
1251
1251
|
validator: (val: "click" | "hover") => boolean;
|
|
1252
1252
|
};
|
|
@@ -1260,8 +1260,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1260
1260
|
default: boolean;
|
|
1261
1261
|
};
|
|
1262
1262
|
color: {
|
|
1263
|
-
type: PropType<"
|
|
1264
|
-
default:
|
|
1263
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1264
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1265
1265
|
validator: (val: string) => boolean;
|
|
1266
1266
|
};
|
|
1267
1267
|
}>> & Readonly<{
|
|
@@ -1327,7 +1327,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1327
1327
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1328
1328
|
};
|
|
1329
1329
|
placement: {
|
|
1330
|
-
type: PropType<"
|
|
1330
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1331
1331
|
default: string;
|
|
1332
1332
|
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;
|
|
1333
1333
|
};
|
|
@@ -1349,8 +1349,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1349
1349
|
type: StringConstructor;
|
|
1350
1350
|
};
|
|
1351
1351
|
trigger: {
|
|
1352
|
-
type: PropType<("
|
|
1353
|
-
default: () => ("
|
|
1352
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1353
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1354
1354
|
};
|
|
1355
1355
|
mouseEnterDelay: {
|
|
1356
1356
|
type: NumberConstructor;
|
|
@@ -1418,7 +1418,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1418
1418
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1419
1419
|
};
|
|
1420
1420
|
placement: {
|
|
1421
|
-
type: PropType<"
|
|
1421
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1422
1422
|
default: string;
|
|
1423
1423
|
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;
|
|
1424
1424
|
};
|
|
@@ -1440,8 +1440,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1440
1440
|
type: StringConstructor;
|
|
1441
1441
|
};
|
|
1442
1442
|
trigger: {
|
|
1443
|
-
type: PropType<("
|
|
1444
|
-
default: () => ("
|
|
1443
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1444
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1445
1445
|
};
|
|
1446
1446
|
mouseEnterDelay: {
|
|
1447
1447
|
type: NumberConstructor;
|
|
@@ -1516,7 +1516,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1516
1516
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1517
1517
|
placement: {
|
|
1518
1518
|
default: string;
|
|
1519
|
-
type: PropType<"
|
|
1519
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1520
1520
|
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;
|
|
1521
1521
|
};
|
|
1522
1522
|
title: {
|
|
@@ -1547,7 +1547,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1547
1547
|
default: string;
|
|
1548
1548
|
};
|
|
1549
1549
|
trigger: {
|
|
1550
|
-
type: PropType<"
|
|
1550
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1551
1551
|
default: string;
|
|
1552
1552
|
validator: (val: "click" | "hover") => boolean;
|
|
1553
1553
|
};
|
|
@@ -1561,8 +1561,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1561
1561
|
default: boolean;
|
|
1562
1562
|
};
|
|
1563
1563
|
color: {
|
|
1564
|
-
type: PropType<"
|
|
1565
|
-
default:
|
|
1564
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1565
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1566
1566
|
validator: (val: string) => boolean;
|
|
1567
1567
|
};
|
|
1568
1568
|
}>> & Readonly<{
|
|
@@ -1623,7 +1623,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1623
1623
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1624
1624
|
placement: {
|
|
1625
1625
|
default: string;
|
|
1626
|
-
type: PropType<"
|
|
1626
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1627
1627
|
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;
|
|
1628
1628
|
};
|
|
1629
1629
|
title: {
|
|
@@ -1654,7 +1654,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1654
1654
|
default: string;
|
|
1655
1655
|
};
|
|
1656
1656
|
trigger: {
|
|
1657
|
-
type: PropType<"
|
|
1657
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1658
1658
|
default: string;
|
|
1659
1659
|
validator: (val: "click" | "hover") => boolean;
|
|
1660
1660
|
};
|
|
@@ -1668,8 +1668,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1668
1668
|
default: boolean;
|
|
1669
1669
|
};
|
|
1670
1670
|
color: {
|
|
1671
|
-
type: PropType<"
|
|
1672
|
-
default:
|
|
1671
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1672
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1673
1673
|
validator: (val: string) => boolean;
|
|
1674
1674
|
};
|
|
1675
1675
|
}>> & Readonly<{
|
|
@@ -1735,7 +1735,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1735
1735
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1736
1736
|
};
|
|
1737
1737
|
placement: {
|
|
1738
|
-
type: PropType<"
|
|
1738
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1739
1739
|
default: string;
|
|
1740
1740
|
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;
|
|
1741
1741
|
};
|
|
@@ -1757,8 +1757,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1757
1757
|
type: StringConstructor;
|
|
1758
1758
|
};
|
|
1759
1759
|
trigger: {
|
|
1760
|
-
type: PropType<("
|
|
1761
|
-
default: () => ("
|
|
1760
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1761
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1762
1762
|
};
|
|
1763
1763
|
mouseEnterDelay: {
|
|
1764
1764
|
type: NumberConstructor;
|
|
@@ -1826,7 +1826,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1826
1826
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1827
1827
|
};
|
|
1828
1828
|
placement: {
|
|
1829
|
-
type: PropType<"
|
|
1829
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1830
1830
|
default: string;
|
|
1831
1831
|
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;
|
|
1832
1832
|
};
|
|
@@ -1848,8 +1848,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1848
1848
|
type: StringConstructor;
|
|
1849
1849
|
};
|
|
1850
1850
|
trigger: {
|
|
1851
|
-
type: PropType<("
|
|
1852
|
-
default: () => ("
|
|
1851
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1852
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1853
1853
|
};
|
|
1854
1854
|
mouseEnterDelay: {
|
|
1855
1855
|
type: NumberConstructor;
|
|
@@ -1914,7 +1914,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1914
1914
|
};
|
|
1915
1915
|
};
|
|
1916
1916
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1917
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1917
|
+
} & 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>);
|
|
1918
1918
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1919
1919
|
SubMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1920
1920
|
name: {
|
|
@@ -1931,16 +1931,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1931
1931
|
type: StringConstructor;
|
|
1932
1932
|
};
|
|
1933
1933
|
color: {
|
|
1934
|
-
type: PropType<"
|
|
1935
|
-
default:
|
|
1934
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1935
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1936
1936
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1937
1937
|
};
|
|
1938
1938
|
}>, {
|
|
1939
1939
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1940
1940
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
1941
1941
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1942
|
-
mode: import("vue").ComputedRef<"
|
|
1943
|
-
subMode: import("vue").ComputedRef<"
|
|
1942
|
+
mode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1943
|
+
subMode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1944
1944
|
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1945
1945
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1946
1946
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
@@ -1973,8 +1973,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1973
1973
|
type: StringConstructor;
|
|
1974
1974
|
};
|
|
1975
1975
|
color: {
|
|
1976
|
-
type: PropType<"
|
|
1977
|
-
default:
|
|
1976
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1977
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1978
1978
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1979
1979
|
};
|
|
1980
1980
|
}>> & Readonly<{
|
|
@@ -1993,7 +1993,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1993
1993
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1994
1994
|
};
|
|
1995
1995
|
placement: {
|
|
1996
|
-
type: PropType<"
|
|
1996
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1997
1997
|
default: string;
|
|
1998
1998
|
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;
|
|
1999
1999
|
};
|
|
@@ -2015,8 +2015,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2015
2015
|
type: StringConstructor;
|
|
2016
2016
|
};
|
|
2017
2017
|
trigger: {
|
|
2018
|
-
type: PropType<("
|
|
2019
|
-
default: () => ("
|
|
2018
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2019
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2020
2020
|
};
|
|
2021
2021
|
mouseEnterDelay: {
|
|
2022
2022
|
type: NumberConstructor;
|
|
@@ -2084,7 +2084,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2084
2084
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2085
2085
|
};
|
|
2086
2086
|
placement: {
|
|
2087
|
-
type: PropType<"
|
|
2087
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2088
2088
|
default: string;
|
|
2089
2089
|
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;
|
|
2090
2090
|
};
|
|
@@ -2106,8 +2106,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2106
2106
|
type: StringConstructor;
|
|
2107
2107
|
};
|
|
2108
2108
|
trigger: {
|
|
2109
|
-
type: PropType<("
|
|
2110
|
-
default: () => ("
|
|
2109
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2110
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2111
2111
|
};
|
|
2112
2112
|
mouseEnterDelay: {
|
|
2113
2113
|
type: NumberConstructor;
|
|
@@ -2186,7 +2186,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2186
2186
|
default: string;
|
|
2187
2187
|
};
|
|
2188
2188
|
icon: {
|
|
2189
|
-
type: PropType<import("
|
|
2189
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2190
2190
|
};
|
|
2191
2191
|
}>> & Readonly<{
|
|
2192
2192
|
onClick?: (ev: Event) => any;
|
|
@@ -2233,7 +2233,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2233
2233
|
default: string;
|
|
2234
2234
|
};
|
|
2235
2235
|
icon: {
|
|
2236
|
-
type: PropType<import("
|
|
2236
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2237
2237
|
};
|
|
2238
2238
|
}>> & Readonly<{
|
|
2239
2239
|
onClick?: (ev: Event) => any;
|
|
@@ -2275,7 +2275,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2275
2275
|
default: string;
|
|
2276
2276
|
};
|
|
2277
2277
|
icon: {
|
|
2278
|
-
type: PropType<import("
|
|
2278
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2279
2279
|
};
|
|
2280
2280
|
}>> & Readonly<{
|
|
2281
2281
|
onClick?: (ev: Event) => any;
|
|
@@ -2302,31 +2302,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2302
2302
|
}, string, {
|
|
2303
2303
|
color: string;
|
|
2304
2304
|
spin: boolean;
|
|
2305
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2305
|
+
}, {}, 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>);
|
|
2306
2306
|
ULineDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2307
2307
|
ULineRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2308
2308
|
CollapseTransition: {
|
|
2309
2309
|
(props: {
|
|
2310
2310
|
appear: boolean;
|
|
2311
|
-
}, { slots }: Omit<{
|
|
2312
|
-
attrs: {
|
|
2313
|
-
[x: string]: unknown;
|
|
2314
|
-
};
|
|
2315
|
-
slots: Readonly<{
|
|
2316
|
-
[name: string]: import("vue").Slot<any>;
|
|
2317
|
-
}>;
|
|
2318
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2319
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2320
|
-
} | {
|
|
2321
|
-
attrs: {
|
|
2322
|
-
[x: string]: unknown;
|
|
2323
|
-
};
|
|
2324
|
-
slots: Readonly<{
|
|
2325
|
-
[name: string]: import("vue").Slot<any>;
|
|
2326
|
-
}>;
|
|
2327
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2328
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2329
|
-
}, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2311
|
+
}, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2330
2312
|
[key: string]: any;
|
|
2331
2313
|
}>;
|
|
2332
2314
|
props: {
|
|
@@ -2351,7 +2333,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2351
2333
|
Divider: import("vue").DefineComponent<{}, {
|
|
2352
2334
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
2353
2335
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2354
|
-
};
|
|
2336
|
+
});
|
|
2355
2337
|
MenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2356
2338
|
name: {
|
|
2357
2339
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2364,8 +2346,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2364
2346
|
type: StringConstructor;
|
|
2365
2347
|
};
|
|
2366
2348
|
color: {
|
|
2367
|
-
type: PropType<"
|
|
2368
|
-
default:
|
|
2349
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2350
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2369
2351
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2370
2352
|
};
|
|
2371
2353
|
}>, {
|
|
@@ -2376,7 +2358,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2376
2358
|
style: import("vue").ComputedRef<CSSProperties>;
|
|
2377
2359
|
onClick: () => void;
|
|
2378
2360
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2379
|
-
click: (e: import("
|
|
2361
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
2380
2362
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2381
2363
|
name: {
|
|
2382
2364
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2389,12 +2371,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2389
2371
|
type: StringConstructor;
|
|
2390
2372
|
};
|
|
2391
2373
|
color: {
|
|
2392
|
-
type: PropType<"
|
|
2393
|
-
default:
|
|
2374
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2375
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2394
2376
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2395
2377
|
};
|
|
2396
2378
|
}>> & Readonly<{
|
|
2397
|
-
onClick?: (e: import("
|
|
2379
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
2398
2380
|
}>, {
|
|
2399
2381
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2400
2382
|
disabled: boolean;
|
|
@@ -2403,7 +2385,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2403
2385
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2404
2386
|
placement: {
|
|
2405
2387
|
default: string;
|
|
2406
|
-
type: PropType<"
|
|
2388
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2407
2389
|
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;
|
|
2408
2390
|
};
|
|
2409
2391
|
title: {
|
|
@@ -2434,7 +2416,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2434
2416
|
default: string;
|
|
2435
2417
|
};
|
|
2436
2418
|
trigger: {
|
|
2437
|
-
type: PropType<"
|
|
2419
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2438
2420
|
default: string;
|
|
2439
2421
|
validator: (val: "click" | "hover") => boolean;
|
|
2440
2422
|
};
|
|
@@ -2448,8 +2430,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2448
2430
|
default: boolean;
|
|
2449
2431
|
};
|
|
2450
2432
|
color: {
|
|
2451
|
-
type: PropType<"
|
|
2452
|
-
default:
|
|
2433
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2434
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2453
2435
|
validator: (val: string) => boolean;
|
|
2454
2436
|
};
|
|
2455
2437
|
}>> & Readonly<{
|
|
@@ -2515,7 +2497,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2515
2497
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2516
2498
|
};
|
|
2517
2499
|
placement: {
|
|
2518
|
-
type: PropType<"
|
|
2500
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2519
2501
|
default: string;
|
|
2520
2502
|
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;
|
|
2521
2503
|
};
|
|
@@ -2537,8 +2519,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2537
2519
|
type: StringConstructor;
|
|
2538
2520
|
};
|
|
2539
2521
|
trigger: {
|
|
2540
|
-
type: PropType<("
|
|
2541
|
-
default: () => ("
|
|
2522
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2523
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2542
2524
|
};
|
|
2543
2525
|
mouseEnterDelay: {
|
|
2544
2526
|
type: NumberConstructor;
|
|
@@ -2606,7 +2588,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2606
2588
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2607
2589
|
};
|
|
2608
2590
|
placement: {
|
|
2609
|
-
type: PropType<"
|
|
2591
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2610
2592
|
default: string;
|
|
2611
2593
|
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;
|
|
2612
2594
|
};
|
|
@@ -2628,8 +2610,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2628
2610
|
type: StringConstructor;
|
|
2629
2611
|
};
|
|
2630
2612
|
trigger: {
|
|
2631
|
-
type: PropType<("
|
|
2632
|
-
default: () => ("
|
|
2613
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2614
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2633
2615
|
};
|
|
2634
2616
|
mouseEnterDelay: {
|
|
2635
2617
|
type: NumberConstructor;
|
|
@@ -2704,7 +2686,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2704
2686
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2705
2687
|
placement: {
|
|
2706
2688
|
default: string;
|
|
2707
|
-
type: PropType<"
|
|
2689
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2708
2690
|
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;
|
|
2709
2691
|
};
|
|
2710
2692
|
title: {
|
|
@@ -2735,7 +2717,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2735
2717
|
default: string;
|
|
2736
2718
|
};
|
|
2737
2719
|
trigger: {
|
|
2738
|
-
type: PropType<"
|
|
2720
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2739
2721
|
default: string;
|
|
2740
2722
|
validator: (val: "click" | "hover") => boolean;
|
|
2741
2723
|
};
|
|
@@ -2749,8 +2731,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2749
2731
|
default: boolean;
|
|
2750
2732
|
};
|
|
2751
2733
|
color: {
|
|
2752
|
-
type: PropType<"
|
|
2753
|
-
default:
|
|
2734
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2735
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2754
2736
|
validator: (val: string) => boolean;
|
|
2755
2737
|
};
|
|
2756
2738
|
}>> & Readonly<{
|
|
@@ -2811,7 +2793,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2811
2793
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2812
2794
|
placement: {
|
|
2813
2795
|
default: string;
|
|
2814
|
-
type: PropType<"
|
|
2796
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2815
2797
|
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;
|
|
2816
2798
|
};
|
|
2817
2799
|
title: {
|
|
@@ -2842,7 +2824,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2842
2824
|
default: string;
|
|
2843
2825
|
};
|
|
2844
2826
|
trigger: {
|
|
2845
|
-
type: PropType<"
|
|
2827
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2846
2828
|
default: string;
|
|
2847
2829
|
validator: (val: "click" | "hover") => boolean;
|
|
2848
2830
|
};
|
|
@@ -2856,8 +2838,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2856
2838
|
default: boolean;
|
|
2857
2839
|
};
|
|
2858
2840
|
color: {
|
|
2859
|
-
type: PropType<"
|
|
2860
|
-
default:
|
|
2841
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2842
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2861
2843
|
validator: (val: string) => boolean;
|
|
2862
2844
|
};
|
|
2863
2845
|
}>> & Readonly<{
|
|
@@ -2923,7 +2905,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2923
2905
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2924
2906
|
};
|
|
2925
2907
|
placement: {
|
|
2926
|
-
type: PropType<"
|
|
2908
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2927
2909
|
default: string;
|
|
2928
2910
|
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;
|
|
2929
2911
|
};
|
|
@@ -2945,8 +2927,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2945
2927
|
type: StringConstructor;
|
|
2946
2928
|
};
|
|
2947
2929
|
trigger: {
|
|
2948
|
-
type: PropType<("
|
|
2949
|
-
default: () => ("
|
|
2930
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2931
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2950
2932
|
};
|
|
2951
2933
|
mouseEnterDelay: {
|
|
2952
2934
|
type: NumberConstructor;
|
|
@@ -3014,7 +2996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3014
2996
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
3015
2997
|
};
|
|
3016
2998
|
placement: {
|
|
3017
|
-
type: PropType<"
|
|
2999
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
3018
3000
|
default: string;
|
|
3019
3001
|
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;
|
|
3020
3002
|
};
|
|
@@ -3036,8 +3018,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3036
3018
|
type: StringConstructor;
|
|
3037
3019
|
};
|
|
3038
3020
|
trigger: {
|
|
3039
|
-
type: PropType<("
|
|
3040
|
-
default: () => ("
|
|
3021
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
3022
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
3041
3023
|
};
|
|
3042
3024
|
mouseEnterDelay: {
|
|
3043
3025
|
type: NumberConstructor;
|
|
@@ -3102,7 +3084,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3102
3084
|
};
|
|
3103
3085
|
};
|
|
3104
3086
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3105
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3087
|
+
} & 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>);
|
|
3106
3088
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3107
3089
|
Checkbox: {
|
|
3108
3090
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3127,9 +3109,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3127
3109
|
default: boolean;
|
|
3128
3110
|
};
|
|
3129
3111
|
size: {
|
|
3130
|
-
type: PropType<"
|
|
3112
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3131
3113
|
default: string;
|
|
3132
|
-
validator: (val: "
|
|
3114
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3133
3115
|
};
|
|
3134
3116
|
name: {
|
|
3135
3117
|
type: StringConstructor;
|
|
@@ -3144,16 +3126,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3144
3126
|
default: boolean;
|
|
3145
3127
|
};
|
|
3146
3128
|
color: {
|
|
3147
|
-
type: PropType<"
|
|
3148
|
-
default:
|
|
3129
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3130
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3149
3131
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3150
3132
|
};
|
|
3151
3133
|
}>> & Readonly<{
|
|
3152
|
-
onChange?: (val: import("
|
|
3153
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3134
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3135
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3154
3136
|
}>, {
|
|
3155
3137
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3156
|
-
computedSize: import("vue").ComputedRef<"
|
|
3138
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3157
3139
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3158
3140
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3159
3141
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3166,12 +3148,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3166
3148
|
handleBlur: () => void;
|
|
3167
3149
|
onClick: (e: MouseEvent) => void;
|
|
3168
3150
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3169
|
-
'update:modelValue': (val: import("
|
|
3170
|
-
change: (val: import("
|
|
3151
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3152
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3171
3153
|
}, import("vue").PublicProps, {
|
|
3172
3154
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3173
3155
|
name: string;
|
|
3174
|
-
size: "
|
|
3156
|
+
size: "default" | "small" | "large";
|
|
3175
3157
|
disabled: boolean;
|
|
3176
3158
|
modelValue: string | number | boolean;
|
|
3177
3159
|
value: string | number;
|
|
@@ -3194,7 +3176,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3194
3176
|
default: string;
|
|
3195
3177
|
};
|
|
3196
3178
|
icon: {
|
|
3197
|
-
type: PropType<import("
|
|
3179
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3198
3180
|
};
|
|
3199
3181
|
}>> & Readonly<{
|
|
3200
3182
|
onClick?: (ev: Event) => any;
|
|
@@ -3241,7 +3223,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3241
3223
|
default: string;
|
|
3242
3224
|
};
|
|
3243
3225
|
icon: {
|
|
3244
|
-
type: PropType<import("
|
|
3226
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3245
3227
|
};
|
|
3246
3228
|
}>> & Readonly<{
|
|
3247
3229
|
onClick?: (ev: Event) => any;
|
|
@@ -3283,7 +3265,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3283
3265
|
default: string;
|
|
3284
3266
|
};
|
|
3285
3267
|
icon: {
|
|
3286
|
-
type: PropType<import("
|
|
3268
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3287
3269
|
};
|
|
3288
3270
|
}>> & Readonly<{
|
|
3289
3271
|
onClick?: (ev: Event) => any;
|
|
@@ -3310,7 +3292,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3310
3292
|
}, string, {
|
|
3311
3293
|
color: string;
|
|
3312
3294
|
spin: boolean;
|
|
3313
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3295
|
+
}, {}, 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>);
|
|
3314
3296
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3315
3297
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3316
3298
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3342,9 +3324,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3342
3324
|
default: boolean;
|
|
3343
3325
|
};
|
|
3344
3326
|
size: {
|
|
3345
|
-
type: PropType<"
|
|
3327
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3346
3328
|
default: string;
|
|
3347
|
-
validator: (val: "
|
|
3329
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3348
3330
|
};
|
|
3349
3331
|
name: {
|
|
3350
3332
|
type: StringConstructor;
|
|
@@ -3359,16 +3341,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3359
3341
|
default: boolean;
|
|
3360
3342
|
};
|
|
3361
3343
|
color: {
|
|
3362
|
-
type: PropType<"
|
|
3363
|
-
default:
|
|
3344
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3345
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3364
3346
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3365
3347
|
};
|
|
3366
3348
|
}>> & Readonly<{
|
|
3367
|
-
onChange?: (val: import("
|
|
3368
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3349
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3350
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3369
3351
|
}>, {
|
|
3370
3352
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3371
|
-
computedSize: import("vue").ComputedRef<"
|
|
3353
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3372
3354
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3373
3355
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3374
3356
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3383,7 +3365,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3383
3365
|
}, {}, {}, {}, {
|
|
3384
3366
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3385
3367
|
name: string;
|
|
3386
|
-
size: "
|
|
3368
|
+
size: "default" | "small" | "large";
|
|
3387
3369
|
disabled: boolean;
|
|
3388
3370
|
modelValue: string | number | boolean;
|
|
3389
3371
|
value: string | number;
|
|
@@ -3417,9 +3399,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3417
3399
|
default: boolean;
|
|
3418
3400
|
};
|
|
3419
3401
|
size: {
|
|
3420
|
-
type: PropType<"
|
|
3402
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3421
3403
|
default: string;
|
|
3422
|
-
validator: (val: "
|
|
3404
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3423
3405
|
};
|
|
3424
3406
|
name: {
|
|
3425
3407
|
type: StringConstructor;
|
|
@@ -3434,16 +3416,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3434
3416
|
default: boolean;
|
|
3435
3417
|
};
|
|
3436
3418
|
color: {
|
|
3437
|
-
type: PropType<"
|
|
3438
|
-
default:
|
|
3419
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3420
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3439
3421
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3440
3422
|
};
|
|
3441
3423
|
}>> & Readonly<{
|
|
3442
|
-
onChange?: (val: import("
|
|
3443
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3424
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3425
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3444
3426
|
}>, {
|
|
3445
3427
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3446
|
-
computedSize: import("vue").ComputedRef<"
|
|
3428
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3447
3429
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3448
3430
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3449
3431
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3456,12 +3438,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3456
3438
|
handleBlur: () => void;
|
|
3457
3439
|
onClick: (e: MouseEvent) => void;
|
|
3458
3440
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3459
|
-
'update:modelValue': (val: import("
|
|
3460
|
-
change: (val: import("
|
|
3441
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3442
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3461
3443
|
}, string, {
|
|
3462
3444
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3463
3445
|
name: string;
|
|
3464
|
-
size: "
|
|
3446
|
+
size: "default" | "small" | "large";
|
|
3465
3447
|
disabled: boolean;
|
|
3466
3448
|
modelValue: string | number | boolean;
|
|
3467
3449
|
value: string | number;
|
|
@@ -3484,7 +3466,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3484
3466
|
default: string;
|
|
3485
3467
|
};
|
|
3486
3468
|
icon: {
|
|
3487
|
-
type: PropType<import("
|
|
3469
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3488
3470
|
};
|
|
3489
3471
|
}>> & Readonly<{
|
|
3490
3472
|
onClick?: (ev: Event) => any;
|
|
@@ -3531,7 +3513,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3531
3513
|
default: string;
|
|
3532
3514
|
};
|
|
3533
3515
|
icon: {
|
|
3534
|
-
type: PropType<import("
|
|
3516
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3535
3517
|
};
|
|
3536
3518
|
}>> & Readonly<{
|
|
3537
3519
|
onClick?: (ev: Event) => any;
|
|
@@ -3573,7 +3555,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3573
3555
|
default: string;
|
|
3574
3556
|
};
|
|
3575
3557
|
icon: {
|
|
3576
|
-
type: PropType<import("
|
|
3558
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3577
3559
|
};
|
|
3578
3560
|
}>> & Readonly<{
|
|
3579
3561
|
onClick?: (ev: Event) => any;
|
|
@@ -3600,23 +3582,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3600
3582
|
}, string, {
|
|
3601
3583
|
color: string;
|
|
3602
3584
|
spin: boolean;
|
|
3603
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3585
|
+
}, {}, 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>);
|
|
3604
3586
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3605
3587
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3606
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3588
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3607
3589
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3608
3590
|
modelValue: {
|
|
3609
|
-
type: PropType<import("
|
|
3610
|
-
default: () => import("
|
|
3591
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3592
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3611
3593
|
};
|
|
3612
3594
|
size: {
|
|
3613
|
-
type: PropType<"
|
|
3595
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3614
3596
|
default: string;
|
|
3615
3597
|
validator: (val: string) => boolean;
|
|
3616
3598
|
};
|
|
3617
3599
|
options: {
|
|
3618
|
-
type: PropType<import("
|
|
3619
|
-
default: () => import("
|
|
3600
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3601
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3620
3602
|
};
|
|
3621
3603
|
disabled: {
|
|
3622
3604
|
type: BooleanConstructor;
|
|
@@ -3630,12 +3612,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3630
3612
|
type: StringConstructor;
|
|
3631
3613
|
};
|
|
3632
3614
|
buttonType: {
|
|
3633
|
-
type: PropType<"
|
|
3615
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3634
3616
|
default: string;
|
|
3635
3617
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3636
3618
|
};
|
|
3637
3619
|
type: {
|
|
3638
|
-
type: PropType<"
|
|
3620
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3639
3621
|
default: string;
|
|
3640
3622
|
validator: (val: "default" | "button") => boolean;
|
|
3641
3623
|
};
|
|
@@ -3644,8 +3626,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3644
3626
|
default: boolean;
|
|
3645
3627
|
};
|
|
3646
3628
|
color: {
|
|
3647
|
-
type: PropType<"
|
|
3648
|
-
default:
|
|
3629
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3630
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3649
3631
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3650
3632
|
};
|
|
3651
3633
|
}>, {
|
|
@@ -3656,21 +3638,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3656
3638
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
|
|
3657
3639
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
3658
3640
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3659
|
-
'update:modelValue': (v: import("
|
|
3660
|
-
change: (v: import("
|
|
3641
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3642
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3661
3643
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3662
3644
|
modelValue: {
|
|
3663
|
-
type: PropType<import("
|
|
3664
|
-
default: () => import("
|
|
3645
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3646
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3665
3647
|
};
|
|
3666
3648
|
size: {
|
|
3667
|
-
type: PropType<"
|
|
3649
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3668
3650
|
default: string;
|
|
3669
3651
|
validator: (val: string) => boolean;
|
|
3670
3652
|
};
|
|
3671
3653
|
options: {
|
|
3672
|
-
type: PropType<import("
|
|
3673
|
-
default: () => import("
|
|
3654
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3655
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3674
3656
|
};
|
|
3675
3657
|
disabled: {
|
|
3676
3658
|
type: BooleanConstructor;
|
|
@@ -3684,12 +3666,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3684
3666
|
type: StringConstructor;
|
|
3685
3667
|
};
|
|
3686
3668
|
buttonType: {
|
|
3687
|
-
type: PropType<"
|
|
3669
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3688
3670
|
default: string;
|
|
3689
3671
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3690
3672
|
};
|
|
3691
3673
|
type: {
|
|
3692
|
-
type: PropType<"
|
|
3674
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3693
3675
|
default: string;
|
|
3694
3676
|
validator: (val: "default" | "button") => boolean;
|
|
3695
3677
|
};
|
|
@@ -3698,21 +3680,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3698
3680
|
default: boolean;
|
|
3699
3681
|
};
|
|
3700
3682
|
color: {
|
|
3701
|
-
type: PropType<"
|
|
3702
|
-
default:
|
|
3683
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3684
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3703
3685
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3704
3686
|
};
|
|
3705
3687
|
}>> & Readonly<{
|
|
3706
|
-
onChange?: (v: import("
|
|
3707
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3688
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3689
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3708
3690
|
}>, {
|
|
3709
3691
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3710
3692
|
type: "default" | "button";
|
|
3711
3693
|
loading: boolean;
|
|
3712
|
-
size: "
|
|
3694
|
+
size: "default" | "small" | "large";
|
|
3713
3695
|
disabled: boolean;
|
|
3714
|
-
modelValue: import("
|
|
3715
|
-
options: import("
|
|
3696
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3697
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3716
3698
|
buttonFill: boolean;
|
|
3717
3699
|
buttonType: "fill" | "border" | "card";
|
|
3718
3700
|
}, {}, {
|
|
@@ -3730,7 +3712,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3730
3712
|
default: string;
|
|
3731
3713
|
};
|
|
3732
3714
|
icon: {
|
|
3733
|
-
type: PropType<import("
|
|
3715
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3734
3716
|
};
|
|
3735
3717
|
}>> & Readonly<{
|
|
3736
3718
|
onClick?: (ev: Event) => any;
|
|
@@ -3777,7 +3759,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3777
3759
|
default: string;
|
|
3778
3760
|
};
|
|
3779
3761
|
icon: {
|
|
3780
|
-
type: PropType<import("
|
|
3762
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3781
3763
|
};
|
|
3782
3764
|
}>> & Readonly<{
|
|
3783
3765
|
onClick?: (ev: Event) => any;
|
|
@@ -3819,7 +3801,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3819
3801
|
default: string;
|
|
3820
3802
|
};
|
|
3821
3803
|
icon: {
|
|
3822
|
-
type: PropType<import("
|
|
3804
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3823
3805
|
};
|
|
3824
3806
|
}>> & Readonly<{
|
|
3825
3807
|
onClick?: (ev: Event) => any;
|
|
@@ -3846,7 +3828,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3846
3828
|
}, string, {
|
|
3847
3829
|
color: string;
|
|
3848
3830
|
spin: boolean;
|
|
3849
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3831
|
+
}, {}, 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>);
|
|
3850
3832
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3851
3833
|
modelValue: {
|
|
3852
3834
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3869,9 +3851,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3869
3851
|
default: boolean;
|
|
3870
3852
|
};
|
|
3871
3853
|
size: {
|
|
3872
|
-
type: PropType<"
|
|
3854
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3873
3855
|
default: string;
|
|
3874
|
-
validator: (val: "
|
|
3856
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3875
3857
|
};
|
|
3876
3858
|
name: {
|
|
3877
3859
|
type: StringConstructor;
|
|
@@ -3886,13 +3868,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3886
3868
|
default: boolean;
|
|
3887
3869
|
};
|
|
3888
3870
|
color: {
|
|
3889
|
-
type: PropType<"
|
|
3890
|
-
default:
|
|
3871
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3872
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3891
3873
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3892
3874
|
};
|
|
3893
3875
|
}>, {
|
|
3894
3876
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3895
|
-
computedSize: import("vue").ComputedRef<"
|
|
3877
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3896
3878
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3897
3879
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3898
3880
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3905,8 +3887,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3905
3887
|
handleBlur: () => void;
|
|
3906
3888
|
onClick: (e: MouseEvent) => void;
|
|
3907
3889
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3908
|
-
'update:modelValue': (val: import("
|
|
3909
|
-
change: (val: import("
|
|
3890
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3891
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3910
3892
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3911
3893
|
modelValue: {
|
|
3912
3894
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3929,9 +3911,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3929
3911
|
default: boolean;
|
|
3930
3912
|
};
|
|
3931
3913
|
size: {
|
|
3932
|
-
type: PropType<"
|
|
3914
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3933
3915
|
default: string;
|
|
3934
|
-
validator: (val: "
|
|
3916
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3935
3917
|
};
|
|
3936
3918
|
name: {
|
|
3937
3919
|
type: StringConstructor;
|
|
@@ -3946,17 +3928,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3946
3928
|
default: boolean;
|
|
3947
3929
|
};
|
|
3948
3930
|
color: {
|
|
3949
|
-
type: PropType<"
|
|
3950
|
-
default:
|
|
3931
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3932
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3951
3933
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3952
3934
|
};
|
|
3953
3935
|
}>> & Readonly<{
|
|
3954
|
-
onChange?: (val: import("
|
|
3955
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3936
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3937
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3956
3938
|
}>, {
|
|
3957
3939
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3958
3940
|
name: string;
|
|
3959
|
-
size: "
|
|
3941
|
+
size: "default" | "small" | "large";
|
|
3960
3942
|
disabled: boolean;
|
|
3961
3943
|
modelValue: string | number | boolean;
|
|
3962
3944
|
value: string | number;
|
|
@@ -3979,7 +3961,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3979
3961
|
default: string;
|
|
3980
3962
|
};
|
|
3981
3963
|
icon: {
|
|
3982
|
-
type: PropType<import("
|
|
3964
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3983
3965
|
};
|
|
3984
3966
|
}>> & Readonly<{
|
|
3985
3967
|
onClick?: (ev: Event) => any;
|
|
@@ -4026,7 +4008,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4026
4008
|
default: string;
|
|
4027
4009
|
};
|
|
4028
4010
|
icon: {
|
|
4029
|
-
type: PropType<import("
|
|
4011
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4030
4012
|
};
|
|
4031
4013
|
}>> & Readonly<{
|
|
4032
4014
|
onClick?: (ev: Event) => any;
|
|
@@ -4068,7 +4050,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4068
4050
|
default: string;
|
|
4069
4051
|
};
|
|
4070
4052
|
icon: {
|
|
4071
|
-
type: PropType<import("
|
|
4053
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4072
4054
|
};
|
|
4073
4055
|
}>> & Readonly<{
|
|
4074
4056
|
onClick?: (ev: Event) => any;
|
|
@@ -4095,13 +4077,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4095
4077
|
}, string, {
|
|
4096
4078
|
color: string;
|
|
4097
4079
|
spin: boolean;
|
|
4098
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4080
|
+
}, {}, 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>);
|
|
4099
4081
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4100
4082
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4101
4083
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4102
4084
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4103
4085
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4104
|
-
};
|
|
4086
|
+
});
|
|
4105
4087
|
Icon: {
|
|
4106
4088
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4107
4089
|
rotate: {
|
|
@@ -4116,7 +4098,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4116
4098
|
default: string;
|
|
4117
4099
|
};
|
|
4118
4100
|
icon: {
|
|
4119
|
-
type: PropType<import("
|
|
4101
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4120
4102
|
};
|
|
4121
4103
|
}>> & Readonly<{
|
|
4122
4104
|
onClick?: (ev: Event) => any;
|
|
@@ -4163,7 +4145,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4163
4145
|
default: string;
|
|
4164
4146
|
};
|
|
4165
4147
|
icon: {
|
|
4166
|
-
type: PropType<import("
|
|
4148
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4167
4149
|
};
|
|
4168
4150
|
}>> & Readonly<{
|
|
4169
4151
|
onClick?: (ev: Event) => any;
|
|
@@ -4205,7 +4187,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4205
4187
|
default: string;
|
|
4206
4188
|
};
|
|
4207
4189
|
icon: {
|
|
4208
|
-
type: PropType<import("
|
|
4190
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4209
4191
|
};
|
|
4210
4192
|
}>> & Readonly<{
|
|
4211
4193
|
onClick?: (ev: Event) => any;
|
|
@@ -4232,7 +4214,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4232
4214
|
}, string, {
|
|
4233
4215
|
color: string;
|
|
4234
4216
|
spin: boolean;
|
|
4235
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4217
|
+
}, {}, 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>);
|
|
4236
4218
|
USolidFilter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4237
4219
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4238
4220
|
RenderTitle: (props: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4252,7 +4234,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4252
4234
|
default: string;
|
|
4253
4235
|
};
|
|
4254
4236
|
icon: {
|
|
4255
|
-
type: PropType<import("
|
|
4237
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4256
4238
|
};
|
|
4257
4239
|
}>> & Readonly<{
|
|
4258
4240
|
onClick?: (ev: Event) => any;
|
|
@@ -4299,7 +4281,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4299
4281
|
default: string;
|
|
4300
4282
|
};
|
|
4301
4283
|
icon: {
|
|
4302
|
-
type: PropType<import("
|
|
4284
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4303
4285
|
};
|
|
4304
4286
|
}>> & Readonly<{
|
|
4305
4287
|
onClick?: (ev: Event) => any;
|
|
@@ -4341,7 +4323,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4341
4323
|
default: string;
|
|
4342
4324
|
};
|
|
4343
4325
|
icon: {
|
|
4344
|
-
type: PropType<import("
|
|
4326
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4345
4327
|
};
|
|
4346
4328
|
}>> & Readonly<{
|
|
4347
4329
|
onClick?: (ev: Event) => any;
|
|
@@ -4368,7 +4350,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4368
4350
|
}, string, {
|
|
4369
4351
|
color: string;
|
|
4370
4352
|
spin: boolean;
|
|
4371
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4353
|
+
}, {}, 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>);
|
|
4372
4354
|
USolidCaretUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4373
4355
|
USolidCaretDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4374
4356
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4382,7 +4364,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4382
4364
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4383
4365
|
leafColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
4384
4366
|
data: import("vue").ComputedRef<import("./Table.type").InnerDataItem[]>;
|
|
4385
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
4367
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
4386
4368
|
showSummary: import("vue").Ref<boolean, boolean>;
|
|
4387
4369
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4388
4370
|
columns: {
|
|
@@ -4486,8 +4468,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4486
4468
|
};
|
|
4487
4469
|
}>> & Readonly<{}>, {
|
|
4488
4470
|
columns: import("./Table.type").TableColumn[];
|
|
4489
|
-
indent: number;
|
|
4490
4471
|
skeleton: boolean;
|
|
4472
|
+
indent: number;
|
|
4491
4473
|
expendedRow: boolean;
|
|
4492
4474
|
childRow: boolean;
|
|
4493
4475
|
}, {}, {
|
|
@@ -4539,7 +4521,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4539
4521
|
hasSorters: (column: InnerColumn) => boolean;
|
|
4540
4522
|
hasFilters: (column: InnerColumn) => boolean;
|
|
4541
4523
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
4542
|
-
pagination: import("
|
|
4524
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
4543
4525
|
cellRef: import("vue").Ref<any, any>;
|
|
4544
4526
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
4545
4527
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -4577,8 +4559,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4577
4559
|
};
|
|
4578
4560
|
}>> & Readonly<{}>, {
|
|
4579
4561
|
expandIcon: boolean;
|
|
4580
|
-
indent: number;
|
|
4581
4562
|
skeleton: boolean;
|
|
4563
|
+
indent: number;
|
|
4582
4564
|
}, {}, {
|
|
4583
4565
|
Render: {
|
|
4584
4566
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
@@ -4598,7 +4580,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4598
4580
|
default: boolean;
|
|
4599
4581
|
};
|
|
4600
4582
|
expandIcon: {
|
|
4601
|
-
type: PropType<import("
|
|
4583
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4602
4584
|
};
|
|
4603
4585
|
needIndentSpaced: {
|
|
4604
4586
|
type: BooleanConstructor;
|
|
@@ -4613,7 +4595,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4613
4595
|
loading: import("vue").Ref<boolean, boolean>;
|
|
4614
4596
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
4615
4597
|
onClick: (e: any) => void;
|
|
4616
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
4598
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4617
4599
|
expandable: {
|
|
4618
4600
|
type: BooleanConstructor;
|
|
4619
4601
|
default: boolean;
|
|
@@ -4623,7 +4605,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4623
4605
|
default: boolean;
|
|
4624
4606
|
};
|
|
4625
4607
|
expandIcon: {
|
|
4626
|
-
type: PropType<import("
|
|
4608
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4627
4609
|
};
|
|
4628
4610
|
needIndentSpaced: {
|
|
4629
4611
|
type: BooleanConstructor;
|
|
@@ -4656,7 +4638,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4656
4638
|
default: string;
|
|
4657
4639
|
};
|
|
4658
4640
|
icon: {
|
|
4659
|
-
type: PropType<import("
|
|
4641
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4660
4642
|
};
|
|
4661
4643
|
}>> & Readonly<{
|
|
4662
4644
|
onClick?: (ev: Event) => any;
|
|
@@ -4703,7 +4685,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4703
4685
|
default: string;
|
|
4704
4686
|
};
|
|
4705
4687
|
icon: {
|
|
4706
|
-
type: PropType<import("
|
|
4688
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4707
4689
|
};
|
|
4708
4690
|
}>> & Readonly<{
|
|
4709
4691
|
onClick?: (ev: Event) => any;
|
|
@@ -4745,7 +4727,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4745
4727
|
default: string;
|
|
4746
4728
|
};
|
|
4747
4729
|
icon: {
|
|
4748
|
-
type: PropType<import("
|
|
4730
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4749
4731
|
};
|
|
4750
4732
|
}>> & Readonly<{
|
|
4751
4733
|
onClick?: (ev: Event) => any;
|
|
@@ -4772,14 +4754,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4772
4754
|
}, string, {
|
|
4773
4755
|
color: string;
|
|
4774
4756
|
spin: boolean;
|
|
4775
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4757
|
+
}, {}, 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>);
|
|
4776
4758
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4777
4759
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4778
4760
|
UTooltip: {
|
|
4779
4761
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4780
4762
|
placement: {
|
|
4781
4763
|
default: string;
|
|
4782
|
-
type: PropType<"
|
|
4764
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4783
4765
|
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;
|
|
4784
4766
|
};
|
|
4785
4767
|
title: {
|
|
@@ -4810,7 +4792,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4810
4792
|
default: string;
|
|
4811
4793
|
};
|
|
4812
4794
|
trigger: {
|
|
4813
|
-
type: PropType<"
|
|
4795
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4814
4796
|
default: string;
|
|
4815
4797
|
validator: (val: "click" | "hover") => boolean;
|
|
4816
4798
|
};
|
|
@@ -4824,8 +4806,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4824
4806
|
default: boolean;
|
|
4825
4807
|
};
|
|
4826
4808
|
color: {
|
|
4827
|
-
type: PropType<"
|
|
4828
|
-
default:
|
|
4809
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
4810
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4829
4811
|
validator: (val: string) => boolean;
|
|
4830
4812
|
};
|
|
4831
4813
|
}>> & Readonly<{
|
|
@@ -4891,7 +4873,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4891
4873
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4892
4874
|
};
|
|
4893
4875
|
placement: {
|
|
4894
|
-
type: PropType<"
|
|
4876
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4895
4877
|
default: string;
|
|
4896
4878
|
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;
|
|
4897
4879
|
};
|
|
@@ -4913,8 +4895,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4913
4895
|
type: StringConstructor;
|
|
4914
4896
|
};
|
|
4915
4897
|
trigger: {
|
|
4916
|
-
type: PropType<("
|
|
4917
|
-
default: () => ("
|
|
4898
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4899
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4918
4900
|
};
|
|
4919
4901
|
mouseEnterDelay: {
|
|
4920
4902
|
type: NumberConstructor;
|
|
@@ -4982,7 +4964,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4982
4964
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4983
4965
|
};
|
|
4984
4966
|
placement: {
|
|
4985
|
-
type: PropType<"
|
|
4967
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4986
4968
|
default: string;
|
|
4987
4969
|
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;
|
|
4988
4970
|
};
|
|
@@ -5004,8 +4986,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5004
4986
|
type: StringConstructor;
|
|
5005
4987
|
};
|
|
5006
4988
|
trigger: {
|
|
5007
|
-
type: PropType<("
|
|
5008
|
-
default: () => ("
|
|
4989
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4990
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5009
4991
|
};
|
|
5010
4992
|
mouseEnterDelay: {
|
|
5011
4993
|
type: NumberConstructor;
|
|
@@ -5080,7 +5062,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5080
5062
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5081
5063
|
placement: {
|
|
5082
5064
|
default: string;
|
|
5083
|
-
type: PropType<"
|
|
5065
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5084
5066
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
5085
5067
|
};
|
|
5086
5068
|
title: {
|
|
@@ -5111,7 +5093,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5111
5093
|
default: string;
|
|
5112
5094
|
};
|
|
5113
5095
|
trigger: {
|
|
5114
|
-
type: PropType<"
|
|
5096
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5115
5097
|
default: string;
|
|
5116
5098
|
validator: (val: "click" | "hover") => boolean;
|
|
5117
5099
|
};
|
|
@@ -5125,8 +5107,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5125
5107
|
default: boolean;
|
|
5126
5108
|
};
|
|
5127
5109
|
color: {
|
|
5128
|
-
type: PropType<"
|
|
5129
|
-
default:
|
|
5110
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
5111
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5130
5112
|
validator: (val: string) => boolean;
|
|
5131
5113
|
};
|
|
5132
5114
|
}>> & Readonly<{
|
|
@@ -5187,7 +5169,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5187
5169
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5188
5170
|
placement: {
|
|
5189
5171
|
default: string;
|
|
5190
|
-
type: PropType<"
|
|
5172
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5191
5173
|
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;
|
|
5192
5174
|
};
|
|
5193
5175
|
title: {
|
|
@@ -5218,7 +5200,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5218
5200
|
default: string;
|
|
5219
5201
|
};
|
|
5220
5202
|
trigger: {
|
|
5221
|
-
type: PropType<"
|
|
5203
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5222
5204
|
default: string;
|
|
5223
5205
|
validator: (val: "click" | "hover") => boolean;
|
|
5224
5206
|
};
|
|
@@ -5232,8 +5214,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5232
5214
|
default: boolean;
|
|
5233
5215
|
};
|
|
5234
5216
|
color: {
|
|
5235
|
-
type: PropType<"
|
|
5236
|
-
default:
|
|
5217
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
5218
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5237
5219
|
validator: (val: string) => boolean;
|
|
5238
5220
|
};
|
|
5239
5221
|
}>> & Readonly<{
|
|
@@ -5299,7 +5281,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5299
5281
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5300
5282
|
};
|
|
5301
5283
|
placement: {
|
|
5302
|
-
type: PropType<"
|
|
5284
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5303
5285
|
default: string;
|
|
5304
5286
|
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;
|
|
5305
5287
|
};
|
|
@@ -5321,8 +5303,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5321
5303
|
type: StringConstructor;
|
|
5322
5304
|
};
|
|
5323
5305
|
trigger: {
|
|
5324
|
-
type: PropType<("
|
|
5325
|
-
default: () => ("
|
|
5306
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5307
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5326
5308
|
};
|
|
5327
5309
|
mouseEnterDelay: {
|
|
5328
5310
|
type: NumberConstructor;
|
|
@@ -5390,7 +5372,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5390
5372
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5391
5373
|
};
|
|
5392
5374
|
placement: {
|
|
5393
|
-
type: PropType<"
|
|
5375
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5394
5376
|
default: string;
|
|
5395
5377
|
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;
|
|
5396
5378
|
};
|
|
@@ -5412,8 +5394,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5412
5394
|
type: StringConstructor;
|
|
5413
5395
|
};
|
|
5414
5396
|
trigger: {
|
|
5415
|
-
type: PropType<("
|
|
5416
|
-
default: () => ("
|
|
5397
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5398
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5417
5399
|
};
|
|
5418
5400
|
mouseEnterDelay: {
|
|
5419
5401
|
type: NumberConstructor;
|
|
@@ -5478,7 +5460,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5478
5460
|
};
|
|
5479
5461
|
};
|
|
5480
5462
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5481
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5463
|
+
} & 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>);
|
|
5482
5464
|
USkeleton: {
|
|
5483
5465
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5484
5466
|
active: {
|
|
@@ -5490,25 +5472,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5490
5472
|
default: boolean;
|
|
5491
5473
|
};
|
|
5492
5474
|
avatar: {
|
|
5493
|
-
type: PropType<boolean | import("
|
|
5475
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5494
5476
|
default: boolean;
|
|
5495
5477
|
};
|
|
5496
5478
|
title: {
|
|
5497
|
-
type: PropType<boolean | import("
|
|
5479
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5498
5480
|
default: boolean;
|
|
5499
5481
|
};
|
|
5500
5482
|
paragraph: {
|
|
5501
|
-
type: PropType<boolean | import("
|
|
5483
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5502
5484
|
default: boolean;
|
|
5503
5485
|
};
|
|
5504
5486
|
}>> & Readonly<{}>, {
|
|
5505
5487
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5506
5488
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5507
5489
|
loading: boolean;
|
|
5508
|
-
title: boolean | import("
|
|
5509
|
-
avatar: boolean | import("
|
|
5490
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5491
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5510
5492
|
active: boolean;
|
|
5511
|
-
paragraph: boolean | import("
|
|
5493
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5512
5494
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
5513
5495
|
P: {};
|
|
5514
5496
|
B: {};
|
|
@@ -5526,25 +5508,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5526
5508
|
default: boolean;
|
|
5527
5509
|
};
|
|
5528
5510
|
avatar: {
|
|
5529
|
-
type: PropType<boolean | import("
|
|
5511
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5530
5512
|
default: boolean;
|
|
5531
5513
|
};
|
|
5532
5514
|
title: {
|
|
5533
|
-
type: PropType<boolean | import("
|
|
5515
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5534
5516
|
default: boolean;
|
|
5535
5517
|
};
|
|
5536
5518
|
paragraph: {
|
|
5537
|
-
type: PropType<boolean | import("
|
|
5519
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5538
5520
|
default: boolean;
|
|
5539
5521
|
};
|
|
5540
5522
|
}>> & Readonly<{}>, {
|
|
5541
5523
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5542
5524
|
}, {}, {}, {}, {
|
|
5543
5525
|
loading: boolean;
|
|
5544
|
-
title: boolean | import("
|
|
5545
|
-
avatar: boolean | import("
|
|
5526
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5527
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5546
5528
|
active: boolean;
|
|
5547
|
-
paragraph: boolean | import("
|
|
5529
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5548
5530
|
}>;
|
|
5549
5531
|
__isFragment?: never;
|
|
5550
5532
|
__isTeleport?: never;
|
|
@@ -5559,58 +5541,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5559
5541
|
default: boolean;
|
|
5560
5542
|
};
|
|
5561
5543
|
avatar: {
|
|
5562
|
-
type: PropType<boolean | import("
|
|
5544
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5563
5545
|
default: boolean;
|
|
5564
5546
|
};
|
|
5565
5547
|
title: {
|
|
5566
|
-
type: PropType<boolean | import("
|
|
5548
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5567
5549
|
default: boolean;
|
|
5568
5550
|
};
|
|
5569
5551
|
paragraph: {
|
|
5570
|
-
type: PropType<boolean | import("
|
|
5552
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5571
5553
|
default: boolean;
|
|
5572
5554
|
};
|
|
5573
5555
|
}>> & Readonly<{}>, {
|
|
5574
5556
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5575
5557
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5576
5558
|
loading: boolean;
|
|
5577
|
-
title: boolean | import("
|
|
5578
|
-
avatar: boolean | import("
|
|
5559
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5560
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5579
5561
|
active: boolean;
|
|
5580
|
-
paragraph: boolean | import("
|
|
5581
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5562
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5563
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
5582
5564
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5583
5565
|
type: {
|
|
5584
|
-
type: PropType<"
|
|
5566
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5585
5567
|
default: string;
|
|
5586
5568
|
};
|
|
5587
5569
|
}>, {
|
|
5588
5570
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5589
5571
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5590
5572
|
type: {
|
|
5591
|
-
type: PropType<"
|
|
5573
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5592
5574
|
default: string;
|
|
5593
5575
|
};
|
|
5594
5576
|
}>> & Readonly<{}>, {
|
|
5595
|
-
type: "text" | "image" | "circle" | "
|
|
5577
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5596
5578
|
}, {}, {
|
|
5597
5579
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5598
5580
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5599
|
-
};
|
|
5581
|
+
});
|
|
5600
5582
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5601
5583
|
type: {
|
|
5602
|
-
type: PropType<"
|
|
5584
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5603
5585
|
default: string;
|
|
5604
5586
|
};
|
|
5605
5587
|
}>, {
|
|
5606
5588
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5607
5589
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5608
5590
|
type: {
|
|
5609
|
-
type: PropType<"
|
|
5591
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5610
5592
|
default: string;
|
|
5611
5593
|
};
|
|
5612
5594
|
}>> & Readonly<{}>, {
|
|
5613
|
-
type: "text" | "image" | "circle" | "
|
|
5595
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5614
5596
|
}, {}, {
|
|
5615
5597
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5616
5598
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5639,7 +5621,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5639
5621
|
};
|
|
5640
5622
|
}>, {
|
|
5641
5623
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5642
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
5624
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
5643
5625
|
expandedColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
5644
5626
|
expandRowKey: import("vue").ComputedRef<string>;
|
|
5645
5627
|
expandVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5764,8 +5746,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5764
5746
|
};
|
|
5765
5747
|
}>> & Readonly<{}>, {
|
|
5766
5748
|
columns: import("./Table.type").TableColumn[];
|
|
5767
|
-
indent: number;
|
|
5768
5749
|
skeleton: boolean;
|
|
5750
|
+
indent: number;
|
|
5769
5751
|
expendedRow: boolean;
|
|
5770
5752
|
childRow: boolean;
|
|
5771
5753
|
}, {}, {
|
|
@@ -5817,7 +5799,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5817
5799
|
hasSorters: (column: InnerColumn) => boolean;
|
|
5818
5800
|
hasFilters: (column: InnerColumn) => boolean;
|
|
5819
5801
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
5820
|
-
pagination: import("
|
|
5802
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
5821
5803
|
cellRef: import("vue").Ref<any, any>;
|
|
5822
5804
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
5823
5805
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -5855,8 +5837,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5855
5837
|
};
|
|
5856
5838
|
}>> & Readonly<{}>, {
|
|
5857
5839
|
expandIcon: boolean;
|
|
5858
|
-
indent: number;
|
|
5859
5840
|
skeleton: boolean;
|
|
5841
|
+
indent: number;
|
|
5860
5842
|
}, {}, {
|
|
5861
5843
|
Render: {
|
|
5862
5844
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
@@ -5876,7 +5858,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5876
5858
|
default: boolean;
|
|
5877
5859
|
};
|
|
5878
5860
|
expandIcon: {
|
|
5879
|
-
type: PropType<import("
|
|
5861
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5880
5862
|
};
|
|
5881
5863
|
needIndentSpaced: {
|
|
5882
5864
|
type: BooleanConstructor;
|
|
@@ -5891,7 +5873,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5891
5873
|
loading: import("vue").Ref<boolean, boolean>;
|
|
5892
5874
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
5893
5875
|
onClick: (e: any) => void;
|
|
5894
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5876
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5895
5877
|
expandable: {
|
|
5896
5878
|
type: BooleanConstructor;
|
|
5897
5879
|
default: boolean;
|
|
@@ -5901,7 +5883,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5901
5883
|
default: boolean;
|
|
5902
5884
|
};
|
|
5903
5885
|
expandIcon: {
|
|
5904
|
-
type: PropType<import("
|
|
5886
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5905
5887
|
};
|
|
5906
5888
|
needIndentSpaced: {
|
|
5907
5889
|
type: BooleanConstructor;
|
|
@@ -5934,7 +5916,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5934
5916
|
default: string;
|
|
5935
5917
|
};
|
|
5936
5918
|
icon: {
|
|
5937
|
-
type: PropType<import("
|
|
5919
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5938
5920
|
};
|
|
5939
5921
|
}>> & Readonly<{
|
|
5940
5922
|
onClick?: (ev: Event) => any;
|
|
@@ -5981,7 +5963,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5981
5963
|
default: string;
|
|
5982
5964
|
};
|
|
5983
5965
|
icon: {
|
|
5984
|
-
type: PropType<import("
|
|
5966
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5985
5967
|
};
|
|
5986
5968
|
}>> & Readonly<{
|
|
5987
5969
|
onClick?: (ev: Event) => any;
|
|
@@ -6023,7 +6005,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6023
6005
|
default: string;
|
|
6024
6006
|
};
|
|
6025
6007
|
icon: {
|
|
6026
|
-
type: PropType<import("
|
|
6008
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6027
6009
|
};
|
|
6028
6010
|
}>> & Readonly<{
|
|
6029
6011
|
onClick?: (ev: Event) => any;
|
|
@@ -6050,14 +6032,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6050
6032
|
}, string, {
|
|
6051
6033
|
color: string;
|
|
6052
6034
|
spin: boolean;
|
|
6053
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6035
|
+
}, {}, 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>);
|
|
6054
6036
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6055
6037
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6056
6038
|
UTooltip: {
|
|
6057
6039
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6058
6040
|
placement: {
|
|
6059
6041
|
default: string;
|
|
6060
|
-
type: PropType<"
|
|
6042
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6061
6043
|
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;
|
|
6062
6044
|
};
|
|
6063
6045
|
title: {
|
|
@@ -6088,7 +6070,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6088
6070
|
default: string;
|
|
6089
6071
|
};
|
|
6090
6072
|
trigger: {
|
|
6091
|
-
type: PropType<"
|
|
6073
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6092
6074
|
default: string;
|
|
6093
6075
|
validator: (val: "click" | "hover") => boolean;
|
|
6094
6076
|
};
|
|
@@ -6102,8 +6084,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6102
6084
|
default: boolean;
|
|
6103
6085
|
};
|
|
6104
6086
|
color: {
|
|
6105
|
-
type: PropType<"
|
|
6106
|
-
default:
|
|
6087
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6088
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6107
6089
|
validator: (val: string) => boolean;
|
|
6108
6090
|
};
|
|
6109
6091
|
}>> & Readonly<{
|
|
@@ -6169,7 +6151,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6169
6151
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6170
6152
|
};
|
|
6171
6153
|
placement: {
|
|
6172
|
-
type: PropType<"
|
|
6154
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6173
6155
|
default: string;
|
|
6174
6156
|
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;
|
|
6175
6157
|
};
|
|
@@ -6191,8 +6173,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6191
6173
|
type: StringConstructor;
|
|
6192
6174
|
};
|
|
6193
6175
|
trigger: {
|
|
6194
|
-
type: PropType<("
|
|
6195
|
-
default: () => ("
|
|
6176
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6177
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6196
6178
|
};
|
|
6197
6179
|
mouseEnterDelay: {
|
|
6198
6180
|
type: NumberConstructor;
|
|
@@ -6260,7 +6242,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6260
6242
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6261
6243
|
};
|
|
6262
6244
|
placement: {
|
|
6263
|
-
type: PropType<"
|
|
6245
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6264
6246
|
default: string;
|
|
6265
6247
|
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;
|
|
6266
6248
|
};
|
|
@@ -6282,8 +6264,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6282
6264
|
type: StringConstructor;
|
|
6283
6265
|
};
|
|
6284
6266
|
trigger: {
|
|
6285
|
-
type: PropType<("
|
|
6286
|
-
default: () => ("
|
|
6267
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6268
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6287
6269
|
};
|
|
6288
6270
|
mouseEnterDelay: {
|
|
6289
6271
|
type: NumberConstructor;
|
|
@@ -6358,7 +6340,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6358
6340
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
6359
6341
|
placement: {
|
|
6360
6342
|
default: string;
|
|
6361
|
-
type: PropType<"
|
|
6343
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6362
6344
|
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;
|
|
6363
6345
|
};
|
|
6364
6346
|
title: {
|
|
@@ -6389,7 +6371,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6389
6371
|
default: string;
|
|
6390
6372
|
};
|
|
6391
6373
|
trigger: {
|
|
6392
|
-
type: PropType<"
|
|
6374
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6393
6375
|
default: string;
|
|
6394
6376
|
validator: (val: "click" | "hover") => boolean;
|
|
6395
6377
|
};
|
|
@@ -6403,8 +6385,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6403
6385
|
default: boolean;
|
|
6404
6386
|
};
|
|
6405
6387
|
color: {
|
|
6406
|
-
type: PropType<"
|
|
6407
|
-
default:
|
|
6388
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6389
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6408
6390
|
validator: (val: string) => boolean;
|
|
6409
6391
|
};
|
|
6410
6392
|
}>> & Readonly<{
|
|
@@ -6465,7 +6447,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6465
6447
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6466
6448
|
placement: {
|
|
6467
6449
|
default: string;
|
|
6468
|
-
type: PropType<"
|
|
6450
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6469
6451
|
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;
|
|
6470
6452
|
};
|
|
6471
6453
|
title: {
|
|
@@ -6496,7 +6478,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6496
6478
|
default: string;
|
|
6497
6479
|
};
|
|
6498
6480
|
trigger: {
|
|
6499
|
-
type: PropType<"
|
|
6481
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6500
6482
|
default: string;
|
|
6501
6483
|
validator: (val: "click" | "hover") => boolean;
|
|
6502
6484
|
};
|
|
@@ -6510,8 +6492,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6510
6492
|
default: boolean;
|
|
6511
6493
|
};
|
|
6512
6494
|
color: {
|
|
6513
|
-
type: PropType<"
|
|
6514
|
-
default:
|
|
6495
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6496
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6515
6497
|
validator: (val: string) => boolean;
|
|
6516
6498
|
};
|
|
6517
6499
|
}>> & Readonly<{
|
|
@@ -6577,7 +6559,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6577
6559
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6578
6560
|
};
|
|
6579
6561
|
placement: {
|
|
6580
|
-
type: PropType<"
|
|
6562
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6581
6563
|
default: string;
|
|
6582
6564
|
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;
|
|
6583
6565
|
};
|
|
@@ -6599,8 +6581,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6599
6581
|
type: StringConstructor;
|
|
6600
6582
|
};
|
|
6601
6583
|
trigger: {
|
|
6602
|
-
type: PropType<("
|
|
6603
|
-
default: () => ("
|
|
6584
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6585
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6604
6586
|
};
|
|
6605
6587
|
mouseEnterDelay: {
|
|
6606
6588
|
type: NumberConstructor;
|
|
@@ -6668,7 +6650,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6668
6650
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6669
6651
|
};
|
|
6670
6652
|
placement: {
|
|
6671
|
-
type: PropType<"
|
|
6653
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6672
6654
|
default: string;
|
|
6673
6655
|
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;
|
|
6674
6656
|
};
|
|
@@ -6690,8 +6672,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6690
6672
|
type: StringConstructor;
|
|
6691
6673
|
};
|
|
6692
6674
|
trigger: {
|
|
6693
|
-
type: PropType<("
|
|
6694
|
-
default: () => ("
|
|
6675
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6676
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6695
6677
|
};
|
|
6696
6678
|
mouseEnterDelay: {
|
|
6697
6679
|
type: NumberConstructor;
|
|
@@ -6756,7 +6738,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6756
6738
|
};
|
|
6757
6739
|
};
|
|
6758
6740
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6759
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6741
|
+
} & 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>);
|
|
6760
6742
|
USkeleton: {
|
|
6761
6743
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6762
6744
|
active: {
|
|
@@ -6768,25 +6750,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6768
6750
|
default: boolean;
|
|
6769
6751
|
};
|
|
6770
6752
|
avatar: {
|
|
6771
|
-
type: PropType<boolean | import("
|
|
6753
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6772
6754
|
default: boolean;
|
|
6773
6755
|
};
|
|
6774
6756
|
title: {
|
|
6775
|
-
type: PropType<boolean | import("
|
|
6757
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6776
6758
|
default: boolean;
|
|
6777
6759
|
};
|
|
6778
6760
|
paragraph: {
|
|
6779
|
-
type: PropType<boolean | import("
|
|
6761
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6780
6762
|
default: boolean;
|
|
6781
6763
|
};
|
|
6782
6764
|
}>> & Readonly<{}>, {
|
|
6783
6765
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6784
6766
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
6785
6767
|
loading: boolean;
|
|
6786
|
-
title: boolean | import("
|
|
6787
|
-
avatar: boolean | import("
|
|
6768
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6769
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6788
6770
|
active: boolean;
|
|
6789
|
-
paragraph: boolean | import("
|
|
6771
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6790
6772
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6791
6773
|
P: {};
|
|
6792
6774
|
B: {};
|
|
@@ -6804,25 +6786,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6804
6786
|
default: boolean;
|
|
6805
6787
|
};
|
|
6806
6788
|
avatar: {
|
|
6807
|
-
type: PropType<boolean | import("
|
|
6789
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6808
6790
|
default: boolean;
|
|
6809
6791
|
};
|
|
6810
6792
|
title: {
|
|
6811
|
-
type: PropType<boolean | import("
|
|
6793
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6812
6794
|
default: boolean;
|
|
6813
6795
|
};
|
|
6814
6796
|
paragraph: {
|
|
6815
|
-
type: PropType<boolean | import("
|
|
6797
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6816
6798
|
default: boolean;
|
|
6817
6799
|
};
|
|
6818
6800
|
}>> & Readonly<{}>, {
|
|
6819
6801
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6820
6802
|
}, {}, {}, {}, {
|
|
6821
6803
|
loading: boolean;
|
|
6822
|
-
title: boolean | import("
|
|
6823
|
-
avatar: boolean | import("
|
|
6804
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6805
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6824
6806
|
active: boolean;
|
|
6825
|
-
paragraph: boolean | import("
|
|
6807
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6826
6808
|
}>;
|
|
6827
6809
|
__isFragment?: never;
|
|
6828
6810
|
__isTeleport?: never;
|
|
@@ -6837,58 +6819,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6837
6819
|
default: boolean;
|
|
6838
6820
|
};
|
|
6839
6821
|
avatar: {
|
|
6840
|
-
type: PropType<boolean | import("
|
|
6822
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6841
6823
|
default: boolean;
|
|
6842
6824
|
};
|
|
6843
6825
|
title: {
|
|
6844
|
-
type: PropType<boolean | import("
|
|
6826
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6845
6827
|
default: boolean;
|
|
6846
6828
|
};
|
|
6847
6829
|
paragraph: {
|
|
6848
|
-
type: PropType<boolean | import("
|
|
6830
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6849
6831
|
default: boolean;
|
|
6850
6832
|
};
|
|
6851
6833
|
}>> & Readonly<{}>, {
|
|
6852
6834
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6853
6835
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
6854
6836
|
loading: boolean;
|
|
6855
|
-
title: boolean | import("
|
|
6856
|
-
avatar: boolean | import("
|
|
6837
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6838
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6857
6839
|
active: boolean;
|
|
6858
|
-
paragraph: boolean | import("
|
|
6859
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6840
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6841
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
6860
6842
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6861
6843
|
type: {
|
|
6862
|
-
type: PropType<"
|
|
6844
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6863
6845
|
default: string;
|
|
6864
6846
|
};
|
|
6865
6847
|
}>, {
|
|
6866
6848
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6867
6849
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6868
6850
|
type: {
|
|
6869
|
-
type: PropType<"
|
|
6851
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6870
6852
|
default: string;
|
|
6871
6853
|
};
|
|
6872
6854
|
}>> & Readonly<{}>, {
|
|
6873
|
-
type: "text" | "image" | "circle" | "
|
|
6855
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6874
6856
|
}, {}, {
|
|
6875
6857
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6876
6858
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6877
|
-
};
|
|
6859
|
+
});
|
|
6878
6860
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6879
6861
|
type: {
|
|
6880
|
-
type: PropType<"
|
|
6862
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6881
6863
|
default: string;
|
|
6882
6864
|
};
|
|
6883
6865
|
}>, {
|
|
6884
6866
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6885
6867
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6886
6868
|
type: {
|
|
6887
|
-
type: PropType<"
|
|
6869
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6888
6870
|
default: string;
|
|
6889
6871
|
};
|
|
6890
6872
|
}>> & Readonly<{}>, {
|
|
6891
|
-
type: "text" | "image" | "circle" | "
|
|
6873
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6892
6874
|
}, {}, {
|
|
6893
6875
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6894
6876
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|