@idmwx/idmui-report 4.1.7 → 4.2.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/dist/Comparison/src/orm.vue.d.ts +2 -4
- package/dist/index.js +2046 -2005
- package/dist/index.umd.cjs +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -11,15 +11,13 @@ declare namespace _sfc_main {
|
|
|
11
11
|
}
|
|
12
12
|
const emits: string[];
|
|
13
13
|
function data(): {
|
|
14
|
-
advisory: undefined;
|
|
15
14
|
id: undefined;
|
|
16
15
|
editable: boolean;
|
|
16
|
+
remarks: undefined;
|
|
17
17
|
};
|
|
18
18
|
namespace computed {
|
|
19
19
|
function computeUTCTime(): (time: any, format?: string) => string;
|
|
20
|
-
function computeColor(): (data: any) => "" | "fail" | "success";
|
|
21
20
|
function compareTime(): (actual: any, recmd: any) => any;
|
|
22
|
-
function computeSummary(): (data: any, type: any) => string;
|
|
23
21
|
function computeBlankHtml(): (html: any) => boolean;
|
|
24
22
|
}
|
|
25
23
|
namespace watch {
|
|
@@ -30,6 +28,6 @@ declare namespace _sfc_main {
|
|
|
30
28
|
export { report_1 as report };
|
|
31
29
|
}
|
|
32
30
|
namespace methods {
|
|
33
|
-
function handleCommit(
|
|
31
|
+
function handleCommit(content: any): void;
|
|
34
32
|
}
|
|
35
33
|
}
|