@ansible/ansible-ui-framework 2.4.2648 → 2.4.2649

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.
@@ -0,0 +1 @@
1
+ export {};
package/index.js CHANGED
@@ -3,7 +3,7 @@ var $1 = (e) => {
3
3
  throw TypeError(e);
4
4
  };
5
5
  var rR = (e, t, n) => t in e ? nR(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
6
- var oe = (e, t, n) => rR(e, typeof t != "symbol" ? t + "" : t, n), q1 = (e, t, n) => t.has(e) || $1("Cannot " + n);
6
+ var ae = (e, t, n) => rR(e, typeof t != "symbol" ? t + "" : t, n), q1 = (e, t, n) => t.has(e) || $1("Cannot " + n);
7
7
  var Ar = (e, t, n) => (q1(e, t, "read from private field"), n ? n.call(e) : t.get(e)), _c = (e, t, n) => t.has(e) ? $1("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), Jr = (e, t, n, r) => (q1(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n);
8
8
  var eh = (e, t, n, r) => ({
9
9
  set _(i) {
@@ -307,7 +307,7 @@ function VL() {
307
307
  function Ee(L, ce, ve) {
308
308
  return I(L, !1);
309
309
  }
310
- function ae(L) {
310
+ function oe(L) {
311
311
  var ce = L.prototype;
312
312
  return !!(ce && ce.isReactComponent);
313
313
  }
@@ -315,7 +315,7 @@ function VL() {
315
315
  if (L == null)
316
316
  return "";
317
317
  if (typeof L == "function")
318
- return I(L, ae(L));
318
+ return I(L, oe(L));
319
319
  if (typeof L == "string")
320
320
  return ue(L);
321
321
  switch (L) {
@@ -3061,15 +3061,16 @@ function Kue(e) {
3061
3061
  }
3062
3062
  class gk extends iR {
3063
3063
  constructor() {
3064
- super(...arguments), this.state = {
3064
+ super(...arguments);
3065
+ ae(this, "state", {
3065
3066
  hasError: !1
3066
- };
3067
+ });
3067
3068
  }
3068
- static getDerivedStateFromError(t) {
3069
+ static getDerivedStateFromError(n) {
3069
3070
  return { hasError: !0 };
3070
3071
  }
3071
- componentDidCatch(t, n) {
3072
- console.error("Uncaught error:", t, n);
3072
+ componentDidCatch(n, r) {
3073
+ console.error("Uncaught error:", n, r);
3073
3074
  }
3074
3075
  render() {
3075
3076
  return this.state.hasError ? /* @__PURE__ */ p.jsx("h1", { children: this.props.message }) : this.props.children;
@@ -9511,17 +9512,17 @@ function MN() {
9511
9512
  var Ee = I.$$typeof;
9512
9513
  switch (Ee) {
9513
9514
  case t:
9514
- var ae = I.type;
9515
- switch (ae) {
9515
+ var oe = I.type;
9516
+ switch (oe) {
9516
9517
  case l:
9517
9518
  case c:
9518
9519
  case r:
9519
9520
  case a:
9520
9521
  case i:
9521
9522
  case d:
9522
- return ae;
9523
+ return oe;
9523
9524
  default:
9524
- var xe = ae && ae.$$typeof;
9525
+ var xe = oe && oe.$$typeof;
9525
9526
  switch (xe) {
9526
9527
  case s:
9527
9528
  case u:
@@ -12106,7 +12107,7 @@ function Jy(e) {
12106
12107
  }
12107
12108
  class lS {
12108
12109
  constructor() {
12109
- oe(this, "loop", () => {
12110
+ ae(this, "loop", () => {
12110
12111
  this.subscribers.forEach((t) => {
12111
12112
  t.callback(Nu() - t.startTime, t.duration);
12112
12113
  });
@@ -13027,7 +13028,7 @@ class nv extends O.Component {
13027
13028
  });
13028
13029
  }
13029
13030
  }
13030
- oe(nv, "displayName", "VictoryTransition"), oe(nv, "contextType", pf);
13031
+ ae(nv, "displayName", "VictoryTransition"), ae(nv, "contextType", pf);
13031
13032
  var dm, CS;
13032
13033
  function m3() {
13033
13034
  if (CS) return dm;
@@ -13376,15 +13377,15 @@ function sa(e, t) {
13376
13377
  class n extends e {
13377
13378
  constructor(a) {
13378
13379
  super(a);
13379
- oe(this, "state", {});
13380
- oe(this, "getEventState", C3.bind(this));
13381
- oe(this, "getScopedEvents", w3.bind(this));
13382
- oe(this, "getEvents", (a, o, s) => _3.call(this, a, o, s, this.getScopedEvents));
13383
- oe(this, "externalMutations", this.getExternalMutations(this.props));
13384
- oe(this, "calculatedState", this.getStateChanges(this.props));
13385
- oe(this, "globalEvents", {});
13386
- oe(this, "prevGlobalEventKeys", []);
13387
- oe(this, "boundGlobalEvents", {});
13380
+ ae(this, "state", {});
13381
+ ae(this, "getEventState", C3.bind(this));
13382
+ ae(this, "getScopedEvents", w3.bind(this));
13383
+ ae(this, "getEvents", (a, o, s) => _3.call(this, a, o, s, this.getScopedEvents));
13384
+ ae(this, "externalMutations", this.getExternalMutations(this.props));
13385
+ ae(this, "calculatedState", this.getStateChanges(this.props));
13386
+ ae(this, "globalEvents", {});
13387
+ ae(this, "prevGlobalEventKeys", []);
13388
+ ae(this, "boundGlobalEvents", {});
13388
13389
  this.cacheValues(this.getCalculatedValues(a));
13389
13390
  }
13390
13391
  shouldComponentUpdate(a) {
@@ -14745,27 +14746,27 @@ function gW(e) {
14745
14746
  _.x = S(n, _), _.X = S(r, _), _.c = S(t, _), w.x = S(n, w), w.X = S(r, w), w.c = S(t, w);
14746
14747
  function S(V, Z) {
14747
14748
  return function(he) {
14748
- var I = [], Ee = -1, ae = 0, xe = V.length, Le, be, R;
14749
+ var I = [], Ee = -1, oe = 0, xe = V.length, Le, be, R;
14749
14750
  for (he instanceof Date || (he = /* @__PURE__ */ new Date(+he)); ++Ee < xe; )
14750
- V.charCodeAt(Ee) === 37 && (I.push(V.slice(ae, Ee)), (be = uC[Le = V.charAt(++Ee)]) != null ? Le = V.charAt(++Ee) : be = Le === "e" ? " " : "0", (R = Z[Le]) && (Le = R(he, be)), I.push(Le), ae = Ee + 1);
14751
- return I.push(V.slice(ae, Ee)), I.join("");
14751
+ V.charCodeAt(Ee) === 37 && (I.push(V.slice(oe, Ee)), (be = uC[Le = V.charAt(++Ee)]) != null ? Le = V.charAt(++Ee) : be = Le === "e" ? " " : "0", (R = Z[Le]) && (Le = R(he, be)), I.push(Le), oe = Ee + 1);
14752
+ return I.push(V.slice(oe, Ee)), I.join("");
14752
14753
  };
14753
14754
  }
14754
14755
  function C(V, Z) {
14755
14756
  return function(he) {
14756
- var I = qs(1900, void 0, 1), Ee = E(I, V, he += "", 0), ae, xe;
14757
+ var I = qs(1900, void 0, 1), Ee = E(I, V, he += "", 0), oe, xe;
14757
14758
  if (Ee != he.length) return null;
14758
14759
  if ("Q" in I) return new Date(I.Q);
14759
14760
  if ("s" in I) return new Date(I.s * 1e3 + ("L" in I ? I.L : 0));
14760
14761
  if (Z && !("Z" in I) && (I.Z = 0), "p" in I && (I.H = I.H % 12 + I.p * 12), I.m === void 0 && (I.m = "q" in I ? I.q : 0), "V" in I) {
14761
14762
  if (I.V < 1 || I.V > 53) return null;
14762
- "w" in I || (I.w = 1), "Z" in I ? (ae = Im(qs(I.y, 0, 1)), xe = ae.getUTCDay(), ae = xe > 4 || xe === 0 ? Ku.ceil(ae) : Ku(ae), ae = xf.offset(ae, (I.V - 1) * 7), I.y = ae.getUTCFullYear(), I.m = ae.getUTCMonth(), I.d = ae.getUTCDate() + (I.w + 6) % 7) : (ae = Lm(qs(I.y, 0, 1)), xe = ae.getDay(), ae = xe > 4 || xe === 0 ? Yu.ceil(ae) : Yu(ae), ae = lc.offset(ae, (I.V - 1) * 7), I.y = ae.getFullYear(), I.m = ae.getMonth(), I.d = ae.getDate() + (I.w + 6) % 7);
14763
+ "w" in I || (I.w = 1), "Z" in I ? (oe = Im(qs(I.y, 0, 1)), xe = oe.getUTCDay(), oe = xe > 4 || xe === 0 ? Ku.ceil(oe) : Ku(oe), oe = xf.offset(oe, (I.V - 1) * 7), I.y = oe.getUTCFullYear(), I.m = oe.getUTCMonth(), I.d = oe.getUTCDate() + (I.w + 6) % 7) : (oe = Lm(qs(I.y, 0, 1)), xe = oe.getDay(), oe = xe > 4 || xe === 0 ? Yu.ceil(oe) : Yu(oe), oe = lc.offset(oe, (I.V - 1) * 7), I.y = oe.getFullYear(), I.m = oe.getMonth(), I.d = oe.getDate() + (I.w + 6) % 7);
14763
14764
  } else ("W" in I || "U" in I) && ("w" in I || (I.w = "u" in I ? I.u % 7 : "W" in I ? 1 : 0), xe = "Z" in I ? Im(qs(I.y, 0, 1)).getUTCDay() : Lm(qs(I.y, 0, 1)).getDay(), I.m = 0, I.d = "W" in I ? (I.w + 6) % 7 + I.W * 7 - (xe + 5) % 7 : I.w + I.U * 7 - (xe + 6) % 7);
14764
14765
  return "Z" in I ? (I.H += I.Z / 100 | 0, I.M += I.Z % 100, Im(I)) : Lm(I);
14765
14766
  };
14766
14767
  }
14767
14768
  function E(V, Z, he, I) {
14768
- for (var Ee = 0, ae = Z.length, xe = he.length, Le, be; Ee < ae; ) {
14769
+ for (var Ee = 0, oe = Z.length, xe = he.length, Le, be; Ee < oe; ) {
14769
14770
  if (I >= xe) return -1;
14770
14771
  if (Le = Z.charCodeAt(Ee++), Le === 37) {
14771
14772
  if (Le = Z.charAt(Ee++), be = b[Le in uC ? Z.charAt(Ee++) : Le], !be || (I = be(V, he, I)) < 0) return -1;
@@ -19650,7 +19651,7 @@ class Zi extends O.Component {
19650
19651
  return this.renderClippedGroup(a, this.state.clipId);
19651
19652
  }
19652
19653
  }
19653
- oe(Zi, "displayName", "VictoryClipContainer"), oe(Zi, "role", "container"), oe(Zi, "defaultProps", {
19654
+ ae(Zi, "displayName", "VictoryClipContainer"), ae(Zi, "role", "container"), ae(Zi, "defaultProps", {
19654
19655
  circleComponent: /* @__PURE__ */ O.createElement(E7, null),
19655
19656
  rectComponent: /* @__PURE__ */ O.createElement(Ha, null),
19656
19657
  clipPathComponent: /* @__PURE__ */ O.createElement(UH, null),
@@ -20061,7 +20062,7 @@ class Ca extends O.Component {
20061
20062
  });
20062
20063
  }
20063
20064
  }
20064
- oe(Ca, "displayName", "VictorySharedEvents"), oe(Ca, "role", "shared-event-wrapper"), oe(Ca, "contextType", pf), oe(Ca, "defaultProps", {
20065
+ ae(Ca, "displayName", "VictorySharedEvents"), ae(Ca, "role", "shared-event-wrapper"), ae(Ca, "contextType", pf), ae(Ca, "defaultProps", {
20065
20066
  groupComponent: /* @__PURE__ */ O.createElement("g", null)
20066
20067
  });
20067
20068
  const Vb = {
@@ -20603,14 +20604,14 @@ class ni extends O.Component {
20603
20604
  return n.standalone ? this.renderContainer(s, o) : /* @__PURE__ */ O.cloneElement(n.groupComponent, r, o);
20604
20605
  }
20605
20606
  }
20606
- oe(ni, "animationWhitelist", ["style", "domain", "range", "tickCount", "tickValues", "offsetX", "offsetY", "padding", "width", "height"]), oe(ni, "displayName", "VictoryAxis"), oe(ni, "role", "axis"), oe(ni, "defaultTransitions", {
20607
+ ae(ni, "animationWhitelist", ["style", "domain", "range", "tickCount", "tickValues", "offsetX", "offsetY", "padding", "width", "height"]), ae(ni, "displayName", "VictoryAxis"), ae(ni, "role", "axis"), ae(ni, "defaultTransitions", {
20607
20608
  onExit: {
20608
20609
  duration: 500
20609
20610
  },
20610
20611
  onEnter: {
20611
20612
  duration: 500
20612
20613
  }
20613
- }), oe(ni, "defaultProps", {
20614
+ }), ae(ni, "defaultProps", {
20614
20615
  axisComponent: /* @__PURE__ */ O.createElement(mi, null),
20615
20616
  axisLabelComponent: /* @__PURE__ */ O.createElement(Nt, null),
20616
20617
  tickLabelComponent: /* @__PURE__ */ O.createElement(Nt, null),
@@ -20623,7 +20624,7 @@ oe(ni, "animationWhitelist", ["style", "domain", "range", "tickCount", "tickValu
20623
20624
  role: "presentation"
20624
20625
  }),
20625
20626
  fixLabelOverlap: !1
20626
- }), oe(ni, "getDomain", js), oe(ni, "getAxis", cr), oe(ni, "expectedComponents", ["axisComponent", "axisLabelComponent", "groupComponent", "containerComponent", "tickComponent", "tickLabelComponent", "gridComponent"]);
20627
+ }), ae(ni, "getDomain", js), ae(ni, "getAxis", cr), ae(ni, "expectedComponents", ["axisComponent", "axisLabelComponent", "groupComponent", "containerComponent", "tickComponent", "tickLabelComponent", "gridComponent"]);
20627
20628
  const jl = sa(ni, IG), En = (e, t, n) => n === "x" ? e * Math.cos(t) : -e * Math.sin(t), k7 = (e) => {
20628
20629
  const t = e.dependentAxis ? "radial" : "angular", n = t === "angular" ? "radial" : "angular";
20629
20630
  return e.horizontal ? n : t;
@@ -20994,14 +20995,14 @@ class ri extends O.Component {
20994
20995
  return n.standalone ? this.renderContainer(n.containerComponent, r) : r;
20995
20996
  }
20996
20997
  }
20997
- oe(ri, "animationWhitelist", ["style", "domain", "range", "tickCount", "tickValues", "padding", "width", "height"]), oe(ri, "displayName", "VictoryAxis"), oe(ri, "role", "axis"), oe(ri, "defaultTransitions", {
20998
+ ae(ri, "animationWhitelist", ["style", "domain", "range", "tickCount", "tickValues", "padding", "width", "height"]), ae(ri, "displayName", "VictoryAxis"), ae(ri, "role", "axis"), ae(ri, "defaultTransitions", {
20998
20999
  onExit: {
20999
21000
  duration: 500
21000
21001
  },
21001
21002
  onEnter: {
21002
21003
  duration: 500
21003
21004
  }
21004
- }), oe(ri, "defaultProps", {
21005
+ }), ae(ri, "defaultProps", {
21005
21006
  axisComponent: /* @__PURE__ */ O.createElement(mi, null),
21006
21007
  axisLabelComponent: /* @__PURE__ */ O.createElement(Nt, null),
21007
21008
  circularAxisComponent: /* @__PURE__ */ O.createElement(GC, null),
@@ -21018,7 +21019,7 @@ oe(ri, "animationWhitelist", ["style", "domain", "range", "tickCount", "tickValu
21018
21019
  theme: Wn.grayscale,
21019
21020
  tickComponent: /* @__PURE__ */ O.createElement(mi, null),
21020
21021
  tickLabelComponent: /* @__PURE__ */ O.createElement(Nt, null)
21021
- }), oe(ri, "getDomain", js), oe(ri, "getAxis", cr), oe(ri, "expectedComponents", ["axisComponent", "circularAxisComponent", "groupComponent", "containerComponent", "tickComponent", "tickLabelComponent", "gridComponent", "circularGridComponent"]);
21022
+ }), ae(ri, "getDomain", js), ae(ri, "getAxis", cr), ae(ri, "expectedComponents", ["axisComponent", "circularAxisComponent", "groupComponent", "containerComponent", "tickComponent", "tickLabelComponent", "gridComponent", "circularGridComponent"]);
21022
21023
  const HG = {
21023
21024
  components: [{
21024
21025
  name: "axis",
@@ -21543,8 +21544,8 @@ var v0, b6;
21543
21544
  function vY() {
21544
21545
  if (b6) return v0;
21545
21546
  b6 = 1;
21546
- var e = ff(), t = rY(), n = Ux(), r = iY(), i = aY(), a = L7(), o = I7(), s = oY(), l = sY(), c = VA(), u = y3(), d = Cs(), f = lY(), h = fY(), g = N7(), m = gn(), y = Xl(), x = gY(), v = An(), _ = yY(), w = Es(), b = Ss(), S = 1, C = 2, E = 4, A = "[object Arguments]", k = "[object Array]", T = "[object Boolean]", D = "[object Date]", j = "[object Error]", P = "[object Function]", M = "[object GeneratorFunction]", W = "[object Map]", G = "[object Number]", B = "[object Object]", $ = "[object RegExp]", F = "[object Set]", z = "[object String]", Q = "[object Symbol]", re = "[object WeakMap]", ne = "[object ArrayBuffer]", te = "[object DataView]", de = "[object Float32Array]", se = "[object Float64Array]", ue = "[object Int8Array]", V = "[object Int16Array]", Z = "[object Int32Array]", he = "[object Uint8Array]", I = "[object Uint8ClampedArray]", Ee = "[object Uint16Array]", ae = "[object Uint32Array]", xe = {};
21547
- xe[A] = xe[k] = xe[ne] = xe[te] = xe[T] = xe[D] = xe[de] = xe[se] = xe[ue] = xe[V] = xe[Z] = xe[W] = xe[G] = xe[B] = xe[$] = xe[F] = xe[z] = xe[Q] = xe[he] = xe[I] = xe[Ee] = xe[ae] = !0, xe[j] = xe[P] = xe[re] = !1;
21547
+ var e = ff(), t = rY(), n = Ux(), r = iY(), i = aY(), a = L7(), o = I7(), s = oY(), l = sY(), c = VA(), u = y3(), d = Cs(), f = lY(), h = fY(), g = N7(), m = gn(), y = Xl(), x = gY(), v = An(), _ = yY(), w = Es(), b = Ss(), S = 1, C = 2, E = 4, A = "[object Arguments]", k = "[object Array]", T = "[object Boolean]", D = "[object Date]", j = "[object Error]", P = "[object Function]", M = "[object GeneratorFunction]", W = "[object Map]", G = "[object Number]", B = "[object Object]", $ = "[object RegExp]", F = "[object Set]", z = "[object String]", Q = "[object Symbol]", re = "[object WeakMap]", ne = "[object ArrayBuffer]", te = "[object DataView]", de = "[object Float32Array]", se = "[object Float64Array]", ue = "[object Int8Array]", V = "[object Int16Array]", Z = "[object Int32Array]", he = "[object Uint8Array]", I = "[object Uint8ClampedArray]", Ee = "[object Uint16Array]", oe = "[object Uint32Array]", xe = {};
21548
+ xe[A] = xe[k] = xe[ne] = xe[te] = xe[T] = xe[D] = xe[de] = xe[se] = xe[ue] = xe[V] = xe[Z] = xe[W] = xe[G] = xe[B] = xe[$] = xe[F] = xe[z] = xe[Q] = xe[he] = xe[I] = xe[Ee] = xe[oe] = !0, xe[j] = xe[P] = xe[re] = !1;
21548
21549
  function Le(be, R, N, H, pe, le) {
21549
21550
  var ee, U = R & S, ie = R & C, Ce = R & E;
21550
21551
  if (N && (ee = pe ? N(be, H, pe, le) : N(be)), ee !== void 0)
@@ -23603,7 +23604,7 @@ class al extends O.Component {
23603
23604
  return n.standalone ? this.renderContainer(n.containerComponent, r) : /* @__PURE__ */ O.cloneElement(n.groupComponent, {}, r);
23604
23605
  }
23605
23606
  }
23606
- oe(al, "displayName", "VictoryLegend"), oe(al, "role", "legend"), oe(al, "defaultProps", {
23607
+ ae(al, "displayName", "VictoryLegend"), ae(al, "role", "legend"), ae(al, "defaultProps", {
23607
23608
  borderComponent: /* @__PURE__ */ O.createElement(eG, null),
23608
23609
  data: SQ,
23609
23610
  containerComponent: /* @__PURE__ */ O.createElement(Pt, null),
@@ -23613,7 +23614,7 @@ oe(al, "displayName", "VictoryLegend"), oe(al, "role", "legend"), oe(al, "defaul
23613
23614
  standalone: !0,
23614
23615
  theme: Wn.grayscale,
23615
23616
  titleComponent: /* @__PURE__ */ O.createElement(Nt, null)
23616
- }), oe(al, "expectedComponents", ["borderComponent", "containerComponent", "dataComponent", "groupComponent", "labelComponent", "titleComponent"]);
23617
+ }), ae(al, "expectedComponents", ["borderComponent", "containerComponent", "dataComponent", "groupComponent", "labelComponent", "titleComponent"]);
23617
23618
  const pc = sa(al), CQ = {
23618
23619
  value: 8
23619
23620
  }, EQ = {
@@ -24747,7 +24748,7 @@ const cee = (e, t) => {
24747
24748
  return ac(a, r);
24748
24749
  }
24749
24750
  };
24750
- oe(Rn, "animationWhitelist", ["data", "domain", "height", "padding", "style", "width"]), oe(Rn, "defaultProps", {
24751
+ ae(Rn, "animationWhitelist", ["data", "domain", "height", "padding", "style", "width"]), ae(Rn, "defaultProps", {
24751
24752
  containerComponent: /* @__PURE__ */ O.createElement(Pt, null),
24752
24753
  dataComponent: /* @__PURE__ */ O.createElement(yee, null),
24753
24754
  groupComponent: /* @__PURE__ */ O.createElement(Zi, null),
@@ -24759,7 +24760,7 @@ oe(Rn, "animationWhitelist", ["data", "domain", "height", "padding", "style", "w
24759
24760
  sortOrder: "ascending",
24760
24761
  standalone: !0,
24761
24762
  theme: Wn.grayscale
24762
- }), oe(Rn, "displayName", "VictoryArea"), oe(Rn, "role", "area"), oe(Rn, "continuous", !0), oe(Rn, "defaultTransitions", _j()), oe(Rn, "defaultPolarTransitions", wj()), oe(Rn, "getDomain", Qo), oe(Rn, "getData", Wt), oe(Rn, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]);
24763
+ }), ae(Rn, "displayName", "VictoryArea"), ae(Rn, "role", "area"), ae(Rn, "continuous", !0), ae(Rn, "defaultTransitions", _j()), ae(Rn, "defaultPolarTransitions", wj()), ae(Rn, "getDomain", Qo), ae(Rn, "getData", Wt), ae(Rn, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]);
24763
24764
  let Ev = Rn;
24764
24765
  const SD = sa(Ev, vee), Zb = (e) => {
24765
24766
  var {
@@ -25384,7 +25385,7 @@ const Oee = (e, t) => {
25384
25385
  return ac(a, r);
25385
25386
  }
25386
25387
  };
25387
- oe(Kn, "animationWhitelist", ["data", "domain", "height", "padding", "style", "width"]), oe(Kn, "displayName", "VictoryBar"), oe(Kn, "role", "bar"), oe(Kn, "defaultTransitions", {
25388
+ ae(Kn, "animationWhitelist", ["data", "domain", "height", "padding", "style", "width"]), ae(Kn, "displayName", "VictoryBar"), ae(Kn, "role", "bar"), ae(Kn, "defaultTransitions", {
25388
25389
  onLoad: {
25389
25390
  duration: 2e3,
25390
25391
  before: () => ({
@@ -25418,7 +25419,7 @@ oe(Kn, "animationWhitelist", ["data", "domain", "height", "padding", "style", "w
25418
25419
  _y0: t._y0
25419
25420
  })
25420
25421
  }
25421
- }), oe(Kn, "defaultProps", {
25422
+ }), ae(Kn, "defaultProps", {
25422
25423
  containerComponent: /* @__PURE__ */ O.createElement(Pt, null),
25423
25424
  data: Wee,
25424
25425
  dataComponent: /* @__PURE__ */ O.createElement(zee, null),
@@ -25430,9 +25431,9 @@ oe(Kn, "animationWhitelist", ["data", "domain", "height", "padding", "style", "w
25430
25431
  sortOrder: "ascending",
25431
25432
  standalone: !0,
25432
25433
  theme: Wn.grayscale
25433
- }), oe(Kn, "getDomain", Qo), oe(Kn, "getData", Wt), oe(Kn, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]), // passed to addEvents.renderData to prevent data props with undefined _x or _y from excluding data from render.
25434
+ }), ae(Kn, "getDomain", Qo), ae(Kn, "getData", Wt), ae(Kn, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]), // passed to addEvents.renderData to prevent data props with undefined _x or _y from excluding data from render.
25434
25435
  // used when inside of VictoryZoomContainer
25435
- oe(Kn, "shouldRenderDatum", () => !0);
25436
+ ae(Kn, "shouldRenderDatum", () => !0);
25436
25437
  let Ov = Kn;
25437
25438
  const Jb = sa(Ov), pd = (e) => {
25438
25439
  var {
@@ -25922,7 +25923,7 @@ class Xi extends O.Component {
25922
25923
  return this.renderTooltip(t);
25923
25924
  }
25924
25925
  }
25925
- oe(Xi, "displayName", "VictoryTooltip"), oe(Xi, "role", "tooltip"), oe(Xi, "defaultProps", {
25926
+ ae(Xi, "displayName", "VictoryTooltip"), ae(Xi, "role", "tooltip"), ae(Xi, "defaultProps", {
25926
25927
  active: !1,
25927
25928
  renderInPortal: !0,
25928
25929
  labelComponent: /* @__PURE__ */ O.createElement(Nt, null),
@@ -26071,7 +26072,7 @@ class ii extends O.Component {
26071
26072
  return ac(a, r);
26072
26073
  }
26073
26074
  }
26074
- oe(ii, "animationWhitelist", ["data", "domain", "height", "maxBubbleSize", "padding", "samples", "size", "style", "width"]), oe(ii, "displayName", "VictoryScatter"), oe(ii, "role", "scatter"), oe(ii, "defaultTransitions", KB()), oe(ii, "defaultProps", {
26075
+ ae(ii, "animationWhitelist", ["data", "domain", "height", "maxBubbleSize", "padding", "samples", "size", "style", "width"]), ae(ii, "displayName", "VictoryScatter"), ae(ii, "role", "scatter"), ae(ii, "defaultTransitions", KB()), ae(ii, "defaultProps", {
26075
26076
  containerComponent: /* @__PURE__ */ O.createElement(Pt, null),
26076
26077
  dataComponent: /* @__PURE__ */ O.createElement(O7, null),
26077
26078
  labelComponent: /* @__PURE__ */ O.createElement(Nt, null),
@@ -26080,7 +26081,7 @@ oe(ii, "animationWhitelist", ["data", "domain", "height", "maxBubbleSize", "padd
26080
26081
  sortOrder: "ascending",
26081
26082
  standalone: !0,
26082
26083
  theme: Wn.grayscale
26083
- }), oe(ii, "getDomain", Va), oe(ii, "getData", Wt), oe(ii, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]);
26084
+ }), ae(ii, "getDomain", Va), ae(ii, "getData", Wt), ae(ii, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]);
26084
26085
  const Qb = sa(ii), gd = (e) => {
26085
26086
  var {
26086
26087
  containerComponent: t = q.createElement(jn, null),
@@ -26177,7 +26178,7 @@ var ite = rte();
26177
26178
  const rs = /* @__PURE__ */ Ie(ite), ate = 16;
26178
26179
  class ote {
26179
26180
  constructor() {
26180
- oe(this, "handleMouseMove", (t, n) => {
26181
+ ae(this, "handleMouseMove", (t, n) => {
26181
26182
  const {
26182
26183
  onCursorChange: r,
26183
26184
  domain: i
@@ -26202,12 +26203,12 @@ class ote {
26202
26203
  })
26203
26204
  }];
26204
26205
  });
26205
- oe(this, "onMouseMove", rs(this.handleMouseMove, ate, {
26206
+ ae(this, "onMouseMove", rs(this.handleMouseMove, ate, {
26206
26207
  leading: !0,
26207
26208
  trailing: !1
26208
26209
  }));
26209
- oe(this, "onMouseLeave", this.handleMouseMove);
26210
- oe(this, "onTouchEnd", (t, n) => {
26210
+ ae(this, "onMouseLeave", this.handleMouseMove);
26211
+ ae(this, "onTouchEnd", (t, n) => {
26211
26212
  const {
26212
26213
  onCursorChange: r
26213
26214
  } = n;
@@ -26855,7 +26856,7 @@ class Ni extends O.Component {
26855
26856
  return ac(a, r);
26856
26857
  }
26857
26858
  }
26858
- oe(Ni, "animationWhitelist", ["data", "endAngle", "height", "innerRadius", "cornerRadius", "padAngle", "padding", "colorScale", "startAngle", "style", "width"]), oe(Ni, "displayName", "VictoryPie"), oe(Ni, "role", "pie"), oe(Ni, "defaultTransitions", {
26859
+ ae(Ni, "animationWhitelist", ["data", "endAngle", "height", "innerRadius", "cornerRadius", "padAngle", "padding", "colorScale", "startAngle", "style", "width"]), ae(Ni, "displayName", "VictoryPie"), ae(Ni, "role", "pie"), ae(Ni, "defaultTransitions", {
26859
26860
  onExit: {
26860
26861
  duration: 500,
26861
26862
  before: () => ({
@@ -26874,7 +26875,7 @@ oe(Ni, "animationWhitelist", ["data", "endAngle", "height", "innerRadius", "corn
26874
26875
  label: t.label
26875
26876
  })
26876
26877
  }
26877
- }), oe(Ni, "defaultProps", {
26878
+ }), ae(Ni, "defaultProps", {
26878
26879
  data: [{
26879
26880
  x: "A",
26880
26881
  y: 1
@@ -26898,7 +26899,7 @@ oe(Ni, "animationWhitelist", ["data", "endAngle", "height", "innerRadius", "corn
26898
26899
  groupComponent: /* @__PURE__ */ O.createElement("g", null),
26899
26900
  sortOrder: "ascending",
26900
26901
  theme: Wn.grayscale
26901
- }), oe(Ni, "getData", Wt), oe(Ni, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent", "labelIndicatorComponent"]);
26902
+ }), ae(Ni, "getData", Wt), ae(Ni, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent", "labelIndicatorComponent"]);
26902
26903
  const mc = sa(Ni), t1 = (e) => {
26903
26904
  var {
26904
26905
  allowTooltip: t = !0,
@@ -27758,7 +27759,7 @@ const nne = (e) => {
27758
27759
  return ac(a, r);
27759
27760
  }
27760
27761
  };
27761
- oe(Ln, "animationWhitelist", ["data", "domain", "height", "padding", "samples", "style", "width"]), oe(Ln, "displayName", "VictoryLine"), oe(Ln, "role", "line"), oe(Ln, "defaultTransitions", _j()), oe(Ln, "defaultPolarTransitions", wj()), oe(Ln, "continuous", !0), oe(Ln, "defaultProps", {
27762
+ ae(Ln, "animationWhitelist", ["data", "domain", "height", "padding", "samples", "style", "width"]), ae(Ln, "displayName", "VictoryLine"), ae(Ln, "role", "line"), ae(Ln, "defaultTransitions", _j()), ae(Ln, "defaultPolarTransitions", wj()), ae(Ln, "continuous", !0), ae(Ln, "defaultProps", {
27762
27763
  containerComponent: /* @__PURE__ */ O.createElement(Pt, null),
27763
27764
  dataComponent: /* @__PURE__ */ O.createElement(one, null),
27764
27765
  labelComponent: /* @__PURE__ */ O.createElement(Nt, {
@@ -27770,7 +27771,7 @@ oe(Ln, "animationWhitelist", ["data", "domain", "height", "padding", "samples",
27770
27771
  sortOrder: "ascending",
27771
27772
  standalone: !0,
27772
27773
  theme: Wn.grayscale
27773
- }), oe(Ln, "getDomain", Va), oe(Ln, "getData", Wt), oe(Ln, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]);
27774
+ }), ae(Ln, "getDomain", Va), ae(Ln, "getData", Wt), ae(Ln, "expectedComponents", ["dataComponent", "labelComponent", "groupComponent", "containerComponent"]);
27774
27775
  let Av = Ln;
27775
27776
  const MD = sa(Av, sne), s1 = (e) => {
27776
27777
  var {
@@ -28111,8 +28112,8 @@ function One() {
28111
28112
  }
28112
28113
  var I = v[2 * F], Ee = v[2 * F + 1];
28113
28114
  if (V === 1 / 0) {
28114
- for (var ae = 0; ae < C; ae++)
28115
- this._dists[ae] = v[2 * ae] - v[0] || v[2 * ae + 1] - v[1];
28115
+ for (var oe = 0; oe < C; oe++)
28116
+ this._dists[oe] = v[2 * oe] - v[0] || v[2 * oe + 1] - v[1];
28116
28117
  f(this._ids, this._dists, 0, C - 1);
28117
28118
  for (var xe = new Uint32Array(C), Le = 0, be = 0, R = -1 / 0; be < C; be++) {
28118
28119
  var N = this._ids[be];
@@ -28382,14 +28383,14 @@ var kne = Tne();
28382
28383
  const Ane = /* @__PURE__ */ Ie(kne), jne = 32;
28383
28384
  class Dne {
28384
28385
  constructor() {
28385
- oe(this, "onMouseLeave", (t, n) => {
28386
+ ae(this, "onMouseLeave", (t, n) => {
28386
28387
  this.onMouseMove.cancel();
28387
28388
  const r = n.activePoints || [];
28388
28389
  this.onDeactivated(n, r);
28389
28390
  const i = r.length ? r.map((a) => this.getInactiveMutations(n, a)) : [];
28390
28391
  return this.getParentMutation([]).concat(...i);
28391
28392
  });
28392
- oe(this, "handleMouseMove", (t, n) => {
28393
+ ae(this, "handleMouseMove", (t, n) => {
28393
28394
  const r = n.activePoints || [], i = n.parentSVG || Ci(t), a = Wr(t, i);
28394
28395
  if (!this.withinBounds(n, a)) {
28395
28396
  this.onDeactivated(n, r);
@@ -28406,7 +28407,7 @@ class Dne {
28406
28407
  const c = o.length ? o.map((d) => this.getActiveMutations(n, d)) : [], u = r.length ? r.map((d) => this.getInactiveMutations(n, d)) : [];
28407
28408
  return l.concat(...u, ...c);
28408
28409
  });
28409
- oe(this, "onMouseMove", rs(this.handleMouseMove, jne, {
28410
+ ae(this, "onMouseMove", rs(this.handleMouseMove, jne, {
28410
28411
  leading: !0,
28411
28412
  trailing: !1
28412
28413
  }));
@@ -29156,7 +29157,7 @@ c1.defaultEvents = (e) => {
29156
29157
  const Yne = 16;
29157
29158
  class Kne {
29158
29159
  constructor() {
29159
- oe(this, "onMouseDown", (t, n) => {
29160
+ ae(this, "onMouseDown", (t, n) => {
29160
29161
  t.preventDefault();
29161
29162
  const {
29162
29163
  activateSelectedData: r,
@@ -29189,7 +29190,7 @@ class Kne {
29189
29190
  })) : [];
29190
29191
  return y.concat(...x);
29191
29192
  });
29192
- oe(this, "handleMouseMove", (t, n) => {
29193
+ ae(this, "handleMouseMove", (t, n) => {
29193
29194
  const {
29194
29195
  allowSelection: r,
29195
29196
  select: i,
@@ -29210,11 +29211,11 @@ class Kne {
29210
29211
  })
29211
29212
  };
29212
29213
  });
29213
- oe(this, "onMouseMove", rs(this.handleMouseMove, Yne, {
29214
+ ae(this, "onMouseMove", rs(this.handleMouseMove, Yne, {
29214
29215
  leading: !0,
29215
29216
  trailing: !1
29216
29217
  }));
29217
- oe(this, "onMouseUp", (t, n) => {
29218
+ ae(this, "onMouseUp", (t, n) => {
29218
29219
  const {
29219
29220
  activateSelectedData: r,
29220
29221
  allowSelection: i,
@@ -30597,19 +30598,19 @@ function Tre() {
30597
30598
  return OE || (OE = 1, process.env.NODE_ENV !== "production" && function() {
30598
30599
  var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), o = Symbol.for("react.context"), s = Symbol.for("react.server_context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), g = !1, m = !1, y = !1, x = !1, v = !1, _;
30599
30600
  _ = Symbol.for("react.module.reference");
30600
- function w(ae) {
30601
- return !!(typeof ae == "string" || typeof ae == "function" || ae === n || ae === i || v || ae === r || ae === c || ae === u || x || ae === h || g || m || y || typeof ae == "object" && ae !== null && (ae.$$typeof === f || ae.$$typeof === d || ae.$$typeof === a || ae.$$typeof === o || ae.$$typeof === l || // This needs to include all possible module reference object
30601
+ function w(oe) {
30602
+ return !!(typeof oe == "string" || typeof oe == "function" || oe === n || oe === i || v || oe === r || oe === c || oe === u || x || oe === h || g || m || y || typeof oe == "object" && oe !== null && (oe.$$typeof === f || oe.$$typeof === d || oe.$$typeof === a || oe.$$typeof === o || oe.$$typeof === l || // This needs to include all possible module reference object
30602
30603
  // types supported by any Flight configuration anywhere since
30603
30604
  // we don't know which Flight build this will end up being used
30604
30605
  // with.
30605
- ae.$$typeof === _ || ae.getModuleId !== void 0));
30606
+ oe.$$typeof === _ || oe.getModuleId !== void 0));
30606
30607
  }
30607
- function b(ae) {
30608
- if (typeof ae == "object" && ae !== null) {
30609
- var xe = ae.$$typeof;
30608
+ function b(oe) {
30609
+ if (typeof oe == "object" && oe !== null) {
30610
+ var xe = oe.$$typeof;
30610
30611
  switch (xe) {
30611
30612
  case e:
30612
- var Le = ae.type;
30613
+ var Le = oe.type;
30613
30614
  switch (Le) {
30614
30615
  case n:
30615
30616
  case i:
@@ -30637,47 +30638,47 @@ function Tre() {
30637
30638
  }
30638
30639
  }
30639
30640
  var S = o, C = a, E = e, A = l, k = n, T = f, D = d, j = t, P = i, M = r, W = c, G = u, B = !1, $ = !1;
30640
- function F(ae) {
30641
+ function F(oe) {
30641
30642
  return B || (B = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
30642
30643
  }
30643
- function z(ae) {
30644
+ function z(oe) {
30644
30645
  return $ || ($ = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
30645
30646
  }
30646
- function Q(ae) {
30647
- return b(ae) === o;
30647
+ function Q(oe) {
30648
+ return b(oe) === o;
30648
30649
  }
30649
- function re(ae) {
30650
- return b(ae) === a;
30650
+ function re(oe) {
30651
+ return b(oe) === a;
30651
30652
  }
30652
- function ne(ae) {
30653
- return typeof ae == "object" && ae !== null && ae.$$typeof === e;
30653
+ function ne(oe) {
30654
+ return typeof oe == "object" && oe !== null && oe.$$typeof === e;
30654
30655
  }
30655
- function te(ae) {
30656
- return b(ae) === l;
30656
+ function te(oe) {
30657
+ return b(oe) === l;
30657
30658
  }
30658
- function de(ae) {
30659
- return b(ae) === n;
30659
+ function de(oe) {
30660
+ return b(oe) === n;
30660
30661
  }
30661
- function se(ae) {
30662
- return b(ae) === f;
30662
+ function se(oe) {
30663
+ return b(oe) === f;
30663
30664
  }
30664
- function ue(ae) {
30665
- return b(ae) === d;
30665
+ function ue(oe) {
30666
+ return b(oe) === d;
30666
30667
  }
30667
- function V(ae) {
30668
- return b(ae) === t;
30668
+ function V(oe) {
30669
+ return b(oe) === t;
30669
30670
  }
30670
- function Z(ae) {
30671
- return b(ae) === i;
30671
+ function Z(oe) {
30672
+ return b(oe) === i;
30672
30673
  }
30673
- function he(ae) {
30674
- return b(ae) === r;
30674
+ function he(oe) {
30675
+ return b(oe) === r;
30675
30676
  }
30676
- function I(ae) {
30677
- return b(ae) === c;
30677
+ function I(oe) {
30678
+ return b(oe) === c;
30678
30679
  }
30679
- function Ee(ae) {
30680
- return b(ae) === u;
30680
+ function Ee(oe) {
30681
+ return b(oe) === u;
30681
30682
  }
30682
30683
  Ze.ContextConsumer = S, Ze.ContextProvider = C, Ze.Element = E, Ze.ForwardRef = A, Ze.Fragment = k, Ze.Lazy = T, Ze.Memo = D, Ze.Portal = j, Ze.Profiler = P, Ze.StrictMode = M, Ze.Suspense = W, Ze.SuspenseList = G, Ze.isAsyncMode = F, Ze.isConcurrentMode = z, Ze.isContextConsumer = Q, Ze.isContextProvider = re, Ze.isElement = ne, Ze.isForwardRef = te, Ze.isFragment = de, Ze.isLazy = se, Ze.isMemo = ue, Ze.isPortal = V, Ze.isProfiler = Z, Ze.isStrictMode = he, Ze.isSuspense = I, Ze.isSuspenseList = Ee, Ze.isValidElementType = w, Ze.typeOf = b;
30683
30684
  }()), Ze;
@@ -31375,8 +31376,8 @@ function Oie(e) {
31375
31376
  }
31376
31377
  class Tie {
31377
31378
  constructor(t) {
31378
- oe(this, "value");
31379
- oe(this, "next");
31379
+ ae(this, "value");
31380
+ ae(this, "next");
31380
31381
  this.value = t;
31381
31382
  }
31382
31383
  }
@@ -35041,7 +35042,7 @@ function Eae(e) {
35041
35042
  const Ee = await i(he, D.signal);
35042
35043
  te(I, Ee), Z.push(he);
35043
35044
  } catch (Ee) {
35044
- const { genericErrors: ae, fieldErrors: xe } = c(Ee), Le = [...ae, ...xe.filter((be) => be.message)];
35045
+ const { genericErrors: oe, fieldErrors: xe } = c(Ee), Le = [...oe, ...xe.filter((be) => be.message)];
35045
35046
  de(I, Le, Ee);
35046
35047
  } finally {
35047
35048
  D.signal.aborted || C(++V);
@@ -36532,7 +36533,7 @@ function Zae(e = {}) {
36532
36533
  isSubmitSuccessful: N.keepIsSubmitSuccessful ? n.isSubmitSuccessful : !1,
36533
36534
  isSubmitting: !1
36534
36535
  });
36535
- }, ae = (R, N) => Ee(Lr(R) ? R(a) : R, N);
36536
+ }, oe = (R, N) => Ee(Lr(R) ? R(a) : R, N);
36536
36537
  return {
36537
36538
  control: {
36538
36539
  register: ue,
@@ -36550,7 +36551,7 @@ function Zae(e = {}) {
36550
36551
  _getFieldArray: P,
36551
36552
  _reset: Ee,
36552
36553
  _resetDefaultValues: () => Lr(t.defaultValues) && t.defaultValues().then((R) => {
36553
- ae(R, t.resetOptions), d.state.next({
36554
+ oe(R, t.resetOptions), d.state.next({
36554
36555
  isLoading: !1
36555
36556
  });
36556
36557
  }),
@@ -36607,7 +36608,7 @@ function Zae(e = {}) {
36607
36608
  watch: te,
36608
36609
  setValue: G,
36609
36610
  getValues: z,
36610
- reset: ae,
36611
+ reset: oe,
36611
36612
  resetField: I,
36612
36613
  clearErrors: re,
36613
36614
  unregister: de,
@@ -42378,7 +42379,7 @@ function FM() {
42378
42379
  }), D(), M.current.value = null, M.current.click());
42379
42380
  }, [$, D, j, x, Z, de, T, s]), Ee = J(function(U) {
42380
42381
  !P.current || !P.current.isEqualNode(U.target) || (U.key === " " || U.key === "Enter" || U.keyCode === 32 || U.keyCode === 13) && (U.preventDefault(), I());
42381
- }, [P, I]), ae = J(function() {
42382
+ }, [P, I]), oe = J(function() {
42382
42383
  $({
42383
42384
  type: "focus"
42384
42385
  });
@@ -42401,7 +42402,7 @@ function FM() {
42401
42402
  var U = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, ie = U.refKey, Ce = ie === void 0 ? "ref" : ie, Te = U.role, ze = U.onKeyDown, et = U.onFocus, pt = U.onBlur, Mt = U.onClick, Tt = U.onDragEnter, Ct = U.onDragOver, Vt = U.onDragLeave, $e = U.onDrop, vt = Ld(U, Nce);
42402
42403
  return mt(mt(Hv({
42403
42404
  onKeyDown: R(Dr(ze, Ee)),
42404
- onFocus: R(Dr(et, ae)),
42405
+ onFocus: R(Dr(et, oe)),
42405
42406
  onBlur: R(Dr(pt, xe)),
42406
42407
  onClick: be(Dr(Mt, Le)),
42407
42408
  onDragEnter: N(Dr(Tt, se)),
@@ -42413,7 +42414,7 @@ function FM() {
42413
42414
  tabIndex: 0
42414
42415
  } : {}), vt);
42415
42416
  };
42416
- }, [P, Ee, ae, xe, Le, se, ue, V, he, b, S, r]), le = J(function(U) {
42417
+ }, [P, Ee, oe, xe, Le, se, ue, V, he, b, S, r]), le = J(function(U) {
42417
42418
  U.stopPropagation();
42418
42419
  }, []), ee = fe(function() {
42419
42420
  return function() {