@koi-design/uxd-ui 13.2.8 → 13.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.type.d.ts +4 -4
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/es/components/AutoComplete/index.d.ts +600 -660
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +218 -203
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +119 -104
- package/es/components/Calendar/index.d.ts +457 -427
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +6 -6
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +17 -17
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
- package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/es/components/Checkbox/index.d.ts +57 -57
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/es/components/ColorPicker/index.d.ts +260 -260
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +1 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1117 -1117
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +6 -5
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Empty/Empty.d.ts +8 -8
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +3 -3
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +13 -13
- package/es/components/InfoView/index.d.ts +30 -30
- package/es/components/Input/Input.d.ts +26 -26
- package/es/components/Input/Input.type.d.ts +13 -13
- package/es/components/Input/index.d.ts +45 -45
- package/es/components/InputNumber/InputNumber.d.ts +36 -36
- package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/es/components/InputNumber/SingleInput.d.ts +10 -9
- package/es/components/InputNumber/index.d.ts +100 -100
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Layout.type.d.ts +6 -5
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +10 -10
- package/es/components/Layout/index.d.ts +12 -12
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +2 -2
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/Menu.d.ts +4 -4
- package/es/components/Menu/Menu.type.d.ts +22 -21
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +29 -29
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -35
- package/es/components/Menu/index.d.ts +63 -81
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +43 -43
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +20 -20
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +6 -6
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +9 -8
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.type.d.ts +11 -11
- package/es/components/Progress/Progress.vue.d.ts +31 -31
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +63 -63
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/Radio.type.d.ts +20 -20
- package/es/components/Radio/Radio.vue.d.ts +11 -11
- package/es/components/Radio/RadioGroup.d.ts +13 -13
- package/es/components/Radio/index.d.ts +37 -37
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +1 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/es/components/Select/RefSelect.mjs +3 -2
- package/es/components/Select/RefSelect.mjs.map +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +201 -182
- package/es/components/Select/Select.d.ts +34 -25
- package/es/components/Select/Select.type.d.ts +23 -18
- package/es/components/Select/Select.type.mjs +4 -0
- package/es/components/Select/Select.type.mjs.map +1 -1
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Input.vue.d.ts +3 -3
- package/es/components/Select/Selection/Multiple.mjs +5 -4
- package/es/components/Select/Selection/Multiple.mjs.map +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/es/components/Select/Selection/MultipleBase.mjs +18 -3
- package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.mjs +7 -2
- package/es/components/Select/Selection/Selection.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/Selection/Single.vue.d.ts +6 -8
- package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/es/components/Select/index.d.ts +64 -49
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Slider.d.ts +8 -8
- package/es/components/Slider/Slider.type.d.ts +8 -8
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +10 -10
- package/es/components/Space/Space.d.ts +4 -4
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/Steps.type.d.ts +14 -14
- package/es/components/Steps/Steps.vue.d.ts +11 -11
- package/es/components/Steps/index.d.ts +28 -28
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +376 -394
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +376 -394
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +376 -394
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +822 -858
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +752 -788
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
- package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
- package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +21 -21
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +30 -30
- package/es/components/Tabs/Tabs.type.d.ts +23 -22
- package/es/components/Tabs/index.d.ts +85 -85
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +7 -7
- package/es/components/Tag/index.d.ts +15 -15
- package/es/components/Text/Text.d.ts +6 -6
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +395 -395
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +3 -3
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +8 -7
- package/es/components/Transfer/Transfer.vue.d.ts +838 -838
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +180 -180
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/es/components/Transfer/index.d.ts +2212 -2212
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +92 -110
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +99 -125
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +64 -82
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +203 -263
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/es/components/TreeSelect/index.d.ts +802 -890
- package/es/components/Upload/Upload.d.ts +2 -2
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +68 -68
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/index.d.ts +7 -7
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.type.d.ts +4 -4
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/lib/components/AutoComplete/index.d.ts +600 -660
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +119 -104
- package/lib/components/Calendar/index.d.ts +457 -427
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +6 -6
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +17 -17
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/lib/components/Checkbox/CheckboxGroup.js +5 -2
- package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/lib/components/Checkbox/index.d.ts +57 -57
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/lib/components/ColorPicker/index.d.ts +260 -260
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1117 -1117
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +6 -5
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Empty/Empty.d.ts +8 -8
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +3 -3
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
- package/lib/components/InfoView/index.d.ts +30 -30
- package/lib/components/Input/Input.d.ts +26 -26
- package/lib/components/Input/Input.type.d.ts +13 -13
- package/lib/components/Input/index.d.ts +45 -45
- package/lib/components/InputNumber/InputNumber.d.ts +36 -36
- package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/lib/components/InputNumber/SingleInput.d.ts +10 -9
- package/lib/components/InputNumber/index.d.ts +100 -100
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Layout.type.d.ts +6 -5
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +10 -10
- package/lib/components/Layout/index.d.ts +12 -12
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +2 -2
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/Menu.d.ts +4 -4
- package/lib/components/Menu/Menu.type.d.ts +22 -21
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
- package/lib/components/Menu/index.d.ts +63 -81
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +43 -43
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +20 -20
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +6 -6
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +9 -8
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.type.d.ts +11 -11
- package/lib/components/Progress/Progress.vue.d.ts +31 -31
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +63 -63
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/Radio.type.d.ts +20 -20
- package/lib/components/Radio/Radio.vue.d.ts +11 -11
- package/lib/components/Radio/RadioGroup.d.ts +13 -13
- package/lib/components/Radio/index.d.ts +37 -37
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +1 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/lib/components/Select/RefSelect.js +3 -2
- package/lib/components/Select/RefSelect.js.map +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +201 -182
- package/lib/components/Select/Select.d.ts +34 -25
- package/lib/components/Select/Select.type.d.ts +23 -18
- package/lib/components/Select/Select.type.js +4 -0
- package/lib/components/Select/Select.type.js.map +1 -1
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
- package/lib/components/Select/Selection/Multiple.js +5 -4
- package/lib/components/Select/Selection/Multiple.js.map +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/lib/components/Select/Selection/MultipleBase.js +18 -3
- package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
- package/lib/components/Select/Selection/Selection.js +7 -2
- package/lib/components/Select/Selection/Selection.js.map +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
- package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/lib/components/Select/index.d.ts +64 -49
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Slider.d.ts +8 -8
- package/lib/components/Slider/Slider.type.d.ts +8 -8
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +10 -10
- package/lib/components/Space/Space.d.ts +4 -4
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/Steps.type.d.ts +14 -14
- package/lib/components/Steps/Steps.vue.d.ts +11 -11
- package/lib/components/Steps/index.d.ts +28 -28
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +376 -394
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +376 -394
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +376 -394
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +822 -858
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +752 -788
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
- package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
- package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +30 -30
- package/lib/components/Tabs/Tabs.type.d.ts +23 -22
- package/lib/components/Tabs/index.d.ts +85 -85
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +7 -7
- package/lib/components/Tag/index.d.ts +15 -15
- package/lib/components/Text/Text.d.ts +6 -6
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +395 -395
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +3 -3
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +8 -7
- package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/lib/components/Transfer/index.d.ts +2212 -2212
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +92 -110
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +99 -125
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +203 -263
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/lib/components/TreeSelect/index.d.ts +802 -890
- package/lib/components/Upload/Upload.d.ts +2 -2
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +68 -68
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/index.d.ts +7 -7
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/package.json +2 -2
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +4 -4
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/types/components/AutoComplete/index.d.ts +600 -660
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +218 -203
- package/types/components/Calendar/Header.vue.d.ts +119 -104
- package/types/components/Calendar/index.d.ts +457 -427
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +6 -6
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +17 -17
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/types/components/Checkbox/index.d.ts +57 -57
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/types/components/ColorPicker/index.d.ts +260 -260
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +1 -1
- package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1117 -1117
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +6 -5
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +8 -8
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +3 -3
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +13 -13
- package/types/components/InfoView/index.d.ts +30 -30
- package/types/components/Input/Input.d.ts +26 -26
- package/types/components/Input/Input.type.d.ts +13 -13
- package/types/components/Input/index.d.ts +45 -45
- package/types/components/InputNumber/InputNumber.d.ts +36 -36
- package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/types/components/InputNumber/SingleInput.d.ts +10 -9
- package/types/components/InputNumber/index.d.ts +100 -100
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +6 -5
- package/types/components/Layout/Sider.vue.d.ts +10 -10
- package/types/components/Layout/index.d.ts +12 -12
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +2 -2
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +4 -4
- package/types/components/Menu/Menu.type.d.ts +22 -21
- package/types/components/Menu/MenuItem.vue.d.ts +29 -29
- package/types/components/Menu/SubMenu.vue.d.ts +17 -35
- package/types/components/Menu/index.d.ts +63 -81
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +43 -43
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +20 -20
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +6 -6
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +9 -8
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +11 -11
- package/types/components/Progress/Progress.vue.d.ts +31 -31
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +63 -63
- package/types/components/Radio/Radio.type.d.ts +20 -20
- package/types/components/Radio/Radio.vue.d.ts +11 -11
- package/types/components/Radio/RadioGroup.d.ts +13 -13
- package/types/components/Radio/index.d.ts +37 -37
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +1 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/types/components/Select/RefSelect.vue.d.ts +201 -182
- package/types/components/Select/Select.d.ts +34 -25
- package/types/components/Select/Select.type.d.ts +23 -18
- package/types/components/Select/Selection/Input.vue.d.ts +3 -3
- package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/types/components/Select/Selection/Single.vue.d.ts +6 -8
- package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/types/components/Select/index.d.ts +64 -49
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +8 -8
- package/types/components/Slider/Slider.type.d.ts +8 -8
- package/types/components/Slider/index.d.ts +10 -10
- package/types/components/Space/Space.d.ts +4 -4
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +14 -14
- package/types/components/Steps/Steps.vue.d.ts +11 -11
- package/types/components/Steps/index.d.ts +28 -28
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +376 -394
- package/types/components/Table/BodyTable.vue.d.ts +376 -394
- package/types/components/Table/HeadTable.vue.d.ts +376 -394
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +822 -858
- package/types/components/Table/TableBox.vue.d.ts +752 -788
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +21 -21
- package/types/components/Tabs/Tabs.d.ts +30 -30
- package/types/components/Tabs/Tabs.type.d.ts +23 -22
- package/types/components/Tabs/index.d.ts +85 -85
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +7 -7
- package/types/components/Tag/index.d.ts +15 -15
- package/types/components/Text/Text.d.ts +6 -6
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +395 -395
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +3 -3
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +8 -7
- package/types/components/Transfer/Transfer.vue.d.ts +838 -838
- package/types/components/Transfer/TransferList.vue.d.ts +180 -180
- package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/types/components/Transfer/index.d.ts +2212 -2212
- package/types/components/Tree/SubTree.vue.d.ts +92 -110
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +99 -125
- package/types/components/Tree/TreeNode.vue.d.ts +64 -82
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +203 -263
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/types/components/TreeSelect/index.d.ts +802 -890
- package/types/components/Upload/Upload.d.ts +2 -2
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +68 -68
- package/types/components/Upload/index.d.ts +7 -7
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +40 -11
- package/uxd-ui.umd.js +40 -11
- package/uxd-ui.umd.min.js +6 -6
|
@@ -33,9 +33,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
key: string;
|
|
34
34
|
title?: string;
|
|
35
35
|
dataIndex?: string;
|
|
36
|
-
width?:
|
|
37
|
-
minWidth?:
|
|
38
|
-
maxWidth?:
|
|
36
|
+
width?: number | string;
|
|
37
|
+
minWidth?: number | string;
|
|
38
|
+
maxWidth?: number | string;
|
|
39
39
|
fixed?: import("./Table.type").ColumnFixed;
|
|
40
40
|
align?: import("./Table.type").ColumnAlign;
|
|
41
41
|
ellipsis?: boolean;
|
|
@@ -197,12 +197,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
197
197
|
Dropdown: {
|
|
198
198
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
199
199
|
placement: {
|
|
200
|
-
type: PropType<"
|
|
200
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
201
201
|
default: string;
|
|
202
202
|
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;
|
|
203
203
|
};
|
|
204
204
|
trigger: {
|
|
205
|
-
type: PropType<"
|
|
205
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
206
206
|
default: string;
|
|
207
207
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
208
208
|
};
|
|
@@ -244,7 +244,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
244
244
|
type: PropType<any[]>;
|
|
245
245
|
};
|
|
246
246
|
}>> & Readonly<{
|
|
247
|
-
onClick?: (e: import("
|
|
247
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
248
248
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
249
249
|
"onVisible-change"?: (v: boolean) => any;
|
|
250
250
|
}>, {
|
|
@@ -253,7 +253,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
253
253
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
254
254
|
onVisibleChange: (val: boolean) => void;
|
|
255
255
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
256
|
-
click: (e: import("
|
|
256
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
257
257
|
'visible-change': (v: boolean) => boolean;
|
|
258
258
|
'update:visible': (v: boolean) => boolean;
|
|
259
259
|
}, import("vue").PublicProps, {
|
|
@@ -274,7 +274,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
274
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
275
275
|
};
|
|
276
276
|
placement: {
|
|
277
|
-
type: PropType<"
|
|
277
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
278
278
|
default: string;
|
|
279
279
|
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;
|
|
280
280
|
};
|
|
@@ -296,8 +296,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
296
296
|
type: StringConstructor;
|
|
297
297
|
};
|
|
298
298
|
trigger: {
|
|
299
|
-
type: PropType<("
|
|
300
|
-
default: () => ("
|
|
299
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
300
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
301
301
|
};
|
|
302
302
|
mouseEnterDelay: {
|
|
303
303
|
type: NumberConstructor;
|
|
@@ -365,7 +365,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
365
365
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
366
366
|
};
|
|
367
367
|
placement: {
|
|
368
|
-
type: PropType<"
|
|
368
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
369
369
|
default: string;
|
|
370
370
|
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;
|
|
371
371
|
};
|
|
@@ -387,8 +387,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
387
387
|
type: StringConstructor;
|
|
388
388
|
};
|
|
389
389
|
trigger: {
|
|
390
|
-
type: PropType<("
|
|
391
|
-
default: () => ("
|
|
390
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
391
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
392
392
|
};
|
|
393
393
|
mouseEnterDelay: {
|
|
394
394
|
type: NumberConstructor;
|
|
@@ -462,12 +462,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
462
462
|
Defaults: {};
|
|
463
463
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
464
464
|
placement: {
|
|
465
|
-
type: PropType<"
|
|
465
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
466
466
|
default: string;
|
|
467
467
|
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;
|
|
468
468
|
};
|
|
469
469
|
trigger: {
|
|
470
|
-
type: PropType<"
|
|
470
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
471
471
|
default: string;
|
|
472
472
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
473
473
|
};
|
|
@@ -509,7 +509,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
509
509
|
type: PropType<any[]>;
|
|
510
510
|
};
|
|
511
511
|
}>> & Readonly<{
|
|
512
|
-
onClick?: (e: import("
|
|
512
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
513
513
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
514
514
|
"onVisible-change"?: (v: boolean) => any;
|
|
515
515
|
}>, {
|
|
@@ -532,12 +532,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
532
532
|
__isSuspense?: never;
|
|
533
533
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
534
534
|
placement: {
|
|
535
|
-
type: PropType<"
|
|
535
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
536
536
|
default: string;
|
|
537
537
|
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;
|
|
538
538
|
};
|
|
539
539
|
trigger: {
|
|
540
|
-
type: PropType<"
|
|
540
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
541
541
|
default: string;
|
|
542
542
|
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
543
543
|
};
|
|
@@ -579,7 +579,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
579
579
|
type: PropType<any[]>;
|
|
580
580
|
};
|
|
581
581
|
}>> & Readonly<{
|
|
582
|
-
onClick?: (e: import("
|
|
582
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
583
583
|
"onUpdate:visible"?: (v: boolean) => any;
|
|
584
584
|
"onVisible-change"?: (v: boolean) => any;
|
|
585
585
|
}>, {
|
|
@@ -588,7 +588,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
588
588
|
transitionName: import("vue").ComputedRef<"slide-down" | "slide-up">;
|
|
589
589
|
onVisibleChange: (val: boolean) => void;
|
|
590
590
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
591
|
-
click: (e: import("
|
|
591
|
+
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
592
592
|
'visible-change': (v: boolean) => boolean;
|
|
593
593
|
'update:visible': (v: boolean) => boolean;
|
|
594
594
|
}, string, {
|
|
@@ -609,7 +609,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
609
609
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
610
610
|
};
|
|
611
611
|
placement: {
|
|
612
|
-
type: PropType<"
|
|
612
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
613
613
|
default: string;
|
|
614
614
|
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;
|
|
615
615
|
};
|
|
@@ -631,8 +631,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
631
631
|
type: StringConstructor;
|
|
632
632
|
};
|
|
633
633
|
trigger: {
|
|
634
|
-
type: PropType<("
|
|
635
|
-
default: () => ("
|
|
634
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
635
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
636
636
|
};
|
|
637
637
|
mouseEnterDelay: {
|
|
638
638
|
type: NumberConstructor;
|
|
@@ -700,7 +700,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
700
700
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
701
701
|
};
|
|
702
702
|
placement: {
|
|
703
|
-
type: PropType<"
|
|
703
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
704
704
|
default: string;
|
|
705
705
|
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;
|
|
706
706
|
};
|
|
@@ -722,8 +722,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
722
722
|
type: StringConstructor;
|
|
723
723
|
};
|
|
724
724
|
trigger: {
|
|
725
|
-
type: PropType<("
|
|
726
|
-
default: () => ("
|
|
725
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
726
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
727
727
|
};
|
|
728
728
|
mouseEnterDelay: {
|
|
729
729
|
type: NumberConstructor;
|
|
@@ -788,11 +788,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
788
788
|
};
|
|
789
789
|
};
|
|
790
790
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
791
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
791
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
792
792
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
793
793
|
options: {
|
|
794
|
-
type: PropType<import("
|
|
795
|
-
default: () => import("
|
|
794
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
795
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
796
796
|
};
|
|
797
797
|
icon: {
|
|
798
798
|
type: BooleanConstructor;
|
|
@@ -809,8 +809,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
809
809
|
handleMenuClick: (e: any) => void;
|
|
810
810
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
811
811
|
options: {
|
|
812
|
-
type: PropType<import("
|
|
813
|
-
default: () => import("
|
|
812
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").DropdownMenuOption[]>;
|
|
813
|
+
default: () => import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
814
814
|
};
|
|
815
815
|
icon: {
|
|
816
816
|
type: BooleanConstructor;
|
|
@@ -825,7 +825,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
825
825
|
onClick?: (...args: any[]) => any;
|
|
826
826
|
}>, {
|
|
827
827
|
icon: boolean;
|
|
828
|
-
options: import("
|
|
828
|
+
options: import("@koi-design/uxd-ui/es/index").DropdownMenuOption[];
|
|
829
829
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
830
830
|
Trigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
831
831
|
type: {
|
|
@@ -834,24 +834,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
834
|
validator: (val: string) => boolean;
|
|
835
835
|
};
|
|
836
836
|
icon: {
|
|
837
|
-
type: PropType<import("
|
|
837
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
838
838
|
};
|
|
839
839
|
text: {
|
|
840
840
|
type: StringConstructor;
|
|
841
841
|
};
|
|
842
842
|
buttonType: {
|
|
843
|
-
type: PropType<"
|
|
843
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
844
844
|
default: string;
|
|
845
845
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
846
846
|
};
|
|
847
847
|
variant: {
|
|
848
|
-
type: PropType<"
|
|
848
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
849
849
|
default: string;
|
|
850
850
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
851
851
|
};
|
|
852
852
|
color: {
|
|
853
|
-
type: PropType<"
|
|
854
|
-
default:
|
|
853
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
854
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
855
855
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
856
856
|
};
|
|
857
857
|
}>, {
|
|
@@ -864,24 +864,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
864
864
|
validator: (val: string) => boolean;
|
|
865
865
|
};
|
|
866
866
|
icon: {
|
|
867
|
-
type: PropType<import("
|
|
867
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
868
868
|
};
|
|
869
869
|
text: {
|
|
870
870
|
type: StringConstructor;
|
|
871
871
|
};
|
|
872
872
|
buttonType: {
|
|
873
|
-
type: PropType<"
|
|
873
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
874
874
|
default: string;
|
|
875
875
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
876
876
|
};
|
|
877
877
|
variant: {
|
|
878
|
-
type: PropType<"
|
|
878
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
879
879
|
default: string;
|
|
880
880
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
881
881
|
};
|
|
882
882
|
color: {
|
|
883
|
-
type: PropType<"
|
|
884
|
-
default:
|
|
883
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
884
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
885
885
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
886
886
|
};
|
|
887
887
|
}>> & Readonly<{}>, {
|
|
@@ -890,7 +890,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
890
890
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
891
891
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
892
892
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
893
|
-
};
|
|
893
|
+
});
|
|
894
894
|
Render: {
|
|
895
895
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
896
896
|
props: {
|
|
@@ -902,12 +902,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
902
902
|
UMenu: {
|
|
903
903
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
904
904
|
mode: {
|
|
905
|
-
type: PropType<"
|
|
905
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
906
906
|
default: string;
|
|
907
|
-
validator: (val: "
|
|
907
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
908
908
|
};
|
|
909
909
|
theme: {
|
|
910
|
-
type: PropType<"
|
|
910
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
911
911
|
default: string;
|
|
912
912
|
validator: (val: "light" | "dark") => boolean;
|
|
913
913
|
};
|
|
@@ -946,27 +946,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
946
946
|
default: undefined;
|
|
947
947
|
};
|
|
948
948
|
}>> & Readonly<{
|
|
949
|
-
onClick?: (e: import("
|
|
950
|
-
onSelect?: (e: import("
|
|
951
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
952
|
-
onDeselect?: (e: import("
|
|
949
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
950
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
951
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
952
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
953
953
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
954
954
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
955
955
|
}>, {
|
|
956
956
|
rootMenu: import("vue").Ref<any, any>;
|
|
957
957
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
958
|
-
computedMode: import("vue").Ref<"
|
|
958
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
959
959
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
960
960
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
961
961
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
962
|
-
click: (e: import("
|
|
963
|
-
select: (e: import("
|
|
964
|
-
deselect: (e: import("
|
|
962
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
963
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
964
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
965
965
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
966
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
966
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
967
967
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
968
968
|
}, import("vue").PublicProps, {
|
|
969
|
-
mode: "
|
|
969
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
970
970
|
multiple: boolean;
|
|
971
971
|
theme: "light" | "dark";
|
|
972
972
|
openKeys: (string | number)[];
|
|
@@ -992,12 +992,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
992
992
|
Defaults: {};
|
|
993
993
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
994
994
|
mode: {
|
|
995
|
-
type: PropType<"
|
|
995
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
996
996
|
default: string;
|
|
997
|
-
validator: (val: "
|
|
997
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
998
998
|
};
|
|
999
999
|
theme: {
|
|
1000
|
-
type: PropType<"
|
|
1000
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
1001
1001
|
default: string;
|
|
1002
1002
|
validator: (val: "light" | "dark") => boolean;
|
|
1003
1003
|
};
|
|
@@ -1036,20 +1036,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1036
1036
|
default: undefined;
|
|
1037
1037
|
};
|
|
1038
1038
|
}>> & Readonly<{
|
|
1039
|
-
onClick?: (e: import("
|
|
1040
|
-
onSelect?: (e: import("
|
|
1041
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1042
|
-
onDeselect?: (e: import("
|
|
1039
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1040
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1041
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1042
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1043
1043
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1044
1044
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1045
1045
|
}>, {
|
|
1046
1046
|
rootMenu: import("vue").Ref<any, any>;
|
|
1047
1047
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1048
|
-
computedMode: import("vue").Ref<"
|
|
1048
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1049
1049
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1050
1050
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1051
1051
|
}, {}, {}, {}, {
|
|
1052
|
-
mode: "
|
|
1052
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1053
1053
|
multiple: boolean;
|
|
1054
1054
|
theme: "light" | "dark";
|
|
1055
1055
|
openKeys: (string | number)[];
|
|
@@ -1063,12 +1063,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1063
1063
|
__isSuspense?: never;
|
|
1064
1064
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1065
1065
|
mode: {
|
|
1066
|
-
type: PropType<"
|
|
1066
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1067
1067
|
default: string;
|
|
1068
|
-
validator: (val: "
|
|
1068
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1069
1069
|
};
|
|
1070
1070
|
theme: {
|
|
1071
|
-
type: PropType<"
|
|
1071
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
1072
1072
|
default: string;
|
|
1073
1073
|
validator: (val: "light" | "dark") => boolean;
|
|
1074
1074
|
};
|
|
@@ -1107,27 +1107,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1107
1107
|
default: undefined;
|
|
1108
1108
|
};
|
|
1109
1109
|
}>> & Readonly<{
|
|
1110
|
-
onClick?: (e: import("
|
|
1111
|
-
onSelect?: (e: import("
|
|
1112
|
-
"onOpen-change"?: (openKeys: (string | number)[], event: import("
|
|
1113
|
-
onDeselect?: (e: import("
|
|
1110
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1111
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1112
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1113
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1114
1114
|
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1115
1115
|
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1116
1116
|
}>, {
|
|
1117
1117
|
rootMenu: import("vue").Ref<any, any>;
|
|
1118
1118
|
computedPrefixCls: import("vue").ComputedRef<string>;
|
|
1119
|
-
computedMode: import("vue").Ref<"
|
|
1119
|
+
computedMode: import("vue").Ref<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right", "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1120
1120
|
layoutSiderCollapsed: import("vue").Ref<boolean, boolean>;
|
|
1121
1121
|
renderChild: () => import("vue").VNodeArrayChildren;
|
|
1122
1122
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1123
|
-
click: (e: import("
|
|
1124
|
-
select: (e: import("
|
|
1125
|
-
deselect: (e: import("
|
|
1123
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => boolean;
|
|
1124
|
+
select: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1125
|
+
deselect: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => boolean;
|
|
1126
1126
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1127
|
-
'open-change': (openKeys: (string | number)[], event: import("
|
|
1127
|
+
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1128
1128
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1129
1129
|
}, string, {
|
|
1130
|
-
mode: "
|
|
1130
|
+
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1131
1131
|
multiple: boolean;
|
|
1132
1132
|
theme: "light" | "dark";
|
|
1133
1133
|
openKeys: (string | number)[];
|
|
@@ -1144,7 +1144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1144
1144
|
};
|
|
1145
1145
|
};
|
|
1146
1146
|
};
|
|
1147
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1147
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1148
1148
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1149
1149
|
name: {
|
|
1150
1150
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1157,8 +1157,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1157
1157
|
type: StringConstructor;
|
|
1158
1158
|
};
|
|
1159
1159
|
color: {
|
|
1160
|
-
type: PropType<"
|
|
1161
|
-
default:
|
|
1160
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1161
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1162
1162
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1163
1163
|
};
|
|
1164
1164
|
}>, {
|
|
@@ -1169,7 +1169,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1169
1169
|
style: import("vue").ComputedRef<CSSProperties>;
|
|
1170
1170
|
onClick: () => void;
|
|
1171
1171
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1172
|
-
click: (e: import("
|
|
1172
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
1173
1173
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1174
1174
|
name: {
|
|
1175
1175
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1182,12 +1182,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1182
1182
|
type: StringConstructor;
|
|
1183
1183
|
};
|
|
1184
1184
|
color: {
|
|
1185
|
-
type: PropType<"
|
|
1186
|
-
default:
|
|
1185
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1186
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1187
1187
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
}>> & Readonly<{
|
|
1190
|
-
onClick?: (e: import("
|
|
1190
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
1191
1191
|
}>, {
|
|
1192
1192
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1193
1193
|
disabled: boolean;
|
|
@@ -1196,7 +1196,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1196
1196
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1197
1197
|
placement: {
|
|
1198
1198
|
default: string;
|
|
1199
|
-
type: PropType<"
|
|
1199
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1200
1200
|
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;
|
|
1201
1201
|
};
|
|
1202
1202
|
title: {
|
|
@@ -1227,7 +1227,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1227
1227
|
default: string;
|
|
1228
1228
|
};
|
|
1229
1229
|
trigger: {
|
|
1230
|
-
type: PropType<"
|
|
1230
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1231
1231
|
default: string;
|
|
1232
1232
|
validator: (val: "click" | "hover") => boolean;
|
|
1233
1233
|
};
|
|
@@ -1241,8 +1241,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1241
1241
|
default: boolean;
|
|
1242
1242
|
};
|
|
1243
1243
|
color: {
|
|
1244
|
-
type: PropType<"
|
|
1245
|
-
default:
|
|
1244
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1245
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1246
1246
|
validator: (val: string) => boolean;
|
|
1247
1247
|
};
|
|
1248
1248
|
}>> & Readonly<{
|
|
@@ -1308,7 +1308,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1308
1308
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1309
1309
|
};
|
|
1310
1310
|
placement: {
|
|
1311
|
-
type: PropType<"
|
|
1311
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1312
1312
|
default: string;
|
|
1313
1313
|
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;
|
|
1314
1314
|
};
|
|
@@ -1330,8 +1330,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1330
1330
|
type: StringConstructor;
|
|
1331
1331
|
};
|
|
1332
1332
|
trigger: {
|
|
1333
|
-
type: PropType<("
|
|
1334
|
-
default: () => ("
|
|
1333
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1334
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1335
1335
|
};
|
|
1336
1336
|
mouseEnterDelay: {
|
|
1337
1337
|
type: NumberConstructor;
|
|
@@ -1399,7 +1399,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1399
1399
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1400
1400
|
};
|
|
1401
1401
|
placement: {
|
|
1402
|
-
type: PropType<"
|
|
1402
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1403
1403
|
default: string;
|
|
1404
1404
|
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;
|
|
1405
1405
|
};
|
|
@@ -1421,8 +1421,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1421
1421
|
type: StringConstructor;
|
|
1422
1422
|
};
|
|
1423
1423
|
trigger: {
|
|
1424
|
-
type: PropType<("
|
|
1425
|
-
default: () => ("
|
|
1424
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1425
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1426
1426
|
};
|
|
1427
1427
|
mouseEnterDelay: {
|
|
1428
1428
|
type: NumberConstructor;
|
|
@@ -1497,7 +1497,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1497
1497
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1498
1498
|
placement: {
|
|
1499
1499
|
default: string;
|
|
1500
|
-
type: PropType<"
|
|
1500
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1501
1501
|
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;
|
|
1502
1502
|
};
|
|
1503
1503
|
title: {
|
|
@@ -1528,7 +1528,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1528
1528
|
default: string;
|
|
1529
1529
|
};
|
|
1530
1530
|
trigger: {
|
|
1531
|
-
type: PropType<"
|
|
1531
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1532
1532
|
default: string;
|
|
1533
1533
|
validator: (val: "click" | "hover") => boolean;
|
|
1534
1534
|
};
|
|
@@ -1542,8 +1542,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1542
1542
|
default: boolean;
|
|
1543
1543
|
};
|
|
1544
1544
|
color: {
|
|
1545
|
-
type: PropType<"
|
|
1546
|
-
default:
|
|
1545
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1546
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1547
1547
|
validator: (val: string) => boolean;
|
|
1548
1548
|
};
|
|
1549
1549
|
}>> & Readonly<{
|
|
@@ -1604,7 +1604,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1604
1604
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1605
1605
|
placement: {
|
|
1606
1606
|
default: string;
|
|
1607
|
-
type: PropType<"
|
|
1607
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1608
1608
|
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;
|
|
1609
1609
|
};
|
|
1610
1610
|
title: {
|
|
@@ -1635,7 +1635,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1635
1635
|
default: string;
|
|
1636
1636
|
};
|
|
1637
1637
|
trigger: {
|
|
1638
|
-
type: PropType<"
|
|
1638
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1639
1639
|
default: string;
|
|
1640
1640
|
validator: (val: "click" | "hover") => boolean;
|
|
1641
1641
|
};
|
|
@@ -1649,8 +1649,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1649
1649
|
default: boolean;
|
|
1650
1650
|
};
|
|
1651
1651
|
color: {
|
|
1652
|
-
type: PropType<"
|
|
1653
|
-
default:
|
|
1652
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1653
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1654
1654
|
validator: (val: string) => boolean;
|
|
1655
1655
|
};
|
|
1656
1656
|
}>> & Readonly<{
|
|
@@ -1716,7 +1716,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1716
1716
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1717
1717
|
};
|
|
1718
1718
|
placement: {
|
|
1719
|
-
type: PropType<"
|
|
1719
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1720
1720
|
default: string;
|
|
1721
1721
|
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;
|
|
1722
1722
|
};
|
|
@@ -1738,8 +1738,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1738
1738
|
type: StringConstructor;
|
|
1739
1739
|
};
|
|
1740
1740
|
trigger: {
|
|
1741
|
-
type: PropType<("
|
|
1742
|
-
default: () => ("
|
|
1741
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1742
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1743
1743
|
};
|
|
1744
1744
|
mouseEnterDelay: {
|
|
1745
1745
|
type: NumberConstructor;
|
|
@@ -1807,7 +1807,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1807
1807
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1808
1808
|
};
|
|
1809
1809
|
placement: {
|
|
1810
|
-
type: PropType<"
|
|
1810
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1811
1811
|
default: string;
|
|
1812
1812
|
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;
|
|
1813
1813
|
};
|
|
@@ -1829,8 +1829,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1829
1829
|
type: StringConstructor;
|
|
1830
1830
|
};
|
|
1831
1831
|
trigger: {
|
|
1832
|
-
type: PropType<("
|
|
1833
|
-
default: () => ("
|
|
1832
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
1833
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
1834
1834
|
};
|
|
1835
1835
|
mouseEnterDelay: {
|
|
1836
1836
|
type: NumberConstructor;
|
|
@@ -1895,7 +1895,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1895
1895
|
};
|
|
1896
1896
|
};
|
|
1897
1897
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1898
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1898
|
+
} & 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>);
|
|
1899
1899
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1900
1900
|
SubMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1901
1901
|
name: {
|
|
@@ -1912,16 +1912,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1912
1912
|
type: StringConstructor;
|
|
1913
1913
|
};
|
|
1914
1914
|
color: {
|
|
1915
|
-
type: PropType<"
|
|
1916
|
-
default:
|
|
1915
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1916
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1917
1917
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1918
1918
|
};
|
|
1919
1919
|
}>, {
|
|
1920
1920
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1921
1921
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
1922
1922
|
titleStyle: import("vue").ComputedRef<{}>;
|
|
1923
|
-
mode: import("vue").ComputedRef<"
|
|
1924
|
-
subMode: import("vue").ComputedRef<"
|
|
1923
|
+
mode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1924
|
+
subMode: import("vue").ComputedRef<"vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right">;
|
|
1925
1925
|
theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
|
|
1926
1926
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
1927
1927
|
isSelected: import("vue").ComputedRef<boolean>;
|
|
@@ -1954,8 +1954,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1954
1954
|
type: StringConstructor;
|
|
1955
1955
|
};
|
|
1956
1956
|
color: {
|
|
1957
|
-
type: PropType<"
|
|
1958
|
-
default:
|
|
1957
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1958
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1959
1959
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1960
1960
|
};
|
|
1961
1961
|
}>> & Readonly<{
|
|
@@ -1974,7 +1974,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1974
1974
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
1975
1975
|
};
|
|
1976
1976
|
placement: {
|
|
1977
|
-
type: PropType<"
|
|
1977
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1978
1978
|
default: string;
|
|
1979
1979
|
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;
|
|
1980
1980
|
};
|
|
@@ -1996,8 +1996,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1996
1996
|
type: StringConstructor;
|
|
1997
1997
|
};
|
|
1998
1998
|
trigger: {
|
|
1999
|
-
type: PropType<("
|
|
2000
|
-
default: () => ("
|
|
1999
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2000
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2001
2001
|
};
|
|
2002
2002
|
mouseEnterDelay: {
|
|
2003
2003
|
type: NumberConstructor;
|
|
@@ -2065,7 +2065,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2065
2065
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2066
2066
|
};
|
|
2067
2067
|
placement: {
|
|
2068
|
-
type: PropType<"
|
|
2068
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2069
2069
|
default: string;
|
|
2070
2070
|
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;
|
|
2071
2071
|
};
|
|
@@ -2087,8 +2087,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2087
2087
|
type: StringConstructor;
|
|
2088
2088
|
};
|
|
2089
2089
|
trigger: {
|
|
2090
|
-
type: PropType<("
|
|
2091
|
-
default: () => ("
|
|
2090
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2091
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2092
2092
|
};
|
|
2093
2093
|
mouseEnterDelay: {
|
|
2094
2094
|
type: NumberConstructor;
|
|
@@ -2167,7 +2167,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2167
2167
|
default: string;
|
|
2168
2168
|
};
|
|
2169
2169
|
icon: {
|
|
2170
|
-
type: PropType<import("
|
|
2170
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2171
2171
|
};
|
|
2172
2172
|
}>> & Readonly<{
|
|
2173
2173
|
onClick?: (ev: Event) => any;
|
|
@@ -2214,7 +2214,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2214
2214
|
default: string;
|
|
2215
2215
|
};
|
|
2216
2216
|
icon: {
|
|
2217
|
-
type: PropType<import("
|
|
2217
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2218
2218
|
};
|
|
2219
2219
|
}>> & Readonly<{
|
|
2220
2220
|
onClick?: (ev: Event) => any;
|
|
@@ -2256,7 +2256,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2256
2256
|
default: string;
|
|
2257
2257
|
};
|
|
2258
2258
|
icon: {
|
|
2259
|
-
type: PropType<import("
|
|
2259
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2260
2260
|
};
|
|
2261
2261
|
}>> & Readonly<{
|
|
2262
2262
|
onClick?: (ev: Event) => any;
|
|
@@ -2283,31 +2283,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2283
2283
|
}, string, {
|
|
2284
2284
|
color: string;
|
|
2285
2285
|
spin: boolean;
|
|
2286
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2286
|
+
}, {}, 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>);
|
|
2287
2287
|
ULineDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2288
2288
|
ULineRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2289
2289
|
CollapseTransition: {
|
|
2290
2290
|
(props: {
|
|
2291
2291
|
appear: boolean;
|
|
2292
|
-
}, { slots }: Omit<{
|
|
2293
|
-
attrs: {
|
|
2294
|
-
[x: string]: unknown;
|
|
2295
|
-
};
|
|
2296
|
-
slots: Readonly<{
|
|
2297
|
-
[name: string]: import("vue").Slot<any>;
|
|
2298
|
-
}>;
|
|
2299
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2300
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2301
|
-
} | {
|
|
2302
|
-
attrs: {
|
|
2303
|
-
[x: string]: unknown;
|
|
2304
|
-
};
|
|
2305
|
-
slots: Readonly<{
|
|
2306
|
-
[name: string]: import("vue").Slot<any>;
|
|
2307
|
-
}>;
|
|
2308
|
-
emit: (event: string, ...args: any[]) => void;
|
|
2309
|
-
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
|
|
2310
|
-
}, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2292
|
+
}, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2311
2293
|
[key: string]: any;
|
|
2312
2294
|
}>;
|
|
2313
2295
|
props: {
|
|
@@ -2332,7 +2314,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2332
2314
|
Divider: import("vue").DefineComponent<{}, {
|
|
2333
2315
|
rootPrefixCls: import("vue").ComputedRef<string>;
|
|
2334
2316
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2335
|
-
};
|
|
2317
|
+
});
|
|
2336
2318
|
MenuItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2337
2319
|
name: {
|
|
2338
2320
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2345,8 +2327,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2345
2327
|
type: StringConstructor;
|
|
2346
2328
|
};
|
|
2347
2329
|
color: {
|
|
2348
|
-
type: PropType<"
|
|
2349
|
-
default:
|
|
2330
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2331
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2350
2332
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2351
2333
|
};
|
|
2352
2334
|
}>, {
|
|
@@ -2357,7 +2339,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2357
2339
|
style: import("vue").ComputedRef<CSSProperties>;
|
|
2358
2340
|
onClick: () => void;
|
|
2359
2341
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2360
|
-
click: (e: import("
|
|
2342
|
+
click: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => boolean;
|
|
2361
2343
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2362
2344
|
name: {
|
|
2363
2345
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2370,12 +2352,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2370
2352
|
type: StringConstructor;
|
|
2371
2353
|
};
|
|
2372
2354
|
color: {
|
|
2373
|
-
type: PropType<"
|
|
2374
|
-
default:
|
|
2355
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2356
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2375
2357
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2376
2358
|
};
|
|
2377
2359
|
}>> & Readonly<{
|
|
2378
|
-
onClick?: (e: import("
|
|
2360
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuItemClickEvent) => any;
|
|
2379
2361
|
}>, {
|
|
2380
2362
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2381
2363
|
disabled: boolean;
|
|
@@ -2384,7 +2366,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2384
2366
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2385
2367
|
placement: {
|
|
2386
2368
|
default: string;
|
|
2387
|
-
type: PropType<"
|
|
2369
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2388
2370
|
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;
|
|
2389
2371
|
};
|
|
2390
2372
|
title: {
|
|
@@ -2415,7 +2397,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2415
2397
|
default: string;
|
|
2416
2398
|
};
|
|
2417
2399
|
trigger: {
|
|
2418
|
-
type: PropType<"
|
|
2400
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2419
2401
|
default: string;
|
|
2420
2402
|
validator: (val: "click" | "hover") => boolean;
|
|
2421
2403
|
};
|
|
@@ -2429,8 +2411,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2429
2411
|
default: boolean;
|
|
2430
2412
|
};
|
|
2431
2413
|
color: {
|
|
2432
|
-
type: PropType<"
|
|
2433
|
-
default:
|
|
2414
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2415
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2434
2416
|
validator: (val: string) => boolean;
|
|
2435
2417
|
};
|
|
2436
2418
|
}>> & Readonly<{
|
|
@@ -2496,7 +2478,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2496
2478
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2497
2479
|
};
|
|
2498
2480
|
placement: {
|
|
2499
|
-
type: PropType<"
|
|
2481
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2500
2482
|
default: string;
|
|
2501
2483
|
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;
|
|
2502
2484
|
};
|
|
@@ -2518,8 +2500,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2518
2500
|
type: StringConstructor;
|
|
2519
2501
|
};
|
|
2520
2502
|
trigger: {
|
|
2521
|
-
type: PropType<("
|
|
2522
|
-
default: () => ("
|
|
2503
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2504
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2523
2505
|
};
|
|
2524
2506
|
mouseEnterDelay: {
|
|
2525
2507
|
type: NumberConstructor;
|
|
@@ -2587,7 +2569,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2587
2569
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2588
2570
|
};
|
|
2589
2571
|
placement: {
|
|
2590
|
-
type: PropType<"
|
|
2572
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2591
2573
|
default: string;
|
|
2592
2574
|
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;
|
|
2593
2575
|
};
|
|
@@ -2609,8 +2591,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2609
2591
|
type: StringConstructor;
|
|
2610
2592
|
};
|
|
2611
2593
|
trigger: {
|
|
2612
|
-
type: PropType<("
|
|
2613
|
-
default: () => ("
|
|
2594
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2595
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2614
2596
|
};
|
|
2615
2597
|
mouseEnterDelay: {
|
|
2616
2598
|
type: NumberConstructor;
|
|
@@ -2685,7 +2667,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2685
2667
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2686
2668
|
placement: {
|
|
2687
2669
|
default: string;
|
|
2688
|
-
type: PropType<"
|
|
2670
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2689
2671
|
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;
|
|
2690
2672
|
};
|
|
2691
2673
|
title: {
|
|
@@ -2716,7 +2698,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2716
2698
|
default: string;
|
|
2717
2699
|
};
|
|
2718
2700
|
trigger: {
|
|
2719
|
-
type: PropType<"
|
|
2701
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2720
2702
|
default: string;
|
|
2721
2703
|
validator: (val: "click" | "hover") => boolean;
|
|
2722
2704
|
};
|
|
@@ -2730,8 +2712,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2730
2712
|
default: boolean;
|
|
2731
2713
|
};
|
|
2732
2714
|
color: {
|
|
2733
|
-
type: PropType<"
|
|
2734
|
-
default:
|
|
2715
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2716
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2735
2717
|
validator: (val: string) => boolean;
|
|
2736
2718
|
};
|
|
2737
2719
|
}>> & Readonly<{
|
|
@@ -2792,7 +2774,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2792
2774
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2793
2775
|
placement: {
|
|
2794
2776
|
default: string;
|
|
2795
|
-
type: PropType<"
|
|
2777
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2796
2778
|
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;
|
|
2797
2779
|
};
|
|
2798
2780
|
title: {
|
|
@@ -2823,7 +2805,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2823
2805
|
default: string;
|
|
2824
2806
|
};
|
|
2825
2807
|
trigger: {
|
|
2826
|
-
type: PropType<"
|
|
2808
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
2827
2809
|
default: string;
|
|
2828
2810
|
validator: (val: "click" | "hover") => boolean;
|
|
2829
2811
|
};
|
|
@@ -2837,8 +2819,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2837
2819
|
default: boolean;
|
|
2838
2820
|
};
|
|
2839
2821
|
color: {
|
|
2840
|
-
type: PropType<"
|
|
2841
|
-
default:
|
|
2822
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
2823
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2842
2824
|
validator: (val: string) => boolean;
|
|
2843
2825
|
};
|
|
2844
2826
|
}>> & Readonly<{
|
|
@@ -2904,7 +2886,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2904
2886
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2905
2887
|
};
|
|
2906
2888
|
placement: {
|
|
2907
|
-
type: PropType<"
|
|
2889
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2908
2890
|
default: string;
|
|
2909
2891
|
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;
|
|
2910
2892
|
};
|
|
@@ -2926,8 +2908,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2926
2908
|
type: StringConstructor;
|
|
2927
2909
|
};
|
|
2928
2910
|
trigger: {
|
|
2929
|
-
type: PropType<("
|
|
2930
|
-
default: () => ("
|
|
2911
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
2912
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2931
2913
|
};
|
|
2932
2914
|
mouseEnterDelay: {
|
|
2933
2915
|
type: NumberConstructor;
|
|
@@ -2995,7 +2977,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2995
2977
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
2996
2978
|
};
|
|
2997
2979
|
placement: {
|
|
2998
|
-
type: PropType<"
|
|
2980
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2999
2981
|
default: string;
|
|
3000
2982
|
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;
|
|
3001
2983
|
};
|
|
@@ -3017,8 +2999,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3017
2999
|
type: StringConstructor;
|
|
3018
3000
|
};
|
|
3019
3001
|
trigger: {
|
|
3020
|
-
type: PropType<("
|
|
3021
|
-
default: () => ("
|
|
3002
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
3003
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
3022
3004
|
};
|
|
3023
3005
|
mouseEnterDelay: {
|
|
3024
3006
|
type: NumberConstructor;
|
|
@@ -3083,7 +3065,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3083
3065
|
};
|
|
3084
3066
|
};
|
|
3085
3067
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3086
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3068
|
+
} & 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>);
|
|
3087
3069
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3088
3070
|
Checkbox: {
|
|
3089
3071
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3108,9 +3090,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3108
3090
|
default: boolean;
|
|
3109
3091
|
};
|
|
3110
3092
|
size: {
|
|
3111
|
-
type: PropType<"
|
|
3093
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3112
3094
|
default: string;
|
|
3113
|
-
validator: (val: "
|
|
3095
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3114
3096
|
};
|
|
3115
3097
|
name: {
|
|
3116
3098
|
type: StringConstructor;
|
|
@@ -3125,16 +3107,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3125
3107
|
default: boolean;
|
|
3126
3108
|
};
|
|
3127
3109
|
color: {
|
|
3128
|
-
type: PropType<"
|
|
3129
|
-
default:
|
|
3110
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3111
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3130
3112
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3131
3113
|
};
|
|
3132
3114
|
}>> & Readonly<{
|
|
3133
|
-
onChange?: (val: import("
|
|
3134
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3115
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3116
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3135
3117
|
}>, {
|
|
3136
3118
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3137
|
-
computedSize: import("vue").ComputedRef<"
|
|
3119
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3138
3120
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3139
3121
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3140
3122
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3147,12 +3129,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3147
3129
|
handleBlur: () => void;
|
|
3148
3130
|
onClick: (e: MouseEvent) => void;
|
|
3149
3131
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3150
|
-
'update:modelValue': (val: import("
|
|
3151
|
-
change: (val: import("
|
|
3132
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3133
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3152
3134
|
}, import("vue").PublicProps, {
|
|
3153
3135
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3154
3136
|
name: string;
|
|
3155
|
-
size: "
|
|
3137
|
+
size: "default" | "small" | "large";
|
|
3156
3138
|
disabled: boolean;
|
|
3157
3139
|
modelValue: string | number | boolean;
|
|
3158
3140
|
value: string | number;
|
|
@@ -3175,7 +3157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3175
3157
|
default: string;
|
|
3176
3158
|
};
|
|
3177
3159
|
icon: {
|
|
3178
|
-
type: PropType<import("
|
|
3160
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3179
3161
|
};
|
|
3180
3162
|
}>> & Readonly<{
|
|
3181
3163
|
onClick?: (ev: Event) => any;
|
|
@@ -3222,7 +3204,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3222
3204
|
default: string;
|
|
3223
3205
|
};
|
|
3224
3206
|
icon: {
|
|
3225
|
-
type: PropType<import("
|
|
3207
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3226
3208
|
};
|
|
3227
3209
|
}>> & Readonly<{
|
|
3228
3210
|
onClick?: (ev: Event) => any;
|
|
@@ -3264,7 +3246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3264
3246
|
default: string;
|
|
3265
3247
|
};
|
|
3266
3248
|
icon: {
|
|
3267
|
-
type: PropType<import("
|
|
3249
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3268
3250
|
};
|
|
3269
3251
|
}>> & Readonly<{
|
|
3270
3252
|
onClick?: (ev: Event) => any;
|
|
@@ -3291,7 +3273,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3291
3273
|
}, string, {
|
|
3292
3274
|
color: string;
|
|
3293
3275
|
spin: boolean;
|
|
3294
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3276
|
+
}, {}, 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>);
|
|
3295
3277
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3296
3278
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3297
3279
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3323,9 +3305,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3323
3305
|
default: boolean;
|
|
3324
3306
|
};
|
|
3325
3307
|
size: {
|
|
3326
|
-
type: PropType<"
|
|
3308
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3327
3309
|
default: string;
|
|
3328
|
-
validator: (val: "
|
|
3310
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3329
3311
|
};
|
|
3330
3312
|
name: {
|
|
3331
3313
|
type: StringConstructor;
|
|
@@ -3340,16 +3322,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3340
3322
|
default: boolean;
|
|
3341
3323
|
};
|
|
3342
3324
|
color: {
|
|
3343
|
-
type: PropType<"
|
|
3344
|
-
default:
|
|
3325
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3326
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3345
3327
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3346
3328
|
};
|
|
3347
3329
|
}>> & Readonly<{
|
|
3348
|
-
onChange?: (val: import("
|
|
3349
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3330
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3331
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3350
3332
|
}>, {
|
|
3351
3333
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3352
|
-
computedSize: import("vue").ComputedRef<"
|
|
3334
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3353
3335
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3354
3336
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3355
3337
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3364,7 +3346,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3364
3346
|
}, {}, {}, {}, {
|
|
3365
3347
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3366
3348
|
name: string;
|
|
3367
|
-
size: "
|
|
3349
|
+
size: "default" | "small" | "large";
|
|
3368
3350
|
disabled: boolean;
|
|
3369
3351
|
modelValue: string | number | boolean;
|
|
3370
3352
|
value: string | number;
|
|
@@ -3398,9 +3380,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3398
3380
|
default: boolean;
|
|
3399
3381
|
};
|
|
3400
3382
|
size: {
|
|
3401
|
-
type: PropType<"
|
|
3383
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3402
3384
|
default: string;
|
|
3403
|
-
validator: (val: "
|
|
3385
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3404
3386
|
};
|
|
3405
3387
|
name: {
|
|
3406
3388
|
type: StringConstructor;
|
|
@@ -3415,16 +3397,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3415
3397
|
default: boolean;
|
|
3416
3398
|
};
|
|
3417
3399
|
color: {
|
|
3418
|
-
type: PropType<"
|
|
3419
|
-
default:
|
|
3400
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3401
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3420
3402
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3421
3403
|
};
|
|
3422
3404
|
}>> & Readonly<{
|
|
3423
|
-
onChange?: (val: import("
|
|
3424
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3405
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3406
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3425
3407
|
}>, {
|
|
3426
3408
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3427
|
-
computedSize: import("vue").ComputedRef<"
|
|
3409
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3428
3410
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3429
3411
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3430
3412
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3437,12 +3419,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3437
3419
|
handleBlur: () => void;
|
|
3438
3420
|
onClick: (e: MouseEvent) => void;
|
|
3439
3421
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3440
|
-
'update:modelValue': (val: import("
|
|
3441
|
-
change: (val: import("
|
|
3422
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3423
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3442
3424
|
}, string, {
|
|
3443
3425
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3444
3426
|
name: string;
|
|
3445
|
-
size: "
|
|
3427
|
+
size: "default" | "small" | "large";
|
|
3446
3428
|
disabled: boolean;
|
|
3447
3429
|
modelValue: string | number | boolean;
|
|
3448
3430
|
value: string | number;
|
|
@@ -3465,7 +3447,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3465
3447
|
default: string;
|
|
3466
3448
|
};
|
|
3467
3449
|
icon: {
|
|
3468
|
-
type: PropType<import("
|
|
3450
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3469
3451
|
};
|
|
3470
3452
|
}>> & Readonly<{
|
|
3471
3453
|
onClick?: (ev: Event) => any;
|
|
@@ -3512,7 +3494,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3512
3494
|
default: string;
|
|
3513
3495
|
};
|
|
3514
3496
|
icon: {
|
|
3515
|
-
type: PropType<import("
|
|
3497
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3516
3498
|
};
|
|
3517
3499
|
}>> & Readonly<{
|
|
3518
3500
|
onClick?: (ev: Event) => any;
|
|
@@ -3554,7 +3536,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3554
3536
|
default: string;
|
|
3555
3537
|
};
|
|
3556
3538
|
icon: {
|
|
3557
|
-
type: PropType<import("
|
|
3539
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3558
3540
|
};
|
|
3559
3541
|
}>> & Readonly<{
|
|
3560
3542
|
onClick?: (ev: Event) => any;
|
|
@@ -3581,23 +3563,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3581
3563
|
}, string, {
|
|
3582
3564
|
color: string;
|
|
3583
3565
|
spin: boolean;
|
|
3584
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3566
|
+
}, {}, 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>);
|
|
3585
3567
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3586
3568
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3587
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3569
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3588
3570
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3589
3571
|
modelValue: {
|
|
3590
|
-
type: PropType<import("
|
|
3591
|
-
default: () => import("
|
|
3572
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3573
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3592
3574
|
};
|
|
3593
3575
|
size: {
|
|
3594
|
-
type: PropType<"
|
|
3576
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3595
3577
|
default: string;
|
|
3596
3578
|
validator: (val: string) => boolean;
|
|
3597
3579
|
};
|
|
3598
3580
|
options: {
|
|
3599
|
-
type: PropType<import("
|
|
3600
|
-
default: () => import("
|
|
3581
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3582
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3601
3583
|
};
|
|
3602
3584
|
disabled: {
|
|
3603
3585
|
type: BooleanConstructor;
|
|
@@ -3611,12 +3593,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3611
3593
|
type: StringConstructor;
|
|
3612
3594
|
};
|
|
3613
3595
|
buttonType: {
|
|
3614
|
-
type: PropType<"
|
|
3596
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3615
3597
|
default: string;
|
|
3616
3598
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3617
3599
|
};
|
|
3618
3600
|
type: {
|
|
3619
|
-
type: PropType<"
|
|
3601
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3620
3602
|
default: string;
|
|
3621
3603
|
validator: (val: "default" | "button") => boolean;
|
|
3622
3604
|
};
|
|
@@ -3625,8 +3607,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3625
3607
|
default: boolean;
|
|
3626
3608
|
};
|
|
3627
3609
|
color: {
|
|
3628
|
-
type: PropType<"
|
|
3629
|
-
default:
|
|
3610
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3611
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3630
3612
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3631
3613
|
};
|
|
3632
3614
|
}>, {
|
|
@@ -3637,21 +3619,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3637
3619
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
|
|
3638
3620
|
hasSlot: import("vue").ComputedRef<boolean>;
|
|
3639
3621
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3640
|
-
'update:modelValue': (v: import("
|
|
3641
|
-
change: (v: import("
|
|
3622
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3623
|
+
change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
|
|
3642
3624
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3643
3625
|
modelValue: {
|
|
3644
|
-
type: PropType<import("
|
|
3645
|
-
default: () => import("
|
|
3626
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
|
|
3627
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3646
3628
|
};
|
|
3647
3629
|
size: {
|
|
3648
|
-
type: PropType<"
|
|
3630
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3649
3631
|
default: string;
|
|
3650
3632
|
validator: (val: string) => boolean;
|
|
3651
3633
|
};
|
|
3652
3634
|
options: {
|
|
3653
|
-
type: PropType<import("
|
|
3654
|
-
default: () => import("
|
|
3635
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
|
|
3636
|
+
default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3655
3637
|
};
|
|
3656
3638
|
disabled: {
|
|
3657
3639
|
type: BooleanConstructor;
|
|
@@ -3665,12 +3647,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3665
3647
|
type: StringConstructor;
|
|
3666
3648
|
};
|
|
3667
3649
|
buttonType: {
|
|
3668
|
-
type: PropType<"
|
|
3650
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
|
|
3669
3651
|
default: string;
|
|
3670
3652
|
validator: (val: "fill" | "border" | "card") => boolean;
|
|
3671
3653
|
};
|
|
3672
3654
|
type: {
|
|
3673
|
-
type: PropType<"
|
|
3655
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
|
|
3674
3656
|
default: string;
|
|
3675
3657
|
validator: (val: "default" | "button") => boolean;
|
|
3676
3658
|
};
|
|
@@ -3679,21 +3661,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3679
3661
|
default: boolean;
|
|
3680
3662
|
};
|
|
3681
3663
|
color: {
|
|
3682
|
-
type: PropType<"
|
|
3683
|
-
default:
|
|
3664
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3665
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3684
3666
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3685
3667
|
};
|
|
3686
3668
|
}>> & Readonly<{
|
|
3687
|
-
onChange?: (v: import("
|
|
3688
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3669
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3670
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
|
|
3689
3671
|
}>, {
|
|
3690
3672
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3691
3673
|
type: "default" | "button";
|
|
3692
3674
|
loading: boolean;
|
|
3693
|
-
size: "
|
|
3675
|
+
size: "default" | "small" | "large";
|
|
3694
3676
|
disabled: boolean;
|
|
3695
|
-
modelValue: import("
|
|
3696
|
-
options: import("
|
|
3677
|
+
modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
|
|
3678
|
+
options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
|
|
3697
3679
|
buttonFill: boolean;
|
|
3698
3680
|
buttonType: "fill" | "border" | "card";
|
|
3699
3681
|
}, {}, {
|
|
@@ -3711,7 +3693,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3711
3693
|
default: string;
|
|
3712
3694
|
};
|
|
3713
3695
|
icon: {
|
|
3714
|
-
type: PropType<import("
|
|
3696
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3715
3697
|
};
|
|
3716
3698
|
}>> & Readonly<{
|
|
3717
3699
|
onClick?: (ev: Event) => any;
|
|
@@ -3758,7 +3740,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3758
3740
|
default: string;
|
|
3759
3741
|
};
|
|
3760
3742
|
icon: {
|
|
3761
|
-
type: PropType<import("
|
|
3743
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3762
3744
|
};
|
|
3763
3745
|
}>> & Readonly<{
|
|
3764
3746
|
onClick?: (ev: Event) => any;
|
|
@@ -3800,7 +3782,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3800
3782
|
default: string;
|
|
3801
3783
|
};
|
|
3802
3784
|
icon: {
|
|
3803
|
-
type: PropType<import("
|
|
3785
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3804
3786
|
};
|
|
3805
3787
|
}>> & Readonly<{
|
|
3806
3788
|
onClick?: (ev: Event) => any;
|
|
@@ -3827,7 +3809,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3827
3809
|
}, string, {
|
|
3828
3810
|
color: string;
|
|
3829
3811
|
spin: boolean;
|
|
3830
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3812
|
+
}, {}, 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>);
|
|
3831
3813
|
UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3832
3814
|
modelValue: {
|
|
3833
3815
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3850,9 +3832,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3850
3832
|
default: boolean;
|
|
3851
3833
|
};
|
|
3852
3834
|
size: {
|
|
3853
|
-
type: PropType<"
|
|
3835
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3854
3836
|
default: string;
|
|
3855
|
-
validator: (val: "
|
|
3837
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3856
3838
|
};
|
|
3857
3839
|
name: {
|
|
3858
3840
|
type: StringConstructor;
|
|
@@ -3867,13 +3849,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3867
3849
|
default: boolean;
|
|
3868
3850
|
};
|
|
3869
3851
|
color: {
|
|
3870
|
-
type: PropType<"
|
|
3871
|
-
default:
|
|
3852
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3853
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3872
3854
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3873
3855
|
};
|
|
3874
3856
|
}>, {
|
|
3875
3857
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3876
|
-
computedSize: import("vue").ComputedRef<"
|
|
3858
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3877
3859
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3878
3860
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3879
3861
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3886,8 +3868,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3886
3868
|
handleBlur: () => void;
|
|
3887
3869
|
onClick: (e: MouseEvent) => void;
|
|
3888
3870
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3889
|
-
'update:modelValue': (val: import("
|
|
3890
|
-
change: (val: import("
|
|
3871
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3872
|
+
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3891
3873
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3892
3874
|
modelValue: {
|
|
3893
3875
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3910,9 +3892,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3910
3892
|
default: boolean;
|
|
3911
3893
|
};
|
|
3912
3894
|
size: {
|
|
3913
|
-
type: PropType<"
|
|
3895
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3914
3896
|
default: string;
|
|
3915
|
-
validator: (val: "
|
|
3897
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3916
3898
|
};
|
|
3917
3899
|
name: {
|
|
3918
3900
|
type: StringConstructor;
|
|
@@ -3927,17 +3909,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3927
3909
|
default: boolean;
|
|
3928
3910
|
};
|
|
3929
3911
|
color: {
|
|
3930
|
-
type: PropType<"
|
|
3931
|
-
default:
|
|
3912
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3913
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3932
3914
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3933
3915
|
};
|
|
3934
3916
|
}>> & Readonly<{
|
|
3935
|
-
onChange?: (val: import("
|
|
3936
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3917
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3918
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3937
3919
|
}>, {
|
|
3938
3920
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3939
3921
|
name: string;
|
|
3940
|
-
size: "
|
|
3922
|
+
size: "default" | "small" | "large";
|
|
3941
3923
|
disabled: boolean;
|
|
3942
3924
|
modelValue: string | number | boolean;
|
|
3943
3925
|
value: string | number;
|
|
@@ -3960,7 +3942,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3960
3942
|
default: string;
|
|
3961
3943
|
};
|
|
3962
3944
|
icon: {
|
|
3963
|
-
type: PropType<import("
|
|
3945
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3964
3946
|
};
|
|
3965
3947
|
}>> & Readonly<{
|
|
3966
3948
|
onClick?: (ev: Event) => any;
|
|
@@ -4007,7 +3989,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4007
3989
|
default: string;
|
|
4008
3990
|
};
|
|
4009
3991
|
icon: {
|
|
4010
|
-
type: PropType<import("
|
|
3992
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4011
3993
|
};
|
|
4012
3994
|
}>> & Readonly<{
|
|
4013
3995
|
onClick?: (ev: Event) => any;
|
|
@@ -4049,7 +4031,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4049
4031
|
default: string;
|
|
4050
4032
|
};
|
|
4051
4033
|
icon: {
|
|
4052
|
-
type: PropType<import("
|
|
4034
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4053
4035
|
};
|
|
4054
4036
|
}>> & Readonly<{
|
|
4055
4037
|
onClick?: (ev: Event) => any;
|
|
@@ -4076,13 +4058,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4076
4058
|
}, string, {
|
|
4077
4059
|
color: string;
|
|
4078
4060
|
spin: boolean;
|
|
4079
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4061
|
+
}, {}, 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>);
|
|
4080
4062
|
USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4081
4063
|
USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4082
4064
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4083
4065
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4084
4066
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4085
|
-
};
|
|
4067
|
+
});
|
|
4086
4068
|
Icon: {
|
|
4087
4069
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4088
4070
|
rotate: {
|
|
@@ -4097,7 +4079,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4097
4079
|
default: string;
|
|
4098
4080
|
};
|
|
4099
4081
|
icon: {
|
|
4100
|
-
type: PropType<import("
|
|
4082
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4101
4083
|
};
|
|
4102
4084
|
}>> & Readonly<{
|
|
4103
4085
|
onClick?: (ev: Event) => any;
|
|
@@ -4144,7 +4126,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4144
4126
|
default: string;
|
|
4145
4127
|
};
|
|
4146
4128
|
icon: {
|
|
4147
|
-
type: PropType<import("
|
|
4129
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4148
4130
|
};
|
|
4149
4131
|
}>> & Readonly<{
|
|
4150
4132
|
onClick?: (ev: Event) => any;
|
|
@@ -4186,7 +4168,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4186
4168
|
default: string;
|
|
4187
4169
|
};
|
|
4188
4170
|
icon: {
|
|
4189
|
-
type: PropType<import("
|
|
4171
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4190
4172
|
};
|
|
4191
4173
|
}>> & Readonly<{
|
|
4192
4174
|
onClick?: (ev: Event) => any;
|
|
@@ -4213,7 +4195,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4213
4195
|
}, string, {
|
|
4214
4196
|
color: string;
|
|
4215
4197
|
spin: boolean;
|
|
4216
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4198
|
+
}, {}, 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>);
|
|
4217
4199
|
USolidFilter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4218
4200
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4219
4201
|
RenderTitle: (props: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4233,7 +4215,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4233
4215
|
default: string;
|
|
4234
4216
|
};
|
|
4235
4217
|
icon: {
|
|
4236
|
-
type: PropType<import("
|
|
4218
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4237
4219
|
};
|
|
4238
4220
|
}>> & Readonly<{
|
|
4239
4221
|
onClick?: (ev: Event) => any;
|
|
@@ -4280,7 +4262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4280
4262
|
default: string;
|
|
4281
4263
|
};
|
|
4282
4264
|
icon: {
|
|
4283
|
-
type: PropType<import("
|
|
4265
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4284
4266
|
};
|
|
4285
4267
|
}>> & Readonly<{
|
|
4286
4268
|
onClick?: (ev: Event) => any;
|
|
@@ -4322,7 +4304,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4322
4304
|
default: string;
|
|
4323
4305
|
};
|
|
4324
4306
|
icon: {
|
|
4325
|
-
type: PropType<import("
|
|
4307
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4326
4308
|
};
|
|
4327
4309
|
}>> & Readonly<{
|
|
4328
4310
|
onClick?: (ev: Event) => any;
|
|
@@ -4349,7 +4331,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4349
4331
|
}, string, {
|
|
4350
4332
|
color: string;
|
|
4351
4333
|
spin: boolean;
|
|
4352
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4334
|
+
}, {}, 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>);
|
|
4353
4335
|
USolidCaretUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4354
4336
|
USolidCaretDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4355
4337
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4363,7 +4345,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4363
4345
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4364
4346
|
leafColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
4365
4347
|
data: import("vue").ComputedRef<import("./Table.type").InnerDataItem[]>;
|
|
4366
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
4348
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
4367
4349
|
showSummary: import("vue").Ref<boolean, boolean>;
|
|
4368
4350
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4369
4351
|
columns: {
|
|
@@ -4467,8 +4449,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4467
4449
|
};
|
|
4468
4450
|
}>> & Readonly<{}>, {
|
|
4469
4451
|
columns: import("./Table.type").TableColumn[];
|
|
4470
|
-
indent: number;
|
|
4471
4452
|
skeleton: boolean;
|
|
4453
|
+
indent: number;
|
|
4472
4454
|
expendedRow: boolean;
|
|
4473
4455
|
childRow: boolean;
|
|
4474
4456
|
}, {}, {
|
|
@@ -4520,7 +4502,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4520
4502
|
hasSorters: (column: InnerColumn) => boolean;
|
|
4521
4503
|
hasFilters: (column: InnerColumn) => boolean;
|
|
4522
4504
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
4523
|
-
pagination: import("
|
|
4505
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
4524
4506
|
cellRef: import("vue").Ref<any, any>;
|
|
4525
4507
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
4526
4508
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -4558,8 +4540,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4558
4540
|
};
|
|
4559
4541
|
}>> & Readonly<{}>, {
|
|
4560
4542
|
expandIcon: boolean;
|
|
4561
|
-
indent: number;
|
|
4562
4543
|
skeleton: boolean;
|
|
4544
|
+
indent: number;
|
|
4563
4545
|
}, {}, {
|
|
4564
4546
|
Render: {
|
|
4565
4547
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
@@ -4579,7 +4561,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4579
4561
|
default: boolean;
|
|
4580
4562
|
};
|
|
4581
4563
|
expandIcon: {
|
|
4582
|
-
type: PropType<import("
|
|
4564
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4583
4565
|
};
|
|
4584
4566
|
needIndentSpaced: {
|
|
4585
4567
|
type: BooleanConstructor;
|
|
@@ -4594,7 +4576,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4594
4576
|
loading: import("vue").Ref<boolean, boolean>;
|
|
4595
4577
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
4596
4578
|
onClick: (e: any) => void;
|
|
4597
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
4579
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4598
4580
|
expandable: {
|
|
4599
4581
|
type: BooleanConstructor;
|
|
4600
4582
|
default: boolean;
|
|
@@ -4604,7 +4586,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4604
4586
|
default: boolean;
|
|
4605
4587
|
};
|
|
4606
4588
|
expandIcon: {
|
|
4607
|
-
type: PropType<import("
|
|
4589
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4608
4590
|
};
|
|
4609
4591
|
needIndentSpaced: {
|
|
4610
4592
|
type: BooleanConstructor;
|
|
@@ -4637,7 +4619,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4637
4619
|
default: string;
|
|
4638
4620
|
};
|
|
4639
4621
|
icon: {
|
|
4640
|
-
type: PropType<import("
|
|
4622
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4641
4623
|
};
|
|
4642
4624
|
}>> & Readonly<{
|
|
4643
4625
|
onClick?: (ev: Event) => any;
|
|
@@ -4684,7 +4666,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4684
4666
|
default: string;
|
|
4685
4667
|
};
|
|
4686
4668
|
icon: {
|
|
4687
|
-
type: PropType<import("
|
|
4669
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4688
4670
|
};
|
|
4689
4671
|
}>> & Readonly<{
|
|
4690
4672
|
onClick?: (ev: Event) => any;
|
|
@@ -4726,7 +4708,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4726
4708
|
default: string;
|
|
4727
4709
|
};
|
|
4728
4710
|
icon: {
|
|
4729
|
-
type: PropType<import("
|
|
4711
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4730
4712
|
};
|
|
4731
4713
|
}>> & Readonly<{
|
|
4732
4714
|
onClick?: (ev: Event) => any;
|
|
@@ -4753,14 +4735,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4753
4735
|
}, string, {
|
|
4754
4736
|
color: string;
|
|
4755
4737
|
spin: boolean;
|
|
4756
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4738
|
+
}, {}, 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>);
|
|
4757
4739
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4758
4740
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4759
4741
|
UTooltip: {
|
|
4760
4742
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4761
4743
|
placement: {
|
|
4762
4744
|
default: string;
|
|
4763
|
-
type: PropType<"
|
|
4745
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4764
4746
|
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;
|
|
4765
4747
|
};
|
|
4766
4748
|
title: {
|
|
@@ -4791,7 +4773,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4791
4773
|
default: string;
|
|
4792
4774
|
};
|
|
4793
4775
|
trigger: {
|
|
4794
|
-
type: PropType<"
|
|
4776
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
4795
4777
|
default: string;
|
|
4796
4778
|
validator: (val: "click" | "hover") => boolean;
|
|
4797
4779
|
};
|
|
@@ -4805,8 +4787,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4805
4787
|
default: boolean;
|
|
4806
4788
|
};
|
|
4807
4789
|
color: {
|
|
4808
|
-
type: PropType<"
|
|
4809
|
-
default:
|
|
4790
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
4791
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4810
4792
|
validator: (val: string) => boolean;
|
|
4811
4793
|
};
|
|
4812
4794
|
}>> & Readonly<{
|
|
@@ -4872,7 +4854,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4872
4854
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4873
4855
|
};
|
|
4874
4856
|
placement: {
|
|
4875
|
-
type: PropType<"
|
|
4857
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4876
4858
|
default: string;
|
|
4877
4859
|
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;
|
|
4878
4860
|
};
|
|
@@ -4894,8 +4876,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4894
4876
|
type: StringConstructor;
|
|
4895
4877
|
};
|
|
4896
4878
|
trigger: {
|
|
4897
|
-
type: PropType<("
|
|
4898
|
-
default: () => ("
|
|
4879
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4880
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4899
4881
|
};
|
|
4900
4882
|
mouseEnterDelay: {
|
|
4901
4883
|
type: NumberConstructor;
|
|
@@ -4963,7 +4945,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4963
4945
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
4964
4946
|
};
|
|
4965
4947
|
placement: {
|
|
4966
|
-
type: PropType<"
|
|
4948
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4967
4949
|
default: string;
|
|
4968
4950
|
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;
|
|
4969
4951
|
};
|
|
@@ -4985,8 +4967,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4985
4967
|
type: StringConstructor;
|
|
4986
4968
|
};
|
|
4987
4969
|
trigger: {
|
|
4988
|
-
type: PropType<("
|
|
4989
|
-
default: () => ("
|
|
4970
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
4971
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
4990
4972
|
};
|
|
4991
4973
|
mouseEnterDelay: {
|
|
4992
4974
|
type: NumberConstructor;
|
|
@@ -5061,7 +5043,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5061
5043
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5062
5044
|
placement: {
|
|
5063
5045
|
default: string;
|
|
5064
|
-
type: PropType<"
|
|
5046
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5065
5047
|
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;
|
|
5066
5048
|
};
|
|
5067
5049
|
title: {
|
|
@@ -5092,7 +5074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5092
5074
|
default: string;
|
|
5093
5075
|
};
|
|
5094
5076
|
trigger: {
|
|
5095
|
-
type: PropType<"
|
|
5077
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5096
5078
|
default: string;
|
|
5097
5079
|
validator: (val: "click" | "hover") => boolean;
|
|
5098
5080
|
};
|
|
@@ -5106,8 +5088,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5106
5088
|
default: boolean;
|
|
5107
5089
|
};
|
|
5108
5090
|
color: {
|
|
5109
|
-
type: PropType<"
|
|
5110
|
-
default:
|
|
5091
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
5092
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5111
5093
|
validator: (val: string) => boolean;
|
|
5112
5094
|
};
|
|
5113
5095
|
}>> & Readonly<{
|
|
@@ -5168,7 +5150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5168
5150
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5169
5151
|
placement: {
|
|
5170
5152
|
default: string;
|
|
5171
|
-
type: PropType<"
|
|
5153
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5172
5154
|
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;
|
|
5173
5155
|
};
|
|
5174
5156
|
title: {
|
|
@@ -5199,7 +5181,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5199
5181
|
default: string;
|
|
5200
5182
|
};
|
|
5201
5183
|
trigger: {
|
|
5202
|
-
type: PropType<"
|
|
5184
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5203
5185
|
default: string;
|
|
5204
5186
|
validator: (val: "click" | "hover") => boolean;
|
|
5205
5187
|
};
|
|
@@ -5213,8 +5195,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5213
5195
|
default: boolean;
|
|
5214
5196
|
};
|
|
5215
5197
|
color: {
|
|
5216
|
-
type: PropType<"
|
|
5217
|
-
default:
|
|
5198
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
5199
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5218
5200
|
validator: (val: string) => boolean;
|
|
5219
5201
|
};
|
|
5220
5202
|
}>> & Readonly<{
|
|
@@ -5280,7 +5262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5280
5262
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5281
5263
|
};
|
|
5282
5264
|
placement: {
|
|
5283
|
-
type: PropType<"
|
|
5265
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5284
5266
|
default: string;
|
|
5285
5267
|
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;
|
|
5286
5268
|
};
|
|
@@ -5302,8 +5284,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5302
5284
|
type: StringConstructor;
|
|
5303
5285
|
};
|
|
5304
5286
|
trigger: {
|
|
5305
|
-
type: PropType<("
|
|
5306
|
-
default: () => ("
|
|
5287
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5288
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5307
5289
|
};
|
|
5308
5290
|
mouseEnterDelay: {
|
|
5309
5291
|
type: NumberConstructor;
|
|
@@ -5371,7 +5353,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5371
5353
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
5372
5354
|
};
|
|
5373
5355
|
placement: {
|
|
5374
|
-
type: PropType<"
|
|
5356
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5375
5357
|
default: string;
|
|
5376
5358
|
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;
|
|
5377
5359
|
};
|
|
@@ -5393,8 +5375,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5393
5375
|
type: StringConstructor;
|
|
5394
5376
|
};
|
|
5395
5377
|
trigger: {
|
|
5396
|
-
type: PropType<("
|
|
5397
|
-
default: () => ("
|
|
5378
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
5379
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
5398
5380
|
};
|
|
5399
5381
|
mouseEnterDelay: {
|
|
5400
5382
|
type: NumberConstructor;
|
|
@@ -5459,7 +5441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5459
5441
|
};
|
|
5460
5442
|
};
|
|
5461
5443
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5462
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5444
|
+
} & 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>);
|
|
5463
5445
|
USkeleton: {
|
|
5464
5446
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5465
5447
|
active: {
|
|
@@ -5471,25 +5453,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5471
5453
|
default: boolean;
|
|
5472
5454
|
};
|
|
5473
5455
|
avatar: {
|
|
5474
|
-
type: PropType<boolean | import("
|
|
5456
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5475
5457
|
default: boolean;
|
|
5476
5458
|
};
|
|
5477
5459
|
title: {
|
|
5478
|
-
type: PropType<boolean | import("
|
|
5460
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5479
5461
|
default: boolean;
|
|
5480
5462
|
};
|
|
5481
5463
|
paragraph: {
|
|
5482
|
-
type: PropType<boolean | import("
|
|
5464
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5483
5465
|
default: boolean;
|
|
5484
5466
|
};
|
|
5485
5467
|
}>> & Readonly<{}>, {
|
|
5486
5468
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5487
5469
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5488
5470
|
loading: boolean;
|
|
5489
|
-
title: boolean | import("
|
|
5490
|
-
avatar: boolean | import("
|
|
5471
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5472
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5491
5473
|
active: boolean;
|
|
5492
|
-
paragraph: boolean | import("
|
|
5474
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5493
5475
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
5494
5476
|
P: {};
|
|
5495
5477
|
B: {};
|
|
@@ -5507,25 +5489,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5507
5489
|
default: boolean;
|
|
5508
5490
|
};
|
|
5509
5491
|
avatar: {
|
|
5510
|
-
type: PropType<boolean | import("
|
|
5492
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5511
5493
|
default: boolean;
|
|
5512
5494
|
};
|
|
5513
5495
|
title: {
|
|
5514
|
-
type: PropType<boolean | import("
|
|
5496
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5515
5497
|
default: boolean;
|
|
5516
5498
|
};
|
|
5517
5499
|
paragraph: {
|
|
5518
|
-
type: PropType<boolean | import("
|
|
5500
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5519
5501
|
default: boolean;
|
|
5520
5502
|
};
|
|
5521
5503
|
}>> & Readonly<{}>, {
|
|
5522
5504
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5523
5505
|
}, {}, {}, {}, {
|
|
5524
5506
|
loading: boolean;
|
|
5525
|
-
title: boolean | import("
|
|
5526
|
-
avatar: boolean | import("
|
|
5507
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5508
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5527
5509
|
active: boolean;
|
|
5528
|
-
paragraph: boolean | import("
|
|
5510
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5529
5511
|
}>;
|
|
5530
5512
|
__isFragment?: never;
|
|
5531
5513
|
__isTeleport?: never;
|
|
@@ -5540,58 +5522,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5540
5522
|
default: boolean;
|
|
5541
5523
|
};
|
|
5542
5524
|
avatar: {
|
|
5543
|
-
type: PropType<boolean | import("
|
|
5525
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
5544
5526
|
default: boolean;
|
|
5545
5527
|
};
|
|
5546
5528
|
title: {
|
|
5547
|
-
type: PropType<boolean | import("
|
|
5529
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
5548
5530
|
default: boolean;
|
|
5549
5531
|
};
|
|
5550
5532
|
paragraph: {
|
|
5551
|
-
type: PropType<boolean | import("
|
|
5533
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
5552
5534
|
default: boolean;
|
|
5553
5535
|
};
|
|
5554
5536
|
}>> & Readonly<{}>, {
|
|
5555
5537
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5556
5538
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5557
5539
|
loading: boolean;
|
|
5558
|
-
title: boolean | import("
|
|
5559
|
-
avatar: boolean | import("
|
|
5540
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5541
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
5560
5542
|
active: boolean;
|
|
5561
|
-
paragraph: boolean | import("
|
|
5562
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5543
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
5544
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
5563
5545
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5564
5546
|
type: {
|
|
5565
|
-
type: PropType<"
|
|
5547
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5566
5548
|
default: string;
|
|
5567
5549
|
};
|
|
5568
5550
|
}>, {
|
|
5569
5551
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5570
5552
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5571
5553
|
type: {
|
|
5572
|
-
type: PropType<"
|
|
5554
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5573
5555
|
default: string;
|
|
5574
5556
|
};
|
|
5575
5557
|
}>> & Readonly<{}>, {
|
|
5576
|
-
type: "text" | "image" | "circle" | "
|
|
5558
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5577
5559
|
}, {}, {
|
|
5578
5560
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5579
5561
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5580
|
-
};
|
|
5562
|
+
});
|
|
5581
5563
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5582
5564
|
type: {
|
|
5583
|
-
type: PropType<"
|
|
5565
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5584
5566
|
default: string;
|
|
5585
5567
|
};
|
|
5586
5568
|
}>, {
|
|
5587
5569
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5588
5570
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5589
5571
|
type: {
|
|
5590
|
-
type: PropType<"
|
|
5572
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
5591
5573
|
default: string;
|
|
5592
5574
|
};
|
|
5593
5575
|
}>> & Readonly<{}>, {
|
|
5594
|
-
type: "text" | "image" | "circle" | "
|
|
5576
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
5595
5577
|
}, {}, {
|
|
5596
5578
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5597
5579
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5620,7 +5602,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5620
5602
|
};
|
|
5621
5603
|
}>, {
|
|
5622
5604
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5623
|
-
expandedRowRender: import("vue").ComputedRef<import("vue").Slot
|
|
5605
|
+
expandedRowRender: import("vue").ComputedRef<import("vue").Slot>;
|
|
5624
5606
|
expandedColumns: import("vue").ComputedRef<InnerColumn[]>;
|
|
5625
5607
|
expandRowKey: import("vue").ComputedRef<string>;
|
|
5626
5608
|
expandVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5745,8 +5727,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5745
5727
|
};
|
|
5746
5728
|
}>> & Readonly<{}>, {
|
|
5747
5729
|
columns: import("./Table.type").TableColumn[];
|
|
5748
|
-
indent: number;
|
|
5749
5730
|
skeleton: boolean;
|
|
5731
|
+
indent: number;
|
|
5750
5732
|
expendedRow: boolean;
|
|
5751
5733
|
childRow: boolean;
|
|
5752
5734
|
}, {}, {
|
|
@@ -5798,7 +5780,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5798
5780
|
hasSorters: (column: InnerColumn) => boolean;
|
|
5799
5781
|
hasFilters: (column: InnerColumn) => boolean;
|
|
5800
5782
|
isSortColumn: (column: InnerColumn) => boolean;
|
|
5801
|
-
pagination: import("
|
|
5783
|
+
pagination: import("@koi-design/uxd-ui/es/index").PaginationProps;
|
|
5802
5784
|
cellRef: import("vue").Ref<any, any>;
|
|
5803
5785
|
ellipsisSpanRef: import("vue").Ref<any, any>;
|
|
5804
5786
|
isOverflow: import("vue").Ref<boolean, boolean>;
|
|
@@ -5836,8 +5818,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5836
5818
|
};
|
|
5837
5819
|
}>> & Readonly<{}>, {
|
|
5838
5820
|
expandIcon: boolean;
|
|
5839
|
-
indent: number;
|
|
5840
5821
|
skeleton: boolean;
|
|
5822
|
+
indent: number;
|
|
5841
5823
|
}, {}, {
|
|
5842
5824
|
Render: {
|
|
5843
5825
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
@@ -5857,7 +5839,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5857
5839
|
default: boolean;
|
|
5858
5840
|
};
|
|
5859
5841
|
expandIcon: {
|
|
5860
|
-
type: PropType<import("
|
|
5842
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5861
5843
|
};
|
|
5862
5844
|
needIndentSpaced: {
|
|
5863
5845
|
type: BooleanConstructor;
|
|
@@ -5872,7 +5854,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5872
5854
|
loading: import("vue").Ref<boolean, boolean>;
|
|
5873
5855
|
expandClassName: import("vue").ComputedRef<"expanded" | "collapsed">;
|
|
5874
5856
|
onClick: (e: any) => void;
|
|
5875
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5857
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("expand" | "async-expand")[], "expand" | "async-expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5876
5858
|
expandable: {
|
|
5877
5859
|
type: BooleanConstructor;
|
|
5878
5860
|
default: boolean;
|
|
@@ -5882,7 +5864,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5882
5864
|
default: boolean;
|
|
5883
5865
|
};
|
|
5884
5866
|
expandIcon: {
|
|
5885
|
-
type: PropType<import("
|
|
5867
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5886
5868
|
};
|
|
5887
5869
|
needIndentSpaced: {
|
|
5888
5870
|
type: BooleanConstructor;
|
|
@@ -5915,7 +5897,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5915
5897
|
default: string;
|
|
5916
5898
|
};
|
|
5917
5899
|
icon: {
|
|
5918
|
-
type: PropType<import("
|
|
5900
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5919
5901
|
};
|
|
5920
5902
|
}>> & Readonly<{
|
|
5921
5903
|
onClick?: (ev: Event) => any;
|
|
@@ -5962,7 +5944,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5962
5944
|
default: string;
|
|
5963
5945
|
};
|
|
5964
5946
|
icon: {
|
|
5965
|
-
type: PropType<import("
|
|
5947
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5966
5948
|
};
|
|
5967
5949
|
}>> & Readonly<{
|
|
5968
5950
|
onClick?: (ev: Event) => any;
|
|
@@ -6004,7 +5986,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6004
5986
|
default: string;
|
|
6005
5987
|
};
|
|
6006
5988
|
icon: {
|
|
6007
|
-
type: PropType<import("
|
|
5989
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6008
5990
|
};
|
|
6009
5991
|
}>> & Readonly<{
|
|
6010
5992
|
onClick?: (ev: Event) => any;
|
|
@@ -6031,14 +6013,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6031
6013
|
}, string, {
|
|
6032
6014
|
color: string;
|
|
6033
6015
|
spin: boolean;
|
|
6034
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6016
|
+
}, {}, 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>);
|
|
6035
6017
|
ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6036
6018
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6037
6019
|
UTooltip: {
|
|
6038
6020
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6039
6021
|
placement: {
|
|
6040
6022
|
default: string;
|
|
6041
|
-
type: PropType<"
|
|
6023
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6042
6024
|
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;
|
|
6043
6025
|
};
|
|
6044
6026
|
title: {
|
|
@@ -6069,7 +6051,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6069
6051
|
default: string;
|
|
6070
6052
|
};
|
|
6071
6053
|
trigger: {
|
|
6072
|
-
type: PropType<"
|
|
6054
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6073
6055
|
default: string;
|
|
6074
6056
|
validator: (val: "click" | "hover") => boolean;
|
|
6075
6057
|
};
|
|
@@ -6083,8 +6065,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6083
6065
|
default: boolean;
|
|
6084
6066
|
};
|
|
6085
6067
|
color: {
|
|
6086
|
-
type: PropType<"
|
|
6087
|
-
default:
|
|
6068
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6069
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6088
6070
|
validator: (val: string) => boolean;
|
|
6089
6071
|
};
|
|
6090
6072
|
}>> & Readonly<{
|
|
@@ -6150,7 +6132,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6150
6132
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6151
6133
|
};
|
|
6152
6134
|
placement: {
|
|
6153
|
-
type: PropType<"
|
|
6135
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6154
6136
|
default: string;
|
|
6155
6137
|
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;
|
|
6156
6138
|
};
|
|
@@ -6172,8 +6154,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6172
6154
|
type: StringConstructor;
|
|
6173
6155
|
};
|
|
6174
6156
|
trigger: {
|
|
6175
|
-
type: PropType<("
|
|
6176
|
-
default: () => ("
|
|
6157
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6158
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6177
6159
|
};
|
|
6178
6160
|
mouseEnterDelay: {
|
|
6179
6161
|
type: NumberConstructor;
|
|
@@ -6241,7 +6223,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6241
6223
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6242
6224
|
};
|
|
6243
6225
|
placement: {
|
|
6244
|
-
type: PropType<"
|
|
6226
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6245
6227
|
default: string;
|
|
6246
6228
|
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;
|
|
6247
6229
|
};
|
|
@@ -6263,8 +6245,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6263
6245
|
type: StringConstructor;
|
|
6264
6246
|
};
|
|
6265
6247
|
trigger: {
|
|
6266
|
-
type: PropType<("
|
|
6267
|
-
default: () => ("
|
|
6248
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6249
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6268
6250
|
};
|
|
6269
6251
|
mouseEnterDelay: {
|
|
6270
6252
|
type: NumberConstructor;
|
|
@@ -6339,7 +6321,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6339
6321
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
6340
6322
|
placement: {
|
|
6341
6323
|
default: string;
|
|
6342
|
-
type: PropType<"
|
|
6324
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6343
6325
|
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;
|
|
6344
6326
|
};
|
|
6345
6327
|
title: {
|
|
@@ -6370,7 +6352,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6370
6352
|
default: string;
|
|
6371
6353
|
};
|
|
6372
6354
|
trigger: {
|
|
6373
|
-
type: PropType<"
|
|
6355
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6374
6356
|
default: string;
|
|
6375
6357
|
validator: (val: "click" | "hover") => boolean;
|
|
6376
6358
|
};
|
|
@@ -6384,8 +6366,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6384
6366
|
default: boolean;
|
|
6385
6367
|
};
|
|
6386
6368
|
color: {
|
|
6387
|
-
type: PropType<"
|
|
6388
|
-
default:
|
|
6369
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6370
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6389
6371
|
validator: (val: string) => boolean;
|
|
6390
6372
|
};
|
|
6391
6373
|
}>> & Readonly<{
|
|
@@ -6446,7 +6428,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6446
6428
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6447
6429
|
placement: {
|
|
6448
6430
|
default: string;
|
|
6449
|
-
type: PropType<"
|
|
6431
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6450
6432
|
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;
|
|
6451
6433
|
};
|
|
6452
6434
|
title: {
|
|
@@ -6477,7 +6459,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6477
6459
|
default: string;
|
|
6478
6460
|
};
|
|
6479
6461
|
trigger: {
|
|
6480
|
-
type: PropType<"
|
|
6462
|
+
type: PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6481
6463
|
default: string;
|
|
6482
6464
|
validator: (val: "click" | "hover") => boolean;
|
|
6483
6465
|
};
|
|
@@ -6491,8 +6473,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6491
6473
|
default: boolean;
|
|
6492
6474
|
};
|
|
6493
6475
|
color: {
|
|
6494
|
-
type: PropType<"
|
|
6495
|
-
default:
|
|
6476
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
6477
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
6496
6478
|
validator: (val: string) => boolean;
|
|
6497
6479
|
};
|
|
6498
6480
|
}>> & Readonly<{
|
|
@@ -6558,7 +6540,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6558
6540
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6559
6541
|
};
|
|
6560
6542
|
placement: {
|
|
6561
|
-
type: PropType<"
|
|
6543
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6562
6544
|
default: string;
|
|
6563
6545
|
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;
|
|
6564
6546
|
};
|
|
@@ -6580,8 +6562,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6580
6562
|
type: StringConstructor;
|
|
6581
6563
|
};
|
|
6582
6564
|
trigger: {
|
|
6583
|
-
type: PropType<("
|
|
6584
|
-
default: () => ("
|
|
6565
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6566
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6585
6567
|
};
|
|
6586
6568
|
mouseEnterDelay: {
|
|
6587
6569
|
type: NumberConstructor;
|
|
@@ -6649,7 +6631,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6649
6631
|
type: PropType<import("../Popup").GetPopupContainer>;
|
|
6650
6632
|
};
|
|
6651
6633
|
placement: {
|
|
6652
|
-
type: PropType<"
|
|
6634
|
+
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6653
6635
|
default: string;
|
|
6654
6636
|
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;
|
|
6655
6637
|
};
|
|
@@ -6671,8 +6653,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6671
6653
|
type: StringConstructor;
|
|
6672
6654
|
};
|
|
6673
6655
|
trigger: {
|
|
6674
|
-
type: PropType<("
|
|
6675
|
-
default: () => ("
|
|
6656
|
+
type: PropType<import("../Popup").PopupTrigger[]>;
|
|
6657
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
6676
6658
|
};
|
|
6677
6659
|
mouseEnterDelay: {
|
|
6678
6660
|
type: NumberConstructor;
|
|
@@ -6737,7 +6719,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6737
6719
|
};
|
|
6738
6720
|
};
|
|
6739
6721
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6740
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6722
|
+
} & 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>);
|
|
6741
6723
|
USkeleton: {
|
|
6742
6724
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6743
6725
|
active: {
|
|
@@ -6749,25 +6731,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6749
6731
|
default: boolean;
|
|
6750
6732
|
};
|
|
6751
6733
|
avatar: {
|
|
6752
|
-
type: PropType<boolean | import("
|
|
6734
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6753
6735
|
default: boolean;
|
|
6754
6736
|
};
|
|
6755
6737
|
title: {
|
|
6756
|
-
type: PropType<boolean | import("
|
|
6738
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6757
6739
|
default: boolean;
|
|
6758
6740
|
};
|
|
6759
6741
|
paragraph: {
|
|
6760
|
-
type: PropType<boolean | import("
|
|
6742
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6761
6743
|
default: boolean;
|
|
6762
6744
|
};
|
|
6763
6745
|
}>> & Readonly<{}>, {
|
|
6764
6746
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6765
6747
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
6766
6748
|
loading: boolean;
|
|
6767
|
-
title: boolean | import("
|
|
6768
|
-
avatar: boolean | import("
|
|
6749
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6750
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6769
6751
|
active: boolean;
|
|
6770
|
-
paragraph: boolean | import("
|
|
6752
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6771
6753
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6772
6754
|
P: {};
|
|
6773
6755
|
B: {};
|
|
@@ -6785,25 +6767,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6785
6767
|
default: boolean;
|
|
6786
6768
|
};
|
|
6787
6769
|
avatar: {
|
|
6788
|
-
type: PropType<boolean | import("
|
|
6770
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6789
6771
|
default: boolean;
|
|
6790
6772
|
};
|
|
6791
6773
|
title: {
|
|
6792
|
-
type: PropType<boolean | import("
|
|
6774
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6793
6775
|
default: boolean;
|
|
6794
6776
|
};
|
|
6795
6777
|
paragraph: {
|
|
6796
|
-
type: PropType<boolean | import("
|
|
6778
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6797
6779
|
default: boolean;
|
|
6798
6780
|
};
|
|
6799
6781
|
}>> & Readonly<{}>, {
|
|
6800
6782
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6801
6783
|
}, {}, {}, {}, {
|
|
6802
6784
|
loading: boolean;
|
|
6803
|
-
title: boolean | import("
|
|
6804
|
-
avatar: boolean | import("
|
|
6785
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6786
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6805
6787
|
active: boolean;
|
|
6806
|
-
paragraph: boolean | import("
|
|
6788
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6807
6789
|
}>;
|
|
6808
6790
|
__isFragment?: never;
|
|
6809
6791
|
__isTeleport?: never;
|
|
@@ -6818,58 +6800,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6818
6800
|
default: boolean;
|
|
6819
6801
|
};
|
|
6820
6802
|
avatar: {
|
|
6821
|
-
type: PropType<boolean | import("
|
|
6803
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6822
6804
|
default: boolean;
|
|
6823
6805
|
};
|
|
6824
6806
|
title: {
|
|
6825
|
-
type: PropType<boolean | import("
|
|
6807
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6826
6808
|
default: boolean;
|
|
6827
6809
|
};
|
|
6828
6810
|
paragraph: {
|
|
6829
|
-
type: PropType<boolean | import("
|
|
6811
|
+
type: PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6830
6812
|
default: boolean;
|
|
6831
6813
|
};
|
|
6832
6814
|
}>> & Readonly<{}>, {
|
|
6833
6815
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6834
6816
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
6835
6817
|
loading: boolean;
|
|
6836
|
-
title: boolean | import("
|
|
6837
|
-
avatar: boolean | import("
|
|
6818
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6819
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6838
6820
|
active: boolean;
|
|
6839
|
-
paragraph: boolean | import("
|
|
6840
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6821
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6822
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
6841
6823
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6842
6824
|
type: {
|
|
6843
|
-
type: PropType<"
|
|
6825
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6844
6826
|
default: string;
|
|
6845
6827
|
};
|
|
6846
6828
|
}>, {
|
|
6847
6829
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6848
6830
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6849
6831
|
type: {
|
|
6850
|
-
type: PropType<"
|
|
6832
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6851
6833
|
default: string;
|
|
6852
6834
|
};
|
|
6853
6835
|
}>> & Readonly<{}>, {
|
|
6854
|
-
type: "text" | "image" | "circle" | "
|
|
6836
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6855
6837
|
}, {}, {
|
|
6856
6838
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6857
6839
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6858
|
-
};
|
|
6840
|
+
});
|
|
6859
6841
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6860
6842
|
type: {
|
|
6861
|
-
type: PropType<"
|
|
6843
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6862
6844
|
default: string;
|
|
6863
6845
|
};
|
|
6864
6846
|
}>, {
|
|
6865
6847
|
prefixCls: import("vue").ComputedRef<string>;
|
|
6866
6848
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6867
6849
|
type: {
|
|
6868
|
-
type: PropType<"
|
|
6850
|
+
type: PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
6869
6851
|
default: string;
|
|
6870
6852
|
};
|
|
6871
6853
|
}>> & Readonly<{}>, {
|
|
6872
|
-
type: "text" | "image" | "circle" | "
|
|
6854
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
6873
6855
|
}, {}, {
|
|
6874
6856
|
ULinePicture: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6875
6857
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|