sat-earth 3.1.21 → 3.1.23
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/dist/dts/auto-components.d.ts +50 -3
- package/dist/dts/auto-import.d.ts +301 -289
- package/dist/dts/components/_private/DarkIcon.vue.d.ts +1 -1
- package/dist/dts/components/_private/LightIcon.vue.d.ts +1 -1
- package/dist/dts/components/_private/TheImageEditor/index.d.ts +0 -1
- package/dist/dts/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +19 -12
- package/dist/dts/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +18 -21
- package/dist/dts/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +4 -15
- package/dist/dts/components/analysis-spatial/index.d.ts +19 -26
- package/dist/dts/components/analysis-spatial/modules/contourLine/ContourLine.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/contourLine/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/flood/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/intervisibility/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/section/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/slope/Slope.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/slope/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +3 -4
- package/dist/dts/components/analysis-spatial/modules/viewshed/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/volume/index.d.ts +0 -1
- package/dist/dts/components/components.d.ts +9016 -600
- package/dist/dts/components/globe/CameraBookmarkPanel.vue.d.ts +1 -1
- package/dist/dts/components/globe/MapSplitPanel.vue.d.ts +1 -1
- package/dist/dts/components/globe/SatGlobe.vue.d.ts +20 -45
- package/dist/dts/components/globe/helpers.d.ts +0 -1
- package/dist/dts/components/globe/index.d.ts +25 -68
- package/dist/dts/components/location/SatCoordinate.vue.d.ts +221 -1
- package/dist/dts/components/location/SatLocation.vue.d.ts +20 -22
- package/dist/dts/components/location/SatLocationMain.vue.d.ts +14 -16
- package/dist/dts/components/location/SatPathPlan.vue.d.ts +221 -1
- package/dist/dts/components/location/SatPoiQuery.vue.d.ts +1 -1
- package/dist/dts/components/location/SatRegionLevel.vue.d.ts +442 -14
- package/dist/dts/components/location/index.d.ts +19 -26
- package/dist/dts/components/location/useCoordinate.d.ts +0 -1
- package/dist/dts/components/location/usePathPlan.d.ts +4 -5
- package/dist/dts/components/location/usePoiQuery.d.ts +0 -1
- package/dist/dts/components/location/useRegionLevel.d.ts +0 -1
- package/dist/dts/components/measure/SatMeasure.vue.d.ts +14 -6
- package/dist/dts/components/measure/SatMeasureMain.vue.d.ts +1 -1
- package/dist/dts/components/measure/index.d.ts +9 -10
- package/dist/dts/components/menu/SatMenu.vue.d.ts +13 -5
- package/dist/dts/components/menu/SatMenuMain.vue.d.ts +13 -5
- package/dist/dts/components/menu/helpers.d.ts +0 -1
- package/dist/dts/components/menu/index.d.ts +4 -5
- package/dist/dts/components/menu/tree/SatMenuTree.vue.d.ts +6 -7
- package/dist/dts/components/menu/tree/index.d.ts +6 -7
- package/dist/dts/components/panel/SatPanel.vue.d.ts +18 -5
- package/dist/dts/components/panel/index.d.ts +13 -11
- package/dist/dts/components/picture/SatPicture.vue.d.ts +293 -10
- package/dist/dts/components/picture/index.d.ts +156 -19
- package/dist/dts/components/plot/PlotEdit.vue.d.ts +1 -1
- package/dist/dts/components/plot/PlotEditAttr.vue.d.ts +221 -1
- package/dist/dts/components/plot/PlotEditCoord.vue.d.ts +1 -1
- package/dist/dts/components/plot/PlotEditStyle.vue.d.ts +1 -1
- package/dist/dts/components/plot/PlotGroup.vue.d.ts +1010 -3
- package/dist/dts/components/plot/PlotSourceList.vue.d.ts +10 -34
- package/dist/dts/components/plot/SatPlot.vue.d.ts +25 -43
- package/dist/dts/components/plot/SatPlotMain.vue.d.ts +11 -38
- package/dist/dts/components/plot/helpers.d.ts +0 -1
- package/dist/dts/components/plot/index.d.ts +33 -64
- package/dist/dts/components/roam/SatRoam.vue.d.ts +14 -6
- package/dist/dts/components/roam/index.d.ts +9 -10
- package/dist/dts/components/source/LayerStyleSlider.vue.d.ts +1 -2
- package/dist/dts/components/source/SatSource.vue.d.ts +6205 -8
- package/dist/dts/components/source/SatSourceMain.vue.d.ts +2445 -4
- package/dist/dts/components/source/TerrainExaggerationSlider.vue.d.ts +1 -1
- package/dist/dts/components/source/helpers.d.ts +0 -1
- package/dist/dts/components/source/index.d.ts +4165 -15
- package/dist/dts/components/task-view/SatTaskView.vue.d.ts +12 -5
- package/dist/dts/components/task-view/index.d.ts +6 -7
- package/dist/dts/config/index.d.ts +0 -1
- package/dist/dts/config/injectKeys.d.ts +3 -4
- package/dist/dts/config/menuTemplate.d.ts +0 -1
- package/dist/dts/hooks/listener/watchHtmlClassList.d.ts +1 -5
- package/dist/dts/hooks/useAbsoluteDraggable.d.ts +7 -13
- package/dist/dts/hooks/useLoading.d.ts +18 -27
- package/dist/dts/hooks/useMessage.d.ts +0 -1
- package/dist/dts/index.d.ts +3 -0
- package/dist/dts/main/index.d.ts +0 -1
- package/dist/dts/store/modules/layer.d.ts +0 -1
- package/dist/dts/store/modules/taskView.d.ts +0 -1
- package/dist/dts/utils/installer.d.ts +0 -1
- package/dist/dts/utils/is.d.ts +3 -3
- package/dist/dts/utils/map/analysis-spatial/contourLine.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/flood.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/index.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/intervisibility.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/section.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/slope.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/viewshed.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/volume.d.ts +0 -1
- package/dist/dts/utils/map/index.d.ts +3 -0
- package/dist/dts/utils/map/layer/convertSatLayer.d.ts +0 -1
- package/dist/dts/utils/map/layer/index.d.ts +0 -1
- package/dist/dts/utils/map/measure/index.d.ts +0 -1
- package/dist/dts/utils/map/plot/index.d.ts +0 -1
- package/dist/dts/utils/storage/index.d.ts +0 -1
- package/dist/dts/utils/types/index.d.ts +0 -1
- package/dist/sat-earth.css +1 -0
- package/dist/sat-earth.mjs +4505 -4730
- package/package.json +32 -32
- package/dist/style.css +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,56 +1,31 @@
|
|
|
1
1
|
import { SatMap } from '../../utils/map';
|
|
2
2
|
import { SatMapOptions } from '../../utils/types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
eleId?: string;
|
|
5
|
+
satMapOptions?: SatMapOptions;
|
|
6
|
+
getViewer?: () => Promise<any>;
|
|
7
|
+
offsetTop?: number;
|
|
8
|
+
offsetLeft?: number;
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
16
20
|
getInstance: () => SatMap | undefined;
|
|
17
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
18
|
-
eleId?: string | undefined;
|
|
19
|
-
satMapOptions?: SatMapOptions | undefined;
|
|
20
|
-
getViewer?: (() => Promise<any>) | undefined;
|
|
21
|
-
offsetTop?: number | undefined;
|
|
22
|
-
offsetLeft?: number | undefined;
|
|
23
|
-
}>, {
|
|
24
|
-
eleId: string;
|
|
25
|
-
satMapOptions: () => SatMapOptions;
|
|
26
|
-
offsetTop: number;
|
|
27
|
-
offsetLeft: number;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
29
22
|
offsetTop: number;
|
|
30
23
|
offsetLeft: number;
|
|
31
24
|
eleId: string;
|
|
32
25
|
satMapOptions: SatMapOptions;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
34
|
-
|
|
35
|
-
}>;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
28
|
export default _default;
|
|
37
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
39
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
-
} : {
|
|
42
|
-
type: import('vue').PropType<T[K]>;
|
|
43
|
-
required: true;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
type __VLS_WithDefaults<P, D> = {
|
|
47
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
48
|
-
default: D[K];
|
|
49
|
-
}> : P[K];
|
|
50
|
-
};
|
|
51
|
-
type __VLS_Prettify<T> = {
|
|
52
|
-
[K in keyof T]: T[K];
|
|
53
|
-
} & {};
|
|
54
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
30
|
new (): {
|
|
56
31
|
$slots: S;
|
|
@@ -1,62 +1,33 @@
|
|
|
1
1
|
import { default as SatGlobeSFC } from './SatGlobe.vue';
|
|
2
2
|
import { SatMap } from '../../utils/map';
|
|
3
|
-
|
|
4
3
|
declare const SatGlobe: import('../../utils/installer').SFCWithInstall<{
|
|
5
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
offsetLeft
|
|
11
|
-
|
|
12
|
-
default: number;
|
|
13
|
-
};
|
|
14
|
-
eleId: {
|
|
15
|
-
type: globalThis.PropType<string>;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
satMapOptions: {
|
|
19
|
-
type: globalThis.PropType<import('../../main').SatMapOptions>;
|
|
20
|
-
default: () => import('../../main').SatMapOptions;
|
|
21
|
-
};
|
|
22
|
-
getViewer: {
|
|
23
|
-
type: globalThis.PropType<() => Promise<any>>;
|
|
24
|
-
};
|
|
25
|
-
}>> & Readonly<{}>, {
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
5
|
+
eleId?: string;
|
|
6
|
+
satMapOptions?: import('../../main').SatMapOptions;
|
|
7
|
+
getViewer?: () => Promise<any>;
|
|
8
|
+
offsetTop?: number;
|
|
9
|
+
offsetLeft?: number;
|
|
10
|
+
}> & Readonly<{}>, {
|
|
26
11
|
getInstance: () => SatMap | undefined;
|
|
27
12
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
28
13
|
offsetTop: number;
|
|
29
14
|
offsetLeft: number;
|
|
30
15
|
eleId: string;
|
|
31
16
|
satMapOptions: import('../../main').SatMapOptions;
|
|
32
|
-
},
|
|
17
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
33
18
|
P: {};
|
|
34
19
|
B: {};
|
|
35
20
|
D: {};
|
|
36
21
|
C: {};
|
|
37
22
|
M: {};
|
|
38
23
|
Defaults: {};
|
|
39
|
-
}, Readonly<
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
offsetLeft
|
|
45
|
-
|
|
46
|
-
default: number;
|
|
47
|
-
};
|
|
48
|
-
eleId: {
|
|
49
|
-
type: globalThis.PropType<string>;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
satMapOptions: {
|
|
53
|
-
type: globalThis.PropType<import('../../main').SatMapOptions>;
|
|
54
|
-
default: () => import('../../main').SatMapOptions;
|
|
55
|
-
};
|
|
56
|
-
getViewer: {
|
|
57
|
-
type: globalThis.PropType<() => Promise<any>>;
|
|
58
|
-
};
|
|
59
|
-
}>> & Readonly<{}>, {
|
|
24
|
+
}, Readonly<{
|
|
25
|
+
eleId?: string;
|
|
26
|
+
satMapOptions?: import('../../main').SatMapOptions;
|
|
27
|
+
getViewer?: () => Promise<any>;
|
|
28
|
+
offsetTop?: number;
|
|
29
|
+
offsetLeft?: number;
|
|
30
|
+
}> & Readonly<{}>, {
|
|
60
31
|
getInstance: () => SatMap | undefined;
|
|
61
32
|
}, {}, {}, {}, {
|
|
62
33
|
offsetTop: number;
|
|
@@ -64,30 +35,16 @@ declare const SatGlobe: import('../../utils/installer').SFCWithInstall<{
|
|
|
64
35
|
eleId: string;
|
|
65
36
|
satMapOptions: import('../../main').SatMapOptions;
|
|
66
37
|
}>;
|
|
67
|
-
__isFragment?:
|
|
68
|
-
__isTeleport?:
|
|
69
|
-
__isSuspense?:
|
|
70
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
offsetLeft
|
|
76
|
-
|
|
77
|
-
default: number;
|
|
78
|
-
};
|
|
79
|
-
eleId: {
|
|
80
|
-
type: globalThis.PropType<string>;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
satMapOptions: {
|
|
84
|
-
type: globalThis.PropType<import('../../main').SatMapOptions>;
|
|
85
|
-
default: () => import('../../main').SatMapOptions;
|
|
86
|
-
};
|
|
87
|
-
getViewer: {
|
|
88
|
-
type: globalThis.PropType<() => Promise<any>>;
|
|
89
|
-
};
|
|
90
|
-
}>> & Readonly<{}>, {
|
|
38
|
+
__isFragment?: never;
|
|
39
|
+
__isTeleport?: never;
|
|
40
|
+
__isSuspense?: never;
|
|
41
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
42
|
+
eleId?: string;
|
|
43
|
+
satMapOptions?: import('../../main').SatMapOptions;
|
|
44
|
+
getViewer?: () => Promise<any>;
|
|
45
|
+
offsetTop?: number;
|
|
46
|
+
offsetLeft?: number;
|
|
47
|
+
}> & Readonly<{}>, {
|
|
91
48
|
getInstance: () => SatMap | undefined;
|
|
92
49
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
93
50
|
offsetTop: number;
|
|
@@ -1,2 +1,222 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
zbdwFormRef: ({
|
|
3
|
+
$: import('vue').ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{
|
|
6
|
+
labelWidth: string | number;
|
|
7
|
+
labelPosition: "left" | "right" | "top";
|
|
8
|
+
requireAsteriskPosition: "left" | "right";
|
|
9
|
+
labelSuffix: string;
|
|
10
|
+
showMessage: boolean;
|
|
11
|
+
validateOnRuleChange: boolean;
|
|
12
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
13
|
+
}> & Omit<{
|
|
14
|
+
readonly labelPosition: "left" | "right" | "top";
|
|
15
|
+
readonly requireAsteriskPosition: "left" | "right";
|
|
16
|
+
readonly labelWidth: string | number;
|
|
17
|
+
readonly labelSuffix: string;
|
|
18
|
+
readonly showMessage: boolean;
|
|
19
|
+
readonly validateOnRuleChange: boolean;
|
|
20
|
+
readonly scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
21
|
+
readonly model?: Record<string, any> | undefined;
|
|
22
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
23
|
+
readonly disabled?: boolean | undefined;
|
|
24
|
+
readonly rules?: import('element-plus').FormRules | undefined;
|
|
25
|
+
readonly inline?: boolean | undefined;
|
|
26
|
+
readonly inlineMessage?: boolean | undefined;
|
|
27
|
+
readonly statusIcon?: boolean | undefined;
|
|
28
|
+
readonly hideRequiredAsterisk?: boolean | undefined;
|
|
29
|
+
readonly scrollToError?: boolean | undefined;
|
|
30
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined | undefined;
|
|
31
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "showMessage" | "validateOnRuleChange" | "scrollIntoViewOptions">;
|
|
32
|
+
$attrs: import('vue').Attrs;
|
|
33
|
+
$refs: {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
36
|
+
$slots: Readonly<{
|
|
37
|
+
[name: string]: globalThis.Slot | undefined;
|
|
38
|
+
}>;
|
|
39
|
+
$root: ComponentPublicInstance | null;
|
|
40
|
+
$parent: ComponentPublicInstance | null;
|
|
41
|
+
$host: Element | null;
|
|
42
|
+
$emit: (event: "validate", prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
|
|
43
|
+
$el: any;
|
|
44
|
+
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
45
|
+
model: {
|
|
46
|
+
type: globalThis.PropType<Record<string, any>>;
|
|
47
|
+
};
|
|
48
|
+
size: {
|
|
49
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
50
|
+
};
|
|
51
|
+
disabled: {
|
|
52
|
+
type: globalThis.PropType<boolean>;
|
|
53
|
+
};
|
|
54
|
+
rules: {
|
|
55
|
+
type: globalThis.PropType<Partial<Record<string, Record<string, any> | import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>>>>;
|
|
56
|
+
};
|
|
57
|
+
labelPosition: {
|
|
58
|
+
type: globalThis.PropType<"left" | "top" | "right">;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
requireAsteriskPosition: {
|
|
62
|
+
type: globalThis.PropType<"left" | "right">;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
labelWidth: {
|
|
66
|
+
type: globalThis.PropType<string | number>;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
labelSuffix: {
|
|
70
|
+
type: globalThis.PropType<string>;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
inline: {
|
|
74
|
+
type: globalThis.PropType<boolean>;
|
|
75
|
+
};
|
|
76
|
+
inlineMessage: {
|
|
77
|
+
type: globalThis.PropType<boolean>;
|
|
78
|
+
};
|
|
79
|
+
statusIcon: {
|
|
80
|
+
type: globalThis.PropType<boolean>;
|
|
81
|
+
};
|
|
82
|
+
showMessage: {
|
|
83
|
+
type: globalThis.PropType<boolean>;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
validateOnRuleChange: {
|
|
87
|
+
type: globalThis.PropType<boolean>;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
hideRequiredAsterisk: {
|
|
91
|
+
type: globalThis.PropType<boolean>;
|
|
92
|
+
};
|
|
93
|
+
scrollToError: {
|
|
94
|
+
type: globalThis.PropType<boolean>;
|
|
95
|
+
};
|
|
96
|
+
scrollIntoViewOptions: {
|
|
97
|
+
type: globalThis.PropType<boolean | ScrollIntoViewOptions>;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
}>> & {
|
|
101
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
102
|
+
}, {
|
|
103
|
+
validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
104
|
+
validateField: (props?: import('element-plus/es/utils').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
105
|
+
resetFields: (props?: import('element-plus/es/utils').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
106
|
+
clearValidate: (props?: import('element-plus/es/utils').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
107
|
+
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
108
|
+
getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
|
|
109
|
+
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
110
|
+
setInitialValues: (initModel: Record<string, any>) => void;
|
|
111
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
112
|
+
validate: (prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
|
|
113
|
+
}, string, {
|
|
114
|
+
labelWidth: string | number;
|
|
115
|
+
labelPosition: "left" | "right" | "top";
|
|
116
|
+
requireAsteriskPosition: "left" | "right";
|
|
117
|
+
labelSuffix: string;
|
|
118
|
+
showMessage: boolean;
|
|
119
|
+
validateOnRuleChange: boolean;
|
|
120
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
121
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
122
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
123
|
+
created?: (() => void) | (() => void)[];
|
|
124
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
125
|
+
mounted?: (() => void) | (() => void)[];
|
|
126
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
127
|
+
updated?: (() => void) | (() => void)[];
|
|
128
|
+
activated?: (() => void) | (() => void)[];
|
|
129
|
+
deactivated?: (() => void) | (() => void)[];
|
|
130
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
131
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
132
|
+
destroyed?: (() => void) | (() => void)[];
|
|
133
|
+
unmounted?: (() => void) | (() => void)[];
|
|
134
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
135
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
136
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
137
|
+
};
|
|
138
|
+
$forceUpdate: () => void;
|
|
139
|
+
$nextTick: typeof import('vue').nextTick;
|
|
140
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
141
|
+
} & Readonly<{
|
|
142
|
+
labelWidth: string | number;
|
|
143
|
+
labelPosition: "left" | "right" | "top";
|
|
144
|
+
requireAsteriskPosition: "left" | "right";
|
|
145
|
+
labelSuffix: string;
|
|
146
|
+
showMessage: boolean;
|
|
147
|
+
validateOnRuleChange: boolean;
|
|
148
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
149
|
+
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
150
|
+
model: {
|
|
151
|
+
type: globalThis.PropType<Record<string, any>>;
|
|
152
|
+
};
|
|
153
|
+
size: {
|
|
154
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
155
|
+
};
|
|
156
|
+
disabled: {
|
|
157
|
+
type: globalThis.PropType<boolean>;
|
|
158
|
+
};
|
|
159
|
+
rules: {
|
|
160
|
+
type: globalThis.PropType<Partial<Record<string, Record<string, any> | import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>>>>;
|
|
161
|
+
};
|
|
162
|
+
labelPosition: {
|
|
163
|
+
type: globalThis.PropType<"left" | "top" | "right">;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
requireAsteriskPosition: {
|
|
167
|
+
type: globalThis.PropType<"left" | "right">;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
labelWidth: {
|
|
171
|
+
type: globalThis.PropType<string | number>;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
labelSuffix: {
|
|
175
|
+
type: globalThis.PropType<string>;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
inline: {
|
|
179
|
+
type: globalThis.PropType<boolean>;
|
|
180
|
+
};
|
|
181
|
+
inlineMessage: {
|
|
182
|
+
type: globalThis.PropType<boolean>;
|
|
183
|
+
};
|
|
184
|
+
statusIcon: {
|
|
185
|
+
type: globalThis.PropType<boolean>;
|
|
186
|
+
};
|
|
187
|
+
showMessage: {
|
|
188
|
+
type: globalThis.PropType<boolean>;
|
|
189
|
+
default: boolean;
|
|
190
|
+
};
|
|
191
|
+
validateOnRuleChange: {
|
|
192
|
+
type: globalThis.PropType<boolean>;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
195
|
+
hideRequiredAsterisk: {
|
|
196
|
+
type: globalThis.PropType<boolean>;
|
|
197
|
+
};
|
|
198
|
+
scrollToError: {
|
|
199
|
+
type: globalThis.PropType<boolean>;
|
|
200
|
+
};
|
|
201
|
+
scrollIntoViewOptions: {
|
|
202
|
+
type: globalThis.PropType<boolean | ScrollIntoViewOptions>;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
205
|
+
}>> & {
|
|
206
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
207
|
+
}, "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "showMessage" | "validateOnRuleChange" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "fields" | "setInitialValues"> & import('vue').ShallowUnwrapRef<{
|
|
208
|
+
validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
209
|
+
validateField: (props?: import('element-plus/es/utils').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
210
|
+
resetFields: (props?: import('element-plus/es/utils').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
211
|
+
clearValidate: (props?: import('element-plus/es/utils').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
212
|
+
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
213
|
+
getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
|
|
214
|
+
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
215
|
+
setInitialValues: (initModel: Record<string, any>) => void;
|
|
216
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
217
|
+
$slots: {
|
|
218
|
+
default?: (props: {}) => any;
|
|
219
|
+
};
|
|
220
|
+
}) | null;
|
|
221
|
+
}, any>;
|
|
2
222
|
export default _default;
|
|
@@ -1,28 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
areasJsonPerfix?: string
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
areasJsonPerfix?: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
poi?(_: {}): any;
|
|
9
|
+
path?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
16
|
+
initHooks: () => any;
|
|
17
|
+
destroyHooks: () => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
19
|
onInitHooks?: (() => any) | undefined;
|
|
10
20
|
onDestroyHooks?: (() => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
12
|
-
|
|
13
|
-
poi?(_: {}): any;
|
|
14
|
-
path?(_: {}): any;
|
|
15
|
-
}>;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
23
|
export default _default;
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
25
|
new (): {
|
|
28
26
|
$slots: S;
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
areasJsonPerfix?: string
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
areasJsonPerfix?: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
poi?(_: {}): any;
|
|
8
|
+
path?(_: {}): any;
|
|
17
9
|
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
18
12
|
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
19
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
18
|
new (): {
|
|
21
19
|
$slots: S;
|