@tumaet/apollon 4.6.0 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/LICENSE-InterFont +92 -0
- package/dist/assets/style.css +1 -1
- package/dist/exportFonts-DxO9jrR1.js +19 -0
- package/dist/exportStyles-Xk-Vm7Ul.js +5 -0
- package/dist/index.d.ts +132 -92
- package/dist/index.js +34822 -8034
- package/dist/internals.d.ts +100 -92
- package/dist/internals.js +15 -10
- package/dist/react/App.d.ts +1 -1
- package/dist/react/LICENSE-InterFont +92 -0
- package/dist/react/apollon-editor.d.ts +19 -0
- package/dist/react/components/AlignmentGuides.d.ts +1 -1
- package/dist/react/components/AssessmentSelectionDebug.d.ts +1 -1
- package/dist/react/components/CustomBackground.d.ts +1 -1
- package/dist/react/components/CustomControls.d.ts +1 -1
- package/dist/react/components/CustomMiniMap.d.ts +1 -1
- package/dist/react/components/Icon/ArrowBackIcon.d.ts +1 -1
- package/dist/react/components/Icon/ArrowForwardIcon.d.ts +1 -1
- package/dist/react/components/Icon/CheckIcon.d.ts +1 -1
- package/dist/react/components/Icon/CrossIcon.d.ts +1 -1
- package/dist/react/components/Icon/DeleteIcon.d.ts +1 -1
- package/dist/react/components/Icon/DragHandleIcon.d.ts +1 -1
- package/dist/react/components/Icon/EditIcon.d.ts +1 -1
- package/dist/react/components/Icon/ExclamationIcon.d.ts +1 -1
- package/dist/react/components/Icon/InfiniteIcon.d.ts +1 -1
- package/dist/react/components/Icon/MapIcon.d.ts +1 -1
- package/dist/react/components/Icon/PaintRollerIcon.d.ts +1 -1
- package/dist/react/components/Icon/RedoIcon.d.ts +1 -1
- package/dist/react/components/Icon/SouthEastArrowIcon.d.ts +1 -1
- package/dist/react/components/Icon/SwapHorizIcon.d.ts +1 -1
- package/dist/react/components/Icon/UndoIcon.d.ts +1 -1
- package/dist/react/components/ReconnectConnectionLine.d.ts +1 -1
- package/dist/react/components/Sidebar.d.ts +2 -1
- package/dist/react/components/collaboration/CollaborationLayer.d.ts +1 -1
- package/dist/react/components/popovers/DefaultNodeGiveFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/DefaultNodeSeeFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/GenericPopover.d.ts +1 -1
- package/dist/react/components/popovers/GiveFeedbackAssessmentBox.d.ts +1 -1
- package/dist/react/components/popovers/PopoverManager.d.ts +2 -2
- package/dist/react/components/popovers/SeeFeedbackAssessmentBox.d.ts +1 -1
- package/dist/react/components/popovers/bpmnDiagram/BPMNPoolEditPopover.d.ts +1 -1
- package/dist/react/components/popovers/classDiagram/ClassGiveFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/classDiagram/ClassSeeFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/communicationDiagram/CommunicationObjectNameGiveFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/communicationDiagram/CommunicationObjectNameSeeFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/edgePopovers/EdgeGiveFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/edgePopovers/EdgeSeeFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/edgePopovers/EdgeTypePreviewIcon.d.ts +1 -1
- package/dist/react/components/popovers/edgePopovers/EdgeTypeSelect.d.ts +1 -1
- package/dist/react/components/popovers/edgePopovers/SwapEndsButton.d.ts +9 -0
- package/dist/react/components/popovers/objectDiagram/ObjectGiveFeedbackPopover.d.ts +1 -1
- package/dist/react/components/popovers/objectDiagram/ObjectSeeFeedbackPopover.d.ts +1 -1
- package/dist/react/components/react/Apollon.d.ts +7 -2
- package/dist/react/components/react/context.d.ts +1 -1
- package/dist/react/components/svgs/edges/InlineMarker.d.ts +2 -2
- package/dist/react/components/svgs/nodes/classDiagram/ClassSVG.d.ts +1 -1
- package/dist/react/components/svgs/nodes/classDiagram/ColorDescriptionSVG.d.ts +1 -1
- package/dist/react/components/svgs/nodes/communicationDiagram/CommunicationObjectNameSVG.d.ts +1 -1
- package/dist/react/components/svgs/nodes/objectDiagram/ObjectNameSVG.d.ts +1 -1
- package/dist/react/components/toolbars/edgeToolBar/CustomEdgeToolBar.d.ts +1 -1
- package/dist/react/components/ui/StyleEditor/ColorButtons.d.ts +1 -1
- package/dist/react/constants.d.ts +7 -6
- package/dist/react/edges/GenericEdge.d.ts +5 -6
- package/dist/react/edges/edgeTypes/ActivityDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/BPMNDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/ClassDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/CommunicationDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/ComponentDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/DeploymentDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/FlowChartEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/ObjectDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/PetriNetEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/ReachabilityGraphArc.d.ts +1 -1
- package/dist/react/edges/edgeTypes/SfcDiagramEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/SyntaxTreeEdge.d.ts +1 -1
- package/dist/react/edges/edgeTypes/UseCaseDiagramEdge.d.ts +1 -1
- package/dist/react/edges/labelTypes/EdgeEndLabels.d.ts +1 -1
- package/dist/react/edges/labelTypes/EdgeIncludeExtendLabel.d.ts +1 -1
- package/dist/react/edges/labelTypes/EdgeMiddleLabels.d.ts +1 -1
- package/dist/react/edges/labelTypes/EdgeMultipleLabels.d.ts +1 -1
- package/dist/react/edges/types.d.ts +34 -34
- package/dist/react/exportFonts-DSRUaduf.js +20 -0
- package/dist/react/exportStyles-DZCHk5mK.js +6 -0
- package/dist/react/fontStack.d.ts +14 -0
- package/dist/react/hooks/index.d.ts +1 -0
- package/dist/react/hooks/useEdgeLineJumps.d.ts +3 -1
- package/dist/react/hooks/useEdgeToolbar.d.ts +1 -1
- package/dist/react/hooks/usePopoverAnchor.d.ts +26 -0
- package/dist/react/hooks/useReactiveElement.d.ts +10 -0
- package/dist/react/hooks/useStepPathEdge.d.ts +1 -1
- package/dist/react/hooks/useStraightPathEdge.d.ts +1 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/nodes/TitleAndDescriptionNode.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/Activity.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/ActivityActionNode.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/ActivityFinalNode.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/ActivityForkNode.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/ActivityForkNodeHorizontal.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/ActivityInitialNode.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/ActivityMergeNode.d.ts +1 -1
- package/dist/react/nodes/activityDiagram/ActivityObjectNode.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNAnnotation.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNCallActivity.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNDataObject.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNDataStore.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNEndEvent.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNGateway.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNGroup.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNIntermediateEvent.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNPool.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNStartEvent.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNSubprocess.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNTask.d.ts +1 -1
- package/dist/react/nodes/bpmn/BPMNTransaction.d.ts +1 -1
- package/dist/react/nodes/classDiagram/Class.d.ts +1 -1
- package/dist/react/nodes/classDiagram/ColorDescription.d.ts +1 -1
- package/dist/react/nodes/classDiagram/Package.d.ts +1 -1
- package/dist/react/nodes/communicationDiagram/CommunicationObjectName.d.ts +1 -1
- package/dist/react/nodes/componentDiagram/Component.d.ts +1 -1
- package/dist/react/nodes/componentDiagram/ComponentInterface.d.ts +1 -1
- package/dist/react/nodes/componentDiagram/ComponentSubsystem.d.ts +1 -1
- package/dist/react/nodes/deploymentDiagram/DeploymentArtifact.d.ts +1 -1
- package/dist/react/nodes/deploymentDiagram/DeploymentComponent.d.ts +1 -1
- package/dist/react/nodes/deploymentDiagram/DeploymentInterface.d.ts +1 -1
- package/dist/react/nodes/deploymentDiagram/DeploymentNode.d.ts +1 -1
- package/dist/react/nodes/flowchart/FlowchartDecision.d.ts +1 -1
- package/dist/react/nodes/flowchart/FlowchartFunctionCall.d.ts +1 -1
- package/dist/react/nodes/flowchart/FlowchartInputOutput.d.ts +1 -1
- package/dist/react/nodes/flowchart/FlowchartProcess.d.ts +1 -1
- package/dist/react/nodes/flowchart/FlowchartTerminal.d.ts +1 -1
- package/dist/react/nodes/objectDiagram/ObjectName.d.ts +1 -1
- package/dist/react/nodes/petriNetDiagram/PetriNetPlace.d.ts +1 -1
- package/dist/react/nodes/petriNetDiagram/PetriNetTransition.d.ts +1 -1
- package/dist/react/nodes/reachabilityGraphDiagram/ReachabilityGraphMarking.d.ts +1 -1
- package/dist/react/nodes/sfcDiagram/SfcActionTable.d.ts +1 -1
- package/dist/react/nodes/sfcDiagram/SfcJump.d.ts +1 -1
- package/dist/react/nodes/sfcDiagram/SfcStart.d.ts +1 -1
- package/dist/react/nodes/sfcDiagram/SfcStep.d.ts +1 -1
- package/dist/react/nodes/sfcDiagram/SfcTransitionBranch.d.ts +1 -1
- package/dist/react/nodes/syntaxTreeDiagram/SyntaxTreeNonterminal.d.ts +1 -1
- package/dist/react/nodes/syntaxTreeDiagram/SyntaxTreeTerminal.d.ts +1 -1
- package/dist/react/nodes/useCaseDiagram/UseCase.d.ts +1 -1
- package/dist/react/nodes/useCaseDiagram/UseCaseActor.d.ts +1 -1
- package/dist/react/nodes/useCaseDiagram/UseCaseSystem.d.ts +1 -1
- package/dist/react/nodes/wrappers/DefaultNodeWrapper.d.ts +1 -1
- package/dist/react/react.js +23428 -24886
- package/dist/react/store/assessmentSelectionStore.d.ts +2 -0
- package/dist/react/types/nodes/NodeProps.d.ts +3 -3
- package/dist/react/typings.d.ts +6 -2
- package/dist/react/utils/exportFonts.d.ts +11 -0
- package/dist/react/utils/exportStyles.d.ts +30 -0
- package/dist/react/utils/exportUtils.d.ts +31 -1
- package/dist/yjsSync-aPxjWNdZ.js +50939 -0
- package/package.json +24 -16
- package/schema/uml-model-4.schema.json +363 -0
- package/dist/yjsSync-CK5cmd5z.js +0 -71308
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
type Props = SVGAttributes<SVGSVGElement>;
|
|
3
|
-
export declare const EditIcon: ({ width, height, fill, ...props }: Props) => import("react
|
|
3
|
+
export declare const EditIcon: ({ width, height, fill, ...props }: Props) => import("react").JSX.Element;
|
|
4
4
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
type Props = SVGAttributes<SVGSVGElement>;
|
|
3
|
-
export declare const ExclamationIcon: ({ width, height, ...props }: Props) => import("react
|
|
3
|
+
export declare const ExclamationIcon: ({ width, height, ...props }: Props) => import("react").JSX.Element;
|
|
4
4
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
type Props = SVGAttributes<SVGSVGElement>;
|
|
3
|
-
export declare const InfiniteIcon: ({ width, height, ...props }: Props) => import("react
|
|
3
|
+
export declare const InfiniteIcon: ({ width, height, ...props }: Props) => import("react").JSX.Element;
|
|
4
4
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
type Props = SVGAttributes<SVGSVGElement>;
|
|
3
|
-
export declare const MapIcon: ({ width, height, fill, ...props }: Props) => import("react
|
|
3
|
+
export declare const MapIcon: ({ width, height, fill, ...props }: Props) => import("react").JSX.Element;
|
|
4
4
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
|
-
export declare const PaintRollerIcon: ({ width, height, fill, ...props }: SVGAttributes<SVGSVGElement>) => import("react
|
|
2
|
+
export declare const PaintRollerIcon: ({ width, height, fill, ...props }: SVGAttributes<SVGSVGElement>) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
|
-
export declare const RedoIcon: ({ width, height, fill, ...props }: SVGAttributes<SVGSVGElement>) => import("react
|
|
2
|
+
export declare const RedoIcon: ({ width, height, fill, ...props }: SVGAttributes<SVGSVGElement>) => import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
type Props = SVGAttributes<SVGSVGElement>;
|
|
3
|
-
export declare const SouthEastArrowIcon: ({ width, height, fill, ...props }: Props) => import("react
|
|
3
|
+
export declare const SouthEastArrowIcon: ({ width, height, fill, ...props }: Props) => import("react").JSX.Element;
|
|
4
4
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
type Props = SVGAttributes<SVGSVGElement>;
|
|
3
|
-
export declare const SwapHorizIcon: ({ width, height, fill, ...props }: Props) => import("react
|
|
3
|
+
export declare const SwapHorizIcon: ({ width, height, fill, ...props }: Props) => import("react").JSX.Element;
|
|
4
4
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
|
-
export declare const UndoIcon: ({ width, height, fill, ...props }: SVGAttributes<SVGSVGElement>) => import("react
|
|
2
|
+
export declare const UndoIcon: ({ width, height, fill, ...props }: SVGAttributes<SVGSVGElement>) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ConnectionLineComponentProps } from '@xyflow/react';
|
|
2
|
-
export declare const ReconnectConnectionLine: ({ connectionLineStyle, connectionLineType, fromX, fromY, toX, toY, fromPosition, toPosition, }: ConnectionLineComponentProps) => import("react
|
|
2
|
+
export declare const ReconnectConnectionLine: ({ connectionLineStyle, connectionLineType, fromX, fromY, toX, toY, fromPosition, toPosition, }: ConnectionLineComponentProps) => import("react").JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Sidebar: () => React.JSX.Element | null;
|
|
@@ -21,5 +21,5 @@ type CollaborationLayerProps = {
|
|
|
21
21
|
options: CollaborationLayerOptions;
|
|
22
22
|
awareness: CollaborationAwarenessApi;
|
|
23
23
|
};
|
|
24
|
-
export declare function CollaborationLayer({ options, awareness, }: CollaborationLayerProps): import("react
|
|
24
|
+
export declare function CollaborationLayer({ options, awareness, }: CollaborationLayerProps): import("react").JSX.Element;
|
|
25
25
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from './types';
|
|
2
|
-
export declare const DefaultNodeGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const DefaultNodeGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from './types';
|
|
2
|
-
export declare const DefaultNodeSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const DefaultNodeSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -2,7 +2,7 @@ import { default as React, ReactNode } from 'react';
|
|
|
2
2
|
import { PopoverOrigin } from '@mui/material';
|
|
3
3
|
interface GenericPopoverProps {
|
|
4
4
|
id: string;
|
|
5
|
-
anchorEl: HTMLElement |
|
|
5
|
+
anchorEl: HTMLElement | SVGElement | null;
|
|
6
6
|
open: boolean;
|
|
7
7
|
onClose: () => void;
|
|
8
8
|
children: ReactNode;
|
|
@@ -3,5 +3,5 @@ interface Props {
|
|
|
3
3
|
name: string;
|
|
4
4
|
type: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const GiveFeedbackAssessmentBox: ({ elementId, name, type }: Props) => import("react
|
|
6
|
+
export declare const GiveFeedbackAssessmentBox: ({ elementId, name, type }: Props) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,8 +3,8 @@ type EdgePopoverType = "ClassAggregation" | "ClassInheritance" | "ClassRealizati
|
|
|
3
3
|
type PopoverType = NodePopoverType | EdgePopoverType;
|
|
4
4
|
interface PopoverManagerProps {
|
|
5
5
|
elementId: string;
|
|
6
|
-
anchorEl: HTMLElement |
|
|
6
|
+
anchorEl: HTMLElement | SVGElement | null;
|
|
7
7
|
type: PopoverType;
|
|
8
8
|
}
|
|
9
|
-
export declare const PopoverManager: ({ elementId, anchorEl, type, }: PopoverManagerProps) => import("react
|
|
9
|
+
export declare const PopoverManager: ({ elementId, anchorEl, type, }: PopoverManagerProps) => import("react").JSX.Element | null;
|
|
10
10
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const BPMNPoolEditPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const BPMNPoolEditPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const ClassGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const ClassGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const ClassSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const ClassSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const CommunicationObjectNameGiveFeedbackPopover: ({ elementId, }: PopoverProps) => import("react
|
|
2
|
+
export declare const CommunicationObjectNameGiveFeedbackPopover: ({ elementId, }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const CommunicationObjectNameSeeFeedbackPopover: ({ elementId, }: PopoverProps) => import("react
|
|
2
|
+
export declare const CommunicationObjectNameSeeFeedbackPopover: ({ elementId, }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const EdgeGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const EdgeGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const EdgeSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const EdgeSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swaps an edge's source and target ends. A labelled, native icon button so the
|
|
3
|
+
* control is reachable by keyboard and announced to assistive tech — the bare
|
|
4
|
+
* `<svg onClick>` it replaces was mouse-only. Rendered in the edge style
|
|
5
|
+
* editor's side slot, hence the flex-end wrapper.
|
|
6
|
+
*/
|
|
7
|
+
export declare const SwapEndsButton: React.FC<{
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const ObjectGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const ObjectGiveFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverProps } from '../types';
|
|
2
|
-
export declare const ObjectSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react
|
|
2
|
+
export declare const ObjectSeeFeedbackPopover: ({ elementId }: PopoverProps) => import("react").JSX.Element | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
1
|
+
import { CSSProperties, ReactNode, Ref } from 'react';
|
|
2
2
|
import { ApollonEditor } from '../../apollon-editor';
|
|
3
3
|
import { ApollonCollaborationOptions, ApollonMode, ApollonView, UMLDiagramType, UMLModel } from '../../typings';
|
|
4
4
|
/**
|
|
@@ -40,6 +40,11 @@ export interface ApollonProps {
|
|
|
40
40
|
* runs as cleanup before destroy (React-19-style cleanup return).
|
|
41
41
|
*/
|
|
42
42
|
onMount?: (editor: ApollonEditor) => void | (() => void);
|
|
43
|
+
/**
|
|
44
|
+
* Imperative handle to the underlying {@link ApollonEditor}. Assigned once
|
|
45
|
+
* after mount and cleared on unmount.
|
|
46
|
+
*/
|
|
47
|
+
ref?: Ref<ApollonEditor | null>;
|
|
43
48
|
}
|
|
44
49
|
/** React wrapper around {@link ApollonEditor}. See `@tumaet/apollon/react` docs. */
|
|
45
|
-
export declare
|
|
50
|
+
export declare function Apollon(props: ApollonProps): import("react").JSX.Element;
|
|
@@ -57,7 +57,7 @@ export declare function getPathStartInfo(pathD: string): {
|
|
|
57
57
|
/**
|
|
58
58
|
* Renders an inline SVG marker at the given position and direction.
|
|
59
59
|
*/
|
|
60
|
-
export declare function InlineMarker({ endPoint, direction, markerId, strokeColor, }: MarkerProps): import("react
|
|
60
|
+
export declare function InlineMarker({ endPoint, direction, markerId, strokeColor, }: MarkerProps): import("react").JSX.Element | null;
|
|
61
61
|
/**
|
|
62
62
|
* Helper component that renders inline markers for an edge path.
|
|
63
63
|
* Use this alongside BaseEdge (without markerEnd/markerStart props).
|
|
@@ -67,4 +67,4 @@ export declare function EdgeInlineMarkers({ pathD, markerEnd, markerStart, strok
|
|
|
67
67
|
markerEnd?: string;
|
|
68
68
|
markerStart?: string;
|
|
69
69
|
strokeColor?: string;
|
|
70
|
-
}): import("react
|
|
70
|
+
}): import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export interface MinSize {
|
|
|
7
7
|
export type ClassSVGProps = SVGComponentProps & {
|
|
8
8
|
data: ClassNodeProps;
|
|
9
9
|
};
|
|
10
|
-
export declare const ClassSVG: ({ id, width, height, SIDEBAR_PREVIEW_SCALE, svgAttributes, showAssessmentResults, data, }: ClassSVGProps) => import("react
|
|
10
|
+
export declare const ClassSVG: ({ id, width, height, SIDEBAR_PREVIEW_SCALE, svgAttributes, showAssessmentResults, data, }: ClassSVGProps) => import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export type ColorDescriptionSVGProps = {
|
|
|
7
7
|
SIDEBAR_PREVIEW_SCALE?: number;
|
|
8
8
|
svgAttributes?: SVGAttributes<SVGElement>;
|
|
9
9
|
};
|
|
10
|
-
export declare function ColorDescriptionSVG({ width, height, data, svgAttributes, SIDEBAR_PREVIEW_SCALE, }: ColorDescriptionSVGProps): import("react
|
|
10
|
+
export declare function ColorDescriptionSVG({ width, height, data, svgAttributes, SIDEBAR_PREVIEW_SCALE, }: ColorDescriptionSVGProps): import("react").JSX.Element;
|
package/dist/react/components/svgs/nodes/communicationDiagram/CommunicationObjectNameSVG.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ import { SVGComponentProps } from '../../../../types/SVG';
|
|
|
3
3
|
export type CommunicationObjectNameSVGProps = SVGComponentProps & {
|
|
4
4
|
data: CommunicationObjectNodeProps;
|
|
5
5
|
};
|
|
6
|
-
export declare const CommunicationObjectNameSVG: ({ id, width, height, data, SIDEBAR_PREVIEW_SCALE, svgAttributes, showAssessmentResults, }: CommunicationObjectNameSVGProps) => import("react
|
|
6
|
+
export declare const CommunicationObjectNameSVG: ({ id, width, height, data, SIDEBAR_PREVIEW_SCALE, svgAttributes, showAssessmentResults, }: CommunicationObjectNameSVGProps) => import("react").JSX.Element;
|
|
@@ -3,5 +3,5 @@ import { SVGComponentProps } from '../../../../types/SVG';
|
|
|
3
3
|
interface Props extends SVGComponentProps {
|
|
4
4
|
data: ObjectNodeProps;
|
|
5
5
|
}
|
|
6
|
-
export declare const ObjectNameSVG: ({ id, width, height, data, SIDEBAR_PREVIEW_SCALE, svgAttributes, showAssessmentResults, }: Props) => import("react
|
|
6
|
+
export declare const ObjectNameSVG: ({ id, width, height, data, SIDEBAR_PREVIEW_SCALE, svgAttributes, showAssessmentResults, }: Props) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -6,7 +6,7 @@ interface CustomEdgeToolbarProps {
|
|
|
6
6
|
scaleAnchor: IPoint;
|
|
7
7
|
onEditClick: (event: React.MouseEvent<HTMLElement>) => void;
|
|
8
8
|
onDeleteClick: (event: React.MouseEvent<HTMLElement>) => void;
|
|
9
|
-
anchorRef: React.
|
|
9
|
+
anchorRef: React.Ref<SVGForeignObjectElement>;
|
|
10
10
|
}
|
|
11
11
|
export declare const CustomEdgeToolbar: React.FC<CustomEdgeToolbarProps>;
|
|
12
12
|
export {};
|
|
@@ -7,5 +7,5 @@ interface ColorButtonProps {
|
|
|
7
7
|
color: string;
|
|
8
8
|
onSelect: (color: string) => void;
|
|
9
9
|
}
|
|
10
|
-
export declare const ColorButton: ({ color, onSelect }: ColorButtonProps) =>
|
|
10
|
+
export declare const ColorButton: ({ color, onSelect }: ColorButtonProps) => React.JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
+
import { FONT_FAMILY, DEFAULT_FONT_SIZE } from './fontStack';
|
|
2
3
|
import { DiagramNodeType } from './nodes';
|
|
3
4
|
import { UMLDiagramType } from './types';
|
|
4
5
|
export declare const CANVAS: Readonly<{
|
|
@@ -12,6 +13,7 @@ export declare const CANVAS: Readonly<{
|
|
|
12
13
|
export declare const CSS_VARIABLE_FALLBACKS: Readonly<Record<string, string>>;
|
|
13
14
|
export declare const STROKE_COLOR: string;
|
|
14
15
|
export declare const FILL_COLOR: string;
|
|
16
|
+
export { FONT_FAMILY, DEFAULT_FONT_SIZE };
|
|
15
17
|
export declare const INTERACTIVE_SELECTION_COLOR: string;
|
|
16
18
|
export declare const INTERACTIVE_SELECTION_FILL: string;
|
|
17
19
|
export declare const LAYOUT: Readonly<{
|
|
@@ -26,14 +28,13 @@ export declare const LAYOUT: Readonly<{
|
|
|
26
28
|
readonly LINE_WIDTH_EDGE: 2;
|
|
27
29
|
readonly ICON_LINE_WIDTH: 1.5;
|
|
28
30
|
/**
|
|
29
|
-
* Typography tokens for wrapped node labels. `NAME_FONT_SIZE`
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* passed. Used by every node that wraps its label.
|
|
31
|
+
* Typography tokens for wrapped node labels. `NAME_FONT_SIZE` is the shared
|
|
32
|
+
* diagram text size (so measured and rendered labels agree); `NAME_LINE_HEIGHT`
|
|
33
|
+
* is `round(size * 1.2)` — what pretext uses internally and what `MultilineText`
|
|
34
|
+
* falls back to when no explicit line-height is passed.
|
|
34
35
|
*/
|
|
35
36
|
readonly NAME_FONT_SIZE: 16;
|
|
36
|
-
readonly NAME_LINE_HEIGHT:
|
|
37
|
+
readonly NAME_LINE_HEIGHT: number;
|
|
37
38
|
/** Stereotype tspans like `«component»` render at 0.8em of the name font. */
|
|
38
39
|
readonly STEREOTYPE_LINE_HEIGHT: 15;
|
|
39
40
|
readonly STEREOTYPE_NAME_GAP: 4;
|
|
@@ -25,14 +25,14 @@ export declare const EdgeEndpointMarkers: ({ sourcePoint, targetPoint, sourcePos
|
|
|
25
25
|
targetPosition?: EndpointSide;
|
|
26
26
|
isDiagramModifiable: boolean;
|
|
27
27
|
canEditEndpoint?: boolean;
|
|
28
|
-
}) => import("react
|
|
28
|
+
}) => import("react").JSX.Element | null;
|
|
29
29
|
export declare const EdgeBendHandle: ({ id, segmentIndex, position, orientation, onPointerDown, }: {
|
|
30
30
|
id: string;
|
|
31
31
|
segmentIndex: number;
|
|
32
32
|
position: IPoint;
|
|
33
33
|
orientation: "H" | "V";
|
|
34
34
|
onPointerDown: (e: ReactPointerEvent<SVGRectElement>) => void;
|
|
35
|
-
}) => import("react
|
|
35
|
+
}) => import("react").JSX.Element;
|
|
36
36
|
/**
|
|
37
37
|
* The shared SVG body for every orthogonal (step-path) edge: the base path,
|
|
38
38
|
* inline export markers, the interaction overlay, endpoint reconnect targets,
|
|
@@ -64,16 +64,15 @@ export declare const StepEdgeBody: ({ id, markerKey, currentPath, overlayPath, p
|
|
|
64
64
|
bendHandles: BendHandle[];
|
|
65
65
|
handlePointerDown: (event: ReactPointerEvent<SVGRectElement>, handle: BendHandle) => void;
|
|
66
66
|
children?: ReactNode;
|
|
67
|
-
}) => import("react
|
|
68
|
-
export declare const CommonEdgeElements: ({ id, pathMiddlePosition, toolbarPosition, isDiagramModifiable, assessments,
|
|
67
|
+
}) => import("react").JSX.Element;
|
|
68
|
+
export declare const CommonEdgeElements: ({ id, pathMiddlePosition, toolbarPosition, isDiagramModifiable, assessments, handleDelete, setPopOverElementId, type, }: {
|
|
69
69
|
id: string;
|
|
70
70
|
pathMiddlePosition: IPoint;
|
|
71
71
|
toolbarPosition?: IPoint;
|
|
72
72
|
isDiagramModifiable: boolean;
|
|
73
73
|
assessments: Record<string, Assessment>;
|
|
74
|
-
anchorRef: React.RefObject<SVGSVGElement>;
|
|
75
74
|
handleDelete: () => void;
|
|
76
75
|
setPopOverElementId: (id: string) => void;
|
|
77
76
|
type: string;
|
|
78
|
-
}) => import("react
|
|
77
|
+
}) => import("react").JSX.Element;
|
|
79
78
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const ActivityDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const ActivityDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const BPMNDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const BPMNDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const ClassDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const ClassDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const CommunicationDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const CommunicationDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const ComponentDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const ComponentDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const DeploymentDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const DeploymentDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const FlowChartEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const FlowChartEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const ObjectDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const ObjectDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const PetriNetEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const PetriNetEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const ReachabilityGraphEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const ReachabilityGraphEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const SfcDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const SfcDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const SyntaxTreeEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const SyntaxTreeEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseEdgeProps } from '../GenericEdge';
|
|
2
|
-
export declare const UseCaseEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react
|
|
2
|
+
export declare const UseCaseEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: BaseEdgeProps) => import("react").JSX.Element;
|
|
@@ -15,5 +15,5 @@ interface EdgeEndLabelsProps {
|
|
|
15
15
|
targetPosition: string;
|
|
16
16
|
textColor?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare const EdgeEndLabels: ({ data, activePoints, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, textColor, }: EdgeEndLabelsProps) => import("react
|
|
18
|
+
export declare const EdgeEndLabels: ({ data, activePoints, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, textColor, }: EdgeEndLabelsProps) => import("react").JSX.Element;
|
|
19
19
|
export {};
|
|
@@ -9,5 +9,5 @@ interface EdgeIncludeExtendLabelsProps {
|
|
|
9
9
|
relationshipType?: "include" | "extend";
|
|
10
10
|
textColor?: string;
|
|
11
11
|
}
|
|
12
|
-
export declare const EdgeIncludeExtendLabel: ({ sourcePoint, targetPoint, showRelationshipLabels, relationshipType, textColor, }: EdgeIncludeExtendLabelsProps) => import("react
|
|
12
|
+
export declare const EdgeIncludeExtendLabel: ({ sourcePoint, targetPoint, showRelationshipLabels, relationshipType, textColor, }: EdgeIncludeExtendLabelsProps) => import("react").JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -11,5 +11,5 @@ interface EdgeMiddleLabelsProps {
|
|
|
11
11
|
avoidToolbarOverlap?: boolean;
|
|
12
12
|
textColor: string;
|
|
13
13
|
}
|
|
14
|
-
export declare const EdgeMiddleLabels: ({ label, pathMiddlePosition, isMiddlePathHorizontal, sourcePoint, targetPoint, showRelationshipLabels, isUseCasePath, isPetriNet, avoidToolbarOverlap, textColor, }: EdgeMiddleLabelsProps) => import("react
|
|
14
|
+
export declare const EdgeMiddleLabels: ({ label, pathMiddlePosition, isMiddlePathHorizontal, sourcePoint, targetPoint, showRelationshipLabels, isUseCasePath, isPetriNet, avoidToolbarOverlap, textColor, }: EdgeMiddleLabelsProps) => import("react").JSX.Element | null;
|
|
15
15
|
export {};
|
|
@@ -11,5 +11,5 @@ interface EdgeMultipleLabelsProps {
|
|
|
11
11
|
isHorizontalEdge?: boolean;
|
|
12
12
|
textColor: string;
|
|
13
13
|
}
|
|
14
|
-
export declare const EdgeMultipleLabels: ({ messages, pathMiddlePosition, showRelationshipLabels, isReconnecting, sourcePosition, targetPosition, edgePoints, isHorizontalEdge, textColor, }: EdgeMultipleLabelsProps) => import("react
|
|
14
|
+
export declare const EdgeMultipleLabels: ({ messages, pathMiddlePosition, showRelationshipLabels, isReconnecting, sourcePosition, targetPosition, edgePoints, isHorizontalEdge, textColor, }: EdgeMultipleLabelsProps) => import("react").JSX.Element | null;
|
|
15
15
|
export {};
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
export declare const diagramEdgeTypes: {
|
|
2
|
-
ClassAggregation: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
3
|
-
ClassInheritance: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
4
|
-
ClassRealization: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
5
|
-
ClassComposition: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
6
|
-
ClassBidirectional: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
7
|
-
ClassUnidirectional: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
8
|
-
ClassDependency: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
9
|
-
ActivityControlFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
10
|
-
ObjectLink: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
11
|
-
FlowChartFlowline: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
12
|
-
SyntaxTreeLink: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
13
|
-
CommunicationLink: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
14
|
-
PetriNetArc: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
15
|
-
UseCaseAssociation: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
16
|
-
UseCaseInclude: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
17
|
-
UseCaseExtend: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
18
|
-
UseCaseGeneralization: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
19
|
-
ComponentDependency: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
20
|
-
ComponentProvidedInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
21
|
-
ComponentRequiredInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
22
|
-
ComponentRequiredThreeQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
23
|
-
ComponentRequiredQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
24
|
-
DeploymentAssociation: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
25
|
-
DeploymentDependency: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
26
|
-
DeploymentProvidedInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
27
|
-
DeploymentRequiredInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
28
|
-
DeploymentRequiredThreeQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
29
|
-
DeploymentRequiredQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
30
|
-
SfcDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
31
|
-
ReachabilityGraphArc: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
32
|
-
BPMNSequenceFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
33
|
-
BPMNMessageFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
34
|
-
BPMNAssociationFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
35
|
-
BPMNDataAssociationFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react
|
|
2
|
+
ClassAggregation: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
3
|
+
ClassInheritance: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
4
|
+
ClassRealization: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
5
|
+
ClassComposition: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
6
|
+
ClassBidirectional: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
7
|
+
ClassUnidirectional: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
8
|
+
ClassDependency: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
9
|
+
ActivityControlFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
10
|
+
ObjectLink: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
11
|
+
FlowChartFlowline: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
12
|
+
SyntaxTreeLink: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
13
|
+
CommunicationLink: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
14
|
+
PetriNetArc: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
15
|
+
UseCaseAssociation: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
16
|
+
UseCaseInclude: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
17
|
+
UseCaseExtend: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
18
|
+
UseCaseGeneralization: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
19
|
+
ComponentDependency: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
20
|
+
ComponentProvidedInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
21
|
+
ComponentRequiredInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
22
|
+
ComponentRequiredThreeQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
23
|
+
ComponentRequiredQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
24
|
+
DeploymentAssociation: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
25
|
+
DeploymentDependency: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
26
|
+
DeploymentProvidedInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
27
|
+
DeploymentRequiredInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
28
|
+
DeploymentRequiredThreeQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
29
|
+
DeploymentRequiredQuarterInterface: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
30
|
+
SfcDiagramEdge: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
31
|
+
ReachabilityGraphArc: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
32
|
+
BPMNSequenceFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
33
|
+
BPMNMessageFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
34
|
+
BPMNAssociationFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
35
|
+
BPMNDataAssociationFlow: ({ id, type, source, target, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, sourceHandleId, targetHandleId, data, }: import('./GenericEdge').BaseEdgeProps) => import("react").JSX.Element;
|
|
36
36
|
};
|
|
37
37
|
export declare const edgeConfig: {
|
|
38
38
|
readonly ClassAggregation: {
|