@idmui/spot 1.5.5 → 1.5.6
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.
|
@@ -16618,7 +16618,7 @@ function(A) {
|
|
|
16618
16618
|
var i = r.getContext("2d");
|
|
16619
16619
|
i.fillStyle = "#fff", i.fillRect(0, 0, r.width, r.height);
|
|
16620
16620
|
var a = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, d = this;
|
|
16621
|
-
return (u1.canvg ? Promise.resolve(u1.canvg) : import("./index.es-
|
|
16621
|
+
return (u1.canvg ? Promise.resolve(u1.canvg) : import("./index.es-89261ab3.js")).catch(function(f) {
|
|
16622
16622
|
return Promise.reject(new Error("Could not load canvg: " + f));
|
|
16623
16623
|
}).then(function(f) {
|
|
16624
16624
|
return f.default ? f.default : f;
|
|
@@ -17676,7 +17676,7 @@ const zg = {
|
|
|
17676
17676
|
},
|
|
17677
17677
|
spotDownloading: {
|
|
17678
17678
|
handler() {
|
|
17679
|
-
this.loading.downloading = this.spotDownloading;
|
|
17679
|
+
this.loading.downloading = this.spotDownloading, console.log(this.loading.downloading);
|
|
17680
17680
|
}
|
|
17681
17681
|
}
|
|
17682
17682
|
},
|
|
@@ -20013,7 +20013,8 @@ const zg = {
|
|
|
20013
20013
|
Authorization: this.token
|
|
20014
20014
|
}
|
|
20015
20015
|
}).then((b) => {
|
|
20016
|
-
|
|
20016
|
+
}).catch((b) => {
|
|
20017
|
+
this.loading.downloading = !1;
|
|
20017
20018
|
});
|
|
20018
20019
|
},
|
|
20019
20020
|
async handleDownloadPDF2() {
|
|
@@ -21653,7 +21654,7 @@ function t8(A, e, t, o, b, M) {
|
|
|
21653
21654
|
}, 8, ["modelValue"])
|
|
21654
21655
|
]);
|
|
21655
21656
|
}
|
|
21656
|
-
const o8 = /* @__PURE__ */ Nr(zg, [["render", t8], ["__scopeId", "data-v-
|
|
21657
|
+
const o8 = /* @__PURE__ */ Nr(zg, [["render", t8], ["__scopeId", "data-v-343a672e"]]), OL = {
|
|
21657
21658
|
install(A) {
|
|
21658
21659
|
A.component("SpotWeather", o8);
|
|
21659
21660
|
}
|
package/dist/index.js
CHANGED