@yonus_amire01/chat 2.0.0 → 2.1.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/chat.css +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.mjs +6853 -77707
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +1 -1
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +1 -1
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +1 -1
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts +1 -1
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts +2 -2
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts +1 -1
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts +1 -1
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts +1 -1
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BInput.vue.d.ts +8 -8
- package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BModal.vue.d.ts +2 -2
- package/dist/types/app/components/global/BPopup.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BSelect.vue.d.ts +1 -1
- package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BToast.vue.d.ts.map +1 -1
- package/dist/types/app/composables/useDate.d.ts +1 -18
- package/dist/types/app/composables/useDate.d.ts.map +1 -1
- package/dist/types/app/composables/useLocalI18n.d.ts +3 -0
- package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -1
- package/dist/types/app/index.d.ts +6 -2
- package/dist/types/app/index.d.ts.map +1 -1
- package/dist/types/app/stores/callStore.d.ts +13 -49
- package/dist/types/app/stores/callStore.d.ts.map +1 -1
- package/dist/types/app/stores/chatStore.d.ts +25 -39
- package/dist/types/app/stores/chatStore.d.ts.map +1 -1
- package/dist/types/app/stores/mediaStore.d.ts +18 -0
- package/dist/types/app/stores/mediaStore.d.ts.map +1 -0
- package/dist/types/app/stores/messageStores.d.ts +127 -146
- package/dist/types/app/stores/messageStores.d.ts.map +1 -1
- package/dist/types/app/stores/profileStore.d.ts +45 -0
- package/dist/types/app/stores/profileStore.d.ts.map +1 -0
- package/dist/types/app/types/index.d.ts +149 -0
- package/dist/types/app/types/index.d.ts.map +1 -0
- package/dist/types/app/utils/format.d.ts +0 -48
- package/dist/types/app/utils/format.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/app/composables/useLocale.d.ts +0 -12
- package/dist/types/app/composables/useLocale.d.ts.map +0 -1
- package/dist/types/app/composables/useTheme.d.ts +0 -4
- package/dist/types/app/composables/useTheme.d.ts.map +0 -1
- package/dist/types/app/composables/useValidation.d.ts +0 -20
- package/dist/types/app/composables/useValidation.d.ts.map +0 -1
- package/dist/types/app/composables/useWindowSize.d.ts +0 -5
- package/dist/types/app/composables/useWindowSize.d.ts.map +0 -1
- package/dist/types/app/types/address.d.ts +0 -26
- package/dist/types/app/types/address.d.ts.map +0 -1
- package/dist/types/app/types/calendar.d.ts +0 -87
- package/dist/types/app/types/calendar.d.ts.map +0 -1
- package/dist/types/app/types/call.d.ts +0 -10
- package/dist/types/app/types/call.d.ts.map +0 -1
- package/dist/types/app/types/chat.d.ts +0 -52
- package/dist/types/app/types/chat.d.ts.map +0 -1
- package/dist/types/app/types/theme.d.ts +0 -11
- package/dist/types/app/types/theme.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallMemberDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallMemberDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallMemberDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallMemberDisplay.vue"],"names":[],"mappings":"AAwDA;AA8GA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,UAAU,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;;;;;kBADe,OAAO;;;;AAoK1B,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallPageOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallPageOverlay.vue"],"names":[],"mappings":"AA6GA;AAoYA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CallPageOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/CallPageOverlay.vue"],"names":[],"mappings":"AA6GA;AAoYA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAqBvC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;CACtB,CAAC;;AAsgBF,wBAOG"}
|
|
@@ -9,8 +9,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
11
11
|
}>, {
|
|
12
|
-
min: number;
|
|
13
12
|
color: string;
|
|
13
|
+
min: number;
|
|
14
14
|
max: number;
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
16
16
|
sliderRef: HTMLDivElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrushSizeSlider.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/BrushSizeSlider.vue"],"names":[],"mappings":"AAqCA;AA+GA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;;;;;
|
|
1
|
+
{"version":3,"file":"BrushSizeSlider.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/BrushSizeSlider.vue"],"names":[],"mappings":"AAqCA;AA+GA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;;;;;WADQ,MAAM;SAFR,MAAM;SACN,MAAM;;;;AA8IhB,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AA6hBA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AA6hBA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAYxD,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,eAAe,CAAC;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;;mBAFgB,OAAO;gBACV,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6NK,GAAG,8CAA8C,GAAG,yBAC1D,GAAE,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgd/D,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"AAmNA;AAopBA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;cADW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAw2BtB,wBAWG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatMessages.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatMessages.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatMessages.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatMessages.vue"],"names":[],"mappings":"AAwLA;AA4pBA,OAAO,KAAK,EAAW,OAAO,EAAmB,MAAM,SAAS,CAAC;AAKjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAMlE,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB,CAAC;;aAFS,OAAO,GAAG,IAAI;aACd,UAAU,EAAE;;;;;;AA6rBzB,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"AAkHA;AAuMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"AAkHA;AAuMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKvC,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,GAAG,EAAE,CAAC;CAChB,CAAC;;;;;;;;aAFS,OAAO,GAAG,IAAI;aACd,GAAG,EAAE;;AA4UlB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"AAybA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAWvC,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC1B,CAAC;;aADU,OAAO,GAAG,IAAI;;;;AA6mB5B,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BubbleOptions.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleOptions.vue"],"names":[],"mappings":"AAgKA,OAAO,EAAY,QAAQ,EAAwB,MAAM,KAAK,CAAC;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"BubbleOptions.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleOptions.vue"],"names":[],"mappings":"AAgKA,OAAO,EAAY,QAAQ,EAAwB,MAAM,KAAK,CAAC;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI/C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,eAAe,CAAC;CAC1B,CAAC;;kBAUmB,MAAM,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoOimd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB7vd,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/FileDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/FileDisplay.vue"],"names":[],"mappings":"AAwMA,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;;YAFS,OAAO;YADP,OAAO;;AAuQpB,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageGroupDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/ImageGroupDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImageGroupDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/ImageGroupDisplay.vue"],"names":[],"mappings":"AAkRA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;;kBAgJY,MAAM;;;;YAjJT,MAAM,EAAE;;AAkYrB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VoiceDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/VoiceDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VoiceDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/VoiceDisplay.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;;YADS,OAAO;;;;AAqRpB,wBASG"}
|
|
@@ -4,11 +4,11 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
4
4
|
close: () => void;
|
|
5
5
|
setLoading: (state: boolean) => void;
|
|
6
6
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
cancel: () => any;
|
|
8
7
|
action: () => any;
|
|
8
|
+
cancel: () => any;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
10
|
-
onCancel?: () => any;
|
|
11
10
|
onAction?: () => any;
|
|
11
|
+
onCancel?: () => any;
|
|
12
12
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
13
13
|
popup: unknown;
|
|
14
14
|
}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatContactDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ChatContactDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatContactDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ChatContactDisplay.vue"],"names":[],"mappings":"AA8KA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKvC,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;;AA8OF,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContactAvatar.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ContactAvatar.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ContactAvatar.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ContactAvatar.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;;gBADa,OAAO;;AAgHxB,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/profile/FileDisplay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/profile/FileDisplay.vue"],"names":[],"mappings":"AA+GA,KAAK,WAAW,GAAG;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;;aADU,OAAO;;AA6IrB,wBAQG"}
|
|
@@ -6,8 +6,8 @@ type __VLS_Props = {
|
|
|
6
6
|
isDownloading?: boolean;
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
progress: number;
|
|
10
9
|
size: number;
|
|
10
|
+
progress: number;
|
|
11
11
|
strokeWidth: number;
|
|
12
12
|
isUploading: boolean;
|
|
13
13
|
isDownloading: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingStatus.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/general/LoadingStatus.vue"],"names":[],"mappings":"AA6FA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;;
|
|
1
|
+
{"version":3,"file":"LoadingStatus.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/general/LoadingStatus.vue"],"names":[],"mappings":"AA6FA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;;UAJO,MAAM;cADF,MAAM;iBAEH,MAAM;iBACN,OAAO;mBACL,OAAO;;AAuJ3B,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BIcon.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BIcon.vue"],"names":[],"mappings":"AA8QA,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;;UADO,MAAM,GAAG,MAAM;YADb,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS;;AAoKvE,wBAQG"}
|
|
@@ -24,22 +24,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
24
24
|
focus: () => void;
|
|
25
25
|
blur: () => void;
|
|
26
26
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
select: (key: string) => any;
|
|
28
|
+
"update:modelValue": (value: string) => any;
|
|
29
|
+
submit: (value: string) => any;
|
|
27
30
|
blur: () => any;
|
|
28
31
|
focus: () => any;
|
|
29
32
|
paste: (event: ClipboardEvent) => any;
|
|
30
|
-
select: (key: string) => any;
|
|
31
|
-
submit: (value: string) => any;
|
|
32
|
-
"update:modelValue": (value: string) => any;
|
|
33
33
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
34
|
+
onSelect?: (key: string) => any;
|
|
35
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
36
|
+
onSubmit?: (value: string) => any;
|
|
34
37
|
onBlur?: () => any;
|
|
35
38
|
onFocus?: () => any;
|
|
36
39
|
onPaste?: (event: ClipboardEvent) => any;
|
|
37
|
-
onSelect?: (key: string) => any;
|
|
38
|
-
onSubmit?: (value: string) => any;
|
|
39
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
40
40
|
}>, {
|
|
41
|
-
message: string;
|
|
42
41
|
type: "text" | "number";
|
|
42
|
+
readonly: boolean;
|
|
43
43
|
title: string;
|
|
44
44
|
required: boolean;
|
|
45
45
|
caption: string;
|
|
@@ -48,9 +48,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
48
48
|
color: "error" | "warning" | "success" | "secondary" | "primary" | string;
|
|
49
49
|
icon: string;
|
|
50
50
|
modelValue: string;
|
|
51
|
+
message: string;
|
|
51
52
|
disabled: boolean;
|
|
52
53
|
options: MenuOption[];
|
|
53
|
-
readonly: boolean;
|
|
54
54
|
tabindex: number | string;
|
|
55
55
|
autocomplete: string;
|
|
56
56
|
enterkeyhint: "enter" | "search" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BInput.vue"],"names":[],"mappings":"AA2jBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAuElE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAC;IAC3E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EACT,OAAO,GACP,QAAQ,GACR,MAAM,GACN,IAAI,GACJ,MAAM,GACN,UAAU,GACV,MAAM,GACN,SAAS,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;CACxB,CAAC;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"BInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BInput.vue"],"names":[],"mappings":"AA2jBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAuElE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,CAAC;IAC3E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EACT,OAAO,GACP,QAAQ,GACR,MAAM,GACN,IAAI,GACJ,MAAM,GACN,UAAU,GACV,MAAM,GACN,SAAS,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;CACxB,CAAC;;;;;;;;;;;;;;;;;;;UA1BO,MAAM,GAAG,QAAQ;cAmBb,OAAO;WAlBV,MAAM;cAiBH,OAAO;aAKR,MAAM;cAFL,OAAO;iBAnBJ,MAAM;WAEZ,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM;UACnE,MAAM;gBANA,MAAM;aAIT,MAAM;cAiBL,OAAO;aAKR,UAAU,EAAE;cAnBX,MAAM,GAAG,MAAM;kBACX,MAAM;kBAEjB,OAAO,GACP,QAAQ,GACR,MAAM,GACN,IAAI,GACJ,MAAM,GACN,UAAU,GACV,MAAM,GACN,SAAS;YAMJ,MAAM;uBAEK,MAAM;;;;;;AA0gB9B,wBAWG"}
|
|
@@ -7,12 +7,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7
7
|
openModal: (title: string, description: string, color: ModalState, action?: boolean, actionText?: string) => void;
|
|
8
8
|
closeModal: () => void;
|
|
9
9
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
-
cancel: () => any;
|
|
11
10
|
action: () => any;
|
|
11
|
+
cancel: () => any;
|
|
12
12
|
closed: () => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
-
onCancel?: () => any;
|
|
15
14
|
onAction?: () => any;
|
|
15
|
+
onCancel?: () => any;
|
|
16
16
|
onClosed?: () => any;
|
|
17
17
|
}>, {
|
|
18
18
|
loading: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BPopup.vue"],"names":[],"mappings":"AAwEA;
|
|
1
|
+
{"version":3,"file":"BPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BPopup.vue"],"names":[],"mappings":"AAwEA;AAuPA,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAsJJ,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;yBAXpB,GAAG;;;;;;EAgBhC;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;WA3ST,MAAM;eAFF,OAAO;eAGP,OAAO;cAFR,OAAO;;;OAuTpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -21,12 +21,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
21
21
|
onSearch?: (query: string) => any;
|
|
22
22
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
23
23
|
}>, {
|
|
24
|
-
message: string;
|
|
25
24
|
loading: boolean;
|
|
26
25
|
title: string;
|
|
27
26
|
placeholder: string;
|
|
28
27
|
color: "primary" | "error" | "warning" | "success" | "secondary" | string;
|
|
29
28
|
modelValue: string | number;
|
|
29
|
+
message: string;
|
|
30
30
|
disabled: boolean;
|
|
31
31
|
options: DropdownOption[];
|
|
32
32
|
tabindex: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BSelect.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BSelect.vue"],"names":[],"mappings":"AAwMA;AA2dA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGhE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,CAAC;IAC3E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;;;;;;;;
|
|
1
|
+
{"version":3,"file":"BSelect.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BSelect.vue"],"names":[],"mappings":"AAwMA;AA2dA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGhE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,CAAC;IAC3E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;;;;;;;;aAHU,OAAO;WAPT,MAAM;iBACA,MAAM;WAKZ,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM;gBAT7D,MAAM,GAAG,MAAM;aAKlB,MAAM;cACL,OAAO;aALR,cAAc,EAAE;cACf,MAAM;gBAKJ,OAAO;cACT,OAAO;kBAGH,OAAO;kBACP,MAAM;;;;;;AAilBzB,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BToast.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BToast.vue"],"names":[],"mappings":"AAmDA;
|
|
1
|
+
{"version":3,"file":"BToast.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BToast.vue"],"names":[],"mappings":"AAmDA;AAmMA,KAAK,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;;yBA4E/C,MAAM,SACT,SAAS,aACL,MAAM;;;AA0LlB,wBAOG"}
|
|
@@ -1,24 +1,7 @@
|
|
|
1
|
-
import { CalendarEventPayload } from '../types/calendar';
|
|
2
|
-
export interface DateFormatOptions {
|
|
3
|
-
showWeekday?: boolean;
|
|
4
|
-
useRelativeDay?: boolean;
|
|
5
|
-
showTime?: boolean;
|
|
6
|
-
monthFormat?: "short" | "long";
|
|
7
|
-
}
|
|
8
1
|
export declare const useDate: () => {
|
|
2
|
+
formatRelativeDate: (dateInput: string | Date) => string;
|
|
9
3
|
getYearsPassed: (date: Date) => number;
|
|
10
|
-
parseDate: (dateInput: string | Date) => Date;
|
|
11
|
-
formatDate: (dateInput: string | Date, options?: DateFormatOptions) => string;
|
|
12
|
-
formatNumericDate: (dateInput: string | Date) => string;
|
|
13
|
-
getAbsoluteDateTime: (dateInput: string | Date) => string;
|
|
14
|
-
getAbsoluteDate: (dateInput: string | Date) => string;
|
|
15
4
|
formatDateShort: (dateInput: string | Date) => string;
|
|
16
|
-
formatDateTime: (dateInput: string | Date) => string;
|
|
17
5
|
formatTime: (dateInput: string | Date) => string;
|
|
18
|
-
g2j: (gy: number, gm: number, gd: number) => [number, number, number];
|
|
19
|
-
j2g: (jy: number, jm: number, jd: number) => [number, number, number];
|
|
20
|
-
getRelativeTime: (d: string | Date) => string;
|
|
21
|
-
formatRelativeDate: (dateInput: string | Date) => string;
|
|
22
|
-
formatEventFullDateTime: (event: CalendarEventPayload) => string;
|
|
23
6
|
};
|
|
24
7
|
//# sourceMappingURL=useDate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDate.d.ts","sourceRoot":"","sources":["../../../../app/composables/useDate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useDate.d.ts","sourceRoot":"","sources":["../../../../app/composables/useDate.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;oCAwBqB,MAAM,GAAG,IAAI,KAAG,MAAM;2BAuF/B,IAAI,KAAG,MAAM;iCAxBP,MAAM,GAAG,IAAI,KAAG,MAAM;4BAzE3B,MAAM,GAAG,IAAI,KAAG,MAAM;CAqHtD,CAAC"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
1
|
export default function useLocalI18n(messages: Record<string, any>): import('vue-i18n').Composer<Record<string, any>, {}, {}, string, string, string>;
|
|
2
|
+
export declare function useDirection(): {
|
|
3
|
+
dir: globalThis.ComputedRef<"rtl" | "ltr">;
|
|
4
|
+
};
|
|
2
5
|
//# sourceMappingURL=useLocalI18n.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLocalI18n.d.ts","sourceRoot":"","sources":["../../../../app/composables/useLocalI18n.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useLocalI18n.d.ts","sourceRoot":"","sources":["../../../../app/composables/useLocalI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,oFAKjE;AAED,wBAAgB,YAAY;;EAgB3B"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { useCallStore } from './stores/callStore';
|
|
2
2
|
import { useChatStore } from './stores/chatStore';
|
|
3
3
|
import { useMessagesStore } from './stores/messageStores';
|
|
4
|
+
import { useMediaStore } from './stores/mediaStore';
|
|
5
|
+
import { useProfileStore } from './stores/profileStore';
|
|
4
6
|
export { default as ChatPage } from './components/ChatPage.vue';
|
|
5
7
|
export { default as BVirtualVerticalList } from './components/global/BVirtualVerticalList.vue';
|
|
6
8
|
export { default as BEmojiPicker } from './components/global/BEmojiPicker.vue';
|
|
@@ -17,8 +19,10 @@ export { default as BToast } from './components/global/BToast.vue';
|
|
|
17
19
|
export { default as BIcon } from './components/global/BIcon.vue';
|
|
18
20
|
export { default as BMenu } from './components/global/BMenu.vue';
|
|
19
21
|
export { default as BTab } from './components/global/BTab.vue';
|
|
22
|
+
export * from './types';
|
|
20
23
|
export * from './stores/messageStores';
|
|
21
24
|
export * from './stores/chatStore';
|
|
22
|
-
export * from './stores/
|
|
23
|
-
export
|
|
25
|
+
export * from './stores/mediaStore';
|
|
26
|
+
export * from './stores/profileStore';
|
|
27
|
+
export { useChatStore, useCallStore, useMessagesStore, useMediaStore, useProfileStore };
|
|
24
28
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../app/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../app/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAE/D,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AAEtC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1,40 +1,4 @@
|
|
|
1
|
-
import { CallMember } from '../types
|
|
2
|
-
import { Contact } from '../types/chat';
|
|
3
|
-
export type CallKind = "voice-call" | "video-call";
|
|
4
|
-
export type CallSignalEvent = {
|
|
5
|
-
type: "offer";
|
|
6
|
-
callId: string;
|
|
7
|
-
sdp: RTCSessionDescriptionInit;
|
|
8
|
-
} | {
|
|
9
|
-
type: "answer";
|
|
10
|
-
callId: string;
|
|
11
|
-
sdp: RTCSessionDescriptionInit;
|
|
12
|
-
} | {
|
|
13
|
-
type: "ice";
|
|
14
|
-
callId: string;
|
|
15
|
-
candidate: RTCIceCandidateInit;
|
|
16
|
-
} | {
|
|
17
|
-
type: "end";
|
|
18
|
-
callId: string;
|
|
19
|
-
} | {
|
|
20
|
-
type: "join";
|
|
21
|
-
callId: string;
|
|
22
|
-
memberId: string;
|
|
23
|
-
} | {
|
|
24
|
-
type: "leave";
|
|
25
|
-
callId: string;
|
|
26
|
-
memberId: string;
|
|
27
|
-
};
|
|
28
|
-
export interface CallHandlers {
|
|
29
|
-
initiate(conversationId: string, kind: CallKind): Promise<{
|
|
30
|
-
callId: string;
|
|
31
|
-
}>;
|
|
32
|
-
sendOffer(callId: string, sdp: RTCSessionDescriptionInit): Promise<void>;
|
|
33
|
-
sendAnswer(callId: string, sdp: RTCSessionDescriptionInit): Promise<void>;
|
|
34
|
-
sendIce(callId: string, candidate: RTCIceCandidateInit): Promise<void>;
|
|
35
|
-
end(callId: string): Promise<void>;
|
|
36
|
-
onSignal(handler: (e: CallSignalEvent) => void): () => void;
|
|
37
|
-
}
|
|
1
|
+
import { CallHandlers, CallKind, CallMember, Contact } from '../types';
|
|
38
2
|
export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<{
|
|
39
3
|
chatContact: globalThis.Ref<Contact, Contact>;
|
|
40
4
|
isActive: globalThis.Ref<boolean, boolean>;
|
|
@@ -167,7 +131,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
167
131
|
id: string;
|
|
168
132
|
conversationId: string;
|
|
169
133
|
date: Date;
|
|
170
|
-
type: import('../types
|
|
134
|
+
type: import('../types').MessageType;
|
|
171
135
|
text?: string;
|
|
172
136
|
imageUrl?: string[];
|
|
173
137
|
fileUrl?: string;
|
|
@@ -182,7 +146,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
182
146
|
};
|
|
183
147
|
unreadCount?: number;
|
|
184
148
|
serviceType?: "video-call" | "voice-call" | "chat";
|
|
185
|
-
userType: import('../types
|
|
149
|
+
userType: import('../types').UserRoleKey[];
|
|
186
150
|
}[], CallMember[] | {
|
|
187
151
|
stream: {
|
|
188
152
|
readonly active: boolean;
|
|
@@ -224,7 +188,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
224
188
|
id: string;
|
|
225
189
|
conversationId: string;
|
|
226
190
|
date: Date;
|
|
227
|
-
type: import('../types
|
|
191
|
+
type: import('../types').MessageType;
|
|
228
192
|
text?: string;
|
|
229
193
|
imageUrl?: string[];
|
|
230
194
|
fileUrl?: string;
|
|
@@ -239,7 +203,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
239
203
|
};
|
|
240
204
|
unreadCount?: number;
|
|
241
205
|
serviceType?: "video-call" | "voice-call" | "chat";
|
|
242
|
-
userType: import('../types
|
|
206
|
+
userType: import('../types').UserRoleKey[];
|
|
243
207
|
}[]>;
|
|
244
208
|
isMicMuted: globalThis.Ref<boolean, boolean>;
|
|
245
209
|
isCamDisabled: globalThis.Ref<boolean, boolean>;
|
|
@@ -455,7 +419,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
455
419
|
id: string;
|
|
456
420
|
conversationId: string;
|
|
457
421
|
date: Date;
|
|
458
|
-
type: import('../types
|
|
422
|
+
type: import('../types').MessageType;
|
|
459
423
|
text?: string;
|
|
460
424
|
imageUrl?: string[];
|
|
461
425
|
fileUrl?: string;
|
|
@@ -470,7 +434,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
470
434
|
};
|
|
471
435
|
unreadCount?: number;
|
|
472
436
|
serviceType?: "video-call" | "voice-call" | "chat";
|
|
473
|
-
userType: import('../types
|
|
437
|
+
userType: import('../types').UserRoleKey[];
|
|
474
438
|
}[], CallMember[] | {
|
|
475
439
|
stream: {
|
|
476
440
|
readonly active: boolean;
|
|
@@ -512,7 +476,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
512
476
|
id: string;
|
|
513
477
|
conversationId: string;
|
|
514
478
|
date: Date;
|
|
515
|
-
type: import('../types
|
|
479
|
+
type: import('../types').MessageType;
|
|
516
480
|
text?: string;
|
|
517
481
|
imageUrl?: string[];
|
|
518
482
|
fileUrl?: string;
|
|
@@ -527,7 +491,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
527
491
|
};
|
|
528
492
|
unreadCount?: number;
|
|
529
493
|
serviceType?: "video-call" | "voice-call" | "chat";
|
|
530
|
-
userType: import('../types
|
|
494
|
+
userType: import('../types').UserRoleKey[];
|
|
531
495
|
}[]>;
|
|
532
496
|
isMicMuted: globalThis.Ref<boolean, boolean>;
|
|
533
497
|
isCamDisabled: globalThis.Ref<boolean, boolean>;
|
|
@@ -743,7 +707,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
743
707
|
id: string;
|
|
744
708
|
conversationId: string;
|
|
745
709
|
date: Date;
|
|
746
|
-
type: import('../types
|
|
710
|
+
type: import('../types').MessageType;
|
|
747
711
|
text?: string;
|
|
748
712
|
imageUrl?: string[];
|
|
749
713
|
fileUrl?: string;
|
|
@@ -758,7 +722,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
758
722
|
};
|
|
759
723
|
unreadCount?: number;
|
|
760
724
|
serviceType?: "video-call" | "voice-call" | "chat";
|
|
761
|
-
userType: import('../types
|
|
725
|
+
userType: import('../types').UserRoleKey[];
|
|
762
726
|
}[], CallMember[] | {
|
|
763
727
|
stream: {
|
|
764
728
|
readonly active: boolean;
|
|
@@ -800,7 +764,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
800
764
|
id: string;
|
|
801
765
|
conversationId: string;
|
|
802
766
|
date: Date;
|
|
803
|
-
type: import('../types
|
|
767
|
+
type: import('../types').MessageType;
|
|
804
768
|
text?: string;
|
|
805
769
|
imageUrl?: string[];
|
|
806
770
|
fileUrl?: string;
|
|
@@ -815,7 +779,7 @@ export declare const useCallStore: import('pinia').StoreDefinition<"call", Pick<
|
|
|
815
779
|
};
|
|
816
780
|
unreadCount?: number;
|
|
817
781
|
serviceType?: "video-call" | "voice-call" | "chat";
|
|
818
|
-
userType: import('../types
|
|
782
|
+
userType: import('../types').UserRoleKey[];
|
|
819
783
|
}[]>;
|
|
820
784
|
isMicMuted: globalThis.Ref<boolean, boolean>;
|
|
821
785
|
isCamDisabled: globalThis.Ref<boolean, boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callStore.d.ts","sourceRoot":"","sources":["../../../../app/stores/callStore.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"callStore.d.ts","sourceRoot":"","sources":["../../../../app/stores/callStore.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAElE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGvC,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cASQ,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;cAAlC,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;cAAlC,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;;;;;;uBAJvC,YAAY;yBA8M3B,OAAO,kBACA,MAAM,eACT,QAAQ;0BA1EY,OAAO;;8BAkLT,WAAW;qCA5OE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxErB,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;cAAlC,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;cAAlC,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;;;;;;uBAJvC,YAAY;yBA8M3B,OAAO,kBACA,MAAM,eACT,QAAQ;0BA1EY,OAAO;;8BAkLT,WAAW;qCA5OE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxErB,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;cAAlC,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;cAAlC,GAAG,EAAE;iBAAW,GAAG,EAAE;cAAQ,GAAG,EAAE;;;;;;;uBAJvC,YAAY;yBA8M3B,OAAO,kBACA,MAAM,eACT,QAAQ;0BA1EY,OAAO;;8BAkLT,WAAW;qCA5OE,MAAM;;;;;;;;;+NAyRpD,CAAC"}
|