@syncfusion/ej2-vue-diagrams 19.2.60 → 19.3.45
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 +15 -3
- package/dist/ej2-vue-diagrams.umd.min.js +1 -1
- package/dist/es6/ej2-vue-diagrams.es2015.js +6 -3
- package/dist/es6/ej2-vue-diagrams.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-diagrams.es5.js +6 -3
- package/dist/es6/ej2-vue-diagrams.es5.js.map +1 -1
- package/dist/global/ej2-vue-diagrams.min.js +2 -2
- package/package.json +8 -8
- package/src/diagram/diagram.component.js +2 -1
- package/src/overview/overview.component.js +2 -1
- package/src/symbol-palette/symbolpalette.component.js +2 -1
- package/styles/bootstrap-dark.css +45 -28
- package/styles/bootstrap.css +42 -25
- package/styles/bootstrap4.css +137 -15
- package/styles/bootstrap5-dark.css +396 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +396 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/diagram/bootstrap-dark.css +45 -28
- package/styles/diagram/bootstrap.css +42 -25
- package/styles/diagram/bootstrap4.css +137 -15
- package/styles/diagram/bootstrap5-dark.css +396 -0
- package/styles/diagram/bootstrap5-dark.scss +1 -0
- package/styles/diagram/bootstrap5.css +396 -0
- package/styles/diagram/bootstrap5.scss +1 -0
- package/styles/diagram/fabric-dark.css +42 -25
- package/styles/diagram/fabric.css +38 -21
- package/styles/diagram/highcontrast-light.css +19 -3
- package/styles/diagram/highcontrast.css +48 -31
- package/styles/diagram/material-dark.css +50 -33
- package/styles/diagram/material.css +38 -21
- package/styles/diagram/tailwind-dark.css +33 -17
- package/styles/diagram/tailwind.css +29 -13
- package/styles/fabric-dark.css +42 -25
- package/styles/fabric.css +38 -21
- package/styles/highcontrast-light.css +19 -3
- package/styles/highcontrast.css +48 -31
- package/styles/material-dark.css +50 -33
- package/styles/material.css +38 -21
- package/styles/tailwind-dark.css +33 -17
- package/styles/tailwind.css +29 -13
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-diagrams@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-diagrams@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-diagrams@19.3.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-yhtj1EqIatAFQmm8Pz5q1lY1fYSd/qKLhWZpf2VbHVquEV/IxCZ5L7esEDA70tg3f+QFi/3jD5FZzN8J5iKhrA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-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-hotfix/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-diagrams/-/ej2-vue-diagrams-19.3.44.tgz",
|
|
23
|
+
"_shasum": "0b73b8652f62be623f460b5cc6e5da918932ac4a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-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": "~19.
|
|
35
|
-
"@syncfusion/ej2-diagrams": "19.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-diagrams": "19.3.45",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.3.43"
|
|
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 Vue",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"type": "git",
|
|
58
58
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
59
59
|
},
|
|
60
|
-
"version": "19.
|
|
60
|
+
"version": "19.3.45",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -30,7 +30,7 @@ import { NodeAnnotationsDirective, NodeAnnotationDirective, NodeAnnotationsPlugi
|
|
|
30
30
|
import { PortsDirective, PortDirective, PortsPlugin, PortPlugin } from './ports.directive';
|
|
31
31
|
import { NodesDirective, NodeDirective, NodesPlugin, NodePlugin } from './nodes.directive';
|
|
32
32
|
import { Options } from 'vue-class-component';
|
|
33
|
-
export var properties = ['addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enablePersistence', 'enableRtl', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', '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'];
|
|
33
|
+
export var properties = ['islazyUpdate', 'addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enablePersistence', 'enableRtl', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', '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'];
|
|
34
34
|
export var modelProps = [];
|
|
35
35
|
export var testProp = getProps({ props: properties });
|
|
36
36
|
export var props = testProp[0];
|
|
@@ -107,6 +107,7 @@ var DiagramComponent = /** @class */ (function (_super) {
|
|
|
107
107
|
}
|
|
108
108
|
else {
|
|
109
109
|
_this.$emit('update:' + key, prop[key]);
|
|
110
|
+
_this.$emit('modelchanged', prop[key]);
|
|
110
111
|
}
|
|
111
112
|
}
|
|
112
113
|
});
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { Overview } from '@syncfusion/ej2-diagrams';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['enablePersistence', 'enableRtl', 'height', 'locale', 'sourceID', 'width', 'created'];
|
|
24
|
+
export var properties = ['islazyUpdate', 'enablePersistence', 'enableRtl', 'height', 'locale', 'sourceID', 'width', 'created'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -98,6 +98,7 @@ var OverviewComponent = /** @class */ (function (_super) {
|
|
|
98
98
|
}
|
|
99
99
|
else {
|
|
100
100
|
_this.$emit('update:' + key, prop[key]);
|
|
101
|
+
_this.$emit('modelchanged', prop[key]);
|
|
101
102
|
}
|
|
102
103
|
}
|
|
103
104
|
});
|
|
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { SymbolPalette } from '@syncfusion/ej2-diagrams';
|
|
23
23
|
import { PalettesDirective, PaletteDirective, PalettesPlugin, PalettePlugin } from './palettes.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['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'];
|
|
25
|
+
export var properties = ['islazyUpdate', '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'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -99,6 +99,7 @@ var SymbolPaletteComponent = /** @class */ (function (_super) {
|
|
|
99
99
|
}
|
|
100
100
|
else {
|
|
101
101
|
_this.$emit('update:' + key, prop[key]);
|
|
102
|
+
_this.$emit('modelchanged', prop[key]);
|
|
102
103
|
}
|
|
103
104
|
}
|
|
104
105
|
});
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.e-diagram {
|
|
212
|
-
background-color:
|
|
212
|
+
background-color: #fff;
|
|
213
213
|
display: block;
|
|
214
214
|
}
|
|
215
215
|
|
|
@@ -234,44 +234,61 @@
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.e-diagram-endpoint-handle {
|
|
237
|
-
fill: #
|
|
238
|
-
stroke: #
|
|
237
|
+
fill: #fff;
|
|
238
|
+
stroke: #0070f0;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.e-diagram-endpoint-handle.e-connected {
|
|
242
|
-
fill: #
|
|
243
|
-
stroke: #
|
|
242
|
+
fill: #0070f0;
|
|
243
|
+
stroke: #fff;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-diagram-endpoint-handle.e-disabled {
|
|
247
|
-
fill: #
|
|
247
|
+
fill: #acacac;
|
|
248
248
|
opacity: 1;
|
|
249
|
-
stroke: #
|
|
249
|
+
stroke: #fff;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
253
|
+
opacity: 1 !important;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.e-diagram-bezier-handle.e-target.e-disabled {
|
|
257
|
+
opacity: 1 !important;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.e-symbolpalette .e-acrdn-content {
|
|
261
|
+
background-color: #dfdfdf !important;
|
|
250
262
|
}
|
|
251
263
|
|
|
252
264
|
.e-diagram-bezier-handle {
|
|
253
|
-
fill: #
|
|
254
|
-
stroke: #
|
|
265
|
+
fill: #fff;
|
|
266
|
+
stroke: #0070f0;
|
|
255
267
|
}
|
|
256
268
|
|
|
257
269
|
.e-diagram-bezier-line {
|
|
258
|
-
stroke: #
|
|
270
|
+
stroke: #0070f0;
|
|
259
271
|
}
|
|
260
272
|
|
|
261
273
|
.e-diagram-resize-handle {
|
|
262
274
|
fill: #0070f0;
|
|
275
|
+
stroke: #0070f0;
|
|
263
276
|
stroke: #fff;
|
|
264
277
|
}
|
|
265
278
|
|
|
279
|
+
.e-diagram-helper {
|
|
280
|
+
stroke: #0070f0;
|
|
281
|
+
}
|
|
282
|
+
|
|
266
283
|
.e-diagram-resize-handle.e-disabled {
|
|
267
|
-
fill: #
|
|
284
|
+
fill: #acacac;
|
|
268
285
|
opacity: 1;
|
|
269
|
-
stroke: #
|
|
286
|
+
stroke: #fff;
|
|
270
287
|
}
|
|
271
288
|
|
|
272
289
|
.e-diagram-rotate-handle {
|
|
273
|
-
fill: #
|
|
274
|
-
stroke: #
|
|
290
|
+
fill: #0070f0;
|
|
291
|
+
stroke: #0070f0;
|
|
275
292
|
}
|
|
276
293
|
|
|
277
294
|
.e-diagram-border {
|
|
@@ -280,7 +297,7 @@
|
|
|
280
297
|
|
|
281
298
|
.e-diagram-border.e-disabled {
|
|
282
299
|
opacity: 1;
|
|
283
|
-
stroke: #
|
|
300
|
+
stroke: #acacac;
|
|
284
301
|
}
|
|
285
302
|
|
|
286
303
|
.e-diagram-border.e-thick-border {
|
|
@@ -289,7 +306,7 @@
|
|
|
289
306
|
}
|
|
290
307
|
|
|
291
308
|
.e-diagram-border.e-thick-border.e-diagram-lane {
|
|
292
|
-
stroke: #
|
|
309
|
+
stroke: #0070f0;
|
|
293
310
|
stroke-width: 2;
|
|
294
311
|
}
|
|
295
312
|
|
|
@@ -303,17 +320,17 @@
|
|
|
303
320
|
}
|
|
304
321
|
|
|
305
322
|
.e-diagram-pivot-line {
|
|
306
|
-
stroke: #
|
|
323
|
+
stroke: #0070f0;
|
|
307
324
|
}
|
|
308
325
|
|
|
309
326
|
.e-symbolpalette .e-symbol-hover:hover {
|
|
310
|
-
background: #
|
|
311
|
-
border-radius:
|
|
327
|
+
background: #b9b9b9;
|
|
328
|
+
border-radius: 4px;
|
|
312
329
|
}
|
|
313
330
|
|
|
314
331
|
.e-symbolpalette .e-symbol-selected {
|
|
315
|
-
background: #
|
|
316
|
-
border-radius:
|
|
332
|
+
background: #acacac;
|
|
333
|
+
border-radius: 4px;
|
|
317
334
|
}
|
|
318
335
|
|
|
319
336
|
.e-diagram-tooltip {
|
|
@@ -321,13 +338,13 @@
|
|
|
321
338
|
}
|
|
322
339
|
|
|
323
340
|
.e-diagram .e-ruler {
|
|
324
|
-
background-color: #
|
|
325
|
-
color: #
|
|
341
|
+
background-color: #313131;
|
|
342
|
+
color: #f0f0f0;
|
|
326
343
|
font-size: 10px;
|
|
327
344
|
}
|
|
328
345
|
|
|
329
346
|
.e-diagram .e-ruler-overlap {
|
|
330
|
-
background-color: #
|
|
347
|
+
background-color: #313131;
|
|
331
348
|
}
|
|
332
349
|
|
|
333
350
|
.e-diagram .e-d-ruler-marker {
|
|
@@ -336,11 +353,11 @@
|
|
|
336
353
|
|
|
337
354
|
.e-diagram .e-diagram-text-edit {
|
|
338
355
|
background: #fff;
|
|
339
|
-
border-color: #
|
|
356
|
+
border-color: #0070f0;
|
|
340
357
|
border-style: dashed;
|
|
341
358
|
border-width: 1px;
|
|
342
359
|
box-sizing: content-box;
|
|
343
|
-
color: #
|
|
360
|
+
color: #1a1a1a;
|
|
344
361
|
min-width: 50px;
|
|
345
362
|
}
|
|
346
363
|
|
|
@@ -350,11 +367,11 @@
|
|
|
350
367
|
}
|
|
351
368
|
|
|
352
369
|
.e-ruler-tick-label {
|
|
353
|
-
fill: #
|
|
370
|
+
fill: #c6c6c6;
|
|
354
371
|
}
|
|
355
372
|
|
|
356
373
|
.e-ruler-tick {
|
|
357
|
-
stroke: #
|
|
374
|
+
stroke: #858585;
|
|
358
375
|
}
|
|
359
376
|
|
|
360
377
|
.e-menu-item e-blankicon {
|
package/styles/bootstrap.css
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.e-diagram {
|
|
212
|
-
background-color:
|
|
212
|
+
background-color: #fff;
|
|
213
213
|
display: block;
|
|
214
214
|
}
|
|
215
215
|
|
|
@@ -234,44 +234,61 @@
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.e-diagram-endpoint-handle {
|
|
237
|
-
fill: #
|
|
238
|
-
stroke: #
|
|
237
|
+
fill: #fff;
|
|
238
|
+
stroke: #317ab9;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.e-diagram-endpoint-handle.e-connected {
|
|
242
|
-
fill: #
|
|
243
|
-
stroke: #
|
|
242
|
+
fill: #317ab9;
|
|
243
|
+
stroke: #fff;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-diagram-endpoint-handle.e-disabled {
|
|
247
|
-
fill: #
|
|
247
|
+
fill: #ccc;
|
|
248
248
|
opacity: 1;
|
|
249
249
|
stroke: #fff;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
+
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
253
|
+
opacity: 1 !important;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.e-diagram-bezier-handle.e-target.e-disabled {
|
|
257
|
+
opacity: 1 !important;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.e-symbolpalette .e-acrdn-content {
|
|
261
|
+
background-color: #fff !important;
|
|
262
|
+
}
|
|
263
|
+
|
|
252
264
|
.e-diagram-bezier-handle {
|
|
253
|
-
fill: #
|
|
254
|
-
stroke: #
|
|
265
|
+
fill: #fff;
|
|
266
|
+
stroke: #317ab9;
|
|
255
267
|
}
|
|
256
268
|
|
|
257
269
|
.e-diagram-bezier-line {
|
|
258
|
-
stroke: #
|
|
270
|
+
stroke: #317ab9;
|
|
259
271
|
}
|
|
260
272
|
|
|
261
273
|
.e-diagram-resize-handle {
|
|
262
274
|
fill: #317ab9;
|
|
275
|
+
stroke: #317ab9;
|
|
263
276
|
stroke: #fff;
|
|
264
277
|
}
|
|
265
278
|
|
|
279
|
+
.e-diagram-helper {
|
|
280
|
+
stroke: #317ab9;
|
|
281
|
+
}
|
|
282
|
+
|
|
266
283
|
.e-diagram-resize-handle.e-disabled {
|
|
267
|
-
fill: #
|
|
284
|
+
fill: #ccc;
|
|
268
285
|
opacity: 1;
|
|
269
286
|
stroke: #fff;
|
|
270
287
|
}
|
|
271
288
|
|
|
272
289
|
.e-diagram-rotate-handle {
|
|
273
|
-
fill: #
|
|
274
|
-
stroke: #
|
|
290
|
+
fill: #317ab9;
|
|
291
|
+
stroke: #317ab9;
|
|
275
292
|
}
|
|
276
293
|
|
|
277
294
|
.e-diagram-border {
|
|
@@ -280,7 +297,7 @@
|
|
|
280
297
|
|
|
281
298
|
.e-diagram-border.e-disabled {
|
|
282
299
|
opacity: 1;
|
|
283
|
-
stroke: #
|
|
300
|
+
stroke: #ccc;
|
|
284
301
|
}
|
|
285
302
|
|
|
286
303
|
.e-diagram-border.e-thick-border {
|
|
@@ -289,7 +306,7 @@
|
|
|
289
306
|
}
|
|
290
307
|
|
|
291
308
|
.e-diagram-border.e-thick-border.e-diagram-lane {
|
|
292
|
-
stroke: #
|
|
309
|
+
stroke: #317ab9;
|
|
293
310
|
stroke-width: 2;
|
|
294
311
|
}
|
|
295
312
|
|
|
@@ -303,17 +320,17 @@
|
|
|
303
320
|
}
|
|
304
321
|
|
|
305
322
|
.e-diagram-pivot-line {
|
|
306
|
-
stroke: #
|
|
323
|
+
stroke: #317ab9;
|
|
307
324
|
}
|
|
308
325
|
|
|
309
326
|
.e-symbolpalette .e-symbol-hover:hover {
|
|
310
|
-
background: #
|
|
311
|
-
border-radius:
|
|
327
|
+
background: #f5f5f5;
|
|
328
|
+
border-radius: 4px;
|
|
312
329
|
}
|
|
313
330
|
|
|
314
331
|
.e-symbolpalette .e-symbol-selected {
|
|
315
|
-
background: #
|
|
316
|
-
border-radius:
|
|
332
|
+
background: #ccc;
|
|
333
|
+
border-radius: 4px;
|
|
317
334
|
}
|
|
318
335
|
|
|
319
336
|
.e-diagram-tooltip {
|
|
@@ -321,13 +338,13 @@
|
|
|
321
338
|
}
|
|
322
339
|
|
|
323
340
|
.e-diagram .e-ruler {
|
|
324
|
-
background-color: #
|
|
341
|
+
background-color: #f8f8f8;
|
|
325
342
|
color: #8c8c8c;
|
|
326
343
|
font-size: 10px;
|
|
327
344
|
}
|
|
328
345
|
|
|
329
346
|
.e-diagram .e-ruler-overlap {
|
|
330
|
-
background-color: #
|
|
347
|
+
background-color: #f8f8f8;
|
|
331
348
|
}
|
|
332
349
|
|
|
333
350
|
.e-diagram .e-d-ruler-marker {
|
|
@@ -336,7 +353,7 @@
|
|
|
336
353
|
|
|
337
354
|
.e-diagram .e-diagram-text-edit {
|
|
338
355
|
background: #fff;
|
|
339
|
-
border-color: #
|
|
356
|
+
border-color: #317ab9;
|
|
340
357
|
border-style: dashed;
|
|
341
358
|
border-width: 1px;
|
|
342
359
|
box-sizing: content-box;
|
|
@@ -345,16 +362,16 @@
|
|
|
345
362
|
}
|
|
346
363
|
|
|
347
364
|
.e-diagram-text-edit::selection {
|
|
348
|
-
background: #
|
|
365
|
+
background: #317ab9;
|
|
349
366
|
color: #fff;
|
|
350
367
|
}
|
|
351
368
|
|
|
352
369
|
.e-ruler-tick-label {
|
|
353
|
-
fill: #
|
|
370
|
+
fill: #444;
|
|
354
371
|
}
|
|
355
372
|
|
|
356
373
|
.e-ruler-tick {
|
|
357
|
-
stroke: #
|
|
374
|
+
stroke: #ddd;
|
|
358
375
|
}
|
|
359
376
|
|
|
360
377
|
.e-menu-item e-blankicon {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -7,6 +7,111 @@
|
|
|
7
7
|
text-transform: none;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
.e-diagram-menu .e-bringforward::before {
|
|
11
|
+
content: '\e574';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-diagram-menu .e-bringfront::before {
|
|
15
|
+
content: '\e575';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-diagram-menu .e-sendback::before {
|
|
19
|
+
content: '\e576';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-diagram-menu .e-sendbackward::before {
|
|
23
|
+
content: '\e577';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-diagram-menu .e-delete::before {
|
|
27
|
+
content: '\e578';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-diagram-menu .e-ungroup::before {
|
|
31
|
+
content: '\e579';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-diagram-menu .e-group::before {
|
|
35
|
+
content: '\e57a';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-diagram-menu .e-undo::before {
|
|
39
|
+
content: '\e57c';
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-diagram-menu .e-cut::before {
|
|
43
|
+
content: '\e57d';
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-diagram-menu .e-save::before {
|
|
47
|
+
content: '\e57e';
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.e-diagram-menu .e-paste::before {
|
|
51
|
+
content: '\e57f';
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-diagram-menu .e-copy::before {
|
|
55
|
+
content: '\e580';
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-diagram-menu .e-redo::before {
|
|
59
|
+
content: '\e581';
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-diagram-menu .e-zoomin::before {
|
|
63
|
+
content: '\e582';
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.e-diagram-menu .e-italic::before {
|
|
67
|
+
content: '\e583';
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-diagram-menu .e-close::before {
|
|
71
|
+
content: '\e584';
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.e-diagram-menu .e-pan::before {
|
|
75
|
+
content: '\e585';
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-diagram-menu .e-bold::before {
|
|
79
|
+
content: '\e586';
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-diagram-menu .e-underline::before {
|
|
83
|
+
content: '\e587';
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.e-diagram-menu .e-zoomout::before {
|
|
87
|
+
content: '\e588';
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.e-diagram-menu .e-export::before {
|
|
91
|
+
content: '\e589';
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-diagram-menu .e-print::before {
|
|
95
|
+
content: '\e58a';
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.e-diagram-menu .e-order::before {
|
|
99
|
+
content: '\e58b';
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.e-symbolpalette .e-clear-searchtext::before {
|
|
103
|
+
content: '\e58c';
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.e-icons {
|
|
107
|
+
font-family: 'e-icons';
|
|
108
|
+
font-style: normal;
|
|
109
|
+
font-variant: normal;
|
|
110
|
+
font-weight: normal;
|
|
111
|
+
line-height: 1;
|
|
112
|
+
text-transform: none;
|
|
113
|
+
}
|
|
114
|
+
|
|
10
115
|
.e-diagram-menu .e-bringforward::before {
|
|
11
116
|
content: '\e801';
|
|
12
117
|
}
|
|
@@ -24,7 +129,7 @@
|
|
|
24
129
|
}
|
|
25
130
|
|
|
26
131
|
.e-diagram-menu .e-delete::before {
|
|
27
|
-
content: '\
|
|
132
|
+
content: '\e7fd';
|
|
28
133
|
}
|
|
29
134
|
|
|
30
135
|
.e-diagram-menu .e-ungroup::before {
|
|
@@ -100,11 +205,11 @@
|
|
|
100
205
|
}
|
|
101
206
|
|
|
102
207
|
.e-symbolpalette .e-clear-searchtext::before {
|
|
103
|
-
content: '\
|
|
208
|
+
content: '\e724';
|
|
104
209
|
}
|
|
105
210
|
|
|
106
211
|
.e-diagram {
|
|
107
|
-
background-color:
|
|
212
|
+
background-color: #fff;
|
|
108
213
|
display: block;
|
|
109
214
|
}
|
|
110
215
|
|
|
@@ -129,13 +234,13 @@
|
|
|
129
234
|
}
|
|
130
235
|
|
|
131
236
|
.e-diagram-endpoint-handle {
|
|
132
|
-
fill: #
|
|
133
|
-
stroke: #
|
|
237
|
+
fill: #fff;
|
|
238
|
+
stroke: #007bff;
|
|
134
239
|
}
|
|
135
240
|
|
|
136
241
|
.e-diagram-endpoint-handle.e-connected {
|
|
137
|
-
fill: #
|
|
138
|
-
stroke: #
|
|
242
|
+
fill: #007bff;
|
|
243
|
+
stroke: #fff;
|
|
139
244
|
}
|
|
140
245
|
|
|
141
246
|
.e-diagram-endpoint-handle.e-disabled {
|
|
@@ -144,9 +249,21 @@
|
|
|
144
249
|
stroke: #fff;
|
|
145
250
|
}
|
|
146
251
|
|
|
252
|
+
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
253
|
+
opacity: 1 !important;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.e-diagram-bezier-handle.e-target.e-disabled {
|
|
257
|
+
opacity: 1 !important;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.e-symbolpalette .e-acrdn-content {
|
|
261
|
+
background-color: #fff !important;
|
|
262
|
+
}
|
|
263
|
+
|
|
147
264
|
.e-diagram-bezier-handle {
|
|
148
265
|
fill: #007bff;
|
|
149
|
-
stroke: #
|
|
266
|
+
stroke: #007bff;
|
|
150
267
|
}
|
|
151
268
|
|
|
152
269
|
.e-diagram-bezier-line {
|
|
@@ -155,9 +272,14 @@
|
|
|
155
272
|
|
|
156
273
|
.e-diagram-resize-handle {
|
|
157
274
|
fill: #007bff;
|
|
275
|
+
stroke: #007bff;
|
|
158
276
|
stroke: #fff;
|
|
159
277
|
}
|
|
160
278
|
|
|
279
|
+
.e-diagram-helper {
|
|
280
|
+
stroke: #007bff;
|
|
281
|
+
}
|
|
282
|
+
|
|
161
283
|
.e-diagram-resize-handle.e-disabled {
|
|
162
284
|
fill: #ced4da;
|
|
163
285
|
opacity: 1;
|
|
@@ -165,8 +287,8 @@
|
|
|
165
287
|
}
|
|
166
288
|
|
|
167
289
|
.e-diagram-rotate-handle {
|
|
168
|
-
fill: #
|
|
169
|
-
stroke: #
|
|
290
|
+
fill: #007bff;
|
|
291
|
+
stroke: #007bff;
|
|
170
292
|
}
|
|
171
293
|
|
|
172
294
|
.e-diagram-border {
|
|
@@ -175,7 +297,7 @@
|
|
|
175
297
|
|
|
176
298
|
.e-diagram-border.e-disabled {
|
|
177
299
|
opacity: 1;
|
|
178
|
-
stroke: #
|
|
300
|
+
stroke: #ced4da;
|
|
179
301
|
}
|
|
180
302
|
|
|
181
303
|
.e-diagram-border.e-thick-border {
|
|
@@ -216,13 +338,13 @@
|
|
|
216
338
|
}
|
|
217
339
|
|
|
218
340
|
.e-diagram .e-ruler {
|
|
219
|
-
background-color:
|
|
220
|
-
color: #
|
|
341
|
+
background-color: #f8f9fa;
|
|
342
|
+
color: #f8f9fa;
|
|
221
343
|
font-size: 10px;
|
|
222
344
|
}
|
|
223
345
|
|
|
224
346
|
.e-diagram .e-ruler-overlap {
|
|
225
|
-
background-color:
|
|
347
|
+
background-color: #f8f9fa;
|
|
226
348
|
}
|
|
227
349
|
|
|
228
350
|
.e-diagram .e-d-ruler-marker {
|
|
@@ -249,7 +371,7 @@
|
|
|
249
371
|
}
|
|
250
372
|
|
|
251
373
|
.e-ruler-tick {
|
|
252
|
-
stroke: #
|
|
374
|
+
stroke: #dee2e6;
|
|
253
375
|
}
|
|
254
376
|
|
|
255
377
|
.e-menu-item e-blankicon {
|