Commit 3253671
shuzarevich
refactor(drag-node): rename and update drag node handlers and requests
- Renamed `create-drag-node-summary-handler` to `create-drag-node-handler`
- Updated references to `DragNodeItemHandler` to use `DragNodeHandler`
- Renamed event request classes for clarity
- Adjusted method names for consistency in drag node handling
- Removed deprecated fields and methods related to drag node events1 parent 321f5cb commit 3253671
62 files changed
Lines changed: 623 additions & 560 deletions
File tree
- projects
- f-examples/advanced/drag-start-end-events
- f-flow/src
- domain/f-draggable
- emit-selection-change-event
- end-drag-sequence
- prepare-drag-sequence
- start-drag-sequence
- f-draggable
- domain
- detect-connections-under-drag-node
- emit-end-drag-sequence-event
- emit-selection-change-event
- emit-start-drag-sequence-event
- is-connection-under-node
- drag-node
- attach-drag-node-handler-from-selection
- attach-source-connection-drag-handlers-to-node
- attach-target-connection-drag-handlers-to-node
- create-drag-node-handler
- create-drag-node-hierarchy
- create-drag-node-summary-handler
- create-snap-lines
- drag-node-finalize
- drag-node-handler
- drop-to-group
- drop-to-group-finalize
- drop-to-group-preparation
- infrastructure
- public/markdown/guides
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
| |||
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
18 | | - | |
19 | 13 | | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | | - | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 14 | | |
23 | 15 | | |
24 | 16 | | |
| |||
27 | 19 | | |
28 | 20 | | |
29 | 21 | | |
30 | | - | |
31 | | - | |
32 | 22 | | |
33 | 23 | | |
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 4 deletions
This file was deleted.
0 commit comments