sat-earth 0.6.7 → 0.6.10
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/components/globe/helpers.d.ts +1 -1
- package/dist/components/menu/SatMenu.vue.d.ts +1 -1
- package/dist/components/menu/SatMenuMain.vue.d.ts +1 -1
- package/dist/components/menu/index.d.ts +1 -1
- package/dist/components/menu/tree/SatMenuTree.vue.d.ts +1 -1
- package/dist/components/menu/tree/index.d.ts +1 -1
- package/dist/components/plot/PlotEdit.vue.d.ts +4 -4
- package/dist/components/plot/PlotEditAttr.vue.d.ts +1 -1
- package/dist/components/plot/PlotEditCoord.vue.d.ts +1 -1
- package/dist/components/plot/PlotEditStyle.vue.d.ts +1 -1
- package/dist/components/plot/PlotGroup.vue.d.ts +1 -1
- package/dist/components/plot/PlotSourceList.vue.d.ts +1 -1
- package/dist/components/plot/SatPlot.vue.d.ts +6 -6
- package/dist/components/plot/SatPlotMain.vue.d.ts +6 -6
- package/dist/components/plot/index.d.ts +6 -6
- package/dist/config/injectKeys.d.ts +2 -0
- package/dist/sat-earth.mjs +1114 -1109
- package/dist/sat-earth.umd.js +3 -3
- package/dist/style.css +1 -1
- package/dist/utils/map/satMap/measure/index.d.ts +1 -1
- package/dist/utils/map/satMap/plot/index.d.ts +1 -1
- package/package.json +87 -87
|
@@ -7,4 +7,4 @@ export interface Bookmark {
|
|
|
7
7
|
}
|
|
8
8
|
export declare const getMergedData: (propMapInitOptions: SatMapOptions) => SatMapOptions;
|
|
9
9
|
export declare const setDeepUnChecked: (list: SatLayer[], rootid: string | number) => void;
|
|
10
|
-
export declare const mapOptions: SatMapOptions;
|
|
10
|
+
export declare const mapOptions: () => SatMapOptions;
|
|
@@ -170,9 +170,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
170
170
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
|
+
custom: boolean;
|
|
173
174
|
treeData: import("./helpers").MenuItem[];
|
|
174
175
|
showType: "default" | "enabled";
|
|
175
|
-
custom: boolean;
|
|
176
176
|
}>;
|
|
177
177
|
menuList: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
178
178
|
menuListEnabled: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
@@ -168,9 +168,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
168
168
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
169
169
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
170
170
|
}, {
|
|
171
|
+
custom: boolean;
|
|
171
172
|
treeData: import("./helpers").MenuItem[];
|
|
172
173
|
showType: "default" | "enabled";
|
|
173
|
-
custom: boolean;
|
|
174
174
|
}>;
|
|
175
175
|
menuList: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
176
176
|
menuListEnabled: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
@@ -170,9 +170,9 @@ export declare const SatMenu: import('../../utils/installer').SFCWithInstall<imp
|
|
|
170
170
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
|
+
custom: boolean;
|
|
173
174
|
treeData: import("./helpers").MenuItem[];
|
|
174
175
|
showType: "default" | "enabled";
|
|
175
|
-
custom: boolean;
|
|
176
176
|
}>;
|
|
177
177
|
menuList: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
178
178
|
menuListEnabled: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
@@ -159,8 +159,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
160
160
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
|
+
custom: boolean;
|
|
162
163
|
treeData: MenuItem[];
|
|
163
164
|
showType: "default" | "enabled";
|
|
164
|
-
custom: boolean;
|
|
165
165
|
}>;
|
|
166
166
|
export default _sfc_main;
|
|
@@ -157,8 +157,8 @@ export declare const SatMenuTree: import('../../../utils/installer').SFCWithInst
|
|
|
157
157
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
158
158
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
159
159
|
}, {
|
|
160
|
+
custom: boolean;
|
|
160
161
|
treeData: import("..").SatMenu_Type_MenuItem[];
|
|
161
162
|
showType: "default" | "enabled";
|
|
162
|
-
custom: boolean;
|
|
163
163
|
}>>;
|
|
164
164
|
export default SatMenuTree;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type TabsPaneContext } from 'element-plus';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
3
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
4
4
|
activeName: import("vue").Ref<string>;
|
|
5
5
|
handleClick: (tab: TabsPaneContext, event: Event) => void;
|
|
6
6
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
7
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
7
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
8
8
|
theGraphic: any;
|
|
9
9
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
10
10
|
setGroupTreeData(val: any): void;
|
|
@@ -23,7 +23,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
23
23
|
mixData: () => void;
|
|
24
24
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
25
25
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
26
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
26
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
27
27
|
theGraphic: any;
|
|
28
28
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
29
29
|
setGroupTreeData(val: any): void;
|
|
@@ -47,7 +47,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
47
47
|
removePoint: (index: number) => void;
|
|
48
48
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
49
49
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
50
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
50
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
51
51
|
plotStyleConfig: any;
|
|
52
52
|
theGraphic: any;
|
|
53
53
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
2
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
3
3
|
theGraphic: any;
|
|
4
4
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotState, {}, {
|
|
5
5
|
setGroupTreeData(val: any): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
2
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
3
3
|
theGraphic: any;
|
|
4
4
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotState, {}, {
|
|
5
5
|
setGroupTreeData(val: any): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
2
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
3
3
|
plotStyleConfig: any;
|
|
4
4
|
theGraphic: any;
|
|
5
5
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotState, {}, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PlotGroupTree } from '../../utils/types';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
3
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
4
4
|
contextmenu: {
|
|
5
5
|
visible: boolean;
|
|
6
6
|
rightClickItem?: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type PlotSourceItem } from '../../utils/types';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
4
3
|
isMobile: import("vue").Ref<boolean>;
|
|
4
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
5
5
|
plotTypes: import("./helpers").PlotType[];
|
|
6
6
|
currentPlotType: import("vue").Ref<string>;
|
|
7
7
|
showedPlotList: import("vue").Ref<{
|
|
@@ -312,8 +312,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
312
312
|
deleteGraphic: () => void;
|
|
313
313
|
stopEditting: () => void;
|
|
314
314
|
PlotSourceList: import("vue").DefineComponent<{}, {
|
|
315
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
316
315
|
isMobile: import("vue").Ref<boolean>;
|
|
316
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
317
317
|
plotTypes: import("./helpers").PlotType[];
|
|
318
318
|
currentPlotType: import("vue").Ref<string>;
|
|
319
319
|
showedPlotList: import("vue").Ref<{
|
|
@@ -346,7 +346,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
346
346
|
stopDraw: () => void;
|
|
347
347
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
348
348
|
PlotGroup: import("vue").DefineComponent<{}, {
|
|
349
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
349
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
350
350
|
contextmenu: {
|
|
351
351
|
visible: boolean;
|
|
352
352
|
rightClickItem?: {
|
|
@@ -1240,7 +1240,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1240
1240
|
confirmGroupName: () => void;
|
|
1241
1241
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1242
1242
|
PlotEdit: import("vue").DefineComponent<{}, {
|
|
1243
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1243
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1244
1244
|
activeName: import("vue").Ref<string>;
|
|
1245
1245
|
handleClick: (tab: {
|
|
1246
1246
|
uid: number;
|
|
@@ -1260,7 +1260,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1260
1260
|
isClosable: boolean;
|
|
1261
1261
|
}, event: Event) => void;
|
|
1262
1262
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
1263
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1263
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1264
1264
|
theGraphic: any;
|
|
1265
1265
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
1266
1266
|
setGroupTreeData(val: any): void;
|
|
@@ -1279,7 +1279,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1279
1279
|
mixData: () => void;
|
|
1280
1280
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1281
1281
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
1282
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1282
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1283
1283
|
theGraphic: any;
|
|
1284
1284
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
1285
1285
|
setGroupTreeData(val: any): void;
|
|
@@ -1303,7 +1303,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1303
1303
|
removePoint: (index: number) => void;
|
|
1304
1304
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1305
1305
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
1306
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1306
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1307
1307
|
plotStyleConfig: any;
|
|
1308
1308
|
theGraphic: any;
|
|
1309
1309
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
@@ -38,8 +38,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
38
38
|
deleteGraphic: () => void;
|
|
39
39
|
stopEditting: () => void;
|
|
40
40
|
PlotSourceList: import("vue").DefineComponent<{}, {
|
|
41
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
42
41
|
isMobile: import("vue").Ref<boolean>;
|
|
42
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
43
43
|
plotTypes: import("./helpers").PlotType[];
|
|
44
44
|
currentPlotType: import("vue").Ref<string>;
|
|
45
45
|
showedPlotList: import("vue").Ref<{
|
|
@@ -72,7 +72,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
72
72
|
stopDraw: () => void;
|
|
73
73
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
74
74
|
PlotGroup: import("vue").DefineComponent<{}, {
|
|
75
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
75
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
76
76
|
contextmenu: {
|
|
77
77
|
visible: boolean;
|
|
78
78
|
rightClickItem?: {
|
|
@@ -966,7 +966,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
966
966
|
confirmGroupName: () => void;
|
|
967
967
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
968
968
|
PlotEdit: import("vue").DefineComponent<{}, {
|
|
969
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
969
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
970
970
|
activeName: import("vue").Ref<string>;
|
|
971
971
|
handleClick: (tab: {
|
|
972
972
|
uid: number;
|
|
@@ -986,7 +986,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
986
986
|
isClosable: boolean;
|
|
987
987
|
}, event: Event) => void;
|
|
988
988
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
989
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
989
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
990
990
|
theGraphic: any;
|
|
991
991
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotState, {}, {
|
|
992
992
|
setGroupTreeData(val: any): void;
|
|
@@ -1005,7 +1005,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1005
1005
|
mixData: () => void;
|
|
1006
1006
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1007
1007
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
1008
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1008
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1009
1009
|
theGraphic: any;
|
|
1010
1010
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotState, {}, {
|
|
1011
1011
|
setGroupTreeData(val: any): void;
|
|
@@ -1029,7 +1029,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1029
1029
|
removePoint: (index: number) => void;
|
|
1030
1030
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1031
1031
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
1032
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1032
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1033
1033
|
plotStyleConfig: any;
|
|
1034
1034
|
theGraphic: any;
|
|
1035
1035
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import('../../store/modules/plot').PlotState, {}, {
|
|
@@ -312,8 +312,8 @@ export declare const SatPlot: import('../../utils/installer').SFCWithInstall<imp
|
|
|
312
312
|
deleteGraphic: () => void;
|
|
313
313
|
stopEditting: () => void;
|
|
314
314
|
PlotSourceList: import("vue").DefineComponent<{}, {
|
|
315
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
316
315
|
isMobile: import("vue").Ref<boolean>;
|
|
316
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
317
317
|
plotTypes: import("./helpers").PlotType[];
|
|
318
318
|
currentPlotType: import("vue").Ref<string>;
|
|
319
319
|
showedPlotList: import("vue").Ref<{
|
|
@@ -346,7 +346,7 @@ export declare const SatPlot: import('../../utils/installer').SFCWithInstall<imp
|
|
|
346
346
|
stopDraw: () => void;
|
|
347
347
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
348
348
|
PlotGroup: import("vue").DefineComponent<{}, {
|
|
349
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
349
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
350
350
|
contextmenu: {
|
|
351
351
|
visible: boolean;
|
|
352
352
|
rightClickItem?: {
|
|
@@ -1240,7 +1240,7 @@ export declare const SatPlot: import('../../utils/installer').SFCWithInstall<imp
|
|
|
1240
1240
|
confirmGroupName: () => void;
|
|
1241
1241
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1242
1242
|
PlotEdit: import("vue").DefineComponent<{}, {
|
|
1243
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1243
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1244
1244
|
activeName: import("vue").Ref<string>;
|
|
1245
1245
|
handleClick: (tab: {
|
|
1246
1246
|
uid: number;
|
|
@@ -1260,7 +1260,7 @@ export declare const SatPlot: import('../../utils/installer').SFCWithInstall<imp
|
|
|
1260
1260
|
isClosable: boolean;
|
|
1261
1261
|
}, event: Event) => void;
|
|
1262
1262
|
PlotEditAttr: import("vue").DefineComponent<{}, {
|
|
1263
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1263
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1264
1264
|
theGraphic: any;
|
|
1265
1265
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
1266
1266
|
setGroupTreeData(val: any): void;
|
|
@@ -1279,7 +1279,7 @@ export declare const SatPlot: import('../../utils/installer').SFCWithInstall<imp
|
|
|
1279
1279
|
mixData: () => void;
|
|
1280
1280
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1281
1281
|
PlotEditCoord: import("vue").DefineComponent<{}, {
|
|
1282
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1282
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1283
1283
|
theGraphic: any;
|
|
1284
1284
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|
|
1285
1285
|
setGroupTreeData(val: any): void;
|
|
@@ -1303,7 +1303,7 @@ export declare const SatPlot: import('../../utils/installer').SFCWithInstall<imp
|
|
|
1303
1303
|
removePoint: (index: number) => void;
|
|
1304
1304
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1305
1305
|
PlotEditStyle: import("vue").DefineComponent<{}, {
|
|
1306
|
-
Plot: import("../../utils/map/satMap/plot").Plot;
|
|
1306
|
+
Plot: import("../../utils/map/satMap/plot").Plot | undefined;
|
|
1307
1307
|
plotStyleConfig: any;
|
|
1308
1308
|
theGraphic: any;
|
|
1309
1309
|
plotStore: import("pinia").Store<"SatPlot__sat-earth", import("../../store/modules/plot").PlotState, {}, {
|