@visactor/vrender-core 0.19.20 → 0.19.21
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.
- package/cjs/color-string/store.js +1 -1
- package/cjs/common/Reflect-metadata.js +2 -1
- package/cjs/common/color-utils.js +1 -2
- package/cjs/common/render-curve.js +2 -1
- package/cjs/common/sort.js +1 -2
- package/cjs/common/utils.js +1 -1
- package/es/color-string/store.js +1 -1
- package/es/common/Reflect-metadata.js +2 -1
- package/es/common/color-utils.js +1 -2
- package/es/common/render-curve.js +2 -1
- package/es/common/sort.js +1 -2
- package/es/common/utils.js +1 -1
- package/package.json +3 -3
|
@@ -108,4 +108,5 @@ function drawIncrementalAreaSegments(path, lastSeg, segments, params) {
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
exports.drawSegments = drawSegments, exports.drawIncrementalSegments = drawIncrementalSegments,
|
|
111
|
-
exports.drawIncrementalAreaSegments = drawIncrementalAreaSegments;
|
|
111
|
+
exports.drawIncrementalAreaSegments = drawIncrementalAreaSegments;
|
|
112
|
+
//# sourceMappingURL=render-curve.js.map
|
package/cjs/common/sort.js
CHANGED
|
@@ -97,5 +97,4 @@ function findNextGraphic(graphic, id, defaultZIndex, reverse = !1) {
|
|
|
97
97
|
Object.defineProperty(exports, "__esModule", {
|
|
98
98
|
value: !0
|
|
99
99
|
}), exports.findNextGraphic = exports.foreachAsync = exports.foreach = void 0, exports.foreach = foreach,
|
|
100
|
-
exports.foreachAsync = foreachAsync, exports.findNextGraphic = findNextGraphic;
|
|
101
|
-
//# sourceMappingURL=sort.js.map
|
|
100
|
+
exports.foreachAsync = foreachAsync, exports.findNextGraphic = findNextGraphic;
|
package/cjs/common/utils.js
CHANGED
package/es/color-string/store.js
CHANGED
package/es/common/color-utils.js
CHANGED
|
@@ -102,4 +102,5 @@ export function drawIncrementalAreaSegments(path, lastSeg, segments, params) {
|
|
|
102
102
|
path.lineTo(null !== (_c = startP.x1) && void 0 !== _c ? _c : startP.x, null !== (_d = startP.y1) && void 0 !== _d ? _d : startP.y),
|
|
103
103
|
path.closePath();
|
|
104
104
|
}));
|
|
105
|
-
}
|
|
105
|
+
}
|
|
106
|
+
//# sourceMappingURL=render-curve.js.map
|
package/es/common/sort.js
CHANGED
package/es/common/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-core",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"./src/modules.ts",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"typescript": "4.9.5",
|
|
37
37
|
"cross-env": "^7.0.3",
|
|
38
38
|
"@internal/bundler": "0.0.1",
|
|
39
|
-
"@internal/
|
|
40
|
-
"@internal/
|
|
39
|
+
"@internal/ts-config": "0.0.1",
|
|
40
|
+
"@internal/eslint-config": "0.0.1"
|
|
41
41
|
},
|
|
42
42
|
"keywords": [
|
|
43
43
|
"VisActor",
|