@idmui/extend 0.0.7 → 0.0.8

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.
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import ComparisonReport from './src/index.vue';
3
+ export declare const ComparisonPlugin: Plugin;
4
+ export { ComparisonReport };
@@ -0,0 +1,34 @@
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
+ const emits: string[];
13
+ function data(): {
14
+ id: undefined;
15
+ editable: boolean;
16
+ remarks: undefined;
17
+ };
18
+ namespace computed {
19
+ function computeUTCTime(): (time: any, format?: string) => string;
20
+ function compareTime(): (actual: any, recmd: any) => any;
21
+ function computeBlankHtml(): (html: any) => boolean;
22
+ function computePosition(): (point: any) => string;
23
+ }
24
+ namespace watch {
25
+ export namespace report_1 {
26
+ function handler(): void;
27
+ const immediate: boolean;
28
+ }
29
+ export { report_1 as report };
30
+ }
31
+ namespace methods {
32
+ function handleCommit(content: any): void;
33
+ }
34
+ }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import DeviationReport from './src/index.vue';
3
+ export declare const DeviationPlugin: Plugin;
4
+ export { DeviationReport };
@@ -0,0 +1,60 @@
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 gateway {
12
+ const type_1: StringConstructor;
13
+ export { type_1 as type };
14
+ const _default_1: string;
15
+ export { _default_1 as default };
16
+ }
17
+ namespace token {
18
+ const type_2: StringConstructor;
19
+ export { type_2 as type };
20
+ const _default_2: undefined;
21
+ export { _default_2 as default };
22
+ }
23
+ }
24
+ const emits: string[];
25
+ function data(): {
26
+ extraPortList: never[];
27
+ portList: never[];
28
+ extraSummary: {
29
+ time: undefined;
30
+ foBrob: undefined;
31
+ dgoBrob: undefined;
32
+ bunkeringFo: undefined;
33
+ bunkeringDgo: undefined;
34
+ };
35
+ remarks: undefined;
36
+ editable: boolean;
37
+ id: undefined;
38
+ };
39
+ namespace computed {
40
+ function computeExcludedDist(): (row: any) => number | "-";
41
+ function computeUTCTime(): (time: any, format?: string) => string;
42
+ function computedLngLat(): (lat: any, lng: any) => string;
43
+ function computePosition(): (point: any) => string;
44
+ function computeBlankHtml(): (html: any) => boolean;
45
+ }
46
+ namespace watch {
47
+ export namespace report_1 {
48
+ function handler(one: any): void;
49
+ const immediate: boolean;
50
+ }
51
+ export { report_1 as report };
52
+ }
53
+ namespace methods {
54
+ function prepare(): void;
55
+ function fetchSuggestName(val: any): Promise<void>;
56
+ function handleAdd(): void;
57
+ function handleRemove(index: any): Promise<void>;
58
+ function handleCommit(type: any, name: any, data: any, index: any): Promise<void>;
59
+ }
60
+ }
@@ -0,0 +1,123 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ const components: undefined;
5
+ namespace props {
6
+ export namespace width {
7
+ export const type: NumberConstructor;
8
+ const _default: number;
9
+ export { _default as default };
10
+ }
11
+ export namespace disabled {
12
+ const type_1: BooleanConstructor;
13
+ export { type_1 as type };
14
+ const _default_1: boolean;
15
+ export { _default_1 as default };
16
+ }
17
+ export namespace iconable {
18
+ const type_2: BooleanConstructor;
19
+ export { type_2 as type };
20
+ const _default_2: boolean;
21
+ export { _default_2 as default };
22
+ }
23
+ export namespace type_3 {
24
+ const type_4: StringConstructor;
25
+ export { type_4 as type };
26
+ const _default_3: string;
27
+ export { _default_3 as default };
28
+ }
29
+ export { type_3 as type };
30
+ export namespace label {
31
+ const type_5: StringConstructor;
32
+ export { type_5 as type };
33
+ const _default_4: string;
34
+ export { _default_4 as default };
35
+ }
36
+ export namespace value {
37
+ const _default_5: undefined;
38
+ export { _default_5 as default };
39
+ }
40
+ export namespace raw {
41
+ const _default_6: undefined;
42
+ export { _default_6 as default };
43
+ }
44
+ export namespace min {
45
+ const type_6: NumberConstructor;
46
+ export { type_6 as type };
47
+ }
48
+ export namespace max {
49
+ const type_7: NumberConstructor;
50
+ export { type_7 as type };
51
+ }
52
+ export namespace step {
53
+ const type_8: NumberConstructor;
54
+ export { type_8 as type };
55
+ }
56
+ export namespace precision {
57
+ const type_9: NumberConstructor;
58
+ export { type_9 as type };
59
+ }
60
+ export namespace controls {
61
+ const type_10: BooleanConstructor;
62
+ export { type_10 as type };
63
+ const _default_7: boolean;
64
+ export { _default_7 as default };
65
+ }
66
+ export namespace size {
67
+ const type_11: StringConstructor;
68
+ export { type_11 as type };
69
+ const _default_8: string;
70
+ export { _default_8 as default };
71
+ }
72
+ export namespace options {
73
+ const type_12: ArrayConstructor;
74
+ export { type_12 as type };
75
+ const _default_9: never[];
76
+ export { _default_9 as default };
77
+ }
78
+ export namespace radios {
79
+ const type_13: ArrayConstructor;
80
+ export { type_13 as type };
81
+ const _default_10: never[];
82
+ export { _default_10 as default };
83
+ }
84
+ export namespace checkboxs {
85
+ const type_14: ArrayConstructor;
86
+ export { type_14 as type };
87
+ const _default_11: never[];
88
+ export { _default_11 as default };
89
+ }
90
+ export namespace format {
91
+ const type_15: StringConstructor;
92
+ export { type_15 as type };
93
+ const _default_12: string;
94
+ export { _default_12 as default };
95
+ }
96
+ export namespace valueFormat {
97
+ const type_16: StringConstructor;
98
+ export { type_16 as type };
99
+ const _default_13: string;
100
+ export { _default_13 as default };
101
+ }
102
+ export namespace align {
103
+ const type_17: StringConstructor;
104
+ export { type_17 as type };
105
+ const _default_14: string;
106
+ export { _default_14 as default };
107
+ }
108
+ }
109
+ function data(): {
110
+ editable: boolean;
111
+ model: undefined;
112
+ };
113
+ namespace computed {
114
+ function computeUtcTime(): (time: any, format: any) => string;
115
+ }
116
+ namespace methods {
117
+ function handleEdit(): void;
118
+ function handleCancel(): void;
119
+ function handleSwitch(): void;
120
+ function handleCommit(): void;
121
+ function fetchSelectOptions(val: any): void;
122
+ }
123
+ }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import EeasReport from './src/index.vue';
3
+ export declare const EeasReportPlugin: Plugin;
4
+ export { EeasReport };
@@ -0,0 +1,35 @@
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
+ const emits: string[];
13
+ function data(): {
14
+ remarks: undefined;
15
+ editable: boolean;
16
+ loading: boolean;
17
+ };
18
+ namespace computed {
19
+ function computeUTCTime(): (time: any, format?: string) => string;
20
+ function computeLat(): (lat: any) => any;
21
+ function computeLng(): (lng: any) => any;
22
+ function computePosition(): (point: any) => string;
23
+ function computeBlankHtml(): (html: any) => boolean;
24
+ }
25
+ namespace watch {
26
+ export namespace report_1 {
27
+ function handler(nVal: any, oVal: any): void;
28
+ const immediate: boolean;
29
+ }
30
+ export { report_1 as report };
31
+ }
32
+ namespace methods {
33
+ function handleCommit(content: any): void;
34
+ }
35
+ }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import EtsReport from './src/index.vue';
3
+ export declare const EtsReportPlugin: Plugin;
4
+ export { EtsReport };
@@ -0,0 +1,35 @@
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
+ const emits: string[];
13
+ function data(): {
14
+ remarks: undefined;
15
+ editable: boolean;
16
+ };
17
+ namespace computed {
18
+ function computeUTCTime(): (time: any, format?: string) => string;
19
+ function computedLngLat(): (lat: any, lng: any) => string;
20
+ function computePortName(): (wayport: any) => any;
21
+ function computeNum(): (data: any) => any;
22
+ function computeBlankHtml(): (html: any) => boolean;
23
+ }
24
+ namespace watch {
25
+ export namespace report_1 {
26
+ function handler(newV: any): void;
27
+ const immediate: boolean;
28
+ }
29
+ export { report_1 as report };
30
+ }
31
+ namespace methods {
32
+ function fetchData(): void;
33
+ function handleCommit(content: any): void;
34
+ }
35
+ }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import FuelEUReport from './src/index.vue';
3
+ export declare const FuelEUReportPlugin: Plugin;
4
+ export { FuelEUReport };
@@ -0,0 +1,35 @@
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
+ const emits: string[];
13
+ function data(): {
14
+ remarks: undefined;
15
+ editable: boolean;
16
+ };
17
+ namespace computed {
18
+ function computeUTCTime(): (time: any, format?: string) => string;
19
+ function computedLngLat(): (lat: any, lng: any) => string;
20
+ function computePortName(): (wayport: any) => any;
21
+ function computeNum(): (data: any) => any;
22
+ function computeBlankHtml(): (html: any) => boolean;
23
+ }
24
+ namespace watch {
25
+ export namespace report_1 {
26
+ function handler(newV: any): void;
27
+ const immediate: boolean;
28
+ }
29
+ export { report_1 as report };
30
+ }
31
+ namespace methods {
32
+ function fetchData(): void;
33
+ function handleCommit(content: any): void;
34
+ }
35
+ }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import InvoiceReport from './src/index.vue';
3
+ export declare const InvoicePlugin: Plugin;
4
+ export { InvoiceReport };
@@ -0,0 +1,29 @@
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
+ account: {};
14
+ reservations4Route: never[];
15
+ reservations4Point: never[];
16
+ maxColspans: number;
17
+ totalInUS: number;
18
+ };
19
+ namespace computed {
20
+ function computeTime(): (time: any, format?: string) => string;
21
+ }
22
+ namespace watch {
23
+ export namespace report_1 {
24
+ function handler(): void;
25
+ const immediate: boolean;
26
+ }
27
+ export { report_1 as report };
28
+ }
29
+ }
@@ -0,0 +1,5 @@
1
+ import { Plugin } from 'vue';
2
+ import StoppageReport from './src/index.vue';
3
+ import MergeStoppageReport from './src/mergeStoppage.vue';
4
+ export declare const StoppageReportPlugin: Plugin;
5
+ export { StoppageReport, MergeStoppageReport };
@@ -0,0 +1,36 @@
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
+ const emits: string[];
13
+ function data(): {
14
+ remarks: undefined;
15
+ editable: boolean;
16
+ loading: boolean;
17
+ };
18
+ namespace computed {
19
+ function computeUTCTime(): (time: any, format?: string) => string;
20
+ function computeLat(): (lat: any) => any;
21
+ function computeLng(): (lng: any) => any;
22
+ function computeRoundPrecision(): (data: any, precision?: number) => any;
23
+ function computeBlankHtml(): (html: any) => boolean;
24
+ function computePosition(): (point: any) => string;
25
+ }
26
+ namespace watch {
27
+ export namespace report_1 {
28
+ function handler(newV: any): void;
29
+ const immediate: boolean;
30
+ }
31
+ export { report_1 as report };
32
+ }
33
+ namespace methods {
34
+ function handleCommit(content: any): void;
35
+ }
36
+ }
@@ -0,0 +1,36 @@
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
+ const emits: string[];
13
+ function data(): {
14
+ remarks: undefined;
15
+ editable: boolean;
16
+ loading: boolean;
17
+ };
18
+ namespace computed {
19
+ function computeUTCTime(): (time: any, format?: string) => string;
20
+ function computeLat(): (lat: any) => any;
21
+ function computeLng(): (lng: any) => any;
22
+ function computeRoundPrecision(): (data: any, precision?: number) => any;
23
+ function computeBlankHtml(): (html: any) => boolean;
24
+ function computePosition(): (point: any) => string;
25
+ }
26
+ namespace watch {
27
+ export namespace report_1 {
28
+ function handler(newV: any): void;
29
+ const immediate: boolean;
30
+ }
31
+ export { report_1 as report };
32
+ }
33
+ namespace methods {
34
+ function handleCommit(content: any): void;
35
+ }
36
+ }
package/dist/index.d.ts CHANGED
@@ -1,3 +1,10 @@
1
1
  export * from './Editor';
2
2
  export * from './Plan';
3
3
  export * from './Voyage';
4
+ export * from './Invoice';
5
+ export * from './Deviation';
6
+ export * from './Stoppage';
7
+ export * from './Comparison';
8
+ export * from './Eeas';
9
+ export * from './Ets';
10
+ export * from './FuelEU';