@idmwx/idmui-report 2.8.6
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/README.md +18 -0
- package/dist/Brand/index.d.ts +5 -0
- package/dist/Brand/src/idm/index.vue.d.ts +19 -0
- package/dist/Brand/src/idm/third.vue.d.ts +10 -0
- package/dist/Comparison/index.d.ts +5 -0
- package/dist/Comparison/src/fli.vue.d.ts +54 -0
- package/dist/Comparison/src/opi.vue.d.ts +54 -0
- package/dist/Deviation/index.d.ts +5 -0
- package/dist/Deviation/src/fli.vue.d.ts +68 -0
- package/dist/Deviation/src/orm.vue.d.ts +60 -0
- package/dist/Editable/src/index.vue.d.ts +123 -0
- package/dist/Editor/index.d.ts +4 -0
- package/dist/Editor/src/index.vue.d.ts +52 -0
- package/dist/Hurricane/index.d.ts +4 -0
- package/dist/Hurricane/src/echarts.vue.d.ts +47 -0
- package/dist/Hurricane/src/index.vue.d.ts +95 -0
- package/dist/Hurricane/src/mapbox.vue.d.ts +57 -0
- package/dist/Image/brab.vue.d.ts +11 -0
- package/dist/Image/route1.vue.d.ts +11 -0
- package/dist/Image/route2.vue.d.ts +11 -0
- package/dist/Image/route3.vue.d.ts +11 -0
- package/dist/Invoice/index.d.ts +5 -0
- package/dist/Invoice/src/opi/index.vue.d.ts +53 -0
- package/dist/Invoice/src/orm/index.vue.d.ts +40 -0
- package/dist/Lat/index.d.ts +4 -0
- package/dist/Lat/src/index.vue.d.ts +29 -0
- package/dist/Lng/index.d.ts +4 -0
- package/dist/Lng/src/index.vue.d.ts +29 -0
- package/dist/Loading/index.d.ts +4 -0
- package/dist/Loading/src/index.vue.d.ts +14 -0
- package/dist/Logo/index.d.ts +4 -0
- package/dist/Logo/src/index.vue.d.ts +11 -0
- package/dist/Point/index.d.ts +5 -0
- package/dist/Point/src/opi.vue.d.ts +33 -0
- package/dist/Point/src/orm.vue.d.ts +48 -0
- package/dist/Precipitation/index.d.ts +4 -0
- package/dist/Precipitation/src/orm.vue.d.ts +61 -0
- package/dist/Quota/index.d.ts +4 -0
- package/dist/Quota/src/orm/index.vue.d.ts +70 -0
- package/dist/Route/index.d.ts +7 -0
- package/dist/Route/src/fli.vue.d.ts +46 -0
- package/dist/Route/src/opi.vue.d.ts +54 -0
- package/dist/Route/src/orm.vue.d.ts +51 -0
- package/dist/Stoppage/index.d.ts +4 -0
- package/dist/Stoppage/src/index.vue.d.ts +21 -0
- package/dist/Voyage/index.d.ts +6 -0
- package/dist/Voyage/src/fli/index.vue.d.ts +36 -0
- package/dist/Voyage/src/fli/inventory.vue.d.ts +43 -0
- package/dist/Voyage/src/fli/summary.vue.d.ts +71 -0
- package/dist/Voyage/src/opi/firstPart.vue.d.ts +63 -0
- package/dist/Voyage/src/opi/index.vue.d.ts +36 -0
- package/dist/Voyage/src/opi/scCharts.vue.d.ts +45 -0
- package/dist/Voyage/src/opi/secondPart.vue.d.ts +45 -0
- package/dist/Voyage/src/opi/thirdPart.vue.d.ts +87 -0
- package/dist/Voyage/src/orm/chart.vue.d.ts +38 -0
- package/dist/Voyage/src/orm/index.vue.d.ts +29 -0
- package/dist/Voyage/src/orm/inventory.vue.d.ts +48 -0
- package/dist/Voyage/src/orm/summary.vue.d.ts +38 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +16255 -0
- package/dist/index.umd.cjs +44 -0
- package/dist/pi.svg +48 -0
- package/dist/style.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +69 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
namespace props {
|
|
4
|
+
namespace data {
|
|
5
|
+
export const type: ObjectConstructor;
|
|
6
|
+
function _default(): never[];
|
|
7
|
+
export { _default as default };
|
|
8
|
+
}
|
|
9
|
+
namespace name {
|
|
10
|
+
const type_1: StringConstructor;
|
|
11
|
+
export { type_1 as type };
|
|
12
|
+
function _default_1(): string;
|
|
13
|
+
export { _default_1 as default };
|
|
14
|
+
}
|
|
15
|
+
namespace model {
|
|
16
|
+
const type_2: StringConstructor;
|
|
17
|
+
export { type_2 as type };
|
|
18
|
+
function _default_2(): string;
|
|
19
|
+
export { _default_2 as default };
|
|
20
|
+
}
|
|
21
|
+
namespace ts {
|
|
22
|
+
const type_3: StringConstructor;
|
|
23
|
+
export { type_3 as type };
|
|
24
|
+
function _default_3(): string;
|
|
25
|
+
export { _default_3 as default };
|
|
26
|
+
}
|
|
27
|
+
namespace token {
|
|
28
|
+
const type_4: StringConstructor;
|
|
29
|
+
export { type_4 as type };
|
|
30
|
+
const _default_4: string;
|
|
31
|
+
export { _default_4 as default };
|
|
32
|
+
}
|
|
33
|
+
namespace changeZoom {
|
|
34
|
+
const type_5: BooleanConstructor;
|
|
35
|
+
export { type_5 as type };
|
|
36
|
+
const _default_5: boolean;
|
|
37
|
+
export { _default_5 as default };
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
const components: undefined;
|
|
41
|
+
function data(): {
|
|
42
|
+
map: undefined;
|
|
43
|
+
};
|
|
44
|
+
namespace watch {
|
|
45
|
+
export namespace data_1 {
|
|
46
|
+
function handler(newV: any): void;
|
|
47
|
+
const immediate: boolean;
|
|
48
|
+
}
|
|
49
|
+
export { data_1 as data };
|
|
50
|
+
}
|
|
51
|
+
const computed: {};
|
|
52
|
+
function mounted(): void;
|
|
53
|
+
namespace methods {
|
|
54
|
+
function initMap(): Promise<void>;
|
|
55
|
+
function drawGrid(): void;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const components: undefined;
|
|
4
|
+
function data(): {
|
|
5
|
+
isUSD: boolean;
|
|
6
|
+
type: string;
|
|
7
|
+
company: {
|
|
8
|
+
name: {
|
|
9
|
+
USD: string;
|
|
10
|
+
CNY: string;
|
|
11
|
+
};
|
|
12
|
+
address: {
|
|
13
|
+
USD: string;
|
|
14
|
+
CNY: string;
|
|
15
|
+
};
|
|
16
|
+
tel: string;
|
|
17
|
+
dutyNumber: string;
|
|
18
|
+
bankName: {
|
|
19
|
+
USD: string;
|
|
20
|
+
CNY: string;
|
|
21
|
+
};
|
|
22
|
+
bankAccount: {
|
|
23
|
+
USD: string;
|
|
24
|
+
CNY: string;
|
|
25
|
+
};
|
|
26
|
+
bankAddress: string;
|
|
27
|
+
bankSwift: string;
|
|
28
|
+
interBank: string;
|
|
29
|
+
interSwift: string;
|
|
30
|
+
};
|
|
31
|
+
breaked: boolean;
|
|
32
|
+
};
|
|
33
|
+
namespace props {
|
|
34
|
+
namespace data {
|
|
35
|
+
export const type: ObjectConstructor;
|
|
36
|
+
function _default(): {};
|
|
37
|
+
export { _default as default };
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
namespace watch {
|
|
41
|
+
export namespace data_1 {
|
|
42
|
+
function handler(newV: any): void;
|
|
43
|
+
const immediate: boolean;
|
|
44
|
+
}
|
|
45
|
+
export { data_1 as data };
|
|
46
|
+
}
|
|
47
|
+
namespace computed {
|
|
48
|
+
function computeHtml(): (data: any) => any;
|
|
49
|
+
function computeUTCTime(): (time: any, format?: string) => string;
|
|
50
|
+
function computeItem(): (data: any) => any[] | undefined;
|
|
51
|
+
}
|
|
52
|
+
function mounted(): void;
|
|
53
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const components: undefined;
|
|
4
|
+
function data(): {
|
|
5
|
+
account: {
|
|
6
|
+
CNY: {
|
|
7
|
+
title: string;
|
|
8
|
+
taxId: string;
|
|
9
|
+
address: string;
|
|
10
|
+
tel: string;
|
|
11
|
+
bank: string;
|
|
12
|
+
number: string;
|
|
13
|
+
};
|
|
14
|
+
USD: {
|
|
15
|
+
title: string;
|
|
16
|
+
taxId: string;
|
|
17
|
+
address: string;
|
|
18
|
+
tel: string;
|
|
19
|
+
bank: string;
|
|
20
|
+
number: string;
|
|
21
|
+
swift: string;
|
|
22
|
+
bankAddr: string;
|
|
23
|
+
intermediaryBank: string;
|
|
24
|
+
intermediaryBankSwift: string;
|
|
25
|
+
intermediaryBankAbaNo: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
namespace props {
|
|
30
|
+
namespace report {
|
|
31
|
+
export const type: ObjectConstructor;
|
|
32
|
+
function _default(): {};
|
|
33
|
+
export { _default as default };
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
namespace computed {
|
|
37
|
+
function computeTime(): (time: any, format?: string) => string;
|
|
38
|
+
}
|
|
39
|
+
function mounted(): void;
|
|
40
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace lat {
|
|
6
|
+
export const type: NumberConstructor;
|
|
7
|
+
const _default: undefined;
|
|
8
|
+
export { _default as default };
|
|
9
|
+
}
|
|
10
|
+
namespace label {
|
|
11
|
+
const type_1: StringConstructor;
|
|
12
|
+
export { type_1 as type };
|
|
13
|
+
const _default_1: string;
|
|
14
|
+
export { _default_1 as default };
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
function data(): {
|
|
18
|
+
latDegree: undefined;
|
|
19
|
+
latMinute: undefined;
|
|
20
|
+
latDirection: undefined;
|
|
21
|
+
};
|
|
22
|
+
namespace watch {
|
|
23
|
+
export namespace lat_1 {
|
|
24
|
+
function handler(): void;
|
|
25
|
+
const immediate: boolean;
|
|
26
|
+
}
|
|
27
|
+
export { lat_1 as lat };
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
namespace props {
|
|
5
|
+
namespace lng {
|
|
6
|
+
export const type: NumberConstructor;
|
|
7
|
+
const _default: undefined;
|
|
8
|
+
export { _default as default };
|
|
9
|
+
}
|
|
10
|
+
namespace label {
|
|
11
|
+
const type_1: StringConstructor;
|
|
12
|
+
export { type_1 as type };
|
|
13
|
+
const _default_1: string;
|
|
14
|
+
export { _default_1 as default };
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
function data(): {
|
|
18
|
+
lngDegree: undefined;
|
|
19
|
+
lngMinute: undefined;
|
|
20
|
+
lngDirection: undefined;
|
|
21
|
+
};
|
|
22
|
+
namespace watch {
|
|
23
|
+
export namespace lng_1 {
|
|
24
|
+
function handler(): void;
|
|
25
|
+
const immediate: boolean;
|
|
26
|
+
}
|
|
27
|
+
export { lng_1 as lng };
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
const components: undefined;
|
|
5
|
+
namespace props {
|
|
6
|
+
namespace data {
|
|
7
|
+
export const type: ObjectConstructor;
|
|
8
|
+
function _default(): {};
|
|
9
|
+
export { _default as default };
|
|
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
|
+
}
|
|
24
|
+
function data(): {};
|
|
25
|
+
namespace computed {
|
|
26
|
+
function computeLat(): (lat: any) => any;
|
|
27
|
+
function computeLng(): (lng: any) => any;
|
|
28
|
+
function computeUTCTime(): (time: any, format?: string) => string;
|
|
29
|
+
function roundPrecision(): (num: any, precision?: number) => number | "-";
|
|
30
|
+
function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
|
|
31
|
+
}
|
|
32
|
+
const methods: {};
|
|
33
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
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
|
+
}
|
|
24
|
+
function data(): {
|
|
25
|
+
echart: undefined;
|
|
26
|
+
localTZ: string;
|
|
27
|
+
loading: boolean;
|
|
28
|
+
};
|
|
29
|
+
namespace watch {
|
|
30
|
+
export namespace report_1 {
|
|
31
|
+
function handler(): void;
|
|
32
|
+
const immediate: boolean;
|
|
33
|
+
}
|
|
34
|
+
export { report_1 as report };
|
|
35
|
+
}
|
|
36
|
+
namespace computed {
|
|
37
|
+
function computeLat(): (lat: any) => any;
|
|
38
|
+
function computeLng(): (lng: any) => any;
|
|
39
|
+
function computeLTime(): (time: any, tz?: number, format?: string) => string;
|
|
40
|
+
function computeTZ(): (tz?: string) => any;
|
|
41
|
+
function roundPrecision(): (num: any, precision?: number) => number | "-";
|
|
42
|
+
function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
|
|
43
|
+
function computeForm(): (form: any) => any;
|
|
44
|
+
}
|
|
45
|
+
namespace methods {
|
|
46
|
+
function initEchart(): void;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
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 watch {
|
|
32
|
+
export namespace report_1 {
|
|
33
|
+
function handler(): void;
|
|
34
|
+
const immediate: boolean;
|
|
35
|
+
}
|
|
36
|
+
export { report_1 as report };
|
|
37
|
+
export namespace form {
|
|
38
|
+
export function handler(): void;
|
|
39
|
+
const immediate_1: boolean;
|
|
40
|
+
export { immediate_1 as immediate };
|
|
41
|
+
}
|
|
42
|
+
export namespace version {
|
|
43
|
+
function handler(): void;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
namespace computed {
|
|
47
|
+
function computeLat(): (lat: any) => any;
|
|
48
|
+
function computeLng(): (lng: any) => any;
|
|
49
|
+
function computeLTime(): (time: any, tz?: number, format?: string) => string;
|
|
50
|
+
function computeTZ(): (tz?: string) => any;
|
|
51
|
+
function roundPrecision(): (num: any, precision?: number) => number | "-";
|
|
52
|
+
function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
|
|
53
|
+
function computeForm(): (form: any) => any;
|
|
54
|
+
}
|
|
55
|
+
namespace methods {
|
|
56
|
+
function initEchart(): void;
|
|
57
|
+
function initMap(): Promise<void>;
|
|
58
|
+
function handleDraw(): void;
|
|
59
|
+
function handleFlyTo(row: any): void;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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
|
+
geojson: {
|
|
26
|
+
type: string;
|
|
27
|
+
features: ({
|
|
28
|
+
type: string;
|
|
29
|
+
properties: {
|
|
30
|
+
rank: number;
|
|
31
|
+
name: string;
|
|
32
|
+
seg?: undefined;
|
|
33
|
+
};
|
|
34
|
+
geometry: {
|
|
35
|
+
type: string;
|
|
36
|
+
coordinates: number[][];
|
|
37
|
+
};
|
|
38
|
+
} | {
|
|
39
|
+
type: string;
|
|
40
|
+
properties: {
|
|
41
|
+
rank: number;
|
|
42
|
+
name: string;
|
|
43
|
+
seg: number;
|
|
44
|
+
};
|
|
45
|
+
geometry: {
|
|
46
|
+
type: string;
|
|
47
|
+
coordinates: number[][];
|
|
48
|
+
};
|
|
49
|
+
} | {
|
|
50
|
+
type: string;
|
|
51
|
+
properties: {
|
|
52
|
+
rank: number;
|
|
53
|
+
name: string;
|
|
54
|
+
seg?: undefined;
|
|
55
|
+
};
|
|
56
|
+
geometry: {
|
|
57
|
+
type: string;
|
|
58
|
+
coordinates: number[];
|
|
59
|
+
};
|
|
60
|
+
})[];
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
const computed: {};
|
|
64
|
+
const watch: {};
|
|
65
|
+
function mounted(): void;
|
|
66
|
+
namespace methods {
|
|
67
|
+
function initMap(): Promise<void>;
|
|
68
|
+
function handleDraw(): Promise<void>;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Plugin } from 'vue';
|
|
2
|
+
import RouteReport from './src/opi.vue';
|
|
3
|
+
import OpiPlanReport from './src/opi.vue';
|
|
4
|
+
import FliPlanReport from './src/fli.vue';
|
|
5
|
+
import OrmPlanReport from './src/orm.vue';
|
|
6
|
+
export declare const RouteReportPlugin: Plugin;
|
|
7
|
+
export { RouteReport, FliPlanReport, OpiPlanReport, OrmPlanReport };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
const components: undefined;
|
|
5
|
+
namespace props {
|
|
6
|
+
namespace plan {
|
|
7
|
+
export const type: ObjectConstructor;
|
|
8
|
+
function _default(): {};
|
|
9
|
+
export { _default as default };
|
|
10
|
+
}
|
|
11
|
+
namespace editorDisabled {
|
|
12
|
+
const type_1: BooleanConstructor;
|
|
13
|
+
export { type_1 as type };
|
|
14
|
+
function _default_1(): boolean;
|
|
15
|
+
export { _default_1 as default };
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
const emits: string[];
|
|
19
|
+
function data(): {
|
|
20
|
+
editable: boolean;
|
|
21
|
+
advisory: string;
|
|
22
|
+
};
|
|
23
|
+
namespace computed {
|
|
24
|
+
function computeUTCTime(): (time: any, format?: string) => string;
|
|
25
|
+
function computeLTime(): (time: any, zone: any) => string;
|
|
26
|
+
function computeUTCOffset(): any;
|
|
27
|
+
function computeTimeDiff(): (plan: any, index: any) => number | "-";
|
|
28
|
+
function computeNav(): (item: any) => "GC" | "RL";
|
|
29
|
+
function roundPrecision(): (num: any, precision?: number) => number | "-";
|
|
30
|
+
function computeMapChart(): any;
|
|
31
|
+
function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
|
|
32
|
+
function computeDay(): (plan: any) => number;
|
|
33
|
+
}
|
|
34
|
+
namespace watch {
|
|
35
|
+
export namespace plan_1 {
|
|
36
|
+
function handler(): void;
|
|
37
|
+
const immediate: boolean;
|
|
38
|
+
}
|
|
39
|
+
export { plan_1 as plan };
|
|
40
|
+
}
|
|
41
|
+
namespace methods {
|
|
42
|
+
function handleCommit(content: any): void;
|
|
43
|
+
function handleRefresh(): void;
|
|
44
|
+
function handleEdit(): void;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare namespace _sfc_main {
|
|
3
|
+
const name: string;
|
|
4
|
+
const components: undefined;
|
|
5
|
+
namespace props {
|
|
6
|
+
namespace plan {
|
|
7
|
+
export const type: ObjectConstructor;
|
|
8
|
+
function _default(): {};
|
|
9
|
+
export { _default as default };
|
|
10
|
+
}
|
|
11
|
+
namespace editorDisabled {
|
|
12
|
+
const type_1: BooleanConstructor;
|
|
13
|
+
export { type_1 as type };
|
|
14
|
+
function _default_1(): boolean;
|
|
15
|
+
export { _default_1 as default };
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
const emits: string[];
|
|
19
|
+
function data(): {
|
|
20
|
+
tableData: never[];
|
|
21
|
+
sogChart: undefined;
|
|
22
|
+
windChart: undefined;
|
|
23
|
+
waveChart: undefined;
|
|
24
|
+
currentChart: undefined;
|
|
25
|
+
editable: boolean;
|
|
26
|
+
advisory: string;
|
|
27
|
+
};
|
|
28
|
+
namespace computed {
|
|
29
|
+
function computeUTCTime(): (time: any) => string;
|
|
30
|
+
function computeLTime(): (time: any, zone: any) => string;
|
|
31
|
+
function computeUTCOffset(): any;
|
|
32
|
+
function computeTimeDiff(): (plan: any, index: any) => number | "-";
|
|
33
|
+
function computeNav(): (item: any) => "GC" | "RL";
|
|
34
|
+
function roundPrecision(): (num: any, precision?: number) => number | "-";
|
|
35
|
+
function computeMapChart(): any;
|
|
36
|
+
function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
|
|
37
|
+
function computeDay(): (plan: any) => number;
|
|
38
|
+
function computeMemo(): (item: any) => any;
|
|
39
|
+
function computeMajorPoints(): (wps: any) => any[] | undefined;
|
|
40
|
+
}
|
|
41
|
+
namespace watch {
|
|
42
|
+
export namespace plan_1 {
|
|
43
|
+
function handler(): void;
|
|
44
|
+
const immediate: boolean;
|
|
45
|
+
}
|
|
46
|
+
export { plan_1 as plan };
|
|
47
|
+
}
|
|
48
|
+
namespace methods {
|
|
49
|
+
function initEChart(): void;
|
|
50
|
+
function handleSave(): void;
|
|
51
|
+
function handleRefresh(): void;
|
|
52
|
+
function decideDisable(): void;
|
|
53
|
+
}
|
|
54
|
+
}
|