@idmwx/idmui-gl4 0.4.4 → 0.4.5
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 -3
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7932,7 +7932,7 @@ const dl = {
|
|
|
7932
7932
|
Authorization: this.token || this.defaultMeteoToken
|
|
7933
7933
|
}
|
|
7934
7934
|
});
|
|
7935
|
-
(a == null ? void 0 : a.data.code) === 0 && (this.meteoData = a == null ? void 0 : a.data.data, this.loading = !1
|
|
7935
|
+
(a == null ? void 0 : a.data.code) === 0 && (this.meteoData = a == null ? void 0 : a.data.data), this.loading = !1;
|
|
7936
7936
|
},
|
|
7937
7937
|
async fetchHistoryData(o) {
|
|
7938
7938
|
this.loading = !0, this.meteoData = [];
|
|
@@ -7949,7 +7949,7 @@ const dl = {
|
|
|
7949
7949
|
Authorization: this.token || this.defaultMeteoToken
|
|
7950
7950
|
}
|
|
7951
7951
|
});
|
|
7952
|
-
(a == null ? void 0 : a.data.code) === 0 && (this.meteoData = a == null ? void 0 : a.data.data, this.loading = !1
|
|
7952
|
+
(a == null ? void 0 : a.data.code) === 0 && (this.meteoData = a == null ? void 0 : a.data.data), this.loading = !1;
|
|
7953
7953
|
},
|
|
7954
7954
|
initTableData(o) {
|
|
7955
7955
|
var t, i, a, r, s, c, n, u, d, m, b, f, L, S, P, E, M, k, v, _, z, x, R, H, Y, G, W, $, ee, K, se, me, pe, he, q, I, ne, ge, be, ke, ze;
|
|
@@ -8312,6 +8312,7 @@ function fl(o, e, t, i, a, r) {
|
|
|
8312
8312
|
__: [17]
|
|
8313
8313
|
}, 8, ["onClick"]),
|
|
8314
8314
|
h(s, {
|
|
8315
|
+
loading: a.loading,
|
|
8315
8316
|
size: "small",
|
|
8316
8317
|
variant: "outlined",
|
|
8317
8318
|
color: "primary",
|
|
@@ -8323,7 +8324,7 @@ function fl(o, e, t, i, a, r) {
|
|
|
8323
8324
|
])),
|
|
8324
8325
|
_: 1,
|
|
8325
8326
|
__: [18]
|
|
8326
|
-
})
|
|
8327
|
+
}, 8, ["loading"])
|
|
8327
8328
|
]),
|
|
8328
8329
|
_: 1
|
|
8329
8330
|
})
|