@webitel/ui-sdk 26.6.117 → 26.6.119

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 (52) 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 +2 -2
  4. package/dist/ui-sdk.umd.cjs +232 -227
  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/locale/en/en.js +1 -0
  24. package/src/locale/es/es.js +1 -0
  25. package/src/locale/kz/kz.js +1 -0
  26. package/src/locale/pl/pl.js +1 -0
  27. package/src/locale/ro/ro.js +1 -0
  28. package/src/locale/ru/ru.js +1 -0
  29. package/src/locale/uk/uk.js +1 -0
  30. package/src/locale/uz/uz.js +1 -0
  31. package/src/locale/vi/vi.js +1 -0
  32. package/src/modules/CallSession/modules/VideoCall/composables/useDocumentPiP/useDocumentPiP.ts +3 -3
  33. package/src/modules/CallSession/modules/VideoCall/video-call.vue +10 -30
  34. package/src/modules/Userinfo/types/UserAccess.ts +1 -1
  35. package/types/.tsbuildinfo +1 -1
  36. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +5 -3
  37. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +3 -1
  38. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +6 -4
  39. package/types/locale/en/en.d.ts +1 -0
  40. package/types/locale/es/es.d.ts +1 -0
  41. package/types/locale/i18n.d.ts +9 -0
  42. package/types/locale/index.d.ts +9 -0
  43. package/types/locale/kz/kz.d.ts +1 -0
  44. package/types/locale/pl/pl.d.ts +1 -0
  45. package/types/locale/ro/ro.d.ts +1 -0
  46. package/types/locale/ru/ru.d.ts +1 -0
  47. package/types/locale/uk/uk.d.ts +1 -0
  48. package/types/locale/uz/uz.d.ts +1 -0
  49. package/types/locale/vi/vi.d.ts +1 -0
  50. package/types/modules/CallSession/modules/VideoCall/composables/useDocumentPiP/useDocumentPiP.d.ts +1 -1
  51. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +4 -4
  52. package/types/modules/Userinfo/types/UserAccess.d.ts +1 -1
@@ -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>>;
@@ -730,6 +730,7 @@ declare const _default: {
730
730
  service: ({ linked }: {
731
731
  linked: any;
732
732
  }) => any;
733
+ showEmptyAmdResult: string;
733
734
  sla: ({ linked }: {
734
735
  linked: any;
735
736
  }) => any;
@@ -825,6 +825,7 @@ declare namespace _default {
825
825
  linked: any;
826
826
  }): any;
827
827
  export { service_2 as service };
828
+ export let showEmptyAmdResult: string;
828
829
  export function sla({ linked }: {
829
830
  linked: any;
830
831
  }): any;
@@ -731,6 +731,7 @@ declare const _default: import("vue-i18n").I18n<{
731
731
  service: ({ linked }: {
732
732
  linked: any;
733
733
  }) => any;
734
+ showEmptyAmdResult: string;
734
735
  sla: ({ linked }: {
735
736
  linked: any;
736
737
  }) => any;
@@ -1583,6 +1584,7 @@ declare const _default: import("vue-i18n").I18n<{
1583
1584
  service: ({ linked }: {
1584
1585
  linked: any;
1585
1586
  }) => any;
1587
+ showEmptyAmdResult: string;
1586
1588
  sla: ({ linked }: {
1587
1589
  linked: any;
1588
1590
  }) => any;
@@ -2419,6 +2421,7 @@ declare const _default: import("vue-i18n").I18n<{
2419
2421
  service: ({ linked }: {
2420
2422
  linked: any;
2421
2423
  }) => any;
2424
+ showEmptyAmdResult: string;
2422
2425
  sla: ({ linked }: {
2423
2426
  linked: any;
2424
2427
  }) => any;
@@ -3257,6 +3260,7 @@ declare const _default: import("vue-i18n").I18n<{
3257
3260
  service: ({ linked }: {
3258
3261
  linked: any;
3259
3262
  }) => any;
3263
+ showEmptyAmdResult: string;
3260
3264
  sla: ({ linked }: {
3261
3265
  linked: any;
3262
3266
  }) => any;
@@ -4093,6 +4097,7 @@ declare const _default: import("vue-i18n").I18n<{
4093
4097
  service: ({ linked }: {
4094
4098
  linked: any;
4095
4099
  }) => any;
4100
+ showEmptyAmdResult: string;
4096
4101
  sla: ({ linked }: {
4097
4102
  linked: any;
4098
4103
  }) => any;
@@ -4931,6 +4936,7 @@ declare const _default: import("vue-i18n").I18n<{
4931
4936
  service: ({ linked }: {
4932
4937
  linked: any;
4933
4938
  }) => any;
4939
+ showEmptyAmdResult: string;
4934
4940
  sla: ({ linked }: {
4935
4941
  linked: any;
4936
4942
  }) => any;
@@ -5769,6 +5775,7 @@ declare const _default: import("vue-i18n").I18n<{
5769
5775
  service: ({ linked }: {
5770
5776
  linked: any;
5771
5777
  }) => any;
5778
+ showEmptyAmdResult: string;
5772
5779
  sla: ({ linked }: {
5773
5780
  linked: any;
5774
5781
  }) => any;
@@ -6608,6 +6615,7 @@ declare const _default: import("vue-i18n").I18n<{
6608
6615
  service: ({ linked }: {
6609
6616
  linked: any;
6610
6617
  }) => any;
6618
+ showEmptyAmdResult: string;
6611
6619
  sla: ({ linked }: {
6612
6620
  linked: any;
6613
6621
  }) => any;
@@ -7446,6 +7454,7 @@ declare const _default: import("vue-i18n").I18n<{
7446
7454
  service: ({ linked }: {
7447
7455
  linked: any;
7448
7456
  }) => any;
7457
+ showEmptyAmdResult: string;
7449
7458
  sla: ({ linked }: {
7450
7459
  linked: any;
7451
7460
  }) => any;
@@ -741,6 +741,7 @@ export declare const messages: {
741
741
  service: ({ linked }: {
742
742
  linked: any;
743
743
  }) => any;
744
+ showEmptyAmdResult: string;
744
745
  sla: ({ linked }: {
745
746
  linked: any;
746
747
  }) => any;
@@ -1593,6 +1594,7 @@ export declare const messages: {
1593
1594
  service: ({ linked }: {
1594
1595
  linked: any;
1595
1596
  }) => any;
1597
+ showEmptyAmdResult: string;
1596
1598
  sla: ({ linked }: {
1597
1599
  linked: any;
1598
1600
  }) => any;
@@ -2429,6 +2431,7 @@ export declare const messages: {
2429
2431
  service: ({ linked }: {
2430
2432
  linked: any;
2431
2433
  }) => any;
2434
+ showEmptyAmdResult: string;
2432
2435
  sla: ({ linked }: {
2433
2436
  linked: any;
2434
2437
  }) => any;
@@ -3267,6 +3270,7 @@ export declare const messages: {
3267
3270
  service: ({ linked }: {
3268
3271
  linked: any;
3269
3272
  }) => any;
3273
+ showEmptyAmdResult: string;
3270
3274
  sla: ({ linked }: {
3271
3275
  linked: any;
3272
3276
  }) => any;
@@ -4103,6 +4107,7 @@ export declare const messages: {
4103
4107
  service: ({ linked }: {
4104
4108
  linked: any;
4105
4109
  }) => any;
4110
+ showEmptyAmdResult: string;
4106
4111
  sla: ({ linked }: {
4107
4112
  linked: any;
4108
4113
  }) => any;
@@ -4941,6 +4946,7 @@ export declare const messages: {
4941
4946
  service: ({ linked }: {
4942
4947
  linked: any;
4943
4948
  }) => any;
4949
+ showEmptyAmdResult: string;
4944
4950
  sla: ({ linked }: {
4945
4951
  linked: any;
4946
4952
  }) => any;
@@ -5779,6 +5785,7 @@ export declare const messages: {
5779
5785
  service: ({ linked }: {
5780
5786
  linked: any;
5781
5787
  }) => any;
5788
+ showEmptyAmdResult: string;
5782
5789
  sla: ({ linked }: {
5783
5790
  linked: any;
5784
5791
  }) => any;
@@ -6618,6 +6625,7 @@ export declare const messages: {
6618
6625
  service: ({ linked }: {
6619
6626
  linked: any;
6620
6627
  }) => any;
6628
+ showEmptyAmdResult: string;
6621
6629
  sla: ({ linked }: {
6622
6630
  linked: any;
6623
6631
  }) => any;
@@ -7456,6 +7464,7 @@ export declare const messages: {
7456
7464
  service: ({ linked }: {
7457
7465
  linked: any;
7458
7466
  }) => any;
7467
+ showEmptyAmdResult: string;
7459
7468
  sla: ({ linked }: {
7460
7469
  linked: any;
7461
7470
  }) => any;
@@ -825,6 +825,7 @@ declare namespace _default {
825
825
  linked: any;
826
826
  }): any;
827
827
  export { service_2 as service };
828
+ export let showEmptyAmdResult: string;
828
829
  export function sla({ linked }: {
829
830
  linked: any;
830
831
  }): any;
@@ -825,6 +825,7 @@ declare namespace _default {
825
825
  linked: any;
826
826
  }): any;
827
827
  export { service_2 as service };
828
+ export let showEmptyAmdResult: string;
828
829
  export function sla({ linked }: {
829
830
  linked: any;
830
831
  }): any;
@@ -825,6 +825,7 @@ declare namespace _default {
825
825
  linked: any;
826
826
  }): any;
827
827
  export { service_2 as service };
828
+ export let showEmptyAmdResult: string;
828
829
  export function sla({ linked }: {
829
830
  linked: any;
830
831
  }): any;
@@ -823,6 +823,7 @@ declare namespace _default {
823
823
  linked: any;
824
824
  }): any;
825
825
  export { service_2 as service };
826
+ export let showEmptyAmdResult: string;
826
827
  export function sla({ linked }: {
827
828
  linked: any;
828
829
  }): any;
@@ -823,6 +823,7 @@ declare namespace _default {
823
823
  linked: any;
824
824
  }): any;
825
825
  export { service_2 as service };
826
+ export let showEmptyAmdResult: string;
826
827
  export function sla({ linked }: {
827
828
  linked: any;
828
829
  }): any;
@@ -826,6 +826,7 @@ declare namespace _default {
826
826
  linked: any;
827
827
  }): any;
828
828
  export { service_2 as service };
829
+ export let showEmptyAmdResult: string;
829
830
  export function sla({ linked }: {
830
831
  linked: any;
831
832
  }): any;
@@ -825,6 +825,7 @@ declare namespace _default {
825
825
  linked: any;
826
826
  }): any;
827
827
  export { service_2 as service };
828
+ export let showEmptyAmdResult: string;
828
829
  export function sla({ linked }: {
829
830
  linked: any;
830
831
  }): any;
@@ -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;
@@ -1,4 +1,4 @@
1
- import { NavigationGuard } from 'vue-router';
1
+ import type { NavigationGuard } from 'vue-router';
2
2
  import type { AdminSections, AuditorSections, CrmSections, CrudAction, SupervisorSections, WtApplication, WtObject } from '../../../enums';
3
3
  import type { ApplicationsAccessSchema } from '../classes/ApplicationsAccess';
4
4
  import type { CrudGlobalAction, ScopeClass, SpecialGlobalAction, WebitelLicense } from '../enums';