@knotx/core 0.0.7 → 0.1.0

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
@@ -126,7 +126,7 @@ declare enum InteractionPriority {
126
126
  EntityMeasureDrag = 1920,
127
127
  /** 实体位置拖拽 */
128
128
  EntityPositionDrag = 1910,
129
- /** 连续操作:拖拽、缩放等进行中的动作 */
129
+ /** 连续操作:画布拖拽、缩放等进行中的动作 */
130
130
  ContinuousDrag = 1900,
131
131
  /** 右键菜单/上下文操作 */
132
132
  ContextMenu = 1800,
package/dist/index.d.mts CHANGED
@@ -126,7 +126,7 @@ declare enum InteractionPriority {
126
126
  EntityMeasureDrag = 1920,
127
127
  /** 实体位置拖拽 */
128
128
  EntityPositionDrag = 1910,
129
- /** 连续操作:拖拽、缩放等进行中的动作 */
129
+ /** 连续操作:画布拖拽、缩放等进行中的动作 */
130
130
  ContinuousDrag = 1900,
131
131
  /** 右键菜单/上下文操作 */
132
132
  ContextMenu = 1800,
package/dist/index.d.ts CHANGED
@@ -126,7 +126,7 @@ declare enum InteractionPriority {
126
126
  EntityMeasureDrag = 1920,
127
127
  /** 实体位置拖拽 */
128
128
  EntityPositionDrag = 1910,
129
- /** 连续操作:拖拽、缩放等进行中的动作 */
129
+ /** 连续操作:画布拖拽、缩放等进行中的动作 */
130
130
  ContinuousDrag = 1900,
131
131
  /** 右键菜单/上下文操作 */
132
132
  ContextMenu = 1800,
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@knotx/core",
3
- "type": "module",
4
- "version": "0.0.7",
3
+ "version": "0.1.0",
5
4
  "description": "Core for Knotx",
6
5
  "author": "boenfu",
7
6
  "license": "MIT",
@@ -41,14 +40,14 @@
41
40
  "dependencies": {
42
41
  "lodash-es": "^4.17.21",
43
42
  "rxjs": "^7.8.1",
44
- "@knotx/data": "0.0.7",
45
- "@knotx/utils": "0.0.7"
43
+ "@knotx/data": "0.1.0",
44
+ "@knotx/utils": "0.1.0"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@types/lodash-es": "^4.17.12",
49
- "@knotx/build-config": "0.0.7",
50
- "@knotx/eslint-config": "0.0.7",
51
- "@knotx/typescript-config": "0.0.7"
48
+ "@knotx/build-config": "0.1.0",
49
+ "@knotx/eslint-config": "0.1.0",
50
+ "@knotx/typescript-config": "0.1.0"
52
51
  },
53
52
  "scripts": {
54
53
  "build": "unbuild --failOnWarn=false",