@uzum-tech/ui 2.3.2 → 2.3.3
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/dist/index.js +28216 -27711
- package/dist/index.mjs +28479 -27974
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/es/_internal/close/src/Close.d.ts +1 -1
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
- package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
- package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
- package/es/_internal/select-menu/src/interface.d.ts +650 -2
- package/es/_internal/select-menu/src/interface.mjs +81 -0
- package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
- package/es/_internal/select-menu/styles/dark.mjs +5 -1
- package/es/_internal/select-menu/styles/light.d.ts +123 -0
- package/es/_internal/select-menu/styles/light.mjs +5 -1
- package/es/_internal/selection/src/Selection.d.ts +3 -3
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_internal/typography/src/text.d.ts +3 -3
- package/es/action-card/src/ActionCard.d.ts +2 -2
- package/es/affix/src/Affix.d.ts +1 -1
- package/es/alert/src/Alert.d.ts +1 -1
- package/es/anchor/src/AnchorAdapter.d.ts +1 -1
- package/es/anchor/src/BaseAnchor.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/es/auto-complete/styles/light.d.ts +123 -0
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/badge/src/Badge.d.ts +1 -1
- package/es/button/src/Button.d.ts +7 -7
- package/es/button-group/src/ButtonGroup.d.ts +1 -1
- package/es/card/src/Card.d.ts +1 -1
- package/es/card-list/src/CardListItem.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +4 -4
- package/es/carousel/src/CarouselDots.d.ts +2 -2
- package/es/cascader/src/Cascader.d.ts +1404 -51
- package/es/cascader/src/CascaderMenu.d.ts +492 -0
- package/es/cascader/src/CascaderOption.d.ts +492 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/es/cascader/styles/light.d.ts +123 -0
- package/es/chat/src/Chat.d.ts +5868 -87
- package/es/chat/src/ChatListItems.d.ts +1849 -4
- package/es/chat/src/ChatMainArea.d.ts +1849 -4
- package/es/chat/src/ChatMessages.d.ts +1849 -4
- package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/es/chat/styles/dark.d.ts +123 -0
- package/es/chat/styles/light.d.ts +123 -0
- package/es/checkbox/src/Checkbox.d.ts +7 -7
- package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/es/code/src/Code.d.ts +2 -2
- package/es/color-picker/src/ColorPicker.d.ts +1 -1
- package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/es/components.d.ts +19177 -419
- package/es/config-provider/src/ConfigProvider.d.ts +1 -1
- package/es/config-provider/src/context.mjs +1 -1
- package/es/crop/src/Crop.d.ts +1 -1
- package/es/data-table/src/DataTable.d.ts +2087 -119
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
- package/es/data-table/src/TableParts/Body.d.ts +985 -1
- package/es/data-table/src/TableParts/Header.d.ts +985 -1
- package/es/data-table/src/interface.d.ts +738 -0
- package/es/data-table/styles/light.d.ts +246 -0
- package/es/date-picker/src/DatePicker.d.ts +3 -3
- package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/es/descriptions/src/Descriptions.d.ts +2 -2
- package/es/dialog/src/Dialog.d.ts +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +1 -1
- package/es/dialog/src/DialogProvider.d.ts +52 -52
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/divider/src/Divider.d.ts +1 -1
- package/es/drawer/src/Drawer.d.ts +2 -2
- package/es/dropdown/src/Dropdown.d.ts +4 -4
- package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
- package/es/dynamic-input/src/InputPreset.d.ts +1 -1
- package/es/dynamic-input/src/PairPreset.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/es/empty/src/Empty.d.ts +1 -1
- package/es/flex/src/Flex.d.ts +1 -1
- package/es/float-button/src/FloatButton.d.ts +1 -1
- package/es/form/src/Form.d.ts +1 -1
- package/es/form/src/FormItem.d.ts +3 -3
- package/es/form/src/FormItemCol.d.ts +3 -3
- package/es/form/src/FormItemGridItem.d.ts +3 -3
- package/es/form/src/FormItemRow.d.ts +2 -2
- package/es/form/src/utils.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +2 -2
- package/es/header/src/Header.d.ts +1 -1
- package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
- package/es/heatmap/src/Heatmap.d.ts +1 -1
- package/es/icon-bar/src/IconBarItem.d.ts +4 -4
- package/es/icon-pack/src/IconPack.d.ts +2 -2
- package/es/image/src/Image.d.ts +1 -1
- package/es/input/src/Input.d.ts +7 -7
- package/es/input-number/src/InputNumber.d.ts +3 -3
- package/es/input-otp/src/InputOtp.d.ts +2 -2
- package/es/kanban/src/Kanban.d.ts +1 -1
- package/es/layout/src/LayoutSider.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +2 -2
- package/es/list/src/List.d.ts +9 -9
- package/es/list/src/ListItem.d.ts +10 -10
- package/es/locales/common/enUS.d.ts +1 -0
- package/es/locales/common/enUS.mjs +2 -1
- package/es/locales/common/ruRU.mjs +2 -1
- package/es/locales/common/uzUZ.mjs +2 -1
- package/es/locales/common/zhCN.mjs +2 -1
- package/es/mention/src/Mention.d.ts +1388 -32
- package/es/mention/styles/light.d.ts +123 -0
- package/es/menu/src/Menu.d.ts +3 -3
- package/es/menu/src/MenuOption.d.ts +1 -1
- package/es/menu/src/MenuOptionContent.d.ts +2 -2
- package/es/menu/src/MenuOptionGroup.d.ts +1 -1
- package/es/menu/src/Submenu.d.ts +1 -1
- package/es/message-bubble/src/MessageBubble.d.ts +3 -3
- package/es/modal/src/BodyWrapper.d.ts +2 -2
- package/es/modal/src/Modal.d.ts +4 -4
- package/es/modal/src/ModalEnvironment.d.ts +4 -4
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
- package/es/notification/src/Notification.d.ts +2 -2
- package/es/notification/src/NotificationEnvironment.d.ts +1 -1
- package/es/notification/src/NotificationProvider.d.ts +12 -12
- package/es/number-animation/src/NumberAnimation.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +1995 -27
- package/es/pagination/src/interface.d.ts +738 -0
- package/es/pagination/styles/light.d.ts +246 -0
- package/es/popconfirm/src/Popconfirm.d.ts +3 -3
- package/es/popover/src/Popover.d.ts +3 -3
- package/es/popover/src/PopoverBody.d.ts +1 -1
- package/es/popselect/src/Popselect.d.ts +1383 -30
- package/es/popselect/src/PopselectPanel.d.ts +494 -2
- package/es/popselect/styles/light.d.ts +123 -0
- package/es/qr-code/src/QrCode.d.ts +2 -2
- package/es/radio/src/Radio.d.ts +2 -2
- package/es/radio/src/RadioButton.d.ts +9 -9
- package/es/radio/src/RadioGroup.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +1 -1
- package/es/result/src/Result.d.ts +1 -1
- package/es/select/index.d.ts +4 -3
- package/es/select/index.mjs +2 -1
- package/es/select/src/Select.d.ts +1127 -811
- package/es/select/src/Select.mjs +257 -226
- package/es/select/src/interface.d.ts +1140 -8
- package/es/select/src/interface.mjs +154 -1
- package/es/select/src/styles/index.cssr.mjs +16 -3
- package/es/select/src/utils.d.ts +3 -1
- package/es/select/src/utils.mjs +32 -0
- package/es/select/styles/light.d.ts +123 -0
- package/es/skeleton/src/Skeleton.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +4 -4
- package/es/spin/src/Spin.d.ts +1 -1
- package/es/split/src/Split.d.ts +2 -2
- package/es/steps/src/Steps.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +2 -2
- package/es/tabs/src/Tab.d.ts +8 -8
- package/es/tabs/src/TabPane.d.ts +1 -1
- package/es/tabs/src/Tabs.d.ts +1 -1
- package/es/tag/src/Tag.d.ts +4 -4
- package/es/tag/src/TagGroup.d.ts +2 -2
- package/es/time-picker/src/Panel.d.ts +1 -1
- package/es/time-picker/src/TimePicker.d.ts +3 -3
- package/es/timeline/src/Timeline.d.ts +1 -1
- package/es/timeline/src/TimelineItem.d.ts +1 -1
- package/es/toggle-button/src/ToggleButton.d.ts +8 -8
- package/es/tooltip/src/Tooltip.d.ts +3 -3
- package/es/transfer/src/Transfer.d.ts +2 -2
- package/es/tree/src/Tree.d.ts +2 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/es/tree/src/TreeNodeContent.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +4 -4
- package/es/typography/src/create-header.d.ts +1 -1
- package/es/typography/src/headers.d.ts +6 -6
- package/es/typography/src/text.d.ts +5 -5
- package/es/upload/src/Upload.d.ts +3 -3
- package/es/upload/src/UploadFile.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +2 -2
- package/es/watermark/src/Watermark.d.ts +2 -2
- package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/lib/_internal/close/src/Close.d.ts +1 -1
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
- package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/lib/_internal/select-menu/src/SelectOption.js +13 -4
- package/lib/_internal/select-menu/src/interface.d.ts +650 -2
- package/lib/_internal/select-menu/src/interface.js +46 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
- package/lib/_internal/select-menu/styles/dark.js +8 -4
- package/lib/_internal/select-menu/styles/light.d.ts +123 -0
- package/lib/_internal/select-menu/styles/light.js +8 -4
- package/lib/_internal/selection/src/Selection.d.ts +3 -3
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_internal/typography/src/text.d.ts +3 -3
- package/lib/action-card/src/ActionCard.d.ts +2 -2
- package/lib/affix/src/Affix.d.ts +1 -1
- package/lib/alert/src/Alert.d.ts +1 -1
- package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
- package/lib/anchor/src/BaseAnchor.d.ts +2 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/lib/auto-complete/styles/light.d.ts +123 -0
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/badge/src/Badge.d.ts +1 -1
- package/lib/button/src/Button.d.ts +7 -7
- package/lib/button-group/src/ButtonGroup.d.ts +1 -1
- package/lib/card/src/Card.d.ts +1 -1
- package/lib/card-list/src/CardListItem.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +4 -4
- package/lib/carousel/src/CarouselDots.d.ts +2 -2
- package/lib/cascader/src/Cascader.d.ts +1404 -51
- package/lib/cascader/src/CascaderMenu.d.ts +492 -0
- package/lib/cascader/src/CascaderOption.d.ts +492 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/lib/cascader/styles/light.d.ts +123 -0
- package/lib/chat/src/Chat.d.ts +5868 -87
- package/lib/chat/src/ChatListItems.d.ts +1849 -4
- package/lib/chat/src/ChatMainArea.d.ts +1849 -4
- package/lib/chat/src/ChatMessages.d.ts +1849 -4
- package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/lib/chat/styles/dark.d.ts +123 -0
- package/lib/chat/styles/light.d.ts +123 -0
- package/lib/checkbox/src/Checkbox.d.ts +7 -7
- package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/lib/code/src/Code.d.ts +2 -2
- package/lib/color-picker/src/ColorPicker.d.ts +1 -1
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/lib/components.d.ts +19177 -419
- package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
- package/lib/config-provider/src/context.js +2 -2
- package/lib/crop/src/Crop.d.ts +1 -1
- package/lib/data-table/src/DataTable.d.ts +2087 -119
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
- package/lib/data-table/src/TableParts/Body.d.ts +985 -1
- package/lib/data-table/src/TableParts/Header.d.ts +985 -1
- package/lib/data-table/src/interface.d.ts +738 -0
- package/lib/data-table/styles/light.d.ts +246 -0
- package/lib/date-picker/src/DatePicker.d.ts +3 -3
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/lib/descriptions/src/Descriptions.d.ts +2 -2
- package/lib/dialog/src/Dialog.d.ts +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +52 -52
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/divider/src/Divider.d.ts +1 -1
- package/lib/drawer/src/Drawer.d.ts +2 -2
- package/lib/dropdown/src/Dropdown.d.ts +4 -4
- package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/lib/empty/src/Empty.d.ts +1 -1
- package/lib/flex/src/Flex.d.ts +1 -1
- package/lib/float-button/src/FloatButton.d.ts +1 -1
- package/lib/form/src/Form.d.ts +1 -1
- package/lib/form/src/FormItem.d.ts +3 -3
- package/lib/form/src/FormItemCol.d.ts +3 -3
- package/lib/form/src/FormItemGridItem.d.ts +3 -3
- package/lib/form/src/FormItemRow.d.ts +2 -2
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +2 -2
- package/lib/header/src/Header.d.ts +1 -1
- package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
- package/lib/heatmap/src/Heatmap.d.ts +1 -1
- package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
- package/lib/icon-pack/src/IconPack.d.ts +2 -2
- package/lib/image/src/Image.d.ts +1 -1
- package/lib/input/src/Input.d.ts +7 -7
- package/lib/input-number/src/InputNumber.d.ts +3 -3
- package/lib/input-otp/src/InputOtp.d.ts +2 -2
- package/lib/kanban/src/Kanban.d.ts +1 -1
- package/lib/layout/src/LayoutSider.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
- package/lib/list/src/List.d.ts +9 -9
- package/lib/list/src/ListItem.d.ts +10 -10
- package/lib/locales/common/enUS.d.ts +1 -0
- package/lib/locales/common/enUS.js +2 -1
- package/lib/locales/common/ruRU.js +2 -1
- package/lib/locales/common/uzUZ.js +2 -1
- package/lib/locales/common/zhCN.js +2 -1
- package/lib/mention/src/Mention.d.ts +1388 -32
- package/lib/mention/styles/light.d.ts +123 -0
- package/lib/menu/src/Menu.d.ts +3 -3
- package/lib/menu/src/MenuOption.d.ts +1 -1
- package/lib/menu/src/MenuOptionContent.d.ts +2 -2
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
- package/lib/menu/src/Submenu.d.ts +1 -1
- package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
- package/lib/modal/src/BodyWrapper.d.ts +2 -2
- package/lib/modal/src/Modal.d.ts +4 -4
- package/lib/modal/src/ModalEnvironment.d.ts +4 -4
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
- package/lib/notification/src/Notification.d.ts +2 -2
- package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
- package/lib/notification/src/NotificationProvider.d.ts +12 -12
- package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +1995 -27
- package/lib/pagination/src/interface.d.ts +738 -0
- package/lib/pagination/styles/light.d.ts +246 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
- package/lib/popover/src/Popover.d.ts +3 -3
- package/lib/popover/src/PopoverBody.d.ts +1 -1
- package/lib/popselect/src/Popselect.d.ts +1383 -30
- package/lib/popselect/src/PopselectPanel.d.ts +494 -2
- package/lib/popselect/styles/light.d.ts +123 -0
- package/lib/qr-code/src/QrCode.d.ts +2 -2
- package/lib/radio/src/Radio.d.ts +2 -2
- package/lib/radio/src/RadioButton.d.ts +9 -9
- package/lib/radio/src/RadioGroup.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +1 -1
- package/lib/result/src/Result.d.ts +1 -1
- package/lib/select/index.d.ts +4 -3
- package/lib/select/index.js +2 -1
- package/lib/select/src/Select.d.ts +1127 -811
- package/lib/select/src/Select.js +189 -108
- package/lib/select/src/interface.d.ts +1140 -8
- package/lib/select/src/interface.js +85 -0
- package/lib/select/src/styles/index.cssr.js +15 -2
- package/lib/select/src/utils.d.ts +3 -1
- package/lib/select/src/utils.js +38 -0
- package/lib/select/styles/light.d.ts +123 -0
- package/lib/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +4 -4
- package/lib/spin/src/Spin.d.ts +1 -1
- package/lib/split/src/Split.d.ts +2 -2
- package/lib/steps/src/Steps.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +2 -2
- package/lib/tabs/src/Tab.d.ts +8 -8
- package/lib/tabs/src/TabPane.d.ts +1 -1
- package/lib/tabs/src/Tabs.d.ts +1 -1
- package/lib/tag/src/Tag.d.ts +4 -4
- package/lib/tag/src/TagGroup.d.ts +2 -2
- package/lib/time-picker/src/Panel.d.ts +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +3 -3
- package/lib/timeline/src/Timeline.d.ts +1 -1
- package/lib/timeline/src/TimelineItem.d.ts +1 -1
- package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
- package/lib/tooltip/src/Tooltip.d.ts +3 -3
- package/lib/transfer/src/Transfer.d.ts +2 -2
- package/lib/tree/src/Tree.d.ts +2 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/lib/tree/src/TreeNodeContent.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +4 -4
- package/lib/typography/src/create-header.d.ts +1 -1
- package/lib/typography/src/headers.d.ts +6 -6
- package/lib/typography/src/text.d.ts +5 -5
- package/lib/upload/src/Upload.d.ts +3 -3
- package/lib/upload/src/UploadFile.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +2 -2
- package/lib/watermark/src/Watermark.d.ts +2 -2
- package/package.json +1 -1
- package/web-types.json +78 -2
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import type { TreeNode } from 'treemate';
|
|
2
|
-
import type { HTMLAttributes, Ref, UnwrapRef, VNode, VNodeChild } from 'vue';
|
|
3
|
-
import type {
|
|
2
|
+
import type { HTMLAttributes, PropType, Ref, UnwrapRef, VNode, VNodeChild } from 'vue';
|
|
3
|
+
import type { ExtractPublicPropTypes } from '../../../_utils';
|
|
4
|
+
import type { SelectBaseOption, SelectGroupOption, SelectIgnoredOption, SelectOption, SelectTreeMate, Value } from '../../../select/src/interface';
|
|
5
|
+
import type { ScrollbarProps } from '../../scrollbar/src/Scrollbar';
|
|
4
6
|
export type Size = 'small' | 'medium' | 'large';
|
|
7
|
+
export type MarkType = 'mark' | 'checkbox';
|
|
5
8
|
export type RenderLabel = (option: SelectBaseOption & SelectGroupOption & SelectIgnoredOption, selected: boolean) => VNodeChild;
|
|
6
9
|
export type RenderLabelImpl = (option: SelectBaseOption | SelectGroupOption | SelectIgnoredOption, selected: boolean) => VNodeChild;
|
|
7
10
|
export type RenderOption = (info: {
|
|
@@ -19,6 +22,7 @@ export interface InternalSelectMenuInjection {
|
|
|
19
22
|
handleOptionMouseEnter: (e: MouseEvent, tmNode: TreeNode<SelectBaseOption>) => void;
|
|
20
23
|
handleOptionClick: (e: MouseEvent, tmNode: TreeNode<SelectBaseOption>) => void;
|
|
21
24
|
showCheckmarkRef: Ref<boolean>;
|
|
25
|
+
markTypeRef: Ref<MarkType>;
|
|
22
26
|
valueSetRef: Ref<Set<number | string>>;
|
|
23
27
|
pendingTmNodeRef: Ref<TreeNode<SelectBaseOption> | null>;
|
|
24
28
|
multipleRef: Ref<boolean>;
|
|
@@ -35,7 +39,651 @@ export interface InternalExposedProps {
|
|
|
35
39
|
getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
|
|
36
40
|
prev: () => void;
|
|
37
41
|
next: () => void;
|
|
42
|
+
focusSearchInput: () => void;
|
|
38
43
|
}
|
|
44
|
+
export declare const internalSelectMenuProps: {
|
|
45
|
+
readonly clsPrefix: {
|
|
46
|
+
readonly type: StringConstructor;
|
|
47
|
+
readonly required: true;
|
|
48
|
+
};
|
|
49
|
+
readonly scrollable: {
|
|
50
|
+
readonly type: BooleanConstructor;
|
|
51
|
+
readonly default: true;
|
|
52
|
+
};
|
|
53
|
+
readonly treeMate: {
|
|
54
|
+
readonly type: PropType<SelectTreeMate>;
|
|
55
|
+
readonly required: true;
|
|
56
|
+
};
|
|
57
|
+
readonly multiple: BooleanConstructor;
|
|
58
|
+
readonly account: BooleanConstructor;
|
|
59
|
+
readonly size: {
|
|
60
|
+
readonly type: PropType<Size>;
|
|
61
|
+
readonly default: "medium";
|
|
62
|
+
};
|
|
63
|
+
readonly value: {
|
|
64
|
+
readonly type: PropType<Value | null>;
|
|
65
|
+
readonly default: null;
|
|
66
|
+
};
|
|
67
|
+
readonly autoPending: BooleanConstructor;
|
|
68
|
+
readonly virtualScroll: {
|
|
69
|
+
readonly type: BooleanConstructor;
|
|
70
|
+
readonly default: true;
|
|
71
|
+
};
|
|
72
|
+
readonly show: {
|
|
73
|
+
readonly type: BooleanConstructor;
|
|
74
|
+
readonly default: true;
|
|
75
|
+
};
|
|
76
|
+
readonly labelField: {
|
|
77
|
+
readonly type: StringConstructor;
|
|
78
|
+
readonly default: "label";
|
|
79
|
+
};
|
|
80
|
+
readonly valueField: {
|
|
81
|
+
readonly type: StringConstructor;
|
|
82
|
+
readonly default: "value";
|
|
83
|
+
};
|
|
84
|
+
readonly loading: BooleanConstructor;
|
|
85
|
+
readonly focusable: BooleanConstructor;
|
|
86
|
+
readonly renderLabel: PropType<RenderLabel>;
|
|
87
|
+
readonly renderOption: PropType<RenderOption>;
|
|
88
|
+
readonly nodeProps: PropType<NodeProps>;
|
|
89
|
+
readonly showCheckmark: {
|
|
90
|
+
readonly type: BooleanConstructor;
|
|
91
|
+
readonly default: true;
|
|
92
|
+
};
|
|
93
|
+
readonly markType: {
|
|
94
|
+
readonly type: PropType<MarkType>;
|
|
95
|
+
readonly default: "mark";
|
|
96
|
+
};
|
|
97
|
+
readonly filterable: BooleanConstructor;
|
|
98
|
+
readonly pattern: {
|
|
99
|
+
readonly type: StringConstructor;
|
|
100
|
+
readonly default: "";
|
|
101
|
+
};
|
|
102
|
+
readonly searchPlaceholder: StringConstructor;
|
|
103
|
+
readonly onPatternInput: PropType<(value: string) => void>;
|
|
104
|
+
readonly onMousedown: PropType<(e: MouseEvent) => void>;
|
|
105
|
+
readonly onScroll: PropType<(e: Event) => void>;
|
|
106
|
+
readonly onFocus: PropType<(e: FocusEvent) => void>;
|
|
107
|
+
readonly onBlur: PropType<(e: FocusEvent) => void>;
|
|
108
|
+
readonly onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
109
|
+
readonly onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
110
|
+
readonly onTabOut: PropType<() => void>;
|
|
111
|
+
readonly onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
112
|
+
readonly onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
113
|
+
readonly onResize: PropType<() => void>;
|
|
114
|
+
readonly resetMenuOnOptionsChange: {
|
|
115
|
+
readonly type: BooleanConstructor;
|
|
116
|
+
readonly default: true;
|
|
117
|
+
};
|
|
118
|
+
readonly inlineThemeDisabled: BooleanConstructor;
|
|
119
|
+
readonly scrollbarProps: PropType<ScrollbarProps>;
|
|
120
|
+
readonly onToggle: PropType<(tmNode: TreeNode<SelectOption>) => void>;
|
|
121
|
+
readonly theme: PropType<import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
122
|
+
height: string;
|
|
123
|
+
paddingSmall: string;
|
|
124
|
+
paddingMedium: string;
|
|
125
|
+
paddingLarge: string;
|
|
126
|
+
optionPaddingSmall: string;
|
|
127
|
+
optionPaddingMedium: string;
|
|
128
|
+
optionPaddingLarge: string;
|
|
129
|
+
loadingSize: string;
|
|
130
|
+
optionFontSizeSmall: string;
|
|
131
|
+
optionFontSizeMedium: string;
|
|
132
|
+
optionFontSizeLarge: string;
|
|
133
|
+
optionHeightSmall: string;
|
|
134
|
+
optionHeightMedium: string;
|
|
135
|
+
optionHeightLarge: string;
|
|
136
|
+
optionBorderRadius: string;
|
|
137
|
+
borderRadius: string;
|
|
138
|
+
color: string;
|
|
139
|
+
groupHeaderTextColor: string;
|
|
140
|
+
actionDividerColor: string;
|
|
141
|
+
optionTextColor: string;
|
|
142
|
+
optionTextColorPressed: string;
|
|
143
|
+
optionTextColorDisabled: string;
|
|
144
|
+
optionTextColorActive: string;
|
|
145
|
+
optionOpacityDisabled: string;
|
|
146
|
+
optionCheckColor: string;
|
|
147
|
+
optionColorPending: string;
|
|
148
|
+
optionColorActive: string;
|
|
149
|
+
optionGroupHeaderBorderColor: string;
|
|
150
|
+
optionColorActivePending: string;
|
|
151
|
+
actionTextColor: string;
|
|
152
|
+
loadingColor: string;
|
|
153
|
+
}, {
|
|
154
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
155
|
+
height: string;
|
|
156
|
+
width: string;
|
|
157
|
+
borderRadius: string;
|
|
158
|
+
color: string;
|
|
159
|
+
colorHover: string;
|
|
160
|
+
railInsetHorizontalBottom: string;
|
|
161
|
+
railInsetHorizontalTop: string;
|
|
162
|
+
railInsetVerticalRight: string;
|
|
163
|
+
railInsetVerticalLeft: string;
|
|
164
|
+
railColor: string;
|
|
165
|
+
}, any>;
|
|
166
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
167
|
+
iconSizeSmall: string;
|
|
168
|
+
iconSizeMedium: string;
|
|
169
|
+
iconSizeLarge: string;
|
|
170
|
+
iconSizeHuge: string;
|
|
171
|
+
titleFontSizeSmall: string;
|
|
172
|
+
titleFontSizeMedium: string;
|
|
173
|
+
titleFontSizeLarge: string;
|
|
174
|
+
titleFontSizeHuge: string;
|
|
175
|
+
descriptionFontSizeSmall: string;
|
|
176
|
+
descriptionFontSizeMedium: string;
|
|
177
|
+
descriptionFontSizeLarge: string;
|
|
178
|
+
descriptionFontSizeHuge: string;
|
|
179
|
+
titleColor: string;
|
|
180
|
+
descriptionColor: string;
|
|
181
|
+
iconColor: string;
|
|
182
|
+
iconBgColor: string;
|
|
183
|
+
extraTextColor: string;
|
|
184
|
+
}, any>;
|
|
185
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
186
|
+
fontWeight: string;
|
|
187
|
+
textColor: string;
|
|
188
|
+
descriptionTextColor: string;
|
|
189
|
+
textColorDisabled: string;
|
|
190
|
+
descriptionTextColorDisabled: string;
|
|
191
|
+
fontSizeLarge: string;
|
|
192
|
+
fontSizeMedium: string;
|
|
193
|
+
fontSizeSmall: string;
|
|
194
|
+
lineHeightLarge: string;
|
|
195
|
+
lineHeightMedium: string;
|
|
196
|
+
lineHeightSmall: string;
|
|
197
|
+
borderRadiusLarge: string;
|
|
198
|
+
borderRadiusMedium: string;
|
|
199
|
+
borderRadiusSmall: string;
|
|
200
|
+
color: string;
|
|
201
|
+
colorHover: string;
|
|
202
|
+
colorFocus: string;
|
|
203
|
+
colorActive: string;
|
|
204
|
+
colorChecked: string;
|
|
205
|
+
colorHoverChecked: string;
|
|
206
|
+
colorFocusChecked: string;
|
|
207
|
+
colorActiveChecked: string;
|
|
208
|
+
colorDisabled: string;
|
|
209
|
+
colorDisabledChecked: string;
|
|
210
|
+
checkMarkColor: string;
|
|
211
|
+
checkMarkColorHover: string;
|
|
212
|
+
checkMarkColorFocus: string;
|
|
213
|
+
checkMarkColorActive: string;
|
|
214
|
+
checkMarkColorDisabled: string;
|
|
215
|
+
checkMarkColorDisabledChecked: string;
|
|
216
|
+
border: string;
|
|
217
|
+
borderHover: string;
|
|
218
|
+
borderFocus: string;
|
|
219
|
+
borderActive: string;
|
|
220
|
+
borderChecked: string;
|
|
221
|
+
borderHoverChecked: string;
|
|
222
|
+
borderFocusChecked: string;
|
|
223
|
+
borderActiveChecked: string;
|
|
224
|
+
borderDisabled: string;
|
|
225
|
+
borderDisabledChecked: string;
|
|
226
|
+
boxShadowHover: string;
|
|
227
|
+
boxShadowFocus: string;
|
|
228
|
+
boxShadowActive: string;
|
|
229
|
+
boxShadowHoverChecked: string;
|
|
230
|
+
boxShadowFocusChecked: string;
|
|
231
|
+
boxShadowActiveChecked: string;
|
|
232
|
+
sizeSmall: string;
|
|
233
|
+
sizeMedium: string;
|
|
234
|
+
sizeLarge: string;
|
|
235
|
+
labelPadding: string;
|
|
236
|
+
}, any>;
|
|
237
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
238
|
+
paddingTiny: string;
|
|
239
|
+
paddingSmall: string;
|
|
240
|
+
paddingMedium: string;
|
|
241
|
+
paddingLarge: string;
|
|
242
|
+
paddingHuge: string;
|
|
243
|
+
clearSize: string;
|
|
244
|
+
countTextColorDisabled: string;
|
|
245
|
+
countTextColor: string;
|
|
246
|
+
heightTiny: string;
|
|
247
|
+
heightSmall: string;
|
|
248
|
+
heightMedium: string;
|
|
249
|
+
heightLarge: string;
|
|
250
|
+
heightHuge: string;
|
|
251
|
+
fontSizeTiny: string;
|
|
252
|
+
fontSizeSmall: string;
|
|
253
|
+
fontSizeMedium: string;
|
|
254
|
+
fontSizeLarge: string;
|
|
255
|
+
fontSizeHuge: string;
|
|
256
|
+
lineHeight: string;
|
|
257
|
+
lineHeightTextarea: string;
|
|
258
|
+
borderRadius: string;
|
|
259
|
+
iconSize: string;
|
|
260
|
+
groupLabelTextColor: string;
|
|
261
|
+
textColor: string;
|
|
262
|
+
textColorDisabled: string;
|
|
263
|
+
textDecorationColor: string;
|
|
264
|
+
caretColor: string;
|
|
265
|
+
placeholderColor: string;
|
|
266
|
+
placeholderColorDisabled: string;
|
|
267
|
+
color: string;
|
|
268
|
+
colorDisabled: string;
|
|
269
|
+
colorFocus: string;
|
|
270
|
+
groupLabelBorder: string;
|
|
271
|
+
border: string;
|
|
272
|
+
borderHover: string;
|
|
273
|
+
borderDisabled: string;
|
|
274
|
+
borderFocus: string;
|
|
275
|
+
boxShadowFocus: string;
|
|
276
|
+
loadingColor: string;
|
|
277
|
+
loadingColorSuccess: string;
|
|
278
|
+
borderSuccess: string;
|
|
279
|
+
borderHoverSuccess: string;
|
|
280
|
+
colorFocusSuccess: string;
|
|
281
|
+
borderFocusSuccess: string;
|
|
282
|
+
boxShadowFocusSuccess: string;
|
|
283
|
+
caretColorSuccess: string;
|
|
284
|
+
loadingColorWarning: string;
|
|
285
|
+
borderWarning: string;
|
|
286
|
+
borderHoverWarning: string;
|
|
287
|
+
colorFocusWarning: string;
|
|
288
|
+
borderFocusWarning: string;
|
|
289
|
+
boxShadowFocusWarning: string;
|
|
290
|
+
caretColorWarning: string;
|
|
291
|
+
loadingColorError: string;
|
|
292
|
+
borderError: string;
|
|
293
|
+
borderHoverError: string;
|
|
294
|
+
colorFocusError: string;
|
|
295
|
+
borderFocusError: string;
|
|
296
|
+
boxShadowFocusError: string;
|
|
297
|
+
caretColorError: string;
|
|
298
|
+
clearColor: string;
|
|
299
|
+
clearColorHover: string;
|
|
300
|
+
clearColorPressed: string;
|
|
301
|
+
iconColor: string;
|
|
302
|
+
iconColorDisabled: string;
|
|
303
|
+
iconColorHover: string;
|
|
304
|
+
iconColorPressed: string;
|
|
305
|
+
suffixTextColor: string;
|
|
306
|
+
selectionColor: string;
|
|
307
|
+
}, any>;
|
|
308
|
+
}>>;
|
|
309
|
+
readonly themeOverrides: PropType<import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
310
|
+
height: string;
|
|
311
|
+
paddingSmall: string;
|
|
312
|
+
paddingMedium: string;
|
|
313
|
+
paddingLarge: string;
|
|
314
|
+
optionPaddingSmall: string;
|
|
315
|
+
optionPaddingMedium: string;
|
|
316
|
+
optionPaddingLarge: string;
|
|
317
|
+
loadingSize: string;
|
|
318
|
+
optionFontSizeSmall: string;
|
|
319
|
+
optionFontSizeMedium: string;
|
|
320
|
+
optionFontSizeLarge: string;
|
|
321
|
+
optionHeightSmall: string;
|
|
322
|
+
optionHeightMedium: string;
|
|
323
|
+
optionHeightLarge: string;
|
|
324
|
+
optionBorderRadius: string;
|
|
325
|
+
borderRadius: string;
|
|
326
|
+
color: string;
|
|
327
|
+
groupHeaderTextColor: string;
|
|
328
|
+
actionDividerColor: string;
|
|
329
|
+
optionTextColor: string;
|
|
330
|
+
optionTextColorPressed: string;
|
|
331
|
+
optionTextColorDisabled: string;
|
|
332
|
+
optionTextColorActive: string;
|
|
333
|
+
optionOpacityDisabled: string;
|
|
334
|
+
optionCheckColor: string;
|
|
335
|
+
optionColorPending: string;
|
|
336
|
+
optionColorActive: string;
|
|
337
|
+
optionGroupHeaderBorderColor: string;
|
|
338
|
+
optionColorActivePending: string;
|
|
339
|
+
actionTextColor: string;
|
|
340
|
+
loadingColor: string;
|
|
341
|
+
}, {
|
|
342
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
343
|
+
height: string;
|
|
344
|
+
width: string;
|
|
345
|
+
borderRadius: string;
|
|
346
|
+
color: string;
|
|
347
|
+
colorHover: string;
|
|
348
|
+
railInsetHorizontalBottom: string;
|
|
349
|
+
railInsetHorizontalTop: string;
|
|
350
|
+
railInsetVerticalRight: string;
|
|
351
|
+
railInsetVerticalLeft: string;
|
|
352
|
+
railColor: string;
|
|
353
|
+
}, any>;
|
|
354
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
355
|
+
iconSizeSmall: string;
|
|
356
|
+
iconSizeMedium: string;
|
|
357
|
+
iconSizeLarge: string;
|
|
358
|
+
iconSizeHuge: string;
|
|
359
|
+
titleFontSizeSmall: string;
|
|
360
|
+
titleFontSizeMedium: string;
|
|
361
|
+
titleFontSizeLarge: string;
|
|
362
|
+
titleFontSizeHuge: string;
|
|
363
|
+
descriptionFontSizeSmall: string;
|
|
364
|
+
descriptionFontSizeMedium: string;
|
|
365
|
+
descriptionFontSizeLarge: string;
|
|
366
|
+
descriptionFontSizeHuge: string;
|
|
367
|
+
titleColor: string;
|
|
368
|
+
descriptionColor: string;
|
|
369
|
+
iconColor: string;
|
|
370
|
+
iconBgColor: string;
|
|
371
|
+
extraTextColor: string;
|
|
372
|
+
}, any>;
|
|
373
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
374
|
+
fontWeight: string;
|
|
375
|
+
textColor: string;
|
|
376
|
+
descriptionTextColor: string;
|
|
377
|
+
textColorDisabled: string;
|
|
378
|
+
descriptionTextColorDisabled: string;
|
|
379
|
+
fontSizeLarge: string;
|
|
380
|
+
fontSizeMedium: string;
|
|
381
|
+
fontSizeSmall: string;
|
|
382
|
+
lineHeightLarge: string;
|
|
383
|
+
lineHeightMedium: string;
|
|
384
|
+
lineHeightSmall: string;
|
|
385
|
+
borderRadiusLarge: string;
|
|
386
|
+
borderRadiusMedium: string;
|
|
387
|
+
borderRadiusSmall: string;
|
|
388
|
+
color: string;
|
|
389
|
+
colorHover: string;
|
|
390
|
+
colorFocus: string;
|
|
391
|
+
colorActive: string;
|
|
392
|
+
colorChecked: string;
|
|
393
|
+
colorHoverChecked: string;
|
|
394
|
+
colorFocusChecked: string;
|
|
395
|
+
colorActiveChecked: string;
|
|
396
|
+
colorDisabled: string;
|
|
397
|
+
colorDisabledChecked: string;
|
|
398
|
+
checkMarkColor: string;
|
|
399
|
+
checkMarkColorHover: string;
|
|
400
|
+
checkMarkColorFocus: string;
|
|
401
|
+
checkMarkColorActive: string;
|
|
402
|
+
checkMarkColorDisabled: string;
|
|
403
|
+
checkMarkColorDisabledChecked: string;
|
|
404
|
+
border: string;
|
|
405
|
+
borderHover: string;
|
|
406
|
+
borderFocus: string;
|
|
407
|
+
borderActive: string;
|
|
408
|
+
borderChecked: string;
|
|
409
|
+
borderHoverChecked: string;
|
|
410
|
+
borderFocusChecked: string;
|
|
411
|
+
borderActiveChecked: string;
|
|
412
|
+
borderDisabled: string;
|
|
413
|
+
borderDisabledChecked: string;
|
|
414
|
+
boxShadowHover: string;
|
|
415
|
+
boxShadowFocus: string;
|
|
416
|
+
boxShadowActive: string;
|
|
417
|
+
boxShadowHoverChecked: string;
|
|
418
|
+
boxShadowFocusChecked: string;
|
|
419
|
+
boxShadowActiveChecked: string;
|
|
420
|
+
sizeSmall: string;
|
|
421
|
+
sizeMedium: string;
|
|
422
|
+
sizeLarge: string;
|
|
423
|
+
labelPadding: string;
|
|
424
|
+
}, any>;
|
|
425
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
426
|
+
paddingTiny: string;
|
|
427
|
+
paddingSmall: string;
|
|
428
|
+
paddingMedium: string;
|
|
429
|
+
paddingLarge: string;
|
|
430
|
+
paddingHuge: string;
|
|
431
|
+
clearSize: string;
|
|
432
|
+
countTextColorDisabled: string;
|
|
433
|
+
countTextColor: string;
|
|
434
|
+
heightTiny: string;
|
|
435
|
+
heightSmall: string;
|
|
436
|
+
heightMedium: string;
|
|
437
|
+
heightLarge: string;
|
|
438
|
+
heightHuge: string;
|
|
439
|
+
fontSizeTiny: string;
|
|
440
|
+
fontSizeSmall: string;
|
|
441
|
+
fontSizeMedium: string;
|
|
442
|
+
fontSizeLarge: string;
|
|
443
|
+
fontSizeHuge: string;
|
|
444
|
+
lineHeight: string;
|
|
445
|
+
lineHeightTextarea: string;
|
|
446
|
+
borderRadius: string;
|
|
447
|
+
iconSize: string;
|
|
448
|
+
groupLabelTextColor: string;
|
|
449
|
+
textColor: string;
|
|
450
|
+
textColorDisabled: string;
|
|
451
|
+
textDecorationColor: string;
|
|
452
|
+
caretColor: string;
|
|
453
|
+
placeholderColor: string;
|
|
454
|
+
placeholderColorDisabled: string;
|
|
455
|
+
color: string;
|
|
456
|
+
colorDisabled: string;
|
|
457
|
+
colorFocus: string;
|
|
458
|
+
groupLabelBorder: string;
|
|
459
|
+
border: string;
|
|
460
|
+
borderHover: string;
|
|
461
|
+
borderDisabled: string;
|
|
462
|
+
borderFocus: string;
|
|
463
|
+
boxShadowFocus: string;
|
|
464
|
+
loadingColor: string;
|
|
465
|
+
loadingColorSuccess: string;
|
|
466
|
+
borderSuccess: string;
|
|
467
|
+
borderHoverSuccess: string;
|
|
468
|
+
colorFocusSuccess: string;
|
|
469
|
+
borderFocusSuccess: string;
|
|
470
|
+
boxShadowFocusSuccess: string;
|
|
471
|
+
caretColorSuccess: string;
|
|
472
|
+
loadingColorWarning: string;
|
|
473
|
+
borderWarning: string;
|
|
474
|
+
borderHoverWarning: string;
|
|
475
|
+
colorFocusWarning: string;
|
|
476
|
+
borderFocusWarning: string;
|
|
477
|
+
boxShadowFocusWarning: string;
|
|
478
|
+
caretColorWarning: string;
|
|
479
|
+
loadingColorError: string;
|
|
480
|
+
borderError: string;
|
|
481
|
+
borderHoverError: string;
|
|
482
|
+
colorFocusError: string;
|
|
483
|
+
borderFocusError: string;
|
|
484
|
+
boxShadowFocusError: string;
|
|
485
|
+
caretColorError: string;
|
|
486
|
+
clearColor: string;
|
|
487
|
+
clearColorHover: string;
|
|
488
|
+
clearColorPressed: string;
|
|
489
|
+
iconColor: string;
|
|
490
|
+
iconColorDisabled: string;
|
|
491
|
+
iconColorHover: string;
|
|
492
|
+
iconColorPressed: string;
|
|
493
|
+
suffixTextColor: string;
|
|
494
|
+
selectionColor: string;
|
|
495
|
+
}, any>;
|
|
496
|
+
}>>>;
|
|
497
|
+
readonly builtinThemeOverrides: PropType<import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
498
|
+
height: string;
|
|
499
|
+
paddingSmall: string;
|
|
500
|
+
paddingMedium: string;
|
|
501
|
+
paddingLarge: string;
|
|
502
|
+
optionPaddingSmall: string;
|
|
503
|
+
optionPaddingMedium: string;
|
|
504
|
+
optionPaddingLarge: string;
|
|
505
|
+
loadingSize: string;
|
|
506
|
+
optionFontSizeSmall: string;
|
|
507
|
+
optionFontSizeMedium: string;
|
|
508
|
+
optionFontSizeLarge: string;
|
|
509
|
+
optionHeightSmall: string;
|
|
510
|
+
optionHeightMedium: string;
|
|
511
|
+
optionHeightLarge: string;
|
|
512
|
+
optionBorderRadius: string;
|
|
513
|
+
borderRadius: string;
|
|
514
|
+
color: string;
|
|
515
|
+
groupHeaderTextColor: string;
|
|
516
|
+
actionDividerColor: string;
|
|
517
|
+
optionTextColor: string;
|
|
518
|
+
optionTextColorPressed: string;
|
|
519
|
+
optionTextColorDisabled: string;
|
|
520
|
+
optionTextColorActive: string;
|
|
521
|
+
optionOpacityDisabled: string;
|
|
522
|
+
optionCheckColor: string;
|
|
523
|
+
optionColorPending: string;
|
|
524
|
+
optionColorActive: string;
|
|
525
|
+
optionGroupHeaderBorderColor: string;
|
|
526
|
+
optionColorActivePending: string;
|
|
527
|
+
actionTextColor: string;
|
|
528
|
+
loadingColor: string;
|
|
529
|
+
}, {
|
|
530
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
531
|
+
height: string;
|
|
532
|
+
width: string;
|
|
533
|
+
borderRadius: string;
|
|
534
|
+
color: string;
|
|
535
|
+
colorHover: string;
|
|
536
|
+
railInsetHorizontalBottom: string;
|
|
537
|
+
railInsetHorizontalTop: string;
|
|
538
|
+
railInsetVerticalRight: string;
|
|
539
|
+
railInsetVerticalLeft: string;
|
|
540
|
+
railColor: string;
|
|
541
|
+
}, any>;
|
|
542
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
543
|
+
iconSizeSmall: string;
|
|
544
|
+
iconSizeMedium: string;
|
|
545
|
+
iconSizeLarge: string;
|
|
546
|
+
iconSizeHuge: string;
|
|
547
|
+
titleFontSizeSmall: string;
|
|
548
|
+
titleFontSizeMedium: string;
|
|
549
|
+
titleFontSizeLarge: string;
|
|
550
|
+
titleFontSizeHuge: string;
|
|
551
|
+
descriptionFontSizeSmall: string;
|
|
552
|
+
descriptionFontSizeMedium: string;
|
|
553
|
+
descriptionFontSizeLarge: string;
|
|
554
|
+
descriptionFontSizeHuge: string;
|
|
555
|
+
titleColor: string;
|
|
556
|
+
descriptionColor: string;
|
|
557
|
+
iconColor: string;
|
|
558
|
+
iconBgColor: string;
|
|
559
|
+
extraTextColor: string;
|
|
560
|
+
}, any>;
|
|
561
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
562
|
+
fontWeight: string;
|
|
563
|
+
textColor: string;
|
|
564
|
+
descriptionTextColor: string;
|
|
565
|
+
textColorDisabled: string;
|
|
566
|
+
descriptionTextColorDisabled: string;
|
|
567
|
+
fontSizeLarge: string;
|
|
568
|
+
fontSizeMedium: string;
|
|
569
|
+
fontSizeSmall: string;
|
|
570
|
+
lineHeightLarge: string;
|
|
571
|
+
lineHeightMedium: string;
|
|
572
|
+
lineHeightSmall: string;
|
|
573
|
+
borderRadiusLarge: string;
|
|
574
|
+
borderRadiusMedium: string;
|
|
575
|
+
borderRadiusSmall: string;
|
|
576
|
+
color: string;
|
|
577
|
+
colorHover: string;
|
|
578
|
+
colorFocus: string;
|
|
579
|
+
colorActive: string;
|
|
580
|
+
colorChecked: string;
|
|
581
|
+
colorHoverChecked: string;
|
|
582
|
+
colorFocusChecked: string;
|
|
583
|
+
colorActiveChecked: string;
|
|
584
|
+
colorDisabled: string;
|
|
585
|
+
colorDisabledChecked: string;
|
|
586
|
+
checkMarkColor: string;
|
|
587
|
+
checkMarkColorHover: string;
|
|
588
|
+
checkMarkColorFocus: string;
|
|
589
|
+
checkMarkColorActive: string;
|
|
590
|
+
checkMarkColorDisabled: string;
|
|
591
|
+
checkMarkColorDisabledChecked: string;
|
|
592
|
+
border: string;
|
|
593
|
+
borderHover: string;
|
|
594
|
+
borderFocus: string;
|
|
595
|
+
borderActive: string;
|
|
596
|
+
borderChecked: string;
|
|
597
|
+
borderHoverChecked: string;
|
|
598
|
+
borderFocusChecked: string;
|
|
599
|
+
borderActiveChecked: string;
|
|
600
|
+
borderDisabled: string;
|
|
601
|
+
borderDisabledChecked: string;
|
|
602
|
+
boxShadowHover: string;
|
|
603
|
+
boxShadowFocus: string;
|
|
604
|
+
boxShadowActive: string;
|
|
605
|
+
boxShadowHoverChecked: string;
|
|
606
|
+
boxShadowFocusChecked: string;
|
|
607
|
+
boxShadowActiveChecked: string;
|
|
608
|
+
sizeSmall: string;
|
|
609
|
+
sizeMedium: string;
|
|
610
|
+
sizeLarge: string;
|
|
611
|
+
labelPadding: string;
|
|
612
|
+
}, any>;
|
|
613
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
614
|
+
paddingTiny: string;
|
|
615
|
+
paddingSmall: string;
|
|
616
|
+
paddingMedium: string;
|
|
617
|
+
paddingLarge: string;
|
|
618
|
+
paddingHuge: string;
|
|
619
|
+
clearSize: string;
|
|
620
|
+
countTextColorDisabled: string;
|
|
621
|
+
countTextColor: string;
|
|
622
|
+
heightTiny: string;
|
|
623
|
+
heightSmall: string;
|
|
624
|
+
heightMedium: string;
|
|
625
|
+
heightLarge: string;
|
|
626
|
+
heightHuge: string;
|
|
627
|
+
fontSizeTiny: string;
|
|
628
|
+
fontSizeSmall: string;
|
|
629
|
+
fontSizeMedium: string;
|
|
630
|
+
fontSizeLarge: string;
|
|
631
|
+
fontSizeHuge: string;
|
|
632
|
+
lineHeight: string;
|
|
633
|
+
lineHeightTextarea: string;
|
|
634
|
+
borderRadius: string;
|
|
635
|
+
iconSize: string;
|
|
636
|
+
groupLabelTextColor: string;
|
|
637
|
+
textColor: string;
|
|
638
|
+
textColorDisabled: string;
|
|
639
|
+
textDecorationColor: string;
|
|
640
|
+
caretColor: string;
|
|
641
|
+
placeholderColor: string;
|
|
642
|
+
placeholderColorDisabled: string;
|
|
643
|
+
color: string;
|
|
644
|
+
colorDisabled: string;
|
|
645
|
+
colorFocus: string;
|
|
646
|
+
groupLabelBorder: string;
|
|
647
|
+
border: string;
|
|
648
|
+
borderHover: string;
|
|
649
|
+
borderDisabled: string;
|
|
650
|
+
borderFocus: string;
|
|
651
|
+
boxShadowFocus: string;
|
|
652
|
+
loadingColor: string;
|
|
653
|
+
loadingColorSuccess: string;
|
|
654
|
+
borderSuccess: string;
|
|
655
|
+
borderHoverSuccess: string;
|
|
656
|
+
colorFocusSuccess: string;
|
|
657
|
+
borderFocusSuccess: string;
|
|
658
|
+
boxShadowFocusSuccess: string;
|
|
659
|
+
caretColorSuccess: string;
|
|
660
|
+
loadingColorWarning: string;
|
|
661
|
+
borderWarning: string;
|
|
662
|
+
borderHoverWarning: string;
|
|
663
|
+
colorFocusWarning: string;
|
|
664
|
+
borderFocusWarning: string;
|
|
665
|
+
boxShadowFocusWarning: string;
|
|
666
|
+
caretColorWarning: string;
|
|
667
|
+
loadingColorError: string;
|
|
668
|
+
borderError: string;
|
|
669
|
+
borderHoverError: string;
|
|
670
|
+
colorFocusError: string;
|
|
671
|
+
borderFocusError: string;
|
|
672
|
+
boxShadowFocusError: string;
|
|
673
|
+
caretColorError: string;
|
|
674
|
+
clearColor: string;
|
|
675
|
+
clearColorHover: string;
|
|
676
|
+
clearColorPressed: string;
|
|
677
|
+
iconColor: string;
|
|
678
|
+
iconColorDisabled: string;
|
|
679
|
+
iconColorHover: string;
|
|
680
|
+
iconColorPressed: string;
|
|
681
|
+
suffixTextColor: string;
|
|
682
|
+
selectionColor: string;
|
|
683
|
+
}, any>;
|
|
684
|
+
}>>>;
|
|
685
|
+
};
|
|
686
|
+
export type InternalSelectMenuProps = ExtractPublicPropTypes<typeof internalSelectMenuProps>;
|
|
39
687
|
export declare const internalSelectionMenuInjectionKey: import("vue").InjectionKey<InternalSelectMenuInjection>;
|
|
40
688
|
export declare const internalSelectionMenuBodyInjectionKey: import("vue").InjectionKey<Ref<HTMLElement | null, HTMLElement | null>>;
|
|
41
689
|
export type InternalSelectMenuRef = UnwrapRef<InternalExposedProps>;
|