sat-earth 3.1.21 → 3.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/auto-components.d.ts +50 -3
- package/dist/dts/auto-import.d.ts +301 -289
- package/dist/dts/components/_private/DarkIcon.vue.d.ts +1 -1
- package/dist/dts/components/_private/LightIcon.vue.d.ts +1 -1
- package/dist/dts/components/_private/TheImageEditor/index.d.ts +0 -1
- package/dist/dts/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +19 -12
- package/dist/dts/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +18 -21
- package/dist/dts/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +4 -15
- package/dist/dts/components/analysis-spatial/index.d.ts +19 -26
- package/dist/dts/components/analysis-spatial/modules/contourLine/ContourLine.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/contourLine/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/flood/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/intervisibility/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/section/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/slope/Slope.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/slope/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +3 -4
- package/dist/dts/components/analysis-spatial/modules/viewshed/index.d.ts +0 -1
- package/dist/dts/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +1 -1
- package/dist/dts/components/analysis-spatial/modules/volume/index.d.ts +0 -1
- package/dist/dts/components/components.d.ts +9016 -600
- package/dist/dts/components/globe/CameraBookmarkPanel.vue.d.ts +1 -1
- package/dist/dts/components/globe/MapSplitPanel.vue.d.ts +1 -1
- package/dist/dts/components/globe/SatGlobe.vue.d.ts +20 -45
- package/dist/dts/components/globe/helpers.d.ts +0 -1
- package/dist/dts/components/globe/index.d.ts +25 -68
- package/dist/dts/components/location/SatCoordinate.vue.d.ts +221 -1
- package/dist/dts/components/location/SatLocation.vue.d.ts +20 -22
- package/dist/dts/components/location/SatLocationMain.vue.d.ts +14 -16
- package/dist/dts/components/location/SatPathPlan.vue.d.ts +221 -1
- package/dist/dts/components/location/SatPoiQuery.vue.d.ts +1 -1
- package/dist/dts/components/location/SatRegionLevel.vue.d.ts +442 -14
- package/dist/dts/components/location/index.d.ts +19 -26
- package/dist/dts/components/location/useCoordinate.d.ts +0 -1
- package/dist/dts/components/location/usePathPlan.d.ts +4 -5
- package/dist/dts/components/location/usePoiQuery.d.ts +0 -1
- package/dist/dts/components/location/useRegionLevel.d.ts +0 -1
- package/dist/dts/components/measure/SatMeasure.vue.d.ts +14 -6
- package/dist/dts/components/measure/SatMeasureMain.vue.d.ts +1 -1
- package/dist/dts/components/measure/index.d.ts +9 -10
- package/dist/dts/components/menu/SatMenu.vue.d.ts +13 -5
- package/dist/dts/components/menu/SatMenuMain.vue.d.ts +13 -5
- package/dist/dts/components/menu/helpers.d.ts +0 -1
- package/dist/dts/components/menu/index.d.ts +4 -5
- package/dist/dts/components/menu/tree/SatMenuTree.vue.d.ts +6 -7
- package/dist/dts/components/menu/tree/index.d.ts +6 -7
- package/dist/dts/components/panel/SatPanel.vue.d.ts +18 -5
- package/dist/dts/components/panel/index.d.ts +13 -11
- package/dist/dts/components/picture/SatPicture.vue.d.ts +293 -10
- package/dist/dts/components/picture/index.d.ts +156 -19
- package/dist/dts/components/plot/PlotEdit.vue.d.ts +1 -1
- package/dist/dts/components/plot/PlotEditAttr.vue.d.ts +221 -1
- package/dist/dts/components/plot/PlotEditCoord.vue.d.ts +1 -1
- package/dist/dts/components/plot/PlotEditStyle.vue.d.ts +1 -1
- package/dist/dts/components/plot/PlotGroup.vue.d.ts +1010 -3
- package/dist/dts/components/plot/PlotSourceList.vue.d.ts +10 -34
- package/dist/dts/components/plot/SatPlot.vue.d.ts +25 -43
- package/dist/dts/components/plot/SatPlotMain.vue.d.ts +11 -38
- package/dist/dts/components/plot/helpers.d.ts +0 -1
- package/dist/dts/components/plot/index.d.ts +33 -64
- package/dist/dts/components/roam/SatRoam.vue.d.ts +14 -6
- package/dist/dts/components/roam/index.d.ts +9 -10
- package/dist/dts/components/source/LayerStyleSlider.vue.d.ts +1 -2
- package/dist/dts/components/source/SatSource.vue.d.ts +6205 -8
- package/dist/dts/components/source/SatSourceMain.vue.d.ts +2445 -4
- package/dist/dts/components/source/TerrainExaggerationSlider.vue.d.ts +1 -1
- package/dist/dts/components/source/helpers.d.ts +0 -1
- package/dist/dts/components/source/index.d.ts +4165 -15
- package/dist/dts/components/task-view/SatTaskView.vue.d.ts +12 -5
- package/dist/dts/components/task-view/index.d.ts +6 -7
- package/dist/dts/config/index.d.ts +0 -1
- package/dist/dts/config/injectKeys.d.ts +3 -4
- package/dist/dts/config/menuTemplate.d.ts +0 -1
- package/dist/dts/hooks/listener/watchHtmlClassList.d.ts +1 -5
- package/dist/dts/hooks/useAbsoluteDraggable.d.ts +7 -13
- package/dist/dts/hooks/useLoading.d.ts +18 -27
- package/dist/dts/hooks/useMessage.d.ts +0 -1
- package/dist/dts/index.d.ts +3 -0
- package/dist/dts/main/index.d.ts +0 -1
- package/dist/dts/store/modules/layer.d.ts +0 -1
- package/dist/dts/store/modules/taskView.d.ts +0 -1
- package/dist/dts/utils/installer.d.ts +0 -1
- package/dist/dts/utils/is.d.ts +3 -3
- package/dist/dts/utils/map/analysis-spatial/contourLine.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/flood.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/index.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/intervisibility.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/section.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/slope.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/viewshed.d.ts +0 -1
- package/dist/dts/utils/map/analysis-spatial/volume.d.ts +0 -1
- package/dist/dts/utils/map/index.d.ts +3 -0
- package/dist/dts/utils/map/layer/convertSatLayer.d.ts +0 -1
- package/dist/dts/utils/map/layer/index.d.ts +0 -1
- package/dist/dts/utils/map/measure/index.d.ts +0 -1
- package/dist/dts/utils/map/plot/index.d.ts +0 -1
- package/dist/dts/utils/storage/index.d.ts +0 -1
- package/dist/dts/utils/types/index.d.ts +0 -1
- package/dist/sat-earth.css +1 -0
- package/dist/sat-earth.mjs +4505 -4730
- package/package.json +32 -32
- package/dist/style.css +0 -1
|
@@ -1,37 +1,13 @@
|
|
|
1
1
|
import { PlotSource } from '../../utils/types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
|
|
12
|
-
unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
|
|
13
|
-
merge?: boolean | undefined;
|
|
14
|
-
customOrder?: string[] | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
merge: boolean;
|
|
17
|
-
}>>> & Readonly<{}>, {
|
|
2
|
+
import { plotSource } from 'sat-earth-resources';
|
|
3
|
+
import { MaybeRef } from 'vue';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
customPlotSource?: MaybeRef<PlotSource>;
|
|
6
|
+
unabledPlotSourceKeys?: Array<keyof typeof plotSource>;
|
|
7
|
+
merge?: boolean;
|
|
8
|
+
customOrder?: string[];
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
11
|
merge: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
13
|
export default _default;
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
type __VLS_WithDefaults<P, D> = {
|
|
31
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
-
default: D[K];
|
|
33
|
-
}> : P[K];
|
|
34
|
-
};
|
|
35
|
-
type __VLS_Prettify<T> = {
|
|
36
|
-
[K in keyof T]: T[K];
|
|
37
|
-
} & {};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
+
import { plotSource } from 'sat-earth-resources';
|
|
1
2
|
import { PlotSource } from '../../utils/types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
customPlotSource?:
|
|
5
|
-
unabledPlotSourceKeys?:
|
|
6
|
-
merge?: boolean
|
|
7
|
-
customOrder?: string[]
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
import { MaybeRef } from 'vue';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
customPlotSource?: MaybeRef<PlotSource>;
|
|
6
|
+
unabledPlotSourceKeys?: Array<keyof typeof plotSource>;
|
|
7
|
+
merge?: boolean;
|
|
8
|
+
customOrder?: string[];
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: any;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
20
|
+
initHooks: () => any;
|
|
21
|
+
destroyHooks: () => any;
|
|
14
22
|
exportData: (data: {
|
|
15
23
|
fileName: string;
|
|
16
24
|
json: string;
|
|
17
|
-
}) =>
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
19
|
-
customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
|
|
20
|
-
unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
|
|
21
|
-
merge?: boolean | undefined;
|
|
22
|
-
customOrder?: string[] | undefined;
|
|
23
|
-
}>, {
|
|
24
|
-
merge: boolean;
|
|
25
|
-
unabledPlotSourceKeys: () => never[];
|
|
26
|
-
}>>> & Readonly<{
|
|
25
|
+
}) => any;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
27
|
onInitHooks?: (() => any) | undefined;
|
|
28
28
|
onDestroyHooks?: (() => any) | undefined;
|
|
29
29
|
onExportData?: ((data: {
|
|
@@ -31,29 +31,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
31
31
|
json: string;
|
|
32
32
|
}) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
unabledPlotSourceKeys:
|
|
34
|
+
unabledPlotSourceKeys: Array<keyof typeof plotSource>;
|
|
35
35
|
merge: boolean;
|
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
37
|
-
|
|
38
|
-
}>;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
38
|
export default _default;
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
type __VLS_WithDefaults<P, D> = {
|
|
50
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
51
|
-
default: D[K];
|
|
52
|
-
}> : P[K];
|
|
53
|
-
};
|
|
54
|
-
type __VLS_Prettify<T> = {
|
|
55
|
-
[K in keyof T]: T[K];
|
|
56
|
-
} & {};
|
|
57
39
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
40
|
new (): {
|
|
59
41
|
$slots: S;
|
|
@@ -1,28 +1,18 @@
|
|
|
1
1
|
import { PlotSource } from '../../utils/types';
|
|
2
2
|
import { plotSource } from 'sat-earth-resources';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
customPlotSource?:
|
|
6
|
-
unabledPlotSourceKeys?:
|
|
7
|
-
merge?: boolean
|
|
8
|
-
customOrder?: string[]
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
unabledPlotSourceKeys: () => never[];
|
|
12
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
import { MaybeRef } from 'vue';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
customPlotSource?: MaybeRef<PlotSource>;
|
|
6
|
+
unabledPlotSourceKeys?: Array<keyof typeof plotSource>;
|
|
7
|
+
merge?: boolean;
|
|
8
|
+
customOrder?: string[];
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
11
|
exportData: (data: {
|
|
14
12
|
fileName: string;
|
|
15
13
|
json: string;
|
|
16
|
-
}) =>
|
|
17
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
18
|
-
customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
|
|
19
|
-
unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
|
|
20
|
-
merge?: boolean | undefined;
|
|
21
|
-
customOrder?: string[] | undefined;
|
|
22
|
-
}>, {
|
|
23
|
-
merge: boolean;
|
|
24
|
-
unabledPlotSourceKeys: () => never[];
|
|
25
|
-
}>>> & Readonly<{
|
|
14
|
+
}) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
16
|
onExportData?: ((data: {
|
|
27
17
|
fileName: string;
|
|
28
18
|
json: string;
|
|
@@ -30,22 +20,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
30
20
|
}>, {
|
|
31
21
|
unabledPlotSourceKeys: Array<keyof typeof plotSource>;
|
|
32
22
|
merge: boolean;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
24
|
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
@@ -1,62 +1,41 @@
|
|
|
1
1
|
import { default as SatPlotSFC } from './SatPlot.vue';
|
|
2
|
-
|
|
3
2
|
export { type PlotSource } from '../../utils/types';
|
|
4
3
|
declare const SatPlot: import('../../utils/installer').SFCWithInstall<{
|
|
5
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
6
|
-
customPlotSource
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
default: () => never[];
|
|
12
|
-
};
|
|
13
|
-
merge: {
|
|
14
|
-
type: globalThis.PropType<boolean>;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
customOrder: {
|
|
18
|
-
type: globalThis.PropType<string[]>;
|
|
19
|
-
};
|
|
20
|
-
}>> & Readonly<{
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
5
|
+
customPlotSource?: MaybeRef<import('../../utils/types').PlotSource>;
|
|
6
|
+
unabledPlotSourceKeys?: Array<keyof typeof import('sat-earth-resources').plotSource>;
|
|
7
|
+
merge?: boolean;
|
|
8
|
+
customOrder?: string[];
|
|
9
|
+
}> & Readonly<{
|
|
21
10
|
onInitHooks?: (() => any) | undefined;
|
|
22
11
|
onDestroyHooks?: (() => any) | undefined;
|
|
23
12
|
onExportData?: ((data: {
|
|
24
13
|
fileName: string;
|
|
25
14
|
json: string;
|
|
26
15
|
}) => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
-
initHooks: () =>
|
|
29
|
-
destroyHooks: () =>
|
|
16
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
+
initHooks: () => any;
|
|
18
|
+
destroyHooks: () => any;
|
|
30
19
|
exportData: (data: {
|
|
31
20
|
fileName: string;
|
|
32
21
|
json: string;
|
|
33
|
-
}) =>
|
|
22
|
+
}) => any;
|
|
34
23
|
}, import('vue').PublicProps, {
|
|
35
|
-
unabledPlotSourceKeys:
|
|
24
|
+
unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources').plotSource>;
|
|
36
25
|
merge: boolean;
|
|
37
|
-
},
|
|
26
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
38
27
|
P: {};
|
|
39
28
|
B: {};
|
|
40
29
|
D: {};
|
|
41
30
|
C: {};
|
|
42
31
|
M: {};
|
|
43
32
|
Defaults: {};
|
|
44
|
-
}, Readonly<
|
|
45
|
-
customPlotSource
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
default: () => never[];
|
|
51
|
-
};
|
|
52
|
-
merge: {
|
|
53
|
-
type: globalThis.PropType<boolean>;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
customOrder: {
|
|
57
|
-
type: globalThis.PropType<string[]>;
|
|
58
|
-
};
|
|
59
|
-
}>> & Readonly<{
|
|
33
|
+
}, Readonly<{
|
|
34
|
+
customPlotSource?: MaybeRef<import('../../utils/types').PlotSource>;
|
|
35
|
+
unabledPlotSourceKeys?: Array<keyof typeof import('sat-earth-resources').plotSource>;
|
|
36
|
+
merge?: boolean;
|
|
37
|
+
customOrder?: string[];
|
|
38
|
+
}> & Readonly<{
|
|
60
39
|
onInitHooks?: (() => any) | undefined;
|
|
61
40
|
onDestroyHooks?: (() => any) | undefined;
|
|
62
41
|
onExportData?: ((data: {
|
|
@@ -64,43 +43,33 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<{
|
|
|
64
43
|
json: string;
|
|
65
44
|
}) => any) | undefined;
|
|
66
45
|
}>, {}, {}, {}, {}, {
|
|
67
|
-
unabledPlotSourceKeys:
|
|
46
|
+
unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources').plotSource>;
|
|
68
47
|
merge: boolean;
|
|
69
48
|
}>;
|
|
70
|
-
__isFragment?:
|
|
71
|
-
__isTeleport?:
|
|
72
|
-
__isSuspense?:
|
|
73
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
74
|
-
customPlotSource
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
default: () => never[];
|
|
80
|
-
};
|
|
81
|
-
merge: {
|
|
82
|
-
type: globalThis.PropType<boolean>;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
customOrder: {
|
|
86
|
-
type: globalThis.PropType<string[]>;
|
|
87
|
-
};
|
|
88
|
-
}>> & Readonly<{
|
|
49
|
+
__isFragment?: never;
|
|
50
|
+
__isTeleport?: never;
|
|
51
|
+
__isSuspense?: never;
|
|
52
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
53
|
+
customPlotSource?: MaybeRef<import('../../utils/types').PlotSource>;
|
|
54
|
+
unabledPlotSourceKeys?: Array<keyof typeof import('sat-earth-resources').plotSource>;
|
|
55
|
+
merge?: boolean;
|
|
56
|
+
customOrder?: string[];
|
|
57
|
+
}> & Readonly<{
|
|
89
58
|
onInitHooks?: (() => any) | undefined;
|
|
90
59
|
onDestroyHooks?: (() => any) | undefined;
|
|
91
60
|
onExportData?: ((data: {
|
|
92
61
|
fileName: string;
|
|
93
62
|
json: string;
|
|
94
63
|
}) => any) | undefined;
|
|
95
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
96
|
-
initHooks: () =>
|
|
97
|
-
destroyHooks: () =>
|
|
64
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
65
|
+
initHooks: () => any;
|
|
66
|
+
destroyHooks: () => any;
|
|
98
67
|
exportData: (data: {
|
|
99
68
|
fileName: string;
|
|
100
69
|
json: string;
|
|
101
|
-
}) =>
|
|
70
|
+
}) => any;
|
|
102
71
|
}, string, {
|
|
103
|
-
unabledPlotSourceKeys:
|
|
72
|
+
unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources').plotSource>;
|
|
104
73
|
merge: boolean;
|
|
105
74
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
106
75
|
$slots: {
|
|
@@ -1,12 +1,20 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11
|
+
initHooks: () => any;
|
|
12
|
+
destroyHooks: () => any;
|
|
4
13
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
5
14
|
onInitHooks?: (() => any) | undefined;
|
|
6
15
|
onDestroyHooks?: (() => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
8
|
-
|
|
9
|
-
}>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
10
18
|
export default _default;
|
|
11
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
20
|
new (): {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { default as SatRoamSFC } from './SatRoam.vue';
|
|
2
|
-
|
|
3
2
|
declare const SatRoam: import('../../utils/installer').SFCWithInstall<{
|
|
4
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
5
4
|
onInitHooks?: (() => any) | undefined;
|
|
6
5
|
onDestroyHooks?: (() => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
initHooks: () =>
|
|
9
|
-
destroyHooks: () =>
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
|
+
initHooks: () => any;
|
|
8
|
+
destroyHooks: () => any;
|
|
10
9
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11
10
|
P: {};
|
|
12
11
|
B: {};
|
|
@@ -18,15 +17,15 @@ declare const SatRoam: import('../../utils/installer').SFCWithInstall<{
|
|
|
18
17
|
onInitHooks?: (() => any) | undefined;
|
|
19
18
|
onDestroyHooks?: (() => any) | undefined;
|
|
20
19
|
}>, {}, {}, {}, {}, {}>;
|
|
21
|
-
__isFragment?:
|
|
22
|
-
__isTeleport?:
|
|
23
|
-
__isSuspense?:
|
|
20
|
+
__isFragment?: never;
|
|
21
|
+
__isTeleport?: never;
|
|
22
|
+
__isSuspense?: never;
|
|
24
23
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
|
|
25
24
|
onInitHooks?: (() => any) | undefined;
|
|
26
25
|
onDestroyHooks?: (() => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
-
initHooks: () =>
|
|
29
|
-
destroyHooks: () =>
|
|
26
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
27
|
+
initHooks: () => any;
|
|
28
|
+
destroyHooks: () => any;
|
|
30
29
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
31
30
|
$slots: {
|
|
32
31
|
default?(_: {}): any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { SatLayerDev } from '../../utils/types';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
4
|
layer: {
|
|
6
5
|
type: PropType<SatLayerDev>;
|
|
@@ -11,5 +10,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
11
10
|
type: PropType<SatLayerDev>;
|
|
12
11
|
required: true;
|
|
13
12
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
15
14
|
export default _default;
|