quasar-ui-danx 0.4.14 → 0.4.15
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 +3 -3
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +3 -3
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/formats.ts +1 -1
- package/src/helpers/objectStore.ts +2 -2
package/dist/danx.es.js
CHANGED
@@ -212,7 +212,7 @@ ae(qe, "notify"), ae(qe, "PROP_DEFINITIONS", {
|
|
212
212
|
let bt = qe;
|
213
213
|
const m6 = new bt(), La = /* @__PURE__ */ new Map();
|
214
214
|
function gt(t) {
|
215
|
-
const e = t.id || t.name, n = t.__type;
|
215
|
+
const e = (t == null ? void 0 : t.id) || (t == null ? void 0 : t.name), n = t == null ? void 0 : t.__type;
|
216
216
|
if (!e || !n)
|
217
217
|
return Fa(t);
|
218
218
|
t.__id || (t.__id = Il()), t.__timestamp || (t.__timestamp = t.updated_at || 0);
|
@@ -10170,7 +10170,7 @@ function D6(t, e) {
|
|
10170
10170
|
if (typeof e == "object" || S1(e))
|
10171
10171
|
switch (t) {
|
10172
10172
|
case "yaml":
|
10173
|
-
e = Pp(e);
|
10173
|
+
e = Pp(typeof e == "string" ? JSON.parse(e) : e);
|
10174
10174
|
break;
|
10175
10175
|
case "ts":
|
10176
10176
|
e = "";
|
@@ -24647,7 +24647,7 @@ const L4 = { class: "flex space-x-2" }, q4 = ["innerHTML"], zc = {
|
|
24647
24647
|
], 2);
|
24648
24648
|
};
|
24649
24649
|
}
|
24650
|
-
}, Z4 = "quasar-ui-danx", Y4 = "0.4.
|
24650
|
+
}, Z4 = "quasar-ui-danx", Y4 = "0.4.15", K4 = "Dan <dan@flytedesk.com>", Q4 = "DanX Vue / Quasar component library", X4 = "MIT", J4 = "module", e6 = "./dist/danx.umd.js", t6 = "./dist/danx.es.js", n6 = "types/index.d.ts", r6 = {
|
24651
24651
|
dev: "cd dev && quasar dev && cd ..",
|
24652
24652
|
build: "vite build",
|
24653
24653
|
preview: "vite preview",
|