@mobilon-dev/chotto 0.3.40 → 0.3.42
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/LICENSE +21 -21
- package/README.md +392 -392
- package/dist/chotto.css +1 -1
- package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js +1 -1
- package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js +2 -2
- package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +1 -1
- package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +4 -4
- package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +3 -3
- package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +8 -8
- package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +2 -2
- package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +60 -52
- package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +14 -14
- package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js +1 -1
- package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +1 -1
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +4 -4
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +1 -1
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +2 -2
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +2 -2
- package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +1 -1
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +2 -2
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +1 -1
- package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +11 -11
- package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js +2 -2
- package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +1 -1
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +2 -2
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +5 -5
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +2 -2
- package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +2 -2
- package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +2 -2
- package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +1 -1
- package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +1 -1
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +2 -2
- package/dist/components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js +3 -3
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +2 -2
- package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +1 -1
- package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +9 -9
- package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +1 -1
- package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +1 -1
- package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +2 -2
- package/dist/components/2_elements/UserProfile/UserProfile.vue.js +4 -4
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +1 -1
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +3 -3
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +1 -1
- package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +1 -1
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +3 -3
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +2 -2
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +2 -2
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue2.js +109 -0
- package/dist/components/2_feed_elements/MissedCallMessage/icons/MissedCallIcon.vue.js +34 -0
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +4 -4
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +4 -4
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +2 -2
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +2 -2
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +2 -2
- package/dist/components/2_modals/CreateChat/CreateChat.vue.js +6 -6
- package/dist/components/2_modals/CreateChat2/CreateChat2.vue.js +1 -1
- package/dist/components/2_modals/CreateDialog/CreateDialog.vue.js +10 -10
- package/dist/components/2_modals/Modal/Modal.vue.js +1 -1
- package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +1 -1
- package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +1 -1
- package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +1 -1
- package/dist/components/2_modals/SelectUser/SelectUser.vue.js +1 -1
- package/dist/components/2_modals/SelectUser2/SelectUser2.vue.js +11 -11
- package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +1 -1
- package/dist/components/3_compounds/ChatList/ChatList.vue.js +5 -5
- package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +43 -10
- package/dist/components/3_compounds/ChatList/icons/LogoIcon.vue.js +19 -0
- package/dist/components/3_compounds/Feed/Feed.vue.js +2 -2
- package/dist/components/3_compounds/Feed/Feed.vue2.js +82 -81
- package/dist/components/3_compounds/Feed/assets/chat-background.svg.js +3 -3
- package/dist/components/3_compounds/Feed/composables/useFeedComponents.js +10 -8
- package/dist/components/3_compounds/SideBar/SideBar.vue.js +1 -1
- package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +2 -2
- package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +1 -1
- package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +2 -2
- package/dist/components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js +1 -1
- package/dist/components/4_layouts/FeedLayout/FeedLayout.vue.js +5 -5
- package/dist/components/5_containers/BaseContainer/BaseContainer.vue.js +3 -3
- package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +1 -1
- package/dist/index.js +147 -145
- package/dist/themes/dark.css +1 -1
- package/dist/themes/default.css +1 -1
- package/dist/themes/glass.css +1 -1
- package/dist/themes/green.css +1 -1
- package/dist/themes/mobilon1.css +1 -1
- package/dist/types/apps/data/messages.d.ts +31 -0
- package/dist/types/components/1_atoms/Tooltip/Tooltip.vue.d.ts +9 -0
- package/dist/types/components/1_atoms/Tooltip/styles/types.d.ts +2 -0
- package/dist/types/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.d.ts +40 -0
- package/dist/types/components/2_feed_elements/MissedCallMessage/icons/MissedCallIcon.vue.d.ts +2 -0
- package/dist/types/components/2_feed_elements/MissedCallMessage/stories/MissedCallMessage.stories.d.ts +12 -0
- package/dist/types/components/2_feed_elements/types/messages.d.ts +10 -0
- package/dist/types/components/3_compounds/ChatList/ChatListHeader.vue.d.ts +6 -0
- package/dist/types/components/3_compounds/ChatList/icons/LogoIcon.vue.d.ts +2 -0
- package/dist/types/components/3_compounds/ChatList/styles/types.d.ts +44 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/main.d.ts +3 -0
- package/package.json +72 -72
|
@@ -1903,6 +1903,37 @@ export declare const messages: ({
|
|
|
1903
1903
|
statusMsg?: undefined;
|
|
1904
1904
|
backgroundColor?: undefined;
|
|
1905
1905
|
callAttemptDuration?: undefined;
|
|
1906
|
+
} | {
|
|
1907
|
+
chatId: number;
|
|
1908
|
+
dialogId: string;
|
|
1909
|
+
type: string;
|
|
1910
|
+
direction: string;
|
|
1911
|
+
messageId: string;
|
|
1912
|
+
timestamp: string;
|
|
1913
|
+
header: string;
|
|
1914
|
+
subText: string;
|
|
1915
|
+
position?: undefined;
|
|
1916
|
+
status?: undefined;
|
|
1917
|
+
time?: undefined;
|
|
1918
|
+
url?: undefined;
|
|
1919
|
+
callDuration?: undefined;
|
|
1920
|
+
isMissedCall?: undefined;
|
|
1921
|
+
callParticipant?: undefined;
|
|
1922
|
+
avatar?: undefined;
|
|
1923
|
+
actions?: undefined;
|
|
1924
|
+
text?: undefined;
|
|
1925
|
+
embed?: undefined;
|
|
1926
|
+
views?: undefined;
|
|
1927
|
+
alt?: undefined;
|
|
1928
|
+
reply?: undefined;
|
|
1929
|
+
filename?: undefined;
|
|
1930
|
+
transcript?: undefined;
|
|
1931
|
+
linkPreview?: undefined;
|
|
1932
|
+
keyboard?: undefined;
|
|
1933
|
+
reactions?: undefined;
|
|
1934
|
+
statusMsg?: undefined;
|
|
1935
|
+
backgroundColor?: undefined;
|
|
1936
|
+
callAttemptDuration?: undefined;
|
|
1906
1937
|
} | {
|
|
1907
1938
|
chatId: number;
|
|
1908
1939
|
dialogId: string;
|
|
@@ -23,6 +23,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
23
23
|
type: NumberConstructor;
|
|
24
24
|
default: number;
|
|
25
25
|
};
|
|
26
|
+
delay: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
26
30
|
}>, {
|
|
27
31
|
startAutoShow: () => void;
|
|
28
32
|
clearAutoTimer: () => void;
|
|
@@ -47,11 +51,16 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
47
51
|
type: NumberConstructor;
|
|
48
52
|
default: number;
|
|
49
53
|
};
|
|
54
|
+
delay: {
|
|
55
|
+
type: NumberConstructor;
|
|
56
|
+
default: number;
|
|
57
|
+
};
|
|
50
58
|
}>> & Readonly<{}>, {
|
|
51
59
|
position: string;
|
|
52
60
|
offset: number;
|
|
53
61
|
trigger: string;
|
|
54
62
|
autoShowDuration: number;
|
|
63
|
+
delay: number;
|
|
55
64
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
56
65
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
57
66
|
export default _default;
|
|
@@ -24,6 +24,8 @@ export interface TooltipThemeCSSVariables {
|
|
|
24
24
|
'--chotto-tooltip-font-weight': string;
|
|
25
25
|
/** Высота строки подсказки */
|
|
26
26
|
'--chotto-tooltip-line-height': string;
|
|
27
|
+
/** Обработка пробелов и переносов строк в подсказке */
|
|
28
|
+
'--chotto-tooltip-white-space': string;
|
|
27
29
|
/** Тень подсказки */
|
|
28
30
|
'--chotto-tooltip-box-shadow': string;
|
|
29
31
|
/** Z-index подсказки */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { IMissedCallMessage } from '@/types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
message: {
|
|
4
|
+
type: () => IMissedCallMessage;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
applyStyle: {
|
|
8
|
+
type: FunctionConstructor;
|
|
9
|
+
default: () => null;
|
|
10
|
+
};
|
|
11
|
+
subtextTooltipData: {
|
|
12
|
+
type: () => Record<string, string>;
|
|
13
|
+
required: false;
|
|
14
|
+
default: () => {};
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
action: (...args: any[]) => void;
|
|
18
|
+
reply: (...args: any[]) => void;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
message: {
|
|
21
|
+
type: () => IMissedCallMessage;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
applyStyle: {
|
|
25
|
+
type: FunctionConstructor;
|
|
26
|
+
default: () => null;
|
|
27
|
+
};
|
|
28
|
+
subtextTooltipData: {
|
|
29
|
+
type: () => Record<string, string>;
|
|
30
|
+
required: false;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{
|
|
34
|
+
onAction?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onReply?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
applyStyle: Function;
|
|
38
|
+
subtextTooltipData: Record<string, string>;
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
40
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
+
import MissedCallMessage from '../MissedCallMessage.vue';
|
|
3
|
+
declare const meta: Meta<typeof MissedCallMessage>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof MissedCallMessage>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithAvatar: Story;
|
|
8
|
+
export declare const WithSubtext: Story;
|
|
9
|
+
export declare const WithHeader: Story;
|
|
10
|
+
export declare const WithAll: Story;
|
|
11
|
+
export declare const WithActions: Story;
|
|
12
|
+
export declare const WithAllFeatures: Story;
|
|
@@ -236,3 +236,13 @@ export interface IStickerMessage {
|
|
|
236
236
|
reactions?: MessageReactions;
|
|
237
237
|
backgroundColor?: string;
|
|
238
238
|
}
|
|
239
|
+
export interface IMissedCallMessage {
|
|
240
|
+
messageId: string;
|
|
241
|
+
position: string;
|
|
242
|
+
time: string;
|
|
243
|
+
avatar?: string;
|
|
244
|
+
header?: string;
|
|
245
|
+
subText?: string;
|
|
246
|
+
actions?: IAction[];
|
|
247
|
+
backgroundColor?: string;
|
|
248
|
+
}
|
|
@@ -6,9 +6,15 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
title: string;
|
|
8
8
|
titleEnabled: boolean;
|
|
9
|
+
logoEnabled: boolean;
|
|
10
|
+
betaEnabled: boolean;
|
|
11
|
+
betaTooltipText: string;
|
|
9
12
|
$props: {
|
|
10
13
|
readonly title?: string | undefined;
|
|
11
14
|
readonly titleEnabled?: boolean | undefined;
|
|
15
|
+
readonly logoEnabled?: boolean | undefined;
|
|
16
|
+
readonly betaEnabled?: boolean | undefined;
|
|
17
|
+
readonly betaTooltipText?: string | undefined;
|
|
12
18
|
};
|
|
13
19
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
20
|
type __VLS_Slots = {
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -80,6 +80,46 @@ export interface ChatListThemeCSSVariables {
|
|
|
80
80
|
'--chotto-chatlist-title-font-weight': string;
|
|
81
81
|
/** Цвет текста заголовка */
|
|
82
82
|
'--chotto-chatlist-title-text-color': string;
|
|
83
|
+
/** Отображение блока заголовка */
|
|
84
|
+
'--chotto-chatlist-title-block-display': string;
|
|
85
|
+
/** Выравнивание элементов блока заголовка */
|
|
86
|
+
'--chotto-chatlist-title-block-align': string;
|
|
87
|
+
/** Ширина логотипа заголовка */
|
|
88
|
+
'--chotto-chatlist-title-logo-width': string;
|
|
89
|
+
/** Высота логотипа заголовка */
|
|
90
|
+
'--chotto-chatlist-title-logo-height': string;
|
|
91
|
+
/** Отступ слева логотипа заголовка */
|
|
92
|
+
'--chotto-chatlist-title-logo-margin-left': string;
|
|
93
|
+
/** Коэффициент сжатия логотипа заголовка */
|
|
94
|
+
'--chotto-chatlist-title-logo-flex-shrink': string;
|
|
95
|
+
/** Отображение бейджа beta заголовка */
|
|
96
|
+
'--chotto-chatlist-title-beta-badge-display': string;
|
|
97
|
+
/** Выравнивание элементов бейджа beta заголовка */
|
|
98
|
+
'--chotto-chatlist-title-beta-badge-align-items': string;
|
|
99
|
+
/** Выравнивание по главной оси бейджа beta заголовка */
|
|
100
|
+
'--chotto-chatlist-title-beta-badge-justify-content': string;
|
|
101
|
+
/** Радиус границы бейджа beta заголовка */
|
|
102
|
+
'--chotto-chatlist-title-beta-badge-border-radius': string;
|
|
103
|
+
/** Цвет фона бейджа beta заголовка */
|
|
104
|
+
'--chotto-chatlist-title-beta-badge-background-color': string;
|
|
105
|
+
/** Выравнивание бейджа beta заголовка относительно контейнера */
|
|
106
|
+
'--chotto-chatlist-title-beta-badge-align-self': string;
|
|
107
|
+
/** Цвет текста бейджа beta заголовка */
|
|
108
|
+
'--chotto-chatlist-title-beta-badge-color': string;
|
|
109
|
+
/** Ширина бейджа beta заголовка */
|
|
110
|
+
'--chotto-chatlist-title-beta-badge-width': string;
|
|
111
|
+
/** Минимальная высота бейджа beta заголовка */
|
|
112
|
+
'--chotto-chatlist-title-beta-badge-min-height': string;
|
|
113
|
+
/** Семейство шрифта бейджа beta заголовка */
|
|
114
|
+
'--chotto-chatlist-title-beta-badge-font-family': string;
|
|
115
|
+
/** Толщина шрифта бейджа beta заголовка */
|
|
116
|
+
'--chotto-chatlist-title-beta-badge-font-weight': string;
|
|
117
|
+
/** Размер шрифта бейджа beta заголовка */
|
|
118
|
+
'--chotto-chatlist-title-beta-badge-font-size': string;
|
|
119
|
+
/** Отступ слева бейджа beta заголовка */
|
|
120
|
+
'--chotto-chatlist-title-beta-badge-margin-left': string;
|
|
121
|
+
/** Высота строки бейджа beta заголовка */
|
|
122
|
+
'--chotto-chatlist-title-beta-badge-line-height': string;
|
|
83
123
|
/** Позиционирование контекстного меню */
|
|
84
124
|
'--chotto-chatlist-context-menu-position': string;
|
|
85
125
|
/** Позиция контекстного меню сверху */
|
|
@@ -198,4 +238,8 @@ export interface ChatListThemeCSSVariables {
|
|
|
198
238
|
'--chotto-chatlist-placeholder-hint-font-size': string;
|
|
199
239
|
/** Отступы подсказки плейсхолдера */
|
|
200
240
|
'--chotto-chatlist-placeholder-hint-margin': string;
|
|
241
|
+
/** Высота строки обёртки тултипа бейджа beta заголовка */
|
|
242
|
+
'--chotto-chatlist-title-beta-badge-tooltip-wrapper-line-height': string;
|
|
243
|
+
/** Отображение обёртки тултипа бейджа beta заголовка */
|
|
244
|
+
'--chotto-chatlist-title-beta-badge-tooltip-wrapper-display': string;
|
|
201
245
|
}
|
|
@@ -46,6 +46,7 @@ export { default as AudioMessage } from './2_feed_elements/AudioMessage/AudioMes
|
|
|
46
46
|
export { default as BaseReplyMessage } from './2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue';
|
|
47
47
|
export { default as CallMessage } from './2_feed_elements/CallMessage/CallMessage.vue';
|
|
48
48
|
export { default as DateMessage } from './2_feed_elements/DateMessage/DateMessage.vue';
|
|
49
|
+
export { default as MissedCallMessage } from './2_feed_elements/MissedCallMessage/MissedCallMessage.vue';
|
|
49
50
|
export { default as DateMessageSticky } from './2_feed_elements/DateMessageSticky/DateMessageSticky.vue';
|
|
50
51
|
export { default as DelimiterMessage } from './2_feed_elements/DelimiterMessage/DelimiterMessage.vue';
|
|
51
52
|
export { default as FeedKeyboard } from './2_feed_elements/FeedKeyboard/FeedKeyboard.vue';
|
package/dist/types/main.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mobilon-dev/chotto",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.js",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": {
|
|
9
|
-
"import": "./dist/index.js",
|
|
10
|
-
"types": "./dist/types/index.d.ts"
|
|
11
|
-
},
|
|
12
|
-
"./style.css": "./dist/chotto.css",
|
|
13
|
-
"./themes/default.css": "./dist/themes/default.css",
|
|
14
|
-
"./themes/dark.css": "./dist/themes/dark.css",
|
|
15
|
-
"./themes/glass.css": "./dist/themes/glass.css",
|
|
16
|
-
"./themes/green.css": "./dist/themes/green.css",
|
|
17
|
-
"./themes/mobilon1.css": "./dist/themes/mobilon1.css"
|
|
18
|
-
},
|
|
19
|
-
"files": [
|
|
20
|
-
"dist"
|
|
21
|
-
],
|
|
22
|
-
"types": "./dist/types/index.d.ts",
|
|
23
|
-
"scripts": {
|
|
24
|
-
"dev": "vite",
|
|
25
|
-
"build": "vite build && vite build --config vite.themes.config.ts && vue-tsc --emitDeclarationOnly",
|
|
26
|
-
"build:lib": "vite build && vue-tsc --emitDeclarationOnly",
|
|
27
|
-
"build:themes": "vite build --config vite.themes.config.ts",
|
|
28
|
-
"preview": "vite preview",
|
|
29
|
-
"storybook": "storybook dev -p 6006",
|
|
30
|
-
"build-storybook": "storybook build -o docs",
|
|
31
|
-
"validate-themes": "tsx ./scripts/validate-themes.ts",
|
|
32
|
-
"prepublishOnly": "npm run build && npm run validate-themes",
|
|
33
|
-
"lint-fix": "npx eslint . --fix",
|
|
34
|
-
"lint": "npx eslint ."
|
|
35
|
-
},
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"@fontsource/inter": "^5.2.8",
|
|
38
|
-
"@fontsource/montserrat": "^5.2.8",
|
|
39
|
-
"@fontsource/open-sans": "^5.2.7",
|
|
40
|
-
"linkify-string": "^4.3.2",
|
|
41
|
-
"linkifyjs": "^4.3.2",
|
|
42
|
-
"markdown-it": "^14.1.0",
|
|
43
|
-
"primeicons": "^7.0.0",
|
|
44
|
-
"sass-embedded": "^1.96.0",
|
|
45
|
-
"vue": "^3.5.25",
|
|
46
|
-
"vue3-emoji-picker-ru": "^1.1.9"
|
|
47
|
-
},
|
|
48
|
-
"devDependencies": {
|
|
49
|
-
"@chromatic-com/storybook": "^4.1.3",
|
|
50
|
-
"@eslint/js": "^9.39.2",
|
|
51
|
-
"@storybook/addon-docs": "^9.1.16",
|
|
52
|
-
"@storybook/addon-links": "^9.1.16",
|
|
53
|
-
"@storybook/vue3-vite": "^9.1.16",
|
|
54
|
-
"@types/glob": "^8.1.0",
|
|
55
|
-
"@types/markdown-it": "^14.1.2",
|
|
56
|
-
"@types/node": "^22.19.3",
|
|
57
|
-
"@vitejs/plugin-vue": "^5.2.4",
|
|
58
|
-
"eslint": "^9.39.2",
|
|
59
|
-
"eslint-plugin-storybook": "9.1.16",
|
|
60
|
-
"eslint-plugin-vue": "^9.33.0",
|
|
61
|
-
"glob": "^11.1.0",
|
|
62
|
-
"moment": "^2.30.1",
|
|
63
|
-
"pinia": "^2.3.1",
|
|
64
|
-
"storybook": "^9.1.16",
|
|
65
|
-
"tsx": "^4.21.0",
|
|
66
|
-
"typescript": "^5.9.3",
|
|
67
|
-
"typescript-eslint": "^8.50.0",
|
|
68
|
-
"vite": "^6.4.1",
|
|
69
|
-
"vite-plugin-static-copy": "^2.3.2",
|
|
70
|
-
"vue-tsc": "^2.2.12"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@mobilon-dev/chotto",
|
|
3
|
+
"version": "0.3.42",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"import": "./dist/index.js",
|
|
10
|
+
"types": "./dist/types/index.d.ts"
|
|
11
|
+
},
|
|
12
|
+
"./style.css": "./dist/chotto.css",
|
|
13
|
+
"./themes/default.css": "./dist/themes/default.css",
|
|
14
|
+
"./themes/dark.css": "./dist/themes/dark.css",
|
|
15
|
+
"./themes/glass.css": "./dist/themes/glass.css",
|
|
16
|
+
"./themes/green.css": "./dist/themes/green.css",
|
|
17
|
+
"./themes/mobilon1.css": "./dist/themes/mobilon1.css"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"types": "./dist/types/index.d.ts",
|
|
23
|
+
"scripts": {
|
|
24
|
+
"dev": "vite",
|
|
25
|
+
"build": "vite build && vite build --config vite.themes.config.ts && vue-tsc --emitDeclarationOnly",
|
|
26
|
+
"build:lib": "vite build && vue-tsc --emitDeclarationOnly",
|
|
27
|
+
"build:themes": "vite build --config vite.themes.config.ts",
|
|
28
|
+
"preview": "vite preview",
|
|
29
|
+
"storybook": "storybook dev -p 6006",
|
|
30
|
+
"build-storybook": "storybook build -o docs",
|
|
31
|
+
"validate-themes": "tsx ./scripts/validate-themes.ts",
|
|
32
|
+
"prepublishOnly": "npm run build && npm run validate-themes",
|
|
33
|
+
"lint-fix": "npx eslint . --fix",
|
|
34
|
+
"lint": "npx eslint ."
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@fontsource/inter": "^5.2.8",
|
|
38
|
+
"@fontsource/montserrat": "^5.2.8",
|
|
39
|
+
"@fontsource/open-sans": "^5.2.7",
|
|
40
|
+
"linkify-string": "^4.3.2",
|
|
41
|
+
"linkifyjs": "^4.3.2",
|
|
42
|
+
"markdown-it": "^14.1.0",
|
|
43
|
+
"primeicons": "^7.0.0",
|
|
44
|
+
"sass-embedded": "^1.96.0",
|
|
45
|
+
"vue": "^3.5.25",
|
|
46
|
+
"vue3-emoji-picker-ru": "^1.1.9"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
50
|
+
"@eslint/js": "^9.39.2",
|
|
51
|
+
"@storybook/addon-docs": "^9.1.16",
|
|
52
|
+
"@storybook/addon-links": "^9.1.16",
|
|
53
|
+
"@storybook/vue3-vite": "^9.1.16",
|
|
54
|
+
"@types/glob": "^8.1.0",
|
|
55
|
+
"@types/markdown-it": "^14.1.2",
|
|
56
|
+
"@types/node": "^22.19.3",
|
|
57
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
58
|
+
"eslint": "^9.39.2",
|
|
59
|
+
"eslint-plugin-storybook": "9.1.16",
|
|
60
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
61
|
+
"glob": "^11.1.0",
|
|
62
|
+
"moment": "^2.30.1",
|
|
63
|
+
"pinia": "^2.3.1",
|
|
64
|
+
"storybook": "^9.1.16",
|
|
65
|
+
"tsx": "^4.21.0",
|
|
66
|
+
"typescript": "^5.9.3",
|
|
67
|
+
"typescript-eslint": "^8.50.0",
|
|
68
|
+
"vite": "^6.4.1",
|
|
69
|
+
"vite-plugin-static-copy": "^2.3.2",
|
|
70
|
+
"vue-tsc": "^2.2.12"
|
|
71
|
+
}
|
|
72
|
+
}
|