@idmwx/idmui-report 5.0.2 → 5.0.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/dist/Deviation/src/orm.vue.d.ts +3 -2
- package/dist/index.js +3724 -3721
- package/dist/index.umd.cjs +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ declare namespace _sfc_main {
|
|
|
21
21
|
export { _default_2 as default };
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
+
const emits: string[];
|
|
24
25
|
function data(): {
|
|
25
26
|
extraPortList: never[];
|
|
26
27
|
portList: never[];
|
|
@@ -36,7 +37,7 @@ declare namespace _sfc_main {
|
|
|
36
37
|
id: undefined;
|
|
37
38
|
};
|
|
38
39
|
namespace computed {
|
|
39
|
-
function computeExcludedDist(): (
|
|
40
|
+
function computeExcludedDist(): (row: any) => number | "-";
|
|
40
41
|
function computeColor(): (data: any) => "" | "fail" | "success";
|
|
41
42
|
function computeUTCTime(): (time: any, format?: string) => string;
|
|
42
43
|
function computedLngLat(): (lat: any, lng: any) => string;
|
|
@@ -45,7 +46,7 @@ declare namespace _sfc_main {
|
|
|
45
46
|
}
|
|
46
47
|
namespace watch {
|
|
47
48
|
export namespace report_1 {
|
|
48
|
-
function handler(
|
|
49
|
+
function handler(one: any): void;
|
|
49
50
|
const immediate: boolean;
|
|
50
51
|
}
|
|
51
52
|
export { report_1 as report };
|