@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
|
@@ -5,7 +5,7 @@ export declare const UAutoComplete: {
|
|
|
5
5
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
6
6
|
loading: boolean;
|
|
7
7
|
required: boolean;
|
|
8
|
-
size: "
|
|
8
|
+
size: "default" | "small" | "large";
|
|
9
9
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -27,15 +27,15 @@ export declare const UAutoComplete: {
|
|
|
27
27
|
prefixIcon?: unknown;
|
|
28
28
|
suffixIcon?: unknown;
|
|
29
29
|
label?: string;
|
|
30
|
-
options?: import("
|
|
31
|
-
filterMethod?: import("
|
|
30
|
+
options?: import("@koi-design/uxd-ui/es/index").SelectOption[];
|
|
31
|
+
filterMethod?: import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
32
32
|
filterProp?: string;
|
|
33
33
|
dropdownMenuClass?: string;
|
|
34
34
|
notFoundText?: string;
|
|
35
35
|
dropdownMenuWidth?: number;
|
|
36
36
|
}> & Readonly<{
|
|
37
|
-
onSearch?: (val: string) => any;
|
|
38
37
|
onChange?: (val: string) => any;
|
|
38
|
+
onSearch?: (val: string) => any;
|
|
39
39
|
onFocus?: (ev: Event) => any;
|
|
40
40
|
onBlur?: (ev: Event) => any;
|
|
41
41
|
"onUpdate:modelValue"?: (val: string) => any;
|
|
@@ -55,8 +55,8 @@ export declare const UAutoComplete: {
|
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
};
|
|
57
57
|
options: {
|
|
58
|
-
type: import("vue").PropType<import("
|
|
59
|
-
default: () => import("
|
|
58
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
59
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
60
60
|
};
|
|
61
61
|
searchValue: {
|
|
62
62
|
type: StringConstructor;
|
|
@@ -66,7 +66,7 @@ export declare const UAutoComplete: {
|
|
|
66
66
|
default: boolean;
|
|
67
67
|
};
|
|
68
68
|
values: {
|
|
69
|
-
type: import("vue").PropType<import("
|
|
69
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
70
70
|
};
|
|
71
71
|
open: {
|
|
72
72
|
type: BooleanConstructor;
|
|
@@ -99,7 +99,7 @@ export declare const UAutoComplete: {
|
|
|
99
99
|
default: number;
|
|
100
100
|
};
|
|
101
101
|
width: {
|
|
102
|
-
type: import("vue").PropType<number | "
|
|
102
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
103
103
|
default: string;
|
|
104
104
|
};
|
|
105
105
|
direction: {
|
|
@@ -127,27 +127,25 @@ export declare const UAutoComplete: {
|
|
|
127
127
|
selectAllText: import("vue").ComputedRef<string>;
|
|
128
128
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
129
129
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
130
|
-
onSelectValue: (item: import("
|
|
130
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
131
131
|
onKeydown: (e: KeyboardEvent) => void;
|
|
132
132
|
scrollTop: (index: number) => void;
|
|
133
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
134
|
-
[key: string]: any;
|
|
135
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
133
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
136
134
|
[key: string]: any;
|
|
137
135
|
}>;
|
|
138
136
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
139
|
-
isItemSelected: (item: import("
|
|
140
|
-
isItemDisabled: (item: import("
|
|
137
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
138
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
141
139
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
142
140
|
onScrollAtTop: () => void;
|
|
143
141
|
onScrollAtBottom: () => void;
|
|
144
142
|
handleSelectAllChange: (status: boolean) => void;
|
|
145
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
143
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
146
144
|
direction: "ltr" | "rtl";
|
|
147
145
|
size: string;
|
|
148
146
|
width: number | "container" | "auto";
|
|
149
147
|
virtual: boolean;
|
|
150
|
-
options: import("
|
|
148
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
151
149
|
multiple: boolean;
|
|
152
150
|
open: boolean;
|
|
153
151
|
defaultActiveFirst: boolean;
|
|
@@ -206,8 +204,8 @@ export declare const UAutoComplete: {
|
|
|
206
204
|
}>, {
|
|
207
205
|
state: {
|
|
208
206
|
dragging: boolean;
|
|
209
|
-
pageY: number;
|
|
210
|
-
startTop: number;
|
|
207
|
+
pageY: number | null;
|
|
208
|
+
startTop: number | null;
|
|
211
209
|
visible: boolean;
|
|
212
210
|
mouseOver: boolean;
|
|
213
211
|
};
|
|
@@ -259,8 +257,8 @@ export declare const UAutoComplete: {
|
|
|
259
257
|
}>, {
|
|
260
258
|
state: {
|
|
261
259
|
dragging: boolean;
|
|
262
|
-
pageY: number;
|
|
263
|
-
startTop: number;
|
|
260
|
+
pageY: number | null;
|
|
261
|
+
startTop: number | null;
|
|
264
262
|
visible: boolean;
|
|
265
263
|
mouseOver: boolean;
|
|
266
264
|
};
|
|
@@ -305,8 +303,8 @@ export declare const UAutoComplete: {
|
|
|
305
303
|
}>, {
|
|
306
304
|
state: {
|
|
307
305
|
dragging: boolean;
|
|
308
|
-
pageY: number;
|
|
309
|
-
startTop: number;
|
|
306
|
+
pageY: number | null;
|
|
307
|
+
startTop: number | null;
|
|
310
308
|
visible: boolean;
|
|
311
309
|
mouseOver: boolean;
|
|
312
310
|
};
|
|
@@ -358,8 +356,8 @@ export declare const UAutoComplete: {
|
|
|
358
356
|
}>, {
|
|
359
357
|
state: {
|
|
360
358
|
dragging: boolean;
|
|
361
|
-
pageY: number;
|
|
362
|
-
startTop: number;
|
|
359
|
+
pageY: number | null;
|
|
360
|
+
startTop: number | null;
|
|
363
361
|
visible: boolean;
|
|
364
362
|
mouseOver: boolean;
|
|
365
363
|
};
|
|
@@ -454,9 +452,7 @@ export declare const UAutoComplete: {
|
|
|
454
452
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
455
453
|
ListItem: {
|
|
456
454
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
457
|
-
slots:
|
|
458
|
-
[name: string]: import("vue").Slot<any>;
|
|
459
|
-
}>;
|
|
455
|
+
slots: import("vue").Slots;
|
|
460
456
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
461
457
|
[key: string]: any;
|
|
462
458
|
}>;
|
|
@@ -489,8 +485,8 @@ export declare const UAutoComplete: {
|
|
|
489
485
|
}>, {
|
|
490
486
|
state: {
|
|
491
487
|
dragging: boolean;
|
|
492
|
-
pageY: number;
|
|
493
|
-
startTop: number;
|
|
488
|
+
pageY: number | null;
|
|
489
|
+
startTop: number | null;
|
|
494
490
|
visible: boolean;
|
|
495
491
|
mouseOver: boolean;
|
|
496
492
|
};
|
|
@@ -590,8 +586,8 @@ export declare const UAutoComplete: {
|
|
|
590
586
|
}>, {
|
|
591
587
|
state: {
|
|
592
588
|
dragging: boolean;
|
|
593
|
-
pageY: number;
|
|
594
|
-
startTop: number;
|
|
589
|
+
pageY: number | null;
|
|
590
|
+
startTop: number | null;
|
|
595
591
|
visible: boolean;
|
|
596
592
|
mouseOver: boolean;
|
|
597
593
|
};
|
|
@@ -643,8 +639,8 @@ export declare const UAutoComplete: {
|
|
|
643
639
|
}>, {
|
|
644
640
|
state: {
|
|
645
641
|
dragging: boolean;
|
|
646
|
-
pageY: number;
|
|
647
|
-
startTop: number;
|
|
642
|
+
pageY: number | null;
|
|
643
|
+
startTop: number | null;
|
|
648
644
|
visible: boolean;
|
|
649
645
|
mouseOver: boolean;
|
|
650
646
|
};
|
|
@@ -689,8 +685,8 @@ export declare const UAutoComplete: {
|
|
|
689
685
|
}>, {
|
|
690
686
|
state: {
|
|
691
687
|
dragging: boolean;
|
|
692
|
-
pageY: number;
|
|
693
|
-
startTop: number;
|
|
688
|
+
pageY: number | null;
|
|
689
|
+
startTop: number | null;
|
|
694
690
|
visible: boolean;
|
|
695
691
|
mouseOver: boolean;
|
|
696
692
|
};
|
|
@@ -742,8 +738,8 @@ export declare const UAutoComplete: {
|
|
|
742
738
|
}>, {
|
|
743
739
|
state: {
|
|
744
740
|
dragging: boolean;
|
|
745
|
-
pageY: number;
|
|
746
|
-
startTop: number;
|
|
741
|
+
pageY: number | null;
|
|
742
|
+
startTop: number | null;
|
|
747
743
|
visible: boolean;
|
|
748
744
|
mouseOver: boolean;
|
|
749
745
|
};
|
|
@@ -835,8 +831,8 @@ export declare const UAutoComplete: {
|
|
|
835
831
|
}>, {
|
|
836
832
|
state: {
|
|
837
833
|
dragging: boolean;
|
|
838
|
-
pageY: number;
|
|
839
|
-
startTop: number;
|
|
834
|
+
pageY: number | null;
|
|
835
|
+
startTop: number | null;
|
|
840
836
|
visible: boolean;
|
|
841
837
|
mouseOver: boolean;
|
|
842
838
|
};
|
|
@@ -888,8 +884,8 @@ export declare const UAutoComplete: {
|
|
|
888
884
|
}>, {
|
|
889
885
|
state: {
|
|
890
886
|
dragging: boolean;
|
|
891
|
-
pageY: number;
|
|
892
|
-
startTop: number;
|
|
887
|
+
pageY: number | null;
|
|
888
|
+
startTop: number | null;
|
|
893
889
|
visible: boolean;
|
|
894
890
|
mouseOver: boolean;
|
|
895
891
|
};
|
|
@@ -934,8 +930,8 @@ export declare const UAutoComplete: {
|
|
|
934
930
|
}>, {
|
|
935
931
|
state: {
|
|
936
932
|
dragging: boolean;
|
|
937
|
-
pageY: number;
|
|
938
|
-
startTop: number;
|
|
933
|
+
pageY: number | null;
|
|
934
|
+
startTop: number | null;
|
|
939
935
|
visible: boolean;
|
|
940
936
|
mouseOver: boolean;
|
|
941
937
|
};
|
|
@@ -987,8 +983,8 @@ export declare const UAutoComplete: {
|
|
|
987
983
|
}>, {
|
|
988
984
|
state: {
|
|
989
985
|
dragging: boolean;
|
|
990
|
-
pageY: number;
|
|
991
|
-
startTop: number;
|
|
986
|
+
pageY: number | null;
|
|
987
|
+
startTop: number | null;
|
|
992
988
|
visible: boolean;
|
|
993
989
|
mouseOver: boolean;
|
|
994
990
|
};
|
|
@@ -1083,9 +1079,7 @@ export declare const UAutoComplete: {
|
|
|
1083
1079
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1084
1080
|
ListItem: {
|
|
1085
1081
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1086
|
-
slots:
|
|
1087
|
-
[name: string]: import("vue").Slot<any>;
|
|
1088
|
-
}>;
|
|
1082
|
+
slots: import("vue").Slots;
|
|
1089
1083
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1090
1084
|
[key: string]: any;
|
|
1091
1085
|
}>;
|
|
@@ -1118,8 +1112,8 @@ export declare const UAutoComplete: {
|
|
|
1118
1112
|
}>, {
|
|
1119
1113
|
state: {
|
|
1120
1114
|
dragging: boolean;
|
|
1121
|
-
pageY: number;
|
|
1122
|
-
startTop: number;
|
|
1115
|
+
pageY: number | null;
|
|
1116
|
+
startTop: number | null;
|
|
1123
1117
|
visible: boolean;
|
|
1124
1118
|
mouseOver: boolean;
|
|
1125
1119
|
};
|
|
@@ -1162,7 +1156,7 @@ export declare const UAutoComplete: {
|
|
|
1162
1156
|
scrollHeight: number;
|
|
1163
1157
|
count: number;
|
|
1164
1158
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1165
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1159
|
+
} & 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>);
|
|
1166
1160
|
Render: {
|
|
1167
1161
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1168
1162
|
props: {
|
|
@@ -1185,7 +1179,7 @@ export declare const UAutoComplete: {
|
|
|
1185
1179
|
default: string;
|
|
1186
1180
|
};
|
|
1187
1181
|
icon: {
|
|
1188
|
-
type: import("vue").PropType<import("
|
|
1182
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1189
1183
|
};
|
|
1190
1184
|
}>> & Readonly<{
|
|
1191
1185
|
onClick?: (ev: Event) => any;
|
|
@@ -1232,7 +1226,7 @@ export declare const UAutoComplete: {
|
|
|
1232
1226
|
default: string;
|
|
1233
1227
|
};
|
|
1234
1228
|
icon: {
|
|
1235
|
-
type: import("vue").PropType<import("
|
|
1229
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1236
1230
|
};
|
|
1237
1231
|
}>> & Readonly<{
|
|
1238
1232
|
onClick?: (ev: Event) => any;
|
|
@@ -1274,7 +1268,7 @@ export declare const UAutoComplete: {
|
|
|
1274
1268
|
default: string;
|
|
1275
1269
|
};
|
|
1276
1270
|
icon: {
|
|
1277
|
-
type: import("vue").PropType<import("
|
|
1271
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1278
1272
|
};
|
|
1279
1273
|
}>> & Readonly<{
|
|
1280
1274
|
onClick?: (ev: Event) => any;
|
|
@@ -1301,7 +1295,7 @@ export declare const UAutoComplete: {
|
|
|
1301
1295
|
}, string, {
|
|
1302
1296
|
color: string;
|
|
1303
1297
|
spin: boolean;
|
|
1304
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1298
|
+
}, {}, 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>);
|
|
1305
1299
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1306
1300
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1307
1301
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1319,8 +1313,8 @@ export declare const UAutoComplete: {
|
|
|
1319
1313
|
type: StringConstructor;
|
|
1320
1314
|
};
|
|
1321
1315
|
options: {
|
|
1322
|
-
type: import("vue").PropType<import("
|
|
1323
|
-
default: () => import("
|
|
1316
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
1317
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1324
1318
|
};
|
|
1325
1319
|
searchValue: {
|
|
1326
1320
|
type: StringConstructor;
|
|
@@ -1330,7 +1324,7 @@ export declare const UAutoComplete: {
|
|
|
1330
1324
|
default: boolean;
|
|
1331
1325
|
};
|
|
1332
1326
|
values: {
|
|
1333
|
-
type: import("vue").PropType<import("
|
|
1327
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
1334
1328
|
};
|
|
1335
1329
|
open: {
|
|
1336
1330
|
type: BooleanConstructor;
|
|
@@ -1363,7 +1357,7 @@ export declare const UAutoComplete: {
|
|
|
1363
1357
|
default: number;
|
|
1364
1358
|
};
|
|
1365
1359
|
width: {
|
|
1366
|
-
type: import("vue").PropType<number | "
|
|
1360
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
1367
1361
|
default: string;
|
|
1368
1362
|
};
|
|
1369
1363
|
direction: {
|
|
@@ -1391,17 +1385,15 @@ export declare const UAutoComplete: {
|
|
|
1391
1385
|
selectAllText: import("vue").ComputedRef<string>;
|
|
1392
1386
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
1393
1387
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
1394
|
-
onSelectValue: (item: import("
|
|
1388
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
1395
1389
|
onKeydown: (e: KeyboardEvent) => void;
|
|
1396
1390
|
scrollTop: (index: number) => void;
|
|
1397
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1398
|
-
[key: string]: any;
|
|
1399
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1391
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1400
1392
|
[key: string]: any;
|
|
1401
1393
|
}>;
|
|
1402
1394
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
1403
|
-
isItemSelected: (item: import("
|
|
1404
|
-
isItemDisabled: (item: import("
|
|
1395
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1396
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1405
1397
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
1406
1398
|
onScrollAtTop: () => void;
|
|
1407
1399
|
onScrollAtBottom: () => void;
|
|
@@ -1411,7 +1403,7 @@ export declare const UAutoComplete: {
|
|
|
1411
1403
|
size: string;
|
|
1412
1404
|
width: number | "container" | "auto";
|
|
1413
1405
|
virtual: boolean;
|
|
1414
|
-
options: import("
|
|
1406
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1415
1407
|
multiple: boolean;
|
|
1416
1408
|
open: boolean;
|
|
1417
1409
|
defaultActiveFirst: boolean;
|
|
@@ -1426,8 +1418,8 @@ export declare const UAutoComplete: {
|
|
|
1426
1418
|
type: StringConstructor;
|
|
1427
1419
|
};
|
|
1428
1420
|
options: {
|
|
1429
|
-
type: import("vue").PropType<import("
|
|
1430
|
-
default: () => import("
|
|
1421
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
1422
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1431
1423
|
};
|
|
1432
1424
|
searchValue: {
|
|
1433
1425
|
type: StringConstructor;
|
|
@@ -1437,7 +1429,7 @@ export declare const UAutoComplete: {
|
|
|
1437
1429
|
default: boolean;
|
|
1438
1430
|
};
|
|
1439
1431
|
values: {
|
|
1440
|
-
type: import("vue").PropType<import("
|
|
1432
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
1441
1433
|
};
|
|
1442
1434
|
open: {
|
|
1443
1435
|
type: BooleanConstructor;
|
|
@@ -1470,7 +1462,7 @@ export declare const UAutoComplete: {
|
|
|
1470
1462
|
default: number;
|
|
1471
1463
|
};
|
|
1472
1464
|
width: {
|
|
1473
|
-
type: import("vue").PropType<number | "
|
|
1465
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
1474
1466
|
default: string;
|
|
1475
1467
|
};
|
|
1476
1468
|
direction: {
|
|
@@ -1498,27 +1490,25 @@ export declare const UAutoComplete: {
|
|
|
1498
1490
|
selectAllText: import("vue").ComputedRef<string>;
|
|
1499
1491
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
1500
1492
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
1501
|
-
onSelectValue: (item: import("
|
|
1493
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
1502
1494
|
onKeydown: (e: KeyboardEvent) => void;
|
|
1503
1495
|
scrollTop: (index: number) => void;
|
|
1504
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1505
|
-
[key: string]: any;
|
|
1506
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1496
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1507
1497
|
[key: string]: any;
|
|
1508
1498
|
}>;
|
|
1509
1499
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
1510
|
-
isItemSelected: (item: import("
|
|
1511
|
-
isItemDisabled: (item: import("
|
|
1500
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1501
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1512
1502
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
1513
1503
|
onScrollAtTop: () => void;
|
|
1514
1504
|
onScrollAtBottom: () => void;
|
|
1515
1505
|
handleSelectAllChange: (status: boolean) => void;
|
|
1516
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
1506
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
1517
1507
|
direction: "ltr" | "rtl";
|
|
1518
1508
|
size: string;
|
|
1519
1509
|
width: number | "container" | "auto";
|
|
1520
1510
|
virtual: boolean;
|
|
1521
|
-
options: import("
|
|
1511
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1522
1512
|
multiple: boolean;
|
|
1523
1513
|
open: boolean;
|
|
1524
1514
|
defaultActiveFirst: boolean;
|
|
@@ -1577,8 +1567,8 @@ export declare const UAutoComplete: {
|
|
|
1577
1567
|
}>, {
|
|
1578
1568
|
state: {
|
|
1579
1569
|
dragging: boolean;
|
|
1580
|
-
pageY: number;
|
|
1581
|
-
startTop: number;
|
|
1570
|
+
pageY: number | null;
|
|
1571
|
+
startTop: number | null;
|
|
1582
1572
|
visible: boolean;
|
|
1583
1573
|
mouseOver: boolean;
|
|
1584
1574
|
};
|
|
@@ -1630,8 +1620,8 @@ export declare const UAutoComplete: {
|
|
|
1630
1620
|
}>, {
|
|
1631
1621
|
state: {
|
|
1632
1622
|
dragging: boolean;
|
|
1633
|
-
pageY: number;
|
|
1634
|
-
startTop: number;
|
|
1623
|
+
pageY: number | null;
|
|
1624
|
+
startTop: number | null;
|
|
1635
1625
|
visible: boolean;
|
|
1636
1626
|
mouseOver: boolean;
|
|
1637
1627
|
};
|
|
@@ -1676,8 +1666,8 @@ export declare const UAutoComplete: {
|
|
|
1676
1666
|
}>, {
|
|
1677
1667
|
state: {
|
|
1678
1668
|
dragging: boolean;
|
|
1679
|
-
pageY: number;
|
|
1680
|
-
startTop: number;
|
|
1669
|
+
pageY: number | null;
|
|
1670
|
+
startTop: number | null;
|
|
1681
1671
|
visible: boolean;
|
|
1682
1672
|
mouseOver: boolean;
|
|
1683
1673
|
};
|
|
@@ -1729,8 +1719,8 @@ export declare const UAutoComplete: {
|
|
|
1729
1719
|
}>, {
|
|
1730
1720
|
state: {
|
|
1731
1721
|
dragging: boolean;
|
|
1732
|
-
pageY: number;
|
|
1733
|
-
startTop: number;
|
|
1722
|
+
pageY: number | null;
|
|
1723
|
+
startTop: number | null;
|
|
1734
1724
|
visible: boolean;
|
|
1735
1725
|
mouseOver: boolean;
|
|
1736
1726
|
};
|
|
@@ -1825,9 +1815,7 @@ export declare const UAutoComplete: {
|
|
|
1825
1815
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1826
1816
|
ListItem: {
|
|
1827
1817
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1828
|
-
slots:
|
|
1829
|
-
[name: string]: import("vue").Slot<any>;
|
|
1830
|
-
}>;
|
|
1818
|
+
slots: import("vue").Slots;
|
|
1831
1819
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1832
1820
|
[key: string]: any;
|
|
1833
1821
|
}>;
|
|
@@ -1860,8 +1848,8 @@ export declare const UAutoComplete: {
|
|
|
1860
1848
|
}>, {
|
|
1861
1849
|
state: {
|
|
1862
1850
|
dragging: boolean;
|
|
1863
|
-
pageY: number;
|
|
1864
|
-
startTop: number;
|
|
1851
|
+
pageY: number | null;
|
|
1852
|
+
startTop: number | null;
|
|
1865
1853
|
visible: boolean;
|
|
1866
1854
|
mouseOver: boolean;
|
|
1867
1855
|
};
|
|
@@ -1961,8 +1949,8 @@ export declare const UAutoComplete: {
|
|
|
1961
1949
|
}>, {
|
|
1962
1950
|
state: {
|
|
1963
1951
|
dragging: boolean;
|
|
1964
|
-
pageY: number;
|
|
1965
|
-
startTop: number;
|
|
1952
|
+
pageY: number | null;
|
|
1953
|
+
startTop: number | null;
|
|
1966
1954
|
visible: boolean;
|
|
1967
1955
|
mouseOver: boolean;
|
|
1968
1956
|
};
|
|
@@ -2014,8 +2002,8 @@ export declare const UAutoComplete: {
|
|
|
2014
2002
|
}>, {
|
|
2015
2003
|
state: {
|
|
2016
2004
|
dragging: boolean;
|
|
2017
|
-
pageY: number;
|
|
2018
|
-
startTop: number;
|
|
2005
|
+
pageY: number | null;
|
|
2006
|
+
startTop: number | null;
|
|
2019
2007
|
visible: boolean;
|
|
2020
2008
|
mouseOver: boolean;
|
|
2021
2009
|
};
|
|
@@ -2060,8 +2048,8 @@ export declare const UAutoComplete: {
|
|
|
2060
2048
|
}>, {
|
|
2061
2049
|
state: {
|
|
2062
2050
|
dragging: boolean;
|
|
2063
|
-
pageY: number;
|
|
2064
|
-
startTop: number;
|
|
2051
|
+
pageY: number | null;
|
|
2052
|
+
startTop: number | null;
|
|
2065
2053
|
visible: boolean;
|
|
2066
2054
|
mouseOver: boolean;
|
|
2067
2055
|
};
|
|
@@ -2113,8 +2101,8 @@ export declare const UAutoComplete: {
|
|
|
2113
2101
|
}>, {
|
|
2114
2102
|
state: {
|
|
2115
2103
|
dragging: boolean;
|
|
2116
|
-
pageY: number;
|
|
2117
|
-
startTop: number;
|
|
2104
|
+
pageY: number | null;
|
|
2105
|
+
startTop: number | null;
|
|
2118
2106
|
visible: boolean;
|
|
2119
2107
|
mouseOver: boolean;
|
|
2120
2108
|
};
|
|
@@ -2206,8 +2194,8 @@ export declare const UAutoComplete: {
|
|
|
2206
2194
|
}>, {
|
|
2207
2195
|
state: {
|
|
2208
2196
|
dragging: boolean;
|
|
2209
|
-
pageY: number;
|
|
2210
|
-
startTop: number;
|
|
2197
|
+
pageY: number | null;
|
|
2198
|
+
startTop: number | null;
|
|
2211
2199
|
visible: boolean;
|
|
2212
2200
|
mouseOver: boolean;
|
|
2213
2201
|
};
|
|
@@ -2259,8 +2247,8 @@ export declare const UAutoComplete: {
|
|
|
2259
2247
|
}>, {
|
|
2260
2248
|
state: {
|
|
2261
2249
|
dragging: boolean;
|
|
2262
|
-
pageY: number;
|
|
2263
|
-
startTop: number;
|
|
2250
|
+
pageY: number | null;
|
|
2251
|
+
startTop: number | null;
|
|
2264
2252
|
visible: boolean;
|
|
2265
2253
|
mouseOver: boolean;
|
|
2266
2254
|
};
|
|
@@ -2305,8 +2293,8 @@ export declare const UAutoComplete: {
|
|
|
2305
2293
|
}>, {
|
|
2306
2294
|
state: {
|
|
2307
2295
|
dragging: boolean;
|
|
2308
|
-
pageY: number;
|
|
2309
|
-
startTop: number;
|
|
2296
|
+
pageY: number | null;
|
|
2297
|
+
startTop: number | null;
|
|
2310
2298
|
visible: boolean;
|
|
2311
2299
|
mouseOver: boolean;
|
|
2312
2300
|
};
|
|
@@ -2358,8 +2346,8 @@ export declare const UAutoComplete: {
|
|
|
2358
2346
|
}>, {
|
|
2359
2347
|
state: {
|
|
2360
2348
|
dragging: boolean;
|
|
2361
|
-
pageY: number;
|
|
2362
|
-
startTop: number;
|
|
2349
|
+
pageY: number | null;
|
|
2350
|
+
startTop: number | null;
|
|
2363
2351
|
visible: boolean;
|
|
2364
2352
|
mouseOver: boolean;
|
|
2365
2353
|
};
|
|
@@ -2454,9 +2442,7 @@ export declare const UAutoComplete: {
|
|
|
2454
2442
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2455
2443
|
ListItem: {
|
|
2456
2444
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
2457
|
-
slots:
|
|
2458
|
-
[name: string]: import("vue").Slot<any>;
|
|
2459
|
-
}>;
|
|
2445
|
+
slots: import("vue").Slots;
|
|
2460
2446
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2461
2447
|
[key: string]: any;
|
|
2462
2448
|
}>;
|
|
@@ -2489,8 +2475,8 @@ export declare const UAutoComplete: {
|
|
|
2489
2475
|
}>, {
|
|
2490
2476
|
state: {
|
|
2491
2477
|
dragging: boolean;
|
|
2492
|
-
pageY: number;
|
|
2493
|
-
startTop: number;
|
|
2478
|
+
pageY: number | null;
|
|
2479
|
+
startTop: number | null;
|
|
2494
2480
|
visible: boolean;
|
|
2495
2481
|
mouseOver: boolean;
|
|
2496
2482
|
};
|
|
@@ -2533,7 +2519,7 @@ export declare const UAutoComplete: {
|
|
|
2533
2519
|
scrollHeight: number;
|
|
2534
2520
|
count: number;
|
|
2535
2521
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2536
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2522
|
+
} & 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>);
|
|
2537
2523
|
Render: {
|
|
2538
2524
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
2539
2525
|
props: {
|
|
@@ -2556,7 +2542,7 @@ export declare const UAutoComplete: {
|
|
|
2556
2542
|
default: string;
|
|
2557
2543
|
};
|
|
2558
2544
|
icon: {
|
|
2559
|
-
type: import("vue").PropType<import("
|
|
2545
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2560
2546
|
};
|
|
2561
2547
|
}>> & Readonly<{
|
|
2562
2548
|
onClick?: (ev: Event) => any;
|
|
@@ -2603,7 +2589,7 @@ export declare const UAutoComplete: {
|
|
|
2603
2589
|
default: string;
|
|
2604
2590
|
};
|
|
2605
2591
|
icon: {
|
|
2606
|
-
type: import("vue").PropType<import("
|
|
2592
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2607
2593
|
};
|
|
2608
2594
|
}>> & Readonly<{
|
|
2609
2595
|
onClick?: (ev: Event) => any;
|
|
@@ -2645,7 +2631,7 @@ export declare const UAutoComplete: {
|
|
|
2645
2631
|
default: string;
|
|
2646
2632
|
};
|
|
2647
2633
|
icon: {
|
|
2648
|
-
type: import("vue").PropType<import("
|
|
2634
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2649
2635
|
};
|
|
2650
2636
|
}>> & Readonly<{
|
|
2651
2637
|
onClick?: (ev: Event) => any;
|
|
@@ -2672,7 +2658,7 @@ export declare const UAutoComplete: {
|
|
|
2672
2658
|
}, string, {
|
|
2673
2659
|
color: string;
|
|
2674
2660
|
spin: boolean;
|
|
2675
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2661
|
+
}, {}, 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>);
|
|
2676
2662
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2677
2663
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2678
2664
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2690,8 +2676,8 @@ export declare const UAutoComplete: {
|
|
|
2690
2676
|
type: StringConstructor;
|
|
2691
2677
|
};
|
|
2692
2678
|
options: {
|
|
2693
|
-
type: import("vue").PropType<import("
|
|
2694
|
-
default: () => import("
|
|
2679
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
2680
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
2695
2681
|
};
|
|
2696
2682
|
searchValue: {
|
|
2697
2683
|
type: StringConstructor;
|
|
@@ -2701,7 +2687,7 @@ export declare const UAutoComplete: {
|
|
|
2701
2687
|
default: boolean;
|
|
2702
2688
|
};
|
|
2703
2689
|
values: {
|
|
2704
|
-
type: import("vue").PropType<import("
|
|
2690
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
2705
2691
|
};
|
|
2706
2692
|
open: {
|
|
2707
2693
|
type: BooleanConstructor;
|
|
@@ -2734,7 +2720,7 @@ export declare const UAutoComplete: {
|
|
|
2734
2720
|
default: number;
|
|
2735
2721
|
};
|
|
2736
2722
|
width: {
|
|
2737
|
-
type: import("vue").PropType<number | "
|
|
2723
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
2738
2724
|
default: string;
|
|
2739
2725
|
};
|
|
2740
2726
|
direction: {
|
|
@@ -2762,17 +2748,15 @@ export declare const UAutoComplete: {
|
|
|
2762
2748
|
selectAllText: import("vue").ComputedRef<string>;
|
|
2763
2749
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
2764
2750
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
2765
|
-
onSelectValue: (item: import("
|
|
2751
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
2766
2752
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2767
2753
|
scrollTop: (index: number) => void;
|
|
2768
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2769
|
-
[key: string]: any;
|
|
2770
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2754
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2771
2755
|
[key: string]: any;
|
|
2772
2756
|
}>;
|
|
2773
2757
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
2774
|
-
isItemSelected: (item: import("
|
|
2775
|
-
isItemDisabled: (item: import("
|
|
2758
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
2759
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
2776
2760
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
2777
2761
|
onScrollAtTop: () => void;
|
|
2778
2762
|
onScrollAtBottom: () => void;
|
|
@@ -2782,7 +2766,7 @@ export declare const UAutoComplete: {
|
|
|
2782
2766
|
size: string;
|
|
2783
2767
|
width: number | "container" | "auto";
|
|
2784
2768
|
virtual: boolean;
|
|
2785
|
-
options: import("
|
|
2769
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
2786
2770
|
multiple: boolean;
|
|
2787
2771
|
open: boolean;
|
|
2788
2772
|
defaultActiveFirst: boolean;
|
|
@@ -2794,8 +2778,8 @@ export declare const UAutoComplete: {
|
|
|
2794
2778
|
rawValue: import("vue").ComputedRef<string[]>;
|
|
2795
2779
|
stateOpen: import("vue").Ref<boolean, boolean>;
|
|
2796
2780
|
containerWidth: import("vue").Ref<number, number>;
|
|
2797
|
-
displayOptions: import("vue").ComputedRef<import("
|
|
2798
|
-
onInputChange: (value: import("
|
|
2781
|
+
displayOptions: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
2782
|
+
onInputChange: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
2799
2783
|
onInputFocus: (arg: any) => void;
|
|
2800
2784
|
onInputBlur: (arg: any) => void;
|
|
2801
2785
|
onInputKeydown: (e: Event) => void;
|
|
@@ -2814,7 +2798,7 @@ export declare const UAutoComplete: {
|
|
|
2814
2798
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2815
2799
|
loading: boolean;
|
|
2816
2800
|
required: boolean;
|
|
2817
|
-
size: "
|
|
2801
|
+
size: "default" | "small" | "large";
|
|
2818
2802
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
2819
2803
|
disabled: boolean;
|
|
2820
2804
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -2840,7 +2824,7 @@ export declare const UAutoComplete: {
|
|
|
2840
2824
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
2841
2825
|
};
|
|
2842
2826
|
placement: {
|
|
2843
|
-
type: import("vue").PropType<"
|
|
2827
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2844
2828
|
default: string;
|
|
2845
2829
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2846
2830
|
};
|
|
@@ -2862,8 +2846,8 @@ export declare const UAutoComplete: {
|
|
|
2862
2846
|
type: StringConstructor;
|
|
2863
2847
|
};
|
|
2864
2848
|
trigger: {
|
|
2865
|
-
type: import("vue").PropType<("
|
|
2866
|
-
default: () => ("
|
|
2849
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
2850
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2867
2851
|
};
|
|
2868
2852
|
mouseEnterDelay: {
|
|
2869
2853
|
type: NumberConstructor;
|
|
@@ -2931,7 +2915,7 @@ export declare const UAutoComplete: {
|
|
|
2931
2915
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
2932
2916
|
};
|
|
2933
2917
|
placement: {
|
|
2934
|
-
type: import("vue").PropType<"
|
|
2918
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2935
2919
|
default: string;
|
|
2936
2920
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2937
2921
|
};
|
|
@@ -2953,8 +2937,8 @@ export declare const UAutoComplete: {
|
|
|
2953
2937
|
type: StringConstructor;
|
|
2954
2938
|
};
|
|
2955
2939
|
trigger: {
|
|
2956
|
-
type: import("vue").PropType<("
|
|
2957
|
-
default: () => ("
|
|
2940
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
2941
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
2958
2942
|
};
|
|
2959
2943
|
mouseEnterDelay: {
|
|
2960
2944
|
type: NumberConstructor;
|
|
@@ -3022,7 +3006,7 @@ export declare const UAutoComplete: {
|
|
|
3022
3006
|
UInput: {
|
|
3023
3007
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3024
3008
|
type: {
|
|
3025
|
-
type: import("vue").PropType<"
|
|
3009
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
3026
3010
|
default: string;
|
|
3027
3011
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3028
3012
|
};
|
|
@@ -3035,9 +3019,9 @@ export declare const UAutoComplete: {
|
|
|
3035
3019
|
type: (StringConstructor | NumberConstructor)[];
|
|
3036
3020
|
};
|
|
3037
3021
|
size: {
|
|
3038
|
-
type: import("vue").PropType<"
|
|
3022
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3039
3023
|
default: string;
|
|
3040
|
-
validator: (val: "
|
|
3024
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3041
3025
|
};
|
|
3042
3026
|
placeholder: {
|
|
3043
3027
|
type: StringConstructor;
|
|
@@ -3051,7 +3035,7 @@ export declare const UAutoComplete: {
|
|
|
3051
3035
|
default: boolean;
|
|
3052
3036
|
};
|
|
3053
3037
|
autosize: {
|
|
3054
|
-
type: import("vue").PropType<boolean | import("
|
|
3038
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
3055
3039
|
default: boolean;
|
|
3056
3040
|
};
|
|
3057
3041
|
rows: {
|
|
@@ -3086,10 +3070,10 @@ export declare const UAutoComplete: {
|
|
|
3086
3070
|
default: string;
|
|
3087
3071
|
};
|
|
3088
3072
|
prefixIcon: {
|
|
3089
|
-
type: import("vue").PropType<import("
|
|
3073
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3090
3074
|
};
|
|
3091
3075
|
suffixIcon: {
|
|
3092
|
-
type: import("vue").PropType<import("
|
|
3076
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3093
3077
|
};
|
|
3094
3078
|
showWordLimit: {
|
|
3095
3079
|
type: BooleanConstructor;
|
|
@@ -3138,13 +3122,13 @@ export declare const UAutoComplete: {
|
|
|
3138
3122
|
type: NumberConstructor;
|
|
3139
3123
|
};
|
|
3140
3124
|
}>> & Readonly<{
|
|
3141
|
-
|
|
3142
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
3125
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3143
3126
|
onClear?: (ev: Event) => any;
|
|
3127
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3144
3128
|
onFocus?: (ev: Event) => any;
|
|
3145
3129
|
onBlur?: (ev: Event) => any;
|
|
3146
3130
|
onEnter?: (ev: Event) => any;
|
|
3147
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3131
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3148
3132
|
onKeydown?: (ev: Event) => any;
|
|
3149
3133
|
onKeypress?: (ev: Event) => any;
|
|
3150
3134
|
onKeyup?: (ev: Event) => any;
|
|
@@ -3176,7 +3160,7 @@ export declare const UAutoComplete: {
|
|
|
3176
3160
|
handleBlur: (event: any) => void;
|
|
3177
3161
|
handleComposition: (event: any) => void;
|
|
3178
3162
|
handleInput: (event: any) => void;
|
|
3179
|
-
setStateValue: (value: import("
|
|
3163
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
3180
3164
|
resizeTextarea: () => void;
|
|
3181
3165
|
focus: () => void;
|
|
3182
3166
|
select: () => void;
|
|
@@ -3185,9 +3169,9 @@ export declare const UAutoComplete: {
|
|
|
3185
3169
|
handleToggleShowPassword: () => void;
|
|
3186
3170
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3187
3171
|
enter: (ev: Event) => boolean;
|
|
3188
|
-
search: (v: import("
|
|
3189
|
-
change: (v: import("
|
|
3190
|
-
'update:modelValue': (v: import("
|
|
3172
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3173
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3174
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3191
3175
|
clear: (ev: Event) => boolean;
|
|
3192
3176
|
keydown: (ev: Event) => boolean;
|
|
3193
3177
|
keypress: (ev: Event) => boolean;
|
|
@@ -3196,13 +3180,13 @@ export declare const UAutoComplete: {
|
|
|
3196
3180
|
blur: (ev: Event) => boolean;
|
|
3197
3181
|
}, import("vue").PublicProps, {
|
|
3198
3182
|
type: "number" | "text" | "textarea" | "password";
|
|
3199
|
-
search: boolean;
|
|
3200
3183
|
required: boolean;
|
|
3201
|
-
size: "
|
|
3184
|
+
size: "default" | "small" | "large";
|
|
3185
|
+
search: boolean;
|
|
3202
3186
|
disabled: boolean;
|
|
3203
3187
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
3204
3188
|
placeholder: string;
|
|
3205
|
-
autosize: boolean | import("
|
|
3189
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
3206
3190
|
rows: number;
|
|
3207
3191
|
readonly: boolean;
|
|
3208
3192
|
autofocus: boolean;
|
|
@@ -3233,7 +3217,7 @@ export declare const UAutoComplete: {
|
|
|
3233
3217
|
default: string;
|
|
3234
3218
|
};
|
|
3235
3219
|
icon: {
|
|
3236
|
-
type: import("vue").PropType<import("
|
|
3220
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3237
3221
|
};
|
|
3238
3222
|
}>> & Readonly<{
|
|
3239
3223
|
onClick?: (ev: Event) => any;
|
|
@@ -3280,7 +3264,7 @@ export declare const UAutoComplete: {
|
|
|
3280
3264
|
default: string;
|
|
3281
3265
|
};
|
|
3282
3266
|
icon: {
|
|
3283
|
-
type: import("vue").PropType<import("
|
|
3267
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3284
3268
|
};
|
|
3285
3269
|
}>> & Readonly<{
|
|
3286
3270
|
onClick?: (ev: Event) => any;
|
|
@@ -3322,7 +3306,7 @@ export declare const UAutoComplete: {
|
|
|
3322
3306
|
default: string;
|
|
3323
3307
|
};
|
|
3324
3308
|
icon: {
|
|
3325
|
-
type: import("vue").PropType<import("
|
|
3309
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3326
3310
|
};
|
|
3327
3311
|
}>> & Readonly<{
|
|
3328
3312
|
onClick?: (ev: Event) => any;
|
|
@@ -3349,7 +3333,7 @@ export declare const UAutoComplete: {
|
|
|
3349
3333
|
}, string, {
|
|
3350
3334
|
color: string;
|
|
3351
3335
|
spin: boolean;
|
|
3352
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3336
|
+
}, {}, 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>);
|
|
3353
3337
|
Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3354
3338
|
CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3355
3339
|
Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -3363,7 +3347,7 @@ export declare const UAutoComplete: {
|
|
|
3363
3347
|
Defaults: {};
|
|
3364
3348
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3365
3349
|
type: {
|
|
3366
|
-
type: import("vue").PropType<"
|
|
3350
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
3367
3351
|
default: string;
|
|
3368
3352
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3369
3353
|
};
|
|
@@ -3376,9 +3360,9 @@ export declare const UAutoComplete: {
|
|
|
3376
3360
|
type: (StringConstructor | NumberConstructor)[];
|
|
3377
3361
|
};
|
|
3378
3362
|
size: {
|
|
3379
|
-
type: import("vue").PropType<"
|
|
3363
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3380
3364
|
default: string;
|
|
3381
|
-
validator: (val: "
|
|
3365
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3382
3366
|
};
|
|
3383
3367
|
placeholder: {
|
|
3384
3368
|
type: StringConstructor;
|
|
@@ -3392,7 +3376,7 @@ export declare const UAutoComplete: {
|
|
|
3392
3376
|
default: boolean;
|
|
3393
3377
|
};
|
|
3394
3378
|
autosize: {
|
|
3395
|
-
type: import("vue").PropType<boolean | import("
|
|
3379
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
3396
3380
|
default: boolean;
|
|
3397
3381
|
};
|
|
3398
3382
|
rows: {
|
|
@@ -3427,10 +3411,10 @@ export declare const UAutoComplete: {
|
|
|
3427
3411
|
default: string;
|
|
3428
3412
|
};
|
|
3429
3413
|
prefixIcon: {
|
|
3430
|
-
type: import("vue").PropType<import("
|
|
3414
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3431
3415
|
};
|
|
3432
3416
|
suffixIcon: {
|
|
3433
|
-
type: import("vue").PropType<import("
|
|
3417
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3434
3418
|
};
|
|
3435
3419
|
showWordLimit: {
|
|
3436
3420
|
type: BooleanConstructor;
|
|
@@ -3479,13 +3463,13 @@ export declare const UAutoComplete: {
|
|
|
3479
3463
|
type: NumberConstructor;
|
|
3480
3464
|
};
|
|
3481
3465
|
}>> & Readonly<{
|
|
3482
|
-
|
|
3483
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
3466
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3484
3467
|
onClear?: (ev: Event) => any;
|
|
3468
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3485
3469
|
onFocus?: (ev: Event) => any;
|
|
3486
3470
|
onBlur?: (ev: Event) => any;
|
|
3487
3471
|
onEnter?: (ev: Event) => any;
|
|
3488
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3472
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3489
3473
|
onKeydown?: (ev: Event) => any;
|
|
3490
3474
|
onKeypress?: (ev: Event) => any;
|
|
3491
3475
|
onKeyup?: (ev: Event) => any;
|
|
@@ -3517,7 +3501,7 @@ export declare const UAutoComplete: {
|
|
|
3517
3501
|
handleBlur: (event: any) => void;
|
|
3518
3502
|
handleComposition: (event: any) => void;
|
|
3519
3503
|
handleInput: (event: any) => void;
|
|
3520
|
-
setStateValue: (value: import("
|
|
3504
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
3521
3505
|
resizeTextarea: () => void;
|
|
3522
3506
|
focus: () => void;
|
|
3523
3507
|
select: () => void;
|
|
@@ -3526,13 +3510,13 @@ export declare const UAutoComplete: {
|
|
|
3526
3510
|
handleToggleShowPassword: () => void;
|
|
3527
3511
|
}, {}, {}, {}, {
|
|
3528
3512
|
type: "number" | "text" | "textarea" | "password";
|
|
3529
|
-
search: boolean;
|
|
3530
3513
|
required: boolean;
|
|
3531
|
-
size: "
|
|
3514
|
+
size: "default" | "small" | "large";
|
|
3515
|
+
search: boolean;
|
|
3532
3516
|
disabled: boolean;
|
|
3533
3517
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
3534
3518
|
placeholder: string;
|
|
3535
|
-
autosize: boolean | import("
|
|
3519
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
3536
3520
|
rows: number;
|
|
3537
3521
|
readonly: boolean;
|
|
3538
3522
|
autofocus: boolean;
|
|
@@ -3554,7 +3538,7 @@ export declare const UAutoComplete: {
|
|
|
3554
3538
|
__isSuspense?: never;
|
|
3555
3539
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3556
3540
|
type: {
|
|
3557
|
-
type: import("vue").PropType<"
|
|
3541
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
3558
3542
|
default: string;
|
|
3559
3543
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3560
3544
|
};
|
|
@@ -3567,9 +3551,9 @@ export declare const UAutoComplete: {
|
|
|
3567
3551
|
type: (StringConstructor | NumberConstructor)[];
|
|
3568
3552
|
};
|
|
3569
3553
|
size: {
|
|
3570
|
-
type: import("vue").PropType<"
|
|
3554
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3571
3555
|
default: string;
|
|
3572
|
-
validator: (val: "
|
|
3556
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3573
3557
|
};
|
|
3574
3558
|
placeholder: {
|
|
3575
3559
|
type: StringConstructor;
|
|
@@ -3583,7 +3567,7 @@ export declare const UAutoComplete: {
|
|
|
3583
3567
|
default: boolean;
|
|
3584
3568
|
};
|
|
3585
3569
|
autosize: {
|
|
3586
|
-
type: import("vue").PropType<boolean | import("
|
|
3570
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
3587
3571
|
default: boolean;
|
|
3588
3572
|
};
|
|
3589
3573
|
rows: {
|
|
@@ -3618,10 +3602,10 @@ export declare const UAutoComplete: {
|
|
|
3618
3602
|
default: string;
|
|
3619
3603
|
};
|
|
3620
3604
|
prefixIcon: {
|
|
3621
|
-
type: import("vue").PropType<import("
|
|
3605
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3622
3606
|
};
|
|
3623
3607
|
suffixIcon: {
|
|
3624
|
-
type: import("vue").PropType<import("
|
|
3608
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3625
3609
|
};
|
|
3626
3610
|
showWordLimit: {
|
|
3627
3611
|
type: BooleanConstructor;
|
|
@@ -3670,13 +3654,13 @@ export declare const UAutoComplete: {
|
|
|
3670
3654
|
type: NumberConstructor;
|
|
3671
3655
|
};
|
|
3672
3656
|
}>> & Readonly<{
|
|
3673
|
-
|
|
3674
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
3657
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3675
3658
|
onClear?: (ev: Event) => any;
|
|
3659
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3676
3660
|
onFocus?: (ev: Event) => any;
|
|
3677
3661
|
onBlur?: (ev: Event) => any;
|
|
3678
3662
|
onEnter?: (ev: Event) => any;
|
|
3679
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3663
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3680
3664
|
onKeydown?: (ev: Event) => any;
|
|
3681
3665
|
onKeypress?: (ev: Event) => any;
|
|
3682
3666
|
onKeyup?: (ev: Event) => any;
|
|
@@ -3708,7 +3692,7 @@ export declare const UAutoComplete: {
|
|
|
3708
3692
|
handleBlur: (event: any) => void;
|
|
3709
3693
|
handleComposition: (event: any) => void;
|
|
3710
3694
|
handleInput: (event: any) => void;
|
|
3711
|
-
setStateValue: (value: import("
|
|
3695
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
3712
3696
|
resizeTextarea: () => void;
|
|
3713
3697
|
focus: () => void;
|
|
3714
3698
|
select: () => void;
|
|
@@ -3717,9 +3701,9 @@ export declare const UAutoComplete: {
|
|
|
3717
3701
|
handleToggleShowPassword: () => void;
|
|
3718
3702
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3719
3703
|
enter: (ev: Event) => boolean;
|
|
3720
|
-
search: (v: import("
|
|
3721
|
-
change: (v: import("
|
|
3722
|
-
'update:modelValue': (v: import("
|
|
3704
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3705
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3706
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3723
3707
|
clear: (ev: Event) => boolean;
|
|
3724
3708
|
keydown: (ev: Event) => boolean;
|
|
3725
3709
|
keypress: (ev: Event) => boolean;
|
|
@@ -3728,13 +3712,13 @@ export declare const UAutoComplete: {
|
|
|
3728
3712
|
blur: (ev: Event) => boolean;
|
|
3729
3713
|
}, string, {
|
|
3730
3714
|
type: "number" | "text" | "textarea" | "password";
|
|
3731
|
-
search: boolean;
|
|
3732
3715
|
required: boolean;
|
|
3733
|
-
size: "
|
|
3716
|
+
size: "default" | "small" | "large";
|
|
3717
|
+
search: boolean;
|
|
3734
3718
|
disabled: boolean;
|
|
3735
3719
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
3736
3720
|
placeholder: string;
|
|
3737
|
-
autosize: boolean | import("
|
|
3721
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
3738
3722
|
rows: number;
|
|
3739
3723
|
readonly: boolean;
|
|
3740
3724
|
autofocus: boolean;
|
|
@@ -3765,7 +3749,7 @@ export declare const UAutoComplete: {
|
|
|
3765
3749
|
default: string;
|
|
3766
3750
|
};
|
|
3767
3751
|
icon: {
|
|
3768
|
-
type: import("vue").PropType<import("
|
|
3752
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3769
3753
|
};
|
|
3770
3754
|
}>> & Readonly<{
|
|
3771
3755
|
onClick?: (ev: Event) => any;
|
|
@@ -3812,7 +3796,7 @@ export declare const UAutoComplete: {
|
|
|
3812
3796
|
default: string;
|
|
3813
3797
|
};
|
|
3814
3798
|
icon: {
|
|
3815
|
-
type: import("vue").PropType<import("
|
|
3799
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3816
3800
|
};
|
|
3817
3801
|
}>> & Readonly<{
|
|
3818
3802
|
onClick?: (ev: Event) => any;
|
|
@@ -3854,7 +3838,7 @@ export declare const UAutoComplete: {
|
|
|
3854
3838
|
default: string;
|
|
3855
3839
|
};
|
|
3856
3840
|
icon: {
|
|
3857
|
-
type: import("vue").PropType<import("
|
|
3841
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3858
3842
|
};
|
|
3859
3843
|
}>> & Readonly<{
|
|
3860
3844
|
onClick?: (ev: Event) => any;
|
|
@@ -3881,12 +3865,12 @@ export declare const UAutoComplete: {
|
|
|
3881
3865
|
}, string, {
|
|
3882
3866
|
color: string;
|
|
3883
3867
|
spin: boolean;
|
|
3884
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3868
|
+
}, {}, 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>);
|
|
3885
3869
|
Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3886
3870
|
CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3887
3871
|
Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3888
3872
|
EyeOff: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3889
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3873
|
+
} & 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>);
|
|
3890
3874
|
UIcon: {
|
|
3891
3875
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3892
3876
|
rotate: {
|
|
@@ -3901,7 +3885,7 @@ export declare const UAutoComplete: {
|
|
|
3901
3885
|
default: string;
|
|
3902
3886
|
};
|
|
3903
3887
|
icon: {
|
|
3904
|
-
type: import("vue").PropType<import("
|
|
3888
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3905
3889
|
};
|
|
3906
3890
|
}>> & Readonly<{
|
|
3907
3891
|
onClick?: (ev: Event) => any;
|
|
@@ -3948,7 +3932,7 @@ export declare const UAutoComplete: {
|
|
|
3948
3932
|
default: string;
|
|
3949
3933
|
};
|
|
3950
3934
|
icon: {
|
|
3951
|
-
type: import("vue").PropType<import("
|
|
3935
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3952
3936
|
};
|
|
3953
3937
|
}>> & Readonly<{
|
|
3954
3938
|
onClick?: (ev: Event) => any;
|
|
@@ -3990,7 +3974,7 @@ export declare const UAutoComplete: {
|
|
|
3990
3974
|
default: string;
|
|
3991
3975
|
};
|
|
3992
3976
|
icon: {
|
|
3993
|
-
type: import("vue").PropType<import("
|
|
3977
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3994
3978
|
};
|
|
3995
3979
|
}>> & Readonly<{
|
|
3996
3980
|
onClick?: (ev: Event) => any;
|
|
@@ -4017,7 +4001,7 @@ export declare const UAutoComplete: {
|
|
|
4017
4001
|
}, string, {
|
|
4018
4002
|
color: string;
|
|
4019
4003
|
spin: boolean;
|
|
4020
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4004
|
+
}, {}, 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>);
|
|
4021
4005
|
DropdownMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4022
4006
|
prefixCls: {
|
|
4023
4007
|
type: StringConstructor;
|
|
@@ -4026,8 +4010,8 @@ export declare const UAutoComplete: {
|
|
|
4026
4010
|
type: StringConstructor;
|
|
4027
4011
|
};
|
|
4028
4012
|
options: {
|
|
4029
|
-
type: import("vue").PropType<import("
|
|
4030
|
-
default: () => import("
|
|
4013
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
4014
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4031
4015
|
};
|
|
4032
4016
|
searchValue: {
|
|
4033
4017
|
type: StringConstructor;
|
|
@@ -4037,7 +4021,7 @@ export declare const UAutoComplete: {
|
|
|
4037
4021
|
default: boolean;
|
|
4038
4022
|
};
|
|
4039
4023
|
values: {
|
|
4040
|
-
type: import("vue").PropType<import("
|
|
4024
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
4041
4025
|
};
|
|
4042
4026
|
open: {
|
|
4043
4027
|
type: BooleanConstructor;
|
|
@@ -4070,7 +4054,7 @@ export declare const UAutoComplete: {
|
|
|
4070
4054
|
default: number;
|
|
4071
4055
|
};
|
|
4072
4056
|
width: {
|
|
4073
|
-
type: import("vue").PropType<number | "
|
|
4057
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
4074
4058
|
default: string;
|
|
4075
4059
|
};
|
|
4076
4060
|
direction: {
|
|
@@ -4091,22 +4075,20 @@ export declare const UAutoComplete: {
|
|
|
4091
4075
|
selectAllText: import("vue").ComputedRef<string>;
|
|
4092
4076
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
4093
4077
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
4094
|
-
onSelectValue: (item: import("
|
|
4078
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
4095
4079
|
onKeydown: (e: KeyboardEvent) => void;
|
|
4096
4080
|
scrollTop: (index: number) => void;
|
|
4097
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4098
|
-
[key: string]: any;
|
|
4099
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4081
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4100
4082
|
[key: string]: any;
|
|
4101
4083
|
}>;
|
|
4102
4084
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
4103
|
-
isItemSelected: (item: import("
|
|
4104
|
-
isItemDisabled: (item: import("
|
|
4085
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
4086
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
4105
4087
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
4106
4088
|
onScrollAtTop: () => void;
|
|
4107
4089
|
onScrollAtBottom: () => void;
|
|
4108
4090
|
handleSelectAllChange: (status: boolean) => void;
|
|
4109
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
4091
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], "close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4110
4092
|
prefixCls: {
|
|
4111
4093
|
type: StringConstructor;
|
|
4112
4094
|
};
|
|
@@ -4114,8 +4096,8 @@ export declare const UAutoComplete: {
|
|
|
4114
4096
|
type: StringConstructor;
|
|
4115
4097
|
};
|
|
4116
4098
|
options: {
|
|
4117
|
-
type: import("vue").PropType<import("
|
|
4118
|
-
default: () => import("
|
|
4099
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
4100
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4119
4101
|
};
|
|
4120
4102
|
searchValue: {
|
|
4121
4103
|
type: StringConstructor;
|
|
@@ -4125,7 +4107,7 @@ export declare const UAutoComplete: {
|
|
|
4125
4107
|
default: boolean;
|
|
4126
4108
|
};
|
|
4127
4109
|
values: {
|
|
4128
|
-
type: import("vue").PropType<import("
|
|
4110
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
4129
4111
|
};
|
|
4130
4112
|
open: {
|
|
4131
4113
|
type: BooleanConstructor;
|
|
@@ -4158,7 +4140,7 @@ export declare const UAutoComplete: {
|
|
|
4158
4140
|
default: number;
|
|
4159
4141
|
};
|
|
4160
4142
|
width: {
|
|
4161
|
-
type: import("vue").PropType<number | "
|
|
4143
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
4162
4144
|
default: string;
|
|
4163
4145
|
};
|
|
4164
4146
|
direction: {
|
|
@@ -4181,7 +4163,7 @@ export declare const UAutoComplete: {
|
|
|
4181
4163
|
size: string;
|
|
4182
4164
|
width: number | "container" | "auto";
|
|
4183
4165
|
virtual: boolean;
|
|
4184
|
-
options: import("
|
|
4166
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4185
4167
|
multiple: boolean;
|
|
4186
4168
|
open: boolean;
|
|
4187
4169
|
defaultActiveFirst: boolean;
|
|
@@ -4240,8 +4222,8 @@ export declare const UAutoComplete: {
|
|
|
4240
4222
|
}>, {
|
|
4241
4223
|
state: {
|
|
4242
4224
|
dragging: boolean;
|
|
4243
|
-
pageY: number;
|
|
4244
|
-
startTop: number;
|
|
4225
|
+
pageY: number | null;
|
|
4226
|
+
startTop: number | null;
|
|
4245
4227
|
visible: boolean;
|
|
4246
4228
|
mouseOver: boolean;
|
|
4247
4229
|
};
|
|
@@ -4293,8 +4275,8 @@ export declare const UAutoComplete: {
|
|
|
4293
4275
|
}>, {
|
|
4294
4276
|
state: {
|
|
4295
4277
|
dragging: boolean;
|
|
4296
|
-
pageY: number;
|
|
4297
|
-
startTop: number;
|
|
4278
|
+
pageY: number | null;
|
|
4279
|
+
startTop: number | null;
|
|
4298
4280
|
visible: boolean;
|
|
4299
4281
|
mouseOver: boolean;
|
|
4300
4282
|
};
|
|
@@ -4339,8 +4321,8 @@ export declare const UAutoComplete: {
|
|
|
4339
4321
|
}>, {
|
|
4340
4322
|
state: {
|
|
4341
4323
|
dragging: boolean;
|
|
4342
|
-
pageY: number;
|
|
4343
|
-
startTop: number;
|
|
4324
|
+
pageY: number | null;
|
|
4325
|
+
startTop: number | null;
|
|
4344
4326
|
visible: boolean;
|
|
4345
4327
|
mouseOver: boolean;
|
|
4346
4328
|
};
|
|
@@ -4392,8 +4374,8 @@ export declare const UAutoComplete: {
|
|
|
4392
4374
|
}>, {
|
|
4393
4375
|
state: {
|
|
4394
4376
|
dragging: boolean;
|
|
4395
|
-
pageY: number;
|
|
4396
|
-
startTop: number;
|
|
4377
|
+
pageY: number | null;
|
|
4378
|
+
startTop: number | null;
|
|
4397
4379
|
visible: boolean;
|
|
4398
4380
|
mouseOver: boolean;
|
|
4399
4381
|
};
|
|
@@ -4488,9 +4470,7 @@ export declare const UAutoComplete: {
|
|
|
4488
4470
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4489
4471
|
ListItem: {
|
|
4490
4472
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
4491
|
-
slots:
|
|
4492
|
-
[name: string]: import("vue").Slot<any>;
|
|
4493
|
-
}>;
|
|
4473
|
+
slots: import("vue").Slots;
|
|
4494
4474
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4495
4475
|
[key: string]: any;
|
|
4496
4476
|
}>;
|
|
@@ -4523,8 +4503,8 @@ export declare const UAutoComplete: {
|
|
|
4523
4503
|
}>, {
|
|
4524
4504
|
state: {
|
|
4525
4505
|
dragging: boolean;
|
|
4526
|
-
pageY: number;
|
|
4527
|
-
startTop: number;
|
|
4506
|
+
pageY: number | null;
|
|
4507
|
+
startTop: number | null;
|
|
4528
4508
|
visible: boolean;
|
|
4529
4509
|
mouseOver: boolean;
|
|
4530
4510
|
};
|
|
@@ -4624,8 +4604,8 @@ export declare const UAutoComplete: {
|
|
|
4624
4604
|
}>, {
|
|
4625
4605
|
state: {
|
|
4626
4606
|
dragging: boolean;
|
|
4627
|
-
pageY: number;
|
|
4628
|
-
startTop: number;
|
|
4607
|
+
pageY: number | null;
|
|
4608
|
+
startTop: number | null;
|
|
4629
4609
|
visible: boolean;
|
|
4630
4610
|
mouseOver: boolean;
|
|
4631
4611
|
};
|
|
@@ -4677,8 +4657,8 @@ export declare const UAutoComplete: {
|
|
|
4677
4657
|
}>, {
|
|
4678
4658
|
state: {
|
|
4679
4659
|
dragging: boolean;
|
|
4680
|
-
pageY: number;
|
|
4681
|
-
startTop: number;
|
|
4660
|
+
pageY: number | null;
|
|
4661
|
+
startTop: number | null;
|
|
4682
4662
|
visible: boolean;
|
|
4683
4663
|
mouseOver: boolean;
|
|
4684
4664
|
};
|
|
@@ -4723,8 +4703,8 @@ export declare const UAutoComplete: {
|
|
|
4723
4703
|
}>, {
|
|
4724
4704
|
state: {
|
|
4725
4705
|
dragging: boolean;
|
|
4726
|
-
pageY: number;
|
|
4727
|
-
startTop: number;
|
|
4706
|
+
pageY: number | null;
|
|
4707
|
+
startTop: number | null;
|
|
4728
4708
|
visible: boolean;
|
|
4729
4709
|
mouseOver: boolean;
|
|
4730
4710
|
};
|
|
@@ -4776,8 +4756,8 @@ export declare const UAutoComplete: {
|
|
|
4776
4756
|
}>, {
|
|
4777
4757
|
state: {
|
|
4778
4758
|
dragging: boolean;
|
|
4779
|
-
pageY: number;
|
|
4780
|
-
startTop: number;
|
|
4759
|
+
pageY: number | null;
|
|
4760
|
+
startTop: number | null;
|
|
4781
4761
|
visible: boolean;
|
|
4782
4762
|
mouseOver: boolean;
|
|
4783
4763
|
};
|
|
@@ -4869,8 +4849,8 @@ export declare const UAutoComplete: {
|
|
|
4869
4849
|
}>, {
|
|
4870
4850
|
state: {
|
|
4871
4851
|
dragging: boolean;
|
|
4872
|
-
pageY: number;
|
|
4873
|
-
startTop: number;
|
|
4852
|
+
pageY: number | null;
|
|
4853
|
+
startTop: number | null;
|
|
4874
4854
|
visible: boolean;
|
|
4875
4855
|
mouseOver: boolean;
|
|
4876
4856
|
};
|
|
@@ -4922,8 +4902,8 @@ export declare const UAutoComplete: {
|
|
|
4922
4902
|
}>, {
|
|
4923
4903
|
state: {
|
|
4924
4904
|
dragging: boolean;
|
|
4925
|
-
pageY: number;
|
|
4926
|
-
startTop: number;
|
|
4905
|
+
pageY: number | null;
|
|
4906
|
+
startTop: number | null;
|
|
4927
4907
|
visible: boolean;
|
|
4928
4908
|
mouseOver: boolean;
|
|
4929
4909
|
};
|
|
@@ -4968,8 +4948,8 @@ export declare const UAutoComplete: {
|
|
|
4968
4948
|
}>, {
|
|
4969
4949
|
state: {
|
|
4970
4950
|
dragging: boolean;
|
|
4971
|
-
pageY: number;
|
|
4972
|
-
startTop: number;
|
|
4951
|
+
pageY: number | null;
|
|
4952
|
+
startTop: number | null;
|
|
4973
4953
|
visible: boolean;
|
|
4974
4954
|
mouseOver: boolean;
|
|
4975
4955
|
};
|
|
@@ -5021,8 +5001,8 @@ export declare const UAutoComplete: {
|
|
|
5021
5001
|
}>, {
|
|
5022
5002
|
state: {
|
|
5023
5003
|
dragging: boolean;
|
|
5024
|
-
pageY: number;
|
|
5025
|
-
startTop: number;
|
|
5004
|
+
pageY: number | null;
|
|
5005
|
+
startTop: number | null;
|
|
5026
5006
|
visible: boolean;
|
|
5027
5007
|
mouseOver: boolean;
|
|
5028
5008
|
};
|
|
@@ -5117,9 +5097,7 @@ export declare const UAutoComplete: {
|
|
|
5117
5097
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5118
5098
|
ListItem: {
|
|
5119
5099
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
5120
|
-
slots:
|
|
5121
|
-
[name: string]: import("vue").Slot<any>;
|
|
5122
|
-
}>;
|
|
5100
|
+
slots: import("vue").Slots;
|
|
5123
5101
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5124
5102
|
[key: string]: any;
|
|
5125
5103
|
}>;
|
|
@@ -5152,8 +5130,8 @@ export declare const UAutoComplete: {
|
|
|
5152
5130
|
}>, {
|
|
5153
5131
|
state: {
|
|
5154
5132
|
dragging: boolean;
|
|
5155
|
-
pageY: number;
|
|
5156
|
-
startTop: number;
|
|
5133
|
+
pageY: number | null;
|
|
5134
|
+
startTop: number | null;
|
|
5157
5135
|
visible: boolean;
|
|
5158
5136
|
mouseOver: boolean;
|
|
5159
5137
|
};
|
|
@@ -5196,7 +5174,7 @@ export declare const UAutoComplete: {
|
|
|
5196
5174
|
scrollHeight: number;
|
|
5197
5175
|
count: number;
|
|
5198
5176
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5199
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5177
|
+
} & 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>);
|
|
5200
5178
|
Render: {
|
|
5201
5179
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
5202
5180
|
props: {
|
|
@@ -5219,7 +5197,7 @@ export declare const UAutoComplete: {
|
|
|
5219
5197
|
default: string;
|
|
5220
5198
|
};
|
|
5221
5199
|
icon: {
|
|
5222
|
-
type: import("vue").PropType<import("
|
|
5200
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5223
5201
|
};
|
|
5224
5202
|
}>> & Readonly<{
|
|
5225
5203
|
onClick?: (ev: Event) => any;
|
|
@@ -5266,7 +5244,7 @@ export declare const UAutoComplete: {
|
|
|
5266
5244
|
default: string;
|
|
5267
5245
|
};
|
|
5268
5246
|
icon: {
|
|
5269
|
-
type: import("vue").PropType<import("
|
|
5247
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5270
5248
|
};
|
|
5271
5249
|
}>> & Readonly<{
|
|
5272
5250
|
onClick?: (ev: Event) => any;
|
|
@@ -5308,7 +5286,7 @@ export declare const UAutoComplete: {
|
|
|
5308
5286
|
default: string;
|
|
5309
5287
|
};
|
|
5310
5288
|
icon: {
|
|
5311
|
-
type: import("vue").PropType<import("
|
|
5289
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5312
5290
|
};
|
|
5313
5291
|
}>> & Readonly<{
|
|
5314
5292
|
onClick?: (ev: Event) => any;
|
|
@@ -5335,7 +5313,7 @@ export declare const UAutoComplete: {
|
|
|
5335
5313
|
}, string, {
|
|
5336
5314
|
color: string;
|
|
5337
5315
|
spin: boolean;
|
|
5338
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5316
|
+
}, {}, 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>);
|
|
5339
5317
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5340
5318
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5341
5319
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5351,7 +5329,7 @@ export declare const UAutoComplete: {
|
|
|
5351
5329
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
5352
5330
|
loading: boolean;
|
|
5353
5331
|
required: boolean;
|
|
5354
|
-
size: "
|
|
5332
|
+
size: "default" | "small" | "large";
|
|
5355
5333
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
5356
5334
|
disabled: boolean;
|
|
5357
5335
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -5373,15 +5351,15 @@ export declare const UAutoComplete: {
|
|
|
5373
5351
|
prefixIcon?: unknown;
|
|
5374
5352
|
suffixIcon?: unknown;
|
|
5375
5353
|
label?: string;
|
|
5376
|
-
options?: import("
|
|
5377
|
-
filterMethod?: import("
|
|
5354
|
+
options?: import("@koi-design/uxd-ui/es/index").SelectOption[];
|
|
5355
|
+
filterMethod?: import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
5378
5356
|
filterProp?: string;
|
|
5379
5357
|
dropdownMenuClass?: string;
|
|
5380
5358
|
notFoundText?: string;
|
|
5381
5359
|
dropdownMenuWidth?: number;
|
|
5382
5360
|
}> & Readonly<{
|
|
5383
|
-
onSearch?: (val: string) => any;
|
|
5384
5361
|
onChange?: (val: string) => any;
|
|
5362
|
+
onSearch?: (val: string) => any;
|
|
5385
5363
|
onFocus?: (ev: Event) => any;
|
|
5386
5364
|
onBlur?: (ev: Event) => any;
|
|
5387
5365
|
"onUpdate:modelValue"?: (val: string) => any;
|
|
@@ -5401,8 +5379,8 @@ export declare const UAutoComplete: {
|
|
|
5401
5379
|
type: StringConstructor;
|
|
5402
5380
|
};
|
|
5403
5381
|
options: {
|
|
5404
|
-
type: import("vue").PropType<import("
|
|
5405
|
-
default: () => import("
|
|
5382
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
5383
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
5406
5384
|
};
|
|
5407
5385
|
searchValue: {
|
|
5408
5386
|
type: StringConstructor;
|
|
@@ -5412,7 +5390,7 @@ export declare const UAutoComplete: {
|
|
|
5412
5390
|
default: boolean;
|
|
5413
5391
|
};
|
|
5414
5392
|
values: {
|
|
5415
|
-
type: import("vue").PropType<import("
|
|
5393
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
5416
5394
|
};
|
|
5417
5395
|
open: {
|
|
5418
5396
|
type: BooleanConstructor;
|
|
@@ -5445,7 +5423,7 @@ export declare const UAutoComplete: {
|
|
|
5445
5423
|
default: number;
|
|
5446
5424
|
};
|
|
5447
5425
|
width: {
|
|
5448
|
-
type: import("vue").PropType<number | "
|
|
5426
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
5449
5427
|
default: string;
|
|
5450
5428
|
};
|
|
5451
5429
|
direction: {
|
|
@@ -5473,27 +5451,25 @@ export declare const UAutoComplete: {
|
|
|
5473
5451
|
selectAllText: import("vue").ComputedRef<string>;
|
|
5474
5452
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
5475
5453
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
5476
|
-
onSelectValue: (item: import("
|
|
5454
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
5477
5455
|
onKeydown: (e: KeyboardEvent) => void;
|
|
5478
5456
|
scrollTop: (index: number) => void;
|
|
5479
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5480
|
-
[key: string]: any;
|
|
5481
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5457
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5482
5458
|
[key: string]: any;
|
|
5483
5459
|
}>;
|
|
5484
5460
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
5485
|
-
isItemSelected: (item: import("
|
|
5486
|
-
isItemDisabled: (item: import("
|
|
5461
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
5462
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
5487
5463
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
5488
5464
|
onScrollAtTop: () => void;
|
|
5489
5465
|
onScrollAtBottom: () => void;
|
|
5490
5466
|
handleSelectAllChange: (status: boolean) => void;
|
|
5491
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
5467
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
5492
5468
|
direction: "ltr" | "rtl";
|
|
5493
5469
|
size: string;
|
|
5494
5470
|
width: number | "container" | "auto";
|
|
5495
5471
|
virtual: boolean;
|
|
5496
|
-
options: import("
|
|
5472
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
5497
5473
|
multiple: boolean;
|
|
5498
5474
|
open: boolean;
|
|
5499
5475
|
defaultActiveFirst: boolean;
|
|
@@ -5552,8 +5528,8 @@ export declare const UAutoComplete: {
|
|
|
5552
5528
|
}>, {
|
|
5553
5529
|
state: {
|
|
5554
5530
|
dragging: boolean;
|
|
5555
|
-
pageY: number;
|
|
5556
|
-
startTop: number;
|
|
5531
|
+
pageY: number | null;
|
|
5532
|
+
startTop: number | null;
|
|
5557
5533
|
visible: boolean;
|
|
5558
5534
|
mouseOver: boolean;
|
|
5559
5535
|
};
|
|
@@ -5605,8 +5581,8 @@ export declare const UAutoComplete: {
|
|
|
5605
5581
|
}>, {
|
|
5606
5582
|
state: {
|
|
5607
5583
|
dragging: boolean;
|
|
5608
|
-
pageY: number;
|
|
5609
|
-
startTop: number;
|
|
5584
|
+
pageY: number | null;
|
|
5585
|
+
startTop: number | null;
|
|
5610
5586
|
visible: boolean;
|
|
5611
5587
|
mouseOver: boolean;
|
|
5612
5588
|
};
|
|
@@ -5651,8 +5627,8 @@ export declare const UAutoComplete: {
|
|
|
5651
5627
|
}>, {
|
|
5652
5628
|
state: {
|
|
5653
5629
|
dragging: boolean;
|
|
5654
|
-
pageY: number;
|
|
5655
|
-
startTop: number;
|
|
5630
|
+
pageY: number | null;
|
|
5631
|
+
startTop: number | null;
|
|
5656
5632
|
visible: boolean;
|
|
5657
5633
|
mouseOver: boolean;
|
|
5658
5634
|
};
|
|
@@ -5704,8 +5680,8 @@ export declare const UAutoComplete: {
|
|
|
5704
5680
|
}>, {
|
|
5705
5681
|
state: {
|
|
5706
5682
|
dragging: boolean;
|
|
5707
|
-
pageY: number;
|
|
5708
|
-
startTop: number;
|
|
5683
|
+
pageY: number | null;
|
|
5684
|
+
startTop: number | null;
|
|
5709
5685
|
visible: boolean;
|
|
5710
5686
|
mouseOver: boolean;
|
|
5711
5687
|
};
|
|
@@ -5800,9 +5776,7 @@ export declare const UAutoComplete: {
|
|
|
5800
5776
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5801
5777
|
ListItem: {
|
|
5802
5778
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
5803
|
-
slots:
|
|
5804
|
-
[name: string]: import("vue").Slot<any>;
|
|
5805
|
-
}>;
|
|
5779
|
+
slots: import("vue").Slots;
|
|
5806
5780
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5807
5781
|
[key: string]: any;
|
|
5808
5782
|
}>;
|
|
@@ -5835,8 +5809,8 @@ export declare const UAutoComplete: {
|
|
|
5835
5809
|
}>, {
|
|
5836
5810
|
state: {
|
|
5837
5811
|
dragging: boolean;
|
|
5838
|
-
pageY: number;
|
|
5839
|
-
startTop: number;
|
|
5812
|
+
pageY: number | null;
|
|
5813
|
+
startTop: number | null;
|
|
5840
5814
|
visible: boolean;
|
|
5841
5815
|
mouseOver: boolean;
|
|
5842
5816
|
};
|
|
@@ -5936,8 +5910,8 @@ export declare const UAutoComplete: {
|
|
|
5936
5910
|
}>, {
|
|
5937
5911
|
state: {
|
|
5938
5912
|
dragging: boolean;
|
|
5939
|
-
pageY: number;
|
|
5940
|
-
startTop: number;
|
|
5913
|
+
pageY: number | null;
|
|
5914
|
+
startTop: number | null;
|
|
5941
5915
|
visible: boolean;
|
|
5942
5916
|
mouseOver: boolean;
|
|
5943
5917
|
};
|
|
@@ -5989,8 +5963,8 @@ export declare const UAutoComplete: {
|
|
|
5989
5963
|
}>, {
|
|
5990
5964
|
state: {
|
|
5991
5965
|
dragging: boolean;
|
|
5992
|
-
pageY: number;
|
|
5993
|
-
startTop: number;
|
|
5966
|
+
pageY: number | null;
|
|
5967
|
+
startTop: number | null;
|
|
5994
5968
|
visible: boolean;
|
|
5995
5969
|
mouseOver: boolean;
|
|
5996
5970
|
};
|
|
@@ -6035,8 +6009,8 @@ export declare const UAutoComplete: {
|
|
|
6035
6009
|
}>, {
|
|
6036
6010
|
state: {
|
|
6037
6011
|
dragging: boolean;
|
|
6038
|
-
pageY: number;
|
|
6039
|
-
startTop: number;
|
|
6012
|
+
pageY: number | null;
|
|
6013
|
+
startTop: number | null;
|
|
6040
6014
|
visible: boolean;
|
|
6041
6015
|
mouseOver: boolean;
|
|
6042
6016
|
};
|
|
@@ -6088,8 +6062,8 @@ export declare const UAutoComplete: {
|
|
|
6088
6062
|
}>, {
|
|
6089
6063
|
state: {
|
|
6090
6064
|
dragging: boolean;
|
|
6091
|
-
pageY: number;
|
|
6092
|
-
startTop: number;
|
|
6065
|
+
pageY: number | null;
|
|
6066
|
+
startTop: number | null;
|
|
6093
6067
|
visible: boolean;
|
|
6094
6068
|
mouseOver: boolean;
|
|
6095
6069
|
};
|
|
@@ -6181,8 +6155,8 @@ export declare const UAutoComplete: {
|
|
|
6181
6155
|
}>, {
|
|
6182
6156
|
state: {
|
|
6183
6157
|
dragging: boolean;
|
|
6184
|
-
pageY: number;
|
|
6185
|
-
startTop: number;
|
|
6158
|
+
pageY: number | null;
|
|
6159
|
+
startTop: number | null;
|
|
6186
6160
|
visible: boolean;
|
|
6187
6161
|
mouseOver: boolean;
|
|
6188
6162
|
};
|
|
@@ -6234,8 +6208,8 @@ export declare const UAutoComplete: {
|
|
|
6234
6208
|
}>, {
|
|
6235
6209
|
state: {
|
|
6236
6210
|
dragging: boolean;
|
|
6237
|
-
pageY: number;
|
|
6238
|
-
startTop: number;
|
|
6211
|
+
pageY: number | null;
|
|
6212
|
+
startTop: number | null;
|
|
6239
6213
|
visible: boolean;
|
|
6240
6214
|
mouseOver: boolean;
|
|
6241
6215
|
};
|
|
@@ -6280,8 +6254,8 @@ export declare const UAutoComplete: {
|
|
|
6280
6254
|
}>, {
|
|
6281
6255
|
state: {
|
|
6282
6256
|
dragging: boolean;
|
|
6283
|
-
pageY: number;
|
|
6284
|
-
startTop: number;
|
|
6257
|
+
pageY: number | null;
|
|
6258
|
+
startTop: number | null;
|
|
6285
6259
|
visible: boolean;
|
|
6286
6260
|
mouseOver: boolean;
|
|
6287
6261
|
};
|
|
@@ -6333,8 +6307,8 @@ export declare const UAutoComplete: {
|
|
|
6333
6307
|
}>, {
|
|
6334
6308
|
state: {
|
|
6335
6309
|
dragging: boolean;
|
|
6336
|
-
pageY: number;
|
|
6337
|
-
startTop: number;
|
|
6310
|
+
pageY: number | null;
|
|
6311
|
+
startTop: number | null;
|
|
6338
6312
|
visible: boolean;
|
|
6339
6313
|
mouseOver: boolean;
|
|
6340
6314
|
};
|
|
@@ -6429,9 +6403,7 @@ export declare const UAutoComplete: {
|
|
|
6429
6403
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6430
6404
|
ListItem: {
|
|
6431
6405
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
6432
|
-
slots:
|
|
6433
|
-
[name: string]: import("vue").Slot<any>;
|
|
6434
|
-
}>;
|
|
6406
|
+
slots: import("vue").Slots;
|
|
6435
6407
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6436
6408
|
[key: string]: any;
|
|
6437
6409
|
}>;
|
|
@@ -6464,8 +6436,8 @@ export declare const UAutoComplete: {
|
|
|
6464
6436
|
}>, {
|
|
6465
6437
|
state: {
|
|
6466
6438
|
dragging: boolean;
|
|
6467
|
-
pageY: number;
|
|
6468
|
-
startTop: number;
|
|
6439
|
+
pageY: number | null;
|
|
6440
|
+
startTop: number | null;
|
|
6469
6441
|
visible: boolean;
|
|
6470
6442
|
mouseOver: boolean;
|
|
6471
6443
|
};
|
|
@@ -6508,7 +6480,7 @@ export declare const UAutoComplete: {
|
|
|
6508
6480
|
scrollHeight: number;
|
|
6509
6481
|
count: number;
|
|
6510
6482
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6511
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6483
|
+
} & 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>);
|
|
6512
6484
|
Render: {
|
|
6513
6485
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
6514
6486
|
props: {
|
|
@@ -6531,7 +6503,7 @@ export declare const UAutoComplete: {
|
|
|
6531
6503
|
default: string;
|
|
6532
6504
|
};
|
|
6533
6505
|
icon: {
|
|
6534
|
-
type: import("vue").PropType<import("
|
|
6506
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6535
6507
|
};
|
|
6536
6508
|
}>> & Readonly<{
|
|
6537
6509
|
onClick?: (ev: Event) => any;
|
|
@@ -6578,7 +6550,7 @@ export declare const UAutoComplete: {
|
|
|
6578
6550
|
default: string;
|
|
6579
6551
|
};
|
|
6580
6552
|
icon: {
|
|
6581
|
-
type: import("vue").PropType<import("
|
|
6553
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6582
6554
|
};
|
|
6583
6555
|
}>> & Readonly<{
|
|
6584
6556
|
onClick?: (ev: Event) => any;
|
|
@@ -6620,7 +6592,7 @@ export declare const UAutoComplete: {
|
|
|
6620
6592
|
default: string;
|
|
6621
6593
|
};
|
|
6622
6594
|
icon: {
|
|
6623
|
-
type: import("vue").PropType<import("
|
|
6595
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6624
6596
|
};
|
|
6625
6597
|
}>> & Readonly<{
|
|
6626
6598
|
onClick?: (ev: Event) => any;
|
|
@@ -6647,7 +6619,7 @@ export declare const UAutoComplete: {
|
|
|
6647
6619
|
}, string, {
|
|
6648
6620
|
color: string;
|
|
6649
6621
|
spin: boolean;
|
|
6650
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6622
|
+
}, {}, 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>);
|
|
6651
6623
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6652
6624
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
6653
6625
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6665,8 +6637,8 @@ export declare const UAutoComplete: {
|
|
|
6665
6637
|
type: StringConstructor;
|
|
6666
6638
|
};
|
|
6667
6639
|
options: {
|
|
6668
|
-
type: import("vue").PropType<import("
|
|
6669
|
-
default: () => import("
|
|
6640
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
6641
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
6670
6642
|
};
|
|
6671
6643
|
searchValue: {
|
|
6672
6644
|
type: StringConstructor;
|
|
@@ -6676,7 +6648,7 @@ export declare const UAutoComplete: {
|
|
|
6676
6648
|
default: boolean;
|
|
6677
6649
|
};
|
|
6678
6650
|
values: {
|
|
6679
|
-
type: import("vue").PropType<import("
|
|
6651
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
6680
6652
|
};
|
|
6681
6653
|
open: {
|
|
6682
6654
|
type: BooleanConstructor;
|
|
@@ -6709,7 +6681,7 @@ export declare const UAutoComplete: {
|
|
|
6709
6681
|
default: number;
|
|
6710
6682
|
};
|
|
6711
6683
|
width: {
|
|
6712
|
-
type: import("vue").PropType<number | "
|
|
6684
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
6713
6685
|
default: string;
|
|
6714
6686
|
};
|
|
6715
6687
|
direction: {
|
|
@@ -6737,17 +6709,15 @@ export declare const UAutoComplete: {
|
|
|
6737
6709
|
selectAllText: import("vue").ComputedRef<string>;
|
|
6738
6710
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
6739
6711
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
6740
|
-
onSelectValue: (item: import("
|
|
6712
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
6741
6713
|
onKeydown: (e: KeyboardEvent) => void;
|
|
6742
6714
|
scrollTop: (index: number) => void;
|
|
6743
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6744
|
-
[key: string]: any;
|
|
6745
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6715
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6746
6716
|
[key: string]: any;
|
|
6747
6717
|
}>;
|
|
6748
6718
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
6749
|
-
isItemSelected: (item: import("
|
|
6750
|
-
isItemDisabled: (item: import("
|
|
6719
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
6720
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
6751
6721
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
6752
6722
|
onScrollAtTop: () => void;
|
|
6753
6723
|
onScrollAtBottom: () => void;
|
|
@@ -6757,7 +6727,7 @@ export declare const UAutoComplete: {
|
|
|
6757
6727
|
size: string;
|
|
6758
6728
|
width: number | "container" | "auto";
|
|
6759
6729
|
virtual: boolean;
|
|
6760
|
-
options: import("
|
|
6730
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
6761
6731
|
multiple: boolean;
|
|
6762
6732
|
open: boolean;
|
|
6763
6733
|
defaultActiveFirst: boolean;
|
|
@@ -6772,8 +6742,8 @@ export declare const UAutoComplete: {
|
|
|
6772
6742
|
type: StringConstructor;
|
|
6773
6743
|
};
|
|
6774
6744
|
options: {
|
|
6775
|
-
type: import("vue").PropType<import("
|
|
6776
|
-
default: () => import("
|
|
6745
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
6746
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
6777
6747
|
};
|
|
6778
6748
|
searchValue: {
|
|
6779
6749
|
type: StringConstructor;
|
|
@@ -6783,7 +6753,7 @@ export declare const UAutoComplete: {
|
|
|
6783
6753
|
default: boolean;
|
|
6784
6754
|
};
|
|
6785
6755
|
values: {
|
|
6786
|
-
type: import("vue").PropType<import("
|
|
6756
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
6787
6757
|
};
|
|
6788
6758
|
open: {
|
|
6789
6759
|
type: BooleanConstructor;
|
|
@@ -6816,7 +6786,7 @@ export declare const UAutoComplete: {
|
|
|
6816
6786
|
default: number;
|
|
6817
6787
|
};
|
|
6818
6788
|
width: {
|
|
6819
|
-
type: import("vue").PropType<number | "
|
|
6789
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
6820
6790
|
default: string;
|
|
6821
6791
|
};
|
|
6822
6792
|
direction: {
|
|
@@ -6844,27 +6814,25 @@ export declare const UAutoComplete: {
|
|
|
6844
6814
|
selectAllText: import("vue").ComputedRef<string>;
|
|
6845
6815
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
6846
6816
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
6847
|
-
onSelectValue: (item: import("
|
|
6817
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
6848
6818
|
onKeydown: (e: KeyboardEvent) => void;
|
|
6849
6819
|
scrollTop: (index: number) => void;
|
|
6850
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6851
|
-
[key: string]: any;
|
|
6852
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6820
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6853
6821
|
[key: string]: any;
|
|
6854
6822
|
}>;
|
|
6855
6823
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
6856
|
-
isItemSelected: (item: import("
|
|
6857
|
-
isItemDisabled: (item: import("
|
|
6824
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
6825
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
6858
6826
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
6859
6827
|
onScrollAtTop: () => void;
|
|
6860
6828
|
onScrollAtBottom: () => void;
|
|
6861
6829
|
handleSelectAllChange: (status: boolean) => void;
|
|
6862
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
6830
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
6863
6831
|
direction: "ltr" | "rtl";
|
|
6864
6832
|
size: string;
|
|
6865
6833
|
width: number | "container" | "auto";
|
|
6866
6834
|
virtual: boolean;
|
|
6867
|
-
options: import("
|
|
6835
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
6868
6836
|
multiple: boolean;
|
|
6869
6837
|
open: boolean;
|
|
6870
6838
|
defaultActiveFirst: boolean;
|
|
@@ -6923,8 +6891,8 @@ export declare const UAutoComplete: {
|
|
|
6923
6891
|
}>, {
|
|
6924
6892
|
state: {
|
|
6925
6893
|
dragging: boolean;
|
|
6926
|
-
pageY: number;
|
|
6927
|
-
startTop: number;
|
|
6894
|
+
pageY: number | null;
|
|
6895
|
+
startTop: number | null;
|
|
6928
6896
|
visible: boolean;
|
|
6929
6897
|
mouseOver: boolean;
|
|
6930
6898
|
};
|
|
@@ -6976,8 +6944,8 @@ export declare const UAutoComplete: {
|
|
|
6976
6944
|
}>, {
|
|
6977
6945
|
state: {
|
|
6978
6946
|
dragging: boolean;
|
|
6979
|
-
pageY: number;
|
|
6980
|
-
startTop: number;
|
|
6947
|
+
pageY: number | null;
|
|
6948
|
+
startTop: number | null;
|
|
6981
6949
|
visible: boolean;
|
|
6982
6950
|
mouseOver: boolean;
|
|
6983
6951
|
};
|
|
@@ -7022,8 +6990,8 @@ export declare const UAutoComplete: {
|
|
|
7022
6990
|
}>, {
|
|
7023
6991
|
state: {
|
|
7024
6992
|
dragging: boolean;
|
|
7025
|
-
pageY: number;
|
|
7026
|
-
startTop: number;
|
|
6993
|
+
pageY: number | null;
|
|
6994
|
+
startTop: number | null;
|
|
7027
6995
|
visible: boolean;
|
|
7028
6996
|
mouseOver: boolean;
|
|
7029
6997
|
};
|
|
@@ -7075,8 +7043,8 @@ export declare const UAutoComplete: {
|
|
|
7075
7043
|
}>, {
|
|
7076
7044
|
state: {
|
|
7077
7045
|
dragging: boolean;
|
|
7078
|
-
pageY: number;
|
|
7079
|
-
startTop: number;
|
|
7046
|
+
pageY: number | null;
|
|
7047
|
+
startTop: number | null;
|
|
7080
7048
|
visible: boolean;
|
|
7081
7049
|
mouseOver: boolean;
|
|
7082
7050
|
};
|
|
@@ -7171,9 +7139,7 @@ export declare const UAutoComplete: {
|
|
|
7171
7139
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7172
7140
|
ListItem: {
|
|
7173
7141
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
7174
|
-
slots:
|
|
7175
|
-
[name: string]: import("vue").Slot<any>;
|
|
7176
|
-
}>;
|
|
7142
|
+
slots: import("vue").Slots;
|
|
7177
7143
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7178
7144
|
[key: string]: any;
|
|
7179
7145
|
}>;
|
|
@@ -7206,8 +7172,8 @@ export declare const UAutoComplete: {
|
|
|
7206
7172
|
}>, {
|
|
7207
7173
|
state: {
|
|
7208
7174
|
dragging: boolean;
|
|
7209
|
-
pageY: number;
|
|
7210
|
-
startTop: number;
|
|
7175
|
+
pageY: number | null;
|
|
7176
|
+
startTop: number | null;
|
|
7211
7177
|
visible: boolean;
|
|
7212
7178
|
mouseOver: boolean;
|
|
7213
7179
|
};
|
|
@@ -7307,8 +7273,8 @@ export declare const UAutoComplete: {
|
|
|
7307
7273
|
}>, {
|
|
7308
7274
|
state: {
|
|
7309
7275
|
dragging: boolean;
|
|
7310
|
-
pageY: number;
|
|
7311
|
-
startTop: number;
|
|
7276
|
+
pageY: number | null;
|
|
7277
|
+
startTop: number | null;
|
|
7312
7278
|
visible: boolean;
|
|
7313
7279
|
mouseOver: boolean;
|
|
7314
7280
|
};
|
|
@@ -7360,8 +7326,8 @@ export declare const UAutoComplete: {
|
|
|
7360
7326
|
}>, {
|
|
7361
7327
|
state: {
|
|
7362
7328
|
dragging: boolean;
|
|
7363
|
-
pageY: number;
|
|
7364
|
-
startTop: number;
|
|
7329
|
+
pageY: number | null;
|
|
7330
|
+
startTop: number | null;
|
|
7365
7331
|
visible: boolean;
|
|
7366
7332
|
mouseOver: boolean;
|
|
7367
7333
|
};
|
|
@@ -7406,8 +7372,8 @@ export declare const UAutoComplete: {
|
|
|
7406
7372
|
}>, {
|
|
7407
7373
|
state: {
|
|
7408
7374
|
dragging: boolean;
|
|
7409
|
-
pageY: number;
|
|
7410
|
-
startTop: number;
|
|
7375
|
+
pageY: number | null;
|
|
7376
|
+
startTop: number | null;
|
|
7411
7377
|
visible: boolean;
|
|
7412
7378
|
mouseOver: boolean;
|
|
7413
7379
|
};
|
|
@@ -7459,8 +7425,8 @@ export declare const UAutoComplete: {
|
|
|
7459
7425
|
}>, {
|
|
7460
7426
|
state: {
|
|
7461
7427
|
dragging: boolean;
|
|
7462
|
-
pageY: number;
|
|
7463
|
-
startTop: number;
|
|
7428
|
+
pageY: number | null;
|
|
7429
|
+
startTop: number | null;
|
|
7464
7430
|
visible: boolean;
|
|
7465
7431
|
mouseOver: boolean;
|
|
7466
7432
|
};
|
|
@@ -7552,8 +7518,8 @@ export declare const UAutoComplete: {
|
|
|
7552
7518
|
}>, {
|
|
7553
7519
|
state: {
|
|
7554
7520
|
dragging: boolean;
|
|
7555
|
-
pageY: number;
|
|
7556
|
-
startTop: number;
|
|
7521
|
+
pageY: number | null;
|
|
7522
|
+
startTop: number | null;
|
|
7557
7523
|
visible: boolean;
|
|
7558
7524
|
mouseOver: boolean;
|
|
7559
7525
|
};
|
|
@@ -7605,8 +7571,8 @@ export declare const UAutoComplete: {
|
|
|
7605
7571
|
}>, {
|
|
7606
7572
|
state: {
|
|
7607
7573
|
dragging: boolean;
|
|
7608
|
-
pageY: number;
|
|
7609
|
-
startTop: number;
|
|
7574
|
+
pageY: number | null;
|
|
7575
|
+
startTop: number | null;
|
|
7610
7576
|
visible: boolean;
|
|
7611
7577
|
mouseOver: boolean;
|
|
7612
7578
|
};
|
|
@@ -7651,8 +7617,8 @@ export declare const UAutoComplete: {
|
|
|
7651
7617
|
}>, {
|
|
7652
7618
|
state: {
|
|
7653
7619
|
dragging: boolean;
|
|
7654
|
-
pageY: number;
|
|
7655
|
-
startTop: number;
|
|
7620
|
+
pageY: number | null;
|
|
7621
|
+
startTop: number | null;
|
|
7656
7622
|
visible: boolean;
|
|
7657
7623
|
mouseOver: boolean;
|
|
7658
7624
|
};
|
|
@@ -7704,8 +7670,8 @@ export declare const UAutoComplete: {
|
|
|
7704
7670
|
}>, {
|
|
7705
7671
|
state: {
|
|
7706
7672
|
dragging: boolean;
|
|
7707
|
-
pageY: number;
|
|
7708
|
-
startTop: number;
|
|
7673
|
+
pageY: number | null;
|
|
7674
|
+
startTop: number | null;
|
|
7709
7675
|
visible: boolean;
|
|
7710
7676
|
mouseOver: boolean;
|
|
7711
7677
|
};
|
|
@@ -7800,9 +7766,7 @@ export declare const UAutoComplete: {
|
|
|
7800
7766
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7801
7767
|
ListItem: {
|
|
7802
7768
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
7803
|
-
slots:
|
|
7804
|
-
[name: string]: import("vue").Slot<any>;
|
|
7805
|
-
}>;
|
|
7769
|
+
slots: import("vue").Slots;
|
|
7806
7770
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7807
7771
|
[key: string]: any;
|
|
7808
7772
|
}>;
|
|
@@ -7835,8 +7799,8 @@ export declare const UAutoComplete: {
|
|
|
7835
7799
|
}>, {
|
|
7836
7800
|
state: {
|
|
7837
7801
|
dragging: boolean;
|
|
7838
|
-
pageY: number;
|
|
7839
|
-
startTop: number;
|
|
7802
|
+
pageY: number | null;
|
|
7803
|
+
startTop: number | null;
|
|
7840
7804
|
visible: boolean;
|
|
7841
7805
|
mouseOver: boolean;
|
|
7842
7806
|
};
|
|
@@ -7879,7 +7843,7 @@ export declare const UAutoComplete: {
|
|
|
7879
7843
|
scrollHeight: number;
|
|
7880
7844
|
count: number;
|
|
7881
7845
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7882
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
7846
|
+
} & 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>);
|
|
7883
7847
|
Render: {
|
|
7884
7848
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
7885
7849
|
props: {
|
|
@@ -7902,7 +7866,7 @@ export declare const UAutoComplete: {
|
|
|
7902
7866
|
default: string;
|
|
7903
7867
|
};
|
|
7904
7868
|
icon: {
|
|
7905
|
-
type: import("vue").PropType<import("
|
|
7869
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7906
7870
|
};
|
|
7907
7871
|
}>> & Readonly<{
|
|
7908
7872
|
onClick?: (ev: Event) => any;
|
|
@@ -7949,7 +7913,7 @@ export declare const UAutoComplete: {
|
|
|
7949
7913
|
default: string;
|
|
7950
7914
|
};
|
|
7951
7915
|
icon: {
|
|
7952
|
-
type: import("vue").PropType<import("
|
|
7916
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7953
7917
|
};
|
|
7954
7918
|
}>> & Readonly<{
|
|
7955
7919
|
onClick?: (ev: Event) => any;
|
|
@@ -7991,7 +7955,7 @@ export declare const UAutoComplete: {
|
|
|
7991
7955
|
default: string;
|
|
7992
7956
|
};
|
|
7993
7957
|
icon: {
|
|
7994
|
-
type: import("vue").PropType<import("
|
|
7958
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7995
7959
|
};
|
|
7996
7960
|
}>> & Readonly<{
|
|
7997
7961
|
onClick?: (ev: Event) => any;
|
|
@@ -8018,7 +7982,7 @@ export declare const UAutoComplete: {
|
|
|
8018
7982
|
}, string, {
|
|
8019
7983
|
color: string;
|
|
8020
7984
|
spin: boolean;
|
|
8021
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
7985
|
+
}, {}, 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>);
|
|
8022
7986
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
8023
7987
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
8024
7988
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -8036,8 +8000,8 @@ export declare const UAutoComplete: {
|
|
|
8036
8000
|
type: StringConstructor;
|
|
8037
8001
|
};
|
|
8038
8002
|
options: {
|
|
8039
|
-
type: import("vue").PropType<import("
|
|
8040
|
-
default: () => import("
|
|
8003
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
8004
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
8041
8005
|
};
|
|
8042
8006
|
searchValue: {
|
|
8043
8007
|
type: StringConstructor;
|
|
@@ -8047,7 +8011,7 @@ export declare const UAutoComplete: {
|
|
|
8047
8011
|
default: boolean;
|
|
8048
8012
|
};
|
|
8049
8013
|
values: {
|
|
8050
|
-
type: import("vue").PropType<import("
|
|
8014
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
8051
8015
|
};
|
|
8052
8016
|
open: {
|
|
8053
8017
|
type: BooleanConstructor;
|
|
@@ -8080,7 +8044,7 @@ export declare const UAutoComplete: {
|
|
|
8080
8044
|
default: number;
|
|
8081
8045
|
};
|
|
8082
8046
|
width: {
|
|
8083
|
-
type: import("vue").PropType<number | "
|
|
8047
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
8084
8048
|
default: string;
|
|
8085
8049
|
};
|
|
8086
8050
|
direction: {
|
|
@@ -8108,17 +8072,15 @@ export declare const UAutoComplete: {
|
|
|
8108
8072
|
selectAllText: import("vue").ComputedRef<string>;
|
|
8109
8073
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
8110
8074
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
8111
|
-
onSelectValue: (item: import("
|
|
8075
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
8112
8076
|
onKeydown: (e: KeyboardEvent) => void;
|
|
8113
8077
|
scrollTop: (index: number) => void;
|
|
8114
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8115
|
-
[key: string]: any;
|
|
8116
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8078
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8117
8079
|
[key: string]: any;
|
|
8118
8080
|
}>;
|
|
8119
8081
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
8120
|
-
isItemSelected: (item: import("
|
|
8121
|
-
isItemDisabled: (item: import("
|
|
8082
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
8083
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
8122
8084
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
8123
8085
|
onScrollAtTop: () => void;
|
|
8124
8086
|
onScrollAtBottom: () => void;
|
|
@@ -8128,7 +8090,7 @@ export declare const UAutoComplete: {
|
|
|
8128
8090
|
size: string;
|
|
8129
8091
|
width: number | "container" | "auto";
|
|
8130
8092
|
virtual: boolean;
|
|
8131
|
-
options: import("
|
|
8093
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
8132
8094
|
multiple: boolean;
|
|
8133
8095
|
open: boolean;
|
|
8134
8096
|
defaultActiveFirst: boolean;
|
|
@@ -8140,8 +8102,8 @@ export declare const UAutoComplete: {
|
|
|
8140
8102
|
rawValue: import("vue").ComputedRef<string[]>;
|
|
8141
8103
|
stateOpen: import("vue").Ref<boolean, boolean>;
|
|
8142
8104
|
containerWidth: import("vue").Ref<number, number>;
|
|
8143
|
-
displayOptions: import("vue").ComputedRef<import("
|
|
8144
|
-
onInputChange: (value: import("
|
|
8105
|
+
displayOptions: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
8106
|
+
onInputChange: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
8145
8107
|
onInputFocus: (arg: any) => void;
|
|
8146
8108
|
onInputBlur: (arg: any) => void;
|
|
8147
8109
|
onInputKeydown: (e: Event) => void;
|
|
@@ -8153,7 +8115,7 @@ export declare const UAutoComplete: {
|
|
|
8153
8115
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
8154
8116
|
loading: boolean;
|
|
8155
8117
|
required: boolean;
|
|
8156
|
-
size: "
|
|
8118
|
+
size: "default" | "small" | "large";
|
|
8157
8119
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
8158
8120
|
disabled: boolean;
|
|
8159
8121
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -8178,7 +8140,7 @@ export declare const UAutoComplete: {
|
|
|
8178
8140
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
8179
8141
|
loading: boolean;
|
|
8180
8142
|
required: boolean;
|
|
8181
|
-
size: "
|
|
8143
|
+
size: "default" | "small" | "large";
|
|
8182
8144
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
8183
8145
|
disabled: boolean;
|
|
8184
8146
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -8200,15 +8162,15 @@ export declare const UAutoComplete: {
|
|
|
8200
8162
|
prefixIcon?: unknown;
|
|
8201
8163
|
suffixIcon?: unknown;
|
|
8202
8164
|
label?: string;
|
|
8203
|
-
options?: import("
|
|
8204
|
-
filterMethod?: import("
|
|
8165
|
+
options?: import("@koi-design/uxd-ui/es/index").SelectOption[];
|
|
8166
|
+
filterMethod?: import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
8205
8167
|
filterProp?: string;
|
|
8206
8168
|
dropdownMenuClass?: string;
|
|
8207
8169
|
notFoundText?: string;
|
|
8208
8170
|
dropdownMenuWidth?: number;
|
|
8209
8171
|
}> & Readonly<{
|
|
8210
|
-
onSearch?: (val: string) => any;
|
|
8211
8172
|
onChange?: (val: string) => any;
|
|
8173
|
+
onSearch?: (val: string) => any;
|
|
8212
8174
|
onFocus?: (ev: Event) => any;
|
|
8213
8175
|
onBlur?: (ev: Event) => any;
|
|
8214
8176
|
"onUpdate:modelValue"?: (val: string) => any;
|
|
@@ -8228,8 +8190,8 @@ export declare const UAutoComplete: {
|
|
|
8228
8190
|
type: StringConstructor;
|
|
8229
8191
|
};
|
|
8230
8192
|
options: {
|
|
8231
|
-
type: import("vue").PropType<import("
|
|
8232
|
-
default: () => import("
|
|
8193
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
8194
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
8233
8195
|
};
|
|
8234
8196
|
searchValue: {
|
|
8235
8197
|
type: StringConstructor;
|
|
@@ -8239,7 +8201,7 @@ export declare const UAutoComplete: {
|
|
|
8239
8201
|
default: boolean;
|
|
8240
8202
|
};
|
|
8241
8203
|
values: {
|
|
8242
|
-
type: import("vue").PropType<import("
|
|
8204
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
8243
8205
|
};
|
|
8244
8206
|
open: {
|
|
8245
8207
|
type: BooleanConstructor;
|
|
@@ -8272,7 +8234,7 @@ export declare const UAutoComplete: {
|
|
|
8272
8234
|
default: number;
|
|
8273
8235
|
};
|
|
8274
8236
|
width: {
|
|
8275
|
-
type: import("vue").PropType<number | "
|
|
8237
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
8276
8238
|
default: string;
|
|
8277
8239
|
};
|
|
8278
8240
|
direction: {
|
|
@@ -8300,27 +8262,25 @@ export declare const UAutoComplete: {
|
|
|
8300
8262
|
selectAllText: import("vue").ComputedRef<string>;
|
|
8301
8263
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
8302
8264
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
8303
|
-
onSelectValue: (item: import("
|
|
8265
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
8304
8266
|
onKeydown: (e: KeyboardEvent) => void;
|
|
8305
8267
|
scrollTop: (index: number) => void;
|
|
8306
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8307
|
-
[key: string]: any;
|
|
8308
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8268
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8309
8269
|
[key: string]: any;
|
|
8310
8270
|
}>;
|
|
8311
8271
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
8312
|
-
isItemSelected: (item: import("
|
|
8313
|
-
isItemDisabled: (item: import("
|
|
8272
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
8273
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
8314
8274
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
8315
8275
|
onScrollAtTop: () => void;
|
|
8316
8276
|
onScrollAtBottom: () => void;
|
|
8317
8277
|
handleSelectAllChange: (status: boolean) => void;
|
|
8318
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
8278
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
8319
8279
|
direction: "ltr" | "rtl";
|
|
8320
8280
|
size: string;
|
|
8321
8281
|
width: number | "container" | "auto";
|
|
8322
8282
|
virtual: boolean;
|
|
8323
|
-
options: import("
|
|
8283
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
8324
8284
|
multiple: boolean;
|
|
8325
8285
|
open: boolean;
|
|
8326
8286
|
defaultActiveFirst: boolean;
|
|
@@ -8379,8 +8339,8 @@ export declare const UAutoComplete: {
|
|
|
8379
8339
|
}>, {
|
|
8380
8340
|
state: {
|
|
8381
8341
|
dragging: boolean;
|
|
8382
|
-
pageY: number;
|
|
8383
|
-
startTop: number;
|
|
8342
|
+
pageY: number | null;
|
|
8343
|
+
startTop: number | null;
|
|
8384
8344
|
visible: boolean;
|
|
8385
8345
|
mouseOver: boolean;
|
|
8386
8346
|
};
|
|
@@ -8432,8 +8392,8 @@ export declare const UAutoComplete: {
|
|
|
8432
8392
|
}>, {
|
|
8433
8393
|
state: {
|
|
8434
8394
|
dragging: boolean;
|
|
8435
|
-
pageY: number;
|
|
8436
|
-
startTop: number;
|
|
8395
|
+
pageY: number | null;
|
|
8396
|
+
startTop: number | null;
|
|
8437
8397
|
visible: boolean;
|
|
8438
8398
|
mouseOver: boolean;
|
|
8439
8399
|
};
|
|
@@ -8478,8 +8438,8 @@ export declare const UAutoComplete: {
|
|
|
8478
8438
|
}>, {
|
|
8479
8439
|
state: {
|
|
8480
8440
|
dragging: boolean;
|
|
8481
|
-
pageY: number;
|
|
8482
|
-
startTop: number;
|
|
8441
|
+
pageY: number | null;
|
|
8442
|
+
startTop: number | null;
|
|
8483
8443
|
visible: boolean;
|
|
8484
8444
|
mouseOver: boolean;
|
|
8485
8445
|
};
|
|
@@ -8531,8 +8491,8 @@ export declare const UAutoComplete: {
|
|
|
8531
8491
|
}>, {
|
|
8532
8492
|
state: {
|
|
8533
8493
|
dragging: boolean;
|
|
8534
|
-
pageY: number;
|
|
8535
|
-
startTop: number;
|
|
8494
|
+
pageY: number | null;
|
|
8495
|
+
startTop: number | null;
|
|
8536
8496
|
visible: boolean;
|
|
8537
8497
|
mouseOver: boolean;
|
|
8538
8498
|
};
|
|
@@ -8627,9 +8587,7 @@ export declare const UAutoComplete: {
|
|
|
8627
8587
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8628
8588
|
ListItem: {
|
|
8629
8589
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
8630
|
-
slots:
|
|
8631
|
-
[name: string]: import("vue").Slot<any>;
|
|
8632
|
-
}>;
|
|
8590
|
+
slots: import("vue").Slots;
|
|
8633
8591
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8634
8592
|
[key: string]: any;
|
|
8635
8593
|
}>;
|
|
@@ -8662,8 +8620,8 @@ export declare const UAutoComplete: {
|
|
|
8662
8620
|
}>, {
|
|
8663
8621
|
state: {
|
|
8664
8622
|
dragging: boolean;
|
|
8665
|
-
pageY: number;
|
|
8666
|
-
startTop: number;
|
|
8623
|
+
pageY: number | null;
|
|
8624
|
+
startTop: number | null;
|
|
8667
8625
|
visible: boolean;
|
|
8668
8626
|
mouseOver: boolean;
|
|
8669
8627
|
};
|
|
@@ -8763,8 +8721,8 @@ export declare const UAutoComplete: {
|
|
|
8763
8721
|
}>, {
|
|
8764
8722
|
state: {
|
|
8765
8723
|
dragging: boolean;
|
|
8766
|
-
pageY: number;
|
|
8767
|
-
startTop: number;
|
|
8724
|
+
pageY: number | null;
|
|
8725
|
+
startTop: number | null;
|
|
8768
8726
|
visible: boolean;
|
|
8769
8727
|
mouseOver: boolean;
|
|
8770
8728
|
};
|
|
@@ -8816,8 +8774,8 @@ export declare const UAutoComplete: {
|
|
|
8816
8774
|
}>, {
|
|
8817
8775
|
state: {
|
|
8818
8776
|
dragging: boolean;
|
|
8819
|
-
pageY: number;
|
|
8820
|
-
startTop: number;
|
|
8777
|
+
pageY: number | null;
|
|
8778
|
+
startTop: number | null;
|
|
8821
8779
|
visible: boolean;
|
|
8822
8780
|
mouseOver: boolean;
|
|
8823
8781
|
};
|
|
@@ -8862,8 +8820,8 @@ export declare const UAutoComplete: {
|
|
|
8862
8820
|
}>, {
|
|
8863
8821
|
state: {
|
|
8864
8822
|
dragging: boolean;
|
|
8865
|
-
pageY: number;
|
|
8866
|
-
startTop: number;
|
|
8823
|
+
pageY: number | null;
|
|
8824
|
+
startTop: number | null;
|
|
8867
8825
|
visible: boolean;
|
|
8868
8826
|
mouseOver: boolean;
|
|
8869
8827
|
};
|
|
@@ -8915,8 +8873,8 @@ export declare const UAutoComplete: {
|
|
|
8915
8873
|
}>, {
|
|
8916
8874
|
state: {
|
|
8917
8875
|
dragging: boolean;
|
|
8918
|
-
pageY: number;
|
|
8919
|
-
startTop: number;
|
|
8876
|
+
pageY: number | null;
|
|
8877
|
+
startTop: number | null;
|
|
8920
8878
|
visible: boolean;
|
|
8921
8879
|
mouseOver: boolean;
|
|
8922
8880
|
};
|
|
@@ -9008,8 +8966,8 @@ export declare const UAutoComplete: {
|
|
|
9008
8966
|
}>, {
|
|
9009
8967
|
state: {
|
|
9010
8968
|
dragging: boolean;
|
|
9011
|
-
pageY: number;
|
|
9012
|
-
startTop: number;
|
|
8969
|
+
pageY: number | null;
|
|
8970
|
+
startTop: number | null;
|
|
9013
8971
|
visible: boolean;
|
|
9014
8972
|
mouseOver: boolean;
|
|
9015
8973
|
};
|
|
@@ -9061,8 +9019,8 @@ export declare const UAutoComplete: {
|
|
|
9061
9019
|
}>, {
|
|
9062
9020
|
state: {
|
|
9063
9021
|
dragging: boolean;
|
|
9064
|
-
pageY: number;
|
|
9065
|
-
startTop: number;
|
|
9022
|
+
pageY: number | null;
|
|
9023
|
+
startTop: number | null;
|
|
9066
9024
|
visible: boolean;
|
|
9067
9025
|
mouseOver: boolean;
|
|
9068
9026
|
};
|
|
@@ -9107,8 +9065,8 @@ export declare const UAutoComplete: {
|
|
|
9107
9065
|
}>, {
|
|
9108
9066
|
state: {
|
|
9109
9067
|
dragging: boolean;
|
|
9110
|
-
pageY: number;
|
|
9111
|
-
startTop: number;
|
|
9068
|
+
pageY: number | null;
|
|
9069
|
+
startTop: number | null;
|
|
9112
9070
|
visible: boolean;
|
|
9113
9071
|
mouseOver: boolean;
|
|
9114
9072
|
};
|
|
@@ -9160,8 +9118,8 @@ export declare const UAutoComplete: {
|
|
|
9160
9118
|
}>, {
|
|
9161
9119
|
state: {
|
|
9162
9120
|
dragging: boolean;
|
|
9163
|
-
pageY: number;
|
|
9164
|
-
startTop: number;
|
|
9121
|
+
pageY: number | null;
|
|
9122
|
+
startTop: number | null;
|
|
9165
9123
|
visible: boolean;
|
|
9166
9124
|
mouseOver: boolean;
|
|
9167
9125
|
};
|
|
@@ -9256,9 +9214,7 @@ export declare const UAutoComplete: {
|
|
|
9256
9214
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9257
9215
|
ListItem: {
|
|
9258
9216
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
9259
|
-
slots:
|
|
9260
|
-
[name: string]: import("vue").Slot<any>;
|
|
9261
|
-
}>;
|
|
9217
|
+
slots: import("vue").Slots;
|
|
9262
9218
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9263
9219
|
[key: string]: any;
|
|
9264
9220
|
}>;
|
|
@@ -9291,8 +9247,8 @@ export declare const UAutoComplete: {
|
|
|
9291
9247
|
}>, {
|
|
9292
9248
|
state: {
|
|
9293
9249
|
dragging: boolean;
|
|
9294
|
-
pageY: number;
|
|
9295
|
-
startTop: number;
|
|
9250
|
+
pageY: number | null;
|
|
9251
|
+
startTop: number | null;
|
|
9296
9252
|
visible: boolean;
|
|
9297
9253
|
mouseOver: boolean;
|
|
9298
9254
|
};
|
|
@@ -9335,7 +9291,7 @@ export declare const UAutoComplete: {
|
|
|
9335
9291
|
scrollHeight: number;
|
|
9336
9292
|
count: number;
|
|
9337
9293
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9338
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
9294
|
+
} & 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>);
|
|
9339
9295
|
Render: {
|
|
9340
9296
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
9341
9297
|
props: {
|
|
@@ -9358,7 +9314,7 @@ export declare const UAutoComplete: {
|
|
|
9358
9314
|
default: string;
|
|
9359
9315
|
};
|
|
9360
9316
|
icon: {
|
|
9361
|
-
type: import("vue").PropType<import("
|
|
9317
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9362
9318
|
};
|
|
9363
9319
|
}>> & Readonly<{
|
|
9364
9320
|
onClick?: (ev: Event) => any;
|
|
@@ -9405,7 +9361,7 @@ export declare const UAutoComplete: {
|
|
|
9405
9361
|
default: string;
|
|
9406
9362
|
};
|
|
9407
9363
|
icon: {
|
|
9408
|
-
type: import("vue").PropType<import("
|
|
9364
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9409
9365
|
};
|
|
9410
9366
|
}>> & Readonly<{
|
|
9411
9367
|
onClick?: (ev: Event) => any;
|
|
@@ -9447,7 +9403,7 @@ export declare const UAutoComplete: {
|
|
|
9447
9403
|
default: string;
|
|
9448
9404
|
};
|
|
9449
9405
|
icon: {
|
|
9450
|
-
type: import("vue").PropType<import("
|
|
9406
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9451
9407
|
};
|
|
9452
9408
|
}>> & Readonly<{
|
|
9453
9409
|
onClick?: (ev: Event) => any;
|
|
@@ -9474,7 +9430,7 @@ export declare const UAutoComplete: {
|
|
|
9474
9430
|
}, string, {
|
|
9475
9431
|
color: string;
|
|
9476
9432
|
spin: boolean;
|
|
9477
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
9433
|
+
}, {}, 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>);
|
|
9478
9434
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9479
9435
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9480
9436
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -9492,8 +9448,8 @@ export declare const UAutoComplete: {
|
|
|
9492
9448
|
type: StringConstructor;
|
|
9493
9449
|
};
|
|
9494
9450
|
options: {
|
|
9495
|
-
type: import("vue").PropType<import("
|
|
9496
|
-
default: () => import("
|
|
9451
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
9452
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
9497
9453
|
};
|
|
9498
9454
|
searchValue: {
|
|
9499
9455
|
type: StringConstructor;
|
|
@@ -9503,7 +9459,7 @@ export declare const UAutoComplete: {
|
|
|
9503
9459
|
default: boolean;
|
|
9504
9460
|
};
|
|
9505
9461
|
values: {
|
|
9506
|
-
type: import("vue").PropType<import("
|
|
9462
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
9507
9463
|
};
|
|
9508
9464
|
open: {
|
|
9509
9465
|
type: BooleanConstructor;
|
|
@@ -9536,7 +9492,7 @@ export declare const UAutoComplete: {
|
|
|
9536
9492
|
default: number;
|
|
9537
9493
|
};
|
|
9538
9494
|
width: {
|
|
9539
|
-
type: import("vue").PropType<number | "
|
|
9495
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
9540
9496
|
default: string;
|
|
9541
9497
|
};
|
|
9542
9498
|
direction: {
|
|
@@ -9564,17 +9520,15 @@ export declare const UAutoComplete: {
|
|
|
9564
9520
|
selectAllText: import("vue").ComputedRef<string>;
|
|
9565
9521
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
9566
9522
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
9567
|
-
onSelectValue: (item: import("
|
|
9523
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
9568
9524
|
onKeydown: (e: KeyboardEvent) => void;
|
|
9569
9525
|
scrollTop: (index: number) => void;
|
|
9570
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9571
|
-
[key: string]: any;
|
|
9572
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9526
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9573
9527
|
[key: string]: any;
|
|
9574
9528
|
}>;
|
|
9575
9529
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
9576
|
-
isItemSelected: (item: import("
|
|
9577
|
-
isItemDisabled: (item: import("
|
|
9530
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
9531
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
9578
9532
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
9579
9533
|
onScrollAtTop: () => void;
|
|
9580
9534
|
onScrollAtBottom: () => void;
|
|
@@ -9584,7 +9538,7 @@ export declare const UAutoComplete: {
|
|
|
9584
9538
|
size: string;
|
|
9585
9539
|
width: number | "container" | "auto";
|
|
9586
9540
|
virtual: boolean;
|
|
9587
|
-
options: import("
|
|
9541
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
9588
9542
|
multiple: boolean;
|
|
9589
9543
|
open: boolean;
|
|
9590
9544
|
defaultActiveFirst: boolean;
|
|
@@ -9599,8 +9553,8 @@ export declare const UAutoComplete: {
|
|
|
9599
9553
|
type: StringConstructor;
|
|
9600
9554
|
};
|
|
9601
9555
|
options: {
|
|
9602
|
-
type: import("vue").PropType<import("
|
|
9603
|
-
default: () => import("
|
|
9556
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
9557
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
9604
9558
|
};
|
|
9605
9559
|
searchValue: {
|
|
9606
9560
|
type: StringConstructor;
|
|
@@ -9610,7 +9564,7 @@ export declare const UAutoComplete: {
|
|
|
9610
9564
|
default: boolean;
|
|
9611
9565
|
};
|
|
9612
9566
|
values: {
|
|
9613
|
-
type: import("vue").PropType<import("
|
|
9567
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
9614
9568
|
};
|
|
9615
9569
|
open: {
|
|
9616
9570
|
type: BooleanConstructor;
|
|
@@ -9643,7 +9597,7 @@ export declare const UAutoComplete: {
|
|
|
9643
9597
|
default: number;
|
|
9644
9598
|
};
|
|
9645
9599
|
width: {
|
|
9646
|
-
type: import("vue").PropType<number | "
|
|
9600
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
9647
9601
|
default: string;
|
|
9648
9602
|
};
|
|
9649
9603
|
direction: {
|
|
@@ -9671,27 +9625,25 @@ export declare const UAutoComplete: {
|
|
|
9671
9625
|
selectAllText: import("vue").ComputedRef<string>;
|
|
9672
9626
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
9673
9627
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
9674
|
-
onSelectValue: (item: import("
|
|
9628
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
9675
9629
|
onKeydown: (e: KeyboardEvent) => void;
|
|
9676
9630
|
scrollTop: (index: number) => void;
|
|
9677
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9678
|
-
[key: string]: any;
|
|
9679
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9631
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9680
9632
|
[key: string]: any;
|
|
9681
9633
|
}>;
|
|
9682
9634
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
9683
|
-
isItemSelected: (item: import("
|
|
9684
|
-
isItemDisabled: (item: import("
|
|
9635
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
9636
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
9685
9637
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
9686
9638
|
onScrollAtTop: () => void;
|
|
9687
9639
|
onScrollAtBottom: () => void;
|
|
9688
9640
|
handleSelectAllChange: (status: boolean) => void;
|
|
9689
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
9641
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
9690
9642
|
direction: "ltr" | "rtl";
|
|
9691
9643
|
size: string;
|
|
9692
9644
|
width: number | "container" | "auto";
|
|
9693
9645
|
virtual: boolean;
|
|
9694
|
-
options: import("
|
|
9646
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
9695
9647
|
multiple: boolean;
|
|
9696
9648
|
open: boolean;
|
|
9697
9649
|
defaultActiveFirst: boolean;
|
|
@@ -9750,8 +9702,8 @@ export declare const UAutoComplete: {
|
|
|
9750
9702
|
}>, {
|
|
9751
9703
|
state: {
|
|
9752
9704
|
dragging: boolean;
|
|
9753
|
-
pageY: number;
|
|
9754
|
-
startTop: number;
|
|
9705
|
+
pageY: number | null;
|
|
9706
|
+
startTop: number | null;
|
|
9755
9707
|
visible: boolean;
|
|
9756
9708
|
mouseOver: boolean;
|
|
9757
9709
|
};
|
|
@@ -9803,8 +9755,8 @@ export declare const UAutoComplete: {
|
|
|
9803
9755
|
}>, {
|
|
9804
9756
|
state: {
|
|
9805
9757
|
dragging: boolean;
|
|
9806
|
-
pageY: number;
|
|
9807
|
-
startTop: number;
|
|
9758
|
+
pageY: number | null;
|
|
9759
|
+
startTop: number | null;
|
|
9808
9760
|
visible: boolean;
|
|
9809
9761
|
mouseOver: boolean;
|
|
9810
9762
|
};
|
|
@@ -9849,8 +9801,8 @@ export declare const UAutoComplete: {
|
|
|
9849
9801
|
}>, {
|
|
9850
9802
|
state: {
|
|
9851
9803
|
dragging: boolean;
|
|
9852
|
-
pageY: number;
|
|
9853
|
-
startTop: number;
|
|
9804
|
+
pageY: number | null;
|
|
9805
|
+
startTop: number | null;
|
|
9854
9806
|
visible: boolean;
|
|
9855
9807
|
mouseOver: boolean;
|
|
9856
9808
|
};
|
|
@@ -9902,8 +9854,8 @@ export declare const UAutoComplete: {
|
|
|
9902
9854
|
}>, {
|
|
9903
9855
|
state: {
|
|
9904
9856
|
dragging: boolean;
|
|
9905
|
-
pageY: number;
|
|
9906
|
-
startTop: number;
|
|
9857
|
+
pageY: number | null;
|
|
9858
|
+
startTop: number | null;
|
|
9907
9859
|
visible: boolean;
|
|
9908
9860
|
mouseOver: boolean;
|
|
9909
9861
|
};
|
|
@@ -9998,9 +9950,7 @@ export declare const UAutoComplete: {
|
|
|
9998
9950
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9999
9951
|
ListItem: {
|
|
10000
9952
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
10001
|
-
slots:
|
|
10002
|
-
[name: string]: import("vue").Slot<any>;
|
|
10003
|
-
}>;
|
|
9953
|
+
slots: import("vue").Slots;
|
|
10004
9954
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10005
9955
|
[key: string]: any;
|
|
10006
9956
|
}>;
|
|
@@ -10033,8 +9983,8 @@ export declare const UAutoComplete: {
|
|
|
10033
9983
|
}>, {
|
|
10034
9984
|
state: {
|
|
10035
9985
|
dragging: boolean;
|
|
10036
|
-
pageY: number;
|
|
10037
|
-
startTop: number;
|
|
9986
|
+
pageY: number | null;
|
|
9987
|
+
startTop: number | null;
|
|
10038
9988
|
visible: boolean;
|
|
10039
9989
|
mouseOver: boolean;
|
|
10040
9990
|
};
|
|
@@ -10134,8 +10084,8 @@ export declare const UAutoComplete: {
|
|
|
10134
10084
|
}>, {
|
|
10135
10085
|
state: {
|
|
10136
10086
|
dragging: boolean;
|
|
10137
|
-
pageY: number;
|
|
10138
|
-
startTop: number;
|
|
10087
|
+
pageY: number | null;
|
|
10088
|
+
startTop: number | null;
|
|
10139
10089
|
visible: boolean;
|
|
10140
10090
|
mouseOver: boolean;
|
|
10141
10091
|
};
|
|
@@ -10187,8 +10137,8 @@ export declare const UAutoComplete: {
|
|
|
10187
10137
|
}>, {
|
|
10188
10138
|
state: {
|
|
10189
10139
|
dragging: boolean;
|
|
10190
|
-
pageY: number;
|
|
10191
|
-
startTop: number;
|
|
10140
|
+
pageY: number | null;
|
|
10141
|
+
startTop: number | null;
|
|
10192
10142
|
visible: boolean;
|
|
10193
10143
|
mouseOver: boolean;
|
|
10194
10144
|
};
|
|
@@ -10233,8 +10183,8 @@ export declare const UAutoComplete: {
|
|
|
10233
10183
|
}>, {
|
|
10234
10184
|
state: {
|
|
10235
10185
|
dragging: boolean;
|
|
10236
|
-
pageY: number;
|
|
10237
|
-
startTop: number;
|
|
10186
|
+
pageY: number | null;
|
|
10187
|
+
startTop: number | null;
|
|
10238
10188
|
visible: boolean;
|
|
10239
10189
|
mouseOver: boolean;
|
|
10240
10190
|
};
|
|
@@ -10286,8 +10236,8 @@ export declare const UAutoComplete: {
|
|
|
10286
10236
|
}>, {
|
|
10287
10237
|
state: {
|
|
10288
10238
|
dragging: boolean;
|
|
10289
|
-
pageY: number;
|
|
10290
|
-
startTop: number;
|
|
10239
|
+
pageY: number | null;
|
|
10240
|
+
startTop: number | null;
|
|
10291
10241
|
visible: boolean;
|
|
10292
10242
|
mouseOver: boolean;
|
|
10293
10243
|
};
|
|
@@ -10379,8 +10329,8 @@ export declare const UAutoComplete: {
|
|
|
10379
10329
|
}>, {
|
|
10380
10330
|
state: {
|
|
10381
10331
|
dragging: boolean;
|
|
10382
|
-
pageY: number;
|
|
10383
|
-
startTop: number;
|
|
10332
|
+
pageY: number | null;
|
|
10333
|
+
startTop: number | null;
|
|
10384
10334
|
visible: boolean;
|
|
10385
10335
|
mouseOver: boolean;
|
|
10386
10336
|
};
|
|
@@ -10432,8 +10382,8 @@ export declare const UAutoComplete: {
|
|
|
10432
10382
|
}>, {
|
|
10433
10383
|
state: {
|
|
10434
10384
|
dragging: boolean;
|
|
10435
|
-
pageY: number;
|
|
10436
|
-
startTop: number;
|
|
10385
|
+
pageY: number | null;
|
|
10386
|
+
startTop: number | null;
|
|
10437
10387
|
visible: boolean;
|
|
10438
10388
|
mouseOver: boolean;
|
|
10439
10389
|
};
|
|
@@ -10478,8 +10428,8 @@ export declare const UAutoComplete: {
|
|
|
10478
10428
|
}>, {
|
|
10479
10429
|
state: {
|
|
10480
10430
|
dragging: boolean;
|
|
10481
|
-
pageY: number;
|
|
10482
|
-
startTop: number;
|
|
10431
|
+
pageY: number | null;
|
|
10432
|
+
startTop: number | null;
|
|
10483
10433
|
visible: boolean;
|
|
10484
10434
|
mouseOver: boolean;
|
|
10485
10435
|
};
|
|
@@ -10531,8 +10481,8 @@ export declare const UAutoComplete: {
|
|
|
10531
10481
|
}>, {
|
|
10532
10482
|
state: {
|
|
10533
10483
|
dragging: boolean;
|
|
10534
|
-
pageY: number;
|
|
10535
|
-
startTop: number;
|
|
10484
|
+
pageY: number | null;
|
|
10485
|
+
startTop: number | null;
|
|
10536
10486
|
visible: boolean;
|
|
10537
10487
|
mouseOver: boolean;
|
|
10538
10488
|
};
|
|
@@ -10627,9 +10577,7 @@ export declare const UAutoComplete: {
|
|
|
10627
10577
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10628
10578
|
ListItem: {
|
|
10629
10579
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
10630
|
-
slots:
|
|
10631
|
-
[name: string]: import("vue").Slot<any>;
|
|
10632
|
-
}>;
|
|
10580
|
+
slots: import("vue").Slots;
|
|
10633
10581
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10634
10582
|
[key: string]: any;
|
|
10635
10583
|
}>;
|
|
@@ -10662,8 +10610,8 @@ export declare const UAutoComplete: {
|
|
|
10662
10610
|
}>, {
|
|
10663
10611
|
state: {
|
|
10664
10612
|
dragging: boolean;
|
|
10665
|
-
pageY: number;
|
|
10666
|
-
startTop: number;
|
|
10613
|
+
pageY: number | null;
|
|
10614
|
+
startTop: number | null;
|
|
10667
10615
|
visible: boolean;
|
|
10668
10616
|
mouseOver: boolean;
|
|
10669
10617
|
};
|
|
@@ -10706,7 +10654,7 @@ export declare const UAutoComplete: {
|
|
|
10706
10654
|
scrollHeight: number;
|
|
10707
10655
|
count: number;
|
|
10708
10656
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10709
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10657
|
+
} & 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>);
|
|
10710
10658
|
Render: {
|
|
10711
10659
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
10712
10660
|
props: {
|
|
@@ -10729,7 +10677,7 @@ export declare const UAutoComplete: {
|
|
|
10729
10677
|
default: string;
|
|
10730
10678
|
};
|
|
10731
10679
|
icon: {
|
|
10732
|
-
type: import("vue").PropType<import("
|
|
10680
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10733
10681
|
};
|
|
10734
10682
|
}>> & Readonly<{
|
|
10735
10683
|
onClick?: (ev: Event) => any;
|
|
@@ -10776,7 +10724,7 @@ export declare const UAutoComplete: {
|
|
|
10776
10724
|
default: string;
|
|
10777
10725
|
};
|
|
10778
10726
|
icon: {
|
|
10779
|
-
type: import("vue").PropType<import("
|
|
10727
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10780
10728
|
};
|
|
10781
10729
|
}>> & Readonly<{
|
|
10782
10730
|
onClick?: (ev: Event) => any;
|
|
@@ -10818,7 +10766,7 @@ export declare const UAutoComplete: {
|
|
|
10818
10766
|
default: string;
|
|
10819
10767
|
};
|
|
10820
10768
|
icon: {
|
|
10821
|
-
type: import("vue").PropType<import("
|
|
10769
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10822
10770
|
};
|
|
10823
10771
|
}>> & Readonly<{
|
|
10824
10772
|
onClick?: (ev: Event) => any;
|
|
@@ -10845,7 +10793,7 @@ export declare const UAutoComplete: {
|
|
|
10845
10793
|
}, string, {
|
|
10846
10794
|
color: string;
|
|
10847
10795
|
spin: boolean;
|
|
10848
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
10796
|
+
}, {}, 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>);
|
|
10849
10797
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10850
10798
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
10851
10799
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10863,8 +10811,8 @@ export declare const UAutoComplete: {
|
|
|
10863
10811
|
type: StringConstructor;
|
|
10864
10812
|
};
|
|
10865
10813
|
options: {
|
|
10866
|
-
type: import("vue").PropType<import("
|
|
10867
|
-
default: () => import("
|
|
10814
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
10815
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
10868
10816
|
};
|
|
10869
10817
|
searchValue: {
|
|
10870
10818
|
type: StringConstructor;
|
|
@@ -10874,7 +10822,7 @@ export declare const UAutoComplete: {
|
|
|
10874
10822
|
default: boolean;
|
|
10875
10823
|
};
|
|
10876
10824
|
values: {
|
|
10877
|
-
type: import("vue").PropType<import("
|
|
10825
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
10878
10826
|
};
|
|
10879
10827
|
open: {
|
|
10880
10828
|
type: BooleanConstructor;
|
|
@@ -10907,7 +10855,7 @@ export declare const UAutoComplete: {
|
|
|
10907
10855
|
default: number;
|
|
10908
10856
|
};
|
|
10909
10857
|
width: {
|
|
10910
|
-
type: import("vue").PropType<number | "
|
|
10858
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
10911
10859
|
default: string;
|
|
10912
10860
|
};
|
|
10913
10861
|
direction: {
|
|
@@ -10935,17 +10883,15 @@ export declare const UAutoComplete: {
|
|
|
10935
10883
|
selectAllText: import("vue").ComputedRef<string>;
|
|
10936
10884
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
10937
10885
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
10938
|
-
onSelectValue: (item: import("
|
|
10886
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
10939
10887
|
onKeydown: (e: KeyboardEvent) => void;
|
|
10940
10888
|
scrollTop: (index: number) => void;
|
|
10941
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10942
|
-
[key: string]: any;
|
|
10943
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10889
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10944
10890
|
[key: string]: any;
|
|
10945
10891
|
}>;
|
|
10946
10892
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
10947
|
-
isItemSelected: (item: import("
|
|
10948
|
-
isItemDisabled: (item: import("
|
|
10893
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
10894
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
10949
10895
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
10950
10896
|
onScrollAtTop: () => void;
|
|
10951
10897
|
onScrollAtBottom: () => void;
|
|
@@ -10955,7 +10901,7 @@ export declare const UAutoComplete: {
|
|
|
10955
10901
|
size: string;
|
|
10956
10902
|
width: number | "container" | "auto";
|
|
10957
10903
|
virtual: boolean;
|
|
10958
|
-
options: import("
|
|
10904
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
10959
10905
|
multiple: boolean;
|
|
10960
10906
|
open: boolean;
|
|
10961
10907
|
defaultActiveFirst: boolean;
|
|
@@ -10967,8 +10913,8 @@ export declare const UAutoComplete: {
|
|
|
10967
10913
|
rawValue: import("vue").ComputedRef<string[]>;
|
|
10968
10914
|
stateOpen: import("vue").Ref<boolean, boolean>;
|
|
10969
10915
|
containerWidth: import("vue").Ref<number, number>;
|
|
10970
|
-
displayOptions: import("vue").ComputedRef<import("
|
|
10971
|
-
onInputChange: (value: import("
|
|
10916
|
+
displayOptions: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
10917
|
+
onInputChange: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
10972
10918
|
onInputFocus: (arg: any) => void;
|
|
10973
10919
|
onInputBlur: (arg: any) => void;
|
|
10974
10920
|
onInputKeydown: (e: Event) => void;
|
|
@@ -10987,7 +10933,7 @@ export declare const UAutoComplete: {
|
|
|
10987
10933
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
10988
10934
|
loading: boolean;
|
|
10989
10935
|
required: boolean;
|
|
10990
|
-
size: "
|
|
10936
|
+
size: "default" | "small" | "large";
|
|
10991
10937
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
10992
10938
|
disabled: boolean;
|
|
10993
10939
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -11013,7 +10959,7 @@ export declare const UAutoComplete: {
|
|
|
11013
10959
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
11014
10960
|
};
|
|
11015
10961
|
placement: {
|
|
11016
|
-
type: import("vue").PropType<"
|
|
10962
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
11017
10963
|
default: string;
|
|
11018
10964
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
11019
10965
|
};
|
|
@@ -11035,8 +10981,8 @@ export declare const UAutoComplete: {
|
|
|
11035
10981
|
type: StringConstructor;
|
|
11036
10982
|
};
|
|
11037
10983
|
trigger: {
|
|
11038
|
-
type: import("vue").PropType<("
|
|
11039
|
-
default: () => ("
|
|
10984
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
10985
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
11040
10986
|
};
|
|
11041
10987
|
mouseEnterDelay: {
|
|
11042
10988
|
type: NumberConstructor;
|
|
@@ -11104,7 +11050,7 @@ export declare const UAutoComplete: {
|
|
|
11104
11050
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
11105
11051
|
};
|
|
11106
11052
|
placement: {
|
|
11107
|
-
type: import("vue").PropType<"
|
|
11053
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
11108
11054
|
default: string;
|
|
11109
11055
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
11110
11056
|
};
|
|
@@ -11126,8 +11072,8 @@ export declare const UAutoComplete: {
|
|
|
11126
11072
|
type: StringConstructor;
|
|
11127
11073
|
};
|
|
11128
11074
|
trigger: {
|
|
11129
|
-
type: import("vue").PropType<("
|
|
11130
|
-
default: () => ("
|
|
11075
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
11076
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
11131
11077
|
};
|
|
11132
11078
|
mouseEnterDelay: {
|
|
11133
11079
|
type: NumberConstructor;
|
|
@@ -11195,7 +11141,7 @@ export declare const UAutoComplete: {
|
|
|
11195
11141
|
UInput: {
|
|
11196
11142
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
11197
11143
|
type: {
|
|
11198
|
-
type: import("vue").PropType<"
|
|
11144
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
11199
11145
|
default: string;
|
|
11200
11146
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
11201
11147
|
};
|
|
@@ -11208,9 +11154,9 @@ export declare const UAutoComplete: {
|
|
|
11208
11154
|
type: (StringConstructor | NumberConstructor)[];
|
|
11209
11155
|
};
|
|
11210
11156
|
size: {
|
|
11211
|
-
type: import("vue").PropType<"
|
|
11157
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
11212
11158
|
default: string;
|
|
11213
|
-
validator: (val: "
|
|
11159
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
11214
11160
|
};
|
|
11215
11161
|
placeholder: {
|
|
11216
11162
|
type: StringConstructor;
|
|
@@ -11224,7 +11170,7 @@ export declare const UAutoComplete: {
|
|
|
11224
11170
|
default: boolean;
|
|
11225
11171
|
};
|
|
11226
11172
|
autosize: {
|
|
11227
|
-
type: import("vue").PropType<boolean | import("
|
|
11173
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
11228
11174
|
default: boolean;
|
|
11229
11175
|
};
|
|
11230
11176
|
rows: {
|
|
@@ -11259,10 +11205,10 @@ export declare const UAutoComplete: {
|
|
|
11259
11205
|
default: string;
|
|
11260
11206
|
};
|
|
11261
11207
|
prefixIcon: {
|
|
11262
|
-
type: import("vue").PropType<import("
|
|
11208
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11263
11209
|
};
|
|
11264
11210
|
suffixIcon: {
|
|
11265
|
-
type: import("vue").PropType<import("
|
|
11211
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11266
11212
|
};
|
|
11267
11213
|
showWordLimit: {
|
|
11268
11214
|
type: BooleanConstructor;
|
|
@@ -11311,13 +11257,13 @@ export declare const UAutoComplete: {
|
|
|
11311
11257
|
type: NumberConstructor;
|
|
11312
11258
|
};
|
|
11313
11259
|
}>> & Readonly<{
|
|
11314
|
-
|
|
11315
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
11260
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11316
11261
|
onClear?: (ev: Event) => any;
|
|
11262
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11317
11263
|
onFocus?: (ev: Event) => any;
|
|
11318
11264
|
onBlur?: (ev: Event) => any;
|
|
11319
11265
|
onEnter?: (ev: Event) => any;
|
|
11320
|
-
"onUpdate:modelValue"?: (v: import("
|
|
11266
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11321
11267
|
onKeydown?: (ev: Event) => any;
|
|
11322
11268
|
onKeypress?: (ev: Event) => any;
|
|
11323
11269
|
onKeyup?: (ev: Event) => any;
|
|
@@ -11349,7 +11295,7 @@ export declare const UAutoComplete: {
|
|
|
11349
11295
|
handleBlur: (event: any) => void;
|
|
11350
11296
|
handleComposition: (event: any) => void;
|
|
11351
11297
|
handleInput: (event: any) => void;
|
|
11352
|
-
setStateValue: (value: import("
|
|
11298
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
11353
11299
|
resizeTextarea: () => void;
|
|
11354
11300
|
focus: () => void;
|
|
11355
11301
|
select: () => void;
|
|
@@ -11358,9 +11304,9 @@ export declare const UAutoComplete: {
|
|
|
11358
11304
|
handleToggleShowPassword: () => void;
|
|
11359
11305
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11360
11306
|
enter: (ev: Event) => boolean;
|
|
11361
|
-
search: (v: import("
|
|
11362
|
-
change: (v: import("
|
|
11363
|
-
'update:modelValue': (v: import("
|
|
11307
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
11308
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
11309
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
11364
11310
|
clear: (ev: Event) => boolean;
|
|
11365
11311
|
keydown: (ev: Event) => boolean;
|
|
11366
11312
|
keypress: (ev: Event) => boolean;
|
|
@@ -11369,13 +11315,13 @@ export declare const UAutoComplete: {
|
|
|
11369
11315
|
blur: (ev: Event) => boolean;
|
|
11370
11316
|
}, import("vue").PublicProps, {
|
|
11371
11317
|
type: "number" | "text" | "textarea" | "password";
|
|
11372
|
-
search: boolean;
|
|
11373
11318
|
required: boolean;
|
|
11374
|
-
size: "
|
|
11319
|
+
size: "default" | "small" | "large";
|
|
11320
|
+
search: boolean;
|
|
11375
11321
|
disabled: boolean;
|
|
11376
11322
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
11377
11323
|
placeholder: string;
|
|
11378
|
-
autosize: boolean | import("
|
|
11324
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
11379
11325
|
rows: number;
|
|
11380
11326
|
readonly: boolean;
|
|
11381
11327
|
autofocus: boolean;
|
|
@@ -11406,7 +11352,7 @@ export declare const UAutoComplete: {
|
|
|
11406
11352
|
default: string;
|
|
11407
11353
|
};
|
|
11408
11354
|
icon: {
|
|
11409
|
-
type: import("vue").PropType<import("
|
|
11355
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11410
11356
|
};
|
|
11411
11357
|
}>> & Readonly<{
|
|
11412
11358
|
onClick?: (ev: Event) => any;
|
|
@@ -11453,7 +11399,7 @@ export declare const UAutoComplete: {
|
|
|
11453
11399
|
default: string;
|
|
11454
11400
|
};
|
|
11455
11401
|
icon: {
|
|
11456
|
-
type: import("vue").PropType<import("
|
|
11402
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11457
11403
|
};
|
|
11458
11404
|
}>> & Readonly<{
|
|
11459
11405
|
onClick?: (ev: Event) => any;
|
|
@@ -11495,7 +11441,7 @@ export declare const UAutoComplete: {
|
|
|
11495
11441
|
default: string;
|
|
11496
11442
|
};
|
|
11497
11443
|
icon: {
|
|
11498
|
-
type: import("vue").PropType<import("
|
|
11444
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11499
11445
|
};
|
|
11500
11446
|
}>> & Readonly<{
|
|
11501
11447
|
onClick?: (ev: Event) => any;
|
|
@@ -11522,7 +11468,7 @@ export declare const UAutoComplete: {
|
|
|
11522
11468
|
}, string, {
|
|
11523
11469
|
color: string;
|
|
11524
11470
|
spin: boolean;
|
|
11525
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
11471
|
+
}, {}, 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>);
|
|
11526
11472
|
Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
11527
11473
|
CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
11528
11474
|
Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -11536,7 +11482,7 @@ export declare const UAutoComplete: {
|
|
|
11536
11482
|
Defaults: {};
|
|
11537
11483
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
11538
11484
|
type: {
|
|
11539
|
-
type: import("vue").PropType<"
|
|
11485
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
11540
11486
|
default: string;
|
|
11541
11487
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
11542
11488
|
};
|
|
@@ -11549,9 +11495,9 @@ export declare const UAutoComplete: {
|
|
|
11549
11495
|
type: (StringConstructor | NumberConstructor)[];
|
|
11550
11496
|
};
|
|
11551
11497
|
size: {
|
|
11552
|
-
type: import("vue").PropType<"
|
|
11498
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
11553
11499
|
default: string;
|
|
11554
|
-
validator: (val: "
|
|
11500
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
11555
11501
|
};
|
|
11556
11502
|
placeholder: {
|
|
11557
11503
|
type: StringConstructor;
|
|
@@ -11565,7 +11511,7 @@ export declare const UAutoComplete: {
|
|
|
11565
11511
|
default: boolean;
|
|
11566
11512
|
};
|
|
11567
11513
|
autosize: {
|
|
11568
|
-
type: import("vue").PropType<boolean | import("
|
|
11514
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
11569
11515
|
default: boolean;
|
|
11570
11516
|
};
|
|
11571
11517
|
rows: {
|
|
@@ -11600,10 +11546,10 @@ export declare const UAutoComplete: {
|
|
|
11600
11546
|
default: string;
|
|
11601
11547
|
};
|
|
11602
11548
|
prefixIcon: {
|
|
11603
|
-
type: import("vue").PropType<import("
|
|
11549
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11604
11550
|
};
|
|
11605
11551
|
suffixIcon: {
|
|
11606
|
-
type: import("vue").PropType<import("
|
|
11552
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11607
11553
|
};
|
|
11608
11554
|
showWordLimit: {
|
|
11609
11555
|
type: BooleanConstructor;
|
|
@@ -11652,13 +11598,13 @@ export declare const UAutoComplete: {
|
|
|
11652
11598
|
type: NumberConstructor;
|
|
11653
11599
|
};
|
|
11654
11600
|
}>> & Readonly<{
|
|
11655
|
-
|
|
11656
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
11601
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11657
11602
|
onClear?: (ev: Event) => any;
|
|
11603
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11658
11604
|
onFocus?: (ev: Event) => any;
|
|
11659
11605
|
onBlur?: (ev: Event) => any;
|
|
11660
11606
|
onEnter?: (ev: Event) => any;
|
|
11661
|
-
"onUpdate:modelValue"?: (v: import("
|
|
11607
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11662
11608
|
onKeydown?: (ev: Event) => any;
|
|
11663
11609
|
onKeypress?: (ev: Event) => any;
|
|
11664
11610
|
onKeyup?: (ev: Event) => any;
|
|
@@ -11690,7 +11636,7 @@ export declare const UAutoComplete: {
|
|
|
11690
11636
|
handleBlur: (event: any) => void;
|
|
11691
11637
|
handleComposition: (event: any) => void;
|
|
11692
11638
|
handleInput: (event: any) => void;
|
|
11693
|
-
setStateValue: (value: import("
|
|
11639
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
11694
11640
|
resizeTextarea: () => void;
|
|
11695
11641
|
focus: () => void;
|
|
11696
11642
|
select: () => void;
|
|
@@ -11699,13 +11645,13 @@ export declare const UAutoComplete: {
|
|
|
11699
11645
|
handleToggleShowPassword: () => void;
|
|
11700
11646
|
}, {}, {}, {}, {
|
|
11701
11647
|
type: "number" | "text" | "textarea" | "password";
|
|
11702
|
-
search: boolean;
|
|
11703
11648
|
required: boolean;
|
|
11704
|
-
size: "
|
|
11649
|
+
size: "default" | "small" | "large";
|
|
11650
|
+
search: boolean;
|
|
11705
11651
|
disabled: boolean;
|
|
11706
11652
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
11707
11653
|
placeholder: string;
|
|
11708
|
-
autosize: boolean | import("
|
|
11654
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
11709
11655
|
rows: number;
|
|
11710
11656
|
readonly: boolean;
|
|
11711
11657
|
autofocus: boolean;
|
|
@@ -11727,7 +11673,7 @@ export declare const UAutoComplete: {
|
|
|
11727
11673
|
__isSuspense?: never;
|
|
11728
11674
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11729
11675
|
type: {
|
|
11730
|
-
type: import("vue").PropType<"
|
|
11676
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
11731
11677
|
default: string;
|
|
11732
11678
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
11733
11679
|
};
|
|
@@ -11740,9 +11686,9 @@ export declare const UAutoComplete: {
|
|
|
11740
11686
|
type: (StringConstructor | NumberConstructor)[];
|
|
11741
11687
|
};
|
|
11742
11688
|
size: {
|
|
11743
|
-
type: import("vue").PropType<"
|
|
11689
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
11744
11690
|
default: string;
|
|
11745
|
-
validator: (val: "
|
|
11691
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
11746
11692
|
};
|
|
11747
11693
|
placeholder: {
|
|
11748
11694
|
type: StringConstructor;
|
|
@@ -11756,7 +11702,7 @@ export declare const UAutoComplete: {
|
|
|
11756
11702
|
default: boolean;
|
|
11757
11703
|
};
|
|
11758
11704
|
autosize: {
|
|
11759
|
-
type: import("vue").PropType<boolean | import("
|
|
11705
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
11760
11706
|
default: boolean;
|
|
11761
11707
|
};
|
|
11762
11708
|
rows: {
|
|
@@ -11791,10 +11737,10 @@ export declare const UAutoComplete: {
|
|
|
11791
11737
|
default: string;
|
|
11792
11738
|
};
|
|
11793
11739
|
prefixIcon: {
|
|
11794
|
-
type: import("vue").PropType<import("
|
|
11740
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11795
11741
|
};
|
|
11796
11742
|
suffixIcon: {
|
|
11797
|
-
type: import("vue").PropType<import("
|
|
11743
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11798
11744
|
};
|
|
11799
11745
|
showWordLimit: {
|
|
11800
11746
|
type: BooleanConstructor;
|
|
@@ -11843,13 +11789,13 @@ export declare const UAutoComplete: {
|
|
|
11843
11789
|
type: NumberConstructor;
|
|
11844
11790
|
};
|
|
11845
11791
|
}>> & Readonly<{
|
|
11846
|
-
|
|
11847
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
11792
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11848
11793
|
onClear?: (ev: Event) => any;
|
|
11794
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11849
11795
|
onFocus?: (ev: Event) => any;
|
|
11850
11796
|
onBlur?: (ev: Event) => any;
|
|
11851
11797
|
onEnter?: (ev: Event) => any;
|
|
11852
|
-
"onUpdate:modelValue"?: (v: import("
|
|
11798
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
11853
11799
|
onKeydown?: (ev: Event) => any;
|
|
11854
11800
|
onKeypress?: (ev: Event) => any;
|
|
11855
11801
|
onKeyup?: (ev: Event) => any;
|
|
@@ -11881,7 +11827,7 @@ export declare const UAutoComplete: {
|
|
|
11881
11827
|
handleBlur: (event: any) => void;
|
|
11882
11828
|
handleComposition: (event: any) => void;
|
|
11883
11829
|
handleInput: (event: any) => void;
|
|
11884
|
-
setStateValue: (value: import("
|
|
11830
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
11885
11831
|
resizeTextarea: () => void;
|
|
11886
11832
|
focus: () => void;
|
|
11887
11833
|
select: () => void;
|
|
@@ -11890,9 +11836,9 @@ export declare const UAutoComplete: {
|
|
|
11890
11836
|
handleToggleShowPassword: () => void;
|
|
11891
11837
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11892
11838
|
enter: (ev: Event) => boolean;
|
|
11893
|
-
search: (v: import("
|
|
11894
|
-
change: (v: import("
|
|
11895
|
-
'update:modelValue': (v: import("
|
|
11839
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
11840
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
11841
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
11896
11842
|
clear: (ev: Event) => boolean;
|
|
11897
11843
|
keydown: (ev: Event) => boolean;
|
|
11898
11844
|
keypress: (ev: Event) => boolean;
|
|
@@ -11901,13 +11847,13 @@ export declare const UAutoComplete: {
|
|
|
11901
11847
|
blur: (ev: Event) => boolean;
|
|
11902
11848
|
}, string, {
|
|
11903
11849
|
type: "number" | "text" | "textarea" | "password";
|
|
11904
|
-
search: boolean;
|
|
11905
11850
|
required: boolean;
|
|
11906
|
-
size: "
|
|
11851
|
+
size: "default" | "small" | "large";
|
|
11852
|
+
search: boolean;
|
|
11907
11853
|
disabled: boolean;
|
|
11908
11854
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
11909
11855
|
placeholder: string;
|
|
11910
|
-
autosize: boolean | import("
|
|
11856
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
11911
11857
|
rows: number;
|
|
11912
11858
|
readonly: boolean;
|
|
11913
11859
|
autofocus: boolean;
|
|
@@ -11938,7 +11884,7 @@ export declare const UAutoComplete: {
|
|
|
11938
11884
|
default: string;
|
|
11939
11885
|
};
|
|
11940
11886
|
icon: {
|
|
11941
|
-
type: import("vue").PropType<import("
|
|
11887
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11942
11888
|
};
|
|
11943
11889
|
}>> & Readonly<{
|
|
11944
11890
|
onClick?: (ev: Event) => any;
|
|
@@ -11985,7 +11931,7 @@ export declare const UAutoComplete: {
|
|
|
11985
11931
|
default: string;
|
|
11986
11932
|
};
|
|
11987
11933
|
icon: {
|
|
11988
|
-
type: import("vue").PropType<import("
|
|
11934
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11989
11935
|
};
|
|
11990
11936
|
}>> & Readonly<{
|
|
11991
11937
|
onClick?: (ev: Event) => any;
|
|
@@ -12027,7 +11973,7 @@ export declare const UAutoComplete: {
|
|
|
12027
11973
|
default: string;
|
|
12028
11974
|
};
|
|
12029
11975
|
icon: {
|
|
12030
|
-
type: import("vue").PropType<import("
|
|
11976
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12031
11977
|
};
|
|
12032
11978
|
}>> & Readonly<{
|
|
12033
11979
|
onClick?: (ev: Event) => any;
|
|
@@ -12054,12 +12000,12 @@ export declare const UAutoComplete: {
|
|
|
12054
12000
|
}, string, {
|
|
12055
12001
|
color: string;
|
|
12056
12002
|
spin: boolean;
|
|
12057
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
12003
|
+
}, {}, 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>);
|
|
12058
12004
|
Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
12059
12005
|
CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
12060
12006
|
Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
12061
12007
|
EyeOff: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
12062
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
12008
|
+
} & 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>);
|
|
12063
12009
|
UIcon: {
|
|
12064
12010
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
12065
12011
|
rotate: {
|
|
@@ -12074,7 +12020,7 @@ export declare const UAutoComplete: {
|
|
|
12074
12020
|
default: string;
|
|
12075
12021
|
};
|
|
12076
12022
|
icon: {
|
|
12077
|
-
type: import("vue").PropType<import("
|
|
12023
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12078
12024
|
};
|
|
12079
12025
|
}>> & Readonly<{
|
|
12080
12026
|
onClick?: (ev: Event) => any;
|
|
@@ -12121,7 +12067,7 @@ export declare const UAutoComplete: {
|
|
|
12121
12067
|
default: string;
|
|
12122
12068
|
};
|
|
12123
12069
|
icon: {
|
|
12124
|
-
type: import("vue").PropType<import("
|
|
12070
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12125
12071
|
};
|
|
12126
12072
|
}>> & Readonly<{
|
|
12127
12073
|
onClick?: (ev: Event) => any;
|
|
@@ -12163,7 +12109,7 @@ export declare const UAutoComplete: {
|
|
|
12163
12109
|
default: string;
|
|
12164
12110
|
};
|
|
12165
12111
|
icon: {
|
|
12166
|
-
type: import("vue").PropType<import("
|
|
12112
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12167
12113
|
};
|
|
12168
12114
|
}>> & Readonly<{
|
|
12169
12115
|
onClick?: (ev: Event) => any;
|
|
@@ -12190,7 +12136,7 @@ export declare const UAutoComplete: {
|
|
|
12190
12136
|
}, string, {
|
|
12191
12137
|
color: string;
|
|
12192
12138
|
spin: boolean;
|
|
12193
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
12139
|
+
}, {}, 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>);
|
|
12194
12140
|
DropdownMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12195
12141
|
prefixCls: {
|
|
12196
12142
|
type: StringConstructor;
|
|
@@ -12199,8 +12145,8 @@ export declare const UAutoComplete: {
|
|
|
12199
12145
|
type: StringConstructor;
|
|
12200
12146
|
};
|
|
12201
12147
|
options: {
|
|
12202
|
-
type: import("vue").PropType<import("
|
|
12203
|
-
default: () => import("
|
|
12148
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
12149
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
12204
12150
|
};
|
|
12205
12151
|
searchValue: {
|
|
12206
12152
|
type: StringConstructor;
|
|
@@ -12210,7 +12156,7 @@ export declare const UAutoComplete: {
|
|
|
12210
12156
|
default: boolean;
|
|
12211
12157
|
};
|
|
12212
12158
|
values: {
|
|
12213
|
-
type: import("vue").PropType<import("
|
|
12159
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
12214
12160
|
};
|
|
12215
12161
|
open: {
|
|
12216
12162
|
type: BooleanConstructor;
|
|
@@ -12243,7 +12189,7 @@ export declare const UAutoComplete: {
|
|
|
12243
12189
|
default: number;
|
|
12244
12190
|
};
|
|
12245
12191
|
width: {
|
|
12246
|
-
type: import("vue").PropType<number | "
|
|
12192
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
12247
12193
|
default: string;
|
|
12248
12194
|
};
|
|
12249
12195
|
direction: {
|
|
@@ -12264,22 +12210,20 @@ export declare const UAutoComplete: {
|
|
|
12264
12210
|
selectAllText: import("vue").ComputedRef<string>;
|
|
12265
12211
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
12266
12212
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
12267
|
-
onSelectValue: (item: import("
|
|
12213
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
12268
12214
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12269
12215
|
scrollTop: (index: number) => void;
|
|
12270
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12271
|
-
[key: string]: any;
|
|
12272
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12216
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12273
12217
|
[key: string]: any;
|
|
12274
12218
|
}>;
|
|
12275
12219
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
12276
|
-
isItemSelected: (item: import("
|
|
12277
|
-
isItemDisabled: (item: import("
|
|
12220
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
12221
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
12278
12222
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
12279
12223
|
onScrollAtTop: () => void;
|
|
12280
12224
|
onScrollAtBottom: () => void;
|
|
12281
12225
|
handleSelectAllChange: (status: boolean) => void;
|
|
12282
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
12226
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], "close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12283
12227
|
prefixCls: {
|
|
12284
12228
|
type: StringConstructor;
|
|
12285
12229
|
};
|
|
@@ -12287,8 +12231,8 @@ export declare const UAutoComplete: {
|
|
|
12287
12231
|
type: StringConstructor;
|
|
12288
12232
|
};
|
|
12289
12233
|
options: {
|
|
12290
|
-
type: import("vue").PropType<import("
|
|
12291
|
-
default: () => import("
|
|
12234
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
12235
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
12292
12236
|
};
|
|
12293
12237
|
searchValue: {
|
|
12294
12238
|
type: StringConstructor;
|
|
@@ -12298,7 +12242,7 @@ export declare const UAutoComplete: {
|
|
|
12298
12242
|
default: boolean;
|
|
12299
12243
|
};
|
|
12300
12244
|
values: {
|
|
12301
|
-
type: import("vue").PropType<import("
|
|
12245
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
12302
12246
|
};
|
|
12303
12247
|
open: {
|
|
12304
12248
|
type: BooleanConstructor;
|
|
@@ -12331,7 +12275,7 @@ export declare const UAutoComplete: {
|
|
|
12331
12275
|
default: number;
|
|
12332
12276
|
};
|
|
12333
12277
|
width: {
|
|
12334
|
-
type: import("vue").PropType<number | "
|
|
12278
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
12335
12279
|
default: string;
|
|
12336
12280
|
};
|
|
12337
12281
|
direction: {
|
|
@@ -12354,7 +12298,7 @@ export declare const UAutoComplete: {
|
|
|
12354
12298
|
size: string;
|
|
12355
12299
|
width: number | "container" | "auto";
|
|
12356
12300
|
virtual: boolean;
|
|
12357
|
-
options: import("
|
|
12301
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
12358
12302
|
multiple: boolean;
|
|
12359
12303
|
open: boolean;
|
|
12360
12304
|
defaultActiveFirst: boolean;
|
|
@@ -12413,8 +12357,8 @@ export declare const UAutoComplete: {
|
|
|
12413
12357
|
}>, {
|
|
12414
12358
|
state: {
|
|
12415
12359
|
dragging: boolean;
|
|
12416
|
-
pageY: number;
|
|
12417
|
-
startTop: number;
|
|
12360
|
+
pageY: number | null;
|
|
12361
|
+
startTop: number | null;
|
|
12418
12362
|
visible: boolean;
|
|
12419
12363
|
mouseOver: boolean;
|
|
12420
12364
|
};
|
|
@@ -12466,8 +12410,8 @@ export declare const UAutoComplete: {
|
|
|
12466
12410
|
}>, {
|
|
12467
12411
|
state: {
|
|
12468
12412
|
dragging: boolean;
|
|
12469
|
-
pageY: number;
|
|
12470
|
-
startTop: number;
|
|
12413
|
+
pageY: number | null;
|
|
12414
|
+
startTop: number | null;
|
|
12471
12415
|
visible: boolean;
|
|
12472
12416
|
mouseOver: boolean;
|
|
12473
12417
|
};
|
|
@@ -12512,8 +12456,8 @@ export declare const UAutoComplete: {
|
|
|
12512
12456
|
}>, {
|
|
12513
12457
|
state: {
|
|
12514
12458
|
dragging: boolean;
|
|
12515
|
-
pageY: number;
|
|
12516
|
-
startTop: number;
|
|
12459
|
+
pageY: number | null;
|
|
12460
|
+
startTop: number | null;
|
|
12517
12461
|
visible: boolean;
|
|
12518
12462
|
mouseOver: boolean;
|
|
12519
12463
|
};
|
|
@@ -12565,8 +12509,8 @@ export declare const UAutoComplete: {
|
|
|
12565
12509
|
}>, {
|
|
12566
12510
|
state: {
|
|
12567
12511
|
dragging: boolean;
|
|
12568
|
-
pageY: number;
|
|
12569
|
-
startTop: number;
|
|
12512
|
+
pageY: number | null;
|
|
12513
|
+
startTop: number | null;
|
|
12570
12514
|
visible: boolean;
|
|
12571
12515
|
mouseOver: boolean;
|
|
12572
12516
|
};
|
|
@@ -12661,9 +12605,7 @@ export declare const UAutoComplete: {
|
|
|
12661
12605
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12662
12606
|
ListItem: {
|
|
12663
12607
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
12664
|
-
slots:
|
|
12665
|
-
[name: string]: import("vue").Slot<any>;
|
|
12666
|
-
}>;
|
|
12608
|
+
slots: import("vue").Slots;
|
|
12667
12609
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12668
12610
|
[key: string]: any;
|
|
12669
12611
|
}>;
|
|
@@ -12696,8 +12638,8 @@ export declare const UAutoComplete: {
|
|
|
12696
12638
|
}>, {
|
|
12697
12639
|
state: {
|
|
12698
12640
|
dragging: boolean;
|
|
12699
|
-
pageY: number;
|
|
12700
|
-
startTop: number;
|
|
12641
|
+
pageY: number | null;
|
|
12642
|
+
startTop: number | null;
|
|
12701
12643
|
visible: boolean;
|
|
12702
12644
|
mouseOver: boolean;
|
|
12703
12645
|
};
|
|
@@ -12797,8 +12739,8 @@ export declare const UAutoComplete: {
|
|
|
12797
12739
|
}>, {
|
|
12798
12740
|
state: {
|
|
12799
12741
|
dragging: boolean;
|
|
12800
|
-
pageY: number;
|
|
12801
|
-
startTop: number;
|
|
12742
|
+
pageY: number | null;
|
|
12743
|
+
startTop: number | null;
|
|
12802
12744
|
visible: boolean;
|
|
12803
12745
|
mouseOver: boolean;
|
|
12804
12746
|
};
|
|
@@ -12850,8 +12792,8 @@ export declare const UAutoComplete: {
|
|
|
12850
12792
|
}>, {
|
|
12851
12793
|
state: {
|
|
12852
12794
|
dragging: boolean;
|
|
12853
|
-
pageY: number;
|
|
12854
|
-
startTop: number;
|
|
12795
|
+
pageY: number | null;
|
|
12796
|
+
startTop: number | null;
|
|
12855
12797
|
visible: boolean;
|
|
12856
12798
|
mouseOver: boolean;
|
|
12857
12799
|
};
|
|
@@ -12896,8 +12838,8 @@ export declare const UAutoComplete: {
|
|
|
12896
12838
|
}>, {
|
|
12897
12839
|
state: {
|
|
12898
12840
|
dragging: boolean;
|
|
12899
|
-
pageY: number;
|
|
12900
|
-
startTop: number;
|
|
12841
|
+
pageY: number | null;
|
|
12842
|
+
startTop: number | null;
|
|
12901
12843
|
visible: boolean;
|
|
12902
12844
|
mouseOver: boolean;
|
|
12903
12845
|
};
|
|
@@ -12949,8 +12891,8 @@ export declare const UAutoComplete: {
|
|
|
12949
12891
|
}>, {
|
|
12950
12892
|
state: {
|
|
12951
12893
|
dragging: boolean;
|
|
12952
|
-
pageY: number;
|
|
12953
|
-
startTop: number;
|
|
12894
|
+
pageY: number | null;
|
|
12895
|
+
startTop: number | null;
|
|
12954
12896
|
visible: boolean;
|
|
12955
12897
|
mouseOver: boolean;
|
|
12956
12898
|
};
|
|
@@ -13042,8 +12984,8 @@ export declare const UAutoComplete: {
|
|
|
13042
12984
|
}>, {
|
|
13043
12985
|
state: {
|
|
13044
12986
|
dragging: boolean;
|
|
13045
|
-
pageY: number;
|
|
13046
|
-
startTop: number;
|
|
12987
|
+
pageY: number | null;
|
|
12988
|
+
startTop: number | null;
|
|
13047
12989
|
visible: boolean;
|
|
13048
12990
|
mouseOver: boolean;
|
|
13049
12991
|
};
|
|
@@ -13095,8 +13037,8 @@ export declare const UAutoComplete: {
|
|
|
13095
13037
|
}>, {
|
|
13096
13038
|
state: {
|
|
13097
13039
|
dragging: boolean;
|
|
13098
|
-
pageY: number;
|
|
13099
|
-
startTop: number;
|
|
13040
|
+
pageY: number | null;
|
|
13041
|
+
startTop: number | null;
|
|
13100
13042
|
visible: boolean;
|
|
13101
13043
|
mouseOver: boolean;
|
|
13102
13044
|
};
|
|
@@ -13141,8 +13083,8 @@ export declare const UAutoComplete: {
|
|
|
13141
13083
|
}>, {
|
|
13142
13084
|
state: {
|
|
13143
13085
|
dragging: boolean;
|
|
13144
|
-
pageY: number;
|
|
13145
|
-
startTop: number;
|
|
13086
|
+
pageY: number | null;
|
|
13087
|
+
startTop: number | null;
|
|
13146
13088
|
visible: boolean;
|
|
13147
13089
|
mouseOver: boolean;
|
|
13148
13090
|
};
|
|
@@ -13194,8 +13136,8 @@ export declare const UAutoComplete: {
|
|
|
13194
13136
|
}>, {
|
|
13195
13137
|
state: {
|
|
13196
13138
|
dragging: boolean;
|
|
13197
|
-
pageY: number;
|
|
13198
|
-
startTop: number;
|
|
13139
|
+
pageY: number | null;
|
|
13140
|
+
startTop: number | null;
|
|
13199
13141
|
visible: boolean;
|
|
13200
13142
|
mouseOver: boolean;
|
|
13201
13143
|
};
|
|
@@ -13290,9 +13232,7 @@ export declare const UAutoComplete: {
|
|
|
13290
13232
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13291
13233
|
ListItem: {
|
|
13292
13234
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
13293
|
-
slots:
|
|
13294
|
-
[name: string]: import("vue").Slot<any>;
|
|
13295
|
-
}>;
|
|
13235
|
+
slots: import("vue").Slots;
|
|
13296
13236
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13297
13237
|
[key: string]: any;
|
|
13298
13238
|
}>;
|
|
@@ -13325,8 +13265,8 @@ export declare const UAutoComplete: {
|
|
|
13325
13265
|
}>, {
|
|
13326
13266
|
state: {
|
|
13327
13267
|
dragging: boolean;
|
|
13328
|
-
pageY: number;
|
|
13329
|
-
startTop: number;
|
|
13268
|
+
pageY: number | null;
|
|
13269
|
+
startTop: number | null;
|
|
13330
13270
|
visible: boolean;
|
|
13331
13271
|
mouseOver: boolean;
|
|
13332
13272
|
};
|
|
@@ -13369,7 +13309,7 @@ export declare const UAutoComplete: {
|
|
|
13369
13309
|
scrollHeight: number;
|
|
13370
13310
|
count: number;
|
|
13371
13311
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13372
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
13312
|
+
} & 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>);
|
|
13373
13313
|
Render: {
|
|
13374
13314
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
13375
13315
|
props: {
|
|
@@ -13392,7 +13332,7 @@ export declare const UAutoComplete: {
|
|
|
13392
13332
|
default: string;
|
|
13393
13333
|
};
|
|
13394
13334
|
icon: {
|
|
13395
|
-
type: import("vue").PropType<import("
|
|
13335
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
13396
13336
|
};
|
|
13397
13337
|
}>> & Readonly<{
|
|
13398
13338
|
onClick?: (ev: Event) => any;
|
|
@@ -13439,7 +13379,7 @@ export declare const UAutoComplete: {
|
|
|
13439
13379
|
default: string;
|
|
13440
13380
|
};
|
|
13441
13381
|
icon: {
|
|
13442
|
-
type: import("vue").PropType<import("
|
|
13382
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
13443
13383
|
};
|
|
13444
13384
|
}>> & Readonly<{
|
|
13445
13385
|
onClick?: (ev: Event) => any;
|
|
@@ -13481,7 +13421,7 @@ export declare const UAutoComplete: {
|
|
|
13481
13421
|
default: string;
|
|
13482
13422
|
};
|
|
13483
13423
|
icon: {
|
|
13484
|
-
type: import("vue").PropType<import("
|
|
13424
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
13485
13425
|
};
|
|
13486
13426
|
}>> & Readonly<{
|
|
13487
13427
|
onClick?: (ev: Event) => any;
|
|
@@ -13508,12 +13448,12 @@ export declare const UAutoComplete: {
|
|
|
13508
13448
|
}, string, {
|
|
13509
13449
|
color: string;
|
|
13510
13450
|
spin: boolean;
|
|
13511
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
13451
|
+
}, {}, 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>);
|
|
13512
13452
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
13513
13453
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
13514
13454
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13515
13455
|
LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
13516
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
13456
|
+
} & 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>);
|
|
13517
13457
|
export default UAutoComplete;
|
|
13518
13458
|
export { Option as UOption, OptionGroup as UOptionGroup };
|
|
13519
13459
|
export * from './AuoComplete.type';
|