@webitel/ui-sdk 26.6.76 → 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.
Files changed (34) hide show
  1. package/dist/{components-BTdvsbd3.js → components-DfoMgyOo.js} +3 -3
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +125 -125
  5. package/dist/{wt-chat-emoji-HFmQmJ8S.js → wt-chat-emoji-ePyFdXBg.js} +1 -1
  6. package/dist/{wt-datepicker-CxwX-c2T.js → wt-datepicker-Dj4InHRH.js} +94 -67
  7. package/dist/{wt-display-chip-items-Bmqm6_Ef.js → wt-display-chip-items-B6wckCGh.js} +1 -1
  8. package/dist/{wt-send-message-popup-BDPAZ-Wt.js → wt-send-message-popup-CrNuWhly.js} +1 -1
  9. package/dist/{wt-type-extension-value-input-BpT4QIMd.js → wt-type-extension-value-input-DXALLG2f.js} +1 -1
  10. package/dist/{wt-vidstack-player-DIL9OGud.js → wt-vidstack-player-D5Coove0.js} +1 -1
  11. package/package.json +1 -1
  12. package/src/components/wt-datepicker/_internals/composables/useRestoreOnBlur.ts +53 -0
  13. package/src/components/wt-datepicker/wt-datepicker.vue +14 -0
  14. package/src/locale/en/en.js +1 -1
  15. package/src/locale/es/es.js +1 -1
  16. package/src/locale/kz/kz.js +1 -1
  17. package/src/locale/pl/pl.js +1 -1
  18. package/src/locale/ro/ro.js +1 -1
  19. package/src/locale/ru/ru.js +1 -1
  20. package/src/locale/uk/uk.js +1 -1
  21. package/src/locale/uz/uz.js +1 -1
  22. package/src/locale/vi/vi.js +1 -1
  23. package/types/components/wt-datepicker/_internals/composables/useRestoreOnBlur.d.ts +21 -0
  24. package/types/locale/en/en.d.ts +1 -3
  25. package/types/locale/es/es.d.ts +1 -3
  26. package/types/locale/i18n.d.ts +9 -27
  27. package/types/locale/index.d.ts +9 -27
  28. package/types/locale/kz/kz.d.ts +1 -3
  29. package/types/locale/pl/pl.d.ts +1 -3
  30. package/types/locale/ro/ro.d.ts +1 -3
  31. package/types/locale/ru/ru.d.ts +1 -3
  32. package/types/locale/uk/uk.d.ts +1 -3
  33. package/types/locale/uz/uz.d.ts +1 -3
  34. package/types/locale/vi/vi.d.ts +1 -3
@@ -538,9 +538,7 @@ declare const _default: import("vue-i18n").I18n<{
538
538
  upload: ({ linked }: {
539
539
  linked: any;
540
540
  }) => any;
541
- logout: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
7209
- linked: any;
7210
- }) => any;
7192
+ logout: string;
7211
7193
  };
7212
7194
  };
7213
7195
  errorPages: {
@@ -548,9 +548,7 @@ export declare const messages: {
548
548
  upload: ({ linked }: {
549
549
  linked: any;
550
550
  }) => any;
551
- logout: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
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: ({ linked }: {
7219
- linked: any;
7220
- }) => any;
7202
+ logout: string;
7221
7203
  };
7222
7204
  };
7223
7205
  errorPages: {
@@ -594,9 +594,7 @@ declare namespace _default {
594
594
  upload: ({ linked }: {
595
595
  linked: any;
596
596
  }) => any;
597
- logout: ({ linked }: {
598
- linked: any;
599
- }) => any;
597
+ logout: string;
600
598
  };
601
599
  }
602
600
  export namespace errorPages {
@@ -594,9 +594,7 @@ declare namespace _default {
594
594
  upload: ({ linked }: {
595
595
  linked: any;
596
596
  }) => any;
597
- logout: ({ linked }: {
598
- linked: any;
599
- }) => any;
597
+ logout: string;
600
598
  };
601
599
  }
602
600
  export namespace errorPages {
@@ -594,9 +594,7 @@ declare namespace _default {
594
594
  upload: ({ linked }: {
595
595
  linked: any;
596
596
  }) => any;
597
- logout: ({ linked }: {
598
- linked: any;
599
- }) => any;
597
+ logout: string;
600
598
  };
601
599
  }
602
600
  export namespace errorPages {
@@ -592,9 +592,7 @@ declare namespace _default {
592
592
  upload: ({ linked }: {
593
593
  linked: any;
594
594
  }) => any;
595
- logout: ({ linked }: {
596
- linked: any;
597
- }) => any;
595
+ logout: string;
598
596
  };
599
597
  }
600
598
  export namespace errorPages {
@@ -592,9 +592,7 @@ declare namespace _default {
592
592
  upload: ({ linked }: {
593
593
  linked: any;
594
594
  }) => any;
595
- logout: ({ linked }: {
596
- linked: any;
597
- }) => any;
595
+ logout: string;
598
596
  };
599
597
  }
600
598
  export namespace errorPages {
@@ -595,9 +595,7 @@ declare namespace _default {
595
595
  upload: ({ linked }: {
596
596
  linked: any;
597
597
  }) => any;
598
- logout: ({ linked }: {
599
- linked: any;
600
- }) => any;
598
+ logout: string;
601
599
  };
602
600
  }
603
601
  export namespace errorPages {
@@ -594,9 +594,7 @@ declare namespace _default {
594
594
  upload: ({ linked }: {
595
595
  linked: any;
596
596
  }) => any;
597
- logout: ({ linked }: {
598
- linked: any;
599
- }) => any;
597
+ logout: string;
600
598
  };
601
599
  }
602
600
  export namespace errorPages {