shared-ritm 1.3.78 → 1.3.80

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.
@@ -6741,6 +6741,7 @@ const zb = { class: "app-input-new" }, $b = {
6741
6741
  borderWidth: { default: "1px" },
6742
6742
  width: { default: "auto" },
6743
6743
  height: { default: "auto" },
6744
+ clearable: { type: Boolean },
6744
6745
  name: {},
6745
6746
  mask: {},
6746
6747
  fillMask: { type: [Boolean, String] },
@@ -6764,7 +6765,6 @@ const zb = { class: "app-input-new" }, $b = {
6764
6765
  bgColor: {},
6765
6766
  dark: { type: Boolean },
6766
6767
  loading: { type: Boolean },
6767
- clearable: { type: Boolean },
6768
6768
  clearIcon: {},
6769
6769
  filled: { type: Boolean },
6770
6770
  outlined: { type: Boolean, default: !0 },
@@ -6800,7 +6800,7 @@ const zb = { class: "app-input-new" }, $b = {
6800
6800
  emits: ["update:modelValue", "button-click", "clear", "focus", "blur", "click"],
6801
6801
  setup(e, { emit: t }) {
6802
6802
  Wo((u) => ({
6803
- v542fbebd: u.height
6803
+ e99037c4: u.height
6804
6804
  }));
6805
6805
  const n = e, r = t, o = X(!1), a = _(() => n.type === "password" ? o.value ? "text" : "password" : n.type || "text"), i = _({
6806
6806
  get: () => n.modelValue !== null && n.modelValue !== void 0 && n.type === "number" ? +n.modelValue : n.modelValue,
@@ -6817,6 +6817,7 @@ const zb = { class: "app-input-new" }, $b = {
6817
6817
  class: Ye([s.value, u.$style["app-input"]]),
6818
6818
  standout: "",
6819
6819
  outlined: "",
6820
+ clearable: e.clearable,
6820
6821
  dense: "",
6821
6822
  rules: e.rules,
6822
6823
  type: a.value,
@@ -6824,7 +6825,7 @@ const zb = { class: "app-input-new" }, $b = {
6824
6825
  readonly: e.readonly || e.field,
6825
6826
  disable: e.disabled,
6826
6827
  placeholder: e.placeholder
6827
- }, null, 8, ["modelValue", "class", "rules", "type", "readonly", "disable", "placeholder"]));
6828
+ }, null, 8, ["modelValue", "class", "clearable", "rules", "type", "readonly", "disable", "placeholder"]));
6828
6829
  }
6829
6830
  }), Yb = {
6830
6831
  "app-input": "_app-input_1cdlo_1"