@kestra-io/ui-libs 0.0.168 → 0.0.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kestra-io/ui-libs",
3
- "version": "0.0.168",
3
+ "version": "0.0.169",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -179,7 +179,7 @@
179
179
 
180
180
  const dragging = ref(false);
181
181
  const lastPosition = ref<XYPosition | null>()
182
- const {getNodes, onNodeDrag, onNodeDragStart, onNodeDragStop, fitView, setElements, vueFlowRef} = useVueFlow({id: props.id});
182
+ const {getNodes, onNodeDrag, onNodeDragStart, onNodeDragStop, fitView, setElements, vueFlowRef} = useVueFlow(props.id);
183
183
  const edgeReplacer = ref({});
184
184
  const hiddenNodes = ref<string[]>([]);
185
185
  const collapsed = ref(new Set<string>());