@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
|
@@ -130,6 +130,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
130
|
iconBgColor: string;
|
|
131
131
|
extraTextColor: string;
|
|
132
132
|
}, any>;
|
|
133
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
134
|
+
fontWeight: string;
|
|
135
|
+
textColor: string;
|
|
136
|
+
descriptionTextColor: string;
|
|
137
|
+
textColorDisabled: string;
|
|
138
|
+
descriptionTextColorDisabled: string;
|
|
139
|
+
fontSizeLarge: string;
|
|
140
|
+
fontSizeMedium: string;
|
|
141
|
+
fontSizeSmall: string;
|
|
142
|
+
lineHeightLarge: string;
|
|
143
|
+
lineHeightMedium: string;
|
|
144
|
+
lineHeightSmall: string;
|
|
145
|
+
borderRadiusLarge: string;
|
|
146
|
+
borderRadiusMedium: string;
|
|
147
|
+
borderRadiusSmall: string;
|
|
148
|
+
color: string;
|
|
149
|
+
colorHover: string;
|
|
150
|
+
colorFocus: string;
|
|
151
|
+
colorActive: string;
|
|
152
|
+
colorChecked: string;
|
|
153
|
+
colorHoverChecked: string;
|
|
154
|
+
colorFocusChecked: string;
|
|
155
|
+
colorActiveChecked: string;
|
|
156
|
+
colorDisabled: string;
|
|
157
|
+
colorDisabledChecked: string;
|
|
158
|
+
checkMarkColor: string;
|
|
159
|
+
checkMarkColorHover: string;
|
|
160
|
+
checkMarkColorFocus: string;
|
|
161
|
+
checkMarkColorActive: string;
|
|
162
|
+
checkMarkColorDisabled: string;
|
|
163
|
+
checkMarkColorDisabledChecked: string;
|
|
164
|
+
border: string;
|
|
165
|
+
borderHover: string;
|
|
166
|
+
borderFocus: string;
|
|
167
|
+
borderActive: string;
|
|
168
|
+
borderChecked: string;
|
|
169
|
+
borderHoverChecked: string;
|
|
170
|
+
borderFocusChecked: string;
|
|
171
|
+
borderActiveChecked: string;
|
|
172
|
+
borderDisabled: string;
|
|
173
|
+
borderDisabledChecked: string;
|
|
174
|
+
boxShadowHover: string;
|
|
175
|
+
boxShadowFocus: string;
|
|
176
|
+
boxShadowActive: string;
|
|
177
|
+
boxShadowHoverChecked: string;
|
|
178
|
+
boxShadowFocusChecked: string;
|
|
179
|
+
boxShadowActiveChecked: string;
|
|
180
|
+
sizeSmall: string;
|
|
181
|
+
sizeMedium: string;
|
|
182
|
+
sizeLarge: string;
|
|
183
|
+
labelPadding: string;
|
|
184
|
+
}, any>;
|
|
185
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
186
|
+
paddingTiny: string;
|
|
187
|
+
paddingSmall: string;
|
|
188
|
+
paddingMedium: string;
|
|
189
|
+
paddingLarge: string;
|
|
190
|
+
paddingHuge: string;
|
|
191
|
+
clearSize: string;
|
|
192
|
+
countTextColorDisabled: string;
|
|
193
|
+
countTextColor: string;
|
|
194
|
+
heightTiny: string;
|
|
195
|
+
heightSmall: string;
|
|
196
|
+
heightMedium: string;
|
|
197
|
+
heightLarge: string;
|
|
198
|
+
heightHuge: string;
|
|
199
|
+
fontSizeTiny: string;
|
|
200
|
+
fontSizeSmall: string;
|
|
201
|
+
fontSizeMedium: string;
|
|
202
|
+
fontSizeLarge: string;
|
|
203
|
+
fontSizeHuge: string;
|
|
204
|
+
lineHeight: string;
|
|
205
|
+
lineHeightTextarea: string;
|
|
206
|
+
borderRadius: string;
|
|
207
|
+
iconSize: string;
|
|
208
|
+
groupLabelTextColor: string;
|
|
209
|
+
textColor: string;
|
|
210
|
+
textColorDisabled: string;
|
|
211
|
+
textDecorationColor: string;
|
|
212
|
+
caretColor: string;
|
|
213
|
+
placeholderColor: string;
|
|
214
|
+
placeholderColorDisabled: string;
|
|
215
|
+
color: string;
|
|
216
|
+
colorDisabled: string;
|
|
217
|
+
colorFocus: string;
|
|
218
|
+
groupLabelBorder: string;
|
|
219
|
+
border: string;
|
|
220
|
+
borderHover: string;
|
|
221
|
+
borderDisabled: string;
|
|
222
|
+
borderFocus: string;
|
|
223
|
+
boxShadowFocus: string;
|
|
224
|
+
loadingColor: string;
|
|
225
|
+
loadingColorSuccess: string;
|
|
226
|
+
borderSuccess: string;
|
|
227
|
+
borderHoverSuccess: string;
|
|
228
|
+
colorFocusSuccess: string;
|
|
229
|
+
borderFocusSuccess: string;
|
|
230
|
+
boxShadowFocusSuccess: string;
|
|
231
|
+
caretColorSuccess: string;
|
|
232
|
+
loadingColorWarning: string;
|
|
233
|
+
borderWarning: string;
|
|
234
|
+
borderHoverWarning: string;
|
|
235
|
+
colorFocusWarning: string;
|
|
236
|
+
borderFocusWarning: string;
|
|
237
|
+
boxShadowFocusWarning: string;
|
|
238
|
+
caretColorWarning: string;
|
|
239
|
+
loadingColorError: string;
|
|
240
|
+
borderError: string;
|
|
241
|
+
borderHoverError: string;
|
|
242
|
+
colorFocusError: string;
|
|
243
|
+
borderFocusError: string;
|
|
244
|
+
boxShadowFocusError: string;
|
|
245
|
+
caretColorError: string;
|
|
246
|
+
clearColor: string;
|
|
247
|
+
clearColorHover: string;
|
|
248
|
+
clearColorPressed: string;
|
|
249
|
+
iconColor: string;
|
|
250
|
+
iconColorDisabled: string;
|
|
251
|
+
iconColorHover: string;
|
|
252
|
+
iconColorPressed: string;
|
|
253
|
+
suffixTextColor: string;
|
|
254
|
+
selectionColor: string;
|
|
255
|
+
}, any>;
|
|
133
256
|
}>;
|
|
134
257
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
135
258
|
paddingTiny: string;
|
|
@@ -372,6 +495,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
372
495
|
iconBgColor: string;
|
|
373
496
|
extraTextColor: string;
|
|
374
497
|
}, any>> | undefined;
|
|
498
|
+
Checkbox?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Checkbox", {
|
|
499
|
+
fontWeight: string;
|
|
500
|
+
textColor: string;
|
|
501
|
+
descriptionTextColor: string;
|
|
502
|
+
textColorDisabled: string;
|
|
503
|
+
descriptionTextColorDisabled: string;
|
|
504
|
+
fontSizeLarge: string;
|
|
505
|
+
fontSizeMedium: string;
|
|
506
|
+
fontSizeSmall: string;
|
|
507
|
+
lineHeightLarge: string;
|
|
508
|
+
lineHeightMedium: string;
|
|
509
|
+
lineHeightSmall: string;
|
|
510
|
+
borderRadiusLarge: string;
|
|
511
|
+
borderRadiusMedium: string;
|
|
512
|
+
borderRadiusSmall: string;
|
|
513
|
+
color: string;
|
|
514
|
+
colorHover: string;
|
|
515
|
+
colorFocus: string;
|
|
516
|
+
colorActive: string;
|
|
517
|
+
colorChecked: string;
|
|
518
|
+
colorHoverChecked: string;
|
|
519
|
+
colorFocusChecked: string;
|
|
520
|
+
colorActiveChecked: string;
|
|
521
|
+
colorDisabled: string;
|
|
522
|
+
colorDisabledChecked: string;
|
|
523
|
+
checkMarkColor: string;
|
|
524
|
+
checkMarkColorHover: string;
|
|
525
|
+
checkMarkColorFocus: string;
|
|
526
|
+
checkMarkColorActive: string;
|
|
527
|
+
checkMarkColorDisabled: string;
|
|
528
|
+
checkMarkColorDisabledChecked: string;
|
|
529
|
+
border: string;
|
|
530
|
+
borderHover: string;
|
|
531
|
+
borderFocus: string;
|
|
532
|
+
borderActive: string;
|
|
533
|
+
borderChecked: string;
|
|
534
|
+
borderHoverChecked: string;
|
|
535
|
+
borderFocusChecked: string;
|
|
536
|
+
borderActiveChecked: string;
|
|
537
|
+
borderDisabled: string;
|
|
538
|
+
borderDisabledChecked: string;
|
|
539
|
+
boxShadowHover: string;
|
|
540
|
+
boxShadowFocus: string;
|
|
541
|
+
boxShadowActive: string;
|
|
542
|
+
boxShadowHoverChecked: string;
|
|
543
|
+
boxShadowFocusChecked: string;
|
|
544
|
+
boxShadowActiveChecked: string;
|
|
545
|
+
sizeSmall: string;
|
|
546
|
+
sizeMedium: string;
|
|
547
|
+
sizeLarge: string;
|
|
548
|
+
labelPadding: string;
|
|
549
|
+
}, any>> | undefined;
|
|
550
|
+
Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
551
|
+
paddingTiny: string;
|
|
552
|
+
paddingSmall: string;
|
|
553
|
+
paddingMedium: string;
|
|
554
|
+
paddingLarge: string;
|
|
555
|
+
paddingHuge: string;
|
|
556
|
+
clearSize: string;
|
|
557
|
+
countTextColorDisabled: string;
|
|
558
|
+
countTextColor: string;
|
|
559
|
+
heightTiny: string;
|
|
560
|
+
heightSmall: string;
|
|
561
|
+
heightMedium: string;
|
|
562
|
+
heightLarge: string;
|
|
563
|
+
heightHuge: string;
|
|
564
|
+
fontSizeTiny: string;
|
|
565
|
+
fontSizeSmall: string;
|
|
566
|
+
fontSizeMedium: string;
|
|
567
|
+
fontSizeLarge: string;
|
|
568
|
+
fontSizeHuge: string;
|
|
569
|
+
lineHeight: string;
|
|
570
|
+
lineHeightTextarea: string;
|
|
571
|
+
borderRadius: string;
|
|
572
|
+
iconSize: string;
|
|
573
|
+
groupLabelTextColor: string;
|
|
574
|
+
textColor: string;
|
|
575
|
+
textColorDisabled: string;
|
|
576
|
+
textDecorationColor: string;
|
|
577
|
+
caretColor: string;
|
|
578
|
+
placeholderColor: string;
|
|
579
|
+
placeholderColorDisabled: string;
|
|
580
|
+
color: string;
|
|
581
|
+
colorDisabled: string;
|
|
582
|
+
colorFocus: string;
|
|
583
|
+
groupLabelBorder: string;
|
|
584
|
+
border: string;
|
|
585
|
+
borderHover: string;
|
|
586
|
+
borderDisabled: string;
|
|
587
|
+
borderFocus: string;
|
|
588
|
+
boxShadowFocus: string;
|
|
589
|
+
loadingColor: string;
|
|
590
|
+
loadingColorSuccess: string;
|
|
591
|
+
borderSuccess: string;
|
|
592
|
+
borderHoverSuccess: string;
|
|
593
|
+
colorFocusSuccess: string;
|
|
594
|
+
borderFocusSuccess: string;
|
|
595
|
+
boxShadowFocusSuccess: string;
|
|
596
|
+
caretColorSuccess: string;
|
|
597
|
+
loadingColorWarning: string;
|
|
598
|
+
borderWarning: string;
|
|
599
|
+
borderHoverWarning: string;
|
|
600
|
+
colorFocusWarning: string;
|
|
601
|
+
borderFocusWarning: string;
|
|
602
|
+
boxShadowFocusWarning: string;
|
|
603
|
+
caretColorWarning: string;
|
|
604
|
+
loadingColorError: string;
|
|
605
|
+
borderError: string;
|
|
606
|
+
borderHoverError: string;
|
|
607
|
+
colorFocusError: string;
|
|
608
|
+
borderFocusError: string;
|
|
609
|
+
boxShadowFocusError: string;
|
|
610
|
+
caretColorError: string;
|
|
611
|
+
clearColor: string;
|
|
612
|
+
clearColorHover: string;
|
|
613
|
+
clearColorPressed: string;
|
|
614
|
+
iconColor: string;
|
|
615
|
+
iconColorDisabled: string;
|
|
616
|
+
iconColorHover: string;
|
|
617
|
+
iconColorPressed: string;
|
|
618
|
+
suffixTextColor: string;
|
|
619
|
+
selectionColor: string;
|
|
620
|
+
}, any>> | undefined;
|
|
375
621
|
} | undefined;
|
|
376
622
|
} | undefined;
|
|
377
623
|
InternalSelection?: {
|
|
@@ -492,6 +738,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
492
738
|
iconBgColor: string;
|
|
493
739
|
extraTextColor: string;
|
|
494
740
|
}, any>;
|
|
741
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
742
|
+
fontWeight: string;
|
|
743
|
+
textColor: string;
|
|
744
|
+
descriptionTextColor: string;
|
|
745
|
+
textColorDisabled: string;
|
|
746
|
+
descriptionTextColorDisabled: string;
|
|
747
|
+
fontSizeLarge: string;
|
|
748
|
+
fontSizeMedium: string;
|
|
749
|
+
fontSizeSmall: string;
|
|
750
|
+
lineHeightLarge: string;
|
|
751
|
+
lineHeightMedium: string;
|
|
752
|
+
lineHeightSmall: string;
|
|
753
|
+
borderRadiusLarge: string;
|
|
754
|
+
borderRadiusMedium: string;
|
|
755
|
+
borderRadiusSmall: string;
|
|
756
|
+
color: string;
|
|
757
|
+
colorHover: string;
|
|
758
|
+
colorFocus: string;
|
|
759
|
+
colorActive: string;
|
|
760
|
+
colorChecked: string;
|
|
761
|
+
colorHoverChecked: string;
|
|
762
|
+
colorFocusChecked: string;
|
|
763
|
+
colorActiveChecked: string;
|
|
764
|
+
colorDisabled: string;
|
|
765
|
+
colorDisabledChecked: string;
|
|
766
|
+
checkMarkColor: string;
|
|
767
|
+
checkMarkColorHover: string;
|
|
768
|
+
checkMarkColorFocus: string;
|
|
769
|
+
checkMarkColorActive: string;
|
|
770
|
+
checkMarkColorDisabled: string;
|
|
771
|
+
checkMarkColorDisabledChecked: string;
|
|
772
|
+
border: string;
|
|
773
|
+
borderHover: string;
|
|
774
|
+
borderFocus: string;
|
|
775
|
+
borderActive: string;
|
|
776
|
+
borderChecked: string;
|
|
777
|
+
borderHoverChecked: string;
|
|
778
|
+
borderFocusChecked: string;
|
|
779
|
+
borderActiveChecked: string;
|
|
780
|
+
borderDisabled: string;
|
|
781
|
+
borderDisabledChecked: string;
|
|
782
|
+
boxShadowHover: string;
|
|
783
|
+
boxShadowFocus: string;
|
|
784
|
+
boxShadowActive: string;
|
|
785
|
+
boxShadowHoverChecked: string;
|
|
786
|
+
boxShadowFocusChecked: string;
|
|
787
|
+
boxShadowActiveChecked: string;
|
|
788
|
+
sizeSmall: string;
|
|
789
|
+
sizeMedium: string;
|
|
790
|
+
sizeLarge: string;
|
|
791
|
+
labelPadding: string;
|
|
792
|
+
}, any>;
|
|
793
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
794
|
+
paddingTiny: string;
|
|
795
|
+
paddingSmall: string;
|
|
796
|
+
paddingMedium: string;
|
|
797
|
+
paddingLarge: string;
|
|
798
|
+
paddingHuge: string;
|
|
799
|
+
clearSize: string;
|
|
800
|
+
countTextColorDisabled: string;
|
|
801
|
+
countTextColor: string;
|
|
802
|
+
heightTiny: string;
|
|
803
|
+
heightSmall: string;
|
|
804
|
+
heightMedium: string;
|
|
805
|
+
heightLarge: string;
|
|
806
|
+
heightHuge: string;
|
|
807
|
+
fontSizeTiny: string;
|
|
808
|
+
fontSizeSmall: string;
|
|
809
|
+
fontSizeMedium: string;
|
|
810
|
+
fontSizeLarge: string;
|
|
811
|
+
fontSizeHuge: string;
|
|
812
|
+
lineHeight: string;
|
|
813
|
+
lineHeightTextarea: string;
|
|
814
|
+
borderRadius: string;
|
|
815
|
+
iconSize: string;
|
|
816
|
+
groupLabelTextColor: string;
|
|
817
|
+
textColor: string;
|
|
818
|
+
textColorDisabled: string;
|
|
819
|
+
textDecorationColor: string;
|
|
820
|
+
caretColor: string;
|
|
821
|
+
placeholderColor: string;
|
|
822
|
+
placeholderColorDisabled: string;
|
|
823
|
+
color: string;
|
|
824
|
+
colorDisabled: string;
|
|
825
|
+
colorFocus: string;
|
|
826
|
+
groupLabelBorder: string;
|
|
827
|
+
border: string;
|
|
828
|
+
borderHover: string;
|
|
829
|
+
borderDisabled: string;
|
|
830
|
+
borderFocus: string;
|
|
831
|
+
boxShadowFocus: string;
|
|
832
|
+
loadingColor: string;
|
|
833
|
+
loadingColorSuccess: string;
|
|
834
|
+
borderSuccess: string;
|
|
835
|
+
borderHoverSuccess: string;
|
|
836
|
+
colorFocusSuccess: string;
|
|
837
|
+
borderFocusSuccess: string;
|
|
838
|
+
boxShadowFocusSuccess: string;
|
|
839
|
+
caretColorSuccess: string;
|
|
840
|
+
loadingColorWarning: string;
|
|
841
|
+
borderWarning: string;
|
|
842
|
+
borderHoverWarning: string;
|
|
843
|
+
colorFocusWarning: string;
|
|
844
|
+
borderFocusWarning: string;
|
|
845
|
+
boxShadowFocusWarning: string;
|
|
846
|
+
caretColorWarning: string;
|
|
847
|
+
loadingColorError: string;
|
|
848
|
+
borderError: string;
|
|
849
|
+
borderHoverError: string;
|
|
850
|
+
colorFocusError: string;
|
|
851
|
+
borderFocusError: string;
|
|
852
|
+
boxShadowFocusError: string;
|
|
853
|
+
caretColorError: string;
|
|
854
|
+
clearColor: string;
|
|
855
|
+
clearColorHover: string;
|
|
856
|
+
clearColorPressed: string;
|
|
857
|
+
iconColor: string;
|
|
858
|
+
iconColorDisabled: string;
|
|
859
|
+
iconColorHover: string;
|
|
860
|
+
iconColorPressed: string;
|
|
861
|
+
suffixTextColor: string;
|
|
862
|
+
selectionColor: string;
|
|
863
|
+
}, any>;
|
|
495
864
|
}>;
|
|
496
865
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
497
866
|
paddingTiny: string;
|
|
@@ -734,6 +1103,129 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
734
1103
|
iconBgColor: string;
|
|
735
1104
|
extraTextColor: string;
|
|
736
1105
|
}, any>> | undefined;
|
|
1106
|
+
Checkbox?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Checkbox", {
|
|
1107
|
+
fontWeight: string;
|
|
1108
|
+
textColor: string;
|
|
1109
|
+
descriptionTextColor: string;
|
|
1110
|
+
textColorDisabled: string;
|
|
1111
|
+
descriptionTextColorDisabled: string;
|
|
1112
|
+
fontSizeLarge: string;
|
|
1113
|
+
fontSizeMedium: string;
|
|
1114
|
+
fontSizeSmall: string;
|
|
1115
|
+
lineHeightLarge: string;
|
|
1116
|
+
lineHeightMedium: string;
|
|
1117
|
+
lineHeightSmall: string;
|
|
1118
|
+
borderRadiusLarge: string;
|
|
1119
|
+
borderRadiusMedium: string;
|
|
1120
|
+
borderRadiusSmall: string;
|
|
1121
|
+
color: string;
|
|
1122
|
+
colorHover: string;
|
|
1123
|
+
colorFocus: string;
|
|
1124
|
+
colorActive: string;
|
|
1125
|
+
colorChecked: string;
|
|
1126
|
+
colorHoverChecked: string;
|
|
1127
|
+
colorFocusChecked: string;
|
|
1128
|
+
colorActiveChecked: string;
|
|
1129
|
+
colorDisabled: string;
|
|
1130
|
+
colorDisabledChecked: string;
|
|
1131
|
+
checkMarkColor: string;
|
|
1132
|
+
checkMarkColorHover: string;
|
|
1133
|
+
checkMarkColorFocus: string;
|
|
1134
|
+
checkMarkColorActive: string;
|
|
1135
|
+
checkMarkColorDisabled: string;
|
|
1136
|
+
checkMarkColorDisabledChecked: string;
|
|
1137
|
+
border: string;
|
|
1138
|
+
borderHover: string;
|
|
1139
|
+
borderFocus: string;
|
|
1140
|
+
borderActive: string;
|
|
1141
|
+
borderChecked: string;
|
|
1142
|
+
borderHoverChecked: string;
|
|
1143
|
+
borderFocusChecked: string;
|
|
1144
|
+
borderActiveChecked: string;
|
|
1145
|
+
borderDisabled: string;
|
|
1146
|
+
borderDisabledChecked: string;
|
|
1147
|
+
boxShadowHover: string;
|
|
1148
|
+
boxShadowFocus: string;
|
|
1149
|
+
boxShadowActive: string;
|
|
1150
|
+
boxShadowHoverChecked: string;
|
|
1151
|
+
boxShadowFocusChecked: string;
|
|
1152
|
+
boxShadowActiveChecked: string;
|
|
1153
|
+
sizeSmall: string;
|
|
1154
|
+
sizeMedium: string;
|
|
1155
|
+
sizeLarge: string;
|
|
1156
|
+
labelPadding: string;
|
|
1157
|
+
}, any>> | undefined;
|
|
1158
|
+
Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
1159
|
+
paddingTiny: string;
|
|
1160
|
+
paddingSmall: string;
|
|
1161
|
+
paddingMedium: string;
|
|
1162
|
+
paddingLarge: string;
|
|
1163
|
+
paddingHuge: string;
|
|
1164
|
+
clearSize: string;
|
|
1165
|
+
countTextColorDisabled: string;
|
|
1166
|
+
countTextColor: string;
|
|
1167
|
+
heightTiny: string;
|
|
1168
|
+
heightSmall: string;
|
|
1169
|
+
heightMedium: string;
|
|
1170
|
+
heightLarge: string;
|
|
1171
|
+
heightHuge: string;
|
|
1172
|
+
fontSizeTiny: string;
|
|
1173
|
+
fontSizeSmall: string;
|
|
1174
|
+
fontSizeMedium: string;
|
|
1175
|
+
fontSizeLarge: string;
|
|
1176
|
+
fontSizeHuge: string;
|
|
1177
|
+
lineHeight: string;
|
|
1178
|
+
lineHeightTextarea: string;
|
|
1179
|
+
borderRadius: string;
|
|
1180
|
+
iconSize: string;
|
|
1181
|
+
groupLabelTextColor: string;
|
|
1182
|
+
textColor: string;
|
|
1183
|
+
textColorDisabled: string;
|
|
1184
|
+
textDecorationColor: string;
|
|
1185
|
+
caretColor: string;
|
|
1186
|
+
placeholderColor: string;
|
|
1187
|
+
placeholderColorDisabled: string;
|
|
1188
|
+
color: string;
|
|
1189
|
+
colorDisabled: string;
|
|
1190
|
+
colorFocus: string;
|
|
1191
|
+
groupLabelBorder: string;
|
|
1192
|
+
border: string;
|
|
1193
|
+
borderHover: string;
|
|
1194
|
+
borderDisabled: string;
|
|
1195
|
+
borderFocus: string;
|
|
1196
|
+
boxShadowFocus: string;
|
|
1197
|
+
loadingColor: string;
|
|
1198
|
+
loadingColorSuccess: string;
|
|
1199
|
+
borderSuccess: string;
|
|
1200
|
+
borderHoverSuccess: string;
|
|
1201
|
+
colorFocusSuccess: string;
|
|
1202
|
+
borderFocusSuccess: string;
|
|
1203
|
+
boxShadowFocusSuccess: string;
|
|
1204
|
+
caretColorSuccess: string;
|
|
1205
|
+
loadingColorWarning: string;
|
|
1206
|
+
borderWarning: string;
|
|
1207
|
+
borderHoverWarning: string;
|
|
1208
|
+
colorFocusWarning: string;
|
|
1209
|
+
borderFocusWarning: string;
|
|
1210
|
+
boxShadowFocusWarning: string;
|
|
1211
|
+
caretColorWarning: string;
|
|
1212
|
+
loadingColorError: string;
|
|
1213
|
+
borderError: string;
|
|
1214
|
+
borderHoverError: string;
|
|
1215
|
+
colorFocusError: string;
|
|
1216
|
+
borderFocusError: string;
|
|
1217
|
+
boxShadowFocusError: string;
|
|
1218
|
+
caretColorError: string;
|
|
1219
|
+
clearColor: string;
|
|
1220
|
+
clearColorHover: string;
|
|
1221
|
+
clearColorPressed: string;
|
|
1222
|
+
iconColor: string;
|
|
1223
|
+
iconColorDisabled: string;
|
|
1224
|
+
iconColorHover: string;
|
|
1225
|
+
iconColorPressed: string;
|
|
1226
|
+
suffixTextColor: string;
|
|
1227
|
+
selectionColor: string;
|
|
1228
|
+
}, any>> | undefined;
|
|
737
1229
|
} | undefined;
|
|
738
1230
|
} | undefined;
|
|
739
1231
|
InternalSelection?: {
|