@webitel/ui-sdk 25.4.61 → 25.4.63

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 CHANGED
@@ -1,3 +1,8 @@
1
+ ## [v25.4.62] - 2025-04-15
2
+ ### :sparkles: New Features
3
+ - [`cfd2a1e`](https://github.com/webitel/webitel-ui-sdk/commit/cfd2a1ed1f9090ab36ee28bf61cf4e9cd7991695) - implement locale for list, contact and case [WTEL-6370](https://webitel.atlassian.net/browse/WTEL-6370) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
4
+
5
+
1
6
  ## [v25.4.60] - 2025-04-10
2
7
  ### :bug: Bug Fixes
3
8
  - [`52238a0`](https://github.com/webitel/webitel-ui-sdk/commit/52238a012ec712064a342d011e1614cb3b47656c) - locale in navigation[WTEL-6674](https://webitel.atlassian.net/browse/WTEL-6674) *(commit by [@Lera24](https://github.com/Lera24))*
@@ -1891,3 +1896,4 @@
1891
1896
  [v25.4.58]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.57...v25.4.58
1892
1897
  [v25.4.59]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.58...v25.4.59
1893
1898
  [v25.4.60]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.59...v25.4.60
1899
+ [v25.4.62]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.61...v25.4.62
package/dist/ui-sdk.js CHANGED
@@ -25098,7 +25098,11 @@ const K9 = {
25098
25098
  c();
25099
25099
  return;
25100
25100
  }
25101
- (y = n.data[n.childrenProp]) != null && y.length || a(
25101
+ if ((y = n.data[n.childrenProp]) != null && y.length) {
25102
+ d.value = !d.value;
25103
+ return;
25104
+ }
25105
+ a(
25102
25106
  "update:modelValue",
25103
25107
  n.itemData ? n.data[n.itemData] : n.data
25104
25108
  );