@dao-style/core 1.31.1-beta.3 → 1.33.0
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/dao-style.mjs
CHANGED
|
@@ -12364,7 +12364,9 @@ function jO(e, t, n, o, a, s) {
|
|
|
12364
12364
|
onChange: (E) => e.handleItemEvent("check", b)
|
|
12365
12365
|
}, ut({
|
|
12366
12366
|
default: F(() => [
|
|
12367
|
-
J(c,
|
|
12367
|
+
J(c, {
|
|
12368
|
+
disabled: !!e.$slots.item
|
|
12369
|
+
}, {
|
|
12368
12370
|
default: F(() => [
|
|
12369
12371
|
C(e.$slots, "item", {
|
|
12370
12372
|
row: b,
|
|
@@ -12374,7 +12376,7 @@ function jO(e, t, n, o, a, s) {
|
|
|
12374
12376
|
])
|
|
12375
12377
|
]),
|
|
12376
12378
|
_: 2
|
|
12377
|
-
},
|
|
12379
|
+
}, 1032, ["disabled"])
|
|
12378
12380
|
]),
|
|
12379
12381
|
_: 2
|
|
12380
12382
|
}, [
|
|
Binary file
|