quasar-ui-danx 0.3.34 → 0.3.36

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
@@ -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);
@@ -9718,6 +9718,7 @@ class fs {
9718
9718
  * Start uploading all files
9719
9719
  */
9720
9720
  async upload() {
9721
+ console.log && console.log("FileUploader@upload()", this.fileUploads, this.options);
9721
9722
  for (const e of this.fileUploads) {
9722
9723
  const n = e.file.mimeType || e.file.type, r = this.options.presignedUploadUrl(this.options.directory, e.file.name, n), i = await fetch(r).then((l) => l.json());
9723
9724
  if (!i.url) {
@@ -19427,7 +19428,7 @@ const VS = {
19427
19428
  });
19428
19429
  };
19429
19430
  }
19430
- }, pT = "quasar-ui-danx", gT = "0.3.34", 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
+ }, pT = "quasar-ui-danx", gT = "0.3.36", 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
19432
  dev: "cd dev && quasar dev && cd ..",
19432
19433
  build: "vite build",
19433
19434
  preview: "vite preview",