@visactor/vrender-kits 1.1.0-alpha.6 → 1.1.0-alpha.7

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.
@@ -247,4 +247,4 @@ class BrowserEnvContribution extends vrender_core_1.BaseEnvContribution {
247
247
  }
248
248
 
249
249
  exports.BrowserEnvContribution = BrowserEnvContribution;
250
- //# sourceMappingURL=browser-contribution.js.map
250
+ //# sourceMappingURL=browser-contribution.js.map
@@ -79,4 +79,4 @@ class CanvasWrapEnableWH {
79
79
  }
80
80
 
81
81
  exports.CanvasWrapEnableWH = CanvasWrapEnableWH;
82
- //# sourceMappingURL=canvas-wrap.js.map
82
+ //# sourceMappingURL=canvas-wrap.js.map
@@ -89,4 +89,4 @@ class FeishuEnvContribution extends vrender_core_1.BaseEnvContribution {
89
89
  }
90
90
 
91
91
  exports.FeishuEnvContribution = FeishuEnvContribution;
92
- //# sourceMappingURL=feishu-contribution.js.map
92
+ //# sourceMappingURL=feishu-contribution.js.map
@@ -87,4 +87,4 @@ class HarmonyEnvContribution extends vrender_core_1.BaseEnvContribution {
87
87
  }
88
88
 
89
89
  exports.HarmonyEnvContribution = HarmonyEnvContribution;
90
- //# sourceMappingURL=harmony-contribution.js.map
90
+ //# sourceMappingURL=harmony-contribution.js.map
@@ -51,4 +51,4 @@ class DragNDrop {
51
51
  }
52
52
 
53
53
  exports.DragNDrop = DragNDrop;
54
- //# sourceMappingURL=drag.js.map
54
+ //# sourceMappingURL=drag.js.map
@@ -193,4 +193,4 @@ class Gesture extends vutils_1.EventEmitter {
193
193
  }
194
194
 
195
195
  exports.Gesture = Gesture;
196
- //# sourceMappingURL=gesture.js.map
196
+ //# sourceMappingURL=gesture.js.map
@@ -36,4 +36,4 @@ Object.defineProperty(exports, "Gesture", {
36
36
  return gesture_1.Gesture;
37
37
  }
38
38
  }), __exportStar(require("./interface"), exports);
39
- //# sourceMappingURL=index.js.map
39
+ //# sourceMappingURL=index.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=interface.js.map
6
+ //# sourceMappingURL=interface.js.map
@@ -238,4 +238,4 @@ export class BrowserEnvContribution extends BaseEnvContribution {
238
238
  return navigator.clipboard.writeText(text).then((() => {})).catch((err => {}));
239
239
  }
240
240
  }
241
- //# sourceMappingURL=browser-contribution.js.map
241
+ //# sourceMappingURL=browser-contribution.js.map
@@ -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
@@ -83,4 +83,4 @@ export class FeishuEnvContribution extends BaseEnvContribution {
83
83
  event;
84
84
  }
85
85
  }
86
- //# sourceMappingURL=feishu-contribution.js.map
86
+ //# sourceMappingURL=feishu-contribution.js.map
@@ -81,4 +81,4 @@ export class HarmonyEnvContribution extends BaseEnvContribution {
81
81
  }
82
82
  release(...params) {}
83
83
  }
84
- //# sourceMappingURL=harmony-contribution.js.map
84
+ //# sourceMappingURL=harmony-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
@@ -188,4 +188,4 @@ export class Gesture extends EventEmitter {
188
188
  if (listeners) if ("fn" in listeners) listeners.fn.call(listeners.context, e, type); else for (let i = 0, j = listeners.length; i < j && !e.propagationImmediatelyStopped; i++) listeners[i].fn.call(listeners[i].context, e, type);
189
189
  }
190
190
  }
191
- //# sourceMappingURL=gesture.js.map
191
+ //# 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.1.0-alpha.6",
3
+ "version": "1.1.0-alpha.7",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index-node.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "~1.0.12",
16
- "@visactor/vrender-core": "1.1.0-alpha.6",
16
+ "@visactor/vrender-core": "1.1.0-alpha.7",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.6.6",
19
19
  "gifuct-js": "2.1.2",