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.
Files changed (82) hide show
  1. package/dist/packages/auto-components.d.ts +58 -59
  2. package/dist/packages/components/_private/DarkIcon.vue.d.ts +2 -2
  3. package/dist/packages/components/_private/LightIcon.vue.d.ts +2 -2
  4. package/dist/packages/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +24 -6
  5. package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +15 -5
  6. package/dist/packages/components/analysis-model/index.d.ts +35 -4
  7. package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +15 -5
  8. package/dist/packages/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +2 -2
  9. package/dist/packages/components/analysis-spatial/index.d.ts +35 -4
  10. package/dist/packages/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +2 -2
  11. package/dist/packages/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +2 -2
  12. package/dist/packages/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +2 -2
  13. package/dist/packages/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +2 -2
  14. package/dist/packages/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +6 -4
  15. package/dist/packages/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +2 -2
  16. package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +15 -5
  17. package/dist/packages/components/analysis-terrain/index.d.ts +35 -4
  18. package/dist/packages/components/components.d.ts +330 -202
  19. package/dist/packages/components/globe/CameraBookmarkPanel.vue.d.ts +2 -2
  20. package/dist/packages/components/globe/MapSplitPanel.vue.d.ts +2 -2
  21. package/dist/packages/components/globe/SatGlobe.vue.d.ts +41 -25
  22. package/dist/packages/components/globe/index.d.ts +62 -16
  23. package/dist/packages/components/location/SatCoordinate.vue.d.ts +2 -2
  24. package/dist/packages/components/location/SatLocation.vue.d.ts +15 -5
  25. package/dist/packages/components/location/SatLocationMain.vue.d.ts +2 -2
  26. package/dist/packages/components/location/SatPathPlan.vue.d.ts +2 -2
  27. package/dist/packages/components/location/SatPoiQuery.vue.d.ts +2 -2
  28. package/dist/packages/components/location/SatRegionLevel.vue.d.ts +2 -2
  29. package/dist/packages/components/location/index.d.ts +35 -4
  30. package/dist/packages/components/map-part/SatMapPart.vue.d.ts +15 -5
  31. package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +2 -2
  32. package/dist/packages/components/map-part/helpers.d.ts +1 -0
  33. package/dist/packages/components/map-part/index.d.ts +35 -4
  34. package/dist/packages/components/measure/SatMeasure.vue.d.ts +15 -5
  35. package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +2 -2
  36. package/dist/packages/components/measure/index.d.ts +35 -4
  37. package/dist/packages/components/menu/SatMenu.vue.d.ts +11 -2
  38. package/dist/packages/components/menu/SatMenuMain.vue.d.ts +11 -3
  39. package/dist/packages/components/menu/index.d.ts +19 -1
  40. package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +8 -5
  41. package/dist/packages/components/menu/tree/index.d.ts +5 -2
  42. package/dist/packages/components/panel/SatPanel.vue.d.ts +11 -4
  43. package/dist/packages/components/panel/index.d.ts +156 -42
  44. package/dist/packages/components/picture/SatPicture.vue.d.ts +22 -9
  45. package/dist/packages/components/picture/index.d.ts +75 -14
  46. package/dist/packages/components/plot/PlotEdit.vue.d.ts +2 -2
  47. package/dist/packages/components/plot/PlotEditAttr.vue.d.ts +2 -2
  48. package/dist/packages/components/plot/PlotEditCoord.vue.d.ts +2 -2
  49. package/dist/packages/components/plot/PlotEditStyle.vue.d.ts +2 -2
  50. package/dist/packages/components/plot/PlotGroup.vue.d.ts +2 -2
  51. package/dist/packages/components/plot/PlotSourceList.vue.d.ts +30 -24
  52. package/dist/packages/components/plot/SatPlot.vue.d.ts +42 -26
  53. package/dist/packages/components/plot/SatPlotMain.vue.d.ts +30 -24
  54. package/dist/packages/components/plot/index.d.ts +67 -20
  55. package/dist/packages/components/roam/SatRoam.vue.d.ts +15 -5
  56. package/dist/packages/components/roam/index.d.ts +35 -4
  57. package/dist/packages/components/source/LayerStyleSlider.vue.d.ts +2 -2
  58. package/dist/packages/components/source/SatSource.vue.d.ts +16 -6
  59. package/dist/packages/components/source/SatSourceMain.vue.d.ts +2 -2
  60. package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +2 -2
  61. package/dist/packages/components/source/index.d.ts +55 -10
  62. package/dist/packages/components/task-view/SatTaskView.vue.d.ts +11 -4
  63. package/dist/packages/components/task-view/index.d.ts +38 -8
  64. package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +15 -5
  65. package/dist/packages/components/video-fusion/index.d.ts +35 -4
  66. package/dist/packages/hooks/listener/watchEffectPcOrMobile.d.ts +1 -0
  67. package/dist/packages/main/index.d.ts +1 -0
  68. package/dist/packages/types/global.d.ts +2 -2
  69. package/dist/packages/utils/map/analysis-spatial/flood.d.ts +1 -1
  70. package/dist/packages/utils/map/analysis-spatial/index.d.ts +1 -1
  71. package/dist/packages/utils/map/analysis-spatial/intervisibility.d.ts +1 -1
  72. package/dist/packages/utils/map/analysis-spatial/section.d.ts +1 -1
  73. package/dist/packages/utils/map/analysis-spatial/viewshed.d.ts +1 -1
  74. package/dist/packages/utils/map/analysis-spatial/volume.d.ts +1 -1
  75. package/dist/packages/utils/map/index.d.ts +1 -1
  76. package/dist/packages/utils/map/layer/index.d.ts +1 -1
  77. package/dist/packages/utils/map/plot/index.d.ts +1 -1
  78. package/dist/sat-earth.mjs +2199 -2275
  79. package/dist/sat-earth.umd.js +4 -4
  80. package/dist/style.css +1 -1
  81. package/package.json +6 -6
  82. 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
- export {}
9
-
10
- declare module '@vue/runtime-core' {
11
- export interface GlobalComponents {
12
- AnalysisFlood: typeof import('./components/analysis-spatial/modules/flood/AnalysisFlood.vue')['default']
13
- AnalysisIntervisibility: typeof import('./components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue')['default']
14
- AnalysisSection: typeof import('./components/analysis-spatial/modules/section/AnalysisSection.vue')['default']
15
- AnalysisViewshed: typeof import('./components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue')['default']
16
- AnalysisVolume: typeof import('./components/analysis-spatial/modules/volume/AnalysisVolume.vue')['default']
17
- CameraBookmarkPanel: typeof import('./components/globe/CameraBookmarkPanel.vue')['default']
18
- DarkIcon: typeof import('./components/_private/DarkIcon.vue')['default']
19
- LayerStyleSlider: typeof import('./components/source/LayerStyleSlider.vue')['default']
20
- LightIcon: typeof import('./components/_private/LightIcon.vue')['default']
21
- MapSplitPanel: typeof import('./components/globe/MapSplitPanel.vue')['default']
22
- PlotEdit: typeof import('./components/plot/PlotEdit.vue')['default']
23
- PlotEditAttr: typeof import('./components/plot/PlotEditAttr.vue')['default']
24
- PlotEditCoord: typeof import('./components/plot/PlotEditCoord.vue')['default']
25
- PlotEditStyle: typeof import('./components/plot/PlotEditStyle.vue')['default']
26
- PlotGroup: typeof import('./components/plot/PlotGroup.vue')['default']
27
- PlotSourceList: typeof import('./components/plot/PlotSourceList.vue')['default']
28
- SatCoordinate: typeof import('./components/location/SatCoordinate.vue')['default']
29
- SatGlobe: typeof import('./components/globe/SatGlobe.vue')['default']
30
- SatLocation: typeof import('./components/location/SatLocation.vue')['default']
31
- SatLocationMain: typeof import('./components/location/SatLocationMain.vue')['default']
32
- SatMapPart: typeof import('./components/map-part/SatMapPart.vue')['default']
33
- SatMapPartMain: typeof import('./components/map-part/SatMapPartMain.vue')['default']
34
- SatMeasure: typeof import('./components/measure/SatMeasure.vue')['default']
35
- SatMeasureMain: typeof import('./components/measure/SatMeasureMain.vue')['default']
36
- SatMenu: typeof import('./components/menu/SatMenu.vue')['default']
37
- SatMenuMain: typeof import('./components/menu/SatMenuMain.vue')['default']
38
- SatMenuTree: typeof import('./components/menu/tree/SatMenuTree.vue')['default']
39
- SatModelAnalysis: typeof import('./components/analysis-model/SatModelAnalysis.vue')['default']
40
- SatPanel: typeof import('./components/panel/SatPanel.vue')['default']
41
- SatPathPlan: typeof import('./components/location/SatPathPlan.vue')['default']
42
- SatPicture: typeof import('./components/picture/SatPicture.vue')['default']
43
- SatPlot: typeof import('./components/plot/SatPlot.vue')['default']
44
- SatPlotMain: typeof import('./components/plot/SatPlotMain.vue')['default']
45
- SatPoiQuery: typeof import('./components/location/SatPoiQuery.vue')['default']
46
- SatRegionLevel: typeof import('./components/location/SatRegionLevel.vue')['default']
47
- SatRoam: typeof import('./components/roam/SatRoam.vue')['default']
48
- SatSource: typeof import('./components/source/SatSource.vue')['default']
49
- SatSourceMain: typeof import('./components/source/SatSourceMain.vue')['default']
50
- SatSpatialAnalysis: typeof import('./components/analysis-spatial/SatSpatialAnalysis.vue')['default']
51
- SatSpatialAnalysisMain: typeof import('./components/analysis-spatial/SatSpatialAnalysisMain.vue')['default']
52
- SatTaskView: typeof import('./components/task-view/SatTaskView.vue')['default']
53
- SatTerrainAnalysis: typeof import('./components/analysis-terrain/SatTerrainAnalysis.vue')['default']
54
- SatVideoFusion: typeof import('./components/video-fusion/SatVideoFusion.vue')['default']
55
- TerrainExaggerationSlider: typeof import('./components/source/TerrainExaggerationSlider.vue')['default']
56
- TheImageEditor: typeof import('./components/_private/TheImageEditor/src/TheImageEditor.vue')['default']
57
- ViewshedStyleSlider: typeof import('./components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue')['default']
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{
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) => boolean;
11
+ default: (node: Element) => true;
10
12
  };
11
13
  fileName: {
12
14
  type: StringConstructor;
13
15
  default: () => string;
14
16
  };
15
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
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) => boolean;
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
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("initHooks" | "destroyHooks")[], "initHooks" | "destroyHooks", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
2
- onInitHooks?: ((...args: any[]) => any) | undefined;
3
- onDestroyHooks?: ((...args: any[]) => any) | undefined;
4
- }, {}, {}>;
5
- export default _sfc_main;
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<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("initHooks" | "destroyHooks")[], "initHooks" | "destroyHooks", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
3
- onInitHooks?: ((...args: any[]) => any) | undefined;
4
- onDestroyHooks?: ((...args: any[]) => any) | undefined;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("initHooks" | "destroyHooks")[], "initHooks" | "destroyHooks", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
2
- onInitHooks?: ((...args: any[]) => any) | undefined;
3
- onDestroyHooks?: ((...args: any[]) => any) | undefined;
4
- }, {}, {}>;
5
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("initHooks" | "destroyHooks")[], "initHooks" | "destroyHooks", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
3
- onInitHooks?: ((...args: any[]) => any) | undefined;
4
- onDestroyHooks?: ((...args: any[]) => any) | undefined;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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,16 +1,18 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { ViewshedItem } from '../../../../utils/map/analysis-spatial/viewshed';
3
- declare const _sfc_main: import("vue").DefineComponent<{
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, "on-name-change"[], "on-name-change", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
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"?: ((...args: any[]) => any) | undefined;
16
+ "onOn-name-change"?: ((data: ViewshedItem) => any) | undefined;
15
17
  }, {}, {}>;
16
- export default _sfc_main;
18
+ export default _default;
@@ -1,2 +1,2 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
- export default _sfc_main;
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 _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("initHooks" | "destroyHooks")[], "initHooks" | "destroyHooks", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
2
- onInitHooks?: ((...args: any[]) => any) | undefined;
3
- onDestroyHooks?: ((...args: any[]) => any) | undefined;
4
- }, {}, {}>;
5
- export default _sfc_main;
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<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("initHooks" | "destroyHooks")[], "initHooks" | "destroyHooks", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
3
- onInitHooks?: ((...args: any[]) => any) | undefined;
4
- onDestroyHooks?: ((...args: any[]) => any) | undefined;
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;