@visactor/vrender-core 0.16.8 → 0.16.9-alpha.1

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.
@@ -644,4 +644,5 @@ class AnimateGroup1 extends animate_1.ACustomAnimate {
644
644
  }
645
645
  }
646
646
 
647
- exports.AnimateGroup1 = AnimateGroup1;
647
+ exports.AnimateGroup1 = AnimateGroup1;
648
+ //# sourceMappingURL=custom-animate.js.map
@@ -3,5 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  }), exports.Context2dFactory = exports.CanvasFactory = void 0, exports.CanvasFactory = Symbol.for("CanvasFactory"),
6
- exports.Context2dFactory = Symbol.for("Context2dFactory");
7
- //# sourceMappingURL=constants.js.map
6
+ exports.Context2dFactory = Symbol.for("Context2dFactory");
@@ -31,4 +31,5 @@ function cubicPointAt(p0, p1, p2, p3, t) {
31
31
  }
32
32
 
33
33
  exports.snapLength = snapLength, exports.cubicLength = cubicLength, exports.cubicCalc = cubicCalc,
34
- exports.cubicPointAt = cubicPointAt;
34
+ exports.cubicPointAt = cubicPointAt;
35
+ //# sourceMappingURL=bezier-utils.js.map
@@ -23,5 +23,4 @@ function bindContributionProviderNoSingletonScope(bind, id) {
23
23
  bind(exports.ContributionProvider).toDynamicValue((({container: container}) => new ContributionProviderCache(id, container))).whenTargetNamed(id);
24
24
  }
25
25
 
26
- exports.bindContributionProvider = bindContributionProvider, exports.bindContributionProviderNoSingletonScope = bindContributionProviderNoSingletonScope;
27
- //# sourceMappingURL=contribution-provider.js.map
26
+ exports.bindContributionProvider = bindContributionProvider, exports.bindContributionProviderNoSingletonScope = bindContributionProviderNoSingletonScope;
@@ -268,4 +268,5 @@ const splitPath = (path, count) => {
268
268
  return res;
269
269
  };
270
270
 
271
- exports.splitPath = splitPath;
271
+ exports.splitPath = splitPath;
272
+ //# sourceMappingURL=split-path.js.map
@@ -150,5 +150,4 @@ class RafBasedSTO {
150
150
  }
151
151
  }
152
152
 
153
- exports.RafBasedSTO = RafBasedSTO, RafBasedSTO.TimeOut = 1e3 / 60, exports.rafBasedSto = new RafBasedSTO;
154
- //# sourceMappingURL=utils.js.map
153
+ exports.RafBasedSTO = RafBasedSTO, RafBasedSTO.TimeOut = 1e3 / 60, exports.rafBasedSto = new RafBasedSTO;
@@ -614,4 +614,5 @@ export class AnimateGroup1 extends ACustomAnimate {
614
614
  ratio = easingFunc(ratio), a.onUpdate(end, ratio, out);
615
615
  })), this.updating = !1);
616
616
  }
617
- }
617
+ }
618
+ //# sourceMappingURL=custom-animate.js.map
@@ -1,4 +1,3 @@
1
1
  export const CanvasFactory = Symbol.for("CanvasFactory");
2
2
 
3
- export const Context2dFactory = Symbol.for("Context2dFactory");
4
- //# sourceMappingURL=constants.js.map
3
+ export const Context2dFactory = Symbol.for("Context2dFactory");
@@ -22,4 +22,5 @@ export function cubicCalc(p0, p1, p2, p3, t) {
22
22
  export function cubicPointAt(p0, p1, p2, p3, t) {
23
23
  const x = cubicCalc(p0.x, p1.x, p2.x, p3.x, t), y = cubicCalc(p0.y, p1.y, p2.y, p3.y, t);
24
24
  return new Point(x, y);
25
- }
25
+ }
26
+ //# sourceMappingURL=bezier-utils.js.map
@@ -16,5 +16,4 @@ export function bindContributionProvider(bind, id) {
16
16
 
17
17
  export function bindContributionProviderNoSingletonScope(bind, id) {
18
18
  bind(ContributionProvider).toDynamicValue((({container: container}) => new ContributionProviderCache(id, container))).whenTargetNamed(id);
19
- }
20
- //# sourceMappingURL=contribution-provider.js.map
19
+ }
@@ -245,4 +245,5 @@ export const splitPath = (path, count) => {
245
245
  remain -= stepCount;
246
246
  }
247
247
  return res;
248
- };
248
+ };
249
+ //# sourceMappingURL=split-path.js.map
@@ -139,5 +139,4 @@ export class RafBasedSTO {
139
139
 
140
140
  RafBasedSTO.TimeOut = 1e3 / 60;
141
141
 
142
- export const rafBasedSto = new RafBasedSTO;
143
- //# sourceMappingURL=utils.js.map
142
+ export const rafBasedSto = new RafBasedSTO;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-core",
3
- "version": "0.16.8",
3
+ "version": "0.16.9-alpha.1",
4
4
  "description": "",
5
5
  "sideEffects": true,
6
6
  "main": "cjs/index.js",