@byteluck-fe/runtime-mobile-controls 1.1.9 → 1.1.12
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.
|
@@ -27180,7 +27180,7 @@ const SL = ue({
|
|
|
27180
27180
|
return me(
|
|
27181
27181
|
() => d.rules.value,
|
|
27182
27182
|
(v) => {
|
|
27183
|
-
let b = Object.values(v).filter((h) => h[0]
|
|
27183
|
+
let b = Object.values(v).filter((h) => h[0]?.required);
|
|
27184
27184
|
a.value = !!b.length;
|
|
27185
27185
|
},
|
|
27186
27186
|
{
|