@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { useTheme } from "../../_mixins/index.mjs";
|
|
1
2
|
import { createInjectionKey } from "../../_utils/index.mjs";
|
|
2
3
|
import { MessageBubbleServiceVariant } from "../../message-bubble/index.mjs";
|
|
3
4
|
export var MessageStatus;
|
|
@@ -38,4 +39,246 @@ export const markTypeToServiceVariantMap = {
|
|
|
38
39
|
[ChatMarkType.SYSTEM]: MessageBubbleServiceVariant.SYSTEM,
|
|
39
40
|
[ChatMarkType.EVENT]: MessageBubbleServiceVariant.EVENT,
|
|
40
41
|
[ChatMarkType.DIVIDER]: MessageBubbleServiceVariant.DIVIDER
|
|
41
|
-
};
|
|
42
|
+
};
|
|
43
|
+
export const chatProps = Object.assign(Object.assign({}, useTheme.props), {
|
|
44
|
+
chatItems: {
|
|
45
|
+
type: Array,
|
|
46
|
+
default: () => []
|
|
47
|
+
},
|
|
48
|
+
selectedChatId: {
|
|
49
|
+
type: [String, Number],
|
|
50
|
+
default: undefined
|
|
51
|
+
},
|
|
52
|
+
inputValue: {
|
|
53
|
+
type: String,
|
|
54
|
+
default: undefined
|
|
55
|
+
},
|
|
56
|
+
messages: {
|
|
57
|
+
type: Array,
|
|
58
|
+
default: () => []
|
|
59
|
+
},
|
|
60
|
+
typingChatIds: {
|
|
61
|
+
type: Array,
|
|
62
|
+
default: () => []
|
|
63
|
+
},
|
|
64
|
+
disabled: {
|
|
65
|
+
type: Boolean,
|
|
66
|
+
default: false
|
|
67
|
+
},
|
|
68
|
+
listEmptyProps: {
|
|
69
|
+
type: Object,
|
|
70
|
+
default: undefined
|
|
71
|
+
},
|
|
72
|
+
listHeaderTitle: {
|
|
73
|
+
type: [String, Function],
|
|
74
|
+
default: 'Chats'
|
|
75
|
+
},
|
|
76
|
+
listHeaderActions: {
|
|
77
|
+
type: Array,
|
|
78
|
+
default: () => []
|
|
79
|
+
},
|
|
80
|
+
listHeaderButtonProps: {
|
|
81
|
+
type: Object,
|
|
82
|
+
default: undefined
|
|
83
|
+
},
|
|
84
|
+
listHeaderIconProps: {
|
|
85
|
+
type: Object,
|
|
86
|
+
default: undefined
|
|
87
|
+
},
|
|
88
|
+
listItemAvatarProps: {
|
|
89
|
+
type: Object,
|
|
90
|
+
default: undefined
|
|
91
|
+
},
|
|
92
|
+
listItemBadgeProps: {
|
|
93
|
+
type: Object,
|
|
94
|
+
default: undefined
|
|
95
|
+
},
|
|
96
|
+
headerTitle: {
|
|
97
|
+
type: [String, Function],
|
|
98
|
+
default: undefined
|
|
99
|
+
},
|
|
100
|
+
headerActions: {
|
|
101
|
+
type: Array,
|
|
102
|
+
default: () => []
|
|
103
|
+
},
|
|
104
|
+
headerButtonProps: {
|
|
105
|
+
type: Object,
|
|
106
|
+
default: undefined
|
|
107
|
+
},
|
|
108
|
+
headerIconProps: {
|
|
109
|
+
type: Object,
|
|
110
|
+
default: undefined
|
|
111
|
+
},
|
|
112
|
+
headerShareButtonProps: {
|
|
113
|
+
type: Object,
|
|
114
|
+
default: undefined
|
|
115
|
+
},
|
|
116
|
+
headerProfileButtonProps: {
|
|
117
|
+
type: Object,
|
|
118
|
+
default: undefined
|
|
119
|
+
},
|
|
120
|
+
headerCloseButtonProps: {
|
|
121
|
+
type: Object,
|
|
122
|
+
default: undefined
|
|
123
|
+
},
|
|
124
|
+
headerShareIconProps: {
|
|
125
|
+
type: Object,
|
|
126
|
+
default: undefined
|
|
127
|
+
},
|
|
128
|
+
headerProfileIconProps: {
|
|
129
|
+
type: Object,
|
|
130
|
+
default: undefined
|
|
131
|
+
},
|
|
132
|
+
messageSenderAvatarProps: {
|
|
133
|
+
type: Object,
|
|
134
|
+
default: undefined
|
|
135
|
+
},
|
|
136
|
+
messageUploadProps: {
|
|
137
|
+
type: Object,
|
|
138
|
+
default: undefined
|
|
139
|
+
},
|
|
140
|
+
messageButtonProps: {
|
|
141
|
+
type: Object,
|
|
142
|
+
default: undefined
|
|
143
|
+
},
|
|
144
|
+
footerInputProps: {
|
|
145
|
+
type: Object,
|
|
146
|
+
default: undefined
|
|
147
|
+
},
|
|
148
|
+
footerButtonProps: {
|
|
149
|
+
type: Object,
|
|
150
|
+
default: undefined
|
|
151
|
+
},
|
|
152
|
+
footerUploadProps: {
|
|
153
|
+
type: Object,
|
|
154
|
+
default: undefined
|
|
155
|
+
},
|
|
156
|
+
footerUploadTriggerProps: {
|
|
157
|
+
type: Object,
|
|
158
|
+
default: undefined
|
|
159
|
+
},
|
|
160
|
+
footerIconProps: {
|
|
161
|
+
type: Object,
|
|
162
|
+
default: undefined
|
|
163
|
+
},
|
|
164
|
+
footerSuffixIconProps: {
|
|
165
|
+
type: Object,
|
|
166
|
+
default: undefined
|
|
167
|
+
},
|
|
168
|
+
emptyProps: {
|
|
169
|
+
type: Object,
|
|
170
|
+
default: undefined
|
|
171
|
+
},
|
|
172
|
+
retryText: {
|
|
173
|
+
type: String,
|
|
174
|
+
default: undefined
|
|
175
|
+
},
|
|
176
|
+
typingText: {
|
|
177
|
+
type: String,
|
|
178
|
+
default: undefined
|
|
179
|
+
},
|
|
180
|
+
closeButtonText: {
|
|
181
|
+
type: String,
|
|
182
|
+
default: undefined
|
|
183
|
+
},
|
|
184
|
+
shareButtonTooltip: {
|
|
185
|
+
type: String,
|
|
186
|
+
default: undefined
|
|
187
|
+
},
|
|
188
|
+
profileButtonTooltip: {
|
|
189
|
+
type: String,
|
|
190
|
+
default: undefined
|
|
191
|
+
},
|
|
192
|
+
unreadNotificationText: {
|
|
193
|
+
type: String,
|
|
194
|
+
default: undefined
|
|
195
|
+
},
|
|
196
|
+
chatItemsLoading: {
|
|
197
|
+
type: Boolean,
|
|
198
|
+
default: false
|
|
199
|
+
},
|
|
200
|
+
chatItemsLoadingCount: {
|
|
201
|
+
type: Number,
|
|
202
|
+
default: 10
|
|
203
|
+
},
|
|
204
|
+
messagesLoading: {
|
|
205
|
+
type: Boolean,
|
|
206
|
+
default: false
|
|
207
|
+
},
|
|
208
|
+
messagesLoadingCount: {
|
|
209
|
+
type: Number,
|
|
210
|
+
default: 10
|
|
211
|
+
},
|
|
212
|
+
height: {
|
|
213
|
+
type: [String, Number],
|
|
214
|
+
default: 800
|
|
215
|
+
},
|
|
216
|
+
onChatSelect: {
|
|
217
|
+
type: Function,
|
|
218
|
+
default: undefined
|
|
219
|
+
},
|
|
220
|
+
onMessageRetry: {
|
|
221
|
+
type: Function,
|
|
222
|
+
default: undefined
|
|
223
|
+
},
|
|
224
|
+
bubbleActions: {
|
|
225
|
+
type: Array,
|
|
226
|
+
default: undefined
|
|
227
|
+
},
|
|
228
|
+
onChatClose: {
|
|
229
|
+
type: Function,
|
|
230
|
+
default: undefined
|
|
231
|
+
},
|
|
232
|
+
onChatShare: {
|
|
233
|
+
type: Function,
|
|
234
|
+
default: undefined
|
|
235
|
+
},
|
|
236
|
+
onUserProfile: {
|
|
237
|
+
type: Function,
|
|
238
|
+
default: undefined
|
|
239
|
+
},
|
|
240
|
+
onAttachmentUpload: {
|
|
241
|
+
type: Function,
|
|
242
|
+
default: undefined
|
|
243
|
+
},
|
|
244
|
+
onAttachmentDownload: {
|
|
245
|
+
type: Function,
|
|
246
|
+
default: undefined
|
|
247
|
+
},
|
|
248
|
+
onFilterChange: {
|
|
249
|
+
type: Function,
|
|
250
|
+
default: undefined
|
|
251
|
+
},
|
|
252
|
+
onFooterInputChange: {
|
|
253
|
+
type: Function,
|
|
254
|
+
default: undefined
|
|
255
|
+
},
|
|
256
|
+
onNetworkError: {
|
|
257
|
+
type: Function,
|
|
258
|
+
default: undefined
|
|
259
|
+
},
|
|
260
|
+
onUploadError: {
|
|
261
|
+
type: Function,
|
|
262
|
+
default: undefined
|
|
263
|
+
},
|
|
264
|
+
onSendError: {
|
|
265
|
+
type: Function,
|
|
266
|
+
default: undefined
|
|
267
|
+
},
|
|
268
|
+
onChatItemsScrollToTop: {
|
|
269
|
+
type: Function,
|
|
270
|
+
default: undefined
|
|
271
|
+
},
|
|
272
|
+
onChatItemsScrollToBottom: {
|
|
273
|
+
type: Function,
|
|
274
|
+
default: undefined
|
|
275
|
+
},
|
|
276
|
+
onMessagesScrollToTop: {
|
|
277
|
+
type: Function,
|
|
278
|
+
default: undefined
|
|
279
|
+
},
|
|
280
|
+
onMessagesScrollToBottom: {
|
|
281
|
+
type: Function,
|
|
282
|
+
default: undefined
|
|
283
|
+
}
|
|
284
|
+
});
|
package/es/chat/styles/dark.d.ts
CHANGED
|
@@ -315,6 +315,129 @@ declare const chatDark: import("../../_mixins").Theme<"Chat", {
|
|
|
315
315
|
iconBgColor: string;
|
|
316
316
|
extraTextColor: string;
|
|
317
317
|
}, any>;
|
|
318
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
319
|
+
fontWeight: string;
|
|
320
|
+
textColor: string;
|
|
321
|
+
descriptionTextColor: string;
|
|
322
|
+
textColorDisabled: string;
|
|
323
|
+
descriptionTextColorDisabled: string;
|
|
324
|
+
fontSizeLarge: string;
|
|
325
|
+
fontSizeMedium: string;
|
|
326
|
+
fontSizeSmall: string;
|
|
327
|
+
lineHeightLarge: string;
|
|
328
|
+
lineHeightMedium: string;
|
|
329
|
+
lineHeightSmall: string;
|
|
330
|
+
borderRadiusLarge: string;
|
|
331
|
+
borderRadiusMedium: string;
|
|
332
|
+
borderRadiusSmall: string;
|
|
333
|
+
color: string;
|
|
334
|
+
colorHover: string;
|
|
335
|
+
colorFocus: string;
|
|
336
|
+
colorActive: string;
|
|
337
|
+
colorChecked: string;
|
|
338
|
+
colorHoverChecked: string;
|
|
339
|
+
colorFocusChecked: string;
|
|
340
|
+
colorActiveChecked: string;
|
|
341
|
+
colorDisabled: string;
|
|
342
|
+
colorDisabledChecked: string;
|
|
343
|
+
checkMarkColor: string;
|
|
344
|
+
checkMarkColorHover: string;
|
|
345
|
+
checkMarkColorFocus: string;
|
|
346
|
+
checkMarkColorActive: string;
|
|
347
|
+
checkMarkColorDisabled: string;
|
|
348
|
+
checkMarkColorDisabledChecked: string;
|
|
349
|
+
border: string;
|
|
350
|
+
borderHover: string;
|
|
351
|
+
borderFocus: string;
|
|
352
|
+
borderActive: string;
|
|
353
|
+
borderChecked: string;
|
|
354
|
+
borderHoverChecked: string;
|
|
355
|
+
borderFocusChecked: string;
|
|
356
|
+
borderActiveChecked: string;
|
|
357
|
+
borderDisabled: string;
|
|
358
|
+
borderDisabledChecked: string;
|
|
359
|
+
boxShadowHover: string;
|
|
360
|
+
boxShadowFocus: string;
|
|
361
|
+
boxShadowActive: string;
|
|
362
|
+
boxShadowHoverChecked: string;
|
|
363
|
+
boxShadowFocusChecked: string;
|
|
364
|
+
boxShadowActiveChecked: string;
|
|
365
|
+
sizeSmall: string;
|
|
366
|
+
sizeMedium: string;
|
|
367
|
+
sizeLarge: string;
|
|
368
|
+
labelPadding: string;
|
|
369
|
+
}, any>;
|
|
370
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
371
|
+
paddingTiny: string;
|
|
372
|
+
paddingSmall: string;
|
|
373
|
+
paddingMedium: string;
|
|
374
|
+
paddingLarge: string;
|
|
375
|
+
paddingHuge: string;
|
|
376
|
+
clearSize: string;
|
|
377
|
+
countTextColorDisabled: string;
|
|
378
|
+
countTextColor: string;
|
|
379
|
+
heightTiny: string;
|
|
380
|
+
heightSmall: string;
|
|
381
|
+
heightMedium: string;
|
|
382
|
+
heightLarge: string;
|
|
383
|
+
heightHuge: string;
|
|
384
|
+
fontSizeTiny: string;
|
|
385
|
+
fontSizeSmall: string;
|
|
386
|
+
fontSizeMedium: string;
|
|
387
|
+
fontSizeLarge: string;
|
|
388
|
+
fontSizeHuge: string;
|
|
389
|
+
lineHeight: string;
|
|
390
|
+
lineHeightTextarea: string;
|
|
391
|
+
borderRadius: string;
|
|
392
|
+
iconSize: string;
|
|
393
|
+
groupLabelTextColor: string;
|
|
394
|
+
textColor: string;
|
|
395
|
+
textColorDisabled: string;
|
|
396
|
+
textDecorationColor: string;
|
|
397
|
+
caretColor: string;
|
|
398
|
+
placeholderColor: string;
|
|
399
|
+
placeholderColorDisabled: string;
|
|
400
|
+
color: string;
|
|
401
|
+
colorDisabled: string;
|
|
402
|
+
colorFocus: string;
|
|
403
|
+
groupLabelBorder: string;
|
|
404
|
+
border: string;
|
|
405
|
+
borderHover: string;
|
|
406
|
+
borderDisabled: string;
|
|
407
|
+
borderFocus: string;
|
|
408
|
+
boxShadowFocus: string;
|
|
409
|
+
loadingColor: string;
|
|
410
|
+
loadingColorSuccess: string;
|
|
411
|
+
borderSuccess: string;
|
|
412
|
+
borderHoverSuccess: string;
|
|
413
|
+
colorFocusSuccess: string;
|
|
414
|
+
borderFocusSuccess: string;
|
|
415
|
+
boxShadowFocusSuccess: string;
|
|
416
|
+
caretColorSuccess: string;
|
|
417
|
+
loadingColorWarning: string;
|
|
418
|
+
borderWarning: string;
|
|
419
|
+
borderHoverWarning: string;
|
|
420
|
+
colorFocusWarning: string;
|
|
421
|
+
borderFocusWarning: string;
|
|
422
|
+
boxShadowFocusWarning: string;
|
|
423
|
+
caretColorWarning: string;
|
|
424
|
+
loadingColorError: string;
|
|
425
|
+
borderError: string;
|
|
426
|
+
borderHoverError: string;
|
|
427
|
+
colorFocusError: string;
|
|
428
|
+
borderFocusError: string;
|
|
429
|
+
boxShadowFocusError: string;
|
|
430
|
+
caretColorError: string;
|
|
431
|
+
clearColor: string;
|
|
432
|
+
clearColorHover: string;
|
|
433
|
+
clearColorPressed: string;
|
|
434
|
+
iconColor: string;
|
|
435
|
+
iconColorDisabled: string;
|
|
436
|
+
iconColorHover: string;
|
|
437
|
+
iconColorPressed: string;
|
|
438
|
+
suffixTextColor: string;
|
|
439
|
+
selectionColor: string;
|
|
440
|
+
}, any>;
|
|
318
441
|
}>;
|
|
319
442
|
}>;
|
|
320
443
|
Avatar: import("../../_mixins").Theme<"Avatar", {
|
|
@@ -353,6 +353,129 @@ declare const chatLight: import("../../_mixins").Theme<"Chat", {
|
|
|
353
353
|
iconBgColor: string;
|
|
354
354
|
extraTextColor: string;
|
|
355
355
|
}, any>;
|
|
356
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
357
|
+
fontWeight: string;
|
|
358
|
+
textColor: string;
|
|
359
|
+
descriptionTextColor: string;
|
|
360
|
+
textColorDisabled: string;
|
|
361
|
+
descriptionTextColorDisabled: string;
|
|
362
|
+
fontSizeLarge: string;
|
|
363
|
+
fontSizeMedium: string;
|
|
364
|
+
fontSizeSmall: string;
|
|
365
|
+
lineHeightLarge: string;
|
|
366
|
+
lineHeightMedium: string;
|
|
367
|
+
lineHeightSmall: string;
|
|
368
|
+
borderRadiusLarge: string;
|
|
369
|
+
borderRadiusMedium: string;
|
|
370
|
+
borderRadiusSmall: string;
|
|
371
|
+
color: string;
|
|
372
|
+
colorHover: string;
|
|
373
|
+
colorFocus: string;
|
|
374
|
+
colorActive: string;
|
|
375
|
+
colorChecked: string;
|
|
376
|
+
colorHoverChecked: string;
|
|
377
|
+
colorFocusChecked: string;
|
|
378
|
+
colorActiveChecked: string;
|
|
379
|
+
colorDisabled: string;
|
|
380
|
+
colorDisabledChecked: string;
|
|
381
|
+
checkMarkColor: string;
|
|
382
|
+
checkMarkColorHover: string;
|
|
383
|
+
checkMarkColorFocus: string;
|
|
384
|
+
checkMarkColorActive: string;
|
|
385
|
+
checkMarkColorDisabled: string;
|
|
386
|
+
checkMarkColorDisabledChecked: string;
|
|
387
|
+
border: string;
|
|
388
|
+
borderHover: string;
|
|
389
|
+
borderFocus: string;
|
|
390
|
+
borderActive: string;
|
|
391
|
+
borderChecked: string;
|
|
392
|
+
borderHoverChecked: string;
|
|
393
|
+
borderFocusChecked: string;
|
|
394
|
+
borderActiveChecked: string;
|
|
395
|
+
borderDisabled: string;
|
|
396
|
+
borderDisabledChecked: string;
|
|
397
|
+
boxShadowHover: string;
|
|
398
|
+
boxShadowFocus: string;
|
|
399
|
+
boxShadowActive: string;
|
|
400
|
+
boxShadowHoverChecked: string;
|
|
401
|
+
boxShadowFocusChecked: string;
|
|
402
|
+
boxShadowActiveChecked: string;
|
|
403
|
+
sizeSmall: string;
|
|
404
|
+
sizeMedium: string;
|
|
405
|
+
sizeLarge: string;
|
|
406
|
+
labelPadding: string;
|
|
407
|
+
}, any>;
|
|
408
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
409
|
+
paddingTiny: string;
|
|
410
|
+
paddingSmall: string;
|
|
411
|
+
paddingMedium: string;
|
|
412
|
+
paddingLarge: string;
|
|
413
|
+
paddingHuge: string;
|
|
414
|
+
clearSize: string;
|
|
415
|
+
countTextColorDisabled: string;
|
|
416
|
+
countTextColor: string;
|
|
417
|
+
heightTiny: string;
|
|
418
|
+
heightSmall: string;
|
|
419
|
+
heightMedium: string;
|
|
420
|
+
heightLarge: string;
|
|
421
|
+
heightHuge: string;
|
|
422
|
+
fontSizeTiny: string;
|
|
423
|
+
fontSizeSmall: string;
|
|
424
|
+
fontSizeMedium: string;
|
|
425
|
+
fontSizeLarge: string;
|
|
426
|
+
fontSizeHuge: string;
|
|
427
|
+
lineHeight: string;
|
|
428
|
+
lineHeightTextarea: string;
|
|
429
|
+
borderRadius: string;
|
|
430
|
+
iconSize: string;
|
|
431
|
+
groupLabelTextColor: string;
|
|
432
|
+
textColor: string;
|
|
433
|
+
textColorDisabled: string;
|
|
434
|
+
textDecorationColor: string;
|
|
435
|
+
caretColor: string;
|
|
436
|
+
placeholderColor: string;
|
|
437
|
+
placeholderColorDisabled: string;
|
|
438
|
+
color: string;
|
|
439
|
+
colorDisabled: string;
|
|
440
|
+
colorFocus: string;
|
|
441
|
+
groupLabelBorder: string;
|
|
442
|
+
border: string;
|
|
443
|
+
borderHover: string;
|
|
444
|
+
borderDisabled: string;
|
|
445
|
+
borderFocus: string;
|
|
446
|
+
boxShadowFocus: string;
|
|
447
|
+
loadingColor: string;
|
|
448
|
+
loadingColorSuccess: string;
|
|
449
|
+
borderSuccess: string;
|
|
450
|
+
borderHoverSuccess: string;
|
|
451
|
+
colorFocusSuccess: string;
|
|
452
|
+
borderFocusSuccess: string;
|
|
453
|
+
boxShadowFocusSuccess: string;
|
|
454
|
+
caretColorSuccess: string;
|
|
455
|
+
loadingColorWarning: string;
|
|
456
|
+
borderWarning: string;
|
|
457
|
+
borderHoverWarning: string;
|
|
458
|
+
colorFocusWarning: string;
|
|
459
|
+
borderFocusWarning: string;
|
|
460
|
+
boxShadowFocusWarning: string;
|
|
461
|
+
caretColorWarning: string;
|
|
462
|
+
loadingColorError: string;
|
|
463
|
+
borderError: string;
|
|
464
|
+
borderHoverError: string;
|
|
465
|
+
colorFocusError: string;
|
|
466
|
+
borderFocusError: string;
|
|
467
|
+
boxShadowFocusError: string;
|
|
468
|
+
caretColorError: string;
|
|
469
|
+
clearColor: string;
|
|
470
|
+
clearColorHover: string;
|
|
471
|
+
clearColorPressed: string;
|
|
472
|
+
iconColor: string;
|
|
473
|
+
iconColorDisabled: string;
|
|
474
|
+
iconColorHover: string;
|
|
475
|
+
iconColorPressed: string;
|
|
476
|
+
suffixTextColor: string;
|
|
477
|
+
selectionColor: string;
|
|
478
|
+
}, any>;
|
|
356
479
|
}>;
|
|
357
480
|
}>;
|
|
358
481
|
Avatar: import("../../_mixins").Theme<"Avatar", {
|
|
@@ -32,11 +32,11 @@ export declare const checkboxProps: {
|
|
|
32
32
|
default: undefined;
|
|
33
33
|
};
|
|
34
34
|
checkedValue: {
|
|
35
|
-
type: (
|
|
35
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
36
36
|
default: boolean;
|
|
37
37
|
};
|
|
38
38
|
uncheckedValue: {
|
|
39
|
-
type: (
|
|
39
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
'onUpdate:checked': PropType<import("../../_utils").MaybeArray<import("../../_internal").OnUpdateChecked>>;
|
|
@@ -232,11 +232,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
232
|
default: undefined;
|
|
233
233
|
};
|
|
234
234
|
checkedValue: {
|
|
235
|
-
type: (
|
|
235
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
236
236
|
default: boolean;
|
|
237
237
|
};
|
|
238
238
|
uncheckedValue: {
|
|
239
|
-
type: (
|
|
239
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
240
240
|
default: boolean;
|
|
241
241
|
};
|
|
242
242
|
'onUpdate:checked': PropType<import("../../_utils").MaybeArray<import("../../_internal").OnUpdateChecked>>;
|
|
@@ -543,11 +543,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
543
543
|
default: undefined;
|
|
544
544
|
};
|
|
545
545
|
checkedValue: {
|
|
546
|
-
type: (
|
|
546
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
547
547
|
default: boolean;
|
|
548
548
|
};
|
|
549
549
|
uncheckedValue: {
|
|
550
|
-
type: (
|
|
550
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
551
551
|
default: boolean;
|
|
552
552
|
};
|
|
553
553
|
'onUpdate:checked': PropType<import("../../_utils").MaybeArray<import("../../_internal").OnUpdateChecked>>;
|
|
@@ -710,8 +710,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
710
710
|
labelPadding: string;
|
|
711
711
|
}, any>>>;
|
|
712
712
|
}>> & Readonly<{}>, {
|
|
713
|
-
disabled: boolean | undefined;
|
|
714
713
|
position: "left" | "right";
|
|
714
|
+
disabled: boolean | undefined;
|
|
715
715
|
focusable: boolean;
|
|
716
716
|
checkedValue: string | number | boolean;
|
|
717
717
|
uncheckedValue: string | number | boolean;
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
}) => void>>;
|
|
72
72
|
readonly onChange: PropType<MaybeArray<(value: Array<string | number>) => void> | undefined>;
|
|
73
73
|
}>> & Readonly<{}>, {
|
|
74
|
-
readonly disabled: boolean | undefined;
|
|
75
74
|
readonly defaultValue: (string | number)[] | null;
|
|
75
|
+
readonly disabled: boolean | undefined;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
export default _default;
|
package/es/code/src/Code.d.ts
CHANGED
|
@@ -214,10 +214,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
214
|
lineNumberTextColor: string;
|
|
215
215
|
}, any>>>;
|
|
216
216
|
}>> & Readonly<{}>, {
|
|
217
|
-
code: string;
|
|
218
217
|
trim: boolean;
|
|
219
|
-
|
|
218
|
+
code: string;
|
|
220
219
|
uri: boolean;
|
|
220
|
+
inline: boolean;
|
|
221
221
|
wordWrap: boolean;
|
|
222
222
|
showLineNumbers: boolean;
|
|
223
223
|
internalNoHighlight: boolean;
|
|
@@ -2981,8 +2981,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2981
2981
|
}, any>;
|
|
2982
2982
|
}>>>;
|
|
2983
2983
|
}>> & Readonly<{}>, {
|
|
2984
|
-
readonly disabled: boolean | undefined;
|
|
2985
2984
|
readonly to: string | boolean | HTMLElement;
|
|
2985
|
+
readonly disabled: boolean | undefined;
|
|
2986
2986
|
readonly placement: FollowerPlacement;
|
|
2987
2987
|
readonly show: boolean | undefined;
|
|
2988
2988
|
readonly defaultShow: boolean;
|
|
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
disabled: BooleanConstructor;
|
|
32
32
|
onClick: PropType<() => void>;
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
value: string | null;
|
|
35
34
|
disabled: boolean;
|
|
35
|
+
value: string | null;
|
|
36
36
|
hsla: HSLA | null;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
export default _default;
|