@mobilon-dev/chotto 0.3.9 → 0.3.10
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/{ModalVideoRecorder-CVURk0Zx.js → ModalVideoRecorder-_TvBFB7c.js} +1 -1
- package/dist/chotto.css +1 -1
- package/dist/{index-Ci4y5w87.js → index-DKQTflbq.js} +168 -188
- package/dist/types/components/1_atoms/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/types/components/2_elements/ChannelSelector/stories/ChannelSelector.stories.d.ts +1 -1
- package/dist/types/components/2_elements/ContactInfo/stories/ContactInfo.stories.d.ts +2 -1
- package/dist/types/components/2_elements/ThemeMode/stories/ThemeMode.stories.d.ts +1 -1
- package/dist/types/components/2_feed_elements/SplashScreen/stories/SplashScreen.stories.d.ts +11 -0
- package/dist/types/components/2_modals/CreateChat/stories/CreateChat.stories.d.ts +2 -1
- package/dist/types/components/2_modals/CreateChat2/stories/CreateChat2.stories.d.ts +2 -1
- package/dist/types/components/2_modals/Modal/stories/Modal.stories.d.ts +2 -1
- package/dist/types/components/4_layouts/AdaptiveExtendedLayout/stories/AdaptiveExtendedLayout.stories.d.ts +8 -0
- package/dist/types/components/4_layouts/BaseLayout/stories/BaseLayout.stories.d.ts +8 -0
- package/dist/types/components/4_layouts/ChatWrapper/stories/ChatWrapper.stories.d.ts +9 -0
- package/dist/types/components/4_layouts/ExtendedLayout/stories/ExtendedLayout.stories.d.ts +8 -0
- package/dist/types/components/4_layouts/FeedLayout/stories/FeedLayout.stories.d.ts +9 -0
- package/dist/types/components/5_containers/BaseContainer/stories/BaseContainer.stories.d.ts +8 -0
- package/dist/types/components/5_containers/FloatContainer/stories/FloatContainer.stories.d.ts +9 -0
- package/dist/types/components/5_containers/index.d.ts +1 -3
- package/dist/vuessages.es.js +44 -46
- package/dist/vuessages.umd.js +5 -5
- package/package.json +20 -20
- /package/dist/types/components/{5_containers → 2_chatinput_elements}/PlaceholderComponent/PlaceholderComponent.vue.d.ts +0 -0
- /package/dist/types/components/{5_containers → 2_chatinput_elements}/PlaceholderComponent/styles/types.d.ts +0 -0
- /package/dist/types/components/{5_containers → 2_feed_elements}/SplashScreen/SplashScreen.vue.d.ts +0 -0
- /package/dist/types/components/{5_containers → 2_feed_elements}/SplashScreen/styles/types.d.ts +0 -0
package/dist/types/components/2_elements/ChannelSelector/stories/ChannelSelector.stories.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
-
import Channels from '../ChannelSelector
|
2
|
+
import Channels from '../ChannelSelector.vue';
|
3
3
|
declare const meta: Meta<typeof Channels>;
|
4
4
|
export default meta;
|
5
5
|
type Story = StoryObj<typeof Channels>;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import ContactInfo from '../ContactInfo.vue';
|
2
3
|
declare const meta: {
|
3
4
|
title: string;
|
4
5
|
component: import("vue").DefineComponent<{}, {
|
@@ -15,5 +16,5 @@ declare const meta: {
|
|
15
16
|
args: {};
|
16
17
|
};
|
17
18
|
export default meta;
|
18
|
-
type Story = StoryObj<typeof
|
19
|
+
type Story = StoryObj<typeof ContactInfo>;
|
19
20
|
export declare const Default: Story;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
-
import ThemeMode from '
|
2
|
+
import ThemeMode from '../ThemeMode.vue';
|
3
3
|
declare const meta: Meta<typeof ThemeMode>;
|
4
4
|
export default meta;
|
5
5
|
type Story = StoryObj<typeof ThemeMode>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import SplashScreen from '../SplashScreen.vue';
|
3
|
+
declare const meta: Meta<typeof SplashScreen>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof SplashScreen>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const EmptyChat: Story;
|
8
|
+
export declare const NoConnection: Story;
|
9
|
+
export declare const Loading: Story;
|
10
|
+
export declare const CustomContent: Story;
|
11
|
+
export declare const Minimal: Story;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import CreateChat from '../CreateChat.vue';
|
2
3
|
declare const meta: {
|
3
4
|
title: string;
|
4
5
|
component: import("vue").DefineComponent<{}, {
|
@@ -11,5 +12,5 @@ declare const meta: {
|
|
11
12
|
args: {};
|
12
13
|
};
|
13
14
|
export default meta;
|
14
|
-
type Story = StoryObj<typeof
|
15
|
+
type Story = StoryObj<typeof CreateChat>;
|
15
16
|
export declare const Default: Story;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import CreateChat2 from '../CreateChat2.vue';
|
2
3
|
declare const meta: {
|
3
4
|
title: string;
|
4
5
|
component: import("vue").DefineComponent<{}, {
|
@@ -11,5 +12,5 @@ declare const meta: {
|
|
11
12
|
args: {};
|
12
13
|
};
|
13
14
|
export default meta;
|
14
|
-
type Story = StoryObj<typeof
|
15
|
+
type Story = StoryObj<typeof CreateChat2>;
|
15
16
|
export declare const Default: Story;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import Modal from '../Modal.vue';
|
2
3
|
declare const meta: {
|
3
4
|
title: string;
|
4
5
|
component: {
|
@@ -39,5 +40,5 @@ declare const meta: {
|
|
39
40
|
args: {};
|
40
41
|
};
|
41
42
|
export default meta;
|
42
|
-
type Story = StoryObj<typeof
|
43
|
+
type Story = StoryObj<typeof Modal>;
|
43
44
|
export declare const Default: Story;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import AdaptiveExtendedLayout from '../AdaptiveExtendedLayout.vue';
|
3
|
+
declare const meta: Meta<typeof AdaptiveExtendedLayout>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof AdaptiveExtendedLayout>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const ChatApplication: Story;
|
8
|
+
export declare const Dashboard: Story;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import BaseLayout from '../BaseLayout.vue';
|
3
|
+
declare const meta: Meta<typeof BaseLayout>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof BaseLayout>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const ChatLayout: Story;
|
8
|
+
export declare const DashboardLayout: Story;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import ChatWrapper from '../ChatWrapper.vue';
|
3
|
+
declare const meta: Meta<typeof ChatWrapper>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof ChatWrapper>;
|
6
|
+
export declare const WithSelectedChat: Story;
|
7
|
+
export declare const WithPlaceholder: Story;
|
8
|
+
export declare const WithChatPanel: Story;
|
9
|
+
export declare const WideChatPanel: Story;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import ExtendedLayout from '../ExtendedLayout.vue';
|
3
|
+
declare const meta: Meta<typeof ExtendedLayout>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof ExtendedLayout>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const ChatApplication: Story;
|
8
|
+
export declare const Dashboard: Story;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import FeedLayout from '../FeedLayout.vue';
|
3
|
+
declare const meta: Meta<typeof FeedLayout>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof FeedLayout>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const WithImages: Story;
|
8
|
+
export declare const WithFiles: Story;
|
9
|
+
export declare const EmptyFeed: Story;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import BaseContainer from '../BaseContainer.vue';
|
3
|
+
declare const meta: Meta<typeof BaseContainer>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof BaseContainer>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const CustomSize: Story;
|
8
|
+
export declare const WithSlot: Story;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3-vite';
|
2
|
+
import FloatContainer from '../FloatContainer.vue';
|
3
|
+
declare const meta: Meta<typeof FloatContainer>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof FloatContainer>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const WithAvatar: Story;
|
8
|
+
export declare const SmallSize: Story;
|
9
|
+
export declare const LargeSize: Story;
|
@@ -1,5 +1,3 @@
|
|
1
1
|
import BaseContainer from './BaseContainer/BaseContainer.vue';
|
2
2
|
import FloatContainer from './FloatContainer/FloatContainer.vue';
|
3
|
-
|
4
|
-
import SplashScreen from './SplashScreen/SplashScreen.vue';
|
5
|
-
export { BaseContainer, FloatContainer, PlaceholderComponent, SplashScreen, };
|
3
|
+
export { BaseContainer, FloatContainer, };
|
package/dist/vuessages.es.js
CHANGED
@@ -1,30 +1,30 @@
|
|
1
|
-
import {
|
1
|
+
import { ad as t, A as o, U as l, a9 as r, ab as i, r as d, e as n, B as u, f as M, g, h as p, s as c, X as m, o as C, Y as y, N as h, p as F, O as B, Z as S, q as A, af as T, a as R, $ as I, C as P, a3 as b, a4 as x, a5 as f, D as k, t as L, E as W, ac as v, P as w, F as E, b as U, u as V, ae as j, c as D, v as K, i as Q, j as q, aa as N, I as O, L as z, ag as G, M as H, a6 as J, a7 as X, a8 as Y, R as Z, w as $, x as _, y as aa, z as ea, G as sa, S as ta, d as oa, Q as la, H as ra, k as ia, J as da, a0 as na, T as ua, K as Ma, a1 as ga, V as pa, a2 as ca, W as ma, l as Ca, m as ya, n as ha, ah as Fa, ai as Ba, ak as Sa, al as Aa, aj as Ta, am as Ra, an as Ia, ao as Pa, ap as ba, as as xa, aq as fa, ar as ka } from "./index-DKQTflbq.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
t as AdaptiveExtendedLayout,
|
5
5
|
o as AudioMessage,
|
6
6
|
l as AudioRecorder,
|
7
7
|
r as BaseContainer,
|
8
|
-
|
8
|
+
i as BaseLayout,
|
9
9
|
d as BaseReplyMessage,
|
10
|
-
|
10
|
+
n as ButtonCommandsSelector,
|
11
11
|
u as ButtonContextMenu,
|
12
12
|
M as ButtonEmojiPicker,
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
g as ButtonTemplateSelector,
|
14
|
+
p as ButtonWabaTemplateSelector,
|
15
|
+
c as CallMessage,
|
16
16
|
m as ChannelSelector,
|
17
17
|
C as ChatFilter,
|
18
|
-
|
19
|
-
|
18
|
+
y as ChatInfo,
|
19
|
+
h as ChatInput,
|
20
20
|
F as ChatItem,
|
21
|
-
|
22
|
-
|
21
|
+
B as ChatList,
|
22
|
+
S as ChatPanel,
|
23
23
|
A as ChatTabs,
|
24
24
|
T as ChatWrapper,
|
25
25
|
R as CommunicationPanel,
|
26
|
-
|
27
|
-
|
26
|
+
I as ContactInfo,
|
27
|
+
P as ContextMenu,
|
28
28
|
b as CreateChat,
|
29
29
|
x as CreateChat2,
|
30
30
|
f as CreateDialog,
|
@@ -49,40 +49,38 @@ export {
|
|
49
49
|
J as Modal,
|
50
50
|
X as ModalFullscreen,
|
51
51
|
Y as ModalNoFooter,
|
52
|
-
Z as
|
53
|
-
$ as
|
54
|
-
_ as
|
55
|
-
aa as
|
56
|
-
ea as
|
57
|
-
sa as
|
58
|
-
ta as
|
59
|
-
oa as
|
60
|
-
la as
|
61
|
-
ra as
|
62
|
-
na as SplashScreen,
|
63
|
-
da as SystemMessage,
|
52
|
+
Z as ReplyAudioMessage,
|
53
|
+
$ as ReplyCallMessage,
|
54
|
+
_ as ReplyFileMessage,
|
55
|
+
aa as ReplyImageMessage,
|
56
|
+
ea as ReplyTextMessage,
|
57
|
+
sa as ReplyVideoMessage,
|
58
|
+
ta as SelectUser,
|
59
|
+
oa as SelectUser2,
|
60
|
+
la as SideBar,
|
61
|
+
ra as SystemMessage,
|
64
62
|
ia as TemplateSelector,
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
63
|
+
da as TextMessage,
|
64
|
+
na as ThemeMode,
|
65
|
+
ua as Tooltip,
|
66
|
+
Ma as TypingMessage,
|
69
67
|
ga as UserProfile,
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
68
|
+
pa as VideoMessage,
|
69
|
+
ca as VideoRecorder,
|
70
|
+
ma as WABAAttachmentSection,
|
71
|
+
Ca as WABAQuickReplyButtons,
|
72
|
+
ya as WABASeparatedQuickButtons,
|
73
|
+
ha as WABATemplateSelector,
|
74
|
+
Fa as formatTimestamp,
|
75
|
+
Ba as generatePreview,
|
76
|
+
Sa as getStatus,
|
77
|
+
Aa as getTypeFileByMime,
|
78
|
+
Ta as statuses,
|
79
|
+
Ra as throttle,
|
80
|
+
Ia as uploadFile,
|
81
|
+
Pa as useMessage,
|
82
|
+
ba as useModal,
|
83
|
+
xa as useModalVideoRecorder,
|
84
|
+
fa as useSearchModel,
|
85
|
+
ka as useTheme
|
88
86
|
};
|