quasar-ui-danx 0.2.27 → 0.2.29

Sign up to get free protection for your applications and to get access to all the features.
package/dist/danx.es.js CHANGED
@@ -5562,8 +5562,8 @@ function kT(t, e) {
5562
5562
  } else
5563
5563
  return t;
5564
5564
  }
5565
- function k1(t, e = { multiplier: 100, maximumFractionDigits: 1, NaN: "N/A" }) {
5566
- return t = parseFloat(t), isNaN(t) ? e.NaN : jn(t * e.multiplier, e) + "%";
5565
+ function k1(t, e = {}) {
5566
+ return e = { multiplier: 100, maximumFractionDigits: 1, NaN: "N/A", ...e }, t = parseFloat("" + t), isNaN(t) ? e.NaN : jn(t * (e.multiplier || 100), e) + "%";
5567
5567
  }
5568
5568
  function ET(t) {
5569
5569
  if (!t || typeof t != "string")
@@ -16117,7 +16117,7 @@ const Aw = { class: "flex items-center" }, Dw = { key: 0 }, Pw = { class: "flex-
16117
16117
  dense: "",
16118
16118
  inputmode: "numeric",
16119
16119
  "input-class": { [t.inputClass]: !0, "text-right bg-white": !t.hidePrependLabel, "text-right !text-xs text-black font-normal": t.hidePrependLabel },
16120
- class: R({ "no-prepend-icon w-32": t.hidePrependLabel, "prepend-label": !t.hidePrependLabel }),
16120
+ class: R({ "no-prepend-icon w-32 max-w-full": t.hidePrependLabel, "prepend-label": !t.hidePrependLabel }),
16121
16121
  "onUpdate:modelValue": a
16122
16122
  }, {
16123
16123
  prepend: D(() => [
@@ -18809,7 +18809,7 @@ const IS = {
18809
18809
  });
18810
18810
  };
18811
18811
  }
18812
- }, X4 = "quasar-ui-danx", K4 = "0.2.25", J4 = "Dan <dan@flytedesk.com>", eT = "DanX Vue / Quasar component library", tT = "MIT", nT = "module", rT = "dist/danx.es.js", iT = "dist/danx.es.js", oT = {
18812
+ }, X4 = "quasar-ui-danx", K4 = "0.2.29", J4 = "Dan <dan@flytedesk.com>", eT = "DanX Vue / Quasar component library", tT = "MIT", nT = "module", rT = "dist/danx.es.js", iT = "dist/danx.es.js", oT = {
18813
18813
  dev: "cd dev && quasar dev && cd ..",
18814
18814
  build: "vite build",
18815
18815
  preview: "vite preview"