@uzum-tech/ui 2.3.2 → 2.3.4
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 +29612 -29062
- package/dist/index.mjs +29877 -29327
- 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 +5921 -2897
- package/es/chat/src/Chat.mjs +13 -240
- package/es/chat/src/ChatListItems.d.ts +1875 -30
- package/es/chat/src/ChatMainArea.d.ts +1925 -54
- package/es/chat/src/ChatMainArea.mjs +49 -3
- package/es/chat/src/ChatMessages.d.ts +1874 -29
- package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/es/chat/src/interface.d.ts +2814 -2
- package/es/chat/src/interface.mjs +244 -1
- 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 +19428 -602
- 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 +5921 -2897
- package/lib/chat/src/Chat.js +15 -180
- package/lib/chat/src/ChatListItems.d.ts +1875 -30
- package/lib/chat/src/ChatMainArea.d.ts +1925 -54
- package/lib/chat/src/ChatMainArea.js +48 -3
- package/lib/chat/src/ChatMessages.d.ts +1874 -29
- package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/lib/chat/src/interface.d.ts +2814 -2
- package/lib/chat/src/interface.js +183 -1
- 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 +19428 -602
- 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 +86 -3
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
import type { TreeNode } from 'treemate';
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
4
|
-
import type { InternalSelectionInst, ScrollbarProps } from '../../_internal';
|
|
5
|
-
import type { NodeProps, RenderLabel, RenderOption, Size as SelectMenuSize } from '../../_internal/select-menu/src/interface';
|
|
2
|
+
import type { FollowerInst } from 'vueuc';
|
|
3
|
+
import type { InternalSelectionInst } from '../../_internal';
|
|
6
4
|
import type { SelectSize } from '../../_internal/selection';
|
|
7
|
-
import type {
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export declare const selectProps: {
|
|
5
|
+
import type { SelectBaseOption, SelectFooterButtonProps, SelectGroupOption, SelectIgnoredOption, SelectMixedOption, SelectOption, ValueAtom } from './interface';
|
|
6
|
+
import { selectProps } from './interface';
|
|
7
|
+
export { selectProps };
|
|
8
|
+
export type { SelectProps, SelectSlots, SelectTriggerSlotProps } from './interface';
|
|
9
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
10
|
readonly to: {
|
|
14
|
-
type: PropType<HTMLElement | string | boolean>;
|
|
11
|
+
type: import("vue").PropType<HTMLElement | string | boolean>;
|
|
15
12
|
default: undefined;
|
|
16
13
|
};
|
|
17
14
|
readonly bordered: {
|
|
18
|
-
readonly type: PropType<boolean | undefined>;
|
|
15
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
19
16
|
readonly default: undefined;
|
|
20
17
|
};
|
|
21
18
|
readonly clearable: BooleanConstructor;
|
|
@@ -28,36 +25,49 @@ export declare const selectProps: {
|
|
|
28
25
|
readonly default: true;
|
|
29
26
|
};
|
|
30
27
|
readonly options: {
|
|
31
|
-
readonly type: PropType<SelectMixedOption[]>;
|
|
28
|
+
readonly type: import("vue").PropType<SelectMixedOption[]>;
|
|
29
|
+
readonly default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
readonly defaultOptions: {
|
|
32
|
+
readonly type: import("vue").PropType<SelectMixedOption[]>;
|
|
32
33
|
readonly default: () => never[];
|
|
33
34
|
};
|
|
34
35
|
readonly defaultValue: {
|
|
35
|
-
readonly type: PropType<Value | null>;
|
|
36
|
+
readonly type: import("vue").PropType<import("./interface").Value | null>;
|
|
36
37
|
readonly default: null;
|
|
37
38
|
};
|
|
38
39
|
readonly keyboard: {
|
|
39
40
|
readonly type: BooleanConstructor;
|
|
40
41
|
readonly default: true;
|
|
41
42
|
};
|
|
42
|
-
readonly value: PropType<Value | null>;
|
|
43
|
+
readonly value: import("vue").PropType<import("./interface").Value | null>;
|
|
43
44
|
readonly placeholder: StringConstructor;
|
|
44
|
-
readonly menuProps: PropType<HTMLAttributes>;
|
|
45
|
+
readonly menuProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
45
46
|
readonly multiple: BooleanConstructor;
|
|
46
|
-
readonly size: PropType<SelectSize>;
|
|
47
|
+
readonly size: import("vue").PropType<SelectSize>;
|
|
47
48
|
readonly menuSize: {
|
|
48
|
-
readonly type: PropType<
|
|
49
|
+
readonly type: import("vue").PropType<import("../../_internal/select-menu/src/interface").Size>;
|
|
49
50
|
};
|
|
50
51
|
readonly filterable: BooleanConstructor;
|
|
52
|
+
readonly filterPlacement: {
|
|
53
|
+
readonly type: import("vue").PropType<"default" | "dropdown">;
|
|
54
|
+
readonly default: "default";
|
|
55
|
+
};
|
|
56
|
+
readonly searchPlaceholder: StringConstructor;
|
|
57
|
+
readonly markType: {
|
|
58
|
+
readonly type: import("vue").PropType<import("../../_internal/select-menu/src/interface").MarkType>;
|
|
59
|
+
readonly default: "mark";
|
|
60
|
+
};
|
|
51
61
|
readonly disabled: {
|
|
52
|
-
readonly type: PropType<boolean | undefined>;
|
|
62
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
53
63
|
readonly default: undefined;
|
|
54
64
|
};
|
|
55
65
|
readonly remote: BooleanConstructor;
|
|
56
66
|
readonly loading: BooleanConstructor;
|
|
57
67
|
readonly loadingSkeleton: BooleanConstructor;
|
|
58
|
-
readonly filter: PropType<SelectFilter>;
|
|
68
|
+
readonly filter: import("vue").PropType<import("./interface").SelectFilter>;
|
|
59
69
|
readonly placement: {
|
|
60
|
-
readonly type: PropType<FollowerPlacement>;
|
|
70
|
+
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
61
71
|
readonly default: "bottom-start";
|
|
62
72
|
};
|
|
63
73
|
readonly widthMode: {
|
|
@@ -65,21 +75,21 @@ export declare const selectProps: {
|
|
|
65
75
|
readonly default: "trigger";
|
|
66
76
|
};
|
|
67
77
|
readonly tag: BooleanConstructor;
|
|
68
|
-
readonly onCreate: PropType<(label: string) => SelectOption>;
|
|
78
|
+
readonly onCreate: import("vue").PropType<(label: string) => SelectOption>;
|
|
69
79
|
readonly fallbackOption: {
|
|
70
|
-
readonly type: PropType<SelectFallbackOption | false | undefined>;
|
|
80
|
+
readonly type: import("vue").PropType<import("./interface").SelectFallbackOption | false | undefined>;
|
|
71
81
|
readonly default: undefined;
|
|
72
82
|
};
|
|
73
83
|
readonly show: {
|
|
74
|
-
readonly type: PropType<boolean | undefined>;
|
|
84
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
75
85
|
readonly default: undefined;
|
|
76
86
|
};
|
|
77
87
|
readonly showArrow: {
|
|
78
88
|
readonly type: BooleanConstructor;
|
|
79
89
|
readonly default: true;
|
|
80
90
|
};
|
|
81
|
-
readonly maxTagCount: PropType<number | "responsive">;
|
|
82
|
-
readonly ellipsisTagPopoverProps: PropType<PopoverProps>;
|
|
91
|
+
readonly maxTagCount: import("vue").PropType<number | "responsive">;
|
|
92
|
+
readonly ellipsisTagPopoverProps: import("vue").PropType<import("../..").PopoverProps>;
|
|
83
93
|
readonly consistentMenuWidth: {
|
|
84
94
|
readonly type: BooleanConstructor;
|
|
85
95
|
readonly default: true;
|
|
@@ -102,48 +112,53 @@ export declare const selectProps: {
|
|
|
102
112
|
};
|
|
103
113
|
readonly filled: BooleanConstructor;
|
|
104
114
|
readonly tagField: StringConstructor;
|
|
105
|
-
readonly renderTagLabel: PropType<RenderLabel>;
|
|
106
|
-
readonly renderLabel: PropType<RenderLabel>;
|
|
107
|
-
readonly renderOption: PropType<RenderOption>;
|
|
108
|
-
readonly renderTag: PropType<
|
|
109
|
-
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
110
|
-
readonly inputProps: PropType<InputHTMLAttributes>;
|
|
111
|
-
readonly nodeProps: PropType<
|
|
115
|
+
readonly renderTagLabel: import("vue").PropType<import("../../_internal/select-menu/src/interface").RenderLabel>;
|
|
116
|
+
readonly renderLabel: import("vue").PropType<import("../../_internal/select-menu/src/interface").RenderLabel>;
|
|
117
|
+
readonly renderOption: import("vue").PropType<import("../../_internal/select-menu/src/interface").RenderOption>;
|
|
118
|
+
readonly renderTag: import("vue").PropType<import("..").SelectRenderTag>;
|
|
119
|
+
readonly 'onUpdate:value': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue> | undefined>;
|
|
120
|
+
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
121
|
+
readonly nodeProps: import("vue").PropType<import("..").SelectNodeProps>;
|
|
112
122
|
readonly ignoreComposition: {
|
|
113
123
|
readonly type: BooleanConstructor;
|
|
114
124
|
readonly default: true;
|
|
115
125
|
};
|
|
116
126
|
readonly showOnFocus: BooleanConstructor;
|
|
117
|
-
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
118
|
-
readonly onBlur: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
119
|
-
readonly onClear: PropType<MaybeArray<() => void> | undefined>;
|
|
120
|
-
readonly onFocus: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
121
|
-
readonly onScroll: PropType<MaybeArray<(e: Event) => void> | undefined>;
|
|
122
|
-
readonly onSearch: PropType<MaybeArray<(value: string) => void> | undefined>;
|
|
123
|
-
readonly onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
|
|
124
|
-
readonly 'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
|
|
127
|
+
readonly onUpdateValue: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue> | undefined>;
|
|
128
|
+
readonly onBlur: import("vue").PropType<import("../../_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
129
|
+
readonly onClear: import("vue").PropType<import("../../_utils").MaybeArray<() => void> | undefined>;
|
|
130
|
+
readonly onFocus: import("vue").PropType<import("../../_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
131
|
+
readonly onScroll: import("vue").PropType<import("../../_utils").MaybeArray<(e: Event) => void> | undefined>;
|
|
132
|
+
readonly onSearch: import("vue").PropType<import("../../_utils").MaybeArray<(value: string) => void> | undefined>;
|
|
133
|
+
readonly onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
134
|
+
readonly 'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
125
135
|
readonly displayDirective: {
|
|
126
|
-
readonly type: PropType<"if" | "show">;
|
|
136
|
+
readonly type: import("vue").PropType<"if" | "show">;
|
|
127
137
|
readonly default: "show";
|
|
128
138
|
};
|
|
129
139
|
readonly resetMenuOnOptionsChange: {
|
|
130
140
|
readonly type: BooleanConstructor;
|
|
131
141
|
readonly default: true;
|
|
132
142
|
};
|
|
133
|
-
readonly status: PropType<FormValidationStatus>;
|
|
143
|
+
readonly status: import("vue").PropType<import("../../form/src/interface").FormValidationStatus>;
|
|
134
144
|
readonly showCheckmark: {
|
|
135
145
|
readonly type: BooleanConstructor;
|
|
136
146
|
readonly default: true;
|
|
137
147
|
};
|
|
138
|
-
readonly
|
|
148
|
+
readonly closeOnSelect: {
|
|
149
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
150
|
+
readonly default: undefined;
|
|
151
|
+
};
|
|
152
|
+
readonly primaryButtonProps: import("vue").PropType<SelectFooterButtonProps>;
|
|
153
|
+
readonly secondaryButtonProps: import("vue").PropType<SelectFooterButtonProps>;
|
|
154
|
+
readonly scrollbarProps: import("vue").PropType<import("../../_internal").ScrollbarProps>;
|
|
139
155
|
readonly round: BooleanConstructor;
|
|
140
156
|
readonly counter: BooleanConstructor;
|
|
141
157
|
readonly secondary: BooleanConstructor;
|
|
142
|
-
|
|
143
|
-
readonly
|
|
144
|
-
readonly items: PropType<SelectMixedOption[]>;
|
|
158
|
+
readonly onChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
|
|
159
|
+
readonly items: import("vue").PropType<SelectMixedOption[]>;
|
|
145
160
|
readonly account: BooleanConstructor;
|
|
146
|
-
readonly theme: PropType<import("../../_mixins").Theme<"Select", {
|
|
161
|
+
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Select", {
|
|
147
162
|
menuBoxShadow: string;
|
|
148
163
|
}, {
|
|
149
164
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
@@ -333,9 +348,132 @@ export declare const selectProps: {
|
|
|
333
348
|
iconBgColor: string;
|
|
334
349
|
extraTextColor: string;
|
|
335
350
|
}, any>;
|
|
351
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
352
|
+
fontWeight: string;
|
|
353
|
+
textColor: string;
|
|
354
|
+
descriptionTextColor: string;
|
|
355
|
+
textColorDisabled: string;
|
|
356
|
+
descriptionTextColorDisabled: string;
|
|
357
|
+
fontSizeLarge: string;
|
|
358
|
+
fontSizeMedium: string;
|
|
359
|
+
fontSizeSmall: string;
|
|
360
|
+
lineHeightLarge: string;
|
|
361
|
+
lineHeightMedium: string;
|
|
362
|
+
lineHeightSmall: string;
|
|
363
|
+
borderRadiusLarge: string;
|
|
364
|
+
borderRadiusMedium: string;
|
|
365
|
+
borderRadiusSmall: string;
|
|
366
|
+
color: string;
|
|
367
|
+
colorHover: string;
|
|
368
|
+
colorFocus: string;
|
|
369
|
+
colorActive: string;
|
|
370
|
+
colorChecked: string;
|
|
371
|
+
colorHoverChecked: string;
|
|
372
|
+
colorFocusChecked: string;
|
|
373
|
+
colorActiveChecked: string;
|
|
374
|
+
colorDisabled: string;
|
|
375
|
+
colorDisabledChecked: string;
|
|
376
|
+
checkMarkColor: string;
|
|
377
|
+
checkMarkColorHover: string;
|
|
378
|
+
checkMarkColorFocus: string;
|
|
379
|
+
checkMarkColorActive: string;
|
|
380
|
+
checkMarkColorDisabled: string;
|
|
381
|
+
checkMarkColorDisabledChecked: string;
|
|
382
|
+
border: string;
|
|
383
|
+
borderHover: string;
|
|
384
|
+
borderFocus: string;
|
|
385
|
+
borderActive: string;
|
|
386
|
+
borderChecked: string;
|
|
387
|
+
borderHoverChecked: string;
|
|
388
|
+
borderFocusChecked: string;
|
|
389
|
+
borderActiveChecked: string;
|
|
390
|
+
borderDisabled: string;
|
|
391
|
+
borderDisabledChecked: string;
|
|
392
|
+
boxShadowHover: string;
|
|
393
|
+
boxShadowFocus: string;
|
|
394
|
+
boxShadowActive: string;
|
|
395
|
+
boxShadowHoverChecked: string;
|
|
396
|
+
boxShadowFocusChecked: string;
|
|
397
|
+
boxShadowActiveChecked: string;
|
|
398
|
+
sizeSmall: string;
|
|
399
|
+
sizeMedium: string;
|
|
400
|
+
sizeLarge: string;
|
|
401
|
+
labelPadding: string;
|
|
402
|
+
}, any>;
|
|
403
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
404
|
+
paddingTiny: string;
|
|
405
|
+
paddingSmall: string;
|
|
406
|
+
paddingMedium: string;
|
|
407
|
+
paddingLarge: string;
|
|
408
|
+
paddingHuge: string;
|
|
409
|
+
clearSize: string;
|
|
410
|
+
countTextColorDisabled: string;
|
|
411
|
+
countTextColor: string;
|
|
412
|
+
heightTiny: string;
|
|
413
|
+
heightSmall: string;
|
|
414
|
+
heightMedium: string;
|
|
415
|
+
heightLarge: string;
|
|
416
|
+
heightHuge: string;
|
|
417
|
+
fontSizeTiny: string;
|
|
418
|
+
fontSizeSmall: string;
|
|
419
|
+
fontSizeMedium: string;
|
|
420
|
+
fontSizeLarge: string;
|
|
421
|
+
fontSizeHuge: string;
|
|
422
|
+
lineHeight: string;
|
|
423
|
+
lineHeightTextarea: string;
|
|
424
|
+
borderRadius: string;
|
|
425
|
+
iconSize: string;
|
|
426
|
+
groupLabelTextColor: string;
|
|
427
|
+
textColor: string;
|
|
428
|
+
textColorDisabled: string;
|
|
429
|
+
textDecorationColor: string;
|
|
430
|
+
caretColor: string;
|
|
431
|
+
placeholderColor: string;
|
|
432
|
+
placeholderColorDisabled: string;
|
|
433
|
+
color: string;
|
|
434
|
+
colorDisabled: string;
|
|
435
|
+
colorFocus: string;
|
|
436
|
+
groupLabelBorder: string;
|
|
437
|
+
border: string;
|
|
438
|
+
borderHover: string;
|
|
439
|
+
borderDisabled: string;
|
|
440
|
+
borderFocus: string;
|
|
441
|
+
boxShadowFocus: string;
|
|
442
|
+
loadingColor: string;
|
|
443
|
+
loadingColorSuccess: string;
|
|
444
|
+
borderSuccess: string;
|
|
445
|
+
borderHoverSuccess: string;
|
|
446
|
+
colorFocusSuccess: string;
|
|
447
|
+
borderFocusSuccess: string;
|
|
448
|
+
boxShadowFocusSuccess: string;
|
|
449
|
+
caretColorSuccess: string;
|
|
450
|
+
loadingColorWarning: string;
|
|
451
|
+
borderWarning: string;
|
|
452
|
+
borderHoverWarning: string;
|
|
453
|
+
colorFocusWarning: string;
|
|
454
|
+
borderFocusWarning: string;
|
|
455
|
+
boxShadowFocusWarning: string;
|
|
456
|
+
caretColorWarning: string;
|
|
457
|
+
loadingColorError: string;
|
|
458
|
+
borderError: string;
|
|
459
|
+
borderHoverError: string;
|
|
460
|
+
colorFocusError: string;
|
|
461
|
+
borderFocusError: string;
|
|
462
|
+
boxShadowFocusError: string;
|
|
463
|
+
caretColorError: string;
|
|
464
|
+
clearColor: string;
|
|
465
|
+
clearColorHover: string;
|
|
466
|
+
clearColorPressed: string;
|
|
467
|
+
iconColor: string;
|
|
468
|
+
iconColorDisabled: string;
|
|
469
|
+
iconColorHover: string;
|
|
470
|
+
iconColorPressed: string;
|
|
471
|
+
suffixTextColor: string;
|
|
472
|
+
selectionColor: string;
|
|
473
|
+
}, any>;
|
|
336
474
|
}>;
|
|
337
475
|
}>>;
|
|
338
|
-
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
476
|
+
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
339
477
|
menuBoxShadow: string;
|
|
340
478
|
}, {
|
|
341
479
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
@@ -525,9 +663,132 @@ export declare const selectProps: {
|
|
|
525
663
|
iconBgColor: string;
|
|
526
664
|
extraTextColor: string;
|
|
527
665
|
}, any>;
|
|
666
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
667
|
+
fontWeight: string;
|
|
668
|
+
textColor: string;
|
|
669
|
+
descriptionTextColor: string;
|
|
670
|
+
textColorDisabled: string;
|
|
671
|
+
descriptionTextColorDisabled: string;
|
|
672
|
+
fontSizeLarge: string;
|
|
673
|
+
fontSizeMedium: string;
|
|
674
|
+
fontSizeSmall: string;
|
|
675
|
+
lineHeightLarge: string;
|
|
676
|
+
lineHeightMedium: string;
|
|
677
|
+
lineHeightSmall: string;
|
|
678
|
+
borderRadiusLarge: string;
|
|
679
|
+
borderRadiusMedium: string;
|
|
680
|
+
borderRadiusSmall: string;
|
|
681
|
+
color: string;
|
|
682
|
+
colorHover: string;
|
|
683
|
+
colorFocus: string;
|
|
684
|
+
colorActive: string;
|
|
685
|
+
colorChecked: string;
|
|
686
|
+
colorHoverChecked: string;
|
|
687
|
+
colorFocusChecked: string;
|
|
688
|
+
colorActiveChecked: string;
|
|
689
|
+
colorDisabled: string;
|
|
690
|
+
colorDisabledChecked: string;
|
|
691
|
+
checkMarkColor: string;
|
|
692
|
+
checkMarkColorHover: string;
|
|
693
|
+
checkMarkColorFocus: string;
|
|
694
|
+
checkMarkColorActive: string;
|
|
695
|
+
checkMarkColorDisabled: string;
|
|
696
|
+
checkMarkColorDisabledChecked: string;
|
|
697
|
+
border: string;
|
|
698
|
+
borderHover: string;
|
|
699
|
+
borderFocus: string;
|
|
700
|
+
borderActive: string;
|
|
701
|
+
borderChecked: string;
|
|
702
|
+
borderHoverChecked: string;
|
|
703
|
+
borderFocusChecked: string;
|
|
704
|
+
borderActiveChecked: string;
|
|
705
|
+
borderDisabled: string;
|
|
706
|
+
borderDisabledChecked: string;
|
|
707
|
+
boxShadowHover: string;
|
|
708
|
+
boxShadowFocus: string;
|
|
709
|
+
boxShadowActive: string;
|
|
710
|
+
boxShadowHoverChecked: string;
|
|
711
|
+
boxShadowFocusChecked: string;
|
|
712
|
+
boxShadowActiveChecked: string;
|
|
713
|
+
sizeSmall: string;
|
|
714
|
+
sizeMedium: string;
|
|
715
|
+
sizeLarge: string;
|
|
716
|
+
labelPadding: string;
|
|
717
|
+
}, any>;
|
|
718
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
719
|
+
paddingTiny: string;
|
|
720
|
+
paddingSmall: string;
|
|
721
|
+
paddingMedium: string;
|
|
722
|
+
paddingLarge: string;
|
|
723
|
+
paddingHuge: string;
|
|
724
|
+
clearSize: string;
|
|
725
|
+
countTextColorDisabled: string;
|
|
726
|
+
countTextColor: string;
|
|
727
|
+
heightTiny: string;
|
|
728
|
+
heightSmall: string;
|
|
729
|
+
heightMedium: string;
|
|
730
|
+
heightLarge: string;
|
|
731
|
+
heightHuge: string;
|
|
732
|
+
fontSizeTiny: string;
|
|
733
|
+
fontSizeSmall: string;
|
|
734
|
+
fontSizeMedium: string;
|
|
735
|
+
fontSizeLarge: string;
|
|
736
|
+
fontSizeHuge: string;
|
|
737
|
+
lineHeight: string;
|
|
738
|
+
lineHeightTextarea: string;
|
|
739
|
+
borderRadius: string;
|
|
740
|
+
iconSize: string;
|
|
741
|
+
groupLabelTextColor: string;
|
|
742
|
+
textColor: string;
|
|
743
|
+
textColorDisabled: string;
|
|
744
|
+
textDecorationColor: string;
|
|
745
|
+
caretColor: string;
|
|
746
|
+
placeholderColor: string;
|
|
747
|
+
placeholderColorDisabled: string;
|
|
748
|
+
color: string;
|
|
749
|
+
colorDisabled: string;
|
|
750
|
+
colorFocus: string;
|
|
751
|
+
groupLabelBorder: string;
|
|
752
|
+
border: string;
|
|
753
|
+
borderHover: string;
|
|
754
|
+
borderDisabled: string;
|
|
755
|
+
borderFocus: string;
|
|
756
|
+
boxShadowFocus: string;
|
|
757
|
+
loadingColor: string;
|
|
758
|
+
loadingColorSuccess: string;
|
|
759
|
+
borderSuccess: string;
|
|
760
|
+
borderHoverSuccess: string;
|
|
761
|
+
colorFocusSuccess: string;
|
|
762
|
+
borderFocusSuccess: string;
|
|
763
|
+
boxShadowFocusSuccess: string;
|
|
764
|
+
caretColorSuccess: string;
|
|
765
|
+
loadingColorWarning: string;
|
|
766
|
+
borderWarning: string;
|
|
767
|
+
borderHoverWarning: string;
|
|
768
|
+
colorFocusWarning: string;
|
|
769
|
+
borderFocusWarning: string;
|
|
770
|
+
boxShadowFocusWarning: string;
|
|
771
|
+
caretColorWarning: string;
|
|
772
|
+
loadingColorError: string;
|
|
773
|
+
borderError: string;
|
|
774
|
+
borderHoverError: string;
|
|
775
|
+
colorFocusError: string;
|
|
776
|
+
borderFocusError: string;
|
|
777
|
+
boxShadowFocusError: string;
|
|
778
|
+
caretColorError: string;
|
|
779
|
+
clearColor: string;
|
|
780
|
+
clearColorHover: string;
|
|
781
|
+
clearColorPressed: string;
|
|
782
|
+
iconColor: string;
|
|
783
|
+
iconColorDisabled: string;
|
|
784
|
+
iconColorHover: string;
|
|
785
|
+
iconColorPressed: string;
|
|
786
|
+
suffixTextColor: string;
|
|
787
|
+
selectionColor: string;
|
|
788
|
+
}, any>;
|
|
528
789
|
}>;
|
|
529
790
|
}>>>;
|
|
530
|
-
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
791
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
531
792
|
menuBoxShadow: string;
|
|
532
793
|
}, {
|
|
533
794
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
@@ -717,729 +978,133 @@ export declare const selectProps: {
|
|
|
717
978
|
iconBgColor: string;
|
|
718
979
|
extraTextColor: string;
|
|
719
980
|
}, any>;
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
};
|
|
736
|
-
readonly bordered: {
|
|
737
|
-
readonly type: PropType<boolean | undefined>;
|
|
738
|
-
readonly default: undefined;
|
|
739
|
-
};
|
|
740
|
-
readonly clearable: BooleanConstructor;
|
|
741
|
-
readonly clearCreatedOptionsOnClear: {
|
|
742
|
-
readonly type: BooleanConstructor;
|
|
743
|
-
readonly default: true;
|
|
744
|
-
};
|
|
745
|
-
readonly clearFilterAfterSelect: {
|
|
746
|
-
readonly type: BooleanConstructor;
|
|
747
|
-
readonly default: true;
|
|
748
|
-
};
|
|
749
|
-
readonly options: {
|
|
750
|
-
readonly type: PropType<SelectMixedOption[]>;
|
|
751
|
-
readonly default: () => never[];
|
|
752
|
-
};
|
|
753
|
-
readonly defaultValue: {
|
|
754
|
-
readonly type: PropType<Value | null>;
|
|
755
|
-
readonly default: null;
|
|
756
|
-
};
|
|
757
|
-
readonly keyboard: {
|
|
758
|
-
readonly type: BooleanConstructor;
|
|
759
|
-
readonly default: true;
|
|
760
|
-
};
|
|
761
|
-
readonly value: PropType<Value | null>;
|
|
762
|
-
readonly placeholder: StringConstructor;
|
|
763
|
-
readonly menuProps: PropType<HTMLAttributes>;
|
|
764
|
-
readonly multiple: BooleanConstructor;
|
|
765
|
-
readonly size: PropType<SelectSize>;
|
|
766
|
-
readonly menuSize: {
|
|
767
|
-
readonly type: PropType<SelectMenuSize>;
|
|
768
|
-
};
|
|
769
|
-
readonly filterable: BooleanConstructor;
|
|
770
|
-
readonly disabled: {
|
|
771
|
-
readonly type: PropType<boolean | undefined>;
|
|
772
|
-
readonly default: undefined;
|
|
773
|
-
};
|
|
774
|
-
readonly remote: BooleanConstructor;
|
|
775
|
-
readonly loading: BooleanConstructor;
|
|
776
|
-
readonly loadingSkeleton: BooleanConstructor;
|
|
777
|
-
readonly filter: PropType<SelectFilter>;
|
|
778
|
-
readonly placement: {
|
|
779
|
-
readonly type: PropType<FollowerPlacement>;
|
|
780
|
-
readonly default: "bottom-start";
|
|
781
|
-
};
|
|
782
|
-
readonly widthMode: {
|
|
783
|
-
readonly type: StringConstructor;
|
|
784
|
-
readonly default: "trigger";
|
|
785
|
-
};
|
|
786
|
-
readonly tag: BooleanConstructor;
|
|
787
|
-
readonly onCreate: PropType<(label: string) => SelectOption>;
|
|
788
|
-
readonly fallbackOption: {
|
|
789
|
-
readonly type: PropType<SelectFallbackOption | false | undefined>;
|
|
790
|
-
readonly default: undefined;
|
|
791
|
-
};
|
|
792
|
-
readonly show: {
|
|
793
|
-
readonly type: PropType<boolean | undefined>;
|
|
794
|
-
readonly default: undefined;
|
|
795
|
-
};
|
|
796
|
-
readonly showArrow: {
|
|
797
|
-
readonly type: BooleanConstructor;
|
|
798
|
-
readonly default: true;
|
|
799
|
-
};
|
|
800
|
-
readonly maxTagCount: PropType<number | "responsive">;
|
|
801
|
-
readonly ellipsisTagPopoverProps: PropType<PopoverProps>;
|
|
802
|
-
readonly consistentMenuWidth: {
|
|
803
|
-
readonly type: BooleanConstructor;
|
|
804
|
-
readonly default: true;
|
|
805
|
-
};
|
|
806
|
-
readonly virtualScroll: {
|
|
807
|
-
readonly type: BooleanConstructor;
|
|
808
|
-
readonly default: true;
|
|
809
|
-
};
|
|
810
|
-
readonly labelField: {
|
|
811
|
-
readonly type: StringConstructor;
|
|
812
|
-
readonly default: "label";
|
|
813
|
-
};
|
|
814
|
-
readonly valueField: {
|
|
815
|
-
readonly type: StringConstructor;
|
|
816
|
-
readonly default: "value";
|
|
817
|
-
};
|
|
818
|
-
readonly childrenField: {
|
|
819
|
-
readonly type: StringConstructor;
|
|
820
|
-
readonly default: "children";
|
|
821
|
-
};
|
|
822
|
-
readonly filled: BooleanConstructor;
|
|
823
|
-
readonly tagField: StringConstructor;
|
|
824
|
-
readonly renderTagLabel: PropType<RenderLabel>;
|
|
825
|
-
readonly renderLabel: PropType<RenderLabel>;
|
|
826
|
-
readonly renderOption: PropType<RenderOption>;
|
|
827
|
-
readonly renderTag: PropType<RenderTag>;
|
|
828
|
-
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
829
|
-
readonly inputProps: PropType<InputHTMLAttributes>;
|
|
830
|
-
readonly nodeProps: PropType<NodeProps>;
|
|
831
|
-
readonly ignoreComposition: {
|
|
832
|
-
readonly type: BooleanConstructor;
|
|
833
|
-
readonly default: true;
|
|
834
|
-
};
|
|
835
|
-
readonly showOnFocus: BooleanConstructor;
|
|
836
|
-
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
837
|
-
readonly onBlur: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
838
|
-
readonly onClear: PropType<MaybeArray<() => void> | undefined>;
|
|
839
|
-
readonly onFocus: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
840
|
-
readonly onScroll: PropType<MaybeArray<(e: Event) => void> | undefined>;
|
|
841
|
-
readonly onSearch: PropType<MaybeArray<(value: string) => void> | undefined>;
|
|
842
|
-
readonly onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
|
|
843
|
-
readonly 'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
|
|
844
|
-
readonly displayDirective: {
|
|
845
|
-
readonly type: PropType<"if" | "show">;
|
|
846
|
-
readonly default: "show";
|
|
847
|
-
};
|
|
848
|
-
readonly resetMenuOnOptionsChange: {
|
|
849
|
-
readonly type: BooleanConstructor;
|
|
850
|
-
readonly default: true;
|
|
851
|
-
};
|
|
852
|
-
readonly status: PropType<FormValidationStatus>;
|
|
853
|
-
readonly showCheckmark: {
|
|
854
|
-
readonly type: BooleanConstructor;
|
|
855
|
-
readonly default: true;
|
|
856
|
-
};
|
|
857
|
-
readonly scrollbarProps: PropType<ScrollbarProps>;
|
|
858
|
-
readonly round: BooleanConstructor;
|
|
859
|
-
readonly counter: BooleanConstructor;
|
|
860
|
-
readonly secondary: BooleanConstructor;
|
|
861
|
-
/** deprecated */
|
|
862
|
-
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
863
|
-
readonly items: PropType<SelectMixedOption[]>;
|
|
864
|
-
readonly account: BooleanConstructor;
|
|
865
|
-
readonly theme: PropType<import("../../_mixins").Theme<"Select", {
|
|
866
|
-
menuBoxShadow: string;
|
|
867
|
-
}, {
|
|
868
|
-
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
869
|
-
paddingTiny: string;
|
|
870
|
-
paddingSmall: string;
|
|
871
|
-
paddingMedium: string;
|
|
872
|
-
paddingLarge: string;
|
|
873
|
-
paddingHuge: string;
|
|
874
|
-
clearSizeTiny: string;
|
|
875
|
-
clearSizeSmall: string;
|
|
876
|
-
clearSizeMedium: string;
|
|
877
|
-
clearSizeLarge: string;
|
|
878
|
-
clearSizeHuge: string;
|
|
879
|
-
arrowSizeTiny: string;
|
|
880
|
-
arrowSizeSmall: string;
|
|
881
|
-
arrowSizeMedium: string;
|
|
882
|
-
arrowSizeLarge: string;
|
|
883
|
-
arrowSizeHuge: string;
|
|
884
|
-
fontSizeTiny: string;
|
|
885
|
-
fontSizeSmall: string;
|
|
886
|
-
fontSizeMedium: string;
|
|
887
|
-
fontSizeLarge: string;
|
|
888
|
-
fontSizeHuge: string;
|
|
889
|
-
lineHeightTiny: string;
|
|
890
|
-
lineHeightSmall: string;
|
|
891
|
-
lineHeightMedium: string;
|
|
892
|
-
lineHeightLarge: string;
|
|
893
|
-
lineHeightHuge: string;
|
|
894
|
-
heightTiny: string;
|
|
895
|
-
heightSmall: string;
|
|
896
|
-
heightMedium: string;
|
|
897
|
-
heightLarge: string;
|
|
898
|
-
heightHuge: string;
|
|
899
|
-
borderRadiusTiny: string;
|
|
900
|
-
borderRadiusSmall: string;
|
|
901
|
-
borderRadiusMedium: string;
|
|
902
|
-
borderRadiusLarge: string;
|
|
903
|
-
borderRadiusHuge: string;
|
|
904
|
-
textColor: string;
|
|
905
|
-
textColorDisabled: string;
|
|
906
|
-
placeholderColor: string;
|
|
907
|
-
placeholderColorDisabled: string;
|
|
908
|
-
color: string;
|
|
909
|
-
colorFilled: string;
|
|
910
|
-
colorDisabled: string;
|
|
911
|
-
colorActive: string;
|
|
912
|
-
border: string;
|
|
913
|
-
borderFilled: string;
|
|
914
|
-
borderHover: string;
|
|
915
|
-
borderActive: string;
|
|
916
|
-
borderFocus: string;
|
|
917
|
-
borderDisabled: string;
|
|
918
|
-
boxShadowHover: string;
|
|
919
|
-
boxShadowActive: string;
|
|
920
|
-
boxShadowFocus: string;
|
|
921
|
-
caretColor: string;
|
|
922
|
-
arrowColor: string;
|
|
923
|
-
arrowColorHover: string;
|
|
924
|
-
arrowColorDisabled: string;
|
|
925
|
-
loadingColor: string;
|
|
926
|
-
borderWarning: string;
|
|
927
|
-
borderHoverWarning: string;
|
|
928
|
-
borderActiveWarning: string;
|
|
929
|
-
borderFocusWarning: string;
|
|
930
|
-
boxShadowHoverWarning: string;
|
|
931
|
-
boxShadowActiveWarning: string;
|
|
932
|
-
boxShadowFocusWarning: string;
|
|
933
|
-
colorActiveWarning: string;
|
|
934
|
-
caretColorWarning: string;
|
|
935
|
-
borderError: string;
|
|
936
|
-
borderHoverError: string;
|
|
937
|
-
borderActiveError: string;
|
|
938
|
-
borderFocusError: string;
|
|
939
|
-
boxShadowHoverError: string;
|
|
940
|
-
boxShadowActiveError: string;
|
|
941
|
-
boxShadowFocusError: string;
|
|
942
|
-
colorActiveError: string;
|
|
943
|
-
caretColorError: string;
|
|
944
|
-
clearColor: string;
|
|
945
|
-
clearColorHover: string;
|
|
946
|
-
clearColorPressed: string;
|
|
947
|
-
caretColorSecondary: string;
|
|
948
|
-
filterCounterTextColor: string;
|
|
949
|
-
filterCounterTextColorDisabled: string;
|
|
950
|
-
arrowColorSecondary: string;
|
|
951
|
-
clearColorSecondary: string;
|
|
952
|
-
colorSecondary: string;
|
|
953
|
-
textColorSecondary: string;
|
|
954
|
-
borderSecondary: string;
|
|
955
|
-
arrowColorDisabledSecondary: string;
|
|
956
|
-
clearColorDisabledSecondary: string;
|
|
957
|
-
colorDisabledSecondary: string;
|
|
958
|
-
textColorDisabledSecondary: string;
|
|
959
|
-
borderDisabledSecondary: string;
|
|
960
|
-
arrowColorHoverSecondary: string;
|
|
961
|
-
clearColorHoverSecondary: string;
|
|
962
|
-
colorHoverSecondary: string;
|
|
963
|
-
textColorHoverSecondary: string;
|
|
964
|
-
borderHoverSecondary: string;
|
|
965
|
-
arrowColorFocusSecondary: string;
|
|
966
|
-
clearColorFocusSecondary: string;
|
|
967
|
-
colorFocusSecondary: string;
|
|
968
|
-
textColorFocusSecondary: string;
|
|
969
|
-
borderFocusSecondary: string;
|
|
970
|
-
arrowColorActiveSecondary: string;
|
|
971
|
-
clearColorActiveSecondary: string;
|
|
972
|
-
colorActiveSecondary: string;
|
|
973
|
-
textColorActiveSecondary: string;
|
|
974
|
-
borderActiveSecondary: string;
|
|
975
|
-
}, {
|
|
976
|
-
Popover: import("../../_mixins").Theme<"Popover", {
|
|
977
|
-
space: string;
|
|
978
|
-
spaceArrow: string;
|
|
979
|
-
arrowOffset: string;
|
|
980
|
-
arrowOffsetVertical: string;
|
|
981
|
-
arrowHeight: string;
|
|
982
|
-
padding: string;
|
|
983
|
-
fontSize: string;
|
|
984
|
-
borderRadius: string;
|
|
985
|
-
color: string;
|
|
986
|
-
dividerColor: string;
|
|
987
|
-
textColor: string;
|
|
988
|
-
boxShadow: string;
|
|
989
|
-
}, any>;
|
|
990
|
-
}>;
|
|
991
|
-
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
992
|
-
height: string;
|
|
993
|
-
paddingSmall: string;
|
|
994
|
-
paddingMedium: string;
|
|
995
|
-
paddingLarge: string;
|
|
996
|
-
optionPaddingSmall: string;
|
|
997
|
-
optionPaddingMedium: string;
|
|
998
|
-
optionPaddingLarge: string;
|
|
999
|
-
loadingSize: string;
|
|
1000
|
-
optionFontSizeSmall: string;
|
|
1001
|
-
optionFontSizeMedium: string;
|
|
1002
|
-
optionFontSizeLarge: string;
|
|
1003
|
-
optionHeightSmall: string;
|
|
1004
|
-
optionHeightMedium: string;
|
|
1005
|
-
optionHeightLarge: string;
|
|
1006
|
-
optionBorderRadius: string;
|
|
1007
|
-
borderRadius: string;
|
|
1008
|
-
color: string;
|
|
1009
|
-
groupHeaderTextColor: string;
|
|
1010
|
-
actionDividerColor: string;
|
|
1011
|
-
optionTextColor: string;
|
|
1012
|
-
optionTextColorPressed: string;
|
|
1013
|
-
optionTextColorDisabled: string;
|
|
1014
|
-
optionTextColorActive: string;
|
|
1015
|
-
optionOpacityDisabled: string;
|
|
1016
|
-
optionCheckColor: string;
|
|
1017
|
-
optionColorPending: string;
|
|
1018
|
-
optionColorActive: string;
|
|
1019
|
-
optionGroupHeaderBorderColor: string;
|
|
1020
|
-
optionColorActivePending: string;
|
|
1021
|
-
actionTextColor: string;
|
|
1022
|
-
loadingColor: string;
|
|
1023
|
-
}, {
|
|
1024
|
-
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1025
|
-
height: string;
|
|
1026
|
-
width: string;
|
|
1027
|
-
borderRadius: string;
|
|
1028
|
-
color: string;
|
|
1029
|
-
colorHover: string;
|
|
1030
|
-
railInsetHorizontalBottom: string;
|
|
1031
|
-
railInsetHorizontalTop: string;
|
|
1032
|
-
railInsetVerticalRight: string;
|
|
1033
|
-
railInsetVerticalLeft: string;
|
|
1034
|
-
railColor: string;
|
|
1035
|
-
}, any>;
|
|
1036
|
-
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1037
|
-
iconSizeSmall: string;
|
|
1038
|
-
iconSizeMedium: string;
|
|
1039
|
-
iconSizeLarge: string;
|
|
1040
|
-
iconSizeHuge: string;
|
|
1041
|
-
titleFontSizeSmall: string;
|
|
1042
|
-
titleFontSizeMedium: string;
|
|
1043
|
-
titleFontSizeLarge: string;
|
|
1044
|
-
titleFontSizeHuge: string;
|
|
1045
|
-
descriptionFontSizeSmall: string;
|
|
1046
|
-
descriptionFontSizeMedium: string;
|
|
1047
|
-
descriptionFontSizeLarge: string;
|
|
1048
|
-
descriptionFontSizeHuge: string;
|
|
1049
|
-
titleColor: string;
|
|
1050
|
-
descriptionColor: string;
|
|
1051
|
-
iconColor: string;
|
|
1052
|
-
iconBgColor: string;
|
|
1053
|
-
extraTextColor: string;
|
|
1054
|
-
}, any>;
|
|
1055
|
-
}>;
|
|
1056
|
-
}>>;
|
|
1057
|
-
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
1058
|
-
menuBoxShadow: string;
|
|
1059
|
-
}, {
|
|
1060
|
-
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
1061
|
-
paddingTiny: string;
|
|
1062
|
-
paddingSmall: string;
|
|
1063
|
-
paddingMedium: string;
|
|
1064
|
-
paddingLarge: string;
|
|
1065
|
-
paddingHuge: string;
|
|
1066
|
-
clearSizeTiny: string;
|
|
1067
|
-
clearSizeSmall: string;
|
|
1068
|
-
clearSizeMedium: string;
|
|
1069
|
-
clearSizeLarge: string;
|
|
1070
|
-
clearSizeHuge: string;
|
|
1071
|
-
arrowSizeTiny: string;
|
|
1072
|
-
arrowSizeSmall: string;
|
|
1073
|
-
arrowSizeMedium: string;
|
|
1074
|
-
arrowSizeLarge: string;
|
|
1075
|
-
arrowSizeHuge: string;
|
|
1076
|
-
fontSizeTiny: string;
|
|
1077
|
-
fontSizeSmall: string;
|
|
1078
|
-
fontSizeMedium: string;
|
|
1079
|
-
fontSizeLarge: string;
|
|
1080
|
-
fontSizeHuge: string;
|
|
1081
|
-
lineHeightTiny: string;
|
|
1082
|
-
lineHeightSmall: string;
|
|
1083
|
-
lineHeightMedium: string;
|
|
1084
|
-
lineHeightLarge: string;
|
|
1085
|
-
lineHeightHuge: string;
|
|
1086
|
-
heightTiny: string;
|
|
1087
|
-
heightSmall: string;
|
|
1088
|
-
heightMedium: string;
|
|
1089
|
-
heightLarge: string;
|
|
1090
|
-
heightHuge: string;
|
|
1091
|
-
borderRadiusTiny: string;
|
|
1092
|
-
borderRadiusSmall: string;
|
|
1093
|
-
borderRadiusMedium: string;
|
|
1094
|
-
borderRadiusLarge: string;
|
|
1095
|
-
borderRadiusHuge: string;
|
|
1096
|
-
textColor: string;
|
|
1097
|
-
textColorDisabled: string;
|
|
1098
|
-
placeholderColor: string;
|
|
1099
|
-
placeholderColorDisabled: string;
|
|
1100
|
-
color: string;
|
|
1101
|
-
colorFilled: string;
|
|
1102
|
-
colorDisabled: string;
|
|
1103
|
-
colorActive: string;
|
|
1104
|
-
border: string;
|
|
1105
|
-
borderFilled: string;
|
|
1106
|
-
borderHover: string;
|
|
1107
|
-
borderActive: string;
|
|
1108
|
-
borderFocus: string;
|
|
1109
|
-
borderDisabled: string;
|
|
1110
|
-
boxShadowHover: string;
|
|
1111
|
-
boxShadowActive: string;
|
|
1112
|
-
boxShadowFocus: string;
|
|
1113
|
-
caretColor: string;
|
|
1114
|
-
arrowColor: string;
|
|
1115
|
-
arrowColorHover: string;
|
|
1116
|
-
arrowColorDisabled: string;
|
|
1117
|
-
loadingColor: string;
|
|
1118
|
-
borderWarning: string;
|
|
1119
|
-
borderHoverWarning: string;
|
|
1120
|
-
borderActiveWarning: string;
|
|
1121
|
-
borderFocusWarning: string;
|
|
1122
|
-
boxShadowHoverWarning: string;
|
|
1123
|
-
boxShadowActiveWarning: string;
|
|
1124
|
-
boxShadowFocusWarning: string;
|
|
1125
|
-
colorActiveWarning: string;
|
|
1126
|
-
caretColorWarning: string;
|
|
1127
|
-
borderError: string;
|
|
1128
|
-
borderHoverError: string;
|
|
1129
|
-
borderActiveError: string;
|
|
1130
|
-
borderFocusError: string;
|
|
1131
|
-
boxShadowHoverError: string;
|
|
1132
|
-
boxShadowActiveError: string;
|
|
1133
|
-
boxShadowFocusError: string;
|
|
1134
|
-
colorActiveError: string;
|
|
1135
|
-
caretColorError: string;
|
|
1136
|
-
clearColor: string;
|
|
1137
|
-
clearColorHover: string;
|
|
1138
|
-
clearColorPressed: string;
|
|
1139
|
-
caretColorSecondary: string;
|
|
1140
|
-
filterCounterTextColor: string;
|
|
1141
|
-
filterCounterTextColorDisabled: string;
|
|
1142
|
-
arrowColorSecondary: string;
|
|
1143
|
-
clearColorSecondary: string;
|
|
1144
|
-
colorSecondary: string;
|
|
1145
|
-
textColorSecondary: string;
|
|
1146
|
-
borderSecondary: string;
|
|
1147
|
-
arrowColorDisabledSecondary: string;
|
|
1148
|
-
clearColorDisabledSecondary: string;
|
|
1149
|
-
colorDisabledSecondary: string;
|
|
1150
|
-
textColorDisabledSecondary: string;
|
|
1151
|
-
borderDisabledSecondary: string;
|
|
1152
|
-
arrowColorHoverSecondary: string;
|
|
1153
|
-
clearColorHoverSecondary: string;
|
|
1154
|
-
colorHoverSecondary: string;
|
|
1155
|
-
textColorHoverSecondary: string;
|
|
1156
|
-
borderHoverSecondary: string;
|
|
1157
|
-
arrowColorFocusSecondary: string;
|
|
1158
|
-
clearColorFocusSecondary: string;
|
|
1159
|
-
colorFocusSecondary: string;
|
|
1160
|
-
textColorFocusSecondary: string;
|
|
1161
|
-
borderFocusSecondary: string;
|
|
1162
|
-
arrowColorActiveSecondary: string;
|
|
1163
|
-
clearColorActiveSecondary: string;
|
|
1164
|
-
colorActiveSecondary: string;
|
|
1165
|
-
textColorActiveSecondary: string;
|
|
1166
|
-
borderActiveSecondary: string;
|
|
1167
|
-
}, {
|
|
1168
|
-
Popover: import("../../_mixins").Theme<"Popover", {
|
|
1169
|
-
space: string;
|
|
1170
|
-
spaceArrow: string;
|
|
1171
|
-
arrowOffset: string;
|
|
1172
|
-
arrowOffsetVertical: string;
|
|
1173
|
-
arrowHeight: string;
|
|
1174
|
-
padding: string;
|
|
1175
|
-
fontSize: string;
|
|
1176
|
-
borderRadius: string;
|
|
1177
|
-
color: string;
|
|
1178
|
-
dividerColor: string;
|
|
1179
|
-
textColor: string;
|
|
1180
|
-
boxShadow: string;
|
|
1181
|
-
}, any>;
|
|
1182
|
-
}>;
|
|
1183
|
-
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1184
|
-
height: string;
|
|
1185
|
-
paddingSmall: string;
|
|
1186
|
-
paddingMedium: string;
|
|
1187
|
-
paddingLarge: string;
|
|
1188
|
-
optionPaddingSmall: string;
|
|
1189
|
-
optionPaddingMedium: string;
|
|
1190
|
-
optionPaddingLarge: string;
|
|
1191
|
-
loadingSize: string;
|
|
1192
|
-
optionFontSizeSmall: string;
|
|
1193
|
-
optionFontSizeMedium: string;
|
|
1194
|
-
optionFontSizeLarge: string;
|
|
1195
|
-
optionHeightSmall: string;
|
|
1196
|
-
optionHeightMedium: string;
|
|
1197
|
-
optionHeightLarge: string;
|
|
1198
|
-
optionBorderRadius: string;
|
|
1199
|
-
borderRadius: string;
|
|
1200
|
-
color: string;
|
|
1201
|
-
groupHeaderTextColor: string;
|
|
1202
|
-
actionDividerColor: string;
|
|
1203
|
-
optionTextColor: string;
|
|
1204
|
-
optionTextColorPressed: string;
|
|
1205
|
-
optionTextColorDisabled: string;
|
|
1206
|
-
optionTextColorActive: string;
|
|
1207
|
-
optionOpacityDisabled: string;
|
|
1208
|
-
optionCheckColor: string;
|
|
1209
|
-
optionColorPending: string;
|
|
1210
|
-
optionColorActive: string;
|
|
1211
|
-
optionGroupHeaderBorderColor: string;
|
|
1212
|
-
optionColorActivePending: string;
|
|
1213
|
-
actionTextColor: string;
|
|
1214
|
-
loadingColor: string;
|
|
1215
|
-
}, {
|
|
1216
|
-
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1217
|
-
height: string;
|
|
1218
|
-
width: string;
|
|
1219
|
-
borderRadius: string;
|
|
981
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
982
|
+
fontWeight: string;
|
|
983
|
+
textColor: string;
|
|
984
|
+
descriptionTextColor: string;
|
|
985
|
+
textColorDisabled: string;
|
|
986
|
+
descriptionTextColorDisabled: string;
|
|
987
|
+
fontSizeLarge: string;
|
|
988
|
+
fontSizeMedium: string;
|
|
989
|
+
fontSizeSmall: string;
|
|
990
|
+
lineHeightLarge: string;
|
|
991
|
+
lineHeightMedium: string;
|
|
992
|
+
lineHeightSmall: string;
|
|
993
|
+
borderRadiusLarge: string;
|
|
994
|
+
borderRadiusMedium: string;
|
|
995
|
+
borderRadiusSmall: string;
|
|
1220
996
|
color: string;
|
|
1221
997
|
colorHover: string;
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
998
|
+
colorFocus: string;
|
|
999
|
+
colorActive: string;
|
|
1000
|
+
colorChecked: string;
|
|
1001
|
+
colorHoverChecked: string;
|
|
1002
|
+
colorFocusChecked: string;
|
|
1003
|
+
colorActiveChecked: string;
|
|
1004
|
+
colorDisabled: string;
|
|
1005
|
+
colorDisabledChecked: string;
|
|
1006
|
+
checkMarkColor: string;
|
|
1007
|
+
checkMarkColorHover: string;
|
|
1008
|
+
checkMarkColorFocus: string;
|
|
1009
|
+
checkMarkColorActive: string;
|
|
1010
|
+
checkMarkColorDisabled: string;
|
|
1011
|
+
checkMarkColorDisabledChecked: string;
|
|
1012
|
+
border: string;
|
|
1013
|
+
borderHover: string;
|
|
1014
|
+
borderFocus: string;
|
|
1015
|
+
borderActive: string;
|
|
1016
|
+
borderChecked: string;
|
|
1017
|
+
borderHoverChecked: string;
|
|
1018
|
+
borderFocusChecked: string;
|
|
1019
|
+
borderActiveChecked: string;
|
|
1020
|
+
borderDisabled: string;
|
|
1021
|
+
borderDisabledChecked: string;
|
|
1022
|
+
boxShadowHover: string;
|
|
1023
|
+
boxShadowFocus: string;
|
|
1024
|
+
boxShadowActive: string;
|
|
1025
|
+
boxShadowHoverChecked: string;
|
|
1026
|
+
boxShadowFocusChecked: string;
|
|
1027
|
+
boxShadowActiveChecked: string;
|
|
1028
|
+
sizeSmall: string;
|
|
1029
|
+
sizeMedium: string;
|
|
1030
|
+
sizeLarge: string;
|
|
1031
|
+
labelPadding: string;
|
|
1246
1032
|
}, any>;
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
fontSizeTiny: string;
|
|
1269
|
-
fontSizeSmall: string;
|
|
1270
|
-
fontSizeMedium: string;
|
|
1271
|
-
fontSizeLarge: string;
|
|
1272
|
-
fontSizeHuge: string;
|
|
1273
|
-
lineHeightTiny: string;
|
|
1274
|
-
lineHeightSmall: string;
|
|
1275
|
-
lineHeightMedium: string;
|
|
1276
|
-
lineHeightLarge: string;
|
|
1277
|
-
lineHeightHuge: string;
|
|
1278
|
-
heightTiny: string;
|
|
1279
|
-
heightSmall: string;
|
|
1280
|
-
heightMedium: string;
|
|
1281
|
-
heightLarge: string;
|
|
1282
|
-
heightHuge: string;
|
|
1283
|
-
borderRadiusTiny: string;
|
|
1284
|
-
borderRadiusSmall: string;
|
|
1285
|
-
borderRadiusMedium: string;
|
|
1286
|
-
borderRadiusLarge: string;
|
|
1287
|
-
borderRadiusHuge: string;
|
|
1288
|
-
textColor: string;
|
|
1289
|
-
textColorDisabled: string;
|
|
1290
|
-
placeholderColor: string;
|
|
1291
|
-
placeholderColorDisabled: string;
|
|
1292
|
-
color: string;
|
|
1293
|
-
colorFilled: string;
|
|
1294
|
-
colorDisabled: string;
|
|
1295
|
-
colorActive: string;
|
|
1296
|
-
border: string;
|
|
1297
|
-
borderFilled: string;
|
|
1298
|
-
borderHover: string;
|
|
1299
|
-
borderActive: string;
|
|
1300
|
-
borderFocus: string;
|
|
1301
|
-
borderDisabled: string;
|
|
1302
|
-
boxShadowHover: string;
|
|
1303
|
-
boxShadowActive: string;
|
|
1304
|
-
boxShadowFocus: string;
|
|
1305
|
-
caretColor: string;
|
|
1306
|
-
arrowColor: string;
|
|
1307
|
-
arrowColorHover: string;
|
|
1308
|
-
arrowColorDisabled: string;
|
|
1309
|
-
loadingColor: string;
|
|
1310
|
-
borderWarning: string;
|
|
1311
|
-
borderHoverWarning: string;
|
|
1312
|
-
borderActiveWarning: string;
|
|
1313
|
-
borderFocusWarning: string;
|
|
1314
|
-
boxShadowHoverWarning: string;
|
|
1315
|
-
boxShadowActiveWarning: string;
|
|
1316
|
-
boxShadowFocusWarning: string;
|
|
1317
|
-
colorActiveWarning: string;
|
|
1318
|
-
caretColorWarning: string;
|
|
1319
|
-
borderError: string;
|
|
1320
|
-
borderHoverError: string;
|
|
1321
|
-
borderActiveError: string;
|
|
1322
|
-
borderFocusError: string;
|
|
1323
|
-
boxShadowHoverError: string;
|
|
1324
|
-
boxShadowActiveError: string;
|
|
1325
|
-
boxShadowFocusError: string;
|
|
1326
|
-
colorActiveError: string;
|
|
1327
|
-
caretColorError: string;
|
|
1328
|
-
clearColor: string;
|
|
1329
|
-
clearColorHover: string;
|
|
1330
|
-
clearColorPressed: string;
|
|
1331
|
-
caretColorSecondary: string;
|
|
1332
|
-
filterCounterTextColor: string;
|
|
1333
|
-
filterCounterTextColorDisabled: string;
|
|
1334
|
-
arrowColorSecondary: string;
|
|
1335
|
-
clearColorSecondary: string;
|
|
1336
|
-
colorSecondary: string;
|
|
1337
|
-
textColorSecondary: string;
|
|
1338
|
-
borderSecondary: string;
|
|
1339
|
-
arrowColorDisabledSecondary: string;
|
|
1340
|
-
clearColorDisabledSecondary: string;
|
|
1341
|
-
colorDisabledSecondary: string;
|
|
1342
|
-
textColorDisabledSecondary: string;
|
|
1343
|
-
borderDisabledSecondary: string;
|
|
1344
|
-
arrowColorHoverSecondary: string;
|
|
1345
|
-
clearColorHoverSecondary: string;
|
|
1346
|
-
colorHoverSecondary: string;
|
|
1347
|
-
textColorHoverSecondary: string;
|
|
1348
|
-
borderHoverSecondary: string;
|
|
1349
|
-
arrowColorFocusSecondary: string;
|
|
1350
|
-
clearColorFocusSecondary: string;
|
|
1351
|
-
colorFocusSecondary: string;
|
|
1352
|
-
textColorFocusSecondary: string;
|
|
1353
|
-
borderFocusSecondary: string;
|
|
1354
|
-
arrowColorActiveSecondary: string;
|
|
1355
|
-
clearColorActiveSecondary: string;
|
|
1356
|
-
colorActiveSecondary: string;
|
|
1357
|
-
textColorActiveSecondary: string;
|
|
1358
|
-
borderActiveSecondary: string;
|
|
1359
|
-
}, {
|
|
1360
|
-
Popover: import("../../_mixins").Theme<"Popover", {
|
|
1361
|
-
space: string;
|
|
1362
|
-
spaceArrow: string;
|
|
1363
|
-
arrowOffset: string;
|
|
1364
|
-
arrowOffsetVertical: string;
|
|
1365
|
-
arrowHeight: string;
|
|
1366
|
-
padding: string;
|
|
1367
|
-
fontSize: string;
|
|
1033
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1034
|
+
paddingTiny: string;
|
|
1035
|
+
paddingSmall: string;
|
|
1036
|
+
paddingMedium: string;
|
|
1037
|
+
paddingLarge: string;
|
|
1038
|
+
paddingHuge: string;
|
|
1039
|
+
clearSize: string;
|
|
1040
|
+
countTextColorDisabled: string;
|
|
1041
|
+
countTextColor: string;
|
|
1042
|
+
heightTiny: string;
|
|
1043
|
+
heightSmall: string;
|
|
1044
|
+
heightMedium: string;
|
|
1045
|
+
heightLarge: string;
|
|
1046
|
+
heightHuge: string;
|
|
1047
|
+
fontSizeTiny: string;
|
|
1048
|
+
fontSizeSmall: string;
|
|
1049
|
+
fontSizeMedium: string;
|
|
1050
|
+
fontSizeLarge: string;
|
|
1051
|
+
fontSizeHuge: string;
|
|
1052
|
+
lineHeight: string;
|
|
1053
|
+
lineHeightTextarea: string;
|
|
1368
1054
|
borderRadius: string;
|
|
1369
|
-
|
|
1370
|
-
|
|
1055
|
+
iconSize: string;
|
|
1056
|
+
groupLabelTextColor: string;
|
|
1371
1057
|
textColor: string;
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
paddingSmall: string;
|
|
1378
|
-
paddingMedium: string;
|
|
1379
|
-
paddingLarge: string;
|
|
1380
|
-
optionPaddingSmall: string;
|
|
1381
|
-
optionPaddingMedium: string;
|
|
1382
|
-
optionPaddingLarge: string;
|
|
1383
|
-
loadingSize: string;
|
|
1384
|
-
optionFontSizeSmall: string;
|
|
1385
|
-
optionFontSizeMedium: string;
|
|
1386
|
-
optionFontSizeLarge: string;
|
|
1387
|
-
optionHeightSmall: string;
|
|
1388
|
-
optionHeightMedium: string;
|
|
1389
|
-
optionHeightLarge: string;
|
|
1390
|
-
optionBorderRadius: string;
|
|
1391
|
-
borderRadius: string;
|
|
1392
|
-
color: string;
|
|
1393
|
-
groupHeaderTextColor: string;
|
|
1394
|
-
actionDividerColor: string;
|
|
1395
|
-
optionTextColor: string;
|
|
1396
|
-
optionTextColorPressed: string;
|
|
1397
|
-
optionTextColorDisabled: string;
|
|
1398
|
-
optionTextColorActive: string;
|
|
1399
|
-
optionOpacityDisabled: string;
|
|
1400
|
-
optionCheckColor: string;
|
|
1401
|
-
optionColorPending: string;
|
|
1402
|
-
optionColorActive: string;
|
|
1403
|
-
optionGroupHeaderBorderColor: string;
|
|
1404
|
-
optionColorActivePending: string;
|
|
1405
|
-
actionTextColor: string;
|
|
1406
|
-
loadingColor: string;
|
|
1407
|
-
}, {
|
|
1408
|
-
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1409
|
-
height: string;
|
|
1410
|
-
width: string;
|
|
1411
|
-
borderRadius: string;
|
|
1058
|
+
textColorDisabled: string;
|
|
1059
|
+
textDecorationColor: string;
|
|
1060
|
+
caretColor: string;
|
|
1061
|
+
placeholderColor: string;
|
|
1062
|
+
placeholderColorDisabled: string;
|
|
1412
1063
|
color: string;
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1064
|
+
colorDisabled: string;
|
|
1065
|
+
colorFocus: string;
|
|
1066
|
+
groupLabelBorder: string;
|
|
1067
|
+
border: string;
|
|
1068
|
+
borderHover: string;
|
|
1069
|
+
borderDisabled: string;
|
|
1070
|
+
borderFocus: string;
|
|
1071
|
+
boxShadowFocus: string;
|
|
1072
|
+
loadingColor: string;
|
|
1073
|
+
loadingColorSuccess: string;
|
|
1074
|
+
borderSuccess: string;
|
|
1075
|
+
borderHoverSuccess: string;
|
|
1076
|
+
colorFocusSuccess: string;
|
|
1077
|
+
borderFocusSuccess: string;
|
|
1078
|
+
boxShadowFocusSuccess: string;
|
|
1079
|
+
caretColorSuccess: string;
|
|
1080
|
+
loadingColorWarning: string;
|
|
1081
|
+
borderWarning: string;
|
|
1082
|
+
borderHoverWarning: string;
|
|
1083
|
+
colorFocusWarning: string;
|
|
1084
|
+
borderFocusWarning: string;
|
|
1085
|
+
boxShadowFocusWarning: string;
|
|
1086
|
+
caretColorWarning: string;
|
|
1087
|
+
loadingColorError: string;
|
|
1088
|
+
borderError: string;
|
|
1089
|
+
borderHoverError: string;
|
|
1090
|
+
colorFocusError: string;
|
|
1091
|
+
borderFocusError: string;
|
|
1092
|
+
boxShadowFocusError: string;
|
|
1093
|
+
caretColorError: string;
|
|
1094
|
+
clearColor: string;
|
|
1095
|
+
clearColorHover: string;
|
|
1096
|
+
clearColorPressed: string;
|
|
1435
1097
|
iconColor: string;
|
|
1436
|
-
|
|
1437
|
-
|
|
1098
|
+
iconColorDisabled: string;
|
|
1099
|
+
iconColorHover: string;
|
|
1100
|
+
iconColorPressed: string;
|
|
1101
|
+
suffixTextColor: string;
|
|
1102
|
+
selectionColor: string;
|
|
1438
1103
|
}, any>;
|
|
1439
1104
|
}>;
|
|
1440
1105
|
}>>>;
|
|
1441
1106
|
}>, {
|
|
1442
|
-
mergedStatus: import("vue").ComputedRef<FormValidationStatus | undefined>;
|
|
1107
|
+
mergedStatus: import("vue").ComputedRef<import("../../form/src/interface").FormValidationStatus | undefined>;
|
|
1443
1108
|
mergedClsPrefix: import("vue").Ref<string, string>;
|
|
1444
1109
|
mergedBordered: import("vue").ComputedRef<boolean>;
|
|
1445
1110
|
namespace: import("vue").ComputedRef<string | undefined>;
|
|
@@ -1460,27 +1125,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1460
1125
|
blurInput: () => void;
|
|
1461
1126
|
$el: HTMLElement;
|
|
1462
1127
|
} | null>;
|
|
1128
|
+
selfElRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
1129
|
+
triggerSlotWrapperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
1463
1130
|
menuRef: import("vue").Ref<{
|
|
1464
1131
|
selfRef: HTMLElement | null;
|
|
1465
1132
|
getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
|
|
1466
1133
|
prev: () => void;
|
|
1467
1134
|
next: () => void;
|
|
1135
|
+
focusSearchInput: () => void;
|
|
1468
1136
|
} | null, {
|
|
1469
1137
|
selfRef: HTMLElement | null;
|
|
1470
1138
|
getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
|
|
1471
1139
|
prev: () => void;
|
|
1472
1140
|
next: () => void;
|
|
1141
|
+
focusSearchInput: () => void;
|
|
1473
1142
|
} | {
|
|
1474
1143
|
selfRef: HTMLElement | null;
|
|
1475
1144
|
getPendingTmNode: () => TreeNode<SelectBaseOption> | null;
|
|
1476
1145
|
prev: () => void;
|
|
1477
1146
|
next: () => void;
|
|
1147
|
+
focusSearchInput: () => void;
|
|
1478
1148
|
} | null>;
|
|
1479
1149
|
pattern: import("vue").Ref<string, string>;
|
|
1480
1150
|
uncontrolledShow: import("vue").Ref<boolean, boolean>;
|
|
1481
1151
|
mergedShow: import("vue").ComputedRef<boolean>;
|
|
1482
1152
|
adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
|
|
1483
|
-
uncontrolledValue: import("vue").Ref<
|
|
1153
|
+
uncontrolledValue: import("vue").Ref<string[] | ValueAtom | number[] | ValueAtom[] | null, string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
1484
1154
|
mergedValue: import("vue").ComputedRef<string | number | string[] | number[] | ValueAtom[] | ValueAtom[] | null>;
|
|
1485
1155
|
followerRef: import("vue").Ref<{
|
|
1486
1156
|
syncPosition: () => void;
|
|
@@ -1488,6 +1158,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1488
1158
|
syncPosition: () => void;
|
|
1489
1159
|
} | null>;
|
|
1490
1160
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
1161
|
+
localizedSearchPlaceholder: import("vue").ComputedRef<string>;
|
|
1162
|
+
mergedTriggerFilterable: import("vue").ComputedRef<boolean>;
|
|
1163
|
+
mergedMenuFilterable: import("vue").ComputedRef<boolean>;
|
|
1491
1164
|
selectedOption: import("vue").ComputedRef<SelectOption | null>;
|
|
1492
1165
|
selectedOptions: import("vue").ComputedRef<SelectOption[] | null>;
|
|
1493
1166
|
mergedSize: import("vue").ComputedRef<SelectSize>;
|
|
@@ -1505,15 +1178,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1505
1178
|
handleToggle: (tmNode: TreeNode<SelectOption>) => void;
|
|
1506
1179
|
handleDeleteOption: (option: SelectOption) => void;
|
|
1507
1180
|
handlePatternInput: (e: InputEvent) => void;
|
|
1181
|
+
handleMenuPatternInput: (value: string) => void;
|
|
1508
1182
|
handleClear: (e: MouseEvent) => void;
|
|
1509
1183
|
handleTriggerBlur: (e: FocusEvent) => void;
|
|
1510
1184
|
handleTriggerFocus: (e: FocusEvent) => void;
|
|
1511
|
-
handleKeydown: (
|
|
1185
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
1512
1186
|
handleMenuAfterLeave: () => void;
|
|
1513
1187
|
handleMenuClickOutside: (e: MouseEvent) => void;
|
|
1514
1188
|
handleMenuScroll: (e: Event) => void;
|
|
1515
|
-
handleMenuKeydown: (
|
|
1189
|
+
handleMenuKeydown: (event: KeyboardEvent) => void;
|
|
1516
1190
|
handleMenuMousedown: (e: MouseEvent) => void;
|
|
1191
|
+
handleFooterButtonClick: (buttonProps: SelectFooterButtonProps, event: MouseEvent) => void;
|
|
1192
|
+
handleSelfKeydown: (event: KeyboardEvent) => void;
|
|
1193
|
+
openMenu: () => void;
|
|
1194
|
+
closeMenu: () => void;
|
|
1195
|
+
toggleMenu: () => void;
|
|
1517
1196
|
mergedTheme: import("vue").ComputedRef<{
|
|
1518
1197
|
common: import("../..").ThemeCommonVars;
|
|
1519
1198
|
self: {
|
|
@@ -1707,6 +1386,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1707
1386
|
iconBgColor: string;
|
|
1708
1387
|
extraTextColor: string;
|
|
1709
1388
|
}, any>;
|
|
1389
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1390
|
+
fontWeight: string;
|
|
1391
|
+
textColor: string;
|
|
1392
|
+
descriptionTextColor: string;
|
|
1393
|
+
textColorDisabled: string;
|
|
1394
|
+
descriptionTextColorDisabled: string;
|
|
1395
|
+
fontSizeLarge: string;
|
|
1396
|
+
fontSizeMedium: string;
|
|
1397
|
+
fontSizeSmall: string;
|
|
1398
|
+
lineHeightLarge: string;
|
|
1399
|
+
lineHeightMedium: string;
|
|
1400
|
+
lineHeightSmall: string;
|
|
1401
|
+
borderRadiusLarge: string;
|
|
1402
|
+
borderRadiusMedium: string;
|
|
1403
|
+
borderRadiusSmall: string;
|
|
1404
|
+
color: string;
|
|
1405
|
+
colorHover: string;
|
|
1406
|
+
colorFocus: string;
|
|
1407
|
+
colorActive: string;
|
|
1408
|
+
colorChecked: string;
|
|
1409
|
+
colorHoverChecked: string;
|
|
1410
|
+
colorFocusChecked: string;
|
|
1411
|
+
colorActiveChecked: string;
|
|
1412
|
+
colorDisabled: string;
|
|
1413
|
+
colorDisabledChecked: string;
|
|
1414
|
+
checkMarkColor: string;
|
|
1415
|
+
checkMarkColorHover: string;
|
|
1416
|
+
checkMarkColorFocus: string;
|
|
1417
|
+
checkMarkColorActive: string;
|
|
1418
|
+
checkMarkColorDisabled: string;
|
|
1419
|
+
checkMarkColorDisabledChecked: string;
|
|
1420
|
+
border: string;
|
|
1421
|
+
borderHover: string;
|
|
1422
|
+
borderFocus: string;
|
|
1423
|
+
borderActive: string;
|
|
1424
|
+
borderChecked: string;
|
|
1425
|
+
borderHoverChecked: string;
|
|
1426
|
+
borderFocusChecked: string;
|
|
1427
|
+
borderActiveChecked: string;
|
|
1428
|
+
borderDisabled: string;
|
|
1429
|
+
borderDisabledChecked: string;
|
|
1430
|
+
boxShadowHover: string;
|
|
1431
|
+
boxShadowFocus: string;
|
|
1432
|
+
boxShadowActive: string;
|
|
1433
|
+
boxShadowHoverChecked: string;
|
|
1434
|
+
boxShadowFocusChecked: string;
|
|
1435
|
+
boxShadowActiveChecked: string;
|
|
1436
|
+
sizeSmall: string;
|
|
1437
|
+
sizeMedium: string;
|
|
1438
|
+
sizeLarge: string;
|
|
1439
|
+
labelPadding: string;
|
|
1440
|
+
}, any>;
|
|
1441
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1442
|
+
paddingTiny: string;
|
|
1443
|
+
paddingSmall: string;
|
|
1444
|
+
paddingMedium: string;
|
|
1445
|
+
paddingLarge: string;
|
|
1446
|
+
paddingHuge: string;
|
|
1447
|
+
clearSize: string;
|
|
1448
|
+
countTextColorDisabled: string;
|
|
1449
|
+
countTextColor: string;
|
|
1450
|
+
heightTiny: string;
|
|
1451
|
+
heightSmall: string;
|
|
1452
|
+
heightMedium: string;
|
|
1453
|
+
heightLarge: string;
|
|
1454
|
+
heightHuge: string;
|
|
1455
|
+
fontSizeTiny: string;
|
|
1456
|
+
fontSizeSmall: string;
|
|
1457
|
+
fontSizeMedium: string;
|
|
1458
|
+
fontSizeLarge: string;
|
|
1459
|
+
fontSizeHuge: string;
|
|
1460
|
+
lineHeight: string;
|
|
1461
|
+
lineHeightTextarea: string;
|
|
1462
|
+
borderRadius: string;
|
|
1463
|
+
iconSize: string;
|
|
1464
|
+
groupLabelTextColor: string;
|
|
1465
|
+
textColor: string;
|
|
1466
|
+
textColorDisabled: string;
|
|
1467
|
+
textDecorationColor: string;
|
|
1468
|
+
caretColor: string;
|
|
1469
|
+
placeholderColor: string;
|
|
1470
|
+
placeholderColorDisabled: string;
|
|
1471
|
+
color: string;
|
|
1472
|
+
colorDisabled: string;
|
|
1473
|
+
colorFocus: string;
|
|
1474
|
+
groupLabelBorder: string;
|
|
1475
|
+
border: string;
|
|
1476
|
+
borderHover: string;
|
|
1477
|
+
borderDisabled: string;
|
|
1478
|
+
borderFocus: string;
|
|
1479
|
+
boxShadowFocus: string;
|
|
1480
|
+
loadingColor: string;
|
|
1481
|
+
loadingColorSuccess: string;
|
|
1482
|
+
borderSuccess: string;
|
|
1483
|
+
borderHoverSuccess: string;
|
|
1484
|
+
colorFocusSuccess: string;
|
|
1485
|
+
borderFocusSuccess: string;
|
|
1486
|
+
boxShadowFocusSuccess: string;
|
|
1487
|
+
caretColorSuccess: string;
|
|
1488
|
+
loadingColorWarning: string;
|
|
1489
|
+
borderWarning: string;
|
|
1490
|
+
borderHoverWarning: string;
|
|
1491
|
+
colorFocusWarning: string;
|
|
1492
|
+
borderFocusWarning: string;
|
|
1493
|
+
boxShadowFocusWarning: string;
|
|
1494
|
+
caretColorWarning: string;
|
|
1495
|
+
loadingColorError: string;
|
|
1496
|
+
borderError: string;
|
|
1497
|
+
borderHoverError: string;
|
|
1498
|
+
colorFocusError: string;
|
|
1499
|
+
borderFocusError: string;
|
|
1500
|
+
boxShadowFocusError: string;
|
|
1501
|
+
caretColorError: string;
|
|
1502
|
+
clearColor: string;
|
|
1503
|
+
clearColorHover: string;
|
|
1504
|
+
clearColorPressed: string;
|
|
1505
|
+
iconColor: string;
|
|
1506
|
+
iconColorDisabled: string;
|
|
1507
|
+
iconColorHover: string;
|
|
1508
|
+
iconColorPressed: string;
|
|
1509
|
+
suffixTextColor: string;
|
|
1510
|
+
selectionColor: string;
|
|
1511
|
+
}, any>;
|
|
1710
1512
|
}>;
|
|
1711
1513
|
};
|
|
1712
1514
|
peerOverrides: {
|
|
@@ -1761,6 +1563,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1761
1563
|
iconBgColor: string;
|
|
1762
1564
|
extraTextColor: string;
|
|
1763
1565
|
}, any>> | undefined;
|
|
1566
|
+
Checkbox?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Checkbox", {
|
|
1567
|
+
fontWeight: string;
|
|
1568
|
+
textColor: string;
|
|
1569
|
+
descriptionTextColor: string;
|
|
1570
|
+
textColorDisabled: string;
|
|
1571
|
+
descriptionTextColorDisabled: string;
|
|
1572
|
+
fontSizeLarge: string;
|
|
1573
|
+
fontSizeMedium: string;
|
|
1574
|
+
fontSizeSmall: string;
|
|
1575
|
+
lineHeightLarge: string;
|
|
1576
|
+
lineHeightMedium: string;
|
|
1577
|
+
lineHeightSmall: string;
|
|
1578
|
+
borderRadiusLarge: string;
|
|
1579
|
+
borderRadiusMedium: string;
|
|
1580
|
+
borderRadiusSmall: string;
|
|
1581
|
+
color: string;
|
|
1582
|
+
colorHover: string;
|
|
1583
|
+
colorFocus: string;
|
|
1584
|
+
colorActive: string;
|
|
1585
|
+
colorChecked: string;
|
|
1586
|
+
colorHoverChecked: string;
|
|
1587
|
+
colorFocusChecked: string;
|
|
1588
|
+
colorActiveChecked: string;
|
|
1589
|
+
colorDisabled: string;
|
|
1590
|
+
colorDisabledChecked: string;
|
|
1591
|
+
checkMarkColor: string;
|
|
1592
|
+
checkMarkColorHover: string;
|
|
1593
|
+
checkMarkColorFocus: string;
|
|
1594
|
+
checkMarkColorActive: string;
|
|
1595
|
+
checkMarkColorDisabled: string;
|
|
1596
|
+
checkMarkColorDisabledChecked: string;
|
|
1597
|
+
border: string;
|
|
1598
|
+
borderHover: string;
|
|
1599
|
+
borderFocus: string;
|
|
1600
|
+
borderActive: string;
|
|
1601
|
+
borderChecked: string;
|
|
1602
|
+
borderHoverChecked: string;
|
|
1603
|
+
borderFocusChecked: string;
|
|
1604
|
+
borderActiveChecked: string;
|
|
1605
|
+
borderDisabled: string;
|
|
1606
|
+
borderDisabledChecked: string;
|
|
1607
|
+
boxShadowHover: string;
|
|
1608
|
+
boxShadowFocus: string;
|
|
1609
|
+
boxShadowActive: string;
|
|
1610
|
+
boxShadowHoverChecked: string;
|
|
1611
|
+
boxShadowFocusChecked: string;
|
|
1612
|
+
boxShadowActiveChecked: string;
|
|
1613
|
+
sizeSmall: string;
|
|
1614
|
+
sizeMedium: string;
|
|
1615
|
+
sizeLarge: string;
|
|
1616
|
+
labelPadding: string;
|
|
1617
|
+
}, any>> | undefined;
|
|
1618
|
+
Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
1619
|
+
paddingTiny: string;
|
|
1620
|
+
paddingSmall: string;
|
|
1621
|
+
paddingMedium: string;
|
|
1622
|
+
paddingLarge: string;
|
|
1623
|
+
paddingHuge: string;
|
|
1624
|
+
clearSize: string;
|
|
1625
|
+
countTextColorDisabled: string;
|
|
1626
|
+
countTextColor: string;
|
|
1627
|
+
heightTiny: string;
|
|
1628
|
+
heightSmall: string;
|
|
1629
|
+
heightMedium: string;
|
|
1630
|
+
heightLarge: string;
|
|
1631
|
+
heightHuge: string;
|
|
1632
|
+
fontSizeTiny: string;
|
|
1633
|
+
fontSizeSmall: string;
|
|
1634
|
+
fontSizeMedium: string;
|
|
1635
|
+
fontSizeLarge: string;
|
|
1636
|
+
fontSizeHuge: string;
|
|
1637
|
+
lineHeight: string;
|
|
1638
|
+
lineHeightTextarea: string;
|
|
1639
|
+
borderRadius: string;
|
|
1640
|
+
iconSize: string;
|
|
1641
|
+
groupLabelTextColor: string;
|
|
1642
|
+
textColor: string;
|
|
1643
|
+
textColorDisabled: string;
|
|
1644
|
+
textDecorationColor: string;
|
|
1645
|
+
caretColor: string;
|
|
1646
|
+
placeholderColor: string;
|
|
1647
|
+
placeholderColorDisabled: string;
|
|
1648
|
+
color: string;
|
|
1649
|
+
colorDisabled: string;
|
|
1650
|
+
colorFocus: string;
|
|
1651
|
+
groupLabelBorder: string;
|
|
1652
|
+
border: string;
|
|
1653
|
+
borderHover: string;
|
|
1654
|
+
borderDisabled: string;
|
|
1655
|
+
borderFocus: string;
|
|
1656
|
+
boxShadowFocus: string;
|
|
1657
|
+
loadingColor: string;
|
|
1658
|
+
loadingColorSuccess: string;
|
|
1659
|
+
borderSuccess: string;
|
|
1660
|
+
borderHoverSuccess: string;
|
|
1661
|
+
colorFocusSuccess: string;
|
|
1662
|
+
borderFocusSuccess: string;
|
|
1663
|
+
boxShadowFocusSuccess: string;
|
|
1664
|
+
caretColorSuccess: string;
|
|
1665
|
+
loadingColorWarning: string;
|
|
1666
|
+
borderWarning: string;
|
|
1667
|
+
borderHoverWarning: string;
|
|
1668
|
+
colorFocusWarning: string;
|
|
1669
|
+
borderFocusWarning: string;
|
|
1670
|
+
boxShadowFocusWarning: string;
|
|
1671
|
+
caretColorWarning: string;
|
|
1672
|
+
loadingColorError: string;
|
|
1673
|
+
borderError: string;
|
|
1674
|
+
borderHoverError: string;
|
|
1675
|
+
colorFocusError: string;
|
|
1676
|
+
borderFocusError: string;
|
|
1677
|
+
boxShadowFocusError: string;
|
|
1678
|
+
caretColorError: string;
|
|
1679
|
+
clearColor: string;
|
|
1680
|
+
clearColorHover: string;
|
|
1681
|
+
clearColorPressed: string;
|
|
1682
|
+
iconColor: string;
|
|
1683
|
+
iconColorDisabled: string;
|
|
1684
|
+
iconColorHover: string;
|
|
1685
|
+
iconColorPressed: string;
|
|
1686
|
+
suffixTextColor: string;
|
|
1687
|
+
selectionColor: string;
|
|
1688
|
+
}, any>> | undefined;
|
|
1764
1689
|
} | undefined;
|
|
1765
1690
|
} | undefined;
|
|
1766
1691
|
};
|
|
@@ -1776,11 +1701,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1776
1701
|
blurInput: () => void;
|
|
1777
1702
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1778
1703
|
readonly to: {
|
|
1779
|
-
type: PropType<HTMLElement | string | boolean>;
|
|
1704
|
+
type: import("vue").PropType<HTMLElement | string | boolean>;
|
|
1780
1705
|
default: undefined;
|
|
1781
1706
|
};
|
|
1782
1707
|
readonly bordered: {
|
|
1783
|
-
readonly type: PropType<boolean | undefined>;
|
|
1708
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
1784
1709
|
readonly default: undefined;
|
|
1785
1710
|
};
|
|
1786
1711
|
readonly clearable: BooleanConstructor;
|
|
@@ -1793,36 +1718,49 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1793
1718
|
readonly default: true;
|
|
1794
1719
|
};
|
|
1795
1720
|
readonly options: {
|
|
1796
|
-
readonly type: PropType<SelectMixedOption[]>;
|
|
1721
|
+
readonly type: import("vue").PropType<SelectMixedOption[]>;
|
|
1722
|
+
readonly default: () => never[];
|
|
1723
|
+
};
|
|
1724
|
+
readonly defaultOptions: {
|
|
1725
|
+
readonly type: import("vue").PropType<SelectMixedOption[]>;
|
|
1797
1726
|
readonly default: () => never[];
|
|
1798
1727
|
};
|
|
1799
1728
|
readonly defaultValue: {
|
|
1800
|
-
readonly type: PropType<Value | null>;
|
|
1729
|
+
readonly type: import("vue").PropType<import("./interface").Value | null>;
|
|
1801
1730
|
readonly default: null;
|
|
1802
1731
|
};
|
|
1803
1732
|
readonly keyboard: {
|
|
1804
1733
|
readonly type: BooleanConstructor;
|
|
1805
1734
|
readonly default: true;
|
|
1806
1735
|
};
|
|
1807
|
-
readonly value: PropType<Value | null>;
|
|
1736
|
+
readonly value: import("vue").PropType<import("./interface").Value | null>;
|
|
1808
1737
|
readonly placeholder: StringConstructor;
|
|
1809
|
-
readonly menuProps: PropType<HTMLAttributes>;
|
|
1738
|
+
readonly menuProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
1810
1739
|
readonly multiple: BooleanConstructor;
|
|
1811
|
-
readonly size: PropType<SelectSize>;
|
|
1740
|
+
readonly size: import("vue").PropType<SelectSize>;
|
|
1812
1741
|
readonly menuSize: {
|
|
1813
|
-
readonly type: PropType<
|
|
1742
|
+
readonly type: import("vue").PropType<import("../../_internal/select-menu/src/interface").Size>;
|
|
1814
1743
|
};
|
|
1815
1744
|
readonly filterable: BooleanConstructor;
|
|
1745
|
+
readonly filterPlacement: {
|
|
1746
|
+
readonly type: import("vue").PropType<"default" | "dropdown">;
|
|
1747
|
+
readonly default: "default";
|
|
1748
|
+
};
|
|
1749
|
+
readonly searchPlaceholder: StringConstructor;
|
|
1750
|
+
readonly markType: {
|
|
1751
|
+
readonly type: import("vue").PropType<import("../../_internal/select-menu/src/interface").MarkType>;
|
|
1752
|
+
readonly default: "mark";
|
|
1753
|
+
};
|
|
1816
1754
|
readonly disabled: {
|
|
1817
|
-
readonly type: PropType<boolean | undefined>;
|
|
1755
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
1818
1756
|
readonly default: undefined;
|
|
1819
1757
|
};
|
|
1820
1758
|
readonly remote: BooleanConstructor;
|
|
1821
1759
|
readonly loading: BooleanConstructor;
|
|
1822
1760
|
readonly loadingSkeleton: BooleanConstructor;
|
|
1823
|
-
readonly filter: PropType<SelectFilter>;
|
|
1761
|
+
readonly filter: import("vue").PropType<import("./interface").SelectFilter>;
|
|
1824
1762
|
readonly placement: {
|
|
1825
|
-
readonly type: PropType<FollowerPlacement>;
|
|
1763
|
+
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
1826
1764
|
readonly default: "bottom-start";
|
|
1827
1765
|
};
|
|
1828
1766
|
readonly widthMode: {
|
|
@@ -1830,21 +1768,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1830
1768
|
readonly default: "trigger";
|
|
1831
1769
|
};
|
|
1832
1770
|
readonly tag: BooleanConstructor;
|
|
1833
|
-
readonly onCreate: PropType<(label: string) => SelectOption>;
|
|
1771
|
+
readonly onCreate: import("vue").PropType<(label: string) => SelectOption>;
|
|
1834
1772
|
readonly fallbackOption: {
|
|
1835
|
-
readonly type: PropType<SelectFallbackOption | false | undefined>;
|
|
1773
|
+
readonly type: import("vue").PropType<import("./interface").SelectFallbackOption | false | undefined>;
|
|
1836
1774
|
readonly default: undefined;
|
|
1837
1775
|
};
|
|
1838
1776
|
readonly show: {
|
|
1839
|
-
readonly type: PropType<boolean | undefined>;
|
|
1777
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
1840
1778
|
readonly default: undefined;
|
|
1841
1779
|
};
|
|
1842
1780
|
readonly showArrow: {
|
|
1843
1781
|
readonly type: BooleanConstructor;
|
|
1844
1782
|
readonly default: true;
|
|
1845
1783
|
};
|
|
1846
|
-
readonly maxTagCount: PropType<number | "responsive">;
|
|
1847
|
-
readonly ellipsisTagPopoverProps: PropType<PopoverProps>;
|
|
1784
|
+
readonly maxTagCount: import("vue").PropType<number | "responsive">;
|
|
1785
|
+
readonly ellipsisTagPopoverProps: import("vue").PropType<import("../..").PopoverProps>;
|
|
1848
1786
|
readonly consistentMenuWidth: {
|
|
1849
1787
|
readonly type: BooleanConstructor;
|
|
1850
1788
|
readonly default: true;
|
|
@@ -1867,48 +1805,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1867
1805
|
};
|
|
1868
1806
|
readonly filled: BooleanConstructor;
|
|
1869
1807
|
readonly tagField: StringConstructor;
|
|
1870
|
-
readonly renderTagLabel: PropType<RenderLabel>;
|
|
1871
|
-
readonly renderLabel: PropType<RenderLabel>;
|
|
1872
|
-
readonly renderOption: PropType<RenderOption>;
|
|
1873
|
-
readonly renderTag: PropType<
|
|
1874
|
-
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
1875
|
-
readonly inputProps: PropType<InputHTMLAttributes>;
|
|
1876
|
-
readonly nodeProps: PropType<
|
|
1808
|
+
readonly renderTagLabel: import("vue").PropType<import("../../_internal/select-menu/src/interface").RenderLabel>;
|
|
1809
|
+
readonly renderLabel: import("vue").PropType<import("../../_internal/select-menu/src/interface").RenderLabel>;
|
|
1810
|
+
readonly renderOption: import("vue").PropType<import("../../_internal/select-menu/src/interface").RenderOption>;
|
|
1811
|
+
readonly renderTag: import("vue").PropType<import("..").SelectRenderTag>;
|
|
1812
|
+
readonly 'onUpdate:value': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue> | undefined>;
|
|
1813
|
+
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1814
|
+
readonly nodeProps: import("vue").PropType<import("..").SelectNodeProps>;
|
|
1877
1815
|
readonly ignoreComposition: {
|
|
1878
1816
|
readonly type: BooleanConstructor;
|
|
1879
1817
|
readonly default: true;
|
|
1880
1818
|
};
|
|
1881
1819
|
readonly showOnFocus: BooleanConstructor;
|
|
1882
|
-
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
1883
|
-
readonly onBlur: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1884
|
-
readonly onClear: PropType<MaybeArray<() => void> | undefined>;
|
|
1885
|
-
readonly onFocus: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1886
|
-
readonly onScroll: PropType<MaybeArray<(e: Event) => void> | undefined>;
|
|
1887
|
-
readonly onSearch: PropType<MaybeArray<(value: string) => void> | undefined>;
|
|
1888
|
-
readonly onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
|
|
1889
|
-
readonly 'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
|
|
1820
|
+
readonly onUpdateValue: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue> | undefined>;
|
|
1821
|
+
readonly onBlur: import("vue").PropType<import("../../_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1822
|
+
readonly onClear: import("vue").PropType<import("../../_utils").MaybeArray<() => void> | undefined>;
|
|
1823
|
+
readonly onFocus: import("vue").PropType<import("../../_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1824
|
+
readonly onScroll: import("vue").PropType<import("../../_utils").MaybeArray<(e: Event) => void> | undefined>;
|
|
1825
|
+
readonly onSearch: import("vue").PropType<import("../../_utils").MaybeArray<(value: string) => void> | undefined>;
|
|
1826
|
+
readonly onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
1827
|
+
readonly 'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
1890
1828
|
readonly displayDirective: {
|
|
1891
|
-
readonly type: PropType<"if" | "show">;
|
|
1829
|
+
readonly type: import("vue").PropType<"if" | "show">;
|
|
1892
1830
|
readonly default: "show";
|
|
1893
1831
|
};
|
|
1894
1832
|
readonly resetMenuOnOptionsChange: {
|
|
1895
1833
|
readonly type: BooleanConstructor;
|
|
1896
1834
|
readonly default: true;
|
|
1897
1835
|
};
|
|
1898
|
-
readonly status: PropType<FormValidationStatus>;
|
|
1836
|
+
readonly status: import("vue").PropType<import("../../form/src/interface").FormValidationStatus>;
|
|
1899
1837
|
readonly showCheckmark: {
|
|
1900
1838
|
readonly type: BooleanConstructor;
|
|
1901
1839
|
readonly default: true;
|
|
1902
1840
|
};
|
|
1903
|
-
readonly
|
|
1841
|
+
readonly closeOnSelect: {
|
|
1842
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
1843
|
+
readonly default: undefined;
|
|
1844
|
+
};
|
|
1845
|
+
readonly primaryButtonProps: import("vue").PropType<SelectFooterButtonProps>;
|
|
1846
|
+
readonly secondaryButtonProps: import("vue").PropType<SelectFooterButtonProps>;
|
|
1847
|
+
readonly scrollbarProps: import("vue").PropType<import("../../_internal").ScrollbarProps>;
|
|
1904
1848
|
readonly round: BooleanConstructor;
|
|
1905
1849
|
readonly counter: BooleanConstructor;
|
|
1906
1850
|
readonly secondary: BooleanConstructor;
|
|
1907
|
-
|
|
1908
|
-
readonly
|
|
1909
|
-
readonly items: PropType<SelectMixedOption[]>;
|
|
1851
|
+
readonly onChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateValue>>;
|
|
1852
|
+
readonly items: import("vue").PropType<SelectMixedOption[]>;
|
|
1910
1853
|
readonly account: BooleanConstructor;
|
|
1911
|
-
readonly theme: PropType<import("../../_mixins").Theme<"Select", {
|
|
1854
|
+
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Select", {
|
|
1912
1855
|
menuBoxShadow: string;
|
|
1913
1856
|
}, {
|
|
1914
1857
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
@@ -2098,9 +2041,132 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2098
2041
|
iconBgColor: string;
|
|
2099
2042
|
extraTextColor: string;
|
|
2100
2043
|
}, any>;
|
|
2044
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2045
|
+
fontWeight: string;
|
|
2046
|
+
textColor: string;
|
|
2047
|
+
descriptionTextColor: string;
|
|
2048
|
+
textColorDisabled: string;
|
|
2049
|
+
descriptionTextColorDisabled: string;
|
|
2050
|
+
fontSizeLarge: string;
|
|
2051
|
+
fontSizeMedium: string;
|
|
2052
|
+
fontSizeSmall: string;
|
|
2053
|
+
lineHeightLarge: string;
|
|
2054
|
+
lineHeightMedium: string;
|
|
2055
|
+
lineHeightSmall: string;
|
|
2056
|
+
borderRadiusLarge: string;
|
|
2057
|
+
borderRadiusMedium: string;
|
|
2058
|
+
borderRadiusSmall: string;
|
|
2059
|
+
color: string;
|
|
2060
|
+
colorHover: string;
|
|
2061
|
+
colorFocus: string;
|
|
2062
|
+
colorActive: string;
|
|
2063
|
+
colorChecked: string;
|
|
2064
|
+
colorHoverChecked: string;
|
|
2065
|
+
colorFocusChecked: string;
|
|
2066
|
+
colorActiveChecked: string;
|
|
2067
|
+
colorDisabled: string;
|
|
2068
|
+
colorDisabledChecked: string;
|
|
2069
|
+
checkMarkColor: string;
|
|
2070
|
+
checkMarkColorHover: string;
|
|
2071
|
+
checkMarkColorFocus: string;
|
|
2072
|
+
checkMarkColorActive: string;
|
|
2073
|
+
checkMarkColorDisabled: string;
|
|
2074
|
+
checkMarkColorDisabledChecked: string;
|
|
2075
|
+
border: string;
|
|
2076
|
+
borderHover: string;
|
|
2077
|
+
borderFocus: string;
|
|
2078
|
+
borderActive: string;
|
|
2079
|
+
borderChecked: string;
|
|
2080
|
+
borderHoverChecked: string;
|
|
2081
|
+
borderFocusChecked: string;
|
|
2082
|
+
borderActiveChecked: string;
|
|
2083
|
+
borderDisabled: string;
|
|
2084
|
+
borderDisabledChecked: string;
|
|
2085
|
+
boxShadowHover: string;
|
|
2086
|
+
boxShadowFocus: string;
|
|
2087
|
+
boxShadowActive: string;
|
|
2088
|
+
boxShadowHoverChecked: string;
|
|
2089
|
+
boxShadowFocusChecked: string;
|
|
2090
|
+
boxShadowActiveChecked: string;
|
|
2091
|
+
sizeSmall: string;
|
|
2092
|
+
sizeMedium: string;
|
|
2093
|
+
sizeLarge: string;
|
|
2094
|
+
labelPadding: string;
|
|
2095
|
+
}, any>;
|
|
2096
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
2097
|
+
paddingTiny: string;
|
|
2098
|
+
paddingSmall: string;
|
|
2099
|
+
paddingMedium: string;
|
|
2100
|
+
paddingLarge: string;
|
|
2101
|
+
paddingHuge: string;
|
|
2102
|
+
clearSize: string;
|
|
2103
|
+
countTextColorDisabled: string;
|
|
2104
|
+
countTextColor: string;
|
|
2105
|
+
heightTiny: string;
|
|
2106
|
+
heightSmall: string;
|
|
2107
|
+
heightMedium: string;
|
|
2108
|
+
heightLarge: string;
|
|
2109
|
+
heightHuge: string;
|
|
2110
|
+
fontSizeTiny: string;
|
|
2111
|
+
fontSizeSmall: string;
|
|
2112
|
+
fontSizeMedium: string;
|
|
2113
|
+
fontSizeLarge: string;
|
|
2114
|
+
fontSizeHuge: string;
|
|
2115
|
+
lineHeight: string;
|
|
2116
|
+
lineHeightTextarea: string;
|
|
2117
|
+
borderRadius: string;
|
|
2118
|
+
iconSize: string;
|
|
2119
|
+
groupLabelTextColor: string;
|
|
2120
|
+
textColor: string;
|
|
2121
|
+
textColorDisabled: string;
|
|
2122
|
+
textDecorationColor: string;
|
|
2123
|
+
caretColor: string;
|
|
2124
|
+
placeholderColor: string;
|
|
2125
|
+
placeholderColorDisabled: string;
|
|
2126
|
+
color: string;
|
|
2127
|
+
colorDisabled: string;
|
|
2128
|
+
colorFocus: string;
|
|
2129
|
+
groupLabelBorder: string;
|
|
2130
|
+
border: string;
|
|
2131
|
+
borderHover: string;
|
|
2132
|
+
borderDisabled: string;
|
|
2133
|
+
borderFocus: string;
|
|
2134
|
+
boxShadowFocus: string;
|
|
2135
|
+
loadingColor: string;
|
|
2136
|
+
loadingColorSuccess: string;
|
|
2137
|
+
borderSuccess: string;
|
|
2138
|
+
borderHoverSuccess: string;
|
|
2139
|
+
colorFocusSuccess: string;
|
|
2140
|
+
borderFocusSuccess: string;
|
|
2141
|
+
boxShadowFocusSuccess: string;
|
|
2142
|
+
caretColorSuccess: string;
|
|
2143
|
+
loadingColorWarning: string;
|
|
2144
|
+
borderWarning: string;
|
|
2145
|
+
borderHoverWarning: string;
|
|
2146
|
+
colorFocusWarning: string;
|
|
2147
|
+
borderFocusWarning: string;
|
|
2148
|
+
boxShadowFocusWarning: string;
|
|
2149
|
+
caretColorWarning: string;
|
|
2150
|
+
loadingColorError: string;
|
|
2151
|
+
borderError: string;
|
|
2152
|
+
borderHoverError: string;
|
|
2153
|
+
colorFocusError: string;
|
|
2154
|
+
borderFocusError: string;
|
|
2155
|
+
boxShadowFocusError: string;
|
|
2156
|
+
caretColorError: string;
|
|
2157
|
+
clearColor: string;
|
|
2158
|
+
clearColorHover: string;
|
|
2159
|
+
clearColorPressed: string;
|
|
2160
|
+
iconColor: string;
|
|
2161
|
+
iconColorDisabled: string;
|
|
2162
|
+
iconColorHover: string;
|
|
2163
|
+
iconColorPressed: string;
|
|
2164
|
+
suffixTextColor: string;
|
|
2165
|
+
selectionColor: string;
|
|
2166
|
+
}, any>;
|
|
2101
2167
|
}>;
|
|
2102
2168
|
}>>;
|
|
2103
|
-
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
2169
|
+
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
2104
2170
|
menuBoxShadow: string;
|
|
2105
2171
|
}, {
|
|
2106
2172
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
@@ -2290,9 +2356,132 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2290
2356
|
iconBgColor: string;
|
|
2291
2357
|
extraTextColor: string;
|
|
2292
2358
|
}, any>;
|
|
2359
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2360
|
+
fontWeight: string;
|
|
2361
|
+
textColor: string;
|
|
2362
|
+
descriptionTextColor: string;
|
|
2363
|
+
textColorDisabled: string;
|
|
2364
|
+
descriptionTextColorDisabled: string;
|
|
2365
|
+
fontSizeLarge: string;
|
|
2366
|
+
fontSizeMedium: string;
|
|
2367
|
+
fontSizeSmall: string;
|
|
2368
|
+
lineHeightLarge: string;
|
|
2369
|
+
lineHeightMedium: string;
|
|
2370
|
+
lineHeightSmall: string;
|
|
2371
|
+
borderRadiusLarge: string;
|
|
2372
|
+
borderRadiusMedium: string;
|
|
2373
|
+
borderRadiusSmall: string;
|
|
2374
|
+
color: string;
|
|
2375
|
+
colorHover: string;
|
|
2376
|
+
colorFocus: string;
|
|
2377
|
+
colorActive: string;
|
|
2378
|
+
colorChecked: string;
|
|
2379
|
+
colorHoverChecked: string;
|
|
2380
|
+
colorFocusChecked: string;
|
|
2381
|
+
colorActiveChecked: string;
|
|
2382
|
+
colorDisabled: string;
|
|
2383
|
+
colorDisabledChecked: string;
|
|
2384
|
+
checkMarkColor: string;
|
|
2385
|
+
checkMarkColorHover: string;
|
|
2386
|
+
checkMarkColorFocus: string;
|
|
2387
|
+
checkMarkColorActive: string;
|
|
2388
|
+
checkMarkColorDisabled: string;
|
|
2389
|
+
checkMarkColorDisabledChecked: string;
|
|
2390
|
+
border: string;
|
|
2391
|
+
borderHover: string;
|
|
2392
|
+
borderFocus: string;
|
|
2393
|
+
borderActive: string;
|
|
2394
|
+
borderChecked: string;
|
|
2395
|
+
borderHoverChecked: string;
|
|
2396
|
+
borderFocusChecked: string;
|
|
2397
|
+
borderActiveChecked: string;
|
|
2398
|
+
borderDisabled: string;
|
|
2399
|
+
borderDisabledChecked: string;
|
|
2400
|
+
boxShadowHover: string;
|
|
2401
|
+
boxShadowFocus: string;
|
|
2402
|
+
boxShadowActive: string;
|
|
2403
|
+
boxShadowHoverChecked: string;
|
|
2404
|
+
boxShadowFocusChecked: string;
|
|
2405
|
+
boxShadowActiveChecked: string;
|
|
2406
|
+
sizeSmall: string;
|
|
2407
|
+
sizeMedium: string;
|
|
2408
|
+
sizeLarge: string;
|
|
2409
|
+
labelPadding: string;
|
|
2410
|
+
}, any>;
|
|
2411
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
2412
|
+
paddingTiny: string;
|
|
2413
|
+
paddingSmall: string;
|
|
2414
|
+
paddingMedium: string;
|
|
2415
|
+
paddingLarge: string;
|
|
2416
|
+
paddingHuge: string;
|
|
2417
|
+
clearSize: string;
|
|
2418
|
+
countTextColorDisabled: string;
|
|
2419
|
+
countTextColor: string;
|
|
2420
|
+
heightTiny: string;
|
|
2421
|
+
heightSmall: string;
|
|
2422
|
+
heightMedium: string;
|
|
2423
|
+
heightLarge: string;
|
|
2424
|
+
heightHuge: string;
|
|
2425
|
+
fontSizeTiny: string;
|
|
2426
|
+
fontSizeSmall: string;
|
|
2427
|
+
fontSizeMedium: string;
|
|
2428
|
+
fontSizeLarge: string;
|
|
2429
|
+
fontSizeHuge: string;
|
|
2430
|
+
lineHeight: string;
|
|
2431
|
+
lineHeightTextarea: string;
|
|
2432
|
+
borderRadius: string;
|
|
2433
|
+
iconSize: string;
|
|
2434
|
+
groupLabelTextColor: string;
|
|
2435
|
+
textColor: string;
|
|
2436
|
+
textColorDisabled: string;
|
|
2437
|
+
textDecorationColor: string;
|
|
2438
|
+
caretColor: string;
|
|
2439
|
+
placeholderColor: string;
|
|
2440
|
+
placeholderColorDisabled: string;
|
|
2441
|
+
color: string;
|
|
2442
|
+
colorDisabled: string;
|
|
2443
|
+
colorFocus: string;
|
|
2444
|
+
groupLabelBorder: string;
|
|
2445
|
+
border: string;
|
|
2446
|
+
borderHover: string;
|
|
2447
|
+
borderDisabled: string;
|
|
2448
|
+
borderFocus: string;
|
|
2449
|
+
boxShadowFocus: string;
|
|
2450
|
+
loadingColor: string;
|
|
2451
|
+
loadingColorSuccess: string;
|
|
2452
|
+
borderSuccess: string;
|
|
2453
|
+
borderHoverSuccess: string;
|
|
2454
|
+
colorFocusSuccess: string;
|
|
2455
|
+
borderFocusSuccess: string;
|
|
2456
|
+
boxShadowFocusSuccess: string;
|
|
2457
|
+
caretColorSuccess: string;
|
|
2458
|
+
loadingColorWarning: string;
|
|
2459
|
+
borderWarning: string;
|
|
2460
|
+
borderHoverWarning: string;
|
|
2461
|
+
colorFocusWarning: string;
|
|
2462
|
+
borderFocusWarning: string;
|
|
2463
|
+
boxShadowFocusWarning: string;
|
|
2464
|
+
caretColorWarning: string;
|
|
2465
|
+
loadingColorError: string;
|
|
2466
|
+
borderError: string;
|
|
2467
|
+
borderHoverError: string;
|
|
2468
|
+
colorFocusError: string;
|
|
2469
|
+
borderFocusError: string;
|
|
2470
|
+
boxShadowFocusError: string;
|
|
2471
|
+
caretColorError: string;
|
|
2472
|
+
clearColor: string;
|
|
2473
|
+
clearColorHover: string;
|
|
2474
|
+
clearColorPressed: string;
|
|
2475
|
+
iconColor: string;
|
|
2476
|
+
iconColorDisabled: string;
|
|
2477
|
+
iconColorHover: string;
|
|
2478
|
+
iconColorPressed: string;
|
|
2479
|
+
suffixTextColor: string;
|
|
2480
|
+
selectionColor: string;
|
|
2481
|
+
}, any>;
|
|
2293
2482
|
}>;
|
|
2294
2483
|
}>>>;
|
|
2295
|
-
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
2484
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
2296
2485
|
menuBoxShadow: string;
|
|
2297
2486
|
}, {
|
|
2298
2487
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
@@ -2482,19 +2671,142 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2482
2671
|
iconBgColor: string;
|
|
2483
2672
|
extraTextColor: string;
|
|
2484
2673
|
}, any>;
|
|
2674
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2675
|
+
fontWeight: string;
|
|
2676
|
+
textColor: string;
|
|
2677
|
+
descriptionTextColor: string;
|
|
2678
|
+
textColorDisabled: string;
|
|
2679
|
+
descriptionTextColorDisabled: string;
|
|
2680
|
+
fontSizeLarge: string;
|
|
2681
|
+
fontSizeMedium: string;
|
|
2682
|
+
fontSizeSmall: string;
|
|
2683
|
+
lineHeightLarge: string;
|
|
2684
|
+
lineHeightMedium: string;
|
|
2685
|
+
lineHeightSmall: string;
|
|
2686
|
+
borderRadiusLarge: string;
|
|
2687
|
+
borderRadiusMedium: string;
|
|
2688
|
+
borderRadiusSmall: string;
|
|
2689
|
+
color: string;
|
|
2690
|
+
colorHover: string;
|
|
2691
|
+
colorFocus: string;
|
|
2692
|
+
colorActive: string;
|
|
2693
|
+
colorChecked: string;
|
|
2694
|
+
colorHoverChecked: string;
|
|
2695
|
+
colorFocusChecked: string;
|
|
2696
|
+
colorActiveChecked: string;
|
|
2697
|
+
colorDisabled: string;
|
|
2698
|
+
colorDisabledChecked: string;
|
|
2699
|
+
checkMarkColor: string;
|
|
2700
|
+
checkMarkColorHover: string;
|
|
2701
|
+
checkMarkColorFocus: string;
|
|
2702
|
+
checkMarkColorActive: string;
|
|
2703
|
+
checkMarkColorDisabled: string;
|
|
2704
|
+
checkMarkColorDisabledChecked: string;
|
|
2705
|
+
border: string;
|
|
2706
|
+
borderHover: string;
|
|
2707
|
+
borderFocus: string;
|
|
2708
|
+
borderActive: string;
|
|
2709
|
+
borderChecked: string;
|
|
2710
|
+
borderHoverChecked: string;
|
|
2711
|
+
borderFocusChecked: string;
|
|
2712
|
+
borderActiveChecked: string;
|
|
2713
|
+
borderDisabled: string;
|
|
2714
|
+
borderDisabledChecked: string;
|
|
2715
|
+
boxShadowHover: string;
|
|
2716
|
+
boxShadowFocus: string;
|
|
2717
|
+
boxShadowActive: string;
|
|
2718
|
+
boxShadowHoverChecked: string;
|
|
2719
|
+
boxShadowFocusChecked: string;
|
|
2720
|
+
boxShadowActiveChecked: string;
|
|
2721
|
+
sizeSmall: string;
|
|
2722
|
+
sizeMedium: string;
|
|
2723
|
+
sizeLarge: string;
|
|
2724
|
+
labelPadding: string;
|
|
2725
|
+
}, any>;
|
|
2726
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
2727
|
+
paddingTiny: string;
|
|
2728
|
+
paddingSmall: string;
|
|
2729
|
+
paddingMedium: string;
|
|
2730
|
+
paddingLarge: string;
|
|
2731
|
+
paddingHuge: string;
|
|
2732
|
+
clearSize: string;
|
|
2733
|
+
countTextColorDisabled: string;
|
|
2734
|
+
countTextColor: string;
|
|
2735
|
+
heightTiny: string;
|
|
2736
|
+
heightSmall: string;
|
|
2737
|
+
heightMedium: string;
|
|
2738
|
+
heightLarge: string;
|
|
2739
|
+
heightHuge: string;
|
|
2740
|
+
fontSizeTiny: string;
|
|
2741
|
+
fontSizeSmall: string;
|
|
2742
|
+
fontSizeMedium: string;
|
|
2743
|
+
fontSizeLarge: string;
|
|
2744
|
+
fontSizeHuge: string;
|
|
2745
|
+
lineHeight: string;
|
|
2746
|
+
lineHeightTextarea: string;
|
|
2747
|
+
borderRadius: string;
|
|
2748
|
+
iconSize: string;
|
|
2749
|
+
groupLabelTextColor: string;
|
|
2750
|
+
textColor: string;
|
|
2751
|
+
textColorDisabled: string;
|
|
2752
|
+
textDecorationColor: string;
|
|
2753
|
+
caretColor: string;
|
|
2754
|
+
placeholderColor: string;
|
|
2755
|
+
placeholderColorDisabled: string;
|
|
2756
|
+
color: string;
|
|
2757
|
+
colorDisabled: string;
|
|
2758
|
+
colorFocus: string;
|
|
2759
|
+
groupLabelBorder: string;
|
|
2760
|
+
border: string;
|
|
2761
|
+
borderHover: string;
|
|
2762
|
+
borderDisabled: string;
|
|
2763
|
+
borderFocus: string;
|
|
2764
|
+
boxShadowFocus: string;
|
|
2765
|
+
loadingColor: string;
|
|
2766
|
+
loadingColorSuccess: string;
|
|
2767
|
+
borderSuccess: string;
|
|
2768
|
+
borderHoverSuccess: string;
|
|
2769
|
+
colorFocusSuccess: string;
|
|
2770
|
+
borderFocusSuccess: string;
|
|
2771
|
+
boxShadowFocusSuccess: string;
|
|
2772
|
+
caretColorSuccess: string;
|
|
2773
|
+
loadingColorWarning: string;
|
|
2774
|
+
borderWarning: string;
|
|
2775
|
+
borderHoverWarning: string;
|
|
2776
|
+
colorFocusWarning: string;
|
|
2777
|
+
borderFocusWarning: string;
|
|
2778
|
+
boxShadowFocusWarning: string;
|
|
2779
|
+
caretColorWarning: string;
|
|
2780
|
+
loadingColorError: string;
|
|
2781
|
+
borderError: string;
|
|
2782
|
+
borderHoverError: string;
|
|
2783
|
+
colorFocusError: string;
|
|
2784
|
+
borderFocusError: string;
|
|
2785
|
+
boxShadowFocusError: string;
|
|
2786
|
+
caretColorError: string;
|
|
2787
|
+
clearColor: string;
|
|
2788
|
+
clearColorHover: string;
|
|
2789
|
+
clearColorPressed: string;
|
|
2790
|
+
iconColor: string;
|
|
2791
|
+
iconColorDisabled: string;
|
|
2792
|
+
iconColorHover: string;
|
|
2793
|
+
iconColorPressed: string;
|
|
2794
|
+
suffixTextColor: string;
|
|
2795
|
+
selectionColor: string;
|
|
2796
|
+
}, any>;
|
|
2485
2797
|
}>;
|
|
2486
2798
|
}>>>;
|
|
2487
2799
|
}>> & Readonly<{}>, {
|
|
2488
2800
|
readonly bordered: boolean | undefined;
|
|
2489
|
-
readonly disabled: boolean | undefined;
|
|
2490
|
-
readonly to: string | boolean | HTMLElement;
|
|
2491
|
-
readonly options: SelectMixedOption[];
|
|
2492
2801
|
readonly loading: boolean;
|
|
2493
2802
|
readonly tag: boolean;
|
|
2803
|
+
readonly to: string | boolean | HTMLElement;
|
|
2494
2804
|
readonly clearable: boolean;
|
|
2495
|
-
readonly defaultValue: Value | null;
|
|
2805
|
+
readonly defaultValue: import("./interface").Value | null;
|
|
2806
|
+
readonly disabled: boolean | undefined;
|
|
2496
2807
|
readonly resetMenuOnOptionsChange: boolean;
|
|
2497
|
-
readonly placement: FollowerPlacement;
|
|
2808
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
2809
|
+
readonly options: SelectMixedOption[];
|
|
2498
2810
|
readonly round: boolean;
|
|
2499
2811
|
readonly show: boolean | undefined;
|
|
2500
2812
|
readonly loadingSkeleton: boolean;
|
|
@@ -2511,13 +2823,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2511
2823
|
readonly childrenField: string;
|
|
2512
2824
|
readonly displayDirective: "show" | "if";
|
|
2513
2825
|
readonly clearCreatedOptionsOnClear: boolean;
|
|
2826
|
+
readonly defaultOptions: SelectMixedOption[];
|
|
2827
|
+
readonly filterPlacement: "default" | "dropdown";
|
|
2828
|
+
readonly markType: import("../../_internal/select-menu/src/interface").MarkType;
|
|
2514
2829
|
readonly widthMode: string;
|
|
2515
|
-
readonly fallbackOption: false | SelectFallbackOption | undefined;
|
|
2830
|
+
readonly fallbackOption: false | import("./interface").SelectFallbackOption | undefined;
|
|
2516
2831
|
readonly consistentMenuWidth: boolean;
|
|
2517
2832
|
readonly filled: boolean;
|
|
2518
2833
|
readonly ignoreComposition: boolean;
|
|
2519
2834
|
readonly showOnFocus: boolean;
|
|
2520
2835
|
readonly showCheckmark: boolean;
|
|
2836
|
+
readonly closeOnSelect: boolean | undefined;
|
|
2521
2837
|
readonly counter: boolean;
|
|
2522
2838
|
readonly account: boolean;
|
|
2523
2839
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|