@visactor/vutils-extension 1.11.1 → 1.11.2-alpha.0

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 @@ const getStep = (domain, labelBoundsList, labelGap, labelLastVisible, defaultSte
97
97
  step: resultStep,
98
98
  delCount: resultDelCount
99
99
  };
100
- };
100
+ };
101
+ //# sourceMappingURL=linear.js.map
@@ -16,5 +16,4 @@ function getLabelPosition(angle, center, radius, labelOffset, inside, text, styl
16
16
  return (0, vrender_components_1.getCircleLabelPosition)(labelPoint, vector, text, style);
17
17
  }
18
18
 
19
- exports.getLabelPosition = getLabelPosition;
20
- //# sourceMappingURL=polar-label-position.js.map
19
+ exports.getLabelPosition = getLabelPosition;
@@ -88,4 +88,5 @@ const getStep = (domain, labelBoundsList, labelGap, labelLastVisible, defaultSte
88
88
  step: resultStep,
89
89
  delCount: resultDelCount
90
90
  };
91
- };
91
+ };
92
+ //# sourceMappingURL=linear.js.map
@@ -8,5 +8,4 @@ export function getLabelPosition(angle, center, radius, labelOffset, inside, tex
8
8
  y: 0
9
9
  }, radius, angle), labelPoint = getVerticalCoord(point, getCircleVerticalVector(labelOffset, point, center, inside)), vector = getCircleVerticalVector(labelOffset || 1, labelPoint, center, inside);
10
10
  return getCircleLabelPosition(labelPoint, vector, text, style);
11
- }
12
- //# sourceMappingURL=polar-label-position.js.map
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vutils-extension",
3
- "version": "1.11.1",
3
+ "version": "1.11.2-alpha.0",
4
4
  "description": "The extension module for VUtil from VisActor",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -21,8 +21,8 @@
21
21
  "@visactor/vscale": "~0.18.6"
22
22
  },
23
23
  "devDependencies": {
24
- "@visactor/vrender-core": "0.19.4",
25
- "@visactor/vrender-components": "0.19.4",
24
+ "@visactor/vrender-core": "0.19.6-alpha.0",
25
+ "@visactor/vrender-components": "0.19.6-alpha.0",
26
26
  "@rushstack/eslint-patch": "~1.1.4",
27
27
  "eslint": "~8.18.0",
28
28
  "vite": "3.2.6",
@@ -43,8 +43,8 @@
43
43
  "tslib": "2.3.1",
44
44
  "tslint": "5.12.1",
45
45
  "@internal/bundler": "0.0.1",
46
- "@internal/eslint-config": "0.0.1",
47
- "@internal/ts-config": "0.0.1"
46
+ "@internal/ts-config": "0.0.1",
47
+ "@internal/eslint-config": "0.0.1"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"