@visactor/vrender-kits 0.21.13 → 0.21.14

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.
@@ -78,5 +78,4 @@ class CanvasWrapEnableWH {
78
78
  }
79
79
  }
80
80
 
81
- exports.CanvasWrapEnableWH = CanvasWrapEnableWH;
82
- //# sourceMappingURL=canvas-wrap.js.map
81
+ exports.CanvasWrapEnableWH = CanvasWrapEnableWH;
@@ -1,3 +1 @@
1
-
2
-
3
1
  //# sourceMappingURL=module.js.map
@@ -92,4 +92,4 @@ let NodeEnvContribution = class extends vrender_core_1.BaseEnvContribution {
92
92
 
93
93
  NodeEnvContribution = __decorate([ (0, vrender_core_1.injectable)() ], NodeEnvContribution),
94
94
  exports.NodeEnvContribution = NodeEnvContribution;
95
- //# sourceMappingURL=node-contribution.js.map
95
+ //# sourceMappingURL=node-contribution.js.map
@@ -112,4 +112,4 @@ let TaroEnvContribution = class extends vrender_core_1.BaseEnvContribution {
112
112
 
113
113
  TaroEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TaroEnvContribution),
114
114
  exports.TaroEnvContribution = TaroEnvContribution;
115
- //# sourceMappingURL=taro-contribution.js.map
115
+ //# sourceMappingURL=taro-contribution.js.map
@@ -125,4 +125,4 @@ let TTEnvContribution = class extends vrender_core_1.BaseEnvContribution {
125
125
 
126
126
  TTEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TTEnvContribution),
127
127
  exports.TTEnvContribution = TTEnvContribution;
128
- //# sourceMappingURL=tt-contribution.js.map
128
+ //# sourceMappingURL=tt-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
@@ -187,4 +187,5 @@ class Gesture extends vutils_1.EventEmitter {
187
187
  }
188
188
  }
189
189
 
190
- exports.Gesture = Gesture;
190
+ exports.Gesture = Gesture;
191
+ //# 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
@@ -68,5 +68,4 @@ export class CanvasWrapEnableWH {
68
68
  height: this._h
69
69
  };
70
70
  }
71
- }
72
- //# sourceMappingURL=canvas-wrap.js.map
71
+ }
@@ -1,3 +1 @@
1
-
2
-
3
1
  //# sourceMappingURL=module.js.map
@@ -87,4 +87,4 @@ let NodeEnvContribution = class extends BaseEnvContribution {
87
87
  NodeEnvContribution = __decorate([ injectable() ], NodeEnvContribution);
88
88
 
89
89
  export { NodeEnvContribution };
90
- //# sourceMappingURL=node-contribution.js.map
90
+ //# sourceMappingURL=node-contribution.js.map
@@ -109,4 +109,4 @@ let TaroEnvContribution = class extends BaseEnvContribution {
109
109
  TaroEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TaroEnvContribution);
110
110
 
111
111
  export { TaroEnvContribution };
112
- //# sourceMappingURL=taro-contribution.js.map
112
+ //# sourceMappingURL=taro-contribution.js.map
@@ -120,4 +120,4 @@ let TTEnvContribution = class extends BaseEnvContribution {
120
120
  TTEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TTEnvContribution);
121
121
 
122
122
  export { TTEnvContribution };
123
- //# sourceMappingURL=tt-contribution.js.map
123
+ //# sourceMappingURL=tt-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
@@ -182,4 +182,5 @@ export class Gesture extends EventEmitter {
182
182
  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);
183
183
  this.emit(type, e);
184
184
  }
185
- }
185
+ }
186
+ //# 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": "0.21.13",
3
+ "version": "0.21.14",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,8 +12,8 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vutils": "~0.19.3",
16
- "@visactor/vrender-core": "0.21.13",
15
+ "@visactor/vutils": "~0.19.4",
16
+ "@visactor/vrender-core": "0.21.14",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2",
19
19
  "gifuct-js": "2.1.2"