@idmwx/idmui-gl3 5.0.3 → 5.0.4
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
|
@@ -6448,10 +6448,10 @@ const AM = {
|
|
|
6448
6448
|
},
|
|
6449
6449
|
async fetchTidesData(b, M, z) {
|
|
6450
6450
|
this.tideLoading = !0, this.tideData = {};
|
|
6451
|
-
let O = M ? K(M).utc().format() : K().utc().format(), p = {
|
|
6451
|
+
let O = M ? K(M).utc().format("yyyy-MM-DD") : K().utc().format("yyyy-MM-DD"), p = {
|
|
6452
6452
|
lat: b.lat,
|
|
6453
6453
|
lng: b.lng,
|
|
6454
|
-
|
|
6454
|
+
date: O,
|
|
6455
6455
|
forecastDays: z ?? 7,
|
|
6456
6456
|
extremes: !0,
|
|
6457
6457
|
heights: !1
|
|
@@ -6956,7 +6956,7 @@ function Ob(b, M, z, O, p, o) {
|
|
|
6956
6956
|
[w0, p.showMeteo]
|
|
6957
6957
|
]);
|
|
6958
6958
|
}
|
|
6959
|
-
const ob = /* @__PURE__ */ k(AM, [["render", Ob], ["__scopeId", "data-v-
|
|
6959
|
+
const ob = /* @__PURE__ */ k(AM, [["render", Ob], ["__scopeId", "data-v-226bf506"]]), cb = {
|
|
6960
6960
|
name: "IdmWarZone",
|
|
6961
6961
|
props: {
|
|
6962
6962
|
map: {
|