@visactor/vrender-core 0.20.13-alpha.1 → 0.20.13-alpha.2

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.
@@ -35,4 +35,4 @@ class DefaultBoundsAllocate {
35
35
  }
36
36
 
37
37
  exports.DefaultBoundsAllocate = DefaultBoundsAllocate, exports.boundsAllocate = new DefaultBoundsAllocate;
38
- //# sourceMappingURL=bounds-allocate.js.map
38
+ //# sourceMappingURL=bounds-allocate.js.map
@@ -56,4 +56,4 @@ class DefaultCanvasAllocate {
56
56
  }
57
57
 
58
58
  exports.DefaultCanvasAllocate = DefaultCanvasAllocate, exports.canvasAllocate = new DefaultCanvasAllocate;
59
- //# sourceMappingURL=canvas-allocate.js.map
59
+ //# sourceMappingURL=canvas-allocate.js.map
@@ -8,4 +8,4 @@ exports.ArcAllocate = Symbol.for("ArcAllocate"), exports.AreaAllocate = Symbol.f
8
8
  exports.CircleAllocate = Symbol.for("CircleAllocate"), exports.LineAllocate = Symbol.for("LineAllocate"),
9
9
  exports.PathAllocate = Symbol.for("PathAllocate"), exports.SymbolAllocate = Symbol.for("SymbolAllocate"),
10
10
  exports.TextAllocate = Symbol.for("TextAllocate");
11
- //# sourceMappingURL=constants.js.map
11
+ //# sourceMappingURL=constants.js.map
@@ -160,4 +160,4 @@ class DefaultGraphicMemoryManager {
160
160
  }
161
161
 
162
162
  exports.DefaultGraphicMemoryManager = DefaultGraphicMemoryManager, exports.defaultGraphicMemoryManager = new DefaultGraphicMemoryManager;
163
- //# sourceMappingURL=graphic-allocate.js.map
163
+ //# sourceMappingURL=graphic-allocate.js.map
@@ -72,4 +72,4 @@ class DefaultMat4Allocate {
72
72
 
73
73
  exports.DefaultMat4Allocate = DefaultMat4Allocate, exports.matrixAllocate = new DefaultMatrixAllocate,
74
74
  exports.mat4Allocate = new DefaultMat4Allocate;
75
- //# sourceMappingURL=matrix-allocate.js.map
75
+ //# sourceMappingURL=matrix-allocate.js.map
@@ -720,4 +720,5 @@ class AnimateGroup1 extends animate_1.ACustomAnimate {
720
720
  }
721
721
  }
722
722
 
723
- exports.AnimateGroup1 = AnimateGroup1;
723
+ exports.AnimateGroup1 = AnimateGroup1;
724
+ //# sourceMappingURL=custom-animate.js.map
@@ -288,5 +288,4 @@ const multiToOneMorph = (fromGraphics, toGraphic, animationConfig) => {
288
288
  }
289
289
  };
290
290
 
291
- exports.multiToOneMorph = multiToOneMorph;
292
- //# sourceMappingURL=morphing.js.map
291
+ exports.multiToOneMorph = multiToOneMorph;
@@ -47,4 +47,5 @@ const vutils_1 = require("@visactor/vutils"), constants_1 = require("../graphic/
47
47
  return result;
48
48
  };
49
49
 
50
- exports.draw3dItem = draw3dItem;
50
+ exports.draw3dItem = draw3dItem;
51
+ //# sourceMappingURL=3d-interceptor.js.map
@@ -227,5 +227,4 @@ class GradientParser {
227
227
  }
228
228
  }
229
229
 
230
- exports.GradientParser = GradientParser;
231
- //# sourceMappingURL=color-utils.js.map
230
+ exports.GradientParser = GradientParser;
@@ -13,4 +13,5 @@ function renderCommandList(commandList, context, x = 0, y = 0, sx = 1, sy = 1, z
13
13
  }
14
14
  }
15
15
 
16
- exports.renderCommandList = renderCommandList;
16
+ exports.renderCommandList = renderCommandList;
17
+ //# sourceMappingURL=render-command-list.js.map
@@ -100,5 +100,4 @@ function findNextGraphic(graphic, id, defaultZIndex, reverse = !1) {
100
100
  Object.defineProperty(exports, "__esModule", {
101
101
  value: !0
102
102
  }), exports.findNextGraphic = exports.foreachAsync = exports.foreach = void 0, exports.foreach = foreach,
103
- exports.foreachAsync = foreachAsync, exports.findNextGraphic = findNextGraphic;
104
- //# sourceMappingURL=sort.js.map
103
+ exports.foreachAsync = foreachAsync, exports.findNextGraphic = findNextGraphic;
@@ -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
@@ -160,4 +160,4 @@ const calculateLineHeight = (lineHeight, fontSize) => {
160
160
  };
161
161
 
162
162
  exports.calculateLineHeight = calculateLineHeight;
163
- //# sourceMappingURL=utils.js.map
163
+ //# sourceMappingURL=utils.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  }), exports.ApplicationContribution = void 0, exports.ApplicationContribution = Symbol("ApplicationContribution");
6
- //# sourceMappingURL=application.js.map
6
+ //# sourceMappingURL=application.js.map
@@ -71,4 +71,4 @@ const registerOrthoCamera = () => {
71
71
  };
72
72
 
73
73
  exports.registerOrthoCamera = registerOrthoCamera;
74
- //# sourceMappingURL=camera.js.map
74
+ //# sourceMappingURL=camera.js.map
@@ -7,4 +7,4 @@ exports.TransformUtil = Symbol.for("TransformUtil"), exports.GraphicUtil = Symbo
7
7
  exports.LayerService = Symbol.for("LayerService"), exports.StaticLayerHandlerContribution = Symbol.for("StaticLayerHandlerContribution"),
8
8
  exports.DynamicLayerHandlerContribution = Symbol.for("DynamicLayerHandlerContribution"),
9
9
  exports.VirtualLayerHandlerContribution = Symbol.for("VirtualLayerHandlerContribution");
10
- //# sourceMappingURL=constants.js.map
10
+ //# sourceMappingURL=constants.js.map
@@ -29,4 +29,4 @@ export class DefaultBoundsAllocate {
29
29
  }
30
30
 
31
31
  export const boundsAllocate = new DefaultBoundsAllocate;
32
- //# sourceMappingURL=bounds-allocate.js.map
32
+ //# sourceMappingURL=bounds-allocate.js.map
@@ -52,4 +52,4 @@ export class DefaultCanvasAllocate {
52
52
  }
53
53
 
54
54
  export const canvasAllocate = new DefaultCanvasAllocate;
55
- //# sourceMappingURL=canvas-allocate.js.map
55
+ //# sourceMappingURL=canvas-allocate.js.map
@@ -15,4 +15,4 @@ export const PathAllocate = Symbol.for("PathAllocate");
15
15
  export const SymbolAllocate = Symbol.for("SymbolAllocate");
16
16
 
17
17
  export const TextAllocate = Symbol.for("TextAllocate");
18
- //# sourceMappingURL=constants.js.map
18
+ //# sourceMappingURL=constants.js.map
@@ -152,4 +152,4 @@ export class DefaultGraphicMemoryManager {
152
152
  }
153
153
 
154
154
  export const defaultGraphicMemoryManager = new DefaultGraphicMemoryManager;
155
- //# sourceMappingURL=graphic-allocate.js.map
155
+ //# sourceMappingURL=graphic-allocate.js.map
@@ -68,4 +68,4 @@ export class DefaultMat4Allocate {
68
68
  export const matrixAllocate = new DefaultMatrixAllocate;
69
69
 
70
70
  export const mat4Allocate = new DefaultMat4Allocate;
71
- //# sourceMappingURL=matrix-allocate.js.map
71
+ //# sourceMappingURL=matrix-allocate.js.map
@@ -697,4 +697,5 @@ export class AnimateGroup1 extends ACustomAnimate {
697
697
  ratio = easingFunc(ratio), a.onUpdate(end, ratio, out);
698
698
  })), this.updating = !1);
699
699
  }
700
- }
700
+ }
701
+ //# sourceMappingURL=custom-animate.js.map
@@ -291,5 +291,4 @@ export const multiToOneMorph = (fromGraphics, toGraphic, animationConfig) => {
291
291
  otherAttrs: otherAttrs
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
- };
295
- //# sourceMappingURL=morphing.js.map
294
+ };
@@ -43,4 +43,5 @@ export const draw3dItem = (context, graphic, callback, output) => {
43
43
  }));
44
44
  } else result = callback(isPie, is3d);
45
45
  return result;
46
- };
46
+ };
47
+ //# sourceMappingURL=3d-interceptor.js.map
@@ -220,5 +220,4 @@ export class GradientParser {
220
220
  })))
221
221
  };
222
222
  }
223
- }
224
- //# sourceMappingURL=color-utils.js.map
223
+ }
@@ -5,4 +5,5 @@ 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
- }
8
+ }
9
+ //# sourceMappingURL=render-command-list.js.map
package/es/common/sort.js CHANGED
@@ -93,5 +93,4 @@ export function findNextGraphic(graphic, id, defaultZIndex, reverse = !1) {
93
93
  } else graphic.forEachChildren((item => next ? (result = item, !0) : (item._uid === id && (next = !0),
94
94
  !1)), reverse);
95
95
  return result;
96
- }
97
- //# sourceMappingURL=sort.js.map
96
+ }
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
@@ -147,4 +147,4 @@ export const calculateLineHeight = (lineHeight, fontSize) => {
147
147
  }
148
148
  return lineHeight;
149
149
  };
150
- //# sourceMappingURL=utils.js.map
150
+ //# sourceMappingURL=utils.js.map
@@ -1,2 +1,2 @@
1
1
  export const ApplicationContribution = Symbol("ApplicationContribution");
2
- //# sourceMappingURL=application.js.map
2
+ //# sourceMappingURL=application.js.map
package/es/core/camera.js CHANGED
@@ -66,4 +66,4 @@ export class OrthoCamera {
66
66
  export const registerOrthoCamera = () => {
67
67
  Factory.registerPlugin("OrthoCamera", OrthoCamera);
68
68
  };
69
- //# sourceMappingURL=camera.js.map
69
+ //# sourceMappingURL=camera.js.map
@@ -9,4 +9,4 @@ export const StaticLayerHandlerContribution = Symbol.for("StaticLayerHandlerCont
9
9
  export const DynamicLayerHandlerContribution = Symbol.for("DynamicLayerHandlerContribution");
10
10
 
11
11
  export const VirtualLayerHandlerContribution = Symbol.for("VirtualLayerHandlerContribution");
12
- //# sourceMappingURL=constants.js.map
12
+ //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-core",
3
- "version": "0.20.13-alpha.1",
3
+ "version": "0.20.13-alpha.2",
4
4
  "description": "",
5
5
  "sideEffects": [
6
6
  "./src/modules.ts",