@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,6 +1,14 @@
|
|
|
1
1
|
import type { TreeMate } from 'treemate';
|
|
2
|
-
import type { CSSProperties, VNode, VNodeChild } from 'vue';
|
|
3
|
-
|
|
2
|
+
import type { CSSProperties, HTMLAttributes, InputHTMLAttributes, PropType, VNode, VNodeChild } from 'vue';
|
|
3
|
+
import type { FollowerPlacement } from 'vueuc';
|
|
4
|
+
import type { ScrollbarProps } from '../../_internal';
|
|
5
|
+
import type { MarkType, NodeProps, RenderLabel, RenderOption, Size as SelectMenuSize } from '../../_internal/select-menu/src/interface';
|
|
6
|
+
import type { SelectSize } from '../../_internal/selection';
|
|
7
|
+
import type { RenderTag } from '../../_internal/selection/src/interface';
|
|
8
|
+
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
9
|
+
import type { ButtonProps } from '../../button/src/Button';
|
|
10
|
+
import type { FormValidationStatus } from '../../form/src/interface';
|
|
11
|
+
import type { PopoverProps } from '../../popover';
|
|
4
12
|
export interface SelectBaseOption<V = string | number, L = string | ((option: SelectBaseOption<V>, selected: boolean) => VNodeChild)> {
|
|
5
13
|
icon?: () => VNodeChild;
|
|
6
14
|
avatar?: () => VNodeChild;
|
|
@@ -31,11 +39,41 @@ export interface SelectIgnoredOption {
|
|
|
31
39
|
value: string | number;
|
|
32
40
|
[k: string]: unknown;
|
|
33
41
|
}
|
|
42
|
+
export type SelectMixedOption = SelectBaseOption | SelectGroupOption | SelectIgnoredOption;
|
|
34
43
|
export type ValueAtom = string | number;
|
|
35
44
|
export type Value = ValueAtom | string[] | number[] | ValueAtom[];
|
|
45
|
+
export type SelectOptionValueSet = Set<ValueAtom>;
|
|
36
46
|
export type OnUpdateValue = (value: string & number & ValueAtom & string[] & number[] & ValueAtom[] & (ValueAtom | null) & (string[] | null) & (number[] | null) & (ValueAtom[] | null), option: SelectBaseOption & null & SelectBaseOption[]) => void;
|
|
37
47
|
export type OnUpdateValueImpl = (value: ValueAtom | string[] | number[] | ValueAtom[] | (ValueAtom | null) | (string[] | null) | (number[] | null) | (ValueAtom[] | null), option: SelectBaseOption | null | SelectBaseOption[]) => void;
|
|
38
48
|
export type SelectTreeMate = TreeMate<SelectBaseOption, SelectGroupOption, SelectIgnoredOption>;
|
|
49
|
+
export interface SelectInst {
|
|
50
|
+
focus: () => void;
|
|
51
|
+
blur: () => void;
|
|
52
|
+
focusInput: () => void;
|
|
53
|
+
blurInput: () => void;
|
|
54
|
+
}
|
|
55
|
+
export interface SelectFooterButtonProps extends ButtonProps {
|
|
56
|
+
label?: string | (() => VNodeChild);
|
|
57
|
+
closeOnClick?: boolean;
|
|
58
|
+
}
|
|
59
|
+
export interface SelectTriggerSlotProps {
|
|
60
|
+
open: () => void;
|
|
61
|
+
close: () => void;
|
|
62
|
+
toggle: () => void;
|
|
63
|
+
show: boolean;
|
|
64
|
+
disabled: boolean;
|
|
65
|
+
value: Value | null;
|
|
66
|
+
selectedOption: SelectOption | null;
|
|
67
|
+
selectedOptions: SelectOption[] | null;
|
|
68
|
+
}
|
|
69
|
+
export interface SelectSlots {
|
|
70
|
+
default?: () => VNode[];
|
|
71
|
+
header?: () => VNode[];
|
|
72
|
+
action?: () => VNode[];
|
|
73
|
+
empty?: () => VNode[];
|
|
74
|
+
arrow?: () => VNode[];
|
|
75
|
+
trigger?: (props: SelectTriggerSlotProps) => VNode[];
|
|
76
|
+
}
|
|
39
77
|
export type SelectOption = SelectBaseOption<string | number>;
|
|
40
78
|
export type SelectGroupOption = (SelectGroupOptionBase & {
|
|
41
79
|
/** @deprecated should use key and label instead */
|
|
@@ -43,12 +81,1106 @@ export type SelectGroupOption = (SelectGroupOptionBase & {
|
|
|
43
81
|
}) | (SelectGroupOptionBase & {
|
|
44
82
|
key: string | number;
|
|
45
83
|
});
|
|
46
|
-
export interface SelectInst {
|
|
47
|
-
focus: () => void;
|
|
48
|
-
blur: () => void;
|
|
49
|
-
focusInput: () => void;
|
|
50
|
-
blurInput: () => void;
|
|
51
|
-
}
|
|
52
84
|
export type SelectFallbackOption = (value: string & number) => SelectOption;
|
|
53
85
|
export type SelectFallbackOptionImpl = (value: string | number) => SelectOption;
|
|
54
86
|
export type SelectFilter = (pattern: string, option: SelectOption) => boolean;
|
|
87
|
+
export type SelectProps = ExtractPublicPropTypes<typeof selectProps>;
|
|
88
|
+
export declare const selectProps: {
|
|
89
|
+
readonly to: {
|
|
90
|
+
type: PropType<HTMLElement | string | boolean>;
|
|
91
|
+
default: undefined;
|
|
92
|
+
};
|
|
93
|
+
readonly bordered: {
|
|
94
|
+
readonly type: PropType<boolean | undefined>;
|
|
95
|
+
readonly default: undefined;
|
|
96
|
+
};
|
|
97
|
+
readonly clearable: BooleanConstructor;
|
|
98
|
+
readonly clearCreatedOptionsOnClear: {
|
|
99
|
+
readonly type: BooleanConstructor;
|
|
100
|
+
readonly default: true;
|
|
101
|
+
};
|
|
102
|
+
readonly clearFilterAfterSelect: {
|
|
103
|
+
readonly type: BooleanConstructor;
|
|
104
|
+
readonly default: true;
|
|
105
|
+
};
|
|
106
|
+
readonly options: {
|
|
107
|
+
readonly type: PropType<SelectMixedOption[]>;
|
|
108
|
+
readonly default: () => never[];
|
|
109
|
+
};
|
|
110
|
+
readonly defaultOptions: {
|
|
111
|
+
readonly type: PropType<SelectMixedOption[]>;
|
|
112
|
+
readonly default: () => never[];
|
|
113
|
+
};
|
|
114
|
+
readonly defaultValue: {
|
|
115
|
+
readonly type: PropType<Value | null>;
|
|
116
|
+
readonly default: null;
|
|
117
|
+
};
|
|
118
|
+
readonly keyboard: {
|
|
119
|
+
readonly type: BooleanConstructor;
|
|
120
|
+
readonly default: true;
|
|
121
|
+
};
|
|
122
|
+
readonly value: PropType<Value | null>;
|
|
123
|
+
readonly placeholder: StringConstructor;
|
|
124
|
+
readonly menuProps: PropType<HTMLAttributes>;
|
|
125
|
+
readonly multiple: BooleanConstructor;
|
|
126
|
+
readonly size: PropType<SelectSize>;
|
|
127
|
+
readonly menuSize: {
|
|
128
|
+
readonly type: PropType<SelectMenuSize>;
|
|
129
|
+
};
|
|
130
|
+
readonly filterable: BooleanConstructor;
|
|
131
|
+
readonly filterPlacement: {
|
|
132
|
+
readonly type: PropType<"default" | "dropdown">;
|
|
133
|
+
readonly default: "default";
|
|
134
|
+
};
|
|
135
|
+
readonly searchPlaceholder: StringConstructor;
|
|
136
|
+
readonly markType: {
|
|
137
|
+
readonly type: PropType<MarkType>;
|
|
138
|
+
readonly default: "mark";
|
|
139
|
+
};
|
|
140
|
+
readonly disabled: {
|
|
141
|
+
readonly type: PropType<boolean | undefined>;
|
|
142
|
+
readonly default: undefined;
|
|
143
|
+
};
|
|
144
|
+
readonly remote: BooleanConstructor;
|
|
145
|
+
readonly loading: BooleanConstructor;
|
|
146
|
+
readonly loadingSkeleton: BooleanConstructor;
|
|
147
|
+
readonly filter: PropType<SelectFilter>;
|
|
148
|
+
readonly placement: {
|
|
149
|
+
readonly type: PropType<FollowerPlacement>;
|
|
150
|
+
readonly default: "bottom-start";
|
|
151
|
+
};
|
|
152
|
+
readonly widthMode: {
|
|
153
|
+
readonly type: StringConstructor;
|
|
154
|
+
readonly default: "trigger";
|
|
155
|
+
};
|
|
156
|
+
readonly tag: BooleanConstructor;
|
|
157
|
+
readonly onCreate: PropType<(label: string) => SelectOption>;
|
|
158
|
+
readonly fallbackOption: {
|
|
159
|
+
readonly type: PropType<SelectFallbackOption | false | undefined>;
|
|
160
|
+
readonly default: undefined;
|
|
161
|
+
};
|
|
162
|
+
readonly show: {
|
|
163
|
+
readonly type: PropType<boolean | undefined>;
|
|
164
|
+
readonly default: undefined;
|
|
165
|
+
};
|
|
166
|
+
readonly showArrow: {
|
|
167
|
+
readonly type: BooleanConstructor;
|
|
168
|
+
readonly default: true;
|
|
169
|
+
};
|
|
170
|
+
readonly maxTagCount: PropType<number | "responsive">;
|
|
171
|
+
readonly ellipsisTagPopoverProps: PropType<PopoverProps>;
|
|
172
|
+
readonly consistentMenuWidth: {
|
|
173
|
+
readonly type: BooleanConstructor;
|
|
174
|
+
readonly default: true;
|
|
175
|
+
};
|
|
176
|
+
readonly virtualScroll: {
|
|
177
|
+
readonly type: BooleanConstructor;
|
|
178
|
+
readonly default: true;
|
|
179
|
+
};
|
|
180
|
+
readonly labelField: {
|
|
181
|
+
readonly type: StringConstructor;
|
|
182
|
+
readonly default: "label";
|
|
183
|
+
};
|
|
184
|
+
readonly valueField: {
|
|
185
|
+
readonly type: StringConstructor;
|
|
186
|
+
readonly default: "value";
|
|
187
|
+
};
|
|
188
|
+
readonly childrenField: {
|
|
189
|
+
readonly type: StringConstructor;
|
|
190
|
+
readonly default: "children";
|
|
191
|
+
};
|
|
192
|
+
readonly filled: BooleanConstructor;
|
|
193
|
+
readonly tagField: StringConstructor;
|
|
194
|
+
readonly renderTagLabel: PropType<RenderLabel>;
|
|
195
|
+
readonly renderLabel: PropType<RenderLabel>;
|
|
196
|
+
readonly renderOption: PropType<RenderOption>;
|
|
197
|
+
readonly renderTag: PropType<RenderTag>;
|
|
198
|
+
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
199
|
+
readonly inputProps: PropType<InputHTMLAttributes>;
|
|
200
|
+
readonly nodeProps: PropType<NodeProps>;
|
|
201
|
+
readonly ignoreComposition: {
|
|
202
|
+
readonly type: BooleanConstructor;
|
|
203
|
+
readonly default: true;
|
|
204
|
+
};
|
|
205
|
+
readonly showOnFocus: BooleanConstructor;
|
|
206
|
+
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue> | undefined>;
|
|
207
|
+
readonly onBlur: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
208
|
+
readonly onClear: PropType<MaybeArray<() => void> | undefined>;
|
|
209
|
+
readonly onFocus: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
210
|
+
readonly onScroll: PropType<MaybeArray<(e: Event) => void> | undefined>;
|
|
211
|
+
readonly onSearch: PropType<MaybeArray<(value: string) => void> | undefined>;
|
|
212
|
+
readonly onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
|
|
213
|
+
readonly 'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
|
|
214
|
+
readonly displayDirective: {
|
|
215
|
+
readonly type: PropType<"if" | "show">;
|
|
216
|
+
readonly default: "show";
|
|
217
|
+
};
|
|
218
|
+
readonly resetMenuOnOptionsChange: {
|
|
219
|
+
readonly type: BooleanConstructor;
|
|
220
|
+
readonly default: true;
|
|
221
|
+
};
|
|
222
|
+
readonly status: PropType<FormValidationStatus>;
|
|
223
|
+
readonly showCheckmark: {
|
|
224
|
+
readonly type: BooleanConstructor;
|
|
225
|
+
readonly default: true;
|
|
226
|
+
};
|
|
227
|
+
readonly closeOnSelect: {
|
|
228
|
+
readonly type: PropType<boolean | undefined>;
|
|
229
|
+
readonly default: undefined;
|
|
230
|
+
};
|
|
231
|
+
readonly primaryButtonProps: PropType<SelectFooterButtonProps>;
|
|
232
|
+
readonly secondaryButtonProps: PropType<SelectFooterButtonProps>;
|
|
233
|
+
readonly scrollbarProps: PropType<ScrollbarProps>;
|
|
234
|
+
readonly round: BooleanConstructor;
|
|
235
|
+
readonly counter: BooleanConstructor;
|
|
236
|
+
readonly secondary: BooleanConstructor;
|
|
237
|
+
/** deprecated */
|
|
238
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
239
|
+
readonly items: PropType<SelectMixedOption[]>;
|
|
240
|
+
readonly account: BooleanConstructor;
|
|
241
|
+
readonly theme: PropType<import("../../_mixins").Theme<"Select", {
|
|
242
|
+
menuBoxShadow: string;
|
|
243
|
+
}, {
|
|
244
|
+
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
245
|
+
paddingTiny: string;
|
|
246
|
+
paddingSmall: string;
|
|
247
|
+
paddingMedium: string;
|
|
248
|
+
paddingLarge: string;
|
|
249
|
+
paddingHuge: string;
|
|
250
|
+
clearSizeTiny: string;
|
|
251
|
+
clearSizeSmall: string;
|
|
252
|
+
clearSizeMedium: string;
|
|
253
|
+
clearSizeLarge: string;
|
|
254
|
+
clearSizeHuge: string;
|
|
255
|
+
arrowSizeTiny: string;
|
|
256
|
+
arrowSizeSmall: string;
|
|
257
|
+
arrowSizeMedium: string;
|
|
258
|
+
arrowSizeLarge: string;
|
|
259
|
+
arrowSizeHuge: string;
|
|
260
|
+
fontSizeTiny: string;
|
|
261
|
+
fontSizeSmall: string;
|
|
262
|
+
fontSizeMedium: string;
|
|
263
|
+
fontSizeLarge: string;
|
|
264
|
+
fontSizeHuge: string;
|
|
265
|
+
lineHeightTiny: string;
|
|
266
|
+
lineHeightSmall: string;
|
|
267
|
+
lineHeightMedium: string;
|
|
268
|
+
lineHeightLarge: string;
|
|
269
|
+
lineHeightHuge: string;
|
|
270
|
+
heightTiny: string;
|
|
271
|
+
heightSmall: string;
|
|
272
|
+
heightMedium: string;
|
|
273
|
+
heightLarge: string;
|
|
274
|
+
heightHuge: string;
|
|
275
|
+
borderRadiusTiny: string;
|
|
276
|
+
borderRadiusSmall: string;
|
|
277
|
+
borderRadiusMedium: string;
|
|
278
|
+
borderRadiusLarge: string;
|
|
279
|
+
borderRadiusHuge: string;
|
|
280
|
+
textColor: string;
|
|
281
|
+
textColorDisabled: string;
|
|
282
|
+
placeholderColor: string;
|
|
283
|
+
placeholderColorDisabled: string;
|
|
284
|
+
color: string;
|
|
285
|
+
colorFilled: string;
|
|
286
|
+
colorDisabled: string;
|
|
287
|
+
colorActive: string;
|
|
288
|
+
border: string;
|
|
289
|
+
borderFilled: string;
|
|
290
|
+
borderHover: string;
|
|
291
|
+
borderActive: string;
|
|
292
|
+
borderFocus: string;
|
|
293
|
+
borderDisabled: string;
|
|
294
|
+
boxShadowHover: string;
|
|
295
|
+
boxShadowActive: string;
|
|
296
|
+
boxShadowFocus: string;
|
|
297
|
+
caretColor: string;
|
|
298
|
+
arrowColor: string;
|
|
299
|
+
arrowColorHover: string;
|
|
300
|
+
arrowColorDisabled: string;
|
|
301
|
+
loadingColor: string;
|
|
302
|
+
borderWarning: string;
|
|
303
|
+
borderHoverWarning: string;
|
|
304
|
+
borderActiveWarning: string;
|
|
305
|
+
borderFocusWarning: string;
|
|
306
|
+
boxShadowHoverWarning: string;
|
|
307
|
+
boxShadowActiveWarning: string;
|
|
308
|
+
boxShadowFocusWarning: string;
|
|
309
|
+
colorActiveWarning: string;
|
|
310
|
+
caretColorWarning: string;
|
|
311
|
+
borderError: string;
|
|
312
|
+
borderHoverError: string;
|
|
313
|
+
borderActiveError: string;
|
|
314
|
+
borderFocusError: string;
|
|
315
|
+
boxShadowHoverError: string;
|
|
316
|
+
boxShadowActiveError: string;
|
|
317
|
+
boxShadowFocusError: string;
|
|
318
|
+
colorActiveError: string;
|
|
319
|
+
caretColorError: string;
|
|
320
|
+
clearColor: string;
|
|
321
|
+
clearColorHover: string;
|
|
322
|
+
clearColorPressed: string;
|
|
323
|
+
caretColorSecondary: string;
|
|
324
|
+
filterCounterTextColor: string;
|
|
325
|
+
filterCounterTextColorDisabled: string;
|
|
326
|
+
arrowColorSecondary: string;
|
|
327
|
+
clearColorSecondary: string;
|
|
328
|
+
colorSecondary: string;
|
|
329
|
+
textColorSecondary: string;
|
|
330
|
+
borderSecondary: string;
|
|
331
|
+
arrowColorDisabledSecondary: string;
|
|
332
|
+
clearColorDisabledSecondary: string;
|
|
333
|
+
colorDisabledSecondary: string;
|
|
334
|
+
textColorDisabledSecondary: string;
|
|
335
|
+
borderDisabledSecondary: string;
|
|
336
|
+
arrowColorHoverSecondary: string;
|
|
337
|
+
clearColorHoverSecondary: string;
|
|
338
|
+
colorHoverSecondary: string;
|
|
339
|
+
textColorHoverSecondary: string;
|
|
340
|
+
borderHoverSecondary: string;
|
|
341
|
+
arrowColorFocusSecondary: string;
|
|
342
|
+
clearColorFocusSecondary: string;
|
|
343
|
+
colorFocusSecondary: string;
|
|
344
|
+
textColorFocusSecondary: string;
|
|
345
|
+
borderFocusSecondary: string;
|
|
346
|
+
arrowColorActiveSecondary: string;
|
|
347
|
+
clearColorActiveSecondary: string;
|
|
348
|
+
colorActiveSecondary: string;
|
|
349
|
+
textColorActiveSecondary: string;
|
|
350
|
+
borderActiveSecondary: string;
|
|
351
|
+
}, {
|
|
352
|
+
Popover: import("../../_mixins").Theme<"Popover", {
|
|
353
|
+
space: string;
|
|
354
|
+
spaceArrow: string;
|
|
355
|
+
arrowOffset: string;
|
|
356
|
+
arrowOffsetVertical: string;
|
|
357
|
+
arrowHeight: string;
|
|
358
|
+
padding: string;
|
|
359
|
+
fontSize: string;
|
|
360
|
+
borderRadius: string;
|
|
361
|
+
color: string;
|
|
362
|
+
dividerColor: string;
|
|
363
|
+
textColor: string;
|
|
364
|
+
boxShadow: string;
|
|
365
|
+
}, any>;
|
|
366
|
+
}>;
|
|
367
|
+
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
368
|
+
height: string;
|
|
369
|
+
paddingSmall: string;
|
|
370
|
+
paddingMedium: string;
|
|
371
|
+
paddingLarge: string;
|
|
372
|
+
optionPaddingSmall: string;
|
|
373
|
+
optionPaddingMedium: string;
|
|
374
|
+
optionPaddingLarge: string;
|
|
375
|
+
loadingSize: string;
|
|
376
|
+
optionFontSizeSmall: string;
|
|
377
|
+
optionFontSizeMedium: string;
|
|
378
|
+
optionFontSizeLarge: string;
|
|
379
|
+
optionHeightSmall: string;
|
|
380
|
+
optionHeightMedium: string;
|
|
381
|
+
optionHeightLarge: string;
|
|
382
|
+
optionBorderRadius: string;
|
|
383
|
+
borderRadius: string;
|
|
384
|
+
color: string;
|
|
385
|
+
groupHeaderTextColor: string;
|
|
386
|
+
actionDividerColor: string;
|
|
387
|
+
optionTextColor: string;
|
|
388
|
+
optionTextColorPressed: string;
|
|
389
|
+
optionTextColorDisabled: string;
|
|
390
|
+
optionTextColorActive: string;
|
|
391
|
+
optionOpacityDisabled: string;
|
|
392
|
+
optionCheckColor: string;
|
|
393
|
+
optionColorPending: string;
|
|
394
|
+
optionColorActive: string;
|
|
395
|
+
optionGroupHeaderBorderColor: string;
|
|
396
|
+
optionColorActivePending: string;
|
|
397
|
+
actionTextColor: string;
|
|
398
|
+
loadingColor: string;
|
|
399
|
+
}, {
|
|
400
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
401
|
+
height: string;
|
|
402
|
+
width: string;
|
|
403
|
+
borderRadius: string;
|
|
404
|
+
color: string;
|
|
405
|
+
colorHover: string;
|
|
406
|
+
railInsetHorizontalBottom: string;
|
|
407
|
+
railInsetHorizontalTop: string;
|
|
408
|
+
railInsetVerticalRight: string;
|
|
409
|
+
railInsetVerticalLeft: string;
|
|
410
|
+
railColor: string;
|
|
411
|
+
}, any>;
|
|
412
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
413
|
+
iconSizeSmall: string;
|
|
414
|
+
iconSizeMedium: string;
|
|
415
|
+
iconSizeLarge: string;
|
|
416
|
+
iconSizeHuge: string;
|
|
417
|
+
titleFontSizeSmall: string;
|
|
418
|
+
titleFontSizeMedium: string;
|
|
419
|
+
titleFontSizeLarge: string;
|
|
420
|
+
titleFontSizeHuge: string;
|
|
421
|
+
descriptionFontSizeSmall: string;
|
|
422
|
+
descriptionFontSizeMedium: string;
|
|
423
|
+
descriptionFontSizeLarge: string;
|
|
424
|
+
descriptionFontSizeHuge: string;
|
|
425
|
+
titleColor: string;
|
|
426
|
+
descriptionColor: string;
|
|
427
|
+
iconColor: string;
|
|
428
|
+
iconBgColor: string;
|
|
429
|
+
extraTextColor: string;
|
|
430
|
+
}, any>;
|
|
431
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
432
|
+
fontWeight: string;
|
|
433
|
+
textColor: string;
|
|
434
|
+
descriptionTextColor: string;
|
|
435
|
+
textColorDisabled: string;
|
|
436
|
+
descriptionTextColorDisabled: string;
|
|
437
|
+
fontSizeLarge: string;
|
|
438
|
+
fontSizeMedium: string;
|
|
439
|
+
fontSizeSmall: string;
|
|
440
|
+
lineHeightLarge: string;
|
|
441
|
+
lineHeightMedium: string;
|
|
442
|
+
lineHeightSmall: string;
|
|
443
|
+
borderRadiusLarge: string;
|
|
444
|
+
borderRadiusMedium: string;
|
|
445
|
+
borderRadiusSmall: string;
|
|
446
|
+
color: string;
|
|
447
|
+
colorHover: string;
|
|
448
|
+
colorFocus: string;
|
|
449
|
+
colorActive: string;
|
|
450
|
+
colorChecked: string;
|
|
451
|
+
colorHoverChecked: string;
|
|
452
|
+
colorFocusChecked: string;
|
|
453
|
+
colorActiveChecked: string;
|
|
454
|
+
colorDisabled: string;
|
|
455
|
+
colorDisabledChecked: string;
|
|
456
|
+
checkMarkColor: string;
|
|
457
|
+
checkMarkColorHover: string;
|
|
458
|
+
checkMarkColorFocus: string;
|
|
459
|
+
checkMarkColorActive: string;
|
|
460
|
+
checkMarkColorDisabled: string;
|
|
461
|
+
checkMarkColorDisabledChecked: string;
|
|
462
|
+
border: string;
|
|
463
|
+
borderHover: string;
|
|
464
|
+
borderFocus: string;
|
|
465
|
+
borderActive: string;
|
|
466
|
+
borderChecked: string;
|
|
467
|
+
borderHoverChecked: string;
|
|
468
|
+
borderFocusChecked: string;
|
|
469
|
+
borderActiveChecked: string;
|
|
470
|
+
borderDisabled: string;
|
|
471
|
+
borderDisabledChecked: string;
|
|
472
|
+
boxShadowHover: string;
|
|
473
|
+
boxShadowFocus: string;
|
|
474
|
+
boxShadowActive: string;
|
|
475
|
+
boxShadowHoverChecked: string;
|
|
476
|
+
boxShadowFocusChecked: string;
|
|
477
|
+
boxShadowActiveChecked: string;
|
|
478
|
+
sizeSmall: string;
|
|
479
|
+
sizeMedium: string;
|
|
480
|
+
sizeLarge: string;
|
|
481
|
+
labelPadding: string;
|
|
482
|
+
}, any>;
|
|
483
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
484
|
+
paddingTiny: string;
|
|
485
|
+
paddingSmall: string;
|
|
486
|
+
paddingMedium: string;
|
|
487
|
+
paddingLarge: string;
|
|
488
|
+
paddingHuge: string;
|
|
489
|
+
clearSize: string;
|
|
490
|
+
countTextColorDisabled: string;
|
|
491
|
+
countTextColor: string;
|
|
492
|
+
heightTiny: string;
|
|
493
|
+
heightSmall: string;
|
|
494
|
+
heightMedium: string;
|
|
495
|
+
heightLarge: string;
|
|
496
|
+
heightHuge: string;
|
|
497
|
+
fontSizeTiny: string;
|
|
498
|
+
fontSizeSmall: string;
|
|
499
|
+
fontSizeMedium: string;
|
|
500
|
+
fontSizeLarge: string;
|
|
501
|
+
fontSizeHuge: string;
|
|
502
|
+
lineHeight: string;
|
|
503
|
+
lineHeightTextarea: string;
|
|
504
|
+
borderRadius: string;
|
|
505
|
+
iconSize: string;
|
|
506
|
+
groupLabelTextColor: string;
|
|
507
|
+
textColor: string;
|
|
508
|
+
textColorDisabled: string;
|
|
509
|
+
textDecorationColor: string;
|
|
510
|
+
caretColor: string;
|
|
511
|
+
placeholderColor: string;
|
|
512
|
+
placeholderColorDisabled: string;
|
|
513
|
+
color: string;
|
|
514
|
+
colorDisabled: string;
|
|
515
|
+
colorFocus: string;
|
|
516
|
+
groupLabelBorder: string;
|
|
517
|
+
border: string;
|
|
518
|
+
borderHover: string;
|
|
519
|
+
borderDisabled: string;
|
|
520
|
+
borderFocus: string;
|
|
521
|
+
boxShadowFocus: string;
|
|
522
|
+
loadingColor: string;
|
|
523
|
+
loadingColorSuccess: string;
|
|
524
|
+
borderSuccess: string;
|
|
525
|
+
borderHoverSuccess: string;
|
|
526
|
+
colorFocusSuccess: string;
|
|
527
|
+
borderFocusSuccess: string;
|
|
528
|
+
boxShadowFocusSuccess: string;
|
|
529
|
+
caretColorSuccess: string;
|
|
530
|
+
loadingColorWarning: string;
|
|
531
|
+
borderWarning: string;
|
|
532
|
+
borderHoverWarning: string;
|
|
533
|
+
colorFocusWarning: string;
|
|
534
|
+
borderFocusWarning: string;
|
|
535
|
+
boxShadowFocusWarning: string;
|
|
536
|
+
caretColorWarning: string;
|
|
537
|
+
loadingColorError: string;
|
|
538
|
+
borderError: string;
|
|
539
|
+
borderHoverError: string;
|
|
540
|
+
colorFocusError: string;
|
|
541
|
+
borderFocusError: string;
|
|
542
|
+
boxShadowFocusError: string;
|
|
543
|
+
caretColorError: string;
|
|
544
|
+
clearColor: string;
|
|
545
|
+
clearColorHover: string;
|
|
546
|
+
clearColorPressed: string;
|
|
547
|
+
iconColor: string;
|
|
548
|
+
iconColorDisabled: string;
|
|
549
|
+
iconColorHover: string;
|
|
550
|
+
iconColorPressed: string;
|
|
551
|
+
suffixTextColor: string;
|
|
552
|
+
selectionColor: string;
|
|
553
|
+
}, any>;
|
|
554
|
+
}>;
|
|
555
|
+
}>>;
|
|
556
|
+
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
557
|
+
menuBoxShadow: string;
|
|
558
|
+
}, {
|
|
559
|
+
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
560
|
+
paddingTiny: string;
|
|
561
|
+
paddingSmall: string;
|
|
562
|
+
paddingMedium: string;
|
|
563
|
+
paddingLarge: string;
|
|
564
|
+
paddingHuge: string;
|
|
565
|
+
clearSizeTiny: string;
|
|
566
|
+
clearSizeSmall: string;
|
|
567
|
+
clearSizeMedium: string;
|
|
568
|
+
clearSizeLarge: string;
|
|
569
|
+
clearSizeHuge: string;
|
|
570
|
+
arrowSizeTiny: string;
|
|
571
|
+
arrowSizeSmall: string;
|
|
572
|
+
arrowSizeMedium: string;
|
|
573
|
+
arrowSizeLarge: string;
|
|
574
|
+
arrowSizeHuge: string;
|
|
575
|
+
fontSizeTiny: string;
|
|
576
|
+
fontSizeSmall: string;
|
|
577
|
+
fontSizeMedium: string;
|
|
578
|
+
fontSizeLarge: string;
|
|
579
|
+
fontSizeHuge: string;
|
|
580
|
+
lineHeightTiny: string;
|
|
581
|
+
lineHeightSmall: string;
|
|
582
|
+
lineHeightMedium: string;
|
|
583
|
+
lineHeightLarge: string;
|
|
584
|
+
lineHeightHuge: string;
|
|
585
|
+
heightTiny: string;
|
|
586
|
+
heightSmall: string;
|
|
587
|
+
heightMedium: string;
|
|
588
|
+
heightLarge: string;
|
|
589
|
+
heightHuge: string;
|
|
590
|
+
borderRadiusTiny: string;
|
|
591
|
+
borderRadiusSmall: string;
|
|
592
|
+
borderRadiusMedium: string;
|
|
593
|
+
borderRadiusLarge: string;
|
|
594
|
+
borderRadiusHuge: string;
|
|
595
|
+
textColor: string;
|
|
596
|
+
textColorDisabled: string;
|
|
597
|
+
placeholderColor: string;
|
|
598
|
+
placeholderColorDisabled: string;
|
|
599
|
+
color: string;
|
|
600
|
+
colorFilled: string;
|
|
601
|
+
colorDisabled: string;
|
|
602
|
+
colorActive: string;
|
|
603
|
+
border: string;
|
|
604
|
+
borderFilled: string;
|
|
605
|
+
borderHover: string;
|
|
606
|
+
borderActive: string;
|
|
607
|
+
borderFocus: string;
|
|
608
|
+
borderDisabled: string;
|
|
609
|
+
boxShadowHover: string;
|
|
610
|
+
boxShadowActive: string;
|
|
611
|
+
boxShadowFocus: string;
|
|
612
|
+
caretColor: string;
|
|
613
|
+
arrowColor: string;
|
|
614
|
+
arrowColorHover: string;
|
|
615
|
+
arrowColorDisabled: string;
|
|
616
|
+
loadingColor: string;
|
|
617
|
+
borderWarning: string;
|
|
618
|
+
borderHoverWarning: string;
|
|
619
|
+
borderActiveWarning: string;
|
|
620
|
+
borderFocusWarning: string;
|
|
621
|
+
boxShadowHoverWarning: string;
|
|
622
|
+
boxShadowActiveWarning: string;
|
|
623
|
+
boxShadowFocusWarning: string;
|
|
624
|
+
colorActiveWarning: string;
|
|
625
|
+
caretColorWarning: string;
|
|
626
|
+
borderError: string;
|
|
627
|
+
borderHoverError: string;
|
|
628
|
+
borderActiveError: string;
|
|
629
|
+
borderFocusError: string;
|
|
630
|
+
boxShadowHoverError: string;
|
|
631
|
+
boxShadowActiveError: string;
|
|
632
|
+
boxShadowFocusError: string;
|
|
633
|
+
colorActiveError: string;
|
|
634
|
+
caretColorError: string;
|
|
635
|
+
clearColor: string;
|
|
636
|
+
clearColorHover: string;
|
|
637
|
+
clearColorPressed: string;
|
|
638
|
+
caretColorSecondary: string;
|
|
639
|
+
filterCounterTextColor: string;
|
|
640
|
+
filterCounterTextColorDisabled: string;
|
|
641
|
+
arrowColorSecondary: string;
|
|
642
|
+
clearColorSecondary: string;
|
|
643
|
+
colorSecondary: string;
|
|
644
|
+
textColorSecondary: string;
|
|
645
|
+
borderSecondary: string;
|
|
646
|
+
arrowColorDisabledSecondary: string;
|
|
647
|
+
clearColorDisabledSecondary: string;
|
|
648
|
+
colorDisabledSecondary: string;
|
|
649
|
+
textColorDisabledSecondary: string;
|
|
650
|
+
borderDisabledSecondary: string;
|
|
651
|
+
arrowColorHoverSecondary: string;
|
|
652
|
+
clearColorHoverSecondary: string;
|
|
653
|
+
colorHoverSecondary: string;
|
|
654
|
+
textColorHoverSecondary: string;
|
|
655
|
+
borderHoverSecondary: string;
|
|
656
|
+
arrowColorFocusSecondary: string;
|
|
657
|
+
clearColorFocusSecondary: string;
|
|
658
|
+
colorFocusSecondary: string;
|
|
659
|
+
textColorFocusSecondary: string;
|
|
660
|
+
borderFocusSecondary: string;
|
|
661
|
+
arrowColorActiveSecondary: string;
|
|
662
|
+
clearColorActiveSecondary: string;
|
|
663
|
+
colorActiveSecondary: string;
|
|
664
|
+
textColorActiveSecondary: string;
|
|
665
|
+
borderActiveSecondary: string;
|
|
666
|
+
}, {
|
|
667
|
+
Popover: import("../../_mixins").Theme<"Popover", {
|
|
668
|
+
space: string;
|
|
669
|
+
spaceArrow: string;
|
|
670
|
+
arrowOffset: string;
|
|
671
|
+
arrowOffsetVertical: string;
|
|
672
|
+
arrowHeight: string;
|
|
673
|
+
padding: string;
|
|
674
|
+
fontSize: string;
|
|
675
|
+
borderRadius: string;
|
|
676
|
+
color: string;
|
|
677
|
+
dividerColor: string;
|
|
678
|
+
textColor: string;
|
|
679
|
+
boxShadow: string;
|
|
680
|
+
}, any>;
|
|
681
|
+
}>;
|
|
682
|
+
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
683
|
+
height: string;
|
|
684
|
+
paddingSmall: string;
|
|
685
|
+
paddingMedium: string;
|
|
686
|
+
paddingLarge: string;
|
|
687
|
+
optionPaddingSmall: string;
|
|
688
|
+
optionPaddingMedium: string;
|
|
689
|
+
optionPaddingLarge: string;
|
|
690
|
+
loadingSize: string;
|
|
691
|
+
optionFontSizeSmall: string;
|
|
692
|
+
optionFontSizeMedium: string;
|
|
693
|
+
optionFontSizeLarge: string;
|
|
694
|
+
optionHeightSmall: string;
|
|
695
|
+
optionHeightMedium: string;
|
|
696
|
+
optionHeightLarge: string;
|
|
697
|
+
optionBorderRadius: string;
|
|
698
|
+
borderRadius: string;
|
|
699
|
+
color: string;
|
|
700
|
+
groupHeaderTextColor: string;
|
|
701
|
+
actionDividerColor: string;
|
|
702
|
+
optionTextColor: string;
|
|
703
|
+
optionTextColorPressed: string;
|
|
704
|
+
optionTextColorDisabled: string;
|
|
705
|
+
optionTextColorActive: string;
|
|
706
|
+
optionOpacityDisabled: string;
|
|
707
|
+
optionCheckColor: string;
|
|
708
|
+
optionColorPending: string;
|
|
709
|
+
optionColorActive: string;
|
|
710
|
+
optionGroupHeaderBorderColor: string;
|
|
711
|
+
optionColorActivePending: string;
|
|
712
|
+
actionTextColor: string;
|
|
713
|
+
loadingColor: string;
|
|
714
|
+
}, {
|
|
715
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
716
|
+
height: string;
|
|
717
|
+
width: string;
|
|
718
|
+
borderRadius: string;
|
|
719
|
+
color: string;
|
|
720
|
+
colorHover: string;
|
|
721
|
+
railInsetHorizontalBottom: string;
|
|
722
|
+
railInsetHorizontalTop: string;
|
|
723
|
+
railInsetVerticalRight: string;
|
|
724
|
+
railInsetVerticalLeft: string;
|
|
725
|
+
railColor: string;
|
|
726
|
+
}, any>;
|
|
727
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
728
|
+
iconSizeSmall: string;
|
|
729
|
+
iconSizeMedium: string;
|
|
730
|
+
iconSizeLarge: string;
|
|
731
|
+
iconSizeHuge: string;
|
|
732
|
+
titleFontSizeSmall: string;
|
|
733
|
+
titleFontSizeMedium: string;
|
|
734
|
+
titleFontSizeLarge: string;
|
|
735
|
+
titleFontSizeHuge: string;
|
|
736
|
+
descriptionFontSizeSmall: string;
|
|
737
|
+
descriptionFontSizeMedium: string;
|
|
738
|
+
descriptionFontSizeLarge: string;
|
|
739
|
+
descriptionFontSizeHuge: string;
|
|
740
|
+
titleColor: string;
|
|
741
|
+
descriptionColor: string;
|
|
742
|
+
iconColor: string;
|
|
743
|
+
iconBgColor: string;
|
|
744
|
+
extraTextColor: string;
|
|
745
|
+
}, any>;
|
|
746
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
747
|
+
fontWeight: string;
|
|
748
|
+
textColor: string;
|
|
749
|
+
descriptionTextColor: string;
|
|
750
|
+
textColorDisabled: string;
|
|
751
|
+
descriptionTextColorDisabled: string;
|
|
752
|
+
fontSizeLarge: string;
|
|
753
|
+
fontSizeMedium: string;
|
|
754
|
+
fontSizeSmall: string;
|
|
755
|
+
lineHeightLarge: string;
|
|
756
|
+
lineHeightMedium: string;
|
|
757
|
+
lineHeightSmall: string;
|
|
758
|
+
borderRadiusLarge: string;
|
|
759
|
+
borderRadiusMedium: string;
|
|
760
|
+
borderRadiusSmall: string;
|
|
761
|
+
color: string;
|
|
762
|
+
colorHover: string;
|
|
763
|
+
colorFocus: string;
|
|
764
|
+
colorActive: string;
|
|
765
|
+
colorChecked: string;
|
|
766
|
+
colorHoverChecked: string;
|
|
767
|
+
colorFocusChecked: string;
|
|
768
|
+
colorActiveChecked: string;
|
|
769
|
+
colorDisabled: string;
|
|
770
|
+
colorDisabledChecked: string;
|
|
771
|
+
checkMarkColor: string;
|
|
772
|
+
checkMarkColorHover: string;
|
|
773
|
+
checkMarkColorFocus: string;
|
|
774
|
+
checkMarkColorActive: string;
|
|
775
|
+
checkMarkColorDisabled: string;
|
|
776
|
+
checkMarkColorDisabledChecked: string;
|
|
777
|
+
border: string;
|
|
778
|
+
borderHover: string;
|
|
779
|
+
borderFocus: string;
|
|
780
|
+
borderActive: string;
|
|
781
|
+
borderChecked: string;
|
|
782
|
+
borderHoverChecked: string;
|
|
783
|
+
borderFocusChecked: string;
|
|
784
|
+
borderActiveChecked: string;
|
|
785
|
+
borderDisabled: string;
|
|
786
|
+
borderDisabledChecked: string;
|
|
787
|
+
boxShadowHover: string;
|
|
788
|
+
boxShadowFocus: string;
|
|
789
|
+
boxShadowActive: string;
|
|
790
|
+
boxShadowHoverChecked: string;
|
|
791
|
+
boxShadowFocusChecked: string;
|
|
792
|
+
boxShadowActiveChecked: string;
|
|
793
|
+
sizeSmall: string;
|
|
794
|
+
sizeMedium: string;
|
|
795
|
+
sizeLarge: string;
|
|
796
|
+
labelPadding: string;
|
|
797
|
+
}, any>;
|
|
798
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
799
|
+
paddingTiny: string;
|
|
800
|
+
paddingSmall: string;
|
|
801
|
+
paddingMedium: string;
|
|
802
|
+
paddingLarge: string;
|
|
803
|
+
paddingHuge: string;
|
|
804
|
+
clearSize: string;
|
|
805
|
+
countTextColorDisabled: string;
|
|
806
|
+
countTextColor: string;
|
|
807
|
+
heightTiny: string;
|
|
808
|
+
heightSmall: string;
|
|
809
|
+
heightMedium: string;
|
|
810
|
+
heightLarge: string;
|
|
811
|
+
heightHuge: string;
|
|
812
|
+
fontSizeTiny: string;
|
|
813
|
+
fontSizeSmall: string;
|
|
814
|
+
fontSizeMedium: string;
|
|
815
|
+
fontSizeLarge: string;
|
|
816
|
+
fontSizeHuge: string;
|
|
817
|
+
lineHeight: string;
|
|
818
|
+
lineHeightTextarea: string;
|
|
819
|
+
borderRadius: string;
|
|
820
|
+
iconSize: string;
|
|
821
|
+
groupLabelTextColor: string;
|
|
822
|
+
textColor: string;
|
|
823
|
+
textColorDisabled: string;
|
|
824
|
+
textDecorationColor: string;
|
|
825
|
+
caretColor: string;
|
|
826
|
+
placeholderColor: string;
|
|
827
|
+
placeholderColorDisabled: string;
|
|
828
|
+
color: string;
|
|
829
|
+
colorDisabled: string;
|
|
830
|
+
colorFocus: string;
|
|
831
|
+
groupLabelBorder: string;
|
|
832
|
+
border: string;
|
|
833
|
+
borderHover: string;
|
|
834
|
+
borderDisabled: string;
|
|
835
|
+
borderFocus: string;
|
|
836
|
+
boxShadowFocus: string;
|
|
837
|
+
loadingColor: string;
|
|
838
|
+
loadingColorSuccess: string;
|
|
839
|
+
borderSuccess: string;
|
|
840
|
+
borderHoverSuccess: string;
|
|
841
|
+
colorFocusSuccess: string;
|
|
842
|
+
borderFocusSuccess: string;
|
|
843
|
+
boxShadowFocusSuccess: string;
|
|
844
|
+
caretColorSuccess: string;
|
|
845
|
+
loadingColorWarning: string;
|
|
846
|
+
borderWarning: string;
|
|
847
|
+
borderHoverWarning: string;
|
|
848
|
+
colorFocusWarning: string;
|
|
849
|
+
borderFocusWarning: string;
|
|
850
|
+
boxShadowFocusWarning: string;
|
|
851
|
+
caretColorWarning: string;
|
|
852
|
+
loadingColorError: string;
|
|
853
|
+
borderError: string;
|
|
854
|
+
borderHoverError: string;
|
|
855
|
+
colorFocusError: string;
|
|
856
|
+
borderFocusError: string;
|
|
857
|
+
boxShadowFocusError: string;
|
|
858
|
+
caretColorError: string;
|
|
859
|
+
clearColor: string;
|
|
860
|
+
clearColorHover: string;
|
|
861
|
+
clearColorPressed: string;
|
|
862
|
+
iconColor: string;
|
|
863
|
+
iconColorDisabled: string;
|
|
864
|
+
iconColorHover: string;
|
|
865
|
+
iconColorPressed: string;
|
|
866
|
+
suffixTextColor: string;
|
|
867
|
+
selectionColor: string;
|
|
868
|
+
}, any>;
|
|
869
|
+
}>;
|
|
870
|
+
}>>>;
|
|
871
|
+
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
|
|
872
|
+
menuBoxShadow: string;
|
|
873
|
+
}, {
|
|
874
|
+
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
875
|
+
paddingTiny: string;
|
|
876
|
+
paddingSmall: string;
|
|
877
|
+
paddingMedium: string;
|
|
878
|
+
paddingLarge: string;
|
|
879
|
+
paddingHuge: string;
|
|
880
|
+
clearSizeTiny: string;
|
|
881
|
+
clearSizeSmall: string;
|
|
882
|
+
clearSizeMedium: string;
|
|
883
|
+
clearSizeLarge: string;
|
|
884
|
+
clearSizeHuge: string;
|
|
885
|
+
arrowSizeTiny: string;
|
|
886
|
+
arrowSizeSmall: string;
|
|
887
|
+
arrowSizeMedium: string;
|
|
888
|
+
arrowSizeLarge: string;
|
|
889
|
+
arrowSizeHuge: string;
|
|
890
|
+
fontSizeTiny: string;
|
|
891
|
+
fontSizeSmall: string;
|
|
892
|
+
fontSizeMedium: string;
|
|
893
|
+
fontSizeLarge: string;
|
|
894
|
+
fontSizeHuge: string;
|
|
895
|
+
lineHeightTiny: string;
|
|
896
|
+
lineHeightSmall: string;
|
|
897
|
+
lineHeightMedium: string;
|
|
898
|
+
lineHeightLarge: string;
|
|
899
|
+
lineHeightHuge: string;
|
|
900
|
+
heightTiny: string;
|
|
901
|
+
heightSmall: string;
|
|
902
|
+
heightMedium: string;
|
|
903
|
+
heightLarge: string;
|
|
904
|
+
heightHuge: string;
|
|
905
|
+
borderRadiusTiny: string;
|
|
906
|
+
borderRadiusSmall: string;
|
|
907
|
+
borderRadiusMedium: string;
|
|
908
|
+
borderRadiusLarge: string;
|
|
909
|
+
borderRadiusHuge: string;
|
|
910
|
+
textColor: string;
|
|
911
|
+
textColorDisabled: string;
|
|
912
|
+
placeholderColor: string;
|
|
913
|
+
placeholderColorDisabled: string;
|
|
914
|
+
color: string;
|
|
915
|
+
colorFilled: string;
|
|
916
|
+
colorDisabled: string;
|
|
917
|
+
colorActive: string;
|
|
918
|
+
border: string;
|
|
919
|
+
borderFilled: string;
|
|
920
|
+
borderHover: string;
|
|
921
|
+
borderActive: string;
|
|
922
|
+
borderFocus: string;
|
|
923
|
+
borderDisabled: string;
|
|
924
|
+
boxShadowHover: string;
|
|
925
|
+
boxShadowActive: string;
|
|
926
|
+
boxShadowFocus: string;
|
|
927
|
+
caretColor: string;
|
|
928
|
+
arrowColor: string;
|
|
929
|
+
arrowColorHover: string;
|
|
930
|
+
arrowColorDisabled: string;
|
|
931
|
+
loadingColor: string;
|
|
932
|
+
borderWarning: string;
|
|
933
|
+
borderHoverWarning: string;
|
|
934
|
+
borderActiveWarning: string;
|
|
935
|
+
borderFocusWarning: string;
|
|
936
|
+
boxShadowHoverWarning: string;
|
|
937
|
+
boxShadowActiveWarning: string;
|
|
938
|
+
boxShadowFocusWarning: string;
|
|
939
|
+
colorActiveWarning: string;
|
|
940
|
+
caretColorWarning: string;
|
|
941
|
+
borderError: string;
|
|
942
|
+
borderHoverError: string;
|
|
943
|
+
borderActiveError: string;
|
|
944
|
+
borderFocusError: string;
|
|
945
|
+
boxShadowHoverError: string;
|
|
946
|
+
boxShadowActiveError: string;
|
|
947
|
+
boxShadowFocusError: string;
|
|
948
|
+
colorActiveError: string;
|
|
949
|
+
caretColorError: string;
|
|
950
|
+
clearColor: string;
|
|
951
|
+
clearColorHover: string;
|
|
952
|
+
clearColorPressed: string;
|
|
953
|
+
caretColorSecondary: string;
|
|
954
|
+
filterCounterTextColor: string;
|
|
955
|
+
filterCounterTextColorDisabled: string;
|
|
956
|
+
arrowColorSecondary: string;
|
|
957
|
+
clearColorSecondary: string;
|
|
958
|
+
colorSecondary: string;
|
|
959
|
+
textColorSecondary: string;
|
|
960
|
+
borderSecondary: string;
|
|
961
|
+
arrowColorDisabledSecondary: string;
|
|
962
|
+
clearColorDisabledSecondary: string;
|
|
963
|
+
colorDisabledSecondary: string;
|
|
964
|
+
textColorDisabledSecondary: string;
|
|
965
|
+
borderDisabledSecondary: string;
|
|
966
|
+
arrowColorHoverSecondary: string;
|
|
967
|
+
clearColorHoverSecondary: string;
|
|
968
|
+
colorHoverSecondary: string;
|
|
969
|
+
textColorHoverSecondary: string;
|
|
970
|
+
borderHoverSecondary: string;
|
|
971
|
+
arrowColorFocusSecondary: string;
|
|
972
|
+
clearColorFocusSecondary: string;
|
|
973
|
+
colorFocusSecondary: string;
|
|
974
|
+
textColorFocusSecondary: string;
|
|
975
|
+
borderFocusSecondary: string;
|
|
976
|
+
arrowColorActiveSecondary: string;
|
|
977
|
+
clearColorActiveSecondary: string;
|
|
978
|
+
colorActiveSecondary: string;
|
|
979
|
+
textColorActiveSecondary: string;
|
|
980
|
+
borderActiveSecondary: string;
|
|
981
|
+
}, {
|
|
982
|
+
Popover: import("../../_mixins").Theme<"Popover", {
|
|
983
|
+
space: string;
|
|
984
|
+
spaceArrow: string;
|
|
985
|
+
arrowOffset: string;
|
|
986
|
+
arrowOffsetVertical: string;
|
|
987
|
+
arrowHeight: string;
|
|
988
|
+
padding: string;
|
|
989
|
+
fontSize: string;
|
|
990
|
+
borderRadius: string;
|
|
991
|
+
color: string;
|
|
992
|
+
dividerColor: string;
|
|
993
|
+
textColor: string;
|
|
994
|
+
boxShadow: string;
|
|
995
|
+
}, any>;
|
|
996
|
+
}>;
|
|
997
|
+
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
998
|
+
height: string;
|
|
999
|
+
paddingSmall: string;
|
|
1000
|
+
paddingMedium: string;
|
|
1001
|
+
paddingLarge: string;
|
|
1002
|
+
optionPaddingSmall: string;
|
|
1003
|
+
optionPaddingMedium: string;
|
|
1004
|
+
optionPaddingLarge: string;
|
|
1005
|
+
loadingSize: string;
|
|
1006
|
+
optionFontSizeSmall: string;
|
|
1007
|
+
optionFontSizeMedium: string;
|
|
1008
|
+
optionFontSizeLarge: string;
|
|
1009
|
+
optionHeightSmall: string;
|
|
1010
|
+
optionHeightMedium: string;
|
|
1011
|
+
optionHeightLarge: string;
|
|
1012
|
+
optionBorderRadius: string;
|
|
1013
|
+
borderRadius: string;
|
|
1014
|
+
color: string;
|
|
1015
|
+
groupHeaderTextColor: string;
|
|
1016
|
+
actionDividerColor: string;
|
|
1017
|
+
optionTextColor: string;
|
|
1018
|
+
optionTextColorPressed: string;
|
|
1019
|
+
optionTextColorDisabled: string;
|
|
1020
|
+
optionTextColorActive: string;
|
|
1021
|
+
optionOpacityDisabled: string;
|
|
1022
|
+
optionCheckColor: string;
|
|
1023
|
+
optionColorPending: string;
|
|
1024
|
+
optionColorActive: string;
|
|
1025
|
+
optionGroupHeaderBorderColor: string;
|
|
1026
|
+
optionColorActivePending: string;
|
|
1027
|
+
actionTextColor: string;
|
|
1028
|
+
loadingColor: string;
|
|
1029
|
+
}, {
|
|
1030
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1031
|
+
height: string;
|
|
1032
|
+
width: string;
|
|
1033
|
+
borderRadius: string;
|
|
1034
|
+
color: string;
|
|
1035
|
+
colorHover: string;
|
|
1036
|
+
railInsetHorizontalBottom: string;
|
|
1037
|
+
railInsetHorizontalTop: string;
|
|
1038
|
+
railInsetVerticalRight: string;
|
|
1039
|
+
railInsetVerticalLeft: string;
|
|
1040
|
+
railColor: string;
|
|
1041
|
+
}, any>;
|
|
1042
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1043
|
+
iconSizeSmall: string;
|
|
1044
|
+
iconSizeMedium: string;
|
|
1045
|
+
iconSizeLarge: string;
|
|
1046
|
+
iconSizeHuge: string;
|
|
1047
|
+
titleFontSizeSmall: string;
|
|
1048
|
+
titleFontSizeMedium: string;
|
|
1049
|
+
titleFontSizeLarge: string;
|
|
1050
|
+
titleFontSizeHuge: string;
|
|
1051
|
+
descriptionFontSizeSmall: string;
|
|
1052
|
+
descriptionFontSizeMedium: string;
|
|
1053
|
+
descriptionFontSizeLarge: string;
|
|
1054
|
+
descriptionFontSizeHuge: string;
|
|
1055
|
+
titleColor: string;
|
|
1056
|
+
descriptionColor: string;
|
|
1057
|
+
iconColor: string;
|
|
1058
|
+
iconBgColor: string;
|
|
1059
|
+
extraTextColor: string;
|
|
1060
|
+
}, any>;
|
|
1061
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1062
|
+
fontWeight: string;
|
|
1063
|
+
textColor: string;
|
|
1064
|
+
descriptionTextColor: string;
|
|
1065
|
+
textColorDisabled: string;
|
|
1066
|
+
descriptionTextColorDisabled: string;
|
|
1067
|
+
fontSizeLarge: string;
|
|
1068
|
+
fontSizeMedium: string;
|
|
1069
|
+
fontSizeSmall: string;
|
|
1070
|
+
lineHeightLarge: string;
|
|
1071
|
+
lineHeightMedium: string;
|
|
1072
|
+
lineHeightSmall: string;
|
|
1073
|
+
borderRadiusLarge: string;
|
|
1074
|
+
borderRadiusMedium: string;
|
|
1075
|
+
borderRadiusSmall: string;
|
|
1076
|
+
color: string;
|
|
1077
|
+
colorHover: string;
|
|
1078
|
+
colorFocus: string;
|
|
1079
|
+
colorActive: string;
|
|
1080
|
+
colorChecked: string;
|
|
1081
|
+
colorHoverChecked: string;
|
|
1082
|
+
colorFocusChecked: string;
|
|
1083
|
+
colorActiveChecked: string;
|
|
1084
|
+
colorDisabled: string;
|
|
1085
|
+
colorDisabledChecked: string;
|
|
1086
|
+
checkMarkColor: string;
|
|
1087
|
+
checkMarkColorHover: string;
|
|
1088
|
+
checkMarkColorFocus: string;
|
|
1089
|
+
checkMarkColorActive: string;
|
|
1090
|
+
checkMarkColorDisabled: string;
|
|
1091
|
+
checkMarkColorDisabledChecked: string;
|
|
1092
|
+
border: string;
|
|
1093
|
+
borderHover: string;
|
|
1094
|
+
borderFocus: string;
|
|
1095
|
+
borderActive: string;
|
|
1096
|
+
borderChecked: string;
|
|
1097
|
+
borderHoverChecked: string;
|
|
1098
|
+
borderFocusChecked: string;
|
|
1099
|
+
borderActiveChecked: string;
|
|
1100
|
+
borderDisabled: string;
|
|
1101
|
+
borderDisabledChecked: string;
|
|
1102
|
+
boxShadowHover: string;
|
|
1103
|
+
boxShadowFocus: string;
|
|
1104
|
+
boxShadowActive: string;
|
|
1105
|
+
boxShadowHoverChecked: string;
|
|
1106
|
+
boxShadowFocusChecked: string;
|
|
1107
|
+
boxShadowActiveChecked: string;
|
|
1108
|
+
sizeSmall: string;
|
|
1109
|
+
sizeMedium: string;
|
|
1110
|
+
sizeLarge: string;
|
|
1111
|
+
labelPadding: string;
|
|
1112
|
+
}, any>;
|
|
1113
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1114
|
+
paddingTiny: string;
|
|
1115
|
+
paddingSmall: string;
|
|
1116
|
+
paddingMedium: string;
|
|
1117
|
+
paddingLarge: string;
|
|
1118
|
+
paddingHuge: string;
|
|
1119
|
+
clearSize: string;
|
|
1120
|
+
countTextColorDisabled: string;
|
|
1121
|
+
countTextColor: string;
|
|
1122
|
+
heightTiny: string;
|
|
1123
|
+
heightSmall: string;
|
|
1124
|
+
heightMedium: string;
|
|
1125
|
+
heightLarge: string;
|
|
1126
|
+
heightHuge: string;
|
|
1127
|
+
fontSizeTiny: string;
|
|
1128
|
+
fontSizeSmall: string;
|
|
1129
|
+
fontSizeMedium: string;
|
|
1130
|
+
fontSizeLarge: string;
|
|
1131
|
+
fontSizeHuge: string;
|
|
1132
|
+
lineHeight: string;
|
|
1133
|
+
lineHeightTextarea: string;
|
|
1134
|
+
borderRadius: string;
|
|
1135
|
+
iconSize: string;
|
|
1136
|
+
groupLabelTextColor: string;
|
|
1137
|
+
textColor: string;
|
|
1138
|
+
textColorDisabled: string;
|
|
1139
|
+
textDecorationColor: string;
|
|
1140
|
+
caretColor: string;
|
|
1141
|
+
placeholderColor: string;
|
|
1142
|
+
placeholderColorDisabled: string;
|
|
1143
|
+
color: string;
|
|
1144
|
+
colorDisabled: string;
|
|
1145
|
+
colorFocus: string;
|
|
1146
|
+
groupLabelBorder: string;
|
|
1147
|
+
border: string;
|
|
1148
|
+
borderHover: string;
|
|
1149
|
+
borderDisabled: string;
|
|
1150
|
+
borderFocus: string;
|
|
1151
|
+
boxShadowFocus: string;
|
|
1152
|
+
loadingColor: string;
|
|
1153
|
+
loadingColorSuccess: string;
|
|
1154
|
+
borderSuccess: string;
|
|
1155
|
+
borderHoverSuccess: string;
|
|
1156
|
+
colorFocusSuccess: string;
|
|
1157
|
+
borderFocusSuccess: string;
|
|
1158
|
+
boxShadowFocusSuccess: string;
|
|
1159
|
+
caretColorSuccess: string;
|
|
1160
|
+
loadingColorWarning: string;
|
|
1161
|
+
borderWarning: string;
|
|
1162
|
+
borderHoverWarning: string;
|
|
1163
|
+
colorFocusWarning: string;
|
|
1164
|
+
borderFocusWarning: string;
|
|
1165
|
+
boxShadowFocusWarning: string;
|
|
1166
|
+
caretColorWarning: string;
|
|
1167
|
+
loadingColorError: string;
|
|
1168
|
+
borderError: string;
|
|
1169
|
+
borderHoverError: string;
|
|
1170
|
+
colorFocusError: string;
|
|
1171
|
+
borderFocusError: string;
|
|
1172
|
+
boxShadowFocusError: string;
|
|
1173
|
+
caretColorError: string;
|
|
1174
|
+
clearColor: string;
|
|
1175
|
+
clearColorHover: string;
|
|
1176
|
+
clearColorPressed: string;
|
|
1177
|
+
iconColor: string;
|
|
1178
|
+
iconColorDisabled: string;
|
|
1179
|
+
iconColorHover: string;
|
|
1180
|
+
iconColorPressed: string;
|
|
1181
|
+
suffixTextColor: string;
|
|
1182
|
+
selectionColor: string;
|
|
1183
|
+
}, any>;
|
|
1184
|
+
}>;
|
|
1185
|
+
}>>>;
|
|
1186
|
+
};
|