dynamic-mui 2.0.24 → 2.0.26

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,6 +1,6 @@
1
1
  import * as S from "react";
2
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 wi, useLayoutEffect as Kte, Component as Yte } from "react";
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 wf, 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";
3
+ import { Box as ho, Icon as Ms, InputAdornment as gE, Stepper as Zte, Step as Xte, StepLabel as Qte, Typography as il, StepContent as Jte, Button as wf, 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";
6
6
  import * as bE from "react-dom";
@@ -4751,7 +4751,7 @@ process.env.NODE_ENV !== "production" && (Lr.propTypes = {
4751
4751
  });
4752
4752
  function Pie({ attributes: e = {} }) {
4753
4753
  const { MuiAttributes: t = {}, text: r = "", MuiIcon: o = {}, value: i = "", MuiBox: s = {} } = e;
4754
- return o && o.icon ? /* @__PURE__ */ C.jsxs(To, { sx: { display: "flex", width: "100%" }, ...s, children: [
4754
+ return o && o.icon ? /* @__PURE__ */ C.jsxs(ho, { sx: { display: "flex", width: "100%" }, ...s, children: [
4755
4755
  /* @__PURE__ */ C.jsx(Ms, { ...o.MuiIconAttributes, children: o.icon }, o.icon),
4756
4756
  /* @__PURE__ */ C.jsx(Lr, { ...t, children: r || i })
4757
4757
  ] }) : /* @__PURE__ */ C.jsx(Lr, { ...t, children: r || i });
@@ -5424,7 +5424,7 @@ function _ie(e) {
5424
5424
  function Nie(e) {
5425
5425
  return Qe("MuiInputBase", e);
5426
5426
  }
5427
- const Co = Ye("MuiInputBase", ["root", "formControl", "focused", "disabled", "adornedStart", "adornedEnd", "error", "sizeSmall", "multiline", "colorSecondary", "fullWidth", "hiddenLabel", "readOnly", "input", "inputSizeSmall", "inputMultiline", "inputTypeSearch", "inputAdornedStart", "inputAdornedEnd", "inputHiddenLabel"]);
5427
+ const To = Ye("MuiInputBase", ["root", "formControl", "focused", "disabled", "adornedStart", "adornedEnd", "error", "sizeSmall", "multiline", "colorSecondary", "fullWidth", "hiddenLabel", "readOnly", "input", "inputSizeSmall", "inputMultiline", "inputTypeSearch", "inputAdornedStart", "inputAdornedEnd", "inputHiddenLabel"]);
5428
5428
  var aF;
5429
5429
  const F0 = (e, t) => {
5430
5430
  const {
@@ -5474,7 +5474,7 @@ const F0 = (e, t) => {
5474
5474
  cursor: "text",
5475
5475
  display: "inline-flex",
5476
5476
  alignItems: "center",
5477
- [`&.${Co.disabled}`]: {
5477
+ [`&.${To.disabled}`]: {
5478
5478
  color: (e.vars || e).palette.text.disabled,
5479
5479
  cursor: "default"
5480
5480
  },
@@ -5559,7 +5559,7 @@ const F0 = (e, t) => {
5559
5559
  WebkitAppearance: "none"
5560
5560
  },
5561
5561
  // Show and hide the placeholder logic
5562
- [`label[data-shrink=false] + .${Co.formControl} &`]: {
5562
+ [`label[data-shrink=false] + .${To.formControl} &`]: {
5563
5563
  "&::-webkit-input-placeholder": o,
5564
5564
  "&::-moz-placeholder": o,
5565
5565
  // Firefox 19+
@@ -5571,7 +5571,7 @@ const F0 = (e, t) => {
5571
5571
  "&:focus::-ms-input-placeholder": i
5572
5572
  // Edge
5573
5573
  },
5574
- [`&.${Co.disabled}`]: {
5574
+ [`&.${To.disabled}`]: {
5575
5575
  opacity: 1,
5576
5576
  // Reset iOS opacity
5577
5577
  WebkitTextFillColor: (e.vars || e).palette.text.disabled
@@ -6044,7 +6044,7 @@ function Lie(e) {
6044
6044
  return Qe("MuiInput", e);
6045
6045
  }
6046
6046
  const Hl = {
6047
- ...Co,
6047
+ ...To,
6048
6048
  ...Ye("MuiInput", ["root", "underline", "input"])
6049
6049
  }, $ie = (e) => {
6050
6050
  const {
@@ -6380,7 +6380,7 @@ function Vie(e) {
6380
6380
  return Qe("MuiFilledInput", e);
6381
6381
  }
6382
6382
  const Hi = {
6383
- ...Co,
6383
+ ...To,
6384
6384
  ...Ye("MuiFilledInput", ["root", "underline", "input", "adornedStart", "adornedEnd", "sizeSmall", "multiline", "hiddenLabel"])
6385
6385
  };
6386
6386
  function $1(...e) {
@@ -7349,7 +7349,7 @@ function Xie(e) {
7349
7349
  return Qe("MuiOutlinedInput", e);
7350
7350
  }
7351
7351
  const gs = {
7352
- ...Co,
7352
+ ...To,
7353
7353
  ...Ye("MuiOutlinedInput", ["root", "notchedOutline", "input"])
7354
7354
  };
7355
7355
  function $q(e, t, r) {
@@ -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]", we = "[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, Gw = "['’]", GK = "[" + Vn + "]", gA = "[" + mA + "]", vg = "[" + Tc + "]", bA = "\\d+", WK = "[" + Oc + "]", yA = "[" + hn + "]", vA = "[^" + Vn + mA + bA + Oc + hn + Sl + "]", Ww = "\\ud83c[\\udffb-\\udfff]", KK = "(?:" + vg + "|" + Ww + ")", xA = "[^" + Vn + "]", Kw = "(?:\\ud83c[\\udde6-\\uddff]){2}", Yw = "[\\ud800-\\udbff][\\udc00-\\udfff]", Xu = "[" + Sl + "]", SA = "\\u200d", wA = "(?:" + yA + "|" + vA + ")", YK = "(?:" + Xu + "|" + vA + ")", CA = "(?:" + Gw + "(?:d|ll|m|re|s|t|ve))?", TA = "(?:" + Gw + "(?:D|LL|M|RE|S|T|VE))?", OA = KK + "?", PA = "[" + Na + "]?", ZK = "(?:" + SA + "(?:" + [xA, Kw, Yw].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, Kw, Yw].join("|") + ")" + EA, eY = "(?:" + [xA + vg + "?", vg, Kw, Yw, GK].join("|") + ")", tY = RegExp(Gw, "g"), nY = RegExp(vg, "g"), Zw = RegExp(Ww + "(?=" + Ww + ")|" + 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]", we = "[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", xo = "\\ufe20-\\ufe2f", Ai = "\\u20d0-\\u20ff", Tc = ao + xo + 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, Gw = "['’]", GK = "[" + Vn + "]", gA = "[" + mA + "]", vg = "[" + Tc + "]", bA = "\\d+", WK = "[" + Oc + "]", yA = "[" + hn + "]", vA = "[^" + Vn + mA + bA + Oc + hn + Sl + "]", Ww = "\\ud83c[\\udffb-\\udfff]", KK = "(?:" + vg + "|" + Ww + ")", xA = "[^" + Vn + "]", Kw = "(?:\\ud83c[\\udde6-\\uddff]){2}", Yw = "[\\ud800-\\udbff][\\udc00-\\udfff]", Xu = "[" + Sl + "]", SA = "\\u200d", wA = "(?:" + yA + "|" + vA + ")", YK = "(?:" + Xu + "|" + vA + ")", CA = "(?:" + Gw + "(?:d|ll|m|re|s|t|ve))?", TA = "(?:" + Gw + "(?:D|LL|M|RE|S|T|VE))?", OA = KK + "?", PA = "[" + Na + "]?", ZK = "(?:" + SA + "(?:" + [xA, Kw, Yw].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, Kw, Yw].join("|") + ")" + EA, eY = "(?:" + [xA + vg + "?", vg, Kw, Yw, GK].join("|") + ")", tY = RegExp(Gw, "g"), nY = RegExp(vg, "g"), Zw = RegExp(Ww + "(?=" + Ww + ")|" + eY + EA, "g"), rY = RegExp([
13521
13521
  Xu + "?" + yA + "+" + CA + "(?=" + [gA, Xu, "$"].join("|") + ")",
13522
13522
  YK + "+" + TA + "(?=" + [gA, Xu + wA, "$"].join("|") + ")",
13523
13523
  Xu + "?" + wA + "+" + CA,
@@ -13773,7 +13773,7 @@ function Fae() {
13773
13773
  "\r": "r",
13774
13774
  "\u2028": "u2028",
13775
13775
  "\u2029": "u2029"
13776
- }, fY = parseFloat, pY = parseInt, IA = typeof Gl == "object" && Gl && Gl.Object === Object && Gl, hY = typeof self == "object" && self && self.Object === Object && self, xo = IA || hY || Function("return this")(), Xw = t && !t.nodeType && t, Pc = Xw && !0 && e && !e.nodeType && e, kA = Pc && Pc.exports === Xw, Qw = kA && IA.process, rs = (function() {
13776
+ }, fY = parseFloat, pY = parseInt, IA = typeof Gl == "object" && Gl && Gl.Object === Object && Gl, hY = typeof self == "object" && self && self.Object === Object && self, So = IA || hY || Function("return this")(), Xw = t && !t.nodeType && t, Pc = Xw && !0 && e && !e.nodeType && e, kA = Pc && Pc.exports === Xw, Qw = kA && IA.process, rs = (function() {
13777
13777
  try {
13778
13778
  var Ce = Pc && Pc.require && Pc.require("util").types;
13779
13779
  return Ce || Qw && Qw.binding && Qw.binding("util");
@@ -14050,11 +14050,11 @@ function Fae() {
14050
14050
  return Ce.match(rY) || [];
14051
14051
  }
14052
14052
  var $Y = (function Ce(je) {
14053
- je = je == null ? xo : td.defaults(xo.Object(), je, td.pick(xo, sY));
14053
+ je = je == null ? So : td.defaults(So.Object(), je, td.pick(So, sY));
14054
14054
  var _e = je.Array, St = je.Date, Zt = je.Error, Rn = je.Function, Zr = je.Math, Zn = je.Object, lC = je.RegExp, jY = je.String, is = je.TypeError, Cg = _e.prototype, BY = Rn.prototype, nd = Zn.prototype, Tg = je["__core-js_shared__"], Og = BY.toString, Dn = nd.hasOwnProperty, VY = 0, GA = (function() {
14055
14055
  var m = /[^.]+$/.exec(Tg && Tg.keys && Tg.keys.IE_PROTO || "");
14056
14056
  return m ? "Symbol(src)_1." + m : "";
14057
- })(), Pg = nd.toString, HY = Og.call(Zn), zY = xo._, qY = lC(
14057
+ })(), Pg = nd.toString, HY = Og.call(Zn), zY = So._, qY = lC(
14058
14058
  "^" + Og.call(Dn).replace(Wt, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
14059
14059
  ), Eg = kA ? je.Buffer : r, Ol = je.Symbol, Ig = je.Uint8Array, WA = Eg ? Eg.allocUnsafe : r, kg = qA(Zn.getPrototypeOf, Zn), KA = Zn.create, YA = nd.propertyIsEnumerable, Rg = Cg.splice, ZA = Ol ? Ol.isConcatSpreadable : r, Cp = Ol ? Ol.iterator : r, Ec = Ol ? Ol.toStringTag : r, Mg = (function() {
14060
14060
  try {
@@ -14062,7 +14062,7 @@ function Fae() {
14062
14062
  return m({}, "", {}), m;
14063
14063
  } catch {
14064
14064
  }
14065
- })(), UY = je.clearTimeout !== xo.clearTimeout && je.clearTimeout, GY = St && St.now !== xo.Date.now && St.now, WY = je.setTimeout !== xo.setTimeout && je.setTimeout, Ag = Zr.ceil, Dg = Zr.floor, cC = Zn.getOwnPropertySymbols, KY = Eg ? Eg.isBuffer : r, XA = je.isFinite, YY = Cg.join, ZY = qA(Zn.keys, Zn), Xr = Zr.max, Io = Zr.min, XY = St.now, QY = je.parseInt, QA = Zr.random, JY = Cg.reverse, uC = Ac(je, "DataView"), Tp = Ac(je, "Map"), dC = Ac(je, "Promise"), rd = Ac(je, "Set"), Op = Ac(je, "WeakMap"), Pp = Ac(Zn, "create"), _g = Op && new Op(), od = {}, eZ = Dc(uC), tZ = Dc(Tp), nZ = Dc(dC), rZ = Dc(rd), oZ = Dc(Op), Ng = Ol ? Ol.prototype : r, Ep = Ng ? Ng.valueOf : r, JA = Ng ? Ng.toString : r;
14065
+ })(), UY = je.clearTimeout !== So.clearTimeout && je.clearTimeout, GY = St && St.now !== So.Date.now && St.now, WY = je.setTimeout !== So.setTimeout && je.setTimeout, Ag = Zr.ceil, Dg = Zr.floor, cC = Zn.getOwnPropertySymbols, KY = Eg ? Eg.isBuffer : r, XA = je.isFinite, YY = Cg.join, ZY = qA(Zn.keys, Zn), Xr = Zr.max, Io = Zr.min, XY = St.now, QY = je.parseInt, QA = Zr.random, JY = Cg.reverse, uC = Ac(je, "DataView"), Tp = Ac(je, "Map"), dC = Ac(je, "Promise"), rd = Ac(je, "Set"), Op = Ac(je, "WeakMap"), Pp = Ac(Zn, "create"), _g = Op && new Op(), od = {}, eZ = Dc(uC), tZ = Dc(Tp), nZ = Dc(dC), rZ = Dc(rd), oZ = Dc(Op), Ng = Ol ? Ol.prototype : r, Ep = Ng ? Ng.valueOf : r, JA = Ng ? Ng.toString : r;
14066
14066
  function ee(m) {
14067
14067
  if (Er(m) && !Qt(m) && !(m instanceof mn)) {
14068
14068
  if (m instanceof ss)
@@ -14467,11 +14467,11 @@ function Fae() {
14467
14467
  x(z, Y, oe) && R.push(z);
14468
14468
  }), R;
14469
14469
  }
14470
- function So(m, x, R, z, Y) {
14470
+ function wo(m, x, R, z, Y) {
14471
14471
  var oe = -1, he = m.length;
14472
14472
  for (R || (R = TX), Y || (Y = []); ++oe < he; ) {
14473
14473
  var ve = m[oe];
14474
- x > 0 && R(ve) ? x > 1 ? So(ve, x - 1, R, z, Y) : Cl(Y, ve) : z || (Y[Y.length] = ve);
14474
+ x > 0 && R(ve) ? x > 1 ? wo(ve, x - 1, R, z, Y) : Cl(Y, ve) : z || (Y[Y.length] = ve);
14475
14475
  }
14476
14476
  return Y;
14477
14477
  }
@@ -14919,7 +14919,7 @@ function Fae() {
14919
14919
  for (var Y = -1, oe = _e(z); ++Y < z; )
14920
14920
  for (var he = m[Y], ve = -1; ++ve < z; )
14921
14921
  ve != Y && (oe[Y] = kp(oe[Y] || he, m[ve], x, R));
14922
- return El(So(oe, 1), x, R);
14922
+ return El(wo(oe, 1), x, R);
14923
14923
  }
14924
14924
  function TD(m, x, R) {
14925
14925
  for (var z = -1, Y = m.length, oe = x.length, he = {}; ++z < Y; ) {
@@ -14943,7 +14943,7 @@ function Fae() {
14943
14943
  return R = R === r ? z : R, !x && R >= z ? m : ls(m, x, R);
14944
14944
  }
14945
14945
  var OD = UY || function(m) {
14946
- return xo.clearTimeout(m);
14946
+ return So.clearTimeout(m);
14947
14947
  };
14948
14948
  function PD(m, x) {
14949
14949
  if (x)
@@ -15071,7 +15071,7 @@ function Fae() {
15071
15071
  function dX(m, x, R) {
15072
15072
  var z = x & y, Y = Dp(m);
15073
15073
  function oe() {
15074
- var he = this && this !== xo && this instanceof oe ? Y : m;
15074
+ var he = this && this !== So && this instanceof oe ? Y : m;
15075
15075
  return he.apply(z ? R : this, arguments);
15076
15076
  }
15077
15077
  return oe;
@@ -15132,7 +15132,7 @@ function Fae() {
15132
15132
  r,
15133
15133
  R - oe
15134
15134
  );
15135
- var We = this && this !== xo && this instanceof Y ? z : m;
15135
+ var We = this && this !== So && this instanceof Y ? z : m;
15136
15136
  return _i(We, this, he);
15137
15137
  }
15138
15138
  return Y;
@@ -15198,7 +15198,7 @@ function Fae() {
15198
15198
  );
15199
15199
  }
15200
15200
  var qs = Je ? R : this, qa = mt ? qs[m] : m;
15201
- return dn = yn.length, ve ? yn = AX(yn, ve) : jt && dn > 1 && yn.reverse(), We && Oe < dn && (yn.length = Oe), this && this !== xo && this instanceof Bt && (qa = on || Dp(qa)), qa.apply(qs, yn);
15201
+ return dn = yn.length, ve ? yn = AX(yn, ve) : jt && dn > 1 && yn.reverse(), We && Oe < dn && (yn.length = Oe), this && this !== So && this instanceof Bt && (qa = on || Dp(qa)), qa.apply(qs, yn);
15202
15202
  }
15203
15203
  return Bt;
15204
15204
  }
@@ -15241,7 +15241,7 @@ function Fae() {
15241
15241
  function pX(m, x, R, z) {
15242
15242
  var Y = x & y, oe = Dp(m);
15243
15243
  function he() {
15244
- for (var ve = -1, Oe = arguments.length, Ue = -1, We = z.length, Je = _e(We + Oe), mt = this && this !== xo && this instanceof he ? oe : m; ++Ue < We; )
15244
+ for (var ve = -1, Oe = arguments.length, Ue = -1, We = z.length, Je = _e(We + Oe), mt = this && this !== So && this instanceof he ? oe : m; ++Ue < We; )
15245
15245
  Je[Ue] = z[Ue];
15246
15246
  for (; Oe--; )
15247
15247
  Je[Ue++] = arguments[++ve];
@@ -15693,7 +15693,7 @@ function Fae() {
15693
15693
  return m[x];
15694
15694
  }
15695
15695
  var ZD = QD(vD), Np = WY || function(m, x) {
15696
- return xo.setTimeout(m, x);
15696
+ return So.setTimeout(m, x);
15697
15697
  }, BC = QD(tX);
15698
15698
  function XD(m, x, R) {
15699
15699
  var z = x + "";
@@ -15778,16 +15778,16 @@ function Fae() {
15778
15778
  return [];
15779
15779
  for (var x = _e(m - 1), R = arguments[0], z = m; z--; )
15780
15780
  x[z - 1] = arguments[z];
15781
- return Cl(Qt(R) ? fi(R) : [R], So(x, 1));
15781
+ return Cl(Qt(R) ? fi(R) : [R], wo(x, 1));
15782
15782
  }
15783
15783
  var LX = cn(function(m, x) {
15784
- return Dr(m) ? kp(m, So(x, 1, Dr, !0)) : [];
15784
+ return Dr(m) ? kp(m, wo(x, 1, Dr, !0)) : [];
15785
15785
  }), $X = cn(function(m, x) {
15786
15786
  var R = cs(x);
15787
- return Dr(R) && (R = r), Dr(m) ? kp(m, So(x, 1, Dr, !0), Lt(R, 2)) : [];
15787
+ return Dr(R) && (R = r), Dr(m) ? kp(m, wo(x, 1, Dr, !0), Lt(R, 2)) : [];
15788
15788
  }), jX = cn(function(m, x) {
15789
15789
  var R = cs(x);
15790
- return Dr(R) && (R = r), Dr(m) ? kp(m, So(x, 1, Dr, !0), r, R) : [];
15790
+ return Dr(R) && (R = r), Dr(m) ? kp(m, wo(x, 1, Dr, !0), r, R) : [];
15791
15791
  });
15792
15792
  function BX(m, x, R) {
15793
15793
  var z = m == null ? 0 : m.length;
@@ -15823,15 +15823,15 @@ function Fae() {
15823
15823
  }
15824
15824
  function r_(m) {
15825
15825
  var x = m == null ? 0 : m.length;
15826
- return x ? So(m, 1) : [];
15826
+ return x ? wo(m, 1) : [];
15827
15827
  }
15828
15828
  function UX(m) {
15829
15829
  var x = m == null ? 0 : m.length;
15830
- return x ? So(m, B) : [];
15830
+ return x ? wo(m, B) : [];
15831
15831
  }
15832
15832
  function GX(m, x) {
15833
15833
  var R = m == null ? 0 : m.length;
15834
- return R ? (x = x === r ? 1 : nn(x), So(m, x)) : [];
15834
+ return R ? (x = x === r ? 1 : nn(x), wo(m, x)) : [];
15835
15835
  }
15836
15836
  function WX(m) {
15837
15837
  for (var x = -1, R = m == null ? 0 : m.length, z = {}; ++x < R; ) {
@@ -15969,13 +15969,13 @@ function Fae() {
15969
15969
  return m && m.length ? Hg(m, Lt(x, 3)) : [];
15970
15970
  }
15971
15971
  var SQ = cn(function(m) {
15972
- return El(So(m, 1, Dr, !0));
15972
+ return El(wo(m, 1, Dr, !0));
15973
15973
  }), wQ = cn(function(m) {
15974
15974
  var x = cs(m);
15975
- return Dr(x) && (x = r), El(So(m, 1, Dr, !0), Lt(x, 2));
15975
+ return Dr(x) && (x = r), El(wo(m, 1, Dr, !0), Lt(x, 2));
15976
15976
  }), CQ = cn(function(m) {
15977
15977
  var x = cs(m);
15978
- return x = typeof x == "function" ? x : r, El(So(m, 1, Dr, !0), r, x);
15978
+ return x = typeof x == "function" ? x : r, El(wo(m, 1, Dr, !0), r, x);
15979
15979
  });
15980
15980
  function TQ(m) {
15981
15981
  return m && m.length ? El(m) : [];
@@ -16099,13 +16099,13 @@ function Fae() {
16099
16099
  }
16100
16100
  var WQ = _D(t_), KQ = _D(n_);
16101
16101
  function YQ(m, x) {
16102
- return So(Qg(m, x), 1);
16102
+ return wo(Qg(m, x), 1);
16103
16103
  }
16104
16104
  function ZQ(m, x) {
16105
- return So(Qg(m, x), B);
16105
+ return wo(Qg(m, x), B);
16106
16106
  }
16107
16107
  function XQ(m, x, R) {
16108
- return R = R === r ? 1 : nn(R), So(Qg(m, x), R);
16108
+ return R = R === r ? 1 : nn(R), wo(Qg(m, x), R);
16109
16109
  }
16110
16110
  function l_(m, x) {
16111
16111
  var R = Qt(m) ? os : Pl;
@@ -16184,9 +16184,9 @@ function Fae() {
16184
16184
  if (m == null)
16185
16185
  return [];
16186
16186
  var R = x.length;
16187
- return R > 1 && Ko(m, x[0], x[1]) ? x = [] : R > 2 && Ko(x[0], x[1], x[2]) && (x = [x[0]]), gD(m, So(x, 1), []);
16187
+ return R > 1 && Ko(m, x[0], x[1]) ? x = [] : R > 2 && Ko(x[0], x[1], x[2]) && (x = [x[0]]), gD(m, wo(x, 1), []);
16188
16188
  }), Jg = GY || function() {
16189
- return xo.Date.now();
16189
+ return So.Date.now();
16190
16190
  };
16191
16191
  function pJ(m, x) {
16192
16192
  if (typeof x != "function")
@@ -16322,7 +16322,7 @@ 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], Ni(Lt())) : fr(So(x, 1), Ni(Lt()));
16325
+ x = x.length == 1 && Qt(x[0]) ? fr(x[0], Ni(Lt())) : fr(wo(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; )
@@ -17000,7 +17000,7 @@ function print() { __p += __j.call(arguments, '') }
17000
17000
  }), m;
17001
17001
  }
17002
17002
  function bte() {
17003
- return xo._ === this && (xo._ = zY), this;
17003
+ return So._ === this && (So._ = zY), this;
17004
17004
  }
17005
17005
  function JC() {
17006
17006
  }
@@ -17180,7 +17180,7 @@ function print() { __p += __j.call(arguments, '') }
17180
17180
  func: r
17181
17181
  }], mn.prototype.clone = iZ, mn.prototype.reverse = sZ, mn.prototype.value = aZ, ee.prototype.at = FQ, ee.prototype.chain = LQ, ee.prototype.commit = $Q, ee.prototype.next = jQ, ee.prototype.plant = VQ, ee.prototype.reverse = HQ, ee.prototype.toJSON = ee.prototype.valueOf = ee.prototype.value = zQ, ee.prototype.first = ee.prototype.head, Cp && (ee.prototype[Cp] = BQ), ee;
17182
17182
  }), td = $Y();
17183
- Pc ? ((Pc.exports = td)._ = td, Xw._ = td) : xo._ = td;
17183
+ Pc ? ((Pc.exports = td)._ = td, Xw._ = td) : So._ = td;
17184
17184
  }).call(Nae);
17185
17185
  })(ph, ph.exports)), ph.exports;
17186
17186
  }
@@ -40255,7 +40255,7 @@ function Ige(e) {
40255
40255
  }
40256
40256
  const B5 = (e, t, r, o = {}, i = []) => {
40257
40257
  try {
40258
- o[r] = t;
40258
+ o[r] = { ...o[r], ...t };
40259
40259
  const s = Ka.map(e, (a) => {
40260
40260
  const l = Ka.cloneDeep(a), c = l?.id || l?.props?.id;
40261
40261
  if (c && o[r] && !Ige(o[r][c])) {
@@ -44992,19 +44992,19 @@ function iye() {
44992
44992
  var S$;
44993
44993
  function sye() {
44994
44994
  return S$ || (S$ = 1, (function(e, t) {
44995
- function r(vo) {
44995
+ function r(xo) {
44996
44996
  "@babel/helpers - typeof";
44997
44997
  return r = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(Ai) {
44998
44998
  return typeof Ai;
44999
44999
  } : function(Ai) {
45000
45000
  return Ai && typeof Symbol == "function" && Ai.constructor === Symbol && Ai !== Symbol.prototype ? "symbol" : typeof Ai;
45001
- }, r(vo);
45001
+ }, r(xo);
45002
45002
  }
45003
45003
  Object.defineProperty(t, "__esModule", {
45004
45004
  value: !0
45005
45005
  }), t.default = void 0;
45006
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__ */ wS()), b = qe(/* @__PURE__ */ Lge()), g = qe(/* @__PURE__ */ LI()), y = qe(/* @__PURE__ */ Y5()), v = qe(/* @__PURE__ */ $ge()), w = qe(/* @__PURE__ */ jge()), O = qe(/* @__PURE__ */ Bge()), T = qe(/* @__PURE__ */ Vge()), P = Et(/* @__PURE__ */ Hge()), k = Et(/* @__PURE__ */ zge()), D = qe(/* @__PURE__ */ qge()), _ = Et(/* @__PURE__ */ Uge()), A = qe(/* @__PURE__ */ Gge()), M = 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()), we = 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__ */ wbe()), ze = qe(/* @__PURE__ */ t4()), Ge = qe(/* @__PURE__ */ Cbe()), 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) {
45007
+ function Et(xo, Ai) {
45008
45008
  if (typeof WeakMap == "function") var Tc = /* @__PURE__ */ new WeakMap(), Oc = /* @__PURE__ */ new WeakMap();
45009
45009
  return (Et = function(sr, Di) {
45010
45010
  if (!Di && sr && sr.__esModule) return sr;
@@ -45016,10 +45016,10 @@ function sye() {
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, Ai);
45019
+ })(xo, Ai);
45020
45020
  }
45021
- function qe(vo) {
45022
- return vo && vo.__esModule ? vo : { default: vo };
45021
+ function qe(xo) {
45022
+ return xo && xo.__esModule ? xo : { default: xo };
45023
45023
  }
45024
45024
  var Vn = "13.15.26", ao = {
45025
45025
  version: Vn,
@@ -45477,8 +45477,8 @@ function pye(e) {
45477
45477
  }
45478
45478
  const qe = se.current.querySelector(`[data-option-index="${Ne}"]`);
45479
45479
  if (qe && (qe.classList.add(`${r}-focused`), at === "keyboard" && qe.classList.add(`${r}-focusVisible`), Et.scrollHeight > Et.clientHeight && at !== "mouse" && at !== "touch")) {
45480
- const Vn = qe, ao = Et.clientHeight + Et.scrollTop, vo = Vn.offsetTop + Vn.offsetHeight;
45481
- vo > ao ? Et.scrollTop = vo - Et.clientHeight : Vn.offsetTop - Vn.offsetHeight * (k ? 1.3 : 0) < Et.scrollTop && (Et.scrollTop = Vn.offsetTop - Vn.offsetHeight * (k ? 1.3 : 0));
45480
+ const Vn = qe, ao = Et.clientHeight + Et.scrollTop, xo = Vn.offsetTop + Vn.offsetHeight;
45481
+ xo > ao ? Et.scrollTop = xo - Et.clientHeight : Vn.offsetTop - Vn.offsetHeight * (k ? 1.3 : 0) < Et.scrollTop && (Et.scrollTop = Vn.offsetTop - Vn.offsetHeight * (k ? 1.3 : 0));
45482
45482
  }
45483
45483
  }), xt = Ee(({
45484
45484
  event: $e,
@@ -45603,7 +45603,7 @@ function pye(e) {
45603
45603
  let Et = at, qe = Ne;
45604
45604
  if (I) {
45605
45605
  if (qe = Array.isArray(K) ? K.slice() : [], process.env.NODE_ENV !== "production") {
45606
- const ao = qe.filter((vo) => F(Ne, vo));
45606
+ const ao = qe.filter((xo) => F(Ne, xo));
45607
45607
  ao.length > 1 && console.error([`MUI: The \`isOptionEqualToValue\` method of ${u} does not handle the arguments correctly.`, `The component expects a single value to match a given option but found ${ao.length} matches.`].join(`
45608
45608
  `));
45609
45609
  }
@@ -46150,7 +46150,7 @@ const vye = (e) => {
46150
46150
  padding: "4px 4px 4px 0px"
46151
46151
  }
46152
46152
  },
46153
- [`& .${Hl.root}.${Co.sizeSmall}`]: {
46153
+ [`& .${Hl.root}.${To.sizeSmall}`]: {
46154
46154
  [`& .${Hl.input}`]: {
46155
46155
  padding: "2px 4px 3px 0"
46156
46156
  }
@@ -46170,7 +46170,7 @@ const vye = (e) => {
46170
46170
  right: 9
46171
46171
  }
46172
46172
  },
46173
- [`& .${gs.root}.${Co.sizeSmall}`]: {
46173
+ [`& .${gs.root}.${To.sizeSmall}`]: {
46174
46174
  // Don't specify paddingRight, as it overrides the default value set when there is only
46175
46175
  // one of the popup or clear icon as the specificity is equal so the latter one wins
46176
46176
  paddingTop: 6,
@@ -46196,16 +46196,16 @@ const vye = (e) => {
46196
46196
  right: 9
46197
46197
  }
46198
46198
  },
46199
- [`& .${Hi.root}.${Co.sizeSmall}`]: {
46199
+ [`& .${Hi.root}.${To.sizeSmall}`]: {
46200
46200
  paddingBottom: 1,
46201
46201
  [`& .${Hi.input}`]: {
46202
46202
  padding: "2.5px 4px"
46203
46203
  }
46204
46204
  },
46205
- [`& .${Co.hiddenLabel}`]: {
46205
+ [`& .${To.hiddenLabel}`]: {
46206
46206
  paddingTop: 8
46207
46207
  },
46208
- [`& .${Hi.root}.${Co.hiddenLabel}`]: {
46208
+ [`& .${Hi.root}.${To.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
- [`& .${Hi.root}.${Co.hiddenLabel}.${Co.sizeSmall}`]: {
46216
+ [`& .${Hi.root}.${To.hiddenLabel}.${To.sizeSmall}`]: {
46217
46217
  [`& .${an.input}`]: {
46218
46218
  paddingTop: 8,
46219
46219
  paddingBottom: 9
@@ -46604,7 +46604,7 @@ const vye = (e) => {
46604
46604
  ownerState: vr,
46605
46605
  children: hn.children
46606
46606
  })]
46607
- }, hn.key)), vo = Me || ((hn, sr) => {
46607
+ }, hn.key)), xo = Me || ((hn, sr) => {
46608
46608
  const {
46609
46609
  key: Di,
46610
46610
  ...di
@@ -46618,7 +46618,7 @@ const vye = (e) => {
46618
46618
  option: hn,
46619
46619
  index: sr
46620
46620
  });
46621
- return vo({
46621
+ return xo({
46622
46622
  ...Di,
46623
46623
  className: Pr.option
46624
46624
  }, hn, {
@@ -62876,10 +62876,10 @@ const RPe = ie("div", {
62876
62876
  name: "MuiDataGrid",
62877
62877
  slot: "ColumnsManagementSearchInput"
62878
62878
  })({
62879
- [`& .${Co.input}::-webkit-search-decoration,
62880
- & .${Co.input}::-webkit-search-cancel-button,
62881
- & .${Co.input}::-webkit-search-results-button,
62882
- & .${Co.input}::-webkit-search-results-decoration`]: {
62879
+ [`& .${To.input}::-webkit-search-decoration,
62880
+ & .${To.input}::-webkit-search-cancel-button,
62881
+ & .${To.input}::-webkit-search-results-button,
62882
+ & .${To.input}::-webkit-search-results-decoration`]: {
62883
62883
  /* clears the 'X' icon from Chrome */
62884
62884
  display: "none"
62885
62885
  }
@@ -72201,16 +72201,19 @@ function tMe({ attributes: e = {}, rules: t = {}, onChange: r }) {
72201
72201
  ...s,
72202
72202
  value: f,
72203
72203
  onChange: O,
72204
- children: c.map((P) => /* @__PURE__ */ C.jsx(
72205
- Hm,
72206
- {
72207
- ...i,
72208
- value: P,
72209
- control: /* @__PURE__ */ C.jsx(x6, { ...o }),
72210
- label: P
72211
- },
72212
- P
72213
- ))
72204
+ children: c.map((P) => {
72205
+ const k = typeof P == "string" ? P : P.label, D = typeof P == "string" ? P : P.value;
72206
+ return /* @__PURE__ */ C.jsx(
72207
+ Hm,
72208
+ {
72209
+ ...i,
72210
+ value: D,
72211
+ control: /* @__PURE__ */ C.jsx(x6, { ...o }),
72212
+ label: k
72213
+ },
72214
+ D
72215
+ );
72216
+ })
72214
72217
  }
72215
72218
  ),
72216
72219
  g && /* @__PURE__ */ C.jsx(Jf, { children: g })
@@ -72285,7 +72288,7 @@ function iMe({ attributes: e = {}, onChange: t, onStepUpdate: r, currentStep: o
72285
72288
  [t]
72286
72289
  ), p = (b = [], g = []) => b.some((y) => !c[y]) || g.some(
72287
72290
  (y) => c[y.key] === y.value && y.mandatoryIds.some((v) => !c[v])
72288
- ), h = (b, g, y, v) => /* @__PURE__ */ C.jsxs(To, { sx: { mb: 2 }, children: [
72291
+ ), h = (b, g, y, v) => /* @__PURE__ */ C.jsxs(ho, { sx: { mb: 2 }, children: [
72289
72292
  /* @__PURE__ */ C.jsx(
72290
72293
  wf,
72291
72294
  {
@@ -72309,7 +72312,7 @@ function iMe({ attributes: e = {}, onChange: t, onStepUpdate: r, currentStep: o
72309
72312
  }
72310
72313
  )
72311
72314
  ] });
72312
- return /* @__PURE__ */ C.jsx(To, { sx: { maxWidth: 400 }, ...e.MuiBoxAttributes, children: /* @__PURE__ */ C.jsx(
72315
+ return /* @__PURE__ */ C.jsx(ho, { sx: { maxWidth: 400 }, ...e.MuiBoxAttributes, children: /* @__PURE__ */ C.jsx(
72313
72316
  Zte,
72314
72317
  {
72315
72318
  activeStep: l,
@@ -76459,7 +76462,7 @@ function TDe(e) {
76459
76462
  }
76460
76463
  };
76461
76464
  }
76462
- var zB = { "-": "", _: " ", 0: "0" }, mo = /^\s*\d+/, ODe = /^%/, PDe = /[\\^$*+?|[\]().{}]/g;
76465
+ var zB = { "-": "", _: " ", 0: "0" }, go = /^\s*\d+/, ODe = /^%/, PDe = /[\\^$*+?|[\]().{}]/g;
76463
76466
  function Pn(e, t, r) {
76464
76467
  var o = e < 0 ? "-" : "", i = (o ? -e : e) + "", s = i.length;
76465
76468
  return o + (s < r ? new Array(r - s + 1).join(t) + i : i);
@@ -76474,31 +76477,31 @@ function eh(e) {
76474
76477
  return new Map(e.map((t, r) => [t.toLowerCase(), r]));
76475
76478
  }
76476
76479
  function IDe(e, t, r) {
76477
- var o = mo.exec(t.slice(r, r + 1));
76480
+ var o = go.exec(t.slice(r, r + 1));
76478
76481
  return o ? (e.w = +o[0], r + o[0].length) : -1;
76479
76482
  }
76480
76483
  function kDe(e, t, r) {
76481
- var o = mo.exec(t.slice(r, r + 1));
76484
+ var o = go.exec(t.slice(r, r + 1));
76482
76485
  return o ? (e.u = +o[0], r + o[0].length) : -1;
76483
76486
  }
76484
76487
  function RDe(e, t, r) {
76485
- var o = mo.exec(t.slice(r, r + 2));
76488
+ var o = go.exec(t.slice(r, r + 2));
76486
76489
  return o ? (e.U = +o[0], r + o[0].length) : -1;
76487
76490
  }
76488
76491
  function MDe(e, t, r) {
76489
- var o = mo.exec(t.slice(r, r + 2));
76492
+ var o = go.exec(t.slice(r, r + 2));
76490
76493
  return o ? (e.V = +o[0], r + o[0].length) : -1;
76491
76494
  }
76492
76495
  function ADe(e, t, r) {
76493
- var o = mo.exec(t.slice(r, r + 2));
76496
+ var o = go.exec(t.slice(r, r + 2));
76494
76497
  return o ? (e.W = +o[0], r + o[0].length) : -1;
76495
76498
  }
76496
76499
  function qB(e, t, r) {
76497
- var o = mo.exec(t.slice(r, r + 4));
76500
+ var o = go.exec(t.slice(r, r + 4));
76498
76501
  return o ? (e.y = +o[0], r + o[0].length) : -1;
76499
76502
  }
76500
76503
  function UB(e, t, r) {
76501
- var o = mo.exec(t.slice(r, r + 2));
76504
+ var o = go.exec(t.slice(r, r + 2));
76502
76505
  return o ? (e.y = +o[0] + (+o[0] > 68 ? 1900 : 2e3), r + o[0].length) : -1;
76503
76506
  }
76504
76507
  function DDe(e, t, r) {
@@ -76506,39 +76509,39 @@ function DDe(e, t, r) {
76506
76509
  return o ? (e.Z = o[1] ? 0 : -(o[2] + (o[3] || "00")), r + o[0].length) : -1;
76507
76510
  }
76508
76511
  function _De(e, t, r) {
76509
- var o = mo.exec(t.slice(r, r + 1));
76512
+ var o = go.exec(t.slice(r, r + 1));
76510
76513
  return o ? (e.q = o[0] * 3 - 3, r + o[0].length) : -1;
76511
76514
  }
76512
76515
  function NDe(e, t, r) {
76513
- var o = mo.exec(t.slice(r, r + 2));
76516
+ var o = go.exec(t.slice(r, r + 2));
76514
76517
  return o ? (e.m = o[0] - 1, r + o[0].length) : -1;
76515
76518
  }
76516
76519
  function GB(e, t, r) {
76517
- var o = mo.exec(t.slice(r, r + 2));
76520
+ var o = go.exec(t.slice(r, r + 2));
76518
76521
  return o ? (e.d = +o[0], r + o[0].length) : -1;
76519
76522
  }
76520
76523
  function FDe(e, t, r) {
76521
- var o = mo.exec(t.slice(r, r + 3));
76524
+ var o = go.exec(t.slice(r, r + 3));
76522
76525
  return o ? (e.m = 0, e.d = +o[0], r + o[0].length) : -1;
76523
76526
  }
76524
76527
  function WB(e, t, r) {
76525
- var o = mo.exec(t.slice(r, r + 2));
76528
+ var o = go.exec(t.slice(r, r + 2));
76526
76529
  return o ? (e.H = +o[0], r + o[0].length) : -1;
76527
76530
  }
76528
76531
  function LDe(e, t, r) {
76529
- var o = mo.exec(t.slice(r, r + 2));
76532
+ var o = go.exec(t.slice(r, r + 2));
76530
76533
  return o ? (e.M = +o[0], r + o[0].length) : -1;
76531
76534
  }
76532
76535
  function $De(e, t, r) {
76533
- var o = mo.exec(t.slice(r, r + 2));
76536
+ var o = go.exec(t.slice(r, r + 2));
76534
76537
  return o ? (e.S = +o[0], r + o[0].length) : -1;
76535
76538
  }
76536
76539
  function jDe(e, t, r) {
76537
- var o = mo.exec(t.slice(r, r + 3));
76540
+ var o = go.exec(t.slice(r, r + 3));
76538
76541
  return o ? (e.L = +o[0], r + o[0].length) : -1;
76539
76542
  }
76540
76543
  function BDe(e, t, r) {
76541
- var o = mo.exec(t.slice(r, r + 6));
76544
+ var o = go.exec(t.slice(r, r + 6));
76542
76545
  return o ? (e.L = Math.floor(o[0] / 1e3), r + o[0].length) : -1;
76543
76546
  }
76544
76547
  function VDe(e, t, r) {
@@ -76546,11 +76549,11 @@ function VDe(e, t, r) {
76546
76549
  return o ? r + o[0].length : -1;
76547
76550
  }
76548
76551
  function HDe(e, t, r) {
76549
- var o = mo.exec(t.slice(r));
76552
+ var o = go.exec(t.slice(r));
76550
76553
  return o ? (e.Q = +o[0], r + o[0].length) : -1;
76551
76554
  }
76552
76555
  function zDe(e, t, r) {
76553
- var o = mo.exec(t.slice(r));
76556
+ var o = go.exec(t.slice(r));
76554
76557
  return o ? (e.s = +o[0], r + o[0].length) : -1;
76555
76558
  }
76556
76559
  function KB(e, t) {
@@ -80533,7 +80536,7 @@ function yV(e, t) {
80533
80536
  const s = ALe(t - Math.min(...r.range())), a = r.bandwidth() === 0 ? Math.floor((s + r.step() / 2) / r.step()) % o.length : Math.floor(s / r.step());
80534
80537
  return a < 0 || a >= o.length ? -1 : i ? o.length - 1 - a : a;
80535
80538
  }
80536
- function go() {
80539
+ function bo() {
80537
80540
  const e = kn(), {
80538
80541
  axis: t,
80539
80542
  axisIds: r
@@ -80543,7 +80546,7 @@ function go() {
80543
80546
  xAxisIds: r
80544
80547
  };
80545
80548
  }
80546
- function bo() {
80549
+ function yo() {
80547
80550
  const e = kn(), {
80548
80551
  axis: t,
80549
80552
  axisIds: r
@@ -81668,7 +81671,7 @@ function V2e(e, t, r) {
81668
81671
  const o = P8() ?? {
81669
81672
  series: {},
81670
81673
  stackingGroups: []
81671
- }, i = go().xAxisIds[0], s = bo().yAxisIds[0], a = lg();
81674
+ }, i = bo().xAxisIds[0], s = yo().yAxisIds[0], a = lg();
81672
81675
  return H2e(e, a, o.stackingGroups, o.series, t, r, i, s);
81673
81676
  }
81674
81677
  function H2e(e, t, r, o, i, s, a, l) {
@@ -82410,9 +82413,9 @@ function iM(e) {
82410
82413
  renderer: s
82411
82414
  } = e, a = ye(e, m$e), l = xw(), c = Uf(l || t), u = Uf(t), {
82412
82415
  xAxis: d
82413
- } = go(), {
82414
- yAxis: f
82415
82416
  } = bo(), {
82417
+ yAxis: f
82418
+ } = yo(), {
82416
82419
  completedData: p,
82417
82420
  masksData: h
82418
82421
  } = V2e(ts(), d, f), b = oM(), g = s === "svg-batch" ? d$e : e$e;
@@ -83100,7 +83103,7 @@ function oW(e) {
83100
83103
  const {
83101
83104
  xAxis: t,
83102
83105
  xAxisIds: r
83103
- } = go(), o = t[e.axisId ?? r[0]], {
83106
+ } = bo(), o = t[e.axisId ?? r[0]], {
83104
83107
  scale: i,
83105
83108
  tickNumber: s,
83106
83109
  reverse: a
@@ -83436,7 +83439,7 @@ function cM(e) {
83436
83439
  const {
83437
83440
  xAxis: t,
83438
83441
  xAxisIds: r
83439
- } = go(), o = t[e.axisId ?? r[0]];
83442
+ } = bo(), o = t[e.axisId ?? r[0]];
83440
83443
  return o ? /* @__PURE__ */ C.jsx(X$e, E({}, e, {
83441
83444
  axis: o
83442
83445
  })) : (Jn(`MUI X Charts: No axis found. The axisId "${e.axisId}" is probably invalid.`), null);
@@ -83586,7 +83589,7 @@ function cW(e) {
83586
83589
  const {
83587
83590
  yAxis: t,
83588
83591
  yAxisIds: r
83589
- } = bo(), o = t[e.axisId ?? r[0]], {
83592
+ } = yo(), o = t[e.axisId ?? r[0]], {
83590
83593
  scale: i,
83591
83594
  tickNumber: s
83592
83595
  } = o, a = ye(o, eje), l = At({
@@ -83826,7 +83829,7 @@ function uM(e) {
83826
83829
  const {
83827
83830
  yAxis: t,
83828
83831
  yAxisIds: r
83829
- } = bo(), o = t[e.axisId ?? r[0]];
83832
+ } = yo(), o = t[e.axisId ?? r[0]];
83830
83833
  return o ? /* @__PURE__ */ C.jsx(aje, E({}, e, {
83831
83834
  axis: o
83832
83835
  })) : (Jn(`MUI X Charts: No axis found. The axisId "${e.axisId}" is probably invalid.`), null);
@@ -83938,10 +83941,10 @@ function dM(e) {
83938
83941
  } = e, {
83939
83942
  xAxisIds: o,
83940
83943
  xAxis: i
83941
- } = go(), {
83944
+ } = bo(), {
83942
83945
  yAxisIds: s,
83943
83946
  yAxis: a
83944
- } = bo();
83947
+ } = yo();
83945
83948
  return /* @__PURE__ */ C.jsxs(S.Fragment, {
83946
83949
  children: [o.map((l) => !i[l].position || i[l].position === "none" ? null : /* @__PURE__ */ C.jsx(cM, {
83947
83950
  slots: t,
@@ -83989,10 +83992,10 @@ function cje() {
83989
83992
  const e = kn(), t = e.use(WR), r = e.use(li), o = bw(), {
83990
83993
  xAxis: i,
83991
83994
  xAxisIds: s
83992
- } = go(), {
83995
+ } = bo(), {
83993
83996
  yAxis: a,
83994
83997
  yAxisIds: l
83995
- } = bo(), {
83998
+ } = yo(), {
83996
83999
  zAxis: c,
83997
84000
  zAxisIds: u
83998
84001
  } = JR(), {
@@ -84371,9 +84374,9 @@ function xje(e = {}) {
84371
84374
  directions: r
84372
84375
  } = e, o = DLe(), i = _Le(), s = NLe(), a = kn(), l = a.use(kG), c = a.use(RG), u = a.use(gW), d = bw(), {
84373
84376
  xAxis: f
84374
- } = go(), {
84375
- yAxis: p
84376
84377
  } = bo(), {
84378
+ yAxis: p
84379
+ } = yo(), {
84377
84380
  zAxis: h,
84378
84381
  zAxisIds: b
84379
84382
  } = JR(), {
@@ -85508,10 +85511,10 @@ function mM(e) {
85508
85511
  } = t, s = ye(t, Gje), {
85509
85512
  xAxis: a,
85510
85513
  xAxisIds: l
85511
- } = go(), {
85514
+ } = bo(), {
85512
85515
  yAxis: c,
85513
85516
  yAxisIds: u
85514
- } = bo(), d = Wje(t), f = c[u[0]], p = a[l[0]];
85517
+ } = yo(), d = Wje(t), f = c[u[0]], p = a[l[0]];
85515
85518
  return /* @__PURE__ */ C.jsxs(zje, E({}, s, {
85516
85519
  className: d.root,
85517
85520
  children: [o && /* @__PURE__ */ C.jsx(qje, {
@@ -86155,10 +86158,10 @@ function hBe() {
86155
86158
  } = ts(), a = e + t + r, l = o + i + s, c = nM(), u = JLe(), {
86156
86159
  xAxis: d,
86157
86160
  xAxisIds: f
86158
- } = go(), {
86161
+ } = bo(), {
86159
86162
  yAxis: p,
86160
86163
  yAxisIds: h
86161
- } = bo(), {
86164
+ } = yo(), {
86162
86165
  zAxis: b,
86163
86166
  zAxisIds: g
86164
86167
  } = JR(), y = h.filter((O) => p[O].colorMap !== void 0), v = f.filter((O) => d[O].colorMap !== void 0), w = g.filter((O) => b[O].colorMap !== void 0);
@@ -86496,10 +86499,10 @@ function PBe(e) {
86496
86499
  const t = yr(), r = vw(), o = P8(), {
86497
86500
  xAxis: i,
86498
86501
  xAxisIds: s
86499
- } = go(), {
86502
+ } = bo(), {
86500
86503
  yAxis: a,
86501
86504
  yAxisIds: l
86502
- } = bo();
86505
+ } = yo();
86503
86506
  if (r === null || r.type !== "bar" || !o)
86504
86507
  return null;
86505
86508
  const c = o.series[r.seriesId];
@@ -87900,7 +87903,7 @@ function kW(e) {
87900
87903
  }
87901
87904
  }
87902
87905
  function _Be(e, t) {
87903
- const r = ug(), o = go().xAxisIds[0], i = bo().yAxisIds[0], s = nM();
87906
+ const r = ug(), o = bo().xAxisIds[0], i = yo().yAxisIds[0], s = nM();
87904
87907
  return S.useMemo(() => {
87905
87908
  if (r === void 0)
87906
87909
  return [];
@@ -87992,9 +87995,9 @@ const NBe = ["slots", "slotProps", "onItemClick", "skipAnimation"], FBe = ie("g"
87992
87995
  }), LBe = () => {
87993
87996
  const {
87994
87997
  xAxis: e
87995
- } = go(), {
87998
+ } = bo(), {
87996
87999
  yAxis: t
87997
- } = bo();
88000
+ } = yo();
87998
88001
  return _Be(e, t);
87999
88002
  };
88000
88003
  function RW(e) {
@@ -88182,7 +88185,7 @@ process.env.NODE_ENV !== "production" && (MW.propTypes = {
88182
88185
  slots: n.object
88183
88186
  });
88184
88187
  function zBe(e, t) {
88185
- const r = ug(), o = go().xAxisIds[0], i = bo().yAxisIds[0], s = nM();
88188
+ const r = ug(), o = bo().xAxisIds[0], i = yo().yAxisIds[0], s = nM();
88186
88189
  return S.useMemo(() => {
88187
88190
  if (r === void 0)
88188
88191
  return [];
@@ -88262,9 +88265,9 @@ const qBe = ["slots", "slotProps", "skipAnimation", "onItemClick"], UBe = ie("g"
88262
88265
  }), GBe = () => {
88263
88266
  const {
88264
88267
  xAxis: e
88265
- } = go(), {
88268
+ } = bo(), {
88266
88269
  yAxis: t
88267
- } = bo();
88270
+ } = yo();
88268
88271
  return zBe(e, t);
88269
88272
  };
88270
88273
  function vM(e) {
@@ -88524,7 +88527,7 @@ process.env.NODE_ENV !== "production" && (FW.propTypes = {
88524
88527
  skipAnimation: n.bool
88525
88528
  });
88526
88529
  function QBe(e, t) {
88527
- const r = ug(), o = go().xAxisIds[0], i = bo().yAxisIds[0], s = lg(), {
88530
+ const r = ug(), o = bo().xAxisIds[0], i = yo().yAxisIds[0], s = lg(), {
88528
88531
  instance: a
88529
88532
  } = Kr();
88530
88533
  return S.useMemo(() => {
@@ -88593,9 +88596,9 @@ function LW(e) {
88593
88596
  onItemClick: i
88594
88597
  } = e, s = ye(e, JBe), a = xw(), l = Uf(a || o), {
88595
88598
  xAxis: c
88596
- } = go(), {
88597
- yAxis: u
88598
88599
  } = bo(), {
88600
+ yAxis: u
88601
+ } = yo(), {
88599
88602
  store: d
88600
88603
  } = Kr(), {
88601
88604
  isFaded: f,
@@ -88733,10 +88736,10 @@ function jW(e) {
88733
88736
  } = e, o = ye(e, rVe), i = ug(), {
88734
88737
  xAxis: s,
88735
88738
  xAxisIds: a
88736
- } = go(), {
88739
+ } = bo(), {
88737
88740
  yAxis: l,
88738
88741
  yAxisIds: c
88739
- } = bo(), {
88742
+ } = yo(), {
88740
88743
  instance: u
88741
88744
  } = Kr(), f = kn().use(BG);
88742
88745
  if (f.length === 0 || i === void 0)
@@ -88908,10 +88911,10 @@ function aVe() {
88908
88911
  const e = yr(), t = vw(), r = ug(), {
88909
88912
  xAxis: o,
88910
88913
  xAxisIds: i
88911
- } = go(), {
88914
+ } = bo(), {
88912
88915
  yAxis: s,
88913
88916
  yAxisIds: a
88914
- } = bo();
88917
+ } = yo();
88915
88918
  if (t === null || t.type !== "line" || !r)
88916
88919
  return null;
88917
88920
  const l = r.series[t.seriesId];
@@ -93440,7 +93443,7 @@ function aHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93440
93443
  const p = [...i];
93441
93444
  p[d].value = f, s(p);
93442
93445
  };
93443
- return /* @__PURE__ */ C.jsx(Gz, { spacing: 2, sx: { width: "100%" }, children: i.map((d, f) => /* @__PURE__ */ C.jsxs(To, { sx: { display: "flex", gap: 1, alignItems: "center" }, children: [
93446
+ return /* @__PURE__ */ C.jsx(Gz, { spacing: 2, sx: { width: "100%" }, children: i.map((d, f) => /* @__PURE__ */ C.jsxs(ho, { sx: { display: "flex", gap: 1, alignItems: "center" }, children: [
93444
93447
  /* @__PURE__ */ C.jsx(
93445
93448
  ax,
93446
93449
  {
@@ -93536,7 +93539,7 @@ function cHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93536
93539
  M[_] = { ...M[_], fee: Number(A) || 0 }, O(M);
93537
93540
  };
93538
93541
  return /* @__PURE__ */ C.jsx(Gz, { spacing: 1.5, sx: { width: "100%" }, children: w.map((_, A) => /* @__PURE__ */ C.jsxs(
93539
- To,
93542
+ ho,
93540
93543
  {
93541
93544
  sx: {
93542
93545
  display: "flex",
@@ -93632,11 +93635,11 @@ function cHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93632
93635
  _.key
93633
93636
  )) });
93634
93637
  }
93635
- const wo = [];
93638
+ const Co = [];
93636
93639
  for (let e = 0; e < 256; ++e)
93637
- wo.push((e + 256).toString(16).slice(1));
93640
+ Co.push((e + 256).toString(16).slice(1));
93638
93641
  function uHe(e, t = 0) {
93639
- return (wo[e[t + 0]] + wo[e[t + 1]] + wo[e[t + 2]] + wo[e[t + 3]] + "-" + wo[e[t + 4]] + wo[e[t + 5]] + "-" + wo[e[t + 6]] + wo[e[t + 7]] + "-" + wo[e[t + 8]] + wo[e[t + 9]] + "-" + wo[e[t + 10]] + wo[e[t + 11]] + wo[e[t + 12]] + wo[e[t + 13]] + wo[e[t + 14]] + wo[e[t + 15]]).toLowerCase();
93642
+ return (Co[e[t + 0]] + Co[e[t + 1]] + Co[e[t + 2]] + Co[e[t + 3]] + "-" + Co[e[t + 4]] + Co[e[t + 5]] + "-" + Co[e[t + 6]] + Co[e[t + 7]] + "-" + Co[e[t + 8]] + Co[e[t + 9]] + "-" + Co[e[t + 10]] + Co[e[t + 11]] + Co[e[t + 12]] + Co[e[t + 13]] + Co[e[t + 14]] + Co[e[t + 15]]).toLowerCase();
93640
93643
  }
93641
93644
  let zO;
93642
93645
  const dHe = new Uint8Array(16);
@@ -93685,7 +93688,7 @@ function mHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93685
93688
  let v = parseInt(y, 10);
93686
93689
  (isNaN(v) || v < s) && (v = s), a !== void 0 && v > a && (v = a), p(v), setTimeout(() => b(v), 0);
93687
93690
  };
93688
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%" }, children: [
93691
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%" }, children: [
93689
93692
  /* @__PURE__ */ C.jsx(
93690
93693
  ax,
93691
93694
  {
@@ -95559,7 +95562,7 @@ class Qze extends _w {
95559
95562
  });
95560
95563
  }
95561
95564
  async loadEventStreamCapability() {
95562
- const { EventStreamSerde: t } = await import("./index-BSvNR4AE.mjs");
95565
+ const { EventStreamSerde: t } = await import("./index-BGfWFaIb.mjs");
95563
95566
  return new t({
95564
95567
  marshaller: this.getEventStreamMarshaller(),
95565
95568
  serializer: this.serializer,
@@ -99639,7 +99642,7 @@ class X7 {
99639
99642
  return this.sigv4aSigner;
99640
99643
  }
99641
99644
  }
99642
- 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", wn = "stringEquals", wr = "getAttr", Tr = "name", Xn = "substring", wH = "bucketSuffix", KM = "parseURL", Ke = "endpoint", Ve = "tree", y0 = "aws.isVirtualHostableS3Bucket", v0 = "{url#scheme}://{Bucket}.{url#authority}{url#path}", Oa = "not", CH = "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]: wn, [Re]: [{ [ke]: wr, [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]: wr, [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]: wr, [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]: wr, [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]: wn, [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]: wr, [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]: wr, [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]: wn, [Re]: [{ [ke]: wr, [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]: wr, [Re]: [{ [Ot]: "bucketPartition" }, Tr] }, pK = { [ke]: wr, [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]: {} }, w1 = [{ [Ot]: "Region" }], rUe = [{ [Ot]: "Endpoint" }], oUe = [vn], C1 = [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]: wn, [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]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], pz = [{ [ke]: Xn, [Re]: [vn, 6, 19, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 19, 21, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], hz = [{ [ke]: Xn, [Re]: [vn, 6, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], mz = [{ [ke]: Xn, [Re]: [vn, 6, 26, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 26, 28, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [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]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], yz = [{ [ke]: Xn, [Re]: [vn, 7, 16, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 16, 18, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], vz = [{ [ke]: Xn, [Re]: [vn, 7, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], xz = [{ [ke]: Xn, [Re]: [vn, 7, 21, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 21, 23, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], Sz = [{ [ke]: Xn, [Re]: [vn, 7, 27, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 27, 29, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], sUe = [Lh], wz = [{ [ke]: Yu, [Re]: [{ [Ot]: pE }, !1] }], Cz = [{ [ke]: wn, [Re]: [{ [Ot]: J7 }, "beta"] }], aUe = ["*"], Tz = [{ [ke]: Yu, [Re]: [{ [Ot]: "Region" }, !1] }], Nl = [{ [ke]: wn, [Re]: [{ [Ot]: "Region" }, "us-east-1"] }], P1 = [{ [ke]: wn, [Re]: [dK, iK] }], Oz = [{ [ke]: wr, [Re]: [Ti, "resourceId[1]"], [en]: XM }, { [ke]: Oa, [Re]: [{ [ke]: wn, [Re]: [QM, x0] }] }], lUe = [Ti, "resourceId[1]"], Pz = [Kn], E1 = [{ [ke]: Oa, [Re]: [{ [ke]: wn, [Re]: [{ [ke]: wr, [Re]: [Ti, "region"] }, x0] }] }], Ez = [{ [ke]: Oa, [Re]: [{ [ke]: Ui, [Re]: [{ [ke]: wr, [Re]: [Ti, "resourceId[2]"] }] }] }], cUe = [Ti, "resourceId[2]"], I1 = [{ [ke]: b0, [Re]: [{ [ke]: wr, [Re]: [Ti, "region"] }], [en]: "bucketPartition" }], Iz = [{ [ke]: wn, [Re]: [fK, { [ke]: wr, [Re]: [{ [Ot]: "partitionResult" }, Tr] }] }], k1 = [{ [ke]: Yu, [Re]: [{ [ke]: wr, [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]: w1 }], [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]: wH }, { [ke]: wn, [Re]: [{ [Ot]: wH }, "--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]: CH }, { [ke]: wn, [Re]: [{ [Ot]: CH }, "--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]: w1, [en]: "regionPartition" }, { [ke]: wn, [Re]: [{ [Ot]: TH }, "--op-s3"] }], [Be]: [{ [be]: wz, [Be]: [{ [be]: T1, [Be]: [{ [be]: [{ [ke]: wn, [Re]: [jH, "e"] }], [Be]: [{ [be]: Cz, [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]: wn, [Re]: [jH, "o"] }], [Be]: [{ [be]: Cz, [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]: wn, [Re]: [{ [ke]: wr, [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]: wr, [Re]: [Ti, "resourceId[0]"], [en]: oK }, { [ke]: Oa, [Re]: [{ [ke]: wn, [Re]: [dK, x0] }] }], [Be]: [{ [be]: [{ [ke]: wn, [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]: wn, [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]: wn, [Re]: [fK, "{partitionResult#name}"] }], [Be]: [{ [be]: k1, [Be]: [{ [be]: [{ [ke]: wn, [Re]: [p1, Zf] }], [Be]: [{ [be]: R1, [Be]: [{ [be]: kz, [Be]: [{ [be]: C1, 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]: C1, 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]: w1, [en]: EH }], [Be]: [{ [be]: [{ [ke]: wn, [Re]: [{ [ke]: wr, [Re]: [{ [Ot]: EH }, Tr] }, { [ke]: wr, [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]: wn, [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]: C1, error: "S3 Outposts does not support S3 Accelerate", [ue]: yt }, { [be]: [{ [ke]: Ui, [Re]: [{ [ke]: wr, [Re]: [Ti, "resourceId[4]"] }] }], error: "Invalid Arn: Outpost Access Point ARN contains sub resources", [ue]: yt }, { [be]: [{ [ke]: wr, [Re]: lUe, [en]: pE }], [Be]: [{ [be]: wz, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: Iz, [Be]: [{ [be]: k1, [Be]: [{ [be]: R1, [Be]: [{ [be]: [{ [ke]: wr, [Re]: cUe, [en]: IH }], [Be]: [{ [be]: [{ [ke]: wr, [Re]: [Ti, "resourceId[3]"], [en]: XM }], [Be]: [{ [be]: [{ [ke]: wn, [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]: wn, [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({
99645
+ const GM = "required", ue = "type", Be = "rules", be = "conditions", ke = "fn", Re = "argv", Ot = "ref", en = "assign", ut = "url", dt = "properties", nl = "backend", mo = "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", wn = "stringEquals", wr = "getAttr", Tr = "name", Xn = "substring", wH = "bucketSuffix", KM = "parseURL", Ke = "endpoint", Ve = "tree", y0 = "aws.isVirtualHostableS3Bucket", v0 = "{url#scheme}://{Bucket}.{url#authority}{url#path}", Oa = "not", CH = "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]: wn, [Re]: [{ [ke]: wr, [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]: wr, [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", [mo]: [{ [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", [mo]: [{ [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]: wr, [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", [mo]: [{ [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", [mo]: [{ [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]: wr, [Re]: [{ [Ot]: "url" }, "isIp"] }, !0] }, lK = { [Ot]: "url" }, cK = { [ke]: "uriEncode", [Re]: [vn], [en]: "uri_encoded_bucket" }, Bi = { [nl]: "S3Express", [mo]: [{ [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 = { [mo]: [{ [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]: wn, [Re]: [{ [Ot]: "Region" }, "aws-global"] }, co = { [mo]: [{ [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]: { [mo]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{Region}" }] }, [ft]: {} }, Gr = { [mo]: [{ [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]: wr, [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]: wr, [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]: wn, [Re]: [{ [ke]: wr, [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]: wr, [Re]: [{ [Ot]: "bucketPartition" }, Tr] }, pK = { [ke]: wr, [Re]: [Ti, "accountId"] }, m1 = { [mo]: [{ [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 = { [mo]: [{ [qr]: !0, [Tr]: "sigv4", [Ur]: Zf, [Po]: "{bucketArn#region}" }] }, JH = { [mo]: [{ [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 = { [mo]: [{ [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]: {} }, w1 = [{ [Ot]: "Region" }], rUe = [{ [Ot]: "Endpoint" }], oUe = [vn], C1 = [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]: wn, [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]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], pz = [{ [ke]: Xn, [Re]: [vn, 6, 19, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 19, 21, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], hz = [{ [ke]: Xn, [Re]: [vn, 6, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], mz = [{ [ke]: Xn, [Re]: [vn, 6, 26, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 26, 28, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], ma = [{ [be]: [nr, Kn], [Ke]: { [ut]: "https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.dualstack.{Region}.{partitionResult#dnsSuffix}", [dt]: { [nl]: "S3Express", [mo]: [{ [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", [mo]: [{ [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", [mo]: [{ [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", [mo]: [{ [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]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], yz = [{ [ke]: Xn, [Re]: [vn, 7, 16, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 16, 18, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], vz = [{ [ke]: Xn, [Re]: [vn, 7, 20, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 20, 22, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], xz = [{ [ke]: Xn, [Re]: [vn, 7, 21, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 21, 23, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], Sz = [{ [ke]: Xn, [Re]: [vn, 7, 27, !0], [en]: "s3expressAvailabilityZoneId" }, { [ke]: Xn, [Re]: [vn, 27, 29, !0], [en]: "s3expressAvailabilityZoneDelim" }, { [ke]: wn, [Re]: [{ [Ot]: "s3expressAvailabilityZoneDelim" }, "--"] }], sUe = [Lh], wz = [{ [ke]: Yu, [Re]: [{ [Ot]: pE }, !1] }], Cz = [{ [ke]: wn, [Re]: [{ [Ot]: J7 }, "beta"] }], aUe = ["*"], Tz = [{ [ke]: Yu, [Re]: [{ [Ot]: "Region" }, !1] }], Nl = [{ [ke]: wn, [Re]: [{ [Ot]: "Region" }, "us-east-1"] }], P1 = [{ [ke]: wn, [Re]: [dK, iK] }], Oz = [{ [ke]: wr, [Re]: [Ti, "resourceId[1]"], [en]: XM }, { [ke]: Oa, [Re]: [{ [ke]: wn, [Re]: [QM, x0] }] }], lUe = [Ti, "resourceId[1]"], Pz = [Kn], E1 = [{ [ke]: Oa, [Re]: [{ [ke]: wn, [Re]: [{ [ke]: wr, [Re]: [Ti, "region"] }, x0] }] }], Ez = [{ [ke]: Oa, [Re]: [{ [ke]: Ui, [Re]: [{ [ke]: wr, [Re]: [Ti, "resourceId[2]"] }] }] }], cUe = [Ti, "resourceId[2]"], I1 = [{ [ke]: b0, [Re]: [{ [ke]: wr, [Re]: [Ti, "region"] }], [en]: "bucketPartition" }], Iz = [{ [ke]: wn, [Re]: [fK, { [ke]: wr, [Re]: [{ [Ot]: "partitionResult" }, Tr] }] }], k1 = [{ [ke]: Yu, [Re]: [{ [ke]: wr, [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]: w1 }], [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]: wH }, { [ke]: wn, [Re]: [{ [Ot]: wH }, "--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]: CH }, { [ke]: wn, [Re]: [{ [Ot]: CH }, "--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]: w1, [en]: "regionPartition" }, { [ke]: wn, [Re]: [{ [Ot]: TH }, "--op-s3"] }], [Be]: [{ [be]: wz, [Be]: [{ [be]: T1, [Be]: [{ [be]: [{ [ke]: wn, [Re]: [jH, "e"] }], [Be]: [{ [be]: Cz, [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]: wn, [Re]: [jH, "o"] }], [Be]: [{ [be]: Cz, [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]: wn, [Re]: [{ [ke]: wr, [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]: wr, [Re]: [Ti, "resourceId[0]"], [en]: oK }, { [ke]: Oa, [Re]: [{ [ke]: wn, [Re]: [dK, x0] }] }], [Be]: [{ [be]: [{ [ke]: wn, [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]: wn, [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]: wn, [Re]: [fK, "{partitionResult#name}"] }], [Be]: [{ [be]: k1, [Be]: [{ [be]: [{ [ke]: wn, [Re]: [p1, Zf] }], [Be]: [{ [be]: R1, [Be]: [{ [be]: kz, [Be]: [{ [be]: C1, 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]: C1, 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]: w1, [en]: EH }], [Be]: [{ [be]: [{ [ke]: wn, [Re]: [{ [ke]: wr, [Re]: [{ [Ot]: EH }, Tr] }, { [ke]: wr, [Re]: [Ti, "partition"] }] }], [Be]: [{ endpoint: { [ut]: "https://{accessPointName}.accesspoint.s3-global.{mrapPartition#dnsSuffix}", [dt]: { [mo]: [{ [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]: wn, [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]: C1, error: "S3 Outposts does not support S3 Accelerate", [ue]: yt }, { [be]: [{ [ke]: Ui, [Re]: [{ [ke]: wr, [Re]: [Ti, "resourceId[4]"] }] }], error: "Invalid Arn: Outpost Access Point ARN contains sub resources", [ue]: yt }, { [be]: [{ [ke]: wr, [Re]: lUe, [en]: pE }], [Be]: [{ [be]: wz, [Be]: [h1, { [be]: I1, [Be]: [{ [be]: ms, [Be]: [{ [be]: Iz, [Be]: [{ [be]: k1, [Be]: [{ [be]: R1, [Be]: [{ [be]: [{ [ke]: wr, [Re]: cUe, [en]: IH }], [Be]: [{ [be]: [{ [ke]: wr, [Re]: [Ti, "resourceId[3]"], [en]: XM }], [Be]: [{ [be]: [{ [ke]: wn, [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]: wn, [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({
99643
99646
  size: 50,
99644
99647
  params: [
99645
99648
  "Accelerate",
@@ -99770,12 +99773,12 @@ const gUe = (e, t, r) => (i) => {
99770
99773
  Region: { type: "builtInParams", name: "region" },
99771
99774
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
99772
99775
  };
99773
- class yo extends sf {
99776
+ class vo extends sf {
99774
99777
  constructor(t) {
99775
- super(t), Object.setPrototypeOf(this, yo.prototype);
99778
+ super(t), Object.setPrototypeOf(this, vo.prototype);
99776
99779
  }
99777
99780
  }
99778
- class JM extends yo {
99781
+ class JM extends vo {
99779
99782
  name = "NoSuchUpload";
99780
99783
  $fault = "client";
99781
99784
  constructor(t) {
@@ -99786,7 +99789,7 @@ class JM extends yo {
99786
99789
  }), Object.setPrototypeOf(this, JM.prototype);
99787
99790
  }
99788
99791
  }
99789
- class eA extends yo {
99792
+ class eA extends vo {
99790
99793
  name = "AccessDenied";
99791
99794
  $fault = "client";
99792
99795
  constructor(t) {
@@ -99797,7 +99800,7 @@ class eA extends yo {
99797
99800
  }), Object.setPrototypeOf(this, eA.prototype);
99798
99801
  }
99799
99802
  }
99800
- class tA extends yo {
99803
+ class tA extends vo {
99801
99804
  name = "ObjectNotInActiveTierError";
99802
99805
  $fault = "client";
99803
99806
  constructor(t) {
@@ -99808,7 +99811,7 @@ class tA extends yo {
99808
99811
  }), Object.setPrototypeOf(this, tA.prototype);
99809
99812
  }
99810
99813
  }
99811
- class nA extends yo {
99814
+ class nA extends vo {
99812
99815
  name = "BucketAlreadyExists";
99813
99816
  $fault = "client";
99814
99817
  constructor(t) {
@@ -99819,7 +99822,7 @@ class nA extends yo {
99819
99822
  }), Object.setPrototypeOf(this, nA.prototype);
99820
99823
  }
99821
99824
  }
99822
- class rA extends yo {
99825
+ class rA extends vo {
99823
99826
  name = "BucketAlreadyOwnedByYou";
99824
99827
  $fault = "client";
99825
99828
  constructor(t) {
@@ -99830,7 +99833,7 @@ class rA extends yo {
99830
99833
  }), Object.setPrototypeOf(this, rA.prototype);
99831
99834
  }
99832
99835
  }
99833
- class oA extends yo {
99836
+ class oA extends vo {
99834
99837
  name = "NoSuchBucket";
99835
99838
  $fault = "client";
99836
99839
  constructor(t) {
@@ -99841,7 +99844,7 @@ class oA extends yo {
99841
99844
  }), Object.setPrototypeOf(this, oA.prototype);
99842
99845
  }
99843
99846
  }
99844
- class iA extends yo {
99847
+ class iA extends vo {
99845
99848
  name = "InvalidObjectState";
99846
99849
  $fault = "client";
99847
99850
  StorageClass;
@@ -99854,7 +99857,7 @@ class iA extends yo {
99854
99857
  }), Object.setPrototypeOf(this, iA.prototype), this.StorageClass = t.StorageClass, this.AccessTier = t.AccessTier;
99855
99858
  }
99856
99859
  }
99857
- class sA extends yo {
99860
+ class sA extends vo {
99858
99861
  name = "NoSuchKey";
99859
99862
  $fault = "client";
99860
99863
  constructor(t) {
@@ -99865,7 +99868,7 @@ class sA extends yo {
99865
99868
  }), Object.setPrototypeOf(this, sA.prototype);
99866
99869
  }
99867
99870
  }
99868
- class aA extends yo {
99871
+ class aA extends vo {
99869
99872
  name = "NotFound";
99870
99873
  $fault = "client";
99871
99874
  constructor(t) {
@@ -99876,7 +99879,7 @@ class aA extends yo {
99876
99879
  }), Object.setPrototypeOf(this, aA.prototype);
99877
99880
  }
99878
99881
  }
99879
- class lA extends yo {
99882
+ class lA extends vo {
99880
99883
  name = "EncryptionTypeMismatch";
99881
99884
  $fault = "client";
99882
99885
  constructor(t) {
@@ -99887,7 +99890,7 @@ class lA extends yo {
99887
99890
  }), Object.setPrototypeOf(this, lA.prototype);
99888
99891
  }
99889
99892
  }
99890
- class cA extends yo {
99893
+ class cA extends vo {
99891
99894
  name = "InvalidRequest";
99892
99895
  $fault = "client";
99893
99896
  constructor(t) {
@@ -99898,7 +99901,7 @@ class cA extends yo {
99898
99901
  }), Object.setPrototypeOf(this, cA.prototype);
99899
99902
  }
99900
99903
  }
99901
- class uA extends yo {
99904
+ class uA extends vo {
99902
99905
  name = "InvalidWriteOffset";
99903
99906
  $fault = "client";
99904
99907
  constructor(t) {
@@ -99909,7 +99912,7 @@ class uA extends yo {
99909
99912
  }), Object.setPrototypeOf(this, uA.prototype);
99910
99913
  }
99911
99914
  }
99912
- class dA extends yo {
99915
+ class dA extends vo {
99913
99916
  name = "TooManyParts";
99914
99917
  $fault = "client";
99915
99918
  constructor(t) {
@@ -99920,7 +99923,7 @@ class dA extends yo {
99920
99923
  }), Object.setPrototypeOf(this, dA.prototype);
99921
99924
  }
99922
99925
  }
99923
- class fA extends yo {
99926
+ class fA extends vo {
99924
99927
  name = "IdempotencyParameterMismatch";
99925
99928
  $fault = "client";
99926
99929
  constructor(t) {
@@ -99931,7 +99934,7 @@ class fA extends yo {
99931
99934
  }), Object.setPrototypeOf(this, fA.prototype);
99932
99935
  }
99933
99936
  }
99934
- class pA extends yo {
99937
+ class pA extends vo {
99935
99938
  name = "ObjectAlreadyInActiveTierError";
99936
99939
  $fault = "client";
99937
99940
  constructor(t) {
@@ -99944,7 +99947,7 @@ class pA extends yo {
99944
99947
  }
99945
99948
  const SUe = "ACL", wUe = "AccessDenied", Mz = "AccessKeyId", CUe = "AccessTier", yK = "Bucket", TUe = "BucketAlreadyExists", OUe = "BucketAlreadyOwnedByYou", Lw = "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", wK = "ChecksumSHA1", CK = "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", w9e = "RequestPayer", Nz = "SecretAccessKey", C9e = "StreamingBlob", TK = "StorageClass", T9e = "SessionCredentialValue", O9e = "SessionCredentials", P9e = "SessionMode", $w = "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", jw = "x-amz-server-side-encryption", Bw = "x-amz-server-side-encryption-aws-kms-key-id", Vw = "x-amz-server-side-encryption-bucket-key-enabled", Hw = "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);
99946
99949
  var i6e = [-3, kK, "S3ServiceException", 0, [], []];
99947
- LK.registerError(i6e, yo);
99950
+ LK.registerError(i6e, vo);
99948
99951
  const Uo = xi.for(Yn);
99949
99952
  var s6e = [
99950
99953
  -3,
@@ -101248,7 +101251,7 @@ function HK(e) {
101248
101251
  function WGe(e) {
101249
101252
  return async (t) => {
101250
101253
  e.logger?.debug("@aws-sdk/credential-provider-cognito-identity - fromCognitoIdentity");
101251
- const { GetCredentialsForIdentityCommand: r, CognitoIdentityClient: o } = await import("./loadCognitoIdentity-BRBvxQkr.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 ?? {}, {
101254
+ const { GetCredentialsForIdentityCommand: r, CognitoIdentityClient: o } = await import("./loadCognitoIdentity-CiUaDv6q.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 ?? {}, {
101252
101255
  region: i("region"),
101253
101256
  profile: i("profile"),
101254
101257
  userAgentAppId: i("userAgentAppId")
@@ -101356,7 +101359,7 @@ function t8e({ accountId: e, cache: t = e8e(), client: r, clientConfig: o, custo
101356
101359
  c?.debug("@aws-sdk/credential-provider-cognito-identity - fromCognitoIdentity");
101357
101360
  const d = l ? `aws:cognito-identity-credentials:${s}:${l}` : void 0;
101358
101361
  let f = async (p) => {
101359
- const { GetIdCommand: h, CognitoIdentityClient: b } = await import("./loadCognitoIdentity-BRBvxQkr.mjs"), g = (w) => o?.[w] ?? u?.[w] ?? p?.callerClientConfig?.[w], y = r ?? new b(Object.assign({}, o ?? {}, {
101362
+ const { GetIdCommand: h, CognitoIdentityClient: b } = await import("./loadCognitoIdentity-CiUaDv6q.mjs"), g = (w) => o?.[w] ?? u?.[w] ?? p?.callerClientConfig?.[w], y = r ?? new b(Object.assign({}, o ?? {}, {
101360
101363
  region: g("region"),
101361
101364
  profile: g("profile"),
101362
101365
  userAgentAppId: g("userAgentAppId")
@@ -101436,17 +101439,12 @@ function s8e({ attributes: e = {}, rules: t = {}, onChange: r }) {
101436
101439
  });
101437
101440
  return F.observe(M), () => F.disconnect();
101438
101441
  }, []), Oi(() => {
101439
- if (!p.current) return;
101440
101442
  if (!e.value) {
101441
- p.current.clear(), v(null), P(!1);
101443
+ v(null), P(!1), p.current && p.current.clear();
101442
101444
  return;
101443
101445
  }
101444
101446
  v(e.value);
101445
- const M = setTimeout(() => {
101446
- p.current && (p.current.clear(), p.current.fromDataURL(e.value, { width: w, height: D }));
101447
- }, 50);
101448
- return () => clearTimeout(M);
101449
- }, [e.value, w, D]);
101447
+ }, [e.value]);
101450
101448
  const _ = () => {
101451
101449
  p.current && p.current.clear(), v(null), P(!1), r && r({ id: o, value: "" });
101452
101450
  }, A = async () => {
@@ -101462,39 +101460,75 @@ function s8e({ attributes: e = {}, rules: t = {}, onChange: r }) {
101462
101460
  g(!1);
101463
101461
  }
101464
101462
  };
101465
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%", ...i.sx }, children: [
101463
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%", ...i.sx }, children: [
101466
101464
  /* @__PURE__ */ C.jsxs(il, { variant: "subtitle2", gutterBottom: !0, sx: { display: "flex" }, children: [
101467
101465
  s,
101468
- k && /* @__PURE__ */ C.jsx(To, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101466
+ k && /* @__PURE__ */ C.jsx(ho, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101469
101467
  ] }),
101470
- /* @__PURE__ */ C.jsx(
101471
- To,
101468
+ /* @__PURE__ */ C.jsxs(
101469
+ ho,
101472
101470
  {
101473
101471
  ref: h,
101474
101472
  sx: {
101473
+ position: "relative",
101474
+ // Own stacking context so neighbouring fields can never paint
101475
+ // over the drawing surface and steal pointer events.
101476
+ isolation: "isolate",
101477
+ zIndex: 1,
101475
101478
  border: "1px solid",
101476
101479
  borderColor: "divider",
101477
101480
  borderRadius: 1,
101478
101481
  overflow: "hidden",
101479
101482
  bgcolor: "background.paper"
101480
101483
  },
101481
- children: /* @__PURE__ */ C.jsx(
101482
- Mw,
101483
- {
101484
- ref: p,
101485
- penColor: "black",
101486
- canvasProps: {
101487
- className: "sigCanvas",
101488
- width: w,
101489
- height: D,
101490
- style: { display: "block", pointerEvents: d ? "none" : "auto", ...f?.style, width: "100%", height: D }
101491
- },
101492
- backgroundColor: "transparent"
101493
- }
101494
- )
101484
+ children: [
101485
+ /* @__PURE__ */ C.jsx(
101486
+ Mw,
101487
+ {
101488
+ ref: p,
101489
+ penColor: "black",
101490
+ canvasProps: {
101491
+ className: "sigCanvas",
101492
+ width: w,
101493
+ height: D,
101494
+ style: {
101495
+ display: "block",
101496
+ position: "relative",
101497
+ zIndex: 1,
101498
+ // Prevent the browser from treating a signing drag as a
101499
+ // scroll/pan gesture (touch & stylus) — without this,
101500
+ // strokes are swallowed whenever the page can scroll,
101501
+ // which is exactly when other fields are present.
101502
+ touchAction: "none",
101503
+ pointerEvents: d ? "none" : "auto",
101504
+ ...f?.style,
101505
+ width: "100%",
101506
+ height: D
101507
+ }
101508
+ },
101509
+ backgroundColor: "transparent"
101510
+ }
101511
+ ),
101512
+ y && /* @__PURE__ */ C.jsx(
101513
+ ho,
101514
+ {
101515
+ component: "img",
101516
+ src: y,
101517
+ alt: "Signature",
101518
+ sx: {
101519
+ position: "absolute",
101520
+ inset: 0,
101521
+ width: "100%",
101522
+ height: D,
101523
+ objectFit: "contain",
101524
+ bgcolor: "background.paper"
101525
+ }
101526
+ }
101527
+ )
101528
+ ]
101495
101529
  }
101496
101530
  ),
101497
- /* @__PURE__ */ C.jsxs(To, { sx: { display: "flex", flexWrap: "wrap", gap: 1, alignItems: "center", mt: 1 }, children: [
101531
+ /* @__PURE__ */ C.jsxs(ho, { sx: { display: "flex", flexWrap: "wrap", gap: 1, alignItems: "center", mt: 1 }, children: [
101498
101532
  /* @__PURE__ */ C.jsx(wf, { variant: "outlined", color: "secondary", onClick: _, size: "small", disabled: d || b, children: "Clear" }),
101499
101533
  /* @__PURE__ */ C.jsx(
101500
101534
  wf,
@@ -101516,7 +101550,7 @@ function a8e({ attributes: e = {}, patch: t, onChange: r }) {
101516
101550
  const { MuiAttributes: o = {}, label: i = "Group", subFields: s = [] } = e, a = $t.useMemo(() => Rw(), []);
101517
101551
  return /* @__PURE__ */ C.jsxs(ine, { elevation: 1, sx: { p: 2, mb: 2, ...o.sx }, ...o, children: [
101518
101552
  /* @__PURE__ */ C.jsx(il, { variant: "subtitle1", gutterBottom: !0, sx: { fontWeight: 600 }, children: i }),
101519
- /* @__PURE__ */ C.jsx(To, { children: /* @__PURE__ */ C.jsx(
101553
+ /* @__PURE__ */ C.jsx(ho, { children: /* @__PURE__ */ C.jsx(
101520
101554
  yg,
101521
101555
  {
101522
101556
  guid: a,
@@ -101552,7 +101586,7 @@ function c8e(e) {
101552
101586
  id: `simple-tabpanel-${o}`,
101553
101587
  "aria-labelledby": `simple-tab-${o}`,
101554
101588
  ...i,
101555
- children: r === o && /* @__PURE__ */ C.jsx(To, { sx: { p: 3 }, children: t })
101589
+ children: r === o && /* @__PURE__ */ C.jsx(ho, { sx: { p: 3 }, children: t })
101556
101590
  }
101557
101591
  );
101558
101592
  }
@@ -101560,8 +101594,8 @@ function u8e({ attributes: e = {}, patch: t, onChange: r }) {
101560
101594
  const { MuiAttributes: o = {}, tabs: i = [] } = e, [s, a] = $t.useState(0), l = $t.useMemo(() => i.map(() => Rw()), [i.length]), c = (u, d) => {
101561
101595
  a(d);
101562
101596
  };
101563
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%" }, children: [
101564
- /* @__PURE__ */ C.jsx(To, { sx: { borderBottom: 1, borderColor: "divider" }, children: /* @__PURE__ */ C.jsx(sne, { value: s, onChange: c, ...o, children: i.map((u, d) => /* @__PURE__ */ C.jsx(ane, { label: u.label }, d)) }) }),
101597
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%" }, children: [
101598
+ /* @__PURE__ */ C.jsx(ho, { sx: { borderBottom: 1, borderColor: "divider" }, children: /* @__PURE__ */ C.jsx(sne, { value: s, onChange: c, ...o, children: i.map((u, d) => /* @__PURE__ */ C.jsx(ane, { label: u.label }, d)) }) }),
101565
101599
  i.map((u, d) => /* @__PURE__ */ C.jsx(c8e, { value: s, index: d, children: /* @__PURE__ */ C.jsx(
101566
101600
  yg,
101567
101601
  {
@@ -101933,10 +101967,10 @@ function v8e({ attributes: e = {}, rules: t = {} }) {
101933
101967
  displayText: l = ""
101934
101968
  // What to show instead of URL, if any
101935
101969
  } = e, c = t?.validation?.some((f) => f.rule === "mandatory") || !1, u = s || o || "#", d = l || r || u;
101936
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%" }, ...i.container, children: [
101970
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%" }, ...i.container, children: [
101937
101971
  r && l && /* @__PURE__ */ C.jsxs(il, { variant: "subtitle2", gutterBottom: !0, sx: { display: "flex" }, ...i.displayText, children: [
101938
101972
  r,
101939
- c && /* @__PURE__ */ C.jsx(To, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101973
+ c && /* @__PURE__ */ C.jsx(ho, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101940
101974
  ] }),
101941
101975
  /* @__PURE__ */ C.jsx(
101942
101976
  lne,
@@ -102171,7 +102205,7 @@ function yg({
102171
102205
  },
102172
102206
  `dynamic-comp-${$ || D}`
102173
102207
  ),
102174
- V && V.data && /* @__PURE__ */ C.jsx(To, { sx: { mt: 2, pl: 2, borderLeft: "2px solid", borderColor: "divider", width: "100%" }, children: /* @__PURE__ */ C.jsx(
102208
+ V && V.data && /* @__PURE__ */ C.jsx(ho, { sx: { mt: 2, pl: 2, borderLeft: "2px solid", borderColor: "divider", width: "100%" }, children: /* @__PURE__ */ C.jsx(
102175
102209
  yg,
102176
102210
  {
102177
102211
  guid: `${r}-subform-${$}`,