@webitel/ui-sdk 26.6.77 → 26.6.78
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 +1 -1
- package/src/locale/en/en.js +1 -1
- package/src/locale/es/es.js +1 -1
- package/src/locale/kz/kz.js +1 -1
- package/src/locale/pl/pl.js +1 -1
- package/src/locale/ro/ro.js +1 -1
- package/src/locale/ru/ru.js +1 -1
- package/src/locale/uk/uk.js +1 -1
- package/src/locale/uz/uz.js +1 -1
- package/src/locale/vi/vi.js +1 -1
- package/types/locale/en/en.d.ts +1 -3
- package/types/locale/es/es.d.ts +1 -3
- package/types/locale/i18n.d.ts +9 -27
- package/types/locale/index.d.ts +9 -27
- package/types/locale/kz/kz.d.ts +1 -3
- package/types/locale/pl/pl.d.ts +1 -3
- package/types/locale/ro/ro.d.ts +1 -3
- package/types/locale/ru/ru.d.ts +1 -3
- package/types/locale/uk/uk.d.ts +1 -3
- package/types/locale/uz/uz.d.ts +1 -3
- package/types/locale/vi/vi.d.ts +1 -3
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -578,7 +578,7 @@ export default deepmerge(
|
|
|
578
578
|
return 'Sort';
|
|
579
579
|
},
|
|
580
580
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
581
|
-
[IconAction.LOGOUT]:
|
|
581
|
+
[IconAction.LOGOUT]: 'End sessions',
|
|
582
582
|
},
|
|
583
583
|
},
|
|
584
584
|
errorPages: {
|
package/src/locale/es/es.js
CHANGED
|
@@ -564,7 +564,7 @@ export default {
|
|
|
564
564
|
return 'Ordenar';
|
|
565
565
|
},
|
|
566
566
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
567
|
-
[IconAction.LOGOUT]:
|
|
567
|
+
[IconAction.LOGOUT]: 'Finalizar sesiones',
|
|
568
568
|
},
|
|
569
569
|
},
|
|
570
570
|
errorPages: {
|
package/src/locale/kz/kz.js
CHANGED
|
@@ -566,7 +566,7 @@ export default {
|
|
|
566
566
|
return 'Сұрыптау';
|
|
567
567
|
},
|
|
568
568
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
569
|
-
[IconAction.LOGOUT]:
|
|
569
|
+
[IconAction.LOGOUT]: 'Сеанстарды аяқтау',
|
|
570
570
|
},
|
|
571
571
|
},
|
|
572
572
|
errorPages: {
|
package/src/locale/pl/pl.js
CHANGED
|
@@ -567,7 +567,7 @@ export default {
|
|
|
567
567
|
return 'Sortowanie';
|
|
568
568
|
},
|
|
569
569
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
570
|
-
[IconAction.LOGOUT]:
|
|
570
|
+
[IconAction.LOGOUT]: 'Zakończ sesje',
|
|
571
571
|
},
|
|
572
572
|
},
|
|
573
573
|
errorPages: {
|
package/src/locale/ro/ro.js
CHANGED
|
@@ -571,7 +571,7 @@ export default {
|
|
|
571
571
|
return 'Sortare';
|
|
572
572
|
},
|
|
573
573
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
574
|
-
[IconAction.LOGOUT]:
|
|
574
|
+
[IconAction.LOGOUT]: 'Închide sesiunile',
|
|
575
575
|
},
|
|
576
576
|
},
|
|
577
577
|
errorPages: {
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -562,7 +562,7 @@ export default {
|
|
|
562
562
|
return 'Сортировка';
|
|
563
563
|
},
|
|
564
564
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
565
|
-
[IconAction.LOGOUT]:
|
|
565
|
+
[IconAction.LOGOUT]: 'Завершить сеансы',
|
|
566
566
|
},
|
|
567
567
|
},
|
|
568
568
|
errorPages: {
|
package/src/locale/uk/uk.js
CHANGED
|
@@ -561,7 +561,7 @@ export default {
|
|
|
561
561
|
return 'Сортування';
|
|
562
562
|
},
|
|
563
563
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
564
|
-
[IconAction.LOGOUT]:
|
|
564
|
+
[IconAction.LOGOUT]: 'Завершити сеанси',
|
|
565
565
|
},
|
|
566
566
|
},
|
|
567
567
|
errorPages: {
|
package/src/locale/uz/uz.js
CHANGED
|
@@ -571,7 +571,7 @@ export default {
|
|
|
571
571
|
return 'Saralash';
|
|
572
572
|
},
|
|
573
573
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
574
|
-
[IconAction.LOGOUT]:
|
|
574
|
+
[IconAction.LOGOUT]: 'Seanslarni tugatish',
|
|
575
575
|
},
|
|
576
576
|
},
|
|
577
577
|
errorPages: {
|
package/src/locale/vi/vi.js
CHANGED
|
@@ -570,7 +570,7 @@ export default {
|
|
|
570
570
|
return 'Sắp xếp';
|
|
571
571
|
},
|
|
572
572
|
[IconAction.UPLOAD]: ({ linked }) => linked('reusable.upload'),
|
|
573
|
-
[IconAction.LOGOUT]:
|
|
573
|
+
[IconAction.LOGOUT]: 'Kết thúc phiên',
|
|
574
574
|
},
|
|
575
575
|
},
|
|
576
576
|
errorPages: {
|
package/types/locale/en/en.d.ts
CHANGED
package/types/locale/es/es.d.ts
CHANGED
package/types/locale/i18n.d.ts
CHANGED
|
@@ -538,9 +538,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
538
538
|
upload: ({ linked }: {
|
|
539
539
|
linked: any;
|
|
540
540
|
}) => any;
|
|
541
|
-
logout:
|
|
542
|
-
linked: any;
|
|
543
|
-
}) => any;
|
|
541
|
+
logout: string;
|
|
544
542
|
};
|
|
545
543
|
};
|
|
546
544
|
errorPages: {
|
|
@@ -1384,9 +1382,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1384
1382
|
upload: ({ linked }: {
|
|
1385
1383
|
linked: any;
|
|
1386
1384
|
}) => any;
|
|
1387
|
-
logout:
|
|
1388
|
-
linked: any;
|
|
1389
|
-
}) => any;
|
|
1385
|
+
logout: string;
|
|
1390
1386
|
};
|
|
1391
1387
|
};
|
|
1392
1388
|
errorPages: {
|
|
@@ -2214,9 +2210,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2214
2210
|
upload: ({ linked }: {
|
|
2215
2211
|
linked: any;
|
|
2216
2212
|
}) => any;
|
|
2217
|
-
logout:
|
|
2218
|
-
linked: any;
|
|
2219
|
-
}) => any;
|
|
2213
|
+
logout: string;
|
|
2220
2214
|
};
|
|
2221
2215
|
};
|
|
2222
2216
|
errorPages: {
|
|
@@ -3046,9 +3040,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3046
3040
|
upload: ({ linked }: {
|
|
3047
3041
|
linked: any;
|
|
3048
3042
|
}) => any;
|
|
3049
|
-
logout:
|
|
3050
|
-
linked: any;
|
|
3051
|
-
}) => any;
|
|
3043
|
+
logout: string;
|
|
3052
3044
|
};
|
|
3053
3045
|
};
|
|
3054
3046
|
errorPages: {
|
|
@@ -3876,9 +3868,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3876
3868
|
upload: ({ linked }: {
|
|
3877
3869
|
linked: any;
|
|
3878
3870
|
}) => any;
|
|
3879
|
-
logout:
|
|
3880
|
-
linked: any;
|
|
3881
|
-
}) => any;
|
|
3871
|
+
logout: string;
|
|
3882
3872
|
};
|
|
3883
3873
|
};
|
|
3884
3874
|
errorPages: {
|
|
@@ -4708,9 +4698,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4708
4698
|
upload: ({ linked }: {
|
|
4709
4699
|
linked: any;
|
|
4710
4700
|
}) => any;
|
|
4711
|
-
logout:
|
|
4712
|
-
linked: any;
|
|
4713
|
-
}) => any;
|
|
4701
|
+
logout: string;
|
|
4714
4702
|
};
|
|
4715
4703
|
};
|
|
4716
4704
|
errorPages: {
|
|
@@ -5540,9 +5528,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5540
5528
|
upload: ({ linked }: {
|
|
5541
5529
|
linked: any;
|
|
5542
5530
|
}) => any;
|
|
5543
|
-
logout:
|
|
5544
|
-
linked: any;
|
|
5545
|
-
}) => any;
|
|
5531
|
+
logout: string;
|
|
5546
5532
|
};
|
|
5547
5533
|
};
|
|
5548
5534
|
errorPages: {
|
|
@@ -6373,9 +6359,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6373
6359
|
upload: ({ linked }: {
|
|
6374
6360
|
linked: any;
|
|
6375
6361
|
}) => any;
|
|
6376
|
-
logout:
|
|
6377
|
-
linked: any;
|
|
6378
|
-
}) => any;
|
|
6362
|
+
logout: string;
|
|
6379
6363
|
};
|
|
6380
6364
|
};
|
|
6381
6365
|
errorPages: {
|
|
@@ -7205,9 +7189,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7205
7189
|
upload: ({ linked }: {
|
|
7206
7190
|
linked: any;
|
|
7207
7191
|
}) => any;
|
|
7208
|
-
logout:
|
|
7209
|
-
linked: any;
|
|
7210
|
-
}) => any;
|
|
7192
|
+
logout: string;
|
|
7211
7193
|
};
|
|
7212
7194
|
};
|
|
7213
7195
|
errorPages: {
|
package/types/locale/index.d.ts
CHANGED
|
@@ -548,9 +548,7 @@ export declare const messages: {
|
|
|
548
548
|
upload: ({ linked }: {
|
|
549
549
|
linked: any;
|
|
550
550
|
}) => any;
|
|
551
|
-
logout:
|
|
552
|
-
linked: any;
|
|
553
|
-
}) => any;
|
|
551
|
+
logout: string;
|
|
554
552
|
};
|
|
555
553
|
};
|
|
556
554
|
errorPages: {
|
|
@@ -1394,9 +1392,7 @@ export declare const messages: {
|
|
|
1394
1392
|
upload: ({ linked }: {
|
|
1395
1393
|
linked: any;
|
|
1396
1394
|
}) => any;
|
|
1397
|
-
logout:
|
|
1398
|
-
linked: any;
|
|
1399
|
-
}) => any;
|
|
1395
|
+
logout: string;
|
|
1400
1396
|
};
|
|
1401
1397
|
};
|
|
1402
1398
|
errorPages: {
|
|
@@ -2224,9 +2220,7 @@ export declare const messages: {
|
|
|
2224
2220
|
upload: ({ linked }: {
|
|
2225
2221
|
linked: any;
|
|
2226
2222
|
}) => any;
|
|
2227
|
-
logout:
|
|
2228
|
-
linked: any;
|
|
2229
|
-
}) => any;
|
|
2223
|
+
logout: string;
|
|
2230
2224
|
};
|
|
2231
2225
|
};
|
|
2232
2226
|
errorPages: {
|
|
@@ -3056,9 +3050,7 @@ export declare const messages: {
|
|
|
3056
3050
|
upload: ({ linked }: {
|
|
3057
3051
|
linked: any;
|
|
3058
3052
|
}) => any;
|
|
3059
|
-
logout:
|
|
3060
|
-
linked: any;
|
|
3061
|
-
}) => any;
|
|
3053
|
+
logout: string;
|
|
3062
3054
|
};
|
|
3063
3055
|
};
|
|
3064
3056
|
errorPages: {
|
|
@@ -3886,9 +3878,7 @@ export declare const messages: {
|
|
|
3886
3878
|
upload: ({ linked }: {
|
|
3887
3879
|
linked: any;
|
|
3888
3880
|
}) => any;
|
|
3889
|
-
logout:
|
|
3890
|
-
linked: any;
|
|
3891
|
-
}) => any;
|
|
3881
|
+
logout: string;
|
|
3892
3882
|
};
|
|
3893
3883
|
};
|
|
3894
3884
|
errorPages: {
|
|
@@ -4718,9 +4708,7 @@ export declare const messages: {
|
|
|
4718
4708
|
upload: ({ linked }: {
|
|
4719
4709
|
linked: any;
|
|
4720
4710
|
}) => any;
|
|
4721
|
-
logout:
|
|
4722
|
-
linked: any;
|
|
4723
|
-
}) => any;
|
|
4711
|
+
logout: string;
|
|
4724
4712
|
};
|
|
4725
4713
|
};
|
|
4726
4714
|
errorPages: {
|
|
@@ -5550,9 +5538,7 @@ export declare const messages: {
|
|
|
5550
5538
|
upload: ({ linked }: {
|
|
5551
5539
|
linked: any;
|
|
5552
5540
|
}) => any;
|
|
5553
|
-
logout:
|
|
5554
|
-
linked: any;
|
|
5555
|
-
}) => any;
|
|
5541
|
+
logout: string;
|
|
5556
5542
|
};
|
|
5557
5543
|
};
|
|
5558
5544
|
errorPages: {
|
|
@@ -6383,9 +6369,7 @@ export declare const messages: {
|
|
|
6383
6369
|
upload: ({ linked }: {
|
|
6384
6370
|
linked: any;
|
|
6385
6371
|
}) => any;
|
|
6386
|
-
logout:
|
|
6387
|
-
linked: any;
|
|
6388
|
-
}) => any;
|
|
6372
|
+
logout: string;
|
|
6389
6373
|
};
|
|
6390
6374
|
};
|
|
6391
6375
|
errorPages: {
|
|
@@ -7215,9 +7199,7 @@ export declare const messages: {
|
|
|
7215
7199
|
upload: ({ linked }: {
|
|
7216
7200
|
linked: any;
|
|
7217
7201
|
}) => any;
|
|
7218
|
-
logout:
|
|
7219
|
-
linked: any;
|
|
7220
|
-
}) => any;
|
|
7202
|
+
logout: string;
|
|
7221
7203
|
};
|
|
7222
7204
|
};
|
|
7223
7205
|
errorPages: {
|
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