sat-earth 3.1.21 → 3.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist/dts/auto-components.d.ts +50 -3
  2. package/dist/dts/auto-import.d.ts +301 -289
  3. package/dist/dts/components/_private/DarkIcon.vue.d.ts +1 -1
  4. package/dist/dts/components/_private/LightIcon.vue.d.ts +1 -1
  5. package/dist/dts/components/_private/TheImageEditor/index.d.ts +0 -1
  6. package/dist/dts/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +19 -12
  7. package/dist/dts/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +18 -21
  8. package/dist/dts/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +4 -15
  9. package/dist/dts/components/analysis-spatial/index.d.ts +19 -26
  10. package/dist/dts/components/analysis-spatial/modules/contourLine/ContourLine.vue.d.ts +1 -1
  11. package/dist/dts/components/analysis-spatial/modules/contourLine/index.d.ts +0 -1
  12. package/dist/dts/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +1 -1
  13. package/dist/dts/components/analysis-spatial/modules/flood/index.d.ts +0 -1
  14. package/dist/dts/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +1 -1
  15. package/dist/dts/components/analysis-spatial/modules/intervisibility/index.d.ts +0 -1
  16. package/dist/dts/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +1 -1
  17. package/dist/dts/components/analysis-spatial/modules/section/index.d.ts +0 -1
  18. package/dist/dts/components/analysis-spatial/modules/slope/Slope.vue.d.ts +1 -1
  19. package/dist/dts/components/analysis-spatial/modules/slope/index.d.ts +0 -1
  20. package/dist/dts/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +1 -1
  21. package/dist/dts/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +3 -4
  22. package/dist/dts/components/analysis-spatial/modules/viewshed/index.d.ts +0 -1
  23. package/dist/dts/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +1 -1
  24. package/dist/dts/components/analysis-spatial/modules/volume/index.d.ts +0 -1
  25. package/dist/dts/components/components.d.ts +9016 -600
  26. package/dist/dts/components/globe/CameraBookmarkPanel.vue.d.ts +1 -1
  27. package/dist/dts/components/globe/MapSplitPanel.vue.d.ts +1 -1
  28. package/dist/dts/components/globe/SatGlobe.vue.d.ts +20 -45
  29. package/dist/dts/components/globe/helpers.d.ts +0 -1
  30. package/dist/dts/components/globe/index.d.ts +25 -68
  31. package/dist/dts/components/location/SatCoordinate.vue.d.ts +221 -1
  32. package/dist/dts/components/location/SatLocation.vue.d.ts +20 -22
  33. package/dist/dts/components/location/SatLocationMain.vue.d.ts +14 -16
  34. package/dist/dts/components/location/SatPathPlan.vue.d.ts +221 -1
  35. package/dist/dts/components/location/SatPoiQuery.vue.d.ts +1 -1
  36. package/dist/dts/components/location/SatRegionLevel.vue.d.ts +442 -14
  37. package/dist/dts/components/location/index.d.ts +19 -26
  38. package/dist/dts/components/location/useCoordinate.d.ts +0 -1
  39. package/dist/dts/components/location/usePathPlan.d.ts +4 -5
  40. package/dist/dts/components/location/usePoiQuery.d.ts +0 -1
  41. package/dist/dts/components/location/useRegionLevel.d.ts +0 -1
  42. package/dist/dts/components/measure/SatMeasure.vue.d.ts +14 -6
  43. package/dist/dts/components/measure/SatMeasureMain.vue.d.ts +1 -1
  44. package/dist/dts/components/measure/index.d.ts +9 -10
  45. package/dist/dts/components/menu/SatMenu.vue.d.ts +13 -5
  46. package/dist/dts/components/menu/SatMenuMain.vue.d.ts +13 -5
  47. package/dist/dts/components/menu/helpers.d.ts +0 -1
  48. package/dist/dts/components/menu/index.d.ts +4 -5
  49. package/dist/dts/components/menu/tree/SatMenuTree.vue.d.ts +6 -7
  50. package/dist/dts/components/menu/tree/index.d.ts +6 -7
  51. package/dist/dts/components/panel/SatPanel.vue.d.ts +18 -5
  52. package/dist/dts/components/panel/index.d.ts +13 -11
  53. package/dist/dts/components/picture/SatPicture.vue.d.ts +293 -10
  54. package/dist/dts/components/picture/index.d.ts +156 -19
  55. package/dist/dts/components/plot/PlotEdit.vue.d.ts +1 -1
  56. package/dist/dts/components/plot/PlotEditAttr.vue.d.ts +221 -1
  57. package/dist/dts/components/plot/PlotEditCoord.vue.d.ts +1 -1
  58. package/dist/dts/components/plot/PlotEditStyle.vue.d.ts +1 -1
  59. package/dist/dts/components/plot/PlotGroup.vue.d.ts +1010 -3
  60. package/dist/dts/components/plot/PlotSourceList.vue.d.ts +10 -34
  61. package/dist/dts/components/plot/SatPlot.vue.d.ts +25 -43
  62. package/dist/dts/components/plot/SatPlotMain.vue.d.ts +11 -38
  63. package/dist/dts/components/plot/helpers.d.ts +0 -1
  64. package/dist/dts/components/plot/index.d.ts +33 -64
  65. package/dist/dts/components/roam/SatRoam.vue.d.ts +14 -6
  66. package/dist/dts/components/roam/index.d.ts +9 -10
  67. package/dist/dts/components/source/LayerStyleSlider.vue.d.ts +1 -2
  68. package/dist/dts/components/source/SatSource.vue.d.ts +6205 -8
  69. package/dist/dts/components/source/SatSourceMain.vue.d.ts +2445 -4
  70. package/dist/dts/components/source/TerrainExaggerationSlider.vue.d.ts +1 -1
  71. package/dist/dts/components/source/helpers.d.ts +0 -1
  72. package/dist/dts/components/source/index.d.ts +4165 -15
  73. package/dist/dts/components/task-view/SatTaskView.vue.d.ts +12 -5
  74. package/dist/dts/components/task-view/index.d.ts +6 -7
  75. package/dist/dts/config/index.d.ts +0 -1
  76. package/dist/dts/config/injectKeys.d.ts +3 -4
  77. package/dist/dts/config/menuTemplate.d.ts +0 -1
  78. package/dist/dts/hooks/listener/watchHtmlClassList.d.ts +1 -5
  79. package/dist/dts/hooks/useAbsoluteDraggable.d.ts +7 -13
  80. package/dist/dts/hooks/useLoading.d.ts +18 -27
  81. package/dist/dts/hooks/useMessage.d.ts +0 -1
  82. package/dist/dts/index.d.ts +3 -0
  83. package/dist/dts/main/index.d.ts +0 -1
  84. package/dist/dts/store/modules/layer.d.ts +0 -1
  85. package/dist/dts/store/modules/taskView.d.ts +0 -1
  86. package/dist/dts/utils/installer.d.ts +0 -1
  87. package/dist/dts/utils/is.d.ts +3 -3
  88. package/dist/dts/utils/map/analysis-spatial/contourLine.d.ts +0 -1
  89. package/dist/dts/utils/map/analysis-spatial/flood.d.ts +0 -1
  90. package/dist/dts/utils/map/analysis-spatial/index.d.ts +0 -1
  91. package/dist/dts/utils/map/analysis-spatial/intervisibility.d.ts +0 -1
  92. package/dist/dts/utils/map/analysis-spatial/section.d.ts +0 -1
  93. package/dist/dts/utils/map/analysis-spatial/slope.d.ts +0 -1
  94. package/dist/dts/utils/map/analysis-spatial/viewshed.d.ts +0 -1
  95. package/dist/dts/utils/map/analysis-spatial/volume.d.ts +0 -1
  96. package/dist/dts/utils/map/index.d.ts +3 -0
  97. package/dist/dts/utils/map/layer/convertSatLayer.d.ts +0 -1
  98. package/dist/dts/utils/map/layer/index.d.ts +0 -1
  99. package/dist/dts/utils/map/measure/index.d.ts +0 -1
  100. package/dist/dts/utils/map/plot/index.d.ts +0 -1
  101. package/dist/dts/utils/storage/index.d.ts +0 -1
  102. package/dist/dts/utils/types/index.d.ts +0 -1
  103. package/dist/sat-earth.css +1 -0
  104. package/dist/sat-earth.mjs +4505 -4730
  105. package/package.json +32 -32
  106. package/dist/style.css +0 -1
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
@@ -2,7 +2,6 @@ import { default as TheImageEditor } from './src/TheImageEditor.vue';
2
2
  import { default as tuiImageEditor } from 'tui-image-editor';
3
3
  import { UploadFile } from 'element-plus';
4
4
  import { ShallowRef } from 'vue';
5
-
6
5
  export { TheImageEditor };
7
6
  export interface TheImageEditorExpose {
8
7
  getInstance: () => ShallowRef<tuiImageEditor | undefined>;
@@ -1,8 +1,16 @@
1
1
  import { UploadFile } from 'element-plus';
2
2
  import { default as tuiImageEditor } from 'tui-image-editor';
3
3
  import { PropType } from 'vue';
4
-
5
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLDivElement;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
6
14
  isIncludeDiv: {
7
15
  type: BooleanConstructor;
8
16
  default: () => boolean;
@@ -27,17 +35,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
27
35
  default: () => boolean;
28
36
  };
29
37
  }>, {
30
- getInstance: () => import('vue').ShallowRef<tuiImageEditor | undefined, tuiImageEditor | undefined>;
38
+ getInstance: () => globalThis.ShallowRef<tuiImageEditor | undefined>;
31
39
  loadScene: (options?: {
32
- isIncludeDiv?: boolean | undefined;
33
- divContainerElement?: Element | undefined;
34
- divChildFilter?: ((node: Element) => boolean) | undefined;
35
- } | undefined) => void;
40
+ isIncludeDiv?: boolean;
41
+ divContainerElement?: Element;
42
+ divChildFilter?: (node: Element) => boolean;
43
+ }) => void;
36
44
  uploadFile: (uploadFile: UploadFile) => void;
37
45
  uploadImageBase64: (base64: string) => void;
38
- download: (autoDownload?: boolean | undefined) => Promise<string | undefined> | undefined;
46
+ download: (autoDownload?: boolean) => Promise<string | undefined> | undefined;
39
47
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
- download: (base64?: string | undefined) => void;
48
+ download: (base64?: string | undefined) => any;
41
49
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
42
50
  isIncludeDiv: {
43
51
  type: BooleanConstructor;
@@ -69,9 +77,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
69
77
  divChildFilter: (node: Element) => boolean;
70
78
  fileName: string;
71
79
  autoDownload: boolean;
72
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
73
- default?(_: {}): any;
74
- }>;
80
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
81
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
75
82
  export default _default;
76
83
  type __VLS_WithTemplateSlots<T, S> = T & {
77
84
  new (): {
@@ -1,28 +1,25 @@
1
1
  import { JSX } from 'vue/jsx-runtime';
2
-
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
- slots?: Record<string, (...args: any[]) => string | JSX.Element | null> | undefined;
5
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
- initHooks: () => void;
7
- destroyHooks: () => void;
8
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
- slots?: Record<string, (...args: any[]) => string | JSX.Element | null> | undefined;
10
- }>>> & Readonly<{
2
+ type __VLS_Props = {
3
+ slots?: Record<string, (...args: any[]) => JSX.Element | string | null>;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
15
+ initHooks: () => any;
16
+ destroyHooks: () => any;
17
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
18
  onInitHooks?: (() => any) | undefined;
12
19
  onDestroyHooks?: (() => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
14
- default?(_: {}): any;
15
- }>;
20
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
22
  export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
23
  type __VLS_WithTemplateSlots<T, S> = T & {
27
24
  new (): {
28
25
  $slots: S;
@@ -1,17 +1,6 @@
1
1
  import { JSX } from 'vue/jsx-runtime';
2
-
3
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
- slots?: Record<string, (...args: any[]) => JSX.Element | string | null> | undefined;
5
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- slots?: Record<string, (...args: any[]) => JSX.Element | string | null> | undefined;
7
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
- export default _default;
9
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToRuntimeProps<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: import('vue').PropType<T[K]>;
15
- required: true;
16
- };
2
+ type __VLS_Props = {
3
+ slots?: Record<string, (...args: any[]) => JSX.Element | string | null>;
17
4
  };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6
+ export default _default;
@@ -1,44 +1,37 @@
1
1
  import { default as SatSpatialAnalysisSFC } from './SatSpatialAnalysis.vue';
2
-
3
2
  declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall<{
4
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
5
- slots: {
6
- type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
7
- };
8
- }>> & Readonly<{
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ slots?: Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>;
5
+ }> & Readonly<{
9
6
  onInitHooks?: (() => any) | undefined;
10
7
  onDestroyHooks?: (() => any) | undefined;
11
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
- initHooks: () => void;
13
- destroyHooks: () => void;
14
- }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
8
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ initHooks: () => any;
10
+ destroyHooks: () => any;
11
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15
12
  P: {};
16
13
  B: {};
17
14
  D: {};
18
15
  C: {};
19
16
  M: {};
20
17
  Defaults: {};
21
- }, Readonly<globalThis.ExtractPropTypes<{
22
- slots: {
23
- type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
24
- };
25
- }>> & Readonly<{
18
+ }, Readonly<{
19
+ slots?: Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>;
20
+ }> & Readonly<{
26
21
  onInitHooks?: (() => any) | undefined;
27
22
  onDestroyHooks?: (() => any) | undefined;
28
23
  }>, {}, {}, {}, {}, {}>;
29
- __isFragment?: undefined;
30
- __isTeleport?: undefined;
31
- __isSuspense?: undefined;
32
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
33
- slots: {
34
- type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
35
- };
36
- }>> & Readonly<{
24
+ __isFragment?: never;
25
+ __isTeleport?: never;
26
+ __isSuspense?: never;
27
+ } & import('vue').ComponentOptionsBase<Readonly<{
28
+ slots?: Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>;
29
+ }> & Readonly<{
37
30
  onInitHooks?: (() => any) | undefined;
38
31
  onDestroyHooks?: (() => any) | undefined;
39
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
- initHooks: () => void;
41
- destroyHooks: () => void;
32
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
33
+ initHooks: () => any;
34
+ destroyHooks: () => any;
42
35
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
43
36
  $slots: {
44
37
  default?(_: {}): any;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,3 +1,2 @@
1
1
  import { default as ContourLine } from './ContourLine.vue';
2
-
3
2
  export { ContourLine };
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,3 +1,2 @@
1
1
  import { default as AnalysisFlood } from './AnalysisFlood.vue';
2
-
3
2
  export { AnalysisFlood };
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,3 +1,2 @@
1
1
  import { default as AnalysisIntervisibility } from './AnalysisIntervisibility.vue';
2
-
3
2
  export { AnalysisIntervisibility };
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,3 +1,2 @@
1
1
  import { default as AnalysisSection } from './AnalysisSection.vue';
2
-
3
2
  export { AnalysisSection };
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,3 +1,2 @@
1
1
  import { default as Slope } from './Slope.vue';
2
-
3
2
  export { Slope };
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,13 +1,12 @@
1
1
  import { PropType } from 'vue';
2
2
  import { ViewshedItem } from '../../../../utils/map/analysis-spatial/viewshed';
3
-
4
3
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
5
4
  viewshedItem: {
6
5
  type: PropType<ViewshedItem>;
7
6
  required: true;
8
7
  };
9
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- "on-name-change": (data: ViewshedItem) => void;
8
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ "on-name-change": (data: ViewshedItem) => any;
11
10
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
12
11
  viewshedItem: {
13
12
  type: PropType<ViewshedItem>;
@@ -15,5 +14,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
15
14
  };
16
15
  }>> & Readonly<{
17
16
  "onOn-name-change"?: ((data: ViewshedItem) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
19
18
  export default _default;
@@ -1,3 +1,2 @@
1
1
  import { default as AnalysisViewshed } from './AnalysisViewshed.vue';
2
-
3
2
  export { AnalysisViewshed };
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,3 +1,2 @@
1
1
  import { default as AnalysisVolume } from './AnalysisVolume.vue';
2
-
3
2
  export { AnalysisVolume };