@26lights/orcha 0.28.0 → 0.28.2

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.es.js CHANGED
@@ -10071,13 +10071,13 @@ 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 = ["model-value", "disabled"], v8 = /* @__PURE__ */ Y({
10074
+ }), J4 = { class: "ao-field" }, e8 = { class: "ao-field__label" }, t8 = ["checked", "disabled"], v8 = /* @__PURE__ */ Y({
10075
10075
  __name: "AoCheckboxField",
10076
10076
  props: {
10077
- label: {},
10078
- modelValue: { type: Boolean },
10079
- isReadonly: { type: Boolean },
10080
- isDisabled: { type: Boolean }
10077
+ label: { default: "" },
10078
+ modelValue: { type: Boolean, default: !1 },
10079
+ isReadonly: { type: Boolean, default: !1 },
10080
+ isDisabled: { type: Boolean, default: !1 }
10081
10081
  },
10082
10082
  emits: ["update:modelValue"],
10083
10083
  setup(a) {
@@ -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
- "model-value": e.modelValue,
10089
+ checked: e.modelValue,
10090
10090
  disabled: !e.isDisabled,
10091
- "onUpdate:modelValue": t[0] || (t[0] = (n) => e.$emit("update:modelValue", n))
10092
- }, null, 8, t8)
10091
+ "onUpdate:checked": t[0] || (t[0] = (n) => e.$emit("update:modelValue", n))
10092
+ }, null, 40, t8)
10093
10093
  ]));
10094
10094
  }
10095
10095
  });