@idmui/spot 1.1.8 → 1.1.9
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.
|
@@ -16609,7 +16609,7 @@ function(A) {
|
|
|
16609
16609
|
var i = n.getContext("2d");
|
|
16610
16610
|
i.fillStyle = "#fff", i.fillRect(0, 0, n.width, n.height);
|
|
16611
16611
|
var a = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, l = this;
|
|
16612
|
-
return (l1.canvg ? Promise.resolve(l1.canvg) : import("./index.es-
|
|
16612
|
+
return (l1.canvg ? Promise.resolve(l1.canvg) : import("./index.es-1a5c8c76.js")).catch(function(f) {
|
|
16613
16613
|
return Promise.reject(new Error("Could not load canvg: " + f));
|
|
16614
16614
|
}).then(function(f) {
|
|
16615
16615
|
return f.default ? f.default : f;
|
|
@@ -17563,6 +17563,7 @@ const zg = {
|
|
|
17563
17563
|
computeHourLT() {
|
|
17564
17564
|
return function(A) {
|
|
17565
17565
|
if (A) {
|
|
17566
|
+
console.log(994, this.positionGmt);
|
|
17566
17567
|
const e = O1(A).tz(this.positionGmt);
|
|
17567
17568
|
return `${e == null ? void 0 : e.format("HH")}`;
|
|
17568
17569
|
}
|
|
@@ -17590,6 +17591,7 @@ const zg = {
|
|
|
17590
17591
|
computeMMMDDLT() {
|
|
17591
17592
|
return function(A) {
|
|
17592
17593
|
if (A) {
|
|
17594
|
+
console.log(995, this.positionGmt);
|
|
17593
17595
|
const e = O1(A).tz(this.positionGmt);
|
|
17594
17596
|
return `${e == null ? void 0 : e.format("MMM-DD")}`;
|
|
17595
17597
|
}
|
|
@@ -21543,7 +21545,7 @@ function A8(A, e, t, o, M, b) {
|
|
|
21543
21545
|
}, 8, ["modelValue", "title"])
|
|
21544
21546
|
]);
|
|
21545
21547
|
}
|
|
21546
|
-
const e8 = /* @__PURE__ */ Nn(zg, [["render", A8], ["__scopeId", "data-v-
|
|
21548
|
+
const e8 = /* @__PURE__ */ Nn(zg, [["render", A8], ["__scopeId", "data-v-d0318cfe"]]), aL = {
|
|
21547
21549
|
install(A) {
|
|
21548
21550
|
A.component("SpotWeather", e8);
|
|
21549
21551
|
}
|
package/dist/index.js
CHANGED