@uzum-tech/ui 2.3.2 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +28216 -27711
- package/dist/index.mjs +28479 -27974
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/es/_internal/close/src/Close.d.ts +1 -1
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
- package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
- package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
- package/es/_internal/select-menu/src/interface.d.ts +650 -2
- package/es/_internal/select-menu/src/interface.mjs +81 -0
- package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
- package/es/_internal/select-menu/styles/dark.mjs +5 -1
- package/es/_internal/select-menu/styles/light.d.ts +123 -0
- package/es/_internal/select-menu/styles/light.mjs +5 -1
- package/es/_internal/selection/src/Selection.d.ts +3 -3
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_internal/typography/src/text.d.ts +3 -3
- package/es/action-card/src/ActionCard.d.ts +2 -2
- package/es/affix/src/Affix.d.ts +1 -1
- package/es/alert/src/Alert.d.ts +1 -1
- package/es/anchor/src/AnchorAdapter.d.ts +1 -1
- package/es/anchor/src/BaseAnchor.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/es/auto-complete/styles/light.d.ts +123 -0
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/badge/src/Badge.d.ts +1 -1
- package/es/button/src/Button.d.ts +7 -7
- package/es/button-group/src/ButtonGroup.d.ts +1 -1
- package/es/card/src/Card.d.ts +1 -1
- package/es/card-list/src/CardListItem.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +4 -4
- package/es/carousel/src/CarouselDots.d.ts +2 -2
- package/es/cascader/src/Cascader.d.ts +1404 -51
- package/es/cascader/src/CascaderMenu.d.ts +492 -0
- package/es/cascader/src/CascaderOption.d.ts +492 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/es/cascader/styles/light.d.ts +123 -0
- package/es/chat/src/Chat.d.ts +5868 -87
- package/es/chat/src/ChatListItems.d.ts +1849 -4
- package/es/chat/src/ChatMainArea.d.ts +1849 -4
- package/es/chat/src/ChatMessages.d.ts +1849 -4
- package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/es/chat/styles/dark.d.ts +123 -0
- package/es/chat/styles/light.d.ts +123 -0
- package/es/checkbox/src/Checkbox.d.ts +7 -7
- package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/es/code/src/Code.d.ts +2 -2
- package/es/color-picker/src/ColorPicker.d.ts +1 -1
- package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/es/components.d.ts +19177 -419
- package/es/config-provider/src/ConfigProvider.d.ts +1 -1
- package/es/config-provider/src/context.mjs +1 -1
- package/es/crop/src/Crop.d.ts +1 -1
- package/es/data-table/src/DataTable.d.ts +2087 -119
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
- package/es/data-table/src/TableParts/Body.d.ts +985 -1
- package/es/data-table/src/TableParts/Header.d.ts +985 -1
- package/es/data-table/src/interface.d.ts +738 -0
- package/es/data-table/styles/light.d.ts +246 -0
- package/es/date-picker/src/DatePicker.d.ts +3 -3
- package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/es/descriptions/src/Descriptions.d.ts +2 -2
- package/es/dialog/src/Dialog.d.ts +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +1 -1
- package/es/dialog/src/DialogProvider.d.ts +52 -52
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/divider/src/Divider.d.ts +1 -1
- package/es/drawer/src/Drawer.d.ts +2 -2
- package/es/dropdown/src/Dropdown.d.ts +4 -4
- package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
- package/es/dynamic-input/src/InputPreset.d.ts +1 -1
- package/es/dynamic-input/src/PairPreset.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/es/empty/src/Empty.d.ts +1 -1
- package/es/flex/src/Flex.d.ts +1 -1
- package/es/float-button/src/FloatButton.d.ts +1 -1
- package/es/form/src/Form.d.ts +1 -1
- package/es/form/src/FormItem.d.ts +3 -3
- package/es/form/src/FormItemCol.d.ts +3 -3
- package/es/form/src/FormItemGridItem.d.ts +3 -3
- package/es/form/src/FormItemRow.d.ts +2 -2
- package/es/form/src/utils.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +2 -2
- package/es/header/src/Header.d.ts +1 -1
- package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
- package/es/heatmap/src/Heatmap.d.ts +1 -1
- package/es/icon-bar/src/IconBarItem.d.ts +4 -4
- package/es/icon-pack/src/IconPack.d.ts +2 -2
- package/es/image/src/Image.d.ts +1 -1
- package/es/input/src/Input.d.ts +7 -7
- package/es/input-number/src/InputNumber.d.ts +3 -3
- package/es/input-otp/src/InputOtp.d.ts +2 -2
- package/es/kanban/src/Kanban.d.ts +1 -1
- package/es/layout/src/LayoutSider.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +2 -2
- package/es/list/src/List.d.ts +9 -9
- package/es/list/src/ListItem.d.ts +10 -10
- package/es/locales/common/enUS.d.ts +1 -0
- package/es/locales/common/enUS.mjs +2 -1
- package/es/locales/common/ruRU.mjs +2 -1
- package/es/locales/common/uzUZ.mjs +2 -1
- package/es/locales/common/zhCN.mjs +2 -1
- package/es/mention/src/Mention.d.ts +1388 -32
- package/es/mention/styles/light.d.ts +123 -0
- package/es/menu/src/Menu.d.ts +3 -3
- package/es/menu/src/MenuOption.d.ts +1 -1
- package/es/menu/src/MenuOptionContent.d.ts +2 -2
- package/es/menu/src/MenuOptionGroup.d.ts +1 -1
- package/es/menu/src/Submenu.d.ts +1 -1
- package/es/message-bubble/src/MessageBubble.d.ts +3 -3
- package/es/modal/src/BodyWrapper.d.ts +2 -2
- package/es/modal/src/Modal.d.ts +4 -4
- package/es/modal/src/ModalEnvironment.d.ts +4 -4
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
- package/es/notification/src/Notification.d.ts +2 -2
- package/es/notification/src/NotificationEnvironment.d.ts +1 -1
- package/es/notification/src/NotificationProvider.d.ts +12 -12
- package/es/number-animation/src/NumberAnimation.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +1995 -27
- package/es/pagination/src/interface.d.ts +738 -0
- package/es/pagination/styles/light.d.ts +246 -0
- package/es/popconfirm/src/Popconfirm.d.ts +3 -3
- package/es/popover/src/Popover.d.ts +3 -3
- package/es/popover/src/PopoverBody.d.ts +1 -1
- package/es/popselect/src/Popselect.d.ts +1383 -30
- package/es/popselect/src/PopselectPanel.d.ts +494 -2
- package/es/popselect/styles/light.d.ts +123 -0
- package/es/qr-code/src/QrCode.d.ts +2 -2
- package/es/radio/src/Radio.d.ts +2 -2
- package/es/radio/src/RadioButton.d.ts +9 -9
- package/es/radio/src/RadioGroup.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +1 -1
- package/es/result/src/Result.d.ts +1 -1
- package/es/select/index.d.ts +4 -3
- package/es/select/index.mjs +2 -1
- package/es/select/src/Select.d.ts +1127 -811
- package/es/select/src/Select.mjs +257 -226
- package/es/select/src/interface.d.ts +1140 -8
- package/es/select/src/interface.mjs +154 -1
- package/es/select/src/styles/index.cssr.mjs +16 -3
- package/es/select/src/utils.d.ts +3 -1
- package/es/select/src/utils.mjs +32 -0
- package/es/select/styles/light.d.ts +123 -0
- package/es/skeleton/src/Skeleton.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +4 -4
- package/es/spin/src/Spin.d.ts +1 -1
- package/es/split/src/Split.d.ts +2 -2
- package/es/steps/src/Steps.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +2 -2
- package/es/tabs/src/Tab.d.ts +8 -8
- package/es/tabs/src/TabPane.d.ts +1 -1
- package/es/tabs/src/Tabs.d.ts +1 -1
- package/es/tag/src/Tag.d.ts +4 -4
- package/es/tag/src/TagGroup.d.ts +2 -2
- package/es/time-picker/src/Panel.d.ts +1 -1
- package/es/time-picker/src/TimePicker.d.ts +3 -3
- package/es/timeline/src/Timeline.d.ts +1 -1
- package/es/timeline/src/TimelineItem.d.ts +1 -1
- package/es/toggle-button/src/ToggleButton.d.ts +8 -8
- package/es/tooltip/src/Tooltip.d.ts +3 -3
- package/es/transfer/src/Transfer.d.ts +2 -2
- package/es/tree/src/Tree.d.ts +2 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/es/tree/src/TreeNodeContent.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +4 -4
- package/es/typography/src/create-header.d.ts +1 -1
- package/es/typography/src/headers.d.ts +6 -6
- package/es/typography/src/text.d.ts +5 -5
- package/es/upload/src/Upload.d.ts +3 -3
- package/es/upload/src/UploadFile.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +2 -2
- package/es/watermark/src/Watermark.d.ts +2 -2
- package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
- package/lib/_internal/close/src/Close.d.ts +1 -1
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
- package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
- package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
- package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
- package/lib/_internal/select-menu/src/SelectOption.js +13 -4
- package/lib/_internal/select-menu/src/interface.d.ts +650 -2
- package/lib/_internal/select-menu/src/interface.js +46 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
- package/lib/_internal/select-menu/styles/dark.js +8 -4
- package/lib/_internal/select-menu/styles/light.d.ts +123 -0
- package/lib/_internal/select-menu/styles/light.js +8 -4
- package/lib/_internal/selection/src/Selection.d.ts +3 -3
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_internal/typography/src/text.d.ts +3 -3
- package/lib/action-card/src/ActionCard.d.ts +2 -2
- package/lib/affix/src/Affix.d.ts +1 -1
- package/lib/alert/src/Alert.d.ts +1 -1
- package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
- package/lib/anchor/src/BaseAnchor.d.ts +2 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
- package/lib/auto-complete/styles/light.d.ts +123 -0
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/badge/src/Badge.d.ts +1 -1
- package/lib/button/src/Button.d.ts +7 -7
- package/lib/button-group/src/ButtonGroup.d.ts +1 -1
- package/lib/card/src/Card.d.ts +1 -1
- package/lib/card-list/src/CardListItem.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +4 -4
- package/lib/carousel/src/CarouselDots.d.ts +2 -2
- package/lib/cascader/src/Cascader.d.ts +1404 -51
- package/lib/cascader/src/CascaderMenu.d.ts +492 -0
- package/lib/cascader/src/CascaderOption.d.ts +492 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
- package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
- package/lib/cascader/styles/light.d.ts +123 -0
- package/lib/chat/src/Chat.d.ts +5868 -87
- package/lib/chat/src/ChatListItems.d.ts +1849 -4
- package/lib/chat/src/ChatMainArea.d.ts +1849 -4
- package/lib/chat/src/ChatMessages.d.ts +1849 -4
- package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/lib/chat/styles/dark.d.ts +123 -0
- package/lib/chat/styles/light.d.ts +123 -0
- package/lib/checkbox/src/Checkbox.d.ts +7 -7
- package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
- package/lib/code/src/Code.d.ts +2 -2
- package/lib/color-picker/src/ColorPicker.d.ts +1 -1
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/lib/components.d.ts +19177 -419
- package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
- package/lib/config-provider/src/context.js +2 -2
- package/lib/crop/src/Crop.d.ts +1 -1
- package/lib/data-table/src/DataTable.d.ts +2087 -119
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
- package/lib/data-table/src/TableParts/Body.d.ts +985 -1
- package/lib/data-table/src/TableParts/Header.d.ts +985 -1
- package/lib/data-table/src/interface.d.ts +738 -0
- package/lib/data-table/styles/light.d.ts +246 -0
- package/lib/date-picker/src/DatePicker.d.ts +3 -3
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
- package/lib/descriptions/src/Descriptions.d.ts +2 -2
- package/lib/dialog/src/Dialog.d.ts +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +52 -52
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/divider/src/Divider.d.ts +1 -1
- package/lib/drawer/src/Drawer.d.ts +2 -2
- package/lib/dropdown/src/Dropdown.d.ts +4 -4
- package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
- package/lib/empty/src/Empty.d.ts +1 -1
- package/lib/flex/src/Flex.d.ts +1 -1
- package/lib/float-button/src/FloatButton.d.ts +1 -1
- package/lib/form/src/Form.d.ts +1 -1
- package/lib/form/src/FormItem.d.ts +3 -3
- package/lib/form/src/FormItemCol.d.ts +3 -3
- package/lib/form/src/FormItemGridItem.d.ts +3 -3
- package/lib/form/src/FormItemRow.d.ts +2 -2
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +2 -2
- package/lib/header/src/Header.d.ts +1 -1
- package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
- package/lib/heatmap/src/Heatmap.d.ts +1 -1
- package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
- package/lib/icon-pack/src/IconPack.d.ts +2 -2
- package/lib/image/src/Image.d.ts +1 -1
- package/lib/input/src/Input.d.ts +7 -7
- package/lib/input-number/src/InputNumber.d.ts +3 -3
- package/lib/input-otp/src/InputOtp.d.ts +2 -2
- package/lib/kanban/src/Kanban.d.ts +1 -1
- package/lib/layout/src/LayoutSider.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
- package/lib/list/src/List.d.ts +9 -9
- package/lib/list/src/ListItem.d.ts +10 -10
- package/lib/locales/common/enUS.d.ts +1 -0
- package/lib/locales/common/enUS.js +2 -1
- package/lib/locales/common/ruRU.js +2 -1
- package/lib/locales/common/uzUZ.js +2 -1
- package/lib/locales/common/zhCN.js +2 -1
- package/lib/mention/src/Mention.d.ts +1388 -32
- package/lib/mention/styles/light.d.ts +123 -0
- package/lib/menu/src/Menu.d.ts +3 -3
- package/lib/menu/src/MenuOption.d.ts +1 -1
- package/lib/menu/src/MenuOptionContent.d.ts +2 -2
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
- package/lib/menu/src/Submenu.d.ts +1 -1
- package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
- package/lib/modal/src/BodyWrapper.d.ts +2 -2
- package/lib/modal/src/Modal.d.ts +4 -4
- package/lib/modal/src/ModalEnvironment.d.ts +4 -4
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
- package/lib/notification/src/Notification.d.ts +2 -2
- package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
- package/lib/notification/src/NotificationProvider.d.ts +12 -12
- package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +1995 -27
- package/lib/pagination/src/interface.d.ts +738 -0
- package/lib/pagination/styles/light.d.ts +246 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
- package/lib/popover/src/Popover.d.ts +3 -3
- package/lib/popover/src/PopoverBody.d.ts +1 -1
- package/lib/popselect/src/Popselect.d.ts +1383 -30
- package/lib/popselect/src/PopselectPanel.d.ts +494 -2
- package/lib/popselect/styles/light.d.ts +123 -0
- package/lib/qr-code/src/QrCode.d.ts +2 -2
- package/lib/radio/src/Radio.d.ts +2 -2
- package/lib/radio/src/RadioButton.d.ts +9 -9
- package/lib/radio/src/RadioGroup.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +1 -1
- package/lib/result/src/Result.d.ts +1 -1
- package/lib/select/index.d.ts +4 -3
- package/lib/select/index.js +2 -1
- package/lib/select/src/Select.d.ts +1127 -811
- package/lib/select/src/Select.js +189 -108
- package/lib/select/src/interface.d.ts +1140 -8
- package/lib/select/src/interface.js +85 -0
- package/lib/select/src/styles/index.cssr.js +15 -2
- package/lib/select/src/utils.d.ts +3 -1
- package/lib/select/src/utils.js +38 -0
- package/lib/select/styles/light.d.ts +123 -0
- package/lib/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +4 -4
- package/lib/spin/src/Spin.d.ts +1 -1
- package/lib/split/src/Split.d.ts +2 -2
- package/lib/steps/src/Steps.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +2 -2
- package/lib/tabs/src/Tab.d.ts +8 -8
- package/lib/tabs/src/TabPane.d.ts +1 -1
- package/lib/tabs/src/Tabs.d.ts +1 -1
- package/lib/tag/src/Tag.d.ts +4 -4
- package/lib/tag/src/TagGroup.d.ts +2 -2
- package/lib/time-picker/src/Panel.d.ts +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +3 -3
- package/lib/timeline/src/Timeline.d.ts +1 -1
- package/lib/timeline/src/TimelineItem.d.ts +1 -1
- package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
- package/lib/tooltip/src/Tooltip.d.ts +3 -3
- package/lib/transfer/src/Transfer.d.ts +2 -2
- package/lib/tree/src/Tree.d.ts +2 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
- package/lib/tree/src/TreeNodeContent.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +4 -4
- package/lib/typography/src/create-header.d.ts +1 -1
- package/lib/typography/src/headers.d.ts +6 -6
- package/lib/typography/src/text.d.ts +5 -5
- package/lib/upload/src/Upload.d.ts +3 -3
- package/lib/upload/src/UploadFile.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +2 -2
- package/lib/watermark/src/Watermark.d.ts +2 -2
- package/package.json +1 -1
- package/web-types.json +78 -2
|
@@ -330,6 +330,129 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
330
330
|
iconBgColor: string;
|
|
331
331
|
extraTextColor: string;
|
|
332
332
|
}, any>;
|
|
333
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
334
|
+
fontWeight: string;
|
|
335
|
+
textColor: string;
|
|
336
|
+
descriptionTextColor: string;
|
|
337
|
+
textColorDisabled: string;
|
|
338
|
+
descriptionTextColorDisabled: string;
|
|
339
|
+
fontSizeLarge: string;
|
|
340
|
+
fontSizeMedium: string;
|
|
341
|
+
fontSizeSmall: string;
|
|
342
|
+
lineHeightLarge: string;
|
|
343
|
+
lineHeightMedium: string;
|
|
344
|
+
lineHeightSmall: string;
|
|
345
|
+
borderRadiusLarge: string;
|
|
346
|
+
borderRadiusMedium: string;
|
|
347
|
+
borderRadiusSmall: string;
|
|
348
|
+
color: string;
|
|
349
|
+
colorHover: string;
|
|
350
|
+
colorFocus: string;
|
|
351
|
+
colorActive: string;
|
|
352
|
+
colorChecked: string;
|
|
353
|
+
colorHoverChecked: string;
|
|
354
|
+
colorFocusChecked: string;
|
|
355
|
+
colorActiveChecked: string;
|
|
356
|
+
colorDisabled: string;
|
|
357
|
+
colorDisabledChecked: string;
|
|
358
|
+
checkMarkColor: string;
|
|
359
|
+
checkMarkColorHover: string;
|
|
360
|
+
checkMarkColorFocus: string;
|
|
361
|
+
checkMarkColorActive: string;
|
|
362
|
+
checkMarkColorDisabled: string;
|
|
363
|
+
checkMarkColorDisabledChecked: string;
|
|
364
|
+
border: string;
|
|
365
|
+
borderHover: string;
|
|
366
|
+
borderFocus: string;
|
|
367
|
+
borderActive: string;
|
|
368
|
+
borderChecked: string;
|
|
369
|
+
borderHoverChecked: string;
|
|
370
|
+
borderFocusChecked: string;
|
|
371
|
+
borderActiveChecked: string;
|
|
372
|
+
borderDisabled: string;
|
|
373
|
+
borderDisabledChecked: string;
|
|
374
|
+
boxShadowHover: string;
|
|
375
|
+
boxShadowFocus: string;
|
|
376
|
+
boxShadowActive: string;
|
|
377
|
+
boxShadowHoverChecked: string;
|
|
378
|
+
boxShadowFocusChecked: string;
|
|
379
|
+
boxShadowActiveChecked: string;
|
|
380
|
+
sizeSmall: string;
|
|
381
|
+
sizeMedium: string;
|
|
382
|
+
sizeLarge: string;
|
|
383
|
+
labelPadding: string;
|
|
384
|
+
}, any>;
|
|
385
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
386
|
+
paddingTiny: string;
|
|
387
|
+
paddingSmall: string;
|
|
388
|
+
paddingMedium: string;
|
|
389
|
+
paddingLarge: string;
|
|
390
|
+
paddingHuge: string;
|
|
391
|
+
clearSize: string;
|
|
392
|
+
countTextColorDisabled: string;
|
|
393
|
+
countTextColor: string;
|
|
394
|
+
heightTiny: string;
|
|
395
|
+
heightSmall: string;
|
|
396
|
+
heightMedium: string;
|
|
397
|
+
heightLarge: string;
|
|
398
|
+
heightHuge: string;
|
|
399
|
+
fontSizeTiny: string;
|
|
400
|
+
fontSizeSmall: string;
|
|
401
|
+
fontSizeMedium: string;
|
|
402
|
+
fontSizeLarge: string;
|
|
403
|
+
fontSizeHuge: string;
|
|
404
|
+
lineHeight: string;
|
|
405
|
+
lineHeightTextarea: string;
|
|
406
|
+
borderRadius: string;
|
|
407
|
+
iconSize: string;
|
|
408
|
+
groupLabelTextColor: string;
|
|
409
|
+
textColor: string;
|
|
410
|
+
textColorDisabled: string;
|
|
411
|
+
textDecorationColor: string;
|
|
412
|
+
caretColor: string;
|
|
413
|
+
placeholderColor: string;
|
|
414
|
+
placeholderColorDisabled: string;
|
|
415
|
+
color: string;
|
|
416
|
+
colorDisabled: string;
|
|
417
|
+
colorFocus: string;
|
|
418
|
+
groupLabelBorder: string;
|
|
419
|
+
border: string;
|
|
420
|
+
borderHover: string;
|
|
421
|
+
borderDisabled: string;
|
|
422
|
+
borderFocus: string;
|
|
423
|
+
boxShadowFocus: string;
|
|
424
|
+
loadingColor: string;
|
|
425
|
+
loadingColorSuccess: string;
|
|
426
|
+
borderSuccess: string;
|
|
427
|
+
borderHoverSuccess: string;
|
|
428
|
+
colorFocusSuccess: string;
|
|
429
|
+
borderFocusSuccess: string;
|
|
430
|
+
boxShadowFocusSuccess: string;
|
|
431
|
+
caretColorSuccess: string;
|
|
432
|
+
loadingColorWarning: string;
|
|
433
|
+
borderWarning: string;
|
|
434
|
+
borderHoverWarning: string;
|
|
435
|
+
colorFocusWarning: string;
|
|
436
|
+
borderFocusWarning: string;
|
|
437
|
+
boxShadowFocusWarning: string;
|
|
438
|
+
caretColorWarning: string;
|
|
439
|
+
loadingColorError: string;
|
|
440
|
+
borderError: string;
|
|
441
|
+
borderHoverError: string;
|
|
442
|
+
colorFocusError: string;
|
|
443
|
+
borderFocusError: string;
|
|
444
|
+
boxShadowFocusError: string;
|
|
445
|
+
caretColorError: string;
|
|
446
|
+
clearColor: string;
|
|
447
|
+
clearColorHover: string;
|
|
448
|
+
clearColorPressed: string;
|
|
449
|
+
iconColor: string;
|
|
450
|
+
iconColorDisabled: string;
|
|
451
|
+
iconColorHover: string;
|
|
452
|
+
iconColorPressed: string;
|
|
453
|
+
suffixTextColor: string;
|
|
454
|
+
selectionColor: string;
|
|
455
|
+
}, any>;
|
|
333
456
|
}>;
|
|
334
457
|
}>;
|
|
335
458
|
Avatar: import("../../../_mixins").Theme<"Avatar", {
|
|
@@ -945,6 +1068,129 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
945
1068
|
iconBgColor: string;
|
|
946
1069
|
extraTextColor: string;
|
|
947
1070
|
}, any>;
|
|
1071
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
1072
|
+
fontWeight: string;
|
|
1073
|
+
textColor: string;
|
|
1074
|
+
descriptionTextColor: string;
|
|
1075
|
+
textColorDisabled: string;
|
|
1076
|
+
descriptionTextColorDisabled: string;
|
|
1077
|
+
fontSizeLarge: string;
|
|
1078
|
+
fontSizeMedium: string;
|
|
1079
|
+
fontSizeSmall: string;
|
|
1080
|
+
lineHeightLarge: string;
|
|
1081
|
+
lineHeightMedium: string;
|
|
1082
|
+
lineHeightSmall: string;
|
|
1083
|
+
borderRadiusLarge: string;
|
|
1084
|
+
borderRadiusMedium: string;
|
|
1085
|
+
borderRadiusSmall: string;
|
|
1086
|
+
color: string;
|
|
1087
|
+
colorHover: string;
|
|
1088
|
+
colorFocus: string;
|
|
1089
|
+
colorActive: string;
|
|
1090
|
+
colorChecked: string;
|
|
1091
|
+
colorHoverChecked: string;
|
|
1092
|
+
colorFocusChecked: string;
|
|
1093
|
+
colorActiveChecked: string;
|
|
1094
|
+
colorDisabled: string;
|
|
1095
|
+
colorDisabledChecked: string;
|
|
1096
|
+
checkMarkColor: string;
|
|
1097
|
+
checkMarkColorHover: string;
|
|
1098
|
+
checkMarkColorFocus: string;
|
|
1099
|
+
checkMarkColorActive: string;
|
|
1100
|
+
checkMarkColorDisabled: string;
|
|
1101
|
+
checkMarkColorDisabledChecked: string;
|
|
1102
|
+
border: string;
|
|
1103
|
+
borderHover: string;
|
|
1104
|
+
borderFocus: string;
|
|
1105
|
+
borderActive: string;
|
|
1106
|
+
borderChecked: string;
|
|
1107
|
+
borderHoverChecked: string;
|
|
1108
|
+
borderFocusChecked: string;
|
|
1109
|
+
borderActiveChecked: string;
|
|
1110
|
+
borderDisabled: string;
|
|
1111
|
+
borderDisabledChecked: string;
|
|
1112
|
+
boxShadowHover: string;
|
|
1113
|
+
boxShadowFocus: string;
|
|
1114
|
+
boxShadowActive: string;
|
|
1115
|
+
boxShadowHoverChecked: string;
|
|
1116
|
+
boxShadowFocusChecked: string;
|
|
1117
|
+
boxShadowActiveChecked: string;
|
|
1118
|
+
sizeSmall: string;
|
|
1119
|
+
sizeMedium: string;
|
|
1120
|
+
sizeLarge: string;
|
|
1121
|
+
labelPadding: string;
|
|
1122
|
+
}, any>;
|
|
1123
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
1124
|
+
paddingTiny: string;
|
|
1125
|
+
paddingSmall: string;
|
|
1126
|
+
paddingMedium: string;
|
|
1127
|
+
paddingLarge: string;
|
|
1128
|
+
paddingHuge: string;
|
|
1129
|
+
clearSize: string;
|
|
1130
|
+
countTextColorDisabled: string;
|
|
1131
|
+
countTextColor: string;
|
|
1132
|
+
heightTiny: string;
|
|
1133
|
+
heightSmall: string;
|
|
1134
|
+
heightMedium: string;
|
|
1135
|
+
heightLarge: string;
|
|
1136
|
+
heightHuge: string;
|
|
1137
|
+
fontSizeTiny: string;
|
|
1138
|
+
fontSizeSmall: string;
|
|
1139
|
+
fontSizeMedium: string;
|
|
1140
|
+
fontSizeLarge: string;
|
|
1141
|
+
fontSizeHuge: string;
|
|
1142
|
+
lineHeight: string;
|
|
1143
|
+
lineHeightTextarea: string;
|
|
1144
|
+
borderRadius: string;
|
|
1145
|
+
iconSize: string;
|
|
1146
|
+
groupLabelTextColor: string;
|
|
1147
|
+
textColor: string;
|
|
1148
|
+
textColorDisabled: string;
|
|
1149
|
+
textDecorationColor: string;
|
|
1150
|
+
caretColor: string;
|
|
1151
|
+
placeholderColor: string;
|
|
1152
|
+
placeholderColorDisabled: string;
|
|
1153
|
+
color: string;
|
|
1154
|
+
colorDisabled: string;
|
|
1155
|
+
colorFocus: string;
|
|
1156
|
+
groupLabelBorder: string;
|
|
1157
|
+
border: string;
|
|
1158
|
+
borderHover: string;
|
|
1159
|
+
borderDisabled: string;
|
|
1160
|
+
borderFocus: string;
|
|
1161
|
+
boxShadowFocus: string;
|
|
1162
|
+
loadingColor: string;
|
|
1163
|
+
loadingColorSuccess: string;
|
|
1164
|
+
borderSuccess: string;
|
|
1165
|
+
borderHoverSuccess: string;
|
|
1166
|
+
colorFocusSuccess: string;
|
|
1167
|
+
borderFocusSuccess: string;
|
|
1168
|
+
boxShadowFocusSuccess: string;
|
|
1169
|
+
caretColorSuccess: string;
|
|
1170
|
+
loadingColorWarning: string;
|
|
1171
|
+
borderWarning: string;
|
|
1172
|
+
borderHoverWarning: string;
|
|
1173
|
+
colorFocusWarning: string;
|
|
1174
|
+
borderFocusWarning: string;
|
|
1175
|
+
boxShadowFocusWarning: string;
|
|
1176
|
+
caretColorWarning: string;
|
|
1177
|
+
loadingColorError: string;
|
|
1178
|
+
borderError: string;
|
|
1179
|
+
borderHoverError: string;
|
|
1180
|
+
colorFocusError: string;
|
|
1181
|
+
borderFocusError: string;
|
|
1182
|
+
boxShadowFocusError: string;
|
|
1183
|
+
caretColorError: string;
|
|
1184
|
+
clearColor: string;
|
|
1185
|
+
clearColorHover: string;
|
|
1186
|
+
clearColorPressed: string;
|
|
1187
|
+
iconColor: string;
|
|
1188
|
+
iconColorDisabled: string;
|
|
1189
|
+
iconColorHover: string;
|
|
1190
|
+
iconColorPressed: string;
|
|
1191
|
+
suffixTextColor: string;
|
|
1192
|
+
selectionColor: string;
|
|
1193
|
+
}, any>;
|
|
948
1194
|
}>> | undefined;
|
|
949
1195
|
} | undefined;
|
|
950
1196
|
} | undefined;
|
|
@@ -1331,6 +1577,129 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1331
1577
|
iconBgColor: string;
|
|
1332
1578
|
extraTextColor: string;
|
|
1333
1579
|
}, any>;
|
|
1580
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
1581
|
+
fontWeight: string;
|
|
1582
|
+
textColor: string;
|
|
1583
|
+
descriptionTextColor: string;
|
|
1584
|
+
textColorDisabled: string;
|
|
1585
|
+
descriptionTextColorDisabled: string;
|
|
1586
|
+
fontSizeLarge: string;
|
|
1587
|
+
fontSizeMedium: string;
|
|
1588
|
+
fontSizeSmall: string;
|
|
1589
|
+
lineHeightLarge: string;
|
|
1590
|
+
lineHeightMedium: string;
|
|
1591
|
+
lineHeightSmall: string;
|
|
1592
|
+
borderRadiusLarge: string;
|
|
1593
|
+
borderRadiusMedium: string;
|
|
1594
|
+
borderRadiusSmall: string;
|
|
1595
|
+
color: string;
|
|
1596
|
+
colorHover: string;
|
|
1597
|
+
colorFocus: string;
|
|
1598
|
+
colorActive: string;
|
|
1599
|
+
colorChecked: string;
|
|
1600
|
+
colorHoverChecked: string;
|
|
1601
|
+
colorFocusChecked: string;
|
|
1602
|
+
colorActiveChecked: string;
|
|
1603
|
+
colorDisabled: string;
|
|
1604
|
+
colorDisabledChecked: string;
|
|
1605
|
+
checkMarkColor: string;
|
|
1606
|
+
checkMarkColorHover: string;
|
|
1607
|
+
checkMarkColorFocus: string;
|
|
1608
|
+
checkMarkColorActive: string;
|
|
1609
|
+
checkMarkColorDisabled: string;
|
|
1610
|
+
checkMarkColorDisabledChecked: string;
|
|
1611
|
+
border: string;
|
|
1612
|
+
borderHover: string;
|
|
1613
|
+
borderFocus: string;
|
|
1614
|
+
borderActive: string;
|
|
1615
|
+
borderChecked: string;
|
|
1616
|
+
borderHoverChecked: string;
|
|
1617
|
+
borderFocusChecked: string;
|
|
1618
|
+
borderActiveChecked: string;
|
|
1619
|
+
borderDisabled: string;
|
|
1620
|
+
borderDisabledChecked: string;
|
|
1621
|
+
boxShadowHover: string;
|
|
1622
|
+
boxShadowFocus: string;
|
|
1623
|
+
boxShadowActive: string;
|
|
1624
|
+
boxShadowHoverChecked: string;
|
|
1625
|
+
boxShadowFocusChecked: string;
|
|
1626
|
+
boxShadowActiveChecked: string;
|
|
1627
|
+
sizeSmall: string;
|
|
1628
|
+
sizeMedium: string;
|
|
1629
|
+
sizeLarge: string;
|
|
1630
|
+
labelPadding: string;
|
|
1631
|
+
}, any>;
|
|
1632
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
1633
|
+
paddingTiny: string;
|
|
1634
|
+
paddingSmall: string;
|
|
1635
|
+
paddingMedium: string;
|
|
1636
|
+
paddingLarge: string;
|
|
1637
|
+
paddingHuge: string;
|
|
1638
|
+
clearSize: string;
|
|
1639
|
+
countTextColorDisabled: string;
|
|
1640
|
+
countTextColor: string;
|
|
1641
|
+
heightTiny: string;
|
|
1642
|
+
heightSmall: string;
|
|
1643
|
+
heightMedium: string;
|
|
1644
|
+
heightLarge: string;
|
|
1645
|
+
heightHuge: string;
|
|
1646
|
+
fontSizeTiny: string;
|
|
1647
|
+
fontSizeSmall: string;
|
|
1648
|
+
fontSizeMedium: string;
|
|
1649
|
+
fontSizeLarge: string;
|
|
1650
|
+
fontSizeHuge: string;
|
|
1651
|
+
lineHeight: string;
|
|
1652
|
+
lineHeightTextarea: string;
|
|
1653
|
+
borderRadius: string;
|
|
1654
|
+
iconSize: string;
|
|
1655
|
+
groupLabelTextColor: string;
|
|
1656
|
+
textColor: string;
|
|
1657
|
+
textColorDisabled: string;
|
|
1658
|
+
textDecorationColor: string;
|
|
1659
|
+
caretColor: string;
|
|
1660
|
+
placeholderColor: string;
|
|
1661
|
+
placeholderColorDisabled: string;
|
|
1662
|
+
color: string;
|
|
1663
|
+
colorDisabled: string;
|
|
1664
|
+
colorFocus: string;
|
|
1665
|
+
groupLabelBorder: string;
|
|
1666
|
+
border: string;
|
|
1667
|
+
borderHover: string;
|
|
1668
|
+
borderDisabled: string;
|
|
1669
|
+
borderFocus: string;
|
|
1670
|
+
boxShadowFocus: string;
|
|
1671
|
+
loadingColor: string;
|
|
1672
|
+
loadingColorSuccess: string;
|
|
1673
|
+
borderSuccess: string;
|
|
1674
|
+
borderHoverSuccess: string;
|
|
1675
|
+
colorFocusSuccess: string;
|
|
1676
|
+
borderFocusSuccess: string;
|
|
1677
|
+
boxShadowFocusSuccess: string;
|
|
1678
|
+
caretColorSuccess: string;
|
|
1679
|
+
loadingColorWarning: string;
|
|
1680
|
+
borderWarning: string;
|
|
1681
|
+
borderHoverWarning: string;
|
|
1682
|
+
colorFocusWarning: string;
|
|
1683
|
+
borderFocusWarning: string;
|
|
1684
|
+
boxShadowFocusWarning: string;
|
|
1685
|
+
caretColorWarning: string;
|
|
1686
|
+
loadingColorError: string;
|
|
1687
|
+
borderError: string;
|
|
1688
|
+
borderHoverError: string;
|
|
1689
|
+
colorFocusError: string;
|
|
1690
|
+
borderFocusError: string;
|
|
1691
|
+
boxShadowFocusError: string;
|
|
1692
|
+
caretColorError: string;
|
|
1693
|
+
clearColor: string;
|
|
1694
|
+
clearColorHover: string;
|
|
1695
|
+
clearColorPressed: string;
|
|
1696
|
+
iconColor: string;
|
|
1697
|
+
iconColorDisabled: string;
|
|
1698
|
+
iconColorHover: string;
|
|
1699
|
+
iconColorPressed: string;
|
|
1700
|
+
suffixTextColor: string;
|
|
1701
|
+
selectionColor: string;
|
|
1702
|
+
}, any>;
|
|
1334
1703
|
}>;
|
|
1335
1704
|
}>;
|
|
1336
1705
|
Avatar: import("../../../_mixins").Theme<"Avatar", {
|
|
@@ -1946,6 +2315,129 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1946
2315
|
iconBgColor: string;
|
|
1947
2316
|
extraTextColor: string;
|
|
1948
2317
|
}, any>;
|
|
2318
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
2319
|
+
fontWeight: string;
|
|
2320
|
+
textColor: string;
|
|
2321
|
+
descriptionTextColor: string;
|
|
2322
|
+
textColorDisabled: string;
|
|
2323
|
+
descriptionTextColorDisabled: string;
|
|
2324
|
+
fontSizeLarge: string;
|
|
2325
|
+
fontSizeMedium: string;
|
|
2326
|
+
fontSizeSmall: string;
|
|
2327
|
+
lineHeightLarge: string;
|
|
2328
|
+
lineHeightMedium: string;
|
|
2329
|
+
lineHeightSmall: string;
|
|
2330
|
+
borderRadiusLarge: string;
|
|
2331
|
+
borderRadiusMedium: string;
|
|
2332
|
+
borderRadiusSmall: string;
|
|
2333
|
+
color: string;
|
|
2334
|
+
colorHover: string;
|
|
2335
|
+
colorFocus: string;
|
|
2336
|
+
colorActive: string;
|
|
2337
|
+
colorChecked: string;
|
|
2338
|
+
colorHoverChecked: string;
|
|
2339
|
+
colorFocusChecked: string;
|
|
2340
|
+
colorActiveChecked: string;
|
|
2341
|
+
colorDisabled: string;
|
|
2342
|
+
colorDisabledChecked: string;
|
|
2343
|
+
checkMarkColor: string;
|
|
2344
|
+
checkMarkColorHover: string;
|
|
2345
|
+
checkMarkColorFocus: string;
|
|
2346
|
+
checkMarkColorActive: string;
|
|
2347
|
+
checkMarkColorDisabled: string;
|
|
2348
|
+
checkMarkColorDisabledChecked: string;
|
|
2349
|
+
border: string;
|
|
2350
|
+
borderHover: string;
|
|
2351
|
+
borderFocus: string;
|
|
2352
|
+
borderActive: string;
|
|
2353
|
+
borderChecked: string;
|
|
2354
|
+
borderHoverChecked: string;
|
|
2355
|
+
borderFocusChecked: string;
|
|
2356
|
+
borderActiveChecked: string;
|
|
2357
|
+
borderDisabled: string;
|
|
2358
|
+
borderDisabledChecked: string;
|
|
2359
|
+
boxShadowHover: string;
|
|
2360
|
+
boxShadowFocus: string;
|
|
2361
|
+
boxShadowActive: string;
|
|
2362
|
+
boxShadowHoverChecked: string;
|
|
2363
|
+
boxShadowFocusChecked: string;
|
|
2364
|
+
boxShadowActiveChecked: string;
|
|
2365
|
+
sizeSmall: string;
|
|
2366
|
+
sizeMedium: string;
|
|
2367
|
+
sizeLarge: string;
|
|
2368
|
+
labelPadding: string;
|
|
2369
|
+
}, any>;
|
|
2370
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
2371
|
+
paddingTiny: string;
|
|
2372
|
+
paddingSmall: string;
|
|
2373
|
+
paddingMedium: string;
|
|
2374
|
+
paddingLarge: string;
|
|
2375
|
+
paddingHuge: string;
|
|
2376
|
+
clearSize: string;
|
|
2377
|
+
countTextColorDisabled: string;
|
|
2378
|
+
countTextColor: string;
|
|
2379
|
+
heightTiny: string;
|
|
2380
|
+
heightSmall: string;
|
|
2381
|
+
heightMedium: string;
|
|
2382
|
+
heightLarge: string;
|
|
2383
|
+
heightHuge: string;
|
|
2384
|
+
fontSizeTiny: string;
|
|
2385
|
+
fontSizeSmall: string;
|
|
2386
|
+
fontSizeMedium: string;
|
|
2387
|
+
fontSizeLarge: string;
|
|
2388
|
+
fontSizeHuge: string;
|
|
2389
|
+
lineHeight: string;
|
|
2390
|
+
lineHeightTextarea: string;
|
|
2391
|
+
borderRadius: string;
|
|
2392
|
+
iconSize: string;
|
|
2393
|
+
groupLabelTextColor: string;
|
|
2394
|
+
textColor: string;
|
|
2395
|
+
textColorDisabled: string;
|
|
2396
|
+
textDecorationColor: string;
|
|
2397
|
+
caretColor: string;
|
|
2398
|
+
placeholderColor: string;
|
|
2399
|
+
placeholderColorDisabled: string;
|
|
2400
|
+
color: string;
|
|
2401
|
+
colorDisabled: string;
|
|
2402
|
+
colorFocus: string;
|
|
2403
|
+
groupLabelBorder: string;
|
|
2404
|
+
border: string;
|
|
2405
|
+
borderHover: string;
|
|
2406
|
+
borderDisabled: string;
|
|
2407
|
+
borderFocus: string;
|
|
2408
|
+
boxShadowFocus: string;
|
|
2409
|
+
loadingColor: string;
|
|
2410
|
+
loadingColorSuccess: string;
|
|
2411
|
+
borderSuccess: string;
|
|
2412
|
+
borderHoverSuccess: string;
|
|
2413
|
+
colorFocusSuccess: string;
|
|
2414
|
+
borderFocusSuccess: string;
|
|
2415
|
+
boxShadowFocusSuccess: string;
|
|
2416
|
+
caretColorSuccess: string;
|
|
2417
|
+
loadingColorWarning: string;
|
|
2418
|
+
borderWarning: string;
|
|
2419
|
+
borderHoverWarning: string;
|
|
2420
|
+
colorFocusWarning: string;
|
|
2421
|
+
borderFocusWarning: string;
|
|
2422
|
+
boxShadowFocusWarning: string;
|
|
2423
|
+
caretColorWarning: string;
|
|
2424
|
+
loadingColorError: string;
|
|
2425
|
+
borderError: string;
|
|
2426
|
+
borderHoverError: string;
|
|
2427
|
+
colorFocusError: string;
|
|
2428
|
+
borderFocusError: string;
|
|
2429
|
+
boxShadowFocusError: string;
|
|
2430
|
+
caretColorError: string;
|
|
2431
|
+
clearColor: string;
|
|
2432
|
+
clearColorHover: string;
|
|
2433
|
+
clearColorPressed: string;
|
|
2434
|
+
iconColor: string;
|
|
2435
|
+
iconColorDisabled: string;
|
|
2436
|
+
iconColorHover: string;
|
|
2437
|
+
iconColorPressed: string;
|
|
2438
|
+
suffixTextColor: string;
|
|
2439
|
+
selectionColor: string;
|
|
2440
|
+
}, any>;
|
|
1949
2441
|
}>> | undefined;
|
|
1950
2442
|
} | undefined;
|
|
1951
2443
|
} | undefined;
|
package/es/chat/styles/dark.d.ts
CHANGED
|
@@ -315,6 +315,129 @@ declare const chatDark: import("../../_mixins").Theme<"Chat", {
|
|
|
315
315
|
iconBgColor: string;
|
|
316
316
|
extraTextColor: string;
|
|
317
317
|
}, any>;
|
|
318
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
319
|
+
fontWeight: string;
|
|
320
|
+
textColor: string;
|
|
321
|
+
descriptionTextColor: string;
|
|
322
|
+
textColorDisabled: string;
|
|
323
|
+
descriptionTextColorDisabled: string;
|
|
324
|
+
fontSizeLarge: string;
|
|
325
|
+
fontSizeMedium: string;
|
|
326
|
+
fontSizeSmall: string;
|
|
327
|
+
lineHeightLarge: string;
|
|
328
|
+
lineHeightMedium: string;
|
|
329
|
+
lineHeightSmall: string;
|
|
330
|
+
borderRadiusLarge: string;
|
|
331
|
+
borderRadiusMedium: string;
|
|
332
|
+
borderRadiusSmall: string;
|
|
333
|
+
color: string;
|
|
334
|
+
colorHover: string;
|
|
335
|
+
colorFocus: string;
|
|
336
|
+
colorActive: string;
|
|
337
|
+
colorChecked: string;
|
|
338
|
+
colorHoverChecked: string;
|
|
339
|
+
colorFocusChecked: string;
|
|
340
|
+
colorActiveChecked: string;
|
|
341
|
+
colorDisabled: string;
|
|
342
|
+
colorDisabledChecked: string;
|
|
343
|
+
checkMarkColor: string;
|
|
344
|
+
checkMarkColorHover: string;
|
|
345
|
+
checkMarkColorFocus: string;
|
|
346
|
+
checkMarkColorActive: string;
|
|
347
|
+
checkMarkColorDisabled: string;
|
|
348
|
+
checkMarkColorDisabledChecked: string;
|
|
349
|
+
border: string;
|
|
350
|
+
borderHover: string;
|
|
351
|
+
borderFocus: string;
|
|
352
|
+
borderActive: string;
|
|
353
|
+
borderChecked: string;
|
|
354
|
+
borderHoverChecked: string;
|
|
355
|
+
borderFocusChecked: string;
|
|
356
|
+
borderActiveChecked: string;
|
|
357
|
+
borderDisabled: string;
|
|
358
|
+
borderDisabledChecked: string;
|
|
359
|
+
boxShadowHover: string;
|
|
360
|
+
boxShadowFocus: string;
|
|
361
|
+
boxShadowActive: string;
|
|
362
|
+
boxShadowHoverChecked: string;
|
|
363
|
+
boxShadowFocusChecked: string;
|
|
364
|
+
boxShadowActiveChecked: string;
|
|
365
|
+
sizeSmall: string;
|
|
366
|
+
sizeMedium: string;
|
|
367
|
+
sizeLarge: string;
|
|
368
|
+
labelPadding: string;
|
|
369
|
+
}, any>;
|
|
370
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
371
|
+
paddingTiny: string;
|
|
372
|
+
paddingSmall: string;
|
|
373
|
+
paddingMedium: string;
|
|
374
|
+
paddingLarge: string;
|
|
375
|
+
paddingHuge: string;
|
|
376
|
+
clearSize: string;
|
|
377
|
+
countTextColorDisabled: string;
|
|
378
|
+
countTextColor: string;
|
|
379
|
+
heightTiny: string;
|
|
380
|
+
heightSmall: string;
|
|
381
|
+
heightMedium: string;
|
|
382
|
+
heightLarge: string;
|
|
383
|
+
heightHuge: string;
|
|
384
|
+
fontSizeTiny: string;
|
|
385
|
+
fontSizeSmall: string;
|
|
386
|
+
fontSizeMedium: string;
|
|
387
|
+
fontSizeLarge: string;
|
|
388
|
+
fontSizeHuge: string;
|
|
389
|
+
lineHeight: string;
|
|
390
|
+
lineHeightTextarea: string;
|
|
391
|
+
borderRadius: string;
|
|
392
|
+
iconSize: string;
|
|
393
|
+
groupLabelTextColor: string;
|
|
394
|
+
textColor: string;
|
|
395
|
+
textColorDisabled: string;
|
|
396
|
+
textDecorationColor: string;
|
|
397
|
+
caretColor: string;
|
|
398
|
+
placeholderColor: string;
|
|
399
|
+
placeholderColorDisabled: string;
|
|
400
|
+
color: string;
|
|
401
|
+
colorDisabled: string;
|
|
402
|
+
colorFocus: string;
|
|
403
|
+
groupLabelBorder: string;
|
|
404
|
+
border: string;
|
|
405
|
+
borderHover: string;
|
|
406
|
+
borderDisabled: string;
|
|
407
|
+
borderFocus: string;
|
|
408
|
+
boxShadowFocus: string;
|
|
409
|
+
loadingColor: string;
|
|
410
|
+
loadingColorSuccess: string;
|
|
411
|
+
borderSuccess: string;
|
|
412
|
+
borderHoverSuccess: string;
|
|
413
|
+
colorFocusSuccess: string;
|
|
414
|
+
borderFocusSuccess: string;
|
|
415
|
+
boxShadowFocusSuccess: string;
|
|
416
|
+
caretColorSuccess: string;
|
|
417
|
+
loadingColorWarning: string;
|
|
418
|
+
borderWarning: string;
|
|
419
|
+
borderHoverWarning: string;
|
|
420
|
+
colorFocusWarning: string;
|
|
421
|
+
borderFocusWarning: string;
|
|
422
|
+
boxShadowFocusWarning: string;
|
|
423
|
+
caretColorWarning: string;
|
|
424
|
+
loadingColorError: string;
|
|
425
|
+
borderError: string;
|
|
426
|
+
borderHoverError: string;
|
|
427
|
+
colorFocusError: string;
|
|
428
|
+
borderFocusError: string;
|
|
429
|
+
boxShadowFocusError: string;
|
|
430
|
+
caretColorError: string;
|
|
431
|
+
clearColor: string;
|
|
432
|
+
clearColorHover: string;
|
|
433
|
+
clearColorPressed: string;
|
|
434
|
+
iconColor: string;
|
|
435
|
+
iconColorDisabled: string;
|
|
436
|
+
iconColorHover: string;
|
|
437
|
+
iconColorPressed: string;
|
|
438
|
+
suffixTextColor: string;
|
|
439
|
+
selectionColor: string;
|
|
440
|
+
}, any>;
|
|
318
441
|
}>;
|
|
319
442
|
}>;
|
|
320
443
|
Avatar: import("../../_mixins").Theme<"Avatar", {
|