Skip to content

Commit 15016ee

Browse files
committed
chore: bump version
1 parent c0fe9e7 commit 15016ee

File tree

7 files changed

+14
-63
lines changed

7 files changed

+14
-63
lines changed

packages/background/src/auto-imports.d.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/* eslint-disable */
2-
/* prettier-ignore */
3-
// @ts-nocheck
4-
// Generated by unplugin-auto-import
1+
// Generated by 'unplugin-auto-import'
52
export {}
63
declare global {
74
const $$: typeof import('vue/macros')['$$']
@@ -46,6 +43,7 @@ declare global {
4643
const readonly: typeof import('vue')['readonly']
4744
const ref: typeof import('vue')['ref']
4845
const resolveComponent: typeof import('vue')['resolveComponent']
46+
const resolveDirective: typeof import('vue')['resolveDirective']
4947
const shallowReactive: typeof import('vue')['shallowReactive']
5048
const shallowReadonly: typeof import('vue')['shallowReadonly']
5149
const shallowRef: typeof import('vue')['shallowRef']
@@ -63,8 +61,3 @@ declare global {
6361
const watchPostEffect: typeof import('vue')['watchPostEffect']
6462
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
6563
}
66-
// for type re-export
67-
declare global {
68-
// @ts-ignore
69-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
70-
}

packages/controls/src/auto-imports.d.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/* eslint-disable */
2-
/* prettier-ignore */
3-
// @ts-nocheck
4-
// Generated by unplugin-auto-import
1+
// Generated by 'unplugin-auto-import'
52
export {}
63
declare global {
74
const $$: typeof import('vue/macros')['$$']
@@ -46,6 +43,7 @@ declare global {
4643
const readonly: typeof import('vue')['readonly']
4744
const ref: typeof import('vue')['ref']
4845
const resolveComponent: typeof import('vue')['resolveComponent']
46+
const resolveDirective: typeof import('vue')['resolveDirective']
4947
const shallowReactive: typeof import('vue')['shallowReactive']
5048
const shallowReadonly: typeof import('vue')['shallowReadonly']
5149
const shallowRef: typeof import('vue')['shallowRef']
@@ -63,8 +61,3 @@ declare global {
6361
const watchPostEffect: typeof import('vue')['watchPostEffect']
6462
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
6563
}
66-
// for type re-export
67-
declare global {
68-
// @ts-ignore
69-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
70-
}

packages/core/src/auto-imports.d.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/* eslint-disable */
2-
/* prettier-ignore */
3-
// @ts-nocheck
4-
// Generated by unplugin-auto-import
1+
// Generated by 'unplugin-auto-import'
52
export {}
63
declare global {
74
const $$: typeof import('vue/macros')['$$']
@@ -168,6 +165,7 @@ declare global {
168165
const rendererPointToPoint: typeof import('./utils/graph')['rendererPointToPoint']
169166
const resetRecentHandle: typeof import('./utils/handle')['resetRecentHandle']
170167
const resolveComponent: typeof import('vue')['resolveComponent']
168+
const resolveDirective: typeof import('vue')['resolveDirective']
171169
const resolveRef: typeof import('@vueuse/core')['resolveRef']
172170
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
173171
const shallowReactive: typeof import('vue')['shallowReactive']
@@ -379,8 +377,3 @@ declare global {
379377
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
380378
const whenever: typeof import('@vueuse/core')['whenever']
381379
}
382-
// for type re-export
383-
declare global {
384-
// @ts-ignore
385-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
386-
}

packages/minimap/src/auto-imports.d.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/* eslint-disable */
2-
/* prettier-ignore */
3-
// @ts-nocheck
4-
// Generated by unplugin-auto-import
1+
// Generated by 'unplugin-auto-import'
52
export {}
63
declare global {
74
const $$: typeof import('vue/macros')['$$']
@@ -46,6 +43,7 @@ declare global {
4643
const readonly: typeof import('vue')['readonly']
4744
const ref: typeof import('vue')['ref']
4845
const resolveComponent: typeof import('vue')['resolveComponent']
46+
const resolveDirective: typeof import('vue')['resolveDirective']
4947
const shallowReactive: typeof import('vue')['shallowReactive']
5048
const shallowReadonly: typeof import('vue')['shallowReadonly']
5149
const shallowRef: typeof import('vue')['shallowRef']
@@ -63,8 +61,3 @@ declare global {
6361
const watchPostEffect: typeof import('vue')['watchPostEffect']
6462
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
6563
}
66-
// for type re-export
67-
declare global {
68-
// @ts-ignore
69-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
70-
}

packages/node-resizer/src/auto-imports.d.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/* eslint-disable */
2-
/* prettier-ignore */
3-
// @ts-nocheck
4-
// Generated by unplugin-auto-import
1+
// Generated by 'unplugin-auto-import'
52
export {}
63
declare global {
74
const $$: typeof import('vue/macros')['$$']
@@ -46,6 +43,7 @@ declare global {
4643
const readonly: typeof import('vue')['readonly']
4744
const ref: typeof import('vue')['ref']
4845
const resolveComponent: typeof import('vue')['resolveComponent']
46+
const resolveDirective: typeof import('vue')['resolveDirective']
4947
const shallowReactive: typeof import('vue')['shallowReactive']
5048
const shallowReadonly: typeof import('vue')['shallowReadonly']
5149
const shallowRef: typeof import('vue')['shallowRef']
@@ -63,8 +61,3 @@ declare global {
6361
const watchPostEffect: typeof import('vue')['watchPostEffect']
6462
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
6563
}
66-
// for type re-export
67-
declare global {
68-
// @ts-ignore
69-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
70-
}

packages/node-toolbar/src/auto-imports.d.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/* eslint-disable */
2-
/* prettier-ignore */
3-
// @ts-nocheck
4-
// Generated by unplugin-auto-import
1+
// Generated by 'unplugin-auto-import'
52
export {}
63
declare global {
74
const $$: typeof import('vue/macros')['$$']
@@ -46,6 +43,7 @@ declare global {
4643
const readonly: typeof import('vue')['readonly']
4744
const ref: typeof import('vue')['ref']
4845
const resolveComponent: typeof import('vue')['resolveComponent']
46+
const resolveDirective: typeof import('vue')['resolveDirective']
4947
const shallowReactive: typeof import('vue')['shallowReactive']
5048
const shallowReadonly: typeof import('vue')['shallowReadonly']
5149
const shallowRef: typeof import('vue')['shallowRef']
@@ -63,8 +61,3 @@ declare global {
6361
const watchPostEffect: typeof import('vue')['watchPostEffect']
6462
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
6563
}
66-
// for type re-export
67-
declare global {
68-
// @ts-ignore
69-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
70-
}

packages/pathfinding-edge/src/auto-imports.d.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
/* eslint-disable */
2-
/* prettier-ignore */
3-
// @ts-nocheck
4-
// Generated by unplugin-auto-import
1+
// Generated by 'unplugin-auto-import'
52
export {}
63
declare global {
74
const $$: typeof import('vue/macros')['$$']
@@ -46,6 +43,7 @@ declare global {
4643
const readonly: typeof import('vue')['readonly']
4744
const ref: typeof import('vue')['ref']
4845
const resolveComponent: typeof import('vue')['resolveComponent']
46+
const resolveDirective: typeof import('vue')['resolveDirective']
4947
const shallowReactive: typeof import('vue')['shallowReactive']
5048
const shallowReadonly: typeof import('vue')['shallowReadonly']
5149
const shallowRef: typeof import('vue')['shallowRef']
@@ -63,8 +61,3 @@ declare global {
6361
const watchPostEffect: typeof import('vue')['watchPostEffect']
6462
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
6563
}
66-
// for type re-export
67-
declare global {
68-
// @ts-ignore
69-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
70-
}

0 commit comments

Comments
 (0)