@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/dist/{index-B94zrfJs.js → index-BBhrPs5N.js} +4 -4
- package/dist/{index-B94zrfJs.js.map → index-BBhrPs5N.js.map} +1 -1
- package/dist/kestra-ui.css +1 -1
- package/dist/kestra-ui.js +1 -1
- package/dist/kestra-ui.umd.cjs +1 -1
- package/dist/kestra-ui.umd.cjs.map +1 -1
- package/dist/{shikiToolset-DNW9ZqzF.js → shikiToolset-b1TjQfMU.js} +2 -2
- package/dist/{shikiToolset-DNW9ZqzF.js.map → shikiToolset-b1TjQfMU.js.map} +1 -1
- package/package.json +1 -1
- package/src/components/topology/Topology.vue +1 -1
package/package.json
CHANGED
|
@@ -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(
|
|
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>());
|