quasar-ui-danx 0.3.34 → 0.3.35
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 -2
- 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/download.ts +189 -188
package/dist/danx.es.js
CHANGED
@@ -5619,7 +5619,7 @@ function ss(t, e, n) {
|
|
5619
5619
|
}
|
5620
5620
|
function g(S, x) {
|
5621
5621
|
if ("download" in a)
|
5622
|
-
return a.href = S, a.setAttribute("download", d), a.className = "download-js-link", a.innerHTML = "downloading...", a.style.display = "none", document.body.appendChild(a), setTimeout(function() {
|
5622
|
+
return a.href = S, a.setAttribute("download", d), a.className = "download-js-link", a.innerHTML = "downloading...", a.style.display = "none", a.target = "_blank", document.body.appendChild(a), setTimeout(function() {
|
5623
5623
|
a.click(), document.body.removeChild(a), x === !0 && setTimeout(function() {
|
5624
5624
|
r.URL.revokeObjectURL(a.href);
|
5625
5625
|
}, 250);
|
@@ -19427,7 +19427,7 @@ const VS = {
|
|
19427
19427
|
});
|
19428
19428
|
};
|
19429
19429
|
}
|
19430
|
-
}, pT = "quasar-ui-danx", gT = "0.3.
|
19430
|
+
}, pT = "quasar-ui-danx", gT = "0.3.35", 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 = {
|
19431
19431
|
dev: "cd dev && quasar dev && cd ..",
|
19432
19432
|
build: "vite build",
|
19433
19433
|
preview: "vite preview",
|