@visactor/vrender-kits 0.20.0 → 0.20.1-alpha.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/cjs/env/contributions/node-contribution.js +2 -1
- package/cjs/env/contributions/taro-contribution.js +1 -1
- package/cjs/env/contributions/tt-contribution.js +1 -1
- package/cjs/env/contributions/wx-contribution.js +1 -1
- package/cjs/event/extension/index.js +1 -1
- package/cjs/event/extension/interface.js +1 -1
- package/cjs/jsx/index.js +2 -1
- package/cjs/picker/canvas-picker-service.js +1 -2
- package/cjs/picker/contributions/constants.js +1 -2
- package/es/env/contributions/node-contribution.js +2 -1
- package/es/env/contributions/taro-contribution.js +1 -1
- package/es/env/contributions/tt-contribution.js +1 -1
- package/es/env/contributions/wx-contribution.js +1 -1
- package/es/event/extension/index.js +1 -1
- package/es/event/extension/interface.js +1 -1
- package/es/jsx/index.js +2 -1
- package/es/picker/canvas-picker-service.js +1 -2
- package/es/picker/contributions/constants.js +1 -2
- package/package.json +4 -4
|
@@ -91,4 +91,5 @@ let NodeEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
91
91
|
};
|
|
92
92
|
|
|
93
93
|
NodeEnvContribution = __decorate([ (0, vrender_core_1.injectable)() ], NodeEnvContribution),
|
|
94
|
-
exports.NodeEnvContribution = NodeEnvContribution;
|
|
94
|
+
exports.NodeEnvContribution = NodeEnvContribution;
|
|
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
|
|
@@ -129,4 +129,4 @@ let WxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
129
129
|
|
|
130
130
|
WxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], WxEnvContribution),
|
|
131
131
|
exports.WxEnvContribution = WxEnvContribution;
|
|
132
|
-
//# sourceMappingURL=wx-contribution.js.map
|
|
132
|
+
//# sourceMappingURL=wx-contribution.js.map
|
package/cjs/jsx/index.js
CHANGED
|
@@ -17,4 +17,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "__esModule", {
|
|
19
19
|
value: !0
|
|
20
|
-
}), __exportStar(require("./jsx-classic"), exports), __exportStar(require("./graphicType"), exports);
|
|
20
|
+
}), __exportStar(require("./jsx-classic"), exports), __exportStar(require("./graphicType"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -68,5 +68,4 @@ DefaultCanvasPickerService = __decorate([ (0, vrender_core_1.injectable)(), __pa
|
|
|
68
68
|
vrender_core_1.inject)(vrender_core_1.ContributionProvider)), __param(0, (0, vrender_core_1.named)(constants_1.CanvasPickerContribution)), __param(1, (0,
|
|
69
69
|
vrender_core_1.inject)(vrender_core_1.DrawContribution)), __param(2, (0, vrender_core_1.inject)(vrender_core_1.ContributionProvider)), __param(2, (0,
|
|
70
70
|
vrender_core_1.named)(vrender_core_1.PickItemInterceptor)), __metadata("design:paramtypes", [ Object, Object, Object ]) ], DefaultCanvasPickerService),
|
|
71
|
-
exports.DefaultCanvasPickerService = DefaultCanvasPickerService;
|
|
72
|
-
//# sourceMappingURL=canvas-picker-service.js.map
|
|
71
|
+
exports.DefaultCanvasPickerService = DefaultCanvasPickerService;
|
|
@@ -17,5 +17,4 @@ exports.CanvasRect3dPicker = Symbol.for("CanvasRect3dPicker"), exports.CanvasSym
|
|
|
17
17
|
exports.CanvasTextPicker = Symbol.for("CanvasTextPicker"), exports.CanvasPolygonPicker = Symbol.for("CanvasPolygonPicker"),
|
|
18
18
|
exports.CanvasPyramid3dPicker = Symbol.for("CanvasPyramid3dPicker"), exports.CanvasRichTextPicker = Symbol.for("CanvasRichTextPicker"),
|
|
19
19
|
exports.CanvasGlyphPicker = Symbol.for("CanvasGlyphPicker"), exports.CanvasGroupPicker = Symbol.for("CanvasGroupPicker"),
|
|
20
|
-
exports.CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
|
|
21
|
-
//# sourceMappingURL=constants.js.map
|
|
20
|
+
exports.CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
|
|
@@ -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
|
|
@@ -124,4 +124,4 @@ let WxEnvContribution = class extends BaseEnvContribution {
|
|
|
124
124
|
WxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], WxEnvContribution);
|
|
125
125
|
|
|
126
126
|
export { WxEnvContribution };
|
|
127
|
-
//# sourceMappingURL=wx-contribution.js.map
|
|
127
|
+
//# sourceMappingURL=wx-contribution.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { };
|
|
2
|
-
//# sourceMappingURL=interface.js.map
|
|
2
|
+
//# sourceMappingURL=interface.js.map
|
package/es/jsx/index.js
CHANGED
|
@@ -62,5 +62,4 @@ let DefaultCanvasPickerService = class extends DefaultPickService {
|
|
|
62
62
|
|
|
63
63
|
DefaultCanvasPickerService = __decorate([ injectable(), __param(0, inject(ContributionProvider)), __param(0, named(CanvasPickerContribution)), __param(1, inject(DrawContribution)), __param(2, inject(ContributionProvider)), __param(2, named(PickItemInterceptor)), __metadata("design:paramtypes", [ Object, Object, Object ]) ], DefaultCanvasPickerService);
|
|
64
64
|
|
|
65
|
-
export { DefaultCanvasPickerService };
|
|
66
|
-
//# sourceMappingURL=canvas-picker-service.js.map
|
|
65
|
+
export { DefaultCanvasPickerService };
|
|
@@ -54,5 +54,4 @@ export const CanvasGlyphPicker = Symbol.for("CanvasGlyphPicker");
|
|
|
54
54
|
|
|
55
55
|
export const CanvasGroupPicker = Symbol.for("CanvasGroupPicker");
|
|
56
56
|
|
|
57
|
-
export const CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
|
|
58
|
-
//# sourceMappingURL=constants.js.map
|
|
57
|
+
export const CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-kits",
|
|
3
|
-
"version": "0.20.0",
|
|
3
|
+
"version": "0.20.1-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vrender-core": "0.20.0",
|
|
15
|
+
"@visactor/vrender-core": "0.20.1-alpha.0",
|
|
16
16
|
"@visactor/vutils": "~0.18.14",
|
|
17
17
|
"@resvg/resvg-js": "2.4.1",
|
|
18
18
|
"roughjs": "4.5.2"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"typescript": "4.9.5",
|
|
33
33
|
"cross-env": "^7.0.3",
|
|
34
34
|
"@internal/bundler": "0.0.1",
|
|
35
|
-
"@internal/
|
|
36
|
-
"@internal/
|
|
35
|
+
"@internal/ts-config": "0.0.1",
|
|
36
|
+
"@internal/eslint-config": "0.0.1"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"VisActor",
|