@idmui/extend 0.0.2

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,33 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ namespace props {
5
+ namespace report {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace voyageEmails {
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
+ const emits: string[];
18
+ function data(): {};
19
+ namespace computed {
20
+ function computeUTCTime(): (time: any, format?: string) => string;
21
+ function computeBlankHtml(): (html: any) => boolean;
22
+ }
23
+ namespace watch {
24
+ export namespace voyageEmails_1 {
25
+ function handler(nVal: any, oVal: any): void;
26
+ const immediate: boolean;
27
+ }
28
+ export { voyageEmails_1 as voyageEmails };
29
+ }
30
+ namespace methods {
31
+ function prepare(): void;
32
+ }
33
+ }
@@ -0,0 +1,37 @@
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 voyageEmails {
12
+ const type_1: ArrayConstructor;
13
+ export { type_1 as type };
14
+ function _default_1(): never[];
15
+ export { _default_1 as default };
16
+ }
17
+ }
18
+ const emits: string[];
19
+ function data(): {
20
+ inventory: never[];
21
+ loading: boolean;
22
+ };
23
+ namespace computed {
24
+ function computeUTCTime(): (time: any, format?: string) => string;
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 commit(content: any): void;
35
+ function prepare(): void;
36
+ }
37
+ }
@@ -0,0 +1,50 @@
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 inventory {
12
+ const type_1: ArrayConstructor;
13
+ export { type_1 as type };
14
+ function _default_1(): never[];
15
+ export { _default_1 as default };
16
+ }
17
+ namespace showFactor {
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
+ showCF: boolean;
26
+ showAisDistance: boolean;
27
+ showSig: boolean;
28
+ showSwell: boolean;
29
+ showWave: boolean;
30
+ showWaterTemp: boolean;
31
+ };
32
+ namespace computed {
33
+ function computeTDClass(): (item: any) => string;
34
+ function computeWxColspan(): number;
35
+ function computeUTCTime(): (time: any, format?: string) => string;
36
+ function computeLng(): (lng: any) => any;
37
+ function computeLat(): (lat: any) => any;
38
+ function computePrecision(): (val: any, precision?: number, _default?: string) => any;
39
+ }
40
+ namespace watch {
41
+ export namespace report_1 {
42
+ function handler(nVal: any, oVal: any): void;
43
+ const immediate: boolean;
44
+ }
45
+ export { report_1 as report };
46
+ }
47
+ namespace methods {
48
+ function prepare(): void;
49
+ }
50
+ }
@@ -0,0 +1,44 @@
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
+ exclusion: never[];
15
+ noGoodWxDay: string;
16
+ editable: boolean;
17
+ remarks: string;
18
+ noons: never[];
19
+ };
20
+ namespace computed {
21
+ function computePrevTime(): (noon: any) => string;
22
+ function computeDuration(): (end: any, begin: any) => number;
23
+ function computeUTCTime(): (time: any, format?: string) => string;
24
+ function computeWeatherDef(): (weather: any) => string;
25
+ function computeLng(): (lng: any) => any;
26
+ function computeLat(): (lat: any) => any;
27
+ function computePosition(): (point: any) => string;
28
+ function computeAbtSpeed(): (timeConclusion: any, speed: any, category: any) => any;
29
+ function computeAbtCons(): (fuelConclusion: any, category: any, status: any) => string | undefined;
30
+ function computeBlankHtml(): (html: any) => boolean;
31
+ }
32
+ namespace watch {
33
+ export namespace report_1 {
34
+ function handler(nVal: any, oVal: any): void;
35
+ const immediate: boolean;
36
+ }
37
+ export { report_1 as report };
38
+ }
39
+ namespace methods {
40
+ function prepare(): void;
41
+ function handleCommit(content: any): void;
42
+ function handleEdit(): void;
43
+ }
44
+ }
@@ -0,0 +1,10 @@
1
+ export * from './Plan';
2
+ export * from './Editor';
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';