@uzum-tech/ui 2.3.1 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +29698 -29160
- package/dist/index.mjs +29963 -29425
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/es/_internal/close/src/Close.d.ts +1 -1
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
- package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
- package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
- package/es/_internal/select-menu/src/interface.d.ts +650 -2
- package/es/_internal/select-menu/src/interface.mjs +81 -0
- package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
- package/es/_internal/select-menu/styles/dark.mjs +5 -1
- package/es/_internal/select-menu/styles/light.d.ts +123 -0
- package/es/_internal/select-menu/styles/light.mjs +5 -1
- package/es/_internal/selection/src/Selection.d.ts +3 -3
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_internal/typography/src/text.d.ts +3 -3
- package/es/action-card/src/ActionCard.d.ts +2 -2
- package/es/affix/src/Affix.d.ts +1 -1
- package/es/alert/src/Alert.d.ts +1 -1
- package/es/anchor/src/AnchorAdapter.d.ts +1 -1
- package/es/anchor/src/BaseAnchor.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/es/auto-complete/styles/light.d.ts +123 -0
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/badge/src/Badge.d.ts +1 -1
- package/es/button/src/Button.d.ts +7 -7
- package/es/button-group/src/ButtonGroup.d.ts +1 -1
- package/es/card/src/Card.d.ts +1 -1
- package/es/card-list/src/CardListItem.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +4 -4
- package/es/carousel/src/CarouselDots.d.ts +2 -2
- package/es/cascader/src/Cascader.d.ts +1404 -51
- package/es/cascader/src/CascaderMenu.d.ts +492 -0
- package/es/cascader/src/CascaderOption.d.ts +492 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/es/cascader/styles/light.d.ts +123 -0
- package/es/chat/src/Chat.d.ts +5868 -87
- package/es/chat/src/ChatListItems.d.ts +1849 -4
- package/es/chat/src/ChatMainArea.d.ts +1849 -4
- package/es/chat/src/ChatMessages.d.ts +1849 -4
- package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/es/chat/styles/dark.d.ts +123 -0
- package/es/chat/styles/light.d.ts +123 -0
- package/es/checkbox/src/Checkbox.d.ts +7 -7
- package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/es/code/src/Code.d.ts +2 -2
- package/es/color-picker/src/ColorPicker.d.ts +1 -1
- package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/es/components.d.ts +19186 -425
- 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/image/src/ImagePreview.d.ts +1 -0
- package/es/image/src/ImagePreview.mjs +7 -35
- package/es/image/src/public-types.d.ts +4 -4
- 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/message-bubble/src/MessageBubble.mjs +10 -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/index.d.ts +2 -1
- package/es/upload/index.mjs +2 -1
- package/es/upload/src/Upload.d.ts +75 -1009
- package/es/upload/src/Upload.mjs +43 -124
- package/es/upload/src/UploadFile.d.ts +2 -2
- package/es/upload/src/UploadFile.mjs +8 -2
- package/es/upload/src/UploadFileList.mjs +17 -2
- package/es/upload/src/UploadProgress.d.ts +3 -2
- package/es/upload/src/interface.d.ts +1086 -92
- package/es/upload/src/interface.mjs +117 -1
- package/es/upload/src/public-types.d.ts +17 -2
- package/es/upload/src/useUploadActionsRender.d.ts +2 -27
- package/es/upload/src/useUploadActionsRender.mjs +2 -2
- package/es/upload/src/useUploadInternals.d.ts +2 -25
- package/es/upload/src/utils.d.ts +2 -0
- package/es/upload/src/utils.mjs +7 -0
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +2 -2
- package/es/watermark/src/Watermark.d.ts +2 -2
- package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/lib/_internal/close/src/Close.d.ts +1 -1
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
- package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/lib/_internal/select-menu/src/SelectOption.js +13 -4
- package/lib/_internal/select-menu/src/interface.d.ts +650 -2
- package/lib/_internal/select-menu/src/interface.js +46 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
- package/lib/_internal/select-menu/styles/dark.js +8 -4
- package/lib/_internal/select-menu/styles/light.d.ts +123 -0
- package/lib/_internal/select-menu/styles/light.js +8 -4
- package/lib/_internal/selection/src/Selection.d.ts +3 -3
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_internal/typography/src/text.d.ts +3 -3
- package/lib/action-card/src/ActionCard.d.ts +2 -2
- package/lib/affix/src/Affix.d.ts +1 -1
- package/lib/alert/src/Alert.d.ts +1 -1
- package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
- package/lib/anchor/src/BaseAnchor.d.ts +2 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/lib/auto-complete/styles/light.d.ts +123 -0
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/badge/src/Badge.d.ts +1 -1
- package/lib/button/src/Button.d.ts +7 -7
- package/lib/button-group/src/ButtonGroup.d.ts +1 -1
- package/lib/card/src/Card.d.ts +1 -1
- package/lib/card-list/src/CardListItem.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +4 -4
- package/lib/carousel/src/CarouselDots.d.ts +2 -2
- package/lib/cascader/src/Cascader.d.ts +1404 -51
- package/lib/cascader/src/CascaderMenu.d.ts +492 -0
- package/lib/cascader/src/CascaderOption.d.ts +492 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/lib/cascader/styles/light.d.ts +123 -0
- package/lib/chat/src/Chat.d.ts +5868 -87
- package/lib/chat/src/ChatListItems.d.ts +1849 -4
- package/lib/chat/src/ChatMainArea.d.ts +1849 -4
- package/lib/chat/src/ChatMessages.d.ts +1849 -4
- package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/lib/chat/styles/dark.d.ts +123 -0
- package/lib/chat/styles/light.d.ts +123 -0
- package/lib/checkbox/src/Checkbox.d.ts +7 -7
- package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/lib/code/src/Code.d.ts +2 -2
- package/lib/color-picker/src/ColorPicker.d.ts +1 -1
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/lib/components.d.ts +19186 -425
- 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/image/src/ImagePreview.d.ts +1 -0
- package/lib/image/src/ImagePreview.js +3 -19
- package/lib/image/src/public-types.d.ts +4 -4
- 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/message-bubble/src/MessageBubble.js +10 -4
- 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/index.d.ts +2 -1
- package/lib/upload/index.js +2 -1
- package/lib/upload/src/Upload.d.ts +75 -1009
- package/lib/upload/src/Upload.js +40 -68
- package/lib/upload/src/UploadFile.d.ts +2 -2
- package/lib/upload/src/UploadFile.js +12 -4
- package/lib/upload/src/UploadFileList.js +8 -1
- package/lib/upload/src/UploadProgress.d.ts +3 -2
- package/lib/upload/src/interface.d.ts +1086 -92
- package/lib/upload/src/interface.js +59 -1
- package/lib/upload/src/public-types.d.ts +17 -2
- package/lib/upload/src/useUploadActionsRender.d.ts +2 -27
- package/lib/upload/src/useUploadActionsRender.js +2 -2
- package/lib/upload/src/useUploadInternals.d.ts +2 -25
- package/lib/upload/src/utils.d.ts +2 -0
- package/lib/upload/src/utils.js +10 -0
- 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 +181 -24
|
@@ -663,6 +663,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
663
663
|
iconBgColor: string;
|
|
664
664
|
extraTextColor: string;
|
|
665
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>;
|
|
666
789
|
}>;
|
|
667
790
|
}>;
|
|
668
791
|
Input: import("../../../_mixins").Theme<"Input", {
|
|
@@ -817,6 +940,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
817
940
|
iconBgColor: string;
|
|
818
941
|
extraTextColor: string;
|
|
819
942
|
}, any>;
|
|
943
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
944
|
+
fontWeight: string;
|
|
945
|
+
textColor: string;
|
|
946
|
+
descriptionTextColor: string;
|
|
947
|
+
textColorDisabled: string;
|
|
948
|
+
descriptionTextColorDisabled: string;
|
|
949
|
+
fontSizeLarge: string;
|
|
950
|
+
fontSizeMedium: string;
|
|
951
|
+
fontSizeSmall: string;
|
|
952
|
+
lineHeightLarge: string;
|
|
953
|
+
lineHeightMedium: string;
|
|
954
|
+
lineHeightSmall: string;
|
|
955
|
+
borderRadiusLarge: string;
|
|
956
|
+
borderRadiusMedium: string;
|
|
957
|
+
borderRadiusSmall: string;
|
|
958
|
+
color: string;
|
|
959
|
+
colorHover: string;
|
|
960
|
+
colorFocus: string;
|
|
961
|
+
colorActive: string;
|
|
962
|
+
colorChecked: string;
|
|
963
|
+
colorHoverChecked: string;
|
|
964
|
+
colorFocusChecked: string;
|
|
965
|
+
colorActiveChecked: string;
|
|
966
|
+
colorDisabled: string;
|
|
967
|
+
colorDisabledChecked: string;
|
|
968
|
+
checkMarkColor: string;
|
|
969
|
+
checkMarkColorHover: string;
|
|
970
|
+
checkMarkColorFocus: string;
|
|
971
|
+
checkMarkColorActive: string;
|
|
972
|
+
checkMarkColorDisabled: string;
|
|
973
|
+
checkMarkColorDisabledChecked: string;
|
|
974
|
+
border: string;
|
|
975
|
+
borderHover: string;
|
|
976
|
+
borderFocus: string;
|
|
977
|
+
borderActive: string;
|
|
978
|
+
borderChecked: string;
|
|
979
|
+
borderHoverChecked: string;
|
|
980
|
+
borderFocusChecked: string;
|
|
981
|
+
borderActiveChecked: string;
|
|
982
|
+
borderDisabled: string;
|
|
983
|
+
borderDisabledChecked: string;
|
|
984
|
+
boxShadowHover: string;
|
|
985
|
+
boxShadowFocus: string;
|
|
986
|
+
boxShadowActive: string;
|
|
987
|
+
boxShadowHoverChecked: string;
|
|
988
|
+
boxShadowFocusChecked: string;
|
|
989
|
+
boxShadowActiveChecked: string;
|
|
990
|
+
sizeSmall: string;
|
|
991
|
+
sizeMedium: string;
|
|
992
|
+
sizeLarge: string;
|
|
993
|
+
labelPadding: string;
|
|
994
|
+
}, any>;
|
|
995
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
996
|
+
paddingTiny: string;
|
|
997
|
+
paddingSmall: string;
|
|
998
|
+
paddingMedium: string;
|
|
999
|
+
paddingLarge: string;
|
|
1000
|
+
paddingHuge: string;
|
|
1001
|
+
clearSize: string;
|
|
1002
|
+
countTextColorDisabled: string;
|
|
1003
|
+
countTextColor: string;
|
|
1004
|
+
heightTiny: string;
|
|
1005
|
+
heightSmall: string;
|
|
1006
|
+
heightMedium: string;
|
|
1007
|
+
heightLarge: string;
|
|
1008
|
+
heightHuge: string;
|
|
1009
|
+
fontSizeTiny: string;
|
|
1010
|
+
fontSizeSmall: string;
|
|
1011
|
+
fontSizeMedium: string;
|
|
1012
|
+
fontSizeLarge: string;
|
|
1013
|
+
fontSizeHuge: string;
|
|
1014
|
+
lineHeight: string;
|
|
1015
|
+
lineHeightTextarea: string;
|
|
1016
|
+
borderRadius: string;
|
|
1017
|
+
iconSize: string;
|
|
1018
|
+
groupLabelTextColor: string;
|
|
1019
|
+
textColor: string;
|
|
1020
|
+
textColorDisabled: string;
|
|
1021
|
+
textDecorationColor: string;
|
|
1022
|
+
caretColor: string;
|
|
1023
|
+
placeholderColor: string;
|
|
1024
|
+
placeholderColorDisabled: string;
|
|
1025
|
+
color: string;
|
|
1026
|
+
colorDisabled: string;
|
|
1027
|
+
colorFocus: string;
|
|
1028
|
+
groupLabelBorder: string;
|
|
1029
|
+
border: string;
|
|
1030
|
+
borderHover: string;
|
|
1031
|
+
borderDisabled: string;
|
|
1032
|
+
borderFocus: string;
|
|
1033
|
+
boxShadowFocus: string;
|
|
1034
|
+
loadingColor: string;
|
|
1035
|
+
loadingColorSuccess: string;
|
|
1036
|
+
borderSuccess: string;
|
|
1037
|
+
borderHoverSuccess: string;
|
|
1038
|
+
colorFocusSuccess: string;
|
|
1039
|
+
borderFocusSuccess: string;
|
|
1040
|
+
boxShadowFocusSuccess: string;
|
|
1041
|
+
caretColorSuccess: string;
|
|
1042
|
+
loadingColorWarning: string;
|
|
1043
|
+
borderWarning: string;
|
|
1044
|
+
borderHoverWarning: string;
|
|
1045
|
+
colorFocusWarning: string;
|
|
1046
|
+
borderFocusWarning: string;
|
|
1047
|
+
boxShadowFocusWarning: string;
|
|
1048
|
+
caretColorWarning: string;
|
|
1049
|
+
loadingColorError: string;
|
|
1050
|
+
borderError: string;
|
|
1051
|
+
borderHoverError: string;
|
|
1052
|
+
colorFocusError: string;
|
|
1053
|
+
borderFocusError: string;
|
|
1054
|
+
boxShadowFocusError: string;
|
|
1055
|
+
caretColorError: string;
|
|
1056
|
+
clearColor: string;
|
|
1057
|
+
clearColorHover: string;
|
|
1058
|
+
clearColorPressed: string;
|
|
1059
|
+
iconColor: string;
|
|
1060
|
+
iconColorDisabled: string;
|
|
1061
|
+
iconColorHover: string;
|
|
1062
|
+
iconColorPressed: string;
|
|
1063
|
+
suffixTextColor: string;
|
|
1064
|
+
selectionColor: string;
|
|
1065
|
+
}, any>;
|
|
820
1066
|
}>;
|
|
821
1067
|
}>;
|
|
822
1068
|
}>;
|
|
@@ -1179,6 +1425,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1179
1425
|
iconBgColor: string;
|
|
1180
1426
|
extraTextColor: string;
|
|
1181
1427
|
}, any>;
|
|
1428
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
1429
|
+
fontWeight: string;
|
|
1430
|
+
textColor: string;
|
|
1431
|
+
descriptionTextColor: string;
|
|
1432
|
+
textColorDisabled: string;
|
|
1433
|
+
descriptionTextColorDisabled: string;
|
|
1434
|
+
fontSizeLarge: string;
|
|
1435
|
+
fontSizeMedium: string;
|
|
1436
|
+
fontSizeSmall: string;
|
|
1437
|
+
lineHeightLarge: string;
|
|
1438
|
+
lineHeightMedium: string;
|
|
1439
|
+
lineHeightSmall: string;
|
|
1440
|
+
borderRadiusLarge: string;
|
|
1441
|
+
borderRadiusMedium: string;
|
|
1442
|
+
borderRadiusSmall: string;
|
|
1443
|
+
color: string;
|
|
1444
|
+
colorHover: string;
|
|
1445
|
+
colorFocus: string;
|
|
1446
|
+
colorActive: string;
|
|
1447
|
+
colorChecked: string;
|
|
1448
|
+
colorHoverChecked: string;
|
|
1449
|
+
colorFocusChecked: string;
|
|
1450
|
+
colorActiveChecked: string;
|
|
1451
|
+
colorDisabled: string;
|
|
1452
|
+
colorDisabledChecked: string;
|
|
1453
|
+
checkMarkColor: string;
|
|
1454
|
+
checkMarkColorHover: string;
|
|
1455
|
+
checkMarkColorFocus: string;
|
|
1456
|
+
checkMarkColorActive: string;
|
|
1457
|
+
checkMarkColorDisabled: string;
|
|
1458
|
+
checkMarkColorDisabledChecked: string;
|
|
1459
|
+
border: string;
|
|
1460
|
+
borderHover: string;
|
|
1461
|
+
borderFocus: string;
|
|
1462
|
+
borderActive: string;
|
|
1463
|
+
borderChecked: string;
|
|
1464
|
+
borderHoverChecked: string;
|
|
1465
|
+
borderFocusChecked: string;
|
|
1466
|
+
borderActiveChecked: string;
|
|
1467
|
+
borderDisabled: string;
|
|
1468
|
+
borderDisabledChecked: string;
|
|
1469
|
+
boxShadowHover: string;
|
|
1470
|
+
boxShadowFocus: string;
|
|
1471
|
+
boxShadowActive: string;
|
|
1472
|
+
boxShadowHoverChecked: string;
|
|
1473
|
+
boxShadowFocusChecked: string;
|
|
1474
|
+
boxShadowActiveChecked: string;
|
|
1475
|
+
sizeSmall: string;
|
|
1476
|
+
sizeMedium: string;
|
|
1477
|
+
sizeLarge: string;
|
|
1478
|
+
labelPadding: string;
|
|
1479
|
+
}, any>;
|
|
1480
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
1481
|
+
paddingTiny: string;
|
|
1482
|
+
paddingSmall: string;
|
|
1483
|
+
paddingMedium: string;
|
|
1484
|
+
paddingLarge: string;
|
|
1485
|
+
paddingHuge: string;
|
|
1486
|
+
clearSize: string;
|
|
1487
|
+
countTextColorDisabled: string;
|
|
1488
|
+
countTextColor: string;
|
|
1489
|
+
heightTiny: string;
|
|
1490
|
+
heightSmall: string;
|
|
1491
|
+
heightMedium: string;
|
|
1492
|
+
heightLarge: string;
|
|
1493
|
+
heightHuge: string;
|
|
1494
|
+
fontSizeTiny: string;
|
|
1495
|
+
fontSizeSmall: string;
|
|
1496
|
+
fontSizeMedium: string;
|
|
1497
|
+
fontSizeLarge: string;
|
|
1498
|
+
fontSizeHuge: string;
|
|
1499
|
+
lineHeight: string;
|
|
1500
|
+
lineHeightTextarea: string;
|
|
1501
|
+
borderRadius: string;
|
|
1502
|
+
iconSize: string;
|
|
1503
|
+
groupLabelTextColor: string;
|
|
1504
|
+
textColor: string;
|
|
1505
|
+
textColorDisabled: string;
|
|
1506
|
+
textDecorationColor: string;
|
|
1507
|
+
caretColor: string;
|
|
1508
|
+
placeholderColor: string;
|
|
1509
|
+
placeholderColorDisabled: string;
|
|
1510
|
+
color: string;
|
|
1511
|
+
colorDisabled: string;
|
|
1512
|
+
colorFocus: string;
|
|
1513
|
+
groupLabelBorder: string;
|
|
1514
|
+
border: string;
|
|
1515
|
+
borderHover: string;
|
|
1516
|
+
borderDisabled: string;
|
|
1517
|
+
borderFocus: string;
|
|
1518
|
+
boxShadowFocus: string;
|
|
1519
|
+
loadingColor: string;
|
|
1520
|
+
loadingColorSuccess: string;
|
|
1521
|
+
borderSuccess: string;
|
|
1522
|
+
borderHoverSuccess: string;
|
|
1523
|
+
colorFocusSuccess: string;
|
|
1524
|
+
borderFocusSuccess: string;
|
|
1525
|
+
boxShadowFocusSuccess: string;
|
|
1526
|
+
caretColorSuccess: string;
|
|
1527
|
+
loadingColorWarning: string;
|
|
1528
|
+
borderWarning: string;
|
|
1529
|
+
borderHoverWarning: string;
|
|
1530
|
+
colorFocusWarning: string;
|
|
1531
|
+
borderFocusWarning: string;
|
|
1532
|
+
boxShadowFocusWarning: string;
|
|
1533
|
+
caretColorWarning: string;
|
|
1534
|
+
loadingColorError: string;
|
|
1535
|
+
borderError: string;
|
|
1536
|
+
borderHoverError: string;
|
|
1537
|
+
colorFocusError: string;
|
|
1538
|
+
borderFocusError: string;
|
|
1539
|
+
boxShadowFocusError: string;
|
|
1540
|
+
caretColorError: string;
|
|
1541
|
+
clearColor: string;
|
|
1542
|
+
clearColorHover: string;
|
|
1543
|
+
clearColorPressed: string;
|
|
1544
|
+
iconColor: string;
|
|
1545
|
+
iconColorDisabled: string;
|
|
1546
|
+
iconColorHover: string;
|
|
1547
|
+
iconColorPressed: string;
|
|
1548
|
+
suffixTextColor: string;
|
|
1549
|
+
selectionColor: string;
|
|
1550
|
+
}, any>;
|
|
1182
1551
|
}>;
|
|
1183
1552
|
}>> | undefined;
|
|
1184
1553
|
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
@@ -1333,6 +1702,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1333
1702
|
iconBgColor: string;
|
|
1334
1703
|
extraTextColor: string;
|
|
1335
1704
|
}, any>;
|
|
1705
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
1706
|
+
fontWeight: string;
|
|
1707
|
+
textColor: string;
|
|
1708
|
+
descriptionTextColor: string;
|
|
1709
|
+
textColorDisabled: string;
|
|
1710
|
+
descriptionTextColorDisabled: string;
|
|
1711
|
+
fontSizeLarge: string;
|
|
1712
|
+
fontSizeMedium: string;
|
|
1713
|
+
fontSizeSmall: string;
|
|
1714
|
+
lineHeightLarge: string;
|
|
1715
|
+
lineHeightMedium: string;
|
|
1716
|
+
lineHeightSmall: string;
|
|
1717
|
+
borderRadiusLarge: string;
|
|
1718
|
+
borderRadiusMedium: string;
|
|
1719
|
+
borderRadiusSmall: string;
|
|
1720
|
+
color: string;
|
|
1721
|
+
colorHover: string;
|
|
1722
|
+
colorFocus: string;
|
|
1723
|
+
colorActive: string;
|
|
1724
|
+
colorChecked: string;
|
|
1725
|
+
colorHoverChecked: string;
|
|
1726
|
+
colorFocusChecked: string;
|
|
1727
|
+
colorActiveChecked: string;
|
|
1728
|
+
colorDisabled: string;
|
|
1729
|
+
colorDisabledChecked: string;
|
|
1730
|
+
checkMarkColor: string;
|
|
1731
|
+
checkMarkColorHover: string;
|
|
1732
|
+
checkMarkColorFocus: string;
|
|
1733
|
+
checkMarkColorActive: string;
|
|
1734
|
+
checkMarkColorDisabled: string;
|
|
1735
|
+
checkMarkColorDisabledChecked: string;
|
|
1736
|
+
border: string;
|
|
1737
|
+
borderHover: string;
|
|
1738
|
+
borderFocus: string;
|
|
1739
|
+
borderActive: string;
|
|
1740
|
+
borderChecked: string;
|
|
1741
|
+
borderHoverChecked: string;
|
|
1742
|
+
borderFocusChecked: string;
|
|
1743
|
+
borderActiveChecked: string;
|
|
1744
|
+
borderDisabled: string;
|
|
1745
|
+
borderDisabledChecked: string;
|
|
1746
|
+
boxShadowHover: string;
|
|
1747
|
+
boxShadowFocus: string;
|
|
1748
|
+
boxShadowActive: string;
|
|
1749
|
+
boxShadowHoverChecked: string;
|
|
1750
|
+
boxShadowFocusChecked: string;
|
|
1751
|
+
boxShadowActiveChecked: string;
|
|
1752
|
+
sizeSmall: string;
|
|
1753
|
+
sizeMedium: string;
|
|
1754
|
+
sizeLarge: string;
|
|
1755
|
+
labelPadding: string;
|
|
1756
|
+
}, any>;
|
|
1757
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
1758
|
+
paddingTiny: string;
|
|
1759
|
+
paddingSmall: string;
|
|
1760
|
+
paddingMedium: string;
|
|
1761
|
+
paddingLarge: string;
|
|
1762
|
+
paddingHuge: string;
|
|
1763
|
+
clearSize: string;
|
|
1764
|
+
countTextColorDisabled: string;
|
|
1765
|
+
countTextColor: string;
|
|
1766
|
+
heightTiny: string;
|
|
1767
|
+
heightSmall: string;
|
|
1768
|
+
heightMedium: string;
|
|
1769
|
+
heightLarge: string;
|
|
1770
|
+
heightHuge: string;
|
|
1771
|
+
fontSizeTiny: string;
|
|
1772
|
+
fontSizeSmall: string;
|
|
1773
|
+
fontSizeMedium: string;
|
|
1774
|
+
fontSizeLarge: string;
|
|
1775
|
+
fontSizeHuge: string;
|
|
1776
|
+
lineHeight: string;
|
|
1777
|
+
lineHeightTextarea: string;
|
|
1778
|
+
borderRadius: string;
|
|
1779
|
+
iconSize: string;
|
|
1780
|
+
groupLabelTextColor: string;
|
|
1781
|
+
textColor: string;
|
|
1782
|
+
textColorDisabled: string;
|
|
1783
|
+
textDecorationColor: string;
|
|
1784
|
+
caretColor: string;
|
|
1785
|
+
placeholderColor: string;
|
|
1786
|
+
placeholderColorDisabled: string;
|
|
1787
|
+
color: string;
|
|
1788
|
+
colorDisabled: string;
|
|
1789
|
+
colorFocus: string;
|
|
1790
|
+
groupLabelBorder: string;
|
|
1791
|
+
border: string;
|
|
1792
|
+
borderHover: string;
|
|
1793
|
+
borderDisabled: string;
|
|
1794
|
+
borderFocus: string;
|
|
1795
|
+
boxShadowFocus: string;
|
|
1796
|
+
loadingColor: string;
|
|
1797
|
+
loadingColorSuccess: string;
|
|
1798
|
+
borderSuccess: string;
|
|
1799
|
+
borderHoverSuccess: string;
|
|
1800
|
+
colorFocusSuccess: string;
|
|
1801
|
+
borderFocusSuccess: string;
|
|
1802
|
+
boxShadowFocusSuccess: string;
|
|
1803
|
+
caretColorSuccess: string;
|
|
1804
|
+
loadingColorWarning: string;
|
|
1805
|
+
borderWarning: string;
|
|
1806
|
+
borderHoverWarning: string;
|
|
1807
|
+
colorFocusWarning: string;
|
|
1808
|
+
borderFocusWarning: string;
|
|
1809
|
+
boxShadowFocusWarning: string;
|
|
1810
|
+
caretColorWarning: string;
|
|
1811
|
+
loadingColorError: string;
|
|
1812
|
+
borderError: string;
|
|
1813
|
+
borderHoverError: string;
|
|
1814
|
+
colorFocusError: string;
|
|
1815
|
+
borderFocusError: string;
|
|
1816
|
+
boxShadowFocusError: string;
|
|
1817
|
+
caretColorError: string;
|
|
1818
|
+
clearColor: string;
|
|
1819
|
+
clearColorHover: string;
|
|
1820
|
+
clearColorPressed: string;
|
|
1821
|
+
iconColor: string;
|
|
1822
|
+
iconColorDisabled: string;
|
|
1823
|
+
iconColorHover: string;
|
|
1824
|
+
iconColorPressed: string;
|
|
1825
|
+
suffixTextColor: string;
|
|
1826
|
+
selectionColor: string;
|
|
1827
|
+
}, any>;
|
|
1336
1828
|
}>;
|
|
1337
1829
|
}>> | undefined;
|
|
1338
1830
|
} | undefined;
|
|
@@ -2060,6 +2552,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2060
2552
|
iconBgColor: string;
|
|
2061
2553
|
extraTextColor: string;
|
|
2062
2554
|
}, any>;
|
|
2555
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
2556
|
+
fontWeight: string;
|
|
2557
|
+
textColor: string;
|
|
2558
|
+
descriptionTextColor: string;
|
|
2559
|
+
textColorDisabled: string;
|
|
2560
|
+
descriptionTextColorDisabled: string;
|
|
2561
|
+
fontSizeLarge: string;
|
|
2562
|
+
fontSizeMedium: string;
|
|
2563
|
+
fontSizeSmall: string;
|
|
2564
|
+
lineHeightLarge: string;
|
|
2565
|
+
lineHeightMedium: string;
|
|
2566
|
+
lineHeightSmall: string;
|
|
2567
|
+
borderRadiusLarge: string;
|
|
2568
|
+
borderRadiusMedium: string;
|
|
2569
|
+
borderRadiusSmall: string;
|
|
2570
|
+
color: string;
|
|
2571
|
+
colorHover: string;
|
|
2572
|
+
colorFocus: string;
|
|
2573
|
+
colorActive: string;
|
|
2574
|
+
colorChecked: string;
|
|
2575
|
+
colorHoverChecked: string;
|
|
2576
|
+
colorFocusChecked: string;
|
|
2577
|
+
colorActiveChecked: string;
|
|
2578
|
+
colorDisabled: string;
|
|
2579
|
+
colorDisabledChecked: string;
|
|
2580
|
+
checkMarkColor: string;
|
|
2581
|
+
checkMarkColorHover: string;
|
|
2582
|
+
checkMarkColorFocus: string;
|
|
2583
|
+
checkMarkColorActive: string;
|
|
2584
|
+
checkMarkColorDisabled: string;
|
|
2585
|
+
checkMarkColorDisabledChecked: string;
|
|
2586
|
+
border: string;
|
|
2587
|
+
borderHover: string;
|
|
2588
|
+
borderFocus: string;
|
|
2589
|
+
borderActive: string;
|
|
2590
|
+
borderChecked: string;
|
|
2591
|
+
borderHoverChecked: string;
|
|
2592
|
+
borderFocusChecked: string;
|
|
2593
|
+
borderActiveChecked: string;
|
|
2594
|
+
borderDisabled: string;
|
|
2595
|
+
borderDisabledChecked: string;
|
|
2596
|
+
boxShadowHover: string;
|
|
2597
|
+
boxShadowFocus: string;
|
|
2598
|
+
boxShadowActive: string;
|
|
2599
|
+
boxShadowHoverChecked: string;
|
|
2600
|
+
boxShadowFocusChecked: string;
|
|
2601
|
+
boxShadowActiveChecked: string;
|
|
2602
|
+
sizeSmall: string;
|
|
2603
|
+
sizeMedium: string;
|
|
2604
|
+
sizeLarge: string;
|
|
2605
|
+
labelPadding: string;
|
|
2606
|
+
}, any>;
|
|
2607
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
2608
|
+
paddingTiny: string;
|
|
2609
|
+
paddingSmall: string;
|
|
2610
|
+
paddingMedium: string;
|
|
2611
|
+
paddingLarge: string;
|
|
2612
|
+
paddingHuge: string;
|
|
2613
|
+
clearSize: string;
|
|
2614
|
+
countTextColorDisabled: string;
|
|
2615
|
+
countTextColor: string;
|
|
2616
|
+
heightTiny: string;
|
|
2617
|
+
heightSmall: string;
|
|
2618
|
+
heightMedium: string;
|
|
2619
|
+
heightLarge: string;
|
|
2620
|
+
heightHuge: string;
|
|
2621
|
+
fontSizeTiny: string;
|
|
2622
|
+
fontSizeSmall: string;
|
|
2623
|
+
fontSizeMedium: string;
|
|
2624
|
+
fontSizeLarge: string;
|
|
2625
|
+
fontSizeHuge: string;
|
|
2626
|
+
lineHeight: string;
|
|
2627
|
+
lineHeightTextarea: string;
|
|
2628
|
+
borderRadius: string;
|
|
2629
|
+
iconSize: string;
|
|
2630
|
+
groupLabelTextColor: string;
|
|
2631
|
+
textColor: string;
|
|
2632
|
+
textColorDisabled: string;
|
|
2633
|
+
textDecorationColor: string;
|
|
2634
|
+
caretColor: string;
|
|
2635
|
+
placeholderColor: string;
|
|
2636
|
+
placeholderColorDisabled: string;
|
|
2637
|
+
color: string;
|
|
2638
|
+
colorDisabled: string;
|
|
2639
|
+
colorFocus: string;
|
|
2640
|
+
groupLabelBorder: string;
|
|
2641
|
+
border: string;
|
|
2642
|
+
borderHover: string;
|
|
2643
|
+
borderDisabled: string;
|
|
2644
|
+
borderFocus: string;
|
|
2645
|
+
boxShadowFocus: string;
|
|
2646
|
+
loadingColor: string;
|
|
2647
|
+
loadingColorSuccess: string;
|
|
2648
|
+
borderSuccess: string;
|
|
2649
|
+
borderHoverSuccess: string;
|
|
2650
|
+
colorFocusSuccess: string;
|
|
2651
|
+
borderFocusSuccess: string;
|
|
2652
|
+
boxShadowFocusSuccess: string;
|
|
2653
|
+
caretColorSuccess: string;
|
|
2654
|
+
loadingColorWarning: string;
|
|
2655
|
+
borderWarning: string;
|
|
2656
|
+
borderHoverWarning: string;
|
|
2657
|
+
colorFocusWarning: string;
|
|
2658
|
+
borderFocusWarning: string;
|
|
2659
|
+
boxShadowFocusWarning: string;
|
|
2660
|
+
caretColorWarning: string;
|
|
2661
|
+
loadingColorError: string;
|
|
2662
|
+
borderError: string;
|
|
2663
|
+
borderHoverError: string;
|
|
2664
|
+
colorFocusError: string;
|
|
2665
|
+
borderFocusError: string;
|
|
2666
|
+
boxShadowFocusError: string;
|
|
2667
|
+
caretColorError: string;
|
|
2668
|
+
clearColor: string;
|
|
2669
|
+
clearColorHover: string;
|
|
2670
|
+
clearColorPressed: string;
|
|
2671
|
+
iconColor: string;
|
|
2672
|
+
iconColorDisabled: string;
|
|
2673
|
+
iconColorHover: string;
|
|
2674
|
+
iconColorPressed: string;
|
|
2675
|
+
suffixTextColor: string;
|
|
2676
|
+
selectionColor: string;
|
|
2677
|
+
}, any>;
|
|
2063
2678
|
}>;
|
|
2064
2679
|
}>;
|
|
2065
2680
|
Input: import("../../../_mixins").Theme<"Input", {
|
|
@@ -2214,6 +2829,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2214
2829
|
iconBgColor: string;
|
|
2215
2830
|
extraTextColor: string;
|
|
2216
2831
|
}, any>;
|
|
2832
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
2833
|
+
fontWeight: string;
|
|
2834
|
+
textColor: string;
|
|
2835
|
+
descriptionTextColor: string;
|
|
2836
|
+
textColorDisabled: string;
|
|
2837
|
+
descriptionTextColorDisabled: string;
|
|
2838
|
+
fontSizeLarge: string;
|
|
2839
|
+
fontSizeMedium: string;
|
|
2840
|
+
fontSizeSmall: string;
|
|
2841
|
+
lineHeightLarge: string;
|
|
2842
|
+
lineHeightMedium: string;
|
|
2843
|
+
lineHeightSmall: string;
|
|
2844
|
+
borderRadiusLarge: string;
|
|
2845
|
+
borderRadiusMedium: string;
|
|
2846
|
+
borderRadiusSmall: string;
|
|
2847
|
+
color: string;
|
|
2848
|
+
colorHover: string;
|
|
2849
|
+
colorFocus: string;
|
|
2850
|
+
colorActive: string;
|
|
2851
|
+
colorChecked: string;
|
|
2852
|
+
colorHoverChecked: string;
|
|
2853
|
+
colorFocusChecked: string;
|
|
2854
|
+
colorActiveChecked: string;
|
|
2855
|
+
colorDisabled: string;
|
|
2856
|
+
colorDisabledChecked: string;
|
|
2857
|
+
checkMarkColor: string;
|
|
2858
|
+
checkMarkColorHover: string;
|
|
2859
|
+
checkMarkColorFocus: string;
|
|
2860
|
+
checkMarkColorActive: string;
|
|
2861
|
+
checkMarkColorDisabled: string;
|
|
2862
|
+
checkMarkColorDisabledChecked: string;
|
|
2863
|
+
border: string;
|
|
2864
|
+
borderHover: string;
|
|
2865
|
+
borderFocus: string;
|
|
2866
|
+
borderActive: string;
|
|
2867
|
+
borderChecked: string;
|
|
2868
|
+
borderHoverChecked: string;
|
|
2869
|
+
borderFocusChecked: string;
|
|
2870
|
+
borderActiveChecked: string;
|
|
2871
|
+
borderDisabled: string;
|
|
2872
|
+
borderDisabledChecked: string;
|
|
2873
|
+
boxShadowHover: string;
|
|
2874
|
+
boxShadowFocus: string;
|
|
2875
|
+
boxShadowActive: string;
|
|
2876
|
+
boxShadowHoverChecked: string;
|
|
2877
|
+
boxShadowFocusChecked: string;
|
|
2878
|
+
boxShadowActiveChecked: string;
|
|
2879
|
+
sizeSmall: string;
|
|
2880
|
+
sizeMedium: string;
|
|
2881
|
+
sizeLarge: string;
|
|
2882
|
+
labelPadding: string;
|
|
2883
|
+
}, any>;
|
|
2884
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
2885
|
+
paddingTiny: string;
|
|
2886
|
+
paddingSmall: string;
|
|
2887
|
+
paddingMedium: string;
|
|
2888
|
+
paddingLarge: string;
|
|
2889
|
+
paddingHuge: string;
|
|
2890
|
+
clearSize: string;
|
|
2891
|
+
countTextColorDisabled: string;
|
|
2892
|
+
countTextColor: string;
|
|
2893
|
+
heightTiny: string;
|
|
2894
|
+
heightSmall: string;
|
|
2895
|
+
heightMedium: string;
|
|
2896
|
+
heightLarge: string;
|
|
2897
|
+
heightHuge: string;
|
|
2898
|
+
fontSizeTiny: string;
|
|
2899
|
+
fontSizeSmall: string;
|
|
2900
|
+
fontSizeMedium: string;
|
|
2901
|
+
fontSizeLarge: string;
|
|
2902
|
+
fontSizeHuge: string;
|
|
2903
|
+
lineHeight: string;
|
|
2904
|
+
lineHeightTextarea: string;
|
|
2905
|
+
borderRadius: string;
|
|
2906
|
+
iconSize: string;
|
|
2907
|
+
groupLabelTextColor: string;
|
|
2908
|
+
textColor: string;
|
|
2909
|
+
textColorDisabled: string;
|
|
2910
|
+
textDecorationColor: string;
|
|
2911
|
+
caretColor: string;
|
|
2912
|
+
placeholderColor: string;
|
|
2913
|
+
placeholderColorDisabled: string;
|
|
2914
|
+
color: string;
|
|
2915
|
+
colorDisabled: string;
|
|
2916
|
+
colorFocus: string;
|
|
2917
|
+
groupLabelBorder: string;
|
|
2918
|
+
border: string;
|
|
2919
|
+
borderHover: string;
|
|
2920
|
+
borderDisabled: string;
|
|
2921
|
+
borderFocus: string;
|
|
2922
|
+
boxShadowFocus: string;
|
|
2923
|
+
loadingColor: string;
|
|
2924
|
+
loadingColorSuccess: string;
|
|
2925
|
+
borderSuccess: string;
|
|
2926
|
+
borderHoverSuccess: string;
|
|
2927
|
+
colorFocusSuccess: string;
|
|
2928
|
+
borderFocusSuccess: string;
|
|
2929
|
+
boxShadowFocusSuccess: string;
|
|
2930
|
+
caretColorSuccess: string;
|
|
2931
|
+
loadingColorWarning: string;
|
|
2932
|
+
borderWarning: string;
|
|
2933
|
+
borderHoverWarning: string;
|
|
2934
|
+
colorFocusWarning: string;
|
|
2935
|
+
borderFocusWarning: string;
|
|
2936
|
+
boxShadowFocusWarning: string;
|
|
2937
|
+
caretColorWarning: string;
|
|
2938
|
+
loadingColorError: string;
|
|
2939
|
+
borderError: string;
|
|
2940
|
+
borderHoverError: string;
|
|
2941
|
+
colorFocusError: string;
|
|
2942
|
+
borderFocusError: string;
|
|
2943
|
+
boxShadowFocusError: string;
|
|
2944
|
+
caretColorError: string;
|
|
2945
|
+
clearColor: string;
|
|
2946
|
+
clearColorHover: string;
|
|
2947
|
+
clearColorPressed: string;
|
|
2948
|
+
iconColor: string;
|
|
2949
|
+
iconColorDisabled: string;
|
|
2950
|
+
iconColorHover: string;
|
|
2951
|
+
iconColorPressed: string;
|
|
2952
|
+
suffixTextColor: string;
|
|
2953
|
+
selectionColor: string;
|
|
2954
|
+
}, any>;
|
|
2217
2955
|
}>;
|
|
2218
2956
|
}>;
|
|
2219
2957
|
}>;
|
|
@@ -2576,6 +3314,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2576
3314
|
iconBgColor: string;
|
|
2577
3315
|
extraTextColor: string;
|
|
2578
3316
|
}, any>;
|
|
3317
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
3318
|
+
fontWeight: string;
|
|
3319
|
+
textColor: string;
|
|
3320
|
+
descriptionTextColor: string;
|
|
3321
|
+
textColorDisabled: string;
|
|
3322
|
+
descriptionTextColorDisabled: string;
|
|
3323
|
+
fontSizeLarge: string;
|
|
3324
|
+
fontSizeMedium: string;
|
|
3325
|
+
fontSizeSmall: string;
|
|
3326
|
+
lineHeightLarge: string;
|
|
3327
|
+
lineHeightMedium: string;
|
|
3328
|
+
lineHeightSmall: string;
|
|
3329
|
+
borderRadiusLarge: string;
|
|
3330
|
+
borderRadiusMedium: string;
|
|
3331
|
+
borderRadiusSmall: string;
|
|
3332
|
+
color: string;
|
|
3333
|
+
colorHover: string;
|
|
3334
|
+
colorFocus: string;
|
|
3335
|
+
colorActive: string;
|
|
3336
|
+
colorChecked: string;
|
|
3337
|
+
colorHoverChecked: string;
|
|
3338
|
+
colorFocusChecked: string;
|
|
3339
|
+
colorActiveChecked: string;
|
|
3340
|
+
colorDisabled: string;
|
|
3341
|
+
colorDisabledChecked: string;
|
|
3342
|
+
checkMarkColor: string;
|
|
3343
|
+
checkMarkColorHover: string;
|
|
3344
|
+
checkMarkColorFocus: string;
|
|
3345
|
+
checkMarkColorActive: string;
|
|
3346
|
+
checkMarkColorDisabled: string;
|
|
3347
|
+
checkMarkColorDisabledChecked: string;
|
|
3348
|
+
border: string;
|
|
3349
|
+
borderHover: string;
|
|
3350
|
+
borderFocus: string;
|
|
3351
|
+
borderActive: string;
|
|
3352
|
+
borderChecked: string;
|
|
3353
|
+
borderHoverChecked: string;
|
|
3354
|
+
borderFocusChecked: string;
|
|
3355
|
+
borderActiveChecked: string;
|
|
3356
|
+
borderDisabled: string;
|
|
3357
|
+
borderDisabledChecked: string;
|
|
3358
|
+
boxShadowHover: string;
|
|
3359
|
+
boxShadowFocus: string;
|
|
3360
|
+
boxShadowActive: string;
|
|
3361
|
+
boxShadowHoverChecked: string;
|
|
3362
|
+
boxShadowFocusChecked: string;
|
|
3363
|
+
boxShadowActiveChecked: string;
|
|
3364
|
+
sizeSmall: string;
|
|
3365
|
+
sizeMedium: string;
|
|
3366
|
+
sizeLarge: string;
|
|
3367
|
+
labelPadding: string;
|
|
3368
|
+
}, any>;
|
|
3369
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
3370
|
+
paddingTiny: string;
|
|
3371
|
+
paddingSmall: string;
|
|
3372
|
+
paddingMedium: string;
|
|
3373
|
+
paddingLarge: string;
|
|
3374
|
+
paddingHuge: string;
|
|
3375
|
+
clearSize: string;
|
|
3376
|
+
countTextColorDisabled: string;
|
|
3377
|
+
countTextColor: string;
|
|
3378
|
+
heightTiny: string;
|
|
3379
|
+
heightSmall: string;
|
|
3380
|
+
heightMedium: string;
|
|
3381
|
+
heightLarge: string;
|
|
3382
|
+
heightHuge: string;
|
|
3383
|
+
fontSizeTiny: string;
|
|
3384
|
+
fontSizeSmall: string;
|
|
3385
|
+
fontSizeMedium: string;
|
|
3386
|
+
fontSizeLarge: string;
|
|
3387
|
+
fontSizeHuge: string;
|
|
3388
|
+
lineHeight: string;
|
|
3389
|
+
lineHeightTextarea: string;
|
|
3390
|
+
borderRadius: string;
|
|
3391
|
+
iconSize: string;
|
|
3392
|
+
groupLabelTextColor: string;
|
|
3393
|
+
textColor: string;
|
|
3394
|
+
textColorDisabled: string;
|
|
3395
|
+
textDecorationColor: string;
|
|
3396
|
+
caretColor: string;
|
|
3397
|
+
placeholderColor: string;
|
|
3398
|
+
placeholderColorDisabled: string;
|
|
3399
|
+
color: string;
|
|
3400
|
+
colorDisabled: string;
|
|
3401
|
+
colorFocus: string;
|
|
3402
|
+
groupLabelBorder: string;
|
|
3403
|
+
border: string;
|
|
3404
|
+
borderHover: string;
|
|
3405
|
+
borderDisabled: string;
|
|
3406
|
+
borderFocus: string;
|
|
3407
|
+
boxShadowFocus: string;
|
|
3408
|
+
loadingColor: string;
|
|
3409
|
+
loadingColorSuccess: string;
|
|
3410
|
+
borderSuccess: string;
|
|
3411
|
+
borderHoverSuccess: string;
|
|
3412
|
+
colorFocusSuccess: string;
|
|
3413
|
+
borderFocusSuccess: string;
|
|
3414
|
+
boxShadowFocusSuccess: string;
|
|
3415
|
+
caretColorSuccess: string;
|
|
3416
|
+
loadingColorWarning: string;
|
|
3417
|
+
borderWarning: string;
|
|
3418
|
+
borderHoverWarning: string;
|
|
3419
|
+
colorFocusWarning: string;
|
|
3420
|
+
borderFocusWarning: string;
|
|
3421
|
+
boxShadowFocusWarning: string;
|
|
3422
|
+
caretColorWarning: string;
|
|
3423
|
+
loadingColorError: string;
|
|
3424
|
+
borderError: string;
|
|
3425
|
+
borderHoverError: string;
|
|
3426
|
+
colorFocusError: string;
|
|
3427
|
+
borderFocusError: string;
|
|
3428
|
+
boxShadowFocusError: string;
|
|
3429
|
+
caretColorError: string;
|
|
3430
|
+
clearColor: string;
|
|
3431
|
+
clearColorHover: string;
|
|
3432
|
+
clearColorPressed: string;
|
|
3433
|
+
iconColor: string;
|
|
3434
|
+
iconColorDisabled: string;
|
|
3435
|
+
iconColorHover: string;
|
|
3436
|
+
iconColorPressed: string;
|
|
3437
|
+
suffixTextColor: string;
|
|
3438
|
+
selectionColor: string;
|
|
3439
|
+
}, any>;
|
|
2579
3440
|
}>;
|
|
2580
3441
|
}>> | undefined;
|
|
2581
3442
|
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
@@ -2730,6 +3591,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2730
3591
|
iconBgColor: string;
|
|
2731
3592
|
extraTextColor: string;
|
|
2732
3593
|
}, any>;
|
|
3594
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
3595
|
+
fontWeight: string;
|
|
3596
|
+
textColor: string;
|
|
3597
|
+
descriptionTextColor: string;
|
|
3598
|
+
textColorDisabled: string;
|
|
3599
|
+
descriptionTextColorDisabled: string;
|
|
3600
|
+
fontSizeLarge: string;
|
|
3601
|
+
fontSizeMedium: string;
|
|
3602
|
+
fontSizeSmall: string;
|
|
3603
|
+
lineHeightLarge: string;
|
|
3604
|
+
lineHeightMedium: string;
|
|
3605
|
+
lineHeightSmall: string;
|
|
3606
|
+
borderRadiusLarge: string;
|
|
3607
|
+
borderRadiusMedium: string;
|
|
3608
|
+
borderRadiusSmall: string;
|
|
3609
|
+
color: string;
|
|
3610
|
+
colorHover: string;
|
|
3611
|
+
colorFocus: string;
|
|
3612
|
+
colorActive: string;
|
|
3613
|
+
colorChecked: string;
|
|
3614
|
+
colorHoverChecked: string;
|
|
3615
|
+
colorFocusChecked: string;
|
|
3616
|
+
colorActiveChecked: string;
|
|
3617
|
+
colorDisabled: string;
|
|
3618
|
+
colorDisabledChecked: string;
|
|
3619
|
+
checkMarkColor: string;
|
|
3620
|
+
checkMarkColorHover: string;
|
|
3621
|
+
checkMarkColorFocus: string;
|
|
3622
|
+
checkMarkColorActive: string;
|
|
3623
|
+
checkMarkColorDisabled: string;
|
|
3624
|
+
checkMarkColorDisabledChecked: string;
|
|
3625
|
+
border: string;
|
|
3626
|
+
borderHover: string;
|
|
3627
|
+
borderFocus: string;
|
|
3628
|
+
borderActive: string;
|
|
3629
|
+
borderChecked: string;
|
|
3630
|
+
borderHoverChecked: string;
|
|
3631
|
+
borderFocusChecked: string;
|
|
3632
|
+
borderActiveChecked: string;
|
|
3633
|
+
borderDisabled: string;
|
|
3634
|
+
borderDisabledChecked: string;
|
|
3635
|
+
boxShadowHover: string;
|
|
3636
|
+
boxShadowFocus: string;
|
|
3637
|
+
boxShadowActive: string;
|
|
3638
|
+
boxShadowHoverChecked: string;
|
|
3639
|
+
boxShadowFocusChecked: string;
|
|
3640
|
+
boxShadowActiveChecked: string;
|
|
3641
|
+
sizeSmall: string;
|
|
3642
|
+
sizeMedium: string;
|
|
3643
|
+
sizeLarge: string;
|
|
3644
|
+
labelPadding: string;
|
|
3645
|
+
}, any>;
|
|
3646
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
3647
|
+
paddingTiny: string;
|
|
3648
|
+
paddingSmall: string;
|
|
3649
|
+
paddingMedium: string;
|
|
3650
|
+
paddingLarge: string;
|
|
3651
|
+
paddingHuge: string;
|
|
3652
|
+
clearSize: string;
|
|
3653
|
+
countTextColorDisabled: string;
|
|
3654
|
+
countTextColor: string;
|
|
3655
|
+
heightTiny: string;
|
|
3656
|
+
heightSmall: string;
|
|
3657
|
+
heightMedium: string;
|
|
3658
|
+
heightLarge: string;
|
|
3659
|
+
heightHuge: string;
|
|
3660
|
+
fontSizeTiny: string;
|
|
3661
|
+
fontSizeSmall: string;
|
|
3662
|
+
fontSizeMedium: string;
|
|
3663
|
+
fontSizeLarge: string;
|
|
3664
|
+
fontSizeHuge: string;
|
|
3665
|
+
lineHeight: string;
|
|
3666
|
+
lineHeightTextarea: string;
|
|
3667
|
+
borderRadius: string;
|
|
3668
|
+
iconSize: string;
|
|
3669
|
+
groupLabelTextColor: string;
|
|
3670
|
+
textColor: string;
|
|
3671
|
+
textColorDisabled: string;
|
|
3672
|
+
textDecorationColor: string;
|
|
3673
|
+
caretColor: string;
|
|
3674
|
+
placeholderColor: string;
|
|
3675
|
+
placeholderColorDisabled: string;
|
|
3676
|
+
color: string;
|
|
3677
|
+
colorDisabled: string;
|
|
3678
|
+
colorFocus: string;
|
|
3679
|
+
groupLabelBorder: string;
|
|
3680
|
+
border: string;
|
|
3681
|
+
borderHover: string;
|
|
3682
|
+
borderDisabled: string;
|
|
3683
|
+
borderFocus: string;
|
|
3684
|
+
boxShadowFocus: string;
|
|
3685
|
+
loadingColor: string;
|
|
3686
|
+
loadingColorSuccess: string;
|
|
3687
|
+
borderSuccess: string;
|
|
3688
|
+
borderHoverSuccess: string;
|
|
3689
|
+
colorFocusSuccess: string;
|
|
3690
|
+
borderFocusSuccess: string;
|
|
3691
|
+
boxShadowFocusSuccess: string;
|
|
3692
|
+
caretColorSuccess: string;
|
|
3693
|
+
loadingColorWarning: string;
|
|
3694
|
+
borderWarning: string;
|
|
3695
|
+
borderHoverWarning: string;
|
|
3696
|
+
colorFocusWarning: string;
|
|
3697
|
+
borderFocusWarning: string;
|
|
3698
|
+
boxShadowFocusWarning: string;
|
|
3699
|
+
caretColorWarning: string;
|
|
3700
|
+
loadingColorError: string;
|
|
3701
|
+
borderError: string;
|
|
3702
|
+
borderHoverError: string;
|
|
3703
|
+
colorFocusError: string;
|
|
3704
|
+
borderFocusError: string;
|
|
3705
|
+
boxShadowFocusError: string;
|
|
3706
|
+
caretColorError: string;
|
|
3707
|
+
clearColor: string;
|
|
3708
|
+
clearColorHover: string;
|
|
3709
|
+
clearColorPressed: string;
|
|
3710
|
+
iconColor: string;
|
|
3711
|
+
iconColorDisabled: string;
|
|
3712
|
+
iconColorHover: string;
|
|
3713
|
+
iconColorPressed: string;
|
|
3714
|
+
suffixTextColor: string;
|
|
3715
|
+
selectionColor: string;
|
|
3716
|
+
}, any>;
|
|
2733
3717
|
}>;
|
|
2734
3718
|
}>> | undefined;
|
|
2735
3719
|
} | undefined;
|