@webitel/ui-sdk 24.12.133 → 24.12.135
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 +2918 -2918
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/modules/Filters/v2/filters/components/values/created-at-from/created-at-from-filter-value-field.vue +1 -0
- package/src/modules/Filters/v2/filters/components/values/created-at-from/created-at-from-filter-value-preview.vue +1 -1
- package/src/modules/Filters/v2/filters/components/values/created-at-to/created-at-to-filter-value-field.vue +1 -0
- package/src/modules/Filters/v2/filters/components/values/created-at-to/created-at-to-filter-value-preview.vue +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [v24.12.133] - 2025-02-24
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`c64e3ea`](https://github.com/webitel/webitel-ui-sdk/commit/c64e3ea7c73234b99de8de242bb846901b97c98b) - implement slot for custom message on delete confirmation popup *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## [v24.12.132] - 2025-02-24
|
|
2
7
|
### :bug: Bug Fixes
|
|
3
8
|
- [`3f09e93`](https://github.com/webitel/webitel-ui-sdk/commit/3f09e93db32f63c1ae1b5020b63e8a4e61c996d6) - cases status indicator colors [WTEL-6240](https://webitel.atlassian.net/browse/WTEL-6240) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1229,3 +1234,4 @@
|
|
|
1229
1234
|
[v24.12.130]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.129...v24.12.130
|
|
1230
1235
|
[v24.12.131]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.130...v24.12.131
|
|
1231
1236
|
[v24.12.132]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.131...v24.12.132
|
|
1237
|
+
[v24.12.133]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.132...v24.12.133
|