sat-earth 2.0.2 → 2.0.4

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 (115) hide show
  1. package/README.md +53 -53
  2. package/dist/packages/auto-components.d.ts +1 -5
  3. package/dist/packages/auto-import.d.ts +5 -1
  4. package/dist/packages/components/_private/DarkIcon.vue.d.ts +1 -1
  5. package/dist/packages/components/_private/LightIcon.vue.d.ts +1 -1
  6. package/dist/packages/components/_private/TheImageEditor/index.d.ts +4 -3
  7. package/dist/packages/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +17 -14
  8. package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +7 -5
  9. package/dist/packages/components/analysis-model/index.d.ts +13 -15
  10. package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +7 -5
  11. package/dist/packages/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +1 -1
  12. package/dist/packages/components/analysis-spatial/index.d.ts +13 -15
  13. package/dist/packages/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +1 -1
  14. package/dist/packages/components/analysis-spatial/modules/flood/index.d.ts +2 -1
  15. package/dist/packages/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +1 -1
  16. package/dist/packages/components/analysis-spatial/modules/intervisibility/index.d.ts +2 -1
  17. package/dist/packages/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +1 -1
  18. package/dist/packages/components/analysis-spatial/modules/section/index.d.ts +2 -1
  19. package/dist/packages/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +1 -1
  20. package/dist/packages/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +7 -6
  21. package/dist/packages/components/analysis-spatial/modules/viewshed/index.d.ts +2 -1
  22. package/dist/packages/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +1 -1
  23. package/dist/packages/components/analysis-spatial/modules/volume/index.d.ts +2 -1
  24. package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +7 -5
  25. package/dist/packages/components/analysis-terrain/index.d.ts +13 -15
  26. package/dist/packages/components/components.d.ts +344 -554
  27. package/dist/packages/components/globe/CameraBookmarkPanel.vue.d.ts +1 -1
  28. package/dist/packages/components/globe/MapSplitPanel.vue.d.ts +1 -1
  29. package/dist/packages/components/globe/SatGlobe.vue.d.ts +13 -10
  30. package/dist/packages/components/globe/helpers.d.ts +2 -1
  31. package/dist/packages/components/globe/index.d.ts +23 -32
  32. package/dist/packages/components/location/SatCoordinate.vue.d.ts +1 -1
  33. package/dist/packages/components/location/SatLocation.vue.d.ts +7 -5
  34. package/dist/packages/components/location/SatLocationMain.vue.d.ts +1 -1
  35. package/dist/packages/components/location/SatPathPlan.vue.d.ts +1 -1
  36. package/dist/packages/components/location/SatPoiQuery.vue.d.ts +1 -1
  37. package/dist/packages/components/location/SatRegionLevel.vue.d.ts +1 -1
  38. package/dist/packages/components/location/index.d.ts +13 -15
  39. package/dist/packages/components/location/useCoordinate.d.ts +2 -1
  40. package/dist/packages/components/location/usePathPlan.d.ts +6 -5
  41. package/dist/packages/components/location/usePoiQuery.d.ts +1 -0
  42. package/dist/packages/components/location/useRegionLevel.d.ts +1 -0
  43. package/dist/packages/components/map-part/SatMapPart.vue.d.ts +7 -5
  44. package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +1 -1
  45. package/dist/packages/components/map-part/index.d.ts +13 -15
  46. package/dist/packages/components/measure/SatMeasure.vue.d.ts +7 -5
  47. package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +1 -1
  48. package/dist/packages/components/measure/index.d.ts +13 -15
  49. package/dist/packages/components/menu/SatMenu.vue.d.ts +4 -2
  50. package/dist/packages/components/menu/SatMenuMain.vue.d.ts +9 -7
  51. package/dist/packages/components/menu/helpers.d.ts +1 -0
  52. package/dist/packages/components/menu/index.d.ts +8 -7
  53. package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +14 -13
  54. package/dist/packages/components/menu/tree/index.d.ts +15 -14
  55. package/dist/packages/components/panel/SatPanel.vue.d.ts +9 -6
  56. package/dist/packages/components/panel/index.d.ts +21 -60
  57. package/dist/packages/components/picture/SatPicture.vue.d.ts +12 -9
  58. package/dist/packages/components/picture/index.d.ts +21 -32
  59. package/dist/packages/components/plot/PlotEdit.vue.d.ts +1 -1
  60. package/dist/packages/components/plot/PlotEditAttr.vue.d.ts +1 -1
  61. package/dist/packages/components/plot/PlotEditCoord.vue.d.ts +1 -1
  62. package/dist/packages/components/plot/PlotEditStyle.vue.d.ts +1 -1
  63. package/dist/packages/components/plot/PlotGroup.vue.d.ts +1 -1
  64. package/dist/packages/components/plot/PlotSourceList.vue.d.ts +10 -9
  65. package/dist/packages/components/plot/SatPlot.vue.d.ts +16 -13
  66. package/dist/packages/components/plot/SatPlotMain.vue.d.ts +10 -9
  67. package/dist/packages/components/plot/helpers.d.ts +1 -0
  68. package/dist/packages/components/plot/index.d.ts +16 -26
  69. package/dist/packages/components/roam/SatRoam.vue.d.ts +7 -5
  70. package/dist/packages/components/roam/index.d.ts +13 -15
  71. package/dist/packages/components/source/LayerStyleSlider.vue.d.ts +6 -5
  72. package/dist/packages/components/source/SatSource.vue.d.ts +11 -8
  73. package/dist/packages/components/source/SatSourceMain.vue.d.ts +6 -5
  74. package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +1 -1
  75. package/dist/packages/components/source/helpers.d.ts +3 -2
  76. package/dist/packages/components/source/index.d.ts +19 -26
  77. package/dist/packages/components/task-view/SatTaskView.vue.d.ts +9 -6
  78. package/dist/packages/components/task-view/index.d.ts +21 -25
  79. package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +7 -5
  80. package/dist/packages/components/video-fusion/index.d.ts +13 -15
  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/ui/useLoading.d.ts +1 -0
  86. package/dist/packages/hooks/ui/useMessage.d.ts +2 -1
  87. package/dist/packages/hooks/useRenderer.d.ts +1 -1
  88. package/dist/packages/main/index.d.ts +2 -2
  89. package/dist/packages/store/index.d.ts +1 -1
  90. package/dist/packages/store/modules/compState.d.ts +4 -4
  91. package/dist/packages/store/modules/layer.d.ts +3 -2
  92. package/dist/packages/store/modules/layout.d.ts +2 -2
  93. package/dist/packages/store/modules/partState.d.ts +2 -2
  94. package/dist/packages/store/modules/plot.d.ts +2 -2
  95. package/dist/packages/store/modules/taskView.d.ts +3 -2
  96. package/dist/packages/types/global.d.ts +1 -1
  97. package/dist/packages/utils/installer.d.ts +2 -1
  98. package/dist/packages/utils/is.d.ts +3 -3
  99. package/dist/packages/utils/map/analysis-spatial/flood.d.ts +2 -1
  100. package/dist/packages/utils/map/analysis-spatial/index.d.ts +1 -0
  101. package/dist/packages/utils/map/analysis-spatial/intervisibility.d.ts +2 -1
  102. package/dist/packages/utils/map/analysis-spatial/section.d.ts +3 -2
  103. package/dist/packages/utils/map/analysis-spatial/viewshed.d.ts +2 -1
  104. package/dist/packages/utils/map/analysis-spatial/volume.d.ts +2 -1
  105. package/dist/packages/utils/map/layer/index.d.ts +3 -2
  106. package/dist/packages/utils/map/measure/index.d.ts +2 -1
  107. package/dist/packages/utils/map/plot/index.d.ts +3 -2
  108. package/dist/packages/utils/rewriteMarsAlert.d.ts +2 -2
  109. package/dist/packages/utils/storage/index.d.ts +4 -3
  110. package/dist/packages/utils/types/index.d.ts +2 -1
  111. package/dist/sat-earth.mjs +3686 -3711
  112. package/dist/sat-earth.umd.js +5 -5
  113. package/dist/style.css +1 -1
  114. package/package.json +81 -84
  115. package/dist/packages/utils/map/index.d.ts +0 -103
package/README.md CHANGED
@@ -1,53 +1,53 @@
1
- # 简介
2
-
3
- ## 什么是SatEarth?
4
- > **[SatEarth](https://gitee.com/gengkaibo/sat-earth)是基于 [Vite](https://vitejs.dev/) + [TypeScript](https://www.typescriptlang.org/) + [Vue](https://v3.vuejs.org/) + [Element Plus](http://element-plus.org/zh-CN/) 等技术架构以及 [Mars3D@3.4.26](http://mars3d.cn/) 和 [Cesium@1.95.1](https://cesium.com/) 的底层API,实现的三维地球NPM组件库,以支持前端开发者快速搭建三维场景。**
5
-
6
- ## 组件列表
7
- > 已完成的组件:
8
- - 主入口(`SatGlobe`)组件
9
- - 公共UI(`SatPanel`)组件
10
- - 任务视图(`SatTaskView`)组件
11
- - 菜单(`SatMenu`)组件
12
- - 菜单树(`SatMenuTree`)组件
13
- - 数据源(`SatSource`)组件
14
- - 地图部件(`SatMapPart`)组件
15
- - 搜索定位(`SatLocation`)组件
16
- - 量测工具(`SatMeasure`)组件
17
- - 图上标绘(`SatPlot`)组件
18
- - 出图工具(`SatPicture`)组件
19
- - 空间分析(`SatSpatialAnalysis`)组件
20
-
21
- > 计划中的组件:
22
- - 模型分析(`SatModelAnalysis`)组件
23
- - 地形分析(`SatTerrainAnalysis`)组件
24
- - 飞行漫游(`SatRoam`)组件
25
- - 视频融合(`SatVideoFusion`)组件
26
-
27
- ## 亮点
28
- - ⚡️ 基于`Vite`、`TypeScript`、`Vue`等最新技术栈开发,在开发过程中如果使用`VSCode`开发,有相应的[Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)插件代码提示支持
29
- - 💡 对常用功能进行组件化封装,统一维护,满足基础工作需求
30
- - 🛠️ 暴露了`SatEarth`等API,在使用过程中除了可以使用内置的组件外,可以灵活根据业务和需求进行个性化开发
31
- - 🔑 同`Element Plus`的主题配置及黑暗主题适配
32
- - ✨ 支持在同一个界面构造多个`Cesium`球而互不影响
33
-
34
- ## 浏览器支持
35
- - `Chrome`
36
- - `Firefox`
37
- - `Microsoft Edge 13` 及以上
38
- - `Safari 9+`
39
- - 各类以`Chrominum`为核心的第三方浏览器,如360浏览器,傲游浏览器等
40
- - IOS,安卓及鸿蒙操作系统上的现代手机浏览器
41
- - 微信或手机QQ上的浏览器
42
-
43
- 同Vue3一样不支持IE浏览器(包括`IE11`),主要考虑到以下几个原因:
44
- - `IE`不支持最新的Javascript标准,极大的增加了工程的开发和维护难度
45
- - `IE11`的WebGL性能很弱
46
- - `IE`不支持`WASM`,很多基于WASM的功能或优化都无法支持
47
- - `IE`的市场占有率极低,自2022年6月15日起,`IE11`停止维护
48
-
49
- ## 相关地址
50
- - [SatEarth仓库](https://gitee.com/gengkaibo/sat-earth)
51
- - [SatEarth在线文档](http://114.115.163.131:8888/sat-earth-docs/)
52
- - [SatEarth在线体验](http://114.115.163.131:8888/)
53
-
1
+ # 简介
2
+
3
+ ## 什么是SatEarth?
4
+ > **[SatEarth](https://gitee.com/gengkaibo/sat-earth)是基于 [Vite](https://vitejs.dev/) + [TypeScript](https://www.typescriptlang.org/) + [Vue](https://v3.vuejs.org/) + [Element Plus](http://element-plus.org/zh-CN/) 等技术架构以及 [Mars3D@3.4.26](http://mars3d.cn/) 和 [Cesium@1.95.1](https://cesium.com/) 的底层API,实现的三维地球NPM组件库,以支持前端开发者快速搭建三维场景。**
5
+
6
+ ## 组件列表
7
+ > 已完成的组件:
8
+ - 主入口(`SatGlobe`)组件
9
+ - 公共UI(`SatPanel`)组件
10
+ - 任务视图(`SatTaskView`)组件
11
+ - 菜单(`SatMenu`)组件
12
+ - 菜单树(`SatMenuTree`)组件
13
+ - 数据源(`SatSource`)组件
14
+ - 地图部件(`SatMapPart`)组件
15
+ - 搜索定位(`SatLocation`)组件
16
+ - 量测工具(`SatMeasure`)组件
17
+ - 图上标绘(`SatPlot`)组件
18
+ - 出图工具(`SatPicture`)组件
19
+ - 空间分析(`SatSpatialAnalysis`)组件
20
+
21
+ > 计划中的组件:
22
+ - 模型分析(`SatModelAnalysis`)组件
23
+ - 地形分析(`SatTerrainAnalysis`)组件
24
+ - 飞行漫游(`SatRoam`)组件
25
+ - 视频融合(`SatVideoFusion`)组件
26
+
27
+ ## 亮点
28
+ - ⚡️ 基于`Vite`、`TypeScript`、`Vue`等最新技术栈开发,在开发过程中如果使用`VSCode`开发,有相应的[Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)插件代码提示支持
29
+ - 💡 对常用功能进行组件化封装,统一维护,满足基础工作需求
30
+ - 🛠️ 暴露了`SatEarth`等API,在使用过程中除了可以使用内置的组件外,可以灵活根据业务和需求进行个性化开发
31
+ - 🔑 同`Element Plus`的主题配置及黑暗主题适配
32
+ - ✨ 支持在同一个界面构造多个`Cesium`球而互不影响
33
+
34
+ ## 浏览器支持
35
+ - `Chrome`
36
+ - `Firefox`
37
+ - `Microsoft Edge 13` 及以上
38
+ - `Safari 9+`
39
+ - 各类以`Chrominum`为核心的第三方浏览器,如360浏览器,傲游浏览器等
40
+ - IOS,安卓及鸿蒙操作系统上的现代手机浏览器
41
+ - 微信或手机QQ上的浏览器
42
+
43
+ 同Vue3一样不支持IE浏览器(包括`IE11`),主要考虑到以下几个原因:
44
+ - `IE`不支持最新的Javascript标准,极大的增加了工程的开发和维护难度
45
+ - `IE11`的WebGL性能很弱
46
+ - `IE`不支持`WASM`,很多基于WASM的功能或优化都无法支持
47
+ - `IE`的市场占有率极低,自2022年6月15日起,`IE11`停止维护
48
+
49
+ ## 相关地址
50
+ - [SatEarth仓库](https://gitee.com/gengkaibo/sat-earth)
51
+ - [SatEarth在线文档](http://1.94.227.75:8888/sat-earth-docs/)
52
+ - [SatEarth在线体验](http://1.94.227.75:8888/sat-earth-demo/)
53
+
@@ -1,8 +1,4 @@
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
1
+
6
2
 
7
3
  export {}
8
4
 
@@ -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 _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
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<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
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,7 +1,11 @@
1
- import tuiImageEditor from 'tui-image-editor';
2
- import type { UploadFile } from 'element-plus';
1
+ import { default as tuiImageEditor } from 'tui-image-editor';
2
+ import { UploadFile } from 'element-plus';
3
3
  import { PropType } from 'vue';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
+
5
+ declare function __VLS_template(): {
6
+ default?(_: {}): any;
7
+ };
8
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
5
9
  isIncludeDiv: {
6
10
  type: BooleanConstructor;
7
11
  default: () => boolean;
@@ -14,16 +18,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
14
18
  type: StringConstructor;
15
19
  default: () => string;
16
20
  };
17
- }, {
18
- getInstance: () => import("vue").ShallowRef<tuiImageEditor | undefined>;
21
+ }>, {
22
+ getInstance: () => import('vue').ShallowRef<tuiImageEditor | undefined, tuiImageEditor | undefined>;
19
23
  loadScene: (options?: {
20
- isIncludeDiv?: boolean | undefined;
21
- divChildFilter?: ((node: Element) => boolean) | undefined;
22
- } | undefined) => void;
24
+ isIncludeDiv?: boolean;
25
+ divChildFilter?: (node: Element) => boolean;
26
+ }) => void;
23
27
  uploadFile: (uploadFile: UploadFile) => void;
24
28
  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<{
29
+ download: (autoDownload?: boolean) => Promise<string> | undefined;
30
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
27
31
  isIncludeDiv: {
28
32
  type: BooleanConstructor;
29
33
  default: () => boolean;
@@ -36,13 +40,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
36
40
  type: StringConstructor;
37
41
  default: () => string;
38
42
  };
39
- }>>, {
43
+ }>> & Readonly<{}>, {
40
44
  isIncludeDiv: boolean;
41
45
  divChildFilter: (node: Element) => boolean;
42
46
  fileName: string;
43
- }, {}>, {
44
- default?(_: {}): any;
45
- }>;
47
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
48
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
46
49
  export default _default;
47
50
  type __VLS_WithTemplateSlots<T, S> = T & {
48
51
  new (): {
@@ -1,12 +1,14 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
5
  initHooks: () => void;
3
6
  destroyHooks: () => void;
4
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
5
8
  onInitHooks?: (() => any) | undefined;
6
9
  onDestroyHooks?: (() => any) | undefined;
7
- }, {}, {}>, {
8
- default?(_: {}): any;
9
- }>;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
12
  export default _default;
11
13
  type __VLS_WithTemplateSlots<T, S> = T & {
12
14
  new (): {
@@ -1,35 +1,33 @@
1
- import SatModelAnalysisSFC from './SatModelAnalysis.vue';
1
+ import { default as SatModelAnalysisSFC } from './SatModelAnalysis.vue';
2
+
2
3
  declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<{
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{}>> & {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
4
5
  onInitHooks?: (() => any) | undefined;
5
6
  onDestroyHooks?: (() => any) | undefined;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
8
  initHooks: () => void;
8
9
  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, {}, {}, {
10
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
13
11
  P: {};
14
12
  B: {};
15
13
  D: {};
16
14
  C: {};
17
15
  M: {};
18
16
  Defaults: {};
19
- }, Readonly<globalThis.ExtractPropTypes<{}>> & {
17
+ }, Readonly<{}> & Readonly<{
20
18
  onInitHooks?: (() => any) | undefined;
21
19
  onDestroyHooks?: (() => any) | undefined;
22
- }, {}, {}, {}, {}, {}>;
23
- __isFragment?: undefined;
24
- __isTeleport?: undefined;
25
- __isSuspense?: undefined;
26
- } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{}>> & {
20
+ }>, {}, {}, {}, {}, {}>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
27
25
  onInitHooks?: (() => any) | undefined;
28
26
  onDestroyHooks?: (() => any) | undefined;
29
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
28
  initHooks: () => void;
31
29
  destroyHooks: () => void;
32
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
30
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
33
31
  $slots: {
34
32
  default?(_: {}): any;
35
33
  };
@@ -1,12 +1,14 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
5
  initHooks: () => void;
3
6
  destroyHooks: () => void;
4
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
5
8
  onInitHooks?: (() => any) | undefined;
6
9
  onDestroyHooks?: (() => any) | undefined;
7
- }, {}, {}>, {
8
- default?(_: {}): any;
9
- }>;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
12
  export default _default;
11
13
  type __VLS_WithTemplateSlots<T, S> = T & {
12
14
  new (): {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
2
  export default _default;
@@ -1,35 +1,33 @@
1
- import SatSpatialAnalysisSFC from './SatSpatialAnalysis.vue';
1
+ import { default as SatSpatialAnalysisSFC } from './SatSpatialAnalysis.vue';
2
+
2
3
  declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall<{
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{}>> & {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
4
5
  onInitHooks?: (() => any) | undefined;
5
6
  onDestroyHooks?: (() => any) | undefined;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
8
  initHooks: () => void;
8
9
  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, {}, {}, {
10
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
13
11
  P: {};
14
12
  B: {};
15
13
  D: {};
16
14
  C: {};
17
15
  M: {};
18
16
  Defaults: {};
19
- }, Readonly<globalThis.ExtractPropTypes<{}>> & {
17
+ }, Readonly<{}> & Readonly<{
20
18
  onInitHooks?: (() => any) | undefined;
21
19
  onDestroyHooks?: (() => any) | undefined;
22
- }, {}, {}, {}, {}, {}>;
23
- __isFragment?: undefined;
24
- __isTeleport?: undefined;
25
- __isSuspense?: undefined;
26
- } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{}>> & {
20
+ }>, {}, {}, {}, {}, {}>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
27
25
  onInitHooks?: (() => any) | undefined;
28
26
  onDestroyHooks?: (() => any) | undefined;
29
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
28
  initHooks: () => void;
31
29
  destroyHooks: () => void;
32
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
30
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
33
31
  $slots: {
34
32
  default?(_: {}): any;
35
33
  };
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
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 _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
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 _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
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 _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
2
  export default _default;
@@ -1,18 +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 _default: 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, {
9
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
10
  "on-name-change": (data: ViewshedItem) => void;
10
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
11
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
11
12
  viewshedItem: {
12
13
  type: PropType<ViewshedItem>;
13
14
  required: true;
14
15
  };
15
- }>> & {
16
+ }>> & Readonly<{
16
17
  "onOn-name-change"?: ((data: ViewshedItem) => any) | undefined;
17
- }, {}, {}>;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
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 _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
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
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,12 +1,14 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
5
  initHooks: () => void;
3
6
  destroyHooks: () => void;
4
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
5
8
  onInitHooks?: (() => any) | undefined;
6
9
  onDestroyHooks?: (() => any) | undefined;
7
- }, {}, {}>, {
8
- default?(_: {}): any;
9
- }>;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
12
  export default _default;
11
13
  type __VLS_WithTemplateSlots<T, S> = T & {
12
14
  new (): {
@@ -1,35 +1,33 @@
1
- import SatTerrainAnalysisSFC from './SatTerrainAnalysis.vue';
1
+ import { default as SatTerrainAnalysisSFC } from './SatTerrainAnalysis.vue';
2
+
2
3
  declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall<{
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{}>> & {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
4
5
  onInitHooks?: (() => any) | undefined;
5
6
  onDestroyHooks?: (() => any) | undefined;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
8
  initHooks: () => void;
8
9
  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, {}, {}, {
10
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
13
11
  P: {};
14
12
  B: {};
15
13
  D: {};
16
14
  C: {};
17
15
  M: {};
18
16
  Defaults: {};
19
- }, Readonly<globalThis.ExtractPropTypes<{}>> & {
17
+ }, Readonly<{}> & Readonly<{
20
18
  onInitHooks?: (() => any) | undefined;
21
19
  onDestroyHooks?: (() => any) | undefined;
22
- }, {}, {}, {}, {}, {}>;
23
- __isFragment?: undefined;
24
- __isTeleport?: undefined;
25
- __isSuspense?: undefined;
26
- } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{}>> & {
20
+ }>, {}, {}, {}, {}, {}>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
27
25
  onInitHooks?: (() => any) | undefined;
28
26
  onDestroyHooks?: (() => any) | undefined;
29
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
28
  initHooks: () => void;
31
29
  destroyHooks: () => void;
32
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
30
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
33
31
  $slots: {
34
32
  default?(_: {}): any;
35
33
  };