sat-earth 0.9.24 → 1.0.0-beta1

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 (30) hide show
  1. package/README.md +53 -53
  2. package/dist/packages/auto-components.d.ts +56 -0
  3. package/dist/packages/auto-import.d.ts +276 -0
  4. package/dist/packages/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +2 -2
  5. package/dist/packages/components/components.d.ts +206 -206
  6. package/dist/packages/components/globe/SatGlobe.vue.d.ts +1 -1
  7. package/dist/packages/components/globe/index.d.ts +6 -6
  8. package/dist/packages/components/menu/helpers.d.ts +13 -1
  9. package/dist/packages/components/menu/index.d.ts +1 -0
  10. package/dist/packages/components/menu/tree/SatMenuTree.vue.d.ts +1 -1
  11. package/dist/packages/components/menu/tree/index.d.ts +5 -5
  12. package/dist/packages/components/panel/SatPanel.vue.d.ts +1 -1
  13. package/dist/packages/components/panel/helpers.d.ts +4 -0
  14. package/dist/packages/components/panel/index.d.ts +4 -3
  15. package/dist/packages/components/picture/SatPicture.vue.d.ts +2 -2
  16. package/dist/packages/components/picture/index.d.ts +2 -2
  17. package/dist/packages/components/task-view/SatTaskView.vue.d.ts +1 -1
  18. package/dist/packages/components/task-view/helpers.d.ts +12 -0
  19. package/dist/packages/components/task-view/index.d.ts +6 -5
  20. package/dist/packages/config/injectKeys.d.ts +1 -1
  21. package/dist/packages/config/menuTemplate.d.ts +1 -1
  22. package/dist/packages/main/index.d.ts +2 -1
  23. package/dist/packages/store/modules/taskView.d.ts +1 -1
  24. package/dist/packages/types/module.d.ts +7 -0
  25. package/dist/packages/utils/index.d.ts +0 -2
  26. package/dist/sat-earth.mjs +3113 -3095
  27. package/dist/sat-earth.umd.js +3 -3
  28. package/dist/style.css +1 -1
  29. package/package.json +1 -1
  30. package/dist/packages/components/types.d.ts +0 -30
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](http://mars3d.cn/) 和 [Cesium](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
- - 图上标绘(`SatPlo
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`、`Cesium`及`Mars3D`等众多API,在使用过程中除了可以使用内置的组件外,可以灵活根据业务和需求进行个性化开发
31
- - 🔑 同`Element Plus`的主题配置及黑暗主题适配
32
- - ✨ 支持在同一个界面构造多个`Cesium`球而互不影响
33
- - ♨️ 持续关注最新的技术方向,保证第一时间更新
34
-
35
- ## 浏览器支持
36
- - `Chrome`
37
- - `Firefox`
38
- - `Microsoft Edge 13` 及以上
39
- - `Safari 9+`
40
- - 各类以`Chrominum`为核心的第三方浏览器,如360浏览器,傲游浏览器等
41
- - IOS,安卓及鸿蒙操作系统上的现代手机浏览器
42
- - 微信或手机QQ上的浏览器
43
- ::: warning
44
- 同Vue3一样不支持IE浏览器(包括`IE11`),主要考虑到以下几个原因:
45
- - `IE`不支持最新的Javascript标准,极大的增加了工程的开发和维护难度
46
- - `IE11`的WebGL性能很弱
47
- - `IE`不支持`WASM`,很多基于WASM的功能或优化都无法支持
48
- - `IE`的市场占有率极低,自2022年6月15日起,`IE11`停止维护
49
- :::
50
-
51
- ## 文档地址
52
- - [SatEarth在线文档](http://114.115.163.131:8888/sat-earth-docs/)
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](http://mars3d.cn/) 和 [Cesium](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
+ - 图上标绘(`SatPlo
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`、`Cesium`及`Mars3D`等众多API,在使用过程中除了可以使用内置的组件外,可以灵活根据业务和需求进行个性化开发
31
+ - 🔑 同`Element Plus`的主题配置及黑暗主题适配
32
+ - ✨ 支持在同一个界面构造多个`Cesium`球而互不影响
33
+ - ♨️ 持续关注最新的技术方向,保证第一时间更新
34
+
35
+ ## 浏览器支持
36
+ - `Chrome`
37
+ - `Firefox`
38
+ - `Microsoft Edge 13` 及以上
39
+ - `Safari 9+`
40
+ - 各类以`Chrominum`为核心的第三方浏览器,如360浏览器,傲游浏览器等
41
+ - IOS,安卓及鸿蒙操作系统上的现代手机浏览器
42
+ - 微信或手机QQ上的浏览器
43
+ ::: warning
44
+ 同Vue3一样不支持IE浏览器(包括`IE11`),主要考虑到以下几个原因:
45
+ - `IE`不支持最新的Javascript标准,极大的增加了工程的开发和维护难度
46
+ - `IE11`的WebGL性能很弱
47
+ - `IE`不支持`WASM`,很多基于WASM的功能或优化都无法支持
48
+ - `IE`的市场占有率极低,自2022年6月15日起,`IE11`停止维护
49
+ :::
50
+
51
+ ## 文档地址
52
+ - [SatEarth在线文档](http://114.115.163.131:8888/sat-earth-docs/)
53
+
@@ -0,0 +1,56 @@
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
+ AnalysisFlood: typeof import('./components/analysis-spatial/modules/flood/AnalysisFlood.vue')['default']
10
+ AnalysisIntervisibility: typeof import('./components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue')['default']
11
+ AnalysisSection: typeof import('./components/analysis-spatial/modules/section/AnalysisSection.vue')['default']
12
+ AnalysisViewshed: typeof import('./components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue')['default']
13
+ AnalysisVolume: typeof import('./components/analysis-spatial/modules/volume/AnalysisVolume.vue')['default']
14
+ CameraBookmarkPanel: typeof import('./components/globe/CameraBookmarkPanel.vue')['default']
15
+ DarkIcon: typeof import('./components/_private/DarkIcon.vue')['default']
16
+ LayerStyleSlider: typeof import('./components/source/LayerStyleSlider.vue')['default']
17
+ LightIcon: typeof import('./components/_private/LightIcon.vue')['default']
18
+ MapSplitPanel: typeof import('./components/globe/MapSplitPanel.vue')['default']
19
+ PlotEdit: typeof import('./components/plot/PlotEdit.vue')['default']
20
+ PlotEditAttr: typeof import('./components/plot/PlotEditAttr.vue')['default']
21
+ PlotEditCoord: typeof import('./components/plot/PlotEditCoord.vue')['default']
22
+ PlotEditStyle: typeof import('./components/plot/PlotEditStyle.vue')['default']
23
+ PlotGroup: typeof import('./components/plot/PlotGroup.vue')['default']
24
+ PlotSourceList: typeof import('./components/plot/PlotSourceList.vue')['default']
25
+ SatCoordinate: typeof import('./components/location/SatCoordinate.vue')['default']
26
+ SatGlobe: typeof import('./components/globe/SatGlobe.vue')['default']
27
+ SatLocation: typeof import('./components/location/SatLocation.vue')['default']
28
+ SatLocationMain: typeof import('./components/location/SatLocationMain.vue')['default']
29
+ SatMapPart: typeof import('./components/map-part/SatMapPart.vue')['default']
30
+ SatMapPartMain: typeof import('./components/map-part/SatMapPartMain.vue')['default']
31
+ SatMeasure: typeof import('./components/measure/SatMeasure.vue')['default']
32
+ SatMeasureMain: typeof import('./components/measure/SatMeasureMain.vue')['default']
33
+ SatMenu: typeof import('./components/menu/SatMenu.vue')['default']
34
+ SatMenuMain: typeof import('./components/menu/SatMenuMain.vue')['default']
35
+ SatMenuTree: typeof import('./components/menu/tree/SatMenuTree.vue')['default']
36
+ SatModelAnalysis: typeof import('./components/analysis-model/SatModelAnalysis.vue')['default']
37
+ SatPanel: typeof import('./components/panel/SatPanel.vue')['default']
38
+ SatPathPlan: typeof import('./components/location/SatPathPlan.vue')['default']
39
+ SatPicture: typeof import('./components/picture/SatPicture.vue')['default']
40
+ SatPlot: typeof import('./components/plot/SatPlot.vue')['default']
41
+ SatPlotMain: typeof import('./components/plot/SatPlotMain.vue')['default']
42
+ SatPoiQuery: typeof import('./components/location/SatPoiQuery.vue')['default']
43
+ SatRegionLevel: typeof import('./components/location/SatRegionLevel.vue')['default']
44
+ SatRoam: typeof import('./components/roam/SatRoam.vue')['default']
45
+ SatSource: typeof import('./components/source/SatSource.vue')['default']
46
+ SatSourceMain: typeof import('./components/source/SatSourceMain.vue')['default']
47
+ SatSpatialAnalysis: typeof import('./components/analysis-spatial/SatSpatialAnalysis.vue')['default']
48
+ SatSpatialAnalysisMain: typeof import('./components/analysis-spatial/SatSpatialAnalysisMain.vue')['default']
49
+ SatTaskView: typeof import('./components/task-view/SatTaskView.vue')['default']
50
+ SatTerrainAnalysis: typeof import('./components/analysis-terrain/SatTerrainAnalysis.vue')['default']
51
+ SatVideoFusion: typeof import('./components/video-fusion/SatVideoFusion.vue')['default']
52
+ TerrainExaggerationSlider: typeof import('./components/source/TerrainExaggerationSlider.vue')['default']
53
+ TheImageEditor: typeof import('./components/_private/TheImageEditor/src/TheImageEditor.vue')['default']
54
+ ViewshedStyleSlider: typeof import('./components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue')['default']
55
+ }
56
+ }
@@ -0,0 +1,276 @@
1
+ // Generated by 'unplugin-auto-import'
2
+ export {}
3
+ declare global {
4
+ const EffectScope: typeof import('vue')['EffectScope']
5
+ const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
6
+ const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
7
+ const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
8
+ const computed: typeof import('vue')['computed']
9
+ const computedAsync: typeof import('@vueuse/core')['computedAsync']
10
+ const computedEager: typeof import('@vueuse/core')['computedEager']
11
+ const computedInject: typeof import('@vueuse/core')['computedInject']
12
+ const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
13
+ const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
14
+ const controlledRef: typeof import('@vueuse/core')['controlledRef']
15
+ const createApp: typeof import('vue')['createApp']
16
+ const createEventHook: typeof import('@vueuse/core')['createEventHook']
17
+ const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
18
+ const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
19
+ const createPinia: typeof import('pinia')['createPinia']
20
+ const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
21
+ const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
22
+ const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
23
+ const customRef: typeof import('vue')['customRef']
24
+ const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
25
+ const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
26
+ const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
27
+ const defineComponent: typeof import('vue')['defineComponent']
28
+ const defineStore: typeof import('pinia')['defineStore']
29
+ const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
30
+ const effectScope: typeof import('vue')['effectScope']
31
+ const extendRef: typeof import('@vueuse/core')['extendRef']
32
+ const getActivePinia: typeof import('pinia')['getActivePinia']
33
+ const getCurrentInstance: typeof import('vue')['getCurrentInstance']
34
+ const getCurrentScope: typeof import('vue')['getCurrentScope']
35
+ const h: typeof import('vue')['h']
36
+ const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
37
+ const inject: typeof import('vue')['inject']
38
+ const isDefined: typeof import('@vueuse/core')['isDefined']
39
+ const isProxy: typeof import('vue')['isProxy']
40
+ const isReactive: typeof import('vue')['isReactive']
41
+ const isReadonly: typeof import('vue')['isReadonly']
42
+ const isRef: typeof import('vue')['isRef']
43
+ const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
44
+ const mapActions: typeof import('pinia')['mapActions']
45
+ const mapGetters: typeof import('pinia')['mapGetters']
46
+ const mapState: typeof import('pinia')['mapState']
47
+ const mapStores: typeof import('pinia')['mapStores']
48
+ const mapWritableState: typeof import('pinia')['mapWritableState']
49
+ const markRaw: typeof import('vue')['markRaw']
50
+ const nextTick: typeof import('vue')['nextTick']
51
+ const onActivated: typeof import('vue')['onActivated']
52
+ const onBeforeMount: typeof import('vue')['onBeforeMount']
53
+ const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
54
+ const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
55
+ const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
56
+ const onDeactivated: typeof import('vue')['onDeactivated']
57
+ const onErrorCaptured: typeof import('vue')['onErrorCaptured']
58
+ const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
59
+ const onLongPress: typeof import('@vueuse/core')['onLongPress']
60
+ const onMounted: typeof import('vue')['onMounted']
61
+ const onRenderTracked: typeof import('vue')['onRenderTracked']
62
+ const onRenderTriggered: typeof import('vue')['onRenderTriggered']
63
+ const onScopeDispose: typeof import('vue')['onScopeDispose']
64
+ const onServerPrefetch: typeof import('vue')['onServerPrefetch']
65
+ const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
66
+ const onUnmounted: typeof import('vue')['onUnmounted']
67
+ const onUpdated: typeof import('vue')['onUpdated']
68
+ const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
69
+ const provide: typeof import('vue')['provide']
70
+ const reactify: typeof import('@vueuse/core')['reactify']
71
+ const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
72
+ const reactive: typeof import('vue')['reactive']
73
+ const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
74
+ const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
75
+ const reactivePick: typeof import('@vueuse/core')['reactivePick']
76
+ const readonly: typeof import('vue')['readonly']
77
+ const ref: typeof import('vue')['ref']
78
+ const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
79
+ const refDebounced: typeof import('@vueuse/core')['refDebounced']
80
+ const refDefault: typeof import('@vueuse/core')['refDefault']
81
+ const refThrottled: typeof import('@vueuse/core')['refThrottled']
82
+ const refWithControl: typeof import('@vueuse/core')['refWithControl']
83
+ const resolveComponent: typeof import('vue')['resolveComponent']
84
+ const resolveDirective: typeof import('vue')['resolveDirective']
85
+ const resolveRef: typeof import('@vueuse/core')['resolveRef']
86
+ const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
87
+ const setActivePinia: typeof import('pinia')['setActivePinia']
88
+ const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
89
+ const shallowReactive: typeof import('vue')['shallowReactive']
90
+ const shallowReadonly: typeof import('vue')['shallowReadonly']
91
+ const shallowRef: typeof import('vue')['shallowRef']
92
+ const storeToRefs: typeof import('pinia')['storeToRefs']
93
+ const syncRef: typeof import('@vueuse/core')['syncRef']
94
+ const syncRefs: typeof import('@vueuse/core')['syncRefs']
95
+ const templateRef: typeof import('@vueuse/core')['templateRef']
96
+ const throttledRef: typeof import('@vueuse/core')['throttledRef']
97
+ const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
98
+ const toRaw: typeof import('vue')['toRaw']
99
+ const toReactive: typeof import('@vueuse/core')['toReactive']
100
+ const toRef: typeof import('vue')['toRef']
101
+ const toRefs: typeof import('vue')['toRefs']
102
+ const triggerRef: typeof import('vue')['triggerRef']
103
+ const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
104
+ const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
105
+ const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
106
+ const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
107
+ const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
108
+ const unref: typeof import('vue')['unref']
109
+ const unrefElement: typeof import('@vueuse/core')['unrefElement']
110
+ const until: typeof import('@vueuse/core')['until']
111
+ const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
112
+ const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
113
+ const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
114
+ const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
115
+ const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
116
+ const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
117
+ const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
118
+ const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
119
+ const useArraySome: typeof import('@vueuse/core')['useArraySome']
120
+ const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
121
+ const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
122
+ const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
123
+ const useAttrs: typeof import('vue')['useAttrs']
124
+ const useBase64: typeof import('@vueuse/core')['useBase64']
125
+ const useBattery: typeof import('@vueuse/core')['useBattery']
126
+ const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
127
+ const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
128
+ const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
129
+ const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
130
+ const useCached: typeof import('@vueuse/core')['useCached']
131
+ const useClipboard: typeof import('@vueuse/core')['useClipboard']
132
+ const useCloned: typeof import('@vueuse/core')['useCloned']
133
+ const useColorMode: typeof import('@vueuse/core')['useColorMode']
134
+ const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
135
+ const useCounter: typeof import('@vueuse/core')['useCounter']
136
+ const useCssModule: typeof import('vue')['useCssModule']
137
+ const useCssVar: typeof import('@vueuse/core')['useCssVar']
138
+ const useCssVars: typeof import('vue')['useCssVars']
139
+ const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
140
+ const useCycleList: typeof import('@vueuse/core')['useCycleList']
141
+ const useDark: typeof import('@vueuse/core')['useDark']
142
+ const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
143
+ const useDebounce: typeof import('@vueuse/core')['useDebounce']
144
+ const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
145
+ const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
146
+ const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
147
+ const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
148
+ const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
149
+ const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
150
+ const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
151
+ const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
152
+ const useDraggable: typeof import('@vueuse/core')['useDraggable']
153
+ const useDropZone: typeof import('@vueuse/core')['useDropZone']
154
+ const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
155
+ const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
156
+ const useElementHover: typeof import('@vueuse/core')['useElementHover']
157
+ const useElementSize: typeof import('@vueuse/core')['useElementSize']
158
+ const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
159
+ const useEventBus: typeof import('@vueuse/core')['useEventBus']
160
+ const useEventListener: typeof import('@vueuse/core')['useEventListener']
161
+ const useEventSource: typeof import('@vueuse/core')['useEventSource']
162
+ const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
163
+ const useFavicon: typeof import('@vueuse/core')['useFavicon']
164
+ const useFetch: typeof import('@vueuse/core')['useFetch']
165
+ const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
166
+ const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
167
+ const useFocus: typeof import('@vueuse/core')['useFocus']
168
+ const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
169
+ const useFps: typeof import('@vueuse/core')['useFps']
170
+ const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
171
+ const useGamepad: typeof import('@vueuse/core')['useGamepad']
172
+ const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
173
+ const useIdle: typeof import('@vueuse/core')['useIdle']
174
+ const useImage: typeof import('@vueuse/core')['useImage']
175
+ const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
176
+ const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
177
+ const useInterval: typeof import('@vueuse/core')['useInterval']
178
+ const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
179
+ const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
180
+ const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
181
+ const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
182
+ const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
183
+ const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
184
+ const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
185
+ const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
186
+ const useMemoize: typeof import('@vueuse/core')['useMemoize']
187
+ const useMemory: typeof import('@vueuse/core')['useMemory']
188
+ const useMounted: typeof import('@vueuse/core')['useMounted']
189
+ const useMouse: typeof import('@vueuse/core')['useMouse']
190
+ const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
191
+ const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
192
+ const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
193
+ const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
194
+ const useNetwork: typeof import('@vueuse/core')['useNetwork']
195
+ const useNow: typeof import('@vueuse/core')['useNow']
196
+ const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
197
+ const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
198
+ const useOnline: typeof import('@vueuse/core')['useOnline']
199
+ const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
200
+ const useParallax: typeof import('@vueuse/core')['useParallax']
201
+ const usePermission: typeof import('@vueuse/core')['usePermission']
202
+ const usePointer: typeof import('@vueuse/core')['usePointer']
203
+ const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
204
+ const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
205
+ const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
206
+ const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
207
+ const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
208
+ const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
209
+ const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
210
+ const usePrevious: typeof import('@vueuse/core')['usePrevious']
211
+ const useRafFn: typeof import('@vueuse/core')['useRafFn']
212
+ const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
213
+ const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
214
+ const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
215
+ const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
216
+ const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
217
+ const useScroll: typeof import('@vueuse/core')['useScroll']
218
+ const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
219
+ const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
220
+ const useShare: typeof import('@vueuse/core')['useShare']
221
+ const useSlots: typeof import('vue')['useSlots']
222
+ const useSorted: typeof import('@vueuse/core')['useSorted']
223
+ const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
224
+ const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
225
+ const useStepper: typeof import('@vueuse/core')['useStepper']
226
+ const useStorage: typeof import('@vueuse/core')['useStorage']
227
+ const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
228
+ const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
229
+ const useSupported: typeof import('@vueuse/core')['useSupported']
230
+ const useSwipe: typeof import('@vueuse/core')['useSwipe']
231
+ const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
232
+ const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
233
+ const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
234
+ const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
235
+ const useThrottle: typeof import('@vueuse/core')['useThrottle']
236
+ const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
237
+ const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
238
+ const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
239
+ const useTimeout: typeof import('@vueuse/core')['useTimeout']
240
+ const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
241
+ const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
242
+ const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
243
+ const useTitle: typeof import('@vueuse/core')['useTitle']
244
+ const useToNumber: typeof import('@vueuse/core')['useToNumber']
245
+ const useToString: typeof import('@vueuse/core')['useToString']
246
+ const useToggle: typeof import('@vueuse/core')['useToggle']
247
+ const useTransition: typeof import('@vueuse/core')['useTransition']
248
+ const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
249
+ const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
250
+ const useVModel: typeof import('@vueuse/core')['useVModel']
251
+ const useVModels: typeof import('@vueuse/core')['useVModels']
252
+ const useVibrate: typeof import('@vueuse/core')['useVibrate']
253
+ const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
254
+ const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
255
+ const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
256
+ const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
257
+ const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
258
+ const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
259
+ const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
260
+ const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
261
+ const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
262
+ const watch: typeof import('vue')['watch']
263
+ const watchArray: typeof import('@vueuse/core')['watchArray']
264
+ const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
265
+ const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
266
+ const watchEffect: typeof import('vue')['watchEffect']
267
+ const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
268
+ const watchOnce: typeof import('@vueuse/core')['watchOnce']
269
+ const watchPausable: typeof import('@vueuse/core')['watchPausable']
270
+ const watchPostEffect: typeof import('vue')['watchPostEffect']
271
+ const watchSyncEffect: typeof import('vue')['watchSyncEffect']
272
+ const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
273
+ const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
274
+ const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
275
+ const whenever: typeof import('@vueuse/core')['whenever']
276
+ }
@@ -8,7 +8,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
8
8
  };
9
9
  divChildFilter: {
10
10
  type: PropType<(node: Element) => boolean>;
11
- default: (node: Element) => true;
11
+ default: (node: Element) => boolean;
12
12
  };
13
13
  fileName: {
14
14
  type: StringConstructor;
@@ -30,7 +30,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
30
30
  };
31
31
  divChildFilter: {
32
32
  type: PropType<(node: Element) => boolean>;
33
- default: (node: Element) => true;
33
+ default: (node: Element) => boolean;
34
34
  };
35
35
  fileName: {
36
36
  type: StringConstructor;