@koi-design/uxd-ui 14.0.21 → 14.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.type.d.ts +5 -5
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/es/components/AutoComplete/index.d.ts +572 -632
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +180 -180
- package/es/components/Calendar/Header.vue.d.ts +81 -81
- package/es/components/Calendar/index.d.ts +381 -381
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +8 -8
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +40 -40
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/CascaderMenu.d.ts +2 -2
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Cascader/utils.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/es/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/es/components/Checkbox/index.d.ts +27 -27
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/es/components/ColorPicker/index.d.ts +248 -248
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +8 -2
- package/es/components/ConfigProvider/index.mjs +2 -1
- package/es/components/ConfigProvider/index.mjs.map +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/es/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1016 -1016
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +14 -13
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/es/components/Dropdown/Dropdown.type.mjs +10 -1
- package/es/components/Dropdown/Dropdown.type.mjs.map +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/es/components/Dropdown/DropdownMenu.mjs +10 -5
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Dropdown/index.mjs +1 -1
- package/es/components/Empty/Empty.d.ts +14 -14
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +8 -8
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/es/components/InfiniteScroll/InfiniteScroll.mjs.map +1 -1
- package/es/components/InfoView/Cell.d.ts +2 -2
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +14 -14
- package/es/components/InfoView/Row.d.ts +2 -2
- package/es/components/InfoView/index.d.ts +33 -33
- package/es/components/Input/Input.d.ts +34 -34
- package/es/components/Input/Input.type.d.ts +11 -11
- package/es/components/Input/index.d.ts +39 -39
- package/es/components/InputNumber/InputNumber.d.ts +83 -83
- package/es/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/es/components/InputNumber/SingleInput.d.ts +23 -22
- package/es/components/InputNumber/index.d.ts +109 -109
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Layout.type.d.ts +5 -4
- package/es/components/Layout/Sider.vue.d.ts +8 -8
- package/es/components/Layout/index.d.ts +10 -10
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +3 -3
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Menu/Menu.d.ts +6 -6
- package/es/components/Menu/Menu.type.d.ts +20 -20
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +30 -30
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs.map +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -17
- package/es/components/Menu/index.d.ts +61 -61
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +46 -46
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +23 -23
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +11 -11
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +12 -11
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.type.d.ts +8 -8
- package/es/components/Progress/Progress.vue.d.ts +25 -25
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +51 -51
- package/es/components/Radio/Radio.type.d.ts +16 -16
- package/es/components/Radio/Radio.vue.d.ts +7 -7
- package/es/components/Radio/RadioGroup.d.ts +17 -17
- package/es/components/Radio/index.d.ts +27 -27
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/Thumb.d.ts +1 -1
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +4 -2
- package/es/components/Scrollbar/utils.mjs +4 -2
- package/es/components/Scrollbar/utils.mjs.map +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/es/components/Select/RefSelect.vue.d.ts +161 -171
- package/es/components/Select/Select.d.ts +29 -29
- package/es/components/Select/Select.type.d.ts +16 -15
- package/es/components/Select/Selection/Input.vue.d.ts +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/es/components/Select/Selection/Single.vue.d.ts +4 -6
- package/es/components/Select/index.d.ts +40 -40
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Slider.d.ts +5 -5
- package/es/components/Slider/Slider.type.d.ts +5 -5
- package/es/components/Slider/index.d.ts +1 -1
- package/es/components/Space/Space.d.ts +9 -9
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs.map +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.type.d.ts +12 -12
- package/es/components/Steps/Steps.vue.d.ts +6 -6
- package/es/components/Steps/index.d.ts +19 -19
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.vue.d.ts +340 -340
- package/es/components/Table/BodyTable.vue.d.ts +340 -340
- package/es/components/Table/HeadTable.vue.d.ts +340 -340
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +745 -745
- package/es/components/Table/TableBox.vue.d.ts +680 -680
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +4 -4
- package/es/components/Tabs/TabNav.mjs.map +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +27 -27
- package/es/components/Tabs/Tabs.d.ts +59 -59
- package/es/components/Tabs/Tabs.mjs +3 -3
- package/es/components/Tabs/Tabs.mjs.map +1 -1
- package/es/components/Tabs/Tabs.type.d.ts +29 -28
- package/es/components/Tabs/Tabs.type.mjs +6 -6
- package/es/components/Tabs/Tabs.type.mjs.map +1 -1
- package/es/components/Tabs/index.d.ts +118 -118
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +6 -6
- package/es/components/Tag/index.d.ts +12 -12
- package/es/components/Text/Text.d.ts +15 -15
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +386 -386
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +7 -7
- package/es/components/Timeline/Timeline.mjs +1 -1
- package/es/components/Timeline/Timeline.mjs.map +1 -1
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.type.d.ts +5 -5
- package/es/components/Transfer/Transfer.vue.d.ts +636 -636
- package/es/components/Transfer/TransferList.vue.d.ts +114 -114
- package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/es/components/Transfer/index.d.ts +1678 -1678
- package/es/components/Tree/SubTree.vue.d.ts +61 -61
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +68 -76
- package/es/components/Tree/TreeNode.vue.d.ts +33 -33
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +141 -165
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/es/components/TreeSelect/index.d.ts +698 -754
- package/es/components/Upload/Upload.d.ts +4 -4
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadList.vue.d.ts +56 -56
- package/es/components/Upload/index.d.ts +4 -4
- package/es/components/VirtualList/ListContent.mjs.map +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/components/index.mjs +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/es/utils/tools.mjs.map +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.type.d.ts +5 -5
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/lib/components/AutoComplete/index.d.ts +572 -632
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
- package/lib/components/Calendar/Header.vue.d.ts +81 -81
- package/lib/components/Calendar/index.d.ts +381 -381
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +8 -8
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +40 -40
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Cascader/utils.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/lib/components/Checkbox/index.d.ts +27 -27
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/lib/components/ColorPicker/index.d.ts +248 -248
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +8 -2
- package/lib/components/ConfigProvider/index.js +2 -1
- package/lib/components/ConfigProvider/index.js.map +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1016 -1016
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +14 -13
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/lib/components/Dropdown/Dropdown.type.js +12 -0
- package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/lib/components/Dropdown/DropdownMenu.js +10 -5
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Dropdown/index.js +3 -0
- package/lib/components/Dropdown/index.js.map +1 -1
- package/lib/components/Empty/Empty.d.ts +14 -14
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +8 -8
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
- package/lib/components/InfoView/Cell.d.ts +2 -2
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
- package/lib/components/InfoView/Row.d.ts +2 -2
- package/lib/components/InfoView/index.d.ts +33 -33
- package/lib/components/Input/Input.d.ts +34 -34
- package/lib/components/Input/Input.type.d.ts +11 -11
- package/lib/components/Input/index.d.ts +39 -39
- package/lib/components/InputNumber/InputNumber.d.ts +83 -83
- package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/lib/components/InputNumber/SingleInput.d.ts +23 -22
- package/lib/components/InputNumber/index.d.ts +109 -109
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Layout.type.d.ts +5 -4
- package/lib/components/Layout/Sider.vue.d.ts +8 -8
- package/lib/components/Layout/index.d.ts +10 -10
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +3 -3
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Menu/Menu.d.ts +6 -6
- package/lib/components/Menu/Menu.type.d.ts +20 -20
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.js.map +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
- package/lib/components/Menu/index.d.ts +61 -61
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +46 -46
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +23 -23
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +11 -11
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +12 -11
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.type.d.ts +8 -8
- package/lib/components/Progress/Progress.vue.d.ts +25 -25
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +51 -51
- package/lib/components/Radio/Radio.type.d.ts +16 -16
- package/lib/components/Radio/Radio.vue.d.ts +7 -7
- package/lib/components/Radio/RadioGroup.d.ts +17 -17
- package/lib/components/Radio/index.d.ts +27 -27
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/Thumb.d.ts +1 -1
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +4 -2
- package/lib/components/Scrollbar/utils.js +4 -2
- package/lib/components/Scrollbar/utils.js.map +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/lib/components/Select/RefSelect.vue.d.ts +161 -171
- package/lib/components/Select/Select.d.ts +29 -29
- package/lib/components/Select/Select.type.d.ts +16 -15
- package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
- package/lib/components/Select/index.d.ts +40 -40
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Slider.d.ts +5 -5
- package/lib/components/Slider/Slider.type.d.ts +5 -5
- package/lib/components/Slider/index.d.ts +1 -1
- package/lib/components/Space/Space.d.ts +9 -9
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js.map +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.type.d.ts +12 -12
- package/lib/components/Steps/Steps.vue.d.ts +6 -6
- package/lib/components/Steps/index.d.ts +19 -19
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.vue.d.ts +340 -340
- package/lib/components/Table/BodyTable.vue.d.ts +340 -340
- package/lib/components/Table/HeadTable.vue.d.ts +340 -340
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +745 -745
- package/lib/components/Table/TableBox.vue.d.ts +680 -680
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +4 -4
- package/lib/components/Tabs/TabNav.js.map +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
- package/lib/components/Tabs/Tabs.d.ts +59 -59
- package/lib/components/Tabs/Tabs.js +3 -3
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/Tabs.type.d.ts +29 -28
- package/lib/components/Tabs/Tabs.type.js +6 -6
- package/lib/components/Tabs/Tabs.type.js.map +1 -1
- package/lib/components/Tabs/index.d.ts +118 -118
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +6 -6
- package/lib/components/Tag/index.d.ts +12 -12
- package/lib/components/Text/Text.d.ts +15 -15
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +386 -386
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +7 -7
- package/lib/components/Timeline/Timeline.js +1 -1
- package/lib/components/Timeline/Timeline.js.map +1 -1
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.type.d.ts +5 -5
- package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
- package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
- package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/lib/components/Transfer/index.d.ts +1678 -1678
- package/lib/components/Tree/SubTree.vue.d.ts +61 -61
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +68 -76
- package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +141 -165
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/lib/components/TreeSelect/index.d.ts +698 -754
- package/lib/components/Upload/Upload.d.ts +4 -4
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadList.vue.d.ts +56 -56
- package/lib/components/Upload/index.d.ts +4 -4
- package/lib/components/VirtualList/ListContent.js.map +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/components/index.js +3 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/lib/utils/tools.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -7
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/index.less +2 -0
- package/styles/index.css +1 -1
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +5 -5
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/types/components/AutoComplete/index.d.ts +572 -632
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +180 -180
- package/types/components/Calendar/Header.vue.d.ts +81 -81
- package/types/components/Calendar/index.d.ts +381 -381
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +8 -8
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +40 -40
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/CascaderMenu.d.ts +2 -2
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/types/components/Checkbox/index.d.ts +27 -27
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/types/components/ColorPicker/index.d.ts +248 -248
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +8 -2
- package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1016 -1016
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +14 -13
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +14 -14
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +8 -8
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/types/components/InfoView/Cell.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +14 -14
- package/types/components/InfoView/Row.d.ts +2 -2
- package/types/components/InfoView/index.d.ts +33 -33
- package/types/components/Input/Input.d.ts +34 -34
- package/types/components/Input/Input.type.d.ts +11 -11
- package/types/components/Input/index.d.ts +39 -39
- package/types/components/InputNumber/InputNumber.d.ts +83 -83
- package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/types/components/InputNumber/SingleInput.d.ts +23 -22
- package/types/components/InputNumber/index.d.ts +109 -109
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +5 -4
- package/types/components/Layout/Sider.vue.d.ts +8 -8
- package/types/components/Layout/index.d.ts +10 -10
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +3 -3
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +6 -6
- package/types/components/Menu/Menu.type.d.ts +20 -20
- package/types/components/Menu/MenuItem.vue.d.ts +30 -30
- package/types/components/Menu/SubMenu.vue.d.ts +17 -17
- package/types/components/Menu/index.d.ts +61 -61
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +46 -46
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +23 -23
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +11 -11
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +12 -11
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +8 -8
- package/types/components/Progress/Progress.vue.d.ts +25 -25
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +51 -51
- package/types/components/Radio/Radio.type.d.ts +16 -16
- package/types/components/Radio/Radio.vue.d.ts +7 -7
- package/types/components/Radio/RadioGroup.d.ts +17 -17
- package/types/components/Radio/index.d.ts +27 -27
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/Thumb.d.ts +1 -1
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +4 -2
- package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/types/components/Select/RefSelect.vue.d.ts +161 -171
- package/types/components/Select/Select.d.ts +29 -29
- package/types/components/Select/Select.type.d.ts +16 -15
- package/types/components/Select/Selection/Input.vue.d.ts +1 -1
- package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/types/components/Select/Selection/Single.vue.d.ts +4 -6
- package/types/components/Select/index.d.ts +40 -40
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +5 -5
- package/types/components/Slider/Slider.type.d.ts +5 -5
- package/types/components/Slider/index.d.ts +1 -1
- package/types/components/Space/Space.d.ts +9 -9
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +12 -12
- package/types/components/Steps/Steps.vue.d.ts +6 -6
- package/types/components/Steps/index.d.ts +19 -19
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +340 -340
- package/types/components/Table/BodyTable.vue.d.ts +340 -340
- package/types/components/Table/HeadTable.vue.d.ts +340 -340
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +745 -745
- package/types/components/Table/TableBox.vue.d.ts +680 -680
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +27 -27
- package/types/components/Tabs/Tabs.d.ts +59 -59
- package/types/components/Tabs/Tabs.type.d.ts +29 -28
- package/types/components/Tabs/index.d.ts +118 -118
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +6 -6
- package/types/components/Tag/index.d.ts +12 -12
- package/types/components/Text/Text.d.ts +15 -15
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +386 -386
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +7 -7
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +5 -5
- package/types/components/Transfer/Transfer.vue.d.ts +636 -636
- package/types/components/Transfer/TransferList.vue.d.ts +114 -114
- package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/types/components/Transfer/index.d.ts +1678 -1678
- package/types/components/Tree/SubTree.vue.d.ts +61 -61
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +68 -76
- package/types/components/Tree/TreeNode.vue.d.ts +33 -33
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +141 -165
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/types/components/TreeSelect/index.d.ts +698 -754
- package/types/components/Upload/Upload.d.ts +4 -4
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +56 -56
- package/types/components/Upload/index.d.ts +4 -4
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +41 -25
- package/uxd-ui.umd.js +43 -24
- package/uxd-ui.umd.min.js +6 -6
|
@@ -3,11 +3,11 @@ import ListItemMeta from './ListItemMeta.vue';
|
|
|
3
3
|
export declare const UList: {
|
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5
5
|
type: {
|
|
6
|
-
type: import("vue").PropType<"
|
|
6
|
+
type: import("vue").PropType<"border" | "card" | "ghost" | "split">;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
itemLayout: {
|
|
10
|
-
type: import("vue").PropType<"
|
|
10
|
+
type: import("vue").PropType<import("./List.type").ListItemLayout>;
|
|
11
11
|
default: string;
|
|
12
12
|
validator: (val: "vertical" | "horizontal") => boolean;
|
|
13
13
|
};
|
|
@@ -28,9 +28,9 @@ export declare const UList: {
|
|
|
28
28
|
default: number;
|
|
29
29
|
};
|
|
30
30
|
size: {
|
|
31
|
-
type: import("vue").PropType<"
|
|
31
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
32
32
|
default: string;
|
|
33
|
-
validator: (val: "
|
|
33
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
34
34
|
};
|
|
35
35
|
height: {
|
|
36
36
|
type: NumberConstructor;
|
|
@@ -57,12 +57,12 @@ export declare const UList: {
|
|
|
57
57
|
height: number;
|
|
58
58
|
type: "split" | "border" | "card" | "ghost";
|
|
59
59
|
loading: boolean;
|
|
60
|
-
size: "
|
|
60
|
+
size: "default" | "small" | "large";
|
|
61
61
|
itemHeight: number;
|
|
62
62
|
virtual: boolean;
|
|
63
63
|
header: string;
|
|
64
|
-
footer: string;
|
|
65
64
|
itemLayout: "vertical" | "horizontal";
|
|
65
|
+
footer: string;
|
|
66
66
|
loadingSkeletonCount: number;
|
|
67
67
|
dataSource: unknown[];
|
|
68
68
|
}, true, {}, {}, {
|
|
@@ -77,25 +77,25 @@ export declare const UList: {
|
|
|
77
77
|
default: boolean;
|
|
78
78
|
};
|
|
79
79
|
avatar: {
|
|
80
|
-
type: import("vue").PropType<boolean | import("
|
|
80
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
81
81
|
default: boolean;
|
|
82
82
|
};
|
|
83
83
|
title: {
|
|
84
|
-
type: import("vue").PropType<boolean | import("
|
|
84
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
85
85
|
default: boolean;
|
|
86
86
|
};
|
|
87
87
|
paragraph: {
|
|
88
|
-
type: import("vue").PropType<boolean | import("
|
|
88
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
91
|
}>> & Readonly<{}>, {
|
|
92
92
|
prefixCls: import("vue").ComputedRef<string>;
|
|
93
93
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
94
94
|
loading: boolean;
|
|
95
|
-
title: boolean | import("
|
|
96
|
-
avatar: boolean | import("
|
|
95
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
96
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
97
97
|
active: boolean;
|
|
98
|
-
paragraph: boolean | import("
|
|
98
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
99
99
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
100
100
|
P: {};
|
|
101
101
|
B: {};
|
|
@@ -113,25 +113,25 @@ export declare const UList: {
|
|
|
113
113
|
default: boolean;
|
|
114
114
|
};
|
|
115
115
|
avatar: {
|
|
116
|
-
type: import("vue").PropType<boolean | import("
|
|
116
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
117
117
|
default: boolean;
|
|
118
118
|
};
|
|
119
119
|
title: {
|
|
120
|
-
type: import("vue").PropType<boolean | import("
|
|
120
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
121
121
|
default: boolean;
|
|
122
122
|
};
|
|
123
123
|
paragraph: {
|
|
124
|
-
type: import("vue").PropType<boolean | import("
|
|
124
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
125
125
|
default: boolean;
|
|
126
126
|
};
|
|
127
127
|
}>> & Readonly<{}>, {
|
|
128
128
|
prefixCls: import("vue").ComputedRef<string>;
|
|
129
129
|
}, {}, {}, {}, {
|
|
130
130
|
loading: boolean;
|
|
131
|
-
title: boolean | import("
|
|
132
|
-
avatar: boolean | import("
|
|
131
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
132
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
133
133
|
active: boolean;
|
|
134
|
-
paragraph: boolean | import("
|
|
134
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
135
135
|
}>;
|
|
136
136
|
__isFragment?: never;
|
|
137
137
|
__isTeleport?: never;
|
|
@@ -146,58 +146,58 @@ export declare const UList: {
|
|
|
146
146
|
default: boolean;
|
|
147
147
|
};
|
|
148
148
|
avatar: {
|
|
149
|
-
type: import("vue").PropType<boolean | import("
|
|
149
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
150
150
|
default: boolean;
|
|
151
151
|
};
|
|
152
152
|
title: {
|
|
153
|
-
type: import("vue").PropType<boolean | import("
|
|
153
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
154
154
|
default: boolean;
|
|
155
155
|
};
|
|
156
156
|
paragraph: {
|
|
157
|
-
type: import("vue").PropType<boolean | import("
|
|
157
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
158
158
|
default: boolean;
|
|
159
159
|
};
|
|
160
160
|
}>> & Readonly<{}>, {
|
|
161
161
|
prefixCls: import("vue").ComputedRef<string>;
|
|
162
162
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
163
163
|
loading: boolean;
|
|
164
|
-
title: boolean | import("
|
|
165
|
-
avatar: boolean | import("
|
|
164
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
165
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
166
166
|
active: boolean;
|
|
167
|
-
paragraph: boolean | import("
|
|
168
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
167
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
168
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
169
169
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
170
170
|
type: {
|
|
171
|
-
type: import("vue").PropType<"
|
|
171
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
172
172
|
default: string;
|
|
173
173
|
};
|
|
174
174
|
}>, {
|
|
175
175
|
prefixCls: import("vue").ComputedRef<string>;
|
|
176
176
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
177
177
|
type: {
|
|
178
|
-
type: import("vue").PropType<"
|
|
178
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
179
179
|
default: string;
|
|
180
180
|
};
|
|
181
181
|
}>> & Readonly<{}>, {
|
|
182
|
-
type: "text" | "image" | "circle" | "
|
|
182
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
183
183
|
}, {}, {
|
|
184
184
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
185
185
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
186
|
-
};
|
|
186
|
+
});
|
|
187
187
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
188
188
|
type: {
|
|
189
|
-
type: import("vue").PropType<"
|
|
189
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
190
190
|
default: string;
|
|
191
191
|
};
|
|
192
192
|
}>, {
|
|
193
193
|
prefixCls: import("vue").ComputedRef<string>;
|
|
194
194
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
195
195
|
type: {
|
|
196
|
-
type: import("vue").PropType<"
|
|
196
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
197
197
|
default: string;
|
|
198
198
|
};
|
|
199
199
|
}>> & Readonly<{}>, {
|
|
200
|
-
type: "text" | "image" | "circle" | "
|
|
200
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
201
201
|
}, {}, {
|
|
202
202
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
203
203
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -252,8 +252,8 @@ export declare const UList: {
|
|
|
252
252
|
}>, {
|
|
253
253
|
state: {
|
|
254
254
|
dragging: boolean;
|
|
255
|
-
pageY: number;
|
|
256
|
-
startTop: number;
|
|
255
|
+
pageY: number | null;
|
|
256
|
+
startTop: number | null;
|
|
257
257
|
visible: boolean;
|
|
258
258
|
mouseOver: boolean;
|
|
259
259
|
};
|
|
@@ -305,8 +305,8 @@ export declare const UList: {
|
|
|
305
305
|
}>, {
|
|
306
306
|
state: {
|
|
307
307
|
dragging: boolean;
|
|
308
|
-
pageY: number;
|
|
309
|
-
startTop: number;
|
|
308
|
+
pageY: number | null;
|
|
309
|
+
startTop: number | null;
|
|
310
310
|
visible: boolean;
|
|
311
311
|
mouseOver: boolean;
|
|
312
312
|
};
|
|
@@ -351,8 +351,8 @@ export declare const UList: {
|
|
|
351
351
|
}>, {
|
|
352
352
|
state: {
|
|
353
353
|
dragging: boolean;
|
|
354
|
-
pageY: number;
|
|
355
|
-
startTop: number;
|
|
354
|
+
pageY: number | null;
|
|
355
|
+
startTop: number | null;
|
|
356
356
|
visible: boolean;
|
|
357
357
|
mouseOver: boolean;
|
|
358
358
|
};
|
|
@@ -404,8 +404,8 @@ export declare const UList: {
|
|
|
404
404
|
}>, {
|
|
405
405
|
state: {
|
|
406
406
|
dragging: boolean;
|
|
407
|
-
pageY: number;
|
|
408
|
-
startTop: number;
|
|
407
|
+
pageY: number | null;
|
|
408
|
+
startTop: number | null;
|
|
409
409
|
visible: boolean;
|
|
410
410
|
mouseOver: boolean;
|
|
411
411
|
};
|
|
@@ -500,9 +500,7 @@ export declare const UList: {
|
|
|
500
500
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
501
501
|
ListItem: {
|
|
502
502
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
503
|
-
slots:
|
|
504
|
-
[name: string]: import("vue").Slot<any>;
|
|
505
|
-
}>;
|
|
503
|
+
slots: import("vue").Slots;
|
|
506
504
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
507
505
|
[key: string]: any;
|
|
508
506
|
}>;
|
|
@@ -535,8 +533,8 @@ export declare const UList: {
|
|
|
535
533
|
}>, {
|
|
536
534
|
state: {
|
|
537
535
|
dragging: boolean;
|
|
538
|
-
pageY: number;
|
|
539
|
-
startTop: number;
|
|
536
|
+
pageY: number | null;
|
|
537
|
+
startTop: number | null;
|
|
540
538
|
visible: boolean;
|
|
541
539
|
mouseOver: boolean;
|
|
542
540
|
};
|
|
@@ -636,8 +634,8 @@ export declare const UList: {
|
|
|
636
634
|
}>, {
|
|
637
635
|
state: {
|
|
638
636
|
dragging: boolean;
|
|
639
|
-
pageY: number;
|
|
640
|
-
startTop: number;
|
|
637
|
+
pageY: number | null;
|
|
638
|
+
startTop: number | null;
|
|
641
639
|
visible: boolean;
|
|
642
640
|
mouseOver: boolean;
|
|
643
641
|
};
|
|
@@ -689,8 +687,8 @@ export declare const UList: {
|
|
|
689
687
|
}>, {
|
|
690
688
|
state: {
|
|
691
689
|
dragging: boolean;
|
|
692
|
-
pageY: number;
|
|
693
|
-
startTop: number;
|
|
690
|
+
pageY: number | null;
|
|
691
|
+
startTop: number | null;
|
|
694
692
|
visible: boolean;
|
|
695
693
|
mouseOver: boolean;
|
|
696
694
|
};
|
|
@@ -735,8 +733,8 @@ export declare const UList: {
|
|
|
735
733
|
}>, {
|
|
736
734
|
state: {
|
|
737
735
|
dragging: boolean;
|
|
738
|
-
pageY: number;
|
|
739
|
-
startTop: number;
|
|
736
|
+
pageY: number | null;
|
|
737
|
+
startTop: number | null;
|
|
740
738
|
visible: boolean;
|
|
741
739
|
mouseOver: boolean;
|
|
742
740
|
};
|
|
@@ -788,8 +786,8 @@ export declare const UList: {
|
|
|
788
786
|
}>, {
|
|
789
787
|
state: {
|
|
790
788
|
dragging: boolean;
|
|
791
|
-
pageY: number;
|
|
792
|
-
startTop: number;
|
|
789
|
+
pageY: number | null;
|
|
790
|
+
startTop: number | null;
|
|
793
791
|
visible: boolean;
|
|
794
792
|
mouseOver: boolean;
|
|
795
793
|
};
|
|
@@ -881,8 +879,8 @@ export declare const UList: {
|
|
|
881
879
|
}>, {
|
|
882
880
|
state: {
|
|
883
881
|
dragging: boolean;
|
|
884
|
-
pageY: number;
|
|
885
|
-
startTop: number;
|
|
882
|
+
pageY: number | null;
|
|
883
|
+
startTop: number | null;
|
|
886
884
|
visible: boolean;
|
|
887
885
|
mouseOver: boolean;
|
|
888
886
|
};
|
|
@@ -934,8 +932,8 @@ export declare const UList: {
|
|
|
934
932
|
}>, {
|
|
935
933
|
state: {
|
|
936
934
|
dragging: boolean;
|
|
937
|
-
pageY: number;
|
|
938
|
-
startTop: number;
|
|
935
|
+
pageY: number | null;
|
|
936
|
+
startTop: number | null;
|
|
939
937
|
visible: boolean;
|
|
940
938
|
mouseOver: boolean;
|
|
941
939
|
};
|
|
@@ -980,8 +978,8 @@ export declare const UList: {
|
|
|
980
978
|
}>, {
|
|
981
979
|
state: {
|
|
982
980
|
dragging: boolean;
|
|
983
|
-
pageY: number;
|
|
984
|
-
startTop: number;
|
|
981
|
+
pageY: number | null;
|
|
982
|
+
startTop: number | null;
|
|
985
983
|
visible: boolean;
|
|
986
984
|
mouseOver: boolean;
|
|
987
985
|
};
|
|
@@ -1033,8 +1031,8 @@ export declare const UList: {
|
|
|
1033
1031
|
}>, {
|
|
1034
1032
|
state: {
|
|
1035
1033
|
dragging: boolean;
|
|
1036
|
-
pageY: number;
|
|
1037
|
-
startTop: number;
|
|
1034
|
+
pageY: number | null;
|
|
1035
|
+
startTop: number | null;
|
|
1038
1036
|
visible: boolean;
|
|
1039
1037
|
mouseOver: boolean;
|
|
1040
1038
|
};
|
|
@@ -1129,9 +1127,7 @@ export declare const UList: {
|
|
|
1129
1127
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1130
1128
|
ListItem: {
|
|
1131
1129
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1132
|
-
slots:
|
|
1133
|
-
[name: string]: import("vue").Slot<any>;
|
|
1134
|
-
}>;
|
|
1130
|
+
slots: import("vue").Slots;
|
|
1135
1131
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1136
1132
|
[key: string]: any;
|
|
1137
1133
|
}>;
|
|
@@ -1164,8 +1160,8 @@ export declare const UList: {
|
|
|
1164
1160
|
}>, {
|
|
1165
1161
|
state: {
|
|
1166
1162
|
dragging: boolean;
|
|
1167
|
-
pageY: number;
|
|
1168
|
-
startTop: number;
|
|
1163
|
+
pageY: number | null;
|
|
1164
|
+
startTop: number | null;
|
|
1169
1165
|
visible: boolean;
|
|
1170
1166
|
mouseOver: boolean;
|
|
1171
1167
|
};
|
|
@@ -1208,7 +1204,7 @@ export declare const UList: {
|
|
|
1208
1204
|
scrollHeight: number;
|
|
1209
1205
|
count: number;
|
|
1210
1206
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1211
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1207
|
+
} & 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>);
|
|
1212
1208
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1213
1209
|
P: {};
|
|
1214
1210
|
B: {};
|
|
@@ -1218,11 +1214,11 @@ export declare const UList: {
|
|
|
1218
1214
|
Defaults: {};
|
|
1219
1215
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1220
1216
|
type: {
|
|
1221
|
-
type: import("vue").PropType<"
|
|
1217
|
+
type: import("vue").PropType<"border" | "card" | "ghost" | "split">;
|
|
1222
1218
|
default: string;
|
|
1223
1219
|
};
|
|
1224
1220
|
itemLayout: {
|
|
1225
|
-
type: import("vue").PropType<"
|
|
1221
|
+
type: import("vue").PropType<import("./List.type").ListItemLayout>;
|
|
1226
1222
|
default: string;
|
|
1227
1223
|
validator: (val: "vertical" | "horizontal") => boolean;
|
|
1228
1224
|
};
|
|
@@ -1243,9 +1239,9 @@ export declare const UList: {
|
|
|
1243
1239
|
default: number;
|
|
1244
1240
|
};
|
|
1245
1241
|
size: {
|
|
1246
|
-
type: import("vue").PropType<"
|
|
1242
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1247
1243
|
default: string;
|
|
1248
|
-
validator: (val: "
|
|
1244
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1249
1245
|
};
|
|
1250
1246
|
height: {
|
|
1251
1247
|
type: NumberConstructor;
|
|
@@ -1272,12 +1268,12 @@ export declare const UList: {
|
|
|
1272
1268
|
height: number;
|
|
1273
1269
|
type: "split" | "border" | "card" | "ghost";
|
|
1274
1270
|
loading: boolean;
|
|
1275
|
-
size: "
|
|
1271
|
+
size: "default" | "small" | "large";
|
|
1276
1272
|
itemHeight: number;
|
|
1277
1273
|
virtual: boolean;
|
|
1278
1274
|
header: string;
|
|
1279
|
-
footer: string;
|
|
1280
1275
|
itemLayout: "vertical" | "horizontal";
|
|
1276
|
+
footer: string;
|
|
1281
1277
|
loadingSkeletonCount: number;
|
|
1282
1278
|
dataSource: unknown[];
|
|
1283
1279
|
}>;
|
|
@@ -1286,11 +1282,11 @@ export declare const UList: {
|
|
|
1286
1282
|
__isSuspense?: never;
|
|
1287
1283
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1288
1284
|
type: {
|
|
1289
|
-
type: import("vue").PropType<"
|
|
1285
|
+
type: import("vue").PropType<"border" | "card" | "ghost" | "split">;
|
|
1290
1286
|
default: string;
|
|
1291
1287
|
};
|
|
1292
1288
|
itemLayout: {
|
|
1293
|
-
type: import("vue").PropType<"
|
|
1289
|
+
type: import("vue").PropType<import("./List.type").ListItemLayout>;
|
|
1294
1290
|
default: string;
|
|
1295
1291
|
validator: (val: "vertical" | "horizontal") => boolean;
|
|
1296
1292
|
};
|
|
@@ -1311,9 +1307,9 @@ export declare const UList: {
|
|
|
1311
1307
|
default: number;
|
|
1312
1308
|
};
|
|
1313
1309
|
size: {
|
|
1314
|
-
type: import("vue").PropType<"
|
|
1310
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1315
1311
|
default: string;
|
|
1316
|
-
validator: (val: "
|
|
1312
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1317
1313
|
};
|
|
1318
1314
|
height: {
|
|
1319
1315
|
type: NumberConstructor;
|
|
@@ -1340,12 +1336,12 @@ export declare const UList: {
|
|
|
1340
1336
|
height: number;
|
|
1341
1337
|
type: "split" | "border" | "card" | "ghost";
|
|
1342
1338
|
loading: boolean;
|
|
1343
|
-
size: "
|
|
1339
|
+
size: "default" | "small" | "large";
|
|
1344
1340
|
itemHeight: number;
|
|
1345
1341
|
virtual: boolean;
|
|
1346
1342
|
header: string;
|
|
1347
|
-
footer: string;
|
|
1348
1343
|
itemLayout: "vertical" | "horizontal";
|
|
1344
|
+
footer: string;
|
|
1349
1345
|
loadingSkeletonCount: number;
|
|
1350
1346
|
dataSource: unknown[];
|
|
1351
1347
|
}, {}, string, {}, {
|
|
@@ -1360,25 +1356,25 @@ export declare const UList: {
|
|
|
1360
1356
|
default: boolean;
|
|
1361
1357
|
};
|
|
1362
1358
|
avatar: {
|
|
1363
|
-
type: import("vue").PropType<boolean | import("
|
|
1359
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
1364
1360
|
default: boolean;
|
|
1365
1361
|
};
|
|
1366
1362
|
title: {
|
|
1367
|
-
type: import("vue").PropType<boolean | import("
|
|
1363
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
1368
1364
|
default: boolean;
|
|
1369
1365
|
};
|
|
1370
1366
|
paragraph: {
|
|
1371
|
-
type: import("vue").PropType<boolean | import("
|
|
1367
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
1372
1368
|
default: boolean;
|
|
1373
1369
|
};
|
|
1374
1370
|
}>> & Readonly<{}>, {
|
|
1375
1371
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1376
1372
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1377
1373
|
loading: boolean;
|
|
1378
|
-
title: boolean | import("
|
|
1379
|
-
avatar: boolean | import("
|
|
1374
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
1375
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
1380
1376
|
active: boolean;
|
|
1381
|
-
paragraph: boolean | import("
|
|
1377
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
1382
1378
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1383
1379
|
P: {};
|
|
1384
1380
|
B: {};
|
|
@@ -1396,25 +1392,25 @@ export declare const UList: {
|
|
|
1396
1392
|
default: boolean;
|
|
1397
1393
|
};
|
|
1398
1394
|
avatar: {
|
|
1399
|
-
type: import("vue").PropType<boolean | import("
|
|
1395
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
1400
1396
|
default: boolean;
|
|
1401
1397
|
};
|
|
1402
1398
|
title: {
|
|
1403
|
-
type: import("vue").PropType<boolean | import("
|
|
1399
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
1404
1400
|
default: boolean;
|
|
1405
1401
|
};
|
|
1406
1402
|
paragraph: {
|
|
1407
|
-
type: import("vue").PropType<boolean | import("
|
|
1403
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
1408
1404
|
default: boolean;
|
|
1409
1405
|
};
|
|
1410
1406
|
}>> & Readonly<{}>, {
|
|
1411
1407
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1412
1408
|
}, {}, {}, {}, {
|
|
1413
1409
|
loading: boolean;
|
|
1414
|
-
title: boolean | import("
|
|
1415
|
-
avatar: boolean | import("
|
|
1410
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
1411
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
1416
1412
|
active: boolean;
|
|
1417
|
-
paragraph: boolean | import("
|
|
1413
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
1418
1414
|
}>;
|
|
1419
1415
|
__isFragment?: never;
|
|
1420
1416
|
__isTeleport?: never;
|
|
@@ -1429,58 +1425,58 @@ export declare const UList: {
|
|
|
1429
1425
|
default: boolean;
|
|
1430
1426
|
};
|
|
1431
1427
|
avatar: {
|
|
1432
|
-
type: import("vue").PropType<boolean | import("
|
|
1428
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
1433
1429
|
default: boolean;
|
|
1434
1430
|
};
|
|
1435
1431
|
title: {
|
|
1436
|
-
type: import("vue").PropType<boolean | import("
|
|
1432
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
1437
1433
|
default: boolean;
|
|
1438
1434
|
};
|
|
1439
1435
|
paragraph: {
|
|
1440
|
-
type: import("vue").PropType<boolean | import("
|
|
1436
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
1441
1437
|
default: boolean;
|
|
1442
1438
|
};
|
|
1443
1439
|
}>> & Readonly<{}>, {
|
|
1444
1440
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1445
1441
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1446
1442
|
loading: boolean;
|
|
1447
|
-
title: boolean | import("
|
|
1448
|
-
avatar: boolean | import("
|
|
1443
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
1444
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
1449
1445
|
active: boolean;
|
|
1450
|
-
paragraph: boolean | import("
|
|
1451
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1446
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
1447
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1452
1448
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1453
1449
|
type: {
|
|
1454
|
-
type: import("vue").PropType<"
|
|
1450
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
1455
1451
|
default: string;
|
|
1456
1452
|
};
|
|
1457
1453
|
}>, {
|
|
1458
1454
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1459
1455
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1460
1456
|
type: {
|
|
1461
|
-
type: import("vue").PropType<"
|
|
1457
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
1462
1458
|
default: string;
|
|
1463
1459
|
};
|
|
1464
1460
|
}>> & Readonly<{}>, {
|
|
1465
|
-
type: "text" | "image" | "circle" | "
|
|
1461
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
1466
1462
|
}, {}, {
|
|
1467
1463
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1468
1464
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1469
|
-
};
|
|
1465
|
+
});
|
|
1470
1466
|
USkeletonItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1471
1467
|
type: {
|
|
1472
|
-
type: import("vue").PropType<"
|
|
1468
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
1473
1469
|
default: string;
|
|
1474
1470
|
};
|
|
1475
1471
|
}>, {
|
|
1476
1472
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1477
1473
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1478
1474
|
type: {
|
|
1479
|
-
type: import("vue").PropType<"
|
|
1475
|
+
type: import("vue").PropType<"circle" | "rect" | "text" | "p" | "image">;
|
|
1480
1476
|
default: string;
|
|
1481
1477
|
};
|
|
1482
1478
|
}>> & Readonly<{}>, {
|
|
1483
|
-
type: "text" | "image" | "circle" | "
|
|
1479
|
+
type: "text" | "image" | "circle" | "rect" | "p";
|
|
1484
1480
|
}, {}, {
|
|
1485
1481
|
ImageIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1486
1482
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1535,8 +1531,8 @@ export declare const UList: {
|
|
|
1535
1531
|
}>, {
|
|
1536
1532
|
state: {
|
|
1537
1533
|
dragging: boolean;
|
|
1538
|
-
pageY: number;
|
|
1539
|
-
startTop: number;
|
|
1534
|
+
pageY: number | null;
|
|
1535
|
+
startTop: number | null;
|
|
1540
1536
|
visible: boolean;
|
|
1541
1537
|
mouseOver: boolean;
|
|
1542
1538
|
};
|
|
@@ -1588,8 +1584,8 @@ export declare const UList: {
|
|
|
1588
1584
|
}>, {
|
|
1589
1585
|
state: {
|
|
1590
1586
|
dragging: boolean;
|
|
1591
|
-
pageY: number;
|
|
1592
|
-
startTop: number;
|
|
1587
|
+
pageY: number | null;
|
|
1588
|
+
startTop: number | null;
|
|
1593
1589
|
visible: boolean;
|
|
1594
1590
|
mouseOver: boolean;
|
|
1595
1591
|
};
|
|
@@ -1634,8 +1630,8 @@ export declare const UList: {
|
|
|
1634
1630
|
}>, {
|
|
1635
1631
|
state: {
|
|
1636
1632
|
dragging: boolean;
|
|
1637
|
-
pageY: number;
|
|
1638
|
-
startTop: number;
|
|
1633
|
+
pageY: number | null;
|
|
1634
|
+
startTop: number | null;
|
|
1639
1635
|
visible: boolean;
|
|
1640
1636
|
mouseOver: boolean;
|
|
1641
1637
|
};
|
|
@@ -1687,8 +1683,8 @@ export declare const UList: {
|
|
|
1687
1683
|
}>, {
|
|
1688
1684
|
state: {
|
|
1689
1685
|
dragging: boolean;
|
|
1690
|
-
pageY: number;
|
|
1691
|
-
startTop: number;
|
|
1686
|
+
pageY: number | null;
|
|
1687
|
+
startTop: number | null;
|
|
1692
1688
|
visible: boolean;
|
|
1693
1689
|
mouseOver: boolean;
|
|
1694
1690
|
};
|
|
@@ -1783,9 +1779,7 @@ export declare const UList: {
|
|
|
1783
1779
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1784
1780
|
ListItem: {
|
|
1785
1781
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1786
|
-
slots:
|
|
1787
|
-
[name: string]: import("vue").Slot<any>;
|
|
1788
|
-
}>;
|
|
1782
|
+
slots: import("vue").Slots;
|
|
1789
1783
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1790
1784
|
[key: string]: any;
|
|
1791
1785
|
}>;
|
|
@@ -1818,8 +1812,8 @@ export declare const UList: {
|
|
|
1818
1812
|
}>, {
|
|
1819
1813
|
state: {
|
|
1820
1814
|
dragging: boolean;
|
|
1821
|
-
pageY: number;
|
|
1822
|
-
startTop: number;
|
|
1815
|
+
pageY: number | null;
|
|
1816
|
+
startTop: number | null;
|
|
1823
1817
|
visible: boolean;
|
|
1824
1818
|
mouseOver: boolean;
|
|
1825
1819
|
};
|
|
@@ -1919,8 +1913,8 @@ export declare const UList: {
|
|
|
1919
1913
|
}>, {
|
|
1920
1914
|
state: {
|
|
1921
1915
|
dragging: boolean;
|
|
1922
|
-
pageY: number;
|
|
1923
|
-
startTop: number;
|
|
1916
|
+
pageY: number | null;
|
|
1917
|
+
startTop: number | null;
|
|
1924
1918
|
visible: boolean;
|
|
1925
1919
|
mouseOver: boolean;
|
|
1926
1920
|
};
|
|
@@ -1972,8 +1966,8 @@ export declare const UList: {
|
|
|
1972
1966
|
}>, {
|
|
1973
1967
|
state: {
|
|
1974
1968
|
dragging: boolean;
|
|
1975
|
-
pageY: number;
|
|
1976
|
-
startTop: number;
|
|
1969
|
+
pageY: number | null;
|
|
1970
|
+
startTop: number | null;
|
|
1977
1971
|
visible: boolean;
|
|
1978
1972
|
mouseOver: boolean;
|
|
1979
1973
|
};
|
|
@@ -2018,8 +2012,8 @@ export declare const UList: {
|
|
|
2018
2012
|
}>, {
|
|
2019
2013
|
state: {
|
|
2020
2014
|
dragging: boolean;
|
|
2021
|
-
pageY: number;
|
|
2022
|
-
startTop: number;
|
|
2015
|
+
pageY: number | null;
|
|
2016
|
+
startTop: number | null;
|
|
2023
2017
|
visible: boolean;
|
|
2024
2018
|
mouseOver: boolean;
|
|
2025
2019
|
};
|
|
@@ -2071,8 +2065,8 @@ export declare const UList: {
|
|
|
2071
2065
|
}>, {
|
|
2072
2066
|
state: {
|
|
2073
2067
|
dragging: boolean;
|
|
2074
|
-
pageY: number;
|
|
2075
|
-
startTop: number;
|
|
2068
|
+
pageY: number | null;
|
|
2069
|
+
startTop: number | null;
|
|
2076
2070
|
visible: boolean;
|
|
2077
2071
|
mouseOver: boolean;
|
|
2078
2072
|
};
|
|
@@ -2164,8 +2158,8 @@ export declare const UList: {
|
|
|
2164
2158
|
}>, {
|
|
2165
2159
|
state: {
|
|
2166
2160
|
dragging: boolean;
|
|
2167
|
-
pageY: number;
|
|
2168
|
-
startTop: number;
|
|
2161
|
+
pageY: number | null;
|
|
2162
|
+
startTop: number | null;
|
|
2169
2163
|
visible: boolean;
|
|
2170
2164
|
mouseOver: boolean;
|
|
2171
2165
|
};
|
|
@@ -2217,8 +2211,8 @@ export declare const UList: {
|
|
|
2217
2211
|
}>, {
|
|
2218
2212
|
state: {
|
|
2219
2213
|
dragging: boolean;
|
|
2220
|
-
pageY: number;
|
|
2221
|
-
startTop: number;
|
|
2214
|
+
pageY: number | null;
|
|
2215
|
+
startTop: number | null;
|
|
2222
2216
|
visible: boolean;
|
|
2223
2217
|
mouseOver: boolean;
|
|
2224
2218
|
};
|
|
@@ -2263,8 +2257,8 @@ export declare const UList: {
|
|
|
2263
2257
|
}>, {
|
|
2264
2258
|
state: {
|
|
2265
2259
|
dragging: boolean;
|
|
2266
|
-
pageY: number;
|
|
2267
|
-
startTop: number;
|
|
2260
|
+
pageY: number | null;
|
|
2261
|
+
startTop: number | null;
|
|
2268
2262
|
visible: boolean;
|
|
2269
2263
|
mouseOver: boolean;
|
|
2270
2264
|
};
|
|
@@ -2316,8 +2310,8 @@ export declare const UList: {
|
|
|
2316
2310
|
}>, {
|
|
2317
2311
|
state: {
|
|
2318
2312
|
dragging: boolean;
|
|
2319
|
-
pageY: number;
|
|
2320
|
-
startTop: number;
|
|
2313
|
+
pageY: number | null;
|
|
2314
|
+
startTop: number | null;
|
|
2321
2315
|
visible: boolean;
|
|
2322
2316
|
mouseOver: boolean;
|
|
2323
2317
|
};
|
|
@@ -2412,9 +2406,7 @@ export declare const UList: {
|
|
|
2412
2406
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2413
2407
|
ListItem: {
|
|
2414
2408
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
2415
|
-
slots:
|
|
2416
|
-
[name: string]: import("vue").Slot<any>;
|
|
2417
|
-
}>;
|
|
2409
|
+
slots: import("vue").Slots;
|
|
2418
2410
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2419
2411
|
[key: string]: any;
|
|
2420
2412
|
}>;
|
|
@@ -2447,8 +2439,8 @@ export declare const UList: {
|
|
|
2447
2439
|
}>, {
|
|
2448
2440
|
state: {
|
|
2449
2441
|
dragging: boolean;
|
|
2450
|
-
pageY: number;
|
|
2451
|
-
startTop: number;
|
|
2442
|
+
pageY: number | null;
|
|
2443
|
+
startTop: number | null;
|
|
2452
2444
|
visible: boolean;
|
|
2453
2445
|
mouseOver: boolean;
|
|
2454
2446
|
};
|
|
@@ -2491,11 +2483,11 @@ export declare const UList: {
|
|
|
2491
2483
|
scrollHeight: number;
|
|
2492
2484
|
count: number;
|
|
2493
2485
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2494
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2495
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2486
|
+
} & 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>);
|
|
2487
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2496
2488
|
Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2497
2489
|
extraPosition: {
|
|
2498
|
-
type: import("vue").PropType<"
|
|
2490
|
+
type: import("vue").PropType<import("./List.type").ListExtraPopsition>;
|
|
2499
2491
|
default: string;
|
|
2500
2492
|
validate: (val: "right" | "left") => boolean;
|
|
2501
2493
|
};
|
|
@@ -2504,7 +2496,7 @@ export declare const UList: {
|
|
|
2504
2496
|
itemLayout: import("vue").Ref<"vertical" | "horizontal", "vertical" | "horizontal">;
|
|
2505
2497
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2506
2498
|
extraPosition: {
|
|
2507
|
-
type: import("vue").PropType<"
|
|
2499
|
+
type: import("vue").PropType<import("./List.type").ListExtraPopsition>;
|
|
2508
2500
|
default: string;
|
|
2509
2501
|
validate: (val: "right" | "left") => boolean;
|
|
2510
2502
|
};
|
|
@@ -2556,21 +2548,21 @@ export declare const UList: {
|
|
|
2556
2548
|
UAvatar: {
|
|
2557
2549
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2558
2550
|
shape: {
|
|
2559
|
-
type: import("vue").PropType<"
|
|
2551
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").AvatarShape>;
|
|
2560
2552
|
default: string;
|
|
2561
2553
|
validator: (val: "circle" | "square") => boolean;
|
|
2562
2554
|
};
|
|
2563
2555
|
size: {
|
|
2564
|
-
type: import("vue").PropType<
|
|
2556
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap | Number>;
|
|
2565
2557
|
default: string;
|
|
2566
|
-
validator: (val:
|
|
2558
|
+
validator: (val: import("@koi-design/uxd-ui/es/utils").NormalSizeMap | number) => boolean;
|
|
2567
2559
|
};
|
|
2568
2560
|
src: {
|
|
2569
2561
|
type: StringConstructor;
|
|
2570
2562
|
default: string;
|
|
2571
2563
|
};
|
|
2572
2564
|
icon: {
|
|
2573
|
-
type: import("vue").PropType<import("
|
|
2565
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2574
2566
|
};
|
|
2575
2567
|
}>> & Readonly<{
|
|
2576
2568
|
onError?: (ev: Event) => any;
|
|
@@ -2585,7 +2577,7 @@ export declare const UList: {
|
|
|
2585
2577
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2586
2578
|
error: (ev: Event) => boolean;
|
|
2587
2579
|
}, import("vue").PublicProps, {
|
|
2588
|
-
size: Number | "
|
|
2580
|
+
size: Number | "default" | "small" | "large";
|
|
2589
2581
|
shape: "circle" | "square";
|
|
2590
2582
|
src: string;
|
|
2591
2583
|
}, true, {}, {}, {
|
|
@@ -2603,7 +2595,7 @@ export declare const UList: {
|
|
|
2603
2595
|
default: string;
|
|
2604
2596
|
};
|
|
2605
2597
|
icon: {
|
|
2606
|
-
type: import("vue").PropType<import("
|
|
2598
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2607
2599
|
};
|
|
2608
2600
|
}>> & Readonly<{
|
|
2609
2601
|
onClick?: (ev: Event) => any;
|
|
@@ -2650,7 +2642,7 @@ export declare const UList: {
|
|
|
2650
2642
|
default: string;
|
|
2651
2643
|
};
|
|
2652
2644
|
icon: {
|
|
2653
|
-
type: import("vue").PropType<import("
|
|
2645
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2654
2646
|
};
|
|
2655
2647
|
}>> & Readonly<{
|
|
2656
2648
|
onClick?: (ev: Event) => any;
|
|
@@ -2692,7 +2684,7 @@ export declare const UList: {
|
|
|
2692
2684
|
default: string;
|
|
2693
2685
|
};
|
|
2694
2686
|
icon: {
|
|
2695
|
-
type: import("vue").PropType<import("
|
|
2687
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2696
2688
|
};
|
|
2697
2689
|
}>> & Readonly<{
|
|
2698
2690
|
onClick?: (ev: Event) => any;
|
|
@@ -2719,7 +2711,7 @@ export declare const UList: {
|
|
|
2719
2711
|
}, string, {
|
|
2720
2712
|
color: string;
|
|
2721
2713
|
spin: boolean;
|
|
2722
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2714
|
+
}, {}, 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>);
|
|
2723
2715
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2724
2716
|
P: {};
|
|
2725
2717
|
B: {};
|
|
@@ -2729,21 +2721,21 @@ export declare const UList: {
|
|
|
2729
2721
|
Defaults: {};
|
|
2730
2722
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2731
2723
|
shape: {
|
|
2732
|
-
type: import("vue").PropType<"
|
|
2724
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").AvatarShape>;
|
|
2733
2725
|
default: string;
|
|
2734
2726
|
validator: (val: "circle" | "square") => boolean;
|
|
2735
2727
|
};
|
|
2736
2728
|
size: {
|
|
2737
|
-
type: import("vue").PropType<
|
|
2729
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap | Number>;
|
|
2738
2730
|
default: string;
|
|
2739
|
-
validator: (val:
|
|
2731
|
+
validator: (val: import("@koi-design/uxd-ui/es/utils").NormalSizeMap | number) => boolean;
|
|
2740
2732
|
};
|
|
2741
2733
|
src: {
|
|
2742
2734
|
type: StringConstructor;
|
|
2743
2735
|
default: string;
|
|
2744
2736
|
};
|
|
2745
2737
|
icon: {
|
|
2746
|
-
type: import("vue").PropType<import("
|
|
2738
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2747
2739
|
};
|
|
2748
2740
|
}>> & Readonly<{
|
|
2749
2741
|
onError?: (ev: Event) => any;
|
|
@@ -2756,7 +2748,7 @@ export declare const UList: {
|
|
|
2756
2748
|
childrenStyle: import("vue").ComputedRef<{}>;
|
|
2757
2749
|
handleError: (e: any) => void;
|
|
2758
2750
|
}, {}, {}, {}, {
|
|
2759
|
-
size: Number | "
|
|
2751
|
+
size: Number | "default" | "small" | "large";
|
|
2760
2752
|
shape: "circle" | "square";
|
|
2761
2753
|
src: string;
|
|
2762
2754
|
}>;
|
|
@@ -2765,21 +2757,21 @@ export declare const UList: {
|
|
|
2765
2757
|
__isSuspense?: never;
|
|
2766
2758
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2767
2759
|
shape: {
|
|
2768
|
-
type: import("vue").PropType<"
|
|
2760
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").AvatarShape>;
|
|
2769
2761
|
default: string;
|
|
2770
2762
|
validator: (val: "circle" | "square") => boolean;
|
|
2771
2763
|
};
|
|
2772
2764
|
size: {
|
|
2773
|
-
type: import("vue").PropType<
|
|
2765
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap | Number>;
|
|
2774
2766
|
default: string;
|
|
2775
|
-
validator: (val:
|
|
2767
|
+
validator: (val: import("@koi-design/uxd-ui/es/utils").NormalSizeMap | number) => boolean;
|
|
2776
2768
|
};
|
|
2777
2769
|
src: {
|
|
2778
2770
|
type: StringConstructor;
|
|
2779
2771
|
default: string;
|
|
2780
2772
|
};
|
|
2781
2773
|
icon: {
|
|
2782
|
-
type: import("vue").PropType<import("
|
|
2774
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2783
2775
|
};
|
|
2784
2776
|
}>> & Readonly<{
|
|
2785
2777
|
onError?: (ev: Event) => any;
|
|
@@ -2794,7 +2786,7 @@ export declare const UList: {
|
|
|
2794
2786
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2795
2787
|
error: (ev: Event) => boolean;
|
|
2796
2788
|
}, string, {
|
|
2797
|
-
size: Number | "
|
|
2789
|
+
size: Number | "default" | "small" | "large";
|
|
2798
2790
|
shape: "circle" | "square";
|
|
2799
2791
|
src: string;
|
|
2800
2792
|
}, {}, string, {}, {
|
|
@@ -2812,7 +2804,7 @@ export declare const UList: {
|
|
|
2812
2804
|
default: string;
|
|
2813
2805
|
};
|
|
2814
2806
|
icon: {
|
|
2815
|
-
type: import("vue").PropType<import("
|
|
2807
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2816
2808
|
};
|
|
2817
2809
|
}>> & Readonly<{
|
|
2818
2810
|
onClick?: (ev: Event) => any;
|
|
@@ -2859,7 +2851,7 @@ export declare const UList: {
|
|
|
2859
2851
|
default: string;
|
|
2860
2852
|
};
|
|
2861
2853
|
icon: {
|
|
2862
|
-
type: import("vue").PropType<import("
|
|
2854
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2863
2855
|
};
|
|
2864
2856
|
}>> & Readonly<{
|
|
2865
2857
|
onClick?: (ev: Event) => any;
|
|
@@ -2901,7 +2893,7 @@ export declare const UList: {
|
|
|
2901
2893
|
default: string;
|
|
2902
2894
|
};
|
|
2903
2895
|
icon: {
|
|
2904
|
-
type: import("vue").PropType<import("
|
|
2896
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2905
2897
|
};
|
|
2906
2898
|
}>> & Readonly<{
|
|
2907
2899
|
onClick?: (ev: Event) => any;
|
|
@@ -2928,8 +2920,8 @@ export declare const UList: {
|
|
|
2928
2920
|
}, string, {
|
|
2929
2921
|
color: string;
|
|
2930
2922
|
spin: boolean;
|
|
2931
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2932
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2923
|
+
}, {}, 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>);
|
|
2924
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2933
2925
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2934
2926
|
maxCount: {
|
|
2935
2927
|
type: NumberConstructor;
|
|
@@ -2943,9 +2935,9 @@ export declare const UList: {
|
|
|
2943
2935
|
}>> & Readonly<{}>, {
|
|
2944
2936
|
maxCount: number;
|
|
2945
2937
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2946
|
-
};
|
|
2938
|
+
});
|
|
2947
2939
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2948
|
-
};
|
|
2940
|
+
});
|
|
2949
2941
|
export default UList;
|
|
2950
2942
|
export { ListItem as UListItem, ListItemMeta as UListItemMeta };
|
|
2951
2943
|
export * from './List.type';
|