quasar-ui-danx 0.3.32 → 0.3.33
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
@@ -11148,8 +11148,9 @@ const ms = { render: By }, t3 = {
|
|
11148
11148
|
return (a = l.mime) == null ? void 0 : a.startsWith("video");
|
11149
11149
|
}
|
11150
11150
|
function o(l) {
|
11151
|
-
var
|
11152
|
-
|
11151
|
+
var u, c;
|
11152
|
+
const a = l == null ? void 0 : l.transcodes;
|
11153
|
+
return ((u = a == null ? void 0 : a.mp4) == null ? void 0 : u.url) || ((c = a == null ? void 0 : a.compress) == null ? void 0 : c.url) || l.blobUrl || l.url;
|
11153
11154
|
}
|
11154
11155
|
function s(l) {
|
11155
11156
|
return l.thumb ? l.thumb.url : i(l) ? `data:image/svg+xml;base64,${btoa(
|
@@ -11706,7 +11707,7 @@ const ms = { render: By }, t3 = {
|
|
11706
11707
|
), l = R(() => !!s.value.match(/^image\//)), a = R(() => !!s.value.match(/^video\//)), u = R(() => !!s.value.match(/^application\/pdf/)), c = R(() => {
|
11707
11708
|
var g, T, v, E, C;
|
11708
11709
|
const h = (g = o.value) == null ? void 0 : g.transcodes;
|
11709
|
-
return
|
11710
|
+
return a.value && ((T = h == null ? void 0 : h.mp4) != null && T.url) ? h.mp4.url : ((v = h == null ? void 0 : h.compress) == null ? void 0 : v.url) || ((E = o.value) == null ? void 0 : E.blobUrl) || ((C = o.value) == null ? void 0 : C.url);
|
11710
11711
|
}), d = R(() => {
|
11711
11712
|
var h, g, T;
|
11712
11713
|
return (T = (g = (h = o.value) == null ? void 0 : h.transcodes) == null ? void 0 : g.thumb) == null ? void 0 : T.url;
|
@@ -19418,7 +19419,7 @@ const VS = {
|
|
19418
19419
|
});
|
19419
19420
|
};
|
19420
19421
|
}
|
19421
|
-
}, pT = "quasar-ui-danx", gT = "0.3.
|
19422
|
+
}, pT = "quasar-ui-danx", gT = "0.3.33", bT = "Dan <dan@flytedesk.com>", yT = "DanX Vue / Quasar component library", xT = "MIT", vT = "module", wT = "dist/danx.es.js", ST = "dist/danx.es.js", TT = {
|
19422
19423
|
dev: "cd dev && quasar dev && cd ..",
|
19423
19424
|
build: "vite build",
|
19424
19425
|
preview: "vite preview",
|