@bcc-code/vue-bcc-chat-ui 3.2.0 → 3.2.2-alpha.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/components/CometChatMessageListOverride.vue.d.ts +90 -0
- package/dist/vue-bcc-chat-ui.js +2676 -2570
- package/package.json +1 -1
- package/src/components/BccChatMessageBubble.vue +0 -3
- package/src/components/BccChatMessageList.vue +5 -41
- package/src/components/CometChatMessageListOverride.vue +129 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
hideError: {};
|
|
3
|
+
scrollToBottomOnNewMessages: {};
|
|
4
|
+
errorStateView: {};
|
|
5
|
+
loadingStateView: {};
|
|
6
|
+
emptyStateView: {};
|
|
7
|
+
state: {};
|
|
8
|
+
thresholdValue: {};
|
|
9
|
+
errorStateText: {};
|
|
10
|
+
emptyStateText: {};
|
|
11
|
+
loadingIconURL: {};
|
|
12
|
+
user: {};
|
|
13
|
+
group: {};
|
|
14
|
+
disableReceipt: {};
|
|
15
|
+
onError: {};
|
|
16
|
+
disableSoundForMessages: {};
|
|
17
|
+
customSoundForMessages: {};
|
|
18
|
+
readIcon: {};
|
|
19
|
+
deliveredIcon: {};
|
|
20
|
+
sentIcon: {};
|
|
21
|
+
waitIcon: {};
|
|
22
|
+
errorIcon: {};
|
|
23
|
+
alignment: {};
|
|
24
|
+
showAvatar: {};
|
|
25
|
+
timestampAlignment: {};
|
|
26
|
+
DateSeparatorPattern: {};
|
|
27
|
+
templates: {};
|
|
28
|
+
messagesRequestBuilder: {};
|
|
29
|
+
newMessageIndicatorText: {};
|
|
30
|
+
onThreadRepliesClick: {};
|
|
31
|
+
headerView: {};
|
|
32
|
+
footerView: {};
|
|
33
|
+
datePattern: {};
|
|
34
|
+
parentMessageId: {};
|
|
35
|
+
avatarStyle: {};
|
|
36
|
+
dateSeparatorStyle: {};
|
|
37
|
+
messageListStyle: {};
|
|
38
|
+
messageInformationConfiguration: {};
|
|
39
|
+
reactionsConfiguration: {};
|
|
40
|
+
disableReactions: {};
|
|
41
|
+
emojiKeyboardStyle: {};
|
|
42
|
+
threadIndicatorIcon: {};
|
|
43
|
+
disableMentions: {};
|
|
44
|
+
textFormatters: {};
|
|
45
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
hideError: {};
|
|
47
|
+
scrollToBottomOnNewMessages: {};
|
|
48
|
+
errorStateView: {};
|
|
49
|
+
loadingStateView: {};
|
|
50
|
+
emptyStateView: {};
|
|
51
|
+
state: {};
|
|
52
|
+
thresholdValue: {};
|
|
53
|
+
errorStateText: {};
|
|
54
|
+
emptyStateText: {};
|
|
55
|
+
loadingIconURL: {};
|
|
56
|
+
user: {};
|
|
57
|
+
group: {};
|
|
58
|
+
disableReceipt: {};
|
|
59
|
+
onError: {};
|
|
60
|
+
disableSoundForMessages: {};
|
|
61
|
+
customSoundForMessages: {};
|
|
62
|
+
readIcon: {};
|
|
63
|
+
deliveredIcon: {};
|
|
64
|
+
sentIcon: {};
|
|
65
|
+
waitIcon: {};
|
|
66
|
+
errorIcon: {};
|
|
67
|
+
alignment: {};
|
|
68
|
+
showAvatar: {};
|
|
69
|
+
timestampAlignment: {};
|
|
70
|
+
DateSeparatorPattern: {};
|
|
71
|
+
templates: {};
|
|
72
|
+
messagesRequestBuilder: {};
|
|
73
|
+
newMessageIndicatorText: {};
|
|
74
|
+
onThreadRepliesClick: {};
|
|
75
|
+
headerView: {};
|
|
76
|
+
footerView: {};
|
|
77
|
+
datePattern: {};
|
|
78
|
+
parentMessageId: {};
|
|
79
|
+
avatarStyle: {};
|
|
80
|
+
dateSeparatorStyle: {};
|
|
81
|
+
messageListStyle: {};
|
|
82
|
+
messageInformationConfiguration: {};
|
|
83
|
+
reactionsConfiguration: {};
|
|
84
|
+
disableReactions: {};
|
|
85
|
+
emojiKeyboardStyle: {};
|
|
86
|
+
threadIndicatorIcon: {};
|
|
87
|
+
disableMentions: {};
|
|
88
|
+
textFormatters: {};
|
|
89
|
+
}>>, {}, {}>;
|
|
90
|
+
export default _default;
|