bpmn-js
Version:
A bpmn 2.0 toolkit and web modeler
86 lines (85 loc) • 5.54 kB
TypeScript
declare const _default: {
adaptiveLabelPositioningBehavior: (string | typeof AdaptiveLabelPositioningBehavior)[];
appendBehavior: (string | typeof AppendBehavior)[];
associationBehavior: (string | typeof AssociationBehavior)[];
attachEventBehavior: (string | typeof AttachEventBehavior)[];
boundaryEventBehavior: (string | typeof BoundaryEventBehavior)[];
compensateBoundaryEventBehaviour: (string | typeof CompensateBoundaryEventBehavior)[];
createBehavior: (string | typeof CreateBehavior)[];
createDataObjectBehavior: (string | typeof CreateDataObjectBehavior)[];
createParticipantBehavior: (string | typeof CreateParticipantBehavior)[];
dataInputAssociationBehavior: (string | typeof DataInputAssociationBehavior)[];
dataStoreBehavior: (string | typeof DataStoreBehavior)[];
deleteLaneBehavior: (string | typeof DeleteLaneBehavior)[];
detachEventBehavior: (string | typeof DetachEventBehavior)[];
dropOnFlowBehavior: (string | typeof DropOnFlowBehavior)[];
eventBasedGatewayBehavior: (string | typeof EventBasedGatewayBehavior)[];
fixHoverBehavior: (string | typeof FixHoverBehavior)[];
groupBehavior: (string | typeof GroupBehavior)[];
importDockingFix: (string | typeof ImportDockingFix)[];
isHorizontalFix: (string | typeof IsHorizontalFix)[];
labelBehavior: (string | typeof LabelBehavior)[];
layoutConnectionBehavior: (string | typeof LayoutConnectionBehavior)[];
messageFlowBehavior: (string | typeof MessageFlowBehavior)[];
nonInterruptingBehavior: (string | typeof NonInterruptingBehavior)[];
removeElementBehavior: (string | typeof RemoveElementBehavior)[];
removeEmbeddedLabelBoundsBehavior: (string | typeof RemoveEmbeddedLabelBoundsBehavior)[];
removeParticipantBehavior: (string | typeof RemoveParticipantBehavior)[];
replaceConnectionBehavior: (string | typeof ReplaceConnectionBehavior)[];
replaceElementBehaviour: (string | typeof ReplaceElementBehaviour)[];
resizeBehavior: (string | typeof ResizeBehavior)[];
resizeLaneBehavior: (string | typeof ResizeLaneBehavior)[];
rootElementReferenceBehavior: (string | typeof RootElementReferenceBehavior)[];
spaceToolBehavior: (string | typeof SpaceToolBehavior)[];
subProcessPlaneBehavior: (string | typeof SubProcessPlaneBehavior)[];
subProcessStartEventBehavior: (string | typeof SubProcessStartEventBehavior)[];
textAnnotationBehavior: (string | typeof TextAnnotationBehavior)[];
toggleCollapseConnectionBehaviour: (string | typeof ToggleCollapseConnectionBehaviour)[];
toggleElementCollapseBehaviour: (string | typeof ToggleElementCollapseBehaviour)[];
unclaimIdBehavior: (string | typeof UnclaimIdBehavior)[];
unsetDefaultFlowBehavior: (string | typeof UnsetDefaultFlowBehavior)[];
updateFlowNodeRefsBehavior: (string | typeof UpdateFlowNodeRefsBehavior)[];
setCompensationActivityAfterPasteBehavior: (string | typeof SetCompensationActivityAfterPasteBehavior)[];
};
export default _default;
import AdaptiveLabelPositioningBehavior from './AdaptiveLabelPositioningBehavior';
import AppendBehavior from './AppendBehavior';
import AssociationBehavior from './AssociationBehavior';
import AttachEventBehavior from './AttachEventBehavior';
import BoundaryEventBehavior from './BoundaryEventBehavior';
import CompensateBoundaryEventBehavior from './CompensateBoundaryEventBehavior';
import CreateBehavior from './CreateBehavior';
import CreateDataObjectBehavior from './CreateDataObjectBehavior';
import CreateParticipantBehavior from './CreateParticipantBehavior';
import DataInputAssociationBehavior from './DataInputAssociationBehavior';
import DataStoreBehavior from './DataStoreBehavior';
import DeleteLaneBehavior from './DeleteLaneBehavior';
import DetachEventBehavior from './DetachEventBehavior';
import DropOnFlowBehavior from './DropOnFlowBehavior';
import EventBasedGatewayBehavior from './EventBasedGatewayBehavior';
import FixHoverBehavior from './FixHoverBehavior';
import GroupBehavior from './GroupBehavior';
import ImportDockingFix from './ImportDockingFix';
import IsHorizontalFix from './IsHorizontalFix';
import LabelBehavior from './LabelBehavior';
import LayoutConnectionBehavior from './LayoutConnectionBehavior';
import MessageFlowBehavior from './MessageFlowBehavior';
import NonInterruptingBehavior from './NonInterruptingBehavior';
import RemoveElementBehavior from './RemoveElementBehavior';
import RemoveEmbeddedLabelBoundsBehavior from './RemoveEmbeddedLabelBoundsBehavior';
import RemoveParticipantBehavior from './RemoveParticipantBehavior';
import ReplaceConnectionBehavior from './ReplaceConnectionBehavior';
import ReplaceElementBehaviour from './ReplaceElementBehaviour';
import ResizeBehavior from './ResizeBehavior';
import ResizeLaneBehavior from './ResizeLaneBehavior';
import RootElementReferenceBehavior from './RootElementReferenceBehavior';
import SpaceToolBehavior from './SpaceToolBehavior';
import SubProcessPlaneBehavior from './SubProcessPlaneBehavior';
import SubProcessStartEventBehavior from './SubProcessStartEventBehavior';
import TextAnnotationBehavior from './TextAnnotationBehavior';
import ToggleCollapseConnectionBehaviour from './ToggleCollapseConnectionBehaviour';
import ToggleElementCollapseBehaviour from './ToggleElementCollapseBehaviour';
import UnclaimIdBehavior from './UnclaimIdBehavior';
import UnsetDefaultFlowBehavior from './UnsetDefaultFlowBehavior';
import UpdateFlowNodeRefsBehavior from './UpdateFlowNodeRefsBehavior';
import SetCompensationActivityAfterPasteBehavior from './SetCompensationActivityAfterPasteBehavior';