@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.
Files changed (65) hide show
  1. package/README.md +18 -0
  2. package/dist/Brand/index.d.ts +5 -0
  3. package/dist/Brand/src/idm/index.vue.d.ts +19 -0
  4. package/dist/Brand/src/idm/third.vue.d.ts +10 -0
  5. package/dist/Comparison/index.d.ts +5 -0
  6. package/dist/Comparison/src/fli.vue.d.ts +54 -0
  7. package/dist/Comparison/src/opi.vue.d.ts +54 -0
  8. package/dist/Deviation/index.d.ts +5 -0
  9. package/dist/Deviation/src/fli.vue.d.ts +68 -0
  10. package/dist/Deviation/src/orm.vue.d.ts +60 -0
  11. package/dist/Editable/src/index.vue.d.ts +123 -0
  12. package/dist/Editor/index.d.ts +4 -0
  13. package/dist/Editor/src/index.vue.d.ts +52 -0
  14. package/dist/Hurricane/index.d.ts +4 -0
  15. package/dist/Hurricane/src/echarts.vue.d.ts +47 -0
  16. package/dist/Hurricane/src/index.vue.d.ts +95 -0
  17. package/dist/Hurricane/src/mapbox.vue.d.ts +57 -0
  18. package/dist/Image/brab.vue.d.ts +11 -0
  19. package/dist/Image/route1.vue.d.ts +11 -0
  20. package/dist/Image/route2.vue.d.ts +11 -0
  21. package/dist/Image/route3.vue.d.ts +11 -0
  22. package/dist/Invoice/index.d.ts +5 -0
  23. package/dist/Invoice/src/opi/index.vue.d.ts +53 -0
  24. package/dist/Invoice/src/orm/index.vue.d.ts +40 -0
  25. package/dist/Lat/index.d.ts +4 -0
  26. package/dist/Lat/src/index.vue.d.ts +29 -0
  27. package/dist/Lng/index.d.ts +4 -0
  28. package/dist/Lng/src/index.vue.d.ts +29 -0
  29. package/dist/Loading/index.d.ts +4 -0
  30. package/dist/Loading/src/index.vue.d.ts +14 -0
  31. package/dist/Logo/index.d.ts +4 -0
  32. package/dist/Logo/src/index.vue.d.ts +11 -0
  33. package/dist/Point/index.d.ts +5 -0
  34. package/dist/Point/src/opi.vue.d.ts +33 -0
  35. package/dist/Point/src/orm.vue.d.ts +48 -0
  36. package/dist/Precipitation/index.d.ts +4 -0
  37. package/dist/Precipitation/src/orm.vue.d.ts +61 -0
  38. package/dist/Quota/index.d.ts +4 -0
  39. package/dist/Quota/src/orm/index.vue.d.ts +70 -0
  40. package/dist/Route/index.d.ts +7 -0
  41. package/dist/Route/src/fli.vue.d.ts +46 -0
  42. package/dist/Route/src/opi.vue.d.ts +54 -0
  43. package/dist/Route/src/orm.vue.d.ts +51 -0
  44. package/dist/Stoppage/index.d.ts +4 -0
  45. package/dist/Stoppage/src/index.vue.d.ts +21 -0
  46. package/dist/Voyage/index.d.ts +6 -0
  47. package/dist/Voyage/src/fli/index.vue.d.ts +36 -0
  48. package/dist/Voyage/src/fli/inventory.vue.d.ts +43 -0
  49. package/dist/Voyage/src/fli/summary.vue.d.ts +71 -0
  50. package/dist/Voyage/src/opi/firstPart.vue.d.ts +63 -0
  51. package/dist/Voyage/src/opi/index.vue.d.ts +36 -0
  52. package/dist/Voyage/src/opi/scCharts.vue.d.ts +45 -0
  53. package/dist/Voyage/src/opi/secondPart.vue.d.ts +45 -0
  54. package/dist/Voyage/src/opi/thirdPart.vue.d.ts +87 -0
  55. package/dist/Voyage/src/orm/chart.vue.d.ts +38 -0
  56. package/dist/Voyage/src/orm/index.vue.d.ts +29 -0
  57. package/dist/Voyage/src/orm/inventory.vue.d.ts +48 -0
  58. package/dist/Voyage/src/orm/summary.vue.d.ts +38 -0
  59. package/dist/index.d.ts +16 -0
  60. package/dist/index.js +16255 -0
  61. package/dist/index.umd.cjs +44 -0
  62. package/dist/pi.svg +48 -0
  63. package/dist/style.css +1 -0
  64. package/dist/vite.svg +1 -0
  65. package/package.json +69 -0
@@ -0,0 +1,51 @@
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
+ echart: undefined;
23
+ speedIndex: number;
24
+ loading: boolean;
25
+ };
26
+ namespace computed {
27
+ function computeUTCTime(): (time: any, format?: string) => string;
28
+ function computeLTime(): (time: any, lng: any, lat: any) => string;
29
+ function computeTimeDiff(): (plan: any, index: any) => number | "-";
30
+ function computeNav(): (item: any) => "GC" | "RL";
31
+ function roundPrecision(): (num: any, precision?: number) => number | "-";
32
+ function computeMemo(): (item: any) => any;
33
+ function computeMajorPoints(): (wps: any) => any[] | undefined;
34
+ function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
35
+ function computeDay(): (plan: any, index?: number) => number;
36
+ }
37
+ namespace watch {
38
+ export namespace plan_1 {
39
+ function handler(): void;
40
+ const immediate: boolean;
41
+ }
42
+ export { plan_1 as plan };
43
+ }
44
+ namespace methods {
45
+ function handleCommit(content: any): void;
46
+ function handleRefresh(): void;
47
+ function handleEdit(): void;
48
+ function initEchart(): void;
49
+ function renderEchart(): void;
50
+ }
51
+ }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import StoppageReport from './src/index.vue';
3
+ export declare const StoppageReportPlugin: Plugin;
4
+ export { StoppageReport };
@@ -0,0 +1,21 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace report {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ }
11
+ function data(): {
12
+ logSrc2: string;
13
+ };
14
+ namespace computed {
15
+ function computeUTCTime(): (time: any, format?: string) => string;
16
+ function computeLat(): (lat: any) => any;
17
+ function computeLng(): (lng: any) => any;
18
+ function computeStyle(): (data: any) => "" | "color:var(--idm-danger-color)";
19
+ function computeRoundPrecision(): (data: any, precision?: number) => any;
20
+ }
21
+ }
@@ -0,0 +1,6 @@
1
+ import { Plugin } from 'vue';
2
+ import OpiVoyageReport from './src/opi/index.vue';
3
+ import FliVoyageReport from './src/fli/index.vue';
4
+ import OrmVoyageReport from './src/orm/index.vue';
5
+ export declare const VoyageReportPlugin: Plugin;
6
+ export { OpiVoyageReport, FliVoyageReport, OrmVoyageReport };
@@ -0,0 +1,36 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace initialData {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace isAdmin {
11
+ const type_1: BooleanConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): boolean;
14
+ export { _default_1 as default };
15
+ }
16
+ namespace editorDisabled {
17
+ const type_2: BooleanConstructor;
18
+ export { type_2 as type };
19
+ function _default_2(): boolean;
20
+ export { _default_2 as default };
21
+ }
22
+ }
23
+ function data(): {
24
+ reportData: {};
25
+ };
26
+ namespace watch {
27
+ export namespace initialData_1 {
28
+ function handler(nVal: any, oVal: any): void;
29
+ const immediate: boolean;
30
+ }
31
+ export { initialData_1 as initialData };
32
+ }
33
+ namespace methods {
34
+ function commit(content: any): void;
35
+ }
36
+ }
@@ -0,0 +1,43 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace reportData {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace isAdmin {
11
+ const type_1: BooleanConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): boolean;
14
+ export { _default_1 as default };
15
+ }
16
+ }
17
+ function data(): {
18
+ date: string;
19
+ showCF: boolean;
20
+ showAisDistance: boolean;
21
+ summaryTable: never[];
22
+ typeList: never[];
23
+ };
24
+ namespace computed {
25
+ function computeColspan(): number;
26
+ function computedClass(): (item: any, index: any, type: any, isCP: any) => string;
27
+ function computedSegClass(): (item: any, index: any) => "td-no-bottom td-top" | "td-bottom" | "td-no-bottom";
28
+ function computedPort(): (item: any) => boolean;
29
+ function computedTime(): (date: any, type: any) => string;
30
+ }
31
+ function mounted(): void;
32
+ namespace watch {
33
+ export namespace reportData_1 {
34
+ function handler(nVal: any, oVal: any): void;
35
+ const immediate: boolean;
36
+ }
37
+ export { reportData_1 as reportData };
38
+ }
39
+ namespace methods {
40
+ function getLonLat(data: any): string;
41
+ function checkData(): void;
42
+ }
43
+ }
@@ -0,0 +1,71 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace reportData {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace editorDisabled {
11
+ const type_1: BooleanConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): boolean;
14
+ export { _default_1 as default };
15
+ }
16
+ }
17
+ const emits: string[];
18
+ function data(): {
19
+ date: string;
20
+ remarks: string;
21
+ editable: boolean;
22
+ advisory: undefined;
23
+ excludedTableData: never[];
24
+ segDetail: never[];
25
+ goodDays: never[];
26
+ cpDetail: never[];
27
+ noGoodWxDay: string;
28
+ noSpecialRemarks: string;
29
+ };
30
+ namespace computed {
31
+ function computedAvgCf(): (data: any) => boolean;
32
+ function computedPositive(): (data: any) => any;
33
+ function computedTime(): (date: any, type: any) => string;
34
+ function computedLngLat(): (lat: any, lng: any) => string;
35
+ function computedSeg(): (item: any) => {
36
+ port1: any;
37
+ time1: any;
38
+ fullTime1: any;
39
+ port2: any;
40
+ time2: any;
41
+ fullTime2: any;
42
+ };
43
+ function computedTimeConclusion(): (data: any) => {
44
+ conclusion: string;
45
+ className: string;
46
+ timeCon: string;
47
+ };
48
+ function computedFuleConclusion(): (data: any, status: any) => {
49
+ conclusion: string;
50
+ className: string;
51
+ cons: string;
52
+ };
53
+ function computedUnit(): (type: any, isPercent: any) => "" | "%" | "(mt)";
54
+ function computedWeatherDef(): (weather: any) => string;
55
+ function computedColor(): (data: any, type: any, isBg: any) => string;
56
+ function computedAbt4Spd(): (seg: any) => any;
57
+ }
58
+ namespace watch {
59
+ export namespace reportData_1 {
60
+ function handler(nVal: any, oVal: any): void;
61
+ const immediate: boolean;
62
+ }
63
+ export { reportData_1 as reportData };
64
+ }
65
+ namespace methods {
66
+ function getLonLat(data: any): string;
67
+ function handleCommit(content: any): void;
68
+ function decideDisable(): void;
69
+ function cheakData(): void;
70
+ }
71
+ }
@@ -0,0 +1,63 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace reportData {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace editorDisabled {
11
+ const type_1: BooleanConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): boolean;
14
+ export { _default_1 as default };
15
+ }
16
+ }
17
+ const emits: string[];
18
+ function data(): {
19
+ logSrc2: string;
20
+ bgSrc: string;
21
+ date: string;
22
+ remarks: string;
23
+ editable: boolean;
24
+ advisory: undefined;
25
+ excludedTableData: never[];
26
+ segDetail: never[];
27
+ goodDays: never[];
28
+ noGoodWxDay: string;
29
+ };
30
+ namespace computed {
31
+ function computedAvgCf(): (data: any) => boolean;
32
+ function computedPositive(): (data: any) => any;
33
+ function computedTime(): (date: any, type: any) => string;
34
+ function computedLngLat(): (lat: any, lng: any) => string;
35
+ function computedSeg(): (item: any) => string;
36
+ function computedTimeConclusion(): (data: any) => {
37
+ conclusion: string;
38
+ className: string;
39
+ timeCon: string;
40
+ };
41
+ function computedFuelConclusion(): (data: any, status: any) => {
42
+ conclusion: string;
43
+ className: string;
44
+ cons: string;
45
+ };
46
+ function computedUnit(): (type: any, isPercent: any) => "" | "%" | "kts" | "mt";
47
+ function computedWeatherDef(): (weather: any) => string;
48
+ function computedColor(): (data: any, type: any, isBg: any) => string;
49
+ }
50
+ namespace watch {
51
+ export namespace reportData_1 {
52
+ function handler(nVal: any, oVal: any): void;
53
+ const immediate: boolean;
54
+ }
55
+ export { reportData_1 as reportData };
56
+ }
57
+ namespace methods {
58
+ function getLonLat(data: any): string;
59
+ function handleCommit(content: any): void;
60
+ function decideDisable(): void;
61
+ function checkData(): void;
62
+ }
63
+ }
@@ -0,0 +1,36 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace initialData {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace isAdmin {
11
+ const type_1: BooleanConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): boolean;
14
+ export { _default_1 as default };
15
+ }
16
+ namespace editorDisabled {
17
+ const type_2: BooleanConstructor;
18
+ export { type_2 as type };
19
+ function _default_2(): boolean;
20
+ export { _default_2 as default };
21
+ }
22
+ }
23
+ function data(): {
24
+ reportData: {};
25
+ };
26
+ namespace watch {
27
+ export namespace initialData_1 {
28
+ function handler(nVal: any, oVal: any): void;
29
+ const immediate: boolean;
30
+ }
31
+ export { initialData_1 as initialData };
32
+ }
33
+ namespace methods {
34
+ function commit(content: any): void;
35
+ }
36
+ }
@@ -0,0 +1,45 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ namespace props {
4
+ namespace id {
5
+ export const type: StringConstructor;
6
+ const _default: string;
7
+ export { _default as default };
8
+ }
9
+ namespace echartData {
10
+ const type_1: ObjectConstructor;
11
+ export { type_1 as type };
12
+ function _default_1(): never[];
13
+ export { _default_1 as default };
14
+ }
15
+ namespace params {
16
+ const type_2: ObjectConstructor;
17
+ export { type_2 as type };
18
+ function _default_2(): never[];
19
+ export { _default_2 as default };
20
+ }
21
+ namespace detail {
22
+ const type_3: ObjectConstructor;
23
+ export { type_3 as type };
24
+ function _default_3(): never[];
25
+ export { _default_3 as default };
26
+ }
27
+ }
28
+ function data(): {
29
+ chart: undefined;
30
+ isOilBar: boolean;
31
+ };
32
+ namespace watch {
33
+ export namespace echartData_1 {
34
+ function handler(nVal: any, oVal: any): void;
35
+ const immediate: boolean;
36
+ const deep: boolean;
37
+ }
38
+ export { echartData_1 as echartData };
39
+ }
40
+ namespace methods {
41
+ function getData(data: any, markArea: any): any[];
42
+ function getMax(value: any): string | undefined;
43
+ function initData(): void;
44
+ }
45
+ }
@@ -0,0 +1,45 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ namespace props {
4
+ namespace reportData {
5
+ export const type: ObjectConstructor;
6
+ function _default(): {};
7
+ export { _default as default };
8
+ }
9
+ namespace isAdmin {
10
+ const type_1: BooleanConstructor;
11
+ export { type_1 as type };
12
+ function _default_1(): boolean;
13
+ export { _default_1 as default };
14
+ }
15
+ }
16
+ function data(): {
17
+ date: string;
18
+ showCF: boolean;
19
+ showAisDistance: boolean;
20
+ showSig: boolean;
21
+ showSwell: boolean;
22
+ showWave: boolean;
23
+ summaryTable: never[];
24
+ typeList: never[];
25
+ };
26
+ namespace computed {
27
+ function computeRoundPrecision(): (data: any, num?: number) => any;
28
+ function computeColspan(): number;
29
+ function computedClass(): (item: any, type: any, isCP: any) => string;
30
+ function computedPort(): (item: any) => boolean;
31
+ function computedTime(): (date: any, type: any) => string;
32
+ }
33
+ function mounted(): void;
34
+ namespace watch {
35
+ export namespace reportData_1 {
36
+ function handler(nVal: any): void;
37
+ const immediate: boolean;
38
+ }
39
+ export { reportData_1 as reportData };
40
+ }
41
+ namespace methods {
42
+ function getLonLat(data: any): string;
43
+ function checkData(): void;
44
+ }
45
+ }
@@ -0,0 +1,87 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace reportData {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace mailData {
11
+ const type_1: ObjectConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): {};
14
+ export { _default_1 as default };
15
+ }
16
+ }
17
+ function data(): {
18
+ date: string;
19
+ shipSpeedChart: undefined;
20
+ FOChart: undefined;
21
+ DOChart: undefined;
22
+ windSpeedChart: undefined;
23
+ waveHeightChart: undefined;
24
+ CurrentFactorChart: undefined;
25
+ shipSpdChartData: never[];
26
+ FoChartData: never[];
27
+ DGOChartData: never[];
28
+ windSpdChartData: never[];
29
+ waveChartData: never[];
30
+ currentChartData: never[];
31
+ mailList: never[];
32
+ params: {};
33
+ shipSpdDetail: {
34
+ ytitle: string;
35
+ title: string;
36
+ };
37
+ FODetail: {
38
+ ytitle: string;
39
+ title: string;
40
+ };
41
+ DGODetail: {
42
+ ytitle: string;
43
+ title: string;
44
+ };
45
+ windDetail: {
46
+ ytitle: string;
47
+ title: string;
48
+ };
49
+ waveDetail: {
50
+ ytitle: string;
51
+ title: string;
52
+ };
53
+ currentDetail: {
54
+ ytitle: string;
55
+ title: string;
56
+ };
57
+ };
58
+ namespace computed {
59
+ function computedArray(): (list: any) => any[];
60
+ function computedCurrent(): (list: any, type: any) => any[];
61
+ function computedTime(): (date: any, type: any) => string;
62
+ function computedIsNull(): (data: any) => any;
63
+ function computedLngLat(): (lat: any, lng: any) => string;
64
+ function computeFrom(): (data: any) => any;
65
+ function computeBody(): (data: any) => any;
66
+ function computeUTCTime(): (time: any, format?: string) => string;
67
+ }
68
+ namespace watch {
69
+ export namespace reportData_1 {
70
+ function handler(nVal: any, oVal: any): void;
71
+ const immediate: boolean;
72
+ }
73
+ export { reportData_1 as reportData };
74
+ export namespace mailData_1 {
75
+ export function handler(nVal: any, oVal: any): void;
76
+ const immediate_1: boolean;
77
+ export { immediate_1 as immediate };
78
+ }
79
+ export { mailData_1 as mailData };
80
+ }
81
+ function mounted(): void;
82
+ namespace methods {
83
+ function getLonLat(data: any): string;
84
+ function getMailsList(): void;
85
+ function getTableData(): void;
86
+ }
87
+ }
@@ -0,0 +1,38 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace report {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace inventory {
11
+ const type_1: ArrayConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): never[];
14
+ export { _default_1 as default };
15
+ }
16
+ }
17
+ function data(): {
18
+ spdFoConsChart: undefined;
19
+ spdDgoConsChart: undefined;
20
+ wxChart: undefined;
21
+ currChart: undefined;
22
+ };
23
+ namespace computed {
24
+ function computeUTCTime(): (time: any, format?: string) => string;
25
+ }
26
+ namespace watch {
27
+ export namespace inventory_1 {
28
+ function handler(nVal: any, oVal: any): void;
29
+ const immediate: boolean;
30
+ }
31
+ export { inventory_1 as inventory };
32
+ }
33
+ namespace methods {
34
+ function initChart(): void;
35
+ function renderSpdConsChart(): void;
36
+ function renderWxCurrChart(): void;
37
+ }
38
+ }
@@ -0,0 +1,29 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace report {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ }
11
+ namespace computed {
12
+ function computeUTCTime(): (time: any, format?: string) => string;
13
+ }
14
+ namespace watch {
15
+ export namespace report_1 {
16
+ function handler(nVal: any, oVal: any): void;
17
+ const immediate: boolean;
18
+ }
19
+ export { report_1 as report };
20
+ }
21
+ function data(): {
22
+ inventory: never[];
23
+ loading: boolean;
24
+ };
25
+ namespace methods {
26
+ function commit(content: any): void;
27
+ function prepare(): void;
28
+ }
29
+ }
@@ -0,0 +1,48 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace report {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace inventory {
11
+ const type_1: ArrayConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): never[];
14
+ export { _default_1 as default };
15
+ }
16
+ namespace showFactor {
17
+ const type_2: BooleanConstructor;
18
+ export { type_2 as type };
19
+ const _default_2: boolean;
20
+ export { _default_2 as default };
21
+ }
22
+ }
23
+ function data(): {
24
+ showCF: boolean;
25
+ showAisDistance: boolean;
26
+ showSig: boolean;
27
+ showSwell: boolean;
28
+ showWave: boolean;
29
+ };
30
+ namespace computed {
31
+ function computeTDClass(): (item: any) => string;
32
+ function computeWxColspan(): number;
33
+ function computeUTCTime(): (time: any, format?: string) => string;
34
+ function computeLng(): (lng: any) => any;
35
+ function computeLat(): (lat: any) => any;
36
+ function computePrecision(): (val: any, precision?: number, _default?: string) => any;
37
+ }
38
+ namespace watch {
39
+ export namespace report_1 {
40
+ function handler(nVal: any, oVal: any): void;
41
+ const immediate: boolean;
42
+ }
43
+ export { report_1 as report };
44
+ }
45
+ namespace methods {
46
+ function prepare(): void;
47
+ }
48
+ }
@@ -0,0 +1,38 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const components: undefined;
4
+ namespace props {
5
+ namespace report {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ }
11
+ function data(): {
12
+ exclusion: never[];
13
+ noGoodWxDay: string;
14
+ editable: boolean;
15
+ remarks: string;
16
+ };
17
+ namespace computed {
18
+ function computeUTCTime(): (time: any, format?: string) => string;
19
+ function computeWeatherDef(): (weather: any) => string;
20
+ function computeLng(): (lng: any) => any;
21
+ function computeLat(): (lat: any) => any;
22
+ function computeAbtSpeed(): (timeConclusion: any, speed: any, category: any) => any;
23
+ function computeAbtCons(): (fuelConclusion: any, category: any) => string;
24
+ function computeBlankHtml(): (html: any) => boolean;
25
+ }
26
+ namespace watch {
27
+ export namespace report_1 {
28
+ function handler(nVal: any, oVal: any): void;
29
+ const immediate: boolean;
30
+ }
31
+ export { report_1 as report };
32
+ }
33
+ namespace methods {
34
+ function prepare(): void;
35
+ function handleCommit(content: any): void;
36
+ function handleEdit(): void;
37
+ }
38
+ }