@ambita/design-system 5.1.3-1401.0 → 5.1.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/ds.mjs CHANGED
@@ -745,6 +745,11 @@ const fg = { render: pE }, hE = ae({
745
745
  },
746
746
  max: {
747
747
  type: Number
748
+ },
749
+ disabled: {
750
+ type: Boolean,
751
+ default: !1,
752
+ required: !1
748
753
  }
749
754
  },
750
755
  emits: ["focus", "blur", "input", "update:modelValue"],
@@ -767,7 +772,7 @@ const fg = { render: pE }, hE = ae({
767
772
  ClearIcon: fg,
768
773
  FormElement: ua
769
774
  }
770
- }), mE = ["value", "placeholder", "type", "name", "id", "min", "max"];
775
+ }), mE = ["value", "placeholder", "type", "name", "id", "min", "max", "disabled"];
771
776
  function gE(e, t, n, i, o, u) {
772
777
  const c = ue("ClearIcon"), f = ue("FormElement");
773
778
  return F(), ve(f, {
@@ -800,6 +805,7 @@ function gE(e, t, n, i, o, u) {
800
805
  id: e.id,
801
806
  min: e.min,
802
807
  max: e.max,
808
+ disabled: e.disabled,
803
809
  onFocus: t[0] || (t[0] = (p) => e.$emit("focus", p.target.value)),
804
810
  onBlur: t[1] || (t[1] = (p) => e.$emit("blur", p.target.value)),
805
811
  onInput: t[2] || (t[2] = (...p) => e.handleInput && e.handleInput(...p))
@@ -827,7 +833,7 @@ function gE(e, t, n, i, o, u) {
827
833
  _: 3
828
834
  }, 8, ["class", "label", "hide-label", "description", "description-label", "id"]);
829
835
  }
830
- const dg = /* @__PURE__ */ ce(hE, [["render", gE], ["__scopeId", "data-v-f9caf8f8"]]), vE = ae({
836
+ const dg = /* @__PURE__ */ ce(hE, [["render", gE], ["__scopeId", "data-v-fcd12a41"]]), vE = ae({
831
837
  name: "aux-definition",
832
838
  props: {
833
839
  label: {