@uzum-tech/ui 2.3.2 → 2.3.4
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 +29612 -29062
- package/dist/index.mjs +29877 -29327
- 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 +5921 -2897
- package/es/chat/src/Chat.mjs +13 -240
- package/es/chat/src/ChatListItems.d.ts +1875 -30
- package/es/chat/src/ChatMainArea.d.ts +1925 -54
- package/es/chat/src/ChatMainArea.mjs +49 -3
- package/es/chat/src/ChatMessages.d.ts +1874 -29
- package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/es/chat/src/interface.d.ts +2814 -2
- package/es/chat/src/interface.mjs +244 -1
- 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 +19428 -602
- 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 +5921 -2897
- package/lib/chat/src/Chat.js +15 -180
- package/lib/chat/src/ChatListItems.d.ts +1875 -30
- package/lib/chat/src/ChatMainArea.d.ts +1925 -54
- package/lib/chat/src/ChatMainArea.js +48 -3
- package/lib/chat/src/ChatMessages.d.ts +1874 -29
- package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
- package/lib/chat/src/interface.d.ts +2814 -2
- package/lib/chat/src/interface.js +183 -1
- 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 +19428 -602
- 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 +86 -3
|
@@ -69,6 +69,129 @@ declare const autoCompleteLight: import("../../_mixins").Theme<"AutoComplete", {
|
|
|
69
69
|
iconBgColor: string;
|
|
70
70
|
extraTextColor: string;
|
|
71
71
|
}, any>;
|
|
72
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
73
|
+
fontWeight: string;
|
|
74
|
+
textColor: string;
|
|
75
|
+
descriptionTextColor: string;
|
|
76
|
+
textColorDisabled: string;
|
|
77
|
+
descriptionTextColorDisabled: string;
|
|
78
|
+
fontSizeLarge: string;
|
|
79
|
+
fontSizeMedium: string;
|
|
80
|
+
fontSizeSmall: string;
|
|
81
|
+
lineHeightLarge: string;
|
|
82
|
+
lineHeightMedium: string;
|
|
83
|
+
lineHeightSmall: string;
|
|
84
|
+
borderRadiusLarge: string;
|
|
85
|
+
borderRadiusMedium: string;
|
|
86
|
+
borderRadiusSmall: string;
|
|
87
|
+
color: string;
|
|
88
|
+
colorHover: string;
|
|
89
|
+
colorFocus: string;
|
|
90
|
+
colorActive: string;
|
|
91
|
+
colorChecked: string;
|
|
92
|
+
colorHoverChecked: string;
|
|
93
|
+
colorFocusChecked: string;
|
|
94
|
+
colorActiveChecked: string;
|
|
95
|
+
colorDisabled: string;
|
|
96
|
+
colorDisabledChecked: string;
|
|
97
|
+
checkMarkColor: string;
|
|
98
|
+
checkMarkColorHover: string;
|
|
99
|
+
checkMarkColorFocus: string;
|
|
100
|
+
checkMarkColorActive: string;
|
|
101
|
+
checkMarkColorDisabled: string;
|
|
102
|
+
checkMarkColorDisabledChecked: string;
|
|
103
|
+
border: string;
|
|
104
|
+
borderHover: string;
|
|
105
|
+
borderFocus: string;
|
|
106
|
+
borderActive: string;
|
|
107
|
+
borderChecked: string;
|
|
108
|
+
borderHoverChecked: string;
|
|
109
|
+
borderFocusChecked: string;
|
|
110
|
+
borderActiveChecked: string;
|
|
111
|
+
borderDisabled: string;
|
|
112
|
+
borderDisabledChecked: string;
|
|
113
|
+
boxShadowHover: string;
|
|
114
|
+
boxShadowFocus: string;
|
|
115
|
+
boxShadowActive: string;
|
|
116
|
+
boxShadowHoverChecked: string;
|
|
117
|
+
boxShadowFocusChecked: string;
|
|
118
|
+
boxShadowActiveChecked: string;
|
|
119
|
+
sizeSmall: string;
|
|
120
|
+
sizeMedium: string;
|
|
121
|
+
sizeLarge: string;
|
|
122
|
+
labelPadding: string;
|
|
123
|
+
}, any>;
|
|
124
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
125
|
+
paddingTiny: string;
|
|
126
|
+
paddingSmall: string;
|
|
127
|
+
paddingMedium: string;
|
|
128
|
+
paddingLarge: string;
|
|
129
|
+
paddingHuge: string;
|
|
130
|
+
clearSize: string;
|
|
131
|
+
countTextColorDisabled: string;
|
|
132
|
+
countTextColor: string;
|
|
133
|
+
heightTiny: string;
|
|
134
|
+
heightSmall: string;
|
|
135
|
+
heightMedium: string;
|
|
136
|
+
heightLarge: string;
|
|
137
|
+
heightHuge: string;
|
|
138
|
+
fontSizeTiny: string;
|
|
139
|
+
fontSizeSmall: string;
|
|
140
|
+
fontSizeMedium: string;
|
|
141
|
+
fontSizeLarge: string;
|
|
142
|
+
fontSizeHuge: string;
|
|
143
|
+
lineHeight: string;
|
|
144
|
+
lineHeightTextarea: string;
|
|
145
|
+
borderRadius: string;
|
|
146
|
+
iconSize: string;
|
|
147
|
+
groupLabelTextColor: string;
|
|
148
|
+
textColor: string;
|
|
149
|
+
textColorDisabled: string;
|
|
150
|
+
textDecorationColor: string;
|
|
151
|
+
caretColor: string;
|
|
152
|
+
placeholderColor: string;
|
|
153
|
+
placeholderColorDisabled: string;
|
|
154
|
+
color: string;
|
|
155
|
+
colorDisabled: string;
|
|
156
|
+
colorFocus: string;
|
|
157
|
+
groupLabelBorder: string;
|
|
158
|
+
border: string;
|
|
159
|
+
borderHover: string;
|
|
160
|
+
borderDisabled: string;
|
|
161
|
+
borderFocus: string;
|
|
162
|
+
boxShadowFocus: string;
|
|
163
|
+
loadingColor: string;
|
|
164
|
+
loadingColorSuccess: string;
|
|
165
|
+
borderSuccess: string;
|
|
166
|
+
borderHoverSuccess: string;
|
|
167
|
+
colorFocusSuccess: string;
|
|
168
|
+
borderFocusSuccess: string;
|
|
169
|
+
boxShadowFocusSuccess: string;
|
|
170
|
+
caretColorSuccess: string;
|
|
171
|
+
loadingColorWarning: string;
|
|
172
|
+
borderWarning: string;
|
|
173
|
+
borderHoverWarning: string;
|
|
174
|
+
colorFocusWarning: string;
|
|
175
|
+
borderFocusWarning: string;
|
|
176
|
+
boxShadowFocusWarning: string;
|
|
177
|
+
caretColorWarning: string;
|
|
178
|
+
loadingColorError: string;
|
|
179
|
+
borderError: string;
|
|
180
|
+
borderHoverError: string;
|
|
181
|
+
colorFocusError: string;
|
|
182
|
+
borderFocusError: string;
|
|
183
|
+
boxShadowFocusError: string;
|
|
184
|
+
caretColorError: string;
|
|
185
|
+
clearColor: string;
|
|
186
|
+
clearColorHover: string;
|
|
187
|
+
clearColorPressed: string;
|
|
188
|
+
iconColor: string;
|
|
189
|
+
iconColorDisabled: string;
|
|
190
|
+
iconColorHover: string;
|
|
191
|
+
iconColorPressed: string;
|
|
192
|
+
suffixTextColor: string;
|
|
193
|
+
selectionColor: string;
|
|
194
|
+
}, any>;
|
|
72
195
|
}>;
|
|
73
196
|
Input: import("../../_mixins").Theme<"Input", {
|
|
74
197
|
paddingTiny: string;
|
|
@@ -246,9 +246,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
246
246
|
}, any>>>;
|
|
247
247
|
}>> & Readonly<{}>, {
|
|
248
248
|
readonly bordered: boolean;
|
|
249
|
+
readonly loading: boolean;
|
|
249
250
|
readonly disabled: boolean;
|
|
250
251
|
readonly circle: boolean;
|
|
251
|
-
readonly loading: boolean;
|
|
252
252
|
readonly round: boolean;
|
|
253
253
|
readonly lazy: boolean;
|
|
254
254
|
}, SlotsType<AvatarSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -242,8 +242,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
242
242
|
}, any>;
|
|
243
243
|
}>>>;
|
|
244
244
|
}>> & Readonly<{}>, {
|
|
245
|
-
readonly vertical: boolean;
|
|
246
|
-
readonly options: AvatarGroupOption[];
|
|
247
245
|
readonly loading: boolean;
|
|
246
|
+
readonly options: AvatarGroupOption[];
|
|
247
|
+
readonly vertical: boolean;
|
|
248
248
|
}, SlotsType<AvatarGroupSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
249
249
|
export default _default;
|
|
@@ -249,9 +249,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
249
249
|
boxShadowPressed: string;
|
|
250
250
|
}, any>>>;
|
|
251
251
|
}>> & Readonly<{}>, {
|
|
252
|
-
readonly to: string | HTMLElement;
|
|
253
252
|
readonly right: string | number;
|
|
254
253
|
readonly bottom: string | number;
|
|
254
|
+
readonly to: string | HTMLElement;
|
|
255
255
|
readonly show: boolean | undefined;
|
|
256
256
|
readonly visibilityHeight: number;
|
|
257
257
|
readonly 'onUpdate:show': Function;
|
package/lib/badge/src/Badge.d.ts
CHANGED
|
@@ -232,7 +232,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
232
|
dotSize: string;
|
|
233
233
|
}, any>>>;
|
|
234
234
|
}>> & Readonly<{}>, {
|
|
235
|
-
readonly type: "default" | "
|
|
235
|
+
readonly type: "default" | "info" | "warning" | "error" | "success" | "prime";
|
|
236
236
|
readonly show: boolean;
|
|
237
237
|
readonly dot: boolean;
|
|
238
238
|
readonly showZero: boolean;
|
|
@@ -1441,7 +1441,7 @@ declare const Button: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
1441
1441
|
} | null>;
|
|
1442
1442
|
mergedClsPrefix: import("vue").Ref<string, string>;
|
|
1443
1443
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
1444
|
-
mergedSize: import("vue").ComputedRef<"small" | "
|
|
1444
|
+
mergedSize: import("vue").ComputedRef<"small" | "tiny" | "medium" | "large">;
|
|
1445
1445
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
1446
1446
|
enterPressed: import("vue").Ref<boolean, boolean>;
|
|
1447
1447
|
rtlEnabled: import("vue").Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined, import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -2208,16 +2208,16 @@ declare const Button: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
2208
2208
|
}, any>>>;
|
|
2209
2209
|
}>> & Readonly<{}>, {
|
|
2210
2210
|
readonly bordered: boolean;
|
|
2211
|
-
readonly disabled: boolean;
|
|
2212
|
-
readonly type: ButtonType;
|
|
2213
|
-
readonly strong: boolean;
|
|
2214
|
-
readonly circle: boolean;
|
|
2215
|
-
readonly text: boolean;
|
|
2216
2211
|
readonly loading: boolean;
|
|
2217
2212
|
readonly tag: keyof HTMLElementTagNameMap;
|
|
2213
|
+
readonly type: ButtonType;
|
|
2218
2214
|
readonly block: boolean;
|
|
2215
|
+
readonly disabled: boolean;
|
|
2216
|
+
readonly circle: boolean;
|
|
2219
2217
|
readonly round: boolean;
|
|
2218
|
+
readonly strong: boolean;
|
|
2220
2219
|
readonly tertiary: boolean;
|
|
2220
|
+
readonly text: boolean;
|
|
2221
2221
|
readonly loadingSkeleton: boolean;
|
|
2222
2222
|
readonly ghost: boolean;
|
|
2223
2223
|
readonly secondary: boolean;
|
|
@@ -2226,7 +2226,7 @@ declare const Button: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
2226
2226
|
readonly keyboard: boolean;
|
|
2227
2227
|
readonly dashed: boolean;
|
|
2228
2228
|
readonly iconPlacement: "left" | "right";
|
|
2229
|
-
readonly attrType: "
|
|
2229
|
+
readonly attrType: "button" | "submit" | "reset";
|
|
2230
2230
|
readonly nativeFocusBehavior: boolean;
|
|
2231
2231
|
readonly visible: boolean;
|
|
2232
2232
|
}, SlotsType<ButtonSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
28
|
};
|
|
29
29
|
readonly vertical: BooleanConstructor;
|
|
30
30
|
}>> & Readonly<{}>, {
|
|
31
|
-
readonly vertical: boolean;
|
|
32
31
|
readonly size: ButtonSize | undefined;
|
|
32
|
+
readonly vertical: boolean;
|
|
33
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
export default _default;
|
package/lib/card/src/Card.d.ts
CHANGED
|
@@ -584,9 +584,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
584
584
|
}, any>>>;
|
|
585
585
|
}>> & Readonly<{}>, {
|
|
586
586
|
bordered: boolean;
|
|
587
|
-
size: CardSize;
|
|
588
587
|
tag: keyof HTMLElementTagNameMap;
|
|
589
588
|
closable: boolean;
|
|
589
|
+
size: CardSize;
|
|
590
590
|
contentScrollable: boolean;
|
|
591
591
|
embedded: boolean;
|
|
592
592
|
segmented: boolean | CardSegmented;
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
76
|
}) => VNode>;
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
readonly embedded: boolean;
|
|
79
|
-
readonly direction: "
|
|
79
|
+
readonly direction: "vertical" | "horizontal";
|
|
80
80
|
readonly dropdown: boolean;
|
|
81
81
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
82
82
|
export default _default;
|
|
@@ -330,21 +330,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
330
|
arrowColor: string;
|
|
331
331
|
}, any>>>;
|
|
332
332
|
}>> & Readonly<{}>, {
|
|
333
|
-
trigger: "
|
|
333
|
+
trigger: "hover" | "click";
|
|
334
334
|
keyboard: boolean;
|
|
335
335
|
draggable: boolean;
|
|
336
336
|
defaultIndex: number;
|
|
337
337
|
showArrow: boolean;
|
|
338
|
-
dotType: "
|
|
338
|
+
dotType: "dot" | "line";
|
|
339
339
|
dotPlacement: "left" | "right" | "top" | "bottom";
|
|
340
340
|
slidesPerView: number | "auto";
|
|
341
341
|
spaceBetween: number;
|
|
342
342
|
centeredSlides: boolean;
|
|
343
|
-
direction: "
|
|
343
|
+
direction: "vertical" | "horizontal";
|
|
344
344
|
autoplay: boolean;
|
|
345
345
|
interval: number;
|
|
346
346
|
loop: boolean;
|
|
347
|
-
effect: "
|
|
347
|
+
effect: "slide" | "fade" | "card" | "custom";
|
|
348
348
|
showDots: boolean;
|
|
349
349
|
transitionStyle: Partial<Pick<CSSProperties, "transitionDuration" | "transitionTimingFunction">>;
|
|
350
350
|
touchable: boolean;
|
|
@@ -64,9 +64,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
64
|
keyboard: BooleanConstructor;
|
|
65
65
|
}>> & Readonly<{}>, {
|
|
66
66
|
total: number;
|
|
67
|
-
trigger: "
|
|
67
|
+
trigger: "hover" | "click";
|
|
68
68
|
keyboard: boolean;
|
|
69
69
|
currentIndex: number;
|
|
70
|
-
dotType: "
|
|
70
|
+
dotType: "dot" | "line" | "never";
|
|
71
71
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
72
72
|
export default _default;
|