@webitel/ui-sdk 24.12.161 → 24.12.163
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 +12 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3188 -3182
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/components/wt-tooltip/wt-tooltip.vue +13 -1
- package/src/locale/en/en.js +6 -6
- package/src/locale/ru/ru.js +5 -5
- package/src/locale/ua/ua.js +5 -5
- package/src/modules/Filters/v2/filters/components/config/dynamic-filter-config-view.vue +2 -0
- package/src/modules/Filters/v2/filters/components/dynamic-filter-add-action.vue +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [v24.12.162] - 2025-02-26
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`28e7ba1`](https://github.com/webitel/webitel-ui-sdk/commit/28e7ba1335c45e5a9f5fe0d99050ccea9c78f696) - case-related filter locales [WTEL-6387](https://webitel.atlassian.net/browse/WTEL-6387) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v24.12.161] - 2025-02-26
|
|
7
|
+
### :bug: Bug Fixes
|
|
8
|
+
- [`e37dbdf`](https://github.com/webitel/webitel-ui-sdk/commit/e37dbdf14dd90647672c01f9e68a11a372f548c1) - wt-tree-table.vue selectAll checkbox [WTEL-6385](https://webitel.atlassian.net/browse/WTEL-6385) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## [v24.12.159] - 2025-02-26
|
|
2
12
|
### :bug: Bug Fixes
|
|
3
13
|
- [`81b5716`](https://github.com/webitel/webitel-ui-sdk/commit/81b5716978271ad3b606744bbdf7afb55777a8da) - remove test text from template *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
@@ -1369,3 +1379,5 @@
|
|
|
1369
1379
|
[v24.12.157]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.156...v24.12.157
|
|
1370
1380
|
[v24.12.158]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.157...v24.12.158
|
|
1371
1381
|
[v24.12.159]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.158...v24.12.159
|
|
1382
|
+
[v24.12.161]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.160...v24.12.161
|
|
1383
|
+
[v24.12.162]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.161...v24.12.162
|