@idmwx/idmui-gl4 1.7.9 → 1.8.1
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 +4 -4
- package/dist/index.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2836,8 +2836,8 @@ const qr = {
|
|
|
2836
2836
|
heights: !0
|
|
2837
2837
|
}, e = await Se.post(`${this.gateway}/api/arc/meteo2/spot/tides/forecast`, t, {
|
|
2838
2838
|
headers: {
|
|
2839
|
-
Authorization: this.defaultMeteoToken
|
|
2840
|
-
//
|
|
2839
|
+
Authorization: this.token || this.defaultMeteoToken
|
|
2840
|
+
//
|
|
2841
2841
|
}
|
|
2842
2842
|
});
|
|
2843
2843
|
((a = e == null ? void 0 : e.data) == null ? void 0 : a.code) === 0 && (this.tideData = ((r = e == null ? void 0 : e.data) == null ? void 0 : r.data) || {}, this.tideLoading = !1, this.initTideTableData(), this.initEchartData(So.pickDailyHeights(this.tideData, (c = (l = this.dateList) == null ? void 0 : l[this.currentIndex]) == null ? void 0 : c.dateTime)));
|
|
@@ -3104,7 +3104,7 @@ function Ts(t, e, o, i, a, r) {
|
|
|
3104
3104
|
_: 1
|
|
3105
3105
|
});
|
|
3106
3106
|
}
|
|
3107
|
-
const Ss = /* @__PURE__ */ q(qr, [["render", Ts], ["__scopeId", "data-v-
|
|
3107
|
+
const Ss = /* @__PURE__ */ q(qr, [["render", Ts], ["__scopeId", "data-v-b79e1aa0"]]);
|
|
3108
3108
|
const Ms = {
|
|
3109
3109
|
name: "IdmTideStations",
|
|
3110
3110
|
components: {
|
|
@@ -32096,7 +32096,7 @@ function Td(t, e, o, i, a, r) {
|
|
|
32096
32096
|
text: "",
|
|
32097
32097
|
height: o.height,
|
|
32098
32098
|
width: o.width,
|
|
32099
|
-
class: "elevation-0 text-body-1 btn-border-1 btn-bg-1",
|
|
32099
|
+
class: "elevation-0 text-body-1 btn-border-1 btn-bg-1 justify-start",
|
|
32100
32100
|
onClick: r.handleOpenDatePicker
|
|
32101
32101
|
}, {
|
|
32102
32102
|
default: f(() => [
|