chore(core,nodes): cleanup node wrapper
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { isNumber } from '@vueuse/core'
|
import { isNumber } from '@vueuse/core'
|
||||||
import type { ReactiveVariable } from 'vue/macros'
|
import type { ReactiveVariable } from 'vue/macros'
|
||||||
import type { GraphNode, HandleConnectable, NodeComponent, SnapGrid, XYZPosition } from '../../types'
|
import type { GraphNode, HandleConnectable, NodeComponent, XYZPosition } from '../../types'
|
||||||
import { ARIA_NODE_DESC_KEY } from '../../utils/a11y'
|
import { ARIA_NODE_DESC_KEY } from '../../utils/a11y'
|
||||||
|
|
||||||
const { id, type, name, draggable, selectable, connectable, ...props } = defineProps<{
|
const { id, type, name, draggable, selectable, connectable, ...props } = defineProps<{
|
||||||
@@ -34,7 +34,6 @@ const {
|
|||||||
getIntersectingNodes,
|
getIntersectingNodes,
|
||||||
getNodeTypes,
|
getNodeTypes,
|
||||||
nodeExtent,
|
nodeExtent,
|
||||||
onNodesInitialized,
|
|
||||||
elevateNodesOnSelect,
|
elevateNodesOnSelect,
|
||||||
disableKeyboardA11y,
|
disableKeyboardA11y,
|
||||||
ariaLiveMessage,
|
ariaLiveMessage,
|
||||||
|
|||||||
Reference in New Issue
Block a user