@syncfusion/ej2-vue-diagrams 20.2.49 → 20.3.47

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.
Files changed (65) hide show
  1. package/CHANGELOG.md +12 -43
  2. package/dist/ej2-vue-diagrams.umd.min.js +2 -2
  3. package/dist/ej2-vue-diagrams.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-diagrams.es2015.js +86 -99
  5. package/dist/es6/ej2-vue-diagrams.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-diagrams.es5.js +86 -99
  7. package/dist/es6/ej2-vue-diagrams.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-diagrams.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/diagram/connector-annotation.directive.d.ts +0 -1
  11. package/src/diagram/connector-annotation.directive.js +5 -6
  12. package/src/diagram/connector-fixeduserhandle.directive.d.ts +0 -1
  13. package/src/diagram/connector-fixeduserhandle.directive.js +5 -6
  14. package/src/diagram/connectors.directive.d.ts +0 -1
  15. package/src/diagram/connectors.directive.js +5 -6
  16. package/src/diagram/customcursor.directive.d.ts +0 -1
  17. package/src/diagram/customcursor.directive.js +5 -6
  18. package/src/diagram/diagram.component.d.ts +2 -2
  19. package/src/diagram/diagram.component.js +9 -7
  20. package/src/diagram/layers.directive.d.ts +0 -1
  21. package/src/diagram/layers.directive.js +5 -6
  22. package/src/diagram/node-annotation.directive.d.ts +0 -1
  23. package/src/diagram/node-annotation.directive.js +5 -6
  24. package/src/diagram/node-fixeduserhandle.directive.d.ts +0 -1
  25. package/src/diagram/node-fixeduserhandle.directive.js +5 -6
  26. package/src/diagram/nodes.directive.d.ts +0 -1
  27. package/src/diagram/nodes.directive.js +5 -6
  28. package/src/diagram/ports.directive.d.ts +0 -1
  29. package/src/diagram/ports.directive.js +5 -6
  30. package/src/overview/overview.component.d.ts +0 -1
  31. package/src/overview/overview.component.js +3 -4
  32. package/src/symbol-palette/palettes.directive.d.ts +0 -1
  33. package/src/symbol-palette/palettes.directive.js +5 -6
  34. package/src/symbol-palette/symbolpalette.component.d.ts +0 -2
  35. package/src/symbol-palette/symbolpalette.component.js +3 -7
  36. package/styles/bootstrap-dark.css +6 -1
  37. package/styles/bootstrap.css +6 -1
  38. package/styles/bootstrap4.css +6 -1
  39. package/styles/bootstrap5-dark.css +7 -1
  40. package/styles/bootstrap5.css +7 -1
  41. package/styles/diagram/bootstrap-dark.css +6 -1
  42. package/styles/diagram/bootstrap.css +6 -1
  43. package/styles/diagram/bootstrap4.css +6 -1
  44. package/styles/diagram/bootstrap5-dark.css +7 -1
  45. package/styles/diagram/bootstrap5.css +7 -1
  46. package/styles/diagram/fabric-dark.css +6 -1
  47. package/styles/diagram/fabric.css +6 -1
  48. package/styles/diagram/fluent-dark.css +7 -1
  49. package/styles/diagram/fluent.css +7 -1
  50. package/styles/diagram/highcontrast-light.css +6 -1
  51. package/styles/diagram/highcontrast.css +7 -1
  52. package/styles/diagram/material-dark.css +6 -1
  53. package/styles/diagram/material.css +6 -1
  54. package/styles/diagram/tailwind-dark.css +7 -1
  55. package/styles/diagram/tailwind.css +7 -1
  56. package/styles/fabric-dark.css +6 -1
  57. package/styles/fabric.css +6 -1
  58. package/styles/fluent-dark.css +7 -1
  59. package/styles/fluent.css +7 -1
  60. package/styles/highcontrast-light.css +6 -1
  61. package/styles/highcontrast.css +7 -1
  62. package/styles/material-dark.css +6 -1
  63. package/styles/material.css +6 -1
  64. package/styles/tailwind-dark.css +7 -1
  65. package/styles/tailwind.css +7 -1
package/CHANGELOG.md CHANGED
@@ -4,53 +4,22 @@
4
4
 
5
5
  ### Diagram
6
6
 
7
- #### Bug fixes
8
-
9
- - `#I399417` - Now, fit to page is working properly when we call it multiple times.
10
-
11
- ## 20.2.45 (2022-08-23)
12
-
13
- ### Diagram
14
-
15
- #### Bug fixes
16
-
17
- - `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
18
- - `#I397678` - Now, the connector is dropped properly inside the swimlane.
19
- - `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
20
- - `#I397116` - Now, Bezier connector annotation rendered at the proper position.
21
-
22
- ## 20.2.44 (2022-08-16)
23
-
24
- ### Diagram
25
-
26
- #### Bug fixes
27
-
28
- - `#I395331` - The undefined exception will no longer thrown while draw a SVG node.
29
-
30
- ## 20.2.40 (2022-07-26)
31
-
32
- ### Diagram
33
-
34
- #### Bug fixes
35
-
36
- - `#I388692` - Now connectors are properly connected to the node after save and load.
37
- - `#I384554` - Now scroll settings offset are updated properly dynamically.
38
-
39
- ## 20.2.39 (2022-07-19)
40
-
41
- - `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
42
-
43
- ## 20.2.38 (2022-07-12)
44
-
45
- ### Diagram
46
-
47
- #### Bug fixes
7
+ #### Bug Fixes
48
8
 
49
9
  - `#I387297` - Now, the Expand & Collapse work properly for layout.
50
10
  - `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
51
11
  - `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.
12
+ - `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
52
13
  - `#I383401` - BPMN task type symbols are updated as per BPMN 2.0 standard.
53
14
  - `#FB35907` - Localization support for symbol palette search box placeholder has been added.
15
+ - `#I388692` - Now connectors are properly connected to the node after save and load.
16
+ - `#I384554` - Now scroll settings offset are updated properly dynamically.
17
+ - `#I397678` - Now, the connector is dropped properly inside the swimlane.
18
+ - `#I395331` - The undefined exception will no longer thrown while draw a SVG node.
19
+ - `#I397116` - Now, Bezier connector annotation rendered at the proper position.
20
+ - `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
21
+ - `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
22
+ - `#I399417` - Now, fit to page is working properly when we call it multiple times.
54
23
 
55
24
  ## 20.2.36 (2022-06-30)
56
25
 
@@ -60,9 +29,9 @@
60
29
 
61
30
  - `#I382500` - Now, the BPMN shape is changed properly at runtime.
62
31
  - `#I382496` - BPMN gateway sub type is working properly while changing it during runtime.
63
- - `#I383411` - Now, fill color is applied properly when changing the BPMN event at runtime.
32
+ - `#I383411` - Now, fill color is applied properly when changing BPMN event at runtime.
64
33
 
65
- #### Features
34
+ #### New Features
66
35
 
67
36
  - `#I362749` - Provided option to adjust the distance between the source node and the target node of the orthogonal connection has been added.
68
37
  - `#I347713` - Support to modify connector segments thumb icon shape and style has been added.
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-vue-diagrams.umd.min.js
3
- * version : 20.2.49
3
+ * version : 20.3.47
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(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-diagrams"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-diagrams","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Diagrams,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,o,r){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),a={name:"e-layers",install:function(e){e.component(a.name,c)}},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),p={name:"e-layer",install:function(e){e.component(p.name,u)}},l=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),f=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),y={name:"e-cursormaps",install:function(e){e.component(y.name,d)}},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),m={name:"e-cursormap",install:function(e){e.component(m.name,h)}},j=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),g=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},v=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=g([o.EJComponentDecorator({})],t)}(n),I={name:"e-connector-fixeduserhandles",install:function(e){e.component(I.name,v)}},P=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=g([o.EJComponentDecorator({})],t)}(n),b={name:"e-connector-fixeduserhandle",install:function(e){e.component(b.name,P)}},_=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),O=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},C=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t=O([o.EJComponentDecorator({})],t)}(n),D={name:"e-connector-annotations",install:function(e){e.component(D.name,C)}},w=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t=O([o.EJComponentDecorator({})],t)}(n),L={name:"e-connector-annotation",install:function(e){e.component(L.name,w)}},T=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),E=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},R=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){},t=E([o.EJComponentDecorator({})],t)}(n),x={name:"e-connectors",install:function(e){e.component(x.name,R)}},S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){},t=E([o.EJComponentDecorator({})],t)}(n),M={name:"e-connector",install:function(e){e.component(M.name,S)}},A=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),H=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},U=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t=H([o.EJComponentDecorator({})],t)}(n),N={name:"e-node-fixeduserhandles",install:function(e){e.component(N.name,U)}},k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t=H([o.EJComponentDecorator({})],t)}(n),J={name:"e-node-fixeduserhandle",install:function(e){e.component(J.name,k)}},B=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},z=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return B(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),$={name:"e-node-annotations",install:function(e){e.component($.name,z)}},V=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return B(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),G={name:"e-node-annotation",install:function(e){e.component(G.name,V)}},q=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),K=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},W=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return q(t,e),t.prototype.render=function(){},t=K([o.EJComponentDecorator({})],t)}(n),Q={name:"e-node-ports",install:function(e){e.component(Q.name,W)}},X=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return q(t,e),t.prototype.render=function(){},t=K([o.EJComponentDecorator({})],t)}(n),Y={name:"e-node-port",install:function(e){e.component(Y.name,X)}},Z=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ee=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),ne={name:"e-nodes",install:function(e){e.component(ne.name,te)}},oe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),re={name:"e-node",install:function(e){e.component(re.name,oe)}},se=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ie=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},ce=["isLazyUpdate","plugins","addInfo","annotationTemplate","backgroundColor","bridgeDirection","commandManager","connectorDefaults","connectors","constraints","contextMenuSettings","customCursor","dataSourceSettings","diagramSettings","drawingObject","enableConnectorSplit","enablePersistence","enableRtl","getConnectorDefaults","getCustomCursor","getCustomProperty","getCustomTool","getDescription","getNodeDefaults","height","historyManager","layers","layout","locale","mode","nodeDefaults","nodeTemplate","nodes","pageSettings","rulerSettings","scrollSettings","segmentThumbShape","selectedItems","serializationSettings","setNodeTemplate","snapSettings","tool","tooltip","updateSelection","userHandleTemplate","width","animationComplete","click","collectionChange","commandExecute","connectionChange","contextMenuBeforeItemRender","contextMenuClick","contextMenuOpen","created","dataLoaded","doubleClick","dragEnter","dragLeave","dragOver","drop","expandStateChange","fixedUserHandleClick","historyChange","historyStateChange","keyDown","keyUp","mouseEnter","mouseLeave","mouseOver","onImageLoad","onUserHandleMouseDown","onUserHandleMouseEnter","onUserHandleMouseLeave","onUserHandleMouseUp","positionChange","propertyChange","rotateChange","scrollChange","segmentCollectionChange","selectionChange","sizeChange","sourcePointChange","targetPointChange","textEdit"],ae=[],ue=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=ce,n.models=ae,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-layers":"e-layer","e-cursormaps":"e-cursormap","e-connectors":{"e-connector":{"e-connector-fixeduserhandles":"e-connector-fixeduserhandle","e-connector-annotations":"e-connector-annotation"}},"e-nodes":{"e-node":{"e-node-fixeduserhandles":"e-node-fixeduserhandle","e-node-annotations":"e-node-annotation","e-node-ports":"e-node-port"}}},n.tagNameMapper={"e-cursormaps":"e-customCursor","e-connector-fixeduserhandles":"e-fixedUserHandles","e-connector-annotations":"e-annotations","e-node-fixeduserhandles":"e-fixedUserHandles","e-node-annotations":"e-annotations","e-node-ports":"e-ports"},n.ej2Instances=new t.Diagram({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return se(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,c=s;i<c.length;i++){var a=c[i];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.add=function(e,t){return this.ej2Instances.add(e,t)},n.prototype.addChildToGroup=function(e,t){return this.ej2Instances.addChildToGroup(e,t)},n.prototype.addConnector=function(e){return this.ej2Instances.addConnector(e)},n.prototype.addConnectorLabels=function(e,t){return this.ej2Instances.addConnectorLabels(e,t)},n.prototype.addConstraints=function(e,t){return this.ej2Instances.addConstraints(e,t)},n.prototype.addCustomHistoryEntry=function(e){return this.ej2Instances.addCustomHistoryEntry(e)},n.prototype.addHistoryEntry=function(e){return this.ej2Instances.addHistoryEntry(e)},n.prototype.addLabels=function(e,t){return this.ej2Instances.addLabels(e,t)},n.prototype.addLanes=function(e,t,n){return this.ej2Instances.addLanes(e,t,n)},n.prototype.addLayer=function(e,t){return this.ej2Instances.addLayer(e,t)},n.prototype.addNode=function(e,t){return this.ej2Instances.addNode(e,t)},n.prototype.addNodeLabels=function(e,t){return this.ej2Instances.addNodeLabels(e,t)},n.prototype.addNodeToLane=function(e,t,n){return this.ej2Instances.addNodeToLane(e,t,n)},n.prototype.addPhases=function(e,t){return this.ej2Instances.addPhases(e,t)},n.prototype.addPorts=function(e,t){return this.ej2Instances.addPorts(e,t)},n.prototype.addProcess=function(e,t){return this.ej2Instances.addProcess(e,t)},n.prototype.addTextAnnotation=function(e,t){return this.ej2Instances.addTextAnnotation(e,t)},n.prototype.align=function(e,t,n){return this.ej2Instances.align(e,t,n)},n.prototype.bringIntoView=function(e){return this.ej2Instances.bringIntoView(e)},n.prototype.bringLayerForward=function(e){return this.ej2Instances.bringLayerForward(e)},n.prototype.bringToCenter=function(e){return this.ej2Instances.bringToCenter(e)},n.prototype.bringToFront=function(){return this.ej2Instances.bringToFront()},n.prototype.clear=function(){return this.ej2Instances.clear()},n.prototype.clearHistory=function(){return this.ej2Instances.clearHistory()},n.prototype.clearSelection=function(){return this.ej2Instances.clearSelection()},n.prototype.cloneLayer=function(e){return this.ej2Instances.cloneLayer(e)},n.prototype.copy=function(){return this.ej2Instances.copy()},n.prototype.cut=function(){return this.ej2Instances.cut()},n.prototype.distribute=function(e,t){return this.ej2Instances.distribute(e,t)},n.prototype.doLayout=function(){return this.ej2Instances.doLayout()},n.prototype.drag=function(e,t,n){return this.ej2Instances.drag(e,t,n)},n.prototype.dragSourceEnd=function(e,t,n){return this.ej2Instances.dragSourceEnd(e,t,n)},n.prototype.dragTargetEnd=function(e,t,n){return this.ej2Instances.dragTargetEnd(e,t,n)},n.prototype.endGroupAction=function(){return this.ej2Instances.endGroupAction()},n.prototype.exportDiagram=function(e){return this.ej2Instances.exportDiagram(e)},n.prototype.exportImage=function(e,t){return this.ej2Instances.exportImage(e,t)},n.prototype.findElementUnderMouse=function(e,t,n){return this.ej2Instances.findElementUnderMouse(e,t,n)},n.prototype.findObjectUnderMouse=function(e,t,n){return this.ej2Instances.findObjectUnderMouse(e,t,n)},n.prototype.findObjectsUnderMouse=function(e,t){return this.ej2Instances.findObjectsUnderMouse(e,t)},n.prototype.findTargetObjectUnderMouse=function(e,t,n,o,r){return this.ej2Instances.findTargetObjectUnderMouse(e,t,n,o,r)},n.prototype.fitToPage=function(e){return this.ej2Instances.fitToPage(e)},n.prototype.getActiveLayer=function(){return this.ej2Instances.getActiveLayer()},n.prototype.getConnectorObject=function(e){return this.ej2Instances.getConnectorObject(e)},n.prototype.getCursor=function(e,t){return this.ej2Instances.getCursor(e,t)},n.prototype.getDiagramBounds=function(){return this.ej2Instances.getDiagramBounds()},n.prototype.getDiagramContent=function(e){return this.ej2Instances.getDiagramContent(e)},n.prototype.getEdges=function(e){return this.ej2Instances.getEdges(e)},n.prototype.getHistoryStack=function(e){return this.ej2Instances.getHistoryStack(e)},n.prototype.getNodeObject=function(e){return this.ej2Instances.getNodeObject(e)},n.prototype.getObject=function(e){return this.ej2Instances.getObject(e)},n.prototype.getParentId=function(e){return this.ej2Instances.getParentId(e)},n.prototype.getTool=function(e){return this.ej2Instances.getTool(e)},n.prototype.group=function(){return this.ej2Instances.group()},n.prototype.hideTooltip=function(e){return this.ej2Instances.hideTooltip(e)},n.prototype.insertData=function(e){return this.ej2Instances.insertData(e)},n.prototype.loadDiagram=function(e){return this.ej2Instances.loadDiagram(e)},n.prototype.moveForward=function(){return this.ej2Instances.moveForward()},n.prototype.moveObjects=function(e,t){return this.ej2Instances.moveObjects(e,t)},n.prototype.moveObjectsUp=function(e,t){return this.ej2Instances.moveObjectsUp(e,t)},n.prototype.nudge=function(e,t,n){return this.ej2Instances.nudge(e,t,n)},n.prototype.pan=function(e,t,n,o){return this.ej2Instances.pan(e,t,n,o)},n.prototype.paste=function(e){return this.ej2Instances.paste(e)},n.prototype.print=function(e){return this.ej2Instances.print(e)},n.prototype.printImage=function(e,t){return this.ej2Instances.printImage(e,t)},n.prototype.redo=function(){return this.ej2Instances.redo()},n.prototype.remove=function(e){return this.ej2Instances.remove(e)},n.prototype.removeConstraints=function(e,t){return this.ej2Instances.removeConstraints(e,t)},n.prototype.removeData=function(e){return this.ej2Instances.removeData(e)},n.prototype.removeLabels=function(e,t){return this.ej2Instances.removeLabels(e,t)},n.prototype.removeLane=function(e,t){return this.ej2Instances.removeLane(e,t)},n.prototype.removeLayer=function(e){return this.ej2Instances.removeLayer(e)},n.prototype.removePhase=function(e,t){return this.ej2Instances.removePhase(e,t)},n.prototype.removePorts=function(e,t){return this.ej2Instances.removePorts(e,t)},n.prototype.removeProcess=function(e){return this.ej2Instances.removeProcess(e)},n.prototype.reset=function(){return this.ej2Instances.reset()},n.prototype.resetSegments=function(){return this.ej2Instances.resetSegments()},n.prototype.rotate=function(e,t,n){return this.ej2Instances.rotate(e,t,n)},n.prototype.sameSize=function(e,t){return this.ej2Instances.sameSize(e,t)},n.prototype.saveDiagram=function(){return this.ej2Instances.saveDiagram()},n.prototype.scale=function(e,t,n,o){return this.ej2Instances.scale(e,t,n,o)},n.prototype.select=function(e,t,n){return this.ej2Instances.select(e,t,n)},n.prototype.selectAll=function(){return this.ej2Instances.selectAll()},n.prototype.sendBackward=function(){return this.ej2Instances.sendBackward()},n.prototype.sendLayerBackward=function(e){return this.ej2Instances.sendLayerBackward(e)},n.prototype.sendToBack=function(){return this.ej2Instances.sendToBack()},n.prototype.setActiveLayer=function(e){return this.ej2Instances.setActiveLayer(e)},n.prototype.setStackLimit=function(e){return this.ej2Instances.setStackLimit(e)},n.prototype.showTooltip=function(e){return this.ej2Instances.showTooltip(e)},n.prototype.startGroupAction=function(){return this.ej2Instances.startGroupAction()},n.prototype.startTextEdit=function(e,t){return this.ej2Instances.startTextEdit(e,t)},n.prototype.unGroup=function(){return this.ej2Instances.unGroup()},n.prototype.unSelect=function(e){return this.ej2Instances.unSelect(e)},n.prototype.undo=function(){return this.ej2Instances.undo()},n.prototype.updateData=function(e){return this.ej2Instances.updateData(e)},n.prototype.updateViewPort=function(){return this.ej2Instances.updateViewPort()},n.prototype.zoom=function(e,t){return this.ej2Instances.zoom(e,t)},n.prototype.zoomTo=function(e){return this.ej2Instances.zoomTo(e)},n=ie([o.EJComponentDecorator({props:ce})],n)}(o.ComponentBase),pe={name:"ejs-diagram",install:function(e){e.component(pe.name,ue),e.component(p.name,u),e.component(a.name,c),e.component(m.name,h),e.component(y.name,d),e.component(M.name,S),e.component(x.name,R),e.component(b.name,P),e.component(I.name,v),e.component(L.name,w),e.component(D.name,C),e.component(re.name,oe),e.component(ne.name,te),e.component(J.name,k),e.component(N.name,U),e.component(G.name,V),e.component($.name,z),e.component(Y.name,X),e.component(Q.name,W)}},le=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),fe=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},de=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return le(t,e),t.prototype.render=function(){},t=fe([o.EJComponentDecorator({})],t)}(n),ye={name:"e-palettes",install:function(e){e.component(ye.name,de)}},he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return le(t,e),t.prototype.render=function(){},t=fe([o.EJComponentDecorator({})],t)}(n),me={name:"e-palette",install:function(e){e.component(me.name,he)}},je=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ge=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},ve=["isLazyUpdate","plugins","accessKey","allowDrag","connectorDefaults","enableAnimation","enablePersistence","enableRtl","enableSearch","expandMode","filterSymbols","getConnectorDefaults","getNodeDefaults","getSymbolInfo","getSymbolTemplate","height","ignoreSymbolsOnSearch","locale","nodeDefaults","palettes","symbolDragSize","symbolHeight","symbolInfo","symbolMargin","symbolPreview","symbolWidth","width","paletteExpanding","paletteSelectionChange"],Ie=[],Pe=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=ve,n.models=Ie,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-palettes":"e-palette"},n.tagNameMapper={},n.ej2Instances=new t.SymbolPalette({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return je(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,c=s;i<c.length;i++){var a=c[i];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.addPaletteItem=function(e,t,n){return this.ej2Instances.addPaletteItem(e,t,n)},n.prototype.addPalettes=function(e){return this.ej2Instances.addPalettes(e)},n.prototype.defaultLocale=function(){return this.ej2Instances.defaultLocale()},n.prototype.removePaletteItem=function(e,t){return this.ej2Instances.removePaletteItem(e,t)},n.prototype.removePalettes=function(e){return this.ej2Instances.removePalettes(e)},n=ge([o.EJComponentDecorator({props:ve})],n)}(o.ComponentBase),be={name:"ejs-symbolpalette",install:function(e){e.component(be.name,Pe),e.component(me.name,he),e.component(ye.name,de)}},_e=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Oe=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},Ce=["isLazyUpdate","plugins","enablePersistence","enableRtl","height","locale","sourceID","width","created"],De=[],we=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=Ce,n.models=De,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.Overview({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return _e(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,c=s;i<c.length;i++){var a=c[i];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.updateHtmlLayer=function(e){return this.ej2Instances.updateHtmlLayer(e)},n=Oe([o.EJComponentDecorator({props:Ce})],n)}(o.ComponentBase),Le={name:"ejs-overview",install:function(e){e.component(Le.name,we)}};e.LayersDirective=c,e.LayerDirective=u,e.LayersPlugin=a,e.LayerPlugin=p,e.CustomCursorsDirective=d,e.CustomCursorDirective=h,e.CustomCursorsPlugin=y,e.CustomCursorPlugin=m,e.ConnectorFixedUserHandlesDirective=v,e.ConnectorFixedUserHandleDirective=P,e.ConnectorFixedUserHandlesPlugin=I,e.ConnectorFixedUserHandlePlugin=b,e.ConnectorAnnotationsDirective=C,e.ConnectorAnnotationDirective=w,e.ConnectorAnnotationsPlugin=D,e.ConnectorAnnotationPlugin=L,e.ConnectorsDirective=R,e.ConnectorDirective=S,e.ConnectorsPlugin=x,e.ConnectorPlugin=M,e.NodeFixedUserHandlesDirective=U,e.NodeFixedUserHandleDirective=k,e.NodeFixedUserHandlesPlugin=N,e.NodeFixedUserHandlePlugin=J,e.NodeAnnotationsDirective=z,e.NodeAnnotationDirective=V,e.NodeAnnotationsPlugin=$,e.NodeAnnotationPlugin=G,e.PortsDirective=W,e.PortDirective=X,e.PortsPlugin=Q,e.PortPlugin=Y,e.NodesDirective=te,e.NodeDirective=oe,e.NodesPlugin=ne,e.NodePlugin=re,e.DiagramComponent=ue,e.DiagramPlugin=pe,e.PalettesDirective=de,e.PaletteDirective=he,e.PalettesPlugin=ye,e.PalettePlugin=me,e.SymbolPaletteComponent=Pe,e.SymbolPalettePlugin=be,e.OverviewComponent=we,e.OverviewPlugin=Le,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-diagrams"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-diagrams","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Diagrams,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,o,r){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),a={name:"e-layers",install:function(e){e.component(a.name,c)}},p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),u={name:"e-layer",install:function(e){e.component(u.name,p)}},l=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),f=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),y={name:"e-cursormaps",install:function(e){e.component(y.name,d)}},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),m={name:"e-cursormap",install:function(e){e.component(m.name,h)}},j=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),g=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},v=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=g([o.EJComponentDecorator({})],t)}(n),I={name:"e-connector-fixeduserhandles",install:function(e){e.component(I.name,v)}},P=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=g([o.EJComponentDecorator({})],t)}(n),b={name:"e-connector-fixeduserhandle",install:function(e){e.component(b.name,P)}},_=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),O=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},C=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t=O([o.EJComponentDecorator({})],t)}(n),D={name:"e-connector-annotations",install:function(e){e.component(D.name,C)}},w=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t=O([o.EJComponentDecorator({})],t)}(n),L={name:"e-connector-annotation",install:function(e){e.component(L.name,w)}},T=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),E=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},R=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){},t=E([o.EJComponentDecorator({})],t)}(n),x={name:"e-connectors",install:function(e){e.component(x.name,R)}},S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){},t=E([o.EJComponentDecorator({})],t)}(n),A={name:"e-connector",install:function(e){e.component(A.name,S)}},M=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),H=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},U=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return M(t,e),t.prototype.render=function(){},t=H([o.EJComponentDecorator({})],t)}(n),N={name:"e-node-fixeduserhandles",install:function(e){e.component(N.name,U)}},k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return M(t,e),t.prototype.render=function(){},t=H([o.EJComponentDecorator({})],t)}(n),J={name:"e-node-fixeduserhandle",install:function(e){e.component(J.name,k)}},B=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},z=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return B(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),$={name:"e-node-annotations",install:function(e){e.component($.name,z)}},V=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return B(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),G={name:"e-node-annotation",install:function(e){e.component(G.name,V)}},q=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),K=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},W=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return q(t,e),t.prototype.render=function(){},t=K([o.EJComponentDecorator({})],t)}(n),Q={name:"e-node-ports",install:function(e){e.component(Q.name,W)}},X=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return q(t,e),t.prototype.render=function(){},t=K([o.EJComponentDecorator({})],t)}(n),Y={name:"e-node-port",install:function(e){e.component(Y.name,X)}},Z=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ee=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),ne={name:"e-nodes",install:function(e){e.component(ne.name,te)}},oe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),re={name:"e-node",install:function(e){e.component(re.name,oe)}},se=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ie=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},ce=["isLazyUpdate","plugins","addInfo","annotationTemplate","backgroundColor","bridgeDirection","commandManager","connectorDefaults","connectors","constraints","contextMenuSettings","customCursor","dataSourceSettings","diagramSettings","drawingObject","enableConnectorSplit","enablePersistence","enableRtl","getConnectorDefaults","getCustomCursor","getCustomProperty","getCustomTool","getDescription","getNodeDefaults","height","historyManager","layers","layout","locale","mode","nodeDefaults","nodeTemplate","nodes","pageSettings","rulerSettings","scrollSettings","segmentThumbShape","selectedItems","serializationSettings","setNodeTemplate","snapSettings","tool","tooltip","updateSelection","userHandleTemplate","width","animationComplete","click","collectionChange","commandExecute","connectionChange","contextMenuBeforeItemRender","contextMenuClick","contextMenuOpen","created","dataLoaded","doubleClick","dragEnter","dragLeave","dragOver","drop","expandStateChange","fixedUserHandleClick","historyChange","historyStateChange","keyDown","keyUp","mouseEnter","mouseLeave","mouseOver","onImageLoad","onUserHandleMouseDown","onUserHandleMouseEnter","onUserHandleMouseLeave","onUserHandleMouseUp","positionChange","propertyChange","rotateChange","scrollChange","segmentCollectionChange","selectionChange","sizeChange","sourcePointChange","targetPointChange","textEdit","elementDraw"],ae=[],pe=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=ce,n.models=ae,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-layers":"e-layer","e-cursormaps":"e-cursormap","e-connectors":{"e-connector":{"e-connector-fixeduserhandles":"e-connector-fixeduserhandle","e-connector-annotations":"e-connector-annotation"}},"e-nodes":{"e-node":{"e-node-fixeduserhandles":"e-node-fixeduserhandle","e-node-annotations":"e-node-annotation","e-node-ports":"e-node-port"}}},n.tagNameMapper={"e-cursormaps":"e-customCursor","e-connector-fixeduserhandles":"e-fixedUserHandles","e-connector-annotations":"e-annotations","e-node-fixeduserhandles":"e-fixedUserHandles","e-node-annotations":"e-annotations","e-node-ports":"e-ports"},n.ej2Instances=new t.Diagram({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return se(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,c=s;i<c.length;i++){var a=c[i];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.add=function(e,t){return this.ej2Instances.add(e,t)},n.prototype.addChildToGroup=function(e,t){return this.ej2Instances.addChildToGroup(e,t)},n.prototype.addConnector=function(e){return this.ej2Instances.addConnector(e)},n.prototype.addConnectorLabels=function(e,t){return this.ej2Instances.addConnectorLabels(e,t)},n.prototype.addConstraints=function(e,t){return this.ej2Instances.addConstraints(e,t)},n.prototype.addCustomHistoryEntry=function(e){return this.ej2Instances.addCustomHistoryEntry(e)},n.prototype.addHistoryEntry=function(e,t){return this.ej2Instances.addHistoryEntry(e,t)},n.prototype.addLabels=function(e,t){return this.ej2Instances.addLabels(e,t)},n.prototype.addLanes=function(e,t,n){return this.ej2Instances.addLanes(e,t,n)},n.prototype.addLayer=function(e,t){return this.ej2Instances.addLayer(e,t)},n.prototype.addNode=function(e,t){return this.ej2Instances.addNode(e,t)},n.prototype.addNodeLabels=function(e,t){return this.ej2Instances.addNodeLabels(e,t)},n.prototype.addNodeToLane=function(e,t,n){return this.ej2Instances.addNodeToLane(e,t,n)},n.prototype.addPhases=function(e,t){return this.ej2Instances.addPhases(e,t)},n.prototype.addPorts=function(e,t){return this.ej2Instances.addPorts(e,t)},n.prototype.addProcess=function(e,t){return this.ej2Instances.addProcess(e,t)},n.prototype.addTextAnnotation=function(e,t){return this.ej2Instances.addTextAnnotation(e,t)},n.prototype.align=function(e,t,n){return this.ej2Instances.align(e,t,n)},n.prototype.bringIntoView=function(e){return this.ej2Instances.bringIntoView(e)},n.prototype.bringLayerForward=function(e){return this.ej2Instances.bringLayerForward(e)},n.prototype.bringToCenter=function(e){return this.ej2Instances.bringToCenter(e)},n.prototype.bringToFront=function(){return this.ej2Instances.bringToFront()},n.prototype.clear=function(){return this.ej2Instances.clear()},n.prototype.clearHistory=function(){return this.ej2Instances.clearHistory()},n.prototype.clearSelection=function(){return this.ej2Instances.clearSelection()},n.prototype.cloneLayer=function(e){return this.ej2Instances.cloneLayer(e)},n.prototype.copy=function(){return this.ej2Instances.copy()},n.prototype.cut=function(){return this.ej2Instances.cut()},n.prototype.distribute=function(e,t){return this.ej2Instances.distribute(e,t)},n.prototype.doLayout=function(){return this.ej2Instances.doLayout()},n.prototype.drag=function(e,t,n){return this.ej2Instances.drag(e,t,n)},n.prototype.dragSourceEnd=function(e,t,n){return this.ej2Instances.dragSourceEnd(e,t,n)},n.prototype.dragTargetEnd=function(e,t,n){return this.ej2Instances.dragTargetEnd(e,t,n)},n.prototype.endGroupAction=function(){return this.ej2Instances.endGroupAction()},n.prototype.exportDiagram=function(e){return this.ej2Instances.exportDiagram(e)},n.prototype.exportImage=function(e,t){return this.ej2Instances.exportImage(e,t)},n.prototype.findElementUnderMouse=function(e,t,n){return this.ej2Instances.findElementUnderMouse(e,t,n)},n.prototype.findObjectUnderMouse=function(e,t,n){return this.ej2Instances.findObjectUnderMouse(e,t,n)},n.prototype.findObjectsUnderMouse=function(e,t){return this.ej2Instances.findObjectsUnderMouse(e,t)},n.prototype.findTargetObjectUnderMouse=function(e,t,n,o,r){return this.ej2Instances.findTargetObjectUnderMouse(e,t,n,o,r)},n.prototype.fitToPage=function(e){return this.ej2Instances.fitToPage(e)},n.prototype.getActiveLayer=function(){return this.ej2Instances.getActiveLayer()},n.prototype.getConnectorObject=function(e){return this.ej2Instances.getConnectorObject(e)},n.prototype.getCursor=function(e,t){return this.ej2Instances.getCursor(e,t)},n.prototype.getDiagramAction=function(e){return this.ej2Instances.getDiagramAction(e)},n.prototype.getDiagramBounds=function(){return this.ej2Instances.getDiagramBounds()},n.prototype.getDiagramContent=function(e){return this.ej2Instances.getDiagramContent(e)},n.prototype.getEdges=function(e){return this.ej2Instances.getEdges(e)},n.prototype.getHistoryStack=function(e){return this.ej2Instances.getHistoryStack(e)},n.prototype.getNodeObject=function(e){return this.ej2Instances.getNodeObject(e)},n.prototype.getObject=function(e){return this.ej2Instances.getObject(e)},n.prototype.getParentId=function(e){return this.ej2Instances.getParentId(e)},n.prototype.getTool=function(e){return this.ej2Instances.getTool(e)},n.prototype.group=function(){return this.ej2Instances.group()},n.prototype.hideTooltip=function(e){return this.ej2Instances.hideTooltip(e)},n.prototype.insertData=function(e){return this.ej2Instances.insertData(e)},n.prototype.loadDiagram=function(e){return this.ej2Instances.loadDiagram(e)},n.prototype.moveForward=function(){return this.ej2Instances.moveForward()},n.prototype.moveObjects=function(e,t){return this.ej2Instances.moveObjects(e,t)},n.prototype.moveObjectsUp=function(e,t){return this.ej2Instances.moveObjectsUp(e,t)},n.prototype.nudge=function(e,t,n){return this.ej2Instances.nudge(e,t,n)},n.prototype.pan=function(e,t,n,o){return this.ej2Instances.pan(e,t,n,o)},n.prototype.paste=function(e){return this.ej2Instances.paste(e)},n.prototype.print=function(e){return this.ej2Instances.print(e)},n.prototype.printImage=function(e,t){return this.ej2Instances.printImage(e,t)},n.prototype.redo=function(){return this.ej2Instances.redo()},n.prototype.remove=function(e){return this.ej2Instances.remove(e)},n.prototype.removeConstraints=function(e,t){return this.ej2Instances.removeConstraints(e,t)},n.prototype.removeData=function(e){return this.ej2Instances.removeData(e)},n.prototype.removeLabels=function(e,t){return this.ej2Instances.removeLabels(e,t)},n.prototype.removeLane=function(e,t){return this.ej2Instances.removeLane(e,t)},n.prototype.removeLayer=function(e){return this.ej2Instances.removeLayer(e)},n.prototype.removePhase=function(e,t){return this.ej2Instances.removePhase(e,t)},n.prototype.removePorts=function(e,t){return this.ej2Instances.removePorts(e,t)},n.prototype.removeProcess=function(e){return this.ej2Instances.removeProcess(e)},n.prototype.reset=function(){return this.ej2Instances.reset()},n.prototype.resetSegments=function(){return this.ej2Instances.resetSegments()},n.prototype.rotate=function(e,t,n){return this.ej2Instances.rotate(e,t,n)},n.prototype.sameSize=function(e,t){return this.ej2Instances.sameSize(e,t)},n.prototype.saveDiagram=function(){return this.ej2Instances.saveDiagram()},n.prototype.scale=function(e,t,n,o){return this.ej2Instances.scale(e,t,n,o)},n.prototype.select=function(e,t,n){return this.ej2Instances.select(e,t,n)},n.prototype.selectAll=function(){return this.ej2Instances.selectAll()},n.prototype.sendBackward=function(){return this.ej2Instances.sendBackward()},n.prototype.sendLayerBackward=function(e){return this.ej2Instances.sendLayerBackward(e)},n.prototype.sendToBack=function(){return this.ej2Instances.sendToBack()},n.prototype.setActiveLayer=function(e){return this.ej2Instances.setActiveLayer(e)},n.prototype.setStackLimit=function(e){return this.ej2Instances.setStackLimit(e)},n.prototype.showTooltip=function(e){return this.ej2Instances.showTooltip(e)},n.prototype.startGroupAction=function(){return this.ej2Instances.startGroupAction()},n.prototype.startTextEdit=function(e,t){return this.ej2Instances.startTextEdit(e,t)},n.prototype.unGroup=function(){return this.ej2Instances.unGroup()},n.prototype.unSelect=function(e){return this.ej2Instances.unSelect(e)},n.prototype.undo=function(){return this.ej2Instances.undo()},n.prototype.updateData=function(e){return this.ej2Instances.updateData(e)},n.prototype.updateViewPort=function(){return this.ej2Instances.updateViewPort()},n.prototype.zoom=function(e,t){return this.ej2Instances.zoom(e,t)},n.prototype.zoomTo=function(e){return this.ej2Instances.zoomTo(e)},n=ie([o.EJComponentDecorator({props:ce})],n)}(o.ComponentBase),ue={name:"ejs-diagram",install:function(e){e.component(ue.name,pe),e.component(u.name,p),e.component(a.name,c),e.component(m.name,h),e.component(y.name,d),e.component(A.name,S),e.component(x.name,R),e.component(b.name,P),e.component(I.name,v),e.component(L.name,w),e.component(D.name,C),e.component(re.name,oe),e.component(ne.name,te),e.component(J.name,k),e.component(N.name,U),e.component(G.name,V),e.component($.name,z),e.component(Y.name,X),e.component(Q.name,W)}},le=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),fe=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},de=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return le(t,e),t.prototype.render=function(){},t=fe([o.EJComponentDecorator({})],t)}(n),ye={name:"e-palettes",install:function(e){e.component(ye.name,de)}},he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return le(t,e),t.prototype.render=function(){},t=fe([o.EJComponentDecorator({})],t)}(n),me={name:"e-palette",install:function(e){e.component(me.name,he)}},je=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ge=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},ve=["isLazyUpdate","plugins","accessKey","allowDrag","connectorDefaults","enableAnimation","enablePersistence","enableRtl","enableSearch","expandMode","filterSymbols","getConnectorDefaults","getNodeDefaults","getSymbolInfo","getSymbolTemplate","height","ignoreSymbolsOnSearch","locale","nodeDefaults","palettes","symbolDragSize","symbolHeight","symbolInfo","symbolMargin","symbolPreview","symbolWidth","width","paletteExpanding","paletteSelectionChange"],Ie=[],Pe=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=ve,n.models=Ie,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-palettes":"e-palette"},n.tagNameMapper={},n.ej2Instances=new t.SymbolPalette({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return je(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,c=s;i<c.length;i++){var a=c[i];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.addPaletteItem=function(e,t,n){return this.ej2Instances.addPaletteItem(e,t,n)},n.prototype.addPalettes=function(e){return this.ej2Instances.addPalettes(e)},n.prototype.removePaletteItem=function(e,t){return this.ej2Instances.removePaletteItem(e,t)},n.prototype.removePalettes=function(e){return this.ej2Instances.removePalettes(e)},n=ge([o.EJComponentDecorator({props:ve})],n)}(o.ComponentBase),be={name:"ejs-symbolpalette",install:function(e){e.component(be.name,Pe),e.component(me.name,he),e.component(ye.name,de)}},_e=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Oe=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},Ce=["isLazyUpdate","plugins","enablePersistence","enableRtl","height","locale","sourceID","width","created"],De=[],we=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=Ce,n.models=De,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.Overview({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return _e(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,c=s;i<c.length;i++){var a=c[i];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.updateHtmlLayer=function(e){return this.ej2Instances.updateHtmlLayer(e)},n=Oe([o.EJComponentDecorator({props:Ce})],n)}(o.ComponentBase),Le={name:"ejs-overview",install:function(e){e.component(Le.name,we)}};e.LayersDirective=c,e.LayerDirective=p,e.LayersPlugin=a,e.LayerPlugin=u,e.CustomCursorsDirective=d,e.CustomCursorDirective=h,e.CustomCursorsPlugin=y,e.CustomCursorPlugin=m,e.ConnectorFixedUserHandlesDirective=v,e.ConnectorFixedUserHandleDirective=P,e.ConnectorFixedUserHandlesPlugin=I,e.ConnectorFixedUserHandlePlugin=b,e.ConnectorAnnotationsDirective=C,e.ConnectorAnnotationDirective=w,e.ConnectorAnnotationsPlugin=D,e.ConnectorAnnotationPlugin=L,e.ConnectorsDirective=R,e.ConnectorDirective=S,e.ConnectorsPlugin=x,e.ConnectorPlugin=A,e.NodeFixedUserHandlesDirective=U,e.NodeFixedUserHandleDirective=k,e.NodeFixedUserHandlesPlugin=N,e.NodeFixedUserHandlePlugin=J,e.NodeAnnotationsDirective=z,e.NodeAnnotationDirective=V,e.NodeAnnotationsPlugin=$,e.NodeAnnotationPlugin=G,e.PortsDirective=W,e.PortDirective=X,e.PortsPlugin=Q,e.PortPlugin=Y,e.NodesDirective=te,e.NodeDirective=oe,e.NodesPlugin=ne,e.NodePlugin=re,e.DiagramComponent=pe,e.DiagramPlugin=ue,e.PalettesDirective=de,e.PaletteDirective=he,e.PalettesPlugin=ye,e.PalettePlugin=me,e.SymbolPaletteComponent=Pe,e.SymbolPalettePlugin=be,e.OverviewComponent=we,e.OverviewPlugin=Le,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-vue-diagrams.umd.min.js.map