@idmwx/idmui-report 3.0.7 → 3.0.9
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/{Hurricane → Tropicals}/index.d.ts +2 -2
- package/dist/{Hurricane → Tropicals}/src/index.vue.d.ts +16 -36
- package/dist/Tropicals/src/mapbox.vue.d.ts +30 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5880 -5733
- package/dist/index.umd.cjs +7 -7
- package/dist/style.css +1 -1
- package/package.json +3 -2
- package/dist/Hurricane/src/mapbox.vue.d.ts +0 -57
- /package/dist/{Hurricane → Tropicals}/src/echarts.vue.d.ts +0 -0
|
@@ -1,46 +1,34 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
namespace props {
|
|
4
|
-
namespace
|
|
4
|
+
namespace report {
|
|
5
5
|
export const type: ObjectConstructor;
|
|
6
6
|
function _default(): {};
|
|
7
7
|
export { _default as default };
|
|
8
8
|
}
|
|
9
|
-
namespace
|
|
9
|
+
namespace ts {
|
|
10
10
|
const type_1: StringConstructor;
|
|
11
11
|
export { type_1 as type };
|
|
12
12
|
function _default_1(): string;
|
|
13
13
|
export { _default_1 as default };
|
|
14
14
|
}
|
|
15
|
-
namespace
|
|
15
|
+
namespace token {
|
|
16
16
|
const type_2: StringConstructor;
|
|
17
17
|
export { type_2 as type };
|
|
18
|
-
|
|
18
|
+
const _default_2: string;
|
|
19
19
|
export { _default_2 as default };
|
|
20
20
|
}
|
|
21
|
-
namespace
|
|
21
|
+
namespace model {
|
|
22
22
|
const type_3: StringConstructor;
|
|
23
23
|
export { type_3 as type };
|
|
24
|
-
|
|
24
|
+
const _default_3: string;
|
|
25
25
|
export { _default_3 as default };
|
|
26
26
|
}
|
|
27
|
-
namespace token {
|
|
28
|
-
const type_4: StringConstructor;
|
|
29
|
-
export { type_4 as type };
|
|
30
|
-
const _default_4: string;
|
|
31
|
-
export { _default_4 as default };
|
|
32
|
-
}
|
|
33
|
-
namespace changeZoom {
|
|
34
|
-
const type_5: BooleanConstructor;
|
|
35
|
-
export { type_5 as type };
|
|
36
|
-
const _default_5: boolean;
|
|
37
|
-
export { _default_5 as default };
|
|
38
|
-
}
|
|
39
27
|
}
|
|
40
28
|
const components: undefined;
|
|
41
29
|
function data(): {
|
|
42
|
-
|
|
43
|
-
|
|
30
|
+
tropicals: undefined;
|
|
31
|
+
activeForecast: undefined;
|
|
44
32
|
timeSubscript: string[];
|
|
45
33
|
hourSubscript: number[];
|
|
46
34
|
records: undefined;
|
|
@@ -50,23 +38,14 @@ declare namespace _sfc_main {
|
|
|
50
38
|
spdSeries: never[];
|
|
51
39
|
pressureSeries: never[];
|
|
52
40
|
};
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export namespace ts_1 {
|
|
60
|
-
export function handler(newV: any): void;
|
|
61
|
-
const immediate_1: boolean;
|
|
62
|
-
export { immediate_1 as immediate };
|
|
63
|
-
}
|
|
64
|
-
export { ts_1 as ts };
|
|
65
|
-
}
|
|
41
|
+
const watch: {
|
|
42
|
+
'report.id': {
|
|
43
|
+
handler(): void;
|
|
44
|
+
immediate: boolean;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
66
47
|
namespace computed {
|
|
67
|
-
function
|
|
68
|
-
function computeWind(): (wind: any) => "-" | ((data: any) => any);
|
|
69
|
-
function computeUTCTime(): (time: any, format?: string) => string;
|
|
48
|
+
function computePrecision(): (val: any, precision?: number) => any;
|
|
70
49
|
function computeHours(): (hour: any, time: any) => string;
|
|
71
50
|
function computedLngLat(): (lat: any, lng: any) => string;
|
|
72
51
|
function computeCandidateIndex(): (hours: any, delta: any) => {
|
|
@@ -85,6 +64,7 @@ declare namespace _sfc_main {
|
|
|
85
64
|
};
|
|
86
65
|
}
|
|
87
66
|
namespace methods {
|
|
67
|
+
function prepare(): Promise<void>;
|
|
88
68
|
function fetchData(): Promise<void>;
|
|
89
69
|
function fetchProbabilityData(windHourList: any): void;
|
|
90
70
|
function fetchSpdData(dataList: any, gustsList: any): void;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
namespace props {
|
|
4
|
+
namespace tropicals {
|
|
5
|
+
export const type: ObjectConstructor;
|
|
6
|
+
function _default(): {};
|
|
7
|
+
export { _default as default };
|
|
8
|
+
}
|
|
9
|
+
namespace ts {
|
|
10
|
+
const type_1: StringConstructor;
|
|
11
|
+
export { type_1 as type };
|
|
12
|
+
function _default_1(): string;
|
|
13
|
+
export { _default_1 as default };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
const components: undefined;
|
|
17
|
+
function data(): {
|
|
18
|
+
map: undefined;
|
|
19
|
+
};
|
|
20
|
+
const watch: {
|
|
21
|
+
'tropicals.version': {
|
|
22
|
+
handler(): void;
|
|
23
|
+
immediate: boolean;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function mounted(): void;
|
|
27
|
+
namespace methods {
|
|
28
|
+
function initMap(): Promise<void>;
|
|
29
|
+
}
|
|
30
|
+
}
|
package/dist/index.d.ts
CHANGED