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,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
2
|
export default _default;
|
|
@@ -2,7 +2,6 @@ import { default as TheImageEditor } from './src/TheImageEditor.vue';
|
|
|
2
2
|
import { default as tuiImageEditor } from 'tui-image-editor';
|
|
3
3
|
import { UploadFile } from 'element-plus';
|
|
4
4
|
import { ShallowRef } from 'vue';
|
|
5
|
-
|
|
6
5
|
export { TheImageEditor };
|
|
7
6
|
export interface TheImageEditorExpose {
|
|
8
7
|
getInstance: () => ShallowRef<tuiImageEditor | undefined>;
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
import { UploadFile } from 'element-plus';
|
|
2
2
|
import { default as tuiImageEditor } from 'tui-image-editor';
|
|
3
3
|
import { PropType } from 'vue';
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
6
14
|
isIncludeDiv: {
|
|
7
15
|
type: BooleanConstructor;
|
|
8
16
|
default: () => boolean;
|
|
@@ -27,17 +35,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
27
35
|
default: () => boolean;
|
|
28
36
|
};
|
|
29
37
|
}>, {
|
|
30
|
-
getInstance: () =>
|
|
38
|
+
getInstance: () => globalThis.ShallowRef<tuiImageEditor | undefined>;
|
|
31
39
|
loadScene: (options?: {
|
|
32
|
-
isIncludeDiv?: boolean
|
|
33
|
-
divContainerElement?: Element
|
|
34
|
-
divChildFilter?: (
|
|
35
|
-
}
|
|
40
|
+
isIncludeDiv?: boolean;
|
|
41
|
+
divContainerElement?: Element;
|
|
42
|
+
divChildFilter?: (node: Element) => boolean;
|
|
43
|
+
}) => void;
|
|
36
44
|
uploadFile: (uploadFile: UploadFile) => void;
|
|
37
45
|
uploadImageBase64: (base64: string) => void;
|
|
38
|
-
download: (autoDownload?: boolean
|
|
46
|
+
download: (autoDownload?: boolean) => Promise<string | undefined> | undefined;
|
|
39
47
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
40
|
-
download: (base64?: string | undefined) =>
|
|
48
|
+
download: (base64?: string | undefined) => any;
|
|
41
49
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
42
50
|
isIncludeDiv: {
|
|
43
51
|
type: BooleanConstructor;
|
|
@@ -69,9 +77,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
69
77
|
divChildFilter: (node: Element) => boolean;
|
|
70
78
|
fileName: string;
|
|
71
79
|
autoDownload: boolean;
|
|
72
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
73
|
-
|
|
74
|
-
}>;
|
|
80
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
81
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
75
82
|
export default _default;
|
|
76
83
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
77
84
|
new (): {
|
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
import { JSX } from 'vue/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
slots?: Record<string, (...args: any[]) => JSX.Element | string | null>;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
15
|
+
initHooks: () => any;
|
|
16
|
+
destroyHooks: () => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
18
|
onInitHooks?: (() => any) | undefined;
|
|
12
19
|
onDestroyHooks?: (() => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14
|
-
|
|
15
|
-
}>;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
22
|
export default _default;
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
24
|
new (): {
|
|
28
25
|
$slots: S;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
1
|
import { JSX } from 'vue/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
slots?: Record<string, (...args: any[]) => JSX.Element | string | null> | undefined;
|
|
5
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
slots?: Record<string, (...args: any[]) => JSX.Element | string | null> | undefined;
|
|
7
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
slots?: Record<string, (...args: any[]) => JSX.Element | string | null>;
|
|
17
4
|
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
@@ -1,44 +1,37 @@
|
|
|
1
1
|
import { default as SatSpatialAnalysisSFC } from './SatSpatialAnalysis.vue';
|
|
2
|
-
|
|
3
2
|
declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall<{
|
|
4
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
5
|
-
slots:
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
}>> & Readonly<{
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
+
slots?: Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>;
|
|
5
|
+
}> & Readonly<{
|
|
9
6
|
onInitHooks?: (() => any) | undefined;
|
|
10
7
|
onDestroyHooks?: (() => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
initHooks: () =>
|
|
13
|
-
destroyHooks: () =>
|
|
14
|
-
}, import('vue').PublicProps, {},
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
|
+
initHooks: () => any;
|
|
10
|
+
destroyHooks: () => any;
|
|
11
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
15
12
|
P: {};
|
|
16
13
|
B: {};
|
|
17
14
|
D: {};
|
|
18
15
|
C: {};
|
|
19
16
|
M: {};
|
|
20
17
|
Defaults: {};
|
|
21
|
-
}, Readonly<
|
|
22
|
-
slots:
|
|
23
|
-
|
|
24
|
-
};
|
|
25
|
-
}>> & Readonly<{
|
|
18
|
+
}, Readonly<{
|
|
19
|
+
slots?: Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>;
|
|
20
|
+
}> & Readonly<{
|
|
26
21
|
onInitHooks?: (() => any) | undefined;
|
|
27
22
|
onDestroyHooks?: (() => any) | undefined;
|
|
28
23
|
}>, {}, {}, {}, {}, {}>;
|
|
29
|
-
__isFragment?:
|
|
30
|
-
__isTeleport?:
|
|
31
|
-
__isSuspense?:
|
|
32
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
33
|
-
slots:
|
|
34
|
-
|
|
35
|
-
};
|
|
36
|
-
}>> & Readonly<{
|
|
24
|
+
__isFragment?: never;
|
|
25
|
+
__isTeleport?: never;
|
|
26
|
+
__isSuspense?: never;
|
|
27
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
28
|
+
slots?: Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>;
|
|
29
|
+
}> & Readonly<{
|
|
37
30
|
onInitHooks?: (() => any) | undefined;
|
|
38
31
|
onDestroyHooks?: (() => any) | undefined;
|
|
39
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
40
|
-
initHooks: () =>
|
|
41
|
-
destroyHooks: () =>
|
|
32
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
33
|
+
initHooks: () => any;
|
|
34
|
+
destroyHooks: () => any;
|
|
42
35
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
43
36
|
$slots: {
|
|
44
37
|
default?(_: {}): any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ViewshedItem } from '../../../../utils/map/analysis-spatial/viewshed';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
4
|
viewshedItem: {
|
|
6
5
|
type: PropType<ViewshedItem>;
|
|
7
6
|
required: true;
|
|
8
7
|
};
|
|
9
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
-
"on-name-change": (data: ViewshedItem) =>
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
|
+
"on-name-change": (data: ViewshedItem) => any;
|
|
11
10
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
11
|
viewshedItem: {
|
|
13
12
|
type: PropType<ViewshedItem>;
|
|
@@ -15,5 +14,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
15
14
|
};
|
|
16
15
|
}>> & Readonly<{
|
|
17
16
|
"onOn-name-change"?: ((data: ViewshedItem) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
19
18
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|