devexpress-diagram 2.2.21 → 2.2.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.min)
3
- * Version: 2.2.21
4
- * Build date: Wed Aug 20 2025
3
+ * Version: 2.2.23
4
+ * Build date: Mon Sep 01 2025
5
5
  *
6
6
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
@@ -4,7 +4,6 @@ $PagesGridColor: rgba(0, 0, 0, 0.15);
4
4
  $PagesGridLineWidth: 2;
5
5
  $GridMajorColor: rgba(0, 0, 0, 0.1);
6
6
  $GridMinorColor: rgba(0, 0, 0, 0.05);
7
-
8
7
  $FontName: arial, helvetica, sans-serif;
9
8
  $FonSize: 10pt;
10
9
  $FontColor: black;
@@ -12,7 +11,6 @@ $FillColor: white;
12
11
  $LineColor: black;
13
12
  $LineWidth: 2;
14
13
  $LineWidthPx: 2px;
15
-
16
14
  $SelectionBorderColor: dodgerblue;
17
15
  $SelectionBorderColorUnfocused: #666;
18
16
  $SelectionBackColor: rgba(30, 144, 255, 0.02);
@@ -1,25 +1,24 @@
1
1
  {
2
2
  "name": "devexpress-diagram",
3
- "version": "2.2.21",
3
+ "version": "2.2.23",
4
4
  "description": "DevExpress Diagram Control",
5
5
  "main": "dist/dx-diagram.min.js",
6
6
  "dependencies": {
7
- "@devexpress/utils": "^1.4.3",
7
+ "@devexpress/utils": "^1.4.6",
8
8
  "es6-object-assign": "^1.1.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@fortawesome/fontawesome-free": "^5.6.3",
12
12
  "@types/jasmine": "^3.10.11",
13
- "@typescript-eslint/eslint-plugin": "^3.9.0",
14
- "@typescript-eslint/parser": "^3.9.0",
15
- "bootstrap": "^4.2.1",
13
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
14
+ "@typescript-eslint/parser": "^5.62.0",
15
+ "bootstrap": "^5.3.8",
16
16
  "concurrently": "^8.2.0",
17
17
  "copy-webpack-plugin": "^11.0.0",
18
18
  "css-loader": "^6.8.1",
19
19
  "css-minimizer-webpack-plugin": "^5.0.1",
20
20
  "decomment": "^0.9.5",
21
21
  "eslint": "^7.3.1",
22
- "eslint-config-airbnb-typescript": "^8.0.0",
23
22
  "eslint-plugin-import": "^2.22.0",
24
23
  "eslint-plugin-no-loops": "^0.3.0",
25
24
  "eslint-plugin-spellcheck": "0.0.11",
@@ -32,15 +31,14 @@
32
31
  "mini-css-extract-plugin": "^2.7.6",
33
32
  "node-sass": "^9.0.0",
34
33
  "popper.js": "^1.14.6",
35
- "pre-commit": "^1.2.2",
36
34
  "sass-loader": "^13.3.2",
37
- "stylelint": "^13.1.0",
38
- "stylelint-config-standard": "^20.0.0",
39
- "stylelint-scss": "^3.17.2",
35
+ "stylelint": "^15.11.0",
36
+ "stylelint-config-standard-scss": "^11.0.0",
37
+ "stylelint-scss": "^5.3.2",
40
38
  "terser-webpack-plugin": "^5.3.9",
41
39
  "ts-loader": "^9.4.4",
42
40
  "ts-node": "^7.0.1",
43
- "typescript": "^3.9.10",
41
+ "typescript": "^4.9.5",
44
42
  "webpack": "^5.88.2",
45
43
  "webpack-cli": "^5.1.4",
46
44
  "webpack-merge": "^4.2.1",
@@ -1,5 +1,4 @@
1
1
  import { ItemKey } from "../Model/DiagramItem";
2
- import { IKeyOwner } from "../Interfaces";
3
2
  import { IEdge } from "./Graph";
4
3
 
5
4
  export class Edge implements IEdge {
@@ -21,11 +20,6 @@ export class Edge implements IEdge {
21
20
  }
22
21
  }
23
22
 
24
- export class PositionInfo<T extends IKeyOwner> {
25
- constructor(public item: T, public position: Position) { }
26
- }
27
-
28
-
29
23
  export enum ConnectionMode {
30
24
  Outgoing = 1,
31
25
  Incoming = 2,
package/package.json CHANGED
@@ -1,28 +1,27 @@
1
1
  {
2
2
  "name": "devexpress-diagram",
3
- "version": "2.2.21",
3
+ "version": "2.2.23",
4
4
  "description": "DevExpress Diagram Control",
5
5
  "main": "dist/dx-diagram.min.js",
6
6
  "files": [
7
7
  "dist/"
8
8
  ],
9
9
  "dependencies": {
10
- "@devexpress/utils": "^1.4.3",
10
+ "@devexpress/utils": "^1.4.6",
11
11
  "es6-object-assign": "^1.1.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@fortawesome/fontawesome-free": "^5.6.3",
15
15
  "@types/jasmine": "^3.10.11",
16
- "@typescript-eslint/eslint-plugin": "^3.9.0",
17
- "@typescript-eslint/parser": "^3.9.0",
18
- "bootstrap": "^4.2.1",
16
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
17
+ "@typescript-eslint/parser": "^5.62.0",
18
+ "bootstrap": "^5.3.8",
19
19
  "concurrently": "^8.2.0",
20
20
  "copy-webpack-plugin": "^11.0.0",
21
21
  "css-loader": "^6.8.1",
22
22
  "css-minimizer-webpack-plugin": "^5.0.1",
23
23
  "decomment": "^0.9.5",
24
24
  "eslint": "^7.3.1",
25
- "eslint-config-airbnb-typescript": "^8.0.0",
26
25
  "eslint-plugin-import": "^2.22.0",
27
26
  "eslint-plugin-no-loops": "^0.3.0",
28
27
  "eslint-plugin-spellcheck": "0.0.11",
@@ -35,26 +34,25 @@
35
34
  "mini-css-extract-plugin": "^2.7.6",
36
35
  "node-sass": "^9.0.0",
37
36
  "popper.js": "^1.14.6",
38
- "pre-commit": "^1.2.2",
39
37
  "sass-loader": "^13.3.2",
40
- "stylelint": "^13.1.0",
41
- "stylelint-config-standard": "^20.0.0",
42
- "stylelint-scss": "^3.17.2",
38
+ "stylelint": "^15.11.0",
39
+ "stylelint-config-standard-scss": "^11.0.0",
40
+ "stylelint-scss": "^5.3.2",
43
41
  "terser-webpack-plugin": "^5.3.9",
44
42
  "ts-loader": "^9.4.4",
45
43
  "ts-node": "^7.0.1",
46
- "typescript": "^3.9.10",
44
+ "typescript": "^4.9.5",
47
45
  "webpack": "^5.88.2",
48
46
  "webpack-cli": "^5.1.4",
49
47
  "webpack-merge": "^4.2.1",
50
48
  "xhr-mock": "^2.5.0"
51
49
  },
52
50
  "scripts": {
53
- "lint": "npm-run-all -p -c lint-css lint-ts",
54
- "lint-ts": "eslint --ext .ts . --quiet",
55
- "lint-ts-fix": "eslint --ext .ts . --quiet --fix",
56
- "lint-css": "stylelint css",
57
- "lint-staged": "lint-staged",
51
+ "lint": "npm run lint:ts & npm run lint:css",
52
+ "lint:ts": "eslint --ext .ts . --quiet",
53
+ "lint:ts-fix": "eslint --ext .ts . --quiet --fix",
54
+ "lint:css": "stylelint css/**/*.scss",
55
+ "lint:staged": "lint-staged",
58
56
  "build": "webpack --config webpack.build.js --mode production --progress",
59
57
  "build-dev": "webpack --config webpack.dev.js --mode development --progress",
60
58
  "watch": "webpack --config webpack.dev.js --mode development --progress --watch",