@syncfusion/ej2-react-diagrams 20.4.54 → 21.1.37
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/CHANGELOG.md +21 -7
- package/dist/ej2-react-diagrams.min.js +2 -2
- package/dist/ej2-react-diagrams.umd.min.js +2 -2
- package/dist/ej2-react-diagrams.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-diagrams.es2015.js +3 -0
- package/dist/es6/ej2-react-diagrams.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/diagram/diagram.component.d.ts +1 -0
- package/src/diagram/diagram.component.js +1 -0
- package/src/overview/overview.component.d.ts +1 -0
- package/src/overview/overview.component.js +1 -0
- package/src/symbol-palette/symbolpalette.component.d.ts +1 -0
- package/src/symbol-palette/symbolpalette.component.js +1 -0
- package/styles/bootstrap-dark.css +22 -11
- package/styles/bootstrap.css +22 -11
- package/styles/bootstrap4.css +22 -11
- package/styles/bootstrap5-dark.css +24 -13
- package/styles/bootstrap5.css +24 -13
- package/styles/diagram/bootstrap-dark.css +22 -11
- package/styles/diagram/bootstrap.css +22 -11
- package/styles/diagram/bootstrap4.css +22 -11
- package/styles/diagram/bootstrap5-dark.css +24 -13
- package/styles/diagram/bootstrap5.css +24 -13
- package/styles/diagram/fabric-dark.css +22 -11
- package/styles/diagram/fabric.css +22 -11
- package/styles/diagram/fluent-dark.css +24 -13
- package/styles/diagram/fluent.css +24 -13
- package/styles/diagram/highcontrast-light.css +22 -11
- package/styles/diagram/highcontrast.css +22 -11
- package/styles/diagram/material-dark.css +22 -11
- package/styles/diagram/material.css +22 -11
- package/styles/diagram/tailwind-dark.css +23 -12
- package/styles/diagram/tailwind.css +23 -12
- package/styles/fabric-dark.css +22 -11
- package/styles/fabric.css +22 -11
- package/styles/fluent-dark.css +24 -13
- package/styles/fluent.css +24 -13
- package/styles/highcontrast-light.css +22 -11
- package/styles/highcontrast.css +22 -11
- package/styles/material-dark.css +22 -11
- package/styles/material.css +22 -11
- package/styles/tailwind-dark.css +23 -12
- package/styles/tailwind.css +23 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,17 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 20.4.53 (2023-03-07)
|
|
6
|
-
|
|
7
5
|
### Diagram
|
|
8
6
|
|
|
9
7
|
#### Bug Fixes
|
|
10
8
|
|
|
11
|
-
- `#
|
|
12
|
-
- `#
|
|
13
|
-
- `#
|
|
9
|
+
- `#I41762` - Now, Different point property for bezier connector is working properly.
|
|
10
|
+
- `#I41808` - Now, Text description for HTML node is rendered properly.
|
|
11
|
+
- `#I41908` - Now, Perfomance of dragging group nodes is improved.
|
|
12
|
+
- `#I41974` - Now, While hovering ports and dragging the multiselected items working properly.
|
|
13
|
+
- `#I443748` - Now, changing the styles dynamically, its working properly.
|
|
14
|
+
- `#I445506` - Now, you can resize the bezier control thumb when we increase the handleSize also.
|
|
15
|
+
- `#I444124` - Now, set the same id for the node and annotation in two different diagrams, the first diagram node annotation is visible properly.
|
|
16
|
+
- `#I447256` - Node renders properly on changing the shape dynamically.
|
|
14
17
|
|
|
15
|
-
##
|
|
18
|
+
## 21.1.35 (2023-03-23)
|
|
16
19
|
|
|
17
20
|
### Diagram
|
|
18
21
|
|
|
@@ -21,7 +24,9 @@
|
|
|
21
24
|
- `#F180478` - Now, the performance of diagram while enabling virtualization is improved.
|
|
22
25
|
- `#F180478` - Now, Overview is updated properly while enabling virtualization.
|
|
23
26
|
- `#I422299` - Now, swimlane child nodes is selectable after save and load.
|
|
24
|
-
- `#
|
|
27
|
+
- `#I436649` - Now, connector segment does not get split into multiple segment for top to bottom approach.
|
|
28
|
+
- `#I440967` - Now, Free hand connector segment collection restored after save and load the diagram.
|
|
29
|
+
- `#I441075` - Now, position change event does not get triggered while click on the swimlane header.
|
|
25
30
|
|
|
26
31
|
## 20.4.50 (2023-02-14)
|
|
27
32
|
|
|
@@ -57,6 +62,15 @@
|
|
|
57
62
|
|
|
58
63
|
### Diagram
|
|
59
64
|
|
|
65
|
+
#### Bug Fixes
|
|
66
|
+
|
|
67
|
+
- `#I421800` - Now, bezier connector rendered properly while save and load the diagram.
|
|
68
|
+
- `#I417240` - Now, dropping bpmn text annotation node inside the swimlane is working properly.
|
|
69
|
+
|
|
70
|
+
## 20.4.38 (2022-12-22)
|
|
71
|
+
|
|
72
|
+
### Diagram
|
|
73
|
+
|
|
60
74
|
#### New Feature
|
|
61
75
|
|
|
62
76
|
- `#I409589` - Support to override the mouseWheel event has been added.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-diagrams.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 21.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("SyncfusionReactBase"),require("SyncfusionDiagrams"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","SyncfusionDiagrams","React"],n):"object"==typeof exports?exports.SyncfusionReactDiagrams=n(require("SyncfusionReactBase"),require("SyncfusionDiagrams"),require("React")):t.SyncfusionReactDiagrams=n(t.SyncfusionReactBase,t.SyncfusionDiagrams,t.React)}(this,function(t,n,e){return function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var e={};return n.m=t,n.c=e,n.i=function(t){return t},n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="",n(n.s=16)}([function(n,e){n.exports=t},function(t,e){t.exports=n},function(t,n){t.exports=e},function(t,n,e){"use strict";var r=e(11);e.d(n,"a",function(){return r.a}),e.d(n,"b",function(){return r.b});var o=e(9);e.d(n,"c",function(){return o.a}),e.d(n,"d",function(){return o.b});var i=e(8);e.d(n,"e",function(){return i.a}),e.d(n,"f",function(){return i.b});var u=e(7);e.d(n,"g",function(){return u.a}),e.d(n,"h",function(){return u.b});var c=e(6);e.d(n,"i",function(){return c.a}),e.d(n,"j",function(){return c.b});var s=e(14);e.d(n,"k",function(){return s.a}),e.d(n,"l",function(){return s.b});var a=e(13);e.d(n,"m",function(){return a.a}),e.d(n,"n",function(){return a.b});var f=e(12);e.d(n,"o",function(){return f.a}),e.d(n,"p",function(){return f.b});var p=e(15);e.d(n,"q",function(){return p.a}),e.d(n,"r",function(){return p.b});var l=e(10);e.d(n,"s",function(){return l.a})},function(t,n,e){"use strict";var r=e(17);e.d(n,"a",function(){return r.a})},function(t,n,e){"use strict";var r=e(18);e.d(n,"a",function(){return r.a}),e.d(n,"b",function(){return r.b});var o=e(19);e.d(n,"c",function(){return o.a})},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="connectorAnnotation",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="annotations",n.moduleName="connectorAnnotations",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="connectorFixedUserHandle",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="fixedUserHandles",n.moduleName="connectorFixedUserHandles",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="connector",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="connectors",n.moduleName="connectors",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="customCursor",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="customCursor",n.moduleName="customCursors",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!0,e.directivekeys={layers:"layer",customCursors:"customCursor",connectors:{connector:{connectorFixedUserHandles:"connectorFixedUserHandle",connectorAnnotations:"connectorAnnotation"}},nodes:{node:{nodeFixedUserHandles:"nodeFixedUserHandle",nodeAnnotations:"nodeAnnotation",ports:"port"}}},e.immediateRender=!1,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.Diagram);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="layer",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="layers",n.moduleName="layers",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="nodeAnnotation",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="annotations",n.moduleName="nodeAnnotations",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="nodeFixedUserHandle",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="fixedUserHandles",n.moduleName="nodeFixedUserHandles",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="node",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="nodes",n.moduleName="nodes",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="port",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="ports",n.moduleName="ports",n}(r.ComplexBase)},function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e(3);e.d(n,"LayerDirective",function(){return r.a}),e.d(n,"LayersDirective",function(){return r.b}),e.d(n,"CustomCursorDirective",function(){return r.c}),e.d(n,"CustomCursorsDirective",function(){return r.d}),e.d(n,"ConnectorDirective",function(){return r.e}),e.d(n,"ConnectorsDirective",function(){return r.f}),e.d(n,"ConnectorFixedUserHandleDirective",function(){return r.g}),e.d(n,"ConnectorFixedUserHandlesDirective",function(){return r.h}),e.d(n,"ConnectorAnnotationDirective",function(){return r.i}),e.d(n,"ConnectorAnnotationsDirective",function(){return r.j}),e.d(n,"NodeDirective",function(){return r.k}),e.d(n,"NodesDirective",function(){return r.l}),e.d(n,"NodeFixedUserHandleDirective",function(){return r.m}),e.d(n,"NodeFixedUserHandlesDirective",function(){return r.n}),e.d(n,"NodeAnnotationDirective",function(){return r.o}),e.d(n,"NodeAnnotationsDirective",function(){return r.p}),e.d(n,"PortDirective",function(){return r.q}),e.d(n,"PortsDirective",function(){return r.r}),e.d(n,"DiagramComponent",function(){return r.s});var o=e(5);e.d(n,"PaletteDirective",function(){return o.a}),e.d(n,"PalettesDirective",function(){return o.b}),e.d(n,"SymbolPaletteComponent",function(){return o.c});var i=e(4);e.d(n,"OverviewComponent",function(){return i.a});var u=e(0);e.n(u);e.o(u,"Inject")&&e.d(n,"Inject",function(){return u.Inject});var c=e(1);e.n(c);for(var s in c)["LayerDirective","LayersDirective","CustomCursorDirective","CustomCursorsDirective","ConnectorDirective","ConnectorsDirective","ConnectorFixedUserHandleDirective","ConnectorFixedUserHandlesDirective","ConnectorAnnotationDirective","ConnectorAnnotationsDirective","NodeDirective","NodesDirective","NodeFixedUserHandleDirective","NodeFixedUserHandlesDirective","NodeAnnotationDirective","NodeAnnotationsDirective","PortDirective","PortsDirective","DiagramComponent","PaletteDirective","PalettesDirective","SymbolPaletteComponent","OverviewComponent","Inject","default"].indexOf(s)<0&&function(t){e.d(n,t,function(){return c[t]})}(s)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!1,e.immediateRender=!0,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.Overview);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="palette",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="palettes",n.moduleName="palettes",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!0,e.directivekeys={palettes:"palette"},e.immediateRender=!0,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.SymbolPalette);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])}])});
|
|
10
|
+
!function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("SyncfusionReactBase"),require("SyncfusionDiagrams"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","SyncfusionDiagrams","React"],n):"object"==typeof exports?exports.SyncfusionReactDiagrams=n(require("SyncfusionReactBase"),require("SyncfusionDiagrams"),require("React")):t.SyncfusionReactDiagrams=n(t.SyncfusionReactBase,t.SyncfusionDiagrams,t.React)}(this,function(t,n,e){return function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var e={};return n.m=t,n.c=e,n.i=function(t){return t},n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="",n(n.s=16)}([function(n,e){n.exports=t},function(t,e){t.exports=n},function(t,n){t.exports=e},function(t,n,e){"use strict";var r=e(11);e.d(n,"a",function(){return r.a}),e.d(n,"b",function(){return r.b});var o=e(9);e.d(n,"c",function(){return o.a}),e.d(n,"d",function(){return o.b});var i=e(8);e.d(n,"e",function(){return i.a}),e.d(n,"f",function(){return i.b});var u=e(7);e.d(n,"g",function(){return u.a}),e.d(n,"h",function(){return u.b});var c=e(6);e.d(n,"i",function(){return c.a}),e.d(n,"j",function(){return c.b});var s=e(14);e.d(n,"k",function(){return s.a}),e.d(n,"l",function(){return s.b});var a=e(13);e.d(n,"m",function(){return a.a}),e.d(n,"n",function(){return a.b});var f=e(12);e.d(n,"o",function(){return f.a}),e.d(n,"p",function(){return f.b});var p=e(15);e.d(n,"q",function(){return p.a}),e.d(n,"r",function(){return p.b});var l=e(10);e.d(n,"s",function(){return l.a})},function(t,n,e){"use strict";var r=e(17);e.d(n,"a",function(){return r.a})},function(t,n,e){"use strict";var r=e(18);e.d(n,"a",function(){return r.a}),e.d(n,"b",function(){return r.b});var o=e(19);e.d(n,"c",function(){return o.a})},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="connectorAnnotation",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="annotations",n.moduleName="connectorAnnotations",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="connectorFixedUserHandle",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="fixedUserHandles",n.moduleName="connectorFixedUserHandles",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="connector",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="connectors",n.moduleName="connectors",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="customCursor",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="customCursor",n.moduleName="customCursors",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!0,e.directivekeys={layers:"layer",customCursors:"customCursor",connectors:{connector:{connectorFixedUserHandles:"connectorFixedUserHandle",connectorAnnotations:"connectorAnnotation"}},nodes:{node:{nodeFixedUserHandles:"nodeFixedUserHandle",nodeAnnotations:"nodeAnnotation",ports:"port"}}},e.statelessTemplateProps=null,e.immediateRender=!1,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.Diagram);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="layer",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="layers",n.moduleName="layers",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="nodeAnnotation",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="annotations",n.moduleName="nodeAnnotations",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="nodeFixedUserHandle",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="fixedUserHandles",n.moduleName="nodeFixedUserHandles",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="node",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="nodes",n.moduleName="nodes",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="port",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="ports",n.moduleName="ports",n}(r.ComplexBase)},function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e(3);e.d(n,"LayerDirective",function(){return r.a}),e.d(n,"LayersDirective",function(){return r.b}),e.d(n,"CustomCursorDirective",function(){return r.c}),e.d(n,"CustomCursorsDirective",function(){return r.d}),e.d(n,"ConnectorDirective",function(){return r.e}),e.d(n,"ConnectorsDirective",function(){return r.f}),e.d(n,"ConnectorFixedUserHandleDirective",function(){return r.g}),e.d(n,"ConnectorFixedUserHandlesDirective",function(){return r.h}),e.d(n,"ConnectorAnnotationDirective",function(){return r.i}),e.d(n,"ConnectorAnnotationsDirective",function(){return r.j}),e.d(n,"NodeDirective",function(){return r.k}),e.d(n,"NodesDirective",function(){return r.l}),e.d(n,"NodeFixedUserHandleDirective",function(){return r.m}),e.d(n,"NodeFixedUserHandlesDirective",function(){return r.n}),e.d(n,"NodeAnnotationDirective",function(){return r.o}),e.d(n,"NodeAnnotationsDirective",function(){return r.p}),e.d(n,"PortDirective",function(){return r.q}),e.d(n,"PortsDirective",function(){return r.r}),e.d(n,"DiagramComponent",function(){return r.s});var o=e(5);e.d(n,"PaletteDirective",function(){return o.a}),e.d(n,"PalettesDirective",function(){return o.b}),e.d(n,"SymbolPaletteComponent",function(){return o.c});var i=e(4);e.d(n,"OverviewComponent",function(){return i.a});var u=e(0);e.n(u);e.o(u,"Inject")&&e.d(n,"Inject",function(){return u.Inject});var c=e(1);e.n(c);for(var s in c)["LayerDirective","LayersDirective","CustomCursorDirective","CustomCursorsDirective","ConnectorDirective","ConnectorsDirective","ConnectorFixedUserHandleDirective","ConnectorFixedUserHandlesDirective","ConnectorAnnotationDirective","ConnectorAnnotationsDirective","NodeDirective","NodesDirective","NodeFixedUserHandleDirective","NodeFixedUserHandlesDirective","NodeAnnotationDirective","NodeAnnotationsDirective","PortDirective","PortsDirective","DiagramComponent","PaletteDirective","PalettesDirective","SymbolPaletteComponent","OverviewComponent","Inject","default"].indexOf(s)<0&&function(t){e.d(n,t,function(){return c[t]})}(s)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!1,e.statelessTemplateProps=null,e.immediateRender=!0,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.Overview);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="palette",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="palettes",n.moduleName="palettes",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!0,e.directivekeys={palettes:"palette"},e.statelessTemplateProps=null,e.immediateRender=!0,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.SymbolPalette);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])}])});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-diagrams.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 21.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-diagrams")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-diagrams"],e):e(t.ej={},t.ej2ReactBase,t.React,t.ej2Diagrams)}(this,function(t,e,n,o){"use strict";var r=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.moduleName="layer",e}(e.ComplexBase),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.propertyName="layers",e.moduleName="layers",e}(e.ComplexBase),u=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.moduleName="customCursor",e}(e.ComplexBase),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.propertyName="customCursor",e.moduleName="customCursors",e}(e.ComplexBase),a=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.moduleName="connector",e}(e.ComplexBase),f=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.propertyName="connectors",e.moduleName="connectors",e}(e.ComplexBase),y=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.moduleName="connectorFixedUserHandle",e}(e.ComplexBase),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.propertyName="fixedUserHandles",e.moduleName="connectorFixedUserHandles",e}(e.ComplexBase),m=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),_=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return m(e,t),e.moduleName="connectorAnnotation",e}(e.ComplexBase),v=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return m(e,t),e.propertyName="annotations",e.moduleName="connectorAnnotations",e}(e.ComplexBase),O=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),C=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.moduleName="node",e}(e.ComplexBase),j=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.propertyName="nodes",e.moduleName="nodes",e}(e.ComplexBase),x=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),b=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return x(e,t),e.moduleName="nodeFixedUserHandle",e}(e.ComplexBase),N=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return x(e,t),e.propertyName="fixedUserHandles",e.moduleName="nodeFixedUserHandles",e}(e.ComplexBase),P=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),w=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e.moduleName="nodeAnnotation",e}(e.ComplexBase),A=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e.propertyName="annotations",e.moduleName="nodeAnnotations",e}(e.ComplexBase),D=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),B=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return D(e,t),e.moduleName="port",e}(e.ComplexBase),R=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return D(e,t),e.propertyName="ports",e.moduleName="ports",e}(e.ComplexBase),U=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={layers:"layer",customCursors:"customCursor",connectors:{connector:{connectorFixedUserHandles:"connectorFixedUserHandle",connectorAnnotations:"connectorAnnotation"}},nodes:{node:{nodeFixedUserHandles:"nodeFixedUserHandle",nodeAnnotations:"nodeAnnotation",ports:"port"}}},n.immediateRender=!1,n.portals=[],n}return U(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Diagram);e.applyMixins(F,[e.ComponentBase,n.Component]);var H=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),g=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return H(e,t),e.moduleName="palette",e}(e.ComplexBase),M=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return H(e,t),e.propertyName="palettes",e.moduleName="palettes",e}(e.ComplexBase),k=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),I=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={palettes:"palette"},n.immediateRender=!0,n.portals=[],n}return k(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.SymbolPalette);e.applyMixins(I,[e.ComponentBase,n.Component]);var E=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),q=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return E(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Overview);e.applyMixins(q,[e.ComponentBase,n.Component]),t.Inject=e.Inject,t.LayerDirective=i,t.LayersDirective=c,t.CustomCursorDirective=s,t.CustomCursorsDirective=p,t.ConnectorDirective=l,t.ConnectorsDirective=f,t.ConnectorFixedUserHandleDirective=d,t.ConnectorFixedUserHandlesDirective=h,t.ConnectorAnnotationDirective=_,t.ConnectorAnnotationsDirective=v,t.NodeDirective=C,t.NodesDirective=j,t.NodeFixedUserHandleDirective=b,t.NodeFixedUserHandlesDirective=N,t.NodeAnnotationDirective=w,t.NodeAnnotationsDirective=A,t.PortDirective=B,t.PortsDirective=R,t.DiagramComponent=F,t.PaletteDirective=g,t.PalettesDirective=M,t.SymbolPaletteComponent=I,t.OverviewComponent=q,Object.keys(o).forEach(function(e){t[e]=o[e]}),Object.defineProperty(t,"__esModule",{value:!0})});
|
|
10
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-diagrams")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-diagrams"],e):e(t.ej={},t.ej2ReactBase,t.React,t.ej2Diagrams)}(this,function(t,e,n,o){"use strict";var r=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.moduleName="layer",e}(e.ComplexBase),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.propertyName="layers",e.moduleName="layers",e}(e.ComplexBase),u=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.moduleName="customCursor",e}(e.ComplexBase),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.propertyName="customCursor",e.moduleName="customCursors",e}(e.ComplexBase),a=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.moduleName="connector",e}(e.ComplexBase),f=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.propertyName="connectors",e.moduleName="connectors",e}(e.ComplexBase),y=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.moduleName="connectorFixedUserHandle",e}(e.ComplexBase),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.propertyName="fixedUserHandles",e.moduleName="connectorFixedUserHandles",e}(e.ComplexBase),m=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),_=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return m(e,t),e.moduleName="connectorAnnotation",e}(e.ComplexBase),v=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return m(e,t),e.propertyName="annotations",e.moduleName="connectorAnnotations",e}(e.ComplexBase),O=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),C=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.moduleName="node",e}(e.ComplexBase),j=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.propertyName="nodes",e.moduleName="nodes",e}(e.ComplexBase),x=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),b=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return x(e,t),e.moduleName="nodeFixedUserHandle",e}(e.ComplexBase),N=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return x(e,t),e.propertyName="fixedUserHandles",e.moduleName="nodeFixedUserHandles",e}(e.ComplexBase),P=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),w=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e.moduleName="nodeAnnotation",e}(e.ComplexBase),A=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e.propertyName="annotations",e.moduleName="nodeAnnotations",e}(e.ComplexBase),D=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),B=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return D(e,t),e.moduleName="port",e}(e.ComplexBase),R=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return D(e,t),e.propertyName="ports",e.moduleName="ports",e}(e.ComplexBase),U=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={layers:"layer",customCursors:"customCursor",connectors:{connector:{connectorFixedUserHandles:"connectorFixedUserHandle",connectorAnnotations:"connectorAnnotation"}},nodes:{node:{nodeFixedUserHandles:"nodeFixedUserHandle",nodeAnnotations:"nodeAnnotation",ports:"port"}}},n.statelessTemplateProps=null,n.immediateRender=!1,n.portals=[],n}return U(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Diagram);e.applyMixins(F,[e.ComponentBase,n.Component]);var H=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),g=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return H(e,t),e.moduleName="palette",e}(e.ComplexBase),M=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return H(e,t),e.propertyName="palettes",e.moduleName="palettes",e}(e.ComplexBase),k=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),I=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={palettes:"palette"},n.statelessTemplateProps=null,n.immediateRender=!0,n.portals=[],n}return k(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.SymbolPalette);e.applyMixins(I,[e.ComponentBase,n.Component]);var E=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),q=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.statelessTemplateProps=null,n.immediateRender=!0,n.portals=[],n}return E(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Overview);e.applyMixins(q,[e.ComponentBase,n.Component]),t.Inject=e.Inject,t.LayerDirective=i,t.LayersDirective=c,t.CustomCursorDirective=s,t.CustomCursorsDirective=p,t.ConnectorDirective=l,t.ConnectorsDirective=f,t.ConnectorFixedUserHandleDirective=d,t.ConnectorFixedUserHandlesDirective=h,t.ConnectorAnnotationDirective=_,t.ConnectorAnnotationsDirective=v,t.NodeDirective=C,t.NodesDirective=j,t.NodeFixedUserHandleDirective=b,t.NodeFixedUserHandlesDirective=N,t.NodeAnnotationDirective=w,t.NodeAnnotationsDirective=A,t.PortDirective=B,t.PortsDirective=R,t.DiagramComponent=F,t.PaletteDirective=g,t.PalettesDirective=M,t.SymbolPaletteComponent=I,t.OverviewComponent=q,Object.keys(o).forEach(function(e){t[e]=o[e]}),Object.defineProperty(t,"__esModule",{value:!0})});
|
|
11
11
|
//# sourceMappingURL=ej2-react-diagrams.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-react-diagrams.umd.min.js","sources":["../src/diagram/layers-directive.js","../src/diagram/customcursor-directive.js","../src/diagram/connectors-directive.js","../src/diagram/connector-fixeduserhandle-directive.js","../src/diagram/connector-annotation-directive.js","../src/diagram/nodes-directive.js","../src/diagram/node-fixeduserhandle-directive.js","../src/diagram/node-annotation-directive.js","../src/diagram/ports-directive.js","../src/diagram/diagram.component.js","../src/symbol-palette/palettes-directive.js","../src/symbol-palette/symbolpalette.component.js","../src/overview/overview.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Layers Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <LayersDirective>\n * <LayerDirective></LayerDirective>\n * </LayersDirective>\n * </DiagramComponent>\n * ```\n */\nvar LayerDirective = /** @class */ (function (_super) {\n __extends(LayerDirective, _super);\n function LayerDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n LayerDirective.moduleName = 'layer';\n return LayerDirective;\n}(ComplexBase));\nexport { LayerDirective };\nvar LayersDirective = /** @class */ (function (_super) {\n __extends(LayersDirective, _super);\n function LayersDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n LayersDirective.propertyName = 'layers';\n LayersDirective.moduleName = 'layers';\n return LayersDirective;\n}(ComplexBase));\nexport { LayersDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `custormaps Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <CustormapsDirective>\n * <CustormapDirective></CustormapDirective>\n * </CustormapsDirective>\n * </DiagramComponent>\n * ```\n */\nvar CustomCursorDirective = /** @class */ (function (_super) {\n __extends(CustomCursorDirective, _super);\n function CustomCursorDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CustomCursorDirective.moduleName = 'customCursor';\n return CustomCursorDirective;\n}(ComplexBase));\nexport { CustomCursorDirective };\nvar CustomCursorsDirective = /** @class */ (function (_super) {\n __extends(CustomCursorsDirective, _super);\n function CustomCursorsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CustomCursorsDirective.propertyName = 'customCursor';\n CustomCursorsDirective.moduleName = 'customCursors';\n return CustomCursorsDirective;\n}(ComplexBase));\nexport { CustomCursorsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ConnectorsDirective` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective></ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nvar ConnectorDirective = /** @class */ (function (_super) {\n __extends(ConnectorDirective, _super);\n function ConnectorDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorDirective.moduleName = 'connector';\n return ConnectorDirective;\n}(ComplexBase));\nexport { ConnectorDirective };\nvar ConnectorsDirective = /** @class */ (function (_super) {\n __extends(ConnectorsDirective, _super);\n function ConnectorsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorsDirective.propertyName = 'connectors';\n ConnectorsDirective.moduleName = 'connectors';\n return ConnectorsDirective;\n}(ComplexBase));\nexport { ConnectorsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Connector` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorFixedUserHandlesDirective>\n * <ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandlesDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nvar ConnectorFixedUserHandleDirective = /** @class */ (function (_super) {\n __extends(ConnectorFixedUserHandleDirective, _super);\n function ConnectorFixedUserHandleDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorFixedUserHandleDirective.moduleName = 'connectorFixedUserHandle';\n return ConnectorFixedUserHandleDirective;\n}(ComplexBase));\nexport { ConnectorFixedUserHandleDirective };\nvar ConnectorFixedUserHandlesDirective = /** @class */ (function (_super) {\n __extends(ConnectorFixedUserHandlesDirective, _super);\n function ConnectorFixedUserHandlesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\n ConnectorFixedUserHandlesDirective.moduleName = 'connectorFixedUserHandles';\n return ConnectorFixedUserHandlesDirective;\n}(ComplexBase));\nexport { ConnectorFixedUserHandlesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Annotation` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorAnnotationsDirective>\n * <ConnectorAnnotationDirective>\n * </ConnectorAnnotationDirective>\n * </ConnectorAnnotationsDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nvar ConnectorAnnotationDirective = /** @class */ (function (_super) {\n __extends(ConnectorAnnotationDirective, _super);\n function ConnectorAnnotationDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorAnnotationDirective.moduleName = 'connectorAnnotation';\n return ConnectorAnnotationDirective;\n}(ComplexBase));\nexport { ConnectorAnnotationDirective };\nvar ConnectorAnnotationsDirective = /** @class */ (function (_super) {\n __extends(ConnectorAnnotationsDirective, _super);\n function ConnectorAnnotationsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorAnnotationsDirective.propertyName = 'annotations';\n ConnectorAnnotationsDirective.moduleName = 'connectorAnnotations';\n return ConnectorAnnotationsDirective;\n}(ComplexBase));\nexport { ConnectorAnnotationsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `NodesDirective` directive represent a nodes of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective></NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar NodeDirective = /** @class */ (function (_super) {\n __extends(NodeDirective, _super);\n function NodeDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeDirective.moduleName = 'node';\n return NodeDirective;\n}(ComplexBase));\nexport { NodeDirective };\nvar NodesDirective = /** @class */ (function (_super) {\n __extends(NodesDirective, _super);\n function NodesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodesDirective.propertyName = 'nodes';\n NodesDirective.moduleName = 'nodes';\n return NodesDirective;\n}(ComplexBase));\nexport { NodesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeFixedUserHandlesDirective>\n * <NodeFixedUserHandleDirective>\n * </NodeFixedUserHandleDirective>\n * </NodeFixedUserHandlesDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar NodeFixedUserHandleDirective = /** @class */ (function (_super) {\n __extends(NodeFixedUserHandleDirective, _super);\n function NodeFixedUserHandleDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeFixedUserHandleDirective.moduleName = 'nodeFixedUserHandle';\n return NodeFixedUserHandleDirective;\n}(ComplexBase));\nexport { NodeFixedUserHandleDirective };\nvar NodeFixedUserHandlesDirective = /** @class */ (function (_super) {\n __extends(NodeFixedUserHandlesDirective, _super);\n function NodeFixedUserHandlesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\n NodeFixedUserHandlesDirective.moduleName = 'nodeFixedUserHandles';\n return NodeFixedUserHandlesDirective;\n}(ComplexBase));\nexport { NodeFixedUserHandlesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeAnnotationsDirective>\n * <NodeAnnotationDirective>\n * </NodeAnnotationDirective>\n * </NodeAnnotationsDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar NodeAnnotationDirective = /** @class */ (function (_super) {\n __extends(NodeAnnotationDirective, _super);\n function NodeAnnotationDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeAnnotationDirective.moduleName = 'nodeAnnotation';\n return NodeAnnotationDirective;\n}(ComplexBase));\nexport { NodeAnnotationDirective };\nvar NodeAnnotationsDirective = /** @class */ (function (_super) {\n __extends(NodeAnnotationsDirective, _super);\n function NodeAnnotationsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeAnnotationsDirective.propertyName = 'annotations';\n NodeAnnotationsDirective.moduleName = 'nodeAnnotations';\n return NodeAnnotationsDirective;\n}(ComplexBase));\nexport { NodeAnnotationsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a port of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <PortCollectionDirective>\n * <PortDirective>\n * </PortDirective>\n * </PortCollectionDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar PortDirective = /** @class */ (function (_super) {\n __extends(PortDirective, _super);\n function PortDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PortDirective.moduleName = 'port';\n return PortDirective;\n}(ComplexBase));\nexport { PortDirective };\nvar PortsDirective = /** @class */ (function (_super) {\n __extends(PortsDirective, _super);\n function PortsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PortsDirective.propertyName = 'ports';\n PortsDirective.moduleName = 'ports';\n return PortsDirective;\n}(ComplexBase));\nexport { PortsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { Diagram } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Diagram Component\n * ```tsx\n * <DiagramComponent></DiagramComponent>\n * ```\n */\nvar DiagramComponent = /** @class */ (function (_super) {\n __extends(DiagramComponent, _super);\n function DiagramComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.directivekeys = { 'layers': 'layer', 'customCursors': 'customCursor', 'connectors': { 'connector': { 'connectorFixedUserHandles': 'connectorFixedUserHandle', 'connectorAnnotations': 'connectorAnnotation' } }, 'nodes': { 'node': { 'nodeFixedUserHandles': 'nodeFixedUserHandle', 'nodeAnnotations': 'nodeAnnotation', 'ports': 'port' } } };\n _this.immediateRender = false;\n _this.portals = [];\n return _this;\n }\n DiagramComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return DiagramComponent;\n}(Diagram));\nexport { DiagramComponent };\napplyMixins(DiagramComponent, [ComponentBase, React.Component]);\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Palette` directive represent a axis palette of the react SymbolPalette.\n * It must be contained in a SymbolPalette component(`SymbolPaletteComponent`).\n * ```tsx\n * <SymbolPaletteComponent>\n * <PalettesDirective>\n * <PaletteDirective></PaletteDirective>\n * </PalettesDirective>\n * </SymbolPaletteComponent>\n * ```\n */\nvar PaletteDirective = /** @class */ (function (_super) {\n __extends(PaletteDirective, _super);\n function PaletteDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PaletteDirective.moduleName = 'palette';\n return PaletteDirective;\n}(ComplexBase));\nexport { PaletteDirective };\nvar PalettesDirective = /** @class */ (function (_super) {\n __extends(PalettesDirective, _super);\n function PalettesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PalettesDirective.propertyName = 'palettes';\n PalettesDirective.moduleName = 'palettes';\n return PalettesDirective;\n}(ComplexBase));\nexport { PalettesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { SymbolPalette } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react SymbolPalette Component\n * ```tsx\n * <SymbolPaletteComponent></SymbolPaletteComponent>\n * ```\n */\nvar SymbolPaletteComponent = /** @class */ (function (_super) {\n __extends(SymbolPaletteComponent, _super);\n function SymbolPaletteComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.directivekeys = { 'palettes': 'palette' };\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n SymbolPaletteComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return SymbolPaletteComponent;\n}(SymbolPalette));\nexport { SymbolPaletteComponent };\napplyMixins(SymbolPaletteComponent, [ComponentBase, React.Component]);\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { Overview } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Overview Component\n * ```tsx\n * <OverviewComponent></OverviewComponent>\n * ```\n */\nvar OverviewComponent = /** @class */ (function (_super) {\n __extends(OverviewComponent, _super);\n function OverviewComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = false;\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n OverviewComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return OverviewComponent;\n}(Overview));\nexport { OverviewComponent };\napplyMixins(OverviewComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","LayerDirective","_super","apply","arguments","moduleName","ComplexBase","LayersDirective","propertyName","CustomCursorDirective","CustomCursorsDirective","ConnectorDirective","ConnectorsDirective","ConnectorFixedUserHandleDirective","ConnectorFixedUserHandlesDirective","ConnectorAnnotationDirective","ConnectorAnnotationsDirective","NodeDirective","NodesDirective","NodeFixedUserHandleDirective","NodeFixedUserHandlesDirective","NodeAnnotationDirective","NodeAnnotationsDirective","PortDirective","PortsDirective","DiagramComponent","props","_this","call","initRenderCalled","checkInjectedModules","directivekeys","layers","customCursors","connectors","connector","connectorFixedUserHandles","connectorAnnotations","nodes","node","nodeFixedUserHandles","nodeAnnotations","ports","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","Diagram","ej2ReactBase","ComponentBase","React.Component","PaletteDirective","PalettesDirective","SymbolPaletteComponent","palettes","SymbolPalette","OverviewComponent","Overview"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-react-diagrams.umd.min.js","sources":["../src/diagram/layers-directive.js","../src/diagram/customcursor-directive.js","../src/diagram/connectors-directive.js","../src/diagram/connector-fixeduserhandle-directive.js","../src/diagram/connector-annotation-directive.js","../src/diagram/nodes-directive.js","../src/diagram/node-fixeduserhandle-directive.js","../src/diagram/node-annotation-directive.js","../src/diagram/ports-directive.js","../src/diagram/diagram.component.js","../src/symbol-palette/palettes-directive.js","../src/symbol-palette/symbolpalette.component.js","../src/overview/overview.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Layers Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <LayersDirective>\n * <LayerDirective></LayerDirective>\n * </LayersDirective>\n * </DiagramComponent>\n * ```\n */\nvar LayerDirective = /** @class */ (function (_super) {\n __extends(LayerDirective, _super);\n function LayerDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n LayerDirective.moduleName = 'layer';\n return LayerDirective;\n}(ComplexBase));\nexport { LayerDirective };\nvar LayersDirective = /** @class */ (function (_super) {\n __extends(LayersDirective, _super);\n function LayersDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n LayersDirective.propertyName = 'layers';\n LayersDirective.moduleName = 'layers';\n return LayersDirective;\n}(ComplexBase));\nexport { LayersDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `custormaps Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <CustormapsDirective>\n * <CustormapDirective></CustormapDirective>\n * </CustormapsDirective>\n * </DiagramComponent>\n * ```\n */\nvar CustomCursorDirective = /** @class */ (function (_super) {\n __extends(CustomCursorDirective, _super);\n function CustomCursorDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CustomCursorDirective.moduleName = 'customCursor';\n return CustomCursorDirective;\n}(ComplexBase));\nexport { CustomCursorDirective };\nvar CustomCursorsDirective = /** @class */ (function (_super) {\n __extends(CustomCursorsDirective, _super);\n function CustomCursorsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CustomCursorsDirective.propertyName = 'customCursor';\n CustomCursorsDirective.moduleName = 'customCursors';\n return CustomCursorsDirective;\n}(ComplexBase));\nexport { CustomCursorsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ConnectorsDirective` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective></ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nvar ConnectorDirective = /** @class */ (function (_super) {\n __extends(ConnectorDirective, _super);\n function ConnectorDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorDirective.moduleName = 'connector';\n return ConnectorDirective;\n}(ComplexBase));\nexport { ConnectorDirective };\nvar ConnectorsDirective = /** @class */ (function (_super) {\n __extends(ConnectorsDirective, _super);\n function ConnectorsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorsDirective.propertyName = 'connectors';\n ConnectorsDirective.moduleName = 'connectors';\n return ConnectorsDirective;\n}(ComplexBase));\nexport { ConnectorsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Connector` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorFixedUserHandlesDirective>\n * <ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandlesDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nvar ConnectorFixedUserHandleDirective = /** @class */ (function (_super) {\n __extends(ConnectorFixedUserHandleDirective, _super);\n function ConnectorFixedUserHandleDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorFixedUserHandleDirective.moduleName = 'connectorFixedUserHandle';\n return ConnectorFixedUserHandleDirective;\n}(ComplexBase));\nexport { ConnectorFixedUserHandleDirective };\nvar ConnectorFixedUserHandlesDirective = /** @class */ (function (_super) {\n __extends(ConnectorFixedUserHandlesDirective, _super);\n function ConnectorFixedUserHandlesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\n ConnectorFixedUserHandlesDirective.moduleName = 'connectorFixedUserHandles';\n return ConnectorFixedUserHandlesDirective;\n}(ComplexBase));\nexport { ConnectorFixedUserHandlesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Annotation` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorAnnotationsDirective>\n * <ConnectorAnnotationDirective>\n * </ConnectorAnnotationDirective>\n * </ConnectorAnnotationsDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nvar ConnectorAnnotationDirective = /** @class */ (function (_super) {\n __extends(ConnectorAnnotationDirective, _super);\n function ConnectorAnnotationDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorAnnotationDirective.moduleName = 'connectorAnnotation';\n return ConnectorAnnotationDirective;\n}(ComplexBase));\nexport { ConnectorAnnotationDirective };\nvar ConnectorAnnotationsDirective = /** @class */ (function (_super) {\n __extends(ConnectorAnnotationsDirective, _super);\n function ConnectorAnnotationsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConnectorAnnotationsDirective.propertyName = 'annotations';\n ConnectorAnnotationsDirective.moduleName = 'connectorAnnotations';\n return ConnectorAnnotationsDirective;\n}(ComplexBase));\nexport { ConnectorAnnotationsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `NodesDirective` directive represent a nodes of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective></NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar NodeDirective = /** @class */ (function (_super) {\n __extends(NodeDirective, _super);\n function NodeDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeDirective.moduleName = 'node';\n return NodeDirective;\n}(ComplexBase));\nexport { NodeDirective };\nvar NodesDirective = /** @class */ (function (_super) {\n __extends(NodesDirective, _super);\n function NodesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodesDirective.propertyName = 'nodes';\n NodesDirective.moduleName = 'nodes';\n return NodesDirective;\n}(ComplexBase));\nexport { NodesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeFixedUserHandlesDirective>\n * <NodeFixedUserHandleDirective>\n * </NodeFixedUserHandleDirective>\n * </NodeFixedUserHandlesDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar NodeFixedUserHandleDirective = /** @class */ (function (_super) {\n __extends(NodeFixedUserHandleDirective, _super);\n function NodeFixedUserHandleDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeFixedUserHandleDirective.moduleName = 'nodeFixedUserHandle';\n return NodeFixedUserHandleDirective;\n}(ComplexBase));\nexport { NodeFixedUserHandleDirective };\nvar NodeFixedUserHandlesDirective = /** @class */ (function (_super) {\n __extends(NodeFixedUserHandlesDirective, _super);\n function NodeFixedUserHandlesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\n NodeFixedUserHandlesDirective.moduleName = 'nodeFixedUserHandles';\n return NodeFixedUserHandlesDirective;\n}(ComplexBase));\nexport { NodeFixedUserHandlesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeAnnotationsDirective>\n * <NodeAnnotationDirective>\n * </NodeAnnotationDirective>\n * </NodeAnnotationsDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar NodeAnnotationDirective = /** @class */ (function (_super) {\n __extends(NodeAnnotationDirective, _super);\n function NodeAnnotationDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeAnnotationDirective.moduleName = 'nodeAnnotation';\n return NodeAnnotationDirective;\n}(ComplexBase));\nexport { NodeAnnotationDirective };\nvar NodeAnnotationsDirective = /** @class */ (function (_super) {\n __extends(NodeAnnotationsDirective, _super);\n function NodeAnnotationsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n NodeAnnotationsDirective.propertyName = 'annotations';\n NodeAnnotationsDirective.moduleName = 'nodeAnnotations';\n return NodeAnnotationsDirective;\n}(ComplexBase));\nexport { NodeAnnotationsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a port of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <PortCollectionDirective>\n * <PortDirective>\n * </PortDirective>\n * </PortCollectionDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nvar PortDirective = /** @class */ (function (_super) {\n __extends(PortDirective, _super);\n function PortDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PortDirective.moduleName = 'port';\n return PortDirective;\n}(ComplexBase));\nexport { PortDirective };\nvar PortsDirective = /** @class */ (function (_super) {\n __extends(PortsDirective, _super);\n function PortsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PortsDirective.propertyName = 'ports';\n PortsDirective.moduleName = 'ports';\n return PortsDirective;\n}(ComplexBase));\nexport { PortsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { Diagram } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Diagram Component\n * ```tsx\n * <DiagramComponent></DiagramComponent>\n * ```\n */\nvar DiagramComponent = /** @class */ (function (_super) {\n __extends(DiagramComponent, _super);\n function DiagramComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.directivekeys = { 'layers': 'layer', 'customCursors': 'customCursor', 'connectors': { 'connector': { 'connectorFixedUserHandles': 'connectorFixedUserHandle', 'connectorAnnotations': 'connectorAnnotation' } }, 'nodes': { 'node': { 'nodeFixedUserHandles': 'nodeFixedUserHandle', 'nodeAnnotations': 'nodeAnnotation', 'ports': 'port' } } };\n _this.statelessTemplateProps = null;\n _this.immediateRender = false;\n _this.portals = [];\n return _this;\n }\n DiagramComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return DiagramComponent;\n}(Diagram));\nexport { DiagramComponent };\napplyMixins(DiagramComponent, [ComponentBase, React.Component]);\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Palette` directive represent a axis palette of the react SymbolPalette.\n * It must be contained in a SymbolPalette component(`SymbolPaletteComponent`).\n * ```tsx\n * <SymbolPaletteComponent>\n * <PalettesDirective>\n * <PaletteDirective></PaletteDirective>\n * </PalettesDirective>\n * </SymbolPaletteComponent>\n * ```\n */\nvar PaletteDirective = /** @class */ (function (_super) {\n __extends(PaletteDirective, _super);\n function PaletteDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PaletteDirective.moduleName = 'palette';\n return PaletteDirective;\n}(ComplexBase));\nexport { PaletteDirective };\nvar PalettesDirective = /** @class */ (function (_super) {\n __extends(PalettesDirective, _super);\n function PalettesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PalettesDirective.propertyName = 'palettes';\n PalettesDirective.moduleName = 'palettes';\n return PalettesDirective;\n}(ComplexBase));\nexport { PalettesDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { SymbolPalette } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react SymbolPalette Component\n * ```tsx\n * <SymbolPaletteComponent></SymbolPaletteComponent>\n * ```\n */\nvar SymbolPaletteComponent = /** @class */ (function (_super) {\n __extends(SymbolPaletteComponent, _super);\n function SymbolPaletteComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.directivekeys = { 'palettes': 'palette' };\n _this.statelessTemplateProps = null;\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n SymbolPaletteComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return SymbolPaletteComponent;\n}(SymbolPalette));\nexport { SymbolPaletteComponent };\napplyMixins(SymbolPaletteComponent, [ComponentBase, React.Component]);\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { Overview } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Overview Component\n * ```tsx\n * <OverviewComponent></OverviewComponent>\n * ```\n */\nvar OverviewComponent = /** @class */ (function (_super) {\n __extends(OverviewComponent, _super);\n function OverviewComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = false;\n _this.statelessTemplateProps = null;\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n OverviewComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return OverviewComponent;\n}(Overview));\nexport { OverviewComponent };\napplyMixins(OverviewComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","LayerDirective","_super","apply","arguments","moduleName","ComplexBase","LayersDirective","propertyName","CustomCursorDirective","CustomCursorsDirective","ConnectorDirective","ConnectorsDirective","ConnectorFixedUserHandleDirective","ConnectorFixedUserHandlesDirective","ConnectorAnnotationDirective","ConnectorAnnotationsDirective","NodeDirective","NodesDirective","NodeFixedUserHandleDirective","NodeFixedUserHandlesDirective","NodeAnnotationDirective","NodeAnnotationsDirective","PortDirective","PortsDirective","DiagramComponent","props","_this","call","initRenderCalled","checkInjectedModules","directivekeys","layers","customCursors","connectors","connector","connectorFixedUserHandles","connectorAnnotations","nodes","node","nodeFixedUserHandles","nodeAnnotations","ports","statelessTemplateProps","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","Diagram","ej2ReactBase","ComponentBase","React.Component","PaletteDirective","PalettesDirective","SymbolPaletteComponent","palettes","SymbolPalette","OverviewComponent","Overview"],"mappings":"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"}
|
|
@@ -210,6 +210,7 @@ class DiagramComponent extends Diagram {
|
|
|
210
210
|
this.initRenderCalled = false;
|
|
211
211
|
this.checkInjectedModules = true;
|
|
212
212
|
this.directivekeys = { 'layers': 'layer', 'customCursors': 'customCursor', 'connectors': { 'connector': { 'connectorFixedUserHandles': 'connectorFixedUserHandle', 'connectorAnnotations': 'connectorAnnotation' } }, 'nodes': { 'node': { 'nodeFixedUserHandles': 'nodeFixedUserHandle', 'nodeAnnotations': 'nodeAnnotation', 'ports': 'port' } } };
|
|
213
|
+
this.statelessTemplateProps = null;
|
|
213
214
|
this.immediateRender = false;
|
|
214
215
|
this.portals = [];
|
|
215
216
|
}
|
|
@@ -256,6 +257,7 @@ class SymbolPaletteComponent extends SymbolPalette {
|
|
|
256
257
|
this.initRenderCalled = false;
|
|
257
258
|
this.checkInjectedModules = true;
|
|
258
259
|
this.directivekeys = { 'palettes': 'palette' };
|
|
260
|
+
this.statelessTemplateProps = null;
|
|
259
261
|
this.immediateRender = true;
|
|
260
262
|
this.portals = [];
|
|
261
263
|
}
|
|
@@ -282,6 +284,7 @@ class OverviewComponent extends Overview {
|
|
|
282
284
|
super(props);
|
|
283
285
|
this.initRenderCalled = false;
|
|
284
286
|
this.checkInjectedModules = false;
|
|
287
|
+
this.statelessTemplateProps = null;
|
|
285
288
|
this.immediateRender = true;
|
|
286
289
|
this.portals = [];
|
|
287
290
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-react-diagrams.es2015.js","sources":["../src/es6/diagram/layers-directive.js","../src/es6/diagram/customcursor-directive.js","../src/es6/diagram/connectors-directive.js","../src/es6/diagram/connector-fixeduserhandle-directive.js","../src/es6/diagram/connector-annotation-directive.js","../src/es6/diagram/nodes-directive.js","../src/es6/diagram/node-fixeduserhandle-directive.js","../src/es6/diagram/node-annotation-directive.js","../src/es6/diagram/ports-directive.js","../src/es6/diagram/diagram.component.js","../src/es6/symbol-palette/palettes-directive.js","../src/es6/symbol-palette/symbolpalette.component.js","../src/es6/overview/overview.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Layers Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <LayersDirective>\n * <LayerDirective></LayerDirective>\n * </LayersDirective>\n * </DiagramComponent>\n * ```\n */\nexport class LayerDirective extends ComplexBase {\n}\nLayerDirective.moduleName = 'layer';\nexport class LayersDirective extends ComplexBase {\n}\nLayersDirective.propertyName = 'layers';\nLayersDirective.moduleName = 'layers';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `custormaps Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <CustormapsDirective>\n * <CustormapDirective></CustormapDirective>\n * </CustormapsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class CustomCursorDirective extends ComplexBase {\n}\nCustomCursorDirective.moduleName = 'customCursor';\nexport class CustomCursorsDirective extends ComplexBase {\n}\nCustomCursorsDirective.propertyName = 'customCursor';\nCustomCursorsDirective.moduleName = 'customCursors';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ConnectorsDirective` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective></ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class ConnectorDirective extends ComplexBase {\n}\nConnectorDirective.moduleName = 'connector';\nexport class ConnectorsDirective extends ComplexBase {\n}\nConnectorsDirective.propertyName = 'connectors';\nConnectorsDirective.moduleName = 'connectors';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Connector` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorFixedUserHandlesDirective>\n * <ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandlesDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class ConnectorFixedUserHandleDirective extends ComplexBase {\n}\nConnectorFixedUserHandleDirective.moduleName = 'connectorFixedUserHandle';\nexport class ConnectorFixedUserHandlesDirective extends ComplexBase {\n}\nConnectorFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\nConnectorFixedUserHandlesDirective.moduleName = 'connectorFixedUserHandles';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Annotation` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorAnnotationsDirective>\n * <ConnectorAnnotationDirective>\n * </ConnectorAnnotationDirective>\n * </ConnectorAnnotationsDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class ConnectorAnnotationDirective extends ComplexBase {\n}\nConnectorAnnotationDirective.moduleName = 'connectorAnnotation';\nexport class ConnectorAnnotationsDirective extends ComplexBase {\n}\nConnectorAnnotationsDirective.propertyName = 'annotations';\nConnectorAnnotationsDirective.moduleName = 'connectorAnnotations';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `NodesDirective` directive represent a nodes of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective></NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class NodeDirective extends ComplexBase {\n}\nNodeDirective.moduleName = 'node';\nexport class NodesDirective extends ComplexBase {\n}\nNodesDirective.propertyName = 'nodes';\nNodesDirective.moduleName = 'nodes';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeFixedUserHandlesDirective>\n * <NodeFixedUserHandleDirective>\n * </NodeFixedUserHandleDirective>\n * </NodeFixedUserHandlesDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class NodeFixedUserHandleDirective extends ComplexBase {\n}\nNodeFixedUserHandleDirective.moduleName = 'nodeFixedUserHandle';\nexport class NodeFixedUserHandlesDirective extends ComplexBase {\n}\nNodeFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\nNodeFixedUserHandlesDirective.moduleName = 'nodeFixedUserHandles';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeAnnotationsDirective>\n * <NodeAnnotationDirective>\n * </NodeAnnotationDirective>\n * </NodeAnnotationsDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class NodeAnnotationDirective extends ComplexBase {\n}\nNodeAnnotationDirective.moduleName = 'nodeAnnotation';\nexport class NodeAnnotationsDirective extends ComplexBase {\n}\nNodeAnnotationsDirective.propertyName = 'annotations';\nNodeAnnotationsDirective.moduleName = 'nodeAnnotations';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a port of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <PortCollectionDirective>\n * <PortDirective>\n * </PortDirective>\n * </PortCollectionDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class PortDirective extends ComplexBase {\n}\nPortDirective.moduleName = 'port';\nexport class PortsDirective extends ComplexBase {\n}\nPortsDirective.propertyName = 'ports';\nPortsDirective.moduleName = 'ports';\n","import * as React from 'react';\nimport { Diagram } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Diagram Component\n * ```tsx\n * <DiagramComponent></DiagramComponent>\n * ```\n */\nexport class DiagramComponent extends Diagram {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.directivekeys = { 'layers': 'layer', 'customCursors': 'customCursor', 'connectors': { 'connector': { 'connectorFixedUserHandles': 'connectorFixedUserHandle', 'connectorAnnotations': 'connectorAnnotation' } }, 'nodes': { 'node': { 'nodeFixedUserHandles': 'nodeFixedUserHandle', 'nodeAnnotations': 'nodeAnnotation', 'ports': 'port' } } };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(DiagramComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Palette` directive represent a axis palette of the react SymbolPalette.\n * It must be contained in a SymbolPalette component(`SymbolPaletteComponent`).\n * ```tsx\n * <SymbolPaletteComponent>\n * <PalettesDirective>\n * <PaletteDirective></PaletteDirective>\n * </PalettesDirective>\n * </SymbolPaletteComponent>\n * ```\n */\nexport class PaletteDirective extends ComplexBase {\n}\nPaletteDirective.moduleName = 'palette';\nexport class PalettesDirective extends ComplexBase {\n}\nPalettesDirective.propertyName = 'palettes';\nPalettesDirective.moduleName = 'palettes';\n","import * as React from 'react';\nimport { SymbolPalette } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react SymbolPalette Component\n * ```tsx\n * <SymbolPaletteComponent></SymbolPaletteComponent>\n * ```\n */\nexport class SymbolPaletteComponent extends SymbolPalette {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.directivekeys = { 'palettes': 'palette' };\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(SymbolPaletteComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { Overview } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Overview Component\n * ```tsx\n * <OverviewComponent></OverviewComponent>\n * ```\n */\nexport class OverviewComponent extends Overview {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(OverviewComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-react-diagrams.es2015.js","sources":["../src/es6/diagram/layers-directive.js","../src/es6/diagram/customcursor-directive.js","../src/es6/diagram/connectors-directive.js","../src/es6/diagram/connector-fixeduserhandle-directive.js","../src/es6/diagram/connector-annotation-directive.js","../src/es6/diagram/nodes-directive.js","../src/es6/diagram/node-fixeduserhandle-directive.js","../src/es6/diagram/node-annotation-directive.js","../src/es6/diagram/ports-directive.js","../src/es6/diagram/diagram.component.js","../src/es6/symbol-palette/palettes-directive.js","../src/es6/symbol-palette/symbolpalette.component.js","../src/es6/overview/overview.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Layers Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <LayersDirective>\n * <LayerDirective></LayerDirective>\n * </LayersDirective>\n * </DiagramComponent>\n * ```\n */\nexport class LayerDirective extends ComplexBase {\n}\nLayerDirective.moduleName = 'layer';\nexport class LayersDirective extends ComplexBase {\n}\nLayersDirective.propertyName = 'layers';\nLayersDirective.moduleName = 'layers';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `custormaps Directive` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <CustormapsDirective>\n * <CustormapDirective></CustormapDirective>\n * </CustormapsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class CustomCursorDirective extends ComplexBase {\n}\nCustomCursorDirective.moduleName = 'customCursor';\nexport class CustomCursorsDirective extends ComplexBase {\n}\nCustomCursorsDirective.propertyName = 'customCursor';\nCustomCursorsDirective.moduleName = 'customCursors';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ConnectorsDirective` directive represent a connectors of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective></ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class ConnectorDirective extends ComplexBase {\n}\nConnectorDirective.moduleName = 'connector';\nexport class ConnectorsDirective extends ComplexBase {\n}\nConnectorsDirective.propertyName = 'connectors';\nConnectorsDirective.moduleName = 'connectors';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Connector` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorFixedUserHandlesDirective>\n * <ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandleDirective>\n * </ConnectorFixedUserHandlesDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class ConnectorFixedUserHandleDirective extends ComplexBase {\n}\nConnectorFixedUserHandleDirective.moduleName = 'connectorFixedUserHandle';\nexport class ConnectorFixedUserHandlesDirective extends ComplexBase {\n}\nConnectorFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\nConnectorFixedUserHandlesDirective.moduleName = 'connectorFixedUserHandles';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Annotation` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <ConnectorsDirective>\n * <ConnectorDirective>\n * <ConnectorAnnotationsDirective>\n * <ConnectorAnnotationDirective>\n * </ConnectorAnnotationDirective>\n * </ConnectorAnnotationsDirective>\n * </ConnectorDirective>\n * </ConnectorsDirective>\n * </DiagramComponent>\n * ```\n */\nexport class ConnectorAnnotationDirective extends ComplexBase {\n}\nConnectorAnnotationDirective.moduleName = 'connectorAnnotation';\nexport class ConnectorAnnotationsDirective extends ComplexBase {\n}\nConnectorAnnotationsDirective.propertyName = 'annotations';\nConnectorAnnotationsDirective.moduleName = 'connectorAnnotations';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `NodesDirective` directive represent a nodes of the react diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective></NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class NodeDirective extends ComplexBase {\n}\nNodeDirective.moduleName = 'node';\nexport class NodesDirective extends ComplexBase {\n}\nNodesDirective.propertyName = 'nodes';\nNodesDirective.moduleName = 'nodes';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeFixedUserHandlesDirective>\n * <NodeFixedUserHandleDirective>\n * </NodeFixedUserHandleDirective>\n * </NodeFixedUserHandlesDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class NodeFixedUserHandleDirective extends ComplexBase {\n}\nNodeFixedUserHandleDirective.moduleName = 'nodeFixedUserHandle';\nexport class NodeFixedUserHandlesDirective extends ComplexBase {\n}\nNodeFixedUserHandlesDirective.propertyName = 'fixedUserHandles';\nNodeFixedUserHandlesDirective.moduleName = 'nodeFixedUserHandles';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a annotation of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <NodeAnnotationsDirective>\n * <NodeAnnotationDirective>\n * </NodeAnnotationDirective>\n * </NodeAnnotationsDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class NodeAnnotationDirective extends ComplexBase {\n}\nNodeAnnotationDirective.moduleName = 'nodeAnnotation';\nexport class NodeAnnotationsDirective extends ComplexBase {\n}\nNodeAnnotationsDirective.propertyName = 'annotations';\nNodeAnnotationsDirective.moduleName = 'nodeAnnotations';\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Node` directive represent a port of the react Diagram.\n * It must be contained in a Diagram component(`DiagramComponent`).\n * ```tsx\n * <DiagramComponent>\n * <NodesDirective>\n * <NodeDirective>\n * <PortCollectionDirective>\n * <PortDirective>\n * </PortDirective>\n * </PortCollectionDirective>\n * </NodeDirective>\n * </NodesDirective>\n * </DiagramComponent>\n * ```\n */\nexport class PortDirective extends ComplexBase {\n}\nPortDirective.moduleName = 'port';\nexport class PortsDirective extends ComplexBase {\n}\nPortsDirective.propertyName = 'ports';\nPortsDirective.moduleName = 'ports';\n","import * as React from 'react';\nimport { Diagram } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Diagram Component\n * ```tsx\n * <DiagramComponent></DiagramComponent>\n * ```\n */\nexport class DiagramComponent extends Diagram {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.directivekeys = { 'layers': 'layer', 'customCursors': 'customCursor', 'connectors': { 'connector': { 'connectorFixedUserHandles': 'connectorFixedUserHandle', 'connectorAnnotations': 'connectorAnnotation' } }, 'nodes': { 'node': { 'nodeFixedUserHandles': 'nodeFixedUserHandle', 'nodeAnnotations': 'nodeAnnotation', 'ports': 'port' } } };\n this.statelessTemplateProps = null;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(DiagramComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `Palette` directive represent a axis palette of the react SymbolPalette.\n * It must be contained in a SymbolPalette component(`SymbolPaletteComponent`).\n * ```tsx\n * <SymbolPaletteComponent>\n * <PalettesDirective>\n * <PaletteDirective></PaletteDirective>\n * </PalettesDirective>\n * </SymbolPaletteComponent>\n * ```\n */\nexport class PaletteDirective extends ComplexBase {\n}\nPaletteDirective.moduleName = 'palette';\nexport class PalettesDirective extends ComplexBase {\n}\nPalettesDirective.propertyName = 'palettes';\nPalettesDirective.moduleName = 'palettes';\n","import * as React from 'react';\nimport { SymbolPalette } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react SymbolPalette Component\n * ```tsx\n * <SymbolPaletteComponent></SymbolPaletteComponent>\n * ```\n */\nexport class SymbolPaletteComponent extends SymbolPalette {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.directivekeys = { 'palettes': 'palette' };\n this.statelessTemplateProps = null;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(SymbolPaletteComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { Overview } from '@syncfusion/ej2-diagrams';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents react Overview Component\n * ```tsx\n * <OverviewComponent></OverviewComponent>\n * ```\n */\nexport class OverviewComponent extends Overview {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.statelessTemplateProps = null;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(OverviewComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-diagrams@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-diagrams@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-diagrams@19.14.9",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-F5uNlKao/VGWlP9HZgnhYYcqnWxEHsw8qenwu5GT84y+/i61z1JB8af5ppxdS9X2WE2VyYfWfg4kOBEAKSCgxg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-diagrams",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-19.14.9.tgz",
|
|
23
|
+
"_shasum": "c58c6c091eae4ff1e62a05c8b897df25fecc9784",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-diagrams@*",
|
|
25
|
-
"_where": "/jenkins/workspace/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-diagrams": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~21.1.37",
|
|
35
|
+
"@syncfusion/ej2-diagrams": "21.1.37",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~21.1.37"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"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 React",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "21.1.37",
|
|
57
57
|
"sideEffects": true
|
|
58
58
|
}
|
|
@@ -27,6 +27,7 @@ var DiagramComponent = /** @class */ (function (_super) {
|
|
|
27
27
|
_this.initRenderCalled = false;
|
|
28
28
|
_this.checkInjectedModules = true;
|
|
29
29
|
_this.directivekeys = { 'layers': 'layer', 'customCursors': 'customCursor', 'connectors': { 'connector': { 'connectorFixedUserHandles': 'connectorFixedUserHandle', 'connectorAnnotations': 'connectorAnnotation' } }, 'nodes': { 'node': { 'nodeFixedUserHandles': 'nodeFixedUserHandle', 'nodeAnnotations': 'nodeAnnotation', 'ports': 'port' } } };
|
|
30
|
+
_this.statelessTemplateProps = null;
|
|
30
31
|
_this.immediateRender = false;
|
|
31
32
|
_this.portals = [];
|
|
32
33
|
return _this;
|
|
@@ -15,6 +15,7 @@ export declare class OverviewComponent extends Overview {
|
|
|
15
15
|
private getDefaultAttributes;
|
|
16
16
|
initRenderCalled: boolean;
|
|
17
17
|
private checkInjectedModules;
|
|
18
|
+
private statelessTemplateProps;
|
|
18
19
|
private immediateRender;
|
|
19
20
|
props: Readonly<{
|
|
20
21
|
children?: React.ReactNode | React.ReactNode[];
|
|
@@ -26,6 +26,7 @@ var OverviewComponent = /** @class */ (function (_super) {
|
|
|
26
26
|
var _this = _super.call(this, props) || this;
|
|
27
27
|
_this.initRenderCalled = false;
|
|
28
28
|
_this.checkInjectedModules = false;
|
|
29
|
+
_this.statelessTemplateProps = null;
|
|
29
30
|
_this.immediateRender = true;
|
|
30
31
|
_this.portals = [];
|
|
31
32
|
return _this;
|