From 33c45ab67c74c387596a3a2fae26b314bebe1a4f Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 07 八月 2025 18:05:59 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- auto-imports.d.ts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 167ee77..f3f0191 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -188,6 +188,8 @@ const useModel: typeof import('vue')['useModel'] const useOmit: typeof import('./src/hooks/help')['useOmit'] const useOmitProps: typeof import('./src/hooks/help')['useOmitProps'] + const usePortraitTable: typeof import('./src/hooks/portraitTable')['usePortraitTable'] + const usePortraitTableWithAttachment: typeof import('./src/hooks/portraitTable')['usePortraitTableWithAttachment'] const useResizeHander: typeof import('./src/hooks/useResizeHander')['useResizeHander'] const useRoute: typeof import('vue-router')['useRoute'] const useRouteView: typeof import('./src/hooks/useRouteView')['useRouteView'] @@ -241,6 +243,9 @@ // @ts-ignore export type { GlobalEvent, GlobalEventListener, GlobalEventContext } from './src/hooks/useEvent' import('./src/hooks/useEvent') + // @ts-ignore + export type { UsePortraitTableColumnsItem, UsePortraitTableOptions } from './src/hooks/portraitTable' + import('./src/hooks/portraitTable') } // for vue template auto import @@ -414,6 +419,8 @@ readonly useModel: UnwrapRef<typeof import('vue')['useModel']> readonly useOmit: UnwrapRef<typeof import('./src/hooks/help')['useOmit']> readonly useOmitProps: UnwrapRef<typeof import('./src/hooks/help')['useOmitProps']> + readonly usePortraitTable: UnwrapRef<typeof import('./src/hooks/portraitTable')['usePortraitTable']> + readonly usePortraitTableWithAttachment: UnwrapRef<typeof import('./src/hooks/portraitTable')['usePortraitTableWithAttachment']> readonly useResizeHander: UnwrapRef<typeof import('./src/hooks/useResizeHander')['useResizeHander']> readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']> readonly useRouteView: UnwrapRef<typeof import('./src/hooks/useRouteView')['useRouteView']> -- Gitblit v1.9.1