@visactor/vrender-kits 0.20.11-alpha.2 → 0.20.11-alpha.3

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.
@@ -97,4 +97,5 @@ let FeishuEnvContribution = class extends vrender_core_1.BaseEnvContribution {
97
97
  };
98
98
 
99
99
  FeishuEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], FeishuEnvContribution),
100
- exports.FeishuEnvContribution = FeishuEnvContribution;
100
+ exports.FeishuEnvContribution = FeishuEnvContribution;
101
+ //# sourceMappingURL=feishu-contribution.js.map
@@ -1 +1,3 @@
1
+
2
+
1
3
  //# 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
@@ -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/env/wx.js CHANGED
@@ -20,5 +20,4 @@ exports.wxEnvModule = new vrender_core_1.ContainerModule((bind => {
20
20
  exports.wxEnvModule._isWxBound || (exports.wxEnvModule._isWxBound = !0, bind(wx_contribution_2.WxEnvContribution).toSelf().inSingletonScope(),
21
21
  bind(vrender_core_1.EnvContribution).toService(wx_contribution_2.WxEnvContribution));
22
22
  })), exports.wxEnvModule._isWxBound = !1, exports.loadWxEnv = loadWxEnv, loadWxEnv.__loaded = !1,
23
- exports.initWxEnv = initWxEnv;
24
- //# sourceMappingURL=wx.js.map
23
+ exports.initWxEnv = initWxEnv;
@@ -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
@@ -184,4 +184,4 @@ class Gesture extends vutils_1.EventEmitter {
184
184
  }
185
185
 
186
186
  exports.Gesture = Gesture;
187
- //# sourceMappingURL=gesture.js.map
187
+ //# sourceMappingURL=gesture.js.map
@@ -20,5 +20,4 @@ Object.defineProperty(exports, "Gesture", {
20
20
  get: function() {
21
21
  return gesture_1.Gesture;
22
22
  }
23
- });
24
- //# sourceMappingURL=index.js.map
23
+ });
@@ -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
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const vrender_core_1 = require("@visactor/vrender-core");
8
8
 
9
- exports.LOTTIE_NUMBER_TYPE = vrender_core_1.Generator.GenAutoIncrementId();
9
+ exports.LOTTIE_NUMBER_TYPE = vrender_core_1.Generator.GenAutoIncrementId();
10
+ //# sourceMappingURL=constants.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=lottie.js.map
6
+ //# sourceMappingURL=lottie.js.map
@@ -94,4 +94,5 @@ let FeishuEnvContribution = class extends BaseEnvContribution {
94
94
 
95
95
  FeishuEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], FeishuEnvContribution);
96
96
 
97
- export { FeishuEnvContribution };
97
+ export { FeishuEnvContribution };
98
+ //# sourceMappingURL=feishu-contribution.js.map
@@ -1 +1,3 @@
1
+
2
+
1
3
  //# 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
@@ -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
package/es/env/wx.js CHANGED
@@ -24,5 +24,4 @@ loadWxEnv.__loaded = !1;
24
24
 
25
25
  export function initWxEnv() {
26
26
  loadWxEnv(container);
27
- }
28
- //# sourceMappingURL=wx.js.map
27
+ }
@@ -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
@@ -180,4 +180,4 @@ export class Gesture extends EventEmitter {
180
180
  this.emit(type, e);
181
181
  }
182
182
  }
183
- //# sourceMappingURL=gesture.js.map
183
+ //# sourceMappingURL=gesture.js.map
@@ -2,5 +2,4 @@ import { DragNDrop } from "./drag";
2
2
 
3
3
  import { Gesture } from "./gesture";
4
4
 
5
- export { DragNDrop, Gesture };
6
- //# sourceMappingURL=index.js.map
5
+ export { DragNDrop, Gesture };
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
@@ -1,3 +1,4 @@
1
1
  import { Generator } from "@visactor/vrender-core";
2
2
 
3
- export const LOTTIE_NUMBER_TYPE = Generator.GenAutoIncrementId();
3
+ export const LOTTIE_NUMBER_TYPE = Generator.GenAutoIncrementId();
4
+ //# sourceMappingURL=constants.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=lottie.js.map
2
+ //# sourceMappingURL=lottie.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.20.11-alpha.2",
3
+ "version": "0.20.11-alpha.3",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "~0.18.17",
16
- "@visactor/vrender-core": "0.20.11-alpha.2",
16
+ "@visactor/vrender-core": "0.20.11-alpha.3",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2",
19
19
  "lottie-web": "^5.12.2"
@@ -33,8 +33,8 @@
33
33
  "typescript": "4.9.5",
34
34
  "cross-env": "^7.0.3",
35
35
  "@internal/bundler": "0.0.1",
36
- "@internal/ts-config": "0.0.1",
37
- "@internal/eslint-config": "0.0.1"
36
+ "@internal/eslint-config": "0.0.1",
37
+ "@internal/ts-config": "0.0.1"
38
38
  },
39
39
  "keywords": [
40
40
  "VisActor",