@webitel/ui-sdk 26.6.118 → 26.6.120

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 (31) hide show
  1. package/dist/{components-CtLZTAqX.js → components-DkD3WP0T.js} +7 -7
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +4 -3
  4. package/dist/ui-sdk.umd.cjs +234 -228
  5. package/dist/{wt-button-dC4nOW56.js → wt-button-DwAda_g4.js} +1 -1
  6. package/dist/{wt-chat-emoji-IgDi1RWV.js → wt-chat-emoji-CgJ-4Oal.js} +3 -3
  7. package/dist/{wt-display-chip-items-Cl3pyvc1.js → wt-display-chip-items-Bqo0iQgb.js} +1 -1
  8. package/dist/{wt-icon-y89gRcOs.js → wt-icon-DvONu3WD.js} +1 -0
  9. package/dist/{wt-icon-btn-DYjjSl-C.js → wt-icon-btn-Behnq_SS.js} +1 -1
  10. package/dist/{wt-notifications-bar-DhJxMjNB.js → wt-notifications-bar-CKEWt08-.js} +1 -1
  11. package/dist/{wt-player-Bbirdlj9.js → wt-player-zWCh3Ozp.js} +2 -2
  12. package/dist/{wt-send-message-popup-C9NwnoOr.js → wt-send-message-popup-Dz2RrnWO.js} +1 -1
  13. package/dist/{wt-toast-DXrSMdRm.js → wt-toast-LQxOxrff.js} +1 -1
  14. package/dist/{wt-tree-table-BRokvhkB.js → wt-tree-table-C-UiFrTF.js} +1 -1
  15. package/dist/{wt-type-extension-value-input-DdGlEVxi.js → wt-type-extension-value-input-CLxPbjkA.js} +1 -1
  16. package/dist/{wt-vidstack-player-qtPWzeNH.js → wt-vidstack-player-CpfJc5li.js} +85 -76
  17. package/package.json +1 -1
  18. package/src/assets/icons/sprite/index.ts +2 -0
  19. package/src/assets/icons/sprite/open-pip.svg +5 -0
  20. package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +4 -0
  21. package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +2 -0
  22. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +4 -0
  23. package/src/modules/CallSession/modules/VideoCall/composables/useDocumentPiP/useDocumentPiP.ts +3 -3
  24. package/src/modules/CallSession/modules/VideoCall/video-call.vue +10 -30
  25. package/src/plugins/primevue/theme/components/tooltip/tooltip.js +2 -1
  26. package/types/.tsbuildinfo +1 -1
  27. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +5 -3
  28. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +3 -1
  29. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +6 -4
  30. package/types/modules/CallSession/modules/VideoCall/composables/useDocumentPiP/useDocumentPiP.d.ts +1 -1
  31. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +4 -4
@@ -7,13 +7,15 @@ type __VLS_Props = {
7
7
  hideExpand?: boolean;
8
8
  countdownTimeMode?: boolean;
9
9
  };
10
- declare var __VLS_17: {}, __VLS_25: {}, __VLS_27: {};
10
+ declare var __VLS_17: {}, __VLS_20: {}, __VLS_28: {}, __VLS_30: {};
11
11
  type __VLS_Slots = {} & {
12
12
  avatar?: (props: typeof __VLS_17) => any;
13
13
  } & {
14
- content?: (props: typeof __VLS_25) => any;
14
+ 'display-panel-actions'?: (props: typeof __VLS_20) => any;
15
15
  } & {
16
- 'controls-panel'?: (props: typeof __VLS_27) => any;
16
+ content?: (props: typeof __VLS_28) => any;
17
+ } & {
18
+ 'controls-panel'?: (props: typeof __VLS_30) => any;
17
19
  };
18
20
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
21
  "close-player": () => any;
@@ -4,9 +4,11 @@ type __VLS_Props = {
4
4
  closable?: boolean;
5
5
  hideExpand?: boolean;
6
6
  };
7
- declare var __VLS_8: {};
7
+ declare var __VLS_8: {}, __VLS_15: {};
8
8
  type __VLS_Slots = {} & {
9
9
  avatar?: (props: typeof __VLS_8) => any;
10
+ } & {
11
+ actions?: (props: typeof __VLS_15) => any;
10
12
  };
11
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
14
  close: () => any;
@@ -22,17 +22,19 @@ interface Props {
22
22
  videoObjectFit?: 'cover' | 'contain';
23
23
  mirrorVideo?: boolean;
24
24
  }
25
- declare var __VLS_26: {}, __VLS_29: {
25
+ declare var __VLS_26: {}, __VLS_29: {}, __VLS_32: {
26
26
  size: ComponentSize;
27
- }, __VLS_32: {
27
+ }, __VLS_35: {
28
28
  size: ComponentSize;
29
29
  };
30
30
  type __VLS_Slots = {} & {
31
31
  avatar?: (props: typeof __VLS_26) => any;
32
32
  } & {
33
- 'controls-panel'?: (props: typeof __VLS_29) => any;
33
+ 'display-panel-actions'?: (props: typeof __VLS_29) => any;
34
34
  } & {
35
- content?: (props: typeof __VLS_32) => any;
35
+ 'controls-panel'?: (props: typeof __VLS_32) => any;
36
+ } & {
37
+ content?: (props: typeof __VLS_35) => any;
36
38
  };
37
39
  declare const __VLS_base: import("vue").DefineComponent<Props, {
38
40
  rootEl: Readonly<import("vue").ShallowRef<HTMLElement>>;
@@ -1,6 +1,6 @@
1
1
  export declare function useDocumentPiP(getElement: () => HTMLElement | null | undefined): {
2
2
  isPiP: import("vue").Ref<boolean, boolean>;
3
- isSupported: import("vue").ComputedRef<boolean>;
3
+ isPiPSupported: import("vue").ComputedRef<boolean>;
4
4
  enterPiP: (width?: number, height?: number) => Promise<void>;
5
5
  exitPiP: () => void;
6
6
  armFirstGestureResume: (w?: Window) => void;
@@ -31,15 +31,15 @@ type __VLS_Props = {
31
31
  'actions:settings:disabled'?: boolean;
32
32
  'actions:chat:pressed'?: boolean;
33
33
  };
34
- declare var __VLS_18: {
34
+ declare var __VLS_26: {
35
35
  size: ComponentSize;
36
- }, __VLS_25: {
36
+ }, __VLS_33: {
37
37
  size: ComponentSize;
38
38
  };
39
39
  type __VLS_Slots = {} & {
40
- content?: (props: typeof __VLS_18) => any;
40
+ content?: (props: typeof __VLS_26) => any;
41
41
  } & {
42
- overlay?: (props: typeof __VLS_25) => any;
42
+ overlay?: (props: typeof __VLS_33) => any;
43
43
  };
44
44
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
45
45
  "change-size": (size: ComponentSize) => any;