@syncfusion/ej2-angular-diagrams
Advanced tools
Comparing version 25.1.38 to 25.1.39-ngcc
{ | ||
"_from": "@syncfusion/ej2-angular-diagrams@*", | ||
"_id": "@syncfusion/ej2-angular-diagrams@25.1.37", | ||
"_id": "@syncfusion/ej2-angular-diagrams@25.1.38", | ||
"_inBundle": false, | ||
"_integrity": "sha512-fSnDloAvmqJ87kQd4oTOWC5YB6I718xaaULUnJ84bmNIqOCxTYRUNea8pJbFwix3DuvMjDecb6BGgLufWhM/kw==", | ||
"_integrity": "sha512-o6wUZ8O/GKJjUP1P59RyBHy9asDkRF7JodV+sdOviKZkQl/zxBSFef0YPyC2I6wzLwdtOHLMQo2UNOFY709cEg==", | ||
"_location": "/@syncfusion/ej2-angular-diagrams", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-diagrams/-/ej2-angular-diagrams-25.1.37.tgz", | ||
"_shasum": "71cab143706cc94f256e9baa7c208042762b1ac8", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-diagrams/-/ej2-angular-diagrams-25.1.38.tgz", | ||
"_shasum": "8331a88d5aed39a45cf1aaf11dd02c1022a331ed", | ||
"_spec": "@syncfusion/ej2-angular-diagrams@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"author": { | ||
@@ -37,24 +37,8 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-base": "~25.1.35", | ||
"@syncfusion/ej2-diagrams": "25.1.38", | ||
"tslib": "^2.3.0" | ||
"@syncfusion/ej2-diagrams": "25.1.39" | ||
}, | ||
"deprecated": false, | ||
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Angular", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-diagrams.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-diagrams.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-diagrams.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-diagrams.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-diagrams.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-diagrams.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-diagrams.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-diagrams.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-diagrams.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-diagrams.mjs", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-diagrams.js", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -68,3 +52,5 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"module": "fesm2015/syncfusion-ej2-angular-diagrams.mjs", | ||
"main": "dist/ej2-angular-diagrams.umd.js", | ||
"metadata": "ej2-angular-diagrams.metadata.json", | ||
"module": "@syncfusion/ej2-angular-diagrams.es5.js", | ||
"name": "@syncfusion/ej2-angular-diagrams", | ||
@@ -77,4 +63,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "syncfusion-ej2-angular-diagrams.d.ts", | ||
"version": "25.1.38" | ||
"typings": "ej2-angular-diagrams.d.ts", | ||
"version": "25.1.39-ngcc" | ||
} |
@@ -1,18 +0,18 @@ | ||
// var fs = require("fs"); | ||
// var glob = require("glob"); | ||
var fs = require("fs"); | ||
var glob = require("glob"); | ||
// // selectors | ||
var selectors = ['ejs-diagram','ejs-symbolpalette','ejs-overview']; | ||
// if (process.env.tagName !== undefined) { | ||
// var newTagPrefix = process.env.tagName.trim(); | ||
// var files = glob.sync("./@syncfusion/*"); | ||
// for (var i = 0; i < files.length; i++) { | ||
// var sourceFile = fs.readFileSync(files[i], "utf8"); | ||
// for (var j = 0; j < selectors.length; j++) { | ||
// selectors[j] = selectors[j].replace('[','').replace(']',''); | ||
// var tagRegex = new RegExp(selectors[j], "g"); | ||
// sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix)); | ||
// } | ||
// fs.writeFileSync(files[i], sourceFile, "utf8"); | ||
// } | ||
// } | ||
if (process.env.tagName !== undefined) { | ||
var newTagPrefix = process.env.tagName.trim(); | ||
var files = glob.sync("./@syncfusion/*"); | ||
for (var i = 0; i < files.length; i++) { | ||
var sourceFile = fs.readFileSync(files[i], "utf8"); | ||
for (var j = 0; j < selectors.length; j++) { | ||
selectors[j] = selectors[j].replace('[','').replace(']',''); | ||
var tagRegex = new RegExp(selectors[j], "g"); | ||
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix)); | ||
} | ||
fs.writeFileSync(files[i], sourceFile, "utf8"); | ||
} | ||
} |
export declare const pkgName = "@syncfusion/ej2-angular-diagrams"; | ||
export declare const pkgVer = "^25.1.37"; | ||
export declare const pkgVer = "^25.1.38"; | ||
export declare const moduleName = "DiagramModule, SymbolPaletteModule, OverviewModule"; | ||
export declare const themeVer = "~25.1.37"; | ||
export declare const themeVer = "~25.1.38"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-diagrams'; | ||
exports.pkgVer = '^25.1.38'; | ||
exports.pkgVer = '^25.1.39'; | ||
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule'; | ||
exports.themeVer = '~25.1.38'; | ||
exports.themeVer = '~25.1.39'; |
export const pkgName = '@syncfusion/ej2-angular-diagrams'; | ||
export const pkgVer = '^25.1.38'; | ||
export const pkgVer = '^25.1.39'; | ||
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule'; | ||
export const themeVer = '~25.1.38'; | ||
export const themeVer = '~25.1.39'; |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -154,4 +153,2 @@ * Connectors Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationDirective, "e-connector>e-connector-annotations>e-connector-annotation", never, { "addInfo": "addInfo"; "alignment": "alignment"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "displacement": "displacement"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "segmentAngle": "segmentAngle"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>; | ||
} | ||
@@ -164,4 +161,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationsDirective, "e-connector>e-connector-annotations", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -100,4 +99,2 @@ * Connectors Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandleDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandleDirective, "e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle", never, { "alignment": "alignment"; "cornerRadius": "cornerRadius"; "displacement": "displacement"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "visibility": "visibility"; "width": "width"; }, {}, never>; | ||
} | ||
@@ -110,4 +107,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandlesDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandlesDirective, "e-connector>e-connector-fixeduserhandles", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -255,3 +254,3 @@ * Connectors Directive | ||
* @default null | ||
* @deprecated | ||
*/ | ||
@@ -266,4 +265,2 @@ wrapper: any; | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorDirective, "e-connectors>e-connector", never, { "addInfo": "addInfo"; "allowNodeOverlap": "allowNodeOverlap"; "annotations": "annotations"; "bezierSettings": "bezierSettings"; "bridgeSpace": "bridgeSpace"; "connectionPadding": "connectionPadding"; "connectorSpacing": "connectorSpacing"; "constraints": "constraints"; "cornerRadius": "cornerRadius"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "hitPadding": "hitPadding"; "id": "id"; "margin": "margin"; "maxSegmentThumb": "maxSegmentThumb"; "ports": "ports"; "previewSize": "previewSize"; "segmentThumbShape": "segmentThumbShape"; "segments": "segments"; "shape": "shape"; "sourceDecorator": "sourceDecorator"; "sourceID": "sourceID"; "sourcePadding": "sourcePadding"; "sourcePoint": "sourcePoint"; "sourcePortID": "sourcePortID"; "style": "style"; "symbolInfo": "symbolInfo"; "targetDecorator": "targetDecorator"; "targetID": "targetID"; "targetPadding": "targetPadding"; "targetPoint": "targetPoint"; "targetPortID": "targetPortID"; "tooltip": "tooltip"; "type": "type"; "visible": "visible"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations"]>; | ||
} | ||
@@ -276,4 +273,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorsDirective, "ej-diagram>e-connectors", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -25,4 +24,2 @@ * Cursor Maps Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CustomCursorDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCursorDirective, "e-cursormaps>e-cursormap", never, { "action": "action"; "cursor": "cursor"; }, {}, never>; | ||
} | ||
@@ -35,4 +32,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CustomCursorsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCursorsDirective, "ej-diagram>e-cursormaps", never, {}, {}, ["children"]>; | ||
} |
import { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./diagram.module"; | ||
export declare const HierarchicalTreeService: ValueProvider; | ||
@@ -27,5 +24,2 @@ export declare const MindMapService: ValueProvider; | ||
export declare class DiagramAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DiagramAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DiagramAllModule, never, [typeof i1.CommonModule, typeof i2.DiagramModule], [typeof i2.DiagramModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DiagramAllModule>; | ||
} |
@@ -8,3 +8,2 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; | ||
import { NodesDirective } from './nodes.directive'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -99,4 +98,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DiagramComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DiagramComponent, "ejs-diagram", never, { "addInfo": "addInfo"; "annotationTemplate": "annotationTemplate"; "backgroundColor": "backgroundColor"; "bridgeDirection": "bridgeDirection"; "commandManager": "commandManager"; "connectorDefaults": "connectorDefaults"; "connectors": "connectors"; "constraints": "constraints"; "contextMenuSettings": "contextMenuSettings"; "customCursor": "customCursor"; "dataSourceSettings": "dataSourceSettings"; "diagramSettings": "diagramSettings"; "drawingObject": "drawingObject"; "enableConnectorSplit": "enableConnectorSplit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "getConnectorDefaults": "getConnectorDefaults"; "getCustomCursor": "getCustomCursor"; "getCustomProperty": "getCustomProperty"; "getCustomTool": "getCustomTool"; "getDescription": "getDescription"; "getNodeDefaults": "getNodeDefaults"; "height": "height"; "historyManager": "historyManager"; "layers": "layers"; "layout": "layout"; "locale": "locale"; "mode": "mode"; "nodeDefaults": "nodeDefaults"; "nodeTemplate": "nodeTemplate"; "nodes": "nodes"; "pageSettings": "pageSettings"; "rulerSettings": "rulerSettings"; "scrollSettings": "scrollSettings"; "segmentThumbShape": "segmentThumbShape"; "selectedItems": "selectedItems"; "serializationSettings": "serializationSettings"; "setNodeTemplate": "setNodeTemplate"; "snapSettings": "snapSettings"; "tool": "tool"; "tooltip": "tooltip"; "updateSelection": "updateSelection"; "userHandleTemplate": "userHandleTemplate"; "width": "width"; }, { "animationComplete": "animationComplete"; "click": "click"; "collectionChange": "collectionChange"; "commandExecute": "commandExecute"; "connectionChange": "connectionChange"; "contextMenuBeforeItemRender": "contextMenuBeforeItemRender"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataLoaded": "dataLoaded"; "doubleClick": "doubleClick"; "dragEnter": "dragEnter"; "dragLeave": "dragLeave"; "dragOver": "dragOver"; "drop": "drop"; "expandStateChange": "expandStateChange"; "fixedUserHandleClick": "fixedUserHandleClick"; "historyChange": "historyChange"; "historyStateChange": "historyStateChange"; "keyDown": "keyDown"; "keyUp": "keyUp"; "load": "load"; "mouseEnter": "mouseEnter"; "mouseLeave": "mouseLeave"; "mouseOver": "mouseOver"; "mouseWheel": "mouseWheel"; "onImageLoad": "onImageLoad"; "onUserHandleMouseDown": "onUserHandleMouseDown"; "onUserHandleMouseEnter": "onUserHandleMouseEnter"; "onUserHandleMouseLeave": "onUserHandleMouseLeave"; "onUserHandleMouseUp": "onUserHandleMouseUp"; "positionChange": "positionChange"; "propertyChange": "propertyChange"; "rotateChange": "rotateChange"; "scrollChange": "scrollChange"; "segmentChange": "segmentChange"; "segmentCollectionChange": "segmentCollectionChange"; "selectionChange": "selectionChange"; "sizeChange": "sizeChange"; "sourcePointChange": "sourcePointChange"; "targetPointChange": "targetPointChange"; "textEdit": "textEdit"; "elementDraw": "elementDraw"; }, ["annotationTemplate", "nodeTemplate", "userHandleTemplate", "childLayers", "childCustomCursor", "childConnectors", "childNodes"], never>; | ||
} |
@@ -1,13 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./diagram.component"; | ||
import * as i2 from "./layers.directive"; | ||
import * as i3 from "./customcursor.directive"; | ||
import * as i4 from "./connector-fixeduserhandle.directive"; | ||
import * as i5 from "./connector-annotation.directive"; | ||
import * as i6 from "./connectors.directive"; | ||
import * as i7 from "./node-fixeduserhandle.directive"; | ||
import * as i8 from "./node-annotation.directive"; | ||
import * as i9 from "./ports.directive"; | ||
import * as i10 from "./nodes.directive"; | ||
import * as i11 from "@angular/common"; | ||
/** | ||
@@ -17,5 +5,2 @@ * NgModule definition for the Diagram component. | ||
export declare class DiagramModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DiagramModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DiagramModule, [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective], [typeof i11.CommonModule], [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DiagramModule>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -49,4 +48,2 @@ * Layers Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LayerDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerDirective, "e-layers>e-layer", never, { "addInfo": "addInfo"; "id": "id"; "lock": "lock"; "objects": "objects"; "visible": "visible"; "zIndex": "zIndex"; }, {}, never>; | ||
} | ||
@@ -59,4 +56,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LayersDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LayersDirective, "ej-diagram>e-layers", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -135,4 +134,2 @@ * Nodes Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationDirective, "e-node>e-node-annotations>e-node-annotation", never, { "addInfo": "addInfo"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>; | ||
} | ||
@@ -145,4 +142,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationsDirective, "e-node>e-node-annotations", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -91,4 +90,2 @@ * Nodes Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandleDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandleDirective, "e-node>e-node-fixeduserhandles>e-node-fixeduserhandle", never, { "cornerRadius": "cornerRadius"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "margin": "margin"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "visibility": "visibility"; "width": "width"; }, {}, never>; | ||
} | ||
@@ -101,4 +98,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandlesDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandlesDirective, "e-node>e-node-fixeduserhandles", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -38,3 +37,3 @@ * Nodes Directive | ||
* Sets the border color of the node | ||
* @deprecated | ||
* @default 'none' | ||
@@ -45,3 +44,3 @@ */ | ||
* Sets the border width of the node | ||
* @deprecated | ||
* @default 0 | ||
@@ -122,3 +121,3 @@ */ | ||
* @default null | ||
* @deprecated | ||
*/ | ||
@@ -273,3 +272,3 @@ container: any; | ||
* @aspdefaultvalueignore | ||
* @deprecated | ||
* @default undefined | ||
@@ -326,3 +325,3 @@ */ | ||
* @default null | ||
* @deprecated | ||
*/ | ||
@@ -337,4 +336,2 @@ wrapper: any; | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NodeDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeDirective, "e-nodes>e-node", never, { "addInfo": "addInfo"; "annotations": "annotations"; "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "borderWidth": "borderWidth"; "branch": "branch"; "children": "children"; "collapseIcon": "collapseIcon"; "columnIndex": "columnIndex"; "columnSpan": "columnSpan"; "columns": "columns"; "constraints": "constraints"; "container": "container"; "data": "data"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "expandIcon": "expandIcon"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "id": "id"; "isExpanded": "isExpanded"; "layoutInfo": "layoutInfo"; "margin": "margin"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "offsetX": "offsetX"; "offsetY": "offsetY"; "padding": "padding"; "pivot": "pivot"; "ports": "ports"; "previewSize": "previewSize"; "rotateAngle": "rotateAngle"; "rowIndex": "rowIndex"; "rowSpan": "rowSpan"; "rows": "rows"; "shadow": "shadow"; "shape": "shape"; "style": "style"; "symbolInfo": "symbolInfo"; "tooltip": "tooltip"; "verticalAlignment": "verticalAlignment"; "visible": "visible"; "width": "width"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations", "childPorts"]>; | ||
} | ||
@@ -347,4 +344,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NodesDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NodesDirective, "ej-diagram>e-nodes", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -126,4 +125,2 @@ * Nodes Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PortDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PortDirective, "e-node>e-node-ports>e-node-port", never, { "addInfo": "addInfo"; "constraints": "constraints"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "id": "id"; "inEdges": "inEdges"; "margin": "margin"; "offset": "offset"; "outEdges": "outEdges"; "pathData": "pathData"; "shape": "shape"; "style": "style"; "tooltip": "tooltip"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>; | ||
} | ||
@@ -136,4 +133,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PortsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PortsDirective, "e-node>e-node-ports", never, {}, {}, ["children"]>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./overview.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the Overview component with providers. | ||
export declare class OverviewAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<OverviewAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<OverviewAllModule, never, [typeof i1.CommonModule, typeof i2.OverviewModule], [typeof i2.OverviewModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<OverviewAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { Overview } from '@syncfusion/ej2-diagrams'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -30,4 +29,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<OverviewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<OverviewComponent, "ejs-overview", never, { "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "locale": "locale"; "sourceID": "sourceID"; "width": "width"; }, { "created": "created"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./overview.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the Overview component. | ||
export declare class OverviewModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<OverviewModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<OverviewModule, [typeof i1.OverviewComponent], [typeof i2.CommonModule], [typeof i1.OverviewComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<OverviewModule>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -45,4 +44,2 @@ * Palette Directive | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PaletteDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PaletteDirective, "e-palettes>e-palette", never, { "expanded": "expanded"; "height": "height"; "iconCss": "iconCss"; "id": "id"; "symbols": "symbols"; "title": "title"; }, {}, never>; | ||
} | ||
@@ -55,4 +52,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PalettesDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PalettesDirective, "ejs-symbolpalette>e-palettes", never, {}, {}, ["children"]>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./symbolpalette.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the SymbolPalette component with providers. | ||
export declare class SymbolPaletteAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SymbolPaletteAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<SymbolPaletteAllModule, never, [typeof i1.CommonModule, typeof i2.SymbolPaletteModule], [typeof i2.SymbolPaletteModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<SymbolPaletteAllModule>; | ||
} |
@@ -5,3 +5,2 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; | ||
import { PalettesDirective } from './palettes.directive'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -34,4 +33,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SymbolPaletteComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SymbolPaletteComponent, "ejs-symbolpalette", never, { "accessKey": "accessKey"; "allowDrag": "allowDrag"; "connectorDefaults": "connectorDefaults"; "enableAnimation": "enableAnimation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSearch": "enableSearch"; "expandMode": "expandMode"; "filterSymbols": "filterSymbols"; "getConnectorDefaults": "getConnectorDefaults"; "getNodeDefaults": "getNodeDefaults"; "getSymbolInfo": "getSymbolInfo"; "getSymbolTemplate": "getSymbolTemplate"; "height": "height"; "ignoreSymbolsOnSearch": "ignoreSymbolsOnSearch"; "locale": "locale"; "nodeDefaults": "nodeDefaults"; "palettes": "palettes"; "symbolDragSize": "symbolDragSize"; "symbolHeight": "symbolHeight"; "symbolInfo": "symbolInfo"; "symbolMargin": "symbolMargin"; "symbolPreview": "symbolPreview"; "symbolWidth": "symbolWidth"; "width": "width"; }, { "paletteExpanding": "paletteExpanding"; "paletteSelectionChange": "paletteSelectionChange"; }, ["childPalettes"], never>; | ||
} |
@@ -1,5 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./symbolpalette.component"; | ||
import * as i2 from "./palettes.directive"; | ||
import * as i3 from "@angular/common"; | ||
/** | ||
@@ -9,5 +5,2 @@ * NgModule definition for the SymbolPalette component. | ||
export declare class SymbolPaletteModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SymbolPaletteModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<SymbolPaletteModule, [typeof i1.SymbolPaletteComponent, typeof i2.PaletteDirective, typeof i2.PalettesDirective], [typeof i3.CommonModule], [typeof i1.SymbolPaletteComponent, typeof i2.PaletteDirective, typeof i2.PalettesDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<SymbolPaletteModule>; | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2107644
3
9655
208
2
3
+ Added@syncfusion/ej2-diagrams@25.1.39(transitive)
- Removedtslib@^2.3.0
- Removed@syncfusion/ej2-diagrams@25.1.38(transitive)
- Removedtslib@2.8.1(transitive)