microboard-temp 0.14.32 → 0.14.34
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 +36 -39
- package/dist/cjs/index.js +36 -39
- package/dist/cjs/node.js +36 -39
- package/dist/cjs/overlayIconManifest.js +3 -3
- package/dist/esm/browser.js +36 -39
- package/dist/esm/index.js +36 -39
- package/dist/esm/node.js +36 -39
- package/dist/esm/overlayIconManifest.js +3 -3
- package/dist/overlay-icons/Items/Shape/icons/ArrowBlockLeft.icon.svg +6 -1
- package/dist/overlay-icons/Items/Shape/icons/ArrowBlockRight.icon.svg +6 -1
- package/dist/overlay-icons/Overlay/overlay-icons.svg +573 -315
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -58787,52 +58787,49 @@ var COLOR_PALETTE2 = [
|
|
|
58787
58787
|
];
|
|
58788
58788
|
var inlineShapeAsset = (folder, file2 = folder) => overlayAssetIcon(`src/Items/Shape/Basic/${folder}/${file2}.icon.svg`);
|
|
58789
58789
|
var localShapeIcon = (file2) => overlayAssetIcon(`src/Items/Shape/icons/${file2}.icon.svg`);
|
|
58790
|
-
var
|
|
58790
|
+
var shapeSymbolIcon = (key) => symbolIcon(key);
|
|
58791
58791
|
var BASIC_INLINE_OPTIONS = [
|
|
58792
|
-
{ id: "rectangle", label: "Rectangle", value: "Rectangle", icon:
|
|
58793
|
-
{ id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon:
|
|
58794
|
-
{ id: "circle", label: "Circle", value: "Circle", icon:
|
|
58795
|
-
{ id: "triangle", label: "Triangle", value: "Triangle", icon:
|
|
58796
|
-
{ id: "rhombus", label: "Rhombus", value: "Rhombus", icon:
|
|
58792
|
+
{ id: "rectangle", label: "Rectangle", value: "Rectangle", icon: shapeSymbolIcon("Rectangle"), family: "basicShapes" },
|
|
58793
|
+
{ id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: shapeSymbolIcon("RoundedRectangle"), family: "basicShapes" },
|
|
58794
|
+
{ id: "circle", label: "Circle", value: "Circle", icon: shapeSymbolIcon("Circle"), family: "basicShapes" },
|
|
58795
|
+
{ id: "triangle", label: "Triangle", value: "Triangle", icon: shapeSymbolIcon("Triangle"), family: "basicShapes" },
|
|
58796
|
+
{ id: "rhombus", label: "Rhombus", value: "Rhombus", icon: shapeSymbolIcon("Rhombus"), family: "basicShapes" }
|
|
58797
58797
|
];
|
|
58798
58798
|
var SHAPE_CATALOG_OPTIONS = [
|
|
58799
58799
|
...BASIC_INLINE_OPTIONS,
|
|
58800
|
-
{ id: "
|
|
58801
|
-
{ id: "arrow-
|
|
58802
|
-
{ id: "arrow-right", label: "Arrow right", value: "
|
|
58803
|
-
{ id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: inlineShapeAsset("ArrowLeftRight"), family: "basicShapes" },
|
|
58800
|
+
{ id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: shapeSymbolIcon("ArrowLeft"), family: "basicShapes" },
|
|
58801
|
+
{ id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: shapeSymbolIcon("ArrowRight"), family: "basicShapes" },
|
|
58802
|
+
{ id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: shapeSymbolIcon("ArrowLeftRight"), family: "basicShapes" },
|
|
58804
58803
|
{ id: "arrow-block-left", label: "Arrow block left", value: "ArrowBlockLeft", icon: localShapeIcon("ArrowBlockLeft"), family: "basicShapes" },
|
|
58805
58804
|
{ id: "arrow-block-right", label: "Arrow block right", value: "ArrowBlockRight", icon: localShapeIcon("ArrowBlockRight"), family: "basicShapes" },
|
|
58806
|
-
{ id: "cloud", label: "Cloud", value: "Cloud", icon:
|
|
58805
|
+
{ id: "cloud", label: "Cloud", value: "Cloud", icon: shapeSymbolIcon("Cloud"), family: "basicShapes" },
|
|
58807
58806
|
{ id: "cross", label: "Cross", value: "Cross", icon: inlineShapeAsset("Cross"), family: "basicShapes" },
|
|
58808
|
-
{ id: "cylinder", label: "Cylinder", value: "Cylinder", icon:
|
|
58809
|
-
{ id: "hexagon", label: "Hexagon", value: "Hexagon", icon:
|
|
58810
|
-
{ id: "octagon", label: "Octagon", value: "Octagon", icon:
|
|
58811
|
-
{ id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon:
|
|
58812
|
-
{ id: "
|
|
58813
|
-
{ id: "
|
|
58814
|
-
{ id: "
|
|
58815
|
-
{ id: "
|
|
58816
|
-
{ id: "
|
|
58817
|
-
{ id: "
|
|
58818
|
-
{ id: "
|
|
58819
|
-
{ id: "
|
|
58820
|
-
{ id: "bpmn-
|
|
58821
|
-
{ id: "bpmn-gateway", label: "BPMN gateway", value: "
|
|
58822
|
-
{ id: "bpmn-
|
|
58823
|
-
{ id: "bpmn-
|
|
58824
|
-
{ id: "bpmn-
|
|
58825
|
-
{ id: "bpmn-
|
|
58826
|
-
{ id: "bpmn-
|
|
58827
|
-
{ id: "bpmn-
|
|
58828
|
-
{ id: "bpmn-
|
|
58829
|
-
{ id: "bpmn-
|
|
58830
|
-
{ id: "bpmn-
|
|
58831
|
-
{ id: "bpmn-
|
|
58832
|
-
{ id: "bpmn-
|
|
58833
|
-
{ id: "bpmn-
|
|
58834
|
-
{ id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: bpmnIcon("BPMN_Group"), family: "bpmn" },
|
|
58835
|
-
{ id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: bpmnIcon("BPMN_Annotation"), family: "bpmn" }
|
|
58807
|
+
{ id: "cylinder", label: "Cylinder", value: "Cylinder", icon: shapeSymbolIcon("Cylinder"), family: "basicShapes" },
|
|
58808
|
+
{ id: "hexagon", label: "Hexagon", value: "Hexagon", icon: shapeSymbolIcon("Hexagon"), family: "basicShapes" },
|
|
58809
|
+
{ id: "octagon", label: "Octagon", value: "Octagon", icon: shapeSymbolIcon("Octagon"), family: "basicShapes" },
|
|
58810
|
+
{ id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: shapeSymbolIcon("Parallelogram"), family: "basicShapes" },
|
|
58811
|
+
{ id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: shapeSymbolIcon("PredefinedProcess"), family: "basicShapes" },
|
|
58812
|
+
{ id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: shapeSymbolIcon("SpeachBubble"), family: "basicShapes" },
|
|
58813
|
+
{ id: "star", label: "Star", value: "Star", icon: shapeSymbolIcon("Star"), family: "basicShapes" },
|
|
58814
|
+
{ id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: shapeSymbolIcon("Trapezoid"), family: "basicShapes" },
|
|
58815
|
+
{ id: "braces-left", label: "Braces left", value: "BracesLeft", icon: shapeSymbolIcon("BracesLeft"), family: "basicShapes" },
|
|
58816
|
+
{ id: "braces-right", label: "Braces right", value: "BracesRight", icon: shapeSymbolIcon("BracesRight"), family: "basicShapes" },
|
|
58817
|
+
{ id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: shapeSymbolIcon("BPMN_Task"), family: "bpmn" },
|
|
58818
|
+
{ id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: shapeSymbolIcon("BPMN_Gateway"), family: "bpmn" },
|
|
58819
|
+
{ id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: shapeSymbolIcon("BPMN_GatewayParallel"), family: "bpmn" },
|
|
58820
|
+
{ id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: shapeSymbolIcon("BPMN_GatewayXOR"), family: "bpmn" },
|
|
58821
|
+
{ id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: shapeSymbolIcon("BPMN_StartEvent"), family: "bpmn" },
|
|
58822
|
+
{ id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
|
|
58823
|
+
{ id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: shapeSymbolIcon("BPMN_EndEvent"), family: "bpmn" },
|
|
58824
|
+
{ id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: shapeSymbolIcon("BPMN_IntermediateEvent"), family: "bpmn" },
|
|
58825
|
+
{ id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
|
|
58826
|
+
{ id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: shapeSymbolIcon("BPMN_DataObject"), family: "bpmn" },
|
|
58827
|
+
{ id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: shapeSymbolIcon("BPMN_DataStore"), family: "bpmn" },
|
|
58828
|
+
{ id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: shapeSymbolIcon("BPMN_Participant"), family: "bpmn" },
|
|
58829
|
+
{ id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: shapeSymbolIcon("BPMN_Transaction"), family: "bpmn" },
|
|
58830
|
+
{ id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: shapeSymbolIcon("BPMN_EventSubprocess"), family: "bpmn" },
|
|
58831
|
+
{ id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: shapeSymbolIcon("BPMN_Group"), family: "bpmn" },
|
|
58832
|
+
{ id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: shapeSymbolIcon("BPMN_Annotation"), family: "bpmn" }
|
|
58836
58833
|
];
|
|
58837
58834
|
var BORDER_STYLE_OPTIONS = [
|
|
58838
58835
|
{ id: "solid", label: "Solid", value: "solid", icon: localShapeIcon("StrokeSolid") },
|
package/dist/cjs/index.js
CHANGED
|
@@ -58787,52 +58787,49 @@ var COLOR_PALETTE2 = [
|
|
|
58787
58787
|
];
|
|
58788
58788
|
var inlineShapeAsset = (folder, file2 = folder) => overlayAssetIcon(`src/Items/Shape/Basic/${folder}/${file2}.icon.svg`);
|
|
58789
58789
|
var localShapeIcon = (file2) => overlayAssetIcon(`src/Items/Shape/icons/${file2}.icon.svg`);
|
|
58790
|
-
var
|
|
58790
|
+
var shapeSymbolIcon = (key) => symbolIcon(key);
|
|
58791
58791
|
var BASIC_INLINE_OPTIONS = [
|
|
58792
|
-
{ id: "rectangle", label: "Rectangle", value: "Rectangle", icon:
|
|
58793
|
-
{ id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon:
|
|
58794
|
-
{ id: "circle", label: "Circle", value: "Circle", icon:
|
|
58795
|
-
{ id: "triangle", label: "Triangle", value: "Triangle", icon:
|
|
58796
|
-
{ id: "rhombus", label: "Rhombus", value: "Rhombus", icon:
|
|
58792
|
+
{ id: "rectangle", label: "Rectangle", value: "Rectangle", icon: shapeSymbolIcon("Rectangle"), family: "basicShapes" },
|
|
58793
|
+
{ id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: shapeSymbolIcon("RoundedRectangle"), family: "basicShapes" },
|
|
58794
|
+
{ id: "circle", label: "Circle", value: "Circle", icon: shapeSymbolIcon("Circle"), family: "basicShapes" },
|
|
58795
|
+
{ id: "triangle", label: "Triangle", value: "Triangle", icon: shapeSymbolIcon("Triangle"), family: "basicShapes" },
|
|
58796
|
+
{ id: "rhombus", label: "Rhombus", value: "Rhombus", icon: shapeSymbolIcon("Rhombus"), family: "basicShapes" }
|
|
58797
58797
|
];
|
|
58798
58798
|
var SHAPE_CATALOG_OPTIONS = [
|
|
58799
58799
|
...BASIC_INLINE_OPTIONS,
|
|
58800
|
-
{ id: "
|
|
58801
|
-
{ id: "arrow-
|
|
58802
|
-
{ id: "arrow-right", label: "Arrow right", value: "
|
|
58803
|
-
{ id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: inlineShapeAsset("ArrowLeftRight"), family: "basicShapes" },
|
|
58800
|
+
{ id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: shapeSymbolIcon("ArrowLeft"), family: "basicShapes" },
|
|
58801
|
+
{ id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: shapeSymbolIcon("ArrowRight"), family: "basicShapes" },
|
|
58802
|
+
{ id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: shapeSymbolIcon("ArrowLeftRight"), family: "basicShapes" },
|
|
58804
58803
|
{ id: "arrow-block-left", label: "Arrow block left", value: "ArrowBlockLeft", icon: localShapeIcon("ArrowBlockLeft"), family: "basicShapes" },
|
|
58805
58804
|
{ id: "arrow-block-right", label: "Arrow block right", value: "ArrowBlockRight", icon: localShapeIcon("ArrowBlockRight"), family: "basicShapes" },
|
|
58806
|
-
{ id: "cloud", label: "Cloud", value: "Cloud", icon:
|
|
58805
|
+
{ id: "cloud", label: "Cloud", value: "Cloud", icon: shapeSymbolIcon("Cloud"), family: "basicShapes" },
|
|
58807
58806
|
{ id: "cross", label: "Cross", value: "Cross", icon: inlineShapeAsset("Cross"), family: "basicShapes" },
|
|
58808
|
-
{ id: "cylinder", label: "Cylinder", value: "Cylinder", icon:
|
|
58809
|
-
{ id: "hexagon", label: "Hexagon", value: "Hexagon", icon:
|
|
58810
|
-
{ id: "octagon", label: "Octagon", value: "Octagon", icon:
|
|
58811
|
-
{ id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon:
|
|
58812
|
-
{ id: "
|
|
58813
|
-
{ id: "
|
|
58814
|
-
{ id: "
|
|
58815
|
-
{ id: "
|
|
58816
|
-
{ id: "
|
|
58817
|
-
{ id: "
|
|
58818
|
-
{ id: "
|
|
58819
|
-
{ id: "
|
|
58820
|
-
{ id: "bpmn-
|
|
58821
|
-
{ id: "bpmn-gateway", label: "BPMN gateway", value: "
|
|
58822
|
-
{ id: "bpmn-
|
|
58823
|
-
{ id: "bpmn-
|
|
58824
|
-
{ id: "bpmn-
|
|
58825
|
-
{ id: "bpmn-
|
|
58826
|
-
{ id: "bpmn-
|
|
58827
|
-
{ id: "bpmn-
|
|
58828
|
-
{ id: "bpmn-
|
|
58829
|
-
{ id: "bpmn-
|
|
58830
|
-
{ id: "bpmn-
|
|
58831
|
-
{ id: "bpmn-
|
|
58832
|
-
{ id: "bpmn-
|
|
58833
|
-
{ id: "bpmn-
|
|
58834
|
-
{ id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: bpmnIcon("BPMN_Group"), family: "bpmn" },
|
|
58835
|
-
{ id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: bpmnIcon("BPMN_Annotation"), family: "bpmn" }
|
|
58807
|
+
{ id: "cylinder", label: "Cylinder", value: "Cylinder", icon: shapeSymbolIcon("Cylinder"), family: "basicShapes" },
|
|
58808
|
+
{ id: "hexagon", label: "Hexagon", value: "Hexagon", icon: shapeSymbolIcon("Hexagon"), family: "basicShapes" },
|
|
58809
|
+
{ id: "octagon", label: "Octagon", value: "Octagon", icon: shapeSymbolIcon("Octagon"), family: "basicShapes" },
|
|
58810
|
+
{ id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: shapeSymbolIcon("Parallelogram"), family: "basicShapes" },
|
|
58811
|
+
{ id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: shapeSymbolIcon("PredefinedProcess"), family: "basicShapes" },
|
|
58812
|
+
{ id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: shapeSymbolIcon("SpeachBubble"), family: "basicShapes" },
|
|
58813
|
+
{ id: "star", label: "Star", value: "Star", icon: shapeSymbolIcon("Star"), family: "basicShapes" },
|
|
58814
|
+
{ id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: shapeSymbolIcon("Trapezoid"), family: "basicShapes" },
|
|
58815
|
+
{ id: "braces-left", label: "Braces left", value: "BracesLeft", icon: shapeSymbolIcon("BracesLeft"), family: "basicShapes" },
|
|
58816
|
+
{ id: "braces-right", label: "Braces right", value: "BracesRight", icon: shapeSymbolIcon("BracesRight"), family: "basicShapes" },
|
|
58817
|
+
{ id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: shapeSymbolIcon("BPMN_Task"), family: "bpmn" },
|
|
58818
|
+
{ id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: shapeSymbolIcon("BPMN_Gateway"), family: "bpmn" },
|
|
58819
|
+
{ id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: shapeSymbolIcon("BPMN_GatewayParallel"), family: "bpmn" },
|
|
58820
|
+
{ id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: shapeSymbolIcon("BPMN_GatewayXOR"), family: "bpmn" },
|
|
58821
|
+
{ id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: shapeSymbolIcon("BPMN_StartEvent"), family: "bpmn" },
|
|
58822
|
+
{ id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
|
|
58823
|
+
{ id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: shapeSymbolIcon("BPMN_EndEvent"), family: "bpmn" },
|
|
58824
|
+
{ id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: shapeSymbolIcon("BPMN_IntermediateEvent"), family: "bpmn" },
|
|
58825
|
+
{ id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
|
|
58826
|
+
{ id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: shapeSymbolIcon("BPMN_DataObject"), family: "bpmn" },
|
|
58827
|
+
{ id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: shapeSymbolIcon("BPMN_DataStore"), family: "bpmn" },
|
|
58828
|
+
{ id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: shapeSymbolIcon("BPMN_Participant"), family: "bpmn" },
|
|
58829
|
+
{ id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: shapeSymbolIcon("BPMN_Transaction"), family: "bpmn" },
|
|
58830
|
+
{ id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: shapeSymbolIcon("BPMN_EventSubprocess"), family: "bpmn" },
|
|
58831
|
+
{ id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: shapeSymbolIcon("BPMN_Group"), family: "bpmn" },
|
|
58832
|
+
{ id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: shapeSymbolIcon("BPMN_Annotation"), family: "bpmn" }
|
|
58836
58833
|
];
|
|
58837
58834
|
var BORDER_STYLE_OPTIONS = [
|
|
58838
58835
|
{ id: "solid", label: "Solid", value: "solid", icon: localShapeIcon("StrokeSolid") },
|
package/dist/cjs/node.js
CHANGED
|
@@ -61260,52 +61260,49 @@ var COLOR_PALETTE2 = [
|
|
|
61260
61260
|
];
|
|
61261
61261
|
var inlineShapeAsset = (folder, file2 = folder) => overlayAssetIcon(`src/Items/Shape/Basic/${folder}/${file2}.icon.svg`);
|
|
61262
61262
|
var localShapeIcon = (file2) => overlayAssetIcon(`src/Items/Shape/icons/${file2}.icon.svg`);
|
|
61263
|
-
var
|
|
61263
|
+
var shapeSymbolIcon = (key) => symbolIcon(key);
|
|
61264
61264
|
var BASIC_INLINE_OPTIONS = [
|
|
61265
|
-
{ id: "rectangle", label: "Rectangle", value: "Rectangle", icon:
|
|
61266
|
-
{ id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon:
|
|
61267
|
-
{ id: "circle", label: "Circle", value: "Circle", icon:
|
|
61268
|
-
{ id: "triangle", label: "Triangle", value: "Triangle", icon:
|
|
61269
|
-
{ id: "rhombus", label: "Rhombus", value: "Rhombus", icon:
|
|
61265
|
+
{ id: "rectangle", label: "Rectangle", value: "Rectangle", icon: shapeSymbolIcon("Rectangle"), family: "basicShapes" },
|
|
61266
|
+
{ id: "rounded-rectangle", label: "Rounded rectangle", value: "RoundedRectangle", icon: shapeSymbolIcon("RoundedRectangle"), family: "basicShapes" },
|
|
61267
|
+
{ id: "circle", label: "Circle", value: "Circle", icon: shapeSymbolIcon("Circle"), family: "basicShapes" },
|
|
61268
|
+
{ id: "triangle", label: "Triangle", value: "Triangle", icon: shapeSymbolIcon("Triangle"), family: "basicShapes" },
|
|
61269
|
+
{ id: "rhombus", label: "Rhombus", value: "Rhombus", icon: shapeSymbolIcon("Rhombus"), family: "basicShapes" }
|
|
61270
61270
|
];
|
|
61271
61271
|
var SHAPE_CATALOG_OPTIONS = [
|
|
61272
61272
|
...BASIC_INLINE_OPTIONS,
|
|
61273
|
-
{ id: "
|
|
61274
|
-
{ id: "arrow-
|
|
61275
|
-
{ id: "arrow-right", label: "Arrow right", value: "
|
|
61276
|
-
{ id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: inlineShapeAsset("ArrowLeftRight"), family: "basicShapes" },
|
|
61273
|
+
{ id: "arrow-left", label: "Arrow left", value: "ArrowLeft", icon: shapeSymbolIcon("ArrowLeft"), family: "basicShapes" },
|
|
61274
|
+
{ id: "arrow-right", label: "Arrow right", value: "ArrowRight", icon: shapeSymbolIcon("ArrowRight"), family: "basicShapes" },
|
|
61275
|
+
{ id: "arrow-left-right", label: "Arrow left right", value: "ArrowLeftRight", icon: shapeSymbolIcon("ArrowLeftRight"), family: "basicShapes" },
|
|
61277
61276
|
{ id: "arrow-block-left", label: "Arrow block left", value: "ArrowBlockLeft", icon: localShapeIcon("ArrowBlockLeft"), family: "basicShapes" },
|
|
61278
61277
|
{ id: "arrow-block-right", label: "Arrow block right", value: "ArrowBlockRight", icon: localShapeIcon("ArrowBlockRight"), family: "basicShapes" },
|
|
61279
|
-
{ id: "cloud", label: "Cloud", value: "Cloud", icon:
|
|
61278
|
+
{ id: "cloud", label: "Cloud", value: "Cloud", icon: shapeSymbolIcon("Cloud"), family: "basicShapes" },
|
|
61280
61279
|
{ id: "cross", label: "Cross", value: "Cross", icon: inlineShapeAsset("Cross"), family: "basicShapes" },
|
|
61281
|
-
{ id: "cylinder", label: "Cylinder", value: "Cylinder", icon:
|
|
61282
|
-
{ id: "hexagon", label: "Hexagon", value: "Hexagon", icon:
|
|
61283
|
-
{ id: "octagon", label: "Octagon", value: "Octagon", icon:
|
|
61284
|
-
{ id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon:
|
|
61285
|
-
{ id: "
|
|
61286
|
-
{ id: "
|
|
61287
|
-
{ id: "
|
|
61288
|
-
{ id: "
|
|
61289
|
-
{ id: "
|
|
61290
|
-
{ id: "
|
|
61291
|
-
{ id: "
|
|
61292
|
-
{ id: "
|
|
61293
|
-
{ id: "bpmn-
|
|
61294
|
-
{ id: "bpmn-gateway", label: "BPMN gateway", value: "
|
|
61295
|
-
{ id: "bpmn-
|
|
61296
|
-
{ id: "bpmn-
|
|
61297
|
-
{ id: "bpmn-
|
|
61298
|
-
{ id: "bpmn-
|
|
61299
|
-
{ id: "bpmn-
|
|
61300
|
-
{ id: "bpmn-
|
|
61301
|
-
{ id: "bpmn-
|
|
61302
|
-
{ id: "bpmn-
|
|
61303
|
-
{ id: "bpmn-
|
|
61304
|
-
{ id: "bpmn-
|
|
61305
|
-
{ id: "bpmn-
|
|
61306
|
-
{ id: "bpmn-
|
|
61307
|
-
{ id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: bpmnIcon("BPMN_Group"), family: "bpmn" },
|
|
61308
|
-
{ id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: bpmnIcon("BPMN_Annotation"), family: "bpmn" }
|
|
61280
|
+
{ id: "cylinder", label: "Cylinder", value: "Cylinder", icon: shapeSymbolIcon("Cylinder"), family: "basicShapes" },
|
|
61281
|
+
{ id: "hexagon", label: "Hexagon", value: "Hexagon", icon: shapeSymbolIcon("Hexagon"), family: "basicShapes" },
|
|
61282
|
+
{ id: "octagon", label: "Octagon", value: "Octagon", icon: shapeSymbolIcon("Octagon"), family: "basicShapes" },
|
|
61283
|
+
{ id: "parallelogram", label: "Parallelogram", value: "Parallelogram", icon: shapeSymbolIcon("Parallelogram"), family: "basicShapes" },
|
|
61284
|
+
{ id: "predefined-process", label: "Predefined process", value: "PredefinedProcess", icon: shapeSymbolIcon("PredefinedProcess"), family: "basicShapes" },
|
|
61285
|
+
{ id: "speech-bubble", label: "Speech bubble", value: "SpeachBubble", icon: shapeSymbolIcon("SpeachBubble"), family: "basicShapes" },
|
|
61286
|
+
{ id: "star", label: "Star", value: "Star", icon: shapeSymbolIcon("Star"), family: "basicShapes" },
|
|
61287
|
+
{ id: "trapezoid", label: "Trapezoid", value: "Trapezoid", icon: shapeSymbolIcon("Trapezoid"), family: "basicShapes" },
|
|
61288
|
+
{ id: "braces-left", label: "Braces left", value: "BracesLeft", icon: shapeSymbolIcon("BracesLeft"), family: "basicShapes" },
|
|
61289
|
+
{ id: "braces-right", label: "Braces right", value: "BracesRight", icon: shapeSymbolIcon("BracesRight"), family: "basicShapes" },
|
|
61290
|
+
{ id: "bpmn-task", label: "BPMN task", value: "BPMN_Task", icon: shapeSymbolIcon("BPMN_Task"), family: "bpmn" },
|
|
61291
|
+
{ id: "bpmn-gateway", label: "BPMN gateway", value: "BPMN_Gateway", icon: shapeSymbolIcon("BPMN_Gateway"), family: "bpmn" },
|
|
61292
|
+
{ id: "bpmn-gateway-parallel", label: "BPMN gateway parallel", value: "BPMN_GatewayParallel", icon: shapeSymbolIcon("BPMN_GatewayParallel"), family: "bpmn" },
|
|
61293
|
+
{ id: "bpmn-gateway-xor", label: "BPMN gateway XOR", value: "BPMN_GatewayXOR", icon: shapeSymbolIcon("BPMN_GatewayXOR"), family: "bpmn" },
|
|
61294
|
+
{ id: "bpmn-start-event", label: "BPMN start event", value: "BPMN_StartEvent", icon: shapeSymbolIcon("BPMN_StartEvent"), family: "bpmn" },
|
|
61295
|
+
{ id: "bpmn-start-event-non-interrupting", label: "BPMN start event non interrupting", value: "BPMN_StartEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_StartEventNoneInterrupting"), family: "bpmn" },
|
|
61296
|
+
{ id: "bpmn-end-event", label: "BPMN end event", value: "BPMN_EndEvent", icon: shapeSymbolIcon("BPMN_EndEvent"), family: "bpmn" },
|
|
61297
|
+
{ id: "bpmn-intermediate-event", label: "BPMN intermediate event", value: "BPMN_IntermediateEvent", icon: shapeSymbolIcon("BPMN_IntermediateEvent"), family: "bpmn" },
|
|
61298
|
+
{ id: "bpmn-intermediate-event-none-interrupting", label: "BPMN intermediate event none interrupting", value: "BPMN_IntermediateEventNoneInterrupting", icon: shapeSymbolIcon("BPMN_IntermediateEventNoneInterrupting"), family: "bpmn" },
|
|
61299
|
+
{ id: "bpmn-data-object", label: "BPMN data object", value: "BPMN_DataObject", icon: shapeSymbolIcon("BPMN_DataObject"), family: "bpmn" },
|
|
61300
|
+
{ id: "bpmn-data-store", label: "BPMN data store", value: "BPMN_DataStore", icon: shapeSymbolIcon("BPMN_DataStore"), family: "bpmn" },
|
|
61301
|
+
{ id: "bpmn-participant", label: "BPMN participant", value: "BPMN_Participant", icon: shapeSymbolIcon("BPMN_Participant"), family: "bpmn" },
|
|
61302
|
+
{ id: "bpmn-transaction", label: "BPMN transaction", value: "BPMN_Transaction", icon: shapeSymbolIcon("BPMN_Transaction"), family: "bpmn" },
|
|
61303
|
+
{ id: "bpmn-event-subprocess", label: "BPMN event subprocess", value: "BPMN_EventSubprocess", icon: shapeSymbolIcon("BPMN_EventSubprocess"), family: "bpmn" },
|
|
61304
|
+
{ id: "bpmn-group", label: "BPMN group", value: "BPMN_Group", icon: shapeSymbolIcon("BPMN_Group"), family: "bpmn" },
|
|
61305
|
+
{ id: "bpmn-annotation", label: "BPMN annotation", value: "BPMN_Annotation", icon: shapeSymbolIcon("BPMN_Annotation"), family: "bpmn" }
|
|
61309
61306
|
];
|
|
61310
61307
|
var BORDER_STYLE_OPTIONS = [
|
|
61311
61308
|
{ id: "solid", label: "Solid", value: "solid", icon: localShapeIcon("StrokeSolid") },
|