@26lights/orcha 0.28.0 → 0.28.1

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
@@ -10074,10 +10074,10 @@ const x4 = { class: "ao-field__label" }, X4 = /* @__PURE__ */ Y({
10074
10074
  }), J4 = { class: "ao-field" }, e8 = { class: "ao-field__label" }, t8 = ["model-value", "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) {