@visactor/vrender-core 0.20.13 → 0.20.14

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.
@@ -720,5 +720,4 @@ class AnimateGroup1 extends animate_1.ACustomAnimate {
720
720
  }
721
721
  }
722
722
 
723
- exports.AnimateGroup1 = AnimateGroup1;
724
- //# sourceMappingURL=custom-animate.js.map
723
+ exports.AnimateGroup1 = AnimateGroup1;
@@ -289,4 +289,4 @@ const multiToOneMorph = (fromGraphics, toGraphic, animationConfig) => {
289
289
  };
290
290
 
291
291
  exports.multiToOneMorph = multiToOneMorph;
292
- //# sourceMappingURL=morphing.js.map
292
+ //# sourceMappingURL=morphing.js.map
@@ -43,4 +43,4 @@ class DefaultTimeline {
43
43
  }
44
44
 
45
45
  exports.DefaultTimeline = DefaultTimeline, exports.defaultTimeline = new DefaultTimeline;
46
- //# sourceMappingURL=timeline.js.map
46
+ //# sourceMappingURL=timeline.js.map
@@ -209,4 +209,5 @@ let EmptyContext2d = class {
209
209
  };
210
210
 
211
211
  EmptyContext2d = __decorate([ (0, inversify_lite_1.injectable)(), __metadata("design:paramtypes", [ Object, Number ]) ], EmptyContext2d),
212
- exports.EmptyContext2d = EmptyContext2d;
212
+ exports.EmptyContext2d = EmptyContext2d;
213
+ //# sourceMappingURL=empty-context.js.map
@@ -47,5 +47,4 @@ const vutils_1 = require("@visactor/vutils"), constants_1 = require("../graphic/
47
47
  return result;
48
48
  };
49
49
 
50
- exports.draw3dItem = draw3dItem;
51
- //# sourceMappingURL=3d-interceptor.js.map
50
+ exports.draw3dItem = draw3dItem;
@@ -10,4 +10,5 @@ class Generator {
10
10
  }
11
11
  }
12
12
 
13
- exports.Generator = Generator, Generator.auto_increment_id = 0;
13
+ exports.Generator = Generator, Generator.auto_increment_id = 0;
14
+ //# sourceMappingURL=generator.js.map
@@ -13,5 +13,4 @@ function renderCommandList(commandList, context, x = 0, y = 0, sx = 1, sy = 1, z
13
13
  }
14
14
  }
15
15
 
16
- exports.renderCommandList = renderCommandList;
17
- //# sourceMappingURL=render-command-list.js.map
16
+ exports.renderCommandList = renderCommandList;
@@ -34,4 +34,4 @@ function textAttributesToStyle(attrs) {
34
34
 
35
35
  exports.textDrawOffsetY = textDrawOffsetY, exports.textDrawOffsetX = textDrawOffsetX,
36
36
  exports.textLayoutOffsetY = textLayoutOffsetY, exports.textAttributesToStyle = textAttributesToStyle;
37
- //# sourceMappingURL=text.js.map
37
+ //# sourceMappingURL=text.js.map
@@ -159,4 +159,5 @@ const calculateLineHeight = (lineHeight, fontSize) => {
159
159
  return lineHeight;
160
160
  };
161
161
 
162
- exports.calculateLineHeight = calculateLineHeight;
162
+ exports.calculateLineHeight = calculateLineHeight;
163
+ //# sourceMappingURL=utils.js.map
@@ -697,5 +697,4 @@ export class AnimateGroup1 extends ACustomAnimate {
697
697
  ratio = easingFunc(ratio), a.onUpdate(end, ratio, out);
698
698
  })), this.updating = !1);
699
699
  }
700
- }
701
- //# sourceMappingURL=custom-animate.js.map
700
+ }
@@ -292,4 +292,4 @@ export const multiToOneMorph = (fromGraphics, toGraphic, animationConfig) => {
292
292
  }, null !== (_b = null == animationConfig ? void 0 : animationConfig.duration) && void 0 !== _b ? _b : DefaultMorphingAnimateConfig.duration, null !== (_c = null == animationConfig ? void 0 : animationConfig.easing) && void 0 !== _c ? _c : DefaultMorphingAnimateConfig.easing));
293
293
  }
294
294
  };
295
- //# sourceMappingURL=morphing.js.map
295
+ //# sourceMappingURL=morphing.js.map
@@ -39,4 +39,4 @@ export class DefaultTimeline {
39
39
  }
40
40
 
41
41
  export const defaultTimeline = new DefaultTimeline;
42
- //# sourceMappingURL=timeline.js.map
42
+ //# sourceMappingURL=timeline.js.map
@@ -215,4 +215,5 @@ let EmptyContext2d = class {
215
215
 
216
216
  EmptyContext2d = __decorate([ injectable(), __metadata("design:paramtypes", [ Object, Number ]) ], EmptyContext2d);
217
217
 
218
- export { EmptyContext2d };
218
+ export { EmptyContext2d };
219
+ //# sourceMappingURL=empty-context.js.map
@@ -43,5 +43,4 @@ export const draw3dItem = (context, graphic, callback, output) => {
43
43
  }));
44
44
  } else result = callback(isPie, is3d);
45
45
  return result;
46
- };
47
- //# sourceMappingURL=3d-interceptor.js.map
46
+ };
@@ -4,4 +4,5 @@ export class Generator {
4
4
  }
5
5
  }
6
6
 
7
- Generator.auto_increment_id = 0;
7
+ Generator.auto_increment_id = 0;
8
+ //# sourceMappingURL=generator.js.map
@@ -5,5 +5,4 @@ export function renderCommandList(commandList, context, x = 0, y = 0, sx = 1, sy
5
5
  const command = commandList[i];
6
6
  commandFuncs[command[0]](command, context, x, y, sx, sy, z);
7
7
  }
8
- }
9
- //# sourceMappingURL=render-command-list.js.map
8
+ }
package/es/common/text.js CHANGED
@@ -24,4 +24,4 @@ export function textAttributesToStyle(attrs) {
24
24
  attrs.underline ? style["text-decoration"] = "underline" : attrs.lineThrough && (style["text-decoration"] = "line-through"),
25
25
  attrs.fill && isString(attrs.fill) && (style.color = attrs.fill), style;
26
26
  }
27
- //# sourceMappingURL=text.js.map
27
+ //# sourceMappingURL=text.js.map
@@ -146,4 +146,5 @@ export const calculateLineHeight = (lineHeight, fontSize) => {
146
146
  return fontSize * (Number.parseFloat(lineHeight.substring(0, lineHeight.length - 1)) / 100);
147
147
  }
148
148
  return lineHeight;
149
- };
149
+ };
150
+ //# sourceMappingURL=utils.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-core",
3
- "version": "0.20.13",
3
+ "version": "0.20.14",
4
4
  "description": "",
5
5
  "sideEffects": [
6
6
  "./src/modules.ts",