|
|
@ -1,6 +1,6 @@ |
|
|
|
<script lang="ts" setup> |
|
|
|
<script lang="ts" setup> |
|
|
|
import type { NodeProps } from '@vue-flow/core' |
|
|
|
import type { NodeProps } from '@vue-flow/core' |
|
|
|
import { Position, useVueFlow } from '@vue-flow/core' |
|
|
|
import { Handle, Position, useVueFlow } from '@vue-flow/core' |
|
|
|
import type { LinkToAnotherRecordType } from 'nocodb-sdk' |
|
|
|
import type { LinkToAnotherRecordType } from 'nocodb-sdk' |
|
|
|
import { UITypes, isVirtualCol } from 'nocodb-sdk' |
|
|
|
import { UITypes, isVirtualCol } from 'nocodb-sdk' |
|
|
|
import type { NodeData } from './utils' |
|
|
|
import type { NodeData } from './utils' |
|
|
|