@yonus_amire01/chat 2.1.4 → 2.2.0

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.
Files changed (59) hide show
  1. package/dist/chat.css +1 -1
  2. package/dist/index.cjs +11 -5
  3. package/dist/index.mjs +16389 -7305
  4. package/dist/types/app/components/ChatPage.vue.d.ts +1 -1
  5. package/dist/types/app/components/ChatPage.vue.d.ts.map +1 -1
  6. package/dist/types/app/components/call/Call.vue.d.ts +36 -0
  7. package/dist/types/app/components/call/Call.vue.d.ts.map +1 -0
  8. package/dist/types/app/components/chat/ChatBubble.vue.d.ts +8 -8
  9. package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -1
  10. package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -1
  11. package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -1
  12. package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -1
  13. package/dist/types/app/components/chat/ChatView.vue.d.ts.map +1 -1
  14. package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +8 -8
  15. package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +1 -1
  16. package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -1
  17. package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -1
  18. package/dist/types/app/components/chat/contact/ChatList.vue.d.ts.map +1 -1
  19. package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -1
  20. package/dist/types/app/components/global/BInput.vue.d.ts +3 -3
  21. package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -1
  22. package/dist/types/app/components/global/BLabel.vue.d.ts +1 -1
  23. package/dist/types/app/components/global/BLabel.vue.d.ts.map +1 -1
  24. package/dist/types/app/components/global/BMenu.vue.d.ts +2 -2
  25. package/dist/types/app/components/global/BMenu.vue.d.ts.map +1 -1
  26. package/dist/types/app/components/global/BSelect.vue.d.ts +1 -1
  27. package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -1
  28. package/dist/types/app/composables/useAppPermissions.d.ts.map +1 -1
  29. package/dist/types/app/composables/useCall.d.ts +156 -0
  30. package/dist/types/app/composables/useCall.d.ts.map +1 -0
  31. package/dist/types/app/index.d.ts +3 -1
  32. package/dist/types/app/index.d.ts.map +1 -1
  33. package/dist/types/app/provider/callProvider.d.ts +4 -0
  34. package/dist/types/app/provider/callProvider.d.ts.map +1 -0
  35. package/dist/types/app/stores/callStore.d.ts +19 -857
  36. package/dist/types/app/stores/callStore.d.ts.map +1 -1
  37. package/dist/types/app/stores/chatStore.d.ts +49 -1
  38. package/dist/types/app/stores/chatStore.d.ts.map +1 -1
  39. package/dist/types/app/stores/profileStore.d.ts +59 -5
  40. package/dist/types/app/stores/profileStore.d.ts.map +1 -1
  41. package/dist/types/app/types/index.d.ts +105 -27
  42. package/dist/types/app/types/index.d.ts.map +1 -1
  43. package/dist/types/i18n/locales/index.d.ts +38 -0
  44. package/dist/types/i18n/locales/index.d.ts.map +1 -1
  45. package/package.json +4 -1
  46. package/dist/signature_pad-BvnS6ckP.cjs +0 -4
  47. package/dist/signature_pad-CSadMJ3H.js +0 -478
  48. package/dist/types/app/components/call/CallBoard.vue.d.ts +0 -33
  49. package/dist/types/app/components/call/CallBoard.vue.d.ts.map +0 -1
  50. package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +0 -16
  51. package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +0 -1
  52. package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +0 -7
  53. package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +0 -1
  54. package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts +0 -24
  55. package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts.map +0 -1
  56. package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +0 -19
  57. package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +0 -1
  58. package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts +0 -47
  59. package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts.map +0 -1
@@ -1,3 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
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
2
  export default _default;
3
3
  //# sourceMappingURL=ChatPage.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChatPage.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/ChatPage.vue"],"names":[],"mappings":";AAmKA,wBAMG"}
1
+ {"version":3,"file":"ChatPage.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/ChatPage.vue"],"names":[],"mappings":";AAqLA,wBAKG"}
@@ -0,0 +1,36 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
+ minimizedRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<Omit<import('motion-v').MotionProps<"div", unknown>, "motionConfig" | "layoutGroup" | "as" | "asChild"> & import('motion-v').MotionHTMLAttributes<"div">>, "create", {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
3
+ layoutDependency?: any;
4
+ inlist?: any;
5
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
6
+ P: {};
7
+ B: {};
8
+ D: {};
9
+ C: {};
10
+ M: {};
11
+ Defaults: {};
12
+ }, Readonly<Omit<import('motion-v').MotionProps<"div", unknown>, "motionConfig" | "layoutGroup" | "as" | "asChild"> & import('motion-v').MotionHTMLAttributes<"div">>, "create", {}, import('vue').ComputedOptions, import('vue').MethodOptions, {
13
+ layoutDependency?: any;
14
+ inlist?: any;
15
+ }>;
16
+ localScreen: HTMLVideoElement;
17
+ constraintsRef: HTMLDivElement;
18
+ minimizedWebcamRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<Omit<import('motion-v').MotionProps<"div", unknown>, "motionConfig" | "layoutGroup" | "as" | "asChild"> & import('motion-v').MotionHTMLAttributes<"div">>, "create", {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
19
+ layoutDependency?: any;
20
+ inlist?: any;
21
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
22
+ P: {};
23
+ B: {};
24
+ D: {};
25
+ C: {};
26
+ M: {};
27
+ Defaults: {};
28
+ }, Readonly<Omit<import('motion-v').MotionProps<"div", unknown>, "motionConfig" | "layoutGroup" | "as" | "asChild"> & import('motion-v').MotionHTMLAttributes<"div">>, "create", {}, import('vue').ComputedOptions, import('vue').MethodOptions, {
29
+ layoutDependency?: any;
30
+ inlist?: any;
31
+ }>;
32
+ localVideo: HTMLVideoElement;
33
+ cameraPopup: unknown;
34
+ }, any>;
35
+ export default _default;
36
+ //# sourceMappingURL=Call.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Call.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/Call.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+nDA,wBAMG"}
@@ -44,10 +44,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
44
44
  $data: {};
45
45
  $props: Partial<{
46
46
  options: import('../global/BMenu.vue').Option[];
47
- align: "top" | null;
48
- ignoreGlobal: boolean;
49
47
  overlay: boolean;
50
48
  autoClose: boolean;
49
+ align: "top" | null;
50
+ ignoreGlobal: boolean;
51
51
  }> & Omit<{
52
52
  readonly options?: import('../global/BMenu.vue').Option[];
53
53
  readonly overlay?: boolean;
@@ -57,7 +57,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
57
57
  readonly onClose?: () => any;
58
58
  readonly onSelect?: (key: string) => any;
59
59
  readonly onOpen?: () => any;
60
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "align" | "ignoreGlobal" | "overlay" | "autoClose">;
60
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "overlay" | "autoClose" | "align" | "ignoreGlobal">;
61
61
  $attrs: import('vue').Attrs;
62
62
  $refs: {
63
63
  [x: string]: unknown;
@@ -92,10 +92,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
92
92
  open: () => any;
93
93
  }, string, {
94
94
  options: import('../global/BMenu.vue').Option[];
95
- align: "top" | null;
96
- ignoreGlobal: boolean;
97
95
  overlay: boolean;
98
96
  autoClose: boolean;
97
+ align: "top" | null;
98
+ ignoreGlobal: boolean;
99
99
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
100
100
  beforeCreate?: (() => void) | (() => void)[];
101
101
  created?: (() => void) | (() => void)[];
@@ -118,10 +118,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
118
118
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
119
119
  } & Readonly<{
120
120
  options: import('../global/BMenu.vue').Option[];
121
- align: "top" | null;
122
- ignoreGlobal: boolean;
123
121
  overlay: boolean;
124
122
  autoClose: boolean;
123
+ align: "top" | null;
124
+ ignoreGlobal: boolean;
125
125
  }> & Omit<Readonly<{
126
126
  options?: import('../global/BMenu.vue').Option[];
127
127
  overlay?: boolean;
@@ -132,7 +132,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
132
132
  onClose?: () => any;
133
133
  onSelect?: (key: string) => any;
134
134
  onOpen?: () => any;
135
- }>, "close" | "open" | ("options" | "align" | "ignoreGlobal" | "overlay" | "autoClose")> & {
135
+ }>, "close" | "open" | ("options" | "overlay" | "autoClose" | "align" | "ignoreGlobal")> & {
136
136
  open: () => void;
137
137
  close: () => void;
138
138
  } & {} & import('vue').ComponentCustomProperties & {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AAkWA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAiBxD,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkVhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsM9H,wBASG"}
1
+ {"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AAkWA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAiBxD,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkVF,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DACrG,GACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoMA,wBASG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"AAmNA;AAskBA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;cADW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6xBtB,wBAWG"}
1
+ {"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"AAmNA;AAkkBA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;cADW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6xBtB,wBAWG"}
@@ -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,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
+ {"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"AAoGA;AAsLA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGvC,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;;AA4PlB,wBASG"}
@@ -1 +1 @@
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
+ {"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"AAicA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAUvC,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC1B,CAAC;;aADU,OAAO,GAAG,IAAI;;;;AAmnB5B,wBASG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChatView.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatView.vue"],"names":[],"mappings":"AA2CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2UA,wBAOG"}
1
+ {"version":3,"file":"ChatView.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatView.vue"],"names":[],"mappings":"AAsCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwTA,wBAOG"}
@@ -12,10 +12,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12
12
  $data: {};
13
13
  $props: Partial<{
14
14
  options: import('../../global/BMenu.vue').Option[];
15
- align: "top" | null;
16
- ignoreGlobal: boolean;
17
15
  overlay: boolean;
18
16
  autoClose: boolean;
17
+ align: "top" | null;
18
+ ignoreGlobal: boolean;
19
19
  }> & Omit<{
20
20
  readonly options?: import('../../global/BMenu.vue').Option[];
21
21
  readonly overlay?: boolean;
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
25
25
  readonly onClose?: () => any;
26
26
  readonly onSelect?: (key: string) => any;
27
27
  readonly onOpen?: () => any;
28
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "align" | "ignoreGlobal" | "overlay" | "autoClose">;
28
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "overlay" | "autoClose" | "align" | "ignoreGlobal">;
29
29
  $attrs: import('vue').Attrs;
30
30
  $refs: {
31
31
  [x: string]: unknown;
@@ -60,10 +60,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
60
60
  open: () => any;
61
61
  }, string, {
62
62
  options: import('../../global/BMenu.vue').Option[];
63
- align: "top" | null;
64
- ignoreGlobal: boolean;
65
63
  overlay: boolean;
66
64
  autoClose: boolean;
65
+ align: "top" | null;
66
+ ignoreGlobal: boolean;
67
67
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
68
68
  beforeCreate?: (() => void) | (() => void)[];
69
69
  created?: (() => void) | (() => void)[];
@@ -86,10 +86,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
86
86
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
87
87
  } & Readonly<{
88
88
  options: import('../../global/BMenu.vue').Option[];
89
- align: "top" | null;
90
- ignoreGlobal: boolean;
91
89
  overlay: boolean;
92
90
  autoClose: boolean;
91
+ align: "top" | null;
92
+ ignoreGlobal: boolean;
93
93
  }> & Omit<Readonly<{
94
94
  options?: import('../../global/BMenu.vue').Option[];
95
95
  overlay?: boolean;
@@ -100,7 +100,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
100
100
  onClose?: () => any;
101
101
  onSelect?: (key: string) => any;
102
102
  onOpen?: () => any;
103
- }>, "close" | "open" | ("options" | "align" | "ignoreGlobal" | "overlay" | "autoClose")> & {
103
+ }>, "close" | "open" | ("options" | "overlay" | "autoClose" | "align" | "ignoreGlobal")> & {
104
104
  open: () => void;
105
105
  close: () => void;
106
106
  } & {} & import('vue').ComponentCustomProperties & {} & {
@@ -13,8 +13,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
13
13
  videoUrl: string;
14
14
  isSent: boolean;
15
15
  stream: MediaStream | null;
16
- mode: "playback" | "recording";
17
16
  thumbnail: string;
17
+ mode: "playback" | "recording";
18
18
  isPaused: boolean;
19
19
  recordingTime: number;
20
20
  maxDuration: number;
@@ -1 +1 @@
1
- {"version":3,"file":"BubbleVideo.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleVideo.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;;cATW,MAAM;YAKR,OAAO;YAFP,WAAW,GAAG,IAAI;UADpB,UAAU,GAAG,WAAW;eADnB,MAAM;cAKP,OAAO;mBACF,MAAM;iBACR,MAAM;;;;AAwRxB,wBASG"}
1
+ {"version":3,"file":"BubbleVideo.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleVideo.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;;cATW,MAAM;YAKR,OAAO;YAFP,WAAW,GAAG,IAAI;eAFf,MAAM;UACX,UAAU,GAAG,WAAW;cAIpB,OAAO;mBACF,MAAM;iBACR,MAAM;;;;AAwRxB,wBASG"}
@@ -1 +1 @@
1
- {"version":3,"file":"PermissionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/PermissionPopup.vue"],"names":[],"mappings":"AAiBA;AA8KA,OAAO,EAAqB,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;;UAwI3E,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;WAC1B,MAAM,IAAI;gBACL,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI;;;;;;;;;;AAwJxC,wBASG"}
1
+ {"version":3,"file":"PermissionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/PermissionPopup.vue"],"names":[],"mappings":"AAuCA;AAmOA,OAAO,EAEL,KAAK,UAAU,EAChB,MAAM,iCAAiC,CAAC;;UAuKjC,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;WAC1B,MAAM,IAAI;gBACL,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI;;;;;;;;;;AAwJtC,wBASG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChatList.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ChatList.vue"],"names":[],"mappings":";;;AA8XA,wBAOG"}
1
+ {"version":3,"file":"ChatList.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/contact/ChatList.vue"],"names":[],"mappings":";;;AA4XA,wBAOG"}
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"BIcon.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BIcon.vue"],"names":[],"mappings":"AAoRA,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;;AAsKvE,wBAQG"}
@@ -48,13 +48,13 @@ 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;
52
51
  disabled: boolean;
52
+ message: string;
53
53
  options: MenuOption[];
54
- tabindex: number | string;
55
- autocomplete: string;
56
54
  enterkeyhint: "enter" | "search" | "done" | "go" | "next" | "previous" | "send" | undefined;
55
+ tabindex: number | string;
57
56
  prefix: string;
57
+ autocomplete: string;
58
58
  selectedOptionKey: string;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
60
60
  inputField: HTMLTextAreaElement;
@@ -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;;;;;;;;;;;;;;;;;;;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"}
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;cAqBR,OAAO;aAjBR,MAAM;aAsBN,UAAU,EAAE;kBAhBlB,OAAO,GACP,QAAQ,GACR,MAAM,GACN,IAAI,GACJ,MAAM,GACN,UAAU,GACV,MAAM,GACN,SAAS;cAVF,MAAM,GAAG,MAAM;YAgBjB,MAAM;kBAfA,MAAM;uBAiBD,MAAM;;;;;;AA0gB9B,wBAWG"}
@@ -10,8 +10,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
10
10
  onClick?: () => any;
11
11
  onAction?: () => any;
12
12
  }>, {
13
- text: string;
14
13
  size: "md" | "lg";
14
+ text: string;
15
15
  icon: string;
16
16
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
17
17
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"BLabel.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BLabel.vue"],"names":[],"mappings":"AAsCA;AAyHA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;UADO,MAAM;UAFN,IAAI,GAAG,IAAI;UACX,MAAM;;AAyJjB,wBASG"}
1
+ {"version":3,"file":"BLabel.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BLabel.vue"],"names":[],"mappings":"AAsCA;AAyHA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;UAHO,IAAI,GAAG,IAAI;UAEX,MAAM;UADN,MAAM;;AAyJjB,wBASG"}
@@ -29,10 +29,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
29
29
  onOpen?: () => any;
30
30
  }>, {
31
31
  options: Option[];
32
- align: "top" | null;
33
- ignoreGlobal: boolean;
34
32
  overlay: boolean;
35
33
  autoClose: boolean;
34
+ align: "top" | null;
35
+ ignoreGlobal: boolean;
36
36
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
37
37
  menuWrapper: HTMLDivElement;
38
38
  panelRef: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"BMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BMenu.vue"],"names":[],"mappings":"AA0EA;AAyQA,MAAM,WAAW,MAAM;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;cAOa,MAAM,EAAE;cACR,OAAO;gBACL,OAAO;YACX,KAAK,GAAG,IAAI;mBACL,OAAO;;;;;;;;;cAJZ,MAAM,EAAE;cACR,OAAO;gBACL,OAAO;YACX,KAAK,GAAG,IAAI;mBACL,OAAO;;;;;;aAJZ,MAAM,EAAE;WAGV,KAAK,GAAG,IAAI;kBACL,OAAO;aAHZ,OAAO;eACL,OAAO;;;;;;;QAsRM,GAAG;;;;QACH,GAAG;;AA9RhC,wBAgVK;AAaL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BMenu.vue"],"names":[],"mappings":"AA0EA;AAyQA,MAAM,WAAW,MAAM;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;cAOa,MAAM,EAAE;cACR,OAAO;gBACL,OAAO;YACX,KAAK,GAAG,IAAI;mBACL,OAAO;;;;;;;;;cAJZ,MAAM,EAAE;cACR,OAAO;gBACL,OAAO;YACX,KAAK,GAAG,IAAI;mBACL,OAAO;;;;;;aAJZ,MAAM,EAAE;aACR,OAAO;eACL,OAAO;WACX,KAAK,GAAG,IAAI;kBACL,OAAO;;;;;;;QAoRG,GAAG;;;;QACH,GAAG;;AA9RhC,wBAgVK;AAaL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
26
26
  placeholder: string;
27
27
  color: "primary" | "error" | "warning" | "success" | "secondary" | string;
28
28
  modelValue: string | number;
29
- message: string;
30
29
  disabled: boolean;
30
+ message: string;
31
31
  options: DropdownOption[];
32
32
  tabindex: number;
33
33
  searchable: boolean;
@@ -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;;;;;;;;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
+ {"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;cAMjB,OAAO;aADR,MAAM;aAJN,cAAc,EAAE;cACf,MAAM;gBAKJ,OAAO;cACT,OAAO;kBAGH,OAAO;kBACP,MAAM;;;;;;AAilBzB,wBAUG"}
@@ -1 +1 @@
1
- {"version":3,"file":"useAppPermissions.d.ts","sourceRoot":"","sources":["../../../../app/composables/useAppPermissions.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,UAAU,GAClB,YAAY,GACZ,WAAW,GACX,WAAW,GACX,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,yBAAyB,CAAC;AAO9B,wBAAgB,iBAAiB;;;;;+BAgBS,OAAO,GAAG,OAAO,GAAG,MAAM;;;;;;;;;;;;;2BAwChC,OAAO,CAAC,mBAAmB,CAAC;8BAOzB,OAAO,CAAC,OAAO,CAAC;8BAIpB,UAAU;gCAMJ,OAAO,CAAC,WAAW,CAAC;EAe5D"}
1
+ {"version":3,"file":"useAppPermissions.d.ts","sourceRoot":"","sources":["../../../../app/composables/useAppPermissions.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,UAAU,GAClB,YAAY,GACZ,WAAW,GACX,WAAW,GACX,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,yBAAyB,CAAC;AAQ9B,wBAAgB,iBAAiB;;;;;+BAgBS,OAAO,GAAG,OAAO,GAAG,MAAM;;;;;;;;;;;;;2BAwChC,OAAO,CAAC,mBAAmB,CAAC;8BAOzB,OAAO,CAAC,OAAO,CAAC;8BAIpB,UAAU;gCAMJ,OAAO,CAAC,WAAW,CAAC;EAe5D"}
@@ -0,0 +1,156 @@
1
+ export default function useCall(): {
2
+ toggleVideoPause: (videoId: string, videoElement: HTMLVideoElement | null | undefined) => void;
3
+ toggleRemote: (remoteId: string, ref?: HTMLDivElement) => void;
4
+ participantCount: globalThis.ComputedRef<number>;
5
+ endCall: () => void;
6
+ toggleFullscreen: () => void;
7
+ toggleFlashlight: () => Promise<void>;
8
+ toggleScreenShare: () => Promise<void>;
9
+ toggleAudio: () => Promise<void>;
10
+ toggleVideo: () => Promise<void>;
11
+ switchCamera: (deviceId: string) => Promise<void>;
12
+ isFlashlightSupported: globalThis.ComputedRef<boolean>;
13
+ tileCount: globalThis.ComputedRef<number>;
14
+ showCameraModal: globalThis.Ref<boolean, boolean>;
15
+ isAudioOn: globalThis.Ref<boolean, boolean>;
16
+ isVideoOn: globalThis.Ref<boolean, boolean>;
17
+ isFlashlightOn: globalThis.Ref<boolean, boolean>;
18
+ isFullscreen: globalThis.Ref<boolean, boolean>;
19
+ isScreenSharing: globalThis.Ref<boolean, boolean>;
20
+ showControls: globalThis.Ref<boolean, boolean>;
21
+ resetControlsTimeout: () => void;
22
+ cameras: globalThis.Ref<{
23
+ readonly deviceId: string;
24
+ readonly groupId: string;
25
+ readonly kind: MediaDeviceKind;
26
+ readonly label: string;
27
+ toJSON: () => any;
28
+ }[], MediaDeviceInfo[] | {
29
+ readonly deviceId: string;
30
+ readonly groupId: string;
31
+ readonly kind: MediaDeviceKind;
32
+ readonly label: string;
33
+ toJSON: () => any;
34
+ }[]>;
35
+ videoPaused: globalThis.Ref<Record<string, boolean>, Record<string, boolean>>;
36
+ localVideo: globalThis.Ref<{
37
+ srcObject: {
38
+ readonly active: boolean;
39
+ readonly id: string;
40
+ onaddtrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
41
+ onremovetrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
42
+ addTrack: (track: MediaStreamTrack) => void;
43
+ clone: () => MediaStream;
44
+ getAudioTracks: () => MediaStreamTrack[];
45
+ getTrackById: (trackId: string) => MediaStreamTrack | null;
46
+ getTracks: () => MediaStreamTrack[];
47
+ getVideoTracks: () => MediaStreamTrack[];
48
+ removeTrack: (track: MediaStreamTrack) => void;
49
+ addEventListener: {
50
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
51
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
52
+ };
53
+ removeEventListener: {
54
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
55
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
56
+ };
57
+ dispatchEvent: (event: Event) => boolean;
58
+ };
59
+ }, {
60
+ srcObject: MediaStream;
61
+ } | {
62
+ srcObject: {
63
+ readonly active: boolean;
64
+ readonly id: string;
65
+ onaddtrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
66
+ onremovetrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
67
+ addTrack: (track: MediaStreamTrack) => void;
68
+ clone: () => MediaStream;
69
+ getAudioTracks: () => MediaStreamTrack[];
70
+ getTrackById: (trackId: string) => MediaStreamTrack | null;
71
+ getTracks: () => MediaStreamTrack[];
72
+ getVideoTracks: () => MediaStreamTrack[];
73
+ removeTrack: (track: MediaStreamTrack) => void;
74
+ addEventListener: {
75
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
76
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
77
+ };
78
+ removeEventListener: {
79
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
80
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
81
+ };
82
+ dispatchEvent: (event: Event) => boolean;
83
+ };
84
+ }>;
85
+ localScreen: globalThis.Ref<{
86
+ srcObject: {
87
+ readonly active: boolean;
88
+ readonly id: string;
89
+ onaddtrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
90
+ onremovetrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
91
+ addTrack: (track: MediaStreamTrack) => void;
92
+ clone: () => MediaStream;
93
+ getAudioTracks: () => MediaStreamTrack[];
94
+ getTrackById: (trackId: string) => MediaStreamTrack | null;
95
+ getTracks: () => MediaStreamTrack[];
96
+ getVideoTracks: () => MediaStreamTrack[];
97
+ removeTrack: (track: MediaStreamTrack) => void;
98
+ addEventListener: {
99
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
100
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
101
+ };
102
+ removeEventListener: {
103
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
104
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
105
+ };
106
+ dispatchEvent: (event: Event) => boolean;
107
+ };
108
+ }, {
109
+ srcObject: MediaStream;
110
+ } | {
111
+ srcObject: {
112
+ readonly active: boolean;
113
+ readonly id: string;
114
+ onaddtrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
115
+ onremovetrack: (this: MediaStream, ev: MediaStreamTrackEvent) => any;
116
+ addTrack: (track: MediaStreamTrack) => void;
117
+ clone: () => MediaStream;
118
+ getAudioTracks: () => MediaStreamTrack[];
119
+ getTrackById: (trackId: string) => MediaStreamTrack | null;
120
+ getTracks: () => MediaStreamTrack[];
121
+ getVideoTracks: () => MediaStreamTrack[];
122
+ removeTrack: (track: MediaStreamTrack) => void;
123
+ addEventListener: {
124
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
125
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
126
+ };
127
+ removeEventListener: {
128
+ <K extends keyof MediaStreamEventMap>(type: K, listener: (this: MediaStream, ev: MediaStreamEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
129
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
130
+ };
131
+ dispatchEvent: (event: Event) => boolean;
132
+ };
133
+ }>;
134
+ remoteParents: globalThis.Ref<Record<string, HTMLVideoElement>, Record<string, HTMLVideoElement>>;
135
+ remoteRefs: globalThis.Ref<Record<string, {
136
+ srcObject: MediaStream;
137
+ }>, Record<string, {
138
+ srcObject: MediaStream;
139
+ }>>;
140
+ remoteScreens: globalThis.Ref<Record<string, {
141
+ name: string;
142
+ stream: MediaStream;
143
+ }>, Record<string, {
144
+ name: string;
145
+ stream: MediaStream;
146
+ }>>;
147
+ remoteScreenRefs: globalThis.Ref<Record<string, HTMLVideoElement>, Record<string, HTMLVideoElement>>;
148
+ remoteVideos: globalThis.Ref<Record<string, {
149
+ name: string;
150
+ stream: MediaStream;
151
+ }>, Record<string, {
152
+ name: string;
153
+ stream: MediaStream;
154
+ }>>;
155
+ };
156
+ //# sourceMappingURL=useCall.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCall.d.ts","sourceRoot":"","sources":["../../../../app/composables/useCall.ts"],"names":[],"mappings":"AAYA,MAAM,CAAC,OAAO,UAAU,OAAO;gCA40BlB,MAAM,gBACD,gBAAgB,GAAG,IAAI,GAAG,SAAS;6BAjBnB,MAAM,QAAQ,cAAc;;;;;;;;6BAhXtB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAhbR,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBACV,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAGG,WAAW;;mBAAX,WAAW;;;cAcrC,MAAM;gBAAU,WAAW;;cAA3B,MAAM;gBAAU,WAAW;;;;cAN3B,MAAM;gBAAU,WAAW;;cAA3B,MAAM;gBAAU,WAAW;;EAi1BrD"}
@@ -4,6 +4,7 @@ import { useMessagesStore } from './stores/messageStores';
4
4
  import { useMediaStore } from './stores/mediaStore';
5
5
  import { useProfileStore } from './stores/profileStore';
6
6
  export { default as ChatPage } from './components/ChatPage.vue';
7
+ export { default as Call } from './components/call/Call.vue';
7
8
  export { default as BVirtualVerticalList } from './components/global/BVirtualVerticalList.vue';
8
9
  export { default as BEmojiPicker } from './components/global/BEmojiPicker.vue';
9
10
  export { default as BCarousel } from './components/global/BCarousel.vue';
@@ -24,5 +25,6 @@ export * from './stores/messageStores';
24
25
  export * from './stores/chatStore';
25
26
  export * from './stores/mediaStore';
26
27
  export * from './stores/profileStore';
27
- export { useChatStore, useCallStore, useMessagesStore, useMediaStore, useProfileStore };
28
+ export { provideCallHandlers } from './provider/callProvider';
29
+ export { useChatStore, useCallStore, useMessagesStore, useMediaStore, useProfileStore, };
28
30
  //# 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;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
+ {"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;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAE7D,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,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EACL,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,aAAa,EACb,eAAe,GAChB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { CallHandlers } from '../types';
2
+ export declare function provideCallHandlers(handlers: CallHandlers): void;
3
+ export declare function useCallHandlers(): CallHandlers;
4
+ //# sourceMappingURL=callProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callProvider.d.ts","sourceRoot":"","sources":["../../../../app/provider/callProvider.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAK7C,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,YAAY,QAEzD;AAED,wBAAgB,eAAe,iBAU9B"}