@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
@@ -131,7 +131,7 @@ export default {
131
131
  number: 'Raqam',
132
132
  expireAt: 'Muddati',
133
133
  destination: 'Manzil',
134
-
134
+ utilizationProgress: 'Foydalanish bosqichi',
135
135
  },
136
136
  // date-related texts
137
137
  date: {
@@ -177,6 +177,7 @@ export default {
177
177
  transcription: 'Transkriptsiya',
178
178
  attachment: 'Ilova | Ilovalar',
179
179
  owner: 'Egasi | Egalari',
180
+ skill: 'Konikma | Konikmalar',
180
181
  customization: {
181
182
  customization: 'Maxsuslash | Maxsuslashlar',
182
183
  },
@@ -190,6 +191,7 @@ export default {
190
191
  },
191
192
  queue: {
192
193
  queue: 'Navbat | Navbatlar',
194
+ queueType: 'Navbat turi | Navbat turlari',
193
195
  type: {
194
196
  [QueueType.INBOUND_QUEUE]: 'Kiruvchi navbat',
195
197
  [QueueType.OFFLINE_QUEUE]: 'Oflayn navbat',
@@ -734,6 +736,30 @@ export default {
734
736
  variable: ({ linked }) => {
735
737
  return linked('vocabulary.variables');
736
738
  },
739
+ queueType: ({ linked }) => {
740
+ return linked('objects.queue.queueType');
741
+ },
742
+ queuePeriod: ({ linked }) => {
743
+ return linked('vocabulary.time');
744
+ },
745
+ agentStatus: ({ linked }) => {
746
+ return linked('cases.status');
747
+ },
748
+ auditor: ({ linked }) => {
749
+ return linked('objects.auditor');
750
+ },
751
+ skill: ({ linked }) => {
752
+ return linked('objects.skill');
753
+ },
754
+ supervisor: ({ linked }) => {
755
+ return linked('objects.supervisor');
756
+ },
757
+ utilizationProgress: ({ linked }) => {
758
+ return linked('vocabulary.utilizationProgress');
759
+ },
760
+ region: ({ linked }) => {
761
+ return linked('objects.region');
762
+ },
737
763
  presets: {
738
764
  preset: 'Andoza | Andozalar',
739
765
  overwritePresetTitle: 'Bu nomdagi andoza allaqachon mavjud.',
@@ -131,6 +131,7 @@ export default {
131
131
  number: 'Số',
132
132
  expireAt: 'Hết hạn',
133
133
  destination: 'Điểm đến',
134
+ utilizationProgress: 'Tiến độ sử dụng',
134
135
  },
135
136
  // date-related texts
136
137
  date: {
@@ -176,6 +177,7 @@ export default {
176
177
  transcription: 'Bản ghi',
177
178
  attachment: 'Tệp đính kèm | Các tệp đính kèm',
178
179
  owner: 'Chủ sở hữu | Các chủ sở hữu',
180
+ skill: 'Kỹ năng | Kỹ năng',
179
181
  customization: {
180
182
  customization: 'Tùy chỉnh | Các tùy chỉnh',
181
183
  },
@@ -189,6 +191,7 @@ export default {
189
191
  },
190
192
  queue: {
191
193
  queue: 'Hàng chờ | Hàng chờ',
194
+ queueType: 'Loại hàng đợi | Các loại hàng đợi',
192
195
  type: {
193
196
  [QueueType.INBOUND_QUEUE]: 'Hàng chờ cuộc gọi vào',
194
197
  [QueueType.OFFLINE_QUEUE]: 'Hàng chờ ngoại tuyến',
@@ -733,6 +736,30 @@ export default {
733
736
  variable: ({ linked }) => {
734
737
  return linked('vocabulary.variables');
735
738
  },
739
+ queueType: ({ linked }) => {
740
+ return linked('objects.queue.queueType');
741
+ },
742
+ queuePeriod: ({ linked }) => {
743
+ return linked('vocabulary.time');
744
+ },
745
+ agentStatus: ({ linked }) => {
746
+ return linked('cases.status');
747
+ },
748
+ auditor: ({ linked }) => {
749
+ return linked('objects.auditor');
750
+ },
751
+ skill: ({ linked }) => {
752
+ return linked('objects.skill');
753
+ },
754
+ supervisor: ({ linked }) => {
755
+ return linked('objects.supervisor');
756
+ },
757
+ utilizationProgress: ({ linked }) => {
758
+ return linked('vocabulary.utilizationProgress');
759
+ },
760
+ region: ({ linked }) => {
761
+ return linked('objects.region');
762
+ },
736
763
  presets: {
737
764
  preset: 'Mẫu | Các mẫu',
738
765
  overwritePresetTitle: 'Đã tồn tại một mẫu có tên này.',
@@ -135,7 +135,7 @@ export interface UserAccessStore {
135
135
  * for pinia devtools debug
136
136
  */
137
137
  appVisibilityAccess: AppVisibilityMap;
138
-
138
+
139
139
  /**
140
140
  * @internal
141
141
  * for pinia devtools debug
@@ -26,7 +26,14 @@ declare const attrs: {
26
26
  [x: string]: unknown;
27
27
  };
28
28
  declare const showLoader: import("vue").Ref<boolean, boolean>;
29
- declare const loaderColor: import("vue").ComputedRef<string>;
29
+ /**
30
+ * @author: @Opelsandr Palonnyi
31
+ *
32
+ * [WTEL-7995](https://webitel.atlassian.net/browse/WTEL-7995)
33
+ *
34
+ * link to comment - https://webitel.atlassian.net/browse/WTEL-7992?focusedCommentId=705256
35
+ * */
36
+ declare const loaderColor: import("vue").ComputedRef<"on-dark" | "on-light">;
30
37
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
31
38
  declare var __VLS_14: {};
32
39
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
@@ -3,8 +3,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  type: ArrayConstructor;
4
4
  default: () => string[];
5
5
  };
6
+ isOpened: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
6
10
  }>, {}, {
7
- isOpened: boolean;
11
+ localIsOpened: boolean;
8
12
  filtersCount: number;
9
13
  }, {}, {
10
14
  tableActionsHandler(eventName: any): void;
@@ -15,7 +19,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15
19
  type: ArrayConstructor;
16
20
  default: () => string[];
17
21
  };
22
+ isOpened: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
18
26
  }>> & Readonly<{}>, {
27
+ isOpened: boolean;
19
28
  tableActionIcons: unknown[];
20
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
30
  export default _default;
@@ -106,6 +106,7 @@ declare const _default: {
106
106
  number: string;
107
107
  expireAt: string;
108
108
  destination: string;
109
+ utilizationProgress: string;
109
110
  };
110
111
  date: {
111
112
  sec: string;
@@ -127,6 +128,7 @@ declare const _default: {
127
128
  supervisor: string;
128
129
  auditor: string;
129
130
  region: string;
131
+ skill: string;
130
132
  communicationType: string;
131
133
  grantee: string;
132
134
  grantor: string;
@@ -161,6 +163,7 @@ declare const _default: {
161
163
  };
162
164
  queue: {
163
165
  queue: string;
166
+ queueType: string;
164
167
  type: {
165
168
  1: string;
166
169
  0: string;
@@ -708,6 +711,30 @@ declare const _default: {
708
711
  variable: ({ linked }: {
709
712
  linked: any;
710
713
  }) => any;
714
+ queueType: ({ linked }: {
715
+ linked: any;
716
+ }) => any;
717
+ queuePeriod: ({ linked }: {
718
+ linked: any;
719
+ }) => any;
720
+ agentStatus: ({ linked }: {
721
+ linked: any;
722
+ }) => any;
723
+ auditor: ({ linked }: {
724
+ linked: any;
725
+ }) => any;
726
+ skill: ({ linked }: {
727
+ linked: any;
728
+ }) => any;
729
+ supervisor: ({ linked }: {
730
+ linked: any;
731
+ }) => any;
732
+ utilizationProgress: ({ linked }: {
733
+ linked: any;
734
+ }) => any;
735
+ region: ({ linked }: {
736
+ linked: any;
737
+ }) => any;
711
738
  presets: {
712
739
  preset: string;
713
740
  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;
@@ -159,6 +160,7 @@ declare namespace _default {
159
160
  export let transcription: string;
160
161
  export let attachment: string;
161
162
  export let owner: string;
163
+ export let skill: string;
162
164
  export namespace customization {
163
165
  let customization_1: string;
164
166
  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;