@webitel/ui-sdk 26.6.109 → 26.6.111

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.
Files changed (33) hide show
  1. package/dist/{components-D-OqQDfD.js → components-D4d_Zcfc.js} +6 -5
  2. package/dist/ui-sdk.js +2 -2
  3. package/dist/ui-sdk.umd.cjs +2 -2
  4. package/dist/{wt-chat-emoji-1hWR2L8o.js → wt-chat-emoji-DJSa3MA_.js} +1 -1
  5. package/dist/{wt-display-chip-items-CMaITt-I.js → wt-display-chip-items-DO5_TTGi.js} +1 -1
  6. package/dist/{wt-send-message-popup-BtaPaXfM.js → wt-send-message-popup-DsEKdBWT.js} +1 -1
  7. package/dist/{wt-type-extension-value-input-D7dRKJ6S.js → wt-type-extension-value-input-BzjijnyS.js} +1 -1
  8. package/dist/{wt-vidstack-player-C59T6heF.js → wt-vidstack-player-BJELcGtw.js} +1 -1
  9. package/package.json +1 -1
  10. package/src/components/wt-call-media-metric/wt-call-media-metric.vue +3 -1
  11. package/src/locale/en/en.js +5 -0
  12. package/src/locale/es/es.js +5 -0
  13. package/src/locale/kz/kz.js +5 -0
  14. package/src/locale/pl/pl.js +5 -0
  15. package/src/locale/ro/ro.js +5 -0
  16. package/src/locale/ru/ru.js +5 -0
  17. package/src/locale/uk/uk.js +5 -0
  18. package/src/locale/uz/uz.js +5 -0
  19. package/src/locale/vi/vi.js +5 -0
  20. package/src/plugins/primevue/theme/components/tooltip/tooltip.js +1 -1
  21. package/types/.tsbuildinfo +1 -1
  22. package/types/components/wt-call-media-metric/wt-call-media-metric.vue.d.ts +2 -0
  23. package/types/locale/en/en.d.ts +5 -0
  24. package/types/locale/es/es.d.ts +13 -4
  25. package/types/locale/i18n.d.ts +45 -0
  26. package/types/locale/index.d.ts +45 -0
  27. package/types/locale/kz/kz.d.ts +13 -4
  28. package/types/locale/pl/pl.d.ts +13 -4
  29. package/types/locale/ro/ro.d.ts +13 -4
  30. package/types/locale/ru/ru.d.ts +13 -4
  31. package/types/locale/uk/uk.d.ts +13 -4
  32. package/types/locale/uz/uz.d.ts +13 -4
  33. package/types/locale/vi/vi.d.ts +13 -4
@@ -4,10 +4,12 @@ type __VLS_Props = {
4
4
  mosAvg?: number | null;
5
5
  size?: (typeof ComponentSize)[keyof typeof ComponentSize];
6
6
  showTooltip?: boolean;
7
+ tooltipTextPrefix?: string;
7
8
  };
8
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
10
  size: (typeof ComponentSize)[keyof typeof ComponentSize];
10
11
  showTooltip: boolean;
12
+ tooltipTextPrefix: string;
11
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
14
  declare const _default: typeof __VLS_export;
13
15
  export default _default;
@@ -265,6 +265,11 @@ declare const _default: {
265
265
  inbound: string;
266
266
  outbound: string;
267
267
  };
268
+ connectionQuality: {
269
+ high: string;
270
+ medium: string;
271
+ low: string;
272
+ };
268
273
  };
269
274
  cases: {
270
275
  status: string;
@@ -290,6 +290,11 @@ declare namespace _default {
290
290
  let outbound: string;
291
291
  }
292
292
  export { direction_1 as direction };
293
+ export namespace connectionQuality {
294
+ let high: string;
295
+ let medium: string;
296
+ let low: string;
297
+ }
293
298
  }
294
299
  export namespace cases {
295
300
  let status_3: string;
@@ -942,10 +947,14 @@ declare namespace _default {
942
947
  let chatHistoryApi: string;
943
948
  let markChatProcessed: string;
944
949
  }
945
- export namespace connectionQuality {
946
- let high: string;
947
- let medium: string;
948
- let low: string;
950
+ export namespace connectionQuality_1 {
951
+ let high_1: string;
952
+ export { high_1 as high };
953
+ let medium_1: string;
954
+ export { medium_1 as medium };
955
+ let low_1: string;
956
+ export { low_1 as low };
949
957
  }
958
+ export { connectionQuality_1 as connectionQuality };
950
959
  }
951
960
  export default _default;
@@ -266,6 +266,11 @@ declare const _default: import("vue-i18n").I18n<{
266
266
  inbound: string;
267
267
  outbound: string;
268
268
  };
269
+ connectionQuality: {
270
+ high: string;
271
+ medium: string;
272
+ low: string;
273
+ };
269
274
  };
270
275
  cases: {
271
276
  status: string;
@@ -1113,6 +1118,11 @@ declare const _default: import("vue-i18n").I18n<{
1113
1118
  inbound: string;
1114
1119
  outbound: string;
1115
1120
  };
1121
+ connectionQuality: {
1122
+ high: string;
1123
+ medium: string;
1124
+ low: string;
1125
+ };
1116
1126
  };
1117
1127
  cases: {
1118
1128
  status: string;
@@ -1963,6 +1973,11 @@ declare const _default: import("vue-i18n").I18n<{
1963
1973
  inbound: string;
1964
1974
  outbound: string;
1965
1975
  };
1976
+ connectionQuality: {
1977
+ high: string;
1978
+ medium: string;
1979
+ low: string;
1980
+ };
1966
1981
  };
1967
1982
  WtApplication: {
1968
1983
  overrideApplicationsAccess: {
@@ -2777,6 +2792,11 @@ declare const _default: import("vue-i18n").I18n<{
2777
2792
  inbound: string;
2778
2793
  outbound: string;
2779
2794
  };
2795
+ connectionQuality: {
2796
+ high: string;
2797
+ medium: string;
2798
+ low: string;
2799
+ };
2780
2800
  };
2781
2801
  cases: {
2782
2802
  status: string;
@@ -3608,6 +3628,11 @@ declare const _default: import("vue-i18n").I18n<{
3608
3628
  inbound: string;
3609
3629
  outbound: string;
3610
3630
  };
3631
+ connectionQuality: {
3632
+ high: string;
3633
+ medium: string;
3634
+ low: string;
3635
+ };
3611
3636
  };
3612
3637
  cases: {
3613
3638
  status: string;
@@ -4441,6 +4466,11 @@ declare const _default: import("vue-i18n").I18n<{
4441
4466
  inbound: string;
4442
4467
  outbound: string;
4443
4468
  };
4469
+ connectionQuality: {
4470
+ high: string;
4471
+ medium: string;
4472
+ low: string;
4473
+ };
4444
4474
  };
4445
4475
  cases: {
4446
4476
  status: string;
@@ -5274,6 +5304,11 @@ declare const _default: import("vue-i18n").I18n<{
5274
5304
  inbound: string;
5275
5305
  outbound: string;
5276
5306
  };
5307
+ connectionQuality: {
5308
+ high: string;
5309
+ medium: string;
5310
+ low: string;
5311
+ };
5277
5312
  };
5278
5313
  cases: {
5279
5314
  status: string;
@@ -6108,6 +6143,11 @@ declare const _default: import("vue-i18n").I18n<{
6108
6143
  inbound: string;
6109
6144
  outbound: string;
6110
6145
  };
6146
+ connectionQuality: {
6147
+ high: string;
6148
+ medium: string;
6149
+ low: string;
6150
+ };
6111
6151
  };
6112
6152
  cases: {
6113
6153
  status: string;
@@ -6941,6 +6981,11 @@ declare const _default: import("vue-i18n").I18n<{
6941
6981
  inbound: string;
6942
6982
  outbound: string;
6943
6983
  };
6984
+ connectionQuality: {
6985
+ high: string;
6986
+ medium: string;
6987
+ low: string;
6988
+ };
6944
6989
  };
6945
6990
  cases: {
6946
6991
  status: string;
@@ -276,6 +276,11 @@ export declare const messages: {
276
276
  inbound: string;
277
277
  outbound: string;
278
278
  };
279
+ connectionQuality: {
280
+ high: string;
281
+ medium: string;
282
+ low: string;
283
+ };
279
284
  };
280
285
  cases: {
281
286
  status: string;
@@ -1123,6 +1128,11 @@ export declare const messages: {
1123
1128
  inbound: string;
1124
1129
  outbound: string;
1125
1130
  };
1131
+ connectionQuality: {
1132
+ high: string;
1133
+ medium: string;
1134
+ low: string;
1135
+ };
1126
1136
  };
1127
1137
  cases: {
1128
1138
  status: string;
@@ -1973,6 +1983,11 @@ export declare const messages: {
1973
1983
  inbound: string;
1974
1984
  outbound: string;
1975
1985
  };
1986
+ connectionQuality: {
1987
+ high: string;
1988
+ medium: string;
1989
+ low: string;
1990
+ };
1976
1991
  };
1977
1992
  WtApplication: {
1978
1993
  overrideApplicationsAccess: {
@@ -2787,6 +2802,11 @@ export declare const messages: {
2787
2802
  inbound: string;
2788
2803
  outbound: string;
2789
2804
  };
2805
+ connectionQuality: {
2806
+ high: string;
2807
+ medium: string;
2808
+ low: string;
2809
+ };
2790
2810
  };
2791
2811
  cases: {
2792
2812
  status: string;
@@ -3618,6 +3638,11 @@ export declare const messages: {
3618
3638
  inbound: string;
3619
3639
  outbound: string;
3620
3640
  };
3641
+ connectionQuality: {
3642
+ high: string;
3643
+ medium: string;
3644
+ low: string;
3645
+ };
3621
3646
  };
3622
3647
  cases: {
3623
3648
  status: string;
@@ -4451,6 +4476,11 @@ export declare const messages: {
4451
4476
  inbound: string;
4452
4477
  outbound: string;
4453
4478
  };
4479
+ connectionQuality: {
4480
+ high: string;
4481
+ medium: string;
4482
+ low: string;
4483
+ };
4454
4484
  };
4455
4485
  cases: {
4456
4486
  status: string;
@@ -5284,6 +5314,11 @@ export declare const messages: {
5284
5314
  inbound: string;
5285
5315
  outbound: string;
5286
5316
  };
5317
+ connectionQuality: {
5318
+ high: string;
5319
+ medium: string;
5320
+ low: string;
5321
+ };
5287
5322
  };
5288
5323
  cases: {
5289
5324
  status: string;
@@ -6118,6 +6153,11 @@ export declare const messages: {
6118
6153
  inbound: string;
6119
6154
  outbound: string;
6120
6155
  };
6156
+ connectionQuality: {
6157
+ high: string;
6158
+ medium: string;
6159
+ low: string;
6160
+ };
6121
6161
  };
6122
6162
  cases: {
6123
6163
  status: string;
@@ -6951,6 +6991,11 @@ export declare const messages: {
6951
6991
  inbound: string;
6952
6992
  outbound: string;
6953
6993
  };
6994
+ connectionQuality: {
6995
+ high: string;
6996
+ medium: string;
6997
+ low: string;
6998
+ };
6954
6999
  };
6955
7000
  cases: {
6956
7001
  status: string;
@@ -290,6 +290,11 @@ declare namespace _default {
290
290
  let outbound: string;
291
291
  }
292
292
  export { direction_1 as direction };
293
+ export namespace connectionQuality {
294
+ let high: string;
295
+ let medium: string;
296
+ let low: string;
297
+ }
293
298
  }
294
299
  export namespace cases {
295
300
  let status_3: string;
@@ -942,10 +947,14 @@ declare namespace _default {
942
947
  let chatHistoryApi: string;
943
948
  let markChatProcessed: string;
944
949
  }
945
- export namespace connectionQuality {
946
- let high: string;
947
- let medium: string;
948
- let low: string;
950
+ export namespace connectionQuality_1 {
951
+ let high_1: string;
952
+ export { high_1 as high };
953
+ let medium_1: string;
954
+ export { medium_1 as medium };
955
+ let low_1: string;
956
+ export { low_1 as low };
949
957
  }
958
+ export { connectionQuality_1 as connectionQuality };
950
959
  }
951
960
  export default _default;
@@ -290,6 +290,11 @@ declare namespace _default {
290
290
  let outbound: string;
291
291
  }
292
292
  export { direction_1 as direction };
293
+ export namespace connectionQuality {
294
+ let high: string;
295
+ let medium: string;
296
+ let low: string;
297
+ }
293
298
  }
294
299
  export namespace cases {
295
300
  let status_3: string;
@@ -942,10 +947,14 @@ declare namespace _default {
942
947
  let chatHistoryApi: string;
943
948
  let markChatProcessed: string;
944
949
  }
945
- export namespace connectionQuality {
946
- let high: string;
947
- let medium: string;
948
- let low: string;
950
+ export namespace connectionQuality_1 {
951
+ let high_1: string;
952
+ export { high_1 as high };
953
+ let medium_1: string;
954
+ export { medium_1 as medium };
955
+ let low_1: string;
956
+ export { low_1 as low };
949
957
  }
958
+ export { connectionQuality_1 as connectionQuality };
950
959
  }
951
960
  export default _default;
@@ -290,6 +290,11 @@ declare namespace _default {
290
290
  let outbound: string;
291
291
  }
292
292
  export { direction_1 as direction };
293
+ export namespace connectionQuality {
294
+ let high: string;
295
+ let medium: string;
296
+ let low: string;
297
+ }
293
298
  }
294
299
  export namespace cases {
295
300
  let status_3: string;
@@ -942,10 +947,14 @@ declare namespace _default {
942
947
  let chatHistoryApi: string;
943
948
  let markChatProcessed: string;
944
949
  }
945
- export namespace connectionQuality {
946
- let high: string;
947
- let medium: string;
948
- let low: string;
950
+ export namespace connectionQuality_1 {
951
+ let high_1: string;
952
+ export { high_1 as high };
953
+ let medium_1: string;
954
+ export { medium_1 as medium };
955
+ let low_1: string;
956
+ export { low_1 as low };
949
957
  }
958
+ export { connectionQuality_1 as connectionQuality };
950
959
  }
951
960
  export default _default;
@@ -309,6 +309,11 @@ declare namespace _default {
309
309
  let outbound: string;
310
310
  }
311
311
  export { direction_1 as direction };
312
+ export namespace connectionQuality {
313
+ let high: string;
314
+ let medium: string;
315
+ let low: string;
316
+ }
312
317
  }
313
318
  export namespace WtApplication {
314
319
  export namespace overrideApplicationsAccess {
@@ -940,10 +945,14 @@ declare namespace _default {
940
945
  let chatHistoryApi: string;
941
946
  let markChatProcessed: string;
942
947
  }
943
- export namespace connectionQuality {
944
- let high: string;
945
- let medium: string;
946
- let low: string;
948
+ export namespace connectionQuality_1 {
949
+ let high_1: string;
950
+ export { high_1 as high };
951
+ let medium_1: string;
952
+ export { medium_1 as medium };
953
+ let low_1: string;
954
+ export { low_1 as low };
947
955
  }
956
+ export { connectionQuality_1 as connectionQuality };
948
957
  }
949
958
  export default _default;
@@ -288,6 +288,11 @@ declare namespace _default {
288
288
  let outbound: string;
289
289
  }
290
290
  export { direction_1 as direction };
291
+ export namespace connectionQuality {
292
+ let high: string;
293
+ let medium: string;
294
+ let low: string;
295
+ }
291
296
  }
292
297
  export namespace cases {
293
298
  let status_3: string;
@@ -940,10 +945,14 @@ declare namespace _default {
940
945
  let chatHistoryApi: string;
941
946
  let markChatProcessed: string;
942
947
  }
943
- export namespace connectionQuality {
944
- let high: string;
945
- let medium: string;
946
- let low: string;
948
+ export namespace connectionQuality_1 {
949
+ let high_1: string;
950
+ export { high_1 as high };
951
+ let medium_1: string;
952
+ export { medium_1 as medium };
953
+ let low_1: string;
954
+ export { low_1 as low };
947
955
  }
956
+ export { connectionQuality_1 as connectionQuality };
948
957
  }
949
958
  export default _default;
@@ -291,6 +291,11 @@ declare namespace _default {
291
291
  let outbound: string;
292
292
  }
293
293
  export { direction_1 as direction };
294
+ export namespace connectionQuality {
295
+ let high: string;
296
+ let medium: string;
297
+ let low: string;
298
+ }
294
299
  }
295
300
  export namespace cases {
296
301
  let status_3: string;
@@ -943,10 +948,14 @@ declare namespace _default {
943
948
  let chatHistoryApi: string;
944
949
  let markChatProcessed: string;
945
950
  }
946
- export namespace connectionQuality {
947
- let high: string;
948
- let medium: string;
949
- let low: string;
951
+ export namespace connectionQuality_1 {
952
+ let high_1: string;
953
+ export { high_1 as high };
954
+ let medium_1: string;
955
+ export { medium_1 as medium };
956
+ let low_1: string;
957
+ export { low_1 as low };
950
958
  }
959
+ export { connectionQuality_1 as connectionQuality };
951
960
  }
952
961
  export default _default;
@@ -290,6 +290,11 @@ declare namespace _default {
290
290
  let outbound: string;
291
291
  }
292
292
  export { direction_1 as direction };
293
+ export namespace connectionQuality {
294
+ let high: string;
295
+ let medium: string;
296
+ let low: string;
297
+ }
293
298
  }
294
299
  export namespace cases {
295
300
  let status_3: string;
@@ -942,10 +947,14 @@ declare namespace _default {
942
947
  let chatHistoryApi: string;
943
948
  let markChatProcessed: string;
944
949
  }
945
- export namespace connectionQuality {
946
- let high: string;
947
- let medium: string;
948
- let low: string;
950
+ export namespace connectionQuality_1 {
951
+ let high_1: string;
952
+ export { high_1 as high };
953
+ let medium_1: string;
954
+ export { medium_1 as medium };
955
+ let low_1: string;
956
+ export { low_1 as low };
949
957
  }
958
+ export { connectionQuality_1 as connectionQuality };
950
959
  }
951
960
  export default _default;