microboard-temp 0.14.14 → 0.14.16
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/dist/cjs/browser.js +4862 -3698
- package/dist/cjs/index.js +4862 -3698
- package/dist/cjs/node.js +4862 -3698
- package/dist/cjs/protocol.js +25 -0
- package/dist/esm/browser.js +4862 -3698
- package/dist/esm/index.js +4862 -3698
- package/dist/esm/node.js +4862 -3698
- package/dist/esm/protocol.js +25 -0
- package/dist/types/Background/drawBackground.d.ts +1 -1
- package/dist/types/Board.d.ts +4 -3
- package/dist/types/Camera/Camera.d.ts +3 -3
- package/dist/types/Events/EventsOperations.d.ts +1 -1
- package/dist/types/Events/MessageRouter/socketContract.d.ts +1249 -9
- package/dist/types/Events/Transform/transformTransformationOperation.d.ts +2 -0
- package/dist/types/{Items → Geometry}/Geometry.d.ts +1 -1
- package/dist/types/{Items → Geometry}/Mbr/Mbr.d.ts +2 -1
- package/dist/types/{Items → Geometry}/Path/Paths.d.ts +1 -1
- package/dist/types/{Items → Geometry}/Transformation/Matrix.d.ts +16 -0
- package/dist/types/{Items → Geometry}/Transformation/TransformationData.d.ts +5 -1
- package/dist/types/{Items → Geometry}/Transformation/TransformationOperations.d.ts +27 -1
- package/dist/types/{Items → Geometry}/Transformation/transformOps.d.ts +3 -1
- package/dist/types/Geometry/index.d.ts +12 -0
- package/dist/types/HTMLAdapter/BoardHTMLAdapter.d.ts +15 -0
- package/dist/types/{parserHTML.d.ts → HTMLAdapter/Parser.d.ts} +2 -2
- package/dist/types/{Items → HTMLAdapter}/Renderers/AINodeHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/AudioHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/CommentHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/ConnectorHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/DrawingHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/FrameHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/GroupHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/HTMLItemRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/ImageHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/PlaceholderHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/RichTextHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/ShapeHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/StickerHTMLRenderer.d.ts +1 -1
- package/dist/types/{Items → HTMLAdapter}/Renderers/VideoHTMLRenderer.d.ts +1 -1
- package/dist/types/{HTMLRender/HTMLRender.d.ts → HTMLAdapter/Utils.d.ts} +1 -1
- package/dist/types/Items/AINode/AINode.d.ts +5 -20
- package/dist/types/Items/AINode/AINodeData.d.ts +4 -4
- package/dist/types/Items/Audio/Audio.d.ts +8 -5
- package/dist/types/Items/Audio/AudioHelpers.d.ts +1 -1
- package/dist/types/Items/BaseItem/BaseItem.d.ts +50 -28
- package/dist/types/Items/BaseItem/TransformContext.d.ts +3 -3
- package/dist/types/Items/BaseItem/UpdateHint.d.ts +12 -0
- package/dist/types/Items/{Examples/CardGame/Card → Card}/Card.d.ts +11 -7
- package/dist/types/Items/Card/CardActions.d.ts +2 -0
- package/dist/types/Items/{Examples/CardGame/Card → Card}/CardOperation.d.ts +2 -2
- package/dist/types/Items/Card/CardOverlay.d.ts +2 -0
- package/dist/types/Items/Comment/Comment.d.ts +10 -7
- package/dist/types/{Tools/AddComment → Items/Comment/Tool}/AddComment.d.ts +3 -3
- package/dist/types/Items/Connector/Connector.d.ts +14 -10
- package/dist/types/Items/Connector/ConnectorOperations.d.ts +2 -2
- package/dist/types/Items/Connector/ConnectorOverlay.d.ts +3 -0
- package/dist/types/Items/Connector/ConnectorSnap.d.ts +4 -4
- package/dist/types/Items/Connector/ConnectorTypes.d.ts +1 -1
- package/dist/types/Items/Connector/ControlPoint.d.ts +1 -1
- package/dist/types/Items/Connector/Pointers/Pointers.d.ts +3 -3
- package/dist/types/{Tools/AddConnector → Items/Connector/Tool}/AddConnector.d.ts +9 -9
- package/dist/types/Items/Connector/getLine/findOrthogonalPath.d.ts +1 -1
- package/dist/types/Items/Connector/getLine/getCurvedLine.d.ts +1 -1
- package/dist/types/Items/Connector/getLine/getLine.d.ts +1 -1
- package/dist/types/Items/{Examples/CardGame/Deck → Deck}/Deck.d.ts +10 -7
- package/dist/types/Items/Deck/DeckActions.d.ts +2 -0
- package/dist/types/Items/{Examples/CardGame/Deck → Deck}/DeckOperation.d.ts +2 -2
- package/dist/types/Items/Deck/DeckOverlay.d.ts +3 -0
- package/dist/types/Items/Dice/AddDice.d.ts +5 -0
- package/dist/types/Items/{Examples/CardGame/Dice → Dice}/Dice.d.ts +12 -8
- package/dist/types/Items/Dice/DiceActions.d.ts +2 -0
- package/dist/types/Items/{Examples/CardGame/Dice → Dice}/DiceOperation.d.ts +1 -1
- package/dist/types/Items/Dice/DiceOverlay.d.ts +3 -0
- package/dist/types/Items/Drawing/Drawing.d.ts +13 -9
- package/dist/types/Items/Drawing/DrawingOperation.d.ts +1 -1
- package/dist/types/Items/Drawing/DrawingOverlay.d.ts +4 -0
- package/dist/types/{Tools/AddDrawing → Items/Drawing/Tool}/AddDrawing.d.ts +7 -7
- package/dist/types/{Tools/AddDrawing → Items/Drawing/Tool}/AddHighlighter.d.ts +4 -4
- package/dist/types/{Tools → Items/Drawing/Tool}/Eraser/Eraser.d.ts +5 -5
- package/dist/types/Items/Frame/Basic/1-1/index.d.ts +3 -3
- package/dist/types/Items/Frame/Basic/16-9/index.d.ts +3 -3
- package/dist/types/Items/Frame/Basic/3-2/index.d.ts +3 -3
- package/dist/types/Items/Frame/Basic/4-3/index.d.ts +3 -3
- package/dist/types/Items/Frame/Basic/9-18/index.d.ts +3 -3
- package/dist/types/Items/Frame/Basic/A4/index.d.ts +3 -3
- package/dist/types/Items/Frame/Basic/Custom/index.d.ts +3 -3
- package/dist/types/Items/Frame/Basic/Letter/index.d.ts +3 -3
- package/dist/types/Items/Frame/Frame.d.ts +13 -20
- package/dist/types/Items/Frame/FrameData.d.ts +2 -2
- package/dist/types/Items/Frame/FrameOverlay.d.ts +2 -0
- package/dist/types/{Tools/AddFrame → Items/Frame/Tool}/AddFrame.d.ts +6 -6
- package/dist/types/Items/Group/Group.d.ts +9 -8
- package/dist/types/Items/Image/Image.d.ts +11 -7
- package/dist/types/Items/Item.d.ts +1 -1
- package/dist/types/Items/ItemActions.d.ts +160 -0
- package/dist/types/Items/LinkTo/LinkTo.d.ts +1 -1
- package/dist/types/Items/Placeholder/Placeholder.d.ts +11 -32
- package/dist/types/Items/RegisterItem.d.ts +8 -4
- package/dist/types/Items/RichText/Editor/BlockNode.d.ts +1 -1
- package/dist/types/Items/RichText/Editor/TextNode.d.ts +1 -1
- package/dist/types/Items/RichText/EditorContainer.d.ts +1 -1
- package/dist/types/Items/RichText/RichText.d.ts +11 -6
- package/dist/types/Items/RichText/RichTextData.d.ts +2 -2
- package/dist/types/Items/RichText/RichTextOperations.d.ts +1 -1
- package/dist/types/Items/RichText/RichTextOverlay.d.ts +3 -0
- package/dist/types/{Tools/AddText → Items/RichText/Tool}/AddText.d.ts +4 -4
- package/dist/types/Items/RichText/editorHelpers/common/createParagraphNode.d.ts +1 -1
- package/dist/types/Items/RichText/editorHelpers/common/getParagraph.d.ts +1 -1
- package/dist/types/Items/RichText/editorHelpers/selectionOps/setSelectionHorisontalAlignment.d.ts +1 -1
- package/dist/types/Items/RichText/setNodeStyles.d.ts +1 -1
- package/dist/types/Items/{Examples/CardGame/Screen → Screen}/AddScreen.d.ts +2 -2
- package/dist/types/Items/{Examples/CardGame/Screen → Screen}/Screen.d.ts +10 -6
- package/dist/types/Items/Screen/ScreenActions.d.ts +12 -0
- package/dist/types/Items/{Examples/CardGame/Screen → Screen}/ScreenOperation.d.ts +1 -1
- package/dist/types/Items/Screen/ScreenOverlay.d.ts +4 -0
- package/dist/types/Items/Shape/BPMN/BPMN_Annotation/index.d.ts +2 -2
- package/dist/types/Items/Shape/BPMN/BPMN_DataObject/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_DataStore/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_EndEvent/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_EventSubprocess/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_Gateway/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_GatewayParallel/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_GatewayXOR/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_Group/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_IntermediateEvent/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_IntermediateEventNoneInterrupting/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_Participant/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_StartEvent/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_StartEventNoneInterrupting/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_Task/index.d.ts +3 -3
- package/dist/types/Items/Shape/BPMN/BPMN_Transaction/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/ArrowBlockLeft/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/ArrowBlockRigth/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/ArrowLeft/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/ArrowLeftRight/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/ArrowRight/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/BracesLeft/index.d.ts +2 -2
- package/dist/types/Items/Shape/Basic/BracesRight/index.d.ts +2 -2
- package/dist/types/Items/Shape/Basic/Circle/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Cloud/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Cross/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Cylinder/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Hexagon/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Octagon/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Parallelogram/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Pentagon/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/PredefinedProcess/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Rectangle/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/ReversedParallelogram/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/ReversedTriangle/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Rhombus/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/RoundedRectangle/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/SpeachBubble/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Star/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Trapezoid/index.d.ts +3 -3
- package/dist/types/Items/Shape/Basic/Triangle/index.d.ts +3 -3
- package/dist/types/Items/Shape/Shape.d.ts +15 -11
- package/dist/types/Items/Shape/ShapeData.d.ts +2 -2
- package/dist/types/Items/Shape/ShapeOperation.d.ts +1 -1
- package/dist/types/Items/Shape/ShapeOverlay.d.ts +4 -0
- package/dist/types/{Tools/AddShape → Items/Shape/Tool}/AddShape.d.ts +6 -6
- package/dist/types/Items/Sticker/Sticker.d.ts +14 -10
- package/dist/types/Items/Sticker/StickerOperation.d.ts +1 -1
- package/dist/types/Items/Sticker/StickerOverlay.d.ts +2 -0
- package/dist/types/{Tools/AddSticker → Items/Sticker/Tool}/AddSticker.d.ts +8 -6
- package/dist/types/Items/Video/Video.d.ts +9 -6
- package/dist/types/Items/index.d.ts +13 -15
- package/dist/types/Items/itemActionsRegistry.d.ts +11 -0
- package/dist/types/Overlay/OverlayMetadata.d.ts +182 -0
- package/dist/types/Overlay/index.d.ts +2 -0
- package/dist/types/Overlay/overlayRegistry.d.ts +24 -0
- package/dist/types/Pointer/Pointer.d.ts +1 -1
- package/dist/types/Presence/Presence.d.ts +1 -1
- package/dist/types/RegistryMaps.d.ts +3 -1
- package/dist/types/Selection/ConnectorTransformer/ConnectorTransformer.d.ts +1 -1
- package/dist/types/Selection/QuickAddButtons/QuickAddButtons.d.ts +1 -1
- package/dist/types/Selection/Selection.d.ts +9 -8
- package/dist/types/Selection/SelectionTransformer.d.ts +1 -1
- package/dist/types/Selection/Transformer/Transformer.d.ts +2 -2
- package/dist/types/Selection/Transformer/TransformerHelpers/getResizeType.d.ts +2 -2
- package/dist/types/Selection/Transformer/TransformerHelpers/handleMultipleItemsResize.d.ts +31 -4
- package/dist/types/Selection/Transformer/TransformerHelpers/transformAINode.d.ts +12 -7
- package/dist/types/Selection/Transformer/TransformerHelpers/transformItems.d.ts +2 -2
- package/dist/types/Selection/Transformer/TransformerHelpers/transformRichText.d.ts +5 -3
- package/dist/types/Selection/Transformer/TransformerHelpers/transformShape.d.ts +4 -4
- package/dist/types/Selection/Transformer/TransformerHelpers/updateFrameChildren.d.ts +1 -1
- package/dist/types/SessionStorage.d.ts +1 -1
- package/dist/types/Settings.d.ts +2 -2
- package/dist/types/SpatialIndex/LayeredIndex/index.d.ts +2 -2
- package/dist/types/SpatialIndex/SimpleSpatialIndex.d.ts +3 -3
- package/dist/types/SpatialIndex/SpacialIndex.d.ts +4 -3
- package/dist/types/Tools/CustomTool.d.ts +3 -3
- package/dist/types/Tools/{ExportSnapshot/ExportSnapshot.d.ts → ExportScreenshot/ExportScreenshot.d.ts} +5 -6
- package/dist/types/Tools/{ExportSnapshot/exportBoardSnapshot.d.ts → ExportScreenshot/exportBoardScreenshot.d.ts} +2 -2
- package/dist/types/Tools/NestingHighlighter/NestingHighlighter.d.ts +1 -1
- package/dist/types/Tools/RelativeAlignment/RelativeAlignment.d.ts +1 -1
- package/dist/types/Tools/Select/Select.d.ts +32 -4
- package/dist/types/Tools/Tool.d.ts +1 -1
- package/dist/types/Tools/ToolContext.d.ts +1 -1
- package/dist/types/Tools/Tools.d.ts +14 -13
- package/dist/types/Tools/index.d.ts +2 -2
- package/dist/types/Tools/initTools.d.ts +13 -0
- package/dist/types/drawMbrOnCanvas.d.ts +3 -3
- package/dist/types/index.d.ts +4 -2
- package/dist/types/itemFactories.d.ts +4 -6
- package/package.json +1 -1
- package/dist/types/HTMLRender/index.d.ts +0 -1
- package/dist/types/Items/Examples/CardGame/Dice/AddDice.d.ts +0 -5
- package/dist/types/Items/Examples/Counter/AddCounter.d.ts +0 -7
- package/dist/types/Items/Examples/Counter/Counter.d.ts +0 -25
- package/dist/types/Items/Examples/Counter/CounterOperation.d.ts +0 -9
- package/dist/types/Items/Examples/Counter/index.d.ts +0 -1
- package/dist/types/Items/Examples/Star/AddStar.d.ts +0 -7
- package/dist/types/Items/Examples/Star/Star.d.ts +0 -38
- package/dist/types/Items/Examples/Star/StarOperation.d.ts +0 -9
- package/dist/types/Items/Examples/Star/index.d.ts +0 -1
- /package/dist/types/{Items → Geometry}/Alignment.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Anchor/Anchor.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Anchor/index.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Arc/Arc.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Arc/index.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Curve/Curve.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Curve/index.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/DrawingContext.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/GeometricNormal.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Line/Line.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Line/index.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Mbr/index.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Path/Path.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Path/index.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Point/Point.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Point/Point.schema.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Point/index.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Transformation/Transformation.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Transformation/Transformation.schema.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Transformation/TransformationCommand.d.ts +0 -0
- /package/dist/types/{Items → Geometry}/Transformation/index.d.ts +0 -0
- /package/dist/types/{Items → HTMLAdapter}/Renderers/index.d.ts +0 -0
- /package/dist/types/Items/{Examples/CardGame/Card → Card}/index.d.ts +0 -0
- /package/dist/types/{Tools/AddComment → Items/Comment/Tool}/index.d.ts +0 -0
- /package/dist/types/{Tools/AddConnector → Items/Connector/Tool}/index.d.ts +0 -0
- /package/dist/types/Items/{Examples/CardGame/Deck → Deck}/index.d.ts +0 -0
- /package/dist/types/Items/{Examples/CardGame/Dice → Dice}/index.d.ts +0 -0
- /package/dist/types/{Tools → Items/Drawing/Tool}/Eraser/index.d.ts +0 -0
- /package/dist/types/{Tools/AddDrawing → Items/Drawing/Tool}/index.d.ts +0 -0
- /package/dist/types/{Tools/AddFrame → Items/Frame/Tool}/index.d.ts +0 -0
- /package/dist/types/{Tools/AddText → Items/RichText/Tool}/index.d.ts +0 -0
- /package/dist/types/Items/{Examples/CardGame/Screen → Screen}/index.d.ts +0 -0
- /package/dist/types/{Tools/AddShape → Items/Shape/Tool}/index.d.ts +0 -0
- /package/dist/types/{Tools/AddSticker → Items/Sticker/Tool}/index.d.ts +0 -0
- /package/dist/types/Tools/{ExportSnapshot → ExportScreenshot}/getDecorationResizeType.d.ts +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ItemActionConfig } from "../ItemActions";
|
|
2
|
+
export declare const screenActions: ItemActionConfig;
|
|
3
|
+
/**
|
|
4
|
+
* Action config for the AddPouch tool — a Screen with no owner restriction.
|
|
5
|
+
* Registered separately because it uses the same Screen item type but a
|
|
6
|
+
* different tool.
|
|
7
|
+
*/
|
|
8
|
+
export declare const pouchToolButton: {
|
|
9
|
+
toolName: string;
|
|
10
|
+
tooltip: string;
|
|
11
|
+
svg: string;
|
|
12
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseOperation } from "
|
|
1
|
+
import { BaseOperation } from "../../Events/EventsOperations";
|
|
2
2
|
export type ScreenOperation = SetBackgroundColor | SetBorderColor | SetBorderWidth | SetBackgroundUrl;
|
|
3
3
|
interface SetBackgroundColor extends BaseOperation<{
|
|
4
4
|
backgroundColor: string;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ItemOverlayDefinition, ToolOverlayDefinition } from "../../Overlay";
|
|
2
|
+
export declare const screenOverlay: ItemOverlayDefinition;
|
|
3
|
+
export declare const addScreenToolOverlay: ToolOverlayDefinition;
|
|
4
|
+
export declare const addPouchToolOverlay: ToolOverlayDefinition;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
3
|
export declare const BPMN_Annotation: {
|
|
4
4
|
name: string;
|
|
5
5
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Point } from '
|
|
3
|
-
import { Paths } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
3
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
4
4
|
export declare const BPMN_DataObject: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_DataStore: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_EndEvent: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Point } from '
|
|
3
|
-
import { Paths } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
3
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
4
4
|
export declare const BPMN_EventSubprocess: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_Gateway: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_GatewayParallel: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_GatewayXOR: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_Group: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_IntermediateEvent: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_IntermediateEventNoneInterrupting: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Point } from '
|
|
3
|
-
import { Paths } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
3
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
4
4
|
export declare const BPMN_Participant: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_StartEvent: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_StartEventNoneInterrupting: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_Task: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const BPMN_Transaction: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const ArrowBlockLeft: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const ArrowBlockRight: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const ArrowLeft: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const ArrowLeftRight: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const ArrowRight: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
3
|
export declare const BracesRight: {
|
|
4
4
|
name: string;
|
|
5
5
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Circle: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Cloud: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Cross: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Cylinder: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Hexagon: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Octagon: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Parallelogram: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Pentagon: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Paths } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Paths } from '../../../../Geometry/Path/Paths';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const PredefinedProcess: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Rectangle: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const ReversedParallelogram: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const ReversedTriangle: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Rhombus: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const RoundedRectangle: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const SpeachBubble: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Star: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Trapezoid: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Mbr } from '
|
|
2
|
-
import { Path } from '
|
|
3
|
-
import { Point } from '
|
|
1
|
+
import { Mbr } from '../../../../Geometry/Mbr/Mbr';
|
|
2
|
+
import { Path } from '../../../../Geometry/Path/Path';
|
|
3
|
+
import { Point } from '../../../../Geometry/Point/Point';
|
|
4
4
|
export declare const Triangle: {
|
|
5
5
|
name: string;
|
|
6
6
|
textBounds: Mbr;
|
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
import { Mbr } from "
|
|
2
|
-
import { Line } from "
|
|
3
|
-
import { Point } from "
|
|
4
|
-
import { Path } from "
|
|
5
|
-
import { Paths } from "
|
|
6
|
-
import { Matrix } from "
|
|
1
|
+
import { Mbr } from "../../Geometry/Mbr/Mbr";
|
|
2
|
+
import { Line } from "../../Geometry/Line/Line";
|
|
3
|
+
import { Point } from "../../Geometry/Point/Point";
|
|
4
|
+
import { Path } from "../../Geometry/Path/Path";
|
|
5
|
+
import { Paths } from "../../Geometry/Path/Paths";
|
|
6
|
+
import { Matrix } from "../../Geometry/Transformation/Matrix";
|
|
7
7
|
import { ShapeType } from "./index";
|
|
8
|
-
import { BorderStyle, BorderWidth } from "
|
|
8
|
+
import { BorderStyle, BorderWidth } from "../../Geometry/Path";
|
|
9
9
|
import { RichText } from "../RichText";
|
|
10
10
|
import { ShapeOperation } from "./ShapeOperation";
|
|
11
|
-
import { DrawingContext } from "
|
|
12
|
-
import { Operation } from "../../Events/EventsOperations";
|
|
11
|
+
import { DrawingContext } from "../../Geometry/DrawingContext";
|
|
12
|
+
import { Operation, BaseOperation } from "../../Events/EventsOperations";
|
|
13
|
+
import { BaseItemOperation } from "../BaseItem/BaseItemOperation";
|
|
13
14
|
import { ShapeData } from "./ShapeData";
|
|
14
|
-
import { GeometricNormal } from "
|
|
15
|
+
import { GeometricNormal } from "../../Geometry/GeometricNormal";
|
|
15
16
|
import { ResizeType } from "../../Selection/Transformer/TransformerHelpers/getResizeType";
|
|
16
17
|
import { Board } from "../../Board";
|
|
17
18
|
import { Subject } from "../../Subject";
|
|
18
19
|
import { BaseItem, SerializedItemData } from "../BaseItem/BaseItem";
|
|
19
20
|
import { ColorValue } from "../../..";
|
|
20
21
|
import { TransformParams, TransformResult } from "../BaseItem/TransformContext";
|
|
22
|
+
import { UpdateHint } from "../BaseItem/UpdateHint";
|
|
21
23
|
export declare const Shapes: {
|
|
22
24
|
BPMN_Gateway: {
|
|
23
25
|
name: string;
|
|
@@ -371,8 +373,10 @@ export declare class Shape extends BaseItem<Shape> {
|
|
|
371
373
|
setId(id: string): this;
|
|
372
374
|
protected onParentChanged(newParent: string): void;
|
|
373
375
|
getId(): string;
|
|
374
|
-
apply(
|
|
376
|
+
apply(opIn: Operation | BaseItemOperation | BaseOperation): void;
|
|
377
|
+
protected updateVisuals(op: Operation, hint: UpdateHint): void;
|
|
375
378
|
protected onPropertyUpdated(property: string, value: any, prevValue: any): void;
|
|
379
|
+
protected getPropertyUpdateHint(property: string): UpdateHint;
|
|
376
380
|
private applyShapeOperation;
|
|
377
381
|
getShapeType(): ShapeType;
|
|
378
382
|
getLinkTo(): string | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ColorValue } from "../../..";
|
|
2
|
-
import { BorderStyle, BorderWidth } from "
|
|
2
|
+
import { BorderStyle, BorderWidth } from "../../Geometry/Path";
|
|
3
3
|
import { RichTextData } from "../RichText";
|
|
4
4
|
import { DefaultRichTextData } from "../RichText/RichTextData";
|
|
5
|
-
import { TransformationData, DefaultTransformationData } from "
|
|
5
|
+
import { TransformationData, DefaultTransformationData } from "../../Geometry/Transformation";
|
|
6
6
|
import { ShapeType } from "./index";
|
|
7
7
|
export interface ShapeData {
|
|
8
8
|
readonly itemType: "Shape";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BorderStyle } from "
|
|
1
|
+
import { BorderStyle } from "../../Geometry/Path";
|
|
2
2
|
import { ShapeType } from "./ShapeType";
|
|
3
3
|
import { ColorValue } from "../../..";
|
|
4
4
|
export type ShapeOperation = SetBackgroundColor | SetBackgroundOpacity | SetBorderColor | SetBorderOpacity | SetBorderStyle | SetBorderWidth | SetShapeType;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ItemOverlayDefinition, OverlayControlDefinition, ToolOverlayDefinition } from "../../Overlay";
|
|
2
|
+
export declare const shapeTypeControl: OverlayControlDefinition;
|
|
3
|
+
export declare const shapeOverlay: ItemOverlayDefinition;
|
|
4
|
+
export declare const addShapeToolOverlay: ToolOverlayDefinition;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Board } from "
|
|
2
|
-
import { Line, Mbr, Shape } from "
|
|
3
|
-
import { DrawingContext } from "
|
|
4
|
-
import { ShapeType } from "../../
|
|
5
|
-
import { ResizeType } from "
|
|
6
|
-
import { BoardTool } from "
|
|
1
|
+
import { Board } from "../../../Board";
|
|
2
|
+
import { Line, Mbr, Shape } from "../../../Items";
|
|
3
|
+
import { DrawingContext } from "../../../Geometry/DrawingContext";
|
|
4
|
+
import { ShapeType } from "../../Shape";
|
|
5
|
+
import { ResizeType } from "../../../Selection/Transformer/TransformerHelpers/getResizeType";
|
|
6
|
+
import { BoardTool } from "../../../Tools/BoardTool";
|
|
7
7
|
export declare class AddShape extends BoardTool {
|
|
8
8
|
line: Line | undefined;
|
|
9
9
|
resizeType: ResizeType;
|