@syncfusion/ej2-angular-diagrams 33.2.15-ngcc → 34.1.29-ngcc
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/@syncfusion/ej2-angular-diagrams.es5.js +37 -14
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-diagrams.js +37 -14
- package/@syncfusion/ej2-angular-diagrams.js.map +1 -1
- package/dist/ej2-angular-diagrams.umd.js +73 -12
- package/dist/ej2-angular-diagrams.umd.js.map +1 -1
- package/dist/ej2-angular-diagrams.umd.min.js +2 -2
- package/dist/ej2-angular-diagrams.umd.min.js.map +1 -1
- package/ej2-angular-diagrams.metadata.json +1 -1
- package/package.json +15 -46
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/diagram/diagram-all.module.d.ts +2 -0
- package/src/diagram/diagram.component.d.ts +9 -0
- package/src/index.d.ts +1 -1
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +1 -1
- package/styles/bootstrap5.scss +1 -1
- package/styles/diagram/bds.scss +1 -1
- package/styles/diagram/bootstrap-dark.scss +1 -1
- package/styles/diagram/bootstrap.scss +1 -1
- package/styles/diagram/bootstrap4.scss +1 -1
- package/styles/diagram/bootstrap5-dark.scss +1 -1
- package/styles/diagram/bootstrap5.3.scss +1 -1
- package/styles/diagram/bootstrap5.scss +1 -1
- package/styles/diagram/fabric-dark.scss +1 -1
- package/styles/diagram/fabric.scss +1 -1
- package/styles/diagram/fluent-dark.scss +1 -1
- package/styles/diagram/fluent.scss +1 -1
- package/styles/diagram/fluent2.scss +1 -1
- package/styles/diagram/highcontrast-light.scss +1 -1
- package/styles/diagram/highcontrast.scss +1 -1
- package/styles/diagram/material-dark.scss +1 -1
- package/styles/diagram/material.scss +1 -1
- package/styles/diagram/material3-dark.scss +1 -2
- package/styles/diagram/material3.scss +1 -2
- package/styles/diagram/tailwind-dark.scss +1 -1
- package/styles/diagram/tailwind.scss +1 -1
- package/styles/diagram/tailwind3.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +1 -2
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +1 -2
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { AvoidLineOverlapping, BpmnDiagrams, ComplexHierarchicalTree, ConnectorBridging, ConnectorEditing, DataBinding, Diagram, DiagramContextMenu, Ej1Serialization, FlowchartLayout, HierarchicalTree, LayoutAnimation, LineDistribution, LineRouting, MindMap, Overview, PrintAndExport, RadialTree, Snapping, SymbolPalette, SymmetricLayout, UndoRedo } from '@syncfusion/ej2-diagrams';
|
|
3
|
+
import { AvoidLineOverlapping, BpmnDiagrams, ComplexHierarchicalTree, ConnectorBridging, ConnectorEditing, DataBinding, Diagram, DiagramCollaboration, DiagramContextMenu, Ej1Serialization, FlowchartLayout, HierarchicalTree, ImportAndExportVisio, LayoutAnimation, LineDistribution, LineRouting, MindMap, Overview, PrintAndExport, RadialTree, Snapping, SymbolPalette, SymmetricLayout, UndoRedo } from '@syncfusion/ej2-diagrams';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
|
|
6
6
|
let input = ['addInfo', 'id', 'lock', 'objects', 'visible', 'zIndex'];
|
|
@@ -559,8 +559,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
559
559
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
560
560
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
561
561
|
};
|
|
562
|
-
const inputs = ['addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enableConnectorSplit', 'enablePersistence', 'enableRtl', 'fixedUserHandleTemplate', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'model', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'segmentThumbShape', 'segmentThumbSize', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'userHandleTemplate', 'width'];
|
|
563
|
-
const outputs$9 = ['animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'elementDraw', 'expandStateChange', 'fixedUserHandleClick', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', 'layoutUpdated', 'load', 'loaded', 'mouseEnter', 'mouseLeave', 'mouseOver', 'mouseWheel', 'onFixedUserHandleMouseDown', 'onFixedUserHandleMouseEnter', 'onFixedUserHandleMouseLeave', 'onFixedUserHandleMouseUp', 'onImageLoad', 'onUserHandleMouseDown', 'onUserHandleMouseEnter', 'onUserHandleMouseLeave', 'onUserHandleMouseUp', 'positionChange', 'propertyChange', 'rotateChange', 'scrollChange', 'segmentChange', 'segmentCollectionChange', 'selectionChange', 'sizeChange', 'sourcePointChange', 'targetPointChange', 'textEdit'];
|
|
562
|
+
const inputs = ['addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enableCollaborativeEditing', 'enableConnectorSplit', 'enablePersistence', 'enableRtl', 'fixedUserHandleTemplate', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'model', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'segmentThumbShape', 'segmentThumbSize', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'userHandleTemplate', 'width'];
|
|
563
|
+
const outputs$9 = ['animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'diagramExporting', 'diagramImporting', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'elementDraw', 'expandStateChange', 'fixedUserHandleClick', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', 'layoutUpdated', 'load', 'loaded', 'mouseEnter', 'mouseLeave', 'mouseOver', 'mouseWheel', 'onFixedUserHandleMouseDown', 'onFixedUserHandleMouseEnter', 'onFixedUserHandleMouseLeave', 'onFixedUserHandleMouseUp', 'onImageLoad', 'onUserHandleMouseDown', 'onUserHandleMouseEnter', 'onUserHandleMouseLeave', 'onUserHandleMouseUp', 'positionChange', 'propertyChange', 'rotateChange', 'scrollChange', 'segmentChange', 'segmentCollectionChange', 'selectionChange', 'sizeChange', 'sourcePointChange', 'targetPointChange', 'textEdit', 'erEntityChanged'];
|
|
564
564
|
const twoWays = [''];
|
|
565
565
|
/**
|
|
566
566
|
* Diagram Component
|
|
@@ -662,61 +662,75 @@ let DiagramComponent = class DiagramComponent extends Diagram {
|
|
|
662
662
|
}
|
|
663
663
|
catch (_l) { }
|
|
664
664
|
try {
|
|
665
|
-
let mod = this.injector.get('
|
|
665
|
+
let mod = this.injector.get('DiagramsDiagramCollaboration');
|
|
666
666
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
667
667
|
this.injectedModules.push(mod);
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
catch (_m) { }
|
|
671
671
|
try {
|
|
672
|
-
let mod = this.injector.get('
|
|
672
|
+
let mod = this.injector.get('DiagramsLayoutAnimation');
|
|
673
673
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
674
674
|
this.injectedModules.push(mod);
|
|
675
675
|
}
|
|
676
676
|
}
|
|
677
677
|
catch (_o) { }
|
|
678
678
|
try {
|
|
679
|
-
let mod = this.injector.get('
|
|
679
|
+
let mod = this.injector.get('DiagramsDiagramContextMenu');
|
|
680
680
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
681
681
|
this.injectedModules.push(mod);
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
684
|
catch (_p) { }
|
|
685
685
|
try {
|
|
686
|
-
let mod = this.injector.get('
|
|
686
|
+
let mod = this.injector.get('DiagramsLineRouting');
|
|
687
687
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
688
688
|
this.injectedModules.push(mod);
|
|
689
689
|
}
|
|
690
690
|
}
|
|
691
691
|
catch (_q) { }
|
|
692
692
|
try {
|
|
693
|
-
let mod = this.injector.get('
|
|
693
|
+
let mod = this.injector.get('DiagramsAvoidLineOverlapping');
|
|
694
694
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
695
695
|
this.injectedModules.push(mod);
|
|
696
696
|
}
|
|
697
697
|
}
|
|
698
698
|
catch (_r) { }
|
|
699
699
|
try {
|
|
700
|
-
let mod = this.injector.get('
|
|
700
|
+
let mod = this.injector.get('DiagramsConnectorEditing');
|
|
701
701
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
702
702
|
this.injectedModules.push(mod);
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
705
|
catch (_s) { }
|
|
706
706
|
try {
|
|
707
|
-
let mod = this.injector.get('
|
|
707
|
+
let mod = this.injector.get('DiagramsLineDistribution');
|
|
708
708
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
709
709
|
this.injectedModules.push(mod);
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
712
|
catch (_t) { }
|
|
713
713
|
try {
|
|
714
|
-
let mod = this.injector.get('
|
|
714
|
+
let mod = this.injector.get('DiagramsEj1Serialization');
|
|
715
715
|
if (this.injectedModules.indexOf(mod) === -1) {
|
|
716
716
|
this.injectedModules.push(mod);
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
catch (_u) { }
|
|
720
|
+
try {
|
|
721
|
+
let mod = this.injector.get('DiagramsFlowchartLayout');
|
|
722
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
723
|
+
this.injectedModules.push(mod);
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
catch (_v) { }
|
|
727
|
+
try {
|
|
728
|
+
let mod = this.injector.get('DiagramsImportAndExportVisio');
|
|
729
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
730
|
+
this.injectedModules.push(mod);
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
catch (_w) { }
|
|
720
734
|
this.registerEvents(outputs$9);
|
|
721
735
|
this.addTwoWay.call(this, twoWays);
|
|
722
736
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
@@ -784,6 +798,7 @@ DiagramComponent.ctorParameters = () => [
|
|
|
784
798
|
DiagramComponent.propDecorators = {
|
|
785
799
|
'annotationTemplate': [{ type: ContentChild, args: ['annotationTemplate',] },],
|
|
786
800
|
'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
|
|
801
|
+
'fixedUserHandleTemplate': [{ type: ContentChild, args: ['fixedUserHandleTemplate',] },],
|
|
787
802
|
'userHandleTemplate': [{ type: ContentChild, args: ['userHandleTemplate',] },],
|
|
788
803
|
};
|
|
789
804
|
__decorate([
|
|
@@ -794,6 +809,10 @@ __decorate([
|
|
|
794
809
|
Template(),
|
|
795
810
|
__metadata("design:type", Object)
|
|
796
811
|
], DiagramComponent.prototype, "nodeTemplate", void 0);
|
|
812
|
+
__decorate([
|
|
813
|
+
Template(),
|
|
814
|
+
__metadata("design:type", Object)
|
|
815
|
+
], DiagramComponent.prototype, "fixedUserHandleTemplate", void 0);
|
|
797
816
|
__decorate([
|
|
798
817
|
Template(),
|
|
799
818
|
__metadata("design:type", Object)
|
|
@@ -874,6 +893,7 @@ const BpmnDiagramsService = { provide: 'DiagramsBpmnDiagrams', useValue: BpmnDia
|
|
|
874
893
|
const SymmetricLayoutService = { provide: 'DiagramsSymmetricLayout', useValue: SymmetricLayout };
|
|
875
894
|
const ConnectorBridgingService = { provide: 'DiagramsConnectorBridging', useValue: ConnectorBridging };
|
|
876
895
|
const UndoRedoService = { provide: 'DiagramsUndoRedo', useValue: UndoRedo };
|
|
896
|
+
const DiagramCollaborationService = { provide: 'DiagramsDiagramCollaboration', useValue: DiagramCollaboration };
|
|
877
897
|
const LayoutAnimationService = { provide: 'DiagramsLayoutAnimation', useValue: LayoutAnimation };
|
|
878
898
|
const DiagramContextMenuService = { provide: 'DiagramsDiagramContextMenu', useValue: DiagramContextMenu };
|
|
879
899
|
const LineRoutingService = { provide: 'DiagramsLineRouting', useValue: LineRouting };
|
|
@@ -882,6 +902,7 @@ const ConnectorEditingService = { provide: 'DiagramsConnectorEditing', useValue:
|
|
|
882
902
|
const LineDistributionService = { provide: 'DiagramsLineDistribution', useValue: LineDistribution };
|
|
883
903
|
const Ej1SerializationService = { provide: 'DiagramsEj1Serialization', useValue: Ej1Serialization };
|
|
884
904
|
const FlowchartLayoutService = { provide: 'DiagramsFlowchartLayout', useValue: FlowchartLayout };
|
|
905
|
+
const ImportAndExportVisioService = { provide: 'DiagramsImportAndExportVisio', useValue: ImportAndExportVisio };
|
|
885
906
|
/**
|
|
886
907
|
* NgModule definition for the Diagram component with providers.
|
|
887
908
|
*/
|
|
@@ -905,6 +926,7 @@ DiagramAllModule.decorators = [
|
|
|
905
926
|
SymmetricLayoutService,
|
|
906
927
|
ConnectorBridgingService,
|
|
907
928
|
UndoRedoService,
|
|
929
|
+
DiagramCollaborationService,
|
|
908
930
|
LayoutAnimationService,
|
|
909
931
|
DiagramContextMenuService,
|
|
910
932
|
LineRoutingService,
|
|
@@ -912,7 +934,8 @@ DiagramAllModule.decorators = [
|
|
|
912
934
|
ConnectorEditingService,
|
|
913
935
|
LineDistributionService,
|
|
914
936
|
Ej1SerializationService,
|
|
915
|
-
FlowchartLayoutService
|
|
937
|
+
FlowchartLayoutService,
|
|
938
|
+
ImportAndExportVisioService
|
|
916
939
|
]
|
|
917
940
|
},] },
|
|
918
941
|
];
|
|
@@ -1263,6 +1286,6 @@ OverviewAllModule.ctorParameters = () => [];
|
|
|
1263
1286
|
* Generated bundle index. Do not edit.
|
|
1264
1287
|
*/
|
|
1265
1288
|
|
|
1266
|
-
export { LayerDirective, LayersDirective, CustomCursorDirective, CustomCursorsDirective, ConnectorFixedUserHandleDirective, ConnectorFixedUserHandlesDirective, ConnectorAnnotationDirective, ConnectorAnnotationsDirective, ConnectorDirective, ConnectorsDirective, NodeFixedUserHandleDirective, NodeFixedUserHandlesDirective, NodeAnnotationDirective, NodeAnnotationsDirective, PortDirective, PortsDirective, NodeDirective, NodesDirective, DiagramComponent, DiagramModule, DiagramAllModule, HierarchicalTreeService, MindMapService, RadialTreeService, ComplexHierarchicalTreeService, DataBindingService, SnappingService, PrintAndExportService, BpmnDiagramsService, SymmetricLayoutService, ConnectorBridgingService, UndoRedoService, LayoutAnimationService, DiagramContextMenuService, LineRoutingService, AvoidLineOverlappingService, ConnectorEditingService, LineDistributionService, Ej1SerializationService, FlowchartLayoutService, PaletteDirective, PalettesDirective, SymbolPaletteComponent, SymbolPaletteModule, SymbolPaletteAllModule, OverviewComponent, OverviewModule, OverviewAllModule, inputs as ɵa, outputs$9 as ɵb, inputs$2 as ɵe, outputs$12 as ɵf, inputs$1 as ɵc, outputs$11 as ɵd };
|
|
1267
|
-
export { Diagram, PrintAndExport, Size, Rect, MatrixTypes, Matrix, identityMatrix, transformPointByMatrix, transformPointsByMatrix, rotateMatrix, scaleMatrix, translateMatrix, multiplyMatrix, Point, BlazorAction, FlipDirection, PortVisibility, SnapConstraints, SelectorConstraints, ConnectionPointOrigin, ChildArrangement, ConnectorConstraints, AnnotationConstraints, NodeConstraints, ElementAction, ThumbsConstraints, DiagramConstraints, DiagramTools, Transform, RenderMode, KeyModifiers, Keys, DiagramAction, RendererAction, RealAction, ScrollActions, NoOfSegments, DiagramEvent, PortConstraints, contextMenuClick, contextMenuOpen, contextMenuBeforeItemRender, ControlPointsVisibility, BezierSmoothness, Thickness, Margin, Shadow, Stop, Gradient, DiagramGradient, LinearGradient, RadialGradient, ShapeStyle, StrokeStyle, TextStyle, DiagramShapeStyle, DiagramElement, PathElement, ImageElement, TextElement, GroupableView, Canvas, GridPanel, RowDefinition, ColumnDefinition, GridRow, GridCell, StackPanel, findConnectorPoints, swapBounds, findMargin, findAngle, findPoint, getIntersection, getIntersectionPoints, orthoConnection2Segment, getPortDirection, getOuterBounds, getOppositeDirection, processPathData, parsePathData, getRectanglePath, getPolygonPath, getFreeHandPath, pathSegmentCollection, transformPath, updatedSegment, scalePathData, splitArrayCollection, getPathString, getString, randomId, getIndex, templateCompiler, cornersPointsBeforeRotation, getBounds, cloneObject, getInternalProperties, cloneArray, extendObject, extendArray, textAlignToString, wordBreakToString, bBoxText, middleElement, overFlow, whiteSpaceToString, rotateSize, rotatePoint, getOffset, getFunction, completeRegion, findNodeByName, findObjectType, setSwimLaneDefaults, getSpaceValue, getInterval, setPortsEdges, setUMLActivityDefaults, setConnectorDefaults, findNearestPoint, isDiagramChild, groupHasType, updateDefaultValues, updateLayoutValue, isPointOverConnector, intersect3, intersect2, getLineSegment, getPoints, getTooltipOffset, initFixedUserHandlesSymbol, sort, getAnnotationPosition, getPortsPosition, getOffsetOfPorts, getAlignedPositionForPorts, getOffsetOfConnector, getAlignedPosition, alignLabelOnSegments, getBezierDirection, removeChildNodes, getChild, getSwimLaneChildren, removeUnnecessaryNodes, serialize, deserialize, changeOldFlipDirectionType, upgrade, updateScrollSettingsOffset, updateStyle, updateHyperlink, updateShapeContent, updateShape, updateContent, updateUmlActivityNode, getUMLFinalNode, getUMLActivityShapes, removeGradient, removeItem, updateConnector, getUserHandlePosition, canResizeCorner, canShowCorner, canShowControlPoints, checkPortRestriction, findAnnotation, findPort, getInOutConnectPorts, findObjectIndex, findPortIndex, getObjectFromCollection, scaleElement, arrangeChild, sortNodeCollection, insertObject, getElement, getCollectionChangeEventArguements, getDropEventArguements, getPoint, getObjectType, flipConnector, updatePortEdges, alignElement, rotateAfterFlip, cloneSelectedObjects, updatePathElement, getPathOffset, checkPort, findPath, getConnectorDirection, findDistance, cloneBlazorObject, checkBrowserInfo, canMeasureDecoratorPath, getPreviewSize, getSymbolSize, findParentInSwimlane, selectionHasConnector, getConnectorArrowType, alignChildBasedOnaPoint, getFlippedPoint, isLabelFlipped, containsBounds, CanvasRenderer, DiagramRenderer, DataBinding, getBasicShape, getPortShape, getDecoratorShape, getSegmentThumbShapeHorizontal, getSegmentThumbShapeVertical, getIconShape, getFlowShape, Hyperlink, Annotation, ShapeAnnotation, PathAnnotation, Port, PointPort, PathPort, menuClass, DiagramContextMenu, Shape, Path, Native, Html, Image, Text, BasicShape, FlowShape, BpmnGateway, BpmnDataObject, BpmnTask, BpmnEvent, BpmnSubEvent, BpmnTransactionSubProcess, BpmnSubProcess, BpmnActivity, BpmnAnnotation, BpmnTextAnnotation, BpmnShape, UmlActivityShape, MethodArguments, UmlClassAttribute, UmlClassMethod, UmlClass, UmlInterface, UmlEnumerationMember, UmlEnumeration, UmlClassifierShape, DiagramShape, Node, Header, Lane, Phase, SwimLane, Container, ChildContainer, Selector, BpmnDiagrams, getBpmnShapePathData, getBpmnTriggerShapePathData, getBpmnGatewayShapePathData, getBpmnTaskShapePathData, getBpmnLoopShapePathData, Decorator, Vector, BezierSettings, ConnectorShape, ActivityFlow, BpmnFlow, ConnectorSegment, StraightSegment, BezierSegment, OrthogonalSegment, DiagramConnectorSegment, getDirection, isEmptyVector, getBezierPoints, getBezierBounds, bezierPoints, MultiplicityLabel, ClassifierMultiplicity, RelationShip, DiagramConnectorShape, Connector, ConnectorBridging, Snapping, UndoRedo, DiagramTooltip, initTooltip, updateTooltip, LayoutAnimation, SymbolSize, SymbolPaletteInfo, FixedUserHandle, NodeFixedUserHandle, ConnectorFixedUserHandle, UserHandle, ToolBase, SelectTool, FixedUserHandleTool, ConnectTool, MoveTool, RotateTool, ResizeTool, NodeDrawingTool, ConnectorDrawingTool, TextDrawingTool, ZoomPanTool, ExpandTool, LabelTool, PolygonDrawingTool, PolyLineDrawingTool, LabelDragTool, LabelResizeTool, LabelRotateTool, FreeHandTool, DiagramEventHandler, CommandHandler, findToolToActivate, findPortToolToActivate, contains, hasSelection, hasSingleConnection, isSelected, getCursor, ConnectorEditing, updateCanvasBounds, removeChildInContainer, findBounds, createHelper, renderContainerHelper, checkParentAsContainer, checkChildNodeInContainer, updateZindex, addChildToContainer, updateLaneBoundsWithSelector, updateLaneBoundsAfterAddChild, renderStackHighlighter, moveChildInStack, LineRouting, AvoidLineOverlapping, LineDistribution, CrudAction, ConnectionDataSource, DataSource, Gridlines, SnapSettings, KeyGesture, Command, CommandManager, ContextMenuSettings, CustomCursorAction, DataMappingItems, UmlSequenceMessageType, UmlSequenceFragmentType, UmlSequenceActivationBox, UmlSequenceParticipant, UmlSequenceMessage, UmlSequenceFragmentCondition, UmlSequenceFragment, UmlSequenceDiagram, FlowchartLayoutSettings, Layout, MindMap, HierarchicalTree, RadialTree, GraphForceNode, SymmetricLayout, GraphLayoutManager, ComplexHierarchicalTree, FlowchartLayout, ConnectorProperties, LabelProperties, Ej1Serialization, NodeProperties, PortProperties, Palette, SymbolDragSize, SymbolPreview, SymbolPalette, Ruler, Overview } from '@syncfusion/ej2-diagrams';
|
|
1289
|
+
export { LayerDirective, LayersDirective, CustomCursorDirective, CustomCursorsDirective, ConnectorFixedUserHandleDirective, ConnectorFixedUserHandlesDirective, ConnectorAnnotationDirective, ConnectorAnnotationsDirective, ConnectorDirective, ConnectorsDirective, NodeFixedUserHandleDirective, NodeFixedUserHandlesDirective, NodeAnnotationDirective, NodeAnnotationsDirective, PortDirective, PortsDirective, NodeDirective, NodesDirective, DiagramComponent, DiagramModule, DiagramAllModule, HierarchicalTreeService, MindMapService, RadialTreeService, ComplexHierarchicalTreeService, DataBindingService, SnappingService, PrintAndExportService, BpmnDiagramsService, SymmetricLayoutService, ConnectorBridgingService, UndoRedoService, DiagramCollaborationService, LayoutAnimationService, DiagramContextMenuService, LineRoutingService, AvoidLineOverlappingService, ConnectorEditingService, LineDistributionService, Ej1SerializationService, FlowchartLayoutService, ImportAndExportVisioService, PaletteDirective, PalettesDirective, SymbolPaletteComponent, SymbolPaletteModule, SymbolPaletteAllModule, OverviewComponent, OverviewModule, OverviewAllModule, inputs as ɵa, outputs$9 as ɵb, inputs$2 as ɵe, outputs$12 as ɵf, inputs$1 as ɵc, outputs$11 as ɵd };
|
|
1290
|
+
export { Diagram, PrintAndExport, Size, Rect, MatrixTypes, Matrix, identityMatrix, transformPointByMatrix, transformPointsByMatrix, rotateMatrix, scaleMatrix, translateMatrix, multiplyMatrix, Point, BlazorAction, FlipDirection, PortVisibility, SnapConstraints, SelectorConstraints, ConnectionPointOrigin, ChildArrangement, ConnectorConstraints, AnnotationConstraints, NodeConstraints, ElementAction, ThumbsConstraints, DiagramConstraints, DiagramTools, Transform, RenderMode, KeyModifiers, Keys, DiagramAction, RendererAction, RealAction, ScrollActions, NoOfSegments, DiagramEvent, PortConstraints, contextMenuClick, contextMenuOpen, contextMenuBeforeItemRender, ControlPointsVisibility, BezierSmoothness, ParentType, Thickness, Margin, Shadow, Stop, Gradient, DiagramGradient, LinearGradient, RadialGradient, ShapeStyle, StrokeStyle, TextStyle, DiagramShapeStyle, DiagramElement, PathElement, ImageElement, TextElement, GroupableView, Canvas, GridPanel, RowDefinition, ColumnDefinition, GridRow, GridCell, StackPanel, findConnectorPoints, swapBounds, findMargin, findAngle, findPoint, getIntersection, getIntersectionPoints, orthoConnection2Segment, getPortDirection, getOuterBounds, getOppositeDirection, processPathData, parsePathData, getRectanglePath, getPolygonPath, getFreeHandPath, pathSegmentCollection, transformPath, updatedSegment, scalePathData, splitArrayCollection, getPathString, getString, randomId, getIndex, templateCompiler, cornersPointsBeforeRotation, getBounds, cloneObject, getInternalProperties, cloneArray, extendObject, extendArray, textAlignToString, wordBreakToString, bBoxText, middleElement, overFlow, whiteSpaceToString, rotateSize, rotatePoint, getOffset, getFunction, completeRegion, findNodeByName, findObjectType, setSwimLaneDefaults, getSpaceValue, getInterval, setPortsEdges, setUMLActivityDefaults, setConnectorDefaults, findNearestPoint, isDiagramChild, groupHasType, updateDefaultValues, updateLayoutValue, isPointOverConnector, intersect3, intersect2, getLineSegment, getPoints, getTooltipOffset, initFixedUserHandlesSymbol, sort, getAnnotationPosition, getPortsPosition, getOffsetOfPorts, getAlignedPositionForPorts, getOffsetOfConnector, getAlignedPosition, alignLabelOnSegments, getBezierDirection, removeChildNodes, getChild, getSwimLaneChildren, removeUnnecessaryNodes, serialize, deserialize, changeOldFlipDirectionType, upgrade, updateScrollSettingsOffset, updateStyle, updateHyperlink, updateShapeContent, updateShape, updateContent, updateUmlActivityNode, getUMLFinalNode, getUMLActivityShapes, removeGradient, removeItem, updateConnector, getUserHandlePosition, canResizeCorner, canShowCorner, canShowControlPoints, checkPortRestriction, findAnnotation, findPort, getInOutConnectPorts, findObjectIndex, findPortIndex, getObjectFromCollection, scaleElement, arrangeChild, sortNodeCollection, insertObject, getElement, getCollectionChangeEventArguements, getDropEventArguements, getPoint, getObjectType, flipConnector, updatePortEdges, alignElement, rotateAfterFlip, cloneSelectedObjects, updatePathElement, getPathOffset, checkPort, findPath, getConnectorDirection, findDistance, cloneBlazorObject, checkBrowserInfo, canMeasureDecoratorPath, getPreviewSize, getSymbolSize, findParentInSwimlane, selectionHasConnector, getConnectorArrowType, alignChildBasedOnaPoint, getFlippedPoint, isLabelFlipped, containsBounds, CanvasRenderer, DiagramRenderer, DataBinding, getBasicShape, getPortShape, getDecoratorShape, getSegmentThumbShapeHorizontal, getSegmentThumbShapeVertical, getIconShape, getFlowShape, Hyperlink, Annotation, ShapeAnnotation, PathAnnotation, Port, PointPort, PathPort, menuClass, DiagramContextMenu, Shape, Path, Native, Html, Image, Text, BasicShape, FlowShape, BpmnGateway, BpmnDataObject, BpmnTask, BpmnEvent, BpmnSubEvent, BpmnTransactionSubProcess, BpmnSubProcess, BpmnActivity, BpmnAnnotation, BpmnTextAnnotation, BpmnShape, UmlActivityShape, MethodArguments, UmlClassAttribute, UmlClassMethod, UmlClass, UmlInterface, UmlEnumerationMember, UmlEnumeration, UmlClassifierShape, DiagramShape, Node, Header, Lane, Phase, SwimLane, Container, ChildContainer, ErShape, Selector, BpmnDiagrams, getBpmnShapePathData, getBpmnTriggerShapePathData, getBpmnGatewayShapePathData, getBpmnTaskShapePathData, getBpmnLoopShapePathData, Decorator, Vector, BezierSettings, ConnectorShape, ActivityFlow, BpmnFlow, ConnectorSegment, StraightSegment, BezierSegment, OrthogonalSegment, DiagramConnectorSegment, getDirection, isEmptyVector, getBezierPoints, getBezierBounds, bezierPoints, MultiplicityLabel, ClassifierMultiplicity, RelationShip, ErConnectorShape, DiagramConnectorShape, Connector, ConnectorBridging, Snapping, UndoRedo, DiagramCollaboration, DiagramTooltip, initTooltip, updateTooltip, LayoutAnimation, SymbolSize, SymbolPaletteInfo, FixedUserHandle, NodeFixedUserHandle, ConnectorFixedUserHandle, UserHandle, ToolBase, SelectTool, FixedUserHandleTool, ConnectTool, MoveTool, RotateTool, ResizeTool, NodeDrawingTool, ConnectorDrawingTool, TextDrawingTool, ZoomPanTool, ExpandTool, LabelTool, PolygonDrawingTool, PolyLineDrawingTool, LabelDragTool, LabelResizeTool, LabelRotateTool, FreeHandTool, DiagramEventHandler, CommandHandler, findToolToActivate, findPortToolToActivate, contains, hasSelection, hasSingleConnection, isSelected, getCursor, ConnectorEditing, updateCanvasBounds, removeChildInContainer, findBounds, createHelper, renderContainerHelper, checkParentAsContainer, checkChildNodeInContainer, updateZindex, addChildToContainer, updateLaneBoundsWithSelector, updateLaneBoundsAfterAddChild, updateLaneSizeAfterGridChange, updateSwimlaneSize, renderStackHighlighter, hideErFieldInsertionIndicator, moveChildInStack, LineRouting, AvoidLineOverlapping, LineDistribution, CrudAction, ConnectionDataSource, DataSource, Gridlines, SnapSettings, KeyGesture, Command, CommandManager, ContextMenuSettings, CustomCursorAction, DataMappingItems, UmlSequenceMessageType, UmlSequenceFragmentType, UmlSequenceParticipantStereotype, UmlSequenceMessageLineStyle, UmlSequenceMessageArrowShape, UmlSequenceActivationBox, UmlSequenceParticipant, UmlSequenceMessage, UmlSequenceFragmentCondition, UmlSequenceFragment, UmlSequenceDiagram, FlowchartLayoutSettings, Layout, MindMap, HierarchicalTree, RadialTree, GraphForceNode, SymmetricLayout, GraphLayoutManager, ComplexHierarchicalTree, FlowchartLayout, ConnectorProperties, LabelProperties, Ej1Serialization, NodeProperties, PortProperties, ImportAndExportVisio, buildVisioStyleFromElement, ParsingContext, parseVisioData, loadVisioDataIntoDiagram, ErHeader, ErField, ErFieldDefaults, ErMultiplicity, calculateMinimumEntityWidth, createFieldAnnotations, areFieldRowPositionsEqual, generateFieldRowAnnotations, ERColumnarLayoutFactory, ErConnectorRenderer, getErFieldNodes, calculateFieldDropIndex, getErFieldIndexByNodeId, updateErFieldColors, reorderErField, EREventManager, getEREventManager, ErDiagrams, getErShapes, addErField, removeErField, Palette, SymbolDragSize, SymbolPreview, SymbolPalette, Ruler, Overview } from '@syncfusion/ej2-diagrams';
|
|
1268
1291
|
//# sourceMappingURL=ej2-angular-diagrams.js.map
|