@idmwx/idmui-gl3 4.9.1 → 4.9.2
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/index.js +3 -3
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6292,14 +6292,14 @@ const cM = {
|
|
|
6292
6292
|
const A = v0(this.ts).tz(this.positionGmt).add(3 * o, "h").format();
|
|
6293
6293
|
return (t = T0.pickHourly(this.meteoData, A)) == null ? void 0 : t[0];
|
|
6294
6294
|
});
|
|
6295
|
-
this.meteoData && p ? this.initTableData(this.meteoData) : (await this.fetchMeteoData(this.point, this.ts, 15), this.initTableData(this.meteoData));
|
|
6295
|
+
this.meteoData && p ? this.initTableData(this.meteoData) : (this.loading || await this.fetchMeteoData(this.point, this.ts, 15), this.initTableData(this.meteoData));
|
|
6296
6296
|
} else if (b < 0) {
|
|
6297
6297
|
const p = [0, 1, 2, 3, 4, 5, 6, 7].every((o) => {
|
|
6298
6298
|
var t;
|
|
6299
6299
|
const A = v0(this.ts).tz(this.positionGmt).add(3 * o, "h").format();
|
|
6300
6300
|
return (t = T0.pickHourly(this.historyMeteoData, A)) == null ? void 0 : t[0];
|
|
6301
6301
|
});
|
|
6302
|
-
this.historyMeteoData && p ? this.initTableData(this.historyMeteoData) : (await this.fetchHistoryData(this.point, this.ts), this.initTableData(this.historyMeteoData));
|
|
6302
|
+
this.historyMeteoData && p ? this.initTableData(this.historyMeteoData) : (this.loading || await this.fetchHistoryData(this.point, this.ts), this.initTableData(this.historyMeteoData));
|
|
6303
6303
|
}
|
|
6304
6304
|
}
|
|
6305
6305
|
}
|
|
@@ -6952,7 +6952,7 @@ function bb(z, M, b, O, p, o) {
|
|
|
6952
6952
|
])
|
|
6953
6953
|
]);
|
|
6954
6954
|
}
|
|
6955
|
-
const zb = /* @__PURE__ */ k(cM, [["render", bb], ["__scopeId", "data-v-
|
|
6955
|
+
const zb = /* @__PURE__ */ k(cM, [["render", bb], ["__scopeId", "data-v-fbb42404"]]), pb = {
|
|
6956
6956
|
name: "IdmWarZone",
|
|
6957
6957
|
props: {
|
|
6958
6958
|
map: {
|