@webitel/ui-sdk 24.12.159 → 24.12.161
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 +7 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +4183 -4179
- package/dist/ui-sdk.umd.cjs +16 -16
- package/package.json +1 -1
- package/src/components/wt-tree-table/wt-tree-table.vue +6 -2
- package/src/modules/Filters/v2/filters/components/config/dynamic-filter-config-form.vue +0 -3
- package/src/modules/Filters/v2/filters/components/values/_shared/durations/duration-filter-value-field.vue +38 -2
- package/src/modules/Filters/v2/filters/components/values/rating/rating-from-to-filter-value-field.vue +2 -2
- package/src/modules/Filters/v2/filters/components/values/talk-duration/talk-duration-filter-value-field.vue +5 -1
- package/src/modules/Filters/v2/filters/components/values/total-duration/total-duration-filter-value-field.vue +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [v24.12.159] - 2025-02-26
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`81b5716`](https://github.com/webitel/webitel-ui-sdk/commit/81b5716978271ad3b606744bbdf7afb55777a8da) - remove test text from template *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
4
|
+
- [`5d611df`](https://github.com/webitel/webitel-ui-sdk/commit/5d611dff1e5d2e0dce4cbe663397a38ffeb7b9cd) - reset filter config form validation on filter name update *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## [v24.12.158] - 2025-02-26
|
|
2
8
|
### :bug: Bug Fixes
|
|
3
9
|
- [`868902e`](https://github.com/webitel/webitel-ui-sdk/commit/868902e185e8864c5da3afe3666a20b0f917a6fa) - add-filter.svg fill color cleanup [WTEL-6302](https://webitel.atlassian.net/browse/WTEL-6302) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1362,3 +1368,4 @@
|
|
|
1362
1368
|
[v24.12.156]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.155...v24.12.156
|
|
1363
1369
|
[v24.12.157]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.156...v24.12.157
|
|
1364
1370
|
[v24.12.158]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.157...v24.12.158
|
|
1371
|
+
[v24.12.159]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.158...v24.12.159
|