@webitel/ui-sdk 24.12.151 → 24.12.153
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 +13 -0
- package/dist/ui-sdk.js +249 -249
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/locale/en/en.js +5 -0
- package/src/locale/ru/ru.js +5 -0
- package/src/locale/ua/ua.js +5 -0
- 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,14 @@
|
|
|
1
|
+
## [v24.12.152] - 2025-02-26
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`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))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v24.12.151] - 2025-02-26
|
|
7
|
+
### :bug: Bug Fixes
|
|
8
|
+
- [`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))*
|
|
9
|
+
- [`3017e24`](https://github.com/webitel/webitel-ui-sdk/commit/3017e24c83574ee2d29ece0bcc1c1c116de1ac69) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
## [v24.12.149] - 2025-02-26
|
|
2
13
|
### :bug: Bug Fixes
|
|
3
14
|
- [`da65f12`](https://github.com/webitel/webitel-ui-sdk/commit/da65f1279ead60945f3b7da31bcda5192be92cba) - pagination store page/size type coercion after refresh [WTEL-6313](https://webitel.atlassian.net/browse/WTEL-6313) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1315,3 +1326,5 @@
|
|
|
1315
1326
|
[v24.12.147]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.146...v24.12.147
|
|
1316
1327
|
[v24.12.148]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.147...v24.12.148
|
|
1317
1328
|
[v24.12.149]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.148...v24.12.149
|
|
1329
|
+
[v24.12.151]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.149...v24.12.151
|
|
1330
|
+
[v24.12.152]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.151...v24.12.152
|