@idmwx/idmui-report 4.3.8 → 4.4.0
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/Precipitation/src/orm.vue.d.ts +2 -49
- package/dist/Route/src/orm.vue.d.ts +1 -1
- package/dist/index.js +4084 -3938
- package/dist/index.umd.cjs +27 -7
- package/dist/pi.svg +48 -48
- package/dist/style.css +1 -1
- package/package.json +73 -70
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.
|
|
@@ -8,54 +8,7 @@ declare namespace _sfc_main {
|
|
|
8
8
|
function _default(): {};
|
|
9
9
|
export { _default as default };
|
|
10
10
|
}
|
|
11
|
-
namespace showPrate {
|
|
12
|
-
const type_1: BooleanConstructor;
|
|
13
|
-
export { type_1 as type };
|
|
14
|
-
const _default_1: boolean;
|
|
15
|
-
export { _default_1 as default };
|
|
16
|
-
}
|
|
17
|
-
namespace showAcc {
|
|
18
|
-
const type_2: BooleanConstructor;
|
|
19
|
-
export { type_2 as type };
|
|
20
|
-
const _default_2: boolean;
|
|
21
|
-
export { _default_2 as default };
|
|
22
|
-
}
|
|
23
|
-
namespace defaultVersion {
|
|
24
|
-
const type_3: StringConstructor;
|
|
25
|
-
export { type_3 as type };
|
|
26
|
-
const _default_3: string;
|
|
27
|
-
export { _default_3 as default };
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
function data(): any;
|
|
31
|
-
namespace computed {
|
|
32
|
-
function computeLat(): (lat: any) => any;
|
|
33
|
-
function computeLng(): (lng: any) => any;
|
|
34
|
-
function computeLTime(): (time: any, tz?: number, format?: string) => string;
|
|
35
|
-
function computeTZ(): (tz?: string) => any;
|
|
36
|
-
function roundPrecision(): (num: any, precision?: number) => number | "-";
|
|
37
|
-
function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
|
|
38
|
-
function computeForm(): (form: any) => any;
|
|
39
|
-
}
|
|
40
|
-
namespace watch {
|
|
41
|
-
export namespace report_1 {
|
|
42
|
-
function handler(): void;
|
|
43
|
-
const immediate: boolean;
|
|
44
|
-
}
|
|
45
|
-
export { report_1 as report };
|
|
46
|
-
export namespace form {
|
|
47
|
-
export function handler(): void;
|
|
48
|
-
const immediate_1: boolean;
|
|
49
|
-
export { immediate_1 as immediate };
|
|
50
|
-
}
|
|
51
|
-
export namespace version {
|
|
52
|
-
function handler(): void;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
namespace methods {
|
|
56
|
-
function initEchart(): void;
|
|
57
|
-
function initMap(): Promise<void>;
|
|
58
|
-
function handleDraw(): void;
|
|
59
|
-
function handleFlyTo(row: any): void;
|
|
60
11
|
}
|
|
12
|
+
function data(): {};
|
|
13
|
+
const methods: {};
|
|
61
14
|
}
|
|
@@ -40,7 +40,7 @@ declare namespace _sfc_main {
|
|
|
40
40
|
function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
|
|
41
41
|
function computeDay(): (plan: any, index?: number) => number;
|
|
42
42
|
function computeSuspend(): (speed: any) => number | "-";
|
|
43
|
-
function computeModel(): (speed: any) =>
|
|
43
|
+
function computeModel(): (speed: any) => string;
|
|
44
44
|
}
|
|
45
45
|
namespace watch {
|
|
46
46
|
export namespace plan_1 {
|