@webitel/ui-sdk 24.12.145 → 24.12.147
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 +789 -789
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +2 -2
- package/src/modules/Filters/v2/filters/components/values/author/author-filter-value-field.vue +2 -2
- package/src/modules/Filters/v2/filters/components/values/contact-group/contact-group-filter-value-field.vue +5 -5
- package/src/modules/Filters/v2/filters/components/values/impacted/impacted-filter-value-field.vue +2 -2
- package/src/modules/Filters/v2/filters/components/values/priority-case/priority-case-filter-value-field.vue +2 -2
- package/src/modules/Filters/v2/filters/components/values/reporter/reporter-filter-value-field.vue +2 -2
- package/src/modules/Filters/v2/filters/components/values/sla/sla-filter-value-field.vue +2 -2
- package/src/modules/Filters/v2/filters/components/values/source-case/source-case-filter-value-field.vue +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [v24.12.146] - 2025-02-26
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`ac2db27`](https://github.com/webitel/webitel-ui-sdk/commit/ac2db27a87db22d637db6cd5ede4dbae74d5c9b2) - implimented version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
4
|
+
- [`9c9f083`](https://github.com/webitel/webitel-ui-sdk/commit/9c9f083c78d3c16e0f0fed74a1cde435441cafec) - added validation to some of the cases in filter form *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## [v24.12.144] - 2025-02-25
|
|
2
8
|
### :sparkles: New Features
|
|
3
9
|
- [`7482afc`](https://github.com/webitel/webitel-ui-sdk/commit/7482afca1ed5cb9ba74e5e428d46523c596599c8) - wt-empty buttons disabled props [WTEL-6316](https://webitel.atlassian.net/browse/WTEL-6316) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1290,3 +1296,4 @@
|
|
|
1290
1296
|
[v24.12.142]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.141...v24.12.142
|
|
1291
1297
|
[v24.12.143]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.142...v24.12.143
|
|
1292
1298
|
[v24.12.144]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.143...v24.12.144
|
|
1299
|
+
[v24.12.146]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.145...v24.12.146
|