@webitel/ui-sdk 25.10.96 → 25.10.98

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 (43) hide show
  1. package/dist/{install-BwWmhR5m.js → install-Dq0Lm0I9.js} +15555 -14804
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +727 -727
  5. package/dist/{vidstack-Bq6c3Bam-BXHoVYIM.js → vidstack-Bq6c3Bam-DkyyXAwo.js} +2 -2
  6. package/dist/{vidstack-D2pY00kU-BCxnvTAW.js → vidstack-D2pY00kU-Dk2nPGS-.js} +2 -2
  7. package/dist/{vidstack-DDXt6fpN-1SskE7PU.js → vidstack-DDXt6fpN-BDtEYq5x.js} +1 -1
  8. package/dist/{vidstack-D_-9AA6_-DM25Erms.js → vidstack-D_-9AA6_-CyEDvryK.js} +1 -1
  9. package/dist/{vidstack-DqAw8m9J-CK7FxjAr.js → vidstack-DqAw8m9J-MiDSjIWF.js} +1 -1
  10. package/dist/{vidstack-audio-B1niTWzE.js → vidstack-audio-D_eLF80B.js} +2 -2
  11. package/dist/{vidstack-dash-CMugZYkM.js → vidstack-dash-Djuu18NL.js} +3 -3
  12. package/dist/{vidstack-google-cast-CdJeof1p.js → vidstack-google-cast-DQyBY_sd.js} +3 -3
  13. package/dist/{vidstack-hls-YQ4DIwNs.js → vidstack-hls-D16ReaTx.js} +3 -3
  14. package/dist/{vidstack-video-mpZsCZYD.js → vidstack-video-Cy44pHC0.js} +2 -2
  15. package/dist/{vidstack-vimeo-D-CWeMQV.js → vidstack-vimeo-DSooRKEh.js} +3 -3
  16. package/dist/{vidstack-youtube-BZFuVCgo.js → vidstack-youtube-CXQ7CUgz.js} +2 -2
  17. package/package.json +2 -2
  18. package/src/components/wt-button/wt-button.vue +12 -1
  19. package/src/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue +11 -5
  20. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +2 -0
  21. package/src/locale/en/en.js +27 -0
  22. package/src/locale/es/es.js +27 -0
  23. package/src/locale/kz/kz.js +27 -0
  24. package/src/locale/pl/pl.js +27 -0
  25. package/src/locale/ro/ro.js +27 -0
  26. package/src/locale/ru/ru.js +27 -0
  27. package/src/locale/uk/uk.js +27 -0
  28. package/src/locale/uz/uz.js +27 -1
  29. package/src/locale/vi/vi.js +27 -0
  30. package/src/modules/Userinfo/v2/types/UserAccess.d.ts +1 -1
  31. package/types/components/wt-button/wt-button.vue.d.ts +8 -1
  32. package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +10 -1
  33. package/types/locale/en/en.d.ts +27 -0
  34. package/types/locale/es/es.d.ts +33 -0
  35. package/types/locale/i18n.d.ts +243 -0
  36. package/types/locale/index.d.ts +243 -0
  37. package/types/locale/kz/kz.d.ts +33 -0
  38. package/types/locale/pl/pl.d.ts +33 -0
  39. package/types/locale/ro/ro.d.ts +33 -0
  40. package/types/locale/ru/ru.d.ts +33 -0
  41. package/types/locale/uk/uk.d.ts +33 -0
  42. package/types/locale/uz/uz.d.ts +33 -0
  43. package/types/locale/vi/vi.d.ts +33 -0
@@ -109,6 +109,7 @@ declare namespace _default {
109
109
  let number: string;
110
110
  let expireAt: string;
111
111
  let destination: string;
112
+ let utilizationProgress: string;
112
113
  }
113
114
  export namespace date {
114
115
  let sec: string;
@@ -153,6 +154,7 @@ declare namespace _default {
153
154
  export let transcription: string;
154
155
  export let attachment: string;
155
156
  export let owner: string;
157
+ export let skill: string;
156
158
  export namespace customization {
157
159
  let customization_1: string;
158
160
  export { customization_1 as customization };
@@ -170,6 +172,7 @@ declare namespace _default {
170
172
  export namespace queue {
171
173
  let queue_1: string;
172
174
  export { queue_1 as queue };
175
+ export let queueType: string;
173
176
  let type_1: {
174
177
  1: string;
175
178
  0: string;
@@ -914,6 +917,36 @@ declare namespace _default {
914
917
  export function variable({ linked }: {
915
918
  linked: any;
916
919
  }): any;
920
+ export function queueType_1({ linked }: {
921
+ linked: any;
922
+ }): any;
923
+ export { queueType_1 as queueType };
924
+ export function queuePeriod({ linked }: {
925
+ linked: any;
926
+ }): any;
927
+ export function agentStatus({ linked }: {
928
+ linked: any;
929
+ }): any;
930
+ export function auditor_1({ linked }: {
931
+ linked: any;
932
+ }): any;
933
+ export { auditor_1 as auditor };
934
+ export function skill_1({ linked }: {
935
+ linked: any;
936
+ }): any;
937
+ export { skill_1 as skill };
938
+ export function supervisor_2({ linked }: {
939
+ linked: any;
940
+ }): any;
941
+ export { supervisor_2 as supervisor };
942
+ export function utilizationProgress_1({ linked }: {
943
+ linked: any;
944
+ }): any;
945
+ export { utilizationProgress_1 as utilizationProgress };
946
+ export function region_1({ linked }: {
947
+ linked: any;
948
+ }): any;
949
+ export { region_1 as region };
917
950
  export namespace presets {
918
951
  let preset: string;
919
952
  let overwritePresetTitle: string;
@@ -109,6 +109,7 @@ declare namespace _default {
109
109
  let number: string;
110
110
  let expireAt: string;
111
111
  let destination: string;
112
+ let utilizationProgress: string;
112
113
  }
113
114
  export namespace date {
114
115
  let sec: string;
@@ -153,6 +154,7 @@ declare namespace _default {
153
154
  export let transcription: string;
154
155
  export let attachment: string;
155
156
  export let owner: string;
157
+ export let skill: string;
156
158
  export namespace customization {
157
159
  let customization_1: string;
158
160
  export { customization_1 as customization };
@@ -170,6 +172,7 @@ declare namespace _default {
170
172
  export namespace queue {
171
173
  let queue_1: string;
172
174
  export { queue_1 as queue };
175
+ export let queueType: string;
173
176
  let type_1: {
174
177
  1: string;
175
178
  0: string;
@@ -914,6 +917,36 @@ declare namespace _default {
914
917
  export function variable({ linked }: {
915
918
  linked: any;
916
919
  }): any;
920
+ export function queueType_1({ linked }: {
921
+ linked: any;
922
+ }): any;
923
+ export { queueType_1 as queueType };
924
+ export function queuePeriod({ linked }: {
925
+ linked: any;
926
+ }): any;
927
+ export function agentStatus({ linked }: {
928
+ linked: any;
929
+ }): any;
930
+ export function auditor_1({ linked }: {
931
+ linked: any;
932
+ }): any;
933
+ export { auditor_1 as auditor };
934
+ export function skill_1({ linked }: {
935
+ linked: any;
936
+ }): any;
937
+ export { skill_1 as skill };
938
+ export function supervisor_2({ linked }: {
939
+ linked: any;
940
+ }): any;
941
+ export { supervisor_2 as supervisor };
942
+ export function utilizationProgress_1({ linked }: {
943
+ linked: any;
944
+ }): any;
945
+ export { utilizationProgress_1 as utilizationProgress };
946
+ export function region_1({ linked }: {
947
+ linked: any;
948
+ }): any;
949
+ export { region_1 as region };
917
950
  export namespace presets {
918
951
  let preset: string;
919
952
  let overwritePresetTitle: string;
@@ -111,6 +111,7 @@ declare namespace _default {
111
111
  let number: string;
112
112
  let expireAt: string;
113
113
  let destination: string;
114
+ let utilizationProgress: string;
114
115
  }
115
116
  export namespace date {
116
117
  let sec: string;
@@ -155,6 +156,7 @@ declare namespace _default {
155
156
  export let transcription: string;
156
157
  export let attachment: string;
157
158
  export let owner: string;
159
+ export let skill: string;
158
160
  export namespace customization {
159
161
  let customization_1: string;
160
162
  export { customization_1 as customization };
@@ -172,6 +174,7 @@ declare namespace _default {
172
174
  export namespace queue {
173
175
  let queue_1: string;
174
176
  export { queue_1 as queue };
177
+ export let queueType: string;
175
178
  let type_1: {
176
179
  1: string;
177
180
  0: string;
@@ -916,6 +919,36 @@ declare namespace _default {
916
919
  export function variable({ linked }: {
917
920
  linked: any;
918
921
  }): any;
922
+ export function queueType_1({ linked }: {
923
+ linked: any;
924
+ }): any;
925
+ export { queueType_1 as queueType };
926
+ export function queuePeriod({ linked }: {
927
+ linked: any;
928
+ }): any;
929
+ export function agentStatus({ linked }: {
930
+ linked: any;
931
+ }): any;
932
+ export function auditor_1({ linked }: {
933
+ linked: any;
934
+ }): any;
935
+ export { auditor_1 as auditor };
936
+ export function skill_1({ linked }: {
937
+ linked: any;
938
+ }): any;
939
+ export { skill_1 as skill };
940
+ export function supervisor_2({ linked }: {
941
+ linked: any;
942
+ }): any;
943
+ export { supervisor_2 as supervisor };
944
+ export function utilizationProgress_1({ linked }: {
945
+ linked: any;
946
+ }): any;
947
+ export { utilizationProgress_1 as utilizationProgress };
948
+ export function region_1({ linked }: {
949
+ linked: any;
950
+ }): any;
951
+ export { region_1 as region };
919
952
  export namespace presets {
920
953
  let preset: string;
921
954
  let overwritePresetTitle: string;
@@ -111,6 +111,7 @@ declare namespace _default {
111
111
  let number: string;
112
112
  let expireAt: string;
113
113
  let destination: string;
114
+ let utilizationProgress: string;
114
115
  }
115
116
  export namespace date {
116
117
  let sec: string;
@@ -155,6 +156,7 @@ declare namespace _default {
155
156
  export let transcription: string;
156
157
  export let attachment: string;
157
158
  export let owner: string;
159
+ export let skill: string;
158
160
  export namespace customization {
159
161
  let customization_1: string;
160
162
  export { customization_1 as customization };
@@ -172,6 +174,7 @@ declare namespace _default {
172
174
  export namespace queue {
173
175
  let queue_1: string;
174
176
  export { queue_1 as queue };
177
+ export let queueType: string;
175
178
  let type_1: {
176
179
  1: string;
177
180
  0: string;
@@ -916,6 +919,36 @@ declare namespace _default {
916
919
  export function variable({ linked }: {
917
920
  linked: any;
918
921
  }): any;
922
+ export function queueType_1({ linked }: {
923
+ linked: any;
924
+ }): any;
925
+ export { queueType_1 as queueType };
926
+ export function queuePeriod({ linked }: {
927
+ linked: any;
928
+ }): any;
929
+ export function agentStatus({ linked }: {
930
+ linked: any;
931
+ }): any;
932
+ export function auditor_1({ linked }: {
933
+ linked: any;
934
+ }): any;
935
+ export { auditor_1 as auditor };
936
+ export function skill_1({ linked }: {
937
+ linked: any;
938
+ }): any;
939
+ export { skill_1 as skill };
940
+ export function supervisor_2({ linked }: {
941
+ linked: any;
942
+ }): any;
943
+ export { supervisor_2 as supervisor };
944
+ export function utilizationProgress_1({ linked }: {
945
+ linked: any;
946
+ }): any;
947
+ export { utilizationProgress_1 as utilizationProgress };
948
+ export function region_1({ linked }: {
949
+ linked: any;
950
+ }): any;
951
+ export { region_1 as region };
919
952
  export namespace presets {
920
953
  let preset: string;
921
954
  let overwritePresetTitle: string;