Braks
d429394f42
refactor(core): cleanup connection line component ( #1470 )
2024-06-13 00:04:51 +02:00
Braks
d658c1d357
refactor(core): replace arr reduce methods ( #1467 )
...
* refactor(core): replace arr reduce methods
* chore(core): cleanup
2024-06-13 00:04:51 +02:00
Braks
798faf1be4
refactor(core): remove connectedEdges from node mouse events ( #1464 )
...
* refactor(core): remove `connectedEdges` from node mouse events
* chore(changeset): add
2024-06-13 00:04:51 +02:00
Braks
0825101ebe
refactor(core): remove node intersections arg from drag events ( #1460 )
...
* refactor(core): remove node intersections arg from drag events
* chore(changeset): add
* docs(examples): update intersection example
2024-06-13 00:04:51 +02:00
Braks
0c5dfddc47
refactor(core): remove initialized from graph-nodes ( #1457 )
...
* refactor(core): remove `initialized` from graph-nodes
* chore(changeset): add
* refactor(node-resizer): replace node initialized check
* chore(changeset): add
2024-06-13 00:04:51 +02:00
braks
faf67c2b55
fix(core): use computed edge ref
2024-06-06 10:45:38 +02:00
Braks
876b71dc19
refactor(core): use node/edge id as only dependency for nodes/edges list ( #1447 )
...
* refactor(core): use node id to (re-)render nodes
* refactor(core): use edge id to (re-)render nodes
* chore(changeset): add
* chore(core): cleanup
* chore(core): cast cmp as any
2024-06-06 10:45:38 +02:00
braks
5e9db1c87f
refactor(core): render null if edge is hidden
2024-06-06 10:45:38 +02:00
braks
3498399ef7
refactor(core): render null if node is hidden
2024-06-06 10:45:38 +02:00
braks
660831cc37
refactor(core): check if starting handle exists
2024-06-06 10:45:38 +02:00
braks
c822f9c632
refactor(core,handle): remove auto-generated handle ids
2024-06-06 10:45:38 +02:00
braks
464dc582dc
fix(core): pass path options to edges
2024-04-29 20:56:09 +02:00
braks
f858d13909
refactor(core): remove reactivity transform
2024-03-24 13:31:22 +01:00
braks
a8c09a90da
fix(core,edges): use nullish check to fallback to default center
2024-02-28 10:54:59 +01:00
braks
c48d3c9be3
fix(core): use default cursor and apply drag cursor if node is draggable
2024-02-21 23:27:01 +01:00
braks
f815ef6dd5
fix(core): prevent esc keypress when a11y is disabled
2024-02-21 23:27:01 +01:00
braks
e5a84656ad
refactor(core): replace vueuse imports with vue
2024-02-21 23:27:01 +01:00
braks
e5aaaa6e8c
fix(core,edges): correct smoothstep edge pathing
2024-02-15 22:04:22 +01:00
braks
5094e330b8
fix(core): wrap marker urls with quotes
2024-02-15 17:46:21 +01:00
braks
ee8748e936
chore(core): add missing generic for output node
2024-02-15 17:46:21 +01:00
braks
6c638b8e27
refactor(core): use data obj for labels in default nodes
2024-02-15 17:46:21 +01:00
braks
308338fa79
refactor(core): remove exports from barrel files
2024-02-05 07:51:12 +01:00
braks
259514a229
refactor(core): cast zIndex to ref
2024-02-05 07:51:12 +01:00
braks
cedb1f51e7
chore(core): cleanup EdgeWrapper
2024-02-05 07:51:12 +01:00
braks
0544fbdb6a
refactor(core): call fitViewOnInit when node dimensions are initially set
2024-02-05 07:51:12 +01:00
braks
4bbc14b882
fix(core): update node dimensions on next tick
2024-02-05 07:51:12 +01:00
braks
68cfbaebbe
chore(core): lint files
2024-01-21 14:35:35 +01:00
braks
2192fff9b2
fix(core,connection-line): pass flow id to getMarkerId in connection line
2024-01-21 14:35:35 +01:00
braks
2f0b00f854
feat(core,handle): expose onClick and onPointerDown handlers
2024-01-21 14:35:35 +01:00
braks
ffcc20a263
feat(core,handle): expose handler functions
2024-01-21 14:35:35 +01:00
braks
f1d3fa2aa3
fix(core): merge connection line styles
2024-01-21 14:35:35 +01:00
braks
5344fec3af
fix(core): add fallback for connection-line type
2024-01-21 14:35:35 +01:00
braks
58689d751a
chore(core): cleanup
2023-12-12 23:36:33 +01:00
braks
458b5d42ba
fix(core): remove ts-transform-paths and use relative paths
2023-12-12 23:36:33 +01:00
braks
aac4c4d593
chore(core): cleanup
2023-12-12 20:29:54 +01:00
braks
eff1afdfde
fix(core): use nullish check when finding edge label renderer el
2023-12-12 20:29:54 +01:00
braks
fb3d6a7f13
chore(core): cleanup node wrapper
2023-12-12 20:29:54 +01:00
braks
6162389cc2
revert(core): cleanup imports from vueuse/core that exist in vue
...
This reverts commit 7cc798ad
2023-11-08 16:22:15 +01:00
braks
75cb0c9b1e
chore(core): cleanup
2023-11-08 08:27:12 +01:00
braks
7cc798adae
chore(core): cleanup imports from vueuse/core that exist in vue
2023-11-08 08:27:12 +01:00
braks
7e7e0fb8cb
refactor(core): allow adding edges with missing source or target nodes
2023-10-30 13:36:07 +01:00
braks
88cfd402ed
perf(core): cleanup computed vars
2023-10-30 13:36:07 +01:00
braks
3b175a553e
refactor(core): remove primtive typeguards
2023-10-30 13:36:07 +01:00
braks
ee45b4e560
fix(core): select nodes on drag when threshold is > 0
2023-10-30 13:36:07 +01:00
braks
870bc4f74a
chore(core): cleanup
2023-10-06 18:00:01 +02:00
braks
ce1647ad1e
feat(core): cleanup handle bounds from node when handle is unmounted
2023-10-06 18:00:01 +02:00
braks
3e446fab68
feat(core): allow passing a number as connectable prop
2023-10-06 18:00:01 +02:00
braks
ad7d01305e
fix(core): unselect edge if selected and multi-selection is active
2023-10-06 18:00:01 +02:00
braks
2f66300f05
fix(core): better smoothstep edge label position
2023-08-21 17:44:20 +02:00
braks
8943ec762b
fix(core): vertically or horizontally aligned nodes
2023-08-21 17:44:20 +02:00