@idmwx/idmui-report 4.3.8 → 4.3.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/Precipitation/src/orm.vue.d.ts +2 -49
- package/dist/index.js +4083 -3937
- package/dist/index.umd.cjs +28 -8
- package/dist/style.css +1 -1
- package/package.json +5 -2
|
@@ -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
|
}
|