@webitel/ui-sdk 25.4.61 → 25.4.62
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/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
|
|
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
|
);
|