@26lights/orcha 0.28.1 → 0.28.3
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/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +5 -5
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -10071,7 +10071,7 @@ const x4 = { class: "ao-field__label" }, X4 = /* @__PURE__ */ Y({
|
|
|
10071
10071
|
_: 1
|
|
10072
10072
|
}, 8, ["label"]));
|
|
10073
10073
|
}
|
|
10074
|
-
}), J4 = { class: "ao-field" }, e8 = { class: "ao-field__label" }, t8 = ["
|
|
10074
|
+
}), J4 = { class: "ao-field" }, e8 = { class: "ao-field__label" }, t8 = ["checked", "disabled"], v8 = /* @__PURE__ */ Y({
|
|
10075
10075
|
__name: "AoCheckboxField",
|
|
10076
10076
|
props: {
|
|
10077
10077
|
label: { default: "" },
|
|
@@ -10086,10 +10086,10 @@ const x4 = { class: "ao-field__label" }, X4 = /* @__PURE__ */ Y({
|
|
|
10086
10086
|
f("input", {
|
|
10087
10087
|
class: "ao-field__input",
|
|
10088
10088
|
type: "checkbox",
|
|
10089
|
-
|
|
10090
|
-
disabled:
|
|
10091
|
-
"onUpdate:
|
|
10092
|
-
}, null,
|
|
10089
|
+
checked: e.modelValue,
|
|
10090
|
+
disabled: e.isDisabled,
|
|
10091
|
+
"onUpdate:checked": t[0] || (t[0] = (n) => e.$emit("update:modelValue", n))
|
|
10092
|
+
}, null, 40, t8)
|
|
10093
10093
|
]));
|
|
10094
10094
|
}
|
|
10095
10095
|
});
|