@webitel/ui-sdk 24.8.5 → 24.8.7

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.8.5",
3
+ "version": "24.8.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -35,6 +35,7 @@ export default {
35
35
  min-height: var(--headline-min-height);
36
36
  border-radius: var(--border-radius);
37
37
  background: var(--wt-headline-background-color);
38
+ gap: var(--headline-nav-gap);
38
39
  }
39
40
 
40
41
  .wt-headline__title {
@@ -99,8 +99,7 @@ const props = defineProps({
99
99
  }
100
100
 
101
101
  .wt-headline-nav__title {
102
- overflow: hidden;
103
- text-overflow: ellipsis;
102
+ word-break: break-word;
104
103
  }
105
104
  }
106
105
  </style>
@@ -5,6 +5,8 @@ import {
5
5
  ChannelType,
6
6
  EngineRoutingSchemaType,
7
7
  } from 'webitel-sdk';
8
+ import ChatGatewayProvider
9
+ from '../../enums/ChatGatewayProvider/ChatGatewayProvider.enum.js';
8
10
  import QueueType from '../../enums/QueueType/QueueType.enum.js';
9
11
  import AdminSections
10
12
  from '../../enums/WebitelApplications/AdminSections.enum.js';
@@ -118,6 +120,7 @@ export default {
118
120
  region: 'Region | Regions',
119
121
  communicationType: 'Communication type | Communication types',
120
122
  grantee: 'Grantee | Grantees',
123
+ user: 'User | Users',
121
124
  queue: {
122
125
  type: {
123
126
  [QueueType.INBOUND_QUEUE]: 'Inbound queue',
@@ -148,6 +151,15 @@ export default {
148
151
  [EngineRoutingSchemaType.Processing]: 'Forms',
149
152
  },
150
153
  },
154
+ messengers: {
155
+ [ChatGatewayProvider.TELEGRAM_BOT]: 'Telegram Bot',
156
+ [ChatGatewayProvider.TELEGRAM_APP]: 'Telegram App',
157
+ [ChatGatewayProvider.MESSENGER]: 'Meta',
158
+ [ChatGatewayProvider.VIBER]: 'Viber',
159
+ [ChatGatewayProvider.WEBCHAT]: 'Web chat',
160
+ [ChatGatewayProvider.INFOBIP]: 'Infobip',
161
+ [ChatGatewayProvider.CUSTOM]: 'Custom Chat Gateway',
162
+ },
151
163
  },
152
164
  channel: {
153
165
  state: {
@@ -5,6 +5,8 @@ import {
5
5
  ChannelType,
6
6
  EngineRoutingSchemaType,
7
7
  } from 'webitel-sdk';
8
+ import ChatGatewayProvider
9
+ from '../../enums/ChatGatewayProvider/ChatGatewayProvider.enum.js';
8
10
  import QueueType from '../../enums/QueueType/QueueType.enum.js';
9
11
  import AdminSections
10
12
  from '../../enums/WebitelApplications/AdminSections.enum.js';
@@ -117,6 +119,7 @@ export default {
117
119
  region: 'Регион | Регионы',
118
120
  communicationType: 'Тип связи | Типы связи',
119
121
  grantee: 'Получатель | Получатели',
122
+ user: 'Пользователь | Пользователи',
120
123
  queue: {
121
124
  type: {
122
125
  [QueueType.INBOUND_QUEUE]: 'Входящая очередь',
@@ -147,6 +150,15 @@ export default {
147
150
  [EngineRoutingSchemaType.Processing]: 'Формы',
148
151
  },
149
152
  },
153
+ messengers: {
154
+ [ChatGatewayProvider.TELEGRAM_BOT]: 'Telegram Бот',
155
+ [ChatGatewayProvider.TELEGRAM_APP]: 'Telegram Приложение',
156
+ [ChatGatewayProvider.MESSENGER]: 'Meta',
157
+ [ChatGatewayProvider.VIBER]: 'Viber',
158
+ [ChatGatewayProvider.WEBCHAT]: 'Web chat',
159
+ [ChatGatewayProvider.INFOBIP]: 'Infobip',
160
+ [ChatGatewayProvider.CUSTOM]: 'Custom Chat Gateway',
161
+ },
150
162
  },
151
163
  channel: {
152
164
  state: {
@@ -5,6 +5,8 @@ import {
5
5
  ChannelType,
6
6
  EngineRoutingSchemaType,
7
7
  } from 'webitel-sdk';
8
+ import ChatGatewayProvider
9
+ from '../../enums/ChatGatewayProvider/ChatGatewayProvider.enum.js';
8
10
  import QueueType from '../../enums/QueueType/QueueType.enum.js';
9
11
  import AdminSections
10
12
  from '../../enums/WebitelApplications/AdminSections.enum.js';
@@ -117,6 +119,7 @@ export default {
117
119
  region: 'Регіон | Регіони',
118
120
  communicationType: 'Тип зв\'язку | Типи зв\'язку',
119
121
  grantee: 'Отримувач | Отримувачі',
122
+ user: 'Користувач | Користувачі',
120
123
  queue: {
121
124
  type: {
122
125
  [QueueType.INBOUND_QUEUE]: 'Вхідна черга',
@@ -147,6 +150,15 @@ export default {
147
150
  [EngineRoutingSchemaType.Processing]: 'Форми',
148
151
  },
149
152
  },
153
+ messengers: {
154
+ [ChatGatewayProvider.TELEGRAM_BOT]: 'Telegram Бот',
155
+ [ChatGatewayProvider.TELEGRAM_APP]: 'Telegram Застосунок',
156
+ [ChatGatewayProvider.MESSENGER]: 'Meta',
157
+ [ChatGatewayProvider.VIBER]: 'Viber',
158
+ [ChatGatewayProvider.WEBCHAT]: 'Web chat',
159
+ [ChatGatewayProvider.INFOBIP]: 'Infobip',
160
+ [ChatGatewayProvider.CUSTOM]: 'Custom Chat Gateway',
161
+ },
150
162
  },
151
163
  channel: {
152
164
  state: {