@visactor/vrender-kits 0.21.13 → 0.21.15
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/cjs/env/contributions/canvas-wrap.js +1 -2
- package/cjs/env/contributions/module.js +0 -2
- package/cjs/env/contributions/node-contribution.js +1 -1
- package/cjs/env/contributions/taro-contribution.js +1 -1
- package/cjs/env/contributions/tt-contribution.js +1 -1
- package/cjs/event/extension/drag.js +1 -1
- package/cjs/event/extension/gesture.js +2 -1
- package/cjs/event/extension/index.js +1 -1
- package/cjs/event/extension/interface.js +1 -1
- package/es/env/contributions/canvas-wrap.js +1 -2
- package/es/env/contributions/module.js +0 -2
- package/es/env/contributions/node-contribution.js +1 -1
- package/es/env/contributions/taro-contribution.js +1 -1
- package/es/env/contributions/tt-contribution.js +1 -1
- package/es/event/extension/drag.js +1 -1
- package/es/event/extension/gesture.js +2 -1
- package/es/event/extension/index.js +1 -1
- package/es/event/extension/interface.js +1 -1
- package/package.json +3 -3
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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.
|
|
3
|
+
"version": "0.21.15",
|
|
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.
|
|
16
|
-
"@visactor/vrender-core": "0.21.
|
|
15
|
+
"@visactor/vutils": "~0.19.4",
|
|
16
|
+
"@visactor/vrender-core": "0.21.15",
|
|
17
17
|
"@resvg/resvg-js": "2.4.1",
|
|
18
18
|
"roughjs": "4.5.2",
|
|
19
19
|
"gifuct-js": "2.1.2"
|