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,37 +1,13 @@
1
1
  import { PlotSource } from '../../utils/types';
2
-
3
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
- customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
5
- unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
6
- merge?: boolean | undefined;
7
- customOrder?: string[] | undefined;
8
- }>, {
9
- merge: boolean;
10
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
- customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
12
- unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
13
- merge?: boolean | undefined;
14
- customOrder?: string[] | undefined;
15
- }>, {
16
- merge: boolean;
17
- }>>> & Readonly<{}>, {
2
+ import { plotSource } from 'sat-earth-resources';
3
+ import { MaybeRef } from 'vue';
4
+ type __VLS_Props = {
5
+ customPlotSource?: MaybeRef<PlotSource>;
6
+ unabledPlotSourceKeys?: Array<keyof typeof plotSource>;
7
+ merge?: boolean;
8
+ customOrder?: string[];
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
11
  merge: boolean;
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
13
  export default _default;
21
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- type __VLS_TypePropsToRuntimeProps<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: import('vue').PropType<T[K]>;
27
- required: true;
28
- };
29
- };
30
- type __VLS_WithDefaults<P, D> = {
31
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
- default: D[K];
33
- }> : P[K];
34
- };
35
- type __VLS_Prettify<T> = {
36
- [K in keyof T]: T[K];
37
- } & {};
@@ -1,29 +1,29 @@
1
+ import { plotSource } from 'sat-earth-resources';
1
2
  import { PlotSource } from '../../utils/types';
2
-
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
- customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
5
- unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
6
- merge?: boolean | undefined;
7
- customOrder?: string[] | undefined;
8
- }>, {
9
- merge: boolean;
10
- unabledPlotSourceKeys: () => never[];
11
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
- initHooks: () => void;
13
- destroyHooks: () => void;
3
+ import { MaybeRef } from 'vue';
4
+ type __VLS_Props = {
5
+ customPlotSource?: MaybeRef<PlotSource>;
6
+ unabledPlotSourceKeys?: Array<keyof typeof plotSource>;
7
+ merge?: boolean;
8
+ customOrder?: string[];
9
+ };
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: any;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
+ initHooks: () => any;
21
+ destroyHooks: () => any;
14
22
  exportData: (data: {
15
23
  fileName: string;
16
24
  json: string;
17
- }) => void;
18
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
- customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
20
- unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
21
- merge?: boolean | undefined;
22
- customOrder?: string[] | undefined;
23
- }>, {
24
- merge: boolean;
25
- unabledPlotSourceKeys: () => never[];
26
- }>>> & Readonly<{
25
+ }) => any;
26
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
27
27
  onInitHooks?: (() => any) | undefined;
28
28
  onDestroyHooks?: (() => any) | undefined;
29
29
  onExportData?: ((data: {
@@ -31,29 +31,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  json: string;
32
32
  }) => any) | undefined;
33
33
  }>, {
34
- unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
34
+ unabledPlotSourceKeys: Array<keyof typeof plotSource>;
35
35
  merge: boolean;
36
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
37
- default?(_: {}): any;
38
- }>;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
38
  export default _default;
40
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
- type __VLS_TypePropsToRuntimeProps<T> = {
42
- [K in keyof T]-?: {} extends Pick<T, K> ? {
43
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
44
- } : {
45
- type: import('vue').PropType<T[K]>;
46
- required: true;
47
- };
48
- };
49
- type __VLS_WithDefaults<P, D> = {
50
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
51
- default: D[K];
52
- }> : P[K];
53
- };
54
- type __VLS_Prettify<T> = {
55
- [K in keyof T]: T[K];
56
- } & {};
57
39
  type __VLS_WithTemplateSlots<T, S> = T & {
58
40
  new (): {
59
41
  $slots: S;
@@ -1,28 +1,18 @@
1
1
  import { PlotSource } from '../../utils/types';
2
2
  import { plotSource } from 'sat-earth-resources';
3
-
4
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
- customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
6
- unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
7
- merge?: boolean | undefined;
8
- customOrder?: string[] | undefined;
9
- }>, {
10
- merge: boolean;
11
- unabledPlotSourceKeys: () => never[];
12
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ import { MaybeRef } from 'vue';
4
+ type __VLS_Props = {
5
+ customPlotSource?: MaybeRef<PlotSource>;
6
+ unabledPlotSourceKeys?: Array<keyof typeof plotSource>;
7
+ merge?: boolean;
8
+ customOrder?: string[];
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
11
  exportData: (data: {
14
12
  fileName: string;
15
13
  json: string;
16
- }) => void;
17
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
- customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
19
- unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
20
- merge?: boolean | undefined;
21
- customOrder?: string[] | undefined;
22
- }>, {
23
- merge: boolean;
24
- unabledPlotSourceKeys: () => never[];
25
- }>>> & Readonly<{
14
+ }) => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
26
16
  onExportData?: ((data: {
27
17
  fileName: string;
28
18
  json: string;
@@ -30,22 +20,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
30
20
  }>, {
31
21
  unabledPlotSourceKeys: Array<keyof typeof plotSource>;
32
22
  merge: boolean;
33
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
34
24
  export default _default;
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToRuntimeProps<T> = {
37
- [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
- } : {
40
- type: import('vue').PropType<T[K]>;
41
- required: true;
42
- };
43
- };
44
- type __VLS_WithDefaults<P, D> = {
45
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
- default: D[K];
47
- }> : P[K];
48
- };
49
- type __VLS_Prettify<T> = {
50
- [K in keyof T]: T[K];
51
- } & {};
@@ -1,7 +1,6 @@
1
1
  import { ShallowRef } from 'vue';
2
2
  import { plotSource } from 'sat-earth-resources';
3
3
  import { SatMap } from '../../utils/map';
4
-
5
4
  export interface PlotType {
6
5
  value: string;
7
6
  label: string;
@@ -1,62 +1,41 @@
1
1
  import { default as SatPlotSFC } from './SatPlot.vue';
2
-
3
2
  export { type PlotSource } from '../../utils/types';
4
3
  declare const SatPlot: import('../../utils/installer').SFCWithInstall<{
5
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
6
- customPlotSource: {
7
- type: globalThis.PropType<globalThis.MaybeRef<import('../../utils/types').PlotSource>>;
8
- };
9
- unabledPlotSourceKeys: {
10
- type: globalThis.PropType<("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[]>;
11
- default: () => never[];
12
- };
13
- merge: {
14
- type: globalThis.PropType<boolean>;
15
- default: boolean;
16
- };
17
- customOrder: {
18
- type: globalThis.PropType<string[]>;
19
- };
20
- }>> & Readonly<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
+ customPlotSource?: MaybeRef<import('../../utils/types').PlotSource>;
6
+ unabledPlotSourceKeys?: Array<keyof typeof import('sat-earth-resources').plotSource>;
7
+ merge?: boolean;
8
+ customOrder?: string[];
9
+ }> & Readonly<{
21
10
  onInitHooks?: (() => any) | undefined;
22
11
  onDestroyHooks?: (() => any) | undefined;
23
12
  onExportData?: ((data: {
24
13
  fileName: string;
25
14
  json: string;
26
15
  }) => any) | undefined;
27
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
- initHooks: () => void;
29
- destroyHooks: () => void;
16
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
+ initHooks: () => any;
18
+ destroyHooks: () => any;
30
19
  exportData: (data: {
31
20
  fileName: string;
32
21
  json: string;
33
- }) => void;
22
+ }) => any;
34
23
  }, import('vue').PublicProps, {
35
- unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
24
+ unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources').plotSource>;
36
25
  merge: boolean;
37
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
26
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
38
27
  P: {};
39
28
  B: {};
40
29
  D: {};
41
30
  C: {};
42
31
  M: {};
43
32
  Defaults: {};
44
- }, Readonly<globalThis.ExtractPropTypes<{
45
- customPlotSource: {
46
- type: globalThis.PropType<globalThis.MaybeRef<import('../../utils/types').PlotSource>>;
47
- };
48
- unabledPlotSourceKeys: {
49
- type: globalThis.PropType<("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[]>;
50
- default: () => never[];
51
- };
52
- merge: {
53
- type: globalThis.PropType<boolean>;
54
- default: boolean;
55
- };
56
- customOrder: {
57
- type: globalThis.PropType<string[]>;
58
- };
59
- }>> & Readonly<{
33
+ }, Readonly<{
34
+ customPlotSource?: MaybeRef<import('../../utils/types').PlotSource>;
35
+ unabledPlotSourceKeys?: Array<keyof typeof import('sat-earth-resources').plotSource>;
36
+ merge?: boolean;
37
+ customOrder?: string[];
38
+ }> & Readonly<{
60
39
  onInitHooks?: (() => any) | undefined;
61
40
  onDestroyHooks?: (() => any) | undefined;
62
41
  onExportData?: ((data: {
@@ -64,43 +43,33 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<{
64
43
  json: string;
65
44
  }) => any) | undefined;
66
45
  }>, {}, {}, {}, {}, {
67
- unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
46
+ unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources').plotSource>;
68
47
  merge: boolean;
69
48
  }>;
70
- __isFragment?: undefined;
71
- __isTeleport?: undefined;
72
- __isSuspense?: undefined;
73
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
74
- customPlotSource: {
75
- type: globalThis.PropType<globalThis.MaybeRef<import('../../utils/types').PlotSource>>;
76
- };
77
- unabledPlotSourceKeys: {
78
- type: globalThis.PropType<("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[]>;
79
- default: () => never[];
80
- };
81
- merge: {
82
- type: globalThis.PropType<boolean>;
83
- default: boolean;
84
- };
85
- customOrder: {
86
- type: globalThis.PropType<string[]>;
87
- };
88
- }>> & Readonly<{
49
+ __isFragment?: never;
50
+ __isTeleport?: never;
51
+ __isSuspense?: never;
52
+ } & import('vue').ComponentOptionsBase<Readonly<{
53
+ customPlotSource?: MaybeRef<import('../../utils/types').PlotSource>;
54
+ unabledPlotSourceKeys?: Array<keyof typeof import('sat-earth-resources').plotSource>;
55
+ merge?: boolean;
56
+ customOrder?: string[];
57
+ }> & Readonly<{
89
58
  onInitHooks?: (() => any) | undefined;
90
59
  onDestroyHooks?: (() => any) | undefined;
91
60
  onExportData?: ((data: {
92
61
  fileName: string;
93
62
  json: string;
94
63
  }) => any) | undefined;
95
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
96
- initHooks: () => void;
97
- destroyHooks: () => void;
64
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
65
+ initHooks: () => any;
66
+ destroyHooks: () => any;
98
67
  exportData: (data: {
99
68
  fileName: string;
100
69
  json: string;
101
- }) => void;
70
+ }) => any;
102
71
  }, string, {
103
- unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
72
+ unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources').plotSource>;
104
73
  merge: boolean;
105
74
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
106
75
  $slots: {
@@ -1,12 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
- initHooks: () => void;
3
- destroyHooks: () => void;
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: any;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ initHooks: () => any;
12
+ destroyHooks: () => any;
4
13
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
5
14
  onInitHooks?: (() => any) | undefined;
6
15
  onDestroyHooks?: (() => any) | undefined;
7
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
8
- default?(_: {}): any;
9
- }>;
16
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
18
  export default _default;
11
19
  type __VLS_WithTemplateSlots<T, S> = T & {
12
20
  new (): {
@@ -1,12 +1,11 @@
1
1
  import { default as SatRoamSFC } from './SatRoam.vue';
2
-
3
2
  declare const SatRoam: import('../../utils/installer').SFCWithInstall<{
4
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
5
4
  onInitHooks?: (() => any) | undefined;
6
5
  onDestroyHooks?: (() => any) | undefined;
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- initHooks: () => void;
9
- destroyHooks: () => void;
6
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ initHooks: () => any;
8
+ destroyHooks: () => any;
10
9
  }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11
10
  P: {};
12
11
  B: {};
@@ -18,15 +17,15 @@ declare const SatRoam: import('../../utils/installer').SFCWithInstall<{
18
17
  onInitHooks?: (() => any) | undefined;
19
18
  onDestroyHooks?: (() => any) | undefined;
20
19
  }>, {}, {}, {}, {}, {}>;
21
- __isFragment?: undefined;
22
- __isTeleport?: undefined;
23
- __isSuspense?: undefined;
20
+ __isFragment?: never;
21
+ __isTeleport?: never;
22
+ __isSuspense?: never;
24
23
  } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
25
24
  onInitHooks?: (() => any) | undefined;
26
25
  onDestroyHooks?: (() => any) | undefined;
27
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
- initHooks: () => void;
29
- destroyHooks: () => void;
26
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
27
+ initHooks: () => any;
28
+ destroyHooks: () => any;
30
29
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
31
30
  $slots: {
32
31
  default?(_: {}): any;
@@ -1,6 +1,5 @@
1
1
  import { PropType } from 'vue';
2
2
  import { SatLayerDev } from '../../utils/types';
3
-
4
3
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
5
4
  layer: {
6
5
  type: PropType<SatLayerDev>;
@@ -11,5 +10,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
11
10
  type: PropType<SatLayerDev>;
12
11
  required: true;
13
12
  };
14
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
15
14
  export default _default;