@knotx/plugins-connection-line 0.2.4 → 0.2.6

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/index.d.cts CHANGED
@@ -85,7 +85,7 @@ declare class ConnectionLine extends BasePlugin<'connectionLine', ConnectionLine
85
85
  private blankAreaDropInteractable?;
86
86
  private validators$;
87
87
  private creators$;
88
- private config;
88
+ config: ConnectionLineConfig;
89
89
  registerValidator: (validator: ConnectionValidator) => () => void;
90
90
  registerNewNodeCreator: (creator: (sourceNodeIds: string[], node: NodeData, edges: EdgeData[]) => ({
91
91
  node: NodeData;
package/dist/index.d.mts CHANGED
@@ -85,7 +85,7 @@ declare class ConnectionLine extends BasePlugin<'connectionLine', ConnectionLine
85
85
  private blankAreaDropInteractable?;
86
86
  private validators$;
87
87
  private creators$;
88
- private config;
88
+ config: ConnectionLineConfig;
89
89
  registerValidator: (validator: ConnectionValidator) => () => void;
90
90
  registerNewNodeCreator: (creator: (sourceNodeIds: string[], node: NodeData, edges: EdgeData[]) => ({
91
91
  node: NodeData;
package/dist/index.d.ts CHANGED
@@ -85,7 +85,7 @@ declare class ConnectionLine extends BasePlugin<'connectionLine', ConnectionLine
85
85
  private blankAreaDropInteractable?;
86
86
  private validators$;
87
87
  private creators$;
88
- private config;
88
+ config: ConnectionLineConfig;
89
89
  registerValidator: (validator: ConnectionValidator) => () => void;
90
90
  registerNewNodeCreator: (creator: (sourceNodeIds: string[], node: NodeData, edges: EdgeData[]) => ({
91
91
  node: NodeData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knotx/plugins-connection-line",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Connectionline Plugin for Knotx",
5
5
  "author": "boenfu",
6
6
  "license": "MIT",
@@ -33,14 +33,14 @@
33
33
  "@interactjs/modifiers": "^1.10.27",
34
34
  "@interactjs/types": "^1.10.27",
35
35
  "interactjs": "^1.10.27",
36
- "@knotx/jsx": "0.2.4",
37
- "@knotx/plugins-selection": "0.2.4"
36
+ "@knotx/jsx": "0.2.6",
37
+ "@knotx/plugins-selection": "0.2.6"
38
38
  },
39
39
  "dependencies": {
40
40
  "lodash-es": "^4.17.21",
41
41
  "rxjs": "^7.8.1",
42
- "@knotx/core": "0.2.4",
43
- "@knotx/decorators": "0.2.4"
42
+ "@knotx/core": "0.2.6",
43
+ "@knotx/decorators": "0.2.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@interactjs/actions": "^1.10.27",
@@ -49,11 +49,11 @@
49
49
  "@interactjs/types": "^1.10.27",
50
50
  "@types/lodash-es": "^4.17.12",
51
51
  "interactjs": "^1.10.27",
52
- "@knotx/build-config": "0.2.4",
53
- "@knotx/eslint-config": "0.2.4",
54
- "@knotx/jsx": "0.2.4",
55
- "@knotx/plugins-selection": "0.2.4",
56
- "@knotx/typescript-config": "0.2.4"
52
+ "@knotx/build-config": "0.2.6",
53
+ "@knotx/eslint-config": "0.2.6",
54
+ "@knotx/jsx": "0.2.6",
55
+ "@knotx/plugins-selection": "0.2.6",
56
+ "@knotx/typescript-config": "0.2.6"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "unbuild",