sat-earth 0.4.6-beta → 0.4.7

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.
@@ -0,0 +1,72 @@
1
+ // generated by unplugin-vue-components
2
+ // We suggest you to commit this file into source control
3
+ // Read more: https://github.com/vuejs/core/pull/3399
4
+
5
+ export {}
6
+
7
+ declare module '@vue/runtime-core' {
8
+ export interface GlobalComponents {
9
+ CameraBookmarkPanel: typeof import('./components/globe/CameraBookmarkPanel.vue')['default']
10
+ DarkIcon: typeof import('./components/common/DarkIcon.vue')['default']
11
+ ElButton: typeof import('element-plus/es')['ElButton']
12
+ ElCol: typeof import('element-plus/es')['ElCol']
13
+ ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
14
+ ElDialog: typeof import('element-plus/es')['ElDialog']
15
+ ElDrawer: typeof import('element-plus/es')['ElDrawer']
16
+ ElForm: typeof import('element-plus/es')['ElForm']
17
+ ElFormItem: typeof import('element-plus/es')['ElFormItem']
18
+ ElImage: typeof import('element-plus/es')['ElImage']
19
+ ElInput: typeof import('element-plus/es')['ElInput']
20
+ ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
21
+ ElMenu: typeof import('element-plus/es')['ElMenu']
22
+ ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
23
+ ElOption: typeof import('element-plus/es')['ElOption']
24
+ ElPagination: typeof import('element-plus/es')['ElPagination']
25
+ ElPopover: typeof import('element-plus/es')['ElPopover']
26
+ ElRow: typeof import('element-plus/es')['ElRow']
27
+ ElSelect: typeof import('element-plus/es')['ElSelect']
28
+ ElSlider: typeof import('element-plus/es')['ElSlider']
29
+ ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
30
+ ElSwitch: typeof import('element-plus/es')['ElSwitch']
31
+ ElTabPane: typeof import('element-plus/es')['ElTabPane']
32
+ ElTabs: typeof import('element-plus/es')['ElTabs']
33
+ ElTree: typeof import('element-plus/es')['ElTree']
34
+ ElUpload: typeof import('element-plus/es')['ElUpload']
35
+ LayerStyleSlider: typeof import('./components/source/LayerStyleSlider.vue')['default']
36
+ LightIcon: typeof import('./components/common/LightIcon.vue')['default']
37
+ MapSplitPanel: typeof import('./components/globe/MapSplitPanel.vue')['default']
38
+ PlotEdit: typeof import('./components/plot/PlotEdit.vue')['default']
39
+ PlotEditAttr: typeof import('./components/plot/PlotEditAttr.vue')['default']
40
+ PlotEditCoord: typeof import('./components/plot/PlotEditCoord.vue')['default']
41
+ PlotEditStyle: typeof import('./components/plot/PlotEditStyle.vue')['default']
42
+ PlotGroup: typeof import('./components/plot/PlotGroup.vue')['default']
43
+ PlotSourceList: typeof import('./components/plot/PlotSourceList.vue')['default']
44
+ SatBallistic: typeof import('./components/ballistic/SatBallistic.vue')['default']
45
+ SatCoordinate: typeof import('./components/location/SatCoordinate.vue')['default']
46
+ SatGlobe: typeof import('./components/globe/SatGlobe.vue')['default']
47
+ SatLocation: typeof import('./components/location/SatLocation.vue')['default']
48
+ SatLocationMain: typeof import('./components/location/SatLocationMain.vue')['default']
49
+ SatMapPart: typeof import('./components/map-part/SatMapPart.vue')['default']
50
+ SatMapPartMain: typeof import('./components/map-part/SatMapPartMain.vue')['default']
51
+ SatMeasure: typeof import('./components/measure/SatMeasure.vue')['default']
52
+ SatMeasureMain: typeof import('./components/measure/SatMeasureMain.vue')['default']
53
+ SatMenu: typeof import('./components/menu/SatMenu.vue')['default']
54
+ SatMenuMain: typeof import('./components/menu/SatMenuMain.vue')['default']
55
+ SatMenuTree: typeof import('./components/menu/tree/SatMenuTree.vue')['default']
56
+ SatModelAnalysis: typeof import('./components/analysis-model/SatModelAnalysis.vue')['default']
57
+ SatPanel: typeof import('./components/panel/SatPanel.vue')['default']
58
+ SatPathPlan: typeof import('./components/location/SatPathPlan.vue')['default']
59
+ SatPicture: typeof import('./components/picture/SatPicture.vue')['default']
60
+ SatPlot: typeof import('./components/plot/SatPlot.vue')['default']
61
+ SatPlotMain: typeof import('./components/plot/SatPlotMain.vue')['default']
62
+ SatPoiQuery: typeof import('./components/location/SatPoiQuery.vue')['default']
63
+ SatRoam: typeof import('./components/roam/SatRoam.vue')['default']
64
+ SatSource: typeof import('./components/source/SatSource.vue')['default']
65
+ SatSourceMain: typeof import('./components/source/SatSourceMain.vue')['default']
66
+ SatSpatialAnalysis: typeof import('./components/analysis-spatial/SatSpatialAnalysis.vue')['default']
67
+ SatTerrainAnalysis: typeof import('./components/analysis-terrain/SatTerrainAnalysis.vue')['default']
68
+ SatVideoFusion: typeof import('./components/video-fusion/SatVideoFusion.vue')['default']
69
+ TerrainExaggerationSlider: typeof import('./components/source/TerrainExaggerationSlider.vue')['default']
70
+ TheImageEditor: typeof import('./components/common/TheImageEditor.vue')['default']
71
+ }
72
+ }
@@ -1,72 +1,6 @@
1
- // generated by unplugin-vue-components
2
- // We suggest you to commit this file into source control
3
- // Read more: https://github.com/vuejs/core/pull/3399
4
-
5
- export {}
6
-
7
- declare module '@vue/runtime-core' {
8
- export interface GlobalComponents {
9
- CameraBookmarkPanel: typeof import('./components/globe/CameraBookmarkPanel.vue')['default']
10
- DarkIcon: typeof import('./components/common/DarkIcon.vue')['default']
11
- ElButton: typeof import('element-plus/es')['ElButton']
12
- ElCol: typeof import('element-plus/es')['ElCol']
13
- ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
14
- ElDialog: typeof import('element-plus/es')['ElDialog']
15
- ElDrawer: typeof import('element-plus/es')['ElDrawer']
16
- ElForm: typeof import('element-plus/es')['ElForm']
17
- ElFormItem: typeof import('element-plus/es')['ElFormItem']
18
- ElImage: typeof import('element-plus/es')['ElImage']
19
- ElInput: typeof import('element-plus/es')['ElInput']
20
- ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
21
- ElMenu: typeof import('element-plus/es')['ElMenu']
22
- ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
23
- ElOption: typeof import('element-plus/es')['ElOption']
24
- ElPagination: typeof import('element-plus/es')['ElPagination']
25
- ElPopover: typeof import('element-plus/es')['ElPopover']
26
- ElRow: typeof import('element-plus/es')['ElRow']
27
- ElSelect: typeof import('element-plus/es')['ElSelect']
28
- ElSlider: typeof import('element-plus/es')['ElSlider']
29
- ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
30
- ElSwitch: typeof import('element-plus/es')['ElSwitch']
31
- ElTabPane: typeof import('element-plus/es')['ElTabPane']
32
- ElTabs: typeof import('element-plus/es')['ElTabs']
33
- ElTree: typeof import('element-plus/es')['ElTree']
34
- ElUpload: typeof import('element-plus/es')['ElUpload']
35
- LayerStyleSlider: typeof import('./components/source/LayerStyleSlider.vue')['default']
36
- LightIcon: typeof import('./components/common/LightIcon.vue')['default']
37
- MapSplitPanel: typeof import('./components/globe/MapSplitPanel.vue')['default']
38
- PlotEdit: typeof import('./components/plot/PlotEdit.vue')['default']
39
- PlotEditAttr: typeof import('./components/plot/PlotEditAttr.vue')['default']
40
- PlotEditCoord: typeof import('./components/plot/PlotEditCoord.vue')['default']
41
- PlotEditStyle: typeof import('./components/plot/PlotEditStyle.vue')['default']
42
- PlotGroup: typeof import('./components/plot/PlotGroup.vue')['default']
43
- PlotSourceList: typeof import('./components/plot/PlotSourceList.vue')['default']
44
- SatBallistic: typeof import('./components/ballistic/SatBallistic.vue')['default']
45
- SatCoordinate: typeof import('./components/location/SatCoordinate.vue')['default']
46
- SatGlobe: typeof import('./components/globe/SatGlobe.vue')['default']
47
- SatLocation: typeof import('./components/location/SatLocation.vue')['default']
48
- SatLocationMain: typeof import('./components/location/SatLocationMain.vue')['default']
49
- SatMapPart: typeof import('./components/map-part/SatMapPart.vue')['default']
50
- SatMapPartMain: typeof import('./components/map-part/SatMapPartMain.vue')['default']
51
- SatMeasure: typeof import('./components/measure/SatMeasure.vue')['default']
52
- SatMeasureMain: typeof import('./components/measure/SatMeasureMain.vue')['default']
53
- SatMenu: typeof import('./components/menu/SatMenu.vue')['default']
54
- SatMenuMain: typeof import('./components/menu/SatMenuMain.vue')['default']
55
- SatMenuTree: typeof import('./components/menu/tree/SatMenuTree.vue')['default']
56
- SatModelAnalysis: typeof import('./components/analysis-model/SatModelAnalysis.vue')['default']
57
- SatPanel: typeof import('./components/panel/SatPanel.vue')['default']
58
- SatPathPlan: typeof import('./components/location/SatPathPlan.vue')['default']
59
- SatPicture: typeof import('./components/picture/SatPicture.vue')['default']
60
- SatPlot: typeof import('./components/plot/SatPlot.vue')['default']
61
- SatPlotMain: typeof import('./components/plot/SatPlotMain.vue')['default']
62
- SatPoiQuery: typeof import('./components/location/SatPoiQuery.vue')['default']
63
- SatRoam: typeof import('./components/roam/SatRoam.vue')['default']
64
- SatSource: typeof import('./components/source/SatSource.vue')['default']
65
- SatSourceMain: typeof import('./components/source/SatSourceMain.vue')['default']
66
- SatSpatialAnalysis: typeof import('./components/analysis-spatial/SatSpatialAnalysis.vue')['default']
67
- SatTerrainAnalysis: typeof import('./components/analysis-terrain/SatTerrainAnalysis.vue')['default']
68
- SatVideoFusion: typeof import('./components/video-fusion/SatVideoFusion.vue')['default']
69
- TerrainExaggerationSlider: typeof import('./components/source/TerrainExaggerationSlider.vue')['default']
70
- TheImageEditor: typeof import('./components/common/TheImageEditor.vue')['default']
1
+ declare global {
2
+ interface Window {
3
+ domtoimage: any
71
4
  }
72
5
  }
6
+ export { }
@@ -1,5 +1,2 @@
1
- declare interface AnyObject {
2
- [key: string]: any;
3
- }
4
1
  declare module 'kml-geojson'
5
2
  declare module 'dom-to-image'