@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
|
@@ -338,6 +338,129 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
|
|
|
338
338
|
iconBgColor: string;
|
|
339
339
|
extraTextColor: string;
|
|
340
340
|
}, any>;
|
|
341
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
342
|
+
fontWeight: string;
|
|
343
|
+
textColor: string;
|
|
344
|
+
descriptionTextColor: string;
|
|
345
|
+
textColorDisabled: string;
|
|
346
|
+
descriptionTextColorDisabled: string;
|
|
347
|
+
fontSizeLarge: string;
|
|
348
|
+
fontSizeMedium: string;
|
|
349
|
+
fontSizeSmall: string;
|
|
350
|
+
lineHeightLarge: string;
|
|
351
|
+
lineHeightMedium: string;
|
|
352
|
+
lineHeightSmall: string;
|
|
353
|
+
borderRadiusLarge: string;
|
|
354
|
+
borderRadiusMedium: string;
|
|
355
|
+
borderRadiusSmall: string;
|
|
356
|
+
color: string;
|
|
357
|
+
colorHover: string;
|
|
358
|
+
colorFocus: string;
|
|
359
|
+
colorActive: string;
|
|
360
|
+
colorChecked: string;
|
|
361
|
+
colorHoverChecked: string;
|
|
362
|
+
colorFocusChecked: string;
|
|
363
|
+
colorActiveChecked: string;
|
|
364
|
+
colorDisabled: string;
|
|
365
|
+
colorDisabledChecked: string;
|
|
366
|
+
checkMarkColor: string;
|
|
367
|
+
checkMarkColorHover: string;
|
|
368
|
+
checkMarkColorFocus: string;
|
|
369
|
+
checkMarkColorActive: string;
|
|
370
|
+
checkMarkColorDisabled: string;
|
|
371
|
+
checkMarkColorDisabledChecked: string;
|
|
372
|
+
border: string;
|
|
373
|
+
borderHover: string;
|
|
374
|
+
borderFocus: string;
|
|
375
|
+
borderActive: string;
|
|
376
|
+
borderChecked: string;
|
|
377
|
+
borderHoverChecked: string;
|
|
378
|
+
borderFocusChecked: string;
|
|
379
|
+
borderActiveChecked: string;
|
|
380
|
+
borderDisabled: string;
|
|
381
|
+
borderDisabledChecked: string;
|
|
382
|
+
boxShadowHover: string;
|
|
383
|
+
boxShadowFocus: string;
|
|
384
|
+
boxShadowActive: string;
|
|
385
|
+
boxShadowHoverChecked: string;
|
|
386
|
+
boxShadowFocusChecked: string;
|
|
387
|
+
boxShadowActiveChecked: string;
|
|
388
|
+
sizeSmall: string;
|
|
389
|
+
sizeMedium: string;
|
|
390
|
+
sizeLarge: string;
|
|
391
|
+
labelPadding: string;
|
|
392
|
+
}, any>;
|
|
393
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
394
|
+
paddingTiny: string;
|
|
395
|
+
paddingSmall: string;
|
|
396
|
+
paddingMedium: string;
|
|
397
|
+
paddingLarge: string;
|
|
398
|
+
paddingHuge: string;
|
|
399
|
+
clearSize: string;
|
|
400
|
+
countTextColorDisabled: string;
|
|
401
|
+
countTextColor: string;
|
|
402
|
+
heightTiny: string;
|
|
403
|
+
heightSmall: string;
|
|
404
|
+
heightMedium: string;
|
|
405
|
+
heightLarge: string;
|
|
406
|
+
heightHuge: string;
|
|
407
|
+
fontSizeTiny: string;
|
|
408
|
+
fontSizeSmall: string;
|
|
409
|
+
fontSizeMedium: string;
|
|
410
|
+
fontSizeLarge: string;
|
|
411
|
+
fontSizeHuge: string;
|
|
412
|
+
lineHeight: string;
|
|
413
|
+
lineHeightTextarea: string;
|
|
414
|
+
borderRadius: string;
|
|
415
|
+
iconSize: string;
|
|
416
|
+
groupLabelTextColor: string;
|
|
417
|
+
textColor: string;
|
|
418
|
+
textColorDisabled: string;
|
|
419
|
+
textDecorationColor: string;
|
|
420
|
+
caretColor: string;
|
|
421
|
+
placeholderColor: string;
|
|
422
|
+
placeholderColorDisabled: string;
|
|
423
|
+
color: string;
|
|
424
|
+
colorDisabled: string;
|
|
425
|
+
colorFocus: string;
|
|
426
|
+
groupLabelBorder: string;
|
|
427
|
+
border: string;
|
|
428
|
+
borderHover: string;
|
|
429
|
+
borderDisabled: string;
|
|
430
|
+
borderFocus: string;
|
|
431
|
+
boxShadowFocus: string;
|
|
432
|
+
loadingColor: string;
|
|
433
|
+
loadingColorSuccess: string;
|
|
434
|
+
borderSuccess: string;
|
|
435
|
+
borderHoverSuccess: string;
|
|
436
|
+
colorFocusSuccess: string;
|
|
437
|
+
borderFocusSuccess: string;
|
|
438
|
+
boxShadowFocusSuccess: string;
|
|
439
|
+
caretColorSuccess: string;
|
|
440
|
+
loadingColorWarning: string;
|
|
441
|
+
borderWarning: string;
|
|
442
|
+
borderHoverWarning: string;
|
|
443
|
+
colorFocusWarning: string;
|
|
444
|
+
borderFocusWarning: string;
|
|
445
|
+
boxShadowFocusWarning: string;
|
|
446
|
+
caretColorWarning: string;
|
|
447
|
+
loadingColorError: string;
|
|
448
|
+
borderError: string;
|
|
449
|
+
borderHoverError: string;
|
|
450
|
+
colorFocusError: string;
|
|
451
|
+
borderFocusError: string;
|
|
452
|
+
boxShadowFocusError: string;
|
|
453
|
+
caretColorError: string;
|
|
454
|
+
clearColor: string;
|
|
455
|
+
clearColorHover: string;
|
|
456
|
+
clearColorPressed: string;
|
|
457
|
+
iconColor: string;
|
|
458
|
+
iconColorDisabled: string;
|
|
459
|
+
iconColorHover: string;
|
|
460
|
+
iconColorPressed: string;
|
|
461
|
+
suffixTextColor: string;
|
|
462
|
+
selectionColor: string;
|
|
463
|
+
}, any>;
|
|
341
464
|
}>;
|
|
342
465
|
}>;
|
|
343
466
|
Input: import("../../_mixins").Theme<"Input", {
|
|
@@ -492,6 +615,129 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
|
|
|
492
615
|
iconBgColor: string;
|
|
493
616
|
extraTextColor: string;
|
|
494
617
|
}, any>;
|
|
618
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
619
|
+
fontWeight: string;
|
|
620
|
+
textColor: string;
|
|
621
|
+
descriptionTextColor: string;
|
|
622
|
+
textColorDisabled: string;
|
|
623
|
+
descriptionTextColorDisabled: string;
|
|
624
|
+
fontSizeLarge: string;
|
|
625
|
+
fontSizeMedium: string;
|
|
626
|
+
fontSizeSmall: string;
|
|
627
|
+
lineHeightLarge: string;
|
|
628
|
+
lineHeightMedium: string;
|
|
629
|
+
lineHeightSmall: string;
|
|
630
|
+
borderRadiusLarge: string;
|
|
631
|
+
borderRadiusMedium: string;
|
|
632
|
+
borderRadiusSmall: string;
|
|
633
|
+
color: string;
|
|
634
|
+
colorHover: string;
|
|
635
|
+
colorFocus: string;
|
|
636
|
+
colorActive: string;
|
|
637
|
+
colorChecked: string;
|
|
638
|
+
colorHoverChecked: string;
|
|
639
|
+
colorFocusChecked: string;
|
|
640
|
+
colorActiveChecked: string;
|
|
641
|
+
colorDisabled: string;
|
|
642
|
+
colorDisabledChecked: string;
|
|
643
|
+
checkMarkColor: string;
|
|
644
|
+
checkMarkColorHover: string;
|
|
645
|
+
checkMarkColorFocus: string;
|
|
646
|
+
checkMarkColorActive: string;
|
|
647
|
+
checkMarkColorDisabled: string;
|
|
648
|
+
checkMarkColorDisabledChecked: string;
|
|
649
|
+
border: string;
|
|
650
|
+
borderHover: string;
|
|
651
|
+
borderFocus: string;
|
|
652
|
+
borderActive: string;
|
|
653
|
+
borderChecked: string;
|
|
654
|
+
borderHoverChecked: string;
|
|
655
|
+
borderFocusChecked: string;
|
|
656
|
+
borderActiveChecked: string;
|
|
657
|
+
borderDisabled: string;
|
|
658
|
+
borderDisabledChecked: string;
|
|
659
|
+
boxShadowHover: string;
|
|
660
|
+
boxShadowFocus: string;
|
|
661
|
+
boxShadowActive: string;
|
|
662
|
+
boxShadowHoverChecked: string;
|
|
663
|
+
boxShadowFocusChecked: string;
|
|
664
|
+
boxShadowActiveChecked: string;
|
|
665
|
+
sizeSmall: string;
|
|
666
|
+
sizeMedium: string;
|
|
667
|
+
sizeLarge: string;
|
|
668
|
+
labelPadding: string;
|
|
669
|
+
}, any>;
|
|
670
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
671
|
+
paddingTiny: string;
|
|
672
|
+
paddingSmall: string;
|
|
673
|
+
paddingMedium: string;
|
|
674
|
+
paddingLarge: string;
|
|
675
|
+
paddingHuge: string;
|
|
676
|
+
clearSize: string;
|
|
677
|
+
countTextColorDisabled: string;
|
|
678
|
+
countTextColor: string;
|
|
679
|
+
heightTiny: string;
|
|
680
|
+
heightSmall: string;
|
|
681
|
+
heightMedium: string;
|
|
682
|
+
heightLarge: string;
|
|
683
|
+
heightHuge: string;
|
|
684
|
+
fontSizeTiny: string;
|
|
685
|
+
fontSizeSmall: string;
|
|
686
|
+
fontSizeMedium: string;
|
|
687
|
+
fontSizeLarge: string;
|
|
688
|
+
fontSizeHuge: string;
|
|
689
|
+
lineHeight: string;
|
|
690
|
+
lineHeightTextarea: string;
|
|
691
|
+
borderRadius: string;
|
|
692
|
+
iconSize: string;
|
|
693
|
+
groupLabelTextColor: string;
|
|
694
|
+
textColor: string;
|
|
695
|
+
textColorDisabled: string;
|
|
696
|
+
textDecorationColor: string;
|
|
697
|
+
caretColor: string;
|
|
698
|
+
placeholderColor: string;
|
|
699
|
+
placeholderColorDisabled: string;
|
|
700
|
+
color: string;
|
|
701
|
+
colorDisabled: string;
|
|
702
|
+
colorFocus: string;
|
|
703
|
+
groupLabelBorder: string;
|
|
704
|
+
border: string;
|
|
705
|
+
borderHover: string;
|
|
706
|
+
borderDisabled: string;
|
|
707
|
+
borderFocus: string;
|
|
708
|
+
boxShadowFocus: string;
|
|
709
|
+
loadingColor: string;
|
|
710
|
+
loadingColorSuccess: string;
|
|
711
|
+
borderSuccess: string;
|
|
712
|
+
borderHoverSuccess: string;
|
|
713
|
+
colorFocusSuccess: string;
|
|
714
|
+
borderFocusSuccess: string;
|
|
715
|
+
boxShadowFocusSuccess: string;
|
|
716
|
+
caretColorSuccess: string;
|
|
717
|
+
loadingColorWarning: string;
|
|
718
|
+
borderWarning: string;
|
|
719
|
+
borderHoverWarning: string;
|
|
720
|
+
colorFocusWarning: string;
|
|
721
|
+
borderFocusWarning: string;
|
|
722
|
+
boxShadowFocusWarning: string;
|
|
723
|
+
caretColorWarning: string;
|
|
724
|
+
loadingColorError: string;
|
|
725
|
+
borderError: string;
|
|
726
|
+
borderHoverError: string;
|
|
727
|
+
colorFocusError: string;
|
|
728
|
+
borderFocusError: string;
|
|
729
|
+
boxShadowFocusError: string;
|
|
730
|
+
caretColorError: string;
|
|
731
|
+
clearColor: string;
|
|
732
|
+
clearColorHover: string;
|
|
733
|
+
clearColorPressed: string;
|
|
734
|
+
iconColor: string;
|
|
735
|
+
iconColorDisabled: string;
|
|
736
|
+
iconColorHover: string;
|
|
737
|
+
iconColorPressed: string;
|
|
738
|
+
suffixTextColor: string;
|
|
739
|
+
selectionColor: string;
|
|
740
|
+
}, any>;
|
|
495
741
|
}>;
|
|
496
742
|
}>;
|
|
497
743
|
}>;
|
|
@@ -2737,14 +2737,14 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
2737
2737
|
}, any>;
|
|
2738
2738
|
}>>>;
|
|
2739
2739
|
}>> & Readonly<{}>, {
|
|
2740
|
-
disabled: boolean;
|
|
2741
|
-
to: string | boolean | HTMLElement;
|
|
2742
|
-
width: string | number;
|
|
2743
2740
|
raw: boolean;
|
|
2744
2741
|
showIcon: boolean;
|
|
2742
|
+
width: string | number;
|
|
2745
2743
|
duration: number;
|
|
2746
2744
|
scrollable: boolean;
|
|
2747
2745
|
trigger: PopoverTrigger;
|
|
2746
|
+
to: string | boolean | HTMLElement;
|
|
2747
|
+
disabled: boolean;
|
|
2748
2748
|
placement: import("vueuc").FollowerPlacement;
|
|
2749
2749
|
show: boolean | undefined;
|
|
2750
2750
|
showArrow: boolean;
|
|
@@ -553,13 +553,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
553
553
|
boxShadow: string;
|
|
554
554
|
}, any>>>;
|
|
555
555
|
}>> & Readonly<{}>, {
|
|
556
|
-
disabled: boolean;
|
|
557
|
-
to: string | boolean | HTMLElement;
|
|
558
|
-
width: string | number;
|
|
559
556
|
raw: boolean;
|
|
557
|
+
width: string | number;
|
|
560
558
|
duration: number;
|
|
561
559
|
scrollable: boolean;
|
|
562
560
|
trigger: PopoverTrigger;
|
|
561
|
+
to: string | boolean | HTMLElement;
|
|
562
|
+
disabled: boolean;
|
|
563
563
|
placement: FollowerPlacement;
|
|
564
564
|
show: boolean | undefined;
|
|
565
565
|
showArrow: boolean;
|
|
@@ -264,9 +264,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
264
264
|
boxShadow: string;
|
|
265
265
|
}, any>>>;
|
|
266
266
|
}>> & Readonly<{}>, {
|
|
267
|
-
to: string | boolean | HTMLElement;
|
|
268
267
|
raw: boolean;
|
|
269
268
|
scrollable: boolean;
|
|
269
|
+
to: string | boolean | HTMLElement;
|
|
270
270
|
show: boolean;
|
|
271
271
|
showArrow: boolean;
|
|
272
272
|
arrowPointToCenter: boolean;
|