sat-earth 0.0.2-beta → 0.0.2-beta3
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.
- package/dist/components/globe/SatGlobe.vue.d.ts +19 -0
- package/dist/components/globe/index.d.ts +18 -0
- package/dist/{packages/components → components}/globe/satGlobe.d.ts +0 -0
- package/dist/{packages/components → components}/index.d.ts +0 -0
- package/dist/{typings → sat-earth}/auto-import.d.ts +0 -0
- package/dist/{typings → sat-earth}/components.d.ts +1 -1
- package/dist/{packages/sat-earth → sat-earth}/index.d.ts +0 -0
- package/dist/sat-earth.es.js +62 -16
- package/dist/sat-earth.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/common/deepMerge.d.ts +5 -0
- package/dist/utils/common/index.d.ts +1 -0
- package/dist/{packages/utils → utils}/index.d.ts +0 -0
- package/dist/{packages/utils → utils}/installer/index.d.ts +0 -0
- package/dist/{packages/utils → utils}/map/common/baseMap.d.ts +1 -1
- package/dist/{packages/utils → utils}/map/index.d.ts +0 -0
- package/package.json +3 -8
- package/dist/packages/components/globe/SatGlobe.vue.d.ts +0 -3795
- package/dist/packages/components/globe/index.d.ts +0 -3794
- package/dist/typings/auto-import.playlocal.d.ts +0 -52
- package/dist/typings/shims-vue.d.ts +0 -9
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
// Generated by 'unplugin-auto-import'
|
|
2
|
-
// We suggest you to commit this file into source control
|
|
3
|
-
declare global {
|
|
4
|
-
const computed: typeof import('vue')['computed']
|
|
5
|
-
const createApp: typeof import('vue')['createApp']
|
|
6
|
-
const customRef: typeof import('vue')['customRef']
|
|
7
|
-
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
8
|
-
const defineComponent: typeof import('vue')['defineComponent']
|
|
9
|
-
const effectScope: typeof import('vue')['effectScope']
|
|
10
|
-
const EffectScope: typeof import('vue')['EffectScope']
|
|
11
|
-
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
12
|
-
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
13
|
-
const h: typeof import('vue')['h']
|
|
14
|
-
const inject: typeof import('vue')['inject']
|
|
15
|
-
const isReadonly: typeof import('vue')['isReadonly']
|
|
16
|
-
const isRef: typeof import('vue')['isRef']
|
|
17
|
-
const markRaw: typeof import('vue')['markRaw']
|
|
18
|
-
const nextTick: typeof import('vue')['nextTick']
|
|
19
|
-
const onActivated: typeof import('vue')['onActivated']
|
|
20
|
-
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
|
21
|
-
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
|
22
|
-
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
|
23
|
-
const onDeactivated: typeof import('vue')['onDeactivated']
|
|
24
|
-
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
|
|
25
|
-
const onMounted: typeof import('vue')['onMounted']
|
|
26
|
-
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
|
27
|
-
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
|
28
|
-
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
|
29
|
-
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
|
|
30
|
-
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
31
|
-
const onUpdated: typeof import('vue')['onUpdated']
|
|
32
|
-
const provide: typeof import('vue')['provide']
|
|
33
|
-
const reactive: typeof import('vue')['reactive']
|
|
34
|
-
const readonly: typeof import('vue')['readonly']
|
|
35
|
-
const ref: typeof import('vue')['ref']
|
|
36
|
-
const resolveComponent: typeof import('vue')['resolveComponent']
|
|
37
|
-
const shallowReactive: typeof import('vue')['shallowReactive']
|
|
38
|
-
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
|
39
|
-
const shallowRef: typeof import('vue')['shallowRef']
|
|
40
|
-
const toRaw: typeof import('vue')['toRaw']
|
|
41
|
-
const toRef: typeof import('vue')['toRef']
|
|
42
|
-
const toRefs: typeof import('vue')['toRefs']
|
|
43
|
-
const triggerRef: typeof import('vue')['triggerRef']
|
|
44
|
-
const unref: typeof import('vue')['unref']
|
|
45
|
-
const useAttrs: typeof import('vue')['useAttrs']
|
|
46
|
-
const useCssModule: typeof import('vue')['useCssModule']
|
|
47
|
-
const useCssVars: typeof import('vue')['useCssVars']
|
|
48
|
-
const useSlots: typeof import('vue')['useSlots']
|
|
49
|
-
const watch: typeof import('vue')['watch']
|
|
50
|
-
const watchEffect: typeof import('vue')['watchEffect']
|
|
51
|
-
}
|
|
52
|
-
export {}
|