sat-earth 2.0.1 → 2.0.3

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 (117) hide show
  1. package/dist/packages/auto-components.d.ts +54 -59
  2. package/dist/packages/auto-import.d.ts +5 -1
  3. package/dist/packages/components/_private/DarkIcon.vue.d.ts +2 -2
  4. package/dist/packages/components/_private/LightIcon.vue.d.ts +2 -2
  5. package/dist/packages/components/_private/TheImageEditor/index.d.ts +4 -3
  6. package/dist/packages/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +28 -7
  7. package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +17 -5
  8. package/dist/packages/components/analysis-model/index.d.ts +34 -5
  9. package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +17 -5
  10. package/dist/packages/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +2 -2
  11. package/dist/packages/components/analysis-spatial/index.d.ts +34 -5
  12. package/dist/packages/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +2 -2
  13. package/dist/packages/components/analysis-spatial/modules/flood/index.d.ts +2 -1
  14. package/dist/packages/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +2 -2
  15. package/dist/packages/components/analysis-spatial/modules/intervisibility/index.d.ts +2 -1
  16. package/dist/packages/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +2 -2
  17. package/dist/packages/components/analysis-spatial/modules/section/index.d.ts +2 -1
  18. package/dist/packages/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +2 -2
  19. package/dist/packages/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +10 -7
  20. package/dist/packages/components/analysis-spatial/modules/viewshed/index.d.ts +2 -1
  21. package/dist/packages/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +2 -2
  22. package/dist/packages/components/analysis-spatial/modules/volume/index.d.ts +2 -1
  23. package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +17 -5
  24. package/dist/packages/components/analysis-terrain/index.d.ts +34 -5
  25. package/dist/packages/components/components.d.ts +536 -618
  26. package/dist/packages/components/globe/CameraBookmarkPanel.vue.d.ts +2 -2
  27. package/dist/packages/components/globe/MapSplitPanel.vue.d.ts +2 -2
  28. package/dist/packages/components/globe/SatGlobe.vue.d.ts +45 -26
  29. package/dist/packages/components/globe/helpers.d.ts +2 -1
  30. package/dist/packages/components/globe/index.d.ts +56 -19
  31. package/dist/packages/components/location/SatCoordinate.vue.d.ts +2 -2
  32. package/dist/packages/components/location/SatLocation.vue.d.ts +17 -5
  33. package/dist/packages/components/location/SatLocationMain.vue.d.ts +2 -2
  34. package/dist/packages/components/location/SatPathPlan.vue.d.ts +2 -2
  35. package/dist/packages/components/location/SatPoiQuery.vue.d.ts +2 -2
  36. package/dist/packages/components/location/SatRegionLevel.vue.d.ts +2 -2
  37. package/dist/packages/components/location/index.d.ts +34 -5
  38. package/dist/packages/components/location/useCoordinate.d.ts +2 -1
  39. package/dist/packages/components/location/usePathPlan.d.ts +6 -5
  40. package/dist/packages/components/location/usePoiQuery.d.ts +1 -0
  41. package/dist/packages/components/location/useRegionLevel.d.ts +1 -0
  42. package/dist/packages/components/map-part/SatMapPart.vue.d.ts +17 -5
  43. package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +2 -2
  44. package/dist/packages/components/map-part/helpers.d.ts +1 -0
  45. package/dist/packages/components/map-part/index.d.ts +34 -5
  46. package/dist/packages/components/measure/SatMeasure.vue.d.ts +17 -5
  47. package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +2 -2
  48. package/dist/packages/components/measure/index.d.ts +34 -5
  49. package/dist/packages/components/menu/SatMenu.vue.d.ts +13 -2
  50. package/dist/packages/components/menu/SatMenuMain.vue.d.ts +15 -5
  51. package/dist/packages/components/menu/helpers.d.ts +1 -0
  52. package/dist/packages/components/menu/index.d.ts +21 -2
  53. package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +19 -15
  54. package/dist/packages/components/menu/tree/index.d.ts +18 -14
  55. package/dist/packages/components/panel/SatPanel.vue.d.ts +16 -6
  56. package/dist/packages/components/panel/index.d.ts +121 -46
  57. package/dist/packages/components/picture/SatPicture.vue.d.ts +27 -11
  58. package/dist/packages/components/picture/index.d.ts +68 -18
  59. package/dist/packages/components/plot/PlotEdit.vue.d.ts +2 -2
  60. package/dist/packages/components/plot/PlotEditAttr.vue.d.ts +2 -2
  61. package/dist/packages/components/plot/PlotEditCoord.vue.d.ts +2 -2
  62. package/dist/packages/components/plot/PlotEditStyle.vue.d.ts +2 -2
  63. package/dist/packages/components/plot/PlotGroup.vue.d.ts +2 -2
  64. package/dist/packages/components/plot/PlotSourceList.vue.d.ts +32 -25
  65. package/dist/packages/components/plot/SatPlot.vue.d.ts +46 -27
  66. package/dist/packages/components/plot/SatPlotMain.vue.d.ts +32 -25
  67. package/dist/packages/components/plot/helpers.d.ts +1 -0
  68. package/dist/packages/components/plot/index.d.ts +58 -21
  69. package/dist/packages/components/roam/SatRoam.vue.d.ts +17 -5
  70. package/dist/packages/components/roam/index.d.ts +34 -5
  71. package/dist/packages/components/source/LayerStyleSlider.vue.d.ts +7 -6
  72. package/dist/packages/components/source/SatSource.vue.d.ts +21 -8
  73. package/dist/packages/components/source/SatSourceMain.vue.d.ts +7 -6
  74. package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +2 -2
  75. package/dist/packages/components/source/helpers.d.ts +3 -2
  76. package/dist/packages/components/source/index.d.ts +51 -13
  77. package/dist/packages/components/task-view/SatTaskView.vue.d.ts +16 -6
  78. package/dist/packages/components/task-view/index.d.ts +37 -11
  79. package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +17 -5
  80. package/dist/packages/components/video-fusion/index.d.ts +34 -5
  81. package/dist/packages/config/index.d.ts +2 -1
  82. package/dist/packages/config/injectKeys.d.ts +2 -1
  83. package/dist/packages/config/menuTemplate.d.ts +1 -0
  84. package/dist/packages/hooks/business/convertSatLayer.d.ts +3 -2
  85. package/dist/packages/hooks/listener/watchEffectPcOrMobile.d.ts +1 -0
  86. package/dist/packages/hooks/ui/useLoading.d.ts +1 -0
  87. package/dist/packages/hooks/ui/useMessage.d.ts +2 -1
  88. package/dist/packages/hooks/useRenderer.d.ts +1 -1
  89. package/dist/packages/main/index.d.ts +2 -1
  90. package/dist/packages/store/index.d.ts +1 -1
  91. package/dist/packages/store/modules/compState.d.ts +4 -4
  92. package/dist/packages/store/modules/layer.d.ts +3 -2
  93. package/dist/packages/store/modules/layout.d.ts +2 -2
  94. package/dist/packages/store/modules/partState.d.ts +2 -2
  95. package/dist/packages/store/modules/plot.d.ts +2 -2
  96. package/dist/packages/store/modules/taskView.d.ts +3 -2
  97. package/dist/packages/types/global.d.ts +3 -3
  98. package/dist/packages/utils/installer.d.ts +2 -1
  99. package/dist/packages/utils/is.d.ts +3 -3
  100. package/dist/packages/utils/map/analysis-spatial/flood.d.ts +3 -2
  101. package/dist/packages/utils/map/analysis-spatial/index.d.ts +2 -1
  102. package/dist/packages/utils/map/analysis-spatial/intervisibility.d.ts +3 -2
  103. package/dist/packages/utils/map/analysis-spatial/section.d.ts +3 -2
  104. package/dist/packages/utils/map/analysis-spatial/viewshed.d.ts +3 -2
  105. package/dist/packages/utils/map/analysis-spatial/volume.d.ts +3 -2
  106. package/dist/packages/utils/map/layer/index.d.ts +3 -2
  107. package/dist/packages/utils/map/measure/index.d.ts +2 -1
  108. package/dist/packages/utils/map/plot/index.d.ts +3 -2
  109. package/dist/packages/utils/rewriteMarsAlert.d.ts +2 -2
  110. package/dist/packages/utils/storage/index.d.ts +4 -3
  111. package/dist/packages/utils/types/index.d.ts +2 -1
  112. package/dist/sat-earth.mjs +3791 -3890
  113. package/dist/sat-earth.umd.js +6 -6
  114. package/dist/style.css +1 -1
  115. package/package.json +9 -12
  116. package/dist/index.d.ts +0 -3
  117. package/dist/packages/utils/map/index.d.ts +0 -103
@@ -1,59 +1,54 @@
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
+
2
+
3
+ export {}
4
+
5
+ declare module '@vue/runtime-core' {
6
+ export interface GlobalComponents {
7
+ AnalysisFlood: typeof import('./components/analysis-spatial/modules/flood/AnalysisFlood.vue')['default']
8
+ AnalysisIntervisibility: typeof import('./components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue')['default']
9
+ AnalysisSection: typeof import('./components/analysis-spatial/modules/section/AnalysisSection.vue')['default']
10
+ AnalysisViewshed: typeof import('./components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue')['default']
11
+ AnalysisVolume: typeof import('./components/analysis-spatial/modules/volume/AnalysisVolume.vue')['default']
12
+ CameraBookmarkPanel: typeof import('./components/globe/CameraBookmarkPanel.vue')['default']
13
+ DarkIcon: typeof import('./components/_private/DarkIcon.vue')['default']
14
+ LayerStyleSlider: typeof import('./components/source/LayerStyleSlider.vue')['default']
15
+ LightIcon: typeof import('./components/_private/LightIcon.vue')['default']
16
+ MapSplitPanel: typeof import('./components/globe/MapSplitPanel.vue')['default']
17
+ PlotEdit: typeof import('./components/plot/PlotEdit.vue')['default']
18
+ PlotEditAttr: typeof import('./components/plot/PlotEditAttr.vue')['default']
19
+ PlotEditCoord: typeof import('./components/plot/PlotEditCoord.vue')['default']
20
+ PlotEditStyle: typeof import('./components/plot/PlotEditStyle.vue')['default']
21
+ PlotGroup: typeof import('./components/plot/PlotGroup.vue')['default']
22
+ PlotSourceList: typeof import('./components/plot/PlotSourceList.vue')['default']
23
+ SatCoordinate: typeof import('./components/location/SatCoordinate.vue')['default']
24
+ SatGlobe: typeof import('./components/globe/SatGlobe.vue')['default']
25
+ SatLocation: typeof import('./components/location/SatLocation.vue')['default']
26
+ SatLocationMain: typeof import('./components/location/SatLocationMain.vue')['default']
27
+ SatMapPart: typeof import('./components/map-part/SatMapPart.vue')['default']
28
+ SatMapPartMain: typeof import('./components/map-part/SatMapPartMain.vue')['default']
29
+ SatMeasure: typeof import('./components/measure/SatMeasure.vue')['default']
30
+ SatMeasureMain: typeof import('./components/measure/SatMeasureMain.vue')['default']
31
+ SatMenu: typeof import('./components/menu/SatMenu.vue')['default']
32
+ SatMenuMain: typeof import('./components/menu/SatMenuMain.vue')['default']
33
+ SatMenuTree: typeof import('./components/menu/tree/SatMenuTree.vue')['default']
34
+ SatModelAnalysis: typeof import('./components/analysis-model/SatModelAnalysis.vue')['default']
35
+ SatPanel: typeof import('./components/panel/SatPanel.vue')['default']
36
+ SatPathPlan: typeof import('./components/location/SatPathPlan.vue')['default']
37
+ SatPicture: typeof import('./components/picture/SatPicture.vue')['default']
38
+ SatPlot: typeof import('./components/plot/SatPlot.vue')['default']
39
+ SatPlotMain: typeof import('./components/plot/SatPlotMain.vue')['default']
40
+ SatPoiQuery: typeof import('./components/location/SatPoiQuery.vue')['default']
41
+ SatRegionLevel: typeof import('./components/location/SatRegionLevel.vue')['default']
42
+ SatRoam: typeof import('./components/roam/SatRoam.vue')['default']
43
+ SatSource: typeof import('./components/source/SatSource.vue')['default']
44
+ SatSourceMain: typeof import('./components/source/SatSourceMain.vue')['default']
45
+ SatSpatialAnalysis: typeof import('./components/analysis-spatial/SatSpatialAnalysis.vue')['default']
46
+ SatSpatialAnalysisMain: typeof import('./components/analysis-spatial/SatSpatialAnalysisMain.vue')['default']
47
+ SatTaskView: typeof import('./components/task-view/SatTaskView.vue')['default']
48
+ SatTerrainAnalysis: typeof import('./components/analysis-terrain/SatTerrainAnalysis.vue')['default']
49
+ SatVideoFusion: typeof import('./components/video-fusion/SatVideoFusion.vue')['default']
50
+ TerrainExaggerationSlider: typeof import('./components/source/TerrainExaggerationSlider.vue')['default']
51
+ TheImageEditor: typeof import('./components/_private/TheImageEditor/src/TheImageEditor.vue')['default']
52
+ ViewshedStyleSlider: typeof import('./components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue')['default']
53
+ }
54
+ }
@@ -71,6 +71,7 @@ declare global {
71
71
  const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
72
72
  const onUnmounted: typeof import('vue')['onUnmounted']
73
73
  const onUpdated: typeof import('vue')['onUpdated']
74
+ const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
74
75
  const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
75
76
  const provide: typeof import('vue')['provide']
76
77
  const provideLocal: typeof import('@vueuse/core')['provideLocal']
@@ -182,6 +183,7 @@ declare global {
182
183
  const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
183
184
  const useGamepad: typeof import('@vueuse/core')['useGamepad']
184
185
  const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
186
+ const useId: typeof import('vue')['useId']
185
187
  const useIdle: typeof import('@vueuse/core')['useIdle']
186
188
  const useImage: typeof import('@vueuse/core')['useImage']
187
189
  const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
@@ -197,6 +199,7 @@ declare global {
197
199
  const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
198
200
  const useMemoize: typeof import('@vueuse/core')['useMemoize']
199
201
  const useMemory: typeof import('@vueuse/core')['useMemory']
202
+ const useModel: typeof import('vue')['useModel']
200
203
  const useMounted: typeof import('@vueuse/core')['useMounted']
201
204
  const useMouse: typeof import('@vueuse/core')['useMouse']
202
205
  const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
@@ -242,6 +245,7 @@ declare global {
242
245
  const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
243
246
  const useSupported: typeof import('@vueuse/core')['useSupported']
244
247
  const useSwipe: typeof import('@vueuse/core')['useSwipe']
248
+ const useTemplateRef: typeof import('vue')['useTemplateRef']
245
249
  const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
246
250
  const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
247
251
  const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
@@ -293,6 +297,6 @@ declare global {
293
297
  // for type re-export
294
298
  declare global {
295
299
  // @ts-ignore
296
- export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
300
+ export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
297
301
  import('vue')
298
302
  }
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,7 +1,8 @@
1
- import TheImageEditor from './src/TheImageEditor.vue';
2
- import tuiImageEditor from 'tui-image-editor';
3
- import type { UploadFile } from 'element-plus';
1
+ import { default as TheImageEditor } from './src/TheImageEditor.vue';
2
+ import { default as tuiImageEditor } from 'tui-image-editor';
3
+ import { UploadFile } from 'element-plus';
4
4
  import { ShallowRef } from 'vue';
5
+
5
6
  export { TheImageEditor };
6
7
  export interface TheImageEditorExpose {
7
8
  getInstance: () => ShallowRef<tuiImageEditor | undefined>;
@@ -1,33 +1,54 @@
1
+ import { default as tuiImageEditor } from 'tui-image-editor';
2
+ import { UploadFile } from 'element-plus';
1
3
  import { PropType } from 'vue';
2
- declare const _sfc_main: import("vue").DefineComponent<{
4
+
5
+ declare function __VLS_template(): {
6
+ default?(_: {}): any;
7
+ };
8
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
9
  isIncludeDiv: {
4
10
  type: BooleanConstructor;
5
11
  default: () => boolean;
6
12
  };
7
13
  divChildFilter: {
8
14
  type: PropType<(node: Element) => boolean>;
9
- default: (node: Element) => boolean;
15
+ default: (node: Element) => true;
10
16
  };
11
17
  fileName: {
12
18
  type: StringConstructor;
13
19
  default: () => string;
14
20
  };
15
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
21
+ }>, {
22
+ getInstance: () => import('vue').ShallowRef<tuiImageEditor | undefined, tuiImageEditor | undefined>;
23
+ loadScene: (options?: {
24
+ isIncludeDiv?: boolean;
25
+ divChildFilter?: (node: Element) => boolean;
26
+ }) => void;
27
+ uploadFile: (uploadFile: UploadFile) => void;
28
+ uploadImageBase64: (base64: string) => void;
29
+ download: (autoDownload?: boolean) => Promise<string> | undefined;
30
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
31
  isIncludeDiv: {
17
32
  type: BooleanConstructor;
18
33
  default: () => boolean;
19
34
  };
20
35
  divChildFilter: {
21
36
  type: PropType<(node: Element) => boolean>;
22
- default: (node: Element) => boolean;
37
+ default: (node: Element) => true;
23
38
  };
24
39
  fileName: {
25
40
  type: StringConstructor;
26
41
  default: () => string;
27
42
  };
28
- }>>, {
43
+ }>> & Readonly<{}>, {
29
44
  isIncludeDiv: boolean;
30
45
  divChildFilter: (node: Element) => boolean;
31
46
  fileName: string;
32
- }, {}>;
33
- export default _sfc_main;
47
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
48
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
49
+ export default _default;
50
+ type __VLS_WithTemplateSlots<T, S> = T & {
51
+ new (): {
52
+ $slots: S;
53
+ };
54
+ };
@@ -1,5 +1,17 @@
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 function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ initHooks: () => void;
6
+ destroyHooks: () => void;
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
8
+ onInitHooks?: (() => any) | undefined;
9
+ onDestroyHooks?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -1,7 +1,36 @@
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
- }, {}, {}>>;
1
+ import { default as SatModelAnalysisSFC } from './SatModelAnalysis.vue';
2
+
3
+ declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
5
+ onInitHooks?: (() => any) | undefined;
6
+ onDestroyHooks?: (() => any) | undefined;
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ initHooks: () => void;
9
+ destroyHooks: () => void;
10
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11
+ P: {};
12
+ B: {};
13
+ D: {};
14
+ C: {};
15
+ M: {};
16
+ Defaults: {};
17
+ }, Readonly<{}> & Readonly<{
18
+ onInitHooks?: (() => any) | undefined;
19
+ onDestroyHooks?: (() => any) | undefined;
20
+ }>, {}, {}, {}, {}, {}>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
25
+ onInitHooks?: (() => any) | undefined;
26
+ onDestroyHooks?: (() => any) | undefined;
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ initHooks: () => void;
29
+ destroyHooks: () => void;
30
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
31
+ $slots: {
32
+ default?(_: {}): any;
33
+ };
34
+ })>;
6
35
  export { SatModelAnalysisSFC, SatModelAnalysis };
7
36
  export default SatModelAnalysis;
@@ -1,5 +1,17 @@
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 function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ initHooks: () => void;
6
+ destroyHooks: () => void;
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
8
+ onInitHooks?: (() => any) | undefined;
9
+ onDestroyHooks?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,7 +1,36 @@
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
- }, {}, {}>>;
1
+ import { default as SatSpatialAnalysisSFC } from './SatSpatialAnalysis.vue';
2
+
3
+ declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
5
+ onInitHooks?: (() => any) | undefined;
6
+ onDestroyHooks?: (() => any) | undefined;
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ initHooks: () => void;
9
+ destroyHooks: () => void;
10
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11
+ P: {};
12
+ B: {};
13
+ D: {};
14
+ C: {};
15
+ M: {};
16
+ Defaults: {};
17
+ }, Readonly<{}> & Readonly<{
18
+ onInitHooks?: (() => any) | undefined;
19
+ onDestroyHooks?: (() => any) | undefined;
20
+ }>, {}, {}, {}, {}, {}>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
25
+ onInitHooks?: (() => any) | undefined;
26
+ onDestroyHooks?: (() => any) | undefined;
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ initHooks: () => void;
29
+ destroyHooks: () => void;
30
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
31
+ $slots: {
32
+ default?(_: {}): any;
33
+ };
34
+ })>;
6
35
  export { SatSpatialAnalysisSFC, SatSpatialAnalysis };
7
36
  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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,2 +1,3 @@
1
- import AnalysisFlood from './AnalysisFlood.vue';
1
+ import { default as AnalysisFlood } from './AnalysisFlood.vue';
2
+
2
3
  export { AnalysisFlood };
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,2 +1,3 @@
1
- import AnalysisIntervisibility from './AnalysisIntervisibility.vue';
1
+ import { default as AnalysisIntervisibility } from './AnalysisIntervisibility.vue';
2
+
2
3
  export { AnalysisIntervisibility };
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,2 +1,3 @@
1
- import AnalysisSection from './AnalysisSection.vue';
1
+ import { default as AnalysisSection } from './AnalysisSection.vue';
2
+
2
3
  export { AnalysisSection };
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,16 +1,19 @@
1
- import { type PropType } from 'vue';
1
+ import { PropType } from 'vue';
2
2
  import { ViewshedItem } from '../../../../utils/map/analysis-spatial/viewshed';
3
- declare const _sfc_main: import("vue").DefineComponent<{
3
+
4
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
5
  viewshedItem: {
5
6
  type: PropType<ViewshedItem>;
6
7
  required: true;
7
8
  };
8
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-name-change"[], "on-name-change", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
9
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ "on-name-change": (data: ViewshedItem) => void;
11
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
9
12
  viewshedItem: {
10
13
  type: PropType<ViewshedItem>;
11
14
  required: true;
12
15
  };
13
- }>> & {
14
- "onOn-name-change"?: ((...args: any[]) => any) | undefined;
15
- }, {}, {}>;
16
- export default _sfc_main;
16
+ }>> & Readonly<{
17
+ "onOn-name-change"?: ((data: ViewshedItem) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
+ export default _default;
@@ -1,2 +1,3 @@
1
- import AnalysisViewshed from './AnalysisViewshed.vue';
1
+ import { default as AnalysisViewshed } from './AnalysisViewshed.vue';
2
+
2
3
  export { AnalysisViewshed };
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,2 +1,3 @@
1
- import AnalysisVolume from './AnalysisVolume.vue';
1
+ import { default as AnalysisVolume } from './AnalysisVolume.vue';
2
+
2
3
  export { AnalysisVolume };
@@ -1,5 +1,17 @@
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 function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ initHooks: () => void;
6
+ destroyHooks: () => void;
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
8
+ onInitHooks?: (() => any) | undefined;
9
+ onDestroyHooks?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -1,7 +1,36 @@
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
- }, {}, {}>>;
1
+ import { default as SatTerrainAnalysisSFC } from './SatTerrainAnalysis.vue';
2
+
3
+ declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
5
+ onInitHooks?: (() => any) | undefined;
6
+ onDestroyHooks?: (() => any) | undefined;
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ initHooks: () => void;
9
+ destroyHooks: () => void;
10
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11
+ P: {};
12
+ B: {};
13
+ D: {};
14
+ C: {};
15
+ M: {};
16
+ Defaults: {};
17
+ }, Readonly<{}> & Readonly<{
18
+ onInitHooks?: (() => any) | undefined;
19
+ onDestroyHooks?: (() => any) | undefined;
20
+ }>, {}, {}, {}, {}, {}>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
25
+ onInitHooks?: (() => any) | undefined;
26
+ onDestroyHooks?: (() => any) | undefined;
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ initHooks: () => void;
29
+ destroyHooks: () => void;
30
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
31
+ $slots: {
32
+ default?(_: {}): any;
33
+ };
34
+ })>;
6
35
  export { SatTerrainAnalysisSFC, SatTerrainAnalysis };
7
36
  export default SatTerrainAnalysis;