@webitel/ui-sdk 25.4.39 → 25.4.40

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [v25.4.39] - 2025-03-19
2
+ ### :sparkles: New Features
3
+ - [`c96c7b1`](https://github.com/webitel/webitel-ui-sdk/commit/c96c7b1c599f7e8ce9ab0db2e2d9b889d4432c21) - added timestamp to buildVersion info [WTEL-6537](https://webitel.atlassian.net/browse/WTEL-6537) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
4
+
5
+
1
6
  ## [v25.4.38] - 2025-03-18
2
7
  ### :sparkles: New Features
3
8
  - [`d7e3989`](https://github.com/webitel/webitel-ui-sdk/commit/d7e39894bbc86f358148fc8b7c629d7ce85cb6ad) - added husky to project, added pre-commit linting hook [WTEL-6537](https://webitel.atlassian.net/browse/WTEL-6537) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
@@ -1699,3 +1704,4 @@
1699
1704
  [v25.4.36]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.35...v25.4.36
1700
1705
  [v25.4.37]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.36...v25.4.37
1701
1706
  [v25.4.38]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.37...v25.4.38
1707
+ [v25.4.39]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.38...v25.4.39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.4.39",
3
+ "version": "25.4.40",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -83,6 +83,7 @@ export default {
83
83
  draggable: 'Draggable',
84
84
  unassigned: 'Unassigned',
85
85
  showUnassigned: 'Show unassigned',
86
+ group: 'Group',
86
87
  },
87
88
  // yak zhe ya zaebalsya povtoriaty odni i ti sami slova!!!!
88
89
  vocabulary: {
@@ -237,7 +238,7 @@ export default {
237
238
  reporter: 'Reporter',
238
239
  impacted: 'Impacted',
239
240
  assignee: 'Assignee',
240
- group: 'Group',
241
+ groupPerformers: 'Group',
241
242
  reason: 'Reason | Reasons',
242
243
  rating: 'Rating',
243
244
  service: 'Service | Services',
@@ -546,7 +547,7 @@ export default {
546
547
  return linked('vocabulary.contact');
547
548
  },
548
549
  contactGroup: ({ linked }) => {
549
- return linked('cases.group');
550
+ return linked('cases.groupPerformers');
550
551
  },
551
552
  createdAtFrom: ({ linked }) => {
552
553
  return linked('reusable.from');
@@ -83,6 +83,7 @@ export default {
83
83
  draggable: 'Перетащить',
84
84
  unassigned: 'Неназначенные',
85
85
  showUnassigned: 'Показать неназначенные',
86
+ group: 'Группа',
86
87
  },
87
88
  vocabulary: {
88
89
  apply: 'Применить',
@@ -230,7 +231,7 @@ export default {
230
231
  reporter: 'Инициатор',
231
232
  impacted: 'Влияет на',
232
233
  assignee: 'Исполнитель',
233
- group: 'Группа исполнителей',
234
+ groupPerformers: 'Группа исполнителей',
234
235
  reason: 'Причина | Причины',
235
236
  rating: 'Оценка',
236
237
  service: 'Сервисы | Сервисы',
@@ -544,7 +545,7 @@ export default {
544
545
  return linked('vocabulary.contact');
545
546
  },
546
547
  contactGroup: ({ linked }) => {
547
- return linked('cases.group');
548
+ return linked('cases.groupPerformers');
548
549
  },
549
550
  createdAtFrom: ({ linked }) => {
550
551
  return linked('reusable.from');
@@ -84,6 +84,7 @@ export default {
84
84
  draggable: 'Перетягнути',
85
85
  unassigned: 'Непризначені',
86
86
  showUnassigned: 'Показати непризначені',
87
+ group: 'Група',
87
88
  },
88
89
  vocabulary: {
89
90
  apply: 'Застосувати',
@@ -236,7 +237,7 @@ export default {
236
237
  reporter: 'Ініціатор',
237
238
  impacted: 'Впливає на',
238
239
  assignee: 'Виконавець',
239
- group: 'Група виконавців',
240
+ groupPerformers: 'Група виконавців',
240
241
  reason: 'Причина | Причини',
241
242
  rating: 'Оцінка',
242
243
  service: 'Cервіси | Cервіси',
@@ -544,7 +545,7 @@ export default {
544
545
  return linked('vocabulary.contact');
545
546
  },
546
547
  contactGroup: ({ linked }) => {
547
- return linked('cases.group');
548
+ return linked('cases.groupPerformers');
548
549
  },
549
550
  createdAtFrom: ({ linked }) => {
550
551
  return linked('reusable.from');