@idmwx/idmui-report 4.4.2 → 4.4.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/Route/src/orm.vue.d.ts +7 -1
- package/dist/index.js +2697 -2685
- package/dist/index.umd.cjs +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -20,6 +20,12 @@ declare namespace _sfc_main {
|
|
|
20
20
|
function _default_2(): boolean;
|
|
21
21
|
export { _default_2 as default };
|
|
22
22
|
}
|
|
23
|
+
namespace print {
|
|
24
|
+
const type_3: BooleanConstructor;
|
|
25
|
+
export { type_3 as type };
|
|
26
|
+
function _default_3(): boolean;
|
|
27
|
+
export { _default_3 as default };
|
|
28
|
+
}
|
|
23
29
|
}
|
|
24
30
|
const emits: string[];
|
|
25
31
|
function data(): {
|
|
@@ -34,7 +40,7 @@ declare namespace _sfc_main {
|
|
|
34
40
|
function computeUTCTime(): (time: any, format?: string) => string;
|
|
35
41
|
function computeLTime(): (time: any, lng: any, lat: any) => string;
|
|
36
42
|
function computeTimeDiff(): (plan: any, index: any) => number | "-";
|
|
37
|
-
function computeCostDiff(): (plan: any, index: any) =>
|
|
43
|
+
function computeCostDiff(): (plan: any, index: any) => string;
|
|
38
44
|
function computeNav(): (item: any) => "GC" | "RL";
|
|
39
45
|
function roundPrecision(): (num: any, precision?: number) => number | "-";
|
|
40
46
|
function computeMemo(): (item: any) => any;
|