moklick
|
c42b82159c
|
chore(svelte): use new node props
|
2023-12-15 12:04:02 +01:00 |
|
moklick
|
71f038a319
|
refactor(node-renderer): simplify selectors, remove reselect, cleanup
|
2023-12-14 12:32:41 +01:00 |
|
moklick
|
e7b29385d0
|
fix(svelte): allow null for keys
|
2023-12-13 11:54:38 +01:00 |
|
moklick
|
b332b86090
|
refactor(svelte): replace on:connect with onconnect
|
2023-12-13 11:33:49 +01:00 |
|
moklick
|
8ceb1addc1
|
refactor(useSetNodeData): put function in useReactFlow/useSvelteFlow
|
2023-12-12 18:52:45 +01:00 |
|
moklick
|
fcf151f6cb
|
fix(svelte): shortcut delete/input issue #3712
|
2023-12-11 19:35:31 +01:00 |
|
moklick
|
d4d773d9c6
|
feat(svelte): add useHandleConnections, useNodesData and useUpdateNodeData
|
2023-12-11 18:31:37 +01:00 |
|
 Moritz KlackandGitHub
|
dd8ab45a46
|
Merge branch 'next' into fix/edge-props
|
2023-11-30 13:03:41 +01:00 |
|
moklick
|
a70e25b1a2
|
refactor(svelte/edges): cleanup types and components
|
2023-11-30 12:58:44 +01:00 |
|
moklick
|
6825b486ec
|
refactor(svelte/edges): simplify
|
2023-11-30 10:41:18 +01:00 |
|
moklick
|
95acea54d1
|
chore(react/svelte): cleanup edge creation
|
2023-11-29 16:33:57 +01:00 |
|
moklick
|
1d7803aff7
|
chore(svelte/onConnect): cleanup
|
2023-11-28 16:50:17 +01:00 |
|
Peter
|
3f94dfa84c
|
feat(svelte) added onedgecreate function
|
2023-11-28 15:48:19 +01:00 |
|
Peter
|
f871617abe
|
renamed internal files in svelte for better alphabetical ordering
|
2023-11-28 14:35:18 +01:00 |
|
Peter
|
43c78d6c11
|
forgotten file
|
2023-11-28 13:04:46 +01:00 |
|
Peter
|
0393409e89
|
fix(system) exportet Optional type, fix(svelte) adjusted exported edge types
|
2023-11-28 13:03:50 +01:00 |
|
Peter
|
9f538c6b7c
|
fix(svelte) split edges into internal/external. external edges dont require id, source, target anymore
|
2023-11-28 12:33:54 +01:00 |
|
moklick
|
1dfff1bf5b
|
refactor(libs) add width, height and positionAbsolute props to NodeProps
|
2023-11-23 13:50:28 +01:00 |
|
moklick
|
38b5051179
|
feat(svelte): add on:selectionclick and on:selectioncontextmenu closes #3646
|
2023-11-23 12:49:06 +01:00 |
|
moklick
|
a166129547
|
fix(svelte): use node.style.width and node.style
|
2023-11-21 16:03:07 +01:00 |
|
moklick
|
24c999a335
|
chore(astro): use width/height attrs
|
2023-11-21 15:18:35 +01:00 |
|
moklick
|
d812dbbe53
|
refactor(nodes): add computed attr for width/height and absolute position
|
2023-11-21 15:06:42 +01:00 |
|
moklick
|
8a5dd652b3
|
refactor(svelte): node wrapper position types
|
2023-11-21 12:59:12 +01:00 |
|
 
|
b8affc1c82
|
Svelte NodeToolbar with E2E (#3643)
* Added NodeToolbar
* Added comments & fixed default behaviour in svelte
* Added e2e-tests for NodeToolbar component & added data-id to react NodeToolbar
* refactor(svelte/NodeToolbar): cleanup
* refactor(node-toolbar): add system utils
---------
Co-authored-by: moklick <info@moritzklack.com>
|
2023-11-20 18:40:43 +01:00 |
|
moklick
|
c888126438
|
fix(svelte): use map for dimension updates
|
2023-11-16 11:56:17 +01:00 |
|
 Moritz KlackandGitHub
|
14caf422c3
|
refactor(svelte): add zoomActivationKey and allow null for keys #3618 (#3627)
* refactor(keys): add zoomActivationKey and allow null #3618
|
2023-11-15 19:06:49 +01:00 |
|
moklick
|
e798e94275
|
refactor(react/svelte): use nodeLookup
|
2023-11-14 15:52:48 +01:00 |
|
moklick
|
90912a6c1a
|
reafactor(react/svelte): rename some util functions #3528
|
2023-11-13 10:45:06 +01:00 |
|
moklick
|
bcbb0693c2
|
Merge branch 'xyflow' into svelte-flow-fix-hidden
|
2023-11-08 18:19:13 +01:00 |
|
Peter
|
2ebdca0525
|
fix(svelte) hiding elements considers missing html elements
|
2023-11-08 13:12:34 +01:00 |
|
Peter
|
118152bd2e
|
fix(svelte) id should not get applied to edge path
|
2023-11-08 10:39:33 +01:00 |
|
moklick
|
2a38a010f6
|
fix(svelte): subflows
|
2023-11-01 15:21:53 +01:00 |
|
moklick
|
39f7829726
|
chore(svelte): update attribution
|
2023-10-31 18:37:13 +01:00 |
|
moklick
|
d2b140ce5e
|
fix(svelte): repair selection, add multi selection closes #3557
|
2023-10-31 18:31:24 +01:00 |
|
moklick
|
22cb43543d
|
fix(svelte): handle interactionWidth closes #3558
|
2023-10-31 15:31:19 +01:00 |
|
 Moritz KlackandGitHub
|
3b781a299b
|
Merge branch 'xyflow' into feat/ssr
|
2023-10-31 14:12:52 +01:00 |
|
Peter
|
9e985457a4
|
fix(svelte) undefined edge classes do not append "undefined" as class
|
2023-10-30 17:20:23 +01:00 |
|
moklick
|
b42f3a95e5
|
fix(svelte): use class prop for BaseEdge component
|
2023-10-23 18:18:17 +02:00 |
|
moklick
|
2435a0da8f
|
feat(svelte): ssr fitView
|
2023-10-23 18:05:45 +02:00 |
|
moklick
|
f2b36f2d33
|
refactor(svelte): prevent jumping nodes
|
2023-10-23 16:00:20 +02:00 |
|
Peter
|
d8d9401655
|
svelte(chore) edge components are now exported
|
2023-10-23 12:24:37 +02:00 |
|
moklick
|
d1589bac17
|
Merge branch 'xyflow' into feat/ssr
|
2023-10-23 12:15:21 +02:00 |
|
moklick
|
747c136ced
|
chore(svelte): bump
|
2023-10-19 16:37:10 +02:00 |
|
moklick
|
7a61c9e331
|
chore(svelte): prevent warnings when using default node types
|
2023-10-19 15:56:31 +02:00 |
|
moklick
|
e5f877a9bd
|
refactor(svelte): update node automatically when source-/ targetPos change
|
2023-10-19 15:47:09 +02:00 |
|
moklick
|
bce7a49c73
|
chore(svelte): add class to BaseEdge comp
|
2023-10-16 15:54:43 +02:00 |
|
moklick
|
c7a533bffe
|
chore(svelte): fix types for event handlers
|
2023-10-16 15:53:36 +02:00 |
|
moklick
|
0cfecc823f
|
feat(svelte): add group node
|
2023-10-11 11:17:15 +02:00 |
|
moklick
|
d062214536
|
chore(react/svelte): rename nodes/edges to initialNodes/initialEdges for Provider comp
|
2023-10-09 17:12:49 +02:00 |
|
moklick
|
afa6365e12
|
chore(react/svelte): rename node.dimensions to node.size
|
2023-10-09 17:04:11 +02:00 |
|