@webitel/ui-sdk 25.10.41 → 25.10.43
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/img/sprite/download-pdf.svg +10 -0
- package/dist/img/sprite/index.js +2 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +4657 -4648
- package/dist/ui-sdk.umd.cjs +147 -147
- package/package.json +2 -2
- package/src/assets/icons/sprite/download-pdf.svg +10 -0
- package/src/assets/icons/sprite/index.js +2 -0
- package/src/components/wt-action-bar/WtActionBarActionsOrder.js +1 -0
- package/src/components/wt-icon-action/iconMappings.js +1 -0
- package/src/components/wt-icon-action/wt-icon-action.vue +1 -0
- package/src/components/wt-popup/wt-popup.vue +3 -0
- package/src/enums/IconAction/IconAction.enum.js +1 -0
- package/src/locale/en/en.js +6 -2
- package/src/locale/es/es.js +4 -0
- package/src/locale/index.ts +1 -1
- 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/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +15 -10
- package/types/components/wt-icon-action/iconMappings.d.ts +1 -0
- package/types/components/wt-popup/wt-popup.vue.d.ts +2 -0
- package/types/enums/IconAction/IconAction.enum.d.ts +1 -0
- package/types/locale/en/en.d.ts +18 -14
- package/types/locale/es/es.d.ts +4 -0
- package/types/locale/i18n.d.ts +50 -14
- package/types/locale/index.d.ts +51 -15
- package/types/locale/kz/kz.d.ts +4 -0
- package/types/locale/pl/pl.d.ts +4 -0
- package/types/locale/ro/ro.d.ts +4 -0
- package/types/locale/ru/ru.d.ts +4 -0
- package/types/locale/uk/uk.d.ts +4 -0
- package/types/locale/uz/uz.d.ts +4 -0
- package/types/locale/vi/vi.d.ts +4 -0
package/types/locale/i18n.d.ts
CHANGED
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
declare const _default: import("vue-i18n").I18n<{
|
|
2
2
|
en: {
|
|
3
|
-
reusable: {
|
|
4
|
-
lang: {
|
|
5
|
-
en: string;
|
|
6
|
-
es: string;
|
|
7
|
-
ru: string;
|
|
8
|
-
uk: string;
|
|
9
|
-
kz: string;
|
|
10
|
-
vi: string;
|
|
11
|
-
pl: string;
|
|
12
|
-
ro: string;
|
|
13
|
-
uz: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
} & {
|
|
17
3
|
reusable: {
|
|
18
4
|
comment: string;
|
|
19
5
|
replace: string;
|
|
@@ -446,6 +432,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
446
432
|
download: ({ linked }: {
|
|
447
433
|
linked: any;
|
|
448
434
|
}) => any;
|
|
435
|
+
"download-pdf": string;
|
|
449
436
|
filters: ({ linked }: {
|
|
450
437
|
linked: any;
|
|
451
438
|
}) => any;
|
|
@@ -539,6 +526,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
539
526
|
message: string;
|
|
540
527
|
};
|
|
541
528
|
};
|
|
529
|
+
pdfGeneration: {
|
|
530
|
+
generationStarted: string;
|
|
531
|
+
};
|
|
542
532
|
saveFailedPopup: {
|
|
543
533
|
title: string;
|
|
544
534
|
label: string;
|
|
@@ -730,6 +720,20 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
730
720
|
chatHistoryApi: string;
|
|
731
721
|
markChatProcessed: string;
|
|
732
722
|
};
|
|
723
|
+
} & {
|
|
724
|
+
reusable: {
|
|
725
|
+
lang: {
|
|
726
|
+
en: string;
|
|
727
|
+
es: string;
|
|
728
|
+
ru: string;
|
|
729
|
+
uk: string;
|
|
730
|
+
kz: string;
|
|
731
|
+
vi: string;
|
|
732
|
+
pl: string;
|
|
733
|
+
ro: string;
|
|
734
|
+
uz: string;
|
|
735
|
+
};
|
|
736
|
+
};
|
|
733
737
|
};
|
|
734
738
|
es: {
|
|
735
739
|
reusable: {
|
|
@@ -1307,6 +1311,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1307
1311
|
download: ({ linked }: {
|
|
1308
1312
|
linked: any;
|
|
1309
1313
|
}) => any;
|
|
1314
|
+
"download-pdf": string;
|
|
1310
1315
|
filters: ({ linked }: {
|
|
1311
1316
|
linked: any;
|
|
1312
1317
|
}) => any;
|
|
@@ -1400,6 +1405,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1400
1405
|
message: string;
|
|
1401
1406
|
};
|
|
1402
1407
|
};
|
|
1408
|
+
pdfGeneration: {
|
|
1409
|
+
generationStarted: string;
|
|
1410
|
+
};
|
|
1403
1411
|
saveFailedPopup: {
|
|
1404
1412
|
title: string;
|
|
1405
1413
|
label: string;
|
|
@@ -2166,6 +2174,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2166
2174
|
download: ({ linked }: {
|
|
2167
2175
|
linked: any;
|
|
2168
2176
|
}) => any;
|
|
2177
|
+
"download-pdf": string;
|
|
2169
2178
|
filters: ({ linked }: {
|
|
2170
2179
|
linked: any;
|
|
2171
2180
|
}) => any;
|
|
@@ -2259,6 +2268,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2259
2268
|
message: string;
|
|
2260
2269
|
};
|
|
2261
2270
|
};
|
|
2271
|
+
pdfGeneration: {
|
|
2272
|
+
generationStarted: string;
|
|
2273
|
+
};
|
|
2262
2274
|
saveFailedPopup: {
|
|
2263
2275
|
title: string;
|
|
2264
2276
|
label: string;
|
|
@@ -3027,6 +3039,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3027
3039
|
download: ({ linked }: {
|
|
3028
3040
|
linked: any;
|
|
3029
3041
|
}) => any;
|
|
3042
|
+
"download-pdf": string;
|
|
3030
3043
|
filters: ({ linked }: {
|
|
3031
3044
|
linked: any;
|
|
3032
3045
|
}) => any;
|
|
@@ -3120,6 +3133,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3120
3133
|
message: string;
|
|
3121
3134
|
};
|
|
3122
3135
|
};
|
|
3136
|
+
pdfGeneration: {
|
|
3137
|
+
generationStarted: string;
|
|
3138
|
+
};
|
|
3123
3139
|
saveFailedPopup: {
|
|
3124
3140
|
title: string;
|
|
3125
3141
|
label: string;
|
|
@@ -3886,6 +3902,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3886
3902
|
download: ({ linked }: {
|
|
3887
3903
|
linked: any;
|
|
3888
3904
|
}) => any;
|
|
3905
|
+
"download-pdf": string;
|
|
3889
3906
|
filters: ({ linked }: {
|
|
3890
3907
|
linked: any;
|
|
3891
3908
|
}) => any;
|
|
@@ -3979,6 +3996,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3979
3996
|
message: string;
|
|
3980
3997
|
};
|
|
3981
3998
|
};
|
|
3999
|
+
pdfGeneration: {
|
|
4000
|
+
generationStarted: string;
|
|
4001
|
+
};
|
|
3982
4002
|
saveFailedPopup: {
|
|
3983
4003
|
title: string;
|
|
3984
4004
|
label: string;
|
|
@@ -4747,6 +4767,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4747
4767
|
download: ({ linked }: {
|
|
4748
4768
|
linked: any;
|
|
4749
4769
|
}) => any;
|
|
4770
|
+
"download-pdf": string;
|
|
4750
4771
|
filters: ({ linked }: {
|
|
4751
4772
|
linked: any;
|
|
4752
4773
|
}) => any;
|
|
@@ -4840,6 +4861,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4840
4861
|
message: string;
|
|
4841
4862
|
};
|
|
4842
4863
|
};
|
|
4864
|
+
pdfGeneration: {
|
|
4865
|
+
generationStarted: string;
|
|
4866
|
+
};
|
|
4843
4867
|
saveFailedPopup: {
|
|
4844
4868
|
title: string;
|
|
4845
4869
|
label: string;
|
|
@@ -5608,6 +5632,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5608
5632
|
download: ({ linked }: {
|
|
5609
5633
|
linked: any;
|
|
5610
5634
|
}) => any;
|
|
5635
|
+
"download-pdf": string;
|
|
5611
5636
|
filters: ({ linked }: {
|
|
5612
5637
|
linked: any;
|
|
5613
5638
|
}) => any;
|
|
@@ -5701,6 +5726,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5701
5726
|
message: string;
|
|
5702
5727
|
};
|
|
5703
5728
|
};
|
|
5729
|
+
pdfGeneration: {
|
|
5730
|
+
generationStarted: string;
|
|
5731
|
+
};
|
|
5704
5732
|
saveFailedPopup: {
|
|
5705
5733
|
title: string;
|
|
5706
5734
|
label: string;
|
|
@@ -6469,6 +6497,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6469
6497
|
download: ({ linked }: {
|
|
6470
6498
|
linked: any;
|
|
6471
6499
|
}) => any;
|
|
6500
|
+
"download-pdf": string;
|
|
6472
6501
|
filters: ({ linked }: {
|
|
6473
6502
|
linked: any;
|
|
6474
6503
|
}) => any;
|
|
@@ -6562,6 +6591,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6562
6591
|
message: string;
|
|
6563
6592
|
};
|
|
6564
6593
|
};
|
|
6594
|
+
pdfGeneration: {
|
|
6595
|
+
generationStarted: string;
|
|
6596
|
+
};
|
|
6565
6597
|
saveFailedPopup: {
|
|
6566
6598
|
title: string;
|
|
6567
6599
|
label: string;
|
|
@@ -7330,6 +7362,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7330
7362
|
download: ({ linked }: {
|
|
7331
7363
|
linked: any;
|
|
7332
7364
|
}) => any;
|
|
7365
|
+
"download-pdf": string;
|
|
7333
7366
|
filters: ({ linked }: {
|
|
7334
7367
|
linked: any;
|
|
7335
7368
|
}) => any;
|
|
@@ -7423,6 +7456,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7423
7456
|
message: string;
|
|
7424
7457
|
};
|
|
7425
7458
|
};
|
|
7459
|
+
pdfGeneration: {
|
|
7460
|
+
generationStarted: string;
|
|
7461
|
+
};
|
|
7426
7462
|
saveFailedPopup: {
|
|
7427
7463
|
title: string;
|
|
7428
7464
|
label: string;
|
package/types/locale/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { TranslationLocale } from './_enums/TranslationLocale.enum';
|
|
2
2
|
import en from './en/en';
|
|
3
3
|
import es from './es/es';
|
|
4
4
|
import kz from './kz/kz';
|
|
@@ -10,20 +10,6 @@ import uz from './uz/uz';
|
|
|
10
10
|
import vi from './vi/vi';
|
|
11
11
|
export declare const messages: {
|
|
12
12
|
en: {
|
|
13
|
-
reusable: {
|
|
14
|
-
lang: {
|
|
15
|
-
en: string;
|
|
16
|
-
es: string;
|
|
17
|
-
ru: string;
|
|
18
|
-
uk: string;
|
|
19
|
-
kz: string;
|
|
20
|
-
vi: string;
|
|
21
|
-
pl: string;
|
|
22
|
-
ro: string;
|
|
23
|
-
uz: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
} & {
|
|
27
13
|
reusable: {
|
|
28
14
|
comment: string;
|
|
29
15
|
replace: string;
|
|
@@ -456,6 +442,7 @@ export declare const messages: {
|
|
|
456
442
|
download: ({ linked }: {
|
|
457
443
|
linked: any;
|
|
458
444
|
}) => any;
|
|
445
|
+
"download-pdf": string;
|
|
459
446
|
filters: ({ linked }: {
|
|
460
447
|
linked: any;
|
|
461
448
|
}) => any;
|
|
@@ -549,6 +536,9 @@ export declare const messages: {
|
|
|
549
536
|
message: string;
|
|
550
537
|
};
|
|
551
538
|
};
|
|
539
|
+
pdfGeneration: {
|
|
540
|
+
generationStarted: string;
|
|
541
|
+
};
|
|
552
542
|
saveFailedPopup: {
|
|
553
543
|
title: string;
|
|
554
544
|
label: string;
|
|
@@ -740,6 +730,20 @@ export declare const messages: {
|
|
|
740
730
|
chatHistoryApi: string;
|
|
741
731
|
markChatProcessed: string;
|
|
742
732
|
};
|
|
733
|
+
} & {
|
|
734
|
+
reusable: {
|
|
735
|
+
lang: {
|
|
736
|
+
en: string;
|
|
737
|
+
es: string;
|
|
738
|
+
ru: string;
|
|
739
|
+
uk: string;
|
|
740
|
+
kz: string;
|
|
741
|
+
vi: string;
|
|
742
|
+
pl: string;
|
|
743
|
+
ro: string;
|
|
744
|
+
uz: string;
|
|
745
|
+
};
|
|
746
|
+
};
|
|
743
747
|
};
|
|
744
748
|
es: {
|
|
745
749
|
reusable: {
|
|
@@ -1317,6 +1321,7 @@ export declare const messages: {
|
|
|
1317
1321
|
download: ({ linked }: {
|
|
1318
1322
|
linked: any;
|
|
1319
1323
|
}) => any;
|
|
1324
|
+
"download-pdf": string;
|
|
1320
1325
|
filters: ({ linked }: {
|
|
1321
1326
|
linked: any;
|
|
1322
1327
|
}) => any;
|
|
@@ -1410,6 +1415,9 @@ export declare const messages: {
|
|
|
1410
1415
|
message: string;
|
|
1411
1416
|
};
|
|
1412
1417
|
};
|
|
1418
|
+
pdfGeneration: {
|
|
1419
|
+
generationStarted: string;
|
|
1420
|
+
};
|
|
1413
1421
|
saveFailedPopup: {
|
|
1414
1422
|
title: string;
|
|
1415
1423
|
label: string;
|
|
@@ -2176,6 +2184,7 @@ export declare const messages: {
|
|
|
2176
2184
|
download: ({ linked }: {
|
|
2177
2185
|
linked: any;
|
|
2178
2186
|
}) => any;
|
|
2187
|
+
"download-pdf": string;
|
|
2179
2188
|
filters: ({ linked }: {
|
|
2180
2189
|
linked: any;
|
|
2181
2190
|
}) => any;
|
|
@@ -2269,6 +2278,9 @@ export declare const messages: {
|
|
|
2269
2278
|
message: string;
|
|
2270
2279
|
};
|
|
2271
2280
|
};
|
|
2281
|
+
pdfGeneration: {
|
|
2282
|
+
generationStarted: string;
|
|
2283
|
+
};
|
|
2272
2284
|
saveFailedPopup: {
|
|
2273
2285
|
title: string;
|
|
2274
2286
|
label: string;
|
|
@@ -3037,6 +3049,7 @@ export declare const messages: {
|
|
|
3037
3049
|
download: ({ linked }: {
|
|
3038
3050
|
linked: any;
|
|
3039
3051
|
}) => any;
|
|
3052
|
+
"download-pdf": string;
|
|
3040
3053
|
filters: ({ linked }: {
|
|
3041
3054
|
linked: any;
|
|
3042
3055
|
}) => any;
|
|
@@ -3130,6 +3143,9 @@ export declare const messages: {
|
|
|
3130
3143
|
message: string;
|
|
3131
3144
|
};
|
|
3132
3145
|
};
|
|
3146
|
+
pdfGeneration: {
|
|
3147
|
+
generationStarted: string;
|
|
3148
|
+
};
|
|
3133
3149
|
saveFailedPopup: {
|
|
3134
3150
|
title: string;
|
|
3135
3151
|
label: string;
|
|
@@ -3896,6 +3912,7 @@ export declare const messages: {
|
|
|
3896
3912
|
download: ({ linked }: {
|
|
3897
3913
|
linked: any;
|
|
3898
3914
|
}) => any;
|
|
3915
|
+
"download-pdf": string;
|
|
3899
3916
|
filters: ({ linked }: {
|
|
3900
3917
|
linked: any;
|
|
3901
3918
|
}) => any;
|
|
@@ -3989,6 +4006,9 @@ export declare const messages: {
|
|
|
3989
4006
|
message: string;
|
|
3990
4007
|
};
|
|
3991
4008
|
};
|
|
4009
|
+
pdfGeneration: {
|
|
4010
|
+
generationStarted: string;
|
|
4011
|
+
};
|
|
3992
4012
|
saveFailedPopup: {
|
|
3993
4013
|
title: string;
|
|
3994
4014
|
label: string;
|
|
@@ -4757,6 +4777,7 @@ export declare const messages: {
|
|
|
4757
4777
|
download: ({ linked }: {
|
|
4758
4778
|
linked: any;
|
|
4759
4779
|
}) => any;
|
|
4780
|
+
"download-pdf": string;
|
|
4760
4781
|
filters: ({ linked }: {
|
|
4761
4782
|
linked: any;
|
|
4762
4783
|
}) => any;
|
|
@@ -4850,6 +4871,9 @@ export declare const messages: {
|
|
|
4850
4871
|
message: string;
|
|
4851
4872
|
};
|
|
4852
4873
|
};
|
|
4874
|
+
pdfGeneration: {
|
|
4875
|
+
generationStarted: string;
|
|
4876
|
+
};
|
|
4853
4877
|
saveFailedPopup: {
|
|
4854
4878
|
title: string;
|
|
4855
4879
|
label: string;
|
|
@@ -5618,6 +5642,7 @@ export declare const messages: {
|
|
|
5618
5642
|
download: ({ linked }: {
|
|
5619
5643
|
linked: any;
|
|
5620
5644
|
}) => any;
|
|
5645
|
+
"download-pdf": string;
|
|
5621
5646
|
filters: ({ linked }: {
|
|
5622
5647
|
linked: any;
|
|
5623
5648
|
}) => any;
|
|
@@ -5711,6 +5736,9 @@ export declare const messages: {
|
|
|
5711
5736
|
message: string;
|
|
5712
5737
|
};
|
|
5713
5738
|
};
|
|
5739
|
+
pdfGeneration: {
|
|
5740
|
+
generationStarted: string;
|
|
5741
|
+
};
|
|
5714
5742
|
saveFailedPopup: {
|
|
5715
5743
|
title: string;
|
|
5716
5744
|
label: string;
|
|
@@ -6479,6 +6507,7 @@ export declare const messages: {
|
|
|
6479
6507
|
download: ({ linked }: {
|
|
6480
6508
|
linked: any;
|
|
6481
6509
|
}) => any;
|
|
6510
|
+
"download-pdf": string;
|
|
6482
6511
|
filters: ({ linked }: {
|
|
6483
6512
|
linked: any;
|
|
6484
6513
|
}) => any;
|
|
@@ -6572,6 +6601,9 @@ export declare const messages: {
|
|
|
6572
6601
|
message: string;
|
|
6573
6602
|
};
|
|
6574
6603
|
};
|
|
6604
|
+
pdfGeneration: {
|
|
6605
|
+
generationStarted: string;
|
|
6606
|
+
};
|
|
6575
6607
|
saveFailedPopup: {
|
|
6576
6608
|
title: string;
|
|
6577
6609
|
label: string;
|
|
@@ -7340,6 +7372,7 @@ export declare const messages: {
|
|
|
7340
7372
|
download: ({ linked }: {
|
|
7341
7373
|
linked: any;
|
|
7342
7374
|
}) => any;
|
|
7375
|
+
"download-pdf": string;
|
|
7343
7376
|
filters: ({ linked }: {
|
|
7344
7377
|
linked: any;
|
|
7345
7378
|
}) => any;
|
|
@@ -7433,6 +7466,9 @@ export declare const messages: {
|
|
|
7433
7466
|
message: string;
|
|
7434
7467
|
};
|
|
7435
7468
|
};
|
|
7469
|
+
pdfGeneration: {
|
|
7470
|
+
generationStarted: string;
|
|
7471
|
+
};
|
|
7436
7472
|
saveFailedPopup: {
|
|
7437
7473
|
title: string;
|
|
7438
7474
|
label: string;
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -606,6 +606,7 @@ declare namespace _default {
|
|
|
606
606
|
download: ({ linked }: {
|
|
607
607
|
linked: any;
|
|
608
608
|
}) => any;
|
|
609
|
+
"download-pdf": string;
|
|
609
610
|
filters: ({ linked }: {
|
|
610
611
|
linked: any;
|
|
611
612
|
}) => any;
|
|
@@ -714,6 +715,9 @@ declare namespace _default {
|
|
|
714
715
|
export let message: string;
|
|
715
716
|
}
|
|
716
717
|
}
|
|
718
|
+
export namespace pdfGeneration {
|
|
719
|
+
let generationStarted: string;
|
|
720
|
+
}
|
|
717
721
|
export namespace saveFailedPopup {
|
|
718
722
|
let title_8: string;
|
|
719
723
|
export { title_8 as title };
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -606,6 +606,7 @@ declare namespace _default {
|
|
|
606
606
|
download: ({ linked }: {
|
|
607
607
|
linked: any;
|
|
608
608
|
}) => any;
|
|
609
|
+
"download-pdf": string;
|
|
609
610
|
filters: ({ linked }: {
|
|
610
611
|
linked: any;
|
|
611
612
|
}) => any;
|
|
@@ -714,6 +715,9 @@ declare namespace _default {
|
|
|
714
715
|
export let message: string;
|
|
715
716
|
}
|
|
716
717
|
}
|
|
718
|
+
export namespace pdfGeneration {
|
|
719
|
+
let generationStarted: string;
|
|
720
|
+
}
|
|
717
721
|
export namespace saveFailedPopup {
|
|
718
722
|
let title_8: string;
|
|
719
723
|
export { title_8 as title };
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -606,6 +606,7 @@ declare namespace _default {
|
|
|
606
606
|
download: ({ linked }: {
|
|
607
607
|
linked: any;
|
|
608
608
|
}) => any;
|
|
609
|
+
"download-pdf": string;
|
|
609
610
|
filters: ({ linked }: {
|
|
610
611
|
linked: any;
|
|
611
612
|
}) => any;
|
|
@@ -714,6 +715,9 @@ declare namespace _default {
|
|
|
714
715
|
export let message: string;
|
|
715
716
|
}
|
|
716
717
|
}
|
|
718
|
+
export namespace pdfGeneration {
|
|
719
|
+
let generationStarted: string;
|
|
720
|
+
}
|
|
717
721
|
export namespace saveFailedPopup {
|
|
718
722
|
let title_8: string;
|
|
719
723
|
export { title_8 as title };
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -604,6 +604,7 @@ declare namespace _default {
|
|
|
604
604
|
download: ({ linked }: {
|
|
605
605
|
linked: any;
|
|
606
606
|
}) => any;
|
|
607
|
+
"download-pdf": string;
|
|
607
608
|
filters: ({ linked }: {
|
|
608
609
|
linked: any;
|
|
609
610
|
}) => any;
|
|
@@ -712,6 +713,9 @@ declare namespace _default {
|
|
|
712
713
|
export let message: string;
|
|
713
714
|
}
|
|
714
715
|
}
|
|
716
|
+
export namespace pdfGeneration {
|
|
717
|
+
let generationStarted: string;
|
|
718
|
+
}
|
|
715
719
|
export namespace saveFailedPopup {
|
|
716
720
|
let title_8: string;
|
|
717
721
|
export { title_8 as title };
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -604,6 +604,7 @@ declare namespace _default {
|
|
|
604
604
|
download: ({ linked }: {
|
|
605
605
|
linked: any;
|
|
606
606
|
}) => any;
|
|
607
|
+
"download-pdf": string;
|
|
607
608
|
filters: ({ linked }: {
|
|
608
609
|
linked: any;
|
|
609
610
|
}) => any;
|
|
@@ -712,6 +713,9 @@ declare namespace _default {
|
|
|
712
713
|
export let message: string;
|
|
713
714
|
}
|
|
714
715
|
}
|
|
716
|
+
export namespace pdfGeneration {
|
|
717
|
+
let generationStarted: string;
|
|
718
|
+
}
|
|
715
719
|
export namespace saveFailedPopup {
|
|
716
720
|
let title_8: string;
|
|
717
721
|
export { title_8 as title };
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -606,6 +606,7 @@ declare namespace _default {
|
|
|
606
606
|
download: ({ linked }: {
|
|
607
607
|
linked: any;
|
|
608
608
|
}) => any;
|
|
609
|
+
"download-pdf": string;
|
|
609
610
|
filters: ({ linked }: {
|
|
610
611
|
linked: any;
|
|
611
612
|
}) => any;
|
|
@@ -714,6 +715,9 @@ declare namespace _default {
|
|
|
714
715
|
export let message: string;
|
|
715
716
|
}
|
|
716
717
|
}
|
|
718
|
+
export namespace pdfGeneration {
|
|
719
|
+
let generationStarted: string;
|
|
720
|
+
}
|
|
717
721
|
export namespace saveFailedPopup {
|
|
718
722
|
let title_8: string;
|
|
719
723
|
export { title_8 as title };
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -606,6 +606,7 @@ declare namespace _default {
|
|
|
606
606
|
download: ({ linked }: {
|
|
607
607
|
linked: any;
|
|
608
608
|
}) => any;
|
|
609
|
+
"download-pdf": string;
|
|
609
610
|
filters: ({ linked }: {
|
|
610
611
|
linked: any;
|
|
611
612
|
}) => any;
|
|
@@ -714,6 +715,9 @@ declare namespace _default {
|
|
|
714
715
|
export let message: string;
|
|
715
716
|
}
|
|
716
717
|
}
|
|
718
|
+
export namespace pdfGeneration {
|
|
719
|
+
let generationStarted: string;
|
|
720
|
+
}
|
|
717
721
|
export namespace saveFailedPopup {
|
|
718
722
|
let title_8: string;
|
|
719
723
|
export { title_8 as title };
|