@webitel/ui-sdk 24.12.127 → 24.12.129
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 +6 -0
- package/dist/ui-sdk.js +2919 -2919
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/components/wt-icon-action/iconMappings.js +1 -1
- package/src/locale/en/en.js +20 -22
- package/src/locale/ru/ru.js +19 -21
- package/src/locale/ua/ua.js +19 -21
- package/src/modules/Filters/v2/filters/components/config/dynamic-filter-config-form.vue +0 -11
- package/src/modules/Filters/v2/filters/components/preview/dynamic-filter-preview.vue +11 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [v24.12.127] - 2025-02-23
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`2e58ef3`](https://github.com/webitel/webitel-ui-sdk/commit/2e58ef3f7facaadc051043f28679f631ac857ecc) - clear dynamic filter default label value *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## [v24.12.124] - 2025-02-23
|
|
2
7
|
### :sparkles: New Features
|
|
3
8
|
- [`a5ecde2`](https://github.com/webitel/webitel-ui-sdk/commit/a5ecde238135d06e6147977024589a6b72e74284) - pinia table store configuration extensions to support parentId/child relation, + etag support for deleteEls method [WTEL-6345](https://webitel.atlassian.net/browse/WTEL-6345) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1199,3 +1204,4 @@
|
|
|
1199
1204
|
[v24.12.122]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.121...v24.12.122
|
|
1200
1205
|
[v24.12.123]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.122...v24.12.123
|
|
1201
1206
|
[v24.12.124]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.123...v24.12.124
|
|
1207
|
+
[v24.12.127]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.126...v24.12.127
|