devexpress-diagram 2.1.45 → 2.1.49
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/dist/dx-diagram.css +8 -6
- package/dist/dx-diagram.js +4107 -4620
- package/dist/dx-diagram.min.css +3 -3
- package/dist/dx-diagram.min.js +4 -4
- package/package.json +2 -2
package/dist/dx-diagram.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* DevExpress Diagram (dx-diagram)
|
|
3
|
-
* Version: 2.1.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 2.1.49
|
|
4
|
+
* Build date: Fri Apr 15 2022
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
* Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
|
|
@@ -424,13 +424,13 @@
|
|
|
424
424
|
.dxdi-dragging * {
|
|
425
425
|
user-select: none; }
|
|
426
426
|
|
|
427
|
-
.dxdi-touch-action {
|
|
428
|
-
touch-action: none; }
|
|
429
|
-
|
|
430
427
|
.dxdi-canvas.export * {
|
|
431
428
|
cursor: inherit !important;
|
|
432
429
|
pointer-events: all !important; }
|
|
433
430
|
|
|
431
|
+
.dxdi-touch-action {
|
|
432
|
+
touch-action: none; }
|
|
433
|
+
|
|
434
434
|
.dxdi-toolbox,
|
|
435
435
|
.dxdi-toolbox svg {
|
|
436
436
|
user-select: none;
|
|
@@ -513,7 +513,9 @@
|
|
|
513
513
|
overflow: hidden;
|
|
514
514
|
left: -1000px !important;
|
|
515
515
|
top: -1000px !important;
|
|
516
|
-
opacity: 0;
|
|
516
|
+
opacity: 0;
|
|
517
|
+
z-index: -100;
|
|
518
|
+
font-size: 16px; }
|
|
517
519
|
|
|
518
520
|
.dxdi-text-input-container {
|
|
519
521
|
display: none; }
|