@webitel/ui-sdk 24.12.143 → 24.12.145
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 +18 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3040 -3024
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/components/wt-empty/wt-empty.vue +18 -0
- package/src/modules/Filters/v2/filters/components/values/service-case/service-case-filter-value-field.vue +1 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [v24.12.144] - 2025-02-25
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`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))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v24.12.143] - 2025-02-25
|
|
7
|
+
### :bug: Bug Fixes
|
|
8
|
+
- [`3fe5f0a`](https://github.com/webitel/webitel-ui-sdk/commit/3fe5f0aa8fd67f92ea521f11a343726d900b7e74) - wt-empty text locale on filters [WTEL-6316](https://webitel.atlassian.net/browse/WTEL-6316) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [v24.12.142] - 2025-02-25
|
|
12
|
+
### :bug: Bug Fixes
|
|
13
|
+
- [`a952e21`](https://github.com/webitel/webitel-ui-sdk/commit/a952e21c842a3e70c6f3b07825343ffa0dc0e7df) - navbar 'current' highlight computing [WTEL-6174](https://webitel.atlassian.net/browse/WTEL-6174) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
## [v24.12.141] - 2025-02-25
|
|
2
17
|
### :bug: Bug Fixes
|
|
3
18
|
- [`9dbf2a3`](https://github.com/webitel/webitel-ui-sdk/commit/9dbf2a3165a1062ced22441786eeaa469f7949b7) - "rated" filter/v2 [WTEL-6298](https://webitel.atlassian.net/browse/WTEL-6298) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1272,3 +1287,6 @@
|
|
|
1272
1287
|
[v24.12.138]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.137...v24.12.138
|
|
1273
1288
|
[v24.12.139]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.138...v24.12.139
|
|
1274
1289
|
[v24.12.141]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.140...v24.12.141
|
|
1290
|
+
[v24.12.142]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.141...v24.12.142
|
|
1291
|
+
[v24.12.143]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.142...v24.12.143
|
|
1292
|
+
[v24.12.144]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.143...v24.12.144
|