braks
|
4bb532132e
|
feat(core): add type to edge updater anchor class
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-04-03 08:53:33 +02:00 |
|
braks
|
f61e5beb02
|
chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-03-31 21:30:23 +02:00 |
|
braks
|
c9d643d700
|
fix(edges): set source and target position on edge obj
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-03-17 17:27:48 +01:00 |
|
braks
|
5bd1eed98e
|
fix(core): use computed for edge class and style
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-03-10 10:40:23 +01:00 |
|
braks
|
05bc748100
|
feat(core): add isValidConnection prop
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-03-08 16:32:11 +01:00 |
|
braks
|
addd0bbb67
|
chore(core): revert edge renderer & wrapper
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-03-02 08:47:38 +01:00 |
|
braks
|
320ea10c88
|
chore(core): cleanup props
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-03-02 08:47:38 +01:00 |
|
braks
|
4d535ed34c
|
refactor(core): cleanup edge and node renderer
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-03-02 08:47:38 +01:00 |
|
braks
|
aafd8622f4
|
chore(core): update functional component types
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-22 20:20:11 +01:00 |
|
 Alex Van LiewandBraks
|
b19b9a871b
|
fix: add compatConfig to all components
|
2023-02-15 10:19:26 +01:00 |
|
braks
|
83636d4e53
|
refactor(core): pass original event to edge update event params
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-15 00:24:22 +01:00 |
|
braks
|
c528726f12
|
fix(core): prevent rendering edges that have been removed
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-10 15:44:45 +01:00 |
|
braks
|
db0ec8836f
|
chore(core): remove unnecessary initializers
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-10 11:38:22 +01:00 |
|
braks
|
f849999d20
|
fix(core): avoid triggering edge update when mouse btn is not left
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-07 12:59:26 +01:00 |
|
braks
|
bb2c4f449a
|
chore(core): cleanup and replace const with function
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-07 12:27:41 +01:00 |
|
braks
|
93bfa54308
|
chore(core): add missing edge wrapper name
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-01 22:57:05 +01:00 |
|
braks
|
e74a20d923
|
feat(core): implement connection radius
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-02-01 22:57:05 +01:00 |
|
braks
|
84ffd50429
|
chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2023-01-18 20:47:32 +01:00 |
|
braks
|
37f4985c2f
|
refactor(core): move edge prop types
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2022-12-29 09:32:27 +01:00 |
|
braks
|
608f797527
|
fix(core,edges): correct edge component prop types
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2022-12-29 09:32:27 +01:00 |
|
braks
|
ffbbc35fe9
|
feat(core,edges): add a11y to edge wrapper
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2022-12-20 00:38:56 +01:00 |
|
braks
|
31cdd9f899
|
refactor(core,edges): make label coords optional
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2022-12-19 16:17:50 +01:00 |
|
braks
|
f0f7e7e49a
|
fix(edges): add missing edge class to edge wrapper
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2022-12-14 19:04:13 +01:00 |
|
braks
|
27c6c42303
|
refactor(core,edges): enable vue macros betterDefine and remove duplicate interface defs
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2022-12-06 17:49:27 +01:00 |
|
braks
|
c673b04422
|
fix(edges): type marker prop in EdgeProps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2022-12-06 17:41:46 +01:00 |
|
braks
|
7100c7e173
|
chore(core): cleanup unused prop
|
2022-11-17 17:55:20 +01:00 |
|
braks
|
c93ffafd31
|
chore(core,edges): simplify edge components
|
2022-11-13 23:25:04 +01:00 |
|
braks
|
354c721fd3
|
refactor(core,edges): remove default val for edge style obj
|
2022-11-13 23:25:04 +01:00 |
|
braks
|
631552f9de
|
chore(core): remove unnecessary type annotations
|
2022-11-13 23:23:09 +01:00 |
|
braks
|
ec6f870bfd
|
chore(core): rename pointerRadius prop to interactionWidth
|
2022-11-13 08:42:06 +01:00 |
|
braks
|
a4fd0ebda4
|
feat(edges): add pointerRadius prop to edges
|
2022-11-13 08:42:06 +01:00 |
|
braks
|
3a5d06d3b1
|
chore(core): use getter for edge/node types
|
2022-11-08 12:53:13 +01:00 |
|
braks
|
6c738bfbfb
|
fix(core): fall back to default node or edge type
|
2022-11-08 12:53:13 +01:00 |
|
braks
|
650e7527ae
|
chore(core): remove unnecessary import paths
|
2022-11-06 19:20:39 +01:00 |
|
braks
|
43ff2a42e6
|
refactor(core,edges): add div based edge label renderer
|
2022-11-04 22:10:40 +01:00 |
|
braks
|
43aa810884
|
fix(core,edges): use all handles when connection mode is Loose
|
2022-11-04 19:18:31 +01:00 |
|
braks
|
d4fb795787
|
fix(edges): edge text not properly calculating dimensions
|
2022-10-15 00:53:42 +02:00 |
|
braks
|
34685a50c6
|
fix(edges): pass edge styles to edge path
|
2022-10-14 23:47:32 +02:00 |
|
braks
|
53c70a093b
|
fix(edges): edge text not aligning correctly into center
|
2022-10-14 22:19:11 +02:00 |
|
braks
|
13fed0a3fb
|
refactor(edges): move edge event handlers into Wrapper component
|
2022-10-10 21:33:44 +02:00 |
|
braks
|
082050b164
|
refactor(core): rename core pkg dir to core
|
2022-10-10 21:33:44 +02:00 |
|