quasar-ui-danx 0.2.28 → 0.2.29
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/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 = {
|
|
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")
|
|
@@ -18809,7 +18809,7 @@ const IS = {
|
|
|
18809
18809
|
});
|
|
18810
18810
|
};
|
|
18811
18811
|
}
|
|
18812
|
-
}, X4 = "quasar-ui-danx", K4 = "0.2.
|
|
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"
|