sat-earth 0.9.9 → 0.9.11
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 -1
- package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +2 -2
- package/dist/packages/components/analysis-model/index.d.ts +2 -2
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +3 -3
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +1 -1
- package/dist/packages/components/analysis-spatial/index.d.ts +3 -3
- package/dist/packages/components/analysis-spatial/modules/AnalysisSection.vue.d.ts +1 -1
- package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +2 -2
- package/dist/packages/components/analysis-terrain/index.d.ts +2 -2
- package/dist/packages/components/globe/CameraBookmarkPanel.vue.d.ts +2 -2
- package/dist/packages/components/globe/MapSplitPanel.vue.d.ts +1 -1
- package/dist/packages/components/globe/SatGlobe.vue.d.ts +6 -3
- package/dist/packages/components/globe/index.d.ts +6 -3
- package/dist/packages/components/location/SatCoordinate.vue.d.ts +1 -1
- package/dist/packages/components/location/SatLocation.vue.d.ts +5 -5
- package/dist/packages/components/location/SatLocationMain.vue.d.ts +3 -3
- package/dist/packages/components/location/SatPathPlan.vue.d.ts +1 -1
- package/dist/packages/components/location/SatPoiQuery.vue.d.ts +1 -1
- package/dist/packages/components/location/index.d.ts +5 -5
- package/dist/packages/components/map-part/SatMapPart.vue.d.ts +3 -3
- package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +1 -1
- package/dist/packages/components/map-part/index.d.ts +3 -3
- package/dist/packages/components/measure/SatMeasure.vue.d.ts +3 -3
- package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +1 -1
- package/dist/packages/components/measure/index.d.ts +3 -3
- package/dist/packages/components/menu/SatMenu.vue.d.ts +2 -2
- package/dist/packages/components/menu/SatMenuMain.vue.d.ts +2 -2
- package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +1 -1
- package/dist/packages/components/menu/tree/index.d.ts +1 -1
- package/dist/packages/components/panel/SatPanel.vue.d.ts +1 -1
- package/dist/packages/components/panel/index.d.ts +1 -1
- package/dist/packages/components/picture/SatPicture.vue.d.ts +3 -3
- package/dist/packages/components/picture/index.d.ts +3 -3
- package/dist/packages/components/plot/PlotEdit.vue.d.ts +4 -4
- package/dist/packages/components/plot/PlotEditAttr.vue.d.ts +1 -1
- package/dist/packages/components/plot/PlotEditCoord.vue.d.ts +1 -1
- package/dist/packages/components/plot/PlotEditStyle.vue.d.ts +1 -1
- package/dist/packages/components/plot/PlotGroup.vue.d.ts +1 -1
- package/dist/packages/components/plot/PlotSourceList.vue.d.ts +1 -1
- package/dist/packages/components/plot/SatPlot.vue.d.ts +9 -9
- package/dist/packages/components/plot/SatPlotMain.vue.d.ts +7 -7
- package/dist/packages/components/plot/index.d.ts +9 -9
- package/dist/packages/components/roam/SatRoam.vue.d.ts +2 -2
- package/dist/packages/components/roam/index.d.ts +2 -2
- package/dist/packages/components/source/LayerStyleSlider.vue.d.ts +1 -1
- package/dist/packages/components/source/SatSource.vue.d.ts +5 -5
- package/dist/packages/components/source/SatSourceMain.vue.d.ts +3 -3
- package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +1 -1
- package/dist/packages/components/source/index.d.ts +5 -5
- package/dist/packages/components/task-view/SatTaskView.vue.d.ts +1 -1
- package/dist/packages/components/task-view/index.d.ts +1 -1
- package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +2 -2
- package/dist/packages/components/video-fusion/index.d.ts +2 -2
- package/dist/packages/config/injectKeys.d.ts +1 -1
- package/dist/packages/utils/map/analysis-spatial/index.d.ts +2 -2
- package/dist/packages/utils/map/analysis-spatial/section.d.ts +4 -2
- package/dist/packages/utils/map/index.d.ts +4 -1
- package/dist/packages/utils/map/layer/index.d.ts +3 -2
- package/dist/packages/utils/map/plot/index.d.ts +3 -2
- package/dist/sat-earth.mjs +2415 -2287
- package/dist/sat-earth.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
8
8
|
};
|
|
9
9
|
userCustomInitHooks: () => void;
|
|
10
10
|
userCustomDestroyHooks: () => void;
|
|
11
|
-
|
|
11
|
+
satGlobeEleId: string;
|
|
12
12
|
name: string;
|
|
13
13
|
label: string;
|
|
14
14
|
isInSide: boolean;
|
|
@@ -100,7 +100,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
100
100
|
default: () => void;
|
|
101
101
|
};
|
|
102
102
|
}>> & {}>>;
|
|
103
|
-
|
|
103
|
+
satGlobeEleId: string;
|
|
104
104
|
record: Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
105
105
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
106
106
|
initRecord(eleId: string): void;
|
|
@@ -170,7 +170,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
170
170
|
}>;
|
|
171
171
|
TheImageEditor: import("vue").DefineComponent<{}, {
|
|
172
172
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
173
|
-
|
|
173
|
+
satGlobeEleId: string;
|
|
174
174
|
instance: import("vue").ShallowRef<tuiImageEditor.ImageEditor | undefined>;
|
|
175
175
|
fileList: Ref<{
|
|
176
176
|
name: string;
|
|
@@ -9,7 +9,7 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<import(
|
|
|
9
9
|
};
|
|
10
10
|
userCustomInitHooks: () => void;
|
|
11
11
|
userCustomDestroyHooks: () => void;
|
|
12
|
-
|
|
12
|
+
satGlobeEleId: string;
|
|
13
13
|
name: string;
|
|
14
14
|
label: string;
|
|
15
15
|
isInSide: boolean;
|
|
@@ -101,7 +101,7 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<import(
|
|
|
101
101
|
default: () => void;
|
|
102
102
|
};
|
|
103
103
|
}>> & {}>>;
|
|
104
|
-
|
|
104
|
+
satGlobeEleId: string;
|
|
105
105
|
record: Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
106
106
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
107
107
|
initRecord(eleId: string): void;
|
|
@@ -171,7 +171,7 @@ declare const SatPicture: import('../../utils/installer').SFCWithInstall<import(
|
|
|
171
171
|
}>;
|
|
172
172
|
TheImageEditor: import("vue").DefineComponent<{}, {
|
|
173
173
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
174
|
-
|
|
174
|
+
satGlobeEleId: string;
|
|
175
175
|
instance: import("vue").ShallowRef<tuiImageEditor.ImageEditor | undefined>;
|
|
176
176
|
fileList: Ref<{
|
|
177
177
|
name: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { type TabsPaneContext } from 'element-plus';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
3
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
4
|
-
|
|
4
|
+
satGlobeEleId: string;
|
|
5
5
|
activeName: import("vue").Ref<string>;
|
|
6
6
|
handleClick: (tab: TabsPaneContext, event: Event) => void;
|
|
7
7
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
8
8
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
9
|
-
|
|
9
|
+
satGlobeEleId: string;
|
|
10
10
|
theGraphic: any;
|
|
11
11
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
12
12
|
initRecord(eleId: string): void;
|
|
@@ -28,7 +28,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
28
28
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
29
29
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
30
30
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
31
|
-
|
|
31
|
+
satGlobeEleId: string;
|
|
32
32
|
theGraphic: any;
|
|
33
33
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
34
34
|
initRecord(eleId: string): void;
|
|
@@ -55,7 +55,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
55
55
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
56
56
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
57
57
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
58
|
-
|
|
58
|
+
satGlobeEleId: string;
|
|
59
59
|
plotStyleConfig: any;
|
|
60
60
|
theGraphic: any;
|
|
61
61
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
2
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
3
|
-
|
|
3
|
+
satGlobeEleId: string;
|
|
4
4
|
theGraphic: any;
|
|
5
5
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotStateRecord, {}, {
|
|
6
6
|
initRecord(eleId: string): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SatMap } from '../../utils/map';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
3
|
mapInstance: import("vue").ShallowRef<SatMap | null> | undefined;
|
|
4
|
-
|
|
4
|
+
satGlobeEleId: string;
|
|
5
5
|
theGraphic: any;
|
|
6
6
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotStateRecord, {}, {
|
|
7
7
|
initRecord(eleId: string): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
2
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
3
|
-
|
|
3
|
+
satGlobeEleId: string;
|
|
4
4
|
plotStyleConfig: any;
|
|
5
5
|
theGraphic: any;
|
|
6
6
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotStateRecord, {}, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type PlotGroupTree } from '../../utils/types';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
3
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
4
|
-
|
|
4
|
+
satGlobeEleId: string;
|
|
5
5
|
contextmenu: {
|
|
6
6
|
visible: boolean;
|
|
7
7
|
rightClickItem?: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type PlotSourceItem } from '../../utils/types';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
3
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
4
|
-
|
|
4
|
+
satGlobeEleId: string;
|
|
5
5
|
record: import("vue").Ref<Record<string, import('../../store/modules/layout').LayoutState>>;
|
|
6
6
|
plotTypes: import("./helpers").PlotType[];
|
|
7
7
|
currentPlotType: import("vue").Ref<string>;
|
|
@@ -5,7 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
};
|
|
6
6
|
userCustomInitHooks: () => void;
|
|
7
7
|
userCustomDestroyHooks: () => void;
|
|
8
|
-
|
|
8
|
+
satGlobeEleId: string;
|
|
9
9
|
name: string;
|
|
10
10
|
label: string;
|
|
11
11
|
isInSide: boolean;
|
|
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
95
95
|
default: () => void;
|
|
96
96
|
};
|
|
97
97
|
}>> & {}>>;
|
|
98
|
-
|
|
98
|
+
satGlobeEleId: string;
|
|
99
99
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
100
100
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
101
101
|
initRecord(eleId: string): void;
|
|
@@ -165,7 +165,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
165
165
|
}>;
|
|
166
166
|
SatPlotMain: import("vue").DefineComponent<{}, {
|
|
167
167
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
168
|
-
|
|
168
|
+
satGlobeEleId: string;
|
|
169
169
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
170
170
|
initRecord(eleId: string): void;
|
|
171
171
|
removeRecord(eleId: string): void;
|
|
@@ -221,7 +221,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
221
221
|
stopEditting: () => void;
|
|
222
222
|
PlotSourceList: import("vue").DefineComponent<{}, {
|
|
223
223
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
224
|
-
|
|
224
|
+
satGlobeEleId: string;
|
|
225
225
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
226
226
|
plotTypes: import("./helpers").PlotType[];
|
|
227
227
|
currentPlotType: import("vue").Ref<string>;
|
|
@@ -256,7 +256,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
256
256
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
257
257
|
PlotGroup: import("vue").DefineComponent<{}, {
|
|
258
258
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
259
|
-
|
|
259
|
+
satGlobeEleId: string;
|
|
260
260
|
contextmenu: {
|
|
261
261
|
visible: boolean;
|
|
262
262
|
rightClickItem?: {
|
|
@@ -1163,7 +1163,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1163
1163
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1164
1164
|
PlotEdit: import("vue").DefineComponent<{}, {
|
|
1165
1165
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1166
|
-
|
|
1166
|
+
satGlobeEleId: string;
|
|
1167
1167
|
activeName: import("vue").Ref<string>;
|
|
1168
1168
|
handleClick: (tab: {
|
|
1169
1169
|
uid: number;
|
|
@@ -1184,7 +1184,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1184
1184
|
}, event: Event) => void;
|
|
1185
1185
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
1186
1186
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1187
|
-
|
|
1187
|
+
satGlobeEleId: string;
|
|
1188
1188
|
theGraphic: any;
|
|
1189
1189
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
1190
1190
|
initRecord(eleId: string): void;
|
|
@@ -1206,7 +1206,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1206
1206
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1207
1207
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
1208
1208
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1209
|
-
|
|
1209
|
+
satGlobeEleId: string;
|
|
1210
1210
|
theGraphic: any;
|
|
1211
1211
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
1212
1212
|
initRecord(eleId: string): void;
|
|
@@ -1233,7 +1233,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1233
1233
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1234
1234
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
1235
1235
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1236
|
-
|
|
1236
|
+
satGlobeEleId: string;
|
|
1237
1237
|
plotStyleConfig: any;
|
|
1238
1238
|
theGraphic: any;
|
|
1239
1239
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
@@ -2,7 +2,7 @@ import { type TabsPaneContext } from 'element-plus';
|
|
|
2
2
|
import { type loadGeoJSONOptions } from '../../utils/types';
|
|
3
3
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
4
4
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
5
|
-
|
|
5
|
+
satGlobeEleId: string;
|
|
6
6
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotStateRecord, {}, {
|
|
7
7
|
initRecord(eleId: string): void;
|
|
8
8
|
removeRecord(eleId: string): void;
|
|
@@ -42,7 +42,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
42
42
|
stopEditting: () => void;
|
|
43
43
|
PlotSourceList: import("vue").DefineComponent<{}, {
|
|
44
44
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
45
|
-
|
|
45
|
+
satGlobeEleId: string;
|
|
46
46
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
47
47
|
plotTypes: import("./helpers").PlotType[];
|
|
48
48
|
currentPlotType: import("vue").Ref<string>;
|
|
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
77
77
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
78
78
|
PlotGroup: import("vue").DefineComponent<{}, {
|
|
79
79
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
80
|
-
|
|
80
|
+
satGlobeEleId: string;
|
|
81
81
|
contextmenu: {
|
|
82
82
|
visible: boolean;
|
|
83
83
|
rightClickItem?: {
|
|
@@ -984,7 +984,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
984
984
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
985
985
|
PlotEdit: import("vue").DefineComponent<{}, {
|
|
986
986
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
987
|
-
|
|
987
|
+
satGlobeEleId: string;
|
|
988
988
|
activeName: import("vue").Ref<string>;
|
|
989
989
|
handleClick: (tab: {
|
|
990
990
|
uid: number;
|
|
@@ -1005,7 +1005,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1005
1005
|
}, event: Event) => void;
|
|
1006
1006
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
1007
1007
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1008
|
-
|
|
1008
|
+
satGlobeEleId: string;
|
|
1009
1009
|
theGraphic: any;
|
|
1010
1010
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotStateRecord, {}, {
|
|
1011
1011
|
initRecord(eleId: string): void;
|
|
@@ -1027,7 +1027,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1027
1027
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1028
1028
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
1029
1029
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1030
|
-
|
|
1030
|
+
satGlobeEleId: string;
|
|
1031
1031
|
theGraphic: any;
|
|
1032
1032
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotStateRecord, {}, {
|
|
1033
1033
|
initRecord(eleId: string): void;
|
|
@@ -1054,7 +1054,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1054
1054
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1055
1055
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
1056
1056
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1057
|
-
|
|
1057
|
+
satGlobeEleId: string;
|
|
1058
1058
|
plotStyleConfig: any;
|
|
1059
1059
|
theGraphic: any;
|
|
1060
1060
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotStateRecord, {}, {
|
|
@@ -6,7 +6,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
6
6
|
};
|
|
7
7
|
userCustomInitHooks: () => void;
|
|
8
8
|
userCustomDestroyHooks: () => void;
|
|
9
|
-
|
|
9
|
+
satGlobeEleId: string;
|
|
10
10
|
name: string;
|
|
11
11
|
label: string;
|
|
12
12
|
isInSide: boolean;
|
|
@@ -96,7 +96,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
96
96
|
default: () => void;
|
|
97
97
|
};
|
|
98
98
|
}>> & {}>>;
|
|
99
|
-
|
|
99
|
+
satGlobeEleId: string;
|
|
100
100
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
101
101
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
102
102
|
initRecord(eleId: string): void;
|
|
@@ -166,7 +166,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
166
166
|
}>;
|
|
167
167
|
SatPlotMain: import("vue").DefineComponent<{}, {
|
|
168
168
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
169
|
-
|
|
169
|
+
satGlobeEleId: string;
|
|
170
170
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
171
171
|
initRecord(eleId: string): void;
|
|
172
172
|
removeRecord(eleId: string): void;
|
|
@@ -222,7 +222,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
222
222
|
stopEditting: () => void;
|
|
223
223
|
PlotSourceList: import("vue").DefineComponent<{}, {
|
|
224
224
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
225
|
-
|
|
225
|
+
satGlobeEleId: string;
|
|
226
226
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
227
227
|
plotTypes: import("./helpers").PlotType[];
|
|
228
228
|
currentPlotType: import("vue").Ref<string>;
|
|
@@ -257,7 +257,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
257
257
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
258
258
|
PlotGroup: import("vue").DefineComponent<{}, {
|
|
259
259
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
260
|
-
|
|
260
|
+
satGlobeEleId: string;
|
|
261
261
|
contextmenu: {
|
|
262
262
|
visible: boolean;
|
|
263
263
|
rightClickItem?: {
|
|
@@ -1164,7 +1164,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
1164
1164
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1165
1165
|
PlotEdit: import("vue").DefineComponent<{}, {
|
|
1166
1166
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1167
|
-
|
|
1167
|
+
satGlobeEleId: string;
|
|
1168
1168
|
activeName: import("vue").Ref<string>;
|
|
1169
1169
|
handleClick: (tab: {
|
|
1170
1170
|
uid: number;
|
|
@@ -1185,7 +1185,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
1185
1185
|
}, event: Event) => void;
|
|
1186
1186
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
1187
1187
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1188
|
-
|
|
1188
|
+
satGlobeEleId: string;
|
|
1189
1189
|
theGraphic: any;
|
|
1190
1190
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
1191
1191
|
initRecord(eleId: string): void;
|
|
@@ -1207,7 +1207,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
1207
1207
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1208
1208
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
1209
1209
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1210
|
-
|
|
1210
|
+
satGlobeEleId: string;
|
|
1211
1211
|
theGraphic: any;
|
|
1212
1212
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
1213
1213
|
initRecord(eleId: string): void;
|
|
@@ -1234,7 +1234,7 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
1234
1234
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1235
1235
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
1236
1236
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1237
|
-
|
|
1237
|
+
satGlobeEleId: string;
|
|
1238
1238
|
plotStyleConfig: any;
|
|
1239
1239
|
theGraphic: any;
|
|
1240
1240
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotStateRecord, {}, {
|
|
@@ -5,7 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
};
|
|
6
6
|
userCustomInitHooks: () => void;
|
|
7
7
|
userCustomDestroyHooks: () => void;
|
|
8
|
-
|
|
8
|
+
satGlobeEleId: string;
|
|
9
9
|
name: string;
|
|
10
10
|
label: string;
|
|
11
11
|
isInSide: boolean;
|
|
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
95
95
|
default: () => void;
|
|
96
96
|
};
|
|
97
97
|
}>> & {}>>;
|
|
98
|
-
|
|
98
|
+
satGlobeEleId: string;
|
|
99
99
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
100
100
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
101
101
|
initRecord(eleId: string): void;
|
|
@@ -6,7 +6,7 @@ declare const SatRoam: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
6
6
|
};
|
|
7
7
|
userCustomInitHooks: () => void;
|
|
8
8
|
userCustomDestroyHooks: () => void;
|
|
9
|
-
|
|
9
|
+
satGlobeEleId: string;
|
|
10
10
|
name: string;
|
|
11
11
|
label: string;
|
|
12
12
|
isInSide: boolean;
|
|
@@ -96,7 +96,7 @@ declare const SatRoam: import('../../utils/installer').SFCWithInstall<import("vu
|
|
|
96
96
|
default: () => void;
|
|
97
97
|
};
|
|
98
98
|
}>> & {}>>;
|
|
99
|
-
|
|
99
|
+
satGlobeEleId: string;
|
|
100
100
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
101
101
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
102
102
|
initRecord(eleId: string): void;
|
|
@@ -7,7 +7,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
}, {
|
|
9
9
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
10
|
-
|
|
10
|
+
satGlobeEleId: string;
|
|
11
11
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
layer: {
|
|
13
13
|
type: PropType<SatLayerDev>;
|
|
@@ -12,7 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
userCustomInitHooks: () => void;
|
|
14
14
|
userCustomDestroyHooks: () => void;
|
|
15
|
-
|
|
15
|
+
satGlobeEleId: string;
|
|
16
16
|
name: string;
|
|
17
17
|
label: string;
|
|
18
18
|
isInSide: boolean;
|
|
@@ -111,7 +111,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
111
111
|
default: () => void;
|
|
112
112
|
};
|
|
113
113
|
}>> & {}>>;
|
|
114
|
-
|
|
114
|
+
satGlobeEleId: string;
|
|
115
115
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
116
116
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
117
117
|
initRecord(eleId: string): void;
|
|
@@ -192,7 +192,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
192
192
|
};
|
|
193
193
|
}>> & {}>>;
|
|
194
194
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
195
|
-
|
|
195
|
+
satGlobeEleId: string;
|
|
196
196
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import("../../store/modules/layer").LayerStateRecord, {}, {
|
|
197
197
|
initRecord(eleId: string): void;
|
|
198
198
|
removeRecord(eleId: string): void;
|
|
@@ -2118,7 +2118,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2118
2118
|
};
|
|
2119
2119
|
}, {
|
|
2120
2120
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
2121
|
-
|
|
2121
|
+
satGlobeEleId: string;
|
|
2122
2122
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2123
2123
|
layer: {
|
|
2124
2124
|
type: PropType<import('../../utils/types').SatLayerDev>;
|
|
@@ -2148,7 +2148,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2148
2148
|
}>>, {}>;
|
|
2149
2149
|
TerrainExaggerationSlider: import("vue").DefineComponent<{}, {
|
|
2150
2150
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
2151
|
-
|
|
2151
|
+
satGlobeEleId: string;
|
|
2152
2152
|
terrainExaggerationChange: (data: number) => void;
|
|
2153
2153
|
getTerrainExaggerationDefault: () => number;
|
|
2154
2154
|
terrainExaggeration: import("vue").Ref<{
|
|
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
18
18
|
};
|
|
19
19
|
}>> & {}>>;
|
|
20
20
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
21
|
-
|
|
21
|
+
satGlobeEleId: string;
|
|
22
22
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerStateRecord, {}, {
|
|
23
23
|
initRecord(eleId: string): void;
|
|
24
24
|
removeRecord(eleId: string): void;
|
|
@@ -1928,7 +1928,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1928
1928
|
};
|
|
1929
1929
|
}, {
|
|
1930
1930
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1931
|
-
|
|
1931
|
+
satGlobeEleId: string;
|
|
1932
1932
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1933
1933
|
layer: {
|
|
1934
1934
|
type: PropType<SatLayerDev>;
|
|
@@ -1958,7 +1958,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1958
1958
|
}>>, {}>;
|
|
1959
1959
|
TerrainExaggerationSlider: import("vue").DefineComponent<{}, {
|
|
1960
1960
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
1961
|
-
|
|
1961
|
+
satGlobeEleId: string;
|
|
1962
1962
|
terrainExaggerationChange: (data: number) => void;
|
|
1963
1963
|
getTerrainExaggerationDefault: () => number;
|
|
1964
1964
|
terrainExaggeration: import("vue").Ref<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
2
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
3
|
-
|
|
3
|
+
satGlobeEleId: string;
|
|
4
4
|
terrainExaggerationChange: (data: number) => void;
|
|
5
5
|
getTerrainExaggerationDefault: () => number;
|
|
6
6
|
terrainExaggeration: import("vue").Ref<{
|
|
@@ -11,7 +11,7 @@ declare const SatSource: import('../../utils/installer').SFCWithInstall<import("
|
|
|
11
11
|
};
|
|
12
12
|
userCustomInitHooks: () => void;
|
|
13
13
|
userCustomDestroyHooks: () => void;
|
|
14
|
-
|
|
14
|
+
satGlobeEleId: string;
|
|
15
15
|
name: string;
|
|
16
16
|
label: string;
|
|
17
17
|
isInSide: boolean;
|
|
@@ -110,7 +110,7 @@ declare const SatSource: import('../../utils/installer').SFCWithInstall<import("
|
|
|
110
110
|
default: () => void;
|
|
111
111
|
};
|
|
112
112
|
}>> & {}>>;
|
|
113
|
-
|
|
113
|
+
satGlobeEleId: string;
|
|
114
114
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
115
115
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
116
116
|
initRecord(eleId: string): void;
|
|
@@ -191,7 +191,7 @@ declare const SatSource: import('../../utils/installer').SFCWithInstall<import("
|
|
|
191
191
|
};
|
|
192
192
|
}>> & {}>>;
|
|
193
193
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
194
|
-
|
|
194
|
+
satGlobeEleId: string;
|
|
195
195
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import("../../store/modules/layer").LayerStateRecord, {}, {
|
|
196
196
|
initRecord(eleId: string): void;
|
|
197
197
|
removeRecord(eleId: string): void;
|
|
@@ -2117,7 +2117,7 @@ declare const SatSource: import('../../utils/installer').SFCWithInstall<import("
|
|
|
2117
2117
|
};
|
|
2118
2118
|
}, {
|
|
2119
2119
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
2120
|
-
|
|
2120
|
+
satGlobeEleId: string;
|
|
2121
2121
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2122
2122
|
layer: {
|
|
2123
2123
|
type: import("vue").PropType<import('../../utils/types').SatLayerDev>;
|
|
@@ -2147,7 +2147,7 @@ declare const SatSource: import('../../utils/installer').SFCWithInstall<import("
|
|
|
2147
2147
|
}>>, {}>;
|
|
2148
2148
|
TerrainExaggerationSlider: import("vue").DefineComponent<{}, {
|
|
2149
2149
|
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
2150
|
-
|
|
2150
|
+
satGlobeEleId: string;
|
|
2151
2151
|
terrainExaggerationChange: (data: number) => void;
|
|
2152
2152
|
getTerrainExaggerationDefault: () => number;
|
|
2153
2153
|
terrainExaggeration: import("vue").Ref<{
|
|
@@ -12,7 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
12
|
default: () => SatTaskViewItem[];
|
|
13
13
|
};
|
|
14
14
|
}>> & {}>>;
|
|
15
|
-
|
|
15
|
+
satGlobeEleId: string;
|
|
16
16
|
isShow: import("vue").Ref<boolean>;
|
|
17
17
|
containerSuffix: string;
|
|
18
18
|
toggleShow: (flag: boolean) => Promise<void>;
|
|
@@ -11,7 +11,7 @@ declare const SatTaskView: import('../../utils/installer').SFCWithInstall<import
|
|
|
11
11
|
default: () => import("../types").SatTaskViewItem[];
|
|
12
12
|
};
|
|
13
13
|
}>> & {}>>;
|
|
14
|
-
|
|
14
|
+
satGlobeEleId: string;
|
|
15
15
|
isShow: import("vue").Ref<boolean>;
|
|
16
16
|
containerSuffix: string;
|
|
17
17
|
toggleShow: (flag: boolean) => Promise<void>;
|
|
@@ -5,7 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5
5
|
};
|
|
6
6
|
userCustomInitHooks: () => void;
|
|
7
7
|
userCustomDestroyHooks: () => void;
|
|
8
|
-
|
|
8
|
+
satGlobeEleId: string;
|
|
9
9
|
name: string;
|
|
10
10
|
label: string;
|
|
11
11
|
isInSide: boolean;
|
|
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
95
95
|
default: () => void;
|
|
96
96
|
};
|
|
97
97
|
}>> & {}>>;
|
|
98
|
-
|
|
98
|
+
satGlobeEleId: string;
|
|
99
99
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
100
100
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
101
101
|
initRecord(eleId: string): void;
|
|
@@ -6,7 +6,7 @@ declare const SatVideoFusion: import('../../utils/installer').SFCWithInstall<imp
|
|
|
6
6
|
};
|
|
7
7
|
userCustomInitHooks: () => void;
|
|
8
8
|
userCustomDestroyHooks: () => void;
|
|
9
|
-
|
|
9
|
+
satGlobeEleId: string;
|
|
10
10
|
name: string;
|
|
11
11
|
label: string;
|
|
12
12
|
isInSide: boolean;
|
|
@@ -96,7 +96,7 @@ declare const SatVideoFusion: import('../../utils/installer').SFCWithInstall<imp
|
|
|
96
96
|
default: () => void;
|
|
97
97
|
};
|
|
98
98
|
}>> & {}>>;
|
|
99
|
-
|
|
99
|
+
satGlobeEleId: string;
|
|
100
100
|
record: import("vue").Ref<Record<string, import("../../store/modules/layout").LayoutState>>;
|
|
101
101
|
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewStateRecord, {}, {
|
|
102
102
|
initRecord(eleId: string): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SatMap } from '../utils';
|
|
2
2
|
import type { InjectionKey, Ref, ShallowRef } from 'vue';
|
|
3
3
|
export declare const mapInstance_key: InjectionKey<ShallowRef<SatMap | null>>;
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const satGlobeEleId_key: InjectionKey<string>;
|
|
5
5
|
export declare const activeGroupName_key: InjectionKey<Ref<string>>;
|
|
6
6
|
export declare const showDarkRadio_key: InjectionKey<Ref<boolean>>;
|
|
7
7
|
export declare const isShowDrawer_key: InjectionKey<Ref<boolean>>;
|