guava-ui 0.1.6 → 0.1.7

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.
@@ -2005,8 +2005,8 @@ const Oi = { class: "search" }, Bi = { class: "top" }, Wi = { class: "name" }, A
2005
2005
  class: no,
2006
2006
  ref: e.vref || "gv-input-number",
2007
2007
  name: e.name,
2008
- modelValue: l,
2009
- "onUpdate:modelValue": (w) => l = w,
2008
+ modelValue: l.value,
2009
+ "onUpdate:modelValue": (w) => l.value = w,
2010
2010
  style: {
2011
2011
  display: e.visible ? "" : "none"
2012
2012
  },
@@ -2026,7 +2026,7 @@ const Oi = { class: "search" }, Bi = { class: "top" }, Wi = { class: "name" }, A
2026
2026
  }, null)
2027
2027
  );
2028
2028
  }
2029
- }), dn = /* @__PURE__ */ se(lo, [["__scopeId", "data-v-1185d7f4"]]), ao = {
2029
+ }), dn = /* @__PURE__ */ se(lo, [["__scopeId", "data-v-328eda29"]]), ao = {
2030
2030
  install(e) {
2031
2031
  var t;
2032
2032
  e.component((t = dn.name) != null ? t : "GvInputNumber", dn);