@webitel/ui-sdk 25.4.59 → 25.4.61
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 +15 -0
- package/package.json +1 -1
- package/src/locale/en/en.js +2 -2
- package/src/locale/ru/ru.js +2 -2
- package/src/locale/ua/ua.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [v25.4.60] - 2025-04-10
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`52238a0`](https://github.com/webitel/webitel-ui-sdk/commit/52238a012ec712064a342d011e1614cb3b47656c) - locale in navigation[WTEL-6674](https://webitel.atlassian.net/browse/WTEL-6674) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
4
|
+
|
|
5
|
+
### :recycle: Refactors
|
|
6
|
+
- [`f411f6d`](https://github.com/webitel/webitel-ui-sdk/commit/f411f6d1a6d78d29de6a54bb88941f24897664e9) - filter options namings [WTEL-6522](https://webitel.atlassian.net/browse/WTEL-6522) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [v25.4.59] - 2025-04-09
|
|
10
|
+
### :recycle: Refactors
|
|
11
|
+
- [`684efa9`](https://github.com/webitel/webitel-ui-sdk/commit/684efa96e24821573afa43c6fbbf68ddf41f311d) - filter options naming refactors and preview api response refactor [WTEL-6522](https://webitel.atlassian.net/browse/WTEL-6522) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
## [v25.4.58] - 2025-04-09
|
|
2
15
|
### :sparkles: New Features
|
|
3
16
|
- [`bef3102`](https://github.com/webitel/webitel-ui-sdk/commit/bef3102568fff67993263737e02422edc8dc2354) - new icon updateCalls added [WTEL-3345](https://webitel.atlassian.net/browse/WTEL-3345) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
@@ -1876,3 +1889,5 @@
|
|
|
1876
1889
|
[v25.4.56]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.55...v25.4.56
|
|
1877
1890
|
[v25.4.57]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.56...v25.4.57
|
|
1878
1891
|
[v25.4.58]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.57...v25.4.58
|
|
1892
|
+
[v25.4.59]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.58...v25.4.59
|
|
1893
|
+
[v25.4.60]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.59...v25.4.60
|
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
} from 'webitel-sdk';
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
|
-
AdminSections,
|
|
11
10
|
AuditorSections,
|
|
12
11
|
ChatGatewayProvider,
|
|
13
|
-
CrmSections,
|
|
14
12
|
IconAction,
|
|
15
13
|
QueueType,
|
|
16
14
|
RelativeDatetimeValue,
|
|
17
15
|
SupervisorSections,
|
|
18
16
|
WebitelApplications,
|
|
19
17
|
} from '../../enums';
|
|
18
|
+
import CrmSections from '../../enums/WebitelApplications/CrmSections.enum.js';
|
|
19
|
+
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum.js';
|
|
20
20
|
import { AccessMode } from '../../modules/ObjectPermissions/_internals/enums/AccessMode.enum.js';
|
|
21
21
|
import { snakeToCamel } from '../../scripts';
|
|
22
22
|
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
} from 'webitel-sdk';
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
|
-
AdminSections,
|
|
11
10
|
AuditorSections,
|
|
12
11
|
ChatGatewayProvider,
|
|
13
|
-
CrmSections,
|
|
14
12
|
IconAction,
|
|
15
13
|
QueueType,
|
|
16
14
|
RelativeDatetimeValue,
|
|
17
15
|
SupervisorSections,
|
|
18
16
|
WebitelApplications,
|
|
19
17
|
} from '../../enums';
|
|
18
|
+
import CrmSections from '../../enums/WebitelApplications/CrmSections.enum.js';
|
|
19
|
+
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum.js';
|
|
20
20
|
import { AccessMode } from '../../modules/ObjectPermissions/_internals/enums/AccessMode.enum.js';
|
|
21
21
|
import { snakeToCamel } from '../../scripts';
|
|
22
22
|
|
package/src/locale/ua/ua.js
CHANGED
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
} from 'webitel-sdk';
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
|
-
AdminSections,
|
|
11
10
|
AuditorSections,
|
|
12
11
|
ChatGatewayProvider,
|
|
13
|
-
CrmSections,
|
|
14
12
|
IconAction,
|
|
15
13
|
QueueType,
|
|
16
14
|
RelativeDatetimeValue,
|
|
17
15
|
SupervisorSections,
|
|
18
16
|
WebitelApplications,
|
|
19
17
|
} from '../../enums';
|
|
18
|
+
import CrmSections from '../../enums/WebitelApplications/CrmSections.enum.js';
|
|
19
|
+
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum.js';
|
|
20
20
|
import { AccessMode } from '../../modules/ObjectPermissions/_internals/enums/AccessMode.enum.js';
|
|
21
21
|
import { snakeToCamel } from '../../scripts';
|
|
22
22
|
|