@idmui/spot 1.7.8 → 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.
|
@@ -20,6 +20,12 @@ declare namespace _sfc_main {
|
|
|
20
20
|
const _default_2: boolean;
|
|
21
21
|
export { _default_2 as default };
|
|
22
22
|
}
|
|
23
|
+
namespace gateway {
|
|
24
|
+
const type_3: StringConstructor;
|
|
25
|
+
export { type_3 as type };
|
|
26
|
+
const _default_3: string;
|
|
27
|
+
export { _default_3 as default };
|
|
28
|
+
}
|
|
23
29
|
}
|
|
24
30
|
const emits: string[];
|
|
25
31
|
function data(): {
|
|
@@ -64,7 +70,6 @@ declare namespace _sfc_main {
|
|
|
64
70
|
dateRangeZ: never[];
|
|
65
71
|
datePickerOptions: {};
|
|
66
72
|
selectDate: undefined;
|
|
67
|
-
gateway: string;
|
|
68
73
|
messageInstance: undefined;
|
|
69
74
|
locale: string;
|
|
70
75
|
theme: string;
|
|
@@ -16618,7 +16618,7 @@ function(A) {
|
|
|
16618
16618
|
var i = r.getContext("2d");
|
|
16619
16619
|
i.fillStyle = "#fff", i.fillRect(0, 0, r.width, r.height);
|
|
16620
16620
|
var a = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, d = this;
|
|
16621
|
-
return (u1.canvg ? Promise.resolve(u1.canvg) : import("./index.es-
|
|
16621
|
+
return (u1.canvg ? Promise.resolve(u1.canvg) : import("./index.es-057426aa.js")).catch(function(f) {
|
|
16622
16622
|
return Promise.reject(new Error("Could not load canvg: " + f));
|
|
16623
16623
|
}).then(function(f) {
|
|
16624
16624
|
return f.default ? f.default : f;
|
|
@@ -17522,6 +17522,10 @@ const ng = {
|
|
|
17522
17522
|
spotDownloading: {
|
|
17523
17523
|
type: Boolean,
|
|
17524
17524
|
default: !1
|
|
17525
|
+
},
|
|
17526
|
+
gateway: {
|
|
17527
|
+
type: String,
|
|
17528
|
+
default: ""
|
|
17525
17529
|
}
|
|
17526
17530
|
// locale: {
|
|
17527
17531
|
// type: String,
|
|
@@ -17576,7 +17580,6 @@ const ng = {
|
|
|
17576
17580
|
dateRangeZ: [],
|
|
17577
17581
|
datePickerOptions: {},
|
|
17578
17582
|
selectDate: void 0,
|
|
17579
|
-
gateway: "https://cbe.idmwx.com",
|
|
17580
17583
|
messageInstance: void 0,
|
|
17581
17584
|
locale: "en",
|
|
17582
17585
|
theme: "light"
|
|
@@ -21651,7 +21654,7 @@ function o8(A, e, t, o, b, M) {
|
|
|
21651
21654
|
}, 8, ["modelValue"])
|
|
21652
21655
|
]);
|
|
21653
21656
|
}
|
|
21654
|
-
const b8 = /* @__PURE__ */ Nr(ng, [["render", o8], ["__scopeId", "data-v-
|
|
21657
|
+
const b8 = /* @__PURE__ */ Nr(ng, [["render", o8], ["__scopeId", "data-v-3b13efba"]]), lL = {
|
|
21655
21658
|
install(A) {
|
|
21656
21659
|
A.component("SpotWeather", b8);
|
|
21657
21660
|
}
|
|
@@ -23005,7 +23008,7 @@ function bL(A, e, t, o, b, M) {
|
|
|
23005
23008
|
]),
|
|
23006
23009
|
R("div", u8, [
|
|
23007
23010
|
(r = b.position) != null && r.name && !((i = b.loading) != null && i.meteogramEchart) ? (L0(), m0("div", q8, [...e[4] || (e[4] = [
|
|
23008
|
-
c4('<div class="title flex-start" data-v-
|
|
23011
|
+
c4('<div class="title flex-start" data-v-966b74d8><div style="margin-right:20px;" data-v-966b74d8>Meteogram</div></div><div id="weather-icons" data-v-966b74d8></div><div id="weather-condition" data-v-966b74d8></div><div id="wave-swell" data-v-966b74d8></div>', 4)
|
|
23009
23012
|
])])) : (a = b.loading) != null && a.meteogramEchart ? (L0(), m0("div", h8, [...e[5] || (e[5] = [
|
|
23010
23013
|
R("img", {
|
|
23011
23014
|
style: { height: "200px" },
|
|
@@ -23322,7 +23325,7 @@ function bL(A, e, t, o, b, M) {
|
|
|
23322
23325
|
])
|
|
23323
23326
|
]);
|
|
23324
23327
|
}
|
|
23325
|
-
const ML = /* @__PURE__ */ Nr(M8, [["render", bL], ["__scopeId", "data-v-
|
|
23328
|
+
const ML = /* @__PURE__ */ Nr(M8, [["render", bL], ["__scopeId", "data-v-966b74d8"]]), dL = {
|
|
23326
23329
|
install(A) {
|
|
23327
23330
|
A.component("SpotReport", ML);
|
|
23328
23331
|
}
|
package/dist/index.js
CHANGED