@mui/x-charts-vendor 8.26.0 → 9.0.0-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.
Files changed (94) hide show
  1. package/d3-array.d.ts +0 -1
  2. package/d3-array.js +2 -4
  3. package/{es/d3-array.mjs → d3-array.mjs} +0 -1
  4. package/d3-color.d.ts +0 -1
  5. package/d3-color.js +2 -4
  6. package/{es/d3-color.mjs → d3-color.mjs} +0 -1
  7. package/d3-format.d.ts +0 -1
  8. package/d3-format.js +2 -4
  9. package/{es/d3-format.mjs → d3-format.mjs} +0 -1
  10. package/d3-interpolate.d.ts +0 -1
  11. package/d3-interpolate.js +2 -4
  12. package/{es/d3-interpolate.mjs → d3-interpolate.mjs} +0 -1
  13. package/d3-path.d.ts +0 -1
  14. package/d3-path.js +2 -4
  15. package/{es/d3-path.mjs → d3-path.mjs} +0 -1
  16. package/d3-scale.d.ts +0 -1
  17. package/d3-scale.js +2 -4
  18. package/{es/d3-scale.mjs → d3-scale.mjs} +0 -1
  19. package/d3-shape.d.ts +0 -1
  20. package/d3-shape.js +2 -4
  21. package/{es/d3-shape.mjs → d3-shape.mjs} +0 -1
  22. package/d3-time-format.d.ts +0 -1
  23. package/d3-time-format.js +2 -4
  24. package/{es/d3-time-format.mjs → d3-time-format.mjs} +0 -1
  25. package/d3-time.d.ts +0 -1
  26. package/d3-time.js +2 -4
  27. package/{es/d3-time.mjs → d3-time.mjs} +0 -1
  28. package/d3-timer.d.ts +0 -1
  29. package/d3-timer.js +2 -4
  30. package/{es/d3-timer.mjs → d3-timer.mjs} +0 -1
  31. package/flatqueue.d.ts +4 -0
  32. package/{lib/flatqueue.js → flatqueue.js} +1 -2
  33. package/{es/flatqueue.mjs → flatqueue.mjs} +0 -2
  34. package/internmap.d.ts +4 -0
  35. package/internmap.js +2 -4
  36. package/{es/internmap.mjs → internmap.mjs} +0 -1
  37. package/lib-vendor/d3-array/src/difference.js +1 -1
  38. package/lib-vendor/d3-array/src/disjoint.js +1 -1
  39. package/lib-vendor/d3-array/src/group.js +1 -1
  40. package/lib-vendor/d3-array/src/index.js +1 -1
  41. package/lib-vendor/d3-array/src/intersection.js +1 -1
  42. package/lib-vendor/d3-array/src/mode.js +1 -1
  43. package/lib-vendor/d3-array/src/union.js +1 -1
  44. package/lib-vendor/d3-format/LICENSE +1 -1
  45. package/lib-vendor/d3-format/dist/d3-format.js +13 -15
  46. package/lib-vendor/d3-format/dist/d3-format.min.js +52 -53
  47. package/lib-vendor/d3-format/src/formatDecimal.js +2 -2
  48. package/lib-vendor/d3-format/src/formatPrefixAuto.js +1 -1
  49. package/lib-vendor/d3-format/src/locale.js +9 -8
  50. package/lib-vendor/d3-interpolate/dist/d3-interpolate.js +1 -1
  51. package/lib-vendor/d3-interpolate/dist/d3-interpolate.min.js +1 -1
  52. package/lib-vendor/d3-interpolate/src/cubehelix.js +1 -1
  53. package/lib-vendor/d3-interpolate/src/hcl.js +1 -1
  54. package/lib-vendor/d3-interpolate/src/hsl.js +1 -1
  55. package/lib-vendor/d3-interpolate/src/lab.js +1 -1
  56. package/lib-vendor/d3-interpolate/src/rgb.js +1 -1
  57. package/lib-vendor/d3-interpolate/src/value.js +1 -1
  58. package/lib-vendor/d3-scale/dist/d3-scale.js +1 -1
  59. package/lib-vendor/d3-scale/dist/d3-scale.min.js +1 -1
  60. package/lib-vendor/d3-scale/src/band.js +1 -1
  61. package/lib-vendor/d3-scale/src/continuous.js +2 -2
  62. package/lib-vendor/d3-scale/src/diverging.js +1 -1
  63. package/lib-vendor/d3-scale/src/linear.js +1 -1
  64. package/lib-vendor/d3-scale/src/log.js +2 -2
  65. package/lib-vendor/d3-scale/src/ordinal.js +1 -1
  66. package/lib-vendor/d3-scale/src/quantile.js +1 -1
  67. package/lib-vendor/d3-scale/src/quantize.js +1 -1
  68. package/lib-vendor/d3-scale/src/sequential.js +1 -1
  69. package/lib-vendor/d3-scale/src/sequentialQuantile.js +1 -1
  70. package/lib-vendor/d3-scale/src/threshold.js +1 -1
  71. package/lib-vendor/d3-scale/src/tickFormat.js +2 -2
  72. package/lib-vendor/d3-scale/src/time.js +2 -2
  73. package/lib-vendor/d3-scale/src/utcTime.js +2 -2
  74. package/lib-vendor/d3-shape/dist/d3-shape.js +1 -1
  75. package/lib-vendor/d3-shape/dist/d3-shape.min.js +1 -1
  76. package/lib-vendor/d3-shape/src/path.js +1 -1
  77. package/lib-vendor/d3-time/dist/d3-time.js +1 -1
  78. package/lib-vendor/d3-time/dist/d3-time.min.js +1 -1
  79. package/lib-vendor/d3-time/src/ticks.js +1 -1
  80. package/lib-vendor/d3-time-format/dist/d3-time-format.js +1 -1
  81. package/lib-vendor/d3-time-format/dist/d3-time-format.min.js +1 -1
  82. package/lib-vendor/d3-time-format/src/locale.js +1 -1
  83. package/package.json +176 -21
  84. package/lib/d3-array.js +0 -6
  85. package/lib/d3-color.js +0 -6
  86. package/lib/d3-format.js +0 -6
  87. package/lib/d3-interpolate.js +0 -6
  88. package/lib/d3-path.js +0 -6
  89. package/lib/d3-scale.js +0 -6
  90. package/lib/d3-shape.js +0 -6
  91. package/lib/d3-time-format.js +0 -6
  92. package/lib/d3-time.js +0 -6
  93. package/lib/d3-timer.js +0 -6
  94. package/lib/internmap.js +0 -6
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
 
3
- // https://d3js.org/d3-format/ v3.1.0 Copyright 2010-2021 Mike Bostock
3
+ // https://d3js.org/d3-format/ v3.1.2 Copyright 2010-2026 Mike Bostock
4
4
  !function (t, i) {
5
5
  "object" == typeof exports && "undefined" != typeof module ? i(exports) : "function" == typeof define && define.amd ? define(["exports"], i) : i((t = "undefined" != typeof globalThis ? globalThis : t || self).d3 = t.d3 || {});
6
6
  }(this, function (t) {
7
7
  "use strict";
8
8
 
9
9
  function i(t, i) {
10
- if ((r = (t = i ? t.toExponential(i - 1) : t.toExponential()).indexOf("e")) < 0) return null;
11
- var r,
10
+ if (!isFinite(t) || 0 === t) return null;
11
+ var r = (t = i ? t.toExponential(i - 1) : t.toExponential()).indexOf("e"),
12
12
  n = t.slice(0, r);
13
13
  return [n.length > 1 ? n[0] + n.slice(2) : n, +t.slice(r + 1)];
14
14
  }
@@ -61,7 +61,7 @@
61
61
  r: s,
62
62
  s: function (t, r) {
63
63
  var e = i(t, r);
64
- if (!e) return t + "";
64
+ if (!e) return n = void 0, t.toPrecision(r);
65
65
  var o = e[0],
66
66
  a = e[1],
67
67
  s = a - (n = 3 * Math.max(-8, Math.min(8, Math.floor(a / 3)))) + 1,
@@ -71,57 +71,57 @@
71
71
  X: t => Math.round(t).toString(16).toUpperCase(),
72
72
  x: t => Math.round(t).toString(16)
73
73
  };
74
- function h(t) {
74
+ function f(t) {
75
75
  return t;
76
76
  }
77
- var l,
78
- u = Array.prototype.map,
79
- f = ["y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y"];
77
+ var u,
78
+ h = Array.prototype.map,
79
+ l = ["y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y"];
80
80
  function d(t) {
81
81
  var i,
82
82
  e,
83
- a = void 0 === t.grouping || void 0 === t.thousands ? h : (i = u.call(t.grouping, Number), e = t.thousands + "", function (t, r) {
83
+ a = void 0 === t.grouping || void 0 === t.thousands ? f : (i = h.call(t.grouping, Number), e = t.thousands + "", function (t, r) {
84
84
  for (var n = t.length, o = [], a = 0, s = i[0], c = 0; n > 0 && s > 0 && (c + s + 1 > r && (s = Math.max(1, r - c)), o.push(t.substring(n -= s, n + s)), !((c += s + 1) > r));) s = i[a = (a + 1) % i.length];
85
85
  return o.reverse().join(e);
86
86
  }),
87
87
  s = void 0 === t.currency ? "" : t.currency[0] + "",
88
- l = void 0 === t.currency ? "" : t.currency[1] + "",
88
+ u = void 0 === t.currency ? "" : t.currency[1] + "",
89
89
  d = void 0 === t.decimal ? "." : t.decimal + "",
90
- m = void 0 === t.numerals ? h : function (t) {
90
+ m = void 0 === t.numerals ? f : function (t) {
91
91
  return function (i) {
92
92
  return i.replace(/[0-9]/g, function (i) {
93
93
  return t[+i];
94
94
  });
95
95
  };
96
- }(u.call(t.numerals, String)),
96
+ }(h.call(t.numerals, String)),
97
97
  p = void 0 === t.percent ? "%" : t.percent + "",
98
98
  g = void 0 === t.minus ? "−" : t.minus + "",
99
99
  v = void 0 === t.nan ? "NaN" : t.nan + "";
100
- function M(t) {
101
- var i = (t = o(t)).fill,
102
- r = t.align,
103
- e = t.sign,
100
+ function x(t, i) {
101
+ var r = (t = o(t)).fill,
102
+ e = t.align,
103
+ f = t.sign,
104
104
  h = t.symbol,
105
- u = t.zero,
105
+ x = t.zero,
106
106
  M = t.width,
107
107
  y = t.comma,
108
- x = t.precision,
109
- b = t.trim,
110
- w = t.type;
111
- "n" === w ? (y = !0, w = "g") : c[w] || (void 0 === x && (x = 12), b = !0, w = "g"), (u || "0" === i && "=" === r) && (u = !0, i = "0", r = "=");
112
- var S = "$" === h ? s : "#" === h && /[boxX]/.test(w) ? "0" + w.toLowerCase() : "",
113
- j = "$" === h ? l : /[%p]/.test(w) ? p : "",
114
- k = c[w],
115
- P = /[defgprs%]/.test(w);
108
+ b = t.precision,
109
+ w = t.trim,
110
+ S = t.type;
111
+ "n" === S ? (y = !0, S = "g") : c[S] || (void 0 === b && (b = 12), w = !0, S = "g"), (x || "0" === r && "=" === e) && (x = !0, r = "0", e = "=");
112
+ var N = (i && void 0 !== i.prefix ? i.prefix : "") + ("$" === h ? s : "#" === h && /[boxX]/.test(S) ? "0" + S.toLowerCase() : ""),
113
+ k = ("$" === h ? u : /[%p]/.test(S) ? p : "") + (i && void 0 !== i.suffix ? i.suffix : ""),
114
+ P = c[S],
115
+ j = /[defgprs%]/.test(S);
116
116
  function z(t) {
117
- var o,
117
+ var i,
118
+ o,
118
119
  s,
119
- c,
120
- h = S,
121
- l = j;
122
- if ("c" === w) l = k(t) + l, t = "";else {
123
- var p = (t = +t) < 0 || 1 / t < 0;
124
- if (t = isNaN(t) ? v : k(Math.abs(t), x), b && (t = function (t) {
120
+ c = N,
121
+ u = k;
122
+ if ("c" === S) u = P(t) + u, t = "";else {
123
+ var h = (t = +t) < 0 || 1 / t < 0;
124
+ if (t = isNaN(t) ? v : P(Math.abs(t), b), w && (t = function (t) {
125
125
  t: for (var i, r = t.length, n = 1, e = -1; n < r; ++n) switch (t[n]) {
126
126
  case ".":
127
127
  e = i = n;
@@ -134,48 +134,49 @@
134
134
  e > 0 && (e = 0);
135
135
  }
136
136
  return e > 0 ? t.slice(0, e) + t.slice(i + 1) : t;
137
- }(t)), p && 0 == +t && "+" !== e && (p = !1), h = (p ? "(" === e ? e : g : "-" === e || "(" === e ? "" : e) + h, l = ("s" === w ? f[8 + n / 3] : "") + l + (p && "(" === e ? ")" : ""), P) for (o = -1, s = t.length; ++o < s;) if (48 > (c = t.charCodeAt(o)) || c > 57) {
138
- l = (46 === c ? d + t.slice(o + 1) : t.slice(o)) + l, t = t.slice(0, o);
137
+ }(t)), h && 0 === +t && "+" !== f && (h = !1), c = (h ? "(" === f ? f : g : "-" === f || "(" === f ? "" : f) + c, u = ("s" !== S || isNaN(t) || void 0 === n ? "" : l[8 + n / 3]) + u + (h && "(" === f ? ")" : ""), j) for (i = -1, o = t.length; ++i < o;) if (48 > (s = t.charCodeAt(i)) || s > 57) {
138
+ u = (46 === s ? d + t.slice(i + 1) : t.slice(i)) + u, t = t.slice(0, i);
139
139
  break;
140
140
  }
141
141
  }
142
- y && !u && (t = a(t, 1 / 0));
143
- var z = h.length + t.length + l.length,
144
- A = z < M ? new Array(M - z + 1).join(i) : "";
145
- switch (y && u && (t = a(A + t, A.length ? M - l.length : 1 / 0), A = ""), r) {
142
+ y && !x && (t = a(t, 1 / 0));
143
+ var p = c.length + t.length + u.length,
144
+ z = p < M ? new Array(M - p + 1).join(r) : "";
145
+ switch (y && x && (t = a(z + t, z.length ? M - u.length : 1 / 0), z = ""), e) {
146
146
  case "<":
147
- t = h + t + l + A;
147
+ t = c + t + u + z;
148
148
  break;
149
149
  case "=":
150
- t = h + A + t + l;
150
+ t = c + z + t + u;
151
151
  break;
152
152
  case "^":
153
- t = A.slice(0, z = A.length >> 1) + h + t + l + A.slice(z);
153
+ t = z.slice(0, p = z.length >> 1) + c + t + u + z.slice(p);
154
154
  break;
155
155
  default:
156
- t = A + h + t + l;
156
+ t = z + c + t + u;
157
157
  }
158
158
  return m(t);
159
159
  }
160
- return x = void 0 === x ? 6 : /[gprs]/.test(w) ? Math.max(1, Math.min(21, x)) : Math.max(0, Math.min(20, x)), z.toString = function () {
160
+ return b = void 0 === b ? 6 : /[gprs]/.test(S) ? Math.max(1, Math.min(21, b)) : Math.max(0, Math.min(20, b)), z.toString = function () {
161
161
  return t + "";
162
162
  }, z;
163
163
  }
164
164
  return {
165
- format: M,
165
+ format: x,
166
166
  formatPrefix: function (t, i) {
167
- var n = M(((t = o(t)).type = "f", t)),
168
- e = 3 * Math.max(-8, Math.min(8, Math.floor(r(i) / 3))),
169
- a = Math.pow(10, -e),
170
- s = f[8 + e / 3];
167
+ var n = 3 * Math.max(-8, Math.min(8, Math.floor(r(i) / 3))),
168
+ e = Math.pow(10, -n),
169
+ a = x(((t = o(t)).type = "f", t), {
170
+ suffix: l[8 + n / 3]
171
+ });
171
172
  return function (t) {
172
- return n(a * t) + s;
173
+ return a(e * t);
173
174
  };
174
175
  }
175
176
  };
176
177
  }
177
178
  function m(i) {
178
- return l = d(i), t.format = l.format, t.formatPrefix = l.formatPrefix, l;
179
+ return u = d(i), t.format = u.format, t.formatPrefix = u.formatPrefix, u;
179
180
  }
180
181
  t.format = void 0, t.formatPrefix = void 0, m({
181
182
  thousands: ",",
@@ -187,7 +188,5 @@
187
188
  return Math.max(0, 3 * Math.max(-8, Math.min(8, Math.floor(r(i) / 3))) - r(Math.abs(t)));
188
189
  }, t.precisionRound = function (t, i) {
189
190
  return t = Math.abs(t), i = Math.abs(i) - t, Math.max(0, r(i) - r(t)) + 1;
190
- }, Object.defineProperty(t, "__esModule", {
191
- value: !0
192
- });
191
+ };
193
192
  });
@@ -13,8 +13,8 @@ function _default(x) {
13
13
  // significant digits p, where x is positive and p is in [1, 21] or undefined.
14
14
  // For example, formatDecimalParts(1.23) returns ["123", 0].
15
15
  function formatDecimalParts(x, p) {
16
- if ((i = (x = p ? x.toExponential(p - 1) : x.toExponential()).indexOf("e")) < 0) return null; // NaN, ±Infinity
17
- var i,
16
+ if (!isFinite(x) || x === 0) return null; // NaN, ±Infinity, ±0
17
+ var i = (x = p ? x.toExponential(p - 1) : x.toExponential()).indexOf("e"),
18
18
  coefficient = x.slice(0, i);
19
19
 
20
20
  // The string returned by toExponential either has the form \d\.\d+e[-+]\d+
@@ -9,7 +9,7 @@ var _formatDecimal = require("./formatDecimal.js");
9
9
  var prefixExponent;
10
10
  function _default(x, p) {
11
11
  var d = (0, _formatDecimal.formatDecimalParts)(x, p);
12
- if (!d) return x + "";
12
+ if (!d) return exports.prefixExponent = prefixExponent = undefined, x.toPrecision(p);
13
13
  var coefficient = d[0],
14
14
  exponent = d[1],
15
15
  i = exponent - (exports.prefixExponent = prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1,
@@ -24,7 +24,7 @@ function _default(locale) {
24
24
  percent = locale.percent === undefined ? "%" : locale.percent + "",
25
25
  minus = locale.minus === undefined ? "−" : locale.minus + "",
26
26
  nan = locale.nan === undefined ? "NaN" : locale.nan + "";
27
- function newFormat(specifier) {
27
+ function newFormat(specifier, options) {
28
28
  specifier = (0, _formatSpecifier.default)(specifier);
29
29
  var fill = specifier.fill,
30
30
  align = specifier.align,
@@ -48,8 +48,8 @@ function _default(locale) {
48
48
 
49
49
  // Compute the prefix and suffix.
50
50
  // For SI-prefix, the suffix is lazily computed.
51
- var prefix = symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type) ? "0" + type.toLowerCase() : "",
52
- suffix = symbol === "$" ? currencySuffix : /[%p]/.test(type) ? percent : "";
51
+ var prefix = (options && options.prefix !== undefined ? options.prefix : "") + (symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type) ? "0" + type.toLowerCase() : ""),
52
+ suffix = (symbol === "$" ? currencySuffix : /[%p]/.test(type) ? percent : "") + (options && options.suffix !== undefined ? options.suffix : "");
53
53
 
54
54
  // What format function should we use?
55
55
  // Is this an integer type?
@@ -88,7 +88,7 @@ function _default(locale) {
88
88
 
89
89
  // Compute the prefix and suffix.
90
90
  valuePrefix = (valueNegative ? sign === "(" ? sign : minus : sign === "-" || sign === "(" ? "" : sign) + valuePrefix;
91
- valueSuffix = (type === "s" ? prefixes[8 + _formatPrefixAuto.prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign === "(" ? ")" : "");
91
+ valueSuffix = (type === "s" && !isNaN(value) && _formatPrefixAuto.prefixExponent !== undefined ? prefixes[8 + _formatPrefixAuto.prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign === "(" ? ")" : "");
92
92
 
93
93
  // Break the formatted value into the integer “value” part that can be
94
94
  // grouped, and fractional or exponential “suffix” part that is not.
@@ -137,12 +137,13 @@ function _default(locale) {
137
137
  return format;
138
138
  }
139
139
  function formatPrefix(specifier, value) {
140
- var f = newFormat((specifier = (0, _formatSpecifier.default)(specifier), specifier.type = "f", specifier)),
141
- e = Math.max(-8, Math.min(8, Math.floor((0, _exponent.default)(value) / 3))) * 3,
140
+ var e = Math.max(-8, Math.min(8, Math.floor((0, _exponent.default)(value) / 3))) * 3,
142
141
  k = Math.pow(10, -e),
143
- prefix = prefixes[8 + e / 3];
142
+ f = newFormat((specifier = (0, _formatSpecifier.default)(specifier), specifier.type = "f", specifier), {
143
+ suffix: prefixes[8 + e / 3]
144
+ });
144
145
  return function (value) {
145
- return f(k * value) + prefix;
146
+ return f(k * value);
146
147
  };
147
148
  }
148
149
  return {
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-interpolate/ v3.0.1 Copyright 2010-2021 Mike Bostock
4
4
  (function (global, factory) {
5
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../../lib-vendor/d3-color/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-color'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
5
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../d3-color/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-color'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
6
6
  })(this, function (exports, d3Color) {
7
7
  'use strict';
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-interpolate/ v3.0.1 Copyright 2010-2021 Mike Bostock
4
4
  !function (t, n) {
5
- "object" == typeof exports && "undefined" != typeof module ? n(exports, require("../../../lib-vendor/d3-color/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-color"], n) : n((t = "undefined" != typeof globalThis ? globalThis : t || self).d3 = t.d3 || {}, t.d3);
5
+ "object" == typeof exports && "undefined" != typeof module ? n(exports, require("../../d3-color/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-color"], n) : n((t = "undefined" != typeof globalThis ? globalThis : t || self).d3 = t.d3 || {}, t.d3);
6
6
  }(this, function (t, n) {
7
7
  "use strict";
8
8
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.default = exports.cubehelixLong = void 0;
8
- var _index = require("../../../lib-vendor/d3-color/src/index.js");
8
+ var _index = require("../../d3-color/src/index.js");
9
9
  var _color = _interopRequireWildcard(require("./color.js"));
10
10
  function cubehelix(hue) {
11
11
  return function cubehelixGamma(y) {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.hclLong = exports.default = void 0;
8
- var _index = require("../../../lib-vendor/d3-color/src/index.js");
8
+ var _index = require("../../d3-color/src/index.js");
9
9
  var _color = _interopRequireWildcard(require("./color.js"));
10
10
  function hcl(hue) {
11
11
  return function (start, end) {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.hslLong = exports.default = void 0;
8
- var _index = require("../../../lib-vendor/d3-color/src/index.js");
8
+ var _index = require("../../d3-color/src/index.js");
9
9
  var _color = _interopRequireWildcard(require("./color.js"));
10
10
  function hsl(hue) {
11
11
  return function (start, end) {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.default = lab;
8
- var _index = require("../../../lib-vendor/d3-color/src/index.js");
8
+ var _index = require("../../d3-color/src/index.js");
9
9
  var _color = _interopRequireDefault(require("./color.js"));
10
10
  function lab(start, end) {
11
11
  var l = (0, _color.default)((start = (0, _index.lab)(start)).l, (end = (0, _index.lab)(end)).l),
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.rgbBasisClosed = exports.rgbBasis = exports.default = void 0;
9
- var _index = require("../../../lib-vendor/d3-color/src/index.js");
9
+ var _index = require("../../d3-color/src/index.js");
10
10
  var _basis = _interopRequireDefault(require("./basis.js"));
11
11
  var _basisClosed = _interopRequireDefault(require("./basisClosed.js"));
12
12
  var _color = _interopRequireWildcard(require("./color.js"));
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.default = _default;
9
- var _index = require("../../../lib-vendor/d3-color/src/index.js");
9
+ var _index = require("../../d3-color/src/index.js");
10
10
  var _rgb = _interopRequireDefault(require("./rgb.js"));
11
11
  var _array = require("./array.js");
12
12
  var _date = _interopRequireDefault(require("./date.js"));
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-scale/ v4.0.2 Copyright 2010-2021 Mike Bostock
4
4
  (function (global, factory) {
5
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../../lib-vendor/d3-array/src/index.js"), require("../../../lib-vendor/d3-interpolate/src/index.js"), require("../../../lib-vendor/d3-format/src/index.js"), require("../../../lib-vendor/d3-time/src/index.js"), require("../../../lib-vendor/d3-time-format/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-array', 'd3-interpolate', 'd3-format', 'd3-time', 'd3-time-format'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3, global.d3, global.d3, global.d3, global.d3));
5
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../d3-array/src/index.js"), require("../../d3-interpolate/src/index.js"), require("../../d3-format/src/index.js"), require("../../d3-time/src/index.js"), require("../../d3-time-format/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-array', 'd3-interpolate', 'd3-format', 'd3-time', 'd3-time-format'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3, global.d3, global.d3, global.d3, global.d3));
6
6
  })(this, function (exports, d3Array, d3Interpolate, d3Format, d3Time, d3TimeFormat) {
7
7
  'use strict';
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-scale/ v4.0.2 Copyright 2010-2021 Mike Bostock
4
4
  !function (n, t) {
5
- "object" == typeof exports && "undefined" != typeof module ? t(exports, require("../../../lib-vendor/d3-array/src/index.js"), require("../../../lib-vendor/d3-interpolate/src/index.js"), require("../../../lib-vendor/d3-format/src/index.js"), require("../../../lib-vendor/d3-time/src/index.js"), require("../../../lib-vendor/d3-time-format/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-array", "d3-interpolate", "d3-format", "d3-time", "d3-time-format"], t) : t((n = "undefined" != typeof globalThis ? globalThis : n || self).d3 = n.d3 || {}, n.d3, n.d3, n.d3, n.d3, n.d3);
5
+ "object" == typeof exports && "undefined" != typeof module ? t(exports, require("../../d3-array/src/index.js"), require("../../d3-interpolate/src/index.js"), require("../../d3-format/src/index.js"), require("../../d3-time/src/index.js"), require("../../d3-time-format/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-array", "d3-interpolate", "d3-format", "d3-time", "d3-time-format"], t) : t((n = "undefined" != typeof globalThis ? globalThis : n || self).d3 = n.d3 || {}, n.d3, n.d3, n.d3, n.d3, n.d3);
6
6
  }(this, function (n, t, r, e, u, i) {
7
7
  "use strict";
8
8
 
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = band;
8
8
  exports.point = point;
9
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
9
+ var _index = require("../../d3-array/src/index.js");
10
10
  var _init = require("./init.js");
11
11
  var _ordinal = _interopRequireDefault(require("./ordinal.js"));
12
12
  function band() {
@@ -8,8 +8,8 @@ exports.copy = copy;
8
8
  exports.default = continuous;
9
9
  exports.identity = identity;
10
10
  exports.transformer = transformer;
11
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
12
- var _index2 = require("../../../lib-vendor/d3-interpolate/src/index.js");
11
+ var _index = require("../../d3-array/src/index.js");
12
+ var _index2 = require("../../d3-interpolate/src/index.js");
13
13
  var _constant = _interopRequireDefault(require("./constant.js"));
14
14
  var _number = _interopRequireDefault(require("./number.js"));
15
15
  var unit = [0, 1];
@@ -8,7 +8,7 @@ exports.divergingLog = divergingLog;
8
8
  exports.divergingPow = divergingPow;
9
9
  exports.divergingSqrt = divergingSqrt;
10
10
  exports.divergingSymlog = divergingSymlog;
11
- var _index = require("../../../lib-vendor/d3-interpolate/src/index.js");
11
+ var _index = require("../../d3-interpolate/src/index.js");
12
12
  var _continuous = require("./continuous.js");
13
13
  var _init = require("./init.js");
14
14
  var _linear = require("./linear.js");
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.default = linear;
9
9
  exports.linearish = linearish;
10
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
10
+ var _index = require("../../d3-array/src/index.js");
11
11
  var _continuous = _interopRequireWildcard(require("./continuous.js"));
12
12
  var _init = require("./init.js");
13
13
  var _tickFormat = _interopRequireDefault(require("./tickFormat.js"));
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = log;
8
8
  exports.loggish = loggish;
9
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
10
- var _index2 = require("../../../lib-vendor/d3-format/src/index.js");
9
+ var _index = require("../../d3-array/src/index.js");
10
+ var _index2 = require("../../d3-format/src/index.js");
11
11
  var _nice = _interopRequireDefault(require("./nice.js"));
12
12
  var _continuous = require("./continuous.js");
13
13
  var _init = require("./init.js");
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = ordinal;
7
7
  exports.implicit = void 0;
8
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
8
+ var _index = require("../../d3-array/src/index.js");
9
9
  var _init = require("./init.js");
10
10
  const implicit = exports.implicit = Symbol("implicit");
11
11
  function ordinal() {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = quantile;
7
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
7
+ var _index = require("../../d3-array/src/index.js");
8
8
  var _init = require("./init.js");
9
9
  function quantile() {
10
10
  var domain = [],
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = quantize;
7
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
7
+ var _index = require("../../d3-array/src/index.js");
8
8
  var _linear = require("./linear.js");
9
9
  var _init = require("./init.js");
10
10
  function quantize() {
@@ -9,7 +9,7 @@ exports.sequentialLog = sequentialLog;
9
9
  exports.sequentialPow = sequentialPow;
10
10
  exports.sequentialSqrt = sequentialSqrt;
11
11
  exports.sequentialSymlog = sequentialSymlog;
12
- var _index = require("../../../lib-vendor/d3-interpolate/src/index.js");
12
+ var _index = require("../../d3-interpolate/src/index.js");
13
13
  var _continuous = require("./continuous.js");
14
14
  var _init = require("./init.js");
15
15
  var _linear = require("./linear.js");
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = sequentialQuantile;
7
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
7
+ var _index = require("../../d3-array/src/index.js");
8
8
  var _continuous = require("./continuous.js");
9
9
  var _init = require("./init.js");
10
10
  function sequentialQuantile() {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = threshold;
7
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
7
+ var _index = require("../../d3-array/src/index.js");
8
8
  var _init = require("./init.js");
9
9
  function threshold() {
10
10
  var domain = [0.5],
@@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = tickFormat;
7
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
8
- var _index2 = require("../../../lib-vendor/d3-format/src/index.js");
7
+ var _index = require("../../d3-array/src/index.js");
8
+ var _index2 = require("../../d3-format/src/index.js");
9
9
  function tickFormat(start, stop, count, specifier) {
10
10
  var step = (0, _index.tickStep)(start, stop, count),
11
11
  precision;
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.calendar = calendar;
9
9
  exports.default = time;
10
- var _index = require("../../../lib-vendor/d3-time/src/index.js");
11
- var _index2 = require("../../../lib-vendor/d3-time-format/src/index.js");
10
+ var _index = require("../../d3-time/src/index.js");
11
+ var _index2 = require("../../d3-time-format/src/index.js");
12
12
  var _continuous = _interopRequireWildcard(require("./continuous.js"));
13
13
  var _init = require("./init.js");
14
14
  var _nice = _interopRequireDefault(require("./nice.js"));
@@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = utcTime;
7
- var _index = require("../../../lib-vendor/d3-time/src/index.js");
8
- var _index2 = require("../../../lib-vendor/d3-time-format/src/index.js");
7
+ var _index = require("../../d3-time/src/index.js");
8
+ var _index2 = require("../../d3-time-format/src/index.js");
9
9
  var _time = require("./time.js");
10
10
  var _init = require("./init.js");
11
11
  function utcTime() {
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-shape/ v3.2.0 Copyright 2010-2022 Mike Bostock
4
4
  (function (global, factory) {
5
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../../lib-vendor/d3-path/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-path'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
5
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../d3-path/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-path'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
6
6
  })(this, function (exports, d3Path) {
7
7
  'use strict';
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-shape/ v3.2.0 Copyright 2010-2022 Mike Bostock
4
4
  !function (t, n) {
5
- "object" == typeof exports && "undefined" != typeof module ? n(exports, require("../../../lib-vendor/d3-path/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-path"], n) : n((t = "undefined" != typeof globalThis ? globalThis : t || self).d3 = t.d3 || {}, t.d3);
5
+ "object" == typeof exports && "undefined" != typeof module ? n(exports, require("../../d3-path/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-path"], n) : n((t = "undefined" != typeof globalThis ? globalThis : t || self).d3 = t.d3 || {}, t.d3);
6
6
  }(this, function (t, n) {
7
7
  "use strict";
8
8
 
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.withPath = withPath;
7
- var _index = require("../../../lib-vendor/d3-path/src/index.js");
7
+ var _index = require("../../d3-path/src/index.js");
8
8
  function withPath(shape) {
9
9
  let digits = 3;
10
10
  shape.digits = function (_) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-time/ v3.1.0 Copyright 2010-2022 Mike Bostock
4
4
  (function (global, factory) {
5
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../../lib-vendor/d3-array/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-array'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
5
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../d3-array/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-array'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
6
6
  })(this, function (exports, d3Array) {
7
7
  'use strict';
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-time/ v3.1.0 Copyright 2010-2022 Mike Bostock
4
4
  !function (e, t) {
5
- "object" == typeof exports && "undefined" != typeof module ? t(exports, require("../../../lib-vendor/d3-array/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-array"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).d3 = e.d3 || {}, e.d3);
5
+ "object" == typeof exports && "undefined" != typeof module ? t(exports, require("../../d3-array/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-array"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).d3 = e.d3 || {}, e.d3);
6
6
  }(this, function (e, t) {
7
7
  "use strict";
8
8
 
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.utcTicks = exports.utcTickInterval = exports.timeTicks = exports.timeTickInterval = void 0;
7
- var _index = require("../../../lib-vendor/d3-array/src/index.js");
7
+ var _index = require("../../d3-array/src/index.js");
8
8
  var _duration = require("./duration.js");
9
9
  var _millisecond = require("./millisecond.js");
10
10
  var _second = require("./second.js");
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-time-format/ v4.1.0 Copyright 2010-2021 Mike Bostock
4
4
  (function (global, factory) {
5
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../../lib-vendor/d3-time/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-time'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
5
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require("../../d3-time/src/index.js")) : typeof define === 'function' && define.amd ? define(['exports', 'd3-time'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}, global.d3));
6
6
  })(this, function (exports, d3Time) {
7
7
  'use strict';
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://d3js.org/d3-time-format/ v4.1.0 Copyright 2010-2021 Mike Bostock
4
4
  !function (e, t) {
5
- "object" == typeof exports && "undefined" != typeof module ? t(exports, require("../../../lib-vendor/d3-time/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-time"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).d3 = e.d3 || {}, e.d3);
5
+ "object" == typeof exports && "undefined" != typeof module ? t(exports, require("../../d3-time/src/index.js")) : "function" == typeof define && define.amd ? define(["exports", "d3-time"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).d3 = e.d3 || {}, e.d3);
6
6
  }(this, function (e, t) {
7
7
  "use strict";
8
8