devexpress-diagram 2.0.19 → 2.0.23

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.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * DevExpress Diagram (dx-diagram)
3
- * Version: 2.0.19
4
- * Build date: Mon Mar 22 2021
3
+ * Version: 2.0.23
4
+ * Build date: Mon Apr 19 2021
5
5
  *
6
6
  * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
@@ -10,6 +10,12 @@
10
10
  overflow: visible;
11
11
  box-sizing: border-box;
12
12
  position: relative; }
13
+ .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll {
14
+ cursor: grab !important; }
15
+ .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape,
16
+ .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll .shape-expand-btn,
17
+ .dxdi-control.dxdi-read-only .dxdi-canvas.dxdi-drag-scroll text {
18
+ cursor: grab; }
13
19
  .dxdi-control.dxdi-read-only .dxdi-canvas .shape,
14
20
  .dxdi-control.dxdi-read-only .dxdi-canvas .shape-expand-btn,
15
21
  .dxdi-control.dxdi-read-only .dxdi-canvas text {
@@ -27,6 +33,7 @@
27
33
  .dxdi-canvas.dxdi-drag-scroll .shape .shape-expand-btn,
28
34
  .dxdi-canvas.dxdi-drag-scroll .connector,
29
35
  .dxdi-canvas.dxdi-drag-scroll .connection-point,
36
+ .dxdi-canvas.dxdi-drag-scroll .connector text,
30
37
  .dxdi-canvas.dxdi-drag-scroll .connector-side-mark.vertical,
31
38
  .dxdi-canvas.dxdi-drag-scroll .connector-side-mark.horizontal,
32
39
  .dxdi-canvas.dxdi-drag-scroll .selection-mark[data-type="9"][data-value="1"],