|
|
|
@ -1,8 +1,7 @@
|
|
|
|
|
import { ViewTypes, isSystemColumn } from 'nocodb-sdk' |
|
|
|
|
import type { ColumnType, MapType, TableType, ViewType } from 'nocodb-sdk' |
|
|
|
|
import { storeToRefs } from 'pinia' |
|
|
|
|
import type { ComputedRef, Ref } from 'vue' |
|
|
|
|
import { IsPublicInj, computed, inject, ref, useNuxtApp, useProject, useUIPermission, watch } from '#imports' |
|
|
|
|
import { IsPublicInj, computed, inject, ref, storeToRefs, useNuxtApp, useProject, useUIPermission, watch } from '#imports' |
|
|
|
|
import type { Field } from '~/lib' |
|
|
|
|
|
|
|
|
|
export function useViewColumns( |
|
|
|
|