@webitel/ui-sdk 26.8.30 → 26.8.32
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/ui-sdk.umd.cjs +40 -40
- package/package.json +1 -1
- package/src/enums/WebitelApplications/AdminSections.ts +1 -0
- package/src/enums/WtObject/WtObject.ts +1 -0
- package/src/locale/en/en.js +1 -0
- package/src/locale/es/es.js +1 -0
- package/src/locale/kz/kz.js +1 -0
- package/src/locale/pl/pl.js +1 -0
- package/src/locale/ro/ro.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/uk/uk.js +1 -0
- package/src/locale/uz/uz.js +1 -0
- package/src/locale/vi/vi.js +1 -0
- package/src/modules/AgentPdfs/components/agent-pdfs-tab.vue +54 -5
- package/src/modules/Userinfo/classes/ApplicationsAccess.ts +4 -0
- package/src/modules/Userinfo/mappings/mappings.ts +2 -0
- package/types/.tsbuildinfo +1 -1
- package/types/enums/WebitelApplications/AdminSections.d.ts +1 -0
- package/types/enums/WtObject/WtObject.d.ts +1 -0
- package/types/locale/en/en.d.ts +1 -0
- package/types/locale/es/es.d.ts +1 -0
- package/types/locale/i18n.d.ts +9 -0
- package/types/locale/index.d.ts +9 -0
- package/types/locale/kz/kz.d.ts +1 -0
- package/types/locale/pl/pl.d.ts +1 -0
- package/types/locale/ro/ro.d.ts +1 -0
- package/types/locale/ru/ru.d.ts +1 -0
- package/types/locale/uk/uk.d.ts +1 -0
- package/types/locale/uz/uz.d.ts +1 -0
- package/types/locale/vi/vi.d.ts +1 -0
- package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +10 -8
|
@@ -26,6 +26,7 @@ export declare const AdminSections: {
|
|
|
26
26
|
readonly Members: "members";
|
|
27
27
|
readonly Objects: "objects";
|
|
28
28
|
readonly PauseCause: "pause-cause";
|
|
29
|
+
readonly ActivityTypes: "activity-types";
|
|
29
30
|
readonly PauseTemplates: "pause-templates";
|
|
30
31
|
readonly Queues: "queues";
|
|
31
32
|
readonly Regions: "regions";
|
|
@@ -19,6 +19,7 @@ export declare const WtObject: {
|
|
|
19
19
|
readonly Calendar: "calendar";
|
|
20
20
|
readonly Communication: "communication";
|
|
21
21
|
readonly PauseCause: "pauseCause";
|
|
22
|
+
readonly ActivityType: "activity-type";
|
|
22
23
|
readonly Media: "media";
|
|
23
24
|
readonly ShiftTemplate: "shiftTemplate";
|
|
24
25
|
readonly PauseTemplate: "pauseTemplate";
|
package/types/locale/en/en.d.ts
CHANGED
package/types/locale/es/es.d.ts
CHANGED
package/types/locale/i18n.d.ts
CHANGED
|
@@ -385,6 +385,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
385
385
|
configuration: string;
|
|
386
386
|
"global-variables": string;
|
|
387
387
|
"quick-replies": string;
|
|
388
|
+
"activity-types": string;
|
|
388
389
|
};
|
|
389
390
|
};
|
|
390
391
|
wfm: {
|
|
@@ -1241,6 +1242,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1241
1242
|
configuration: string;
|
|
1242
1243
|
"global-variables": string;
|
|
1243
1244
|
"quick-replies": string;
|
|
1245
|
+
"activity-types": string;
|
|
1244
1246
|
};
|
|
1245
1247
|
};
|
|
1246
1248
|
wfm: {
|
|
@@ -2081,6 +2083,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2081
2083
|
configuration: string;
|
|
2082
2084
|
"global-variables": string;
|
|
2083
2085
|
"quick-replies": string;
|
|
2086
|
+
"activity-types": string;
|
|
2084
2087
|
};
|
|
2085
2088
|
};
|
|
2086
2089
|
wfm: {
|
|
@@ -2923,6 +2926,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2923
2926
|
configuration: string;
|
|
2924
2927
|
"global-variables": string;
|
|
2925
2928
|
"quick-replies": string;
|
|
2929
|
+
"activity-types": string;
|
|
2926
2930
|
};
|
|
2927
2931
|
};
|
|
2928
2932
|
wfm: {
|
|
@@ -3763,6 +3767,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3763
3767
|
configuration: string;
|
|
3764
3768
|
"global-variables": string;
|
|
3765
3769
|
"quick-replies": string;
|
|
3770
|
+
"activity-types": string;
|
|
3766
3771
|
};
|
|
3767
3772
|
};
|
|
3768
3773
|
wfm: {
|
|
@@ -4605,6 +4610,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4605
4610
|
configuration: string;
|
|
4606
4611
|
"global-variables": string;
|
|
4607
4612
|
"quick-replies": string;
|
|
4613
|
+
"activity-types": string;
|
|
4608
4614
|
};
|
|
4609
4615
|
};
|
|
4610
4616
|
wfm: {
|
|
@@ -5447,6 +5453,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5447
5453
|
configuration: string;
|
|
5448
5454
|
"global-variables": string;
|
|
5449
5455
|
"quick-replies": string;
|
|
5456
|
+
"activity-types": string;
|
|
5450
5457
|
};
|
|
5451
5458
|
};
|
|
5452
5459
|
wfm: {
|
|
@@ -6290,6 +6297,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6290
6297
|
configuration: string;
|
|
6291
6298
|
"global-variables": string;
|
|
6292
6299
|
"quick-replies": string;
|
|
6300
|
+
"activity-types": string;
|
|
6293
6301
|
};
|
|
6294
6302
|
};
|
|
6295
6303
|
wfm: {
|
|
@@ -7132,6 +7140,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7132
7140
|
configuration: string;
|
|
7133
7141
|
"global-variables": string;
|
|
7134
7142
|
"quick-replies": string;
|
|
7143
|
+
"activity-types": string;
|
|
7135
7144
|
};
|
|
7136
7145
|
};
|
|
7137
7146
|
wfm: {
|
package/types/locale/index.d.ts
CHANGED
|
@@ -395,6 +395,7 @@ export declare const messages: {
|
|
|
395
395
|
configuration: string;
|
|
396
396
|
"global-variables": string;
|
|
397
397
|
"quick-replies": string;
|
|
398
|
+
"activity-types": string;
|
|
398
399
|
};
|
|
399
400
|
};
|
|
400
401
|
wfm: {
|
|
@@ -1251,6 +1252,7 @@ export declare const messages: {
|
|
|
1251
1252
|
configuration: string;
|
|
1252
1253
|
"global-variables": string;
|
|
1253
1254
|
"quick-replies": string;
|
|
1255
|
+
"activity-types": string;
|
|
1254
1256
|
};
|
|
1255
1257
|
};
|
|
1256
1258
|
wfm: {
|
|
@@ -2091,6 +2093,7 @@ export declare const messages: {
|
|
|
2091
2093
|
configuration: string;
|
|
2092
2094
|
"global-variables": string;
|
|
2093
2095
|
"quick-replies": string;
|
|
2096
|
+
"activity-types": string;
|
|
2094
2097
|
};
|
|
2095
2098
|
};
|
|
2096
2099
|
wfm: {
|
|
@@ -2933,6 +2936,7 @@ export declare const messages: {
|
|
|
2933
2936
|
configuration: string;
|
|
2934
2937
|
"global-variables": string;
|
|
2935
2938
|
"quick-replies": string;
|
|
2939
|
+
"activity-types": string;
|
|
2936
2940
|
};
|
|
2937
2941
|
};
|
|
2938
2942
|
wfm: {
|
|
@@ -3773,6 +3777,7 @@ export declare const messages: {
|
|
|
3773
3777
|
configuration: string;
|
|
3774
3778
|
"global-variables": string;
|
|
3775
3779
|
"quick-replies": string;
|
|
3780
|
+
"activity-types": string;
|
|
3776
3781
|
};
|
|
3777
3782
|
};
|
|
3778
3783
|
wfm: {
|
|
@@ -4615,6 +4620,7 @@ export declare const messages: {
|
|
|
4615
4620
|
configuration: string;
|
|
4616
4621
|
"global-variables": string;
|
|
4617
4622
|
"quick-replies": string;
|
|
4623
|
+
"activity-types": string;
|
|
4618
4624
|
};
|
|
4619
4625
|
};
|
|
4620
4626
|
wfm: {
|
|
@@ -5457,6 +5463,7 @@ export declare const messages: {
|
|
|
5457
5463
|
configuration: string;
|
|
5458
5464
|
"global-variables": string;
|
|
5459
5465
|
"quick-replies": string;
|
|
5466
|
+
"activity-types": string;
|
|
5460
5467
|
};
|
|
5461
5468
|
};
|
|
5462
5469
|
wfm: {
|
|
@@ -6300,6 +6307,7 @@ export declare const messages: {
|
|
|
6300
6307
|
configuration: string;
|
|
6301
6308
|
"global-variables": string;
|
|
6302
6309
|
"quick-replies": string;
|
|
6310
|
+
"activity-types": string;
|
|
6303
6311
|
};
|
|
6304
6312
|
};
|
|
6305
6313
|
wfm: {
|
|
@@ -7142,6 +7150,7 @@ export declare const messages: {
|
|
|
7142
7150
|
configuration: string;
|
|
7143
7151
|
"global-variables": string;
|
|
7144
7152
|
"quick-replies": string;
|
|
7153
|
+
"activity-types": string;
|
|
7145
7154
|
};
|
|
7146
7155
|
};
|
|
7147
7156
|
wfm: {
|
package/types/locale/kz/kz.d.ts
CHANGED
package/types/locale/pl/pl.d.ts
CHANGED
package/types/locale/ro/ro.d.ts
CHANGED
package/types/locale/ru/ru.d.ts
CHANGED
package/types/locale/uk/uk.d.ts
CHANGED
package/types/locale/uz/uz.d.ts
CHANGED
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type WebitelMediaExporterExportRecord } from '@webitel/api-services/gen/models';
|
|
2
2
|
import { CrudAction } from '../../../enums';
|
|
3
|
+
import type { AskDeleteConfirmationParams } from '../../DeleteConfirmationPopup/composables/useDeleteConfirmationPopup';
|
|
3
4
|
type __VLS_Props = {
|
|
4
5
|
store?: unknown;
|
|
5
6
|
entityIdKey?: string;
|
|
@@ -8,14 +9,15 @@ type __VLS_Props = {
|
|
|
8
9
|
onDeleteItem?: (item: WebitelMediaExporterExportRecord) => Promise<void>;
|
|
9
10
|
access?: Partial<Record<CrudAction, boolean>>;
|
|
10
11
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
header(props: {
|
|
14
|
+
selected: WebitelMediaExporterExportRecord[];
|
|
15
|
+
loadDataList: () => Promise<void>;
|
|
16
|
+
askDeleteConfirmation: (params: AskDeleteConfirmationParams) => void;
|
|
17
|
+
handleDelete: (items: WebitelMediaExporterExportRecord[]) => Promise<void>;
|
|
18
|
+
downloadArchive: () => Promise<void>;
|
|
19
|
+
isDownloadingArchive: boolean;
|
|
20
|
+
}): unknown;
|
|
19
21
|
};
|
|
20
22
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
23
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|