@mui/x-charts-vendor 8.26.0 → 8.29.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.
- package/d3-array.d.ts +0 -1
- package/d3-array.js +2 -4
- package/{es/d3-array.mjs → d3-array.mjs} +0 -1
- package/d3-color.d.ts +0 -1
- package/d3-color.js +2 -4
- package/{es/d3-color.mjs → d3-color.mjs} +0 -1
- package/d3-format.d.ts +0 -1
- package/d3-format.js +2 -4
- package/{es/d3-format.mjs → d3-format.mjs} +0 -1
- package/d3-interpolate.d.ts +0 -1
- package/d3-interpolate.js +2 -4
- package/{es/d3-interpolate.mjs → d3-interpolate.mjs} +0 -1
- package/d3-path.d.ts +0 -1
- package/d3-path.js +2 -4
- package/{es/d3-path.mjs → d3-path.mjs} +0 -1
- package/d3-scale.d.ts +0 -1
- package/d3-scale.js +2 -4
- package/{es/d3-scale.mjs → d3-scale.mjs} +0 -1
- package/d3-shape.d.ts +0 -1
- package/d3-shape.js +2 -4
- package/{es/d3-shape.mjs → d3-shape.mjs} +0 -1
- package/d3-time-format.d.ts +0 -1
- package/d3-time-format.js +2 -4
- package/{es/d3-time-format.mjs → d3-time-format.mjs} +0 -1
- package/d3-time.d.ts +0 -1
- package/d3-time.js +2 -4
- package/{es/d3-time.mjs → d3-time.mjs} +0 -1
- package/d3-timer.d.ts +0 -1
- package/d3-timer.js +2 -4
- package/{es/d3-timer.mjs → d3-timer.mjs} +0 -1
- package/flatqueue.d.ts +4 -0
- package/{lib/flatqueue.js → flatqueue.js} +1 -2
- package/{es/flatqueue.mjs → flatqueue.mjs} +0 -2
- package/internmap.d.ts +4 -0
- package/internmap.js +2 -4
- package/{es/internmap.mjs → internmap.mjs} +0 -1
- package/lib-vendor/d3-array/src/difference.js +1 -1
- package/lib-vendor/d3-array/src/disjoint.js +1 -1
- package/lib-vendor/d3-array/src/group.js +1 -1
- package/lib-vendor/d3-array/src/index.js +1 -1
- package/lib-vendor/d3-array/src/intersection.js +1 -1
- package/lib-vendor/d3-array/src/mode.js +1 -1
- package/lib-vendor/d3-array/src/union.js +1 -1
- package/lib-vendor/d3-format/LICENSE +1 -1
- package/lib-vendor/d3-format/dist/d3-format.js +13 -15
- package/lib-vendor/d3-format/dist/d3-format.min.js +52 -53
- package/lib-vendor/d3-format/src/formatDecimal.js +2 -2
- package/lib-vendor/d3-format/src/formatPrefixAuto.js +1 -1
- package/lib-vendor/d3-format/src/locale.js +9 -8
- package/lib-vendor/d3-interpolate/dist/d3-interpolate.js +1 -1
- package/lib-vendor/d3-interpolate/dist/d3-interpolate.min.js +1 -1
- package/lib-vendor/d3-interpolate/src/cubehelix.js +1 -1
- package/lib-vendor/d3-interpolate/src/hcl.js +1 -1
- package/lib-vendor/d3-interpolate/src/hsl.js +1 -1
- package/lib-vendor/d3-interpolate/src/lab.js +1 -1
- package/lib-vendor/d3-interpolate/src/rgb.js +1 -1
- package/lib-vendor/d3-interpolate/src/value.js +1 -1
- package/lib-vendor/d3-scale/dist/d3-scale.js +1 -1
- package/lib-vendor/d3-scale/dist/d3-scale.min.js +1 -1
- package/lib-vendor/d3-scale/src/band.js +1 -1
- package/lib-vendor/d3-scale/src/continuous.js +2 -2
- package/lib-vendor/d3-scale/src/diverging.js +1 -1
- package/lib-vendor/d3-scale/src/linear.js +1 -1
- package/lib-vendor/d3-scale/src/log.js +2 -2
- package/lib-vendor/d3-scale/src/ordinal.js +1 -1
- package/lib-vendor/d3-scale/src/quantile.js +1 -1
- package/lib-vendor/d3-scale/src/quantize.js +1 -1
- package/lib-vendor/d3-scale/src/sequential.js +1 -1
- package/lib-vendor/d3-scale/src/sequentialQuantile.js +1 -1
- package/lib-vendor/d3-scale/src/threshold.js +1 -1
- package/lib-vendor/d3-scale/src/tickFormat.js +2 -2
- package/lib-vendor/d3-scale/src/time.js +2 -2
- package/lib-vendor/d3-scale/src/utcTime.js +2 -2
- package/lib-vendor/d3-shape/dist/d3-shape.js +1 -1
- package/lib-vendor/d3-shape/dist/d3-shape.min.js +1 -1
- package/lib-vendor/d3-shape/src/path.js +1 -1
- package/lib-vendor/d3-time/dist/d3-time.js +1 -1
- package/lib-vendor/d3-time/dist/d3-time.min.js +1 -1
- package/lib-vendor/d3-time/src/ticks.js +1 -1
- package/lib-vendor/d3-time-format/dist/d3-time-format.js +1 -1
- package/lib-vendor/d3-time-format/dist/d3-time-format.min.js +1 -1
- package/lib-vendor/d3-time-format/src/locale.js +1 -1
- package/package.json +175 -20
- package/lib/d3-array.js +0 -6
- package/lib/d3-color.js +0 -6
- package/lib/d3-format.js +0 -6
- package/lib/d3-interpolate.js +0 -6
- package/lib/d3-path.js +0 -6
- package/lib/d3-scale.js +0 -6
- package/lib/d3-shape.js +0 -6
- package/lib/d3-time-format.js +0 -6
- package/lib/d3-time.js +0 -6
- package/lib/d3-timer.js +0 -6
- package/lib/internmap.js +0 -6
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = formatLocale;
|
|
7
|
-
var _index = require("
|
|
7
|
+
var _index = require("../../d3-time/src/index.js");
|
|
8
8
|
function localDate(d) {
|
|
9
9
|
if (0 <= d.y && d.y < 100) {
|
|
10
10
|
var date = new Date(-1, d.m, d.d, d.H, d.M, d.S, d.L);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-vendor",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.29.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Vendored dependencies for MUI X Charts.",
|
|
6
6
|
"keywords": [
|
|
@@ -15,14 +15,6 @@
|
|
|
15
15
|
"directory": "packages/x-charts-vendor"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT AND ISC",
|
|
18
|
-
"exports": {
|
|
19
|
-
"./package.json": "./package.json",
|
|
20
|
-
"./*": {
|
|
21
|
-
"types": "./*.d.ts",
|
|
22
|
-
"import": "./es/*.mjs",
|
|
23
|
-
"default": "./lib/*.js"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
18
|
"dependencies": {
|
|
27
19
|
"@babel/runtime": "^7.28.4",
|
|
28
20
|
"@types/d3-array": "^3.2.2",
|
|
@@ -31,13 +23,13 @@
|
|
|
31
23
|
"@types/d3-interpolate": "^3.0.4",
|
|
32
24
|
"@types/d3-path": "^3.1.1",
|
|
33
25
|
"@types/d3-scale": "^4.0.9",
|
|
34
|
-
"@types/d3-shape": "^3.1.
|
|
26
|
+
"@types/d3-shape": "^3.1.8",
|
|
35
27
|
"@types/d3-time": "^3.0.4",
|
|
36
28
|
"@types/d3-time-format": "^4.0.3",
|
|
37
29
|
"@types/d3-timer": "^3.0.2",
|
|
38
30
|
"d3-array": "^3.2.4",
|
|
39
31
|
"d3-color": "^3.1.0",
|
|
40
|
-
"d3-format": "^3.1.
|
|
32
|
+
"d3-format": "^3.1.2",
|
|
41
33
|
"d3-interpolate": "^3.0.1",
|
|
42
34
|
"d3-path": "^3.1.0",
|
|
43
35
|
"d3-scale": "^4.0.2",
|
|
@@ -48,17 +40,180 @@
|
|
|
48
40
|
"flatqueue": "^3.0.0",
|
|
49
41
|
"internmap": "^2.0.3"
|
|
50
42
|
},
|
|
51
|
-
"devDependencies": {
|
|
52
|
-
"@babel/cli": "^7.28.3",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
54
|
-
"babel-plugin-module-resolver": "5.0.2",
|
|
55
|
-
"execa": "9.6.1",
|
|
56
|
-
"rimraf": "^6.1.2"
|
|
57
|
-
},
|
|
58
43
|
"publishConfig": {
|
|
59
44
|
"access": "public"
|
|
60
45
|
},
|
|
61
|
-
"
|
|
62
|
-
|
|
46
|
+
"type": "commonjs",
|
|
47
|
+
"sideEffects": false,
|
|
48
|
+
"exports": {
|
|
49
|
+
"./package.json": "./package.json",
|
|
50
|
+
"./d3-array": {
|
|
51
|
+
"import": {
|
|
52
|
+
"types": "./d3-array.d.ts",
|
|
53
|
+
"default": "./d3-array.mjs"
|
|
54
|
+
},
|
|
55
|
+
"require": {
|
|
56
|
+
"types": "./d3-array.d.ts",
|
|
57
|
+
"default": "./d3-array.js"
|
|
58
|
+
},
|
|
59
|
+
"default": {
|
|
60
|
+
"types": "./d3-array.d.ts",
|
|
61
|
+
"default": "./d3-array.mjs"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"./d3-color": {
|
|
65
|
+
"import": {
|
|
66
|
+
"types": "./d3-color.d.ts",
|
|
67
|
+
"default": "./d3-color.mjs"
|
|
68
|
+
},
|
|
69
|
+
"require": {
|
|
70
|
+
"types": "./d3-color.d.ts",
|
|
71
|
+
"default": "./d3-color.js"
|
|
72
|
+
},
|
|
73
|
+
"default": {
|
|
74
|
+
"types": "./d3-color.d.ts",
|
|
75
|
+
"default": "./d3-color.mjs"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"./d3-format": {
|
|
79
|
+
"import": {
|
|
80
|
+
"types": "./d3-format.d.ts",
|
|
81
|
+
"default": "./d3-format.mjs"
|
|
82
|
+
},
|
|
83
|
+
"require": {
|
|
84
|
+
"types": "./d3-format.d.ts",
|
|
85
|
+
"default": "./d3-format.js"
|
|
86
|
+
},
|
|
87
|
+
"default": {
|
|
88
|
+
"types": "./d3-format.d.ts",
|
|
89
|
+
"default": "./d3-format.mjs"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"./d3-interpolate": {
|
|
93
|
+
"import": {
|
|
94
|
+
"types": "./d3-interpolate.d.ts",
|
|
95
|
+
"default": "./d3-interpolate.mjs"
|
|
96
|
+
},
|
|
97
|
+
"require": {
|
|
98
|
+
"types": "./d3-interpolate.d.ts",
|
|
99
|
+
"default": "./d3-interpolate.js"
|
|
100
|
+
},
|
|
101
|
+
"default": {
|
|
102
|
+
"types": "./d3-interpolate.d.ts",
|
|
103
|
+
"default": "./d3-interpolate.mjs"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"./d3-path": {
|
|
107
|
+
"import": {
|
|
108
|
+
"types": "./d3-path.d.ts",
|
|
109
|
+
"default": "./d3-path.mjs"
|
|
110
|
+
},
|
|
111
|
+
"require": {
|
|
112
|
+
"types": "./d3-path.d.ts",
|
|
113
|
+
"default": "./d3-path.js"
|
|
114
|
+
},
|
|
115
|
+
"default": {
|
|
116
|
+
"types": "./d3-path.d.ts",
|
|
117
|
+
"default": "./d3-path.mjs"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"./d3-scale": {
|
|
121
|
+
"import": {
|
|
122
|
+
"types": "./d3-scale.d.ts",
|
|
123
|
+
"default": "./d3-scale.mjs"
|
|
124
|
+
},
|
|
125
|
+
"require": {
|
|
126
|
+
"types": "./d3-scale.d.ts",
|
|
127
|
+
"default": "./d3-scale.js"
|
|
128
|
+
},
|
|
129
|
+
"default": {
|
|
130
|
+
"types": "./d3-scale.d.ts",
|
|
131
|
+
"default": "./d3-scale.mjs"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"./d3-shape": {
|
|
135
|
+
"import": {
|
|
136
|
+
"types": "./d3-shape.d.ts",
|
|
137
|
+
"default": "./d3-shape.mjs"
|
|
138
|
+
},
|
|
139
|
+
"require": {
|
|
140
|
+
"types": "./d3-shape.d.ts",
|
|
141
|
+
"default": "./d3-shape.js"
|
|
142
|
+
},
|
|
143
|
+
"default": {
|
|
144
|
+
"types": "./d3-shape.d.ts",
|
|
145
|
+
"default": "./d3-shape.mjs"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"./d3-time": {
|
|
149
|
+
"import": {
|
|
150
|
+
"types": "./d3-time.d.ts",
|
|
151
|
+
"default": "./d3-time.mjs"
|
|
152
|
+
},
|
|
153
|
+
"require": {
|
|
154
|
+
"types": "./d3-time.d.ts",
|
|
155
|
+
"default": "./d3-time.js"
|
|
156
|
+
},
|
|
157
|
+
"default": {
|
|
158
|
+
"types": "./d3-time.d.ts",
|
|
159
|
+
"default": "./d3-time.mjs"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"./d3-time-format": {
|
|
163
|
+
"import": {
|
|
164
|
+
"types": "./d3-time-format.d.ts",
|
|
165
|
+
"default": "./d3-time-format.mjs"
|
|
166
|
+
},
|
|
167
|
+
"require": {
|
|
168
|
+
"types": "./d3-time-format.d.ts",
|
|
169
|
+
"default": "./d3-time-format.js"
|
|
170
|
+
},
|
|
171
|
+
"default": {
|
|
172
|
+
"types": "./d3-time-format.d.ts",
|
|
173
|
+
"default": "./d3-time-format.mjs"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"./d3-timer": {
|
|
177
|
+
"import": {
|
|
178
|
+
"types": "./d3-timer.d.ts",
|
|
179
|
+
"default": "./d3-timer.mjs"
|
|
180
|
+
},
|
|
181
|
+
"require": {
|
|
182
|
+
"types": "./d3-timer.d.ts",
|
|
183
|
+
"default": "./d3-timer.js"
|
|
184
|
+
},
|
|
185
|
+
"default": {
|
|
186
|
+
"types": "./d3-timer.d.ts",
|
|
187
|
+
"default": "./d3-timer.mjs"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"./flatqueue": {
|
|
191
|
+
"import": {
|
|
192
|
+
"types": "./flatqueue.d.ts",
|
|
193
|
+
"default": "./flatqueue.mjs"
|
|
194
|
+
},
|
|
195
|
+
"require": {
|
|
196
|
+
"types": "./flatqueue.d.ts",
|
|
197
|
+
"default": "./flatqueue.js"
|
|
198
|
+
},
|
|
199
|
+
"default": {
|
|
200
|
+
"types": "./flatqueue.d.ts",
|
|
201
|
+
"default": "./flatqueue.mjs"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"./internmap": {
|
|
205
|
+
"import": {
|
|
206
|
+
"types": "./internmap.d.ts",
|
|
207
|
+
"default": "./internmap.mjs"
|
|
208
|
+
},
|
|
209
|
+
"require": {
|
|
210
|
+
"types": "./internmap.d.ts",
|
|
211
|
+
"default": "./internmap.js"
|
|
212
|
+
},
|
|
213
|
+
"default": {
|
|
214
|
+
"types": "./internmap.d.ts",
|
|
215
|
+
"default": "./internmap.mjs"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
63
218
|
}
|
|
64
219
|
}
|
package/lib/d3-array.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-array` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-array/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-array`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-array/src/index.js");
|
package/lib/d3-color.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-color` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-color/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-color`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-color/src/index.js");
|
package/lib/d3-format.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-format` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-format/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-format`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-format/src/index.js");
|
package/lib/d3-interpolate.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-interpolate` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-interpolate/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-interpolate`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-interpolate/src/index.js");
|
package/lib/d3-path.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-path` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-path/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-path`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-path/src/index.js");
|
package/lib/d3-scale.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-scale` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-scale/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-scale`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-scale/src/index.js");
|
package/lib/d3-shape.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-shape` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-shape/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-shape`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-shape/src/index.js");
|
package/lib/d3-time-format.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-time-format` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-time-format/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-time-format`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-time-format/src/index.js");
|
package/lib/d3-time.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-time` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-time/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-time`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-time/src/index.js");
|
package/lib/d3-timer.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/d3-timer` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/d3/d3-timer/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-timer`
|
|
6
|
-
module.exports = require("../lib-vendor/d3-timer/src/index.js");
|
package/lib/internmap.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// `x-charts-vendor/internmap` (CommonJS)
|
|
3
|
-
// See upstream license: https://github.com/mbostock/internmap/blob/main/LICENSE
|
|
4
|
-
//
|
|
5
|
-
// Our CommonJS package relies on transpiled vendor files in `lib-vendor/internmap`
|
|
6
|
-
module.exports = require("../lib-vendor/internmap/src/index.js");
|