chore: extract modeling feedback into dedicated module

It is a UI component that shall be used in interactive environments only.
This commit is contained in:
Nico Rehwaldt
2023-08-10 14:40:25 +02:00
committed by Nico Rehwaldt
parent fda949f4c6
commit b528a865a7
7 changed files with 19 additions and 7 deletions

View File

@ -19,7 +19,6 @@ import IsHorizontalFix from './IsHorizontalFix';
import LabelBehavior from './LabelBehavior';
import LayoutConnectionBehavior from './LayoutConnectionBehavior';
import MessageFlowBehavior from './MessageFlowBehavior';
import ModelingFeedback from './ModelingFeedback';
import RemoveEmbeddedLabelBoundsBehavior from './RemoveEmbeddedLabelBoundsBehavior';
import RemoveElementBehavior from './RemoveElementBehavior';
import RemoveParticipantBehavior from './RemoveParticipantBehavior';
@ -63,7 +62,6 @@ export default {
'labelBehavior',
'layoutConnectionBehavior',
'messageFlowBehavior',
'modelingFeedback',
'removeElementBehavior',
'removeEmbeddedLabelBoundsBehavior',
'removeParticipantBehavior',
@ -102,7 +100,6 @@ export default {
labelBehavior: [ 'type', LabelBehavior ],
layoutConnectionBehavior: [ 'type', LayoutConnectionBehavior ],
messageFlowBehavior: [ 'type', MessageFlowBehavior ],
modelingFeedback: [ 'type', ModelingFeedback ],
removeElementBehavior: [ 'type', RemoveElementBehavior ],
removeEmbeddedLabelBoundsBehavior: [ 'type', RemoveEmbeddedLabelBoundsBehavior ],
removeParticipantBehavior: [ 'type', RemoveParticipantBehavior ],