@syncfusion/ej2-angular-diagrams 19.3.56 → 19.4.41
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 +2 -2
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-diagrams.js +2 -2
- package/@syncfusion/ej2-angular-diagrams.js.map +1 -1
- package/CHANGELOG.md +45 -0
- package/README.md +1 -1
- package/dist/ej2-angular-diagrams.umd.js +3 -3
- 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 +8 -8
- 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/connectors.directive.d.ts +6 -0
- package/src/diagram/nodes.directive.d.ts +6 -0
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/diagram/bootstrap5-dark.css +1 -1
- package/styles/diagram/bootstrap5.css +1 -1
- package/styles/diagram/tailwind-dark.css +1 -1
- package/styles/diagram/tailwind.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
|
@@ -241,7 +241,7 @@ ConnectorAnnotationsDirective.decorators = [
|
|
|
241
241
|
*/
|
|
242
242
|
ConnectorAnnotationsDirective.ctorParameters = () => [];
|
|
243
243
|
|
|
244
|
-
let input$4 = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
|
244
|
+
let input$4 = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'flipMode', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
|
245
245
|
let outputs$4 = [];
|
|
246
246
|
/**
|
|
247
247
|
* Connectors Directive
|
|
@@ -488,7 +488,7 @@ PortsDirective.decorators = [
|
|
|
488
488
|
*/
|
|
489
489
|
PortsDirective.ctorParameters = () => [];
|
|
490
490
|
|
|
491
|
-
let input$8 = ['addInfo', 'annotations', 'backgroundColor', 'borderColor', 'borderWidth', 'branch', 'children', 'collapseIcon', 'columnIndex', 'columnSpan', 'columns', 'constraints', 'container', 'data', 'dragSize', 'excludeFromLayout', 'expandIcon', 'fixedUserHandles', 'flip', 'height', 'horizontalAlignment', 'id', 'isExpanded', 'layoutInfo', 'margin', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'offsetX', 'offsetY', 'pivot', 'ports', 'previewSize', 'rotateAngle', 'rowIndex', 'rowSpan', 'rows', 'shadow', 'shape', 'style', 'symbolInfo', 'tooltip', 'verticalAlignment', 'visible', 'width', 'wrapper', 'zIndex'];
|
|
491
|
+
let input$8 = ['addInfo', 'annotations', 'backgroundColor', 'borderColor', 'borderWidth', 'branch', 'children', 'collapseIcon', 'columnIndex', 'columnSpan', 'columns', 'constraints', 'container', 'data', 'dragSize', 'excludeFromLayout', 'expandIcon', 'fixedUserHandles', 'flip', 'flipMode', 'height', 'horizontalAlignment', 'id', 'isExpanded', 'layoutInfo', 'margin', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'offsetX', 'offsetY', 'pivot', 'ports', 'previewSize', 'rotateAngle', 'rowIndex', 'rowSpan', 'rows', 'shadow', 'shape', 'style', 'symbolInfo', 'tooltip', 'verticalAlignment', 'visible', 'width', 'wrapper', 'zIndex'];
|
|
492
492
|
let outputs$8 = [];
|
|
493
493
|
/**
|
|
494
494
|
* Nodes Directive
|