@webitel/ui-sdk 24.12.152 → 24.12.154
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/dist/ui-sdk.js +2690 -2690
- package/dist/ui-sdk.umd.cjs +13 -13
- package/package.json +1 -1
- package/src/locale/en/en.js +1 -1
- package/src/locale/ru/ru.js +1 -1
- package/src/locale/ua/ua.js +1 -1
- package/src/modules/Filters/v2/filters/components/dynamic-filter-search.vue +6 -1
- package/src/modules/Filters/v2/filters/components/preview/dynamic-filter-preview.vue +1 -1
- package/src/modules/Userinfo/v2/scripts/utils.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [v24.12.153] - 2025-02-26
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`37d358c`](https://github.com/webitel/webitel-ui-sdk/commit/37d358c5a69914625321c5b856ff9e5876e6bec2) - start of today predefined filter [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
|
|
5
|
+
### :bug: Bug Fixes
|
|
6
|
+
- [`5431a8a`](https://github.com/webitel/webitel-ui-sdk/commit/5431a8aed61133d8f38ca8355d0a084083c167f6) - access control app visibility access null value erorr handling *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [v24.12.152] - 2025-02-26
|
|
10
|
+
### :sparkles: New Features
|
|
11
|
+
- [`58be895`](https://github.com/webitel/webitel-ui-sdk/commit/58be895872e6f88dc1117e2d482479aa9f1dca35) - start of today predefined filter label locale [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
## [v24.12.151] - 2025-02-26
|
|
2
15
|
### :bug: Bug Fixes
|
|
3
16
|
- [`117d4e9`](https://github.com/webitel/webitel-ui-sdk/commit/117d4e9ba35dcd89648faee1cb3faba605c0ed09) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1322,3 +1335,5 @@
|
|
|
1322
1335
|
[v24.12.148]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.147...v24.12.148
|
|
1323
1336
|
[v24.12.149]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.148...v24.12.149
|
|
1324
1337
|
[v24.12.151]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.149...v24.12.151
|
|
1338
|
+
[v24.12.152]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.151...v24.12.152
|
|
1339
|
+
[v24.12.153]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.152...v24.12.153
|