@visactor/vrender-kits 0.17.21 → 0.17.22

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.
@@ -111,5 +111,4 @@ let TaroEnvContribution = class extends vrender_core_1.BaseEnvContribution {
111
111
  };
112
112
 
113
113
  TaroEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TaroEnvContribution),
114
- exports.TaroEnvContribution = TaroEnvContribution;
115
- //# sourceMappingURL=taro-contribution.js.map
114
+ exports.TaroEnvContribution = TaroEnvContribution;
@@ -50,4 +50,5 @@ class DragNDrop {
50
50
  }
51
51
  }
52
52
 
53
- exports.DragNDrop = DragNDrop;
53
+ exports.DragNDrop = DragNDrop;
54
+ //# sourceMappingURL=drag.js.map
@@ -129,5 +129,4 @@ exports.VRichText = VRichText, VRichText.Text = function(params) {
129
129
  return Object.assign({
130
130
  type: "rich/image"
131
131
  }, params);
132
- };
133
- //# sourceMappingURL=graphicType.js.map
132
+ };
@@ -19,4 +19,5 @@ function loadCanvasPicker(c) {
19
19
  exports.canvasPickerModule = new vrender_core_1.ContainerModule(((bind, unbind, isBound, rebind) => {
20
20
  isBound(canvas_picker_service_1.DefaultCanvasPickerService) || bind(canvas_picker_service_1.DefaultCanvasPickerService).toSelf().inSingletonScope(),
21
21
  isBound(vrender_core_1.PickerService) ? rebind(vrender_core_1.PickerService).toService(canvas_picker_service_1.DefaultCanvasPickerService) : bind(vrender_core_1.PickerService).toService(canvas_picker_service_1.DefaultCanvasPickerService);
22
- })), exports.loadCanvasPicker = loadCanvasPicker;
22
+ })), exports.loadCanvasPicker = loadCanvasPicker;
23
+ //# sourceMappingURL=canvas-module.js.map
@@ -11,5 +11,4 @@ function _registerArea() {
11
11
  vrender_core_1.container.load(vrender_core_1.areaModule), vrender_core_1.container.load(env_1.browser ? area_module_1.areaCanvasPickModule : area_module_2.areaMathPickModule));
12
12
  }
13
13
 
14
- _registerArea.__loaded = !1, exports.registerArea = _registerArea;
15
- //# sourceMappingURL=register-area.js.map
14
+ _registerArea.__loaded = !1, exports.registerArea = _registerArea;
@@ -12,4 +12,5 @@ function _registerPyramid3d() {
12
12
  pyramid3d_module_1.pyramid3dCanvasPickModule)));
13
13
  }
14
14
 
15
- _registerPyramid3d.__loaded = !1, exports.registerPyramid3d = _registerPyramid3d;
15
+ _registerPyramid3d.__loaded = !1, exports.registerPyramid3d = _registerPyramid3d;
16
+ //# sourceMappingURL=register-pyramid3d.js.map
@@ -108,5 +108,4 @@ let TaroEnvContribution = class extends BaseEnvContribution {
108
108
 
109
109
  TaroEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TaroEnvContribution);
110
110
 
111
- export { TaroEnvContribution };
112
- //# sourceMappingURL=taro-contribution.js.map
111
+ export { TaroEnvContribution };
@@ -42,4 +42,5 @@ export class DragNDrop {
42
42
  release() {
43
43
  this.removeEvents(), this.rootNode = null;
44
44
  }
45
- }
45
+ }
46
+ //# sourceMappingURL=drag.js.map
@@ -122,5 +122,4 @@ VRichText.Text = function(params) {
122
122
  return Object.assign({
123
123
  type: "rich/image"
124
124
  }, params);
125
- };
126
- //# sourceMappingURL=graphicType.js.map
125
+ };
@@ -11,4 +11,5 @@ export const canvasPickerModule = new ContainerModule(((bind, unbind, isBound, r
11
11
 
12
12
  export function loadCanvasPicker(c) {
13
13
  c.load(canvasModule), c.load(canvasPickerModule);
14
- }
14
+ }
15
+ //# sourceMappingURL=canvas-module.js.map
@@ -13,5 +13,4 @@ function _registerArea() {
13
13
 
14
14
  _registerArea.__loaded = !1;
15
15
 
16
- export const registerArea = _registerArea;
17
- //# sourceMappingURL=register-area.js.map
16
+ export const registerArea = _registerArea;
@@ -11,4 +11,5 @@ function _registerPyramid3d() {
11
11
 
12
12
  _registerPyramid3d.__loaded = !1;
13
13
 
14
- export const registerPyramid3d = _registerPyramid3d;
14
+ export const registerPyramid3d = _registerPyramid3d;
15
+ //# sourceMappingURL=register-pyramid3d.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.17.21",
3
+ "version": "0.17.22",
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.17.21",
15
+ "@visactor/vrender-core": "0.17.22",
16
16
  "@visactor/vutils": "~0.17.3",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
@@ -31,8 +31,8 @@
31
31
  "vite": "3.2.6",
32
32
  "typescript": "4.9.5",
33
33
  "@internal/bundler": "0.0.1",
34
- "@internal/ts-config": "0.0.1",
35
- "@internal/eslint-config": "0.0.1"
34
+ "@internal/eslint-config": "0.0.1",
35
+ "@internal/ts-config": "0.0.1"
36
36
  },
37
37
  "keywords": [
38
38
  "VisActor",