@webitel/ui-sdk 24.12.57 → 24.12.59

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.12.57",
3
+ "version": "24.12.59",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -93,7 +93,8 @@ export default {
93
93
  channel: 'Channel',
94
94
  file: 'File',
95
95
  logout: 'Logout',
96
- priority: 'Priority',
96
+ priority: 'Priority | Priorities',
97
+ color: 'Color',
97
98
  variables: 'Variable | Variables',
98
99
  type: 'Type',
99
100
  tag: 'Tag | Tags',
@@ -92,7 +92,8 @@ export default {
92
92
  channel: 'Канал',
93
93
  file: 'Файл',
94
94
  logout: 'Выйти',
95
- priority: 'Приоритет',
95
+ priority: 'Приоритет | Приоритеты',
96
+ color: 'Цвет',
96
97
  variables: 'Переменная | Переменные',
97
98
  type: 'Тип',
98
99
  tag: 'Тег | Теги',
@@ -93,7 +93,8 @@ export default {
93
93
  channel: 'Канал',
94
94
  file: 'Файл',
95
95
  logout: 'Вийти',
96
- priority: 'Пріоритет',
96
+ priority: 'Пріоритет | Пріоритети',
97
+ color: 'Колір',
97
98
  variables: 'Змінна | Змінні',
98
99
  type: 'Тип',
99
100
  tag: 'Тег | Теги',
@@ -82,6 +82,8 @@ const close = () => {
82
82
  const { query, hash, name } = route;
83
83
  const { permissionId, ...params } = route.params;
84
84
 
85
+ grantee.value = null;
86
+
85
87
  return router.push({
86
88
  query,
87
89
  hash,