@syncfusion/ej2-react-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.
- package/CHANGELOG.md +12 -43
- package/dist/ej2-react-diagrams.min.js +10 -0
- package/dist/ej2-react-diagrams.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -1
- package/styles/bootstrap.css +6 -1
- package/styles/bootstrap4.css +6 -1
- package/styles/bootstrap5-dark.css +7 -1
- package/styles/bootstrap5.css +7 -1
- package/styles/diagram/bootstrap-dark.css +6 -1
- package/styles/diagram/bootstrap.css +6 -1
- package/styles/diagram/bootstrap4.css +6 -1
- package/styles/diagram/bootstrap5-dark.css +7 -1
- package/styles/diagram/bootstrap5.css +7 -1
- package/styles/diagram/fabric-dark.css +6 -1
- package/styles/diagram/fabric.css +6 -1
- package/styles/diagram/fluent-dark.css +7 -1
- package/styles/diagram/fluent.css +7 -1
- package/styles/diagram/highcontrast-light.css +6 -1
- package/styles/diagram/highcontrast.css +7 -1
- package/styles/diagram/material-dark.css +6 -1
- package/styles/diagram/material.css +6 -1
- package/styles/diagram/tailwind-dark.css +7 -1
- package/styles/diagram/tailwind.css +7 -1
- package/styles/fabric-dark.css +6 -1
- package/styles/fabric.css +6 -1
- package/styles/fluent-dark.css +7 -1
- package/styles/fluent.css +7 -1
- package/styles/highcontrast-light.css +6 -1
- package/styles/highcontrast.css +7 -1
- package/styles/material-dark.css +6 -1
- package/styles/material.css +6 -1
- package/styles/tailwind-dark.css +7 -1
- package/styles/tailwind.css +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,53 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
### Diagram
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
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
|
|
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.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-react-diagrams.min.js
|
|
3
|
+
* version : 20.3.47
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
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])}])});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-diagrams.umd.min.js
|
|
3
|
-
* version : 20.
|
|
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
|
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.12.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-iibz5MYR502lRaEVX544ZHfxjpI4OfNHjisTbtl5C29tguCUaDeHY9QtgAimjmhH/rnGcD3JxEDKGqS0ZCVDLA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-diagrams",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-diagrams/-/ej2-react-diagrams-19.12.3.tgz",
|
|
23
|
+
"_shasum": "dd5a35269b7a6bfd4b48069bcab85fb066ea27e4",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-diagrams@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-diagrams": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
|
35
|
+
"@syncfusion/ej2-diagrams": "20.3.47",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.3.47"
|
|
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",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"type": "git",
|
|
58
58
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
59
59
|
},
|
|
60
|
-
"version": "20.
|
|
60
|
+
"version": "20.3.47",
|
|
61
61
|
"sideEffects": true
|
|
62
62
|
}
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #dfdfdf !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #0070f0;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #0070f0;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
package/styles/bootstrap.css
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #317ab9;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #317ab9;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
package/styles/bootstrap4.css
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #007bff;
|
|
222
224
|
stroke: #007bff;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #007bff;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #dee2e6 !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0d6efd;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0d6efd;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
package/styles/bootstrap5.css
CHANGED
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #fff !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0d6efd;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0d6efd;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #dfdfdf !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #0070f0;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #0070f0;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #317ab9;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #317ab9;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #007bff;
|
|
222
224
|
stroke: #007bff;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #007bff;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #dee2e6 !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0d6efd;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0d6efd;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #fff !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0d6efd;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0d6efd;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #dadada !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #0074cc;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #0074cc;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #0078d6;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #0078d6;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #f3f2f1 !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0078d4;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0078d4;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #fff !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0078d4;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0078d4;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: rgb(0, 90, 158);
|
|
222
224
|
stroke: #fff;
|
|
@@ -341,6 +343,7 @@
|
|
|
341
343
|
stroke: #fff;
|
|
342
344
|
}
|
|
343
345
|
|
|
346
|
+
/* stylelint-disable */
|
|
344
347
|
.e-diagram-rotate {
|
|
345
348
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
346
349
|
}
|
|
@@ -356,4 +359,6 @@
|
|
|
356
359
|
.e-diagramTooltip-content {
|
|
357
360
|
width: auto !important;
|
|
358
361
|
height: auto !important;
|
|
359
|
-
}
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* stylelint-enable */
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #757575;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #cccccc !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #ffd939;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #ffd939;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
stroke: #fff;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
209
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
211
|
opacity: 1 !important;
|
|
211
212
|
}
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
background-color: #e0e0e0 !important;
|
|
219
220
|
}
|
|
220
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
221
223
|
.e-diagram-bezier-handle {
|
|
222
224
|
fill: #fff;
|
|
223
225
|
stroke: #00b0ff;
|
|
@@ -343,6 +345,7 @@
|
|
|
343
345
|
stroke: #00b0ff;
|
|
344
346
|
}
|
|
345
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
346
349
|
.e-diagram-rotate {
|
|
347
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
351
|
}
|
|
@@ -358,4 +361,6 @@
|
|
|
358
361
|
.e-diagramTooltip-content {
|
|
359
362
|
width: auto !important;
|
|
360
363
|
height: auto !important;
|
|
361
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
stroke: #fff;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
209
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
211
|
opacity: 1 !important;
|
|
211
212
|
}
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
background-color: #fff !important;
|
|
219
220
|
}
|
|
220
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
221
223
|
.e-diagram-bezier-handle {
|
|
222
224
|
fill: #fff;
|
|
223
225
|
stroke: #e3165b;
|
|
@@ -343,6 +345,7 @@
|
|
|
343
345
|
stroke: #e3165b;
|
|
344
346
|
}
|
|
345
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
346
349
|
.e-diagram-rotate {
|
|
347
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
351
|
}
|
|
@@ -358,4 +361,6 @@
|
|
|
358
361
|
.e-diagramTooltip-content {
|
|
359
362
|
width: auto !important;
|
|
360
363
|
height: auto !important;
|
|
361
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
content: "\e58c";
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
85
86
|
.e-icons {
|
|
86
87
|
font-family: "e-icons";
|
|
87
88
|
font-style: normal;
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
stroke: #fff;
|
|
207
208
|
}
|
|
208
209
|
|
|
210
|
+
/* stylelint-disable */
|
|
209
211
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
212
|
opacity: 1 !important;
|
|
211
213
|
}
|
|
@@ -218,6 +220,7 @@
|
|
|
218
220
|
background-color: #d1d5db !important;
|
|
219
221
|
}
|
|
220
222
|
|
|
223
|
+
/* stylelint-enable */
|
|
221
224
|
.e-diagram-bezier-handle {
|
|
222
225
|
fill: #fff;
|
|
223
226
|
stroke: #22d3ee;
|
|
@@ -343,6 +346,7 @@
|
|
|
343
346
|
stroke: #22d3ee;
|
|
344
347
|
}
|
|
345
348
|
|
|
349
|
+
/* stylelint-disable */
|
|
346
350
|
.e-diagram-rotate {
|
|
347
351
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
352
|
}
|
|
@@ -358,4 +362,6 @@
|
|
|
358
362
|
.e-diagramTooltip-content {
|
|
359
363
|
width: auto !important;
|
|
360
364
|
height: auto !important;
|
|
361
|
-
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/* stylelint-enable */
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
content: "\e58c";
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
85
86
|
.e-icons {
|
|
86
87
|
font-family: "e-icons";
|
|
87
88
|
font-style: normal;
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
stroke: #fff;
|
|
207
208
|
}
|
|
208
209
|
|
|
210
|
+
/* stylelint-disable */
|
|
209
211
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
212
|
opacity: 1 !important;
|
|
211
213
|
}
|
|
@@ -218,6 +220,7 @@
|
|
|
218
220
|
background-color: #fff !important;
|
|
219
221
|
}
|
|
220
222
|
|
|
223
|
+
/* stylelint-enable */
|
|
221
224
|
.e-diagram-bezier-handle {
|
|
222
225
|
fill: #fff;
|
|
223
226
|
stroke: #4f46e5;
|
|
@@ -343,6 +346,7 @@
|
|
|
343
346
|
stroke: #4f46e5;
|
|
344
347
|
}
|
|
345
348
|
|
|
349
|
+
/* stylelint-disable */
|
|
346
350
|
.e-diagram-rotate {
|
|
347
351
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
352
|
}
|
|
@@ -358,4 +362,6 @@
|
|
|
358
362
|
.e-diagramTooltip-content {
|
|
359
363
|
width: auto !important;
|
|
360
364
|
height: auto !important;
|
|
361
|
-
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/* stylelint-enable */
|
package/styles/fabric-dark.css
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #dadada !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #0074cc;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #0074cc;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
package/styles/fabric.css
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: #fff;
|
|
222
224
|
stroke: #0078d6;
|
|
@@ -342,6 +344,7 @@
|
|
|
342
344
|
stroke: #0078d6;
|
|
343
345
|
}
|
|
344
346
|
|
|
347
|
+
/* stylelint-disable */
|
|
345
348
|
.e-diagram-rotate {
|
|
346
349
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
350
|
}
|
|
@@ -357,4 +360,6 @@
|
|
|
357
360
|
.e-diagramTooltip-content {
|
|
358
361
|
width: auto !important;
|
|
359
362
|
height: auto !important;
|
|
360
|
-
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* stylelint-enable */
|
package/styles/fluent-dark.css
CHANGED
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #f3f2f1 !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0078d4;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0078d4;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
package/styles/fluent.css
CHANGED
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #fff;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #fff !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #0078d4;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #0078d4;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
stroke: #fff;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
/* stylelint-disable */
|
|
208
209
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
210
|
opacity: 1 !important;
|
|
210
211
|
}
|
|
@@ -217,6 +218,7 @@
|
|
|
217
218
|
background-color: #fff !important;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-enable */
|
|
220
222
|
.e-diagram-bezier-handle {
|
|
221
223
|
fill: rgb(0, 90, 158);
|
|
222
224
|
stroke: #fff;
|
|
@@ -341,6 +343,7 @@
|
|
|
341
343
|
stroke: #fff;
|
|
342
344
|
}
|
|
343
345
|
|
|
346
|
+
/* stylelint-disable */
|
|
344
347
|
.e-diagram-rotate {
|
|
345
348
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
346
349
|
}
|
|
@@ -356,4 +359,6 @@
|
|
|
356
359
|
.e-diagramTooltip-content {
|
|
357
360
|
width: auto !important;
|
|
358
361
|
height: auto !important;
|
|
359
|
-
}
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* stylelint-enable */
|
package/styles/highcontrast.css
CHANGED
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
content: "\e58c";
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
84
85
|
.e-icons {
|
|
85
86
|
font-family: "e-icons";
|
|
86
87
|
font-style: normal;
|
|
@@ -205,6 +206,7 @@
|
|
|
205
206
|
stroke: #757575;
|
|
206
207
|
}
|
|
207
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
208
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
209
211
|
opacity: 1 !important;
|
|
210
212
|
}
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
background-color: #cccccc !important;
|
|
218
220
|
}
|
|
219
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
220
223
|
.e-diagram-bezier-handle {
|
|
221
224
|
fill: #fff;
|
|
222
225
|
stroke: #ffd939;
|
|
@@ -342,6 +345,7 @@
|
|
|
342
345
|
stroke: #ffd939;
|
|
343
346
|
}
|
|
344
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
345
349
|
.e-diagram-rotate {
|
|
346
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
347
351
|
}
|
|
@@ -357,4 +361,6 @@
|
|
|
357
361
|
.e-diagramTooltip-content {
|
|
358
362
|
width: auto !important;
|
|
359
363
|
height: auto !important;
|
|
360
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
package/styles/material-dark.css
CHANGED
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
stroke: #fff;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
209
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
211
|
opacity: 1 !important;
|
|
211
212
|
}
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
background-color: #e0e0e0 !important;
|
|
219
220
|
}
|
|
220
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
221
223
|
.e-diagram-bezier-handle {
|
|
222
224
|
fill: #fff;
|
|
223
225
|
stroke: #00b0ff;
|
|
@@ -343,6 +345,7 @@
|
|
|
343
345
|
stroke: #00b0ff;
|
|
344
346
|
}
|
|
345
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
346
349
|
.e-diagram-rotate {
|
|
347
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
351
|
}
|
|
@@ -358,4 +361,6 @@
|
|
|
358
361
|
.e-diagramTooltip-content {
|
|
359
362
|
width: auto !important;
|
|
360
363
|
height: auto !important;
|
|
361
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
package/styles/material.css
CHANGED
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
stroke: #fff;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
+
/* stylelint-disable */
|
|
209
210
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
211
|
opacity: 1 !important;
|
|
211
212
|
}
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
background-color: #fff !important;
|
|
219
220
|
}
|
|
220
221
|
|
|
222
|
+
/* stylelint-enable */
|
|
221
223
|
.e-diagram-bezier-handle {
|
|
222
224
|
fill: #fff;
|
|
223
225
|
stroke: #e3165b;
|
|
@@ -343,6 +345,7 @@
|
|
|
343
345
|
stroke: #e3165b;
|
|
344
346
|
}
|
|
345
347
|
|
|
348
|
+
/* stylelint-disable */
|
|
346
349
|
.e-diagram-rotate {
|
|
347
350
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
351
|
}
|
|
@@ -358,4 +361,6 @@
|
|
|
358
361
|
.e-diagramTooltip-content {
|
|
359
362
|
width: auto !important;
|
|
360
363
|
height: auto !important;
|
|
361
|
-
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* stylelint-enable */
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
content: "\e58c";
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
85
86
|
.e-icons {
|
|
86
87
|
font-family: "e-icons";
|
|
87
88
|
font-style: normal;
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
stroke: #fff;
|
|
207
208
|
}
|
|
208
209
|
|
|
210
|
+
/* stylelint-disable */
|
|
209
211
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
212
|
opacity: 1 !important;
|
|
211
213
|
}
|
|
@@ -218,6 +220,7 @@
|
|
|
218
220
|
background-color: #d1d5db !important;
|
|
219
221
|
}
|
|
220
222
|
|
|
223
|
+
/* stylelint-enable */
|
|
221
224
|
.e-diagram-bezier-handle {
|
|
222
225
|
fill: #fff;
|
|
223
226
|
stroke: #22d3ee;
|
|
@@ -343,6 +346,7 @@
|
|
|
343
346
|
stroke: #22d3ee;
|
|
344
347
|
}
|
|
345
348
|
|
|
349
|
+
/* stylelint-disable */
|
|
346
350
|
.e-diagram-rotate {
|
|
347
351
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
352
|
}
|
|
@@ -358,4 +362,6 @@
|
|
|
358
362
|
.e-diagramTooltip-content {
|
|
359
363
|
width: auto !important;
|
|
360
364
|
height: auto !important;
|
|
361
|
-
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/* stylelint-enable */
|
package/styles/tailwind.css
CHANGED
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
content: "\e58c";
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
/* stylelint-disable-line length-zero-no-unit */
|
|
85
86
|
.e-icons {
|
|
86
87
|
font-family: "e-icons";
|
|
87
88
|
font-style: normal;
|
|
@@ -206,6 +207,7 @@
|
|
|
206
207
|
stroke: #fff;
|
|
207
208
|
}
|
|
208
209
|
|
|
210
|
+
/* stylelint-disable */
|
|
209
211
|
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
210
212
|
opacity: 1 !important;
|
|
211
213
|
}
|
|
@@ -218,6 +220,7 @@
|
|
|
218
220
|
background-color: #fff !important;
|
|
219
221
|
}
|
|
220
222
|
|
|
223
|
+
/* stylelint-enable */
|
|
221
224
|
.e-diagram-bezier-handle {
|
|
222
225
|
fill: #fff;
|
|
223
226
|
stroke: #4f46e5;
|
|
@@ -343,6 +346,7 @@
|
|
|
343
346
|
stroke: #4f46e5;
|
|
344
347
|
}
|
|
345
348
|
|
|
349
|
+
/* stylelint-disable */
|
|
346
350
|
.e-diagram-rotate {
|
|
347
351
|
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
348
352
|
}
|
|
@@ -358,4 +362,6 @@
|
|
|
358
362
|
.e-diagramTooltip-content {
|
|
359
363
|
width: auto !important;
|
|
360
364
|
height: auto !important;
|
|
361
|
-
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/* stylelint-enable */
|