sat-earth 2.0.1 → 2.0.2
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/auto-components.d.ts +58 -59
- package/dist/packages/components/_private/DarkIcon.vue.d.ts +2 -2
- package/dist/packages/components/_private/LightIcon.vue.d.ts +2 -2
- package/dist/packages/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +24 -6
- package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +15 -5
- package/dist/packages/components/analysis-model/index.d.ts +35 -4
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +15 -5
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +2 -2
- package/dist/packages/components/analysis-spatial/index.d.ts +35 -4
- package/dist/packages/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +2 -2
- package/dist/packages/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +2 -2
- package/dist/packages/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +2 -2
- package/dist/packages/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +2 -2
- package/dist/packages/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +6 -4
- package/dist/packages/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +2 -2
- package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +15 -5
- package/dist/packages/components/analysis-terrain/index.d.ts +35 -4
- package/dist/packages/components/components.d.ts +330 -202
- package/dist/packages/components/globe/CameraBookmarkPanel.vue.d.ts +2 -2
- package/dist/packages/components/globe/MapSplitPanel.vue.d.ts +2 -2
- package/dist/packages/components/globe/SatGlobe.vue.d.ts +41 -25
- package/dist/packages/components/globe/index.d.ts +62 -16
- package/dist/packages/components/location/SatCoordinate.vue.d.ts +2 -2
- package/dist/packages/components/location/SatLocation.vue.d.ts +15 -5
- package/dist/packages/components/location/SatLocationMain.vue.d.ts +2 -2
- package/dist/packages/components/location/SatPathPlan.vue.d.ts +2 -2
- package/dist/packages/components/location/SatPoiQuery.vue.d.ts +2 -2
- package/dist/packages/components/location/SatRegionLevel.vue.d.ts +2 -2
- package/dist/packages/components/location/index.d.ts +35 -4
- package/dist/packages/components/map-part/SatMapPart.vue.d.ts +15 -5
- package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +2 -2
- package/dist/packages/components/map-part/helpers.d.ts +1 -0
- package/dist/packages/components/map-part/index.d.ts +35 -4
- package/dist/packages/components/measure/SatMeasure.vue.d.ts +15 -5
- package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +2 -2
- package/dist/packages/components/measure/index.d.ts +35 -4
- package/dist/packages/components/menu/SatMenu.vue.d.ts +11 -2
- package/dist/packages/components/menu/SatMenuMain.vue.d.ts +11 -3
- package/dist/packages/components/menu/index.d.ts +19 -1
- package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +8 -5
- package/dist/packages/components/menu/tree/index.d.ts +5 -2
- package/dist/packages/components/panel/SatPanel.vue.d.ts +11 -4
- package/dist/packages/components/panel/index.d.ts +156 -42
- package/dist/packages/components/picture/SatPicture.vue.d.ts +22 -9
- package/dist/packages/components/picture/index.d.ts +75 -14
- package/dist/packages/components/plot/PlotEdit.vue.d.ts +2 -2
- package/dist/packages/components/plot/PlotEditAttr.vue.d.ts +2 -2
- package/dist/packages/components/plot/PlotEditCoord.vue.d.ts +2 -2
- package/dist/packages/components/plot/PlotEditStyle.vue.d.ts +2 -2
- package/dist/packages/components/plot/PlotGroup.vue.d.ts +2 -2
- package/dist/packages/components/plot/PlotSourceList.vue.d.ts +30 -24
- package/dist/packages/components/plot/SatPlot.vue.d.ts +42 -26
- package/dist/packages/components/plot/SatPlotMain.vue.d.ts +30 -24
- package/dist/packages/components/plot/index.d.ts +67 -20
- package/dist/packages/components/roam/SatRoam.vue.d.ts +15 -5
- package/dist/packages/components/roam/index.d.ts +35 -4
- package/dist/packages/components/source/LayerStyleSlider.vue.d.ts +2 -2
- package/dist/packages/components/source/SatSource.vue.d.ts +16 -6
- package/dist/packages/components/source/SatSourceMain.vue.d.ts +2 -2
- package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +2 -2
- package/dist/packages/components/source/index.d.ts +55 -10
- package/dist/packages/components/task-view/SatTaskView.vue.d.ts +11 -4
- package/dist/packages/components/task-view/index.d.ts +38 -8
- package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +15 -5
- package/dist/packages/components/video-fusion/index.d.ts +35 -4
- package/dist/packages/hooks/listener/watchEffectPcOrMobile.d.ts +1 -0
- package/dist/packages/main/index.d.ts +1 -0
- package/dist/packages/types/global.d.ts +2 -2
- package/dist/packages/utils/map/analysis-spatial/flood.d.ts +1 -1
- package/dist/packages/utils/map/analysis-spatial/index.d.ts +1 -1
- package/dist/packages/utils/map/analysis-spatial/intervisibility.d.ts +1 -1
- package/dist/packages/utils/map/analysis-spatial/section.d.ts +1 -1
- package/dist/packages/utils/map/analysis-spatial/viewshed.d.ts +1 -1
- package/dist/packages/utils/map/analysis-spatial/volume.d.ts +1 -1
- package/dist/packages/utils/map/index.d.ts +1 -1
- package/dist/packages/utils/map/layer/index.d.ts +1 -1
- package/dist/packages/utils/map/plot/index.d.ts +1 -1
- package/dist/sat-earth.mjs +2199 -2275
- package/dist/sat-earth.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +6 -6
- package/dist/index.d.ts +0 -3
|
@@ -1,59 +1,58 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* prettier-ignore */
|
|
3
|
-
// @ts-nocheck
|
|
4
|
-
// Generated by unplugin-vue-components
|
|
5
|
-
// Read more: https://github.com/vuejs/core/pull/3399
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* prettier-ignore */
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
// Generated by unplugin-vue-components
|
|
5
|
+
// Read more: https://github.com/vuejs/core/pull/3399
|
|
6
|
+
|
|
7
|
+
export {}
|
|
8
|
+
|
|
9
|
+
declare module '@vue/runtime-core' {
|
|
10
|
+
export interface GlobalComponents {
|
|
11
|
+
AnalysisFlood: typeof import('./components/analysis-spatial/modules/flood/AnalysisFlood.vue')['default']
|
|
12
|
+
AnalysisIntervisibility: typeof import('./components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue')['default']
|
|
13
|
+
AnalysisSection: typeof import('./components/analysis-spatial/modules/section/AnalysisSection.vue')['default']
|
|
14
|
+
AnalysisViewshed: typeof import('./components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue')['default']
|
|
15
|
+
AnalysisVolume: typeof import('./components/analysis-spatial/modules/volume/AnalysisVolume.vue')['default']
|
|
16
|
+
CameraBookmarkPanel: typeof import('./components/globe/CameraBookmarkPanel.vue')['default']
|
|
17
|
+
DarkIcon: typeof import('./components/_private/DarkIcon.vue')['default']
|
|
18
|
+
LayerStyleSlider: typeof import('./components/source/LayerStyleSlider.vue')['default']
|
|
19
|
+
LightIcon: typeof import('./components/_private/LightIcon.vue')['default']
|
|
20
|
+
MapSplitPanel: typeof import('./components/globe/MapSplitPanel.vue')['default']
|
|
21
|
+
PlotEdit: typeof import('./components/plot/PlotEdit.vue')['default']
|
|
22
|
+
PlotEditAttr: typeof import('./components/plot/PlotEditAttr.vue')['default']
|
|
23
|
+
PlotEditCoord: typeof import('./components/plot/PlotEditCoord.vue')['default']
|
|
24
|
+
PlotEditStyle: typeof import('./components/plot/PlotEditStyle.vue')['default']
|
|
25
|
+
PlotGroup: typeof import('./components/plot/PlotGroup.vue')['default']
|
|
26
|
+
PlotSourceList: typeof import('./components/plot/PlotSourceList.vue')['default']
|
|
27
|
+
SatCoordinate: typeof import('./components/location/SatCoordinate.vue')['default']
|
|
28
|
+
SatGlobe: typeof import('./components/globe/SatGlobe.vue')['default']
|
|
29
|
+
SatLocation: typeof import('./components/location/SatLocation.vue')['default']
|
|
30
|
+
SatLocationMain: typeof import('./components/location/SatLocationMain.vue')['default']
|
|
31
|
+
SatMapPart: typeof import('./components/map-part/SatMapPart.vue')['default']
|
|
32
|
+
SatMapPartMain: typeof import('./components/map-part/SatMapPartMain.vue')['default']
|
|
33
|
+
SatMeasure: typeof import('./components/measure/SatMeasure.vue')['default']
|
|
34
|
+
SatMeasureMain: typeof import('./components/measure/SatMeasureMain.vue')['default']
|
|
35
|
+
SatMenu: typeof import('./components/menu/SatMenu.vue')['default']
|
|
36
|
+
SatMenuMain: typeof import('./components/menu/SatMenuMain.vue')['default']
|
|
37
|
+
SatMenuTree: typeof import('./components/menu/tree/SatMenuTree.vue')['default']
|
|
38
|
+
SatModelAnalysis: typeof import('./components/analysis-model/SatModelAnalysis.vue')['default']
|
|
39
|
+
SatPanel: typeof import('./components/panel/SatPanel.vue')['default']
|
|
40
|
+
SatPathPlan: typeof import('./components/location/SatPathPlan.vue')['default']
|
|
41
|
+
SatPicture: typeof import('./components/picture/SatPicture.vue')['default']
|
|
42
|
+
SatPlot: typeof import('./components/plot/SatPlot.vue')['default']
|
|
43
|
+
SatPlotMain: typeof import('./components/plot/SatPlotMain.vue')['default']
|
|
44
|
+
SatPoiQuery: typeof import('./components/location/SatPoiQuery.vue')['default']
|
|
45
|
+
SatRegionLevel: typeof import('./components/location/SatRegionLevel.vue')['default']
|
|
46
|
+
SatRoam: typeof import('./components/roam/SatRoam.vue')['default']
|
|
47
|
+
SatSource: typeof import('./components/source/SatSource.vue')['default']
|
|
48
|
+
SatSourceMain: typeof import('./components/source/SatSourceMain.vue')['default']
|
|
49
|
+
SatSpatialAnalysis: typeof import('./components/analysis-spatial/SatSpatialAnalysis.vue')['default']
|
|
50
|
+
SatSpatialAnalysisMain: typeof import('./components/analysis-spatial/SatSpatialAnalysisMain.vue')['default']
|
|
51
|
+
SatTaskView: typeof import('./components/task-view/SatTaskView.vue')['default']
|
|
52
|
+
SatTerrainAnalysis: typeof import('./components/analysis-terrain/SatTerrainAnalysis.vue')['default']
|
|
53
|
+
SatVideoFusion: typeof import('./components/video-fusion/SatVideoFusion.vue')['default']
|
|
54
|
+
TerrainExaggerationSlider: typeof import('./components/source/TerrainExaggerationSlider.vue')['default']
|
|
55
|
+
TheImageEditor: typeof import('./components/_private/TheImageEditor/src/TheImageEditor.vue')['default']
|
|
56
|
+
ViewshedStyleSlider: typeof import('./components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue')['default']
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,25 +1,36 @@
|
|
|
1
|
+
import tuiImageEditor from 'tui-image-editor';
|
|
2
|
+
import type { UploadFile } from 'element-plus';
|
|
1
3
|
import { PropType } from 'vue';
|
|
2
|
-
declare const
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
5
|
isIncludeDiv: {
|
|
4
6
|
type: BooleanConstructor;
|
|
5
7
|
default: () => boolean;
|
|
6
8
|
};
|
|
7
9
|
divChildFilter: {
|
|
8
10
|
type: PropType<(node: Element) => boolean>;
|
|
9
|
-
default: (node: Element) =>
|
|
11
|
+
default: (node: Element) => true;
|
|
10
12
|
};
|
|
11
13
|
fileName: {
|
|
12
14
|
type: StringConstructor;
|
|
13
15
|
default: () => string;
|
|
14
16
|
};
|
|
15
|
-
}, {
|
|
17
|
+
}, {
|
|
18
|
+
getInstance: () => import("vue").ShallowRef<tuiImageEditor | undefined>;
|
|
19
|
+
loadScene: (options?: {
|
|
20
|
+
isIncludeDiv?: boolean | undefined;
|
|
21
|
+
divChildFilter?: ((node: Element) => boolean) | undefined;
|
|
22
|
+
} | undefined) => void;
|
|
23
|
+
uploadFile: (uploadFile: UploadFile) => void;
|
|
24
|
+
uploadImageBase64: (base64: string) => void;
|
|
25
|
+
download: (autoDownload?: boolean | undefined) => Promise<string> | undefined;
|
|
26
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
27
|
isIncludeDiv: {
|
|
17
28
|
type: BooleanConstructor;
|
|
18
29
|
default: () => boolean;
|
|
19
30
|
};
|
|
20
31
|
divChildFilter: {
|
|
21
32
|
type: PropType<(node: Element) => boolean>;
|
|
22
|
-
default: (node: Element) =>
|
|
33
|
+
default: (node: Element) => true;
|
|
23
34
|
};
|
|
24
35
|
fileName: {
|
|
25
36
|
type: StringConstructor;
|
|
@@ -29,5 +40,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
29
40
|
isIncludeDiv: boolean;
|
|
30
41
|
divChildFilter: (node: Element) => boolean;
|
|
31
42
|
fileName: string;
|
|
32
|
-
}, {}
|
|
33
|
-
|
|
43
|
+
}, {}>, {
|
|
44
|
+
default?(_: {}): any;
|
|
45
|
+
}>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, {}
|
|
5
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
initHooks: () => void;
|
|
3
|
+
destroyHooks: () => void;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
5
|
+
onInitHooks?: (() => any) | undefined;
|
|
6
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
7
|
+
}, {}, {}>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
import SatModelAnalysisSFC from './SatModelAnalysis.vue';
|
|
2
|
-
declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
4
|
+
onInitHooks?: (() => any) | undefined;
|
|
5
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
initHooks: () => void;
|
|
8
|
+
destroyHooks: () => void;
|
|
9
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
10
|
+
onInitHooks?: (() => any) | undefined;
|
|
11
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
12
|
+
}, {}, true, {}, {}, {
|
|
13
|
+
P: {};
|
|
14
|
+
B: {};
|
|
15
|
+
D: {};
|
|
16
|
+
C: {};
|
|
17
|
+
M: {};
|
|
18
|
+
Defaults: {};
|
|
19
|
+
}, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
20
|
+
onInitHooks?: (() => any) | undefined;
|
|
21
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
22
|
+
}, {}, {}, {}, {}, {}>;
|
|
23
|
+
__isFragment?: undefined;
|
|
24
|
+
__isTeleport?: undefined;
|
|
25
|
+
__isSuspense?: undefined;
|
|
26
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
27
|
+
onInitHooks?: (() => any) | undefined;
|
|
28
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
29
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
+
initHooks: () => void;
|
|
31
|
+
destroyHooks: () => void;
|
|
32
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
33
|
+
$slots: {
|
|
34
|
+
default?(_: {}): any;
|
|
35
|
+
};
|
|
36
|
+
})>;
|
|
6
37
|
export { SatModelAnalysisSFC, SatModelAnalysis };
|
|
7
38
|
export default SatModelAnalysis;
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, {}
|
|
5
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
initHooks: () => void;
|
|
3
|
+
destroyHooks: () => void;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
5
|
+
onInitHooks?: (() => any) | undefined;
|
|
6
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
7
|
+
}, {}, {}>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
import SatSpatialAnalysisSFC from './SatSpatialAnalysis.vue';
|
|
2
|
-
declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
4
|
+
onInitHooks?: (() => any) | undefined;
|
|
5
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
initHooks: () => void;
|
|
8
|
+
destroyHooks: () => void;
|
|
9
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
10
|
+
onInitHooks?: (() => any) | undefined;
|
|
11
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
12
|
+
}, {}, true, {}, {}, {
|
|
13
|
+
P: {};
|
|
14
|
+
B: {};
|
|
15
|
+
D: {};
|
|
16
|
+
C: {};
|
|
17
|
+
M: {};
|
|
18
|
+
Defaults: {};
|
|
19
|
+
}, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
20
|
+
onInitHooks?: (() => any) | undefined;
|
|
21
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
22
|
+
}, {}, {}, {}, {}, {}>;
|
|
23
|
+
__isFragment?: undefined;
|
|
24
|
+
__isTeleport?: undefined;
|
|
25
|
+
__isSuspense?: undefined;
|
|
26
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
27
|
+
onInitHooks?: (() => any) | undefined;
|
|
28
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
29
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
+
initHooks: () => void;
|
|
31
|
+
destroyHooks: () => void;
|
|
32
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
33
|
+
$slots: {
|
|
34
|
+
default?(_: {}): any;
|
|
35
|
+
};
|
|
36
|
+
})>;
|
|
6
37
|
export { SatSpatialAnalysisSFC, SatSpatialAnalysis };
|
|
7
38
|
export default SatSpatialAnalysis;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
package/dist/packages/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
package/dist/packages/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import { ViewshedItem } from '../../../../utils/map/analysis-spatial/viewshed';
|
|
3
|
-
declare const
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
viewshedItem: {
|
|
5
5
|
type: PropType<ViewshedItem>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"on-name-change": (data: ViewshedItem) => void;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
11
|
viewshedItem: {
|
|
10
12
|
type: PropType<ViewshedItem>;
|
|
11
13
|
required: true;
|
|
12
14
|
};
|
|
13
15
|
}>> & {
|
|
14
|
-
"onOn-name-change"?: ((
|
|
16
|
+
"onOn-name-change"?: ((data: ViewshedItem) => any) | undefined;
|
|
15
17
|
}, {}, {}>;
|
|
16
|
-
export default
|
|
18
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, {}
|
|
5
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
initHooks: () => void;
|
|
3
|
+
destroyHooks: () => void;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
5
|
+
onInitHooks?: (() => any) | undefined;
|
|
6
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
7
|
+
}, {}, {}>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
import SatTerrainAnalysisSFC from './SatTerrainAnalysis.vue';
|
|
2
|
-
declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
4
|
+
onInitHooks?: (() => any) | undefined;
|
|
5
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
initHooks: () => void;
|
|
8
|
+
destroyHooks: () => void;
|
|
9
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
10
|
+
onInitHooks?: (() => any) | undefined;
|
|
11
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
12
|
+
}, {}, true, {}, {}, {
|
|
13
|
+
P: {};
|
|
14
|
+
B: {};
|
|
15
|
+
D: {};
|
|
16
|
+
C: {};
|
|
17
|
+
M: {};
|
|
18
|
+
Defaults: {};
|
|
19
|
+
}, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
20
|
+
onInitHooks?: (() => any) | undefined;
|
|
21
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
22
|
+
}, {}, {}, {}, {}, {}>;
|
|
23
|
+
__isFragment?: undefined;
|
|
24
|
+
__isTeleport?: undefined;
|
|
25
|
+
__isSuspense?: undefined;
|
|
26
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{}>> & {
|
|
27
|
+
onInitHooks?: (() => any) | undefined;
|
|
28
|
+
onDestroyHooks?: (() => any) | undefined;
|
|
29
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
+
initHooks: () => void;
|
|
31
|
+
destroyHooks: () => void;
|
|
32
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
33
|
+
$slots: {
|
|
34
|
+
default?(_: {}): any;
|
|
35
|
+
};
|
|
36
|
+
})>;
|
|
6
37
|
export { SatTerrainAnalysisSFC, SatTerrainAnalysis };
|
|
7
38
|
export default SatTerrainAnalysis;
|