@uzum-tech/ui 1.8.2 → 1.9.1
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 +1244 -379
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/es/_internal/scrollbar/src/Scrollbar.js +120 -67
- package/es/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/es/_internal/scrollbar/styles/common.d.ts +7 -0
- package/es/_internal/scrollbar/styles/common.js +7 -0
- package/es/_internal/scrollbar/styles/light.d.ts +8 -0
- package/es/_internal/scrollbar/styles/light.js +3 -5
- package/es/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/es/_internal/select-menu/styles/light.d.ts +8 -0
- package/es/_internal/selection/src/Selection.d.ts +3 -1
- package/es/_internal/selection/src/Selection.js +3 -1
- package/es/_utils/css/index.d.ts +1 -0
- package/es/_utils/css/index.js +1 -0
- package/es/_utils/css/rtl-inset.d.ts +1 -0
- package/es/_utils/css/rtl-inset.js +5 -0
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +88 -0
- package/es/auto-complete/styles/light.d.ts +8 -0
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/cascader/src/Cascader.d.ts +168 -0
- package/es/cascader/src/CascaderMenu.d.ts +24 -0
- package/es/cascader/src/CascaderOption.d.ts +24 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/es/cascader/styles/light.d.ts +16 -0
- package/es/chat/index.d.ts +1 -1
- package/es/chat/src/Chat.d.ts +321 -11
- package/es/chat/src/Chat.js +73 -22
- package/es/chat/src/ChatListItems.d.ts +104 -0
- package/es/chat/src/ChatMessages.d.ts +104 -0
- package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/es/chat/src/ChatParts/MainArea.js +95 -57
- package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/es/chat/src/ChatParts/Sidebar.js +63 -12
- package/es/chat/src/interface.d.ts +24 -3
- package/es/chat/src/styles/index.cssr.js +13 -2
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/components.d.ts +2 -0
- package/es/components.js +2 -0
- package/es/data-table/src/DataTable.d.ts +184 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/es/data-table/src/TableParts/Body.d.ts +41 -1
- package/es/data-table/src/TableParts/Header.d.ts +40 -0
- package/es/data-table/src/interface.d.ts +72 -0
- package/es/data-table/styles/light.d.ts +24 -0
- package/es/date-picker/src/DatePicker.d.ts +1469 -36
- package/es/date-picker/src/DatePicker.js +54 -29
- package/es/date-picker/src/interface.d.ts +1 -0
- package/es/date-picker/src/panel/date.d.ts +166 -1
- package/es/date-picker/src/panel/daterange.d.ts +167 -2
- package/es/date-picker/src/panel/datetime.d.ts +166 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/es/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/es/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/es/date-picker/src/panel/panelYear.d.ts +332 -2
- package/es/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/es/date-picker/styles/dark.js +3 -1
- package/es/date-picker/styles/light.d.ts +139 -0
- package/es/date-picker/styles/light.js +3 -1
- package/es/descriptions/src/Descriptions.d.ts +30 -0
- package/es/descriptions/src/Descriptions.js +18 -10
- package/es/dialog/src/DialogProvider.d.ts +2 -2
- package/es/drawer/src/Drawer.d.ts +81 -1
- package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/es/drawer/src/DrawerContent.d.ts +8 -0
- package/es/drawer/styles/light.d.ts +8 -0
- package/es/dropdown/src/Dropdown.d.ts +1 -1
- package/es/infinite-scroll/index.d.ts +2 -0
- package/es/infinite-scroll/index.js +1 -0
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/es/infinite-scroll/src/InfiniteScroll.js +78 -0
- package/es/layout/src/Layout.d.ts +112 -0
- package/es/layout/src/LayoutContent.d.ts +56 -0
- package/es/layout/src/LayoutFooter.d.ts +72 -0
- package/es/layout/src/LayoutHeader.d.ts +48 -0
- package/es/layout/src/LayoutSider.d.ts +56 -0
- package/es/layout/styles/light.d.ts +8 -0
- package/es/legacy-transfer/src/Transfer.d.ts +80 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/es/legacy-transfer/src/TransferList.d.ts +9 -1
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/locales/common/arDZ.js +2 -0
- package/es/locales/common/deDE.js +2 -0
- package/es/locales/common/enGB.js +2 -0
- package/es/locales/common/enUS.d.ts +2 -0
- package/es/locales/common/enUS.js +2 -0
- package/es/locales/common/eo.js +2 -0
- package/es/locales/common/esAR.js +2 -0
- package/es/locales/common/faIR.js +2 -0
- package/es/locales/common/frFR.js +2 -0
- package/es/locales/common/idID.js +2 -0
- package/es/locales/common/itIT.js +2 -0
- package/es/locales/common/jaJP.js +2 -0
- package/es/locales/common/koKR.js +2 -0
- package/es/locales/common/nbNO.js +2 -0
- package/es/locales/common/nlNL.js +2 -0
- package/es/locales/common/plPL.js +2 -0
- package/es/locales/common/ptBR.js +2 -0
- package/es/locales/common/ruRU.js +2 -0
- package/es/locales/common/skSK.js +2 -0
- package/es/locales/common/svSE.js +2 -0
- package/es/locales/common/thTH.js +2 -0
- package/es/locales/common/trTR.js +2 -0
- package/es/locales/common/ukUA.js +2 -0
- package/es/locales/common/viVN.js +2 -0
- package/es/locales/common/zhCN.js +2 -0
- package/es/locales/common/zhTW.js +2 -0
- package/es/log/src/Log.d.ts +80 -0
- package/es/log/styles/light.d.ts +8 -0
- package/es/mention/src/Mention.d.ts +88 -0
- package/es/mention/styles/light.d.ts +8 -0
- package/es/menu/src/Menu.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +9 -1
- package/es/modal/src/Modal.d.ts +73 -1
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/NotificationContainer.d.ts +8 -0
- package/es/notification/src/NotificationProvider.d.ts +72 -0
- package/es/notification/styles/light.d.ts +8 -0
- package/es/pagination/src/Pagination.d.ts +176 -0
- package/es/pagination/styles/light.d.ts +16 -0
- package/es/popselect/src/Popselect.d.ts +88 -0
- package/es/popselect/src/PopselectPanel.d.ts +16 -0
- package/es/popselect/styles/light.d.ts +8 -0
- package/es/scrollbar/src/Scrollbar.d.ts +72 -0
- package/es/select/src/Select.d.ts +88 -0
- package/es/select/styles/light.d.ts +8 -0
- package/es/time-picker/src/Panel.d.ts +8 -0
- package/es/time-picker/src/TimePicker.d.ts +80 -0
- package/es/time-picker/styles/light.d.ts +8 -0
- package/es/transfer/src/Transfer.d.ts +80 -0
- package/es/transfer/src/TransferFilter.d.ts +8 -0
- package/es/transfer/src/TransferList.d.ts +9 -1
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/tree/src/Tree.d.ts +82 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/es/tree/styles/light.d.ts +8 -0
- package/es/tree-select/src/TreeSelect.d.ts +89 -1
- package/es/tree-select/styles/light.d.ts +8 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/virtual-list/index.d.ts +2 -0
- package/es/virtual-list/index.js +1 -0
- package/es/virtual-list/src/VirtualList.d.ts +146 -0
- package/es/virtual-list/src/VirtualList.js +103 -0
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/lib/_internal/scrollbar/src/Scrollbar.js +117 -64
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/lib/_internal/scrollbar/styles/common.d.ts +7 -0
- package/lib/_internal/scrollbar/styles/common.js +10 -0
- package/lib/_internal/scrollbar/styles/light.d.ts +8 -0
- package/lib/_internal/scrollbar/styles/light.js +3 -5
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/lib/_internal/select-menu/styles/light.d.ts +8 -0
- package/lib/_internal/selection/src/Selection.d.ts +3 -1
- package/lib/_internal/selection/src/Selection.js +3 -1
- package/lib/_utils/css/index.d.ts +1 -0
- package/lib/_utils/css/index.js +3 -1
- package/lib/_utils/css/rtl-inset.d.ts +1 -0
- package/lib/_utils/css/rtl-inset.js +8 -0
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +88 -0
- package/lib/auto-complete/styles/light.d.ts +8 -0
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +168 -0
- package/lib/cascader/src/CascaderMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderOption.d.ts +24 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/lib/cascader/styles/light.d.ts +16 -0
- package/lib/chat/index.d.ts +1 -1
- package/lib/chat/src/Chat.d.ts +321 -11
- package/lib/chat/src/Chat.js +73 -22
- package/lib/chat/src/ChatListItems.d.ts +104 -0
- package/lib/chat/src/ChatMessages.d.ts +104 -0
- package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/lib/chat/src/ChatParts/MainArea.js +94 -56
- package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/lib/chat/src/ChatParts/Sidebar.js +62 -11
- package/lib/chat/src/interface.d.ts +24 -3
- package/lib/chat/src/styles/index.cssr.js +13 -2
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/components.d.ts +2 -0
- package/lib/components.js +2 -0
- package/lib/data-table/src/DataTable.d.ts +184 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/lib/data-table/src/TableParts/Body.d.ts +41 -1
- package/lib/data-table/src/TableParts/Header.d.ts +40 -0
- package/lib/data-table/src/interface.d.ts +72 -0
- package/lib/data-table/styles/light.d.ts +24 -0
- package/lib/date-picker/src/DatePicker.d.ts +1469 -36
- package/lib/date-picker/src/DatePicker.js +53 -28
- package/lib/date-picker/src/interface.d.ts +1 -0
- package/lib/date-picker/src/panel/date.d.ts +166 -1
- package/lib/date-picker/src/panel/daterange.d.ts +167 -2
- package/lib/date-picker/src/panel/datetime.d.ts +166 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/lib/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +332 -2
- package/lib/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/lib/date-picker/styles/dark.js +3 -1
- package/lib/date-picker/styles/light.d.ts +139 -0
- package/lib/date-picker/styles/light.js +3 -1
- package/lib/descriptions/src/Descriptions.d.ts +30 -0
- package/lib/descriptions/src/Descriptions.js +18 -10
- package/lib/dialog/src/DialogProvider.d.ts +2 -2
- package/lib/drawer/src/Drawer.d.ts +81 -1
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/lib/drawer/src/DrawerContent.d.ts +8 -0
- package/lib/drawer/styles/light.d.ts +8 -0
- package/lib/dropdown/src/Dropdown.d.ts +1 -1
- package/lib/infinite-scroll/index.d.ts +2 -0
- package/lib/infinite-scroll/index.js +9 -0
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/lib/infinite-scroll/src/InfiniteScroll.js +81 -0
- package/lib/layout/src/Layout.d.ts +112 -0
- package/lib/layout/src/LayoutContent.d.ts +56 -0
- package/lib/layout/src/LayoutFooter.d.ts +72 -0
- package/lib/layout/src/LayoutHeader.d.ts +48 -0
- package/lib/layout/src/LayoutSider.d.ts +56 -0
- package/lib/layout/styles/light.d.ts +8 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +9 -1
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/locales/common/arDZ.js +2 -0
- package/lib/locales/common/deDE.js +2 -0
- package/lib/locales/common/enGB.js +2 -0
- package/lib/locales/common/enUS.d.ts +2 -0
- package/lib/locales/common/enUS.js +2 -0
- package/lib/locales/common/eo.js +2 -0
- package/lib/locales/common/esAR.js +2 -0
- package/lib/locales/common/faIR.js +2 -0
- package/lib/locales/common/frFR.js +2 -0
- package/lib/locales/common/idID.js +2 -0
- package/lib/locales/common/itIT.js +2 -0
- package/lib/locales/common/jaJP.js +2 -0
- package/lib/locales/common/koKR.js +2 -0
- package/lib/locales/common/nbNO.js +2 -0
- package/lib/locales/common/nlNL.js +2 -0
- package/lib/locales/common/plPL.js +2 -0
- package/lib/locales/common/ptBR.js +2 -0
- package/lib/locales/common/ruRU.js +2 -0
- package/lib/locales/common/skSK.js +2 -0
- package/lib/locales/common/svSE.js +2 -0
- package/lib/locales/common/thTH.js +2 -0
- package/lib/locales/common/trTR.js +2 -0
- package/lib/locales/common/ukUA.js +2 -0
- package/lib/locales/common/viVN.js +2 -0
- package/lib/locales/common/zhCN.js +2 -0
- package/lib/locales/common/zhTW.js +2 -0
- package/lib/log/src/Log.d.ts +80 -0
- package/lib/log/styles/light.d.ts +8 -0
- package/lib/mention/src/Mention.d.ts +88 -0
- package/lib/mention/styles/light.d.ts +8 -0
- package/lib/menu/src/Menu.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +9 -1
- package/lib/modal/src/Modal.d.ts +73 -1
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/NotificationContainer.d.ts +8 -0
- package/lib/notification/src/NotificationProvider.d.ts +72 -0
- package/lib/notification/styles/light.d.ts +8 -0
- package/lib/pagination/src/Pagination.d.ts +176 -0
- package/lib/pagination/styles/light.d.ts +16 -0
- package/lib/popselect/src/Popselect.d.ts +88 -0
- package/lib/popselect/src/PopselectPanel.d.ts +16 -0
- package/lib/popselect/styles/light.d.ts +8 -0
- package/lib/scrollbar/src/Scrollbar.d.ts +72 -0
- package/lib/select/src/Select.d.ts +88 -0
- package/lib/select/styles/light.d.ts +8 -0
- package/lib/time-picker/src/Panel.d.ts +8 -0
- package/lib/time-picker/src/TimePicker.d.ts +80 -0
- package/lib/time-picker/styles/light.d.ts +8 -0
- package/lib/transfer/src/Transfer.d.ts +80 -0
- package/lib/transfer/src/TransferFilter.d.ts +8 -0
- package/lib/transfer/src/TransferList.d.ts +9 -1
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/tree/src/Tree.d.ts +82 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/lib/tree/styles/light.d.ts +8 -0
- package/lib/tree-select/src/TreeSelect.d.ts +89 -1
- package/lib/tree-select/styles/light.d.ts +8 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +2 -0
- package/lib/virtual-list/index.js +9 -0
- package/lib/virtual-list/src/VirtualList.d.ts +146 -0
- package/lib/virtual-list/src/VirtualList.js +106 -0
- package/package.json +4 -4
- package/volar.d.ts +1 -0
- package/web-types.json +124 -4
package/es/chat/src/Chat.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
|
-
import { type ChatProps as ChatPropsInterface, type ChatListItemData, type ChatMessageData } from './interface';
|
|
2
|
+
import { type ChatProps as ChatPropsInterface, type ChatListItemData, type ChatMessageData, type ChatId } from './interface';
|
|
3
3
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
4
4
|
type ChatPropsType = ChatPropsInterface;
|
|
5
5
|
export declare const chatProps: {
|
|
@@ -67,6 +67,26 @@ export declare const chatProps: {
|
|
|
67
67
|
type: PropType<Partial<ChatPropsType["headerIconProps"]>>;
|
|
68
68
|
default: undefined;
|
|
69
69
|
};
|
|
70
|
+
headerShareButtonProps: {
|
|
71
|
+
type: PropType<Partial<ChatPropsType["headerShareButtonProps"]>>;
|
|
72
|
+
default: undefined;
|
|
73
|
+
};
|
|
74
|
+
headerProfileButtonProps: {
|
|
75
|
+
type: PropType<Partial<ChatPropsType["headerProfileButtonProps"]>>;
|
|
76
|
+
default: undefined;
|
|
77
|
+
};
|
|
78
|
+
headerCloseButtonProps: {
|
|
79
|
+
type: PropType<Partial<ChatPropsType["headerCloseButtonProps"]>>;
|
|
80
|
+
default: undefined;
|
|
81
|
+
};
|
|
82
|
+
headerShareIconProps: {
|
|
83
|
+
type: PropType<Partial<ChatPropsType["headerShareIconProps"]>>;
|
|
84
|
+
default: undefined;
|
|
85
|
+
};
|
|
86
|
+
headerProfileIconProps: {
|
|
87
|
+
type: PropType<Partial<ChatPropsType["headerProfileIconProps"]>>;
|
|
88
|
+
default: undefined;
|
|
89
|
+
};
|
|
70
90
|
messageSenderAvatarProps: {
|
|
71
91
|
type: PropType<Partial<ChatPropsType["messageSenderAvatarProps"]>>;
|
|
72
92
|
default: undefined;
|
|
@@ -115,6 +135,14 @@ export declare const chatProps: {
|
|
|
115
135
|
type: PropType<ChatPropsType["closeButtonText"]>;
|
|
116
136
|
default: undefined;
|
|
117
137
|
};
|
|
138
|
+
shareButtonTooltip: {
|
|
139
|
+
type: PropType<ChatPropsType["shareButtonTooltip"]>;
|
|
140
|
+
default: undefined;
|
|
141
|
+
};
|
|
142
|
+
profileButtonTooltip: {
|
|
143
|
+
type: PropType<ChatPropsType["profileButtonTooltip"]>;
|
|
144
|
+
default: undefined;
|
|
145
|
+
};
|
|
118
146
|
unreadNotificationText: {
|
|
119
147
|
type: PropType<ChatPropsType["unreadNotificationText"]>;
|
|
120
148
|
default: undefined;
|
|
@@ -167,8 +195,8 @@ export declare const chatProps: {
|
|
|
167
195
|
type: PropType<ChatPropsType["onFilterChange"]>;
|
|
168
196
|
default: undefined;
|
|
169
197
|
};
|
|
170
|
-
|
|
171
|
-
type: PropType<
|
|
198
|
+
onFooterInputChange: {
|
|
199
|
+
type: PropType<(value: string, chatId: ChatId) => void>;
|
|
172
200
|
default: undefined;
|
|
173
201
|
};
|
|
174
202
|
onNetworkError: {
|
|
@@ -183,6 +211,22 @@ export declare const chatProps: {
|
|
|
183
211
|
type: PropType<ChatPropsType["onSendError"]>;
|
|
184
212
|
default: undefined;
|
|
185
213
|
};
|
|
214
|
+
onChatItemsScrollToTop: {
|
|
215
|
+
type: PropType<() => void>;
|
|
216
|
+
default: undefined;
|
|
217
|
+
};
|
|
218
|
+
onChatItemsScrollToBottom: {
|
|
219
|
+
type: PropType<() => void>;
|
|
220
|
+
default: undefined;
|
|
221
|
+
};
|
|
222
|
+
onMessagesScrollToTop: {
|
|
223
|
+
type: PropType<() => void>;
|
|
224
|
+
default: undefined;
|
|
225
|
+
};
|
|
226
|
+
onMessagesScrollToBottom: {
|
|
227
|
+
type: PropType<() => void>;
|
|
228
|
+
default: undefined;
|
|
229
|
+
};
|
|
186
230
|
theme: PropType<import("../../_mixins").Theme<"Chat", {
|
|
187
231
|
backgroundColor: string;
|
|
188
232
|
borderColor: string;
|
|
@@ -462,8 +506,16 @@ export declare const chatProps: {
|
|
|
462
506
|
loadingColor: string;
|
|
463
507
|
}, {
|
|
464
508
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
509
|
+
height: string;
|
|
510
|
+
width: string;
|
|
511
|
+
borderRadius: string;
|
|
465
512
|
color: string;
|
|
466
513
|
colorHover: string;
|
|
514
|
+
railInsetHorizontalBottom: string;
|
|
515
|
+
railInsetHorizontalTop: string;
|
|
516
|
+
railInsetVerticalRight: string;
|
|
517
|
+
railInsetVerticalLeft: string;
|
|
518
|
+
railColor: string;
|
|
467
519
|
}, any>;
|
|
468
520
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
469
521
|
iconSizeSmall: string;
|
|
@@ -1119,8 +1171,16 @@ export declare const chatProps: {
|
|
|
1119
1171
|
loadingColor: string;
|
|
1120
1172
|
}, {
|
|
1121
1173
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1174
|
+
height: string;
|
|
1175
|
+
width: string;
|
|
1176
|
+
borderRadius: string;
|
|
1122
1177
|
color: string;
|
|
1123
1178
|
colorHover: string;
|
|
1179
|
+
railInsetHorizontalBottom: string;
|
|
1180
|
+
railInsetHorizontalTop: string;
|
|
1181
|
+
railInsetVerticalRight: string;
|
|
1182
|
+
railInsetVerticalLeft: string;
|
|
1183
|
+
railColor: string;
|
|
1124
1184
|
}, any>;
|
|
1125
1185
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1126
1186
|
iconSizeSmall: string;
|
|
@@ -1776,8 +1836,16 @@ export declare const chatProps: {
|
|
|
1776
1836
|
loadingColor: string;
|
|
1777
1837
|
}, {
|
|
1778
1838
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1839
|
+
height: string;
|
|
1840
|
+
width: string;
|
|
1841
|
+
borderRadius: string;
|
|
1779
1842
|
color: string;
|
|
1780
1843
|
colorHover: string;
|
|
1844
|
+
railInsetHorizontalBottom: string;
|
|
1845
|
+
railInsetHorizontalTop: string;
|
|
1846
|
+
railInsetVerticalRight: string;
|
|
1847
|
+
railInsetVerticalLeft: string;
|
|
1848
|
+
railColor: string;
|
|
1781
1849
|
}, any>;
|
|
1782
1850
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1783
1851
|
iconSizeSmall: string;
|
|
@@ -2221,6 +2289,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2221
2289
|
type: PropType<Partial<ChatPropsType["headerIconProps"]>>;
|
|
2222
2290
|
default: undefined;
|
|
2223
2291
|
};
|
|
2292
|
+
headerShareButtonProps: {
|
|
2293
|
+
type: PropType<Partial<ChatPropsType["headerShareButtonProps"]>>;
|
|
2294
|
+
default: undefined;
|
|
2295
|
+
};
|
|
2296
|
+
headerProfileButtonProps: {
|
|
2297
|
+
type: PropType<Partial<ChatPropsType["headerProfileButtonProps"]>>;
|
|
2298
|
+
default: undefined;
|
|
2299
|
+
};
|
|
2300
|
+
headerCloseButtonProps: {
|
|
2301
|
+
type: PropType<Partial<ChatPropsType["headerCloseButtonProps"]>>;
|
|
2302
|
+
default: undefined;
|
|
2303
|
+
};
|
|
2304
|
+
headerShareIconProps: {
|
|
2305
|
+
type: PropType<Partial<ChatPropsType["headerShareIconProps"]>>;
|
|
2306
|
+
default: undefined;
|
|
2307
|
+
};
|
|
2308
|
+
headerProfileIconProps: {
|
|
2309
|
+
type: PropType<Partial<ChatPropsType["headerProfileIconProps"]>>;
|
|
2310
|
+
default: undefined;
|
|
2311
|
+
};
|
|
2224
2312
|
messageSenderAvatarProps: {
|
|
2225
2313
|
type: PropType<Partial<ChatPropsType["messageSenderAvatarProps"]>>;
|
|
2226
2314
|
default: undefined;
|
|
@@ -2269,6 +2357,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2269
2357
|
type: PropType<ChatPropsType["closeButtonText"]>;
|
|
2270
2358
|
default: undefined;
|
|
2271
2359
|
};
|
|
2360
|
+
shareButtonTooltip: {
|
|
2361
|
+
type: PropType<ChatPropsType["shareButtonTooltip"]>;
|
|
2362
|
+
default: undefined;
|
|
2363
|
+
};
|
|
2364
|
+
profileButtonTooltip: {
|
|
2365
|
+
type: PropType<ChatPropsType["profileButtonTooltip"]>;
|
|
2366
|
+
default: undefined;
|
|
2367
|
+
};
|
|
2272
2368
|
unreadNotificationText: {
|
|
2273
2369
|
type: PropType<ChatPropsType["unreadNotificationText"]>;
|
|
2274
2370
|
default: undefined;
|
|
@@ -2321,8 +2417,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2321
2417
|
type: PropType<ChatPropsType["onFilterChange"]>;
|
|
2322
2418
|
default: undefined;
|
|
2323
2419
|
};
|
|
2324
|
-
|
|
2325
|
-
type: PropType<
|
|
2420
|
+
onFooterInputChange: {
|
|
2421
|
+
type: PropType<(value: string, chatId: ChatId) => void>;
|
|
2326
2422
|
default: undefined;
|
|
2327
2423
|
};
|
|
2328
2424
|
onNetworkError: {
|
|
@@ -2337,6 +2433,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2337
2433
|
type: PropType<ChatPropsType["onSendError"]>;
|
|
2338
2434
|
default: undefined;
|
|
2339
2435
|
};
|
|
2436
|
+
onChatItemsScrollToTop: {
|
|
2437
|
+
type: PropType<() => void>;
|
|
2438
|
+
default: undefined;
|
|
2439
|
+
};
|
|
2440
|
+
onChatItemsScrollToBottom: {
|
|
2441
|
+
type: PropType<() => void>;
|
|
2442
|
+
default: undefined;
|
|
2443
|
+
};
|
|
2444
|
+
onMessagesScrollToTop: {
|
|
2445
|
+
type: PropType<() => void>;
|
|
2446
|
+
default: undefined;
|
|
2447
|
+
};
|
|
2448
|
+
onMessagesScrollToBottom: {
|
|
2449
|
+
type: PropType<() => void>;
|
|
2450
|
+
default: undefined;
|
|
2451
|
+
};
|
|
2340
2452
|
theme: PropType<import("../../_mixins").Theme<"Chat", {
|
|
2341
2453
|
backgroundColor: string;
|
|
2342
2454
|
borderColor: string;
|
|
@@ -2616,8 +2728,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2616
2728
|
loadingColor: string;
|
|
2617
2729
|
}, {
|
|
2618
2730
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2731
|
+
height: string;
|
|
2732
|
+
width: string;
|
|
2733
|
+
borderRadius: string;
|
|
2619
2734
|
color: string;
|
|
2620
2735
|
colorHover: string;
|
|
2736
|
+
railInsetHorizontalBottom: string;
|
|
2737
|
+
railInsetHorizontalTop: string;
|
|
2738
|
+
railInsetVerticalRight: string;
|
|
2739
|
+
railInsetVerticalLeft: string;
|
|
2740
|
+
railColor: string;
|
|
2621
2741
|
}, any>;
|
|
2622
2742
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2623
2743
|
iconSizeSmall: string;
|
|
@@ -3273,8 +3393,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3273
3393
|
loadingColor: string;
|
|
3274
3394
|
}, {
|
|
3275
3395
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3396
|
+
height: string;
|
|
3397
|
+
width: string;
|
|
3398
|
+
borderRadius: string;
|
|
3276
3399
|
color: string;
|
|
3277
3400
|
colorHover: string;
|
|
3401
|
+
railInsetHorizontalBottom: string;
|
|
3402
|
+
railInsetHorizontalTop: string;
|
|
3403
|
+
railInsetVerticalRight: string;
|
|
3404
|
+
railInsetVerticalLeft: string;
|
|
3405
|
+
railColor: string;
|
|
3278
3406
|
}, any>;
|
|
3279
3407
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3280
3408
|
iconSizeSmall: string;
|
|
@@ -3930,8 +4058,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3930
4058
|
loadingColor: string;
|
|
3931
4059
|
}, {
|
|
3932
4060
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4061
|
+
height: string;
|
|
4062
|
+
width: string;
|
|
4063
|
+
borderRadius: string;
|
|
3933
4064
|
color: string;
|
|
3934
4065
|
colorHover: string;
|
|
4066
|
+
railInsetHorizontalBottom: string;
|
|
4067
|
+
railInsetHorizontalTop: string;
|
|
4068
|
+
railInsetVerticalRight: string;
|
|
4069
|
+
railInsetVerticalLeft: string;
|
|
4070
|
+
railColor: string;
|
|
3935
4071
|
}, any>;
|
|
3936
4072
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3937
4073
|
iconSizeSmall: string;
|
|
@@ -4592,8 +4728,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4592
4728
|
loadingColor: string;
|
|
4593
4729
|
}, {
|
|
4594
4730
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4731
|
+
height: string;
|
|
4732
|
+
width: string;
|
|
4733
|
+
borderRadius: string;
|
|
4595
4734
|
color: string;
|
|
4596
4735
|
colorHover: string;
|
|
4736
|
+
railInsetHorizontalBottom: string;
|
|
4737
|
+
railInsetHorizontalTop: string;
|
|
4738
|
+
railInsetVerticalRight: string;
|
|
4739
|
+
railInsetVerticalLeft: string;
|
|
4740
|
+
railColor: string;
|
|
4597
4741
|
}, any>;
|
|
4598
4742
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4599
4743
|
iconSizeSmall: string;
|
|
@@ -5140,8 +5284,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5140
5284
|
loadingColor: string;
|
|
5141
5285
|
}, {
|
|
5142
5286
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5287
|
+
height: string;
|
|
5288
|
+
width: string;
|
|
5289
|
+
borderRadius: string;
|
|
5143
5290
|
color: string;
|
|
5144
5291
|
colorHover: string;
|
|
5292
|
+
railInsetHorizontalBottom: string;
|
|
5293
|
+
railInsetHorizontalTop: string;
|
|
5294
|
+
railInsetVerticalRight: string;
|
|
5295
|
+
railInsetVerticalLeft: string;
|
|
5296
|
+
railColor: string;
|
|
5145
5297
|
}, any>;
|
|
5146
5298
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5147
5299
|
iconSizeSmall: string;
|
|
@@ -5236,7 +5388,82 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5236
5388
|
}>;
|
|
5237
5389
|
themeClass: import("vue").Ref<string>;
|
|
5238
5390
|
onRender: () => void;
|
|
5239
|
-
|
|
5391
|
+
mainAreaRef: import("vue").Ref<({
|
|
5392
|
+
$: import("vue").ComponentInternalInstance;
|
|
5393
|
+
$data: {};
|
|
5394
|
+
$props: {
|
|
5395
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
5396
|
+
class?: unknown;
|
|
5397
|
+
style?: unknown;
|
|
5398
|
+
key?: (string | number | symbol) | undefined;
|
|
5399
|
+
ref_for?: boolean | undefined;
|
|
5400
|
+
ref_key?: string | undefined;
|
|
5401
|
+
onVnodeBeforeMount?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
5402
|
+
onVnodeMounted?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
5403
|
+
onVnodeBeforeUpdate?: (((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]) | undefined;
|
|
5404
|
+
onVnodeUpdated?: (((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]) | undefined;
|
|
5405
|
+
onVnodeBeforeUnmount?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
5406
|
+
onVnodeUnmounted?: (((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]) | undefined;
|
|
5407
|
+
};
|
|
5408
|
+
$attrs: {
|
|
5409
|
+
[x: string]: unknown;
|
|
5410
|
+
};
|
|
5411
|
+
$refs: {
|
|
5412
|
+
[x: string]: unknown;
|
|
5413
|
+
};
|
|
5414
|
+
$slots: Readonly<{
|
|
5415
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
5416
|
+
}>;
|
|
5417
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
5418
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
5419
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
5420
|
+
$el: any;
|
|
5421
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
5422
|
+
renderHeader: () => JSX.Element;
|
|
5423
|
+
renderMessages: () => JSX.Element;
|
|
5424
|
+
renderFooter: () => JSX.Element;
|
|
5425
|
+
messagesBodyRef: import("vue").Ref<HTMLElement | {
|
|
5426
|
+
$el: HTMLElement;
|
|
5427
|
+
} | undefined>;
|
|
5428
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
5429
|
+
inputValue: import("vue").Ref<string>;
|
|
5430
|
+
handleSendMessage: () => Promise<void>;
|
|
5431
|
+
handleMessagesScroll: (e: Event) => void;
|
|
5432
|
+
scrollToBottom: () => void;
|
|
5433
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
5434
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
5435
|
+
created?: (() => void) | (() => void)[];
|
|
5436
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
5437
|
+
mounted?: (() => void) | (() => void)[];
|
|
5438
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
5439
|
+
updated?: (() => void) | (() => void)[];
|
|
5440
|
+
activated?: (() => void) | (() => void)[];
|
|
5441
|
+
deactivated?: (() => void) | (() => void)[];
|
|
5442
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
5443
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
5444
|
+
destroyed?: (() => void) | (() => void)[];
|
|
5445
|
+
unmounted?: (() => void) | (() => void)[];
|
|
5446
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
5447
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
5448
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
5449
|
+
};
|
|
5450
|
+
$forceUpdate: () => void;
|
|
5451
|
+
$nextTick: typeof import("vue").nextTick;
|
|
5452
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
5453
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
|
|
5454
|
+
renderHeader: () => JSX.Element;
|
|
5455
|
+
renderMessages: () => JSX.Element;
|
|
5456
|
+
renderFooter: () => JSX.Element;
|
|
5457
|
+
messagesBodyRef: import("vue").Ref<HTMLElement | {
|
|
5458
|
+
$el: HTMLElement;
|
|
5459
|
+
} | undefined>;
|
|
5460
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
5461
|
+
inputValue: import("vue").Ref<string>;
|
|
5462
|
+
handleSendMessage: () => Promise<void>;
|
|
5463
|
+
handleMessagesScroll: (e: Event) => void;
|
|
5464
|
+
scrollToBottom: () => void;
|
|
5465
|
+
}> & {} & import("vue").ComponentCustomProperties & {}) | null>;
|
|
5466
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("message-retry" | "update:selectedChatId" | "message-send" | "attachment-upload" | "mark-messages-read" | "filter-change" | "footer-input-change" | "network-error" | "upload-error" | "send-error" | "chat-items-scroll-to-top" | "chat-items-scroll-to-bottom" | "messages-scroll-to-top" | "messages-scroll-to-bottom")[], "message-retry" | "update:selectedChatId" | "message-send" | "attachment-upload" | "mark-messages-read" | "filter-change" | "footer-input-change" | "network-error" | "upload-error" | "send-error" | "chat-items-scroll-to-top" | "chat-items-scroll-to-bottom" | "messages-scroll-to-top" | "messages-scroll-to-bottom", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5240
5467
|
chatItems: {
|
|
5241
5468
|
type: PropType<ChatPropsType["chatItems"]>;
|
|
5242
5469
|
default: () => never[];
|
|
@@ -5301,6 +5528,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5301
5528
|
type: PropType<Partial<ChatPropsType["headerIconProps"]>>;
|
|
5302
5529
|
default: undefined;
|
|
5303
5530
|
};
|
|
5531
|
+
headerShareButtonProps: {
|
|
5532
|
+
type: PropType<Partial<ChatPropsType["headerShareButtonProps"]>>;
|
|
5533
|
+
default: undefined;
|
|
5534
|
+
};
|
|
5535
|
+
headerProfileButtonProps: {
|
|
5536
|
+
type: PropType<Partial<ChatPropsType["headerProfileButtonProps"]>>;
|
|
5537
|
+
default: undefined;
|
|
5538
|
+
};
|
|
5539
|
+
headerCloseButtonProps: {
|
|
5540
|
+
type: PropType<Partial<ChatPropsType["headerCloseButtonProps"]>>;
|
|
5541
|
+
default: undefined;
|
|
5542
|
+
};
|
|
5543
|
+
headerShareIconProps: {
|
|
5544
|
+
type: PropType<Partial<ChatPropsType["headerShareIconProps"]>>;
|
|
5545
|
+
default: undefined;
|
|
5546
|
+
};
|
|
5547
|
+
headerProfileIconProps: {
|
|
5548
|
+
type: PropType<Partial<ChatPropsType["headerProfileIconProps"]>>;
|
|
5549
|
+
default: undefined;
|
|
5550
|
+
};
|
|
5304
5551
|
messageSenderAvatarProps: {
|
|
5305
5552
|
type: PropType<Partial<ChatPropsType["messageSenderAvatarProps"]>>;
|
|
5306
5553
|
default: undefined;
|
|
@@ -5349,6 +5596,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5349
5596
|
type: PropType<ChatPropsType["closeButtonText"]>;
|
|
5350
5597
|
default: undefined;
|
|
5351
5598
|
};
|
|
5599
|
+
shareButtonTooltip: {
|
|
5600
|
+
type: PropType<ChatPropsType["shareButtonTooltip"]>;
|
|
5601
|
+
default: undefined;
|
|
5602
|
+
};
|
|
5603
|
+
profileButtonTooltip: {
|
|
5604
|
+
type: PropType<ChatPropsType["profileButtonTooltip"]>;
|
|
5605
|
+
default: undefined;
|
|
5606
|
+
};
|
|
5352
5607
|
unreadNotificationText: {
|
|
5353
5608
|
type: PropType<ChatPropsType["unreadNotificationText"]>;
|
|
5354
5609
|
default: undefined;
|
|
@@ -5401,8 +5656,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5401
5656
|
type: PropType<ChatPropsType["onFilterChange"]>;
|
|
5402
5657
|
default: undefined;
|
|
5403
5658
|
};
|
|
5404
|
-
|
|
5405
|
-
type: PropType<
|
|
5659
|
+
onFooterInputChange: {
|
|
5660
|
+
type: PropType<(value: string, chatId: ChatId) => void>;
|
|
5406
5661
|
default: undefined;
|
|
5407
5662
|
};
|
|
5408
5663
|
onNetworkError: {
|
|
@@ -5417,6 +5672,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5417
5672
|
type: PropType<ChatPropsType["onSendError"]>;
|
|
5418
5673
|
default: undefined;
|
|
5419
5674
|
};
|
|
5675
|
+
onChatItemsScrollToTop: {
|
|
5676
|
+
type: PropType<() => void>;
|
|
5677
|
+
default: undefined;
|
|
5678
|
+
};
|
|
5679
|
+
onChatItemsScrollToBottom: {
|
|
5680
|
+
type: PropType<() => void>;
|
|
5681
|
+
default: undefined;
|
|
5682
|
+
};
|
|
5683
|
+
onMessagesScrollToTop: {
|
|
5684
|
+
type: PropType<() => void>;
|
|
5685
|
+
default: undefined;
|
|
5686
|
+
};
|
|
5687
|
+
onMessagesScrollToBottom: {
|
|
5688
|
+
type: PropType<() => void>;
|
|
5689
|
+
default: undefined;
|
|
5690
|
+
};
|
|
5420
5691
|
theme: PropType<import("../../_mixins").Theme<"Chat", {
|
|
5421
5692
|
backgroundColor: string;
|
|
5422
5693
|
borderColor: string;
|
|
@@ -5696,8 +5967,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5696
5967
|
loadingColor: string;
|
|
5697
5968
|
}, {
|
|
5698
5969
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5970
|
+
height: string;
|
|
5971
|
+
width: string;
|
|
5972
|
+
borderRadius: string;
|
|
5699
5973
|
color: string;
|
|
5700
5974
|
colorHover: string;
|
|
5975
|
+
railInsetHorizontalBottom: string;
|
|
5976
|
+
railInsetHorizontalTop: string;
|
|
5977
|
+
railInsetVerticalRight: string;
|
|
5978
|
+
railInsetVerticalLeft: string;
|
|
5979
|
+
railColor: string;
|
|
5701
5980
|
}, any>;
|
|
5702
5981
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5703
5982
|
iconSizeSmall: string;
|
|
@@ -6353,8 +6632,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6353
6632
|
loadingColor: string;
|
|
6354
6633
|
}, {
|
|
6355
6634
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6635
|
+
height: string;
|
|
6636
|
+
width: string;
|
|
6637
|
+
borderRadius: string;
|
|
6356
6638
|
color: string;
|
|
6357
6639
|
colorHover: string;
|
|
6640
|
+
railInsetHorizontalBottom: string;
|
|
6641
|
+
railInsetHorizontalTop: string;
|
|
6642
|
+
railInsetVerticalRight: string;
|
|
6643
|
+
railInsetVerticalLeft: string;
|
|
6644
|
+
railColor: string;
|
|
6358
6645
|
}, any>;
|
|
6359
6646
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6360
6647
|
iconSizeSmall: string;
|
|
@@ -7010,8 +7297,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7010
7297
|
loadingColor: string;
|
|
7011
7298
|
}, {
|
|
7012
7299
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7300
|
+
height: string;
|
|
7301
|
+
width: string;
|
|
7302
|
+
borderRadius: string;
|
|
7013
7303
|
color: string;
|
|
7014
7304
|
colorHover: string;
|
|
7305
|
+
railInsetHorizontalBottom: string;
|
|
7306
|
+
railInsetHorizontalTop: string;
|
|
7307
|
+
railInsetVerticalRight: string;
|
|
7308
|
+
railInsetVerticalLeft: string;
|
|
7309
|
+
railColor: string;
|
|
7015
7310
|
}, any>;
|
|
7016
7311
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
7017
7312
|
iconSizeSmall: string;
|
|
@@ -7395,27 +7690,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7395
7690
|
"onAttachment-upload"?: ((...args: any[]) => any) | undefined;
|
|
7396
7691
|
"onMark-messages-read"?: ((...args: any[]) => any) | undefined;
|
|
7397
7692
|
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
7398
|
-
"
|
|
7693
|
+
"onFooter-input-change"?: ((...args: any[]) => any) | undefined;
|
|
7399
7694
|
"onNetwork-error"?: ((...args: any[]) => any) | undefined;
|
|
7400
7695
|
"onUpload-error"?: ((...args: any[]) => any) | undefined;
|
|
7401
7696
|
"onSend-error"?: ((...args: any[]) => any) | undefined;
|
|
7697
|
+
"onChat-items-scroll-to-top"?: ((...args: any[]) => any) | undefined;
|
|
7698
|
+
"onChat-items-scroll-to-bottom"?: ((...args: any[]) => any) | undefined;
|
|
7699
|
+
"onMessages-scroll-to-top"?: ((...args: any[]) => any) | undefined;
|
|
7700
|
+
"onMessages-scroll-to-bottom"?: ((...args: any[]) => any) | undefined;
|
|
7402
7701
|
}, {
|
|
7403
7702
|
disabled: boolean | undefined;
|
|
7404
7703
|
typingText: string | undefined;
|
|
7405
7704
|
retryText: string | undefined;
|
|
7406
7705
|
closeButtonText: string | undefined;
|
|
7706
|
+
shareButtonTooltip: string | undefined;
|
|
7707
|
+
profileButtonTooltip: string | undefined;
|
|
7407
7708
|
unreadNotificationText: string | undefined;
|
|
7408
7709
|
height: string | number;
|
|
7409
7710
|
emptyProps: Partial<Partial<import("../..").EmptyProps> | undefined>;
|
|
7410
7711
|
chatItems: ChatListItemData[] | undefined;
|
|
7411
|
-
selectedChatId:
|
|
7712
|
+
selectedChatId: ChatId | undefined;
|
|
7412
7713
|
typingChatIds: (string | number | symbol)[];
|
|
7413
7714
|
onChatSelect: import("./interface").OnChatSelect | undefined;
|
|
7715
|
+
onChatItemsScrollToTop: () => void;
|
|
7716
|
+
onChatItemsScrollToBottom: () => void;
|
|
7414
7717
|
messages: ChatMessageData[] | undefined;
|
|
7415
7718
|
onMessageRetry: ((message: ChatMessageData) => void) | undefined;
|
|
7416
7719
|
onChatClose: () => void;
|
|
7417
7720
|
onChatShare: () => void;
|
|
7418
7721
|
onUserProfile: () => void;
|
|
7722
|
+
onMessagesScrollToTop: () => void;
|
|
7723
|
+
onMessagesScrollToBottom: () => void;
|
|
7419
7724
|
headerActions: (() => import("vue").VNodeChild)[] | undefined;
|
|
7420
7725
|
listEmptyProps: Partial<Partial<import("../..").EmptyProps> | undefined>;
|
|
7421
7726
|
listHeaderTitle: string | (() => import("vue").VNodeChild) | undefined;
|
|
@@ -7427,6 +7732,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7427
7732
|
headerTitle: string | (() => import("vue").VNodeChild) | undefined;
|
|
7428
7733
|
headerButtonProps: Partial<Partial<import("../..").ButtonProps> | undefined>;
|
|
7429
7734
|
headerIconProps: Partial<Partial<import("../..").IconProps> | undefined>;
|
|
7735
|
+
headerShareButtonProps: Partial<Partial<import("../..").ButtonProps> | undefined>;
|
|
7736
|
+
headerProfileButtonProps: Partial<Partial<import("../..").ButtonProps> | undefined>;
|
|
7737
|
+
headerCloseButtonProps: Partial<Partial<import("../..").ButtonProps> | undefined>;
|
|
7738
|
+
headerShareIconProps: Partial<Partial<import("../..").IconProps> | undefined>;
|
|
7739
|
+
headerProfileIconProps: Partial<Partial<import("../..").IconProps> | undefined>;
|
|
7430
7740
|
messageSenderAvatarProps: Partial<Partial<import("../..").AvatarProps> | undefined>;
|
|
7431
7741
|
messageUploadProps: Partial<Partial<import("../..").UploadProps> | undefined>;
|
|
7432
7742
|
messageButtonProps: Partial<Partial<import("../..").ButtonProps> | undefined>;
|
|
@@ -7441,9 +7751,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7441
7751
|
messagesLoadingCount: number | undefined;
|
|
7442
7752
|
onAttachmentUpload: import("./interface").OnAttachmentUpload | undefined;
|
|
7443
7753
|
onFilterChange: import("./interface").OnFilterChange | undefined;
|
|
7444
|
-
onLoadMoreChats: import("./interface").OnLoadMoreChats | undefined;
|
|
7445
7754
|
onNetworkError: import("./interface").OnNetworkError | undefined;
|
|
7446
7755
|
onUploadError: import("./interface").OnUploadError | undefined;
|
|
7447
7756
|
onSendError: import("./interface").OnSendError | undefined;
|
|
7757
|
+
onFooterInputChange: (value: string, chatId: ChatId) => void;
|
|
7448
7758
|
}, {}>;
|
|
7449
7759
|
export default _default;
|