@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
|
@@ -371,6 +371,129 @@ export declare const paginationProps: {
|
|
|
371
371
|
iconBgColor: string;
|
|
372
372
|
extraTextColor: string;
|
|
373
373
|
}, any>;
|
|
374
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
375
|
+
fontWeight: string;
|
|
376
|
+
textColor: string;
|
|
377
|
+
descriptionTextColor: string;
|
|
378
|
+
textColorDisabled: string;
|
|
379
|
+
descriptionTextColorDisabled: string;
|
|
380
|
+
fontSizeLarge: string;
|
|
381
|
+
fontSizeMedium: string;
|
|
382
|
+
fontSizeSmall: string;
|
|
383
|
+
lineHeightLarge: string;
|
|
384
|
+
lineHeightMedium: string;
|
|
385
|
+
lineHeightSmall: string;
|
|
386
|
+
borderRadiusLarge: string;
|
|
387
|
+
borderRadiusMedium: string;
|
|
388
|
+
borderRadiusSmall: string;
|
|
389
|
+
color: string;
|
|
390
|
+
colorHover: string;
|
|
391
|
+
colorFocus: string;
|
|
392
|
+
colorActive: string;
|
|
393
|
+
colorChecked: string;
|
|
394
|
+
colorHoverChecked: string;
|
|
395
|
+
colorFocusChecked: string;
|
|
396
|
+
colorActiveChecked: string;
|
|
397
|
+
colorDisabled: string;
|
|
398
|
+
colorDisabledChecked: string;
|
|
399
|
+
checkMarkColor: string;
|
|
400
|
+
checkMarkColorHover: string;
|
|
401
|
+
checkMarkColorFocus: string;
|
|
402
|
+
checkMarkColorActive: string;
|
|
403
|
+
checkMarkColorDisabled: string;
|
|
404
|
+
checkMarkColorDisabledChecked: string;
|
|
405
|
+
border: string;
|
|
406
|
+
borderHover: string;
|
|
407
|
+
borderFocus: string;
|
|
408
|
+
borderActive: string;
|
|
409
|
+
borderChecked: string;
|
|
410
|
+
borderHoverChecked: string;
|
|
411
|
+
borderFocusChecked: string;
|
|
412
|
+
borderActiveChecked: string;
|
|
413
|
+
borderDisabled: string;
|
|
414
|
+
borderDisabledChecked: string;
|
|
415
|
+
boxShadowHover: string;
|
|
416
|
+
boxShadowFocus: string;
|
|
417
|
+
boxShadowActive: string;
|
|
418
|
+
boxShadowHoverChecked: string;
|
|
419
|
+
boxShadowFocusChecked: string;
|
|
420
|
+
boxShadowActiveChecked: string;
|
|
421
|
+
sizeSmall: string;
|
|
422
|
+
sizeMedium: string;
|
|
423
|
+
sizeLarge: string;
|
|
424
|
+
labelPadding: string;
|
|
425
|
+
}, any>;
|
|
426
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
427
|
+
paddingTiny: string;
|
|
428
|
+
paddingSmall: string;
|
|
429
|
+
paddingMedium: string;
|
|
430
|
+
paddingLarge: string;
|
|
431
|
+
paddingHuge: string;
|
|
432
|
+
clearSize: string;
|
|
433
|
+
countTextColorDisabled: string;
|
|
434
|
+
countTextColor: string;
|
|
435
|
+
heightTiny: string;
|
|
436
|
+
heightSmall: string;
|
|
437
|
+
heightMedium: string;
|
|
438
|
+
heightLarge: string;
|
|
439
|
+
heightHuge: string;
|
|
440
|
+
fontSizeTiny: string;
|
|
441
|
+
fontSizeSmall: string;
|
|
442
|
+
fontSizeMedium: string;
|
|
443
|
+
fontSizeLarge: string;
|
|
444
|
+
fontSizeHuge: string;
|
|
445
|
+
lineHeight: string;
|
|
446
|
+
lineHeightTextarea: string;
|
|
447
|
+
borderRadius: string;
|
|
448
|
+
iconSize: string;
|
|
449
|
+
groupLabelTextColor: string;
|
|
450
|
+
textColor: string;
|
|
451
|
+
textColorDisabled: string;
|
|
452
|
+
textDecorationColor: string;
|
|
453
|
+
caretColor: string;
|
|
454
|
+
placeholderColor: string;
|
|
455
|
+
placeholderColorDisabled: string;
|
|
456
|
+
color: string;
|
|
457
|
+
colorDisabled: string;
|
|
458
|
+
colorFocus: string;
|
|
459
|
+
groupLabelBorder: string;
|
|
460
|
+
border: string;
|
|
461
|
+
borderHover: string;
|
|
462
|
+
borderDisabled: string;
|
|
463
|
+
borderFocus: string;
|
|
464
|
+
boxShadowFocus: string;
|
|
465
|
+
loadingColor: string;
|
|
466
|
+
loadingColorSuccess: string;
|
|
467
|
+
borderSuccess: string;
|
|
468
|
+
borderHoverSuccess: string;
|
|
469
|
+
colorFocusSuccess: string;
|
|
470
|
+
borderFocusSuccess: string;
|
|
471
|
+
boxShadowFocusSuccess: string;
|
|
472
|
+
caretColorSuccess: string;
|
|
473
|
+
loadingColorWarning: string;
|
|
474
|
+
borderWarning: string;
|
|
475
|
+
borderHoverWarning: string;
|
|
476
|
+
colorFocusWarning: string;
|
|
477
|
+
borderFocusWarning: string;
|
|
478
|
+
boxShadowFocusWarning: string;
|
|
479
|
+
caretColorWarning: string;
|
|
480
|
+
loadingColorError: string;
|
|
481
|
+
borderError: string;
|
|
482
|
+
borderHoverError: string;
|
|
483
|
+
colorFocusError: string;
|
|
484
|
+
borderFocusError: string;
|
|
485
|
+
boxShadowFocusError: string;
|
|
486
|
+
caretColorError: string;
|
|
487
|
+
clearColor: string;
|
|
488
|
+
clearColorHover: string;
|
|
489
|
+
clearColorPressed: string;
|
|
490
|
+
iconColor: string;
|
|
491
|
+
iconColorDisabled: string;
|
|
492
|
+
iconColorHover: string;
|
|
493
|
+
iconColorPressed: string;
|
|
494
|
+
suffixTextColor: string;
|
|
495
|
+
selectionColor: string;
|
|
496
|
+
}, any>;
|
|
374
497
|
}>;
|
|
375
498
|
}>;
|
|
376
499
|
Input: import("../../_mixins").Theme<"Input", {
|
|
@@ -525,6 +648,129 @@ export declare const paginationProps: {
|
|
|
525
648
|
iconBgColor: string;
|
|
526
649
|
extraTextColor: string;
|
|
527
650
|
}, any>;
|
|
651
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
652
|
+
fontWeight: string;
|
|
653
|
+
textColor: string;
|
|
654
|
+
descriptionTextColor: string;
|
|
655
|
+
textColorDisabled: string;
|
|
656
|
+
descriptionTextColorDisabled: string;
|
|
657
|
+
fontSizeLarge: string;
|
|
658
|
+
fontSizeMedium: string;
|
|
659
|
+
fontSizeSmall: string;
|
|
660
|
+
lineHeightLarge: string;
|
|
661
|
+
lineHeightMedium: string;
|
|
662
|
+
lineHeightSmall: string;
|
|
663
|
+
borderRadiusLarge: string;
|
|
664
|
+
borderRadiusMedium: string;
|
|
665
|
+
borderRadiusSmall: string;
|
|
666
|
+
color: string;
|
|
667
|
+
colorHover: string;
|
|
668
|
+
colorFocus: string;
|
|
669
|
+
colorActive: string;
|
|
670
|
+
colorChecked: string;
|
|
671
|
+
colorHoverChecked: string;
|
|
672
|
+
colorFocusChecked: string;
|
|
673
|
+
colorActiveChecked: string;
|
|
674
|
+
colorDisabled: string;
|
|
675
|
+
colorDisabledChecked: string;
|
|
676
|
+
checkMarkColor: string;
|
|
677
|
+
checkMarkColorHover: string;
|
|
678
|
+
checkMarkColorFocus: string;
|
|
679
|
+
checkMarkColorActive: string;
|
|
680
|
+
checkMarkColorDisabled: string;
|
|
681
|
+
checkMarkColorDisabledChecked: string;
|
|
682
|
+
border: string;
|
|
683
|
+
borderHover: string;
|
|
684
|
+
borderFocus: string;
|
|
685
|
+
borderActive: string;
|
|
686
|
+
borderChecked: string;
|
|
687
|
+
borderHoverChecked: string;
|
|
688
|
+
borderFocusChecked: string;
|
|
689
|
+
borderActiveChecked: string;
|
|
690
|
+
borderDisabled: string;
|
|
691
|
+
borderDisabledChecked: string;
|
|
692
|
+
boxShadowHover: string;
|
|
693
|
+
boxShadowFocus: string;
|
|
694
|
+
boxShadowActive: string;
|
|
695
|
+
boxShadowHoverChecked: string;
|
|
696
|
+
boxShadowFocusChecked: string;
|
|
697
|
+
boxShadowActiveChecked: string;
|
|
698
|
+
sizeSmall: string;
|
|
699
|
+
sizeMedium: string;
|
|
700
|
+
sizeLarge: string;
|
|
701
|
+
labelPadding: string;
|
|
702
|
+
}, any>;
|
|
703
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
704
|
+
paddingTiny: string;
|
|
705
|
+
paddingSmall: string;
|
|
706
|
+
paddingMedium: string;
|
|
707
|
+
paddingLarge: string;
|
|
708
|
+
paddingHuge: string;
|
|
709
|
+
clearSize: string;
|
|
710
|
+
countTextColorDisabled: string;
|
|
711
|
+
countTextColor: string;
|
|
712
|
+
heightTiny: string;
|
|
713
|
+
heightSmall: string;
|
|
714
|
+
heightMedium: string;
|
|
715
|
+
heightLarge: string;
|
|
716
|
+
heightHuge: string;
|
|
717
|
+
fontSizeTiny: string;
|
|
718
|
+
fontSizeSmall: string;
|
|
719
|
+
fontSizeMedium: string;
|
|
720
|
+
fontSizeLarge: string;
|
|
721
|
+
fontSizeHuge: string;
|
|
722
|
+
lineHeight: string;
|
|
723
|
+
lineHeightTextarea: string;
|
|
724
|
+
borderRadius: string;
|
|
725
|
+
iconSize: string;
|
|
726
|
+
groupLabelTextColor: string;
|
|
727
|
+
textColor: string;
|
|
728
|
+
textColorDisabled: string;
|
|
729
|
+
textDecorationColor: string;
|
|
730
|
+
caretColor: string;
|
|
731
|
+
placeholderColor: string;
|
|
732
|
+
placeholderColorDisabled: string;
|
|
733
|
+
color: string;
|
|
734
|
+
colorDisabled: string;
|
|
735
|
+
colorFocus: string;
|
|
736
|
+
groupLabelBorder: string;
|
|
737
|
+
border: string;
|
|
738
|
+
borderHover: string;
|
|
739
|
+
borderDisabled: string;
|
|
740
|
+
borderFocus: string;
|
|
741
|
+
boxShadowFocus: string;
|
|
742
|
+
loadingColor: string;
|
|
743
|
+
loadingColorSuccess: string;
|
|
744
|
+
borderSuccess: string;
|
|
745
|
+
borderHoverSuccess: string;
|
|
746
|
+
colorFocusSuccess: string;
|
|
747
|
+
borderFocusSuccess: string;
|
|
748
|
+
boxShadowFocusSuccess: string;
|
|
749
|
+
caretColorSuccess: string;
|
|
750
|
+
loadingColorWarning: string;
|
|
751
|
+
borderWarning: string;
|
|
752
|
+
borderHoverWarning: string;
|
|
753
|
+
colorFocusWarning: string;
|
|
754
|
+
borderFocusWarning: string;
|
|
755
|
+
boxShadowFocusWarning: string;
|
|
756
|
+
caretColorWarning: string;
|
|
757
|
+
loadingColorError: string;
|
|
758
|
+
borderError: string;
|
|
759
|
+
borderHoverError: string;
|
|
760
|
+
colorFocusError: string;
|
|
761
|
+
borderFocusError: string;
|
|
762
|
+
boxShadowFocusError: string;
|
|
763
|
+
caretColorError: string;
|
|
764
|
+
clearColor: string;
|
|
765
|
+
clearColorHover: string;
|
|
766
|
+
clearColorPressed: string;
|
|
767
|
+
iconColor: string;
|
|
768
|
+
iconColorDisabled: string;
|
|
769
|
+
iconColorHover: string;
|
|
770
|
+
iconColorPressed: string;
|
|
771
|
+
suffixTextColor: string;
|
|
772
|
+
selectionColor: string;
|
|
773
|
+
}, any>;
|
|
528
774
|
}>;
|
|
529
775
|
}>;
|
|
530
776
|
}>>;
|
|
@@ -792,6 +1038,129 @@ export declare const paginationProps: {
|
|
|
792
1038
|
iconBgColor: string;
|
|
793
1039
|
extraTextColor: string;
|
|
794
1040
|
}, any>;
|
|
1041
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1042
|
+
fontWeight: string;
|
|
1043
|
+
textColor: string;
|
|
1044
|
+
descriptionTextColor: string;
|
|
1045
|
+
textColorDisabled: string;
|
|
1046
|
+
descriptionTextColorDisabled: string;
|
|
1047
|
+
fontSizeLarge: string;
|
|
1048
|
+
fontSizeMedium: string;
|
|
1049
|
+
fontSizeSmall: string;
|
|
1050
|
+
lineHeightLarge: string;
|
|
1051
|
+
lineHeightMedium: string;
|
|
1052
|
+
lineHeightSmall: string;
|
|
1053
|
+
borderRadiusLarge: string;
|
|
1054
|
+
borderRadiusMedium: string;
|
|
1055
|
+
borderRadiusSmall: string;
|
|
1056
|
+
color: string;
|
|
1057
|
+
colorHover: string;
|
|
1058
|
+
colorFocus: string;
|
|
1059
|
+
colorActive: string;
|
|
1060
|
+
colorChecked: string;
|
|
1061
|
+
colorHoverChecked: string;
|
|
1062
|
+
colorFocusChecked: string;
|
|
1063
|
+
colorActiveChecked: string;
|
|
1064
|
+
colorDisabled: string;
|
|
1065
|
+
colorDisabledChecked: string;
|
|
1066
|
+
checkMarkColor: string;
|
|
1067
|
+
checkMarkColorHover: string;
|
|
1068
|
+
checkMarkColorFocus: string;
|
|
1069
|
+
checkMarkColorActive: string;
|
|
1070
|
+
checkMarkColorDisabled: string;
|
|
1071
|
+
checkMarkColorDisabledChecked: string;
|
|
1072
|
+
border: string;
|
|
1073
|
+
borderHover: string;
|
|
1074
|
+
borderFocus: string;
|
|
1075
|
+
borderActive: string;
|
|
1076
|
+
borderChecked: string;
|
|
1077
|
+
borderHoverChecked: string;
|
|
1078
|
+
borderFocusChecked: string;
|
|
1079
|
+
borderActiveChecked: string;
|
|
1080
|
+
borderDisabled: string;
|
|
1081
|
+
borderDisabledChecked: string;
|
|
1082
|
+
boxShadowHover: string;
|
|
1083
|
+
boxShadowFocus: string;
|
|
1084
|
+
boxShadowActive: string;
|
|
1085
|
+
boxShadowHoverChecked: string;
|
|
1086
|
+
boxShadowFocusChecked: string;
|
|
1087
|
+
boxShadowActiveChecked: string;
|
|
1088
|
+
sizeSmall: string;
|
|
1089
|
+
sizeMedium: string;
|
|
1090
|
+
sizeLarge: string;
|
|
1091
|
+
labelPadding: string;
|
|
1092
|
+
}, any>;
|
|
1093
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1094
|
+
paddingTiny: string;
|
|
1095
|
+
paddingSmall: string;
|
|
1096
|
+
paddingMedium: string;
|
|
1097
|
+
paddingLarge: string;
|
|
1098
|
+
paddingHuge: string;
|
|
1099
|
+
clearSize: string;
|
|
1100
|
+
countTextColorDisabled: string;
|
|
1101
|
+
countTextColor: string;
|
|
1102
|
+
heightTiny: string;
|
|
1103
|
+
heightSmall: string;
|
|
1104
|
+
heightMedium: string;
|
|
1105
|
+
heightLarge: string;
|
|
1106
|
+
heightHuge: string;
|
|
1107
|
+
fontSizeTiny: string;
|
|
1108
|
+
fontSizeSmall: string;
|
|
1109
|
+
fontSizeMedium: string;
|
|
1110
|
+
fontSizeLarge: string;
|
|
1111
|
+
fontSizeHuge: string;
|
|
1112
|
+
lineHeight: string;
|
|
1113
|
+
lineHeightTextarea: string;
|
|
1114
|
+
borderRadius: string;
|
|
1115
|
+
iconSize: string;
|
|
1116
|
+
groupLabelTextColor: string;
|
|
1117
|
+
textColor: string;
|
|
1118
|
+
textColorDisabled: string;
|
|
1119
|
+
textDecorationColor: string;
|
|
1120
|
+
caretColor: string;
|
|
1121
|
+
placeholderColor: string;
|
|
1122
|
+
placeholderColorDisabled: string;
|
|
1123
|
+
color: string;
|
|
1124
|
+
colorDisabled: string;
|
|
1125
|
+
colorFocus: string;
|
|
1126
|
+
groupLabelBorder: string;
|
|
1127
|
+
border: string;
|
|
1128
|
+
borderHover: string;
|
|
1129
|
+
borderDisabled: string;
|
|
1130
|
+
borderFocus: string;
|
|
1131
|
+
boxShadowFocus: string;
|
|
1132
|
+
loadingColor: string;
|
|
1133
|
+
loadingColorSuccess: string;
|
|
1134
|
+
borderSuccess: string;
|
|
1135
|
+
borderHoverSuccess: string;
|
|
1136
|
+
colorFocusSuccess: string;
|
|
1137
|
+
borderFocusSuccess: string;
|
|
1138
|
+
boxShadowFocusSuccess: string;
|
|
1139
|
+
caretColorSuccess: string;
|
|
1140
|
+
loadingColorWarning: string;
|
|
1141
|
+
borderWarning: string;
|
|
1142
|
+
borderHoverWarning: string;
|
|
1143
|
+
colorFocusWarning: string;
|
|
1144
|
+
borderFocusWarning: string;
|
|
1145
|
+
boxShadowFocusWarning: string;
|
|
1146
|
+
caretColorWarning: string;
|
|
1147
|
+
loadingColorError: string;
|
|
1148
|
+
borderError: string;
|
|
1149
|
+
borderHoverError: string;
|
|
1150
|
+
colorFocusError: string;
|
|
1151
|
+
borderFocusError: string;
|
|
1152
|
+
boxShadowFocusError: string;
|
|
1153
|
+
caretColorError: string;
|
|
1154
|
+
clearColor: string;
|
|
1155
|
+
clearColorHover: string;
|
|
1156
|
+
clearColorPressed: string;
|
|
1157
|
+
iconColor: string;
|
|
1158
|
+
iconColorDisabled: string;
|
|
1159
|
+
iconColorHover: string;
|
|
1160
|
+
iconColorPressed: string;
|
|
1161
|
+
suffixTextColor: string;
|
|
1162
|
+
selectionColor: string;
|
|
1163
|
+
}, any>;
|
|
795
1164
|
}>;
|
|
796
1165
|
}>;
|
|
797
1166
|
Input: import("../../_mixins").Theme<"Input", {
|
|
@@ -946,6 +1315,129 @@ export declare const paginationProps: {
|
|
|
946
1315
|
iconBgColor: string;
|
|
947
1316
|
extraTextColor: string;
|
|
948
1317
|
}, any>;
|
|
1318
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1319
|
+
fontWeight: string;
|
|
1320
|
+
textColor: string;
|
|
1321
|
+
descriptionTextColor: string;
|
|
1322
|
+
textColorDisabled: string;
|
|
1323
|
+
descriptionTextColorDisabled: string;
|
|
1324
|
+
fontSizeLarge: string;
|
|
1325
|
+
fontSizeMedium: string;
|
|
1326
|
+
fontSizeSmall: string;
|
|
1327
|
+
lineHeightLarge: string;
|
|
1328
|
+
lineHeightMedium: string;
|
|
1329
|
+
lineHeightSmall: string;
|
|
1330
|
+
borderRadiusLarge: string;
|
|
1331
|
+
borderRadiusMedium: string;
|
|
1332
|
+
borderRadiusSmall: string;
|
|
1333
|
+
color: string;
|
|
1334
|
+
colorHover: string;
|
|
1335
|
+
colorFocus: string;
|
|
1336
|
+
colorActive: string;
|
|
1337
|
+
colorChecked: string;
|
|
1338
|
+
colorHoverChecked: string;
|
|
1339
|
+
colorFocusChecked: string;
|
|
1340
|
+
colorActiveChecked: string;
|
|
1341
|
+
colorDisabled: string;
|
|
1342
|
+
colorDisabledChecked: string;
|
|
1343
|
+
checkMarkColor: string;
|
|
1344
|
+
checkMarkColorHover: string;
|
|
1345
|
+
checkMarkColorFocus: string;
|
|
1346
|
+
checkMarkColorActive: string;
|
|
1347
|
+
checkMarkColorDisabled: string;
|
|
1348
|
+
checkMarkColorDisabledChecked: string;
|
|
1349
|
+
border: string;
|
|
1350
|
+
borderHover: string;
|
|
1351
|
+
borderFocus: string;
|
|
1352
|
+
borderActive: string;
|
|
1353
|
+
borderChecked: string;
|
|
1354
|
+
borderHoverChecked: string;
|
|
1355
|
+
borderFocusChecked: string;
|
|
1356
|
+
borderActiveChecked: string;
|
|
1357
|
+
borderDisabled: string;
|
|
1358
|
+
borderDisabledChecked: string;
|
|
1359
|
+
boxShadowHover: string;
|
|
1360
|
+
boxShadowFocus: string;
|
|
1361
|
+
boxShadowActive: string;
|
|
1362
|
+
boxShadowHoverChecked: string;
|
|
1363
|
+
boxShadowFocusChecked: string;
|
|
1364
|
+
boxShadowActiveChecked: string;
|
|
1365
|
+
sizeSmall: string;
|
|
1366
|
+
sizeMedium: string;
|
|
1367
|
+
sizeLarge: string;
|
|
1368
|
+
labelPadding: string;
|
|
1369
|
+
}, any>;
|
|
1370
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1371
|
+
paddingTiny: string;
|
|
1372
|
+
paddingSmall: string;
|
|
1373
|
+
paddingMedium: string;
|
|
1374
|
+
paddingLarge: string;
|
|
1375
|
+
paddingHuge: string;
|
|
1376
|
+
clearSize: string;
|
|
1377
|
+
countTextColorDisabled: string;
|
|
1378
|
+
countTextColor: string;
|
|
1379
|
+
heightTiny: string;
|
|
1380
|
+
heightSmall: string;
|
|
1381
|
+
heightMedium: string;
|
|
1382
|
+
heightLarge: string;
|
|
1383
|
+
heightHuge: string;
|
|
1384
|
+
fontSizeTiny: string;
|
|
1385
|
+
fontSizeSmall: string;
|
|
1386
|
+
fontSizeMedium: string;
|
|
1387
|
+
fontSizeLarge: string;
|
|
1388
|
+
fontSizeHuge: string;
|
|
1389
|
+
lineHeight: string;
|
|
1390
|
+
lineHeightTextarea: string;
|
|
1391
|
+
borderRadius: string;
|
|
1392
|
+
iconSize: string;
|
|
1393
|
+
groupLabelTextColor: string;
|
|
1394
|
+
textColor: string;
|
|
1395
|
+
textColorDisabled: string;
|
|
1396
|
+
textDecorationColor: string;
|
|
1397
|
+
caretColor: string;
|
|
1398
|
+
placeholderColor: string;
|
|
1399
|
+
placeholderColorDisabled: string;
|
|
1400
|
+
color: string;
|
|
1401
|
+
colorDisabled: string;
|
|
1402
|
+
colorFocus: string;
|
|
1403
|
+
groupLabelBorder: string;
|
|
1404
|
+
border: string;
|
|
1405
|
+
borderHover: string;
|
|
1406
|
+
borderDisabled: string;
|
|
1407
|
+
borderFocus: string;
|
|
1408
|
+
boxShadowFocus: string;
|
|
1409
|
+
loadingColor: string;
|
|
1410
|
+
loadingColorSuccess: string;
|
|
1411
|
+
borderSuccess: string;
|
|
1412
|
+
borderHoverSuccess: string;
|
|
1413
|
+
colorFocusSuccess: string;
|
|
1414
|
+
borderFocusSuccess: string;
|
|
1415
|
+
boxShadowFocusSuccess: string;
|
|
1416
|
+
caretColorSuccess: string;
|
|
1417
|
+
loadingColorWarning: string;
|
|
1418
|
+
borderWarning: string;
|
|
1419
|
+
borderHoverWarning: string;
|
|
1420
|
+
colorFocusWarning: string;
|
|
1421
|
+
borderFocusWarning: string;
|
|
1422
|
+
boxShadowFocusWarning: string;
|
|
1423
|
+
caretColorWarning: string;
|
|
1424
|
+
loadingColorError: string;
|
|
1425
|
+
borderError: string;
|
|
1426
|
+
borderHoverError: string;
|
|
1427
|
+
colorFocusError: string;
|
|
1428
|
+
borderFocusError: string;
|
|
1429
|
+
boxShadowFocusError: string;
|
|
1430
|
+
caretColorError: string;
|
|
1431
|
+
clearColor: string;
|
|
1432
|
+
clearColorHover: string;
|
|
1433
|
+
clearColorPressed: string;
|
|
1434
|
+
iconColor: string;
|
|
1435
|
+
iconColorDisabled: string;
|
|
1436
|
+
iconColorHover: string;
|
|
1437
|
+
iconColorPressed: string;
|
|
1438
|
+
suffixTextColor: string;
|
|
1439
|
+
selectionColor: string;
|
|
1440
|
+
}, any>;
|
|
949
1441
|
}>;
|
|
950
1442
|
}>;
|
|
951
1443
|
}>>>;
|
|
@@ -1213,6 +1705,129 @@ export declare const paginationProps: {
|
|
|
1213
1705
|
iconBgColor: string;
|
|
1214
1706
|
extraTextColor: string;
|
|
1215
1707
|
}, any>;
|
|
1708
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1709
|
+
fontWeight: string;
|
|
1710
|
+
textColor: string;
|
|
1711
|
+
descriptionTextColor: string;
|
|
1712
|
+
textColorDisabled: string;
|
|
1713
|
+
descriptionTextColorDisabled: string;
|
|
1714
|
+
fontSizeLarge: string;
|
|
1715
|
+
fontSizeMedium: string;
|
|
1716
|
+
fontSizeSmall: string;
|
|
1717
|
+
lineHeightLarge: string;
|
|
1718
|
+
lineHeightMedium: string;
|
|
1719
|
+
lineHeightSmall: string;
|
|
1720
|
+
borderRadiusLarge: string;
|
|
1721
|
+
borderRadiusMedium: string;
|
|
1722
|
+
borderRadiusSmall: string;
|
|
1723
|
+
color: string;
|
|
1724
|
+
colorHover: string;
|
|
1725
|
+
colorFocus: string;
|
|
1726
|
+
colorActive: string;
|
|
1727
|
+
colorChecked: string;
|
|
1728
|
+
colorHoverChecked: string;
|
|
1729
|
+
colorFocusChecked: string;
|
|
1730
|
+
colorActiveChecked: string;
|
|
1731
|
+
colorDisabled: string;
|
|
1732
|
+
colorDisabledChecked: string;
|
|
1733
|
+
checkMarkColor: string;
|
|
1734
|
+
checkMarkColorHover: string;
|
|
1735
|
+
checkMarkColorFocus: string;
|
|
1736
|
+
checkMarkColorActive: string;
|
|
1737
|
+
checkMarkColorDisabled: string;
|
|
1738
|
+
checkMarkColorDisabledChecked: string;
|
|
1739
|
+
border: string;
|
|
1740
|
+
borderHover: string;
|
|
1741
|
+
borderFocus: string;
|
|
1742
|
+
borderActive: string;
|
|
1743
|
+
borderChecked: string;
|
|
1744
|
+
borderHoverChecked: string;
|
|
1745
|
+
borderFocusChecked: string;
|
|
1746
|
+
borderActiveChecked: string;
|
|
1747
|
+
borderDisabled: string;
|
|
1748
|
+
borderDisabledChecked: string;
|
|
1749
|
+
boxShadowHover: string;
|
|
1750
|
+
boxShadowFocus: string;
|
|
1751
|
+
boxShadowActive: string;
|
|
1752
|
+
boxShadowHoverChecked: string;
|
|
1753
|
+
boxShadowFocusChecked: string;
|
|
1754
|
+
boxShadowActiveChecked: string;
|
|
1755
|
+
sizeSmall: string;
|
|
1756
|
+
sizeMedium: string;
|
|
1757
|
+
sizeLarge: string;
|
|
1758
|
+
labelPadding: string;
|
|
1759
|
+
}, any>;
|
|
1760
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1761
|
+
paddingTiny: string;
|
|
1762
|
+
paddingSmall: string;
|
|
1763
|
+
paddingMedium: string;
|
|
1764
|
+
paddingLarge: string;
|
|
1765
|
+
paddingHuge: string;
|
|
1766
|
+
clearSize: string;
|
|
1767
|
+
countTextColorDisabled: string;
|
|
1768
|
+
countTextColor: string;
|
|
1769
|
+
heightTiny: string;
|
|
1770
|
+
heightSmall: string;
|
|
1771
|
+
heightMedium: string;
|
|
1772
|
+
heightLarge: string;
|
|
1773
|
+
heightHuge: string;
|
|
1774
|
+
fontSizeTiny: string;
|
|
1775
|
+
fontSizeSmall: string;
|
|
1776
|
+
fontSizeMedium: string;
|
|
1777
|
+
fontSizeLarge: string;
|
|
1778
|
+
fontSizeHuge: string;
|
|
1779
|
+
lineHeight: string;
|
|
1780
|
+
lineHeightTextarea: string;
|
|
1781
|
+
borderRadius: string;
|
|
1782
|
+
iconSize: string;
|
|
1783
|
+
groupLabelTextColor: string;
|
|
1784
|
+
textColor: string;
|
|
1785
|
+
textColorDisabled: string;
|
|
1786
|
+
textDecorationColor: string;
|
|
1787
|
+
caretColor: string;
|
|
1788
|
+
placeholderColor: string;
|
|
1789
|
+
placeholderColorDisabled: string;
|
|
1790
|
+
color: string;
|
|
1791
|
+
colorDisabled: string;
|
|
1792
|
+
colorFocus: string;
|
|
1793
|
+
groupLabelBorder: string;
|
|
1794
|
+
border: string;
|
|
1795
|
+
borderHover: string;
|
|
1796
|
+
borderDisabled: string;
|
|
1797
|
+
borderFocus: string;
|
|
1798
|
+
boxShadowFocus: string;
|
|
1799
|
+
loadingColor: string;
|
|
1800
|
+
loadingColorSuccess: string;
|
|
1801
|
+
borderSuccess: string;
|
|
1802
|
+
borderHoverSuccess: string;
|
|
1803
|
+
colorFocusSuccess: string;
|
|
1804
|
+
borderFocusSuccess: string;
|
|
1805
|
+
boxShadowFocusSuccess: string;
|
|
1806
|
+
caretColorSuccess: string;
|
|
1807
|
+
loadingColorWarning: string;
|
|
1808
|
+
borderWarning: string;
|
|
1809
|
+
borderHoverWarning: string;
|
|
1810
|
+
colorFocusWarning: string;
|
|
1811
|
+
borderFocusWarning: string;
|
|
1812
|
+
boxShadowFocusWarning: string;
|
|
1813
|
+
caretColorWarning: string;
|
|
1814
|
+
loadingColorError: string;
|
|
1815
|
+
borderError: string;
|
|
1816
|
+
borderHoverError: string;
|
|
1817
|
+
colorFocusError: string;
|
|
1818
|
+
borderFocusError: string;
|
|
1819
|
+
boxShadowFocusError: string;
|
|
1820
|
+
caretColorError: string;
|
|
1821
|
+
clearColor: string;
|
|
1822
|
+
clearColorHover: string;
|
|
1823
|
+
clearColorPressed: string;
|
|
1824
|
+
iconColor: string;
|
|
1825
|
+
iconColorDisabled: string;
|
|
1826
|
+
iconColorHover: string;
|
|
1827
|
+
iconColorPressed: string;
|
|
1828
|
+
suffixTextColor: string;
|
|
1829
|
+
selectionColor: string;
|
|
1830
|
+
}, any>;
|
|
1216
1831
|
}>;
|
|
1217
1832
|
}>;
|
|
1218
1833
|
Input: import("../../_mixins").Theme<"Input", {
|
|
@@ -1367,6 +1982,129 @@ export declare const paginationProps: {
|
|
|
1367
1982
|
iconBgColor: string;
|
|
1368
1983
|
extraTextColor: string;
|
|
1369
1984
|
}, any>;
|
|
1985
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1986
|
+
fontWeight: string;
|
|
1987
|
+
textColor: string;
|
|
1988
|
+
descriptionTextColor: string;
|
|
1989
|
+
textColorDisabled: string;
|
|
1990
|
+
descriptionTextColorDisabled: string;
|
|
1991
|
+
fontSizeLarge: string;
|
|
1992
|
+
fontSizeMedium: string;
|
|
1993
|
+
fontSizeSmall: string;
|
|
1994
|
+
lineHeightLarge: string;
|
|
1995
|
+
lineHeightMedium: string;
|
|
1996
|
+
lineHeightSmall: string;
|
|
1997
|
+
borderRadiusLarge: string;
|
|
1998
|
+
borderRadiusMedium: string;
|
|
1999
|
+
borderRadiusSmall: string;
|
|
2000
|
+
color: string;
|
|
2001
|
+
colorHover: string;
|
|
2002
|
+
colorFocus: string;
|
|
2003
|
+
colorActive: string;
|
|
2004
|
+
colorChecked: string;
|
|
2005
|
+
colorHoverChecked: string;
|
|
2006
|
+
colorFocusChecked: string;
|
|
2007
|
+
colorActiveChecked: string;
|
|
2008
|
+
colorDisabled: string;
|
|
2009
|
+
colorDisabledChecked: string;
|
|
2010
|
+
checkMarkColor: string;
|
|
2011
|
+
checkMarkColorHover: string;
|
|
2012
|
+
checkMarkColorFocus: string;
|
|
2013
|
+
checkMarkColorActive: string;
|
|
2014
|
+
checkMarkColorDisabled: string;
|
|
2015
|
+
checkMarkColorDisabledChecked: string;
|
|
2016
|
+
border: string;
|
|
2017
|
+
borderHover: string;
|
|
2018
|
+
borderFocus: string;
|
|
2019
|
+
borderActive: string;
|
|
2020
|
+
borderChecked: string;
|
|
2021
|
+
borderHoverChecked: string;
|
|
2022
|
+
borderFocusChecked: string;
|
|
2023
|
+
borderActiveChecked: string;
|
|
2024
|
+
borderDisabled: string;
|
|
2025
|
+
borderDisabledChecked: string;
|
|
2026
|
+
boxShadowHover: string;
|
|
2027
|
+
boxShadowFocus: string;
|
|
2028
|
+
boxShadowActive: string;
|
|
2029
|
+
boxShadowHoverChecked: string;
|
|
2030
|
+
boxShadowFocusChecked: string;
|
|
2031
|
+
boxShadowActiveChecked: string;
|
|
2032
|
+
sizeSmall: string;
|
|
2033
|
+
sizeMedium: string;
|
|
2034
|
+
sizeLarge: string;
|
|
2035
|
+
labelPadding: string;
|
|
2036
|
+
}, any>;
|
|
2037
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
2038
|
+
paddingTiny: string;
|
|
2039
|
+
paddingSmall: string;
|
|
2040
|
+
paddingMedium: string;
|
|
2041
|
+
paddingLarge: string;
|
|
2042
|
+
paddingHuge: string;
|
|
2043
|
+
clearSize: string;
|
|
2044
|
+
countTextColorDisabled: string;
|
|
2045
|
+
countTextColor: string;
|
|
2046
|
+
heightTiny: string;
|
|
2047
|
+
heightSmall: string;
|
|
2048
|
+
heightMedium: string;
|
|
2049
|
+
heightLarge: string;
|
|
2050
|
+
heightHuge: string;
|
|
2051
|
+
fontSizeTiny: string;
|
|
2052
|
+
fontSizeSmall: string;
|
|
2053
|
+
fontSizeMedium: string;
|
|
2054
|
+
fontSizeLarge: string;
|
|
2055
|
+
fontSizeHuge: string;
|
|
2056
|
+
lineHeight: string;
|
|
2057
|
+
lineHeightTextarea: string;
|
|
2058
|
+
borderRadius: string;
|
|
2059
|
+
iconSize: string;
|
|
2060
|
+
groupLabelTextColor: string;
|
|
2061
|
+
textColor: string;
|
|
2062
|
+
textColorDisabled: string;
|
|
2063
|
+
textDecorationColor: string;
|
|
2064
|
+
caretColor: string;
|
|
2065
|
+
placeholderColor: string;
|
|
2066
|
+
placeholderColorDisabled: string;
|
|
2067
|
+
color: string;
|
|
2068
|
+
colorDisabled: string;
|
|
2069
|
+
colorFocus: string;
|
|
2070
|
+
groupLabelBorder: string;
|
|
2071
|
+
border: string;
|
|
2072
|
+
borderHover: string;
|
|
2073
|
+
borderDisabled: string;
|
|
2074
|
+
borderFocus: string;
|
|
2075
|
+
boxShadowFocus: string;
|
|
2076
|
+
loadingColor: string;
|
|
2077
|
+
loadingColorSuccess: string;
|
|
2078
|
+
borderSuccess: string;
|
|
2079
|
+
borderHoverSuccess: string;
|
|
2080
|
+
colorFocusSuccess: string;
|
|
2081
|
+
borderFocusSuccess: string;
|
|
2082
|
+
boxShadowFocusSuccess: string;
|
|
2083
|
+
caretColorSuccess: string;
|
|
2084
|
+
loadingColorWarning: string;
|
|
2085
|
+
borderWarning: string;
|
|
2086
|
+
borderHoverWarning: string;
|
|
2087
|
+
colorFocusWarning: string;
|
|
2088
|
+
borderFocusWarning: string;
|
|
2089
|
+
boxShadowFocusWarning: string;
|
|
2090
|
+
caretColorWarning: string;
|
|
2091
|
+
loadingColorError: string;
|
|
2092
|
+
borderError: string;
|
|
2093
|
+
borderHoverError: string;
|
|
2094
|
+
colorFocusError: string;
|
|
2095
|
+
borderFocusError: string;
|
|
2096
|
+
boxShadowFocusError: string;
|
|
2097
|
+
caretColorError: string;
|
|
2098
|
+
clearColor: string;
|
|
2099
|
+
clearColorHover: string;
|
|
2100
|
+
clearColorPressed: string;
|
|
2101
|
+
iconColor: string;
|
|
2102
|
+
iconColorDisabled: string;
|
|
2103
|
+
iconColorHover: string;
|
|
2104
|
+
iconColorPressed: string;
|
|
2105
|
+
suffixTextColor: string;
|
|
2106
|
+
selectionColor: string;
|
|
2107
|
+
}, any>;
|
|
1370
2108
|
}>;
|
|
1371
2109
|
}>;
|
|
1372
2110
|
}>>>;
|