@webitel/ui-sdk 25.10.97 → 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.
- package/dist/{install-Bpa6DT7M.js → install-Dq0Lm0I9.js} +334 -326
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +5 -5
- package/dist/{vidstack-Bq6c3Bam-lhgdacan.js → vidstack-Bq6c3Bam-DkyyXAwo.js} +2 -2
- package/dist/{vidstack-D2pY00kU-g140a2PT.js → vidstack-D2pY00kU-Dk2nPGS-.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-B60Ps1sl.js → vidstack-DDXt6fpN-BDtEYq5x.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-0I8lNOun.js → vidstack-D_-9AA6_-CyEDvryK.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-DGjQMjtu.js → vidstack-DqAw8m9J-MiDSjIWF.js} +1 -1
- package/dist/{vidstack-audio-DOuZRfiy.js → vidstack-audio-D_eLF80B.js} +2 -2
- package/dist/{vidstack-dash-D6p2XG3a.js → vidstack-dash-Djuu18NL.js} +3 -3
- package/dist/{vidstack-google-cast-Dp4TleWN.js → vidstack-google-cast-DQyBY_sd.js} +3 -3
- package/dist/{vidstack-hls-bog_GtW2.js → vidstack-hls-D16ReaTx.js} +3 -3
- package/dist/{vidstack-video-Cmd3MW4O.js → vidstack-video-Cy44pHC0.js} +2 -2
- package/dist/{vidstack-vimeo-B_G2kMhX.js → vidstack-vimeo-DSooRKEh.js} +3 -3
- package/dist/{vidstack-youtube-DGX4CUEn.js → vidstack-youtube-CXQ7CUgz.js} +2 -2
- package/package.json +2 -2
- package/src/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue +11 -5
- package/src/locale/en/en.js +27 -0
- package/src/locale/es/es.js +27 -0
- package/src/locale/kz/kz.js +27 -0
- package/src/locale/pl/pl.js +27 -0
- package/src/locale/ro/ro.js +27 -0
- package/src/locale/ru/ru.js +27 -0
- package/src/locale/uk/uk.js +27 -0
- package/src/locale/uz/uz.js +27 -1
- package/src/locale/vi/vi.js +27 -0
- package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +10 -1
- package/types/locale/en/en.d.ts +27 -0
- package/types/locale/es/es.d.ts +33 -0
- package/types/locale/i18n.d.ts +243 -0
- package/types/locale/index.d.ts +243 -0
- package/types/locale/kz/kz.d.ts +33 -0
- package/types/locale/pl/pl.d.ts +33 -0
- package/types/locale/ro/ro.d.ts +33 -0
- package/types/locale/ru/ru.d.ts +33 -0
- package/types/locale/uk/uk.d.ts +33 -0
- package/types/locale/uz/uz.d.ts +33 -0
- package/types/locale/vi/vi.d.ts +33 -0
package/src/locale/vi/vi.js
CHANGED
|
@@ -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.',
|
|
@@ -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
|
-
|
|
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;
|
package/types/locale/en/en.d.ts
CHANGED
|
@@ -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;
|
package/types/locale/es/es.d.ts
CHANGED
|
@@ -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;
|
package/types/locale/i18n.d.ts
CHANGED
|
@@ -107,6 +107,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
107
107
|
number: string;
|
|
108
108
|
expireAt: string;
|
|
109
109
|
destination: string;
|
|
110
|
+
utilizationProgress: string;
|
|
110
111
|
};
|
|
111
112
|
date: {
|
|
112
113
|
sec: string;
|
|
@@ -128,6 +129,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
128
129
|
supervisor: string;
|
|
129
130
|
auditor: string;
|
|
130
131
|
region: string;
|
|
132
|
+
skill: string;
|
|
131
133
|
communicationType: string;
|
|
132
134
|
grantee: string;
|
|
133
135
|
grantor: string;
|
|
@@ -162,6 +164,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
162
164
|
};
|
|
163
165
|
queue: {
|
|
164
166
|
queue: string;
|
|
167
|
+
queueType: string;
|
|
165
168
|
type: {
|
|
166
169
|
1: string;
|
|
167
170
|
0: string;
|
|
@@ -696,6 +699,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
696
699
|
variable: ({ linked }: {
|
|
697
700
|
linked: any;
|
|
698
701
|
}) => any;
|
|
702
|
+
queueType: ({ linked }: {
|
|
703
|
+
linked: any;
|
|
704
|
+
}) => any;
|
|
705
|
+
queuePeriod: ({ linked }: {
|
|
706
|
+
linked: any;
|
|
707
|
+
}) => any;
|
|
708
|
+
agentStatus: ({ linked }: {
|
|
709
|
+
linked: any;
|
|
710
|
+
}) => any;
|
|
711
|
+
auditor: ({ linked }: {
|
|
712
|
+
linked: any;
|
|
713
|
+
}) => any;
|
|
714
|
+
skill: ({ linked }: {
|
|
715
|
+
linked: any;
|
|
716
|
+
}) => any;
|
|
717
|
+
supervisor: ({ linked }: {
|
|
718
|
+
linked: any;
|
|
719
|
+
}) => any;
|
|
720
|
+
utilizationProgress: ({ linked }: {
|
|
721
|
+
linked: any;
|
|
722
|
+
}) => any;
|
|
723
|
+
region: ({ linked }: {
|
|
724
|
+
linked: any;
|
|
725
|
+
}) => any;
|
|
699
726
|
presets: {
|
|
700
727
|
preset: string;
|
|
701
728
|
overwritePresetTitle: string;
|
|
@@ -859,6 +886,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
859
886
|
number: string;
|
|
860
887
|
expireAt: string;
|
|
861
888
|
destination: string;
|
|
889
|
+
utilizationProgress: string;
|
|
862
890
|
};
|
|
863
891
|
date: {
|
|
864
892
|
sec: string;
|
|
@@ -904,6 +932,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
904
932
|
transcription: string;
|
|
905
933
|
attachment: string;
|
|
906
934
|
owner: string;
|
|
935
|
+
skill: string;
|
|
907
936
|
customization: {
|
|
908
937
|
customization: string;
|
|
909
938
|
};
|
|
@@ -914,6 +943,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
914
943
|
};
|
|
915
944
|
queue: {
|
|
916
945
|
queue: string;
|
|
946
|
+
queueType: string;
|
|
917
947
|
type: {
|
|
918
948
|
1: string;
|
|
919
949
|
0: string;
|
|
@@ -1591,6 +1621,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1591
1621
|
variable: ({ linked }: {
|
|
1592
1622
|
linked: any;
|
|
1593
1623
|
}) => any;
|
|
1624
|
+
queueType: ({ linked }: {
|
|
1625
|
+
linked: any;
|
|
1626
|
+
}) => any;
|
|
1627
|
+
queuePeriod: ({ linked }: {
|
|
1628
|
+
linked: any;
|
|
1629
|
+
}) => any;
|
|
1630
|
+
agentStatus: ({ linked }: {
|
|
1631
|
+
linked: any;
|
|
1632
|
+
}) => any;
|
|
1633
|
+
auditor: ({ linked }: {
|
|
1634
|
+
linked: any;
|
|
1635
|
+
}) => any;
|
|
1636
|
+
skill: ({ linked }: {
|
|
1637
|
+
linked: any;
|
|
1638
|
+
}) => any;
|
|
1639
|
+
supervisor: ({ linked }: {
|
|
1640
|
+
linked: any;
|
|
1641
|
+
}) => any;
|
|
1642
|
+
utilizationProgress: ({ linked }: {
|
|
1643
|
+
linked: any;
|
|
1644
|
+
}) => any;
|
|
1645
|
+
region: ({ linked }: {
|
|
1646
|
+
linked: any;
|
|
1647
|
+
}) => any;
|
|
1594
1648
|
presets: {
|
|
1595
1649
|
preset: string;
|
|
1596
1650
|
overwritePresetTitle: string;
|
|
@@ -1738,6 +1792,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1738
1792
|
number: string;
|
|
1739
1793
|
expireAt: string;
|
|
1740
1794
|
destination: string;
|
|
1795
|
+
utilizationProgress: string;
|
|
1741
1796
|
};
|
|
1742
1797
|
date: {
|
|
1743
1798
|
sec: string;
|
|
@@ -1780,6 +1835,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1780
1835
|
transcription: string;
|
|
1781
1836
|
attachment: string;
|
|
1782
1837
|
owner: string;
|
|
1838
|
+
skill: string;
|
|
1783
1839
|
customization: {
|
|
1784
1840
|
customization: string;
|
|
1785
1841
|
};
|
|
@@ -1793,6 +1849,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1793
1849
|
};
|
|
1794
1850
|
queue: {
|
|
1795
1851
|
queue: string;
|
|
1852
|
+
queueType: string;
|
|
1796
1853
|
type: {
|
|
1797
1854
|
1: string;
|
|
1798
1855
|
0: string;
|
|
@@ -2470,6 +2527,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2470
2527
|
variable: ({ linked }: {
|
|
2471
2528
|
linked: any;
|
|
2472
2529
|
}) => any;
|
|
2530
|
+
queueType: ({ linked }: {
|
|
2531
|
+
linked: any;
|
|
2532
|
+
}) => any;
|
|
2533
|
+
queuePeriod: ({ linked }: {
|
|
2534
|
+
linked: any;
|
|
2535
|
+
}) => any;
|
|
2536
|
+
agentStatus: ({ linked }: {
|
|
2537
|
+
linked: any;
|
|
2538
|
+
}) => any;
|
|
2539
|
+
auditor: ({ linked }: {
|
|
2540
|
+
linked: any;
|
|
2541
|
+
}) => any;
|
|
2542
|
+
skill: ({ linked }: {
|
|
2543
|
+
linked: any;
|
|
2544
|
+
}) => any;
|
|
2545
|
+
supervisor: ({ linked }: {
|
|
2546
|
+
linked: any;
|
|
2547
|
+
}) => any;
|
|
2548
|
+
utilizationProgress: ({ linked }: {
|
|
2549
|
+
linked: any;
|
|
2550
|
+
}) => any;
|
|
2551
|
+
region: ({ linked }: {
|
|
2552
|
+
linked: any;
|
|
2553
|
+
}) => any;
|
|
2473
2554
|
presets: {
|
|
2474
2555
|
preset: string;
|
|
2475
2556
|
overwritePresetTitle: string;
|
|
@@ -2619,6 +2700,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2619
2700
|
number: string;
|
|
2620
2701
|
expireAt: string;
|
|
2621
2702
|
destination: string;
|
|
2703
|
+
utilizationProgress: string;
|
|
2622
2704
|
};
|
|
2623
2705
|
date: {
|
|
2624
2706
|
sec: string;
|
|
@@ -2661,6 +2743,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2661
2743
|
transcription: string;
|
|
2662
2744
|
attachment: string;
|
|
2663
2745
|
owner: string;
|
|
2746
|
+
skill: string;
|
|
2664
2747
|
customization: {
|
|
2665
2748
|
customization: string;
|
|
2666
2749
|
};
|
|
@@ -2674,6 +2757,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2674
2757
|
};
|
|
2675
2758
|
queue: {
|
|
2676
2759
|
queue: string;
|
|
2760
|
+
queueType: string;
|
|
2677
2761
|
type: {
|
|
2678
2762
|
1: string;
|
|
2679
2763
|
0: string;
|
|
@@ -3351,6 +3435,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3351
3435
|
variable: ({ linked }: {
|
|
3352
3436
|
linked: any;
|
|
3353
3437
|
}) => any;
|
|
3438
|
+
queueType: ({ linked }: {
|
|
3439
|
+
linked: any;
|
|
3440
|
+
}) => any;
|
|
3441
|
+
queuePeriod: ({ linked }: {
|
|
3442
|
+
linked: any;
|
|
3443
|
+
}) => any;
|
|
3444
|
+
agentStatus: ({ linked }: {
|
|
3445
|
+
linked: any;
|
|
3446
|
+
}) => any;
|
|
3447
|
+
auditor: ({ linked }: {
|
|
3448
|
+
linked: any;
|
|
3449
|
+
}) => any;
|
|
3450
|
+
skill: ({ linked }: {
|
|
3451
|
+
linked: any;
|
|
3452
|
+
}) => any;
|
|
3453
|
+
supervisor: ({ linked }: {
|
|
3454
|
+
linked: any;
|
|
3455
|
+
}) => any;
|
|
3456
|
+
utilizationProgress: ({ linked }: {
|
|
3457
|
+
linked: any;
|
|
3458
|
+
}) => any;
|
|
3459
|
+
region: ({ linked }: {
|
|
3460
|
+
linked: any;
|
|
3461
|
+
}) => any;
|
|
3354
3462
|
presets: {
|
|
3355
3463
|
preset: string;
|
|
3356
3464
|
overwritePresetTitle: string;
|
|
@@ -3498,6 +3606,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3498
3606
|
number: string;
|
|
3499
3607
|
expireAt: string;
|
|
3500
3608
|
destination: string;
|
|
3609
|
+
utilizationProgress: string;
|
|
3501
3610
|
};
|
|
3502
3611
|
date: {
|
|
3503
3612
|
sec: string;
|
|
@@ -3540,6 +3649,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3540
3649
|
transcription: string;
|
|
3541
3650
|
attachment: string;
|
|
3542
3651
|
owner: string;
|
|
3652
|
+
skill: string;
|
|
3543
3653
|
customization: {
|
|
3544
3654
|
customization: string;
|
|
3545
3655
|
};
|
|
@@ -3553,6 +3663,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3553
3663
|
};
|
|
3554
3664
|
queue: {
|
|
3555
3665
|
queue: string;
|
|
3666
|
+
queueType: string;
|
|
3556
3667
|
type: {
|
|
3557
3668
|
1: string;
|
|
3558
3669
|
0: string;
|
|
@@ -4230,6 +4341,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4230
4341
|
variable: ({ linked }: {
|
|
4231
4342
|
linked: any;
|
|
4232
4343
|
}) => any;
|
|
4344
|
+
queueType: ({ linked }: {
|
|
4345
|
+
linked: any;
|
|
4346
|
+
}) => any;
|
|
4347
|
+
queuePeriod: ({ linked }: {
|
|
4348
|
+
linked: any;
|
|
4349
|
+
}) => any;
|
|
4350
|
+
agentStatus: ({ linked }: {
|
|
4351
|
+
linked: any;
|
|
4352
|
+
}) => any;
|
|
4353
|
+
auditor: ({ linked }: {
|
|
4354
|
+
linked: any;
|
|
4355
|
+
}) => any;
|
|
4356
|
+
skill: ({ linked }: {
|
|
4357
|
+
linked: any;
|
|
4358
|
+
}) => any;
|
|
4359
|
+
supervisor: ({ linked }: {
|
|
4360
|
+
linked: any;
|
|
4361
|
+
}) => any;
|
|
4362
|
+
utilizationProgress: ({ linked }: {
|
|
4363
|
+
linked: any;
|
|
4364
|
+
}) => any;
|
|
4365
|
+
region: ({ linked }: {
|
|
4366
|
+
linked: any;
|
|
4367
|
+
}) => any;
|
|
4233
4368
|
presets: {
|
|
4234
4369
|
preset: string;
|
|
4235
4370
|
overwritePresetTitle: string;
|
|
@@ -4379,6 +4514,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4379
4514
|
number: string;
|
|
4380
4515
|
expireAt: string;
|
|
4381
4516
|
destination: string;
|
|
4517
|
+
utilizationProgress: string;
|
|
4382
4518
|
};
|
|
4383
4519
|
date: {
|
|
4384
4520
|
sec: string;
|
|
@@ -4421,6 +4557,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4421
4557
|
transcription: string;
|
|
4422
4558
|
attachment: string;
|
|
4423
4559
|
owner: string;
|
|
4560
|
+
skill: string;
|
|
4424
4561
|
customization: {
|
|
4425
4562
|
customization: string;
|
|
4426
4563
|
};
|
|
@@ -4434,6 +4571,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4434
4571
|
};
|
|
4435
4572
|
queue: {
|
|
4436
4573
|
queue: string;
|
|
4574
|
+
queueType: string;
|
|
4437
4575
|
type: {
|
|
4438
4576
|
1: string;
|
|
4439
4577
|
0: string;
|
|
@@ -5111,6 +5249,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5111
5249
|
variable: ({ linked }: {
|
|
5112
5250
|
linked: any;
|
|
5113
5251
|
}) => any;
|
|
5252
|
+
queueType: ({ linked }: {
|
|
5253
|
+
linked: any;
|
|
5254
|
+
}) => any;
|
|
5255
|
+
queuePeriod: ({ linked }: {
|
|
5256
|
+
linked: any;
|
|
5257
|
+
}) => any;
|
|
5258
|
+
agentStatus: ({ linked }: {
|
|
5259
|
+
linked: any;
|
|
5260
|
+
}) => any;
|
|
5261
|
+
auditor: ({ linked }: {
|
|
5262
|
+
linked: any;
|
|
5263
|
+
}) => any;
|
|
5264
|
+
skill: ({ linked }: {
|
|
5265
|
+
linked: any;
|
|
5266
|
+
}) => any;
|
|
5267
|
+
supervisor: ({ linked }: {
|
|
5268
|
+
linked: any;
|
|
5269
|
+
}) => any;
|
|
5270
|
+
utilizationProgress: ({ linked }: {
|
|
5271
|
+
linked: any;
|
|
5272
|
+
}) => any;
|
|
5273
|
+
region: ({ linked }: {
|
|
5274
|
+
linked: any;
|
|
5275
|
+
}) => any;
|
|
5114
5276
|
presets: {
|
|
5115
5277
|
preset: string;
|
|
5116
5278
|
overwritePresetTitle: string;
|
|
@@ -5260,6 +5422,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5260
5422
|
number: string;
|
|
5261
5423
|
expireAt: string;
|
|
5262
5424
|
destination: string;
|
|
5425
|
+
utilizationProgress: string;
|
|
5263
5426
|
};
|
|
5264
5427
|
date: {
|
|
5265
5428
|
sec: string;
|
|
@@ -5302,6 +5465,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5302
5465
|
transcription: string;
|
|
5303
5466
|
attachment: string;
|
|
5304
5467
|
owner: string;
|
|
5468
|
+
skill: string;
|
|
5305
5469
|
customization: {
|
|
5306
5470
|
customization: string;
|
|
5307
5471
|
};
|
|
@@ -5315,6 +5479,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5315
5479
|
};
|
|
5316
5480
|
queue: {
|
|
5317
5481
|
queue: string;
|
|
5482
|
+
queueType: string;
|
|
5318
5483
|
type: {
|
|
5319
5484
|
1: string;
|
|
5320
5485
|
0: string;
|
|
@@ -5992,6 +6157,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5992
6157
|
variable: ({ linked }: {
|
|
5993
6158
|
linked: any;
|
|
5994
6159
|
}) => any;
|
|
6160
|
+
queueType: ({ linked }: {
|
|
6161
|
+
linked: any;
|
|
6162
|
+
}) => any;
|
|
6163
|
+
queuePeriod: ({ linked }: {
|
|
6164
|
+
linked: any;
|
|
6165
|
+
}) => any;
|
|
6166
|
+
agentStatus: ({ linked }: {
|
|
6167
|
+
linked: any;
|
|
6168
|
+
}) => any;
|
|
6169
|
+
auditor: ({ linked }: {
|
|
6170
|
+
linked: any;
|
|
6171
|
+
}) => any;
|
|
6172
|
+
skill: ({ linked }: {
|
|
6173
|
+
linked: any;
|
|
6174
|
+
}) => any;
|
|
6175
|
+
supervisor: ({ linked }: {
|
|
6176
|
+
linked: any;
|
|
6177
|
+
}) => any;
|
|
6178
|
+
utilizationProgress: ({ linked }: {
|
|
6179
|
+
linked: any;
|
|
6180
|
+
}) => any;
|
|
6181
|
+
region: ({ linked }: {
|
|
6182
|
+
linked: any;
|
|
6183
|
+
}) => any;
|
|
5995
6184
|
presets: {
|
|
5996
6185
|
preset: string;
|
|
5997
6186
|
overwritePresetTitle: string;
|
|
@@ -6141,6 +6330,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6141
6330
|
number: string;
|
|
6142
6331
|
expireAt: string;
|
|
6143
6332
|
destination: string;
|
|
6333
|
+
utilizationProgress: string;
|
|
6144
6334
|
};
|
|
6145
6335
|
date: {
|
|
6146
6336
|
sec: string;
|
|
@@ -6183,6 +6373,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6183
6373
|
transcription: string;
|
|
6184
6374
|
attachment: string;
|
|
6185
6375
|
owner: string;
|
|
6376
|
+
skill: string;
|
|
6186
6377
|
customization: {
|
|
6187
6378
|
customization: string;
|
|
6188
6379
|
};
|
|
@@ -6196,6 +6387,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6196
6387
|
};
|
|
6197
6388
|
queue: {
|
|
6198
6389
|
queue: string;
|
|
6390
|
+
queueType: string;
|
|
6199
6391
|
type: {
|
|
6200
6392
|
1: string;
|
|
6201
6393
|
0: string;
|
|
@@ -6873,6 +7065,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6873
7065
|
variable: ({ linked }: {
|
|
6874
7066
|
linked: any;
|
|
6875
7067
|
}) => any;
|
|
7068
|
+
queueType: ({ linked }: {
|
|
7069
|
+
linked: any;
|
|
7070
|
+
}) => any;
|
|
7071
|
+
queuePeriod: ({ linked }: {
|
|
7072
|
+
linked: any;
|
|
7073
|
+
}) => any;
|
|
7074
|
+
agentStatus: ({ linked }: {
|
|
7075
|
+
linked: any;
|
|
7076
|
+
}) => any;
|
|
7077
|
+
auditor: ({ linked }: {
|
|
7078
|
+
linked: any;
|
|
7079
|
+
}) => any;
|
|
7080
|
+
skill: ({ linked }: {
|
|
7081
|
+
linked: any;
|
|
7082
|
+
}) => any;
|
|
7083
|
+
supervisor: ({ linked }: {
|
|
7084
|
+
linked: any;
|
|
7085
|
+
}) => any;
|
|
7086
|
+
utilizationProgress: ({ linked }: {
|
|
7087
|
+
linked: any;
|
|
7088
|
+
}) => any;
|
|
7089
|
+
region: ({ linked }: {
|
|
7090
|
+
linked: any;
|
|
7091
|
+
}) => any;
|
|
6876
7092
|
presets: {
|
|
6877
7093
|
preset: string;
|
|
6878
7094
|
overwritePresetTitle: string;
|
|
@@ -7022,6 +7238,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7022
7238
|
number: string;
|
|
7023
7239
|
expireAt: string;
|
|
7024
7240
|
destination: string;
|
|
7241
|
+
utilizationProgress: string;
|
|
7025
7242
|
};
|
|
7026
7243
|
date: {
|
|
7027
7244
|
sec: string;
|
|
@@ -7064,6 +7281,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7064
7281
|
transcription: string;
|
|
7065
7282
|
attachment: string;
|
|
7066
7283
|
owner: string;
|
|
7284
|
+
skill: string;
|
|
7067
7285
|
customization: {
|
|
7068
7286
|
customization: string;
|
|
7069
7287
|
};
|
|
@@ -7077,6 +7295,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7077
7295
|
};
|
|
7078
7296
|
queue: {
|
|
7079
7297
|
queue: string;
|
|
7298
|
+
queueType: string;
|
|
7080
7299
|
type: {
|
|
7081
7300
|
1: string;
|
|
7082
7301
|
0: string;
|
|
@@ -7754,6 +7973,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7754
7973
|
variable: ({ linked }: {
|
|
7755
7974
|
linked: any;
|
|
7756
7975
|
}) => any;
|
|
7976
|
+
queueType: ({ linked }: {
|
|
7977
|
+
linked: any;
|
|
7978
|
+
}) => any;
|
|
7979
|
+
queuePeriod: ({ linked }: {
|
|
7980
|
+
linked: any;
|
|
7981
|
+
}) => any;
|
|
7982
|
+
agentStatus: ({ linked }: {
|
|
7983
|
+
linked: any;
|
|
7984
|
+
}) => any;
|
|
7985
|
+
auditor: ({ linked }: {
|
|
7986
|
+
linked: any;
|
|
7987
|
+
}) => any;
|
|
7988
|
+
skill: ({ linked }: {
|
|
7989
|
+
linked: any;
|
|
7990
|
+
}) => any;
|
|
7991
|
+
supervisor: ({ linked }: {
|
|
7992
|
+
linked: any;
|
|
7993
|
+
}) => any;
|
|
7994
|
+
utilizationProgress: ({ linked }: {
|
|
7995
|
+
linked: any;
|
|
7996
|
+
}) => any;
|
|
7997
|
+
region: ({ linked }: {
|
|
7998
|
+
linked: any;
|
|
7999
|
+
}) => any;
|
|
7757
8000
|
presets: {
|
|
7758
8001
|
preset: string;
|
|
7759
8002
|
overwritePresetTitle: string;
|