@mobilon-dev/chotto 0.3.26 → 0.3.28
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/{CreateChat-B9CfoSZb.js → CreateChat-O-87sUly.js} +1 -1
- package/dist/{CreateChat2-ks_IikUi.js → CreateChat2-BMXlCRLk.js} +1 -1
- package/dist/{CreateDialog-DqXOFpdc.js → CreateDialog-ry0BQXaP.js} +1 -1
- package/dist/{ModalVideoRecorder-DnncYgrj.js → ModalVideoRecorder-3eVWhEV3.js} +1 -1
- package/dist/{SelectUser2-twrrtDkw.js → SelectUser2-C0QnV1mm.js} +1 -1
- package/dist/chotto.css +1 -1
- package/dist/{index-CECDc5wp.js → index-C8JOAGtF.js} +9695 -6327
- package/dist/themes/dark.css +1 -1
- package/dist/themes/default.css +1 -1
- package/dist/themes/green.css +1 -1
- package/dist/themes/mobilon1.css +1 -1
- package/dist/types/apps/BaseAdaptiveExtendedChatApp/BaseAdaptiveExtendedChatApp.vue.d.ts +2 -2
- package/dist/types/apps/BaseBaseChatApp/BaseBaseChatApp.vue.d.ts +2 -2
- package/dist/types/apps/BaseExtendedChatApp/BaseExtendedChatApp.vue.d.ts +2 -2
- package/dist/types/apps/MobilonExtendedChatApp/MobilonExtendedChatApp.vue.d.ts +2 -2
- package/dist/types/apps/data/chats.d.ts +63 -0
- package/dist/types/apps/data/messages.d.ts +741 -154
- package/dist/types/components/2_blocks/CommunicationPanel/composables/useCommunicationChannels.d.ts +1 -1
- package/dist/types/components/2_blocks/CommunicationPanel/stories/CommunicationPanel.stories.d.ts +1 -0
- package/dist/types/components/2_chatlist_elements/ChatItem/ChatItem.vue.d.ts +4 -1
- package/dist/types/components/2_chatlist_elements/ChatItem/styles/types.d.ts +22 -0
- package/dist/types/components/2_chatlist_elements/ChatItem/types.d.ts +1 -0
- package/dist/types/components/2_elements/ChatInfo/styles/types.d.ts +2 -0
- package/dist/types/components/2_feed_elements/AudioMessage/AudioMessage.vue.d.ts +11 -0
- package/dist/types/components/2_feed_elements/AudioMessage/styles/types.d.ts +0 -2
- package/dist/types/components/2_feed_elements/CallMessage/CallMessage.vue.d.ts +19 -2
- package/dist/types/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue.d.ts +7 -0
- package/dist/types/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue.d.ts +7 -0
- package/dist/types/components/2_feed_elements/CallMessage/stories/CallMessage.stories.d.ts +0 -15
- package/dist/types/components/2_feed_elements/CallMessage/styles/types.d.ts +226 -0
- package/dist/types/components/2_feed_elements/FileMessage/FileMessage.vue.d.ts +11 -0
- package/dist/types/components/2_feed_elements/ImageMessage/ImageMessage.vue.d.ts +11 -0
- package/dist/types/components/2_feed_elements/MessageReactions/MessageReactions.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/TextMessage/TextMessage.vue.d.ts +11 -0
- package/dist/types/components/2_feed_elements/TextMessage/styles/types.d.ts +0 -2
- package/dist/types/components/2_feed_elements/VideoMessage/VideoMessage.vue.d.ts +11 -0
- package/dist/types/components/2_feed_elements/types/messages.d.ts +15 -1
- package/dist/types/components/3_compounds/ChatInput/ChatInput.vue.d.ts +22 -0
- package/dist/types/components/3_compounds/ChatInput/icons/SendIcon.vue.d.ts +7 -0
- package/dist/types/components/3_compounds/ChatInput/icons/index.d.ts +1 -0
- package/dist/types/components/3_compounds/ChatList/ChatList.vue.d.ts +2 -0
- package/dist/types/components/3_compounds/ChatList/styles/types.d.ts +22 -0
- package/dist/types/components/3_compounds/Feed/Feed.vue.d.ts +11 -0
- package/dist/types/functions/getChannelAccentColor.d.ts +1 -0
- package/dist/types/functions/index.d.ts +1 -0
- package/dist/types/hooks/messages/index.d.ts +2 -0
- package/dist/types/hooks/messages/useChannelAccentColor.d.ts +35 -0
- package/dist/types/hooks/messages/useSubtextTooltip.d.ts +11 -0
- package/dist/vuessages.es.js +56 -53
- package/dist/vuessages.umd.js +36 -36
- package/package.json +2 -2
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
locale: string;
|
|
2
3
|
authProvider: Record<string, any>;
|
|
3
4
|
dataProvider: Record<string, any>;
|
|
4
5
|
eventor: Record<string, any>;
|
|
5
|
-
locale: string;
|
|
6
6
|
$props: {
|
|
7
|
+
readonly locale?: string | undefined;
|
|
7
8
|
readonly authProvider?: Record<string, any> | undefined;
|
|
8
9
|
readonly dataProvider?: Record<string, any> | undefined;
|
|
9
10
|
readonly eventor?: Record<string, any> | undefined;
|
|
10
|
-
readonly locale?: string | undefined;
|
|
11
11
|
};
|
|
12
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
locale: string;
|
|
2
3
|
authProvider: Record<string, any>;
|
|
3
4
|
dataProvider: Record<string, any>;
|
|
4
5
|
eventor: Record<string, any>;
|
|
5
|
-
locale: string;
|
|
6
6
|
$props: {
|
|
7
|
+
readonly locale?: string | undefined;
|
|
7
8
|
readonly authProvider?: Record<string, any> | undefined;
|
|
8
9
|
readonly dataProvider?: Record<string, any> | undefined;
|
|
9
10
|
readonly eventor?: Record<string, any> | undefined;
|
|
10
|
-
readonly locale?: string | undefined;
|
|
11
11
|
};
|
|
12
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
locale: string;
|
|
2
3
|
authProvider: Record<string, any>;
|
|
3
4
|
dataProvider: Record<string, any>;
|
|
4
5
|
eventor: Record<string, any>;
|
|
5
|
-
locale: string;
|
|
6
6
|
$props: {
|
|
7
|
+
readonly locale?: string | undefined;
|
|
7
8
|
readonly authProvider?: Record<string, any> | undefined;
|
|
8
9
|
readonly dataProvider?: Record<string, any> | undefined;
|
|
9
10
|
readonly eventor?: Record<string, any> | undefined;
|
|
10
|
-
readonly locale?: string | undefined;
|
|
11
11
|
};
|
|
12
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
locale: string;
|
|
2
3
|
authProvider: Record<string, any>;
|
|
3
4
|
dataProvider: Record<string, any>;
|
|
4
5
|
eventor: Record<string, any>;
|
|
5
|
-
locale: string;
|
|
6
6
|
$props: {
|
|
7
|
+
readonly locale?: string | undefined;
|
|
7
8
|
readonly authProvider?: Record<string, any> | undefined;
|
|
8
9
|
readonly dataProvider?: Record<string, any> | undefined;
|
|
9
10
|
readonly eventor?: Record<string, any> | undefined;
|
|
10
|
-
readonly locale?: string | undefined;
|
|
11
11
|
};
|
|
12
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -272,6 +272,69 @@ export declare const chats: ({
|
|
|
272
272
|
isFixedTop?: undefined;
|
|
273
273
|
statusMessage?: undefined;
|
|
274
274
|
isFixed?: undefined;
|
|
275
|
+
} | {
|
|
276
|
+
chatId: number;
|
|
277
|
+
name: string;
|
|
278
|
+
avatar: string;
|
|
279
|
+
countUnread: number;
|
|
280
|
+
lastMessage: string;
|
|
281
|
+
'lastActivity.time': string;
|
|
282
|
+
'lastActivity.timestamp': string;
|
|
283
|
+
actions: {
|
|
284
|
+
action: string;
|
|
285
|
+
title: string;
|
|
286
|
+
}[];
|
|
287
|
+
metadata: string;
|
|
288
|
+
dialogs: ({
|
|
289
|
+
branchId: string;
|
|
290
|
+
dialogId: string;
|
|
291
|
+
attributeId: string;
|
|
292
|
+
channelId: string;
|
|
293
|
+
name: string;
|
|
294
|
+
fullname: string;
|
|
295
|
+
countUnread: number;
|
|
296
|
+
'lastActivity.time': string;
|
|
297
|
+
'lastActivity.timestamp': number;
|
|
298
|
+
isSelected: boolean;
|
|
299
|
+
} | {
|
|
300
|
+
dialogId: string;
|
|
301
|
+
name: string;
|
|
302
|
+
'lastActivity.timestamp': number;
|
|
303
|
+
countUnread: number;
|
|
304
|
+
isSelected: boolean;
|
|
305
|
+
branchId?: undefined;
|
|
306
|
+
attributeId?: undefined;
|
|
307
|
+
channelId?: undefined;
|
|
308
|
+
fullname?: undefined;
|
|
309
|
+
'lastActivity.time'?: undefined;
|
|
310
|
+
})[];
|
|
311
|
+
contact: {
|
|
312
|
+
attributes: ({
|
|
313
|
+
id: string;
|
|
314
|
+
type: string;
|
|
315
|
+
data: string;
|
|
316
|
+
value: string;
|
|
317
|
+
} | {
|
|
318
|
+
id: string;
|
|
319
|
+
type: string;
|
|
320
|
+
data: {
|
|
321
|
+
id: string;
|
|
322
|
+
nickname: string;
|
|
323
|
+
phone: string;
|
|
324
|
+
};
|
|
325
|
+
value: string;
|
|
326
|
+
})[];
|
|
327
|
+
tags?: undefined;
|
|
328
|
+
};
|
|
329
|
+
isFixedBottom?: undefined;
|
|
330
|
+
status?: undefined;
|
|
331
|
+
'lastMessage.status'?: undefined;
|
|
332
|
+
typing?: undefined;
|
|
333
|
+
dialogsExpanded?: undefined;
|
|
334
|
+
colorUnread?: undefined;
|
|
335
|
+
isFixedTop?: undefined;
|
|
336
|
+
statusMessage?: undefined;
|
|
337
|
+
isFixed?: undefined;
|
|
275
338
|
} | {
|
|
276
339
|
chatId: number;
|
|
277
340
|
name: string;
|