quasar-ui-danx 0.4.18 → 0.4.19
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 +2 -4
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +2 -2
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/formats.ts +2 -4
package/dist/danx.es.js
CHANGED
@@ -10108,7 +10108,7 @@ function N6(t) {
|
|
10108
10108
|
return Math.round(n / i) + " " + r.unit;
|
10109
10109
|
}
|
10110
10110
|
function Up(t) {
|
10111
|
-
return t ? "Yes" : "No";
|
10111
|
+
return t == null ? "-" : t ? "Yes" : "No";
|
10112
10112
|
}
|
10113
10113
|
function $6(t, e) {
|
10114
10114
|
if (t.length > e) {
|
@@ -10186,8 +10186,6 @@ function L6(t, e) {
|
|
10186
10186
|
e = qp(typeof e == "string" ? JSON.parse(e) : e);
|
10187
10187
|
break;
|
10188
10188
|
case "ts":
|
10189
|
-
e = "";
|
10190
|
-
break;
|
10191
10189
|
default:
|
10192
10190
|
e = zp(e);
|
10193
10191
|
}
|
@@ -24661,7 +24659,7 @@ const R4 = { class: "flex space-x-2" }, U4 = ["innerHTML"], Zc = {
|
|
24661
24659
|
], 2);
|
24662
24660
|
};
|
24663
24661
|
}
|
24664
|
-
}, Q4 = "quasar-ui-danx", X4 = "0.4.
|
24662
|
+
}, Q4 = "quasar-ui-danx", X4 = "0.4.19", J4 = "Dan <dan@flytedesk.com>", e6 = "DanX Vue / Quasar component library", t6 = "MIT", n6 = "module", r6 = "./dist/danx.umd.js", i6 = "./dist/danx.es.js", s6 = "types/index.d.ts", o6 = {
|
24665
24663
|
dev: "cd dev && quasar dev && cd ..",
|
24666
24664
|
build: "vite build",
|
24667
24665
|
preview: "vite preview",
|