@visactor/vrender-animate 1.0.41-alpha.3 → 1.0.42

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.
@@ -28,5 +28,4 @@ class ClipOut extends common_1.CommonOut {
28
28
  }
29
29
  }
30
30
 
31
- exports.ClipOut = ClipOut;
32
- //# sourceMappingURL=clip.js.map
31
+ exports.ClipOut = ClipOut;
@@ -72,4 +72,5 @@ class AStageAnimate extends ACustomAnimate {
72
72
  }
73
73
  }
74
74
 
75
- exports.AStageAnimate = AStageAnimate;
75
+ exports.AStageAnimate = AStageAnimate;
76
+ //# sourceMappingURL=custom-animate.js.map
@@ -130,5 +130,4 @@ class MoveOut extends MoveBase {
130
130
  }
131
131
  }
132
132
 
133
- exports.MoveOut = MoveOut;
134
- //# sourceMappingURL=move.js.map
133
+ exports.MoveOut = MoveOut;
@@ -105,4 +105,5 @@ class PoptipDisappear extends custom_animate_1.AComponentAnimate {
105
105
  }
106
106
  }
107
107
 
108
- exports.PoptipDisappear = PoptipDisappear;
108
+ exports.PoptipDisappear = PoptipDisappear;
109
+ //# sourceMappingURL=poptip-animate.js.map
@@ -62,5 +62,4 @@ class GraphicStateExtension {
62
62
  }
63
63
  }
64
64
 
65
- exports.GraphicStateExtension = GraphicStateExtension;
66
- //# sourceMappingURL=graphic-extension.js.map
65
+ exports.GraphicStateExtension = GraphicStateExtension;
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=types.js.map
package/es/custom/clip.js CHANGED
@@ -18,5 +18,4 @@ export class ClipOut extends CommonOut {
18
18
  constructor(from, to, duration, easing, params) {
19
19
  super(from, to, duration, easing, params), this.keys = [ "clipRange" ];
20
20
  }
21
- }
22
- //# sourceMappingURL=clip.js.map
21
+ }
@@ -62,4 +62,5 @@ export class AStageAnimate extends ACustomAnimate {
62
62
  return !!ctx && (ctx.clearRect(0, 0, stageCanvas.width, stageCanvas.height), ctx.drawImage(canvas, 0, 0),
63
63
  stageCanvas);
64
64
  }
65
- }
65
+ }
66
+ //# sourceMappingURL=custom-animate.js.map
package/es/custom/move.js CHANGED
@@ -114,5 +114,4 @@ export class MoveOut extends MoveBase {
114
114
  this.props = to, this.propKeys = Object.keys(to).filter((key => null != to[key])),
115
115
  this.from = from, this.to = to;
116
116
  }
117
- }
118
- //# sourceMappingURL=move.js.map
117
+ }
@@ -99,4 +99,5 @@ export class PoptipDisappear extends AComponentAnimate {
99
99
  easing: easing
100
100
  }), this.completeBind(animator);
101
101
  }
102
- }
102
+ }
103
+ //# sourceMappingURL=poptip-animate.js.map
@@ -54,5 +54,4 @@ export class GraphicStateExtension {
54
54
  static extend(graphic) {
55
55
  return (new GraphicStateExtension)._getAnimationStateManager(graphic), graphic;
56
56
  }
57
- }
58
- //# sourceMappingURL=graphic-extension.js.map
57
+ }
package/es/state/types.js CHANGED
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=types.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-animate",
3
- "version": "1.0.41-alpha.3",
3
+ "version": "1.0.42",
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": "~1.0.12",
16
- "@visactor/vrender-core": "1.0.41-alpha.3"
16
+ "@visactor/vrender-core": "1.0.42"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@rushstack/eslint-patch": "~1.1.4",
@@ -30,8 +30,8 @@
30
30
  "typescript": "4.9.5",
31
31
  "cross-env": "^7.0.3",
32
32
  "@internal/bundler": "0.0.1",
33
- "@internal/eslint-config": "0.0.1",
34
- "@internal/ts-config": "0.0.1"
33
+ "@internal/ts-config": "0.0.1",
34
+ "@internal/eslint-config": "0.0.1"
35
35
  },
36
36
  "keywords": [
37
37
  "VisActor",