@webitel/ui-sdk 26.8.81 → 26.8.82
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/package.json +5 -1
- package/src/locale/en/en.js +4 -0
- package/src/locale/es/es.js +4 -0
- package/src/locale/kz/kz.js +4 -0
- package/src/locale/pl/pl.js +4 -0
- package/src/locale/ro/ro.js +4 -0
- package/src/locale/ru/ru.js +4 -0
- package/src/locale/uk/uk.js +4 -0
- package/src/locale/uz/uz.js +4 -0
- package/src/locale/vi/vi.js +4 -0
- package/src/modules/SaveCopyPopup/components/save-copy-popup.vue +73 -0
- package/src/modules/SaveCopyPopup/composables/useSaveCopyPopup.ts +37 -0
- package/src/modules/SaveCopyPopup/index.ts +2 -0
- package/types/.tsbuildinfo +1 -1
- package/types/locale/en/en.d.ts +4 -0
- package/types/locale/es/es.d.ts +16 -10
- package/types/locale/i18n.d.ts +36 -0
- package/types/locale/index.d.ts +36 -0
- package/types/locale/kz/kz.d.ts +16 -10
- package/types/locale/pl/pl.d.ts +16 -10
- package/types/locale/ro/ro.d.ts +16 -10
- package/types/locale/ru/ru.d.ts +16 -10
- package/types/locale/uk/uk.d.ts +16 -10
- package/types/locale/uz/uz.d.ts +16 -10
- package/types/locale/vi/vi.d.ts +16 -10
- package/types/modules/SaveCopyPopup/components/save-copy-popup.vue.d.ts +14 -0
- package/types/modules/SaveCopyPopup/composables/useSaveCopyPopup.d.ts +10 -0
- package/types/modules/SaveCopyPopup/index.d.ts +2 -0
package/types/locale/en/en.d.ts
CHANGED
package/types/locale/es/es.d.ts
CHANGED
|
@@ -692,6 +692,12 @@ declare namespace _default {
|
|
|
692
692
|
export let tableAskingAlert: string;
|
|
693
693
|
export let deleteAll: string;
|
|
694
694
|
}
|
|
695
|
+
export namespace saveCopyPopup {
|
|
696
|
+
let title_6: string;
|
|
697
|
+
export { title_6 as title };
|
|
698
|
+
let name_10: string;
|
|
699
|
+
export { name_10 as name };
|
|
700
|
+
}
|
|
695
701
|
export namespace dummy {
|
|
696
702
|
let text_3: string;
|
|
697
703
|
export { text_3 as text };
|
|
@@ -707,20 +713,20 @@ declare namespace _default {
|
|
|
707
713
|
export { empty_1 as empty };
|
|
708
714
|
export namespace agentStatusSelect {
|
|
709
715
|
namespace pauseCausePopup {
|
|
710
|
-
let
|
|
711
|
-
export {
|
|
716
|
+
let title_7: string;
|
|
717
|
+
export { title_7 as title };
|
|
712
718
|
let min_1: string;
|
|
713
719
|
export { min_1 as min };
|
|
714
720
|
export let unlimited: string;
|
|
715
721
|
}
|
|
716
722
|
namespace statusSelectErrorPopup {
|
|
717
|
-
let
|
|
718
|
-
export {
|
|
723
|
+
let title_8: string;
|
|
724
|
+
export { title_8 as title };
|
|
719
725
|
export let message: string;
|
|
720
726
|
}
|
|
721
727
|
namespace activityTypePopup {
|
|
722
|
-
let
|
|
723
|
-
export {
|
|
728
|
+
let title_9: string;
|
|
729
|
+
export { title_9 as title };
|
|
724
730
|
export let defaultOption: string;
|
|
725
731
|
}
|
|
726
732
|
}
|
|
@@ -728,8 +734,8 @@ declare namespace _default {
|
|
|
728
734
|
let generationStarted: string;
|
|
729
735
|
}
|
|
730
736
|
export namespace saveFailedPopup {
|
|
731
|
-
let
|
|
732
|
-
export {
|
|
737
|
+
let title_10: string;
|
|
738
|
+
export { title_10 as title };
|
|
733
739
|
export let label: string;
|
|
734
740
|
export let exportToJson: string;
|
|
735
741
|
}
|
|
@@ -855,10 +861,10 @@ declare namespace _default {
|
|
|
855
861
|
linked: any;
|
|
856
862
|
}): any;
|
|
857
863
|
export { attempts_1 as attempts };
|
|
858
|
-
export function
|
|
864
|
+
export function name_11({ linked }: {
|
|
859
865
|
linked: any;
|
|
860
866
|
}): any;
|
|
861
|
-
export {
|
|
867
|
+
export { name_11 as name };
|
|
862
868
|
export function destination_1({ linked }: {
|
|
863
869
|
linked: any;
|
|
864
870
|
}): any;
|
package/types/locale/i18n.d.ts
CHANGED
|
@@ -618,6 +618,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
618
618
|
tableAskingAlert: string;
|
|
619
619
|
deleteAll: string;
|
|
620
620
|
};
|
|
621
|
+
saveCopyPopup: {
|
|
622
|
+
title: string;
|
|
623
|
+
name: string;
|
|
624
|
+
};
|
|
621
625
|
dummy: {
|
|
622
626
|
text: string;
|
|
623
627
|
};
|
|
@@ -1546,6 +1550,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1546
1550
|
tableAskingAlert: string;
|
|
1547
1551
|
deleteAll: string;
|
|
1548
1552
|
};
|
|
1553
|
+
saveCopyPopup: {
|
|
1554
|
+
title: string;
|
|
1555
|
+
name: string;
|
|
1556
|
+
};
|
|
1549
1557
|
dummy: {
|
|
1550
1558
|
text: string;
|
|
1551
1559
|
};
|
|
@@ -2458,6 +2466,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2458
2466
|
tableAskingAlert: string;
|
|
2459
2467
|
deleteAll: string;
|
|
2460
2468
|
};
|
|
2469
|
+
saveCopyPopup: {
|
|
2470
|
+
title: string;
|
|
2471
|
+
name: string;
|
|
2472
|
+
};
|
|
2461
2473
|
dummy: {
|
|
2462
2474
|
text: string;
|
|
2463
2475
|
};
|
|
@@ -3372,6 +3384,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3372
3384
|
tableAskingAlert: string;
|
|
3373
3385
|
deleteAll: string;
|
|
3374
3386
|
};
|
|
3387
|
+
saveCopyPopup: {
|
|
3388
|
+
title: string;
|
|
3389
|
+
name: string;
|
|
3390
|
+
};
|
|
3375
3391
|
dummy: {
|
|
3376
3392
|
text: string;
|
|
3377
3393
|
};
|
|
@@ -4284,6 +4300,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4284
4300
|
tableAskingAlert: string;
|
|
4285
4301
|
deleteAll: string;
|
|
4286
4302
|
};
|
|
4303
|
+
saveCopyPopup: {
|
|
4304
|
+
title: string;
|
|
4305
|
+
name: string;
|
|
4306
|
+
};
|
|
4287
4307
|
dummy: {
|
|
4288
4308
|
text: string;
|
|
4289
4309
|
};
|
|
@@ -5198,6 +5218,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5198
5218
|
tableAskingAlert: string;
|
|
5199
5219
|
deleteAll: string;
|
|
5200
5220
|
};
|
|
5221
|
+
saveCopyPopup: {
|
|
5222
|
+
title: string;
|
|
5223
|
+
name: string;
|
|
5224
|
+
};
|
|
5201
5225
|
dummy: {
|
|
5202
5226
|
text: string;
|
|
5203
5227
|
};
|
|
@@ -6112,6 +6136,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6112
6136
|
tableAskingAlert: string;
|
|
6113
6137
|
deleteAll: string;
|
|
6114
6138
|
};
|
|
6139
|
+
saveCopyPopup: {
|
|
6140
|
+
title: string;
|
|
6141
|
+
name: string;
|
|
6142
|
+
};
|
|
6115
6143
|
dummy: {
|
|
6116
6144
|
text: string;
|
|
6117
6145
|
};
|
|
@@ -7027,6 +7055,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7027
7055
|
tableAskingAlert: string;
|
|
7028
7056
|
deleteAll: string;
|
|
7029
7057
|
};
|
|
7058
|
+
saveCopyPopup: {
|
|
7059
|
+
title: string;
|
|
7060
|
+
name: string;
|
|
7061
|
+
};
|
|
7030
7062
|
dummy: {
|
|
7031
7063
|
text: string;
|
|
7032
7064
|
};
|
|
@@ -7941,6 +7973,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7941
7973
|
tableAskingAlert: string;
|
|
7942
7974
|
deleteAll: string;
|
|
7943
7975
|
};
|
|
7976
|
+
saveCopyPopup: {
|
|
7977
|
+
title: string;
|
|
7978
|
+
name: string;
|
|
7979
|
+
};
|
|
7944
7980
|
dummy: {
|
|
7945
7981
|
text: string;
|
|
7946
7982
|
};
|
package/types/locale/index.d.ts
CHANGED
|
@@ -628,6 +628,10 @@ export declare const messages: {
|
|
|
628
628
|
tableAskingAlert: string;
|
|
629
629
|
deleteAll: string;
|
|
630
630
|
};
|
|
631
|
+
saveCopyPopup: {
|
|
632
|
+
title: string;
|
|
633
|
+
name: string;
|
|
634
|
+
};
|
|
631
635
|
dummy: {
|
|
632
636
|
text: string;
|
|
633
637
|
};
|
|
@@ -1556,6 +1560,10 @@ export declare const messages: {
|
|
|
1556
1560
|
tableAskingAlert: string;
|
|
1557
1561
|
deleteAll: string;
|
|
1558
1562
|
};
|
|
1563
|
+
saveCopyPopup: {
|
|
1564
|
+
title: string;
|
|
1565
|
+
name: string;
|
|
1566
|
+
};
|
|
1559
1567
|
dummy: {
|
|
1560
1568
|
text: string;
|
|
1561
1569
|
};
|
|
@@ -2468,6 +2476,10 @@ export declare const messages: {
|
|
|
2468
2476
|
tableAskingAlert: string;
|
|
2469
2477
|
deleteAll: string;
|
|
2470
2478
|
};
|
|
2479
|
+
saveCopyPopup: {
|
|
2480
|
+
title: string;
|
|
2481
|
+
name: string;
|
|
2482
|
+
};
|
|
2471
2483
|
dummy: {
|
|
2472
2484
|
text: string;
|
|
2473
2485
|
};
|
|
@@ -3382,6 +3394,10 @@ export declare const messages: {
|
|
|
3382
3394
|
tableAskingAlert: string;
|
|
3383
3395
|
deleteAll: string;
|
|
3384
3396
|
};
|
|
3397
|
+
saveCopyPopup: {
|
|
3398
|
+
title: string;
|
|
3399
|
+
name: string;
|
|
3400
|
+
};
|
|
3385
3401
|
dummy: {
|
|
3386
3402
|
text: string;
|
|
3387
3403
|
};
|
|
@@ -4294,6 +4310,10 @@ export declare const messages: {
|
|
|
4294
4310
|
tableAskingAlert: string;
|
|
4295
4311
|
deleteAll: string;
|
|
4296
4312
|
};
|
|
4313
|
+
saveCopyPopup: {
|
|
4314
|
+
title: string;
|
|
4315
|
+
name: string;
|
|
4316
|
+
};
|
|
4297
4317
|
dummy: {
|
|
4298
4318
|
text: string;
|
|
4299
4319
|
};
|
|
@@ -5208,6 +5228,10 @@ export declare const messages: {
|
|
|
5208
5228
|
tableAskingAlert: string;
|
|
5209
5229
|
deleteAll: string;
|
|
5210
5230
|
};
|
|
5231
|
+
saveCopyPopup: {
|
|
5232
|
+
title: string;
|
|
5233
|
+
name: string;
|
|
5234
|
+
};
|
|
5211
5235
|
dummy: {
|
|
5212
5236
|
text: string;
|
|
5213
5237
|
};
|
|
@@ -6122,6 +6146,10 @@ export declare const messages: {
|
|
|
6122
6146
|
tableAskingAlert: string;
|
|
6123
6147
|
deleteAll: string;
|
|
6124
6148
|
};
|
|
6149
|
+
saveCopyPopup: {
|
|
6150
|
+
title: string;
|
|
6151
|
+
name: string;
|
|
6152
|
+
};
|
|
6125
6153
|
dummy: {
|
|
6126
6154
|
text: string;
|
|
6127
6155
|
};
|
|
@@ -7037,6 +7065,10 @@ export declare const messages: {
|
|
|
7037
7065
|
tableAskingAlert: string;
|
|
7038
7066
|
deleteAll: string;
|
|
7039
7067
|
};
|
|
7068
|
+
saveCopyPopup: {
|
|
7069
|
+
title: string;
|
|
7070
|
+
name: string;
|
|
7071
|
+
};
|
|
7040
7072
|
dummy: {
|
|
7041
7073
|
text: string;
|
|
7042
7074
|
};
|
|
@@ -7951,6 +7983,10 @@ export declare const messages: {
|
|
|
7951
7983
|
tableAskingAlert: string;
|
|
7952
7984
|
deleteAll: string;
|
|
7953
7985
|
};
|
|
7986
|
+
saveCopyPopup: {
|
|
7987
|
+
title: string;
|
|
7988
|
+
name: string;
|
|
7989
|
+
};
|
|
7954
7990
|
dummy: {
|
|
7955
7991
|
text: string;
|
|
7956
7992
|
};
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -692,6 +692,12 @@ declare namespace _default {
|
|
|
692
692
|
export let tableAskingAlert: string;
|
|
693
693
|
export let deleteAll: string;
|
|
694
694
|
}
|
|
695
|
+
export namespace saveCopyPopup {
|
|
696
|
+
let title_6: string;
|
|
697
|
+
export { title_6 as title };
|
|
698
|
+
let name_10: string;
|
|
699
|
+
export { name_10 as name };
|
|
700
|
+
}
|
|
695
701
|
export namespace dummy {
|
|
696
702
|
let text_3: string;
|
|
697
703
|
export { text_3 as text };
|
|
@@ -707,20 +713,20 @@ declare namespace _default {
|
|
|
707
713
|
export { empty_1 as empty };
|
|
708
714
|
export namespace agentStatusSelect {
|
|
709
715
|
namespace pauseCausePopup {
|
|
710
|
-
let
|
|
711
|
-
export {
|
|
716
|
+
let title_7: string;
|
|
717
|
+
export { title_7 as title };
|
|
712
718
|
let min_1: string;
|
|
713
719
|
export { min_1 as min };
|
|
714
720
|
export let unlimited: string;
|
|
715
721
|
}
|
|
716
722
|
namespace statusSelectErrorPopup {
|
|
717
|
-
let
|
|
718
|
-
export {
|
|
723
|
+
let title_8: string;
|
|
724
|
+
export { title_8 as title };
|
|
719
725
|
export let message: string;
|
|
720
726
|
}
|
|
721
727
|
namespace activityTypePopup {
|
|
722
|
-
let
|
|
723
|
-
export {
|
|
728
|
+
let title_9: string;
|
|
729
|
+
export { title_9 as title };
|
|
724
730
|
export let defaultOption: string;
|
|
725
731
|
}
|
|
726
732
|
}
|
|
@@ -728,8 +734,8 @@ declare namespace _default {
|
|
|
728
734
|
let generationStarted: string;
|
|
729
735
|
}
|
|
730
736
|
export namespace saveFailedPopup {
|
|
731
|
-
let
|
|
732
|
-
export {
|
|
737
|
+
let title_10: string;
|
|
738
|
+
export { title_10 as title };
|
|
733
739
|
export let label: string;
|
|
734
740
|
export let exportToJson: string;
|
|
735
741
|
}
|
|
@@ -855,10 +861,10 @@ declare namespace _default {
|
|
|
855
861
|
linked: any;
|
|
856
862
|
}): any;
|
|
857
863
|
export { attempts_1 as attempts };
|
|
858
|
-
export function
|
|
864
|
+
export function name_11({ linked }: {
|
|
859
865
|
linked: any;
|
|
860
866
|
}): any;
|
|
861
|
-
export {
|
|
867
|
+
export { name_11 as name };
|
|
862
868
|
export function destination_1({ linked }: {
|
|
863
869
|
linked: any;
|
|
864
870
|
}): any;
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -692,6 +692,12 @@ declare namespace _default {
|
|
|
692
692
|
export let tableAskingAlert: string;
|
|
693
693
|
export let deleteAll: string;
|
|
694
694
|
}
|
|
695
|
+
export namespace saveCopyPopup {
|
|
696
|
+
let title_6: string;
|
|
697
|
+
export { title_6 as title };
|
|
698
|
+
let name_10: string;
|
|
699
|
+
export { name_10 as name };
|
|
700
|
+
}
|
|
695
701
|
export namespace dummy {
|
|
696
702
|
let text_3: string;
|
|
697
703
|
export { text_3 as text };
|
|
@@ -707,20 +713,20 @@ declare namespace _default {
|
|
|
707
713
|
export { empty_1 as empty };
|
|
708
714
|
export namespace agentStatusSelect {
|
|
709
715
|
namespace pauseCausePopup {
|
|
710
|
-
let
|
|
711
|
-
export {
|
|
716
|
+
let title_7: string;
|
|
717
|
+
export { title_7 as title };
|
|
712
718
|
let min_1: string;
|
|
713
719
|
export { min_1 as min };
|
|
714
720
|
export let unlimited: string;
|
|
715
721
|
}
|
|
716
722
|
namespace statusSelectErrorPopup {
|
|
717
|
-
let
|
|
718
|
-
export {
|
|
723
|
+
let title_8: string;
|
|
724
|
+
export { title_8 as title };
|
|
719
725
|
export let message: string;
|
|
720
726
|
}
|
|
721
727
|
namespace activityTypePopup {
|
|
722
|
-
let
|
|
723
|
-
export {
|
|
728
|
+
let title_9: string;
|
|
729
|
+
export { title_9 as title };
|
|
724
730
|
export let defaultOption: string;
|
|
725
731
|
}
|
|
726
732
|
}
|
|
@@ -728,8 +734,8 @@ declare namespace _default {
|
|
|
728
734
|
let generationStarted: string;
|
|
729
735
|
}
|
|
730
736
|
export namespace saveFailedPopup {
|
|
731
|
-
let
|
|
732
|
-
export {
|
|
737
|
+
let title_10: string;
|
|
738
|
+
export { title_10 as title };
|
|
733
739
|
export let label: string;
|
|
734
740
|
export let exportToJson: string;
|
|
735
741
|
}
|
|
@@ -855,10 +861,10 @@ declare namespace _default {
|
|
|
855
861
|
linked: any;
|
|
856
862
|
}): any;
|
|
857
863
|
export { attempts_1 as attempts };
|
|
858
|
-
export function
|
|
864
|
+
export function name_11({ linked }: {
|
|
859
865
|
linked: any;
|
|
860
866
|
}): any;
|
|
861
|
-
export {
|
|
867
|
+
export { name_11 as name };
|
|
862
868
|
export function destination_1({ linked }: {
|
|
863
869
|
linked: any;
|
|
864
870
|
}): any;
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -692,6 +692,12 @@ declare namespace _default {
|
|
|
692
692
|
export let tableAskingAlert: string;
|
|
693
693
|
export let deleteAll: string;
|
|
694
694
|
}
|
|
695
|
+
export namespace saveCopyPopup {
|
|
696
|
+
let title_6: string;
|
|
697
|
+
export { title_6 as title };
|
|
698
|
+
let name_10: string;
|
|
699
|
+
export { name_10 as name };
|
|
700
|
+
}
|
|
695
701
|
export namespace dummy {
|
|
696
702
|
let text_3: string;
|
|
697
703
|
export { text_3 as text };
|
|
@@ -707,20 +713,20 @@ declare namespace _default {
|
|
|
707
713
|
export { empty_1 as empty };
|
|
708
714
|
export namespace agentStatusSelect {
|
|
709
715
|
namespace pauseCausePopup {
|
|
710
|
-
let
|
|
711
|
-
export {
|
|
716
|
+
let title_7: string;
|
|
717
|
+
export { title_7 as title };
|
|
712
718
|
let min_1: string;
|
|
713
719
|
export { min_1 as min };
|
|
714
720
|
export let unlimited: string;
|
|
715
721
|
}
|
|
716
722
|
namespace statusSelectErrorPopup {
|
|
717
|
-
let
|
|
718
|
-
export {
|
|
723
|
+
let title_8: string;
|
|
724
|
+
export { title_8 as title };
|
|
719
725
|
export let message: string;
|
|
720
726
|
}
|
|
721
727
|
namespace activityTypePopup {
|
|
722
|
-
let
|
|
723
|
-
export {
|
|
728
|
+
let title_9: string;
|
|
729
|
+
export { title_9 as title };
|
|
724
730
|
export let defaultOption: string;
|
|
725
731
|
}
|
|
726
732
|
}
|
|
@@ -728,8 +734,8 @@ declare namespace _default {
|
|
|
728
734
|
let generationStarted: string;
|
|
729
735
|
}
|
|
730
736
|
export namespace saveFailedPopup {
|
|
731
|
-
let
|
|
732
|
-
export {
|
|
737
|
+
let title_10: string;
|
|
738
|
+
export { title_10 as title };
|
|
733
739
|
export let label: string;
|
|
734
740
|
export let exportToJson: string;
|
|
735
741
|
}
|
|
@@ -855,10 +861,10 @@ declare namespace _default {
|
|
|
855
861
|
linked: any;
|
|
856
862
|
}): any;
|
|
857
863
|
export { attempts_1 as attempts };
|
|
858
|
-
export function
|
|
864
|
+
export function name_11({ linked }: {
|
|
859
865
|
linked: any;
|
|
860
866
|
}): any;
|
|
861
|
-
export {
|
|
867
|
+
export { name_11 as name };
|
|
862
868
|
export function destination_1({ linked }: {
|
|
863
869
|
linked: any;
|
|
864
870
|
}): any;
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -690,6 +690,12 @@ declare namespace _default {
|
|
|
690
690
|
export let tableAskingAlert: string;
|
|
691
691
|
export let deleteAll: string;
|
|
692
692
|
}
|
|
693
|
+
export namespace saveCopyPopup {
|
|
694
|
+
let title_6: string;
|
|
695
|
+
export { title_6 as title };
|
|
696
|
+
let name_10: string;
|
|
697
|
+
export { name_10 as name };
|
|
698
|
+
}
|
|
693
699
|
export namespace dummy {
|
|
694
700
|
let text_3: string;
|
|
695
701
|
export { text_3 as text };
|
|
@@ -705,20 +711,20 @@ declare namespace _default {
|
|
|
705
711
|
export { empty_1 as empty };
|
|
706
712
|
export namespace agentStatusSelect {
|
|
707
713
|
namespace pauseCausePopup {
|
|
708
|
-
let
|
|
709
|
-
export {
|
|
714
|
+
let title_7: string;
|
|
715
|
+
export { title_7 as title };
|
|
710
716
|
let min_1: string;
|
|
711
717
|
export { min_1 as min };
|
|
712
718
|
export let unlimited: string;
|
|
713
719
|
}
|
|
714
720
|
namespace statusSelectErrorPopup {
|
|
715
|
-
let
|
|
716
|
-
export {
|
|
721
|
+
let title_8: string;
|
|
722
|
+
export { title_8 as title };
|
|
717
723
|
export let message: string;
|
|
718
724
|
}
|
|
719
725
|
namespace activityTypePopup {
|
|
720
|
-
let
|
|
721
|
-
export {
|
|
726
|
+
let title_9: string;
|
|
727
|
+
export { title_9 as title };
|
|
722
728
|
export let defaultOption: string;
|
|
723
729
|
}
|
|
724
730
|
}
|
|
@@ -726,8 +732,8 @@ declare namespace _default {
|
|
|
726
732
|
let generationStarted: string;
|
|
727
733
|
}
|
|
728
734
|
export namespace saveFailedPopup {
|
|
729
|
-
let
|
|
730
|
-
export {
|
|
735
|
+
let title_10: string;
|
|
736
|
+
export { title_10 as title };
|
|
731
737
|
export let label: string;
|
|
732
738
|
export let exportToJson: string;
|
|
733
739
|
}
|
|
@@ -853,10 +859,10 @@ declare namespace _default {
|
|
|
853
859
|
linked: any;
|
|
854
860
|
}): any;
|
|
855
861
|
export { attempts_1 as attempts };
|
|
856
|
-
export function
|
|
862
|
+
export function name_11({ linked }: {
|
|
857
863
|
linked: any;
|
|
858
864
|
}): any;
|
|
859
|
-
export {
|
|
865
|
+
export { name_11 as name };
|
|
860
866
|
export function destination_1({ linked }: {
|
|
861
867
|
linked: any;
|
|
862
868
|
}): any;
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -690,6 +690,12 @@ declare namespace _default {
|
|
|
690
690
|
export let tableAskingAlert: string;
|
|
691
691
|
export let deleteAll: string;
|
|
692
692
|
}
|
|
693
|
+
export namespace saveCopyPopup {
|
|
694
|
+
let title_6: string;
|
|
695
|
+
export { title_6 as title };
|
|
696
|
+
let name_10: string;
|
|
697
|
+
export { name_10 as name };
|
|
698
|
+
}
|
|
693
699
|
export namespace dummy {
|
|
694
700
|
let text_3: string;
|
|
695
701
|
export { text_3 as text };
|
|
@@ -705,20 +711,20 @@ declare namespace _default {
|
|
|
705
711
|
export { empty_1 as empty };
|
|
706
712
|
export namespace agentStatusSelect {
|
|
707
713
|
namespace pauseCausePopup {
|
|
708
|
-
let
|
|
709
|
-
export {
|
|
714
|
+
let title_7: string;
|
|
715
|
+
export { title_7 as title };
|
|
710
716
|
let min_1: string;
|
|
711
717
|
export { min_1 as min };
|
|
712
718
|
export let unlimited: string;
|
|
713
719
|
}
|
|
714
720
|
namespace statusSelectErrorPopup {
|
|
715
|
-
let
|
|
716
|
-
export {
|
|
721
|
+
let title_8: string;
|
|
722
|
+
export { title_8 as title };
|
|
717
723
|
export let message: string;
|
|
718
724
|
}
|
|
719
725
|
namespace activityTypePopup {
|
|
720
|
-
let
|
|
721
|
-
export {
|
|
726
|
+
let title_9: string;
|
|
727
|
+
export { title_9 as title };
|
|
722
728
|
export let defaultOption: string;
|
|
723
729
|
}
|
|
724
730
|
}
|
|
@@ -726,8 +732,8 @@ declare namespace _default {
|
|
|
726
732
|
let generationStarted: string;
|
|
727
733
|
}
|
|
728
734
|
export namespace saveFailedPopup {
|
|
729
|
-
let
|
|
730
|
-
export {
|
|
735
|
+
let title_10: string;
|
|
736
|
+
export { title_10 as title };
|
|
731
737
|
export let label: string;
|
|
732
738
|
export let exportToJson: string;
|
|
733
739
|
}
|
|
@@ -853,10 +859,10 @@ declare namespace _default {
|
|
|
853
859
|
linked: any;
|
|
854
860
|
}): any;
|
|
855
861
|
export { attempts_1 as attempts };
|
|
856
|
-
export function
|
|
862
|
+
export function name_11({ linked }: {
|
|
857
863
|
linked: any;
|
|
858
864
|
}): any;
|
|
859
|
-
export {
|
|
865
|
+
export { name_11 as name };
|
|
860
866
|
export function destination_1({ linked }: {
|
|
861
867
|
linked: any;
|
|
862
868
|
}): any;
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -693,6 +693,12 @@ declare namespace _default {
|
|
|
693
693
|
export let tableAskingAlert: string;
|
|
694
694
|
export let deleteAll: string;
|
|
695
695
|
}
|
|
696
|
+
export namespace saveCopyPopup {
|
|
697
|
+
let title_6: string;
|
|
698
|
+
export { title_6 as title };
|
|
699
|
+
let name_10: string;
|
|
700
|
+
export { name_10 as name };
|
|
701
|
+
}
|
|
696
702
|
export namespace dummy {
|
|
697
703
|
let text_3: string;
|
|
698
704
|
export { text_3 as text };
|
|
@@ -708,20 +714,20 @@ declare namespace _default {
|
|
|
708
714
|
export { empty_1 as empty };
|
|
709
715
|
export namespace agentStatusSelect {
|
|
710
716
|
namespace pauseCausePopup {
|
|
711
|
-
let
|
|
712
|
-
export {
|
|
717
|
+
let title_7: string;
|
|
718
|
+
export { title_7 as title };
|
|
713
719
|
let min_1: string;
|
|
714
720
|
export { min_1 as min };
|
|
715
721
|
export let unlimited: string;
|
|
716
722
|
}
|
|
717
723
|
namespace statusSelectErrorPopup {
|
|
718
|
-
let
|
|
719
|
-
export {
|
|
724
|
+
let title_8: string;
|
|
725
|
+
export { title_8 as title };
|
|
720
726
|
export let message: string;
|
|
721
727
|
}
|
|
722
728
|
namespace activityTypePopup {
|
|
723
|
-
let
|
|
724
|
-
export {
|
|
729
|
+
let title_9: string;
|
|
730
|
+
export { title_9 as title };
|
|
725
731
|
export let defaultOption: string;
|
|
726
732
|
}
|
|
727
733
|
}
|
|
@@ -729,8 +735,8 @@ declare namespace _default {
|
|
|
729
735
|
let generationStarted: string;
|
|
730
736
|
}
|
|
731
737
|
export namespace saveFailedPopup {
|
|
732
|
-
let
|
|
733
|
-
export {
|
|
738
|
+
let title_10: string;
|
|
739
|
+
export { title_10 as title };
|
|
734
740
|
export let label: string;
|
|
735
741
|
export let exportToJson: string;
|
|
736
742
|
}
|
|
@@ -856,10 +862,10 @@ declare namespace _default {
|
|
|
856
862
|
linked: any;
|
|
857
863
|
}): any;
|
|
858
864
|
export { attempts_1 as attempts };
|
|
859
|
-
export function
|
|
865
|
+
export function name_11({ linked }: {
|
|
860
866
|
linked: any;
|
|
861
867
|
}): any;
|
|
862
|
-
export {
|
|
868
|
+
export { name_11 as name };
|
|
863
869
|
export function destination_1({ linked }: {
|
|
864
870
|
linked: any;
|
|
865
871
|
}): any;
|