@visactor/vrender-kits 1.0.19-alpha.0 → 1.0.19

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.
@@ -69,4 +69,4 @@ export class CanvasWrapEnableWH {
69
69
  };
70
70
  }
71
71
  }
72
- //# sourceMappingURL=canvas-wrap.js.map
72
+ //# sourceMappingURL=canvas-wrap.js.map
@@ -95,4 +95,4 @@ let FeishuEnvContribution = class extends BaseEnvContribution {
95
95
  FeishuEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], FeishuEnvContribution);
96
96
 
97
97
  export { FeishuEnvContribution };
98
- //# sourceMappingURL=feishu-contribution.js.map
98
+ //# sourceMappingURL=feishu-contribution.js.map
@@ -93,4 +93,4 @@ let HarmonyEnvContribution = class extends BaseEnvContribution {
93
93
  HarmonyEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], HarmonyEnvContribution);
94
94
 
95
95
  export { HarmonyEnvContribution };
96
- //# sourceMappingURL=harmony-contribution.js.map
96
+ //# sourceMappingURL=harmony-contribution.js.map
@@ -124,4 +124,4 @@ let LynxEnvContribution = class extends BaseEnvContribution {
124
124
  LynxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], LynxEnvContribution);
125
125
 
126
126
  export { LynxEnvContribution };
127
- //# sourceMappingURL=lynx-contribution.js.map
127
+ //# sourceMappingURL=lynx-contribution.js.map
@@ -43,4 +43,4 @@ export class DragNDrop {
43
43
  this.removeEvents(), this.rootNode = null;
44
44
  }
45
45
  }
46
- //# sourceMappingURL=drag.js.map
46
+ //# sourceMappingURL=drag.js.map
@@ -185,4 +185,4 @@ export class Gesture extends EventEmitter {
185
185
  this.emit(type, e);
186
186
  }
187
187
  }
188
- //# sourceMappingURL=gesture.js.map
188
+ //# sourceMappingURL=gesture.js.map
@@ -5,4 +5,4 @@ import { Gesture } from "./gesture";
5
5
  export { DragNDrop, Gesture };
6
6
 
7
7
  export * from "./interface";
8
- //# sourceMappingURL=index.js.map
8
+ //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "1.0.19-alpha.0",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "1.0.6",
16
- "@visactor/vrender-core": "1.0.19-alpha.0",
16
+ "@visactor/vrender-core": "1.0.19",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2",
19
19
  "gifuct-js": "2.1.2",