dynamic-mui 2.0.13 → 2.0.15

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.
@@ -1,5 +1,5 @@
1
1
  import * as S from "react";
2
- import $t, { isValidElement as Lv, cloneElement as $v, Children as Gte, createElement as nu, useRef as Ja, useEffect as Gi, useCallback as du, useMemo as Hh, useReducer as Wte, useState as Ci, useLayoutEffect as Kte, Component as Yte } from "react";
2
+ import $t, { isValidElement as Lv, cloneElement as $v, Children as Gte, createElement as nu, useRef as Ja, useEffect as Oi, useCallback as du, useMemo as Hh, useReducer as Wte, useState as Ci, useLayoutEffect as Kte, Component as Yte } from "react";
3
3
  import { Box as To, Icon as Ms, InputAdornment as gE, Stepper as Zte, Step as Xte, StepLabel as Qte, Typography as il, StepContent as Jte, Button as Cf, List as ene, ListItem as tne, ListItemIcon as nne, ListItemText as rne, Stack as Gz, TextField as ax, IconButton as Wz, Accordion as Kz, AccordionSummary as Yz, AccordionDetails as Zz, CircularProgress as one, Paper as ine, Tabs as sne, Tab as ane, Link as lne, Grid as nT } from "@mui/material";
4
4
  import cne from "@emotion/styled";
5
5
  import { Global as une, ThemeContext as dne, keyframes as Ls, css as Ru } from "@emotion/react";
@@ -1957,12 +1957,12 @@ const Are = jr({
1957
1957
  transform: lf
1958
1958
  });
1959
1959
  P0(Are, Dre, _re);
1960
- function zi(e) {
1960
+ function qi(e) {
1961
1961
  return e <= 1 && e !== 0 ? `${e * 100}%` : e;
1962
1962
  }
1963
1963
  const Nre = jr({
1964
1964
  prop: "width",
1965
- transform: zi
1965
+ transform: qi
1966
1966
  }), SE = (e) => {
1967
1967
  if (e.maxWidth !== void 0 && e.maxWidth !== null) {
1968
1968
  const t = (r) => {
@@ -1972,7 +1972,7 @@ const Nre = jr({
1972
1972
  } : {
1973
1973
  maxWidth: o
1974
1974
  } : {
1975
- maxWidth: zi(r)
1975
+ maxWidth: qi(r)
1976
1976
  };
1977
1977
  };
1978
1978
  return al(e, e.maxWidth, t);
@@ -1982,26 +1982,26 @@ const Nre = jr({
1982
1982
  SE.filterProps = ["maxWidth"];
1983
1983
  const Fre = jr({
1984
1984
  prop: "minWidth",
1985
- transform: zi
1985
+ transform: qi
1986
1986
  }), Lre = jr({
1987
1987
  prop: "height",
1988
- transform: zi
1988
+ transform: qi
1989
1989
  }), $re = jr({
1990
1990
  prop: "maxHeight",
1991
- transform: zi
1991
+ transform: qi
1992
1992
  }), jre = jr({
1993
1993
  prop: "minHeight",
1994
- transform: zi
1994
+ transform: qi
1995
1995
  });
1996
1996
  jr({
1997
1997
  prop: "size",
1998
1998
  cssProperty: "width",
1999
- transform: zi
1999
+ transform: qi
2000
2000
  });
2001
2001
  jr({
2002
2002
  prop: "size",
2003
2003
  cssProperty: "height",
2004
- transform: zi
2004
+ transform: qi
2005
2005
  });
2006
2006
  const Bre = jr({
2007
2007
  prop: "boxSizing"
@@ -2252,22 +2252,22 @@ const Tm = {
2252
2252
  },
2253
2253
  // sizing
2254
2254
  width: {
2255
- transform: zi
2255
+ transform: qi
2256
2256
  },
2257
2257
  maxWidth: {
2258
2258
  style: SE
2259
2259
  },
2260
2260
  minWidth: {
2261
- transform: zi
2261
+ transform: qi
2262
2262
  },
2263
2263
  height: {
2264
- transform: zi
2264
+ transform: qi
2265
2265
  },
2266
2266
  maxHeight: {
2267
- transform: zi
2267
+ transform: qi
2268
2268
  },
2269
2269
  minHeight: {
2270
- transform: zi
2270
+ transform: qi
2271
2271
  },
2272
2272
  boxSizing: {},
2273
2273
  // typography
@@ -6379,7 +6379,7 @@ B0.muiName = "Input";
6379
6379
  function Vie(e) {
6380
6380
  return Qe("MuiFilledInput", e);
6381
6381
  }
6382
- const Vi = {
6382
+ const Hi = {
6383
6383
  ...wo,
6384
6384
  ...Ye("MuiFilledInput", ["root", "underline", "input", "adornedStart", "adornedEnd", "sizeSmall", "multiline", "hiddenLabel"])
6385
6385
  };
@@ -6634,7 +6634,7 @@ function Nq(e, t, r, o, i) {
6634
6634
  const s = i || t;
6635
6635
  return typeof e[t] < "u" ? new Error(`The prop \`${s}\` is not supported. Please remove it.`) : null;
6636
6636
  }
6637
- function Oi(e) {
6637
+ function Pi(e) {
6638
6638
  const {
6639
6639
  controlled: t,
6640
6640
  default: r,
@@ -6767,10 +6767,10 @@ const Gie = (e) => {
6767
6767
  backgroundColor: e.vars ? e.vars.palette.FilledInput.bg : o
6768
6768
  }
6769
6769
  },
6770
- [`&.${Vi.focused}`]: {
6770
+ [`&.${Hi.focused}`]: {
6771
6771
  backgroundColor: e.vars ? e.vars.palette.FilledInput.bg : o
6772
6772
  },
6773
- [`&.${Vi.disabled}`]: {
6773
+ [`&.${Hi.disabled}`]: {
6774
6774
  backgroundColor: e.vars ? e.vars.palette.FilledInput.disabledBg : s
6775
6775
  },
6776
6776
  variants: [{
@@ -6792,12 +6792,12 @@ const Gie = (e) => {
6792
6792
  pointerEvents: "none"
6793
6793
  // Transparent to the hover style.
6794
6794
  },
6795
- [`&.${Vi.focused}:after`]: {
6795
+ [`&.${Hi.focused}:after`]: {
6796
6796
  // translateX(0) is a workaround for Safari transform scale bug
6797
6797
  // See https://github.com/mui/material-ui/issues/31766
6798
6798
  transform: "scaleX(1) translateX(0)"
6799
6799
  },
6800
- [`&.${Vi.error}`]: {
6800
+ [`&.${Hi.error}`]: {
6801
6801
  "&::before, &::after": {
6802
6802
  borderBottomColor: (e.vars || e).palette.error.main
6803
6803
  }
@@ -6815,10 +6815,10 @@ const Gie = (e) => {
6815
6815
  pointerEvents: "none"
6816
6816
  // Transparent to the hover style.
6817
6817
  },
6818
- [`&:hover:not(.${Vi.disabled}, .${Vi.error}):before`]: {
6818
+ [`&:hover:not(.${Hi.disabled}, .${Hi.error}):before`]: {
6819
6819
  borderBottom: `1px solid ${(e.vars || e).palette.text.primary}`
6820
6820
  },
6821
- [`&.${Vi.disabled}:before`]: {
6821
+ [`&.${Hi.disabled}:before`]: {
6822
6822
  borderBottomStyle: "dotted"
6823
6823
  }
6824
6824
  }
@@ -12485,11 +12485,11 @@ const Pae = (e) => {
12485
12485
  value: q,
12486
12486
  variant: U = "standard",
12487
12487
  ...V
12488
- } = t, [L, G] = Oi({
12488
+ } = t, [L, G] = Pi({
12489
12489
  controlled: q,
12490
12490
  default: d,
12491
12491
  name: "Select"
12492
- }), [Z, X] = Oi({
12492
+ }), [Z, X] = Pi({
12493
12493
  controlled: F,
12494
12494
  default: u,
12495
12495
  name: "Select"
@@ -13517,7 +13517,7 @@ function Fae() {
13517
13517
  ["partial", P],
13518
13518
  ["partialRight", k],
13519
13519
  ["rearg", _]
13520
- ], J = "[object Arguments]", te = "[object Array]", ce = "[object AsyncFunction]", me = "[object Boolean]", re = "[object Date]", se = "[object DOMException]", le = "[object Error]", Q = "[object Function]", Ce = "[object GeneratorFunction]", ge = "[object Map]", Se = "[object Number]", xe = "[object Null]", W = "[object Object]", K = "[object Promise]", ne = "[object Proxy]", ae = "[object RegExp]", de = "[object Set]", pe = "[object String]", Pe = "[object Symbol]", Me = "[object Undefined]", ze = "[object WeakMap]", Ge = "[object WeakSet]", ct = "[object ArrayBuffer]", vt = "[object DataView]", Fe = "[object Float32Array]", Ze = "[object Float64Array]", Ae = "[object Int8Array]", Xe = "[object Int16Array]", it = "[object Int32Array]", gt = "[object Uint8Array]", Ft = "[object Uint8ClampedArray]", ln = "[object Uint16Array]", xt = "[object Uint32Array]", et = /\b__p \+= '';/g, bt = /\b(__p \+=) '' \+/g, Ht = /(__e\(.*?\)|\b__t\)) \+\n'';/g, xn = /&(?:amp|lt|gt|quot|#39);/g, un = /[&<>"']/g, Ar = RegExp(xn.source), ir = RegExp(un.source), Br = /<%-([\s\S]+?)%>/g, Vr = /<%([\s\S]+?)%>/g, ht = /<%=([\s\S]+?)%>/g, Sn = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, pt = /^\w*$/, Pt = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Wt = /[\\^$.*+?()[\]{}|]/g, Jt = RegExp(Wt.source), Tn = /^\s+/, Yr = /\s/, Go = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, ki = /\{\n\/\* \[wrapped with (.+)\] \*/, la = /,? & /, Ri = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, vr = /[()=,{}\[\]\/\s]/, Pr = /\\(\\)?/g, ns = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, vl = /\w*$/, _a = /^[-+]0x[0-9a-f]+$/i, xl = /^0b[01]+$/i, $e = /^\[object .+?Constructor\]$/, Ne = /^0o[0-7]+$/i, at = /^(?:0|[1-9]\d*)$/, _t = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Et = /($^)/, qe = /['\n\r\u2028\u2029\\]/g, Vn = "\\ud800-\\udfff", ao = "\\u0300-\\u036f", vo = "\\ufe20-\\ufe2f", Mi = "\\u20d0-\\u20ff", Tc = ao + vo + Mi, Oc = "\\u2700-\\u27bf", hn = "a-z\\xdf-\\xf6\\xf8-\\xff", sr = "\\xac\\xb1\\xd7\\xf7", Ai = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", di = "\\u2000-\\u206f", Zu = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Sl = "A-Z\\xc0-\\xd6\\xd8-\\xde", Na = "\\ufe0e\\ufe0f", mA = sr + Ai + di + Zu, GC = "['’]", GK = "[" + Vn + "]", gA = "[" + mA + "]", vg = "[" + Tc + "]", bA = "\\d+", WK = "[" + Oc + "]", yA = "[" + hn + "]", vA = "[^" + Vn + mA + bA + Oc + hn + Sl + "]", WC = "\\ud83c[\\udffb-\\udfff]", KK = "(?:" + vg + "|" + WC + ")", xA = "[^" + Vn + "]", KC = "(?:\\ud83c[\\udde6-\\uddff]){2}", YC = "[\\ud800-\\udbff][\\udc00-\\udfff]", Xu = "[" + Sl + "]", SA = "\\u200d", CA = "(?:" + yA + "|" + vA + ")", YK = "(?:" + Xu + "|" + vA + ")", wA = "(?:" + GC + "(?:d|ll|m|re|s|t|ve))?", TA = "(?:" + GC + "(?:D|LL|M|RE|S|T|VE))?", OA = KK + "?", PA = "[" + Na + "]?", ZK = "(?:" + SA + "(?:" + [xA, KC, YC].join("|") + ")" + PA + OA + ")*", XK = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", QK = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", EA = PA + OA + ZK, JK = "(?:" + [WK, KC, YC].join("|") + ")" + EA, eY = "(?:" + [xA + vg + "?", vg, KC, YC, GK].join("|") + ")", tY = RegExp(GC, "g"), nY = RegExp(vg, "g"), ZC = RegExp(WC + "(?=" + WC + ")|" + eY + EA, "g"), rY = RegExp([
13520
+ ], J = "[object Arguments]", te = "[object Array]", ce = "[object AsyncFunction]", me = "[object Boolean]", re = "[object Date]", se = "[object DOMException]", le = "[object Error]", Q = "[object Function]", Ce = "[object GeneratorFunction]", ge = "[object Map]", Se = "[object Number]", xe = "[object Null]", W = "[object Object]", K = "[object Promise]", ne = "[object Proxy]", ae = "[object RegExp]", de = "[object Set]", pe = "[object String]", Pe = "[object Symbol]", Me = "[object Undefined]", ze = "[object WeakMap]", Ge = "[object WeakSet]", ct = "[object ArrayBuffer]", vt = "[object DataView]", Fe = "[object Float32Array]", Ze = "[object Float64Array]", Ae = "[object Int8Array]", Xe = "[object Int16Array]", it = "[object Int32Array]", gt = "[object Uint8Array]", Ft = "[object Uint8ClampedArray]", ln = "[object Uint16Array]", xt = "[object Uint32Array]", et = /\b__p \+= '';/g, bt = /\b(__p \+=) '' \+/g, Ht = /(__e\(.*?\)|\b__t\)) \+\n'';/g, xn = /&(?:amp|lt|gt|quot|#39);/g, un = /[&<>"']/g, Ar = RegExp(xn.source), ir = RegExp(un.source), Br = /<%-([\s\S]+?)%>/g, Vr = /<%([\s\S]+?)%>/g, ht = /<%=([\s\S]+?)%>/g, Sn = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, pt = /^\w*$/, Pt = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Wt = /[\\^$.*+?()[\]{}|]/g, Jt = RegExp(Wt.source), Tn = /^\s+/, Yr = /\s/, Go = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Ri = /\{\n\/\* \[wrapped with (.+)\] \*/, la = /,? & /, Mi = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, vr = /[()=,{}\[\]\/\s]/, Pr = /\\(\\)?/g, ns = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, vl = /\w*$/, _a = /^[-+]0x[0-9a-f]+$/i, xl = /^0b[01]+$/i, $e = /^\[object .+?Constructor\]$/, Ne = /^0o[0-7]+$/i, at = /^(?:0|[1-9]\d*)$/, _t = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Et = /($^)/, qe = /['\n\r\u2028\u2029\\]/g, Vn = "\\ud800-\\udfff", ao = "\\u0300-\\u036f", vo = "\\ufe20-\\ufe2f", Ai = "\\u20d0-\\u20ff", Tc = ao + vo + Ai, Oc = "\\u2700-\\u27bf", hn = "a-z\\xdf-\\xf6\\xf8-\\xff", sr = "\\xac\\xb1\\xd7\\xf7", Di = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", di = "\\u2000-\\u206f", Zu = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Sl = "A-Z\\xc0-\\xd6\\xd8-\\xde", Na = "\\ufe0e\\ufe0f", mA = sr + Di + di + Zu, GC = "['’]", GK = "[" + Vn + "]", gA = "[" + mA + "]", vg = "[" + Tc + "]", bA = "\\d+", WK = "[" + Oc + "]", yA = "[" + hn + "]", vA = "[^" + Vn + mA + bA + Oc + hn + Sl + "]", WC = "\\ud83c[\\udffb-\\udfff]", KK = "(?:" + vg + "|" + WC + ")", xA = "[^" + Vn + "]", KC = "(?:\\ud83c[\\udde6-\\uddff]){2}", YC = "[\\ud800-\\udbff][\\udc00-\\udfff]", Xu = "[" + Sl + "]", SA = "\\u200d", CA = "(?:" + yA + "|" + vA + ")", YK = "(?:" + Xu + "|" + vA + ")", wA = "(?:" + GC + "(?:d|ll|m|re|s|t|ve))?", TA = "(?:" + GC + "(?:D|LL|M|RE|S|T|VE))?", OA = KK + "?", PA = "[" + Na + "]?", ZK = "(?:" + SA + "(?:" + [xA, KC, YC].join("|") + ")" + PA + OA + ")*", XK = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", QK = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", EA = PA + OA + ZK, JK = "(?:" + [WK, KC, YC].join("|") + ")" + EA, eY = "(?:" + [xA + vg + "?", vg, KC, YC, GK].join("|") + ")", tY = RegExp(GC, "g"), nY = RegExp(vg, "g"), ZC = RegExp(WC + "(?=" + WC + ")|" + eY + EA, "g"), rY = RegExp([
13521
13521
  Xu + "?" + yA + "+" + wA + "(?=" + [gA, Xu, "$"].join("|") + ")",
13522
13522
  YK + "+" + TA + "(?=" + [gA, Xu + CA, "$"].join("|") + ")",
13523
13523
  Xu + "?" + CA + "+" + wA,
@@ -13780,7 +13780,7 @@ function Fae() {
13780
13780
  } catch {
13781
13781
  }
13782
13782
  })(), RA = rs && rs.isArrayBuffer, MA = rs && rs.isDate, AA = rs && rs.isMap, DA = rs && rs.isRegExp, _A = rs && rs.isSet, NA = rs && rs.isTypedArray;
13783
- function Di(we, je, _e) {
13783
+ function _i(we, je, _e) {
13784
13784
  switch (_e.length) {
13785
13785
  case 0:
13786
13786
  return we.call(je);
@@ -13866,7 +13866,7 @@ function Fae() {
13866
13866
  return we.split("");
13867
13867
  }
13868
13868
  function xY(we) {
13869
- return we.match(Ri) || [];
13869
+ return we.match(Mi) || [];
13870
13870
  }
13871
13871
  function LA(we, je, _e) {
13872
13872
  var St;
@@ -13938,7 +13938,7 @@ function Fae() {
13938
13938
  function VA(we) {
13939
13939
  return we && we.slice(0, UA(we) + 1).replace(Tn, "");
13940
13940
  }
13941
- function _i(we) {
13941
+ function Ni(we) {
13942
13942
  return function(je) {
13943
13943
  return we(je);
13944
13944
  };
@@ -14159,11 +14159,11 @@ function Fae() {
14159
14159
  for (; Oe-- && mt < It; ) {
14160
14160
  Ue += x;
14161
14161
  for (var on = -1, Bt = m[Ue]; ++on < Je; ) {
14162
- var dn = We[on], yn = dn.iteratee, Li = dn.type, Yo = yn(Bt);
14163
- if (Li == H)
14162
+ var dn = We[on], yn = dn.iteratee, $i = dn.type, Yo = yn(Bt);
14163
+ if ($i == H)
14164
14164
  Bt = Yo;
14165
14165
  else if (!Yo) {
14166
- if (Li == j)
14166
+ if ($i == j)
14167
14167
  continue e;
14168
14168
  break e;
14169
14169
  }
@@ -14427,7 +14427,7 @@ function Fae() {
14427
14427
  var Y = -1, oe = xg, he = !0, ve = m.length, Oe = [], Ue = x.length;
14428
14428
  if (!ve)
14429
14429
  return Oe;
14430
- R && (x = fr(x, _i(R))), z ? (oe = JC, he = !1) : x.length >= i && (oe = Cp, he = !1, x = new kc(x));
14430
+ R && (x = fr(x, Ni(R))), z ? (oe = JC, he = !1) : x.length >= i && (oe = Cp, he = !1, x = new kc(x));
14431
14431
  e:
14432
14432
  for (; ++Y < ve; ) {
14433
14433
  var We = m[Y], Je = R == null ? We : R(We);
@@ -14450,7 +14450,7 @@ function Fae() {
14450
14450
  function $g(m, x, R) {
14451
14451
  for (var z = -1, Y = m.length; ++z < Y; ) {
14452
14452
  var oe = m[z], he = x(oe);
14453
- if (he != null && (ve === r ? he === he && !Fi(he) : R(he, ve)))
14453
+ if (he != null && (ve === r ? he === he && !Li(he) : R(he, ve)))
14454
14454
  var ve = he, Oe = oe;
14455
14455
  }
14456
14456
  return Oe;
@@ -14515,7 +14515,7 @@ function Fae() {
14515
14515
  function bw(m, x, R) {
14516
14516
  for (var z = R ? JC : xg, Y = m[0].length, oe = m.length, he = oe, ve = _e(oe), Oe = 1 / 0, Ue = []; he--; ) {
14517
14517
  var We = m[he];
14518
- he && x && (We = fr(We, _i(x))), Oe = Io(We.length, Oe), ve[he] = !R && (x || Y >= 120 && We.length >= 120) ? new kc(he && We) : r;
14518
+ he && x && (We = fr(We, Ni(x))), Oe = Io(We.length, Oe), ve[he] = !R && (x || Y >= 120 && We.length >= 120) ? new kc(he && We) : r;
14519
14519
  }
14520
14520
  We = m[0];
14521
14521
  var Je = -1, mt = ve[0];
@@ -14541,7 +14541,7 @@ function Fae() {
14541
14541
  function Rp(m, x, R) {
14542
14542
  x = Il(x, m), m = YD(m, x);
14543
14543
  var z = m == null ? m : m[da(cs(x))];
14544
- return z == null ? r : Di(z, m, R);
14544
+ return z == null ? r : _i(z, m, R);
14545
14545
  }
14546
14546
  function cD(m) {
14547
14547
  return Er(m) && Wo(m) == J;
@@ -14693,7 +14693,7 @@ function Fae() {
14693
14693
  } : oe;
14694
14694
  }) : x = [mi];
14695
14695
  var z = -1;
14696
- x = fr(x, _i(Lt()));
14696
+ x = fr(x, Ni(Lt()));
14697
14697
  var Y = fD(m, function(oe, he, ve) {
14698
14698
  var Oe = fr(x, function(Ue) {
14699
14699
  return Ue(oe);
@@ -14723,7 +14723,7 @@ function Fae() {
14723
14723
  }
14724
14724
  function Sw(m, x, R, z) {
14725
14725
  var Y = z ? SY : Qu, oe = -1, he = x.length, ve = m;
14726
- for (m === x && (x = fi(x)), R && (ve = fr(m, _i(R))); ++oe < he; )
14726
+ for (m === x && (x = fi(x)), R && (ve = fr(m, Ni(R))); ++oe < he; )
14727
14727
  for (var Oe = 0, Ue = x[oe], We = R ? R(Ue) : Ue; (Oe = Y(ve, We, Oe, z)) > -1; )
14728
14728
  ve !== m && Rg.call(ve, Oe, 1), Rg.call(m, Oe, 1);
14729
14729
  return m;
@@ -14812,7 +14812,7 @@ function Fae() {
14812
14812
  if (typeof x == "number" && x === x && Y <= Z) {
14813
14813
  for (; z < Y; ) {
14814
14814
  var oe = z + Y >>> 1, he = m[oe];
14815
- he !== null && !Fi(he) && (R ? he <= x : he < x) ? z = oe + 1 : Y = oe;
14815
+ he !== null && !Li(he) && (R ? he <= x : he < x) ? z = oe + 1 : Y = oe;
14816
14816
  }
14817
14817
  return Y;
14818
14818
  }
@@ -14823,8 +14823,8 @@ function Fae() {
14823
14823
  if (oe === 0)
14824
14824
  return 0;
14825
14825
  x = R(x);
14826
- for (var he = x !== x, ve = x === null, Oe = Fi(x), Ue = x === r; Y < oe; ) {
14827
- var We = Dg((Y + oe) / 2), Je = R(m[We]), mt = Je !== r, It = Je === null, jt = Je === Je, on = Fi(Je);
14826
+ for (var he = x !== x, ve = x === null, Oe = Li(x), Ue = x === r; Y < oe; ) {
14827
+ var We = Dg((Y + oe) / 2), Je = R(m[We]), mt = Je !== r, It = Je === null, jt = Je === Je, on = Li(Je);
14828
14828
  if (he)
14829
14829
  var Bt = z || jt;
14830
14830
  else Ue ? Bt = jt && (z || mt) : ve ? Bt = jt && mt && (z || !It) : Oe ? Bt = jt && mt && !It && (z || !on) : It || on ? Bt = !1 : Bt = z ? Je <= x : Je < x;
@@ -14843,14 +14843,14 @@ function Fae() {
14843
14843
  return oe;
14844
14844
  }
14845
14845
  function SD(m) {
14846
- return typeof m == "number" ? m : Fi(m) ? V : +m;
14846
+ return typeof m == "number" ? m : Li(m) ? V : +m;
14847
14847
  }
14848
- function Ni(m) {
14848
+ function Fi(m) {
14849
14849
  if (typeof m == "string")
14850
14850
  return m;
14851
14851
  if (Qt(m))
14852
- return fr(m, Ni) + "";
14853
- if (Fi(m))
14852
+ return fr(m, Fi) + "";
14853
+ if (Li(m))
14854
14854
  return JA ? JA.call(m) : "";
14855
14855
  var x = m + "";
14856
14856
  return x == "0" && 1 / m == -B ? "-0" : x;
@@ -14972,7 +14972,7 @@ function Fae() {
14972
14972
  }
14973
14973
  function ID(m, x) {
14974
14974
  if (m !== x) {
14975
- var R = m !== r, z = m === null, Y = m === m, oe = Fi(m), he = x !== r, ve = x === null, Oe = x === x, Ue = Fi(x);
14975
+ var R = m !== r, z = m === null, Y = m === m, oe = Li(m), he = x !== r, ve = x === null, Oe = x === x, Ue = Li(x);
14976
14976
  if (!ve && !Ue && !oe && m > x || oe && he && Oe && !ve && !Ue || z && he && Oe || !R && Oe || !Y)
14977
14977
  return 1;
14978
14978
  if (!z && !oe && !Ue && m < x || Ue && R && Y && !z && !oe || ve && R && Y || !he && Y || !Oe)
@@ -15133,7 +15133,7 @@ function Fae() {
15133
15133
  R - oe
15134
15134
  );
15135
15135
  var We = this && this !== xo && this instanceof Y ? z : m;
15136
- return Di(We, this, he);
15136
+ return _i(We, this, he);
15137
15137
  }
15138
15138
  return Y;
15139
15139
  }
@@ -15178,11 +15178,11 @@ function Fae() {
15178
15178
  function qg(m, x, R, z, Y, oe, he, ve, Oe, Ue) {
15179
15179
  var We = x & M, Je = x & y, mt = x & v, It = x & (O | T), jt = x & D, on = mt ? r : Dp(m);
15180
15180
  function Bt() {
15181
- for (var dn = arguments.length, yn = _e(dn), Li = dn; Li--; )
15182
- yn[Li] = arguments[Li];
15181
+ for (var dn = arguments.length, yn = _e(dn), $i = dn; $i--; )
15182
+ yn[$i] = arguments[$i];
15183
15183
  if (It)
15184
- var Yo = ld(Bt), $i = TY(yn, Yo);
15185
- if (z && (yn = kD(yn, z, Y, It)), oe && (yn = RD(yn, oe, he, It)), dn -= $i, It && dn < Ue) {
15184
+ var Yo = ld(Bt), ji = TY(yn, Yo);
15185
+ if (z && (yn = kD(yn, z, Y, It)), oe && (yn = RD(yn, oe, he, It)), dn -= ji, It && dn < Ue) {
15186
15186
  var _r = Tl(yn, Yo);
15187
15187
  return $D(
15188
15188
  m,
@@ -15215,23 +15215,23 @@ function Fae() {
15215
15215
  if (R !== r && (Y = R), z !== r) {
15216
15216
  if (Y === r)
15217
15217
  return z;
15218
- typeof R == "string" || typeof z == "string" ? (R = Ni(R), z = Ni(z)) : (R = SD(R), z = SD(z)), Y = m(R, z);
15218
+ typeof R == "string" || typeof z == "string" ? (R = Fi(R), z = Fi(z)) : (R = SD(R), z = SD(z)), Y = m(R, z);
15219
15219
  }
15220
15220
  return Y;
15221
15221
  };
15222
15222
  }
15223
15223
  function Rw(m) {
15224
15224
  return Ba(function(x) {
15225
- return x = fr(x, _i(Lt())), cn(function(R) {
15225
+ return x = fr(x, Ni(Lt())), cn(function(R) {
15226
15226
  var z = this;
15227
15227
  return m(x, function(Y) {
15228
- return Di(Y, z, R);
15228
+ return _i(Y, z, R);
15229
15229
  });
15230
15230
  });
15231
15231
  });
15232
15232
  }
15233
15233
  function Gg(m, x) {
15234
- x = x === r ? " " : Ni(x);
15234
+ x = x === r ? " " : Fi(x);
15235
15235
  var R = x.length;
15236
15236
  if (R < 2)
15237
15237
  return R ? ww(x, m) : x;
@@ -15245,7 +15245,7 @@ function Fae() {
15245
15245
  Je[Ue] = z[Ue];
15246
15246
  for (; Oe--; )
15247
15247
  Je[Ue++] = arguments[++ve];
15248
- return Di(mt, Y ? R : this, Je);
15248
+ return _i(mt, Y ? R : this, Je);
15249
15249
  }
15250
15250
  return he;
15251
15251
  }
@@ -15417,16 +15417,16 @@ function Fae() {
15417
15417
  mt = ve[Je];
15418
15418
  var dn = m[mt], yn = x[mt];
15419
15419
  if (z)
15420
- var Li = he ? z(yn, dn, mt, x, m, oe) : z(dn, yn, mt, m, x, oe);
15421
- if (!(Li === r ? dn === yn || Y(dn, yn, R, z, oe) : Li)) {
15420
+ var $i = he ? z(yn, dn, mt, x, m, oe) : z(dn, yn, mt, m, x, oe);
15421
+ if (!($i === r ? dn === yn || Y(dn, yn, R, z, oe) : $i)) {
15422
15422
  on = !1;
15423
15423
  break;
15424
15424
  }
15425
15425
  Bt || (Bt = mt == "constructor");
15426
15426
  }
15427
15427
  if (on && !Bt) {
15428
- var Yo = m.constructor, $i = x.constructor;
15429
- Yo != $i && "constructor" in m && "constructor" in x && !(typeof Yo == "function" && Yo instanceof Yo && typeof $i == "function" && $i instanceof $i) && (on = !1);
15428
+ var Yo = m.constructor, ji = x.constructor;
15429
+ Yo != ji && "constructor" in m && "constructor" in x && !(typeof Yo == "function" && Yo instanceof Yo && typeof ji == "function" && ji instanceof ji) && (on = !1);
15430
15430
  }
15431
15431
  return oe.delete(m), oe.delete(x), on;
15432
15432
  }
@@ -15530,7 +15530,7 @@ function Fae() {
15530
15530
  return { start: m, end: x };
15531
15531
  }
15532
15532
  function xX(m) {
15533
- var x = m.match(ki);
15533
+ var x = m.match(Ri);
15534
15534
  return x ? x[1].split(la) : [];
15535
15535
  }
15536
15536
  function qD(m, x, R) {
@@ -15609,7 +15609,7 @@ function Fae() {
15609
15609
  if (Qt(m))
15610
15610
  return !1;
15611
15611
  var R = typeof m;
15612
- return R == "number" || R == "symbol" || R == "boolean" || m == null || Fi(m) ? !0 : pt.test(m) || !Sn.test(m) || x != null && m in Zn(x);
15612
+ return R == "number" || R == "symbol" || R == "boolean" || m == null || Li(m) ? !0 : pt.test(m) || !Sn.test(m) || x != null && m in Zn(x);
15613
15613
  }
15614
15614
  function OX(m) {
15615
15615
  var x = typeof m;
@@ -15675,7 +15675,7 @@ function Fae() {
15675
15675
  Y = -1;
15676
15676
  for (var ve = _e(x + 1); ++Y < x; )
15677
15677
  ve[Y] = z[Y];
15678
- return ve[x] = R(he), Di(m, this, ve);
15678
+ return ve[x] = R(he), _i(m, this, ve);
15679
15679
  };
15680
15680
  }
15681
15681
  function YD(m, x) {
@@ -15726,7 +15726,7 @@ function Fae() {
15726
15726
  }), x;
15727
15727
  });
15728
15728
  function da(m) {
15729
- if (typeof m == "string" || Fi(m))
15729
+ if (typeof m == "string" || Li(m))
15730
15730
  return m;
15731
15731
  var x = m + "";
15732
15732
  return x == "0" && 1 / m == -B ? "-0" : x;
@@ -16002,7 +16002,7 @@ function Fae() {
16002
16002
  return [];
16003
16003
  var R = Hw(m);
16004
16004
  return x == null ? R : fr(R, function(z) {
16005
- return Di(x, r, z);
16005
+ return _i(x, r, z);
16006
16006
  });
16007
16007
  }
16008
16008
  var EQ = cn(function(m, x) {
@@ -16126,7 +16126,7 @@ function Fae() {
16126
16126
  var eJ = cn(function(m, x, R) {
16127
16127
  var z = -1, Y = typeof x == "function", oe = pi(m) ? _e(m.length) : [];
16128
16128
  return Pl(m, function(he) {
16129
- oe[++z] = Y ? Di(x, he, R) : Rp(he, x, R);
16129
+ oe[++z] = Y ? _i(x, he, R) : Rp(he, x, R);
16130
16130
  }), oe;
16131
16131
  }), tJ = zg(function(m, x, R) {
16132
16132
  $a(m, R, x);
@@ -16261,13 +16261,13 @@ function Fae() {
16261
16261
  function yn(_r) {
16262
16262
  return ve = r, mt && z ? It(_r) : (z = Y = r, he);
16263
16263
  }
16264
- function Li() {
16264
+ function $i() {
16265
16265
  ve !== r && OD(ve), Ue = 0, z = Oe = Y = ve = r;
16266
16266
  }
16267
16267
  function Yo() {
16268
16268
  return ve === r ? he : yn(Jg());
16269
16269
  }
16270
- function $i() {
16270
+ function ji() {
16271
16271
  var _r = Jg(), qs = Bt(_r);
16272
16272
  if (z = arguments, Y = this, Oe = _r, qs) {
16273
16273
  if (ve === r)
@@ -16277,7 +16277,7 @@ function Fae() {
16277
16277
  }
16278
16278
  return ve === r && (ve = Np(dn, x)), he;
16279
16279
  }
16280
- return $i.cancel = Li, $i.flush = Yo, $i;
16280
+ return ji.cancel = $i, ji.flush = Yo, ji;
16281
16281
  }
16282
16282
  var hJ = cn(function(m, x) {
16283
16283
  return oD(m, 1, x);
@@ -16322,12 +16322,12 @@ function Fae() {
16322
16322
  return d_(2, m);
16323
16323
  }
16324
16324
  var yJ = oX(function(m, x) {
16325
- x = x.length == 1 && Qt(x[0]) ? fr(x[0], _i(Lt())) : fr(So(x, 1), _i(Lt()));
16325
+ x = x.length == 1 && Qt(x[0]) ? fr(x[0], Ni(Lt())) : fr(So(x, 1), Ni(Lt()));
16326
16326
  var R = x.length;
16327
16327
  return cn(function(z) {
16328
16328
  for (var Y = -1, oe = Io(z.length, R); ++Y < oe; )
16329
16329
  z[Y] = x[Y].call(this, z[Y]);
16330
- return Di(m, this, z);
16330
+ return _i(m, this, z);
16331
16331
  });
16332
16332
  }), qw = cn(function(m, x) {
16333
16333
  var R = Tl(x, ld(qw));
@@ -16348,7 +16348,7 @@ function Fae() {
16348
16348
  throw new is(a);
16349
16349
  return x = x == null ? 0 : Xr(nn(x), 0), cn(function(R) {
16350
16350
  var z = R[x], Y = kl(R, 0, x);
16351
- return z && wl(Y, z), Di(m, this, Y);
16351
+ return z && wl(Y, z), _i(m, this, Y);
16352
16352
  });
16353
16353
  }
16354
16354
  function CJ(m, x, R) {
@@ -16397,7 +16397,7 @@ function Fae() {
16397
16397
  return arguments;
16398
16398
  })()) ? cD : function(m) {
16399
16399
  return Er(m) && Dn.call(m, "callee") && !YA.call(m, "callee");
16400
- }, Qt = _e.isArray, DJ = RA ? _i(RA) : VZ;
16400
+ }, Qt = _e.isArray, DJ = RA ? Ni(RA) : VZ;
16401
16401
  function pi(m) {
16402
16402
  return m != null && nb(m.length) && !Ha(m);
16403
16403
  }
@@ -16407,7 +16407,7 @@ function Fae() {
16407
16407
  function _J(m) {
16408
16408
  return m === !0 || m === !1 || Er(m) && Wo(m) == me;
16409
16409
  }
16410
- var Rl = KY || tT, NJ = MA ? _i(MA) : HZ;
16410
+ var Rl = KY || tT, NJ = MA ? Ni(MA) : HZ;
16411
16411
  function FJ(m) {
16412
16412
  return Er(m) && m.nodeType === 1 && !Fp(m);
16413
16413
  }
@@ -16462,7 +16462,7 @@ function Fae() {
16462
16462
  function Er(m) {
16463
16463
  return m != null && typeof m == "object";
16464
16464
  }
16465
- var y_ = AA ? _i(AA) : qZ;
16465
+ var y_ = AA ? Ni(AA) : qZ;
16466
16466
  function VJ(m, x) {
16467
16467
  return m === x || yw(m, x, Nw(x));
16468
16468
  }
@@ -16495,18 +16495,18 @@ function Fae() {
16495
16495
  var R = Dn.call(x, "constructor") && x.constructor;
16496
16496
  return typeof R == "function" && R instanceof R && Og.call(R) == HY;
16497
16497
  }
16498
- var Gw = DA ? _i(DA) : UZ;
16498
+ var Gw = DA ? Ni(DA) : UZ;
16499
16499
  function WJ(m) {
16500
16500
  return b_(m) && m >= -q && m <= q;
16501
16501
  }
16502
- var x_ = _A ? _i(_A) : GZ;
16502
+ var x_ = _A ? Ni(_A) : GZ;
16503
16503
  function rb(m) {
16504
16504
  return typeof m == "string" || !Qt(m) && Er(m) && Wo(m) == pe;
16505
16505
  }
16506
- function Fi(m) {
16506
+ function Li(m) {
16507
16507
  return typeof m == "symbol" || Er(m) && Wo(m) == Pe;
16508
16508
  }
16509
- var cd = NA ? _i(NA) : WZ;
16509
+ var cd = NA ? Ni(NA) : WZ;
16510
16510
  function KJ(m) {
16511
16511
  return m === r;
16512
16512
  }
@@ -16548,7 +16548,7 @@ function Fae() {
16548
16548
  function us(m) {
16549
16549
  if (typeof m == "number")
16550
16550
  return m;
16551
- if (Fi(m))
16551
+ if (Li(m))
16552
16552
  return V;
16553
16553
  if (xr(m)) {
16554
16554
  var x = typeof m.valueOf == "function" ? m.valueOf() : m;
@@ -16567,7 +16567,7 @@ function Fae() {
16567
16567
  return m ? Rc(nn(m), -q, q) : m === 0 ? m : 0;
16568
16568
  }
16569
16569
  function _n(m) {
16570
- return m == null ? "" : Ni(m);
16570
+ return m == null ? "" : Fi(m);
16571
16571
  }
16572
16572
  var eee = sd(function(m, x) {
16573
16573
  if (_p(x) || pi(x)) {
@@ -16597,7 +16597,7 @@ function Fae() {
16597
16597
  }
16598
16598
  return m;
16599
16599
  }), iee = cn(function(m) {
16600
- return m.push(r, VD), Di(O_, r, m);
16600
+ return m.push(r, VD), _i(O_, r, m);
16601
16601
  });
16602
16602
  function see(m, x) {
16603
16603
  return LA(m, Lt(x, 3), ca);
@@ -16756,7 +16756,7 @@ function Fae() {
16756
16756
  return m = _n(m), m && m.replace(_t, OY).replace(nY, "");
16757
16757
  }
16758
16758
  function Fee(m, x, R) {
16759
- m = _n(m), x = Ni(x);
16759
+ m = _n(m), x = Fi(x);
16760
16760
  var z = m.length;
16761
16761
  R = R === r ? z : Rc(nn(R), 0, z);
16762
16762
  var Y = R;
@@ -16805,13 +16805,13 @@ function Fae() {
16805
16805
  return m + (R ? "_" : "") + x.toLowerCase();
16806
16806
  });
16807
16807
  function Yee(m, x, R) {
16808
- return R && typeof R != "number" && Ko(m, x, R) && (x = R = r), R = R === r ? L : R >>> 0, R ? (m = _n(m), m && (typeof x == "string" || x != null && !Gw(x)) && (x = Ni(x), !x && Ju(m)) ? kl(Vs(m), 0, R) : m.split(x, R)) : [];
16808
+ return R && typeof R != "number" && Ko(m, x, R) && (x = R = r), R = R === r ? L : R >>> 0, R ? (m = _n(m), m && (typeof x == "string" || x != null && !Gw(x)) && (x = Fi(x), !x && Ju(m)) ? kl(Vs(m), 0, R) : m.split(x, R)) : [];
16809
16809
  }
16810
16810
  var Zee = ad(function(m, x, R) {
16811
16811
  return m + (R ? " " : "") + Yw(x);
16812
16812
  });
16813
16813
  function Xee(m, x, R) {
16814
- return m = _n(m), R = R == null ? 0 : Rc(nn(R), 0, m.length), x = Ni(x), m.slice(R, R + x.length) == x;
16814
+ return m = _n(m), R = R == null ? 0 : Rc(nn(R), 0, m.length), x = Fi(x), m.slice(R, R + x.length) == x;
16815
16815
  }
16816
16816
  function Qee(m, x, R) {
16817
16817
  var z = ee.templateSettings;
@@ -16821,14 +16821,14 @@ function Fae() {
16821
16821
  "g"
16822
16822
  ), It = "//# sourceURL=" + (Dn.call(x, "sourceURL") ? (x.sourceURL + "").replace(/\s/g, " ") : "lodash.templateSources[" + ++aY + "]") + `
16823
16823
  `;
16824
- m.replace(mt, function(Bt, dn, yn, Li, Yo, $i) {
16825
- return yn || (yn = Li), Je += m.slice(Ue, $i).replace(qe, EY), dn && (ve = !0, Je += `' +
16824
+ m.replace(mt, function(Bt, dn, yn, $i, Yo, ji) {
16825
+ return yn || (yn = $i), Je += m.slice(Ue, ji).replace(qe, EY), dn && (ve = !0, Je += `' +
16826
16826
  __e(` + dn + `) +
16827
16827
  '`), Yo && (Oe = !0, Je += `';
16828
16828
  ` + Yo + `;
16829
16829
  __p += '`), yn && (Je += `' +
16830
16830
  ((__t = (` + yn + `)) == null ? '' : __t) +
16831
- '`), Ue = $i + Bt.length, Bt;
16831
+ '`), Ue = ji + Bt.length, Bt;
16832
16832
  }), Je += `';
16833
16833
  `;
16834
16834
  var jt = Dn.call(x, "variable") && x.variable;
@@ -16862,7 +16862,7 @@ function print() { __p += __j.call(arguments, '') }
16862
16862
  function tte(m, x, R) {
16863
16863
  if (m = _n(m), m && (R || x === r))
16864
16864
  return VA(m);
16865
- if (!m || !(x = Ni(x)))
16865
+ if (!m || !(x = Fi(x)))
16866
16866
  return m;
16867
16867
  var z = Vs(m), Y = Vs(x), oe = HA(z, Y), he = zA(z, Y) + 1;
16868
16868
  return kl(z, oe, he).join("");
@@ -16870,7 +16870,7 @@ function print() { __p += __j.call(arguments, '') }
16870
16870
  function nte(m, x, R) {
16871
16871
  if (m = _n(m), m && (R || x === r))
16872
16872
  return m.slice(0, UA(m) + 1);
16873
- if (!m || !(x = Ni(x)))
16873
+ if (!m || !(x = Fi(x)))
16874
16874
  return m;
16875
16875
  var z = Vs(m), Y = zA(z, Vs(x)) + 1;
16876
16876
  return kl(z, 0, Y).join("");
@@ -16878,7 +16878,7 @@ function print() { __p += __j.call(arguments, '') }
16878
16878
  function rte(m, x, R) {
16879
16879
  if (m = _n(m), m && (R || x === r))
16880
16880
  return m.replace(Tn, "");
16881
- if (!m || !(x = Ni(x)))
16881
+ if (!m || !(x = Fi(x)))
16882
16882
  return m;
16883
16883
  var z = Vs(m), Y = HA(z, Vs(x));
16884
16884
  return kl(z, Y).join("");
@@ -16887,7 +16887,7 @@ function print() { __p += __j.call(arguments, '') }
16887
16887
  var R = A, z = F;
16888
16888
  if (xr(x)) {
16889
16889
  var Y = "separator" in x ? x.separator : Y;
16890
- R = "length" in x ? nn(x.length) : R, z = "omission" in x ? Ni(x.omission) : z;
16890
+ R = "length" in x ? nn(x.length) : R, z = "omission" in x ? Fi(x.omission) : z;
16891
16891
  }
16892
16892
  m = _n(m);
16893
16893
  var oe = m.length;
@@ -16910,7 +16910,7 @@ function print() { __p += __j.call(arguments, '') }
16910
16910
  var Je = Ue.index;
16911
16911
  Oe = Oe.slice(0, Je === r ? ve : Je);
16912
16912
  }
16913
- } else if (m.indexOf(Ni(Y), ve) != ve) {
16913
+ } else if (m.indexOf(Fi(Y), ve) != ve) {
16914
16914
  var mt = Oe.lastIndexOf(Y);
16915
16915
  mt > -1 && (Oe = Oe.slice(0, mt));
16916
16916
  }
@@ -16927,7 +16927,7 @@ function print() { __p += __j.call(arguments, '') }
16927
16927
  }
16928
16928
  var A_ = cn(function(m, x) {
16929
16929
  try {
16930
- return Di(m, r, x);
16930
+ return _i(m, r, x);
16931
16931
  } catch (R) {
16932
16932
  return Uw(R) ? R : new Zt(R);
16933
16933
  }
@@ -16945,8 +16945,8 @@ function print() { __p += __j.call(arguments, '') }
16945
16945
  }) : [], cn(function(z) {
16946
16946
  for (var Y = -1; ++Y < x; ) {
16947
16947
  var oe = m[Y];
16948
- if (Di(oe[0], this, z))
16949
- return Di(oe[1], this, z);
16948
+ if (_i(oe[0], this, z))
16949
+ return _i(oe[1], this, z);
16950
16950
  }
16951
16951
  });
16952
16952
  }
@@ -17044,7 +17044,7 @@ function print() { __p += __j.call(arguments, '') }
17044
17044
  return Y;
17045
17045
  }
17046
17046
  function kte(m) {
17047
- return Qt(m) ? fr(m, da) : Fi(m) ? [m] : fi(JD(_n(m)));
17047
+ return Qt(m) ? fr(m, da) : Li(m) ? [m] : fi(JD(_n(m)));
17048
17048
  }
17049
17049
  function Rte(m) {
17050
17050
  var x = ++VY;
@@ -17084,7 +17084,7 @@ function print() { __p += __j.call(arguments, '') }
17084
17084
  function Ute(m, x) {
17085
17085
  return m && m.length ? ow(m, Lt(x, 2)) : 0;
17086
17086
  }
17087
- return ee.after = pJ, ee.ary = u_, ee.assign = eee, ee.assignIn = T_, ee.assignInWith = ob, ee.assignWith = tee, ee.at = nee, ee.before = d_, ee.bind = zw, ee.bindAll = ate, ee.bindKey = f_, ee.castArray = OJ, ee.chain = a_, ee.chunk = _X, ee.compact = NX, ee.concat = FX, ee.cond = lte, ee.conforms = cte, ee.constant = Zw, ee.countBy = qQ, ee.create = ree, ee.curry = p_, ee.curryRight = h_, ee.debounce = m_, ee.defaults = oee, ee.defaultsDeep = iee, ee.defer = hJ, ee.delay = mJ, ee.difference = LX, ee.differenceBy = $X, ee.differenceWith = jX, ee.drop = BX, ee.dropRight = VX, ee.dropRightWhile = HX, ee.dropWhile = zX, ee.fill = qX, ee.filter = GQ, ee.flatMap = YQ, ee.flatMapDeep = ZQ, ee.flatMapDepth = XQ, ee.flatten = r_, ee.flattenDeep = UX, ee.flattenDepth = GX, ee.flip = gJ, ee.flow = dte, ee.flowRight = fte, ee.fromPairs = WX, ee.functions = fee, ee.functionsIn = pee, ee.groupBy = QQ, ee.initial = YX, ee.intersection = ZX, ee.intersectionBy = XX, ee.intersectionWith = QX, ee.invert = mee, ee.invertBy = gee, ee.invokeMap = eJ, ee.iteratee = Xw, ee.keyBy = tJ, ee.keys = lo, ee.keysIn = hi, ee.map = Qg, ee.mapKeys = yee, ee.mapValues = vee, ee.matches = pte, ee.matchesProperty = hte, ee.memoize = eb, ee.merge = xee, ee.mergeWith = O_, ee.method = mte, ee.methodOf = gte, ee.mixin = Qw, ee.negate = tb, ee.nthArg = yte, ee.omit = See, ee.omitBy = Cee, ee.once = bJ, ee.orderBy = nJ, ee.over = vte, ee.overArgs = yJ, ee.overEvery = xte, ee.overSome = Ste, ee.partial = qw, ee.partialRight = g_, ee.partition = rJ, ee.pick = wee, ee.pickBy = P_, ee.property = D_, ee.propertyOf = Cte, ee.pull = nQ, ee.pullAll = i_, ee.pullAllBy = rQ, ee.pullAllWith = oQ, ee.pullAt = iQ, ee.range = wte, ee.rangeRight = Tte, ee.rearg = vJ, ee.reject = sJ, ee.remove = sQ, ee.rest = xJ, ee.reverse = Vw, ee.sampleSize = lJ, ee.set = Oee, ee.setWith = Pee, ee.shuffle = cJ, ee.slice = aQ, ee.sortBy = fJ, ee.sortedUniq = hQ, ee.sortedUniqBy = mQ, ee.split = Yee, ee.spread = SJ, ee.tail = gQ, ee.take = bQ, ee.takeRight = yQ, ee.takeRightWhile = vQ, ee.takeWhile = xQ, ee.tap = NQ, ee.throttle = CJ, ee.thru = Xg, ee.toArray = S_, ee.toPairs = E_, ee.toPairsIn = I_, ee.toPath = kte, ee.toPlainObject = w_, ee.transform = Eee, ee.unary = wJ, ee.union = SQ, ee.unionBy = CQ, ee.unionWith = wQ, ee.uniq = TQ, ee.uniqBy = OQ, ee.uniqWith = PQ, ee.unset = Iee, ee.unzip = Hw, ee.unzipWith = s_, ee.update = kee, ee.updateWith = Ree, ee.values = ud, ee.valuesIn = Mee, ee.without = EQ, ee.words = M_, ee.wrap = TJ, ee.xor = IQ, ee.xorBy = kQ, ee.xorWith = RQ, ee.zip = MQ, ee.zipObject = AQ, ee.zipObjectDeep = DQ, ee.zipWith = _Q, ee.entries = E_, ee.entriesIn = I_, ee.extend = T_, ee.extendWith = ob, Qw(ee, ee), ee.add = Mte, ee.attempt = A_, ee.camelCase = Nee, ee.capitalize = k_, ee.ceil = Ate, ee.clamp = Aee, ee.clone = PJ, ee.cloneDeep = IJ, ee.cloneDeepWith = kJ, ee.cloneWith = EJ, ee.conformsTo = RJ, ee.deburr = R_, ee.defaultTo = ute, ee.divide = Dte, ee.endsWith = Fee, ee.eq = zs, ee.escape = Lee, ee.escapeRegExp = $ee, ee.every = UQ, ee.find = WQ, ee.findIndex = t_, ee.findKey = see, ee.findLast = KQ, ee.findLastIndex = n_, ee.findLastKey = aee, ee.floor = _te, ee.forEach = l_, ee.forEachRight = c_, ee.forIn = lee, ee.forInRight = cee, ee.forOwn = uee, ee.forOwnRight = dee, ee.get = Ww, ee.gt = MJ, ee.gte = AJ, ee.has = hee, ee.hasIn = Kw, ee.head = o_, ee.identity = mi, ee.includes = JQ, ee.indexOf = KX, ee.inRange = Dee, ee.invoke = bee, ee.isArguments = _c, ee.isArray = Qt, ee.isArrayBuffer = DJ, ee.isArrayLike = pi, ee.isArrayLikeObject = Dr, ee.isBoolean = _J, ee.isBuffer = Rl, ee.isDate = NJ, ee.isElement = FJ, ee.isEmpty = LJ, ee.isEqual = $J, ee.isEqualWith = jJ, ee.isError = Uw, ee.isFinite = BJ, ee.isFunction = Ha, ee.isInteger = b_, ee.isLength = nb, ee.isMap = y_, ee.isMatch = VJ, ee.isMatchWith = HJ, ee.isNaN = zJ, ee.isNative = qJ, ee.isNil = GJ, ee.isNull = UJ, ee.isNumber = v_, ee.isObject = xr, ee.isObjectLike = Er, ee.isPlainObject = Fp, ee.isRegExp = Gw, ee.isSafeInteger = WJ, ee.isSet = x_, ee.isString = rb, ee.isSymbol = Fi, ee.isTypedArray = cd, ee.isUndefined = KJ, ee.isWeakMap = YJ, ee.isWeakSet = ZJ, ee.join = JX, ee.kebabCase = jee, ee.last = cs, ee.lastIndexOf = eQ, ee.lowerCase = Bee, ee.lowerFirst = Vee, ee.lt = XJ, ee.lte = QJ, ee.max = Nte, ee.maxBy = Fte, ee.mean = Lte, ee.meanBy = $te, ee.min = jte, ee.minBy = Bte, ee.stubArray = eT, ee.stubFalse = tT, ee.stubObject = Ote, ee.stubString = Pte, ee.stubTrue = Ete, ee.multiply = Vte, ee.nth = tQ, ee.noConflict = bte, ee.noop = Jw, ee.now = Jg, ee.pad = Hee, ee.padEnd = zee, ee.padStart = qee, ee.parseInt = Uee, ee.random = _ee, ee.reduce = oJ, ee.reduceRight = iJ, ee.repeat = Gee, ee.replace = Wee, ee.result = Tee, ee.round = Hte, ee.runInContext = we, ee.sample = aJ, ee.size = uJ, ee.snakeCase = Kee, ee.some = dJ, ee.sortedIndex = lQ, ee.sortedIndexBy = cQ, ee.sortedIndexOf = uQ, ee.sortedLastIndex = dQ, ee.sortedLastIndexBy = fQ, ee.sortedLastIndexOf = pQ, ee.startCase = Zee, ee.startsWith = Xee, ee.subtract = zte, ee.sum = qte, ee.sumBy = Ute, ee.template = Qee, ee.times = Ite, ee.toFinite = za, ee.toInteger = nn, ee.toLength = C_, ee.toLower = Jee, ee.toNumber = us, ee.toSafeInteger = JJ, ee.toString = _n, ee.toUpper = ete, ee.trim = tte, ee.trimEnd = nte, ee.trimStart = rte, ee.truncate = ote, ee.unescape = ite, ee.uniqueId = Rte, ee.upperCase = ste, ee.upperFirst = Yw, ee.each = l_, ee.eachRight = c_, ee.first = o_, Qw(ee, (function() {
17087
+ return ee.after = pJ, ee.ary = u_, ee.assign = eee, ee.assignIn = T_, ee.assignInWith = ob, ee.assignWith = tee, ee.at = nee, ee.before = d_, ee.bind = zw, ee.bindAll = ate, ee.bindKey = f_, ee.castArray = OJ, ee.chain = a_, ee.chunk = _X, ee.compact = NX, ee.concat = FX, ee.cond = lte, ee.conforms = cte, ee.constant = Zw, ee.countBy = qQ, ee.create = ree, ee.curry = p_, ee.curryRight = h_, ee.debounce = m_, ee.defaults = oee, ee.defaultsDeep = iee, ee.defer = hJ, ee.delay = mJ, ee.difference = LX, ee.differenceBy = $X, ee.differenceWith = jX, ee.drop = BX, ee.dropRight = VX, ee.dropRightWhile = HX, ee.dropWhile = zX, ee.fill = qX, ee.filter = GQ, ee.flatMap = YQ, ee.flatMapDeep = ZQ, ee.flatMapDepth = XQ, ee.flatten = r_, ee.flattenDeep = UX, ee.flattenDepth = GX, ee.flip = gJ, ee.flow = dte, ee.flowRight = fte, ee.fromPairs = WX, ee.functions = fee, ee.functionsIn = pee, ee.groupBy = QQ, ee.initial = YX, ee.intersection = ZX, ee.intersectionBy = XX, ee.intersectionWith = QX, ee.invert = mee, ee.invertBy = gee, ee.invokeMap = eJ, ee.iteratee = Xw, ee.keyBy = tJ, ee.keys = lo, ee.keysIn = hi, ee.map = Qg, ee.mapKeys = yee, ee.mapValues = vee, ee.matches = pte, ee.matchesProperty = hte, ee.memoize = eb, ee.merge = xee, ee.mergeWith = O_, ee.method = mte, ee.methodOf = gte, ee.mixin = Qw, ee.negate = tb, ee.nthArg = yte, ee.omit = See, ee.omitBy = Cee, ee.once = bJ, ee.orderBy = nJ, ee.over = vte, ee.overArgs = yJ, ee.overEvery = xte, ee.overSome = Ste, ee.partial = qw, ee.partialRight = g_, ee.partition = rJ, ee.pick = wee, ee.pickBy = P_, ee.property = D_, ee.propertyOf = Cte, ee.pull = nQ, ee.pullAll = i_, ee.pullAllBy = rQ, ee.pullAllWith = oQ, ee.pullAt = iQ, ee.range = wte, ee.rangeRight = Tte, ee.rearg = vJ, ee.reject = sJ, ee.remove = sQ, ee.rest = xJ, ee.reverse = Vw, ee.sampleSize = lJ, ee.set = Oee, ee.setWith = Pee, ee.shuffle = cJ, ee.slice = aQ, ee.sortBy = fJ, ee.sortedUniq = hQ, ee.sortedUniqBy = mQ, ee.split = Yee, ee.spread = SJ, ee.tail = gQ, ee.take = bQ, ee.takeRight = yQ, ee.takeRightWhile = vQ, ee.takeWhile = xQ, ee.tap = NQ, ee.throttle = CJ, ee.thru = Xg, ee.toArray = S_, ee.toPairs = E_, ee.toPairsIn = I_, ee.toPath = kte, ee.toPlainObject = w_, ee.transform = Eee, ee.unary = wJ, ee.union = SQ, ee.unionBy = CQ, ee.unionWith = wQ, ee.uniq = TQ, ee.uniqBy = OQ, ee.uniqWith = PQ, ee.unset = Iee, ee.unzip = Hw, ee.unzipWith = s_, ee.update = kee, ee.updateWith = Ree, ee.values = ud, ee.valuesIn = Mee, ee.without = EQ, ee.words = M_, ee.wrap = TJ, ee.xor = IQ, ee.xorBy = kQ, ee.xorWith = RQ, ee.zip = MQ, ee.zipObject = AQ, ee.zipObjectDeep = DQ, ee.zipWith = _Q, ee.entries = E_, ee.entriesIn = I_, ee.extend = T_, ee.extendWith = ob, Qw(ee, ee), ee.add = Mte, ee.attempt = A_, ee.camelCase = Nee, ee.capitalize = k_, ee.ceil = Ate, ee.clamp = Aee, ee.clone = PJ, ee.cloneDeep = IJ, ee.cloneDeepWith = kJ, ee.cloneWith = EJ, ee.conformsTo = RJ, ee.deburr = R_, ee.defaultTo = ute, ee.divide = Dte, ee.endsWith = Fee, ee.eq = zs, ee.escape = Lee, ee.escapeRegExp = $ee, ee.every = UQ, ee.find = WQ, ee.findIndex = t_, ee.findKey = see, ee.findLast = KQ, ee.findLastIndex = n_, ee.findLastKey = aee, ee.floor = _te, ee.forEach = l_, ee.forEachRight = c_, ee.forIn = lee, ee.forInRight = cee, ee.forOwn = uee, ee.forOwnRight = dee, ee.get = Ww, ee.gt = MJ, ee.gte = AJ, ee.has = hee, ee.hasIn = Kw, ee.head = o_, ee.identity = mi, ee.includes = JQ, ee.indexOf = KX, ee.inRange = Dee, ee.invoke = bee, ee.isArguments = _c, ee.isArray = Qt, ee.isArrayBuffer = DJ, ee.isArrayLike = pi, ee.isArrayLikeObject = Dr, ee.isBoolean = _J, ee.isBuffer = Rl, ee.isDate = NJ, ee.isElement = FJ, ee.isEmpty = LJ, ee.isEqual = $J, ee.isEqualWith = jJ, ee.isError = Uw, ee.isFinite = BJ, ee.isFunction = Ha, ee.isInteger = b_, ee.isLength = nb, ee.isMap = y_, ee.isMatch = VJ, ee.isMatchWith = HJ, ee.isNaN = zJ, ee.isNative = qJ, ee.isNil = GJ, ee.isNull = UJ, ee.isNumber = v_, ee.isObject = xr, ee.isObjectLike = Er, ee.isPlainObject = Fp, ee.isRegExp = Gw, ee.isSafeInteger = WJ, ee.isSet = x_, ee.isString = rb, ee.isSymbol = Li, ee.isTypedArray = cd, ee.isUndefined = KJ, ee.isWeakMap = YJ, ee.isWeakSet = ZJ, ee.join = JX, ee.kebabCase = jee, ee.last = cs, ee.lastIndexOf = eQ, ee.lowerCase = Bee, ee.lowerFirst = Vee, ee.lt = XJ, ee.lte = QJ, ee.max = Nte, ee.maxBy = Fte, ee.mean = Lte, ee.meanBy = $te, ee.min = jte, ee.minBy = Bte, ee.stubArray = eT, ee.stubFalse = tT, ee.stubObject = Ote, ee.stubString = Pte, ee.stubTrue = Ete, ee.multiply = Vte, ee.nth = tQ, ee.noConflict = bte, ee.noop = Jw, ee.now = Jg, ee.pad = Hee, ee.padEnd = zee, ee.padStart = qee, ee.parseInt = Uee, ee.random = _ee, ee.reduce = oJ, ee.reduceRight = iJ, ee.repeat = Gee, ee.replace = Wee, ee.result = Tee, ee.round = Hte, ee.runInContext = we, ee.sample = aJ, ee.size = uJ, ee.snakeCase = Kee, ee.some = dJ, ee.sortedIndex = lQ, ee.sortedIndexBy = cQ, ee.sortedIndexOf = uQ, ee.sortedLastIndex = dQ, ee.sortedLastIndexBy = fQ, ee.sortedLastIndexOf = pQ, ee.startCase = Zee, ee.startsWith = Xee, ee.subtract = zte, ee.sum = qte, ee.sumBy = Ute, ee.template = Qee, ee.times = Ite, ee.toFinite = za, ee.toInteger = nn, ee.toLength = C_, ee.toLower = Jee, ee.toNumber = us, ee.toSafeInteger = JJ, ee.toString = _n, ee.toUpper = ete, ee.trim = tte, ee.trimEnd = nte, ee.trimStart = rte, ee.truncate = ote, ee.unescape = ite, ee.uniqueId = Rte, ee.upperCase = ste, ee.upperFirst = Yw, ee.each = l_, ee.eachRight = c_, ee.first = o_, Qw(ee, (function() {
17088
17088
  var m = {};
17089
17089
  return ca(ee, function(x, R) {
17090
17090
  Dn.call(ee.prototype, R) || (m[R] = x);
@@ -19441,12 +19441,12 @@ function Dm({
19441
19441
  getStepNavigation: c
19442
19442
  }) {
19443
19443
  process.env.NODE_ENV !== "production" && (QT || (o != null && !i.includes(o) && (console.warn(`MUI X: \`view="${o}"\` is not a valid prop.`, `It must be an element of \`views=["${i.join('", "')}"]\`.`), QT = !0), o == null && r != null && !i.includes(r) && (console.warn(`MUI X: \`openTo="${r}"\` is not a valid prop.`, `It must be an element of \`views=["${i.join('", "')}"]\`.`), QT = !0)));
19444
- const u = S.useRef(r), d = S.useRef(i), f = S.useRef(i.includes(r) ? r : i[0]), [p, h] = Oi({
19444
+ const u = S.useRef(r), d = S.useRef(i), f = S.useRef(i.includes(r) ? r : i[0]), [p, h] = Pi({
19445
19445
  name: "useViews",
19446
19446
  state: "view",
19447
19447
  controlled: o,
19448
19448
  default: f.current
19449
- }), b = S.useRef(s ? p : null), [g, y] = Oi({
19449
+ }), b = S.useRef(s ? p : null), [g, y] = Pi({
19450
19450
  name: "useViews",
19451
19451
  state: "focusedView",
19452
19452
  controlled: a,
@@ -20058,7 +20058,7 @@ const Ice = ({
20058
20058
  onChange: s,
20059
20059
  valueManager: a
20060
20060
  }) => {
20061
- const l = Yt(), [c, u] = Oi({
20061
+ const l = Yt(), [c, u] = Pi({
20062
20062
  name: e,
20063
20063
  state: "value",
20064
20064
  controlled: r,
@@ -23030,7 +23030,7 @@ const xue = 5e3, D3 = (e) => {
23030
23030
  return E({}, K, {
23031
23031
  referenceValue: ae
23032
23032
  });
23033
- }), [H, $] = Oi({
23033
+ }), [H, $] = Pi({
23034
23034
  controlled: g,
23035
23035
  default: null,
23036
23036
  name: "useField",
@@ -28009,7 +28009,7 @@ const ZF = (e, t, r, o, i) => !!(e === t && o && i.isSameYear(r, o)), Sfe = ie("
28009
28009
  }),
28010
28010
  []
28011
28011
  // eslint-disable-line react-hooks/exhaustive-deps
28012
- ), V = vfe(l), L = S.useMemo(() => B.getMonth(H), [B, H]), G = S.useMemo(() => I != null ? B.getMonth(I) : null, [I, B]), [Z, X] = S.useState(() => G || B.getMonth(U)), [J, te] = Oi({
28012
+ ), V = vfe(l), L = S.useMemo(() => B.getMonth(H), [B, H]), G = S.useMemo(() => I != null ? B.getMonth(I) : null, [I, B]), [Z, X] = S.useState(() => G || B.getMonth(U)), [J, te] = Pi({
28013
28013
  name: "MonthCalendar",
28014
28014
  state: "hasFocus",
28015
28015
  controlled: T,
@@ -28385,7 +28385,7 @@ const Ife = ie("div", {
28385
28385
  }),
28386
28386
  []
28387
28387
  // eslint-disable-line react-hooks/exhaustive-deps
28388
- ), V = Pfe(a), L = S.useMemo(() => B.getYear(H), [B, H]), G = S.useMemo(() => I != null ? B.getYear(I) : null, [I, B]), [Z, X] = S.useState(() => G || B.getYear(U)), [J, te] = Oi({
28388
+ ), V = Pfe(a), L = S.useMemo(() => B.getYear(H), [B, H]), G = S.useMemo(() => I != null ? B.getYear(I) : null, [I, B]), [Z, X] = S.useState(() => G || B.getYear(U)), [J, te] = Pi({
28389
28389
  name: "YearCalendar",
28390
28390
  state: "hasFocus",
28391
28391
  controlled: O,
@@ -29749,7 +29749,7 @@ function J3(e, t) {
29749
29749
  }, r.slots)
29750
29750
  });
29751
29751
  }
29752
- var Pi = "top", _s = "bottom", Ns = "right", Ei = "left", yI = "auto", $m = [Pi, _s, Ns, Ei], kf = "start", Zh = "end", cpe = "clippingParents", e5 = "viewport", Gp = "popper", upe = "reference", JF = /* @__PURE__ */ $m.reduce(function(e, t) {
29752
+ var Ei = "top", _s = "bottom", Ns = "right", Ii = "left", yI = "auto", $m = [Ei, _s, Ns, Ii], kf = "start", Zh = "end", cpe = "clippingParents", e5 = "viewport", Gp = "popper", upe = "reference", JF = /* @__PURE__ */ $m.reduce(function(e, t) {
29753
29753
  return e.concat([t + "-" + kf, t + "-" + Zh]);
29754
29754
  }, []), t5 = /* @__PURE__ */ [].concat($m, [yI]).reduce(function(e, t) {
29755
29755
  return e.concat([t, t + "-" + kf, t + "-" + Zh]);
@@ -29955,9 +29955,9 @@ var Epe = function(t, r) {
29955
29955
  })) : t, i5(typeof t != "number" ? t : s5(t, $m));
29956
29956
  };
29957
29957
  function Ipe(e) {
29958
- var t, r = e.state, o = e.name, i = e.options, s = r.elements.arrow, a = r.modifiersData.popperOffsets, l = Ca(r.placement), c = SI(l), u = [Ei, Ns].indexOf(l) >= 0, d = u ? "height" : "width";
29958
+ var t, r = e.state, o = e.name, i = e.options, s = r.elements.arrow, a = r.modifiersData.popperOffsets, l = Ca(r.placement), c = SI(l), u = [Ii, Ns].indexOf(l) >= 0, d = u ? "height" : "width";
29959
29959
  if (!(!s || !a)) {
29960
- var f = Epe(i.padding, r), p = xI(s), h = c === "y" ? Pi : Ei, b = c === "y" ? _s : Ns, g = r.rects.reference[d] + r.rects.reference[c] - a[c] - r.rects.popper[d], y = a[c] - r.rects.reference[c], v = jm(s), C = v ? c === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, O = g / 2 - y / 2, T = f[h], P = C - p[d] - f[b], k = C / 2 - p[d] / 2 + O, M = Th(T, k, P), _ = c;
29960
+ var f = Epe(i.padding, r), p = xI(s), h = c === "y" ? Ei : Ii, b = c === "y" ? _s : Ns, g = r.rects.reference[d] + r.rects.reference[c] - a[c] - r.rects.popper[d], y = a[c] - r.rects.reference[c], v = jm(s), C = v ? c === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, O = g / 2 - y / 2, T = f[h], P = C - p[d] - f[b], k = C / 2 - p[d] / 2 + O, M = Th(T, k, P), _ = c;
29961
29961
  r.modifiersData[o] = (t = {}, t[_] = M, t.centerOffset = M - k, t);
29962
29962
  }
29963
29963
  }
@@ -29999,10 +29999,10 @@ function tL(e) {
29999
29999
  y: g
30000
30000
  };
30001
30001
  h = y.x, g = y.y;
30002
- var v = a.hasOwnProperty("x"), C = a.hasOwnProperty("y"), O = Ei, T = Pi, P = window;
30002
+ var v = a.hasOwnProperty("x"), C = a.hasOwnProperty("y"), O = Ii, T = Ei, P = window;
30003
30003
  if (u) {
30004
30004
  var k = jm(r), M = "clientHeight", _ = "clientWidth";
30005
- if (k === Zi(r) && (k = mc(r), cl(k).position !== "static" && l === "absolute" && (M = "scrollHeight", _ = "scrollWidth")), k = k, i === Pi || (i === Ei || i === Ns) && s === Zh) {
30005
+ if (k === Zi(r) && (k = mc(r), cl(k).position !== "static" && l === "absolute" && (M = "scrollHeight", _ = "scrollWidth")), k = k, i === Ei || (i === Ii || i === Ns) && s === Zh) {
30006
30006
  T = _s;
30007
30007
  var D = f && k === P && P.visualViewport ? P.visualViewport.height : (
30008
30008
  // $FlowFixMe[prop-missing]
@@ -30010,7 +30010,7 @@ function tL(e) {
30010
30010
  );
30011
30011
  g -= D - o.height, g *= c ? 1 : -1;
30012
30012
  }
30013
- if (i === Ei || (i === Pi || i === _s) && s === Zh) {
30013
+ if (i === Ii || (i === Ei || i === _s) && s === Zh) {
30014
30014
  O = Ns;
30015
30015
  var A = f && k === P && P.visualViewport ? P.visualViewport.width : (
30016
30016
  // $FlowFixMe[prop-missing]
@@ -30186,7 +30186,7 @@ function zpe(e, t, r, o) {
30186
30186
  function l5(e) {
30187
30187
  var t = e.reference, r = e.element, o = e.placement, i = o ? Ca(o) : null, s = o ? Af(o) : null, a = t.x + t.width / 2 - r.width / 2, l = t.y + t.height / 2 - r.height / 2, c;
30188
30188
  switch (i) {
30189
- case Pi:
30189
+ case Ei:
30190
30190
  c = {
30191
30191
  x: a,
30192
30192
  y: t.y - r.height
@@ -30204,7 +30204,7 @@ function l5(e) {
30204
30204
  y: l
30205
30205
  };
30206
30206
  break;
30207
- case Ei:
30207
+ case Ii:
30208
30208
  c = {
30209
30209
  x: t.x - r.width,
30210
30210
  y: l
@@ -30245,7 +30245,7 @@ function Xh(e, t) {
30245
30245
  if (p === Gp && F) {
30246
30246
  var I = F[i];
30247
30247
  Object.keys(A).forEach(function(N) {
30248
- var j = [Ns, _s].indexOf(N) >= 0 ? 1 : -1, H = [Pi, _s].indexOf(N) >= 0 ? "y" : "x";
30248
+ var j = [Ns, _s].indexOf(N) >= 0 ? 1 : -1, H = [Ei, _s].indexOf(N) >= 0 ? "y" : "x";
30249
30249
  A[N] += I[H] * j;
30250
30250
  });
30251
30251
  }
@@ -30290,13 +30290,13 @@ function Gpe(e) {
30290
30290
  allowedAutoPlacements: g
30291
30291
  }) : J);
30292
30292
  }, []), P = t.rects.reference, k = t.rects.popper, M = /* @__PURE__ */ new Map(), _ = !0, D = T[0], A = 0; A < T.length; A++) {
30293
- var F = T[A], I = Ca(F), N = Af(F) === kf, j = [Pi, _s].indexOf(I) >= 0, H = j ? "width" : "height", $ = Xh(t, {
30293
+ var F = T[A], I = Ca(F), N = Af(F) === kf, j = [Ei, _s].indexOf(I) >= 0, H = j ? "width" : "height", $ = Xh(t, {
30294
30294
  placement: F,
30295
30295
  boundary: d,
30296
30296
  rootBoundary: f,
30297
30297
  altBoundary: p,
30298
30298
  padding: u
30299
- }), B = j ? N ? Ns : Ei : N ? _s : Pi;
30299
+ }), B = j ? N ? Ns : Ii : N ? _s : Ei;
30300
30300
  P[H] > k[H] && (B = Vv(B));
30301
30301
  var q = Vv(B), U = [];
30302
30302
  if (s && U.push($[I] <= 0), l && U.push($[B] <= 0, $[q] <= 0), U.every(function(X) {
@@ -30347,7 +30347,7 @@ function oL(e, t, r) {
30347
30347
  };
30348
30348
  }
30349
30349
  function iL(e) {
30350
- return [Pi, Ns, _s, Ei].some(function(t) {
30350
+ return [Ei, Ns, _s, Ii].some(function(t) {
30351
30351
  return e[t] >= 0;
30352
30352
  });
30353
30353
  }
@@ -30375,10 +30375,10 @@ const Ype = {
30375
30375
  fn: Kpe
30376
30376
  };
30377
30377
  function Zpe(e, t, r) {
30378
- var o = Ca(e), i = [Ei, Pi].indexOf(o) >= 0 ? -1 : 1, s = typeof r == "function" ? r(Object.assign({}, t, {
30378
+ var o = Ca(e), i = [Ii, Ei].indexOf(o) >= 0 ? -1 : 1, s = typeof r == "function" ? r(Object.assign({}, t, {
30379
30379
  placement: e
30380
30380
  })) : r, a = s[0], l = s[1];
30381
- return a = a || 0, l = (l || 0) * i, [Ei, Ns].indexOf(o) >= 0 ? {
30381
+ return a = a || 0, l = (l || 0) * i, [Ii, Ns].indexOf(o) >= 0 ? {
30382
30382
  x: l,
30383
30383
  y: a
30384
30384
  } : {
@@ -30437,14 +30437,14 @@ function nhe(e) {
30437
30437
  };
30438
30438
  if (k) {
30439
30439
  if (s) {
30440
- var N, j = T === "y" ? Pi : Ei, H = T === "y" ? _s : Ns, $ = T === "y" ? "height" : "width", B = k[T], q = B + y[j], U = B - y[H], V = h ? -_[$] / 2 : 0, L = C === kf ? M[$] : _[$], G = C === kf ? -_[$] : -M[$], Z = t.elements.arrow, X = h && Z ? xI(Z) : {
30440
+ var N, j = T === "y" ? Ei : Ii, H = T === "y" ? _s : Ns, $ = T === "y" ? "height" : "width", B = k[T], q = B + y[j], U = B - y[H], V = h ? -_[$] / 2 : 0, L = C === kf ? M[$] : _[$], G = C === kf ? -_[$] : -M[$], Z = t.elements.arrow, X = h && Z ? xI(Z) : {
30441
30441
  width: 0,
30442
30442
  height: 0
30443
30443
  }, J = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : o5(), te = J[j], ce = J[H], me = Th(0, M[$], X[$]), re = O ? M[$] / 2 - V - me - te - A.mainAxis : L - me - te - A.mainAxis, se = O ? -M[$] / 2 + V + me + ce + A.mainAxis : G + me + ce + A.mainAxis, le = t.elements.arrow && jm(t.elements.arrow), Q = le ? T === "y" ? le.clientTop || 0 : le.clientLeft || 0 : 0, Ce = (N = F?.[T]) != null ? N : 0, ge = B + re - Ce - Q, Se = B + se - Ce, xe = Th(h ? Tx(q, ge) : q, B, h ? ru(U, Se) : U);
30444
30444
  k[T] = xe, I[T] = xe - B;
30445
30445
  }
30446
30446
  if (l) {
30447
- var W, K = T === "x" ? Pi : Ei, ne = T === "x" ? _s : Ns, ae = k[P], de = P === "y" ? "height" : "width", pe = ae + y[K], Pe = ae - y[ne], Me = [Pi, Ei].indexOf(v) !== -1, ze = (W = F?.[P]) != null ? W : 0, Ge = Me ? pe : ae - M[de] - _[de] - ze + A.altAxis, ct = Me ? ae + M[de] + _[de] - ze - A.altAxis : Pe, vt = h && Me ? Ppe(Ge, ae, ct) : Th(h ? Ge : pe, ae, h ? ct : Pe);
30447
+ var W, K = T === "x" ? Ei : Ii, ne = T === "x" ? _s : Ns, ae = k[P], de = P === "y" ? "height" : "width", pe = ae + y[K], Pe = ae - y[ne], Me = [Ei, Ii].indexOf(v) !== -1, ze = (W = F?.[P]) != null ? W : 0, Ge = Me ? pe : ae - M[de] - _[de] - ze + A.altAxis, ct = Me ? ae + M[de] + _[de] - ze - A.altAxis : Pe, vt = h && Me ? Ppe(Ge, ae, ct) : Th(h ? Ge : pe, ae, h ? ct : Pe);
30448
30448
  k[P] = vt, I[P] = vt - ae;
30449
30449
  }
30450
30450
  t.modifiersData[o] = I;
@@ -38013,10 +38013,10 @@ const RI = /* @__PURE__ */ S.forwardRef(function(t, r) {
38013
38013
  let Pt;
38014
38014
  const Wt = (Yr) => {
38015
38015
  Yr.forEach((Go) => {
38016
- Go.removedNodes.forEach((ki) => {
38017
- Pt?.unobserve(ki);
38018
- }), Go.addedNodes.forEach((ki) => {
38019
- Pt?.observe(ki);
38016
+ Go.removedNodes.forEach((Ri) => {
38017
+ Pt?.unobserve(Ri);
38018
+ }), Go.addedNodes.forEach((Ri) => {
38019
+ Pt?.observe(Ri);
38020
38020
  });
38021
38021
  }), pt(), Ft();
38022
38022
  }, Jt = Ds(W.current);
@@ -38035,13 +38035,13 @@ const RI = /* @__PURE__ */ S.forwardRef(function(t, r) {
38035
38035
  const Wt = pt[0], Jt = pt[Pt - 1], Tn = {
38036
38036
  root: W.current,
38037
38037
  threshold: 0.99
38038
- }, Yr = (Ri) => {
38039
- re(!Ri[0].isIntersecting);
38038
+ }, Yr = (Mi) => {
38039
+ re(!Mi[0].isIntersecting);
38040
38040
  }, Go = new IntersectionObserver(Yr, Tn);
38041
38041
  Go.observe(Wt);
38042
- const ki = (Ri) => {
38043
- le(!Ri[0].isIntersecting);
38044
- }, la = new IntersectionObserver(ki, Tn);
38042
+ const Ri = (Mi) => {
38043
+ le(!Mi[0].isIntersecting);
38044
+ }, la = new IntersectionObserver(Ri, Tn);
38045
38045
  return la.observe(Jt), () => {
38046
38046
  Go.disconnect(), la.disconnect();
38047
38047
  };
@@ -44994,29 +44994,29 @@ function sye() {
44994
44994
  return S$ || (S$ = 1, (function(e, t) {
44995
44995
  function r(vo) {
44996
44996
  "@babel/helpers - typeof";
44997
- return r = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(Mi) {
44998
- return typeof Mi;
44999
- } : function(Mi) {
45000
- return Mi && typeof Symbol == "function" && Mi.constructor === Symbol && Mi !== Symbol.prototype ? "symbol" : typeof Mi;
44997
+ return r = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(Ai) {
44998
+ return typeof Ai;
44999
+ } : function(Ai) {
45000
+ return Ai && typeof Symbol == "function" && Ai.constructor === Symbol && Ai !== Symbol.prototype ? "symbol" : typeof Ai;
45001
45001
  }, r(vo);
45002
45002
  }
45003
45003
  Object.defineProperty(t, "__esModule", {
45004
45004
  value: !0
45005
45005
  }), t.default = void 0;
45006
- var o = qe(/* @__PURE__ */ FI()), i = qe(/* @__PURE__ */ z5()), s = qe(/* @__PURE__ */ Rge()), a = qe(/* @__PURE__ */ Mge()), l = qe(/* @__PURE__ */ Age()), c = qe(/* @__PURE__ */ Dge()), u = qe(/* @__PURE__ */ _ge()), d = qe(/* @__PURE__ */ W5()), f = qe(/* @__PURE__ */ Nge()), p = qe(/* @__PURE__ */ Fge()), h = qe(/* @__PURE__ */ CS()), b = qe(/* @__PURE__ */ Lge()), g = qe(/* @__PURE__ */ LI()), y = qe(/* @__PURE__ */ Y5()), v = qe(/* @__PURE__ */ $ge()), C = qe(/* @__PURE__ */ jge()), O = qe(/* @__PURE__ */ Bge()), T = qe(/* @__PURE__ */ Vge()), P = Et(/* @__PURE__ */ Hge()), k = Et(/* @__PURE__ */ zge()), M = qe(/* @__PURE__ */ qge()), _ = Et(/* @__PURE__ */ Uge()), D = qe(/* @__PURE__ */ Gge()), A = qe(/* @__PURE__ */ Wge()), F = qe(/* @__PURE__ */ Kge()), I = qe(/* @__PURE__ */ Yge()), N = qe(/* @__PURE__ */ Zge()), j = qe(/* @__PURE__ */ Z5()), H = qe(/* @__PURE__ */ X5()), $ = qe(/* @__PURE__ */ Xge()), B = qe(/* @__PURE__ */ Qge()), q = qe(/* @__PURE__ */ ebe()), U = qe(/* @__PURE__ */ tbe()), V = qe(/* @__PURE__ */ $I()), L = Et(/* @__PURE__ */ H5()), G = qe(/* @__PURE__ */ nbe()), Z = qe(/* @__PURE__ */ Q5()), X = qe(/* @__PURE__ */ rbe()), J = qe(/* @__PURE__ */ obe()), te = qe(/* @__PURE__ */ ibe()), ce = qe(/* @__PURE__ */ sbe()), me = qe(/* @__PURE__ */ abe()), re = qe(/* @__PURE__ */ lbe()), se = Et(/* @__PURE__ */ cbe()), le = qe(/* @__PURE__ */ ube()), Q = qe(/* @__PURE__ */ dbe()), Ce = qe(/* @__PURE__ */ fbe()), ge = qe(/* @__PURE__ */ pbe()), Se = qe(/* @__PURE__ */ hbe()), xe = qe(/* @__PURE__ */ mbe()), W = qe(/* @__PURE__ */ gbe()), K = qe(/* @__PURE__ */ G5()), ne = qe(/* @__PURE__ */ bbe()), ae = qe(/* @__PURE__ */ ybe()), de = qe(/* @__PURE__ */ vbe()), pe = qe(/* @__PURE__ */ xbe()), Pe = qe(/* @__PURE__ */ Sbe()), Me = qe(/* @__PURE__ */ Cbe()), ze = qe(/* @__PURE__ */ t4()), Ge = qe(/* @__PURE__ */ wbe()), ct = qe(/* @__PURE__ */ Tbe()), vt = qe(/* @__PURE__ */ Obe()), Fe = qe(/* @__PURE__ */ Pbe()), Ze = qe(/* @__PURE__ */ Ebe()), Ae = qe(/* @__PURE__ */ Ibe()), Xe = qe(/* @__PURE__ */ kbe()), it = Et(/* @__PURE__ */ Rbe()), gt = qe(/* @__PURE__ */ Mbe()), Ft = qe(/* @__PURE__ */ Abe()), ln = qe(/* @__PURE__ */ Dbe()), xt = /* @__PURE__ */ _be(), et = qe(/* @__PURE__ */ Nbe()), bt = qe(/* @__PURE__ */ Fbe()), Ht = qe(/* @__PURE__ */ Lbe()), xn = qe(/* @__PURE__ */ $be()), un = qe(/* @__PURE__ */ J5()), Ar = qe(/* @__PURE__ */ jbe()), ir = qe(/* @__PURE__ */ Bbe()), Br = qe(/* @__PURE__ */ Vbe()), Vr = qe(/* @__PURE__ */ Hbe()), ht = qe(/* @__PURE__ */ zbe()), Sn = qe(/* @__PURE__ */ e4()), pt = qe(/* @__PURE__ */ qbe()), Pt = qe(/* @__PURE__ */ Ube()), Wt = qe(/* @__PURE__ */ Gbe()), Jt = qe(/* @__PURE__ */ Wbe()), Tn = qe(/* @__PURE__ */ Kbe()), Yr = Et(/* @__PURE__ */ Ybe()), Go = qe(/* @__PURE__ */ o4()), ki = qe(/* @__PURE__ */ r4()), la = qe(/* @__PURE__ */ i4()), Ri = qe(/* @__PURE__ */ Zbe()), vr = qe(/* @__PURE__ */ Xbe()), Pr = qe(/* @__PURE__ */ Qbe()), ns = qe(/* @__PURE__ */ Jbe()), vl = qe(/* @__PURE__ */ s4()), _a = qe(/* @__PURE__ */ eye()), xl = qe(/* @__PURE__ */ tye()), $e = qe(/* @__PURE__ */ nye()), Ne = qe(/* @__PURE__ */ rye()), at = qe(/* @__PURE__ */ oye()), _t = qe(/* @__PURE__ */ iye());
45007
- function Et(vo, Mi) {
45006
+ var o = qe(/* @__PURE__ */ FI()), i = qe(/* @__PURE__ */ z5()), s = qe(/* @__PURE__ */ Rge()), a = qe(/* @__PURE__ */ Mge()), l = qe(/* @__PURE__ */ Age()), c = qe(/* @__PURE__ */ Dge()), u = qe(/* @__PURE__ */ _ge()), d = qe(/* @__PURE__ */ W5()), f = qe(/* @__PURE__ */ Nge()), p = qe(/* @__PURE__ */ Fge()), h = qe(/* @__PURE__ */ CS()), b = qe(/* @__PURE__ */ Lge()), g = qe(/* @__PURE__ */ LI()), y = qe(/* @__PURE__ */ Y5()), v = qe(/* @__PURE__ */ $ge()), C = qe(/* @__PURE__ */ jge()), O = qe(/* @__PURE__ */ Bge()), T = qe(/* @__PURE__ */ Vge()), P = Et(/* @__PURE__ */ Hge()), k = Et(/* @__PURE__ */ zge()), M = qe(/* @__PURE__ */ qge()), _ = Et(/* @__PURE__ */ Uge()), D = qe(/* @__PURE__ */ Gge()), A = qe(/* @__PURE__ */ Wge()), F = qe(/* @__PURE__ */ Kge()), I = qe(/* @__PURE__ */ Yge()), N = qe(/* @__PURE__ */ Zge()), j = qe(/* @__PURE__ */ Z5()), H = qe(/* @__PURE__ */ X5()), $ = qe(/* @__PURE__ */ Xge()), B = qe(/* @__PURE__ */ Qge()), q = qe(/* @__PURE__ */ ebe()), U = qe(/* @__PURE__ */ tbe()), V = qe(/* @__PURE__ */ $I()), L = Et(/* @__PURE__ */ H5()), G = qe(/* @__PURE__ */ nbe()), Z = qe(/* @__PURE__ */ Q5()), X = qe(/* @__PURE__ */ rbe()), J = qe(/* @__PURE__ */ obe()), te = qe(/* @__PURE__ */ ibe()), ce = qe(/* @__PURE__ */ sbe()), me = qe(/* @__PURE__ */ abe()), re = qe(/* @__PURE__ */ lbe()), se = Et(/* @__PURE__ */ cbe()), le = qe(/* @__PURE__ */ ube()), Q = qe(/* @__PURE__ */ dbe()), Ce = qe(/* @__PURE__ */ fbe()), ge = qe(/* @__PURE__ */ pbe()), Se = qe(/* @__PURE__ */ hbe()), xe = qe(/* @__PURE__ */ mbe()), W = qe(/* @__PURE__ */ gbe()), K = qe(/* @__PURE__ */ G5()), ne = qe(/* @__PURE__ */ bbe()), ae = qe(/* @__PURE__ */ ybe()), de = qe(/* @__PURE__ */ vbe()), pe = qe(/* @__PURE__ */ xbe()), Pe = qe(/* @__PURE__ */ Sbe()), Me = qe(/* @__PURE__ */ Cbe()), ze = qe(/* @__PURE__ */ t4()), Ge = qe(/* @__PURE__ */ wbe()), ct = qe(/* @__PURE__ */ Tbe()), vt = qe(/* @__PURE__ */ Obe()), Fe = qe(/* @__PURE__ */ Pbe()), Ze = qe(/* @__PURE__ */ Ebe()), Ae = qe(/* @__PURE__ */ Ibe()), Xe = qe(/* @__PURE__ */ kbe()), it = Et(/* @__PURE__ */ Rbe()), gt = qe(/* @__PURE__ */ Mbe()), Ft = qe(/* @__PURE__ */ Abe()), ln = qe(/* @__PURE__ */ Dbe()), xt = /* @__PURE__ */ _be(), et = qe(/* @__PURE__ */ Nbe()), bt = qe(/* @__PURE__ */ Fbe()), Ht = qe(/* @__PURE__ */ Lbe()), xn = qe(/* @__PURE__ */ $be()), un = qe(/* @__PURE__ */ J5()), Ar = qe(/* @__PURE__ */ jbe()), ir = qe(/* @__PURE__ */ Bbe()), Br = qe(/* @__PURE__ */ Vbe()), Vr = qe(/* @__PURE__ */ Hbe()), ht = qe(/* @__PURE__ */ zbe()), Sn = qe(/* @__PURE__ */ e4()), pt = qe(/* @__PURE__ */ qbe()), Pt = qe(/* @__PURE__ */ Ube()), Wt = qe(/* @__PURE__ */ Gbe()), Jt = qe(/* @__PURE__ */ Wbe()), Tn = qe(/* @__PURE__ */ Kbe()), Yr = Et(/* @__PURE__ */ Ybe()), Go = qe(/* @__PURE__ */ o4()), Ri = qe(/* @__PURE__ */ r4()), la = qe(/* @__PURE__ */ i4()), Mi = qe(/* @__PURE__ */ Zbe()), vr = qe(/* @__PURE__ */ Xbe()), Pr = qe(/* @__PURE__ */ Qbe()), ns = qe(/* @__PURE__ */ Jbe()), vl = qe(/* @__PURE__ */ s4()), _a = qe(/* @__PURE__ */ eye()), xl = qe(/* @__PURE__ */ tye()), $e = qe(/* @__PURE__ */ nye()), Ne = qe(/* @__PURE__ */ rye()), at = qe(/* @__PURE__ */ oye()), _t = qe(/* @__PURE__ */ iye());
45007
+ function Et(vo, Ai) {
45008
45008
  if (typeof WeakMap == "function") var Tc = /* @__PURE__ */ new WeakMap(), Oc = /* @__PURE__ */ new WeakMap();
45009
- return (Et = function(sr, Ai) {
45010
- if (!Ai && sr && sr.__esModule) return sr;
45009
+ return (Et = function(sr, Di) {
45010
+ if (!Di && sr && sr.__esModule) return sr;
45011
45011
  var di, Zu, Sl = { __proto__: null, default: sr };
45012
45012
  if (sr === null || r(sr) != "object" && typeof sr != "function") return Sl;
45013
- if (di = Ai ? Oc : Tc) {
45013
+ if (di = Di ? Oc : Tc) {
45014
45014
  if (di.has(sr)) return di.get(sr);
45015
45015
  di.set(sr, Sl);
45016
45016
  }
45017
45017
  for (var Na in sr) Na !== "default" && {}.hasOwnProperty.call(sr, Na) && ((Zu = (di = Object.defineProperty) && Object.getOwnPropertyDescriptor(sr, Na)) && (Zu.get || Zu.set) ? di(Sl, Na, Zu) : Sl[Na] = sr[Na]);
45018
45018
  return Sl;
45019
- })(vo, Mi);
45019
+ })(vo, Ai);
45020
45020
  }
45021
45021
  function qe(vo) {
45022
45022
  return vo && vo.__esModule ? vo : { default: vo };
@@ -45116,9 +45116,9 @@ function sye() {
45116
45116
  isMimeType: Jt.default,
45117
45117
  isLatLong: Tn.default,
45118
45118
  ltrim: Go.default,
45119
- rtrim: ki.default,
45119
+ rtrim: Ri.default,
45120
45120
  trim: la.default,
45121
- escape: Ri.default,
45121
+ escape: Mi.default,
45122
45122
  unescape: vr.default,
45123
45123
  stripLow: Pr.default,
45124
45124
  whitelist: ns.default,
@@ -45400,11 +45400,11 @@ function pye(e) {
45400
45400
  }
45401
45401
  return Ne;
45402
45402
  };
45403
- const ce = S.useRef(!1), me = S.useRef(!0), re = S.useRef(null), se = S.useRef(null), [le, Q] = S.useState(null), [Ce, ge] = S.useState(-1), Se = i ? 0 : -1, xe = S.useRef(Se), W = S.useRef(O$(d ?? X, I, te)).current, [K, ne] = Oi({
45403
+ const ce = S.useRef(!1), me = S.useRef(!0), re = S.useRef(null), se = S.useRef(null), [le, Q] = S.useState(null), [Ce, ge] = S.useState(-1), Se = i ? 0 : -1, xe = S.useRef(Se), W = S.useRef(O$(d ?? X, I, te)).current, [K, ne] = Pi({
45404
45404
  controlled: X,
45405
45405
  default: d,
45406
45406
  name: u
45407
- }), [ae, de] = Oi({
45407
+ }), [ae, de] = Pi({
45408
45408
  controlled: A,
45409
45409
  default: W,
45410
45410
  name: u,
@@ -45414,7 +45414,7 @@ function pye(e) {
45414
45414
  return;
45415
45415
  const Et = O$(Ne, I, te, G);
45416
45416
  ae !== Et && (de(Et), $ && $($e, Et, at));
45417
- }, [te, ae, I, $, de, l, K, G]), [ze, Ge] = Oi({
45417
+ }, [te, ae, I, $, de, l, K, G]), [ze, Ge] = Pi({
45418
45418
  controlled: q,
45419
45419
  default: !1,
45420
45420
  name: u,
@@ -45755,7 +45755,7 @@ function pye(e) {
45755
45755
  index: Number($e.currentTarget.getAttribute("data-option-index")),
45756
45756
  reason: "touch"
45757
45757
  }), Br.current = !0;
45758
- }, ki = ($e) => {
45758
+ }, Ri = ($e) => {
45759
45759
  const Ne = Number($e.currentTarget.getAttribute("data-option-index"));
45760
45760
  Vr($e, Ae[Ne], "selectOption"), Br.current = !1;
45761
45761
  }, la = ($e) => (Ne) => {
@@ -45763,7 +45763,7 @@ function pye(e) {
45763
45763
  at.splice($e, 1), ir(Ne, at, "removeOption", {
45764
45764
  option: K[$e]
45765
45765
  });
45766
- }, Ri = ($e) => {
45766
+ }, Mi = ($e) => {
45767
45767
  ir($e, null, "removeOption", {
45768
45768
  option: K
45769
45769
  });
@@ -45843,7 +45843,7 @@ function pye(e) {
45843
45843
  },
45844
45844
  tabIndex: -1,
45845
45845
  ...!L && {
45846
- onDelete: I ? la($e) : Ri
45846
+ onDelete: I ? la($e) : Mi
45847
45847
  }
45848
45848
  }),
45849
45849
  getPopupIndicatorProps: () => ({
@@ -45883,7 +45883,7 @@ function pye(e) {
45883
45883
  role: "option",
45884
45884
  id: `${J}-option-${$e}`,
45885
45885
  onMouseMove: Yr,
45886
- onClick: ki,
45886
+ onClick: Ri,
45887
45887
  onTouchStart: Go,
45888
45888
  "data-option-index": $e,
45889
45889
  "aria-disabled": _t,
@@ -46180,7 +46180,7 @@ const vye = (e) => {
46180
46180
  padding: "2.5px 4px 2.5px 8px"
46181
46181
  }
46182
46182
  },
46183
- [`& .${Vi.root}`]: {
46183
+ [`& .${Hi.root}`]: {
46184
46184
  paddingTop: 19,
46185
46185
  paddingLeft: 8,
46186
46186
  [`.${an.hasPopupIcon}&, .${an.hasClearIcon}&`]: {
@@ -46189,23 +46189,23 @@ const vye = (e) => {
46189
46189
  [`.${an.hasPopupIcon}.${an.hasClearIcon}&`]: {
46190
46190
  paddingRight: 65
46191
46191
  },
46192
- [`& .${Vi.input}`]: {
46192
+ [`& .${Hi.input}`]: {
46193
46193
  padding: "7px 4px"
46194
46194
  },
46195
46195
  [`& .${an.endAdornment}`]: {
46196
46196
  right: 9
46197
46197
  }
46198
46198
  },
46199
- [`& .${Vi.root}.${wo.sizeSmall}`]: {
46199
+ [`& .${Hi.root}.${wo.sizeSmall}`]: {
46200
46200
  paddingBottom: 1,
46201
- [`& .${Vi.input}`]: {
46201
+ [`& .${Hi.input}`]: {
46202
46202
  padding: "2.5px 4px"
46203
46203
  }
46204
46204
  },
46205
46205
  [`& .${wo.hiddenLabel}`]: {
46206
46206
  paddingTop: 8
46207
46207
  },
46208
- [`& .${Vi.root}.${wo.hiddenLabel}`]: {
46208
+ [`& .${Hi.root}.${wo.hiddenLabel}`]: {
46209
46209
  paddingTop: 0,
46210
46210
  paddingBottom: 0,
46211
46211
  [`& .${an.input}`]: {
@@ -46213,7 +46213,7 @@ const vye = (e) => {
46213
46213
  paddingBottom: 17
46214
46214
  }
46215
46215
  },
46216
- [`& .${Vi.root}.${wo.hiddenLabel}.${wo.sizeSmall}`]: {
46216
+ [`& .${Hi.root}.${wo.hiddenLabel}.${wo.sizeSmall}`]: {
46217
46217
  [`& .${an.input}`]: {
46218
46218
  paddingTop: 8,
46219
46219
  paddingBottom: 9
@@ -46515,14 +46515,14 @@ const vye = (e) => {
46515
46515
  onMouseDown: Yr
46516
46516
  } = gt(), {
46517
46517
  ref: Go,
46518
- ...ki
46519
- } = bt(), Ri = H || ((hn) => hn.label ?? hn), vr = {
46518
+ ...Ri
46519
+ } = bt(), Mi = H || ((hn) => hn.label ?? hn), vr = {
46520
46520
  ...o,
46521
46521
  disablePortal: k,
46522
46522
  expanded: Ar,
46523
46523
  focused: Vr,
46524
46524
  fullWidth: F,
46525
- getOptionLabel: Ri,
46525
+ getOptionLabel: Mi,
46526
46526
  hasClearIcon: Jt,
46527
46527
  hasPopupIcon: Tn,
46528
46528
  inputFocused: ht === -1,
@@ -46545,7 +46545,7 @@ const vye = (e) => {
46545
46545
  externalForwardedProps: ns,
46546
46546
  ownerState: vr,
46547
46547
  className: Pr.listbox,
46548
- additionalProps: ki,
46548
+ additionalProps: Ri,
46549
46549
  ref: Go
46550
46550
  }), [xl, $e] = Rt("paper", {
46551
46551
  elementType: pc,
@@ -46575,17 +46575,17 @@ const vye = (e) => {
46575
46575
  });
46576
46576
  if (ce ? xn.length > 0 && (ze ? _t = ze(xn, Et, vr) : Ge ? _t = Ge(xn, Et, vr) : _t = xn.map((hn, sr) => {
46577
46577
  const {
46578
- key: Ai,
46578
+ key: Di,
46579
46579
  ...di
46580
46580
  } = Et({
46581
46581
  index: sr
46582
46582
  });
46583
46583
  return /* @__PURE__ */ w.jsx(op, {
46584
- label: Ri(hn),
46584
+ label: Mi(hn),
46585
46585
  size: vt,
46586
46586
  ...di,
46587
46587
  ...ns.slotProps.chip
46588
- }, Ai);
46588
+ }, Di);
46589
46589
  })) : Ge && xn != null && (_t = Ge(xn, Et, vr)), G > -1 && Array.isArray(_t)) {
46590
46590
  const hn = _t.length - G;
46591
46591
  !Vr && hn > 0 && (_t = _t.splice(0, G), _t.push(/* @__PURE__ */ w.jsx("span", {
@@ -46606,23 +46606,23 @@ const vye = (e) => {
46606
46606
  })]
46607
46607
  }, hn.key)), vo = Me || ((hn, sr) => {
46608
46608
  const {
46609
- key: Ai,
46609
+ key: Di,
46610
46610
  ...di
46611
46611
  } = hn;
46612
46612
  return /* @__PURE__ */ w.jsx("li", {
46613
46613
  ...di,
46614
- children: Ri(sr)
46615
- }, Ai);
46616
- }), Mi = (hn, sr) => {
46617
- const Ai = Ht({
46614
+ children: Mi(sr)
46615
+ }, Di);
46616
+ }), Ai = (hn, sr) => {
46617
+ const Di = Ht({
46618
46618
  option: hn,
46619
46619
  index: sr
46620
46620
  });
46621
46621
  return vo({
46622
- ...Ai,
46622
+ ...Di,
46623
46623
  className: Pr.option
46624
46624
  }, hn, {
46625
- selected: Ai["aria-selected"],
46625
+ selected: Di["aria-selected"],
46626
46626
  index: sr,
46627
46627
  inputValue: Pt
46628
46628
  }, vr);
@@ -46702,8 +46702,8 @@ const vye = (e) => {
46702
46702
  children: Wt.map((hn, sr) => B ? Vn({
46703
46703
  key: hn.key,
46704
46704
  group: hn.group,
46705
- children: hn.options.map((Ai, di) => Mi(Ai, hn.index + di))
46706
- }) : Mi(hn, sr))
46705
+ children: hn.options.map((Di, di) => Ai(Di, hn.index + di))
46706
+ }) : Ai(hn, sr))
46707
46707
  }) : null]
46708
46708
  })
46709
46709
  }) : null]
@@ -47624,7 +47624,7 @@ const $ye = (e) => {
47624
47624
  slots: M = {},
47625
47625
  slotProps: _ = {},
47626
47626
  ...D
47627
- } = t, [A, F] = Oi({
47627
+ } = t, [A, F] = Pi({
47628
47628
  controlled: i,
47629
47629
  default: !!a,
47630
47630
  name: "SwitchBase",
@@ -49413,7 +49413,7 @@ const c4 = /* @__PURE__ */ S.forwardRef(function(t, r) {
49413
49413
  ...$
49414
49414
  } = o, B = /* @__PURE__ */ S.isValidElement(s) ? s : /* @__PURE__ */ w.jsx("span", {
49415
49415
  children: s
49416
- }), q = yr(), U = En(), [V, L] = S.useState(), [G, Z] = S.useState(null), X = S.useRef(!1), J = p || v, te = no(), ce = no(), me = no(), re = no(), [se, le] = Oi({
49416
+ }), q = yr(), U = En(), [V, L] = S.useState(), [G, Z] = S.useState(null), X = S.useRef(!1), J = p || v, te = no(), ce = no(), me = no(), re = no(), [se, le] = Pi({
49417
49417
  controlled: M,
49418
49418
  default: !1,
49419
49419
  name: "Tooltip",
@@ -53808,12 +53808,12 @@ st(rr, (e) => e.headerFilterHeight);
53808
53808
  const lSe = st(rr, (e) => e.hasScrollX ? e.scrollbarSize : 0), G4 = st(rr, (e) => e.hasScrollY ? e.scrollbarSize : 0), cSe = st(rr, lSe, (e, t) => {
53809
53809
  const r = e.viewportOuterSize.height - e.minimumSize.height > 0;
53810
53810
  return !(t === 0 && !r);
53811
- }), W4 = Bn((e) => e.rowsMeta), sa = Bn((e) => e.rows), ip = st(sa, (e) => e.totalRowCount), uSe = st(sa, (e) => e.loading), dSe = st(sa, (e) => e.totalTopLevelRowCount), Ui = st(sa, (e) => e.dataRowIdToModelLookup);
53812
- st(Ui, (e, t) => e[t]);
53811
+ }), W4 = Bn((e) => e.rowsMeta), sa = Bn((e) => e.rows), ip = st(sa, (e) => e.totalRowCount), uSe = st(sa, (e) => e.loading), dSe = st(sa, (e) => e.totalTopLevelRowCount), Gi = st(sa, (e) => e.dataRowIdToModelLookup);
53812
+ st(Gi, (e, t) => e[t]);
53813
53813
  const wr = st(sa, (e) => e.tree), Es = st(wr, (e, t) => e[t]), fSe = st(sa, (e) => e.groupsToFetch), pSe = st(sa, (e) => e.groupingName), oj = st(sa, (e) => e.treeDepths), qm = bn(sa, (e) => {
53814
53814
  const t = Object.entries(e.treeDepths);
53815
53815
  return t.length === 0 ? 1 : (t.filter(([, r]) => r > 0).map(([r]) => Number(r)).sort((r, o) => o - r)[0] ?? 0) + 1;
53816
- }), Jd = st(sa, (e) => e.dataRowIds), hSe = bn(Jd, Ui, (e, t) => e.reduce((r, o) => (t[o] && r.push(t[o]), r), [])), mSe = st(sa, (e) => e?.additionalRowGroups), sp = bn(mSe, (e) => {
53816
+ }), Jd = st(sa, (e) => e.dataRowIds), hSe = bn(Jd, Gi, (e, t) => e.reduce((r, o) => (t[o] && r.push(t[o]), r), [])), mSe = st(sa, (e) => e?.additionalRowGroups), sp = bn(mSe, (e) => {
53817
53817
  const t = e?.pinnedRows;
53818
53818
  return {
53819
53819
  bottom: t?.bottom?.map((r) => ({
@@ -54485,7 +54485,7 @@ const oU = (e, t) => t && e.length > 1 ? (Jn(["MUI X: The `sortModel` can only c
54485
54485
  const r = JI(e, t);
54486
54486
  return r !== null ? r : e > t ? 1 : e < t ? -1 : 0;
54487
54487
  }, NSe = ["item", "applyValue", "type", "apiRef", "focusElementRef", "tabIndex", "disabled", "isFilterActive", "slotProps", "clearButton", "headerFilterMenu"];
54488
- function Hi(e) {
54488
+ function zi(e) {
54489
54489
  const {
54490
54490
  item: t,
54491
54491
  applyValue: r,
@@ -54537,7 +54537,7 @@ function dO(e) {
54537
54537
  if (!(e == null || e === ""))
54538
54538
  return String(e);
54539
54539
  }
54540
- process.env.NODE_ENV !== "production" && (Hi.propTypes = {
54540
+ process.env.NODE_ENV !== "production" && (zi.propTypes = {
54541
54541
  // ----------------------------- Warning --------------------------------
54542
54542
  // | These PropTypes are generated from the TypeScript type definitions |
54543
54543
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -54982,19 +54982,19 @@ return result$$;`.replaceAll("$$", String(pj)));
54982
54982
  }, QSe = (e = !1) => [{
54983
54983
  value: "contains",
54984
54984
  getApplyFilterFn: mj(e, !1),
54985
- InputComponent: Hi
54985
+ InputComponent: zi
54986
54986
  }, {
54987
54987
  value: "doesNotContain",
54988
54988
  getApplyFilterFn: mj(e, !0),
54989
- InputComponent: Hi
54989
+ InputComponent: zi
54990
54990
  }, {
54991
54991
  value: "equals",
54992
54992
  getApplyFilterFn: gj(e, !1),
54993
- InputComponent: Hi
54993
+ InputComponent: zi
54994
54994
  }, {
54995
54995
  value: "doesNotEqual",
54996
54996
  getApplyFilterFn: gj(e, !0),
54997
- InputComponent: Hi
54997
+ InputComponent: zi
54998
54998
  }, {
54999
54999
  value: "startsWith",
55000
55000
  getApplyFilterFn: (t) => {
@@ -55003,7 +55003,7 @@ return result$$;`.replaceAll("$$", String(pj)));
55003
55003
  const r = e ? t.value : t.value.trim(), o = new RegExp(`^${Mx(r)}.*$`, "i");
55004
55004
  return (i) => i != null ? o.test(i.toString()) : !1;
55005
55005
  },
55006
- InputComponent: Hi
55006
+ InputComponent: zi
55007
55007
  }, {
55008
55008
  value: "endsWith",
55009
55009
  getApplyFilterFn: (t) => {
@@ -55012,7 +55012,7 @@ return result$$;`.replaceAll("$$", String(pj)));
55012
55012
  const r = e ? t.value : t.value.trim(), o = new RegExp(`.*${Mx(r)}$`, "i");
55013
55013
  return (i) => i != null ? o.test(i.toString()) : !1;
55014
55014
  },
55015
- InputComponent: Hi
55015
+ InputComponent: zi
55016
55016
  }, {
55017
55017
  value: "isEmpty",
55018
55018
  getApplyFilterFn: bj(!1),
@@ -55791,7 +55791,7 @@ function DS(e) {
55791
55791
  return !1;
55792
55792
  return !0;
55793
55793
  }
55794
- const _U = Bn((e) => e.sorting), Km = st(_U, (e) => e.sortedRows), ak = bn(Km, Ui, wr, (e, t, r) => e.reduce((o, i) => {
55794
+ const _U = Bn((e) => e.sorting), Km = st(_U, (e) => e.sortedRows), ak = bn(Km, Gi, wr, (e, t, r) => e.reduce((o, i) => {
55795
55795
  const s = t[i];
55796
55796
  if (s)
55797
55797
  o.push({
@@ -55838,7 +55838,7 @@ const uk = bn(eo, gl, (e, t) => e.items?.filter((r) => {
55838
55838
  return !1;
55839
55839
  const i = o.filterOperators.find((s) => s.value === r.operator);
55840
55840
  return i ? !i.InputComponent || r.value != null && r.value?.toString() !== "" : !1;
55841
- })), RCe = bn(uk, (e) => e.reduce((r, o) => (r[o.field] ? r[o.field].push(o) : r[o.field] = [o], r), {})), MCe = bn(su, (e) => e.reduce((t, r, o) => (t[r] = o, t), /* @__PURE__ */ Object.create(null))), Qs = Bn((e) => e.rowSelection), Ym = bn(Qs, ql), NS = st(Qs, $U, (e, t) => e.type === "include" ? e.ids.size : t - e.ids.size), jU = bn(Qs, Ui, Jd, (e, t, r) => {
55841
+ })), RCe = bn(uk, (e) => e.reduce((r, o) => (r[o.field] ? r[o.field].push(o) : r[o.field] = [o], r), {})), MCe = bn(su, (e) => e.reduce((t, r, o) => (t[r] = o, t), /* @__PURE__ */ Object.create(null))), Qs = Bn((e) => e.rowSelection), Ym = bn(Qs, ql), NS = st(Qs, $U, (e, t) => e.type === "include" ? e.ids.size : t - e.ids.size), jU = bn(Qs, Gi, Jd, (e, t, r) => {
55842
55842
  const o = /* @__PURE__ */ new Map();
55843
55843
  if (e.type === "include")
55844
55844
  for (const i of e.ids)
@@ -55861,7 +55861,7 @@ function BU(e, t) {
55861
55861
  }
55862
55862
  return a;
55863
55863
  }
55864
- const DCe = st(Ki, wr, ap, Ym, Ui, ACe, (e, t, r, o, i, s, {
55864
+ const DCe = st(Ki, wr, ap, Ym, Gi, ACe, (e, t, r, o, i, s, {
55865
55865
  groupId: a,
55866
55866
  autoSelectParents: l
55867
55867
  }) => {
@@ -56576,42 +56576,42 @@ const ewe = (e, t, r, o) => {
56576
56576
  }), Bl = (e) => e == null ? null : Number(e), owe = (e) => e == null || Number.isNaN(e) || e === "" ? null : (t) => Bl(t) === Bl(e), iwe = () => [{
56577
56577
  value: "=",
56578
56578
  getApplyFilterFn: (e) => e.value == null || Number.isNaN(e.value) ? null : (t) => Bl(t) === e.value,
56579
- InputComponent: Hi,
56579
+ InputComponent: zi,
56580
56580
  InputComponentProps: {
56581
56581
  type: "number"
56582
56582
  }
56583
56583
  }, {
56584
56584
  value: "!=",
56585
56585
  getApplyFilterFn: (e) => e.value == null || Number.isNaN(e.value) ? null : (t) => Bl(t) !== e.value,
56586
- InputComponent: Hi,
56586
+ InputComponent: zi,
56587
56587
  InputComponentProps: {
56588
56588
  type: "number"
56589
56589
  }
56590
56590
  }, {
56591
56591
  value: ">",
56592
56592
  getApplyFilterFn: (e) => e.value == null || Number.isNaN(e.value) ? null : (t) => t == null ? !1 : Bl(t) > e.value,
56593
- InputComponent: Hi,
56593
+ InputComponent: zi,
56594
56594
  InputComponentProps: {
56595
56595
  type: "number"
56596
56596
  }
56597
56597
  }, {
56598
56598
  value: ">=",
56599
56599
  getApplyFilterFn: (e) => e.value == null || Number.isNaN(e.value) ? null : (t) => t == null ? !1 : Bl(t) >= e.value,
56600
- InputComponent: Hi,
56600
+ InputComponent: zi,
56601
56601
  InputComponentProps: {
56602
56602
  type: "number"
56603
56603
  }
56604
56604
  }, {
56605
56605
  value: "<",
56606
56606
  getApplyFilterFn: (e) => e.value == null || Number.isNaN(e.value) ? null : (t) => t == null ? !1 : Bl(t) < e.value,
56607
- InputComponent: Hi,
56607
+ InputComponent: zi,
56608
56608
  InputComponentProps: {
56609
56609
  type: "number"
56610
56610
  }
56611
56611
  }, {
56612
56612
  value: "<=",
56613
56613
  getApplyFilterFn: (e) => e.value == null || Number.isNaN(e.value) ? null : (t) => t == null ? !1 : Bl(t) <= e.value,
56614
- InputComponent: Hi,
56614
+ InputComponent: zi,
56615
56615
  InputComponentProps: {
56616
56616
  type: "number"
56617
56617
  }
@@ -58479,7 +58479,7 @@ const MTe = typeof navigator < "u" ? navigator.userAgent.toLowerCase() : "empty"
58479
58479
  context: ot((t) => t.virtualization.context),
58480
58480
  scrollPosition: ot((t) => t.virtualization.scrollPosition)
58481
58481
  };
58482
- })(), Bi = {
58482
+ })(), Vi = {
58483
58483
  initialize: DTe,
58484
58484
  use: _Te,
58485
58485
  selectors: Kv
@@ -59000,10 +59000,10 @@ class Al extends v9 {
59000
59000
  };
59001
59001
  }
59002
59002
  static selectors = {
59003
- containerProps: Kt(Bi.selectors.context, (t) => ({
59003
+ containerProps: Kt(Vi.selectors.context, (t) => ({
59004
59004
  ref: t.containerRef
59005
59005
  })),
59006
- scrollerProps: Kt(Bi.selectors.context, gr.selectors.autoHeight, gr.selectors.needsHorizontalScrollbar, (t, r, o) => ({
59006
+ scrollerProps: Kt(Vi.selectors.context, gr.selectors.autoHeight, gr.selectors.needsHorizontalScrollbar, (t, r, o) => ({
59007
59007
  ref: t.scrollerRef,
59008
59008
  style: {
59009
59009
  overflowX: o ? void 0 : "hidden",
@@ -59022,20 +59022,20 @@ class Al extends v9 {
59022
59022
  },
59023
59023
  role: "presentation"
59024
59024
  })),
59025
- positionerProps: Kt(Bi.selectors.offsetTop, (t) => ({
59025
+ positionerProps: Kt(Vi.selectors.offsetTop, (t) => ({
59026
59026
  style: {
59027
59027
  transform: `translate3d(0, ${t}px, 0)`
59028
59028
  }
59029
59029
  })),
59030
- scrollbarHorizontalProps: Kt(Bi.selectors.context, Bi.selectors.scrollPosition, (t, r) => ({
59030
+ scrollbarHorizontalProps: Kt(Vi.selectors.context, Vi.selectors.scrollPosition, (t, r) => ({
59031
59031
  ref: t.scrollbarHorizontalRef,
59032
59032
  scrollPosition: r
59033
59033
  })),
59034
- scrollbarVerticalProps: Kt(Bi.selectors.context, Bi.selectors.scrollPosition, (t, r) => ({
59034
+ scrollbarVerticalProps: Kt(Vi.selectors.context, Vi.selectors.scrollPosition, (t, r) => ({
59035
59035
  ref: t.scrollbarVerticalRef,
59036
59036
  scrollPosition: r
59037
59037
  })),
59038
- scrollAreaProps: Kt(Bi.selectors.scrollPosition, (t) => ({
59038
+ scrollAreaProps: Kt(Vi.selectors.scrollPosition, (t) => ({
59039
59039
  scrollPosition: t
59040
59040
  }))
59041
59041
  };
@@ -59067,7 +59067,7 @@ class A8e extends v9 {
59067
59067
  };
59068
59068
  }
59069
59069
  static selectors = {
59070
- containerProps: Kt(Bi.selectors.context, gr.selectors.autoHeight, gr.selectors.needsHorizontalScrollbar, (t, r, o) => ({
59070
+ containerProps: Kt(Vi.selectors.context, gr.selectors.autoHeight, gr.selectors.needsHorizontalScrollbar, (t, r, o) => ({
59071
59071
  ref: t.mergedRef,
59072
59072
  style: {
59073
59073
  overflowX: o ? void 0 : "hidden",
@@ -59091,7 +59091,7 @@ class A8e extends v9 {
59091
59091
  },
59092
59092
  role: "presentation"
59093
59093
  })),
59094
- positionerProps: Kt(Bi.selectors.offsetTop, (t) => ({
59094
+ positionerProps: Kt(Vi.selectors.offsetTop, (t) => ({
59095
59095
  style: {
59096
59096
  height: t
59097
59097
  }
@@ -59113,7 +59113,7 @@ function qTe(e, t, r) {
59113
59113
  if (!i.isReady)
59114
59114
  return 0;
59115
59115
  if (t.getRowHeight) {
59116
- const a = Bi.selectors.renderContext(e.state), l = a.lastRowIndex - a.firstRowIndex;
59116
+ const a = Vi.selectors.renderContext(e.state), l = a.lastRowIndex - a.firstRowIndex;
59117
59117
  return Math.min(l - 1, t.rows.length);
59118
59118
  }
59119
59119
  const s = Math.floor(i.viewportInnerSize.height / i.rowHeight);
@@ -59169,7 +59169,7 @@ const YTe = [{
59169
59169
  rowBufferPx: 150,
59170
59170
  columnBufferPx: 150
59171
59171
  }
59172
- }, kj = [gr, Bi, bTe, Nf, HTe], XTe = (e) => {
59172
+ }, kj = [gr, Vi, bTe, Nf, HTe], XTe = (e) => {
59173
59173
  const t = S9(e, ZTe), r = ii(() => new zm(kj.map((i) => i.initialize(t)).reduce((i, s) => Object.assign(i, s), {}))).current, o = {};
59174
59174
  for (const i of kj)
59175
59175
  Object.assign(o, i.use(r, t, o));
@@ -59897,7 +59897,7 @@ function TOe() {
59897
59897
  Z !== r.current.state.rowsMeta && r.current.setState((X) => E({}, X, {
59898
59898
  rowsMeta: Z
59899
59899
  }));
59900
- }), Jl(L.store, Bi.selectors.store, (G, Z) => {
59900
+ }), Jl(L.store, Vi.selectors.store, (G, Z) => {
59901
59901
  Z.renderContext !== rm && Z !== r.current.state.virtualization && r.current.setState((X) => E({}, X, {
59902
59902
  virtualization: Z
59903
59903
  }));
@@ -65676,7 +65676,7 @@ const fIe = (e, t, r) => {
65676
65676
  } = t, T = ii(dIe), P = S.useCallback((D) => {
65677
65677
  if (t.filterMode !== "client" || !D.isRowMatchingFilters || !D.filterModel.items.length && !D.filterModel.quickFilterValues?.length)
65678
65678
  return uU;
65679
- const A = Ui(e), F = {}, {
65679
+ const A = Gi(e), F = {}, {
65680
65680
  isRowMatchingFilters: I
65681
65681
  } = D, N = {}, j = {
65682
65682
  passingFilterItems: null,
@@ -66775,7 +66775,7 @@ const gIe = bn(Zm, sp, (e, t) => (t.top || []).concat(e.rows, t.bottom || [])),
66775
66775
  Ut(e, N, "public"), Ut(e, j, "private"), S.useEffect(() => {
66776
66776
  c && T(c);
66777
66777
  }, [c, T]), kt(() => {
66778
- const H = Ui(e), $ = s.current;
66778
+ const H = Gi(e), $ = s.current;
66779
66779
  s.current = lU(r), Object.entries(r).forEach(([B, q]) => {
66780
66780
  Object.entries(q).forEach(([U, V]) => {
66781
66781
  const L = $[B]?.[U]?.mode || On.View, G = H[B] ? e.current.getRowId(H[B]) : B;
@@ -67130,7 +67130,7 @@ const gIe = bn(Zm, sp, (e, t) => (t.top || []).concat(e.rows, t.bottom || [])),
67130
67130
  Ut(e, q, "public"), Ut(e, U, "private"), S.useEffect(() => {
67131
67131
  f && _(f);
67132
67132
  }, [f, _]), kt(() => {
67133
- const V = Ui(e), L = s.current;
67133
+ const V = Gi(e), L = s.current;
67134
67134
  s.current = lU(r);
67135
67135
  const G = /* @__PURE__ */ new Set([...Object.keys(r), ...Object.keys(L)]);
67136
67136
  Array.from(G).forEach((Z) => {
@@ -67240,7 +67240,7 @@ const gIe = bn(Zm, sp, (e, t) => (t.top || []).concat(e.rows, t.bottom || [])),
67240
67240
  setRowIndex: l,
67241
67241
  setRowPosition: c
67242
67242
  } = r.hooks.useGridRowsOverridableMethods(e, t), u = S.useCallback((U) => {
67243
- const V = Ui(e)[U];
67243
+ const V = Gi(e)[U];
67244
67244
  if (V)
67245
67245
  return V;
67246
67246
  const L = Es(e, U);
@@ -67323,7 +67323,7 @@ const gIe = bn(Zm, sp, (e, t) => (t.top || []).concat(e.rows, t.bottom || [])),
67323
67323
  })
67324
67324
  })), e.current.caches.rows.loadingPropBeforePartialUpdates = U;
67325
67325
  }, [e, o]), y = S.useCallback(() => {
67326
- const U = Jd(e), V = Ui(e);
67326
+ const U = Jd(e), V = Gi(e);
67327
67327
  return new Map(U.map((L) => [L, V[L] ?? {}]));
67328
67328
  }, [e]), v = S.useCallback(() => ip(e), [e]), C = S.useCallback(() => Jd(e), [e]), O = S.useCallback((U) => {
67329
67329
  const {
@@ -67405,7 +67405,7 @@ const gIe = bn(Zm, sp, (e, t) => (t.top || []).concat(e.rows, t.bottom || [])),
67405
67405
  return;
67406
67406
  if (qm(e) > 1)
67407
67407
  throw new Error("`apiRef.current.unstable_replaceRows` is not compatible with tree data and row grouping");
67408
- const G = E({}, wr(e)), Z = E({}, Ui(e)), X = G[mr], J = [...X.children], te = /* @__PURE__ */ new Set();
67408
+ const G = E({}, wr(e)), Z = E({}, Gi(e)), X = G[mr], J = [...X.children], te = /* @__PURE__ */ new Set();
67409
67409
  for (let me = 0; me < V.length; me += 1) {
67410
67410
  const re = V[me], se = IS(re, t.getRowId, "A row was provided without id when calling replaceRows()."), [le] = J.splice(U + me, 1, se);
67411
67411
  te.has(le) || (delete Z[le], delete G[le]);
@@ -67485,7 +67485,7 @@ const gIe = bn(Zm, sp, (e, t) => (t.top || []).concat(e.rows, t.bottom || [])),
67485
67485
  tree: wr(e),
67486
67486
  treeDepths: oj(e),
67487
67487
  dataRowIds: Jd(e),
67488
- dataRowIdToModelLookup: Ui(e)
67488
+ dataRowIdToModelLookup: Gi(e)
67489
67489
  });
67490
67490
  return E({}, U, {
67491
67491
  rows: E({}, U.rows, V, {
@@ -67813,7 +67813,7 @@ const Ah = {
67813
67813
  const M = S.useRef(!0), _ = S.useCallback(() => {
67814
67814
  if (M.current)
67815
67815
  return;
67816
- const q = Qs(e), U = Ui(e), V = wr(e), L = ap(e), G = (ce) => t.filterMode === "server" ? !U[ce] : !V[ce] || L[ce] === !1, Z = {
67816
+ const q = Qs(e), U = Gi(e), V = wr(e), L = ap(e), G = (ce) => t.filterMode === "server" ? !U[ce] : !V[ce] || L[ce] === !1, Z = {
67817
67817
  type: q.type,
67818
67818
  ids: new Set(q.ids)
67819
67819
  }, X = ql(Z);
@@ -71284,7 +71284,7 @@ function TRe() {
71284
71284
  }
71285
71285
  function aa(e, t) {
71286
71286
  const r = TRe();
71287
- Gi(() => {
71287
+ Oi(() => {
71288
71288
  if (!r)
71289
71289
  return e();
71290
71290
  }, t);
@@ -72092,7 +72092,7 @@ const eMe = (e) => {
72092
72092
  onChange: c,
72093
72093
  value: u,
72094
72094
  ...d
72095
- } = t, f = S.useRef(null), p = eMe(t), [h, b] = Oi({
72095
+ } = t, f = S.useRef(null), p = eMe(t), [h, b] = Pi({
72096
72096
  controlled: u,
72097
72097
  default: a,
72098
72098
  name: "RadioGroup"
@@ -72167,7 +72167,7 @@ function tMe({ attributes: e = {}, rules: t = {}, onChange: r }) {
72167
72167
  MuiFLabel: u = "",
72168
72168
  MuiFLabelIcon: d = {}
72169
72169
  } = e, [f, p] = $t.useState(""), [h, b] = $t.useState(!1), [g, y] = $t.useState("");
72170
- Gi(() => {
72170
+ Oi(() => {
72171
72171
  (e.value || o.defaultValue) && p(e.value || o.defaultValue);
72172
72172
  }, []), aa(() => {
72173
72173
  p(e.value);
@@ -72257,13 +72257,20 @@ function iMe({ attributes: e = {}, onChange: t, onStepUpdate: r, currentStep: o
72257
72257
  stepperResponse: i,
72258
72258
  MuiSteps: e.MuiSteps || []
72259
72259
  })), { activeStep: l, stepperResponse: c, MuiSteps: u } = s;
72260
- Gi(() => {
72260
+ Oi(() => {
72261
72261
  a({ type: "SET_STEP", payload: { currentStep: o } });
72262
- }, [o]), Gi(() => {
72262
+ }, [o]), Oi(() => {
72263
72263
  i && Object.keys(i).length > 0 && Object.entries(i).forEach(([b, g]) => {
72264
72264
  c[b] !== g && a({ type: "UPDATE_RESPONSE", payload: { id: b, value: g } });
72265
72265
  });
72266
- }, [i]);
72266
+ }, [i]), Oi(() => {
72267
+ u.forEach((b) => {
72268
+ (b.components || []).forEach((g) => {
72269
+ const y = g.id || g.props?.id;
72270
+ y && g.props?.value !== void 0 && c[y] === void 0 && (a({ type: "UPDATE_RESPONSE", payload: { id: y, value: g.props.value } }), t && t({ id: y, value: g.props.value }));
72271
+ });
72272
+ });
72273
+ }, []);
72267
72274
  const d = du(
72268
72275
  (b, g, y) => {
72269
72276
  a({ type: "CHANGE_STEP", payload: { stepChange: b } });
@@ -72324,7 +72331,7 @@ function iMe({ attributes: e = {}, onChange: t, onStepUpdate: r, currentStep: o
72324
72331
  onUpdate: f,
72325
72332
  components: B5(
72326
72333
  b.components,
72327
- c,
72334
+ { ...c },
72328
72335
  "",
72329
72336
  {},
72330
72337
  b.enableDisableIds
@@ -93046,7 +93053,7 @@ function ZVe(e) {
93046
93053
  setCaretTimeout: null,
93047
93054
  focusTimeout: null
93048
93055
  });
93049
- Gi(function() {
93056
+ Oi(function() {
93050
93057
  return $(!0), function() {
93051
93058
  clearTimeout(q.current.setCaretTimeout), clearTimeout(q.current.focusTimeout);
93052
93059
  };
@@ -93077,14 +93084,14 @@ function ZVe(e) {
93077
93084
  }
93078
93085
  K !== _ && N(V(K, pe), { event: de, source: ae });
93079
93086
  };
93080
- Gi(function() {
93087
+ Oi(function() {
93081
93088
  var W = I.current, K = W.formattedValue, ne = W.numAsString;
93082
93089
  (_ !== K || D !== ne) && N(V(_, D), {
93083
93090
  event: void 0,
93084
93091
  source: hm.props
93085
93092
  });
93086
93093
  }, [_, D]);
93087
- var J = B.current ? HO(B.current) : void 0, te = typeof window < "u" ? Kte : Gi;
93094
+ var J = B.current ? HO(B.current) : void 0, te = typeof window < "u" ? Kte : Oi;
93088
93095
  te(function() {
93089
93096
  var W = B.current;
93090
93097
  if (_ !== I.current.formattedValue && W) {
@@ -93419,7 +93426,7 @@ function aHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93419
93426
  }));
93420
93427
  JSON.stringify(d) !== JSON.stringify(i) && s(d.length > 0 ? d : [{ key: "t1", value: "" }]);
93421
93428
  } else e.value || s([{ key: "t1", value: "" }]);
93422
- }, [e.value]), Gi(() => {
93429
+ }, [e.value]), Oi(() => {
93423
93430
  const d = i.reduce((f, p) => (f[p.key] = p.value, f), {});
93424
93431
  r && r({ id: o, value: d });
93425
93432
  }, [i, o]);
@@ -93508,7 +93515,7 @@ function cHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93508
93515
  aa(() => {
93509
93516
  const P = $V(e.value, i), k = jV(e.value, P);
93510
93517
  JSON.stringify(k) !== JSON.stringify(g) && y(k);
93511
- }, [e.value]), Gi(() => {
93518
+ }, [e.value]), Oi(() => {
93512
93519
  r && r({ id: o, value: lHe(g) });
93513
93520
  }, [g, o]);
93514
93521
  const v = () => {
@@ -95545,7 +95552,7 @@ class Qze extends _C {
95545
95552
  });
95546
95553
  }
95547
95554
  async loadEventStreamCapability() {
95548
- const { EventStreamSerde: t } = await import("./index-B_5-Y4wQ.mjs");
95555
+ const { EventStreamSerde: t } = await import("./index-CC6HIlET.mjs");
95549
95556
  return new t({
95550
95557
  marshaller: this.getEventStreamMarshaller(),
95551
95558
  serializer: this.serializer,
@@ -99625,7 +99632,7 @@ class X7 {
99625
99632
  return this.sigv4aSigner;
99626
99633
  }
99627
99634
  }
99628
- const GM = "required", ue = "type", Be = "rules", be = "conditions", ke = "fn", Re = "argv", Ot = "ref", en = "assign", ut = "url", dt = "properties", nl = "backend", ho = "authSchemes", qr = "disableDoubleEncoding", Ur = "signingName", Po = "signingRegion", ft = "headers", WM = "signingRegionSet", eUe = 6, tUe = !1, pa = !0, qi = "isSet", $r = "booleanEquals", yt = "error", b0 = "aws.partition", Cn = "stringEquals", Cr = "getAttr", Tr = "name", Xn = "substring", CH = "bucketSuffix", KM = "parseURL", Ke = "endpoint", Ve = "tree", y0 = "aws.isVirtualHostableS3Bucket", v0 = "{url#scheme}://{Bucket}.{url#authority}{url#path}", Oa = "not", wH = "accessPointSuffix", ix = "{url#scheme}://{url#authority}{url#path}", Q7 = "hardwareType", J7 = "regionPrefix", TH = "bucketAliasSuffix", pE = "outpostId", Yu = "isValidHostLabel", YM = "sigv4a", xm = "s3-outposts", Zf = "s3", eK = "{url#scheme}://{url#authority}{url#normalizedPath}{Bucket}", tK = "https://{Bucket}.s3-accelerate.{partitionResult#dnsSuffix}", OH = "https://{Bucket}.s3.{partitionResult#dnsSuffix}", nK = "aws.parseArn", rK = "bucketArn", oK = "arnType", x0 = "", ZM = "s3-object-lambda", iK = "accesspoint", XM = "accessPointName", PH = "{url#scheme}://{accessPointName}-{bucketArn#accountId}.{url#authority}{url#path}", EH = "mrapPartition", IH = "outpostType", kH = "arnPrefix", sK = "{url#scheme}://{url#authority}{url#normalizedPath}{uri_encoded_bucket}", RH = "https://s3.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", MH = "https://s3.{partitionResult#dnsSuffix}", Vd = { [GM]: !1, [ue]: "string" }, Hd = { [GM]: !0, default: !1, [ue]: "boolean" }, ih = { [GM]: !1, [ue]: "boolean" }, bs = { [ke]: $r, [Re]: [{ [Ot]: "Accelerate" }, !0] }, nr = { [ke]: $r, [Re]: [{ [Ot]: "UseFIPS" }, !0] }, Kn = { [ke]: $r, [Re]: [{ [Ot]: "UseDualStack" }, !0] }, Fr = { [ke]: qi, [Re]: [{ [Ot]: "Endpoint" }] }, aK = { [ke]: b0, [Re]: [{ [Ot]: "Region" }], [en]: "partitionResult" }, AH = { [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "partitionResult" }, Tr] }, "aws-cn"] }, Lh = { [ke]: qi, [Re]: [{ [Ot]: "Bucket" }] }, vn = { [Ot]: "Bucket" }, DH = { [be]: [bs], [yt]: "S3Express does not support S3 Accelerate.", [ue]: yt }, _H = { [be]: [Fr, { [ke]: KM, [Re]: [{ [Ot]: "Endpoint" }], [en]: "url" }], [Be]: [{ [be]: [{ [ke]: qi, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }] }, { [ke]: $r, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }, !0] }], [Be]: [{ [be]: [{ [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "url" }, "isIp"] }, !0] }], [Be]: [{ [be]: [{ [ke]: "uriEncode", [Re]: [vn], [en]: "uri_encoded_bucket" }], [Be]: [{ [Ke]: { [ut]: "{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: y0, [Re]: [vn, !1] }], [Be]: [{ [Ke]: { [ut]: v0, [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }, { [yt]: "S3Express bucket name is not a valid virtual hostable name.", [ue]: yt }], [ue]: Ve }, { [be]: [{ [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "url" }, "isIp"] }, !0] }], [Be]: [{ [be]: [{ [ke]: "uriEncode", [Re]: [vn], [en]: "uri_encoded_bucket" }], [Be]: [{ [Ke]: { [ut]: "{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: y0, [Re]: [vn, !1] }], [Be]: [{ [Ke]: { [ut]: v0, [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }, { [yt]: "S3Express bucket name is not a valid virtual hostable name.", [ue]: yt }], [ue]: Ve }, Zo = { [ke]: KM, [Re]: [{ [Ot]: "Endpoint" }], [en]: "url" }, l1 = { [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "url" }, "isIp"] }, !0] }, lK = { [Ot]: "url" }, cK = { [ke]: "uriEncode", [Re]: [vn], [en]: "uri_encoded_bucket" }, ji = { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: "s3express", [Po]: "{Region}" }] }, zt = {}, uK = { [ke]: y0, [Re]: [vn, !1] }, NH = { [yt]: "S3Express bucket name is not a valid virtual hostable name.", [ue]: yt }, FH = { [ke]: qi, [Re]: [{ [Ot]: "UseS3ExpressControlEndpoint" }] }, LH = { [ke]: $r, [Re]: [{ [Ot]: "UseS3ExpressControlEndpoint" }, !0] }, Xt = { [ke]: Oa, [Re]: [Fr] }, pn = { [ke]: $r, [Re]: [{ [Ot]: "UseDualStack" }, !1] }, sn = { [ke]: $r, [Re]: [{ [Ot]: "UseFIPS" }, !1] }, Dv = { [yt]: "Unrecognized S3Express bucket name format.", [ue]: yt }, $H = { [ke]: Oa, [Re]: [Lh] }, jH = { [Ot]: Q7 }, BH = { [be]: [Xt], [yt]: "Expected a endpoint to be specified but no endpoint was found", [ue]: yt }, _v = { [ho]: [{ [qr]: !0, [Tr]: YM, [Ur]: xm, [WM]: ["*"] }, { [qr]: !0, [Tr]: "sigv4", [Ur]: xm, [Po]: "{Region}" }] }, c1 = { [ke]: $r, [Re]: [{ [Ot]: "ForcePathStyle" }, !1] }, nUe = { [Ot]: "ForcePathStyle" }, Hr = { [ke]: $r, [Re]: [{ [Ot]: "Accelerate" }, !1] }, Jr = { [ke]: Cn, [Re]: [{ [Ot]: "Region" }, "aws-global"] }, co = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "us-east-1" }] }, gn = { [ke]: Oa, [Re]: [Jr] }, uo = { [ke]: $r, [Re]: [{ [Ot]: "UseGlobalEndpoint" }, !0] }, VH = { [ut]: "https://{Bucket}.s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{Region}" }] }, [ft]: {} }, Gr = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{Region}" }] }, fo = { [ke]: $r, [Re]: [{ [Ot]: "UseGlobalEndpoint" }, !1] }, HH = { [ut]: "https://{Bucket}.s3-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, zH = { [ut]: "https://{Bucket}.s3-accelerate.dualstack.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, qH = { [ut]: "https://{Bucket}.s3.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, u1 = { [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [lK, "isIp"] }, !1] }, d1 = { [ut]: eK, [dt]: Gr, [ft]: {} }, hE = { [ut]: v0, [dt]: Gr, [ft]: {} }, UH = { [Ke]: hE, [ue]: Ke }, f1 = { [ut]: tK, [dt]: Gr, [ft]: {} }, GH = { [ut]: "https://{Bucket}.s3.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, Nv = { [yt]: "Invalid region: region was not a valid DNS name.", [ue]: yt }, Ti = { [Ot]: rK }, dK = { [Ot]: oK }, p1 = { [ke]: Cr, [Re]: [Ti, "service"] }, QM = { [Ot]: XM }, WH = { [be]: [Kn], [yt]: "S3 Object Lambda does not support Dual-stack", [ue]: yt }, KH = { [be]: [bs], [yt]: "S3 Object Lambda does not support S3 Accelerate", [ue]: yt }, YH = { [be]: [{ [ke]: qi, [Re]: [{ [Ot]: "DisableAccessPoints" }] }, { [ke]: $r, [Re]: [{ [Ot]: "DisableAccessPoints" }, !0] }], [yt]: "Access points are not supported for this operation", [ue]: yt }, h1 = { [be]: [{ [ke]: qi, [Re]: [{ [Ot]: "UseArnRegion" }] }, { [ke]: $r, [Re]: [{ [Ot]: "UseArnRegion" }, !1] }, { [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }, "{Region}"] }] }], [yt]: "Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [ue]: yt }, fK = { [ke]: Cr, [Re]: [{ [Ot]: "bucketPartition" }, Tr] }, pK = { [ke]: Cr, [Re]: [Ti, "accountId"] }, m1 = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: ZM, [Po]: "{bucketArn#region}" }] }, ZH = { [yt]: "Invalid ARN: The access point name may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointName}`", [ue]: yt }, g1 = { [yt]: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`", [ue]: yt }, b1 = { [yt]: "Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)", [ue]: yt }, y1 = { [yt]: "Client was configured for partition `{partitionResult#name}` but ARN (`{Bucket}`) has `{bucketPartition#name}`", [ue]: yt }, XH = { [yt]: "Invalid ARN: The ARN may only contain a single resource component after `accesspoint`.", [ue]: yt }, QH = { [yt]: "Invalid ARN: Expected a resource of the format `accesspoint:<accesspoint name>` but no name was provided", [ue]: yt }, sh = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{bucketArn#region}" }] }, JH = { [ho]: [{ [qr]: !0, [Tr]: YM, [Ur]: xm, [WM]: ["*"] }, { [qr]: !0, [Tr]: "sigv4", [Ur]: xm, [Po]: "{bucketArn#region}" }] }, ez = { [ke]: nK, [Re]: [vn] }, tz = { [ut]: "https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, nz = { [ut]: "https://s3-fips.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, rz = { [ut]: "https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, v1 = { [ut]: sK, [dt]: Gr, [ft]: {} }, oz = { [ut]: "https://s3.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, iz = { [Ot]: "UseObjectLambdaEndpoint" }, x1 = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: ZM, [Po]: "{Region}" }] }, sz = { [ut]: "https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, az = { [ut]: "https://s3-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, lz = { [ut]: "https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, S1 = { [ut]: ix, [dt]: Gr, [ft]: {} }, cz = { [ut]: "https://s3.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, C1 = [{ [Ot]: "Region" }], rUe = [{ [Ot]: "Endpoint" }], oUe = [vn], w1 = [bs], zd = [Fr, Zo], uz = [{ [ke]: qi, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }] }, { [ke]: $r, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }, !0] }], iUe = [cK], T1 = [uK], ms = [aK], O1 = [nr, Kn], $h = [nr, pn], jh = [sn, Kn], Bh = [sn, pn], dz = [{ [ke]: Xn, [Re]: [vn, 6, 14, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 14, 16, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], ha = [{ [be]: [nr, Kn], [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: {} }, [ue]: Ke }, { [be]: $h, [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: {} }, [ue]: Ke }, { [be]: jh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: {} }, [ue]: Ke }, { [be]: Bh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: {} }, [ue]: Ke }], fz = [{ [ke]: Xn, [Re]: [vn, 6, 15, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 15, 17, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], pz = [{ [ke]: Xn, [Re]: [vn, 6, 19, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 19, 21, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], hz = [{ [ke]: Xn, [Re]: [vn, 6, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], mz = [{ [ke]: Xn, [Re]: [vn, 6, 26, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 26, 28, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], ma = [{ [be]: [nr, Kn], [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }, { [be]: $h, [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }, { [be]: jh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }, { [be]: Bh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], gz = [vn, 0, 7, !0], bz = [{ [ke]: Xn, [Re]: [vn, 7, 15, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 15, 17, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], yz = [{ [ke]: Xn, [Re]: [vn, 7, 16, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 16, 18, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], vz = [{ [ke]: Xn, [Re]: [vn, 7, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], xz = [{ [ke]: Xn, [Re]: [vn, 7, 21, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 21, 23, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], Sz = [{ [ke]: Xn, [Re]: [vn, 7, 27, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 27, 29, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], sUe = [Lh], Cz = [{ [ke]: Yu, [Re]: [{ [Ot]: pE }, !1] }], wz = [{ [ke]: Cn, [Re]: [{ [Ot]: J7 }, "beta"] }], aUe = ["*"], Tz = [{ [ke]: Yu, [Re]: [{ [Ot]: "Region" }, !1] }], Nl = [{ [ke]: Cn, [Re]: [{ [Ot]: "Region" }, "us-east-1"] }], P1 = [{ [ke]: Cn, [Re]: [dK, iK] }], Oz = [{ [ke]: Cr, [Re]: [Ti, "resourceId[1]"], [en]: XM }, { [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [QM, x0] }] }], lUe = [Ti, "resourceId[1]"], Pz = [Kn], E1 = [{ [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }, x0] }] }], Ez = [{ [ke]: Oa, [Re]: [{ [ke]: qi, [Re]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[2]"] }] }] }], cUe = [Ti, "resourceId[2]"], I1 = [{ [ke]: b0, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }], [en]: "bucketPartition" }], Iz = [{ [ke]: Cn, [Re]: [fK, { [ke]: Cr, [Re]: [{ [Ot]: "partitionResult" }, Tr] }] }], k1 = [{ [ke]: Yu, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }, !0] }], R1 = [{ [ke]: Yu, [Re]: [pK, !1] }], kz = [{ [ke]: Yu, [Re]: [QM, !1] }], Fv = [nr], Rz = [{ [ke]: Yu, [Re]: [{ [Ot]: "Region" }, !0] }], uUe = { parameters: { Bucket: Vd, Region: Vd, UseFIPS: Hd, UseDualStack: Hd, Endpoint: Vd, ForcePathStyle: Hd, Accelerate: Hd, UseGlobalEndpoint: Hd, UseObjectLambdaEndpoint: ih, Key: Vd, Prefix: Vd, CopySource: Vd, DisableAccessPoints: ih, DisableMultiRegionAccessPoints: Hd, UseArnRegion: ih, UseS3ExpressControlEndpoint: ih, DisableS3ExpressSessionAuth: ih }, [Be]: [{ [be]: [{ [ke]: qi, [Re]: C1 }], [Be]: [{ [be]: [bs, nr], error: "Accelerate cannot be used with FIPS", [ue]: yt }, { [be]: [Kn, Fr], error: "Cannot set dual-stack in combination with a custom endpoint.", [ue]: yt }, { [be]: [Fr, nr], error: "A custom endpoint cannot be combined with FIPS", [ue]: yt }, { [be]: [Fr, bs], error: "A custom endpoint cannot be combined with S3 Accelerate", [ue]: yt }, { [be]: [nr, aK, AH], error: "Partition does not support FIPS", [ue]: yt }, { [be]: [Lh, { [ke]: Xn, [Re]: [vn, 0, eUe, pa], [en]: CH }, { [ke]: Cn, [Re]: [{ [Ot]: CH }, "--x-s3"] }], [Be]: [DH, _H, { [be]: [FH, LH], [Be]: [{ [be]: ms, [Be]: [{ [be]: [cK, Xt], [Be]: [{ [be]: O1, endpoint: { [ut]: "https://s3express-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: ji, [ft]: zt }, [ue]: Ke }, { [be]: $h, endpoint: { [ut]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: ji, [ft]: zt }, [ue]: Ke }, { [be]: jh, endpoint: { [ut]: "https://s3express-control.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: ji, [ft]: zt }, [ue]: Ke }, { [be]: Bh, endpoint: { [ut]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: ji, [ft]: zt }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { [be]: T1, [Be]: [{ [be]: ms, [Be]: [{ [be]: uz, [Be]: [{ [be]: dz, [Be]: ha, [ue]: Ve }, { [be]: fz, [Be]: ha, [ue]: Ve }, { [be]: pz, [Be]: ha, [ue]: Ve }, { [be]: hz, [Be]: ha, [ue]: Ve }, { [be]: mz, [Be]: ha, [ue]: Ve }, Dv], [ue]: Ve }, { [be]: dz, [Be]: ma, [ue]: Ve }, { [be]: fz, [Be]: ma, [ue]: Ve }, { [be]: pz, [Be]: ma, [ue]: Ve }, { [be]: hz, [Be]: ma, [ue]: Ve }, { [be]: mz, [Be]: ma, [ue]: Ve }, Dv], [ue]: Ve }], [ue]: Ve }, NH], [ue]: Ve }, { [be]: [Lh, { [ke]: Xn, [Re]: gz, [en]: wH }, { [ke]: Cn, [Re]: [{ [Ot]: wH }, "--xa-s3"] }], [Be]: [DH, _H, { [be]: T1, [Be]: [{ [be]: ms, [Be]: [{ [be]: uz, [Be]: [{ [be]: bz, [Be]: ha, [ue]: Ve }, { [be]: yz, [Be]: ha, [ue]: Ve }, { [be]: vz, [Be]: ha, [ue]: Ve }, { [be]: xz, [Be]: ha, [ue]: Ve }, { [be]: Sz, [Be]: ha, [ue]: Ve }, Dv], [ue]: Ve }, { [be]: bz, [Be]: ma, [ue]: Ve }, { [be]: yz, [Be]: ma, [ue]: Ve }, { [be]: vz, [Be]: ma, [ue]: Ve }, { [be]: xz, [Be]: ma, [ue]: Ve }, { [be]: Sz, [Be]: ma, [ue]: Ve }, Dv], [ue]: Ve }], [ue]: Ve }, NH], [ue]: Ve }, { [be]: [$H, FH, LH], [Be]: [{ [be]: ms, [Be]: [{ [be]: zd, endpoint: { [ut]: ix, [dt]: ji, [ft]: zt }, [ue]: Ke }, { [be]: O1, endpoint: { [ut]: "https://s3express-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: zt }, [ue]: Ke }, { [be]: $h, endpoint: { [ut]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: zt }, [ue]: Ke }, { [be]: jh, endpoint: { [ut]: "https://s3express-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: zt }, [ue]: Ke }, { [be]: Bh, endpoint: { [ut]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}", [dt]: ji, [ft]: zt }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }, { [be]: [Lh, { [ke]: Xn, [Re]: [vn, 49, 50, pa], [en]: Q7 }, { [ke]: Xn, [Re]: [vn, 8, 12, pa], [en]: J7 }, { [ke]: Xn, [Re]: gz, [en]: TH }, { [ke]: Xn, [Re]: [vn, 32, 49, pa], [en]: pE }, { [ke]: b0, [Re]: C1, [en]: "regionPartition" }, { [ke]: Cn, [Re]: [{ [Ot]: TH }, "--op-s3"] }], [Be]: [{ [be]: Cz, [Be]: [{ [be]: T1, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [jH, "e"] }], [Be]: [{ [be]: wz, [Be]: [BH, { [be]: zd, endpoint: { [ut]: "https://{Bucket}.ec2.{url#authority}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { endpoint: { [ut]: "https://{Bucket}.ec2.s3-outposts.{Region}.{regionPartition#dnsSuffix}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { [be]: [{ [ke]: Cn, [Re]: [jH, "o"] }], [Be]: [{ [be]: wz, [Be]: [BH, { [be]: zd, endpoint: { [ut]: "https://{Bucket}.op-{outpostId}.{url#authority}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { endpoint: { [ut]: "https://{Bucket}.op-{outpostId}.s3-outposts.{Region}.{regionPartition#dnsSuffix}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { error: 'Unrecognized hardware type: "Expected hardware type o or e but got {hardwareType}"', [ue]: yt }], [ue]: Ve }, { error: "Invalid Outposts Bucket alias - it must be a valid bucket name.", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`.", [ue]: yt }], [ue]: Ve }, { [be]: sUe, [Be]: [{ [be]: [Fr, { [ke]: Oa, [Re]: [{ [ke]: qi, [Re]: [{ [ke]: KM, [Re]: rUe }] }] }], error: "Custom endpoint `{Endpoint}` was not a valid URI", [ue]: yt }, { [be]: [c1, uK], [Be]: [{ [be]: ms, [Be]: [{ [be]: Tz, [Be]: [{ [be]: [bs, AH], error: "S3 Accelerate cannot be used in this region", [ue]: yt }, { [be]: [Kn, nr, Hr, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, nr, Hr, Xt, gn, uo], [Be]: [{ endpoint: VH, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, nr, Hr, Xt, gn, fo], endpoint: VH, [ue]: Ke }, { [be]: [pn, nr, Hr, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3-fips.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, nr, Hr, Xt, gn, uo], [Be]: [{ endpoint: HH, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, nr, Hr, Xt, gn, fo], endpoint: HH, [ue]: Ke }, { [be]: [Kn, sn, bs, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3-accelerate.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, sn, bs, Xt, gn, uo], [Be]: [{ endpoint: zH, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, sn, bs, Xt, gn, fo], endpoint: zH, [ue]: Ke }, { [be]: [Kn, sn, Hr, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, sn, Hr, Xt, gn, uo], [Be]: [{ endpoint: qH, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, sn, Hr, Xt, gn, fo], endpoint: qH, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, l1, Jr], endpoint: { [ut]: eK, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, u1, Jr], endpoint: { [ut]: v0, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, l1, gn, uo], [Be]: [{ [be]: Nl, endpoint: d1, [ue]: Ke }, { endpoint: d1, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, sn, Hr, Fr, Zo, u1, gn, uo], [Be]: [{ [be]: Nl, endpoint: hE, [ue]: Ke }, UH], [ue]: Ve }, { [be]: [pn, sn, Hr, Fr, Zo, l1, gn, fo], endpoint: d1, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, u1, gn, fo], endpoint: hE, [ue]: Ke }, { [be]: [pn, sn, bs, Xt, Jr], endpoint: { [ut]: tK, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, bs, Xt, gn, uo], [Be]: [{ [be]: Nl, endpoint: f1, [ue]: Ke }, { endpoint: f1, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, sn, bs, Xt, gn, fo], endpoint: f1, [ue]: Ke }, { [be]: [pn, sn, Hr, Xt, Jr], endpoint: { [ut]: OH, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, Hr, Xt, gn, uo], [Be]: [{ [be]: Nl, endpoint: { [ut]: OH, [dt]: Gr, [ft]: zt }, [ue]: Ke }, { endpoint: GH, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, sn, Hr, Xt, gn, fo], endpoint: GH, [ue]: Ke }], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }, { [be]: [Fr, Zo, { [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [lK, "scheme"] }, "http"] }, { [ke]: y0, [Re]: [vn, pa] }, c1, sn, pn, Hr], [Be]: [{ [be]: ms, [Be]: [{ [be]: Tz, [Be]: [UH], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }, { [be]: [c1, { [ke]: nK, [Re]: oUe, [en]: rK }], [Be]: [{ [be]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[0]"], [en]: oK }, { [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [dK, x0] }] }], [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [p1, ZM] }], [Be]: [{ [be]: P1, [Be]: [{ [be]: Oz, [Be]: [WH, KH, { [be]: E1, [Be]: [YH, { [be]: Ez, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: Iz, [Be]: [{ [be]: k1, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [pK, x0] }], error: "Invalid ARN: Missing account id", [ue]: yt }, { [be]: R1, [Be]: [{ [be]: kz, [Be]: [{ [be]: zd, endpoint: { [ut]: PH, [dt]: m1, [ft]: zt }, [ue]: Ke }, { [be]: Fv, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: m1, [ft]: zt }, [ue]: Ke }, { endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: m1, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, ZH], [ue]: Ve }, g1], [ue]: Ve }, b1], [ue]: Ve }, y1], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, XH], [ue]: Ve }, { error: "Invalid ARN: bucket ARN is missing a region", [ue]: yt }], [ue]: Ve }, QH], [ue]: Ve }, { error: "Invalid ARN: Object Lambda ARNs only support `accesspoint` arn types, but found: `{arnType}`", [ue]: yt }], [ue]: Ve }, { [be]: P1, [Be]: [{ [be]: Oz, [Be]: [{ [be]: E1, [Be]: [{ [be]: P1, [Be]: [{ [be]: E1, [Be]: [YH, { [be]: Ez, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [fK, "{partitionResult#name}"] }], [Be]: [{ [be]: k1, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [p1, Zf] }], [Be]: [{ [be]: R1, [Be]: [{ [be]: kz, [Be]: [{ [be]: w1, error: "Access Points do not support S3 Accelerate", [ue]: yt }, { [be]: O1, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: $h, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: jh, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: [sn, pn, Fr, Zo], endpoint: { [ut]: PH, [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: Bh, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, ZH], [ue]: Ve }, g1], [ue]: Ve }, { error: "Invalid ARN: The ARN was not for the S3 service, found: {bucketArn#service}", [ue]: yt }], [ue]: Ve }, b1], [ue]: Ve }, y1], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, XH], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: Yu, [Re]: [QM, pa] }], [Be]: [{ [be]: Pz, error: "S3 MRAP does not support dual-stack", [ue]: yt }, { [be]: Fv, error: "S3 MRAP does not support FIPS", [ue]: yt }, { [be]: w1, error: "S3 MRAP does not support S3 Accelerate", [ue]: yt }, { [be]: [{ [ke]: $r, [Re]: [{ [Ot]: "DisableMultiRegionAccessPoints" }, pa] }], error: "Invalid configuration: Multi-Region Access Point ARNs are disabled.", [ue]: yt }, { [be]: [{ [ke]: b0, [Re]: C1, [en]: EH }], [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: EH }, Tr] }, { [ke]: Cr, [Re]: [Ti, "partition"] }] }], [Be]: [{ endpoint: { [ut]: "https://{accessPointName}.accesspoint.s3-global.{mrapPartition#dnsSuffix}", [dt]: { [ho]: [{ [qr]: pa, name: YM, [Ur]: Zf, [WM]: aUe }] }, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { error: "Client was configured for partition `{mrapPartition#name}` but bucket referred to partition `{bucketArn#partition}`", [ue]: yt }], [ue]: Ve }], [ue]: Ve }, { error: "Invalid Access Point Name", [ue]: yt }], [ue]: Ve }, QH], [ue]: Ve }, { [be]: [{ [ke]: Cn, [Re]: [p1, xm] }], [Be]: [{ [be]: Pz, error: "S3 Outposts does not support Dual-stack", [ue]: yt }, { [be]: Fv, error: "S3 Outposts does not support FIPS", [ue]: yt }, { [be]: w1, error: "S3 Outposts does not support S3 Accelerate", [ue]: yt }, { [be]: [{ [ke]: qi, [Re]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[4]"] }] }], error: "Invalid Arn: Outpost Access Point ARN contains sub resources", [ue]: yt }, { [be]: [{ [ke]: Cr, [Re]: lUe, [en]: pE }], [Be]: [{ [be]: Cz, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: Iz, [Be]: [{ [be]: k1, [Be]: [{ [be]: R1, [Be]: [{ [be]: [{ [ke]: Cr, [Re]: cUe, [en]: IH }], [Be]: [{ [be]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[3]"], [en]: XM }], [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [{ [Ot]: IH }, iK] }], [Be]: [{ [be]: zd, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.{outpostId}.{url#authority}", [dt]: JH, [ft]: zt }, [ue]: Ke }, { endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.{outpostId}.s3-outposts.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: JH, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { error: "Expected an outpost type `accesspoint`, found {outpostType}", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: expected an access point name", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: Expected a 4-component resource", [ue]: yt }], [ue]: Ve }, g1], [ue]: Ve }, b1], [ue]: Ve }, y1], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { error: "Invalid ARN: The outpost Id may only contain a-z, A-Z, 0-9 and `-`. Found: `{outpostId}`", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: The Outpost Id was not set", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: Unrecognized format: {Bucket} (type: {arnType})", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: No ARN type specified", [ue]: yt }], [ue]: Ve }, { [be]: [{ [ke]: Xn, [Re]: [vn, 0, 4, tUe], [en]: kH }, { [ke]: Cn, [Re]: [{ [Ot]: kH }, "arn:"] }, { [ke]: Oa, [Re]: [{ [ke]: qi, [Re]: [ez] }] }], error: "Invalid ARN: `{Bucket}` was not a valid ARN", [ue]: yt }, { [be]: [{ [ke]: $r, [Re]: [nUe, pa] }, ez], error: "Path-style addressing cannot be used with ARN buckets", [ue]: yt }, { [be]: iUe, [Be]: [{ [be]: ms, [Be]: [{ [be]: [Hr], [Be]: [{ [be]: [Kn, Xt, nr, Jr], endpoint: { [ut]: "https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, Xt, nr, gn, uo], [Be]: [{ endpoint: tz, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, Xt, nr, gn, fo], endpoint: tz, [ue]: Ke }, { [be]: [pn, Xt, nr, Jr], endpoint: { [ut]: "https://s3-fips.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, Xt, nr, gn, uo], [Be]: [{ endpoint: nz, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, Xt, nr, gn, fo], endpoint: nz, [ue]: Ke }, { [be]: [Kn, Xt, sn, Jr], endpoint: { [ut]: "https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, Xt, sn, gn, uo], [Be]: [{ endpoint: rz, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, Xt, sn, gn, fo], endpoint: rz, [ue]: Ke }, { [be]: [pn, Fr, Zo, sn, Jr], endpoint: { [ut]: sK, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, Fr, Zo, sn, gn, uo], [Be]: [{ [be]: Nl, endpoint: v1, [ue]: Ke }, { endpoint: v1, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, Fr, Zo, sn, gn, fo], endpoint: v1, [ue]: Ke }, { [be]: [pn, Xt, sn, Jr], endpoint: { [ut]: RH, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, Xt, sn, gn, uo], [Be]: [{ [be]: Nl, endpoint: { [ut]: RH, [dt]: Gr, [ft]: zt }, [ue]: Ke }, { endpoint: oz, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, Xt, sn, gn, fo], endpoint: oz, [ue]: Ke }], [ue]: Ve }, { error: "Path-style addressing cannot be used with S3 Accelerate", [ue]: yt }], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: qi, [Re]: [iz] }, { [ke]: $r, [Re]: [iz, pa] }], [Be]: [{ [be]: ms, [Be]: [{ [be]: Rz, [Be]: [WH, KH, { [be]: zd, endpoint: { [ut]: ix, [dt]: x1, [ft]: zt }, [ue]: Ke }, { [be]: Fv, endpoint: { [ut]: "https://s3-object-lambda-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: x1, [ft]: zt }, [ue]: Ke }, { endpoint: { [ut]: "https://s3-object-lambda.{Region}.{partitionResult#dnsSuffix}", [dt]: x1, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }, { [be]: [$H], [Be]: [{ [be]: ms, [Be]: [{ [be]: Rz, [Be]: [{ [be]: [nr, Kn, Xt, Jr], endpoint: { [ut]: "https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [nr, Kn, Xt, gn, uo], [Be]: [{ endpoint: sz, [ue]: Ke }], [ue]: Ve }, { [be]: [nr, Kn, Xt, gn, fo], endpoint: sz, [ue]: Ke }, { [be]: [nr, pn, Xt, Jr], endpoint: { [ut]: "https://s3-fips.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [nr, pn, Xt, gn, uo], [Be]: [{ endpoint: az, [ue]: Ke }], [ue]: Ve }, { [be]: [nr, pn, Xt, gn, fo], endpoint: az, [ue]: Ke }, { [be]: [sn, Kn, Xt, Jr], endpoint: { [ut]: "https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [sn, Kn, Xt, gn, uo], [Be]: [{ endpoint: lz, [ue]: Ke }], [ue]: Ve }, { [be]: [sn, Kn, Xt, gn, fo], endpoint: lz, [ue]: Ke }, { [be]: [sn, pn, Fr, Zo, Jr], endpoint: { [ut]: ix, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [sn, pn, Fr, Zo, gn, uo], [Be]: [{ [be]: Nl, endpoint: S1, [ue]: Ke }, { endpoint: S1, [ue]: Ke }], [ue]: Ve }, { [be]: [sn, pn, Fr, Zo, gn, fo], endpoint: S1, [ue]: Ke }, { [be]: [sn, pn, Xt, Jr], endpoint: { [ut]: MH, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [sn, pn, Xt, gn, uo], [Be]: [{ [be]: Nl, endpoint: { [ut]: MH, [dt]: Gr, [ft]: zt }, [ue]: Ke }, { endpoint: cz, [ue]: Ke }], [ue]: Ve }, { [be]: [sn, pn, Xt, gn, fo], endpoint: cz, [ue]: Ke }], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { error: "A region must be set when sending requests to S3.", [ue]: yt }] }, dUe = uUe, fUe = new T5e({
99635
+ const GM = "required", ue = "type", Be = "rules", be = "conditions", ke = "fn", Re = "argv", Ot = "ref", en = "assign", ut = "url", dt = "properties", nl = "backend", ho = "authSchemes", qr = "disableDoubleEncoding", Ur = "signingName", Po = "signingRegion", ft = "headers", WM = "signingRegionSet", eUe = 6, tUe = !1, pa = !0, Ui = "isSet", $r = "booleanEquals", yt = "error", b0 = "aws.partition", Cn = "stringEquals", Cr = "getAttr", Tr = "name", Xn = "substring", CH = "bucketSuffix", KM = "parseURL", Ke = "endpoint", Ve = "tree", y0 = "aws.isVirtualHostableS3Bucket", v0 = "{url#scheme}://{Bucket}.{url#authority}{url#path}", Oa = "not", wH = "accessPointSuffix", ix = "{url#scheme}://{url#authority}{url#path}", Q7 = "hardwareType", J7 = "regionPrefix", TH = "bucketAliasSuffix", pE = "outpostId", Yu = "isValidHostLabel", YM = "sigv4a", xm = "s3-outposts", Zf = "s3", eK = "{url#scheme}://{url#authority}{url#normalizedPath}{Bucket}", tK = "https://{Bucket}.s3-accelerate.{partitionResult#dnsSuffix}", OH = "https://{Bucket}.s3.{partitionResult#dnsSuffix}", nK = "aws.parseArn", rK = "bucketArn", oK = "arnType", x0 = "", ZM = "s3-object-lambda", iK = "accesspoint", XM = "accessPointName", PH = "{url#scheme}://{accessPointName}-{bucketArn#accountId}.{url#authority}{url#path}", EH = "mrapPartition", IH = "outpostType", kH = "arnPrefix", sK = "{url#scheme}://{url#authority}{url#normalizedPath}{uri_encoded_bucket}", RH = "https://s3.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", MH = "https://s3.{partitionResult#dnsSuffix}", Vd = { [GM]: !1, [ue]: "string" }, Hd = { [GM]: !0, default: !1, [ue]: "boolean" }, ih = { [GM]: !1, [ue]: "boolean" }, bs = { [ke]: $r, [Re]: [{ [Ot]: "Accelerate" }, !0] }, nr = { [ke]: $r, [Re]: [{ [Ot]: "UseFIPS" }, !0] }, Kn = { [ke]: $r, [Re]: [{ [Ot]: "UseDualStack" }, !0] }, Fr = { [ke]: Ui, [Re]: [{ [Ot]: "Endpoint" }] }, aK = { [ke]: b0, [Re]: [{ [Ot]: "Region" }], [en]: "partitionResult" }, AH = { [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "partitionResult" }, Tr] }, "aws-cn"] }, Lh = { [ke]: Ui, [Re]: [{ [Ot]: "Bucket" }] }, vn = { [Ot]: "Bucket" }, DH = { [be]: [bs], [yt]: "S3Express does not support S3 Accelerate.", [ue]: yt }, _H = { [be]: [Fr, { [ke]: KM, [Re]: [{ [Ot]: "Endpoint" }], [en]: "url" }], [Be]: [{ [be]: [{ [ke]: Ui, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }] }, { [ke]: $r, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }, !0] }], [Be]: [{ [be]: [{ [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "url" }, "isIp"] }, !0] }], [Be]: [{ [be]: [{ [ke]: "uriEncode", [Re]: [vn], [en]: "uri_encoded_bucket" }], [Be]: [{ [Ke]: { [ut]: "{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: y0, [Re]: [vn, !1] }], [Be]: [{ [Ke]: { [ut]: v0, [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }, { [yt]: "S3Express bucket name is not a valid virtual hostable name.", [ue]: yt }], [ue]: Ve }, { [be]: [{ [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "url" }, "isIp"] }, !0] }], [Be]: [{ [be]: [{ [ke]: "uriEncode", [Re]: [vn], [en]: "uri_encoded_bucket" }], [Be]: [{ [Ke]: { [ut]: "{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: y0, [Re]: [vn, !1] }], [Be]: [{ [Ke]: { [ut]: v0, [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], [ue]: Ve }, { [yt]: "S3Express bucket name is not a valid virtual hostable name.", [ue]: yt }], [ue]: Ve }, Zo = { [ke]: KM, [Re]: [{ [Ot]: "Endpoint" }], [en]: "url" }, l1 = { [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: "url" }, "isIp"] }, !0] }, lK = { [Ot]: "url" }, cK = { [ke]: "uriEncode", [Re]: [vn], [en]: "uri_encoded_bucket" }, Bi = { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: "s3express", [Po]: "{Region}" }] }, zt = {}, uK = { [ke]: y0, [Re]: [vn, !1] }, NH = { [yt]: "S3Express bucket name is not a valid virtual hostable name.", [ue]: yt }, FH = { [ke]: Ui, [Re]: [{ [Ot]: "UseS3ExpressControlEndpoint" }] }, LH = { [ke]: $r, [Re]: [{ [Ot]: "UseS3ExpressControlEndpoint" }, !0] }, Xt = { [ke]: Oa, [Re]: [Fr] }, pn = { [ke]: $r, [Re]: [{ [Ot]: "UseDualStack" }, !1] }, sn = { [ke]: $r, [Re]: [{ [Ot]: "UseFIPS" }, !1] }, Dv = { [yt]: "Unrecognized S3Express bucket name format.", [ue]: yt }, $H = { [ke]: Oa, [Re]: [Lh] }, jH = { [Ot]: Q7 }, BH = { [be]: [Xt], [yt]: "Expected a endpoint to be specified but no endpoint was found", [ue]: yt }, _v = { [ho]: [{ [qr]: !0, [Tr]: YM, [Ur]: xm, [WM]: ["*"] }, { [qr]: !0, [Tr]: "sigv4", [Ur]: xm, [Po]: "{Region}" }] }, c1 = { [ke]: $r, [Re]: [{ [Ot]: "ForcePathStyle" }, !1] }, nUe = { [Ot]: "ForcePathStyle" }, Hr = { [ke]: $r, [Re]: [{ [Ot]: "Accelerate" }, !1] }, Jr = { [ke]: Cn, [Re]: [{ [Ot]: "Region" }, "aws-global"] }, co = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "us-east-1" }] }, gn = { [ke]: Oa, [Re]: [Jr] }, uo = { [ke]: $r, [Re]: [{ [Ot]: "UseGlobalEndpoint" }, !0] }, VH = { [ut]: "https://{Bucket}.s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{Region}" }] }, [ft]: {} }, Gr = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{Region}" }] }, fo = { [ke]: $r, [Re]: [{ [Ot]: "UseGlobalEndpoint" }, !1] }, HH = { [ut]: "https://{Bucket}.s3-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, zH = { [ut]: "https://{Bucket}.s3-accelerate.dualstack.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, qH = { [ut]: "https://{Bucket}.s3.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, u1 = { [ke]: $r, [Re]: [{ [ke]: Cr, [Re]: [lK, "isIp"] }, !1] }, d1 = { [ut]: eK, [dt]: Gr, [ft]: {} }, hE = { [ut]: v0, [dt]: Gr, [ft]: {} }, UH = { [Ke]: hE, [ue]: Ke }, f1 = { [ut]: tK, [dt]: Gr, [ft]: {} }, GH = { [ut]: "https://{Bucket}.s3.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, Nv = { [yt]: "Invalid region: region was not a valid DNS name.", [ue]: yt }, Ti = { [Ot]: rK }, dK = { [Ot]: oK }, p1 = { [ke]: Cr, [Re]: [Ti, "service"] }, QM = { [Ot]: XM }, WH = { [be]: [Kn], [yt]: "S3 Object Lambda does not support Dual-stack", [ue]: yt }, KH = { [be]: [bs], [yt]: "S3 Object Lambda does not support S3 Accelerate", [ue]: yt }, YH = { [be]: [{ [ke]: Ui, [Re]: [{ [Ot]: "DisableAccessPoints" }] }, { [ke]: $r, [Re]: [{ [Ot]: "DisableAccessPoints" }, !0] }], [yt]: "Access points are not supported for this operation", [ue]: yt }, h1 = { [be]: [{ [ke]: Ui, [Re]: [{ [Ot]: "UseArnRegion" }] }, { [ke]: $r, [Re]: [{ [Ot]: "UseArnRegion" }, !1] }, { [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }, "{Region}"] }] }], [yt]: "Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [ue]: yt }, fK = { [ke]: Cr, [Re]: [{ [Ot]: "bucketPartition" }, Tr] }, pK = { [ke]: Cr, [Re]: [Ti, "accountId"] }, m1 = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: ZM, [Po]: "{bucketArn#region}" }] }, ZH = { [yt]: "Invalid ARN: The access point name may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointName}`", [ue]: yt }, g1 = { [yt]: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`", [ue]: yt }, b1 = { [yt]: "Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)", [ue]: yt }, y1 = { [yt]: "Client was configured for partition `{partitionResult#name}` but ARN (`{Bucket}`) has `{bucketPartition#name}`", [ue]: yt }, XH = { [yt]: "Invalid ARN: The ARN may only contain a single resource component after `accesspoint`.", [ue]: yt }, QH = { [yt]: "Invalid ARN: Expected a resource of the format `accesspoint:<accesspoint name>` but no name was provided", [ue]: yt }, sh = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{bucketArn#region}" }] }, JH = { [ho]: [{ [qr]: !0, [Tr]: YM, [Ur]: xm, [WM]: ["*"] }, { [qr]: !0, [Tr]: "sigv4", [Ur]: xm, [Po]: "{bucketArn#region}" }] }, ez = { [ke]: nK, [Re]: [vn] }, tz = { [ut]: "https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, nz = { [ut]: "https://s3-fips.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, rz = { [ut]: "https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, v1 = { [ut]: sK, [dt]: Gr, [ft]: {} }, oz = { [ut]: "https://s3.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Gr, [ft]: {} }, iz = { [Ot]: "UseObjectLambdaEndpoint" }, x1 = { [ho]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: ZM, [Po]: "{Region}" }] }, sz = { [ut]: "https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, az = { [ut]: "https://s3-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, lz = { [ut]: "https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, S1 = { [ut]: ix, [dt]: Gr, [ft]: {} }, cz = { [ut]: "https://s3.{Region}.{partitionResult#dnsSuffix}", [dt]: Gr, [ft]: {} }, C1 = [{ [Ot]: "Region" }], rUe = [{ [Ot]: "Endpoint" }], oUe = [vn], w1 = [bs], zd = [Fr, Zo], uz = [{ [ke]: Ui, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }] }, { [ke]: $r, [Re]: [{ [Ot]: "DisableS3ExpressSessionAuth" }, !0] }], iUe = [cK], T1 = [uK], ms = [aK], O1 = [nr, Kn], $h = [nr, pn], jh = [sn, Kn], Bh = [sn, pn], dz = [{ [ke]: Xn, [Re]: [vn, 6, 14, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 14, 16, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], ha = [{ [be]: [nr, Kn], [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: {} }, [ue]: Ke }, { [be]: $h, [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: {} }, [ue]: Ke }, { [be]: jh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: {} }, [ue]: Ke }, { [be]: Bh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: {} }, [ue]: Ke }], fz = [{ [ke]: Xn, [Re]: [vn, 6, 15, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 15, 17, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], pz = [{ [ke]: Xn, [Re]: [vn, 6, 19, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 19, 21, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], hz = [{ [ke]: Xn, [Re]: [vn, 6, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], mz = [{ [ke]: Xn, [Re]: [vn, 6, 26, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 26, 28, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], ma = [{ [be]: [nr, Kn], [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }, { [be]: $h, [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }, { [be]: jh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }, { [be]: Bh, [Ke]: { [ut]: "https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [ho]: [{ [qr]: !0, [Tr]: "sigv4-s3express", [Ur]: "s3express", [Po]: "{Region}" }] }, [ft]: {} }, [ue]: Ke }], gz = [vn, 0, 7, !0], bz = [{ [ke]: Xn, [Re]: [vn, 7, 15, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 15, 17, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], yz = [{ [ke]: Xn, [Re]: [vn, 7, 16, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 16, 18, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], vz = [{ [ke]: Xn, [Re]: [vn, 7, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], xz = [{ [ke]: Xn, [Re]: [vn, 7, 21, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 21, 23, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], Sz = [{ [ke]: Xn, [Re]: [vn, 7, 27, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 27, 29, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: Cn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], sUe = [Lh], Cz = [{ [ke]: Yu, [Re]: [{ [Ot]: pE }, !1] }], wz = [{ [ke]: Cn, [Re]: [{ [Ot]: J7 }, "beta"] }], aUe = ["*"], Tz = [{ [ke]: Yu, [Re]: [{ [Ot]: "Region" }, !1] }], Nl = [{ [ke]: Cn, [Re]: [{ [Ot]: "Region" }, "us-east-1"] }], P1 = [{ [ke]: Cn, [Re]: [dK, iK] }], Oz = [{ [ke]: Cr, [Re]: [Ti, "resourceId[1]"], [en]: XM }, { [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [QM, x0] }] }], lUe = [Ti, "resourceId[1]"], Pz = [Kn], E1 = [{ [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }, x0] }] }], Ez = [{ [ke]: Oa, [Re]: [{ [ke]: Ui, [Re]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[2]"] }] }] }], cUe = [Ti, "resourceId[2]"], I1 = [{ [ke]: b0, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }], [en]: "bucketPartition" }], Iz = [{ [ke]: Cn, [Re]: [fK, { [ke]: Cr, [Re]: [{ [Ot]: "partitionResult" }, Tr] }] }], k1 = [{ [ke]: Yu, [Re]: [{ [ke]: Cr, [Re]: [Ti, "region"] }, !0] }], R1 = [{ [ke]: Yu, [Re]: [pK, !1] }], kz = [{ [ke]: Yu, [Re]: [QM, !1] }], Fv = [nr], Rz = [{ [ke]: Yu, [Re]: [{ [Ot]: "Region" }, !0] }], uUe = { parameters: { Bucket: Vd, Region: Vd, UseFIPS: Hd, UseDualStack: Hd, Endpoint: Vd, ForcePathStyle: Hd, Accelerate: Hd, UseGlobalEndpoint: Hd, UseObjectLambdaEndpoint: ih, Key: Vd, Prefix: Vd, CopySource: Vd, DisableAccessPoints: ih, DisableMultiRegionAccessPoints: Hd, UseArnRegion: ih, UseS3ExpressControlEndpoint: ih, DisableS3ExpressSessionAuth: ih }, [Be]: [{ [be]: [{ [ke]: Ui, [Re]: C1 }], [Be]: [{ [be]: [bs, nr], error: "Accelerate cannot be used with FIPS", [ue]: yt }, { [be]: [Kn, Fr], error: "Cannot set dual-stack in combination with a custom endpoint.", [ue]: yt }, { [be]: [Fr, nr], error: "A custom endpoint cannot be combined with FIPS", [ue]: yt }, { [be]: [Fr, bs], error: "A custom endpoint cannot be combined with S3 Accelerate", [ue]: yt }, { [be]: [nr, aK, AH], error: "Partition does not support FIPS", [ue]: yt }, { [be]: [Lh, { [ke]: Xn, [Re]: [vn, 0, eUe, pa], [en]: CH }, { [ke]: Cn, [Re]: [{ [Ot]: CH }, "--x-s3"] }], [Be]: [DH, _H, { [be]: [FH, LH], [Be]: [{ [be]: ms, [Be]: [{ [be]: [cK, Xt], [Be]: [{ [be]: O1, endpoint: { [ut]: "https://s3express-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Bi, [ft]: zt }, [ue]: Ke }, { [be]: $h, endpoint: { [ut]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Bi, [ft]: zt }, [ue]: Ke }, { [be]: jh, endpoint: { [ut]: "https://s3express-control.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Bi, [ft]: zt }, [ue]: Ke }, { [be]: Bh, endpoint: { [ut]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: Bi, [ft]: zt }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { [be]: T1, [Be]: [{ [be]: ms, [Be]: [{ [be]: uz, [Be]: [{ [be]: dz, [Be]: ha, [ue]: Ve }, { [be]: fz, [Be]: ha, [ue]: Ve }, { [be]: pz, [Be]: ha, [ue]: Ve }, { [be]: hz, [Be]: ha, [ue]: Ve }, { [be]: mz, [Be]: ha, [ue]: Ve }, Dv], [ue]: Ve }, { [be]: dz, [Be]: ma, [ue]: Ve }, { [be]: fz, [Be]: ma, [ue]: Ve }, { [be]: pz, [Be]: ma, [ue]: Ve }, { [be]: hz, [Be]: ma, [ue]: Ve }, { [be]: mz, [Be]: ma, [ue]: Ve }, Dv], [ue]: Ve }], [ue]: Ve }, NH], [ue]: Ve }, { [be]: [Lh, { [ke]: Xn, [Re]: gz, [en]: wH }, { [ke]: Cn, [Re]: [{ [Ot]: wH }, "--xa-s3"] }], [Be]: [DH, _H, { [be]: T1, [Be]: [{ [be]: ms, [Be]: [{ [be]: uz, [Be]: [{ [be]: bz, [Be]: ha, [ue]: Ve }, { [be]: yz, [Be]: ha, [ue]: Ve }, { [be]: vz, [Be]: ha, [ue]: Ve }, { [be]: xz, [Be]: ha, [ue]: Ve }, { [be]: Sz, [Be]: ha, [ue]: Ve }, Dv], [ue]: Ve }, { [be]: bz, [Be]: ma, [ue]: Ve }, { [be]: yz, [Be]: ma, [ue]: Ve }, { [be]: vz, [Be]: ma, [ue]: Ve }, { [be]: xz, [Be]: ma, [ue]: Ve }, { [be]: Sz, [Be]: ma, [ue]: Ve }, Dv], [ue]: Ve }], [ue]: Ve }, NH], [ue]: Ve }, { [be]: [$H, FH, LH], [Be]: [{ [be]: ms, [Be]: [{ [be]: zd, endpoint: { [ut]: ix, [dt]: Bi, [ft]: zt }, [ue]: Ke }, { [be]: O1, endpoint: { [ut]: "https://s3express-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: zt }, [ue]: Ke }, { [be]: $h, endpoint: { [ut]: "https://s3express-control-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: zt }, [ue]: Ke }, { [be]: jh, endpoint: { [ut]: "https://s3express-control.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: zt }, [ue]: Ke }, { [be]: Bh, endpoint: { [ut]: "https://s3express-control.{Region}.{partitionResult#dnsSuffix}", [dt]: Bi, [ft]: zt }, [ue]: Ke }], [ue]: Ve }], [ue]: Ve }, { [be]: [Lh, { [ke]: Xn, [Re]: [vn, 49, 50, pa], [en]: Q7 }, { [ke]: Xn, [Re]: [vn, 8, 12, pa], [en]: J7 }, { [ke]: Xn, [Re]: gz, [en]: TH }, { [ke]: Xn, [Re]: [vn, 32, 49, pa], [en]: pE }, { [ke]: b0, [Re]: C1, [en]: "regionPartition" }, { [ke]: Cn, [Re]: [{ [Ot]: TH }, "--op-s3"] }], [Be]: [{ [be]: Cz, [Be]: [{ [be]: T1, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [jH, "e"] }], [Be]: [{ [be]: wz, [Be]: [BH, { [be]: zd, endpoint: { [ut]: "https://{Bucket}.ec2.{url#authority}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { endpoint: { [ut]: "https://{Bucket}.ec2.s3-outposts.{Region}.{regionPartition#dnsSuffix}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { [be]: [{ [ke]: Cn, [Re]: [jH, "o"] }], [Be]: [{ [be]: wz, [Be]: [BH, { [be]: zd, endpoint: { [ut]: "https://{Bucket}.op-{outpostId}.{url#authority}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { endpoint: { [ut]: "https://{Bucket}.op-{outpostId}.s3-outposts.{Region}.{regionPartition#dnsSuffix}", [dt]: _v, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { error: 'Unrecognized hardware type: "Expected hardware type o or e but got {hardwareType}"', [ue]: yt }], [ue]: Ve }, { error: "Invalid Outposts Bucket alias - it must be a valid bucket name.", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`.", [ue]: yt }], [ue]: Ve }, { [be]: sUe, [Be]: [{ [be]: [Fr, { [ke]: Oa, [Re]: [{ [ke]: Ui, [Re]: [{ [ke]: KM, [Re]: rUe }] }] }], error: "Custom endpoint `{Endpoint}` was not a valid URI", [ue]: yt }, { [be]: [c1, uK], [Be]: [{ [be]: ms, [Be]: [{ [be]: Tz, [Be]: [{ [be]: [bs, AH], error: "S3 Accelerate cannot be used in this region", [ue]: yt }, { [be]: [Kn, nr, Hr, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, nr, Hr, Xt, gn, uo], [Be]: [{ endpoint: VH, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, nr, Hr, Xt, gn, fo], endpoint: VH, [ue]: Ke }, { [be]: [pn, nr, Hr, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3-fips.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, nr, Hr, Xt, gn, uo], [Be]: [{ endpoint: HH, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, nr, Hr, Xt, gn, fo], endpoint: HH, [ue]: Ke }, { [be]: [Kn, sn, bs, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3-accelerate.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, sn, bs, Xt, gn, uo], [Be]: [{ endpoint: zH, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, sn, bs, Xt, gn, fo], endpoint: zH, [ue]: Ke }, { [be]: [Kn, sn, Hr, Xt, Jr], endpoint: { [ut]: "https://{Bucket}.s3.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, sn, Hr, Xt, gn, uo], [Be]: [{ endpoint: qH, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, sn, Hr, Xt, gn, fo], endpoint: qH, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, l1, Jr], endpoint: { [ut]: eK, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, u1, Jr], endpoint: { [ut]: v0, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, l1, gn, uo], [Be]: [{ [be]: Nl, endpoint: d1, [ue]: Ke }, { endpoint: d1, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, sn, Hr, Fr, Zo, u1, gn, uo], [Be]: [{ [be]: Nl, endpoint: hE, [ue]: Ke }, UH], [ue]: Ve }, { [be]: [pn, sn, Hr, Fr, Zo, l1, gn, fo], endpoint: d1, [ue]: Ke }, { [be]: [pn, sn, Hr, Fr, Zo, u1, gn, fo], endpoint: hE, [ue]: Ke }, { [be]: [pn, sn, bs, Xt, Jr], endpoint: { [ut]: tK, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, bs, Xt, gn, uo], [Be]: [{ [be]: Nl, endpoint: f1, [ue]: Ke }, { endpoint: f1, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, sn, bs, Xt, gn, fo], endpoint: f1, [ue]: Ke }, { [be]: [pn, sn, Hr, Xt, Jr], endpoint: { [ut]: OH, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, sn, Hr, Xt, gn, uo], [Be]: [{ [be]: Nl, endpoint: { [ut]: OH, [dt]: Gr, [ft]: zt }, [ue]: Ke }, { endpoint: GH, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, sn, Hr, Xt, gn, fo], endpoint: GH, [ue]: Ke }], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }, { [be]: [Fr, Zo, { [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [lK, "scheme"] }, "http"] }, { [ke]: y0, [Re]: [vn, pa] }, c1, sn, pn, Hr], [Be]: [{ [be]: ms, [Be]: [{ [be]: Tz, [Be]: [UH], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }, { [be]: [c1, { [ke]: nK, [Re]: oUe, [en]: rK }], [Be]: [{ [be]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[0]"], [en]: oK }, { [ke]: Oa, [Re]: [{ [ke]: Cn, [Re]: [dK, x0] }] }], [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [p1, ZM] }], [Be]: [{ [be]: P1, [Be]: [{ [be]: Oz, [Be]: [WH, KH, { [be]: E1, [Be]: [YH, { [be]: Ez, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: Iz, [Be]: [{ [be]: k1, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [pK, x0] }], error: "Invalid ARN: Missing account id", [ue]: yt }, { [be]: R1, [Be]: [{ [be]: kz, [Be]: [{ [be]: zd, endpoint: { [ut]: PH, [dt]: m1, [ft]: zt }, [ue]: Ke }, { [be]: Fv, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: m1, [ft]: zt }, [ue]: Ke }, { endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: m1, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, ZH], [ue]: Ve }, g1], [ue]: Ve }, b1], [ue]: Ve }, y1], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, XH], [ue]: Ve }, { error: "Invalid ARN: bucket ARN is missing a region", [ue]: yt }], [ue]: Ve }, QH], [ue]: Ve }, { error: "Invalid ARN: Object Lambda ARNs only support `accesspoint` arn types, but found: `{arnType}`", [ue]: yt }], [ue]: Ve }, { [be]: P1, [Be]: [{ [be]: Oz, [Be]: [{ [be]: E1, [Be]: [{ [be]: P1, [Be]: [{ [be]: E1, [Be]: [YH, { [be]: Ez, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [fK, "{partitionResult#name}"] }], [Be]: [{ [be]: k1, [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [p1, Zf] }], [Be]: [{ [be]: R1, [Be]: [{ [be]: kz, [Be]: [{ [be]: w1, error: "Access Points do not support S3 Accelerate", [ue]: yt }, { [be]: O1, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: $h, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: jh, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: [sn, pn, Fr, Zo], endpoint: { [ut]: PH, [dt]: sh, [ft]: zt }, [ue]: Ke }, { [be]: Bh, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: sh, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, ZH], [ue]: Ve }, g1], [ue]: Ve }, { error: "Invalid ARN: The ARN was not for the S3 service, found: {bucketArn#service}", [ue]: yt }], [ue]: Ve }, b1], [ue]: Ve }, y1], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, XH], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: Yu, [Re]: [QM, pa] }], [Be]: [{ [be]: Pz, error: "S3 MRAP does not support dual-stack", [ue]: yt }, { [be]: Fv, error: "S3 MRAP does not support FIPS", [ue]: yt }, { [be]: w1, error: "S3 MRAP does not support S3 Accelerate", [ue]: yt }, { [be]: [{ [ke]: $r, [Re]: [{ [Ot]: "DisableMultiRegionAccessPoints" }, pa] }], error: "Invalid configuration: Multi-Region Access Point ARNs are disabled.", [ue]: yt }, { [be]: [{ [ke]: b0, [Re]: C1, [en]: EH }], [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [{ [ke]: Cr, [Re]: [{ [Ot]: EH }, Tr] }, { [ke]: Cr, [Re]: [Ti, "partition"] }] }], [Be]: [{ endpoint: { [ut]: "https://{accessPointName}.accesspoint.s3-global.{mrapPartition#dnsSuffix}", [dt]: { [ho]: [{ [qr]: pa, name: YM, [Ur]: Zf, [WM]: aUe }] }, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { error: "Client was configured for partition `{mrapPartition#name}` but bucket referred to partition `{bucketArn#partition}`", [ue]: yt }], [ue]: Ve }], [ue]: Ve }, { error: "Invalid Access Point Name", [ue]: yt }], [ue]: Ve }, QH], [ue]: Ve }, { [be]: [{ [ke]: Cn, [Re]: [p1, xm] }], [Be]: [{ [be]: Pz, error: "S3 Outposts does not support Dual-stack", [ue]: yt }, { [be]: Fv, error: "S3 Outposts does not support FIPS", [ue]: yt }, { [be]: w1, error: "S3 Outposts does not support S3 Accelerate", [ue]: yt }, { [be]: [{ [ke]: Ui, [Re]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[4]"] }] }], error: "Invalid Arn: Outpost Access Point ARN contains sub resources", [ue]: yt }, { [be]: [{ [ke]: Cr, [Re]: lUe, [en]: pE }], [Be]: [{ [be]: Cz, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: Iz, [Be]: [{ [be]: k1, [Be]: [{ [be]: R1, [Be]: [{ [be]: [{ [ke]: Cr, [Re]: cUe, [en]: IH }], [Be]: [{ [be]: [{ [ke]: Cr, [Re]: [Ti, "resourceId[3]"], [en]: XM }], [Be]: [{ [be]: [{ [ke]: Cn, [Re]: [{ [Ot]: IH }, iK] }], [Be]: [{ [be]: zd, endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.{outpostId}.{url#authority}", [dt]: JH, [ft]: zt }, [ue]: Ke }, { endpoint: { [ut]: "https://{accessPointName}-{bucketArn#accountId}.{outpostId}.s3-outposts.{bucketArn#region}.{bucketPartition#dnsSuffix}", [dt]: JH, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, { error: "Expected an outpost type `accesspoint`, found {outpostType}", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: expected an access point name", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: Expected a 4-component resource", [ue]: yt }], [ue]: Ve }, g1], [ue]: Ve }, b1], [ue]: Ve }, y1], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { error: "Invalid ARN: The outpost Id may only contain a-z, A-Z, 0-9 and `-`. Found: `{outpostId}`", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: The Outpost Id was not set", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: Unrecognized format: {Bucket} (type: {arnType})", [ue]: yt }], [ue]: Ve }, { error: "Invalid ARN: No ARN type specified", [ue]: yt }], [ue]: Ve }, { [be]: [{ [ke]: Xn, [Re]: [vn, 0, 4, tUe], [en]: kH }, { [ke]: Cn, [Re]: [{ [Ot]: kH }, "arn:"] }, { [ke]: Oa, [Re]: [{ [ke]: Ui, [Re]: [ez] }] }], error: "Invalid ARN: `{Bucket}` was not a valid ARN", [ue]: yt }, { [be]: [{ [ke]: $r, [Re]: [nUe, pa] }, ez], error: "Path-style addressing cannot be used with ARN buckets", [ue]: yt }, { [be]: iUe, [Be]: [{ [be]: ms, [Be]: [{ [be]: [Hr], [Be]: [{ [be]: [Kn, Xt, nr, Jr], endpoint: { [ut]: "https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, Xt, nr, gn, uo], [Be]: [{ endpoint: tz, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, Xt, nr, gn, fo], endpoint: tz, [ue]: Ke }, { [be]: [pn, Xt, nr, Jr], endpoint: { [ut]: "https://s3-fips.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, Xt, nr, gn, uo], [Be]: [{ endpoint: nz, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, Xt, nr, gn, fo], endpoint: nz, [ue]: Ke }, { [be]: [Kn, Xt, sn, Jr], endpoint: { [ut]: "https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [Kn, Xt, sn, gn, uo], [Be]: [{ endpoint: rz, [ue]: Ke }], [ue]: Ve }, { [be]: [Kn, Xt, sn, gn, fo], endpoint: rz, [ue]: Ke }, { [be]: [pn, Fr, Zo, sn, Jr], endpoint: { [ut]: sK, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, Fr, Zo, sn, gn, uo], [Be]: [{ [be]: Nl, endpoint: v1, [ue]: Ke }, { endpoint: v1, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, Fr, Zo, sn, gn, fo], endpoint: v1, [ue]: Ke }, { [be]: [pn, Xt, sn, Jr], endpoint: { [ut]: RH, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [pn, Xt, sn, gn, uo], [Be]: [{ [be]: Nl, endpoint: { [ut]: RH, [dt]: Gr, [ft]: zt }, [ue]: Ke }, { endpoint: oz, [ue]: Ke }], [ue]: Ve }, { [be]: [pn, Xt, sn, gn, fo], endpoint: oz, [ue]: Ke }], [ue]: Ve }, { error: "Path-style addressing cannot be used with S3 Accelerate", [ue]: yt }], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { [be]: [{ [ke]: Ui, [Re]: [iz] }, { [ke]: $r, [Re]: [iz, pa] }], [Be]: [{ [be]: ms, [Be]: [{ [be]: Rz, [Be]: [WH, KH, { [be]: zd, endpoint: { [ut]: ix, [dt]: x1, [ft]: zt }, [ue]: Ke }, { [be]: Fv, endpoint: { [ut]: "https://s3-object-lambda-fips.{Region}.{partitionResult#dnsSuffix}", [dt]: x1, [ft]: zt }, [ue]: Ke }, { endpoint: { [ut]: "https://s3-object-lambda.{Region}.{partitionResult#dnsSuffix}", [dt]: x1, [ft]: zt }, [ue]: Ke }], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }, { [be]: [$H], [Be]: [{ [be]: ms, [Be]: [{ [be]: Rz, [Be]: [{ [be]: [nr, Kn, Xt, Jr], endpoint: { [ut]: "https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [nr, Kn, Xt, gn, uo], [Be]: [{ endpoint: sz, [ue]: Ke }], [ue]: Ve }, { [be]: [nr, Kn, Xt, gn, fo], endpoint: sz, [ue]: Ke }, { [be]: [nr, pn, Xt, Jr], endpoint: { [ut]: "https://s3-fips.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [nr, pn, Xt, gn, uo], [Be]: [{ endpoint: az, [ue]: Ke }], [ue]: Ve }, { [be]: [nr, pn, Xt, gn, fo], endpoint: az, [ue]: Ke }, { [be]: [sn, Kn, Xt, Jr], endpoint: { [ut]: "https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}", [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [sn, Kn, Xt, gn, uo], [Be]: [{ endpoint: lz, [ue]: Ke }], [ue]: Ve }, { [be]: [sn, Kn, Xt, gn, fo], endpoint: lz, [ue]: Ke }, { [be]: [sn, pn, Fr, Zo, Jr], endpoint: { [ut]: ix, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [sn, pn, Fr, Zo, gn, uo], [Be]: [{ [be]: Nl, endpoint: S1, [ue]: Ke }, { endpoint: S1, [ue]: Ke }], [ue]: Ve }, { [be]: [sn, pn, Fr, Zo, gn, fo], endpoint: S1, [ue]: Ke }, { [be]: [sn, pn, Xt, Jr], endpoint: { [ut]: MH, [dt]: co, [ft]: zt }, [ue]: Ke }, { [be]: [sn, pn, Xt, gn, uo], [Be]: [{ [be]: Nl, endpoint: { [ut]: MH, [dt]: Gr, [ft]: zt }, [ue]: Ke }, { endpoint: cz, [ue]: Ke }], [ue]: Ve }, { [be]: [sn, pn, Xt, gn, fo], endpoint: cz, [ue]: Ke }], [ue]: Ve }, Nv], [ue]: Ve }], [ue]: Ve }], [ue]: Ve }, { error: "A region must be set when sending requests to S3.", [ue]: yt }] }, dUe = uUe, fUe = new T5e({
99629
99636
  size: 50,
99630
99637
  params: [
99631
99638
  "Accelerate",
@@ -99928,7 +99935,7 @@ class pA extends yo {
99928
99935
  }), Object.setPrototypeOf(this, pA.prototype);
99929
99936
  }
99930
99937
  }
99931
- const SUe = "ACL", CUe = "AccessDenied", Mz = "AccessKeyId", wUe = "AccessTier", yK = "Bucket", TUe = "BucketAlreadyExists", OUe = "BucketAlreadyOwnedByYou", LC = "BucketKeyEnabled", PUe = "Body", EUe = "ChecksumAlgorithm", IUe = "CacheControl", vK = "ChecksumCRC32", xK = "ChecksumCRC32C", SK = "ChecksumCRC64NVME", kUe = "Cache-Control", RUe = "Content-Disposition", MUe = "ContentDisposition", AUe = "Content-Encoding", DUe = "ContentEncoding", _Ue = "ContentLanguage", NUe = "Content-Language", FUe = "Content-Length", LUe = "ContentLength", $Ue = "Content-MD5", jUe = "ContentMD5", CK = "ChecksumSHA1", wK = "ChecksumSHA256", BUe = "CreateSessionOutput", VUe = "CreateSessionResult", HUe = "CreateSessionRequest", zUe = "CreateSession", qUe = "ChecksumType", UUe = "Content-Type", GUe = "ContentType", Az = "Credentials", mE = "Expiration", WUe = "ExpectedBucketOwner", KUe = "EncryptionTypeMismatch", Dz = "ETag", _z = "Expires", YUe = "GrantFullControl", ZUe = "GrantRead", XUe = "GrantReadACP", QUe = "GrantWriteACP", JUe = "IfMatch", e9e = "If-Match", t9e = "IfNoneMatch", n9e = "If-None-Match", r9e = "InvalidObjectState", o9e = "IdempotencyParameterMismatch", i9e = "InvalidRequest", s9e = "InvalidWriteOffset", a9e = "Key", l9e = "Metadata", c9e = "NotFound", u9e = "NoSuchBucket", d9e = "NoSuchKey", f9e = "NoSuchUpload", p9e = "ObjectAlreadyInActiveTierError", h9e = "ObjectLockLegalHoldStatus", m9e = "ObjectLockMode", g9e = "ObjectLockRetainUntilDate", b9e = "ObjectNotInActiveTierError", y9e = "PutObject", v9e = "PutObjectOutput", x9e = "PutObjectRequest", S9e = "RequestCharged", C9e = "RequestPayer", Nz = "SecretAccessKey", w9e = "StreamingBlob", TK = "StorageClass", T9e = "SessionCredentialValue", O9e = "SessionCredentials", P9e = "SessionMode", $C = "ServerSideEncryption", OK = "SSECustomerAlgorithm", PK = "SSECustomerKey", EK = "SSECustomerKeyMD5", gg = "SSEKMSEncryptionContext", bg = "SSEKMSKeyId", Fz = "SessionToken", E9e = "Size", I9e = "TooManyParts", k9e = "Tagging", R9e = "VersionId", M9e = "WriteOffsetBytes", A9e = "WebsiteRedirectLocation", ci = "client", ui = "error", IK = "http", D9e = "httpChecksum", Ii = "httpError", Tt = "httpHeader", _9e = "httpPrefixHeaders", kK = "smithy.ts.sdk.synthetic.com.amazonaws.s3", N9e = "streaming", af = "xmlName", F9e = "x-amz-acl", RK = "x-amz-checksum-crc32", MK = "x-amz-checksum-crc32c", AK = "x-amz-checksum-crc64nvme", DK = "x-amz-checksum-sha1", _K = "x-amz-checksum-sha256", L9e = "x-amz-create-session-mode", $9e = "x-amz-checksum-type", j9e = "x-amz-expiration", B9e = "x-amz-expected-bucket-owner", V9e = "x-amz-grant-full-control", H9e = "x-amz-grant-read", z9e = "x-amz-grant-read-acp", q9e = "x-amz-grant-write-acp", U9e = "x-amz-meta-", G9e = "x-amz-object-lock-legal-hold", W9e = "x-amz-object-lock-mode", K9e = "x-amz-object-lock-retain-until-date", Y9e = "x-amz-object-size", Z9e = "x-amz-request-charged", X9e = "x-amz-request-payer", Q9e = "x-amz-storage-class", J9e = "x-amz-sdk-checksum-algorithm", jC = "x-amz-server-side-encryption", BC = "x-amz-server-side-encryption-aws-kms-key-id", VC = "x-amz-server-side-encryption-bucket-key-enabled", HC = "x-amz-server-side-encryption-context", NK = "x-amz-server-side-encryption-customer-algorithm", e6e = "x-amz-server-side-encryption-customer-key", FK = "x-amz-server-side-encryption-customer-key-MD5", t6e = "x-amz-tagging", n6e = "x-amz-version-id", r6e = "x-amz-write-offset-bytes", o6e = "x-amz-website-redirect-location", Yn = "com.amazonaws.s3", LK = xi.for(kK);
99938
+ const SUe = "ACL", CUe = "AccessDenied", Mz = "AccessKeyId", wUe = "AccessTier", yK = "Bucket", TUe = "BucketAlreadyExists", OUe = "BucketAlreadyOwnedByYou", LC = "BucketKeyEnabled", PUe = "Body", EUe = "ChecksumAlgorithm", IUe = "CacheControl", vK = "ChecksumCRC32", xK = "ChecksumCRC32C", SK = "ChecksumCRC64NVME", kUe = "Cache-Control", RUe = "Content-Disposition", MUe = "ContentDisposition", AUe = "Content-Encoding", DUe = "ContentEncoding", _Ue = "ContentLanguage", NUe = "Content-Language", FUe = "Content-Length", LUe = "ContentLength", $Ue = "Content-MD5", jUe = "ContentMD5", CK = "ChecksumSHA1", wK = "ChecksumSHA256", BUe = "CreateSessionOutput", VUe = "CreateSessionResult", HUe = "CreateSessionRequest", zUe = "CreateSession", qUe = "ChecksumType", UUe = "Content-Type", GUe = "ContentType", Az = "Credentials", mE = "Expiration", WUe = "ExpectedBucketOwner", KUe = "EncryptionTypeMismatch", Dz = "ETag", _z = "Expires", YUe = "GrantFullControl", ZUe = "GrantRead", XUe = "GrantReadACP", QUe = "GrantWriteACP", JUe = "IfMatch", e9e = "If-Match", t9e = "IfNoneMatch", n9e = "If-None-Match", r9e = "InvalidObjectState", o9e = "IdempotencyParameterMismatch", i9e = "InvalidRequest", s9e = "InvalidWriteOffset", a9e = "Key", l9e = "Metadata", c9e = "NotFound", u9e = "NoSuchBucket", d9e = "NoSuchKey", f9e = "NoSuchUpload", p9e = "ObjectAlreadyInActiveTierError", h9e = "ObjectLockLegalHoldStatus", m9e = "ObjectLockMode", g9e = "ObjectLockRetainUntilDate", b9e = "ObjectNotInActiveTierError", y9e = "PutObject", v9e = "PutObjectOutput", x9e = "PutObjectRequest", S9e = "RequestCharged", C9e = "RequestPayer", Nz = "SecretAccessKey", w9e = "StreamingBlob", TK = "StorageClass", T9e = "SessionCredentialValue", O9e = "SessionCredentials", P9e = "SessionMode", $C = "ServerSideEncryption", OK = "SSECustomerAlgorithm", PK = "SSECustomerKey", EK = "SSECustomerKeyMD5", gg = "SSEKMSEncryptionContext", bg = "SSEKMSKeyId", Fz = "SessionToken", E9e = "Size", I9e = "TooManyParts", k9e = "Tagging", R9e = "VersionId", M9e = "WriteOffsetBytes", A9e = "WebsiteRedirectLocation", ci = "client", ui = "error", IK = "http", D9e = "httpChecksum", ki = "httpError", Tt = "httpHeader", _9e = "httpPrefixHeaders", kK = "smithy.ts.sdk.synthetic.com.amazonaws.s3", N9e = "streaming", af = "xmlName", F9e = "x-amz-acl", RK = "x-amz-checksum-crc32", MK = "x-amz-checksum-crc32c", AK = "x-amz-checksum-crc64nvme", DK = "x-amz-checksum-sha1", _K = "x-amz-checksum-sha256", L9e = "x-amz-create-session-mode", $9e = "x-amz-checksum-type", j9e = "x-amz-expiration", B9e = "x-amz-expected-bucket-owner", V9e = "x-amz-grant-full-control", H9e = "x-amz-grant-read", z9e = "x-amz-grant-read-acp", q9e = "x-amz-grant-write-acp", U9e = "x-amz-meta-", G9e = "x-amz-object-lock-legal-hold", W9e = "x-amz-object-lock-mode", K9e = "x-amz-object-lock-retain-until-date", Y9e = "x-amz-object-size", Z9e = "x-amz-request-charged", X9e = "x-amz-request-payer", Q9e = "x-amz-storage-class", J9e = "x-amz-sdk-checksum-algorithm", jC = "x-amz-server-side-encryption", BC = "x-amz-server-side-encryption-aws-kms-key-id", VC = "x-amz-server-side-encryption-bucket-key-enabled", HC = "x-amz-server-side-encryption-context", NK = "x-amz-server-side-encryption-customer-algorithm", e6e = "x-amz-server-side-encryption-customer-key", FK = "x-amz-server-side-encryption-customer-key-MD5", t6e = "x-amz-tagging", n6e = "x-amz-version-id", r6e = "x-amz-write-offset-bytes", o6e = "x-amz-website-redirect-location", Yn = "com.amazonaws.s3", LK = xi.for(kK);
99932
99939
  var i6e = [-3, kK, "S3ServiceException", 0, [], []];
99933
99940
  LK.registerError(i6e, yo);
99934
99941
  const Uo = xi.for(Yn);
@@ -99936,7 +99943,7 @@ var s6e = [
99936
99943
  -3,
99937
99944
  Yn,
99938
99945
  CUe,
99939
- { [ui]: ci, [Ii]: 403 },
99946
+ { [ui]: ci, [ki]: 403 },
99940
99947
  [],
99941
99948
  []
99942
99949
  ];
@@ -99945,7 +99952,7 @@ var a6e = [
99945
99952
  -3,
99946
99953
  Yn,
99947
99954
  TUe,
99948
- { [ui]: ci, [Ii]: 409 },
99955
+ { [ui]: ci, [ki]: 409 },
99949
99956
  [],
99950
99957
  []
99951
99958
  ];
@@ -99954,7 +99961,7 @@ var l6e = [
99954
99961
  -3,
99955
99962
  Yn,
99956
99963
  OUe,
99957
- { [ui]: ci, [Ii]: 409 },
99964
+ { [ui]: ci, [ki]: 409 },
99958
99965
  [],
99959
99966
  []
99960
99967
  ];
@@ -99963,7 +99970,7 @@ var c6e = [
99963
99970
  -3,
99964
99971
  Yn,
99965
99972
  KUe,
99966
- { [ui]: ci, [Ii]: 400 },
99973
+ { [ui]: ci, [ki]: 400 },
99967
99974
  [],
99968
99975
  []
99969
99976
  ];
@@ -99972,7 +99979,7 @@ var u6e = [
99972
99979
  -3,
99973
99980
  Yn,
99974
99981
  o9e,
99975
- { [ui]: ci, [Ii]: 400 },
99982
+ { [ui]: ci, [ki]: 400 },
99976
99983
  [],
99977
99984
  []
99978
99985
  ];
@@ -99981,7 +99988,7 @@ var d6e = [
99981
99988
  -3,
99982
99989
  Yn,
99983
99990
  r9e,
99984
- { [ui]: ci, [Ii]: 403 },
99991
+ { [ui]: ci, [ki]: 403 },
99985
99992
  [TK, wUe],
99986
99993
  [0, 0]
99987
99994
  ];
@@ -99990,7 +99997,7 @@ var f6e = [
99990
99997
  -3,
99991
99998
  Yn,
99992
99999
  i9e,
99993
- { [ui]: ci, [Ii]: 400 },
100000
+ { [ui]: ci, [ki]: 400 },
99994
100001
  [],
99995
100002
  []
99996
100003
  ];
@@ -99999,7 +100006,7 @@ var p6e = [
99999
100006
  -3,
100000
100007
  Yn,
100001
100008
  s9e,
100002
- { [ui]: ci, [Ii]: 400 },
100009
+ { [ui]: ci, [ki]: 400 },
100003
100010
  [],
100004
100011
  []
100005
100012
  ];
@@ -100008,7 +100015,7 @@ var h6e = [
100008
100015
  -3,
100009
100016
  Yn,
100010
100017
  u9e,
100011
- { [ui]: ci, [Ii]: 404 },
100018
+ { [ui]: ci, [ki]: 404 },
100012
100019
  [],
100013
100020
  []
100014
100021
  ];
@@ -100017,7 +100024,7 @@ var m6e = [
100017
100024
  -3,
100018
100025
  Yn,
100019
100026
  d9e,
100020
- { [ui]: ci, [Ii]: 404 },
100027
+ { [ui]: ci, [ki]: 404 },
100021
100028
  [],
100022
100029
  []
100023
100030
  ];
@@ -100026,7 +100033,7 @@ var g6e = [
100026
100033
  -3,
100027
100034
  Yn,
100028
100035
  f9e,
100029
- { [ui]: ci, [Ii]: 404 },
100036
+ { [ui]: ci, [ki]: 404 },
100030
100037
  [],
100031
100038
  []
100032
100039
  ];
@@ -100044,7 +100051,7 @@ var y6e = [
100044
100051
  -3,
100045
100052
  Yn,
100046
100053
  p9e,
100047
- { [ui]: ci, [Ii]: 403 },
100054
+ { [ui]: ci, [ki]: 403 },
100048
100055
  [],
100049
100056
  []
100050
100057
  ];
@@ -100053,7 +100060,7 @@ var v6e = [
100053
100060
  -3,
100054
100061
  Yn,
100055
100062
  b9e,
100056
- { [ui]: ci, [Ii]: 403 },
100063
+ { [ui]: ci, [ki]: 403 },
100057
100064
  [],
100058
100065
  []
100059
100066
  ];
@@ -100062,7 +100069,7 @@ var x6e = [
100062
100069
  -3,
100063
100070
  Yn,
100064
100071
  I9e,
100065
- { [ui]: ci, [Ii]: 400 },
100072
+ { [ui]: ci, [ki]: 400 },
100066
100073
  [],
100067
100074
  []
100068
100075
  ];
@@ -101234,7 +101241,7 @@ function HK(e) {
101234
101241
  function WGe(e) {
101235
101242
  return async (t) => {
101236
101243
  e.logger?.debug("@aws-sdk/credential-provider-cognito-identity - fromCognitoIdentity");
101237
- const { GetCredentialsForIdentityCommand: r, CognitoIdentityClient: o } = await import("./loadCognitoIdentity-BQ7Nm6B3.mjs"), i = (u) => e.clientConfig?.[u] ?? e.parentClientConfig?.[u] ?? t?.callerClientConfig?.[u], { Credentials: { AccessKeyId: s = KGe(e.logger), Expiration: a, SecretKey: l = ZGe(e.logger), SessionToken: c } = YGe(e.logger) } = await (e.client ?? new o(Object.assign({}, e.clientConfig ?? {}, {
101244
+ const { GetCredentialsForIdentityCommand: r, CognitoIdentityClient: o } = await import("./loadCognitoIdentity-BgwyND7j.mjs"), i = (u) => e.clientConfig?.[u] ?? e.parentClientConfig?.[u] ?? t?.callerClientConfig?.[u], { Credentials: { AccessKeyId: s = KGe(e.logger), Expiration: a, SecretKey: l = ZGe(e.logger), SessionToken: c } = YGe(e.logger) } = await (e.client ?? new o(Object.assign({}, e.clientConfig ?? {}, {
101238
101245
  region: i("region"),
101239
101246
  profile: i("profile"),
101240
101247
  userAgentAppId: i("userAgentAppId")
@@ -101342,7 +101349,7 @@ function t8e({ accountId: e, cache: t = e8e(), client: r, clientConfig: o, custo
101342
101349
  c?.debug("@aws-sdk/credential-provider-cognito-identity - fromCognitoIdentity");
101343
101350
  const d = l ? `aws:cognito-identity-credentials:${s}:${l}` : void 0;
101344
101351
  let f = async (p) => {
101345
- const { GetIdCommand: h, CognitoIdentityClient: b } = await import("./loadCognitoIdentity-BQ7Nm6B3.mjs"), g = (C) => o?.[C] ?? u?.[C] ?? p?.callerClientConfig?.[C], y = r ?? new b(Object.assign({}, o ?? {}, {
101352
+ const { GetIdCommand: h, CognitoIdentityClient: b } = await import("./loadCognitoIdentity-BgwyND7j.mjs"), g = (C) => o?.[C] ?? u?.[C] ?? p?.callerClientConfig?.[C], y = r ?? new b(Object.assign({}, o ?? {}, {
101346
101353
  region: g("region"),
101347
101354
  profile: g("profile"),
101348
101355
  userAgentAppId: g("userAgentAppId")
@@ -101413,7 +101420,7 @@ async function i8e(e, t, r, o, i, s = "") {
101413
101420
  }
101414
101421
  function s8e({ attributes: e = {}, rules: t = {}, onChange: r }) {
101415
101422
  const { id: o = "", MuiAttributes: i = {}, label: s = "Signature", bucket: a = "", region: l = "", identityPoolId: c = "", path: u = "", disabled: d = !1, CanvasProps: f = {} } = e, p = Ja(null), h = Ja(null), [b, g] = Ci(!1), [y, v] = Ci(e.value || null), [C, O] = Ci(400), [T, P] = Ci(!1), k = t?.validation?.some((A) => A.rule === "mandatory") || !1, M = f?.style?.height || 150;
101416
- Gi(() => {
101423
+ Oi(() => {
101417
101424
  const A = h.current;
101418
101425
  if (!A) return;
101419
101426
  const F = new ResizeObserver((I) => {
@@ -101421,7 +101428,7 @@ function s8e({ attributes: e = {}, rules: t = {}, onChange: r }) {
101421
101428
  N && N > 0 && O(Math.floor(N));
101422
101429
  });
101423
101430
  return F.observe(A), () => F.disconnect();
101424
- }, []), Gi(() => {
101431
+ }, []), Oi(() => {
101425
101432
  e.value && p.current && p.current.fromDataURL(e.value, { width: C, height: M });
101426
101433
  }, [e.value, C, M]);
101427
101434
  const _ = () => {
@@ -101552,7 +101559,7 @@ function u8e({ attributes: e = {}, patch: t, onChange: r }) {
101552
101559
  }
101553
101560
  function d8e({ attributes: e = {}, rules: t = {}, onChange: r }) {
101554
101561
  const { MuiAttributes: o = {}, id: i = "", options: s = [], label: a = "Combo Box" } = e, [l, c] = Ci(e.value || null), [u, d] = Ci(!1), [f, p] = Ci("");
101555
- Gi(() => {
101562
+ Oi(() => {
101556
101563
  e.value && c(e.value);
101557
101564
  }, []), aa(() => {
101558
101565
  c(e.value);
@@ -102093,7 +102100,7 @@ function yg({
102093
102100
  () => Ege(B5(e, p, r, vi)),
102094
102101
  [p, e, r]
102095
102102
  );
102096
- Gi(() => {
102103
+ Oi(() => {
102097
102104
  D1(vi[r]) && (vi[r] = t);
102098
102105
  }, []), aa(() => {
102099
102106
  h({ ...t });