@webitel/ui-sdk 24.12.137 → 24.12.139
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.js +3100 -3100
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +7 -4
- package/src/modules/Filters/v2/filters/classes/FiltersManager.ts +5 -5
- package/src/modules/Filters/v2/filters/components/config/dynamic-filter-config-view.vue +10 -1
- package/src/modules/Filters/v2/filters/components/enums/boolean-options.ts +2 -2
- package/src/modules/Filters/v2/filters/components/preview/dynamic-filter-preview.vue +7 -5
- package/src/modules/Filters/v2/filters/components/values/_shared/has-options/has-option-filter-value-field.vue +13 -4
- package/src/modules/Filters/v2/filters/components/values/has-file/HasFileFilter.d.ts +1 -0
- package/src/modules/Filters/v2/filters/components/values/has-file/has-file-filter-value-field.vue +4 -3
- package/src/modules/Filters/v2/filters/components/values/has-file/has-file-filter-value-preview.vue +1 -4
- package/src/modules/Filters/v2/filters/components/values/has-transcription/HasTranscriptionFilter.d.ts +1 -0
- package/src/modules/Filters/v2/filters/components/values/has-transcription/has-transcription-filter-value-field.vue +3 -3
- package/src/modules/Filters/v2/filters/components/values/has-transcription/has-transcription-filter-value-preview.vue +1 -4
- package/src/modules/Filters/v2/filters/components/values/index.js +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [v24.12.138] - 2025-02-25
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`7ad954c`](https://github.com/webitel/webitel-ui-sdk/commit/7ad954c124f0c4c612d056b3a33bb91eff4b6e03) - yes/no transcript and recording filters fix [WTEL-6286](https://webitel.atlassian.net/browse/WTEL-6286) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
- [`7c6b085`](https://github.com/webitel/webitel-ui-sdk/commit/7c6b0851dcc98fdbe55d916cb52b129e0fb20169) - local link run dev failure *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## [v24.12.136] - 2025-02-24
|
|
2
8
|
### :bug: Bug Fixes
|
|
3
9
|
- [`b76a25d`](https://github.com/webitel/webitel-ui-sdk/commit/b76a25d09dc70ad621fefbe0805d302b2933a309) - total duration, talk duration filters previews fixed [WTEL-6289](https://webitel.atlassian.net/browse/WTEL-6289) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1253,3 +1259,4 @@
|
|
|
1253
1259
|
[v24.12.134]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.133...v24.12.134
|
|
1254
1260
|
[v24.12.135]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.134...v24.12.135
|
|
1255
1261
|
[v24.12.136]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.135...v24.12.136
|
|
1262
|
+
[v24.12.138]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.137...v24.12.138
|