@idmwx/idmui-report 3.2.2 → 3.2.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/README.md +18 -18
- package/dist/Tropicals/src/index.vue.d.ts +12 -54
- package/dist/index.js +13748 -7630
- package/dist/index.umd.cjs +262 -46
- package/dist/pi.svg +48 -48
- package/dist/style.css +1 -1
- package/package.json +71 -70
- package/dist/Tropicals/src/echarts.vue.d.ts +0 -47
- package/dist/Tropicals/src/mapbox.vue.d.ts +0 -30
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
# Vue 3 + TypeScript + Vite
|
|
2
|
-
|
|
3
|
-
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
|
-
|
|
5
|
-
## Recommended IDE Setup
|
|
6
|
-
|
|
7
|
-
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
8
|
-
|
|
9
|
-
## Type Support For `.vue` Imports in TS
|
|
10
|
-
|
|
11
|
-
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
|
|
12
|
-
|
|
13
|
-
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
|
|
14
|
-
|
|
15
|
-
1. Disable the built-in TypeScript Extension
|
|
16
|
-
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
|
|
17
|
-
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
|
|
18
|
-
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
|
|
1
|
+
# Vue 3 + TypeScript + Vite
|
|
2
|
+
|
|
3
|
+
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
|
+
|
|
5
|
+
## Recommended IDE Setup
|
|
6
|
+
|
|
7
|
+
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
8
|
+
|
|
9
|
+
## Type Support For `.vue` Imports in TS
|
|
10
|
+
|
|
11
|
+
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
|
|
12
|
+
|
|
13
|
+
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
|
|
14
|
+
|
|
15
|
+
1. Disable the built-in TypeScript Extension
|
|
16
|
+
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
|
|
17
|
+
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
|
|
18
|
+
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
|
|
@@ -3,24 +3,24 @@ declare namespace _sfc_main {
|
|
|
3
3
|
const name: string;
|
|
4
4
|
const components: undefined;
|
|
5
5
|
namespace props {
|
|
6
|
-
namespace
|
|
7
|
-
export const type:
|
|
8
|
-
|
|
6
|
+
namespace token {
|
|
7
|
+
export const type: StringConstructor;
|
|
8
|
+
const _default: string;
|
|
9
9
|
export { _default as default };
|
|
10
10
|
}
|
|
11
|
-
namespace
|
|
12
|
-
const type_1:
|
|
11
|
+
namespace report {
|
|
12
|
+
const type_1: ObjectConstructor;
|
|
13
13
|
export { type_1 as type };
|
|
14
|
-
function _default_1():
|
|
14
|
+
function _default_1(): {};
|
|
15
15
|
export { _default_1 as default };
|
|
16
16
|
}
|
|
17
|
-
namespace
|
|
17
|
+
namespace model {
|
|
18
18
|
const type_2: StringConstructor;
|
|
19
19
|
export { type_2 as type };
|
|
20
20
|
const _default_2: string;
|
|
21
21
|
export { _default_2 as default };
|
|
22
22
|
}
|
|
23
|
-
namespace
|
|
23
|
+
namespace ts {
|
|
24
24
|
const type_3: StringConstructor;
|
|
25
25
|
export { type_3 as type };
|
|
26
26
|
const _default_3: string;
|
|
@@ -29,53 +29,11 @@ declare namespace _sfc_main {
|
|
|
29
29
|
}
|
|
30
30
|
const emits: string[];
|
|
31
31
|
function data(): {
|
|
32
|
-
|
|
33
|
-
tropicals: undefined;
|
|
34
|
-
activeForecast: undefined;
|
|
35
|
-
timeSubscript: string[];
|
|
36
|
-
hourSubscript: number[];
|
|
37
|
-
records: undefined;
|
|
38
|
-
xAxis: never[];
|
|
39
|
-
probabilityColor: string[];
|
|
40
|
-
probabilitySeries: never[];
|
|
41
|
-
spdSeries: never[];
|
|
42
|
-
pressureSeries: never[];
|
|
43
|
-
};
|
|
44
|
-
namespace computed {
|
|
45
|
-
function computePrecision(): (val: any, precision?: number) => any;
|
|
46
|
-
function computeHours(): (hour: any, time: any) => string;
|
|
47
|
-
function computedLngLat(): (lat: any, lng: any) => string;
|
|
48
|
-
function computeCandidateIndex(): (hours: any, delta: any) => {
|
|
49
|
-
prev: number;
|
|
50
|
-
next: number;
|
|
51
|
-
};
|
|
52
|
-
function computeInterpolateValue(): (prev: any, next: any, rate: any) => any;
|
|
53
|
-
function computeHourSubscript(): (hour: any) => string;
|
|
54
|
-
function computeKLineData(): (data: any) => {
|
|
55
|
-
time: any;
|
|
56
|
-
min: undefined;
|
|
57
|
-
max: undefined;
|
|
58
|
-
first: any;
|
|
59
|
-
last: any;
|
|
60
|
-
middle: string;
|
|
61
|
-
} | undefined;
|
|
62
|
-
}
|
|
63
|
-
const watch: {
|
|
64
|
-
model: {
|
|
65
|
-
handler(): void;
|
|
66
|
-
immediate: boolean;
|
|
67
|
-
};
|
|
68
|
-
'report.id': {
|
|
69
|
-
handler(): void;
|
|
70
|
-
immediate: boolean;
|
|
71
|
-
};
|
|
32
|
+
center: undefined;
|
|
72
33
|
};
|
|
34
|
+
const computed: {};
|
|
35
|
+
const watch: {};
|
|
73
36
|
namespace methods {
|
|
74
|
-
function
|
|
75
|
-
function fetchData(): Promise<void>;
|
|
76
|
-
function fetchProbabilityData(windHourList: any): void;
|
|
77
|
-
function fetchSpdData(dataList: any, gustsList: any): void;
|
|
78
|
-
function fetchPressureData(dataList: any): void;
|
|
79
|
-
function interpolatedRecord(date: any, hours: any, step?: number): Promise<{}>;
|
|
37
|
+
function handleHurricanceCenter(data: any): void;
|
|
80
38
|
}
|
|
81
39
|
}
|