@webitel/ui-sdk 26.6.61 → 26.6.63

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 (63) hide show
  1. package/dist/{clients-DPvJvOx5.js → clients-DtfBVBhI.js} +1 -1
  2. package/dist/{components-GEKIa6Vp.js → components-eoQi5zKf.js} +11 -11
  3. package/dist/{enums-BwgSueOO.js → enums-CoY-pIuZ.js} +2 -1
  4. package/dist/ui-sdk.css +1 -1
  5. package/dist/ui-sdk.js +3 -3
  6. package/dist/ui-sdk.umd.cjs +2 -2
  7. package/dist/{useValidation-Hdk6hzmc.js → useValidation-CBCP45gh.js} +1 -1
  8. package/dist/{wt-action-bar-Dbt6CgEp.js → wt-action-bar-2y3MlEvJ.js} +3 -2
  9. package/dist/{wt-button-BDGLW4OG.js → wt-button-DSxkafVk.js} +2 -2
  10. package/dist/{wt-chat-emoji-CAn773-T.js → wt-chat-emoji-CROATNmD.js} +4 -4
  11. package/dist/{wt-datepicker-BjbWDS8B.js → wt-datepicker-EX4vuaeW.js} +2 -2
  12. package/dist/{wt-display-chip-items-DAnyat0v.js → wt-display-chip-items-BYkx7GAw.js} +1 -1
  13. package/dist/{wt-dual-panel-C54Hwdwc.js → wt-dual-panel-Dn52cFd0.js} +1 -1
  14. package/dist/{wt-expansion-card-CVPU9twV.js → wt-expansion-card-HZjA1zDY.js} +1 -1
  15. package/dist/{wt-expansion-panel-B1u06Hz8.js → wt-expansion-panel-BUta42RO.js} +1 -1
  16. package/dist/{wt-icon-Bd8GvqIt.js → wt-icon-CU2jtYw1.js} +1 -1
  17. package/dist/{wt-icon-action-mNjxBL1c.js → wt-icon-action-DH_n0oGT.js} +7 -3
  18. package/dist/{wt-icon-btn-BL4UZ7Fv.js → wt-icon-btn-eDHK__L_.js} +1 -1
  19. package/dist/{wt-notifications-bar-Tg1pDfMR.js → wt-notifications-bar-BXO9pr7l.js} +2 -2
  20. package/dist/{wt-player-B2-wweFq.js → wt-player-C-Ucuchh.js} +3 -3
  21. package/dist/{wt-search-bar-CPfD4657.js → wt-search-bar-CxrtffQv.js} +1 -1
  22. package/dist/{wt-send-message-popup-Clb-abg5.js → wt-send-message-popup-DuRb4ozr.js} +2 -2
  23. package/dist/{wt-status-select-DCiMHd9K.js → wt-status-select-DEbX08g3.js} +2 -2
  24. package/dist/{wt-timepicker-4bwYBaKQ.js → wt-timepicker-BEj18WiL.js} +2 -2
  25. package/dist/{wt-toast-QzhZGeTp.js → wt-toast-CS54GhLJ.js} +2 -2
  26. package/dist/{wt-tree-table-DM_CRVQQ.js → wt-tree-table-4C0-68hY.js} +1 -1
  27. package/dist/{wt-type-extension-value-input-CP-xZ065.js → wt-type-extension-value-input-BroXv_Jr.js} +3 -3
  28. package/dist/{wt-vidstack-player-CuQ_SOHI.js → wt-vidstack-player-1BqwgHog.js} +4 -4
  29. package/package.json +1 -1
  30. package/src/components/wt-action-bar/WtActionBarActionsOrder.js +1 -0
  31. package/src/components/wt-icon-action/iconMappings.js +2 -0
  32. package/src/components/wt-icon-action/wt-icon-action.vue +2 -0
  33. package/src/components/wt-single-select/wt-single-select.vue +3 -0
  34. package/src/components/wt-status-select/wt-status-select.vue +1 -1
  35. package/src/enums/IconAction/IconAction.enum.js +1 -0
  36. package/src/locale/en/en.js +2 -0
  37. package/src/locale/es/es.js +2 -0
  38. package/src/locale/kz/kz.js +2 -0
  39. package/src/locale/pl/pl.js +2 -0
  40. package/src/locale/ro/ro.js +2 -0
  41. package/src/locale/ru/ru.js +2 -0
  42. package/src/locale/uk/uk.js +2 -0
  43. package/src/locale/uz/uz.js +2 -0
  44. package/src/locale/vi/vi.js +2 -0
  45. package/src/modules/UserNotifications/stores/userNotificationsStore.ts +11 -2
  46. package/src/modules/Userinfo/stores/userinfoStore.ts +3 -2
  47. package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
  48. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +17 -12
  49. package/types/components/wt-icon-action/iconMappings.d.ts +2 -0
  50. package/types/enums/IconAction/IconAction.enum.d.ts +1 -0
  51. package/types/locale/en/en.d.ts +6 -0
  52. package/types/locale/es/es.d.ts +6 -0
  53. package/types/locale/i18n.d.ts +54 -0
  54. package/types/locale/index.d.ts +54 -0
  55. package/types/locale/kz/kz.d.ts +6 -0
  56. package/types/locale/pl/pl.d.ts +6 -0
  57. package/types/locale/ro/ro.d.ts +6 -0
  58. package/types/locale/ru/ru.d.ts +6 -0
  59. package/types/locale/uk/uk.d.ts +6 -0
  60. package/types/locale/uz/uz.d.ts +6 -0
  61. package/types/locale/vi/vi.d.ts +6 -0
  62. package/types/modules/UserNotifications/stores/userNotificationsStore.d.ts +3 -3
  63. package/types/modules/Userinfo/stores/userinfoStore.d.ts +3 -3
@@ -533,6 +533,12 @@ declare const _default: import("vue-i18n").I18n<{
533
533
  sort: ({ named }: {
534
534
  named: any;
535
535
  }) => "Sort ascending" | "Sort descending" | "Sort";
536
+ upload: ({ linked }: {
537
+ linked: any;
538
+ }) => any;
539
+ logout: ({ linked }: {
540
+ linked: any;
541
+ }) => any;
536
542
  };
537
543
  };
538
544
  errorPages: {
@@ -1371,6 +1377,12 @@ declare const _default: import("vue-i18n").I18n<{
1371
1377
  sort: ({ named }: {
1372
1378
  named: any;
1373
1379
  }) => "Orden ascendente" | "Orden descendente" | "Ordenar";
1380
+ upload: ({ linked }: {
1381
+ linked: any;
1382
+ }) => any;
1383
+ logout: ({ linked }: {
1384
+ linked: any;
1385
+ }) => any;
1374
1386
  };
1375
1387
  };
1376
1388
  errorPages: {
@@ -2193,6 +2205,12 @@ declare const _default: import("vue-i18n").I18n<{
2193
2205
  sort: ({ named }: {
2194
2206
  named: any;
2195
2207
  }) => "Сортировка по возрастанию" | "Сортировка по убыванию" | "Сортировка";
2208
+ upload: ({ linked }: {
2209
+ linked: any;
2210
+ }) => any;
2211
+ logout: ({ linked }: {
2212
+ linked: any;
2213
+ }) => any;
2196
2214
  };
2197
2215
  };
2198
2216
  errorPages: {
@@ -3017,6 +3035,12 @@ declare const _default: import("vue-i18n").I18n<{
3017
3035
  sort: ({ named }: {
3018
3036
  named: any;
3019
3037
  }) => "Sortare crescătoare" | "Sortare descrescătoare" | "Sortare";
3038
+ upload: ({ linked }: {
3039
+ linked: any;
3040
+ }) => any;
3041
+ logout: ({ linked }: {
3042
+ linked: any;
3043
+ }) => any;
3020
3044
  };
3021
3045
  };
3022
3046
  errorPages: {
@@ -3839,6 +3863,12 @@ declare const _default: import("vue-i18n").I18n<{
3839
3863
  sort: ({ named }: {
3840
3864
  named: any;
3841
3865
  }) => "Сортування за зростанням" | "Сортування за спаданням" | "Сортування";
3866
+ upload: ({ linked }: {
3867
+ linked: any;
3868
+ }) => any;
3869
+ logout: ({ linked }: {
3870
+ linked: any;
3871
+ }) => any;
3842
3872
  };
3843
3873
  };
3844
3874
  errorPages: {
@@ -4663,6 +4693,12 @@ declare const _default: import("vue-i18n").I18n<{
4663
4693
  sort: ({ named }: {
4664
4694
  named: any;
4665
4695
  }) => "Өсу бойынша сұрыптау" | "Кему бойынша сұрыптау" | "Сұрыптау";
4696
+ upload: ({ linked }: {
4697
+ linked: any;
4698
+ }) => any;
4699
+ logout: ({ linked }: {
4700
+ linked: any;
4701
+ }) => any;
4666
4702
  };
4667
4703
  };
4668
4704
  errorPages: {
@@ -5487,6 +5523,12 @@ declare const _default: import("vue-i18n").I18n<{
5487
5523
  sort: ({ named }: {
5488
5524
  named: any;
5489
5525
  }) => "Sortowanie rosnąco" | "Sortowanie malejąco" | "Sortowanie";
5526
+ upload: ({ linked }: {
5527
+ linked: any;
5528
+ }) => any;
5529
+ logout: ({ linked }: {
5530
+ linked: any;
5531
+ }) => any;
5490
5532
  };
5491
5533
  };
5492
5534
  errorPages: {
@@ -6312,6 +6354,12 @@ declare const _default: import("vue-i18n").I18n<{
6312
6354
  sort: ({ named }: {
6313
6355
  named: any;
6314
6356
  }) => "Oʻsish tartibida saralash" | "Kamayish tartibida saralash" | "Saralash";
6357
+ upload: ({ linked }: {
6358
+ linked: any;
6359
+ }) => any;
6360
+ logout: ({ linked }: {
6361
+ linked: any;
6362
+ }) => any;
6315
6363
  };
6316
6364
  };
6317
6365
  errorPages: {
@@ -7136,6 +7184,12 @@ declare const _default: import("vue-i18n").I18n<{
7136
7184
  sort: ({ named }: {
7137
7185
  named: any;
7138
7186
  }) => "Sắp xếp tăng dần" | "Sắp xếp giảm dần" | "Sắp xếp";
7187
+ upload: ({ linked }: {
7188
+ linked: any;
7189
+ }) => any;
7190
+ logout: ({ linked }: {
7191
+ linked: any;
7192
+ }) => any;
7139
7193
  };
7140
7194
  };
7141
7195
  errorPages: {
@@ -543,6 +543,12 @@ export declare const messages: {
543
543
  sort: ({ named }: {
544
544
  named: any;
545
545
  }) => "Sort ascending" | "Sort descending" | "Sort";
546
+ upload: ({ linked }: {
547
+ linked: any;
548
+ }) => any;
549
+ logout: ({ linked }: {
550
+ linked: any;
551
+ }) => any;
546
552
  };
547
553
  };
548
554
  errorPages: {
@@ -1381,6 +1387,12 @@ export declare const messages: {
1381
1387
  sort: ({ named }: {
1382
1388
  named: any;
1383
1389
  }) => "Orden ascendente" | "Orden descendente" | "Ordenar";
1390
+ upload: ({ linked }: {
1391
+ linked: any;
1392
+ }) => any;
1393
+ logout: ({ linked }: {
1394
+ linked: any;
1395
+ }) => any;
1384
1396
  };
1385
1397
  };
1386
1398
  errorPages: {
@@ -2203,6 +2215,12 @@ export declare const messages: {
2203
2215
  sort: ({ named }: {
2204
2216
  named: any;
2205
2217
  }) => "Сортировка по возрастанию" | "Сортировка по убыванию" | "Сортировка";
2218
+ upload: ({ linked }: {
2219
+ linked: any;
2220
+ }) => any;
2221
+ logout: ({ linked }: {
2222
+ linked: any;
2223
+ }) => any;
2206
2224
  };
2207
2225
  };
2208
2226
  errorPages: {
@@ -3027,6 +3045,12 @@ export declare const messages: {
3027
3045
  sort: ({ named }: {
3028
3046
  named: any;
3029
3047
  }) => "Sortare crescătoare" | "Sortare descrescătoare" | "Sortare";
3048
+ upload: ({ linked }: {
3049
+ linked: any;
3050
+ }) => any;
3051
+ logout: ({ linked }: {
3052
+ linked: any;
3053
+ }) => any;
3030
3054
  };
3031
3055
  };
3032
3056
  errorPages: {
@@ -3849,6 +3873,12 @@ export declare const messages: {
3849
3873
  sort: ({ named }: {
3850
3874
  named: any;
3851
3875
  }) => "Сортування за зростанням" | "Сортування за спаданням" | "Сортування";
3876
+ upload: ({ linked }: {
3877
+ linked: any;
3878
+ }) => any;
3879
+ logout: ({ linked }: {
3880
+ linked: any;
3881
+ }) => any;
3852
3882
  };
3853
3883
  };
3854
3884
  errorPages: {
@@ -4673,6 +4703,12 @@ export declare const messages: {
4673
4703
  sort: ({ named }: {
4674
4704
  named: any;
4675
4705
  }) => "Өсу бойынша сұрыптау" | "Кему бойынша сұрыптау" | "Сұрыптау";
4706
+ upload: ({ linked }: {
4707
+ linked: any;
4708
+ }) => any;
4709
+ logout: ({ linked }: {
4710
+ linked: any;
4711
+ }) => any;
4676
4712
  };
4677
4713
  };
4678
4714
  errorPages: {
@@ -5497,6 +5533,12 @@ export declare const messages: {
5497
5533
  sort: ({ named }: {
5498
5534
  named: any;
5499
5535
  }) => "Sortowanie rosnąco" | "Sortowanie malejąco" | "Sortowanie";
5536
+ upload: ({ linked }: {
5537
+ linked: any;
5538
+ }) => any;
5539
+ logout: ({ linked }: {
5540
+ linked: any;
5541
+ }) => any;
5500
5542
  };
5501
5543
  };
5502
5544
  errorPages: {
@@ -6322,6 +6364,12 @@ export declare const messages: {
6322
6364
  sort: ({ named }: {
6323
6365
  named: any;
6324
6366
  }) => "Oʻsish tartibida saralash" | "Kamayish tartibida saralash" | "Saralash";
6367
+ upload: ({ linked }: {
6368
+ linked: any;
6369
+ }) => any;
6370
+ logout: ({ linked }: {
6371
+ linked: any;
6372
+ }) => any;
6325
6373
  };
6326
6374
  };
6327
6375
  errorPages: {
@@ -7146,6 +7194,12 @@ export declare const messages: {
7146
7194
  sort: ({ named }: {
7147
7195
  named: any;
7148
7196
  }) => "Sắp xếp tăng dần" | "Sắp xếp giảm dần" | "Sắp xếp";
7197
+ upload: ({ linked }: {
7198
+ linked: any;
7199
+ }) => any;
7200
+ logout: ({ linked }: {
7201
+ linked: any;
7202
+ }) => any;
7149
7203
  };
7150
7204
  };
7151
7205
  errorPages: {
@@ -589,6 +589,12 @@ declare namespace _default {
589
589
  sort: ({ named }: {
590
590
  named: any;
591
591
  }) => "Өсу бойынша сұрыптау" | "Кему бойынша сұрыптау" | "Сұрыптау";
592
+ upload: ({ linked }: {
593
+ linked: any;
594
+ }) => any;
595
+ logout: ({ linked }: {
596
+ linked: any;
597
+ }) => any;
592
598
  };
593
599
  }
594
600
  export namespace errorPages {
@@ -589,6 +589,12 @@ declare namespace _default {
589
589
  sort: ({ named }: {
590
590
  named: any;
591
591
  }) => "Sortowanie rosnąco" | "Sortowanie malejąco" | "Sortowanie";
592
+ upload: ({ linked }: {
593
+ linked: any;
594
+ }) => any;
595
+ logout: ({ linked }: {
596
+ linked: any;
597
+ }) => any;
592
598
  };
593
599
  }
594
600
  export namespace errorPages {
@@ -589,6 +589,12 @@ declare namespace _default {
589
589
  sort: ({ named }: {
590
590
  named: any;
591
591
  }) => "Sortare crescătoare" | "Sortare descrescătoare" | "Sortare";
592
+ upload: ({ linked }: {
593
+ linked: any;
594
+ }) => any;
595
+ logout: ({ linked }: {
596
+ linked: any;
597
+ }) => any;
592
598
  };
593
599
  }
594
600
  export namespace errorPages {
@@ -587,6 +587,12 @@ declare namespace _default {
587
587
  sort: ({ named }: {
588
588
  named: any;
589
589
  }) => "Сортировка по возрастанию" | "Сортировка по убыванию" | "Сортировка";
590
+ upload: ({ linked }: {
591
+ linked: any;
592
+ }) => any;
593
+ logout: ({ linked }: {
594
+ linked: any;
595
+ }) => any;
590
596
  };
591
597
  }
592
598
  export namespace errorPages {
@@ -587,6 +587,12 @@ declare namespace _default {
587
587
  sort: ({ named }: {
588
588
  named: any;
589
589
  }) => "Сортування за зростанням" | "Сортування за спаданням" | "Сортування";
590
+ upload: ({ linked }: {
591
+ linked: any;
592
+ }) => any;
593
+ logout: ({ linked }: {
594
+ linked: any;
595
+ }) => any;
590
596
  };
591
597
  }
592
598
  export namespace errorPages {
@@ -590,6 +590,12 @@ declare namespace _default {
590
590
  sort: ({ named }: {
591
591
  named: any;
592
592
  }) => "Oʻsish tartibida saralash" | "Kamayish tartibida saralash" | "Saralash";
593
+ upload: ({ linked }: {
594
+ linked: any;
595
+ }) => any;
596
+ logout: ({ linked }: {
597
+ linked: any;
598
+ }) => any;
593
599
  };
594
600
  }
595
601
  export namespace errorPages {
@@ -589,6 +589,12 @@ declare namespace _default {
589
589
  sort: ({ named }: {
590
590
  named: any;
591
591
  }) => "Sắp xếp tăng dần" | "Sắp xếp giảm dần" | "Sắp xếp";
592
+ upload: ({ linked }: {
593
+ linked: any;
594
+ }) => any;
595
+ logout: ({ linked }: {
596
+ linked: any;
597
+ }) => any;
592
598
  };
593
599
  }
594
600
  export namespace errorPages {
@@ -1,10 +1,10 @@
1
1
  export declare const createUserNotificationsStore: () => import("pinia").StoreDefinition<"userNotifications", Pick<{
2
2
  showNotifications: (userId: string) => Promise<void>;
3
- clearShownUserNotifications: (userId: string) => void;
3
+ clearShownUserNotifications: (userIds: string | string[]) => void;
4
4
  }, never>, Pick<{
5
5
  showNotifications: (userId: string) => Promise<void>;
6
- clearShownUserNotifications: (userId: string) => void;
6
+ clearShownUserNotifications: (userIds: string | string[]) => void;
7
7
  }, never>, Pick<{
8
8
  showNotifications: (userId: string) => Promise<void>;
9
- clearShownUserNotifications: (userId: string) => void;
9
+ clearShownUserNotifications: (userIds: string | string[]) => void;
10
10
  }, "showNotifications" | "clearShownUserNotifications">>;
@@ -20,7 +20,7 @@ export declare const createUserinfoStore: () => import("pinia").StoreDefinition<
20
20
  hasApplicationVisibility: (app: pick) => boolean;
21
21
  logoutUser: () => Promise<void>;
22
22
  showUserNotifications: () => Promise<void>;
23
- clearStorageNotifications: (id?: string) => void;
23
+ clearStorageNotifications: (ids?: string | string[]) => void;
24
24
  }, "timezone" | "userId" | "userInfo">, Pick<{
25
25
  userId: import("vue").Ref<any, any>;
26
26
  userInfo: import("vue").Ref<any, any>;
@@ -42,7 +42,7 @@ export declare const createUserinfoStore: () => import("pinia").StoreDefinition<
42
42
  hasApplicationVisibility: (app: pick) => boolean;
43
43
  logoutUser: () => Promise<void>;
44
44
  showUserNotifications: () => Promise<void>;
45
- clearStorageNotifications: (id?: string) => void;
45
+ clearStorageNotifications: (ids?: string | string[]) => void;
46
46
  }, never>, Pick<{
47
47
  userId: import("vue").Ref<any, any>;
48
48
  userInfo: import("vue").Ref<any, any>;
@@ -64,5 +64,5 @@ export declare const createUserinfoStore: () => import("pinia").StoreDefinition<
64
64
  hasApplicationVisibility: (app: pick) => boolean;
65
65
  logoutUser: () => Promise<void>;
66
66
  showUserNotifications: () => Promise<void>;
67
- clearStorageNotifications: (id?: string) => void;
67
+ clearStorageNotifications: (ids?: string | string[]) => void;
68
68
  }, "initialize" | "hasReadAccess" | "hasCreateAccess" | "hasUpdateAccess" | "hasDeleteAccess" | "routeAccessGuard" | "hasSpecialGlobalActionAccess" | "hasGlobalCrudActionAccess" | "hasLicense" | "hasApplicationVisibility" | "hasSectionVisibility" | "logoutUser" | "showUserNotifications" | "clearStorageNotifications">>;