@mui/x-charts-vendor 8.12.0 → 8.14.1
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/README.md +2 -7
- package/package.json +5 -8
- package/d3-delaunay.d.ts +0 -5
- package/d3-delaunay.js +0 -7
- package/delaunator.d.ts +0 -5
- package/delaunator.js +0 -7
- package/es/d3-delaunay.mjs +0 -6
- package/es/delaunator.mjs +0 -6
- package/es/robust-predicates.mjs +0 -6
- package/lib/d3-delaunay.js +0 -6
- package/lib/delaunator.js +0 -6
- package/lib/robust-predicates.js +0 -6
- package/lib-vendor/d3-delaunay/LICENSE +0 -14
- package/lib-vendor/d3-delaunay/dist/d3-delaunay.js +0 -1398
- package/lib-vendor/d3-delaunay/dist/d3-delaunay.min.js +0 -853
- package/lib-vendor/d3-delaunay/src/delaunay.js +0 -282
- package/lib-vendor/d3-delaunay/src/index.js +0 -20
- package/lib-vendor/d3-delaunay/src/path.js +0 -43
- package/lib-vendor/d3-delaunay/src/polygon.js +0 -24
- package/lib-vendor/d3-delaunay/src/voronoi.js +0 -390
- package/lib-vendor/delaunator/LICENSE +0 -15
- package/lib-vendor/delaunator/delaunator.js +0 -688
- package/lib-vendor/delaunator/delaunator.min.js +0 -316
- package/lib-vendor/delaunator/index.js +0 -440
- package/lib-vendor/robust-predicates/LICENSE +0 -24
- package/lib-vendor/robust-predicates/esm/incircle.js +0 -667
- package/lib-vendor/robust-predicates/esm/insphere.js +0 -693
- package/lib-vendor/robust-predicates/esm/orient2d.js +0 -174
- package/lib-vendor/robust-predicates/esm/orient3d.js +0 -422
- package/lib-vendor/robust-predicates/esm/util.js +0 -147
- package/lib-vendor/robust-predicates/index.js +0 -57
- package/lib-vendor/robust-predicates/umd/incircle.js +0 -798
- package/lib-vendor/robust-predicates/umd/incircle.min.js +0 -170
- package/lib-vendor/robust-predicates/umd/insphere.js +0 -828
- package/lib-vendor/robust-predicates/umd/insphere.min.js +0 -223
- package/lib-vendor/robust-predicates/umd/orient2d.js +0 -260
- package/lib-vendor/robust-predicates/umd/orient2d.min.js +0 -69
- package/lib-vendor/robust-predicates/umd/orient3d.js +0 -550
- package/lib-vendor/robust-predicates/umd/orient3d.min.js +0 -133
- package/lib-vendor/robust-predicates/umd/predicates.js +0 -2073
- package/lib-vendor/robust-predicates/umd/predicates.min.js +0 -468
- package/robust-predicates.d.ts +0 -5
- package/robust-predicates.js +0 -7
package/README.md
CHANGED
|
@@ -13,27 +13,23 @@ To help provide an easy path to folks still using CommonJS in their Node.js appl
|
|
|
13
13
|
## Main difference with victory-vendor
|
|
14
14
|
|
|
15
15
|
Victory is using the `d3-voronoi` which is an archived project.
|
|
16
|
-
Our chart library relies on the `d3-delaunay` which is also ESM only and reuse `robust-predicates` which is also ESM only
|
|
17
16
|
|
|
18
17
|
## Packages
|
|
19
18
|
|
|
20
19
|
We presently provide the following top-level libraries:
|
|
21
20
|
|
|
22
21
|
- d3-color
|
|
23
|
-
- d3-delaunay
|
|
24
22
|
- d3-interpolate
|
|
25
23
|
- d3-sankey
|
|
26
24
|
- d3-scale
|
|
27
25
|
- d3-shape
|
|
28
26
|
- d3-time
|
|
29
|
-
-
|
|
30
|
-
- robust-predicate
|
|
27
|
+
- d3-timer
|
|
31
28
|
|
|
32
29
|
This is the total list of top and transitive libraries we vendor:
|
|
33
30
|
|
|
34
31
|
- d3-array
|
|
35
32
|
- d3-color
|
|
36
|
-
- d3-delaunay
|
|
37
33
|
- d3-format
|
|
38
34
|
- d3-interpolate
|
|
39
35
|
- d3-path
|
|
@@ -42,9 +38,8 @@ This is the total list of top and transitive libraries we vendor:
|
|
|
42
38
|
- d3-shape
|
|
43
39
|
- d3-time
|
|
44
40
|
- d3-time-format
|
|
45
|
-
-
|
|
41
|
+
- d3-timer
|
|
46
42
|
- internmap
|
|
47
|
-
- robust-predicates
|
|
48
43
|
|
|
49
44
|
## How to add a new package
|
|
50
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-vendor",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.14.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Vendored dependencies for MUI X Charts.",
|
|
6
6
|
"keywords": [
|
|
@@ -24,9 +24,8 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@babel/runtime": "^7.28.
|
|
27
|
+
"@babel/runtime": "^7.28.4",
|
|
28
28
|
"@types/d3-color": "^3.1.3",
|
|
29
|
-
"@types/d3-delaunay": "^6.0.4",
|
|
30
29
|
"@types/d3-interpolate": "^3.0.4",
|
|
31
30
|
"@types/d3-sankey": "^0.12.4",
|
|
32
31
|
"@types/d3-scale": "^4.0.9",
|
|
@@ -34,18 +33,16 @@
|
|
|
34
33
|
"@types/d3-time": "^3.0.4",
|
|
35
34
|
"@types/d3-timer": "^3.0.2",
|
|
36
35
|
"d3-color": "^3.1.0",
|
|
37
|
-
"d3-delaunay": "^6.0.4",
|
|
38
36
|
"d3-interpolate": "^3.0.1",
|
|
39
37
|
"d3-sankey": "^0.12.3",
|
|
40
38
|
"d3-scale": "^4.0.2",
|
|
41
39
|
"d3-shape": "^3.2.0",
|
|
42
40
|
"d3-time": "^3.1.0",
|
|
43
|
-
"d3-timer": "^3.0.1"
|
|
44
|
-
"delaunator": "^5.0.1",
|
|
45
|
-
"robust-predicates": "^3.0.2"
|
|
41
|
+
"d3-timer": "^3.0.1"
|
|
46
42
|
},
|
|
47
43
|
"devDependencies": {
|
|
48
|
-
"@babel/
|
|
44
|
+
"@babel/cli": "^7.28.3",
|
|
45
|
+
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
49
46
|
"@types/d3-array": "^3.2.2",
|
|
50
47
|
"@types/d3-format": "^3.0.4",
|
|
51
48
|
"@types/d3-path": "^3.1.1",
|
package/d3-delaunay.d.ts
DELETED
package/d3-delaunay.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-delaunay` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-delaunay/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// This file only exists for tooling that doesn't work yet with package.json:exports
|
|
6
|
-
// by proxying through the CommonJS version.
|
|
7
|
-
module.exports = require("./lib/d3-delaunay");
|
package/delaunator.d.ts
DELETED
package/delaunator.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/delaunator` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/mapbox/delaunator/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// This file only exists for tooling that doesn't work yet with package.json:exports
|
|
6
|
-
// by proxying through the CommonJS version.
|
|
7
|
-
module.exports = require("./lib/delaunator");
|
package/es/d3-delaunay.mjs
DELETED
package/es/delaunator.mjs
DELETED
package/es/robust-predicates.mjs
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/robust-predicates` (ESM)
|
|
3
|
-
// See upstream license: https://github.com/mourner/robust-predicates/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our ESM package uses the underlying installed dependencies of `node_modules/robust-predicates`
|
|
6
|
-
export * from "robust-predicates";
|
package/lib/d3-delaunay.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-delaunay` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-delaunay/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-delaunay`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-delaunay/src/index.js");
|
package/lib/delaunator.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/delaunator` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/mapbox/delaunator/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/delaunator`
|
|
6
|
-
module.exports = require("../lib-vendor/delaunator/src/index.js");
|
package/lib/robust-predicates.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/robust-predicates` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/mourner/robust-predicates/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/robust-predicates`
|
|
6
|
-
module.exports = require("../lib-vendor/robust-predicates/src/index.js");
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Copyright 2018-2021 Observable, Inc.
|
|
2
|
-
Copyright 2021 Mapbox
|
|
3
|
-
|
|
4
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
5
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
6
|
-
and this permission notice appear in all copies.
|
|
7
|
-
|
|
8
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
10
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
12
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
13
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
14
|
-
THIS SOFTWARE.
|