sat-earth 0.0.21 → 0.0.24
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 +58 -0
- package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +246 -0
- package/dist/packages/components/analysis-model/index.d.ts +246 -0
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +246 -0
- package/dist/packages/components/analysis-spatial/index.d.ts +246 -0
- package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +246 -0
- package/dist/packages/components/analysis-terrain/index.d.ts +246 -0
- package/dist/packages/components/ballistic/SatBallistic.vue.d.ts +246 -0
- package/dist/packages/components/ballistic/index.d.ts +246 -0
- package/dist/packages/components/globe/SatGlobe.vue.d.ts +100 -0
- package/dist/packages/components/globe/index.d.ts +100 -0
- package/dist/packages/components/index.d.ts +11 -0
- package/dist/packages/components/location/SatCoordinate.vue.d.ts +383 -0
- package/dist/packages/components/location/SatLocation.vue.d.ts +669 -0
- package/dist/packages/components/location/SatLocationMain.vue.d.ts +424 -0
- package/dist/packages/components/location/SatPathPlan.vue.d.ts +21 -0
- package/dist/packages/components/location/SatPoiQuery.vue.d.ts +17 -0
- package/dist/packages/components/location/helpers.d.ts +34 -0
- package/dist/packages/components/location/index.d.ts +669 -0
- package/dist/packages/components/map-part/SatMapPart.vue.d.ts +253 -0
- package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +8 -0
- package/dist/packages/components/map-part/index.d.ts +253 -0
- package/dist/packages/components/measure/SatMeasure.vue.d.ts +246 -0
- package/dist/packages/components/measure/index.d.ts +246 -0
- package/dist/packages/components/menu/MenuDrawer.vue.d.ts +100 -0
- package/dist/packages/components/menu/SatMenu.vue.d.ts +100 -0
- package/dist/packages/components/menu/index.d.ts +100 -0
- package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +100 -0
- package/dist/packages/components/menu/tree/index.d.ts +100 -0
- package/dist/packages/components/picture/SatPicture.vue.d.ts +246 -0
- package/dist/packages/components/picture/index.d.ts +246 -0
- package/dist/packages/components/plot/SatPlot.vue.d.ts +246 -0
- package/dist/packages/components/plot/index.d.ts +246 -0
- package/dist/packages/components/roam/SatRoam.vue.d.ts +246 -0
- package/dist/packages/components/roam/index.d.ts +246 -0
- package/dist/packages/components/source/SatSource.vue.d.ts +115 -0
- package/dist/packages/components/source/SatSourceMain.vue.d.ts +14 -0
- package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +14 -0
- package/dist/packages/components/source/index.d.ts +115 -0
- package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +246 -0
- package/dist/packages/components/video-fusion/index.d.ts +246 -0
- package/dist/packages/global.d.ts +22 -0
- package/dist/packages/hooks/ui/useElLoading.d.ts +1 -0
- package/dist/packages/store/modules/compState.d.ts +211 -0
- package/dist/packages/store/modules/partState.d.ts +15 -0
- package/dist/packages/utils/coordTrans.d.ts +43 -0
- package/dist/packages/utils/elValidator.d.ts +1 -0
- package/dist/packages/utils/map/satMap/index.d.ts +5 -2
- package/dist/packages/utils/types/index.d.ts +4 -1
- package/dist/sat-earth.es.js +15788 -9807
- package/dist/sat-earth.umd.js +51 -36
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
activeName: import("vue").Ref<string>;
|
|
3
|
+
placeLocationPng: string;
|
|
4
|
+
routePathPng: string;
|
|
5
|
+
placeSearchPng: string;
|
|
6
|
+
SatCoordinate: import("vue").DefineComponent<{}, {
|
|
7
|
+
zbdwForm: import("vue").Ref<{
|
|
8
|
+
[x: string]: any;
|
|
9
|
+
x?: number | undefined;
|
|
10
|
+
y?: number | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
zbdwFormRef: import("vue").Ref<({
|
|
13
|
+
$: import("vue").ComponentInternalInstance;
|
|
14
|
+
$data: {};
|
|
15
|
+
$props: Partial<{
|
|
16
|
+
readonly disabled: boolean;
|
|
17
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
18
|
+
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
19
|
+
readonly labelSuffix: string;
|
|
20
|
+
readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
|
+
readonly validateOnRuleChange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
|
+
readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
|
+
readonly inline: boolean;
|
|
24
|
+
readonly inlineMessage: boolean;
|
|
25
|
+
readonly statusIcon: boolean;
|
|
26
|
+
readonly scrollToError: boolean;
|
|
27
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
readonly model: ObjectConstructor;
|
|
29
|
+
readonly rules: {
|
|
30
|
+
readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
|
|
31
|
+
readonly required: false;
|
|
32
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
|
+
__epPropKey: true;
|
|
34
|
+
};
|
|
35
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
36
|
+
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
37
|
+
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
38
|
+
readonly inline: BooleanConstructor;
|
|
39
|
+
readonly inlineMessage: BooleanConstructor;
|
|
40
|
+
readonly statusIcon: BooleanConstructor;
|
|
41
|
+
readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
42
|
+
readonly size: {
|
|
43
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
44
|
+
readonly required: false;
|
|
45
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
+
__epPropKey: true;
|
|
47
|
+
};
|
|
48
|
+
readonly disabled: BooleanConstructor;
|
|
49
|
+
readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
50
|
+
readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
51
|
+
readonly scrollToError: BooleanConstructor;
|
|
52
|
+
}>> & {
|
|
53
|
+
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
54
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "labelPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
|
|
55
|
+
$attrs: {
|
|
56
|
+
[x: string]: unknown;
|
|
57
|
+
};
|
|
58
|
+
$refs: {
|
|
59
|
+
[x: string]: unknown;
|
|
60
|
+
};
|
|
61
|
+
$slots: Readonly<{
|
|
62
|
+
[name: string]: import("vue").Slot | undefined;
|
|
63
|
+
}>;
|
|
64
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
65
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
66
|
+
$emit: (event: "validate", prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
|
|
67
|
+
$el: any;
|
|
68
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
readonly model: ObjectConstructor;
|
|
70
|
+
readonly rules: {
|
|
71
|
+
readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
|
|
72
|
+
readonly required: false;
|
|
73
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
|
+
__epPropKey: true;
|
|
75
|
+
};
|
|
76
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
77
|
+
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
78
|
+
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
79
|
+
readonly inline: BooleanConstructor;
|
|
80
|
+
readonly inlineMessage: BooleanConstructor;
|
|
81
|
+
readonly statusIcon: BooleanConstructor;
|
|
82
|
+
readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
83
|
+
readonly size: {
|
|
84
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
85
|
+
readonly required: false;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
+
__epPropKey: true;
|
|
88
|
+
};
|
|
89
|
+
readonly disabled: BooleanConstructor;
|
|
90
|
+
readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
91
|
+
readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
92
|
+
readonly scrollToError: BooleanConstructor;
|
|
93
|
+
}>> & {
|
|
94
|
+
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
95
|
+
}, {
|
|
96
|
+
COMPONENT_NAME: string;
|
|
97
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
98
|
+
readonly model: ObjectConstructor;
|
|
99
|
+
readonly rules: {
|
|
100
|
+
readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
|
|
101
|
+
readonly required: false;
|
|
102
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
|
+
__epPropKey: true;
|
|
104
|
+
};
|
|
105
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
106
|
+
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
107
|
+
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
108
|
+
readonly inline: BooleanConstructor;
|
|
109
|
+
readonly inlineMessage: BooleanConstructor;
|
|
110
|
+
readonly statusIcon: BooleanConstructor;
|
|
111
|
+
readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
112
|
+
readonly size: {
|
|
113
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
114
|
+
readonly required: false;
|
|
115
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
|
+
__epPropKey: true;
|
|
117
|
+
};
|
|
118
|
+
readonly disabled: BooleanConstructor;
|
|
119
|
+
readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
120
|
+
readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
121
|
+
readonly scrollToError: BooleanConstructor;
|
|
122
|
+
}>> & {
|
|
123
|
+
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
124
|
+
}>>;
|
|
125
|
+
emit: (event: "validate", prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
|
|
126
|
+
fields: import("element-plus").FormItemContext[];
|
|
127
|
+
formSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
128
|
+
ns: {
|
|
129
|
+
namespace: import("vue").ComputedRef<string>;
|
|
130
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
131
|
+
e: (element?: string | undefined) => string;
|
|
132
|
+
m: (modifier?: string | undefined) => string;
|
|
133
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
134
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
135
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
136
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
137
|
+
is: {
|
|
138
|
+
(name: string, state: boolean | undefined): string;
|
|
139
|
+
(name: string): string;
|
|
140
|
+
};
|
|
141
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
142
|
+
cssVarName: (name: string) => string;
|
|
143
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
144
|
+
cssVarBlockName: (name: string) => string;
|
|
145
|
+
};
|
|
146
|
+
formClasses: import("vue").ComputedRef<(string | {
|
|
147
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
148
|
+
})[]>;
|
|
149
|
+
addField: (field: import("element-plus").FormItemContext) => void;
|
|
150
|
+
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
151
|
+
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
|
|
152
|
+
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
|
|
153
|
+
isValidatable: import("vue").ComputedRef<boolean>;
|
|
154
|
+
obtainValidateFields: (props: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => import("element-plus").FormItemContext[];
|
|
155
|
+
validate: (callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
|
|
156
|
+
doValidateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => Promise<boolean>;
|
|
157
|
+
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined, callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
|
|
158
|
+
scrollToField: (prop: import("element-plus").FormItemProp) => void;
|
|
159
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
160
|
+
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => boolean;
|
|
161
|
+
}, string, {
|
|
162
|
+
readonly disabled: boolean;
|
|
163
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
164
|
+
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
165
|
+
readonly labelSuffix: string;
|
|
166
|
+
readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly validateOnRuleChange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
+
readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
169
|
+
readonly inline: boolean;
|
|
170
|
+
readonly inlineMessage: boolean;
|
|
171
|
+
readonly statusIcon: boolean;
|
|
172
|
+
readonly scrollToError: boolean;
|
|
173
|
+
}> & {
|
|
174
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
175
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
176
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
177
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
178
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
179
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
180
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
181
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
182
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
183
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
184
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
185
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
186
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
187
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
188
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
189
|
+
};
|
|
190
|
+
$forceUpdate: () => void;
|
|
191
|
+
$nextTick: typeof import("vue").nextTick;
|
|
192
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
193
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
194
|
+
readonly model: ObjectConstructor;
|
|
195
|
+
readonly rules: {
|
|
196
|
+
readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
|
|
197
|
+
readonly required: false;
|
|
198
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
|
+
__epPropKey: true;
|
|
200
|
+
};
|
|
201
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
202
|
+
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
203
|
+
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
204
|
+
readonly inline: BooleanConstructor;
|
|
205
|
+
readonly inlineMessage: BooleanConstructor;
|
|
206
|
+
readonly statusIcon: BooleanConstructor;
|
|
207
|
+
readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
208
|
+
readonly size: {
|
|
209
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
210
|
+
readonly required: false;
|
|
211
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
|
+
__epPropKey: true;
|
|
213
|
+
};
|
|
214
|
+
readonly disabled: BooleanConstructor;
|
|
215
|
+
readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
216
|
+
readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
217
|
+
readonly scrollToError: BooleanConstructor;
|
|
218
|
+
}>> & {
|
|
219
|
+
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
220
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
221
|
+
COMPONENT_NAME: string;
|
|
222
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
223
|
+
readonly model: ObjectConstructor;
|
|
224
|
+
readonly rules: {
|
|
225
|
+
readonly type: import("vue").PropType<Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>>;
|
|
226
|
+
readonly required: false;
|
|
227
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
|
+
__epPropKey: true;
|
|
229
|
+
};
|
|
230
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
231
|
+
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
232
|
+
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
233
|
+
readonly inline: BooleanConstructor;
|
|
234
|
+
readonly inlineMessage: BooleanConstructor;
|
|
235
|
+
readonly statusIcon: BooleanConstructor;
|
|
236
|
+
readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
237
|
+
readonly size: {
|
|
238
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
239
|
+
readonly required: false;
|
|
240
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
|
+
__epPropKey: true;
|
|
242
|
+
};
|
|
243
|
+
readonly disabled: BooleanConstructor;
|
|
244
|
+
readonly validateOnRuleChange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
245
|
+
readonly hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
246
|
+
readonly scrollToError: BooleanConstructor;
|
|
247
|
+
}>> & {
|
|
248
|
+
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
249
|
+
}>>;
|
|
250
|
+
emit: (event: "validate", prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
|
|
251
|
+
fields: import("element-plus").FormItemContext[];
|
|
252
|
+
formSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
253
|
+
ns: {
|
|
254
|
+
namespace: import("vue").ComputedRef<string>;
|
|
255
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
256
|
+
e: (element?: string | undefined) => string;
|
|
257
|
+
m: (modifier?: string | undefined) => string;
|
|
258
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
259
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
260
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
261
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
262
|
+
is: {
|
|
263
|
+
(name: string, state: boolean | undefined): string;
|
|
264
|
+
(name: string): string;
|
|
265
|
+
};
|
|
266
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
267
|
+
cssVarName: (name: string) => string;
|
|
268
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
269
|
+
cssVarBlockName: (name: string) => string;
|
|
270
|
+
};
|
|
271
|
+
formClasses: import("vue").ComputedRef<(string | {
|
|
272
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
273
|
+
})[]>;
|
|
274
|
+
addField: (field: import("element-plus").FormItemContext) => void;
|
|
275
|
+
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
276
|
+
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
|
|
277
|
+
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => void;
|
|
278
|
+
isValidatable: import("vue").ComputedRef<boolean>;
|
|
279
|
+
obtainValidateFields: (props: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => import("element-plus").FormItemContext[];
|
|
280
|
+
validate: (callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
|
|
281
|
+
doValidateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined) => Promise<boolean>;
|
|
282
|
+
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp> | undefined, callback?: import("element-plus").FormValidateCallback | undefined) => import("element-plus").FormValidationResult;
|
|
283
|
+
scrollToField: (prop: import("element-plus").FormItemProp) => void;
|
|
284
|
+
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
285
|
+
ucsList: string[];
|
|
286
|
+
cTypeList: string[];
|
|
287
|
+
rules_zbdw: {
|
|
288
|
+
x: ({
|
|
289
|
+
required: boolean;
|
|
290
|
+
trigger: string;
|
|
291
|
+
message: string;
|
|
292
|
+
validator?: undefined;
|
|
293
|
+
} | {
|
|
294
|
+
required: boolean;
|
|
295
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
296
|
+
trigger: string;
|
|
297
|
+
message?: undefined;
|
|
298
|
+
})[];
|
|
299
|
+
y: ({
|
|
300
|
+
required: boolean;
|
|
301
|
+
trigger: string;
|
|
302
|
+
message: string;
|
|
303
|
+
validator?: undefined;
|
|
304
|
+
} | {
|
|
305
|
+
required: boolean;
|
|
306
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
307
|
+
trigger: string;
|
|
308
|
+
message?: undefined;
|
|
309
|
+
})[];
|
|
310
|
+
degrees_x_d: ({
|
|
311
|
+
required: boolean;
|
|
312
|
+
trigger: string;
|
|
313
|
+
message: string;
|
|
314
|
+
validator?: undefined;
|
|
315
|
+
} | {
|
|
316
|
+
required: boolean;
|
|
317
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
318
|
+
trigger: string;
|
|
319
|
+
message?: undefined;
|
|
320
|
+
})[];
|
|
321
|
+
degrees_x_f: ({
|
|
322
|
+
required: boolean;
|
|
323
|
+
trigger: string;
|
|
324
|
+
message: string;
|
|
325
|
+
validator?: undefined;
|
|
326
|
+
} | {
|
|
327
|
+
required: boolean;
|
|
328
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
329
|
+
trigger: string;
|
|
330
|
+
message?: undefined;
|
|
331
|
+
})[];
|
|
332
|
+
degrees_x_m: ({
|
|
333
|
+
required: boolean;
|
|
334
|
+
trigger: string;
|
|
335
|
+
message: string;
|
|
336
|
+
validator?: undefined;
|
|
337
|
+
} | {
|
|
338
|
+
required: boolean;
|
|
339
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
340
|
+
trigger: string;
|
|
341
|
+
message?: undefined;
|
|
342
|
+
})[];
|
|
343
|
+
degrees_y_d: ({
|
|
344
|
+
required: boolean;
|
|
345
|
+
trigger: string;
|
|
346
|
+
message: string;
|
|
347
|
+
validator?: undefined;
|
|
348
|
+
} | {
|
|
349
|
+
required: boolean;
|
|
350
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
351
|
+
trigger: string;
|
|
352
|
+
message?: undefined;
|
|
353
|
+
})[];
|
|
354
|
+
degrees_y_f: ({
|
|
355
|
+
required: boolean;
|
|
356
|
+
trigger: string;
|
|
357
|
+
message: string;
|
|
358
|
+
validator?: undefined;
|
|
359
|
+
} | {
|
|
360
|
+
required: boolean;
|
|
361
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
362
|
+
trigger: string;
|
|
363
|
+
message?: undefined;
|
|
364
|
+
})[];
|
|
365
|
+
degrees_y_m: ({
|
|
366
|
+
required: boolean;
|
|
367
|
+
trigger: string;
|
|
368
|
+
message: string;
|
|
369
|
+
validator?: undefined;
|
|
370
|
+
} | {
|
|
371
|
+
required: boolean;
|
|
372
|
+
validator: (rule: any, value: any, callback: any) => any;
|
|
373
|
+
trigger: string;
|
|
374
|
+
message?: undefined;
|
|
375
|
+
})[];
|
|
376
|
+
};
|
|
377
|
+
searchCoordinate: () => void;
|
|
378
|
+
coordinateHelper: {
|
|
379
|
+
markerCoordinates(coord: {
|
|
380
|
+
lng: number;
|
|
381
|
+
lat: number;
|
|
382
|
+
text?: string | undefined;
|
|
383
|
+
}): Promise<import("../../utils/types").SatPointEntity>;
|
|
384
|
+
removeMarkerCoordinates(): void;
|
|
385
|
+
};
|
|
386
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
387
|
+
SatPathPlan: import("vue").DefineComponent<{}, {
|
|
388
|
+
allDiatance: import("vue").Ref<string>;
|
|
389
|
+
useTime: import("vue").Ref<string>;
|
|
390
|
+
routePath: import("vue").Ref<string>;
|
|
391
|
+
pathForm: import("vue").Ref<{
|
|
392
|
+
start: string;
|
|
393
|
+
end: string;
|
|
394
|
+
selectWay: string;
|
|
395
|
+
}>;
|
|
396
|
+
selectWayOptions: {
|
|
397
|
+
value: string;
|
|
398
|
+
label: string;
|
|
399
|
+
}[];
|
|
400
|
+
onChangeTravelWay: (value: any) => void;
|
|
401
|
+
startPoint: () => Promise<void>;
|
|
402
|
+
endPoint: () => Promise<void>;
|
|
403
|
+
btnAnalyse: () => void;
|
|
404
|
+
removeAllPath: () => void;
|
|
405
|
+
saveGeoJSON: () => void;
|
|
406
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
407
|
+
SatPoiQuery: import("vue").DefineComponent<{}, {
|
|
408
|
+
isMobile: import("vue").Ref<boolean>;
|
|
409
|
+
keyword: import("vue").Ref<string>;
|
|
410
|
+
isShowTip: import("vue").Ref<boolean>;
|
|
411
|
+
tipList: any;
|
|
412
|
+
resultList: any;
|
|
413
|
+
pageInfo: import("vue").Ref<{
|
|
414
|
+
pageNo: number;
|
|
415
|
+
pageSize: number;
|
|
416
|
+
total: number;
|
|
417
|
+
}>;
|
|
418
|
+
handleCurrentChange: (val: number) => void;
|
|
419
|
+
queryText: (text?: string | undefined) => Promise<void>;
|
|
420
|
+
autoTip: () => Promise<void>;
|
|
421
|
+
flyTo: (item: any) => void;
|
|
422
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
423
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
424
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
allDiatance: import("vue").Ref<string>;
|
|
3
|
+
useTime: import("vue").Ref<string>;
|
|
4
|
+
routePath: import("vue").Ref<string>;
|
|
5
|
+
pathForm: import("vue").Ref<{
|
|
6
|
+
start: string;
|
|
7
|
+
end: string;
|
|
8
|
+
selectWay: string;
|
|
9
|
+
}>;
|
|
10
|
+
selectWayOptions: {
|
|
11
|
+
value: string;
|
|
12
|
+
label: string;
|
|
13
|
+
}[];
|
|
14
|
+
onChangeTravelWay: (value: any) => void;
|
|
15
|
+
startPoint: () => Promise<void>;
|
|
16
|
+
endPoint: () => Promise<void>;
|
|
17
|
+
btnAnalyse: () => void;
|
|
18
|
+
removeAllPath: () => void;
|
|
19
|
+
saveGeoJSON: () => void;
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
21
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
isMobile: import("vue").Ref<boolean>;
|
|
3
|
+
keyword: import("vue").Ref<string>;
|
|
4
|
+
isShowTip: import("vue").Ref<boolean>;
|
|
5
|
+
tipList: any;
|
|
6
|
+
resultList: any;
|
|
7
|
+
pageInfo: import("vue").Ref<{
|
|
8
|
+
pageNo: number;
|
|
9
|
+
pageSize: number;
|
|
10
|
+
total: number;
|
|
11
|
+
}>;
|
|
12
|
+
handleCurrentChange: (val: number) => void;
|
|
13
|
+
queryText: (text?: string | undefined) => Promise<void>;
|
|
14
|
+
autoTip: () => Promise<void>;
|
|
15
|
+
flyTo: (item: any) => void;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
17
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type SatPointEntity } from '../../utils/types';
|
|
2
|
+
export declare const coordinateHelper: {
|
|
3
|
+
markerCoordinates(coord: {
|
|
4
|
+
lng: number;
|
|
5
|
+
lat: number;
|
|
6
|
+
text?: string;
|
|
7
|
+
}): Promise<SatPointEntity>;
|
|
8
|
+
removeMarkerCoordinates(): void;
|
|
9
|
+
};
|
|
10
|
+
export declare const poiQueryHelper: {
|
|
11
|
+
graphicLayer: any;
|
|
12
|
+
init(): void;
|
|
13
|
+
queryText(text: string, pageInfo: {
|
|
14
|
+
pageSize: number;
|
|
15
|
+
pageNo: number;
|
|
16
|
+
}): Promise<any>;
|
|
17
|
+
autoTip(text: string): Promise<any>;
|
|
18
|
+
flyTo(item: any): void;
|
|
19
|
+
destroy(): void;
|
|
20
|
+
};
|
|
21
|
+
export declare const pathPlanHelper: {
|
|
22
|
+
routeLayer: any;
|
|
23
|
+
gaodeRoute: any;
|
|
24
|
+
eventTarget: import("mars3d").BaseClass;
|
|
25
|
+
startGraphic: any;
|
|
26
|
+
endGraphic: any;
|
|
27
|
+
init(): void;
|
|
28
|
+
btnAnalyse(type: '1' | '3'): void;
|
|
29
|
+
removeAllPath(): void;
|
|
30
|
+
startPoint(type: '1' | '3'): Promise<string>;
|
|
31
|
+
endPoint(type: '1' | '3'): Promise<string>;
|
|
32
|
+
queryRoute(type: '1' | '3'): void;
|
|
33
|
+
saveGeoJSON(): void;
|
|
34
|
+
};
|