@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.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # Vue 3 + TypeScript + Vite
2
+
3
+ This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
+
5
+ ## Recommended IDE Setup
6
+
7
+ - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
8
+
9
+ ## Type Support For `.vue` Imports in TS
10
+
11
+ TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
12
+
13
+ If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
14
+
15
+ 1. Disable the built-in TypeScript Extension
16
+ 1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
17
+ 2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
18
+ 2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
@@ -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 IdmEditor from './src/index.vue';
3
+ export declare const IdmEditorPlugin: Plugin;
4
+ export { IdmEditor };
@@ -0,0 +1,52 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ const components: undefined;
5
+ namespace props {
6
+ namespace height {
7
+ export const type: StringConstructor;
8
+ const _default: string;
9
+ export { _default as default };
10
+ }
11
+ namespace modelValue {
12
+ const type_1: StringConstructor;
13
+ export { type_1 as type };
14
+ function _default_1(): string;
15
+ export { _default_1 as default };
16
+ }
17
+ namespace disabled {
18
+ const type_2: BooleanConstructor;
19
+ export { type_2 as type };
20
+ function _default_2(): boolean;
21
+ export { _default_2 as default };
22
+ }
23
+ }
24
+ function data(): {
25
+ editorRef: null;
26
+ editor: null;
27
+ mode: string;
28
+ valueHtml: undefined;
29
+ editorConfig: {
30
+ placeholder: string;
31
+ };
32
+ toolbarConfig: {
33
+ toolbarKeys: string[];
34
+ };
35
+ };
36
+ namespace watch {
37
+ export namespace disabled_1 {
38
+ function handler(newValue: any): void;
39
+ }
40
+ export { disabled_1 as disabled };
41
+ export namespace modelValue_1 {
42
+ function handler(): void;
43
+ }
44
+ export { modelValue_1 as modelValue };
45
+ }
46
+ namespace methods {
47
+ function handleCreated(editor: any): void;
48
+ function handleChange(editor: any): void;
49
+ function handleBlur(editor: any): void;
50
+ function beforeDestroy(): void;
51
+ }
52
+ }
@@ -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,4 @@
1
+ import { Plugin } from 'vue';
2
+ import PlanReport from './src/index.vue';
3
+ export declare const PlanReportPlugin: Plugin;
4
+ export { PlanReport };
@@ -0,0 +1,71 @@
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 weatherPrinciple {
12
+ const type_1: ObjectConstructor;
13
+ export { type_1 as type };
14
+ function _default_1(): {};
15
+ export { _default_1 as default };
16
+ }
17
+ namespace editorDisabled {
18
+ const type_2: BooleanConstructor;
19
+ export { type_2 as type };
20
+ function _default_2(): boolean;
21
+ export { _default_2 as default };
22
+ }
23
+ namespace print {
24
+ const type_3: BooleanConstructor;
25
+ export { type_3 as type };
26
+ function _default_3(): boolean;
27
+ export { _default_3 as default };
28
+ }
29
+ }
30
+ const emits: string[];
31
+ function data(): {
32
+ editable: boolean;
33
+ advisory: string;
34
+ echart: undefined;
35
+ speedIndex: number;
36
+ loading: boolean;
37
+ };
38
+ namespace computed {
39
+ function showCost(): any;
40
+ function computeUTCTime(): (time: any, format?: string) => string;
41
+ function computeLTime(): (time: any, lng: any, lat: any, offset: any) => string;
42
+ function computeTimeDiff(): (plan: any, index: any) => number | "-";
43
+ function computeCostDiff(): (plan: any, index: any) => string;
44
+ function computeNav(): (item: any) => "GC" | "RL";
45
+ function roundPrecision(): (num: any, precision?: number) => number | "-";
46
+ function computeMemo(): (item: any) => any;
47
+ function computeMajorPoints(): (argv: any, wps: any) => any[] | undefined;
48
+ function computeDegree(): (key: any, degree: any, isCurrent: any) => string | undefined;
49
+ function computeDay(): (plan: any, index?: number) => number;
50
+ function computeSuspend(): (speed: any) => number | "-";
51
+ function computeModel(): (speed: any) => string;
52
+ function computeCog(): (cog: any) => any;
53
+ function computeLat(): (lat: any, precision?: number) => any;
54
+ function computeLng(): (lng: any, precision?: number) => any;
55
+ function computePosition(): (point: any) => string;
56
+ }
57
+ namespace watch {
58
+ export namespace plan_1 {
59
+ function handler(): void;
60
+ const immediate: boolean;
61
+ }
62
+ export { plan_1 as plan };
63
+ }
64
+ namespace methods {
65
+ function handleCommit(content: any): void;
66
+ function handleRefresh(): void;
67
+ function handleEdit(): void;
68
+ function initEchart(): void;
69
+ function renderEchart(): void;
70
+ }
71
+ }
@@ -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
+ }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import VoyageReport from './src/index.vue';
3
+ export declare const VoyageReportPlugin: Plugin;
4
+ export { VoyageReport };
@@ -0,0 +1,41 @@
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 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
+ function computePosition(): (point: any) => string;
26
+ }
27
+ namespace watch {
28
+ export namespace inventory_1 {
29
+ function handler(nVal: any, oVal: any): void;
30
+ const immediate: boolean;
31
+ }
32
+ export { inventory_1 as inventory };
33
+ }
34
+ namespace methods {
35
+ function initChart(): void;
36
+ function renderSpdConsChart(): void;
37
+ function renderWxCurrChart(): void;
38
+ function findMaxValue(arr: any, index: any): number;
39
+ function findMinValue(arr: any, index: any): number;
40
+ }
41
+ }