@webitel/ui-sdk 26.6.129 → 26.6.131
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/{components-CnVXrf8d.js → components-DsU9I3J0.js} +7 -7
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +2 -2
- package/dist/ui-sdk.umd.cjs +2 -3
- package/dist/{wt-button-tCxx_Szg.js → wt-button-G2Q1uf_y.js} +1 -1
- package/dist/{wt-chat-emoji-DuHKW377.js → wt-chat-emoji-BiM1up7h.js} +3 -3
- package/dist/{wt-display-chip-items-D4oc5N_u.js → wt-display-chip-items-XwdRQSrJ.js} +1 -1
- package/dist/{wt-icon-BJEZy8Lq.js → wt-icon-DwMyq99p.js} +1 -1
- package/dist/{wt-icon-btn-BPsVr63w.js → wt-icon-btn-BJl5VlM9.js} +1 -1
- package/dist/{wt-notifications-bar-xH1NDOl5.js → wt-notifications-bar-C7cK0wEL.js} +1 -1
- package/dist/{wt-player-C1HwDaHS.js → wt-player-BTjWztZk.js} +2 -2
- package/dist/{wt-send-message-popup-CNQDMPp2.js → wt-send-message-popup-C5S6BjHJ.js} +1 -1
- package/dist/{wt-toast-SvKwR8fQ.js → wt-toast-BbaZZWKt.js} +1 -1
- package/dist/{wt-tree-table-Da0lKrtz.js → wt-tree-table-C0ZIJXcv.js} +1 -1
- package/dist/{wt-type-extension-value-input-D_4az7WK.js → wt-type-extension-value-input-FPCOaR15.js} +1 -1
- package/dist/{wt-vidstack-player-B0n1FXt5.js → wt-vidstack-player-D4c9YX5q.js} +3 -3
- package/package.json +1 -1
- package/src/assets/icons/sprite/open-pip.svg +2 -3
- package/src/components/wt-context-menu/_variables.css +9 -9
- 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/types/.tsbuildinfo +1 -1
- 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/locale/en/en.d.ts
CHANGED
package/types/locale/es/es.d.ts
CHANGED
package/types/locale/i18n.d.ts
CHANGED
|
@@ -620,6 +620,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
620
620
|
rdt_this_month: string;
|
|
621
621
|
rdt_custom: string;
|
|
622
622
|
};
|
|
623
|
+
andMore: string;
|
|
623
624
|
addFilter: ({ linked }: {
|
|
624
625
|
linked: any;
|
|
625
626
|
}) => string;
|
|
@@ -1474,6 +1475,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1474
1475
|
rdt_this_month: string;
|
|
1475
1476
|
rdt_custom: string;
|
|
1476
1477
|
};
|
|
1478
|
+
andMore: string;
|
|
1477
1479
|
addFilter: ({ linked }: {
|
|
1478
1480
|
linked: any;
|
|
1479
1481
|
}) => string;
|
|
@@ -2312,6 +2314,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2312
2314
|
rdt_this_month: string;
|
|
2313
2315
|
rdt_custom: string;
|
|
2314
2316
|
};
|
|
2317
|
+
andMore: string;
|
|
2315
2318
|
addFilter: ({ linked }: {
|
|
2316
2319
|
linked: any;
|
|
2317
2320
|
}) => string;
|
|
@@ -3152,6 +3155,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3152
3155
|
rdt_this_month: string;
|
|
3153
3156
|
rdt_custom: string;
|
|
3154
3157
|
};
|
|
3158
|
+
andMore: string;
|
|
3155
3159
|
addFilter: ({ linked }: {
|
|
3156
3160
|
linked: any;
|
|
3157
3161
|
}) => string;
|
|
@@ -3990,6 +3994,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3990
3994
|
rdt_this_month: string;
|
|
3991
3995
|
rdt_custom: string;
|
|
3992
3996
|
};
|
|
3997
|
+
andMore: string;
|
|
3993
3998
|
addFilter: ({ linked }: {
|
|
3994
3999
|
linked: any;
|
|
3995
4000
|
}) => string;
|
|
@@ -4830,6 +4835,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4830
4835
|
rdt_this_month: string;
|
|
4831
4836
|
rdt_custom: string;
|
|
4832
4837
|
};
|
|
4838
|
+
andMore: string;
|
|
4833
4839
|
addFilter: ({ linked }: {
|
|
4834
4840
|
linked: any;
|
|
4835
4841
|
}) => string;
|
|
@@ -5670,6 +5676,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5670
5676
|
rdt_this_month: string;
|
|
5671
5677
|
rdt_custom: string;
|
|
5672
5678
|
};
|
|
5679
|
+
andMore: string;
|
|
5673
5680
|
addFilter: ({ linked }: {
|
|
5674
5681
|
linked: any;
|
|
5675
5682
|
}) => string;
|
|
@@ -6511,6 +6518,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6511
6518
|
rdt_this_month: string;
|
|
6512
6519
|
rdt_custom: string;
|
|
6513
6520
|
};
|
|
6521
|
+
andMore: string;
|
|
6514
6522
|
addFilter: ({ linked }: {
|
|
6515
6523
|
linked: any;
|
|
6516
6524
|
}) => string;
|
|
@@ -7351,6 +7359,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7351
7359
|
rdt_this_month: string;
|
|
7352
7360
|
rdt_custom: string;
|
|
7353
7361
|
};
|
|
7362
|
+
andMore: string;
|
|
7354
7363
|
addFilter: ({ linked }: {
|
|
7355
7364
|
linked: any;
|
|
7356
7365
|
}) => string;
|
package/types/locale/index.d.ts
CHANGED
|
@@ -630,6 +630,7 @@ export declare const messages: {
|
|
|
630
630
|
rdt_this_month: string;
|
|
631
631
|
rdt_custom: string;
|
|
632
632
|
};
|
|
633
|
+
andMore: string;
|
|
633
634
|
addFilter: ({ linked }: {
|
|
634
635
|
linked: any;
|
|
635
636
|
}) => string;
|
|
@@ -1484,6 +1485,7 @@ export declare const messages: {
|
|
|
1484
1485
|
rdt_this_month: string;
|
|
1485
1486
|
rdt_custom: string;
|
|
1486
1487
|
};
|
|
1488
|
+
andMore: string;
|
|
1487
1489
|
addFilter: ({ linked }: {
|
|
1488
1490
|
linked: any;
|
|
1489
1491
|
}) => string;
|
|
@@ -2322,6 +2324,7 @@ export declare const messages: {
|
|
|
2322
2324
|
rdt_this_month: string;
|
|
2323
2325
|
rdt_custom: string;
|
|
2324
2326
|
};
|
|
2327
|
+
andMore: string;
|
|
2325
2328
|
addFilter: ({ linked }: {
|
|
2326
2329
|
linked: any;
|
|
2327
2330
|
}) => string;
|
|
@@ -3162,6 +3165,7 @@ export declare const messages: {
|
|
|
3162
3165
|
rdt_this_month: string;
|
|
3163
3166
|
rdt_custom: string;
|
|
3164
3167
|
};
|
|
3168
|
+
andMore: string;
|
|
3165
3169
|
addFilter: ({ linked }: {
|
|
3166
3170
|
linked: any;
|
|
3167
3171
|
}) => string;
|
|
@@ -4000,6 +4004,7 @@ export declare const messages: {
|
|
|
4000
4004
|
rdt_this_month: string;
|
|
4001
4005
|
rdt_custom: string;
|
|
4002
4006
|
};
|
|
4007
|
+
andMore: string;
|
|
4003
4008
|
addFilter: ({ linked }: {
|
|
4004
4009
|
linked: any;
|
|
4005
4010
|
}) => string;
|
|
@@ -4840,6 +4845,7 @@ export declare const messages: {
|
|
|
4840
4845
|
rdt_this_month: string;
|
|
4841
4846
|
rdt_custom: string;
|
|
4842
4847
|
};
|
|
4848
|
+
andMore: string;
|
|
4843
4849
|
addFilter: ({ linked }: {
|
|
4844
4850
|
linked: any;
|
|
4845
4851
|
}) => string;
|
|
@@ -5680,6 +5686,7 @@ export declare const messages: {
|
|
|
5680
5686
|
rdt_this_month: string;
|
|
5681
5687
|
rdt_custom: string;
|
|
5682
5688
|
};
|
|
5689
|
+
andMore: string;
|
|
5683
5690
|
addFilter: ({ linked }: {
|
|
5684
5691
|
linked: any;
|
|
5685
5692
|
}) => string;
|
|
@@ -6521,6 +6528,7 @@ export declare const messages: {
|
|
|
6521
6528
|
rdt_this_month: string;
|
|
6522
6529
|
rdt_custom: string;
|
|
6523
6530
|
};
|
|
6531
|
+
andMore: string;
|
|
6524
6532
|
addFilter: ({ linked }: {
|
|
6525
6533
|
linked: any;
|
|
6526
6534
|
}) => string;
|
|
@@ -7361,6 +7369,7 @@ export declare const messages: {
|
|
|
7361
7369
|
rdt_this_month: string;
|
|
7362
7370
|
rdt_custom: string;
|
|
7363
7371
|
};
|
|
7372
|
+
andMore: string;
|
|
7364
7373
|
addFilter: ({ linked }: {
|
|
7365
7374
|
linked: any;
|
|
7366
7375
|
}) => string;
|
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