Skip to content

Commit 8a7d104

Browse files
author
fuyoo
committed
tree
1 parent e8a7fe0 commit 8a7d104

File tree

14 files changed

+422
-822
lines changed

14 files changed

+422
-822
lines changed

auto-imports.d.ts

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
/* eslint-disable */
2+
/* prettier-ignore */
3+
// @ts-nocheck
4+
// noinspection JSUnusedGlobalSymbols
5+
// Generated by unplugin-auto-import
6+
// biome-ignore lint: disable
7+
export {}
8+
declare global {
9+
const EffectScope: typeof import('vue')['EffectScope']
10+
const computed: typeof import('vue')['computed']
11+
const createApp: typeof import('vue')['createApp']
12+
const customRef: typeof import('vue')['customRef']
13+
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
14+
const defineComponent: typeof import('vue')['defineComponent']
15+
const effectScope: typeof import('vue')['effectScope']
16+
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
17+
const getCurrentScope: typeof import('vue')['getCurrentScope']
18+
const h: typeof import('vue')['h']
19+
const inject: typeof import('vue')['inject']
20+
const isProxy: typeof import('vue')['isProxy']
21+
const isReactive: typeof import('vue')['isReactive']
22+
const isReadonly: typeof import('vue')['isReadonly']
23+
const isRef: typeof import('vue')['isRef']
24+
const markRaw: typeof import('vue')['markRaw']
25+
const nextTick: typeof import('vue')['nextTick']
26+
const onActivated: typeof import('vue')['onActivated']
27+
const onBeforeMount: typeof import('vue')['onBeforeMount']
28+
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
29+
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
30+
const onDeactivated: typeof import('vue')['onDeactivated']
31+
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
32+
const onMounted: typeof import('vue')['onMounted']
33+
const onRenderTracked: typeof import('vue')['onRenderTracked']
34+
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
35+
const onScopeDispose: typeof import('vue')['onScopeDispose']
36+
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
37+
const onUnmounted: typeof import('vue')['onUnmounted']
38+
const onUpdated: typeof import('vue')['onUpdated']
39+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
40+
const provide: typeof import('vue')['provide']
41+
const reactive: typeof import('vue')['reactive']
42+
const readonly: typeof import('vue')['readonly']
43+
const ref: typeof import('vue')['ref']
44+
const resolveComponent: typeof import('vue')['resolveComponent']
45+
const shallowReactive: typeof import('vue')['shallowReactive']
46+
const shallowReadonly: typeof import('vue')['shallowReadonly']
47+
const shallowRef: typeof import('vue')['shallowRef']
48+
const toRaw: typeof import('vue')['toRaw']
49+
const toRef: typeof import('vue')['toRef']
50+
const toRefs: typeof import('vue')['toRefs']
51+
const toValue: typeof import('vue')['toValue']
52+
const triggerRef: typeof import('vue')['triggerRef']
53+
const unref: typeof import('vue')['unref']
54+
const useAttrs: typeof import('vue')['useAttrs']
55+
const useCssModule: typeof import('vue')['useCssModule']
56+
const useCssVars: typeof import('vue')['useCssVars']
57+
const useDialog: typeof import('naive-ui')['useDialog']
58+
const useId: typeof import('vue')['useId']
59+
const useLoadingBar: typeof import('naive-ui')['useLoadingBar']
60+
const useMessage: typeof import('naive-ui')['useMessage']
61+
const useModel: typeof import('vue')['useModel']
62+
const useNotification: typeof import('naive-ui')['useNotification']
63+
const useSlots: typeof import('vue')['useSlots']
64+
const useTemplateRef: typeof import('vue')['useTemplateRef']
65+
const watch: typeof import('vue')['watch']
66+
const watchEffect: typeof import('vue')['watchEffect']
67+
const watchPostEffect: typeof import('vue')['watchPostEffect']
68+
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
69+
}
70+
// for type re-export
71+
declare global {
72+
// @ts-ignore
73+
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
74+
import('vue')
75+
}

components.d.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* eslint-disable */
2+
// @ts-nocheck
3+
// Generated by unplugin-vue-components
4+
// Read more: https://github.com/vuejs/core/pull/3399
5+
// biome-ignore lint: disable
6+
export {}
7+
8+
/* prettier-ignore */
9+
declare module 'vue' {
10+
export interface GlobalComponents {
11+
CoHostTab: typeof import('./src/components/CoHostTab.vue')['default']
12+
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
13+
NButton: typeof import('naive-ui')['NButton']
14+
NDropdown: typeof import('naive-ui')['NDropdown']
15+
NInput: typeof import('naive-ui')['NInput']
16+
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
17+
NPopselect: typeof import('naive-ui')['NPopselect']
18+
NScrollbar: typeof import('naive-ui')['NScrollbar']
19+
NSplit: typeof import('naive-ui')['NSplit']
20+
NTabPane: typeof import('naive-ui')['NTabPane']
21+
NTabs: typeof import('naive-ui')['NTabs']
22+
NTree: typeof import('naive-ui')['NTree']
23+
RouterLink: typeof import('vue-router')['RouterLink']
24+
RouterView: typeof import('vue-router')['RouterView']
25+
WindowOperationButtonGroup: typeof import('./src/components/WindowOperationButtonGroup.vue')['default']
26+
}
27+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@tsconfig/node22": "^22.0.0",
3131
"@types/jsdom": "^21.1.7",
3232
"@types/node": "^22.10.2",
33+
"@vicons/ionicons5": "^0.13.0",
3334
"@vitejs/plugin-vue": "^5.2.1",
3435
"@vitejs/plugin-vue-jsx": "^4.1.1",
3536
"@vitest/eslint-plugin": "1.1.10",
@@ -39,7 +40,6 @@
3940
"@vue/tsconfig": "^0.7.0",
4041
"@vueuse/rxjs": "^12.3.0",
4142
"dexie": "^4.0.10",
42-
"element-plus": "^2.9.3",
4343
"eslint": "^9.14.0",
4444
"eslint-plugin-oxlint": "^0.11.0",
4545
"eslint-plugin-vue": "^9.30.0",

0 commit comments

Comments
 (0)