@webitel/ui-sdk 25.4.54 → 25.4.55

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,11 @@
1
+ ## [v25.4.54] - 2025-04-04
2
+ ### :sparkles: New Features
3
+ - [`72696d7`](https://github.com/webitel/webitel-ui-sdk/commit/72696d7f7a14603530974892730d1468a5a38d7d) - ui-datalist/ createdAt filter [WTEL-6512](https://webitel.atlassian.net/browse/WTEL-6512) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
4
+
5
+ ### :bug: Bug Fixes
6
+ - [`ed8b07e`](https://github.com/webitel/webitel-ui-sdk/commit/ed8b07efd0217c04c2dc8dab14e45404a71dface) - implement locale for list, contact and case [WTEL-6611](https://webitel.atlassian.net/browse/WTEL-6611) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
7
+
8
+
1
9
  ## [v25.4.53] - 2025-04-04
2
10
  ### :sparkles: New Features
3
11
  - [`d91de3c`](https://github.com/webitel/webitel-ui-sdk/commit/d91de3ce5cd6d6001519569a7f09ce50fe664219) - ui-datalist/ createdAt filter [WTEL-6512](https://webitel.atlassian.net/browse/WTEL-6512) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
@@ -1829,3 +1837,4 @@
1829
1837
  [v25.4.51]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.50...v25.4.51
1830
1838
  [v25.4.52]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.51...v25.4.52
1831
1839
  [v25.4.53]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.52...v25.4.53
1840
+ [v25.4.54]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.53...v25.4.54
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.4.54",
3
+ "version": "25.4.55",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -7,18 +7,18 @@ import {
7
7
  } from 'webitel-sdk';
8
8
 
9
9
  import {
10
- SupervisorSections,
11
- WebitelApplications,
12
- CrmSections,
13
- AuditorSections,
14
10
  AdminSections,
15
- QueueType,
11
+ AuditorSections,
12
+ ChatGatewayProvider,
13
+ CrmSections,
16
14
  IconAction,
15
+ QueueType,
17
16
  RelativeDatetimeValue,
18
- ChatGatewayProvider,
17
+ SupervisorSections,
18
+ WebitelApplications,
19
19
  } from '../../enums';
20
- import { snakeToCamel } from '../../scripts';
21
20
  import { AccessMode } from '../../modules/ObjectPermissions/_internals/enums/AccessMode.enum.js';
21
+ import { snakeToCamel } from '../../scripts';
22
22
 
23
23
  export default {
24
24
  // describes reusable buttons, actions, default titles, and other ui elements