mediacube-ui-v2 0.0.181 → 0.0.183
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/base.scss
CHANGED
package/dist/mediacube-ui-v2.js
CHANGED
|
@@ -11636,7 +11636,7 @@ const $b = /* @__PURE__ */ be({
|
|
|
11636
11636
|
})), d = g(() => {
|
|
11637
11637
|
var C, E;
|
|
11638
11638
|
return !!r.mainCheckbox && ((C = r.mainCheckbox.all) == null ? void 0 : C.constructor) === Array && ((E = r.mainCheckbox.selected) == null ? void 0 : E.constructor) === Array;
|
|
11639
|
-
}), c = g(() => r.mainCheckbox ?
|
|
11639
|
+
}), c = g(() => r.mainCheckbox ? r.mainCheckbox.all.every((C) => r.mainCheckbox.selected.includes(C)) : !1), m = g(() => {
|
|
11640
11640
|
var C;
|
|
11641
11641
|
return d.value ? c.value ? "checkbox--checked" : ((C = r.mainCheckbox.selected) == null ? void 0 : C.length) > 0 ? "checkbox--indeterminate" : "checkbox" : v.value ? "checkbox--checked" : "checkbox";
|
|
11642
11642
|
}), f = g(() => {
|