@idmwx/idmui-report 5.2.1 → 5.2.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/Quota/index.d.ts +3 -1
- package/dist/Quota/src/orm/index4ITG.vue.d.ts +84 -0
- package/dist/Quota/src/orm/index4cmes.vue.d.ts +84 -0
- package/dist/Route/src/orm.vue.d.ts +1 -1
- package/dist/index.js +7678 -5369
- package/dist/index.umd.cjs +8 -8
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/Quota/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
2
|
import OrmQuoteReport from './src/orm/index.vue';
|
|
3
|
+
import OrmQuoteReport4CMES from './src/orm/index4cmes.vue';
|
|
4
|
+
import OrmQuoteReport4ITG from './src/orm/index4ITG.vue';
|
|
3
5
|
import OrmQuoteReport4SEOA from './src/orm/index4seoa.vue';
|
|
4
6
|
import OrmQuoteReport4TongLi from './src/orm/index4tongli.vue';
|
|
5
7
|
export declare const QuoteReportPlugin: Plugin;
|
|
6
|
-
export { OrmQuoteReport, OrmQuoteReport4SEOA, OrmQuoteReport4TongLi };
|
|
8
|
+
export { OrmQuoteReport, OrmQuoteReport4SEOA, OrmQuoteReport4TongLi, OrmQuoteReport4CMES, OrmQuoteReport4ITG };
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
const components: undefined;
|
|
5
|
+
namespace props {
|
|
6
|
+
namespace report {
|
|
7
|
+
export const type: ObjectConstructor;
|
|
8
|
+
function _default(): {};
|
|
9
|
+
export { _default as default };
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
function data(): {
|
|
13
|
+
mapboxToken: string;
|
|
14
|
+
mapboxStyle: string;
|
|
15
|
+
area: {
|
|
16
|
+
name: string;
|
|
17
|
+
rank: number;
|
|
18
|
+
width: string;
|
|
19
|
+
}[];
|
|
20
|
+
quota: (string | number)[][];
|
|
21
|
+
map: undefined;
|
|
22
|
+
source: string;
|
|
23
|
+
layer: string;
|
|
24
|
+
labelLayer: string;
|
|
25
|
+
geojson1: {
|
|
26
|
+
type: string;
|
|
27
|
+
features: {
|
|
28
|
+
type: string;
|
|
29
|
+
properties: {
|
|
30
|
+
rank: number;
|
|
31
|
+
name: string;
|
|
32
|
+
};
|
|
33
|
+
geometry: {
|
|
34
|
+
type: string;
|
|
35
|
+
coordinates: number[][];
|
|
36
|
+
};
|
|
37
|
+
}[];
|
|
38
|
+
};
|
|
39
|
+
geojson: {
|
|
40
|
+
type: string;
|
|
41
|
+
features: ({
|
|
42
|
+
type: string;
|
|
43
|
+
properties: {
|
|
44
|
+
rank: number;
|
|
45
|
+
name: string;
|
|
46
|
+
seg?: undefined;
|
|
47
|
+
};
|
|
48
|
+
geometry: {
|
|
49
|
+
type: string;
|
|
50
|
+
coordinates: number[][];
|
|
51
|
+
};
|
|
52
|
+
} | {
|
|
53
|
+
type: string;
|
|
54
|
+
properties: {
|
|
55
|
+
rank: number;
|
|
56
|
+
name: string;
|
|
57
|
+
seg: number;
|
|
58
|
+
};
|
|
59
|
+
geometry: {
|
|
60
|
+
type: string;
|
|
61
|
+
coordinates: number[][];
|
|
62
|
+
};
|
|
63
|
+
} | {
|
|
64
|
+
type: string;
|
|
65
|
+
properties: {
|
|
66
|
+
rank: number;
|
|
67
|
+
name: string;
|
|
68
|
+
seg?: undefined;
|
|
69
|
+
};
|
|
70
|
+
geometry: {
|
|
71
|
+
type: string;
|
|
72
|
+
coordinates: number[];
|
|
73
|
+
};
|
|
74
|
+
})[];
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
const computed: {};
|
|
78
|
+
const watch: {};
|
|
79
|
+
function mounted(): void;
|
|
80
|
+
namespace methods {
|
|
81
|
+
function initMap(): Promise<void>;
|
|
82
|
+
function handleDraw(): Promise<void>;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
const components: undefined;
|
|
5
|
+
namespace props {
|
|
6
|
+
namespace report {
|
|
7
|
+
export const type: ObjectConstructor;
|
|
8
|
+
function _default(): {};
|
|
9
|
+
export { _default as default };
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
function data(): {
|
|
13
|
+
mapboxToken: string;
|
|
14
|
+
mapboxStyle: string;
|
|
15
|
+
area: {
|
|
16
|
+
name: string;
|
|
17
|
+
rank: number;
|
|
18
|
+
width: string;
|
|
19
|
+
}[];
|
|
20
|
+
quota: (string | number)[][];
|
|
21
|
+
map: undefined;
|
|
22
|
+
source: string;
|
|
23
|
+
layer: string;
|
|
24
|
+
labelLayer: string;
|
|
25
|
+
geojson1: {
|
|
26
|
+
type: string;
|
|
27
|
+
features: {
|
|
28
|
+
type: string;
|
|
29
|
+
properties: {
|
|
30
|
+
rank: number;
|
|
31
|
+
name: string;
|
|
32
|
+
};
|
|
33
|
+
geometry: {
|
|
34
|
+
type: string;
|
|
35
|
+
coordinates: number[][];
|
|
36
|
+
};
|
|
37
|
+
}[];
|
|
38
|
+
};
|
|
39
|
+
geojson: {
|
|
40
|
+
type: string;
|
|
41
|
+
features: ({
|
|
42
|
+
type: string;
|
|
43
|
+
properties: {
|
|
44
|
+
rank: number;
|
|
45
|
+
name: string;
|
|
46
|
+
seg?: undefined;
|
|
47
|
+
};
|
|
48
|
+
geometry: {
|
|
49
|
+
type: string;
|
|
50
|
+
coordinates: number[][];
|
|
51
|
+
};
|
|
52
|
+
} | {
|
|
53
|
+
type: string;
|
|
54
|
+
properties: {
|
|
55
|
+
rank: number;
|
|
56
|
+
name: string;
|
|
57
|
+
seg: number;
|
|
58
|
+
};
|
|
59
|
+
geometry: {
|
|
60
|
+
type: string;
|
|
61
|
+
coordinates: number[][];
|
|
62
|
+
};
|
|
63
|
+
} | {
|
|
64
|
+
type: string;
|
|
65
|
+
properties: {
|
|
66
|
+
rank: number;
|
|
67
|
+
name: string;
|
|
68
|
+
seg?: undefined;
|
|
69
|
+
};
|
|
70
|
+
geometry: {
|
|
71
|
+
type: string;
|
|
72
|
+
coordinates: number[];
|
|
73
|
+
};
|
|
74
|
+
})[];
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
const computed: {};
|
|
78
|
+
const watch: {};
|
|
79
|
+
function mounted(): void;
|
|
80
|
+
namespace methods {
|
|
81
|
+
function initMap(): Promise<void>;
|
|
82
|
+
function handleDraw(): Promise<void>;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -38,7 +38,7 @@ declare namespace _sfc_main {
|
|
|
38
38
|
namespace computed {
|
|
39
39
|
function showCost(): any;
|
|
40
40
|
function computeUTCTime(): (time: any, format?: string) => string;
|
|
41
|
-
function computeIncludedAngle(): (bearing: any, degree: any) => number;
|
|
41
|
+
function computeIncludedAngle(): (bearing: any, degree: any) => number | "-";
|
|
42
42
|
function computeLTime(): (time: any, lng: any, lat: any, offset: any) => string;
|
|
43
43
|
function computeTimeDiff(): (plan: any, index: any) => number | "-";
|
|
44
44
|
function computeCostDiff(): (plan: any, index: any) => string;
|