sat-earth 0.8.28 → 0.8.30
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/packages/components/_private/TheImageEditor/index.vue.d.ts +1 -0
- package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +7 -2
- package/dist/packages/components/analysis-model/index.d.ts +7 -2
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +9 -3
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +2 -1
- package/dist/packages/components/analysis-spatial/index.d.ts +9 -3
- package/dist/packages/components/analysis-spatial/modules/AnalysisSection.vue.d.ts +2 -1
- package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +7 -2
- package/dist/packages/components/analysis-terrain/index.d.ts +7 -2
- package/dist/packages/components/globe/CameraBookmarkPanel.vue.d.ts +22 -8
- package/dist/packages/components/globe/MapSplitPanel.vue.d.ts +16 -6
- package/dist/packages/components/globe/SatGlobe.vue.d.ts +74 -128
- package/dist/packages/components/globe/index.d.ts +75 -129
- package/dist/packages/components/location/SatCoordinate.vue.d.ts +1 -0
- package/dist/packages/components/location/SatLocation.vue.d.ts +10 -2
- package/dist/packages/components/location/SatLocationMain.vue.d.ts +3 -0
- package/dist/packages/components/location/SatPathPlan.vue.d.ts +1 -0
- package/dist/packages/components/location/SatPoiQuery.vue.d.ts +1 -0
- package/dist/packages/components/location/index.d.ts +10 -2
- package/dist/packages/components/map-part/SatMapPart.vue.d.ts +12 -4
- package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +5 -2
- package/dist/packages/components/map-part/index.d.ts +12 -4
- package/dist/packages/components/measure/SatMeasure.vue.d.ts +16 -3
- package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +9 -1
- package/dist/packages/components/measure/index.d.ts +16 -3
- package/dist/packages/components/menu/SatMenu.vue.d.ts +40 -208
- package/dist/packages/components/menu/SatMenuMain.vue.d.ts +40 -208
- package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +19 -103
- package/dist/packages/components/menu/tree/index.d.ts +19 -103
- package/dist/packages/components/panel/SatPanel.vue.d.ts +6 -2
- package/dist/packages/components/panel/index.d.ts +6 -2
- package/dist/packages/components/picture/SatPicture.vue.d.ts +8 -2
- package/dist/packages/components/picture/index.d.ts +8 -2
- package/dist/packages/components/plot/PlotEdit.vue.d.ts +22 -12
- package/dist/packages/components/plot/PlotEditAttr.vue.d.ts +7 -4
- package/dist/packages/components/plot/PlotEditCoord.vue.d.ts +7 -4
- package/dist/packages/components/plot/PlotEditStyle.vue.d.ts +7 -4
- package/dist/packages/components/plot/PlotGroup.vue.d.ts +8 -1
- package/dist/packages/components/plot/PlotSourceList.vue.d.ts +2 -1
- package/dist/packages/components/plot/SatPlot.vue.d.ts +46 -20
- package/dist/packages/components/plot/SatPlotMain.vue.d.ts +39 -18
- package/dist/packages/components/plot/index.d.ts +46 -20
- package/dist/packages/components/roam/SatRoam.vue.d.ts +7 -2
- package/dist/packages/components/roam/index.d.ts +7 -2
- package/dist/packages/components/source/LayerStyleSlider.vue.d.ts +1 -0
- package/dist/packages/components/source/SatSource.vue.d.ts +17 -7
- package/dist/packages/components/source/SatSourceMain.vue.d.ts +10 -5
- package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +1 -0
- package/dist/packages/components/source/index.d.ts +17 -7
- package/dist/packages/components/task-view/SatTaskView.vue.d.ts +6 -13
- package/dist/packages/components/task-view/index.d.ts +6 -13
- package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +7 -2
- package/dist/packages/components/video-fusion/index.d.ts +7 -2
- package/dist/packages/config/index.d.ts +1 -0
- package/dist/packages/config/injectKeys.d.ts +1 -0
- package/dist/packages/hooks/effects/effectDeviceIsMobile.d.ts +1 -1
- package/dist/packages/hooks/ui/useDark.d.ts +1 -1
- package/dist/packages/hooks/useRenderer.d.ts +1 -1
- package/dist/packages/store/modules/compState.d.ts +41 -206
- package/dist/packages/store/modules/layer.d.ts +17 -10
- package/dist/packages/store/modules/layout.d.ts +17 -10
- package/dist/packages/store/modules/partState.d.ts +11 -4
- package/dist/packages/store/modules/plot.d.ts +15 -8
- package/dist/packages/store/modules/taskView.d.ts +11 -2
- package/dist/packages/store/storeUtil.d.ts +2 -0
- package/dist/sat-earth.mjs +2726 -2635
- package/dist/sat-earth.umd.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ import type { UploadFile } from 'element-plus';
|
|
|
4
4
|
import { SatMap } from '../../../utils';
|
|
5
5
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
6
6
|
mapInstance: import("vue").ShallowRef<SatMap | null> | undefined;
|
|
7
|
+
mapCanvasEleId: string;
|
|
7
8
|
instance: import("vue").ShallowRef<tuiImageEditor | undefined>;
|
|
8
9
|
fileList: import("vue").Ref<{
|
|
9
10
|
name: string;
|
|
@@ -5,6 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
};
|
|
6
6
|
userCustomInitHooks: () => void;
|
|
7
7
|
userCustomDestroyHooks: () => void;
|
|
8
|
+
mapCanvasEleId: string;
|
|
8
9
|
name: string;
|
|
9
10
|
label: string;
|
|
10
11
|
isInSide: boolean;
|
|
@@ -53,6 +54,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
53
54
|
default: () => void;
|
|
54
55
|
};
|
|
55
56
|
}, {
|
|
57
|
+
mapCanvasEleId: string;
|
|
56
58
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
57
59
|
title: {
|
|
58
60
|
type: StringConstructor;
|
|
@@ -94,8 +96,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
94
96
|
default: () => void;
|
|
95
97
|
};
|
|
96
98
|
}>> & {}>>;
|
|
97
|
-
|
|
98
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
99
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
100
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
101
|
+
initRecord(eleId: string): void;
|
|
102
|
+
removeRecord(eleId: string): void;
|
|
103
|
+
}>;
|
|
99
104
|
draggable: import("vue").Ref<boolean>;
|
|
100
105
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
101
106
|
style: import("vue").ComputedRef<string>;
|
|
@@ -6,6 +6,7 @@ declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<i
|
|
|
6
6
|
};
|
|
7
7
|
userCustomInitHooks: () => void;
|
|
8
8
|
userCustomDestroyHooks: () => void;
|
|
9
|
+
mapCanvasEleId: string;
|
|
9
10
|
name: string;
|
|
10
11
|
label: string;
|
|
11
12
|
isInSide: boolean;
|
|
@@ -54,6 +55,7 @@ declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<i
|
|
|
54
55
|
default: () => void;
|
|
55
56
|
};
|
|
56
57
|
}, {
|
|
58
|
+
mapCanvasEleId: string;
|
|
57
59
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
58
60
|
title: {
|
|
59
61
|
type: StringConstructor;
|
|
@@ -95,8 +97,11 @@ declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<i
|
|
|
95
97
|
default: () => void;
|
|
96
98
|
};
|
|
97
99
|
}>> & {}>>;
|
|
98
|
-
|
|
99
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
100
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
101
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
102
|
+
initRecord(eleId: string): void;
|
|
103
|
+
removeRecord(eleId: string): void;
|
|
104
|
+
}>;
|
|
100
105
|
draggable: import("vue").Ref<boolean>;
|
|
101
106
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
102
107
|
style: import("vue").ComputedRef<string>;
|
|
@@ -5,6 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
};
|
|
6
6
|
userCustomInitHooks: () => void;
|
|
7
7
|
userCustomDestroyHooks: () => void;
|
|
8
|
+
mapCanvasEleId: string;
|
|
8
9
|
name: string;
|
|
9
10
|
label: string;
|
|
10
11
|
isInSide: boolean;
|
|
@@ -53,6 +54,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
53
54
|
default: () => void;
|
|
54
55
|
};
|
|
55
56
|
}, {
|
|
57
|
+
mapCanvasEleId: string;
|
|
56
58
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
57
59
|
title: {
|
|
58
60
|
type: StringConstructor;
|
|
@@ -94,8 +96,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
94
96
|
default: () => void;
|
|
95
97
|
};
|
|
96
98
|
}>> & {}>>;
|
|
97
|
-
|
|
98
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
99
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
100
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
101
|
+
initRecord(eleId: string): void;
|
|
102
|
+
removeRecord(eleId: string): void;
|
|
103
|
+
}>;
|
|
99
104
|
draggable: import("vue").Ref<boolean>;
|
|
100
105
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
101
106
|
style: import("vue").ComputedRef<string>;
|
|
@@ -158,7 +163,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
158
163
|
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
159
164
|
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
160
165
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
161
|
-
|
|
166
|
+
mapCanvasEleId: string;
|
|
167
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
162
168
|
startDraw: () => void;
|
|
163
169
|
stopDraw: () => void;
|
|
164
170
|
removeAll: () => void;
|
|
@@ -3,7 +3,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3
3
|
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
4
4
|
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
5
5
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
6
|
-
|
|
6
|
+
mapCanvasEleId: string;
|
|
7
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
7
8
|
startDraw: () => void;
|
|
8
9
|
stopDraw: () => void;
|
|
9
10
|
removeAll: () => void;
|
|
@@ -6,6 +6,7 @@ declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
6
6
|
};
|
|
7
7
|
userCustomInitHooks: () => void;
|
|
8
8
|
userCustomDestroyHooks: () => void;
|
|
9
|
+
mapCanvasEleId: string;
|
|
9
10
|
name: string;
|
|
10
11
|
label: string;
|
|
11
12
|
isInSide: boolean;
|
|
@@ -54,6 +55,7 @@ declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
54
55
|
default: () => void;
|
|
55
56
|
};
|
|
56
57
|
}, {
|
|
58
|
+
mapCanvasEleId: string;
|
|
57
59
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
58
60
|
title: {
|
|
59
61
|
type: StringConstructor;
|
|
@@ -95,8 +97,11 @@ declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
95
97
|
default: () => void;
|
|
96
98
|
};
|
|
97
99
|
}>> & {}>>;
|
|
98
|
-
|
|
99
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
100
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
101
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
102
|
+
initRecord(eleId: string): void;
|
|
103
|
+
removeRecord(eleId: string): void;
|
|
104
|
+
}>;
|
|
100
105
|
draggable: import("vue").Ref<boolean>;
|
|
101
106
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
102
107
|
style: import("vue").ComputedRef<string>;
|
|
@@ -159,7 +164,8 @@ declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
159
164
|
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
160
165
|
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
161
166
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
162
|
-
|
|
167
|
+
mapCanvasEleId: string;
|
|
168
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
163
169
|
startDraw: () => void;
|
|
164
170
|
stopDraw: () => void;
|
|
165
171
|
removeAll: () => void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
2
|
mapInstance: import("vue").ShallowRef<import("../../../utils").SatMap | null> | undefined;
|
|
3
|
-
|
|
3
|
+
mapCanvasEleId: string;
|
|
4
|
+
record: import("vue").Ref<Record<string, import('../../../store/modules/layout').LayoutState>>;
|
|
4
5
|
startDraw: () => void;
|
|
5
6
|
stopDraw: () => void;
|
|
6
7
|
removeAll: () => void;
|
|
@@ -5,6 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
};
|
|
6
6
|
userCustomInitHooks: () => void;
|
|
7
7
|
userCustomDestroyHooks: () => void;
|
|
8
|
+
mapCanvasEleId: string;
|
|
8
9
|
name: string;
|
|
9
10
|
label: string;
|
|
10
11
|
isInSide: boolean;
|
|
@@ -53,6 +54,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
53
54
|
default: () => void;
|
|
54
55
|
};
|
|
55
56
|
}, {
|
|
57
|
+
mapCanvasEleId: string;
|
|
56
58
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
57
59
|
title: {
|
|
58
60
|
type: StringConstructor;
|
|
@@ -94,8 +96,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
94
96
|
default: () => void;
|
|
95
97
|
};
|
|
96
98
|
}>> & {}>>;
|
|
97
|
-
|
|
98
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
99
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
100
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
101
|
+
initRecord(eleId: string): void;
|
|
102
|
+
removeRecord(eleId: string): void;
|
|
103
|
+
}>;
|
|
99
104
|
draggable: import("vue").Ref<boolean>;
|
|
100
105
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
101
106
|
style: import("vue").ComputedRef<string>;
|
|
@@ -6,6 +6,7 @@ declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
6
6
|
};
|
|
7
7
|
userCustomInitHooks: () => void;
|
|
8
8
|
userCustomDestroyHooks: () => void;
|
|
9
|
+
mapCanvasEleId: string;
|
|
9
10
|
name: string;
|
|
10
11
|
label: string;
|
|
11
12
|
isInSide: boolean;
|
|
@@ -54,6 +55,7 @@ declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
54
55
|
default: () => void;
|
|
55
56
|
};
|
|
56
57
|
}, {
|
|
58
|
+
mapCanvasEleId: string;
|
|
57
59
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
58
60
|
title: {
|
|
59
61
|
type: StringConstructor;
|
|
@@ -95,8 +97,11 @@ declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
95
97
|
default: () => void;
|
|
96
98
|
};
|
|
97
99
|
}>> & {}>>;
|
|
98
|
-
|
|
99
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
100
|
+
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
101
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
102
|
+
initRecord(eleId: string): void;
|
|
103
|
+
removeRecord(eleId: string): void;
|
|
104
|
+
}>;
|
|
100
105
|
draggable: import("vue").Ref<boolean>;
|
|
101
106
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
102
107
|
style: import("vue").ComputedRef<string>;
|
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
import { type Bookmark } from './helpers';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
3
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
mapCanvasEleId: string;
|
|
5
|
+
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerStateRecord, {}, {
|
|
6
|
+
initRecord(eleId: string): void;
|
|
7
|
+
removeRecord(eleId: string): void;
|
|
8
|
+
setLayerList(eleId: string, val: import("../../utils/types").SatLayerDev[]): void;
|
|
9
|
+
setLayerTree(eleId: string, val: import('../../store/modules/layer').TreeSatLayer[]): void;
|
|
10
|
+
setMapSplitPanelVisible(eleId: string, val: boolean): void;
|
|
11
|
+
setCameraBookmarkPanelVisible(eleId: string, val: boolean): void;
|
|
12
|
+
}>;
|
|
13
|
+
layoutStore: import("pinia").Store<"SatLayout__sat-earth", import('../../store/modules/layout').LayoutStateRecord, {}, {
|
|
14
|
+
initRecord(eleId: string): void;
|
|
15
|
+
removeRecord(eleId: string): void;
|
|
16
|
+
setIsDark(eleId: string, val: boolean): void;
|
|
17
|
+
setIsMobile(eleId: string, val: boolean): void;
|
|
18
|
+
setIsForceHorizontal(eleId: string, val: boolean): void;
|
|
19
|
+
setIsRenderedMap(eleId: string, val: boolean): void;
|
|
9
20
|
}>;
|
|
10
|
-
isMobile: import("vue").Ref<boolean>;
|
|
11
21
|
close: () => void;
|
|
12
22
|
cameraName: import("vue").Ref<string>;
|
|
13
23
|
bookmarkList: import("vue").Ref<{
|
|
@@ -62,6 +72,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
62
72
|
default: () => void;
|
|
63
73
|
};
|
|
64
74
|
}, {
|
|
75
|
+
mapCanvasEleId: string;
|
|
65
76
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
66
77
|
title: {
|
|
67
78
|
type: StringConstructor;
|
|
@@ -103,8 +114,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
103
114
|
default: () => void;
|
|
104
115
|
};
|
|
105
116
|
}>> & {}>>;
|
|
106
|
-
|
|
107
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
117
|
+
record: import("vue").Ref<Record<string, import('../../store/modules/layout').LayoutState>>;
|
|
118
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
119
|
+
initRecord(eleId: string): void;
|
|
120
|
+
removeRecord(eleId: string): void;
|
|
121
|
+
}>;
|
|
108
122
|
draggable: import("vue").Ref<boolean>;
|
|
109
123
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
110
124
|
style: import("vue").ComputedRef<string>;
|
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
2
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
mapCanvasEleId: string;
|
|
4
|
+
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerStateRecord, {}, {
|
|
5
|
+
initRecord(eleId: string): void;
|
|
6
|
+
removeRecord(eleId: string): void;
|
|
7
|
+
setLayerList(eleId: string, val: import("../../utils/types").SatLayerDev[]): void;
|
|
8
|
+
setLayerTree(eleId: string, val: import('../../store/modules/layer').TreeSatLayer[]): void;
|
|
9
|
+
setMapSplitPanelVisible(eleId: string, val: boolean): void;
|
|
10
|
+
setCameraBookmarkPanelVisible(eleId: string, val: boolean): void;
|
|
11
|
+
}>;
|
|
12
|
+
layoutStore: import("pinia").Store<"SatLayout__sat-earth", import('../../store/modules/layout').LayoutStateRecord, {}, {
|
|
13
|
+
initRecord(eleId: string): void;
|
|
14
|
+
removeRecord(eleId: string): void;
|
|
15
|
+
setIsDark(eleId: string, val: boolean): void;
|
|
16
|
+
setIsMobile(eleId: string, val: boolean): void;
|
|
17
|
+
setIsForceHorizontal(eleId: string, val: boolean): void;
|
|
18
|
+
setIsRenderedMap(eleId: string, val: boolean): void;
|
|
8
19
|
}>;
|
|
9
|
-
isMobile: import("vue").Ref<boolean>;
|
|
10
20
|
leftLayerList: any;
|
|
11
21
|
leftLayerId: import("vue").Ref<string | number | undefined>;
|
|
12
22
|
rightLayerList: any;
|
|
@@ -6,6 +6,7 @@ import { type TreeSatLayer } from '../../store/modules/layer';
|
|
|
6
6
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
7
7
|
eleId: {
|
|
8
8
|
type: StringConstructor;
|
|
9
|
+
required: true;
|
|
9
10
|
default: string;
|
|
10
11
|
};
|
|
11
12
|
satMapOptions: {
|
|
@@ -14,127 +15,47 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
15
|
};
|
|
15
16
|
}, {
|
|
16
17
|
mapInstance: import("vue").ShallowRef<SatMap | null>;
|
|
17
|
-
compStore: import("pinia").Store<"SatCompState__sat-earth", import('../../store/modules/compState').
|
|
18
|
+
compStore: import("pinia").Store<"SatCompState__sat-earth", import('../../store/modules/compState').CompStateRecord, {
|
|
18
19
|
getComponents: (state: {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
name: string;
|
|
22
|
-
parentName: string;
|
|
23
|
-
enable: boolean;
|
|
24
|
-
active: boolean;
|
|
25
|
-
ready?: boolean | undefined;
|
|
26
|
-
} | undefined;
|
|
27
|
-
SatMapPart?: {
|
|
28
|
-
label: string;
|
|
29
|
-
name: string;
|
|
30
|
-
parentName: string;
|
|
31
|
-
enable: boolean;
|
|
32
|
-
active: boolean;
|
|
33
|
-
ready?: boolean | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
SatLocation?: {
|
|
36
|
-
label: string;
|
|
37
|
-
name: string;
|
|
38
|
-
parentName: string;
|
|
39
|
-
enable: boolean;
|
|
40
|
-
active: boolean;
|
|
41
|
-
ready?: boolean | undefined;
|
|
42
|
-
} | undefined;
|
|
43
|
-
SatMeasure?: {
|
|
44
|
-
label: string;
|
|
45
|
-
name: string;
|
|
46
|
-
parentName: string;
|
|
47
|
-
enable: boolean;
|
|
48
|
-
active: boolean;
|
|
49
|
-
ready?: boolean | undefined;
|
|
50
|
-
} | undefined;
|
|
51
|
-
SatPlot?: {
|
|
52
|
-
label: string;
|
|
53
|
-
name: string;
|
|
54
|
-
parentName: string;
|
|
55
|
-
enable: boolean;
|
|
56
|
-
active: boolean;
|
|
57
|
-
ready?: boolean | undefined;
|
|
58
|
-
} | undefined;
|
|
59
|
-
SatPicture?: {
|
|
60
|
-
label: string;
|
|
61
|
-
name: string;
|
|
62
|
-
parentName: string;
|
|
63
|
-
enable: boolean;
|
|
64
|
-
active: boolean;
|
|
65
|
-
ready?: boolean | undefined;
|
|
66
|
-
} | undefined;
|
|
67
|
-
SatSpatialAnalysis?: {
|
|
68
|
-
label: string;
|
|
69
|
-
name: string;
|
|
70
|
-
parentName: string;
|
|
71
|
-
enable: boolean;
|
|
72
|
-
active: boolean;
|
|
73
|
-
ready?: boolean | undefined;
|
|
74
|
-
} | undefined;
|
|
75
|
-
SatTerrainAnalysis?: {
|
|
76
|
-
label: string;
|
|
77
|
-
name: string;
|
|
78
|
-
parentName: string;
|
|
79
|
-
enable: boolean;
|
|
80
|
-
active: boolean;
|
|
81
|
-
ready?: boolean | undefined;
|
|
82
|
-
} | undefined;
|
|
83
|
-
SatModelAnalysis?: {
|
|
84
|
-
label: string;
|
|
85
|
-
name: string;
|
|
86
|
-
parentName: string;
|
|
87
|
-
enable: boolean;
|
|
88
|
-
active: boolean;
|
|
89
|
-
ready?: boolean | undefined;
|
|
90
|
-
} | undefined;
|
|
91
|
-
SatVideoFusion?: {
|
|
92
|
-
label: string;
|
|
93
|
-
name: string;
|
|
94
|
-
parentName: string;
|
|
95
|
-
enable: boolean;
|
|
96
|
-
active: boolean;
|
|
97
|
-
ready?: boolean | undefined;
|
|
98
|
-
} | undefined;
|
|
99
|
-
SatRoam?: {
|
|
100
|
-
label: string;
|
|
101
|
-
name: string;
|
|
102
|
-
parentName: string;
|
|
103
|
-
enable: boolean;
|
|
104
|
-
active: boolean;
|
|
105
|
-
ready?: boolean | undefined;
|
|
106
|
-
} | undefined;
|
|
107
|
-
} & import("pinia").PiniaCustomStateProperties<import('../../store/modules/compState').CompState>) => any;
|
|
20
|
+
record: Record<string, import('../../store/modules/compState').CompState>;
|
|
21
|
+
} & import("pinia").PiniaCustomStateProperties<import('../../store/modules/compState').CompStateRecord>) => (eleId: string) => import('../../store/modules/compState').CompState;
|
|
108
22
|
}, {
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
23
|
+
initRecord(eleId: string): void;
|
|
24
|
+
removeRecord(eleId: string): void;
|
|
25
|
+
setSatSource(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
26
|
+
setSatMapPart(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
27
|
+
setSatLocation(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
28
|
+
setSatMeasure(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
29
|
+
setSatPlot(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
30
|
+
setSatPicture(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
31
|
+
setSatSpatialAnalysis(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
32
|
+
setSatTerrainAnalysis(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
33
|
+
setSatModelAnalysis(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
34
|
+
setSatVideoFusion(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
35
|
+
setSatRoam(eleId: string, item: import('../../store/modules/compState').StateItem): void;
|
|
36
|
+
changeCompState(eleId: string, itemName: string, flag: boolean): void;
|
|
37
|
+
unActiveAll(eleId: string): void;
|
|
122
38
|
}>;
|
|
123
|
-
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
39
|
+
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerStateRecord, {}, {
|
|
40
|
+
initRecord(eleId: string): void;
|
|
41
|
+
removeRecord(eleId: string): void;
|
|
42
|
+
setLayerList(eleId: string, val: SatLayerDev[]): void;
|
|
43
|
+
setLayerTree(eleId: string, val: TreeSatLayer[]): void;
|
|
44
|
+
setMapSplitPanelVisible(eleId: string, val: boolean): void;
|
|
45
|
+
setCameraBookmarkPanelVisible(eleId: string, val: boolean): void;
|
|
128
46
|
}>;
|
|
129
|
-
layoutStore: import("pinia").Store<"SatLayout__sat-earth", import('../../store/modules/layout').
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
47
|
+
layoutStore: import("pinia").Store<"SatLayout__sat-earth", import('../../store/modules/layout').LayoutStateRecord, {}, {
|
|
48
|
+
initRecord(eleId: string): void;
|
|
49
|
+
removeRecord(eleId: string): void;
|
|
50
|
+
setIsDark(eleId: string, val: boolean): void;
|
|
51
|
+
setIsMobile(eleId: string, val: boolean): void;
|
|
52
|
+
setIsForceHorizontal(eleId: string, val: boolean): void;
|
|
53
|
+
setIsRenderedMap(eleId: string, val: boolean): void;
|
|
134
54
|
}>;
|
|
135
55
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
136
56
|
eleId: {
|
|
137
57
|
type: StringConstructor;
|
|
58
|
+
required: true;
|
|
138
59
|
default: string;
|
|
139
60
|
};
|
|
140
61
|
satMapOptions: {
|
|
@@ -149,7 +70,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
149
70
|
isSupported: import("vue").Ref<boolean>;
|
|
150
71
|
stop: () => void;
|
|
151
72
|
};
|
|
152
|
-
getInstance: (
|
|
73
|
+
getInstance: () => SatMap | undefined;
|
|
153
74
|
DarkIcon: {
|
|
154
75
|
name: string;
|
|
155
76
|
};
|
|
@@ -158,13 +79,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
158
79
|
};
|
|
159
80
|
MapSplitPanel: import("vue").DefineComponent<{}, {
|
|
160
81
|
mapInstance: import("vue").ShallowRef<SatMap | null> | undefined;
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
82
|
+
mapCanvasEleId: string;
|
|
83
|
+
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerStateRecord, {}, {
|
|
84
|
+
initRecord(eleId: string): void;
|
|
85
|
+
removeRecord(eleId: string): void;
|
|
86
|
+
setLayerList(eleId: string, val: SatLayerDev[]): void;
|
|
87
|
+
setLayerTree(eleId: string, val: TreeSatLayer[]): void;
|
|
88
|
+
setMapSplitPanelVisible(eleId: string, val: boolean): void;
|
|
89
|
+
setCameraBookmarkPanelVisible(eleId: string, val: boolean): void;
|
|
90
|
+
}>;
|
|
91
|
+
layoutStore: import("pinia").Store<"SatLayout__sat-earth", import('../../store/modules/layout').LayoutStateRecord, {}, {
|
|
92
|
+
initRecord(eleId: string): void;
|
|
93
|
+
removeRecord(eleId: string): void;
|
|
94
|
+
setIsDark(eleId: string, val: boolean): void;
|
|
95
|
+
setIsMobile(eleId: string, val: boolean): void;
|
|
96
|
+
setIsForceHorizontal(eleId: string, val: boolean): void;
|
|
97
|
+
setIsRenderedMap(eleId: string, val: boolean): void;
|
|
166
98
|
}>;
|
|
167
|
-
isMobile: import("vue").Ref<boolean>;
|
|
168
99
|
leftLayerList: any;
|
|
169
100
|
leftLayerId: import("vue").Ref<string | number | undefined>;
|
|
170
101
|
rightLayerList: any;
|
|
@@ -173,13 +104,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
173
104
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
174
105
|
CameraBookmarkPanel: import("vue").DefineComponent<{}, {
|
|
175
106
|
mapInstance: import("vue").ShallowRef<SatMap | null> | undefined;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
107
|
+
mapCanvasEleId: string;
|
|
108
|
+
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerStateRecord, {}, {
|
|
109
|
+
initRecord(eleId: string): void;
|
|
110
|
+
removeRecord(eleId: string): void;
|
|
111
|
+
setLayerList(eleId: string, val: SatLayerDev[]): void;
|
|
112
|
+
setLayerTree(eleId: string, val: TreeSatLayer[]): void;
|
|
113
|
+
setMapSplitPanelVisible(eleId: string, val: boolean): void;
|
|
114
|
+
setCameraBookmarkPanelVisible(eleId: string, val: boolean): void;
|
|
115
|
+
}>;
|
|
116
|
+
layoutStore: import("pinia").Store<"SatLayout__sat-earth", import('../../store/modules/layout').LayoutStateRecord, {}, {
|
|
117
|
+
initRecord(eleId: string): void;
|
|
118
|
+
removeRecord(eleId: string): void;
|
|
119
|
+
setIsDark(eleId: string, val: boolean): void;
|
|
120
|
+
setIsMobile(eleId: string, val: boolean): void;
|
|
121
|
+
setIsForceHorizontal(eleId: string, val: boolean): void;
|
|
122
|
+
setIsRenderedMap(eleId: string, val: boolean): void;
|
|
181
123
|
}>;
|
|
182
|
-
isMobile: import("vue").Ref<boolean>;
|
|
183
124
|
close: () => void;
|
|
184
125
|
cameraName: import("vue").Ref<string>;
|
|
185
126
|
bookmarkList: import("vue").Ref<{
|
|
@@ -234,6 +175,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
234
175
|
default: () => void;
|
|
235
176
|
};
|
|
236
177
|
}, {
|
|
178
|
+
mapCanvasEleId: string;
|
|
237
179
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
238
180
|
title: {
|
|
239
181
|
type: StringConstructor;
|
|
@@ -275,8 +217,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
275
217
|
default: () => void;
|
|
276
218
|
};
|
|
277
219
|
}>> & {}>>;
|
|
278
|
-
|
|
279
|
-
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").
|
|
220
|
+
record: import("vue").Ref<Record<string, import('../../store/modules/layout').LayoutState>>;
|
|
221
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
222
|
+
initRecord(eleId: string): void;
|
|
223
|
+
removeRecord(eleId: string): void;
|
|
224
|
+
}>;
|
|
280
225
|
draggable: import("vue").Ref<boolean>;
|
|
281
226
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
282
227
|
style: import("vue").ComputedRef<string>;
|
|
@@ -338,6 +283,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
338
283
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
339
284
|
eleId: {
|
|
340
285
|
type: StringConstructor;
|
|
286
|
+
required: true;
|
|
341
287
|
default: string;
|
|
342
288
|
};
|
|
343
289
|
satMapOptions: {
|