dynamic-mui 2.0.23 → 2.0.25

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
  }
@@ -72285,7 +72285,7 @@ function iMe({ attributes: e = {}, onChange: t, onStepUpdate: r, currentStep: o
72285
72285
  [t]
72286
72286
  ), p = (b = [], g = []) => b.some((y) => !c[y]) || g.some(
72287
72287
  (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: [
72288
+ ), h = (b, g, y, v) => /* @__PURE__ */ C.jsxs(ho, { sx: { mb: 2 }, children: [
72289
72289
  /* @__PURE__ */ C.jsx(
72290
72290
  wf,
72291
72291
  {
@@ -72309,7 +72309,7 @@ function iMe({ attributes: e = {}, onChange: t, onStepUpdate: r, currentStep: o
72309
72309
  }
72310
72310
  )
72311
72311
  ] });
72312
- return /* @__PURE__ */ C.jsx(To, { sx: { maxWidth: 400 }, ...e.MuiBoxAttributes, children: /* @__PURE__ */ C.jsx(
72312
+ return /* @__PURE__ */ C.jsx(ho, { sx: { maxWidth: 400 }, ...e.MuiBoxAttributes, children: /* @__PURE__ */ C.jsx(
72313
72313
  Zte,
72314
72314
  {
72315
72315
  activeStep: l,
@@ -76459,7 +76459,7 @@ function TDe(e) {
76459
76459
  }
76460
76460
  };
76461
76461
  }
76462
- var zB = { "-": "", _: " ", 0: "0" }, mo = /^\s*\d+/, ODe = /^%/, PDe = /[\\^$*+?|[\]().{}]/g;
76462
+ var zB = { "-": "", _: " ", 0: "0" }, go = /^\s*\d+/, ODe = /^%/, PDe = /[\\^$*+?|[\]().{}]/g;
76463
76463
  function Pn(e, t, r) {
76464
76464
  var o = e < 0 ? "-" : "", i = (o ? -e : e) + "", s = i.length;
76465
76465
  return o + (s < r ? new Array(r - s + 1).join(t) + i : i);
@@ -76474,31 +76474,31 @@ function eh(e) {
76474
76474
  return new Map(e.map((t, r) => [t.toLowerCase(), r]));
76475
76475
  }
76476
76476
  function IDe(e, t, r) {
76477
- var o = mo.exec(t.slice(r, r + 1));
76477
+ var o = go.exec(t.slice(r, r + 1));
76478
76478
  return o ? (e.w = +o[0], r + o[0].length) : -1;
76479
76479
  }
76480
76480
  function kDe(e, t, r) {
76481
- var o = mo.exec(t.slice(r, r + 1));
76481
+ var o = go.exec(t.slice(r, r + 1));
76482
76482
  return o ? (e.u = +o[0], r + o[0].length) : -1;
76483
76483
  }
76484
76484
  function RDe(e, t, r) {
76485
- var o = mo.exec(t.slice(r, r + 2));
76485
+ var o = go.exec(t.slice(r, r + 2));
76486
76486
  return o ? (e.U = +o[0], r + o[0].length) : -1;
76487
76487
  }
76488
76488
  function MDe(e, t, r) {
76489
- var o = mo.exec(t.slice(r, r + 2));
76489
+ var o = go.exec(t.slice(r, r + 2));
76490
76490
  return o ? (e.V = +o[0], r + o[0].length) : -1;
76491
76491
  }
76492
76492
  function ADe(e, t, r) {
76493
- var o = mo.exec(t.slice(r, r + 2));
76493
+ var o = go.exec(t.slice(r, r + 2));
76494
76494
  return o ? (e.W = +o[0], r + o[0].length) : -1;
76495
76495
  }
76496
76496
  function qB(e, t, r) {
76497
- var o = mo.exec(t.slice(r, r + 4));
76497
+ var o = go.exec(t.slice(r, r + 4));
76498
76498
  return o ? (e.y = +o[0], r + o[0].length) : -1;
76499
76499
  }
76500
76500
  function UB(e, t, r) {
76501
- var o = mo.exec(t.slice(r, r + 2));
76501
+ var o = go.exec(t.slice(r, r + 2));
76502
76502
  return o ? (e.y = +o[0] + (+o[0] > 68 ? 1900 : 2e3), r + o[0].length) : -1;
76503
76503
  }
76504
76504
  function DDe(e, t, r) {
@@ -76506,39 +76506,39 @@ function DDe(e, t, r) {
76506
76506
  return o ? (e.Z = o[1] ? 0 : -(o[2] + (o[3] || "00")), r + o[0].length) : -1;
76507
76507
  }
76508
76508
  function _De(e, t, r) {
76509
- var o = mo.exec(t.slice(r, r + 1));
76509
+ var o = go.exec(t.slice(r, r + 1));
76510
76510
  return o ? (e.q = o[0] * 3 - 3, r + o[0].length) : -1;
76511
76511
  }
76512
76512
  function NDe(e, t, r) {
76513
- var o = mo.exec(t.slice(r, r + 2));
76513
+ var o = go.exec(t.slice(r, r + 2));
76514
76514
  return o ? (e.m = o[0] - 1, r + o[0].length) : -1;
76515
76515
  }
76516
76516
  function GB(e, t, r) {
76517
- var o = mo.exec(t.slice(r, r + 2));
76517
+ var o = go.exec(t.slice(r, r + 2));
76518
76518
  return o ? (e.d = +o[0], r + o[0].length) : -1;
76519
76519
  }
76520
76520
  function FDe(e, t, r) {
76521
- var o = mo.exec(t.slice(r, r + 3));
76521
+ var o = go.exec(t.slice(r, r + 3));
76522
76522
  return o ? (e.m = 0, e.d = +o[0], r + o[0].length) : -1;
76523
76523
  }
76524
76524
  function WB(e, t, r) {
76525
- var o = mo.exec(t.slice(r, r + 2));
76525
+ var o = go.exec(t.slice(r, r + 2));
76526
76526
  return o ? (e.H = +o[0], r + o[0].length) : -1;
76527
76527
  }
76528
76528
  function LDe(e, t, r) {
76529
- var o = mo.exec(t.slice(r, r + 2));
76529
+ var o = go.exec(t.slice(r, r + 2));
76530
76530
  return o ? (e.M = +o[0], r + o[0].length) : -1;
76531
76531
  }
76532
76532
  function $De(e, t, r) {
76533
- var o = mo.exec(t.slice(r, r + 2));
76533
+ var o = go.exec(t.slice(r, r + 2));
76534
76534
  return o ? (e.S = +o[0], r + o[0].length) : -1;
76535
76535
  }
76536
76536
  function jDe(e, t, r) {
76537
- var o = mo.exec(t.slice(r, r + 3));
76537
+ var o = go.exec(t.slice(r, r + 3));
76538
76538
  return o ? (e.L = +o[0], r + o[0].length) : -1;
76539
76539
  }
76540
76540
  function BDe(e, t, r) {
76541
- var o = mo.exec(t.slice(r, r + 6));
76541
+ var o = go.exec(t.slice(r, r + 6));
76542
76542
  return o ? (e.L = Math.floor(o[0] / 1e3), r + o[0].length) : -1;
76543
76543
  }
76544
76544
  function VDe(e, t, r) {
@@ -76546,11 +76546,11 @@ function VDe(e, t, r) {
76546
76546
  return o ? r + o[0].length : -1;
76547
76547
  }
76548
76548
  function HDe(e, t, r) {
76549
- var o = mo.exec(t.slice(r));
76549
+ var o = go.exec(t.slice(r));
76550
76550
  return o ? (e.Q = +o[0], r + o[0].length) : -1;
76551
76551
  }
76552
76552
  function zDe(e, t, r) {
76553
- var o = mo.exec(t.slice(r));
76553
+ var o = go.exec(t.slice(r));
76554
76554
  return o ? (e.s = +o[0], r + o[0].length) : -1;
76555
76555
  }
76556
76556
  function KB(e, t) {
@@ -80533,7 +80533,7 @@ function yV(e, t) {
80533
80533
  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
80534
  return a < 0 || a >= o.length ? -1 : i ? o.length - 1 - a : a;
80535
80535
  }
80536
- function go() {
80536
+ function bo() {
80537
80537
  const e = kn(), {
80538
80538
  axis: t,
80539
80539
  axisIds: r
@@ -80543,7 +80543,7 @@ function go() {
80543
80543
  xAxisIds: r
80544
80544
  };
80545
80545
  }
80546
- function bo() {
80546
+ function yo() {
80547
80547
  const e = kn(), {
80548
80548
  axis: t,
80549
80549
  axisIds: r
@@ -81668,7 +81668,7 @@ function V2e(e, t, r) {
81668
81668
  const o = P8() ?? {
81669
81669
  series: {},
81670
81670
  stackingGroups: []
81671
- }, i = go().xAxisIds[0], s = bo().yAxisIds[0], a = lg();
81671
+ }, i = bo().xAxisIds[0], s = yo().yAxisIds[0], a = lg();
81672
81672
  return H2e(e, a, o.stackingGroups, o.series, t, r, i, s);
81673
81673
  }
81674
81674
  function H2e(e, t, r, o, i, s, a, l) {
@@ -82410,9 +82410,9 @@ function iM(e) {
82410
82410
  renderer: s
82411
82411
  } = e, a = ye(e, m$e), l = xw(), c = Uf(l || t), u = Uf(t), {
82412
82412
  xAxis: d
82413
- } = go(), {
82414
- yAxis: f
82415
82413
  } = bo(), {
82414
+ yAxis: f
82415
+ } = yo(), {
82416
82416
  completedData: p,
82417
82417
  masksData: h
82418
82418
  } = V2e(ts(), d, f), b = oM(), g = s === "svg-batch" ? d$e : e$e;
@@ -83100,7 +83100,7 @@ function oW(e) {
83100
83100
  const {
83101
83101
  xAxis: t,
83102
83102
  xAxisIds: r
83103
- } = go(), o = t[e.axisId ?? r[0]], {
83103
+ } = bo(), o = t[e.axisId ?? r[0]], {
83104
83104
  scale: i,
83105
83105
  tickNumber: s,
83106
83106
  reverse: a
@@ -83436,7 +83436,7 @@ function cM(e) {
83436
83436
  const {
83437
83437
  xAxis: t,
83438
83438
  xAxisIds: r
83439
- } = go(), o = t[e.axisId ?? r[0]];
83439
+ } = bo(), o = t[e.axisId ?? r[0]];
83440
83440
  return o ? /* @__PURE__ */ C.jsx(X$e, E({}, e, {
83441
83441
  axis: o
83442
83442
  })) : (Jn(`MUI X Charts: No axis found. The axisId "${e.axisId}" is probably invalid.`), null);
@@ -83586,7 +83586,7 @@ function cW(e) {
83586
83586
  const {
83587
83587
  yAxis: t,
83588
83588
  yAxisIds: r
83589
- } = bo(), o = t[e.axisId ?? r[0]], {
83589
+ } = yo(), o = t[e.axisId ?? r[0]], {
83590
83590
  scale: i,
83591
83591
  tickNumber: s
83592
83592
  } = o, a = ye(o, eje), l = At({
@@ -83826,7 +83826,7 @@ function uM(e) {
83826
83826
  const {
83827
83827
  yAxis: t,
83828
83828
  yAxisIds: r
83829
- } = bo(), o = t[e.axisId ?? r[0]];
83829
+ } = yo(), o = t[e.axisId ?? r[0]];
83830
83830
  return o ? /* @__PURE__ */ C.jsx(aje, E({}, e, {
83831
83831
  axis: o
83832
83832
  })) : (Jn(`MUI X Charts: No axis found. The axisId "${e.axisId}" is probably invalid.`), null);
@@ -83938,10 +83938,10 @@ function dM(e) {
83938
83938
  } = e, {
83939
83939
  xAxisIds: o,
83940
83940
  xAxis: i
83941
- } = go(), {
83941
+ } = bo(), {
83942
83942
  yAxisIds: s,
83943
83943
  yAxis: a
83944
- } = bo();
83944
+ } = yo();
83945
83945
  return /* @__PURE__ */ C.jsxs(S.Fragment, {
83946
83946
  children: [o.map((l) => !i[l].position || i[l].position === "none" ? null : /* @__PURE__ */ C.jsx(cM, {
83947
83947
  slots: t,
@@ -83989,10 +83989,10 @@ function cje() {
83989
83989
  const e = kn(), t = e.use(WR), r = e.use(li), o = bw(), {
83990
83990
  xAxis: i,
83991
83991
  xAxisIds: s
83992
- } = go(), {
83992
+ } = bo(), {
83993
83993
  yAxis: a,
83994
83994
  yAxisIds: l
83995
- } = bo(), {
83995
+ } = yo(), {
83996
83996
  zAxis: c,
83997
83997
  zAxisIds: u
83998
83998
  } = JR(), {
@@ -84371,9 +84371,9 @@ function xje(e = {}) {
84371
84371
  directions: r
84372
84372
  } = e, o = DLe(), i = _Le(), s = NLe(), a = kn(), l = a.use(kG), c = a.use(RG), u = a.use(gW), d = bw(), {
84373
84373
  xAxis: f
84374
- } = go(), {
84375
- yAxis: p
84376
84374
  } = bo(), {
84375
+ yAxis: p
84376
+ } = yo(), {
84377
84377
  zAxis: h,
84378
84378
  zAxisIds: b
84379
84379
  } = JR(), {
@@ -85508,10 +85508,10 @@ function mM(e) {
85508
85508
  } = t, s = ye(t, Gje), {
85509
85509
  xAxis: a,
85510
85510
  xAxisIds: l
85511
- } = go(), {
85511
+ } = bo(), {
85512
85512
  yAxis: c,
85513
85513
  yAxisIds: u
85514
- } = bo(), d = Wje(t), f = c[u[0]], p = a[l[0]];
85514
+ } = yo(), d = Wje(t), f = c[u[0]], p = a[l[0]];
85515
85515
  return /* @__PURE__ */ C.jsxs(zje, E({}, s, {
85516
85516
  className: d.root,
85517
85517
  children: [o && /* @__PURE__ */ C.jsx(qje, {
@@ -86155,10 +86155,10 @@ function hBe() {
86155
86155
  } = ts(), a = e + t + r, l = o + i + s, c = nM(), u = JLe(), {
86156
86156
  xAxis: d,
86157
86157
  xAxisIds: f
86158
- } = go(), {
86158
+ } = bo(), {
86159
86159
  yAxis: p,
86160
86160
  yAxisIds: h
86161
- } = bo(), {
86161
+ } = yo(), {
86162
86162
  zAxis: b,
86163
86163
  zAxisIds: g
86164
86164
  } = 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 +86496,10 @@ function PBe(e) {
86496
86496
  const t = yr(), r = vw(), o = P8(), {
86497
86497
  xAxis: i,
86498
86498
  xAxisIds: s
86499
- } = go(), {
86499
+ } = bo(), {
86500
86500
  yAxis: a,
86501
86501
  yAxisIds: l
86502
- } = bo();
86502
+ } = yo();
86503
86503
  if (r === null || r.type !== "bar" || !o)
86504
86504
  return null;
86505
86505
  const c = o.series[r.seriesId];
@@ -87900,7 +87900,7 @@ function kW(e) {
87900
87900
  }
87901
87901
  }
87902
87902
  function _Be(e, t) {
87903
- const r = ug(), o = go().xAxisIds[0], i = bo().yAxisIds[0], s = nM();
87903
+ const r = ug(), o = bo().xAxisIds[0], i = yo().yAxisIds[0], s = nM();
87904
87904
  return S.useMemo(() => {
87905
87905
  if (r === void 0)
87906
87906
  return [];
@@ -87992,9 +87992,9 @@ const NBe = ["slots", "slotProps", "onItemClick", "skipAnimation"], FBe = ie("g"
87992
87992
  }), LBe = () => {
87993
87993
  const {
87994
87994
  xAxis: e
87995
- } = go(), {
87995
+ } = bo(), {
87996
87996
  yAxis: t
87997
- } = bo();
87997
+ } = yo();
87998
87998
  return _Be(e, t);
87999
87999
  };
88000
88000
  function RW(e) {
@@ -88182,7 +88182,7 @@ process.env.NODE_ENV !== "production" && (MW.propTypes = {
88182
88182
  slots: n.object
88183
88183
  });
88184
88184
  function zBe(e, t) {
88185
- const r = ug(), o = go().xAxisIds[0], i = bo().yAxisIds[0], s = nM();
88185
+ const r = ug(), o = bo().xAxisIds[0], i = yo().yAxisIds[0], s = nM();
88186
88186
  return S.useMemo(() => {
88187
88187
  if (r === void 0)
88188
88188
  return [];
@@ -88262,9 +88262,9 @@ const qBe = ["slots", "slotProps", "skipAnimation", "onItemClick"], UBe = ie("g"
88262
88262
  }), GBe = () => {
88263
88263
  const {
88264
88264
  xAxis: e
88265
- } = go(), {
88265
+ } = bo(), {
88266
88266
  yAxis: t
88267
- } = bo();
88267
+ } = yo();
88268
88268
  return zBe(e, t);
88269
88269
  };
88270
88270
  function vM(e) {
@@ -88524,7 +88524,7 @@ process.env.NODE_ENV !== "production" && (FW.propTypes = {
88524
88524
  skipAnimation: n.bool
88525
88525
  });
88526
88526
  function QBe(e, t) {
88527
- const r = ug(), o = go().xAxisIds[0], i = bo().yAxisIds[0], s = lg(), {
88527
+ const r = ug(), o = bo().xAxisIds[0], i = yo().yAxisIds[0], s = lg(), {
88528
88528
  instance: a
88529
88529
  } = Kr();
88530
88530
  return S.useMemo(() => {
@@ -88593,9 +88593,9 @@ function LW(e) {
88593
88593
  onItemClick: i
88594
88594
  } = e, s = ye(e, JBe), a = xw(), l = Uf(a || o), {
88595
88595
  xAxis: c
88596
- } = go(), {
88597
- yAxis: u
88598
88596
  } = bo(), {
88597
+ yAxis: u
88598
+ } = yo(), {
88599
88599
  store: d
88600
88600
  } = Kr(), {
88601
88601
  isFaded: f,
@@ -88733,10 +88733,10 @@ function jW(e) {
88733
88733
  } = e, o = ye(e, rVe), i = ug(), {
88734
88734
  xAxis: s,
88735
88735
  xAxisIds: a
88736
- } = go(), {
88736
+ } = bo(), {
88737
88737
  yAxis: l,
88738
88738
  yAxisIds: c
88739
- } = bo(), {
88739
+ } = yo(), {
88740
88740
  instance: u
88741
88741
  } = Kr(), f = kn().use(BG);
88742
88742
  if (f.length === 0 || i === void 0)
@@ -88908,10 +88908,10 @@ function aVe() {
88908
88908
  const e = yr(), t = vw(), r = ug(), {
88909
88909
  xAxis: o,
88910
88910
  xAxisIds: i
88911
- } = go(), {
88911
+ } = bo(), {
88912
88912
  yAxis: s,
88913
88913
  yAxisIds: a
88914
- } = bo();
88914
+ } = yo();
88915
88915
  if (t === null || t.type !== "line" || !r)
88916
88916
  return null;
88917
88917
  const l = r.series[t.seriesId];
@@ -93440,7 +93440,7 @@ function aHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93440
93440
  const p = [...i];
93441
93441
  p[d].value = f, s(p);
93442
93442
  };
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: [
93443
+ 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
93444
  /* @__PURE__ */ C.jsx(
93445
93445
  ax,
93446
93446
  {
@@ -93536,7 +93536,7 @@ function cHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93536
93536
  M[_] = { ...M[_], fee: Number(A) || 0 }, O(M);
93537
93537
  };
93538
93538
  return /* @__PURE__ */ C.jsx(Gz, { spacing: 1.5, sx: { width: "100%" }, children: w.map((_, A) => /* @__PURE__ */ C.jsxs(
93539
- To,
93539
+ ho,
93540
93540
  {
93541
93541
  sx: {
93542
93542
  display: "flex",
@@ -93632,11 +93632,11 @@ function cHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93632
93632
  _.key
93633
93633
  )) });
93634
93634
  }
93635
- const wo = [];
93635
+ const Co = [];
93636
93636
  for (let e = 0; e < 256; ++e)
93637
- wo.push((e + 256).toString(16).slice(1));
93637
+ Co.push((e + 256).toString(16).slice(1));
93638
93638
  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();
93639
+ 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
93640
  }
93641
93641
  let zO;
93642
93642
  const dHe = new Uint8Array(16);
@@ -93685,7 +93685,7 @@ function mHe({ attributes: e = {}, rules: t = {}, onChange: r }) {
93685
93685
  let v = parseInt(y, 10);
93686
93686
  (isNaN(v) || v < s) && (v = s), a !== void 0 && v > a && (v = a), p(v), setTimeout(() => b(v), 0);
93687
93687
  };
93688
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%" }, children: [
93688
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%" }, children: [
93689
93689
  /* @__PURE__ */ C.jsx(
93690
93690
  ax,
93691
93691
  {
@@ -95559,7 +95559,7 @@ class Qze extends _w {
95559
95559
  });
95560
95560
  }
95561
95561
  async loadEventStreamCapability() {
95562
- const { EventStreamSerde: t } = await import("./index-CUvxoWI6.mjs");
95562
+ const { EventStreamSerde: t } = await import("./index-Cu1h31y8.mjs");
95563
95563
  return new t({
95564
95564
  marshaller: this.getEventStreamMarshaller(),
95565
95565
  serializer: this.serializer,
@@ -99639,7 +99639,7 @@ class X7 {
99639
99639
  return this.sigv4aSigner;
99640
99640
  }
99641
99641
  }
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({
99642
+ 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
99643
  size: 50,
99644
99644
  params: [
99645
99645
  "Accelerate",
@@ -99770,12 +99770,12 @@ const gUe = (e, t, r) => (i) => {
99770
99770
  Region: { type: "builtInParams", name: "region" },
99771
99771
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
99772
99772
  };
99773
- class yo extends sf {
99773
+ class vo extends sf {
99774
99774
  constructor(t) {
99775
- super(t), Object.setPrototypeOf(this, yo.prototype);
99775
+ super(t), Object.setPrototypeOf(this, vo.prototype);
99776
99776
  }
99777
99777
  }
99778
- class JM extends yo {
99778
+ class JM extends vo {
99779
99779
  name = "NoSuchUpload";
99780
99780
  $fault = "client";
99781
99781
  constructor(t) {
@@ -99786,7 +99786,7 @@ class JM extends yo {
99786
99786
  }), Object.setPrototypeOf(this, JM.prototype);
99787
99787
  }
99788
99788
  }
99789
- class eA extends yo {
99789
+ class eA extends vo {
99790
99790
  name = "AccessDenied";
99791
99791
  $fault = "client";
99792
99792
  constructor(t) {
@@ -99797,7 +99797,7 @@ class eA extends yo {
99797
99797
  }), Object.setPrototypeOf(this, eA.prototype);
99798
99798
  }
99799
99799
  }
99800
- class tA extends yo {
99800
+ class tA extends vo {
99801
99801
  name = "ObjectNotInActiveTierError";
99802
99802
  $fault = "client";
99803
99803
  constructor(t) {
@@ -99808,7 +99808,7 @@ class tA extends yo {
99808
99808
  }), Object.setPrototypeOf(this, tA.prototype);
99809
99809
  }
99810
99810
  }
99811
- class nA extends yo {
99811
+ class nA extends vo {
99812
99812
  name = "BucketAlreadyExists";
99813
99813
  $fault = "client";
99814
99814
  constructor(t) {
@@ -99819,7 +99819,7 @@ class nA extends yo {
99819
99819
  }), Object.setPrototypeOf(this, nA.prototype);
99820
99820
  }
99821
99821
  }
99822
- class rA extends yo {
99822
+ class rA extends vo {
99823
99823
  name = "BucketAlreadyOwnedByYou";
99824
99824
  $fault = "client";
99825
99825
  constructor(t) {
@@ -99830,7 +99830,7 @@ class rA extends yo {
99830
99830
  }), Object.setPrototypeOf(this, rA.prototype);
99831
99831
  }
99832
99832
  }
99833
- class oA extends yo {
99833
+ class oA extends vo {
99834
99834
  name = "NoSuchBucket";
99835
99835
  $fault = "client";
99836
99836
  constructor(t) {
@@ -99841,7 +99841,7 @@ class oA extends yo {
99841
99841
  }), Object.setPrototypeOf(this, oA.prototype);
99842
99842
  }
99843
99843
  }
99844
- class iA extends yo {
99844
+ class iA extends vo {
99845
99845
  name = "InvalidObjectState";
99846
99846
  $fault = "client";
99847
99847
  StorageClass;
@@ -99854,7 +99854,7 @@ class iA extends yo {
99854
99854
  }), Object.setPrototypeOf(this, iA.prototype), this.StorageClass = t.StorageClass, this.AccessTier = t.AccessTier;
99855
99855
  }
99856
99856
  }
99857
- class sA extends yo {
99857
+ class sA extends vo {
99858
99858
  name = "NoSuchKey";
99859
99859
  $fault = "client";
99860
99860
  constructor(t) {
@@ -99865,7 +99865,7 @@ class sA extends yo {
99865
99865
  }), Object.setPrototypeOf(this, sA.prototype);
99866
99866
  }
99867
99867
  }
99868
- class aA extends yo {
99868
+ class aA extends vo {
99869
99869
  name = "NotFound";
99870
99870
  $fault = "client";
99871
99871
  constructor(t) {
@@ -99876,7 +99876,7 @@ class aA extends yo {
99876
99876
  }), Object.setPrototypeOf(this, aA.prototype);
99877
99877
  }
99878
99878
  }
99879
- class lA extends yo {
99879
+ class lA extends vo {
99880
99880
  name = "EncryptionTypeMismatch";
99881
99881
  $fault = "client";
99882
99882
  constructor(t) {
@@ -99887,7 +99887,7 @@ class lA extends yo {
99887
99887
  }), Object.setPrototypeOf(this, lA.prototype);
99888
99888
  }
99889
99889
  }
99890
- class cA extends yo {
99890
+ class cA extends vo {
99891
99891
  name = "InvalidRequest";
99892
99892
  $fault = "client";
99893
99893
  constructor(t) {
@@ -99898,7 +99898,7 @@ class cA extends yo {
99898
99898
  }), Object.setPrototypeOf(this, cA.prototype);
99899
99899
  }
99900
99900
  }
99901
- class uA extends yo {
99901
+ class uA extends vo {
99902
99902
  name = "InvalidWriteOffset";
99903
99903
  $fault = "client";
99904
99904
  constructor(t) {
@@ -99909,7 +99909,7 @@ class uA extends yo {
99909
99909
  }), Object.setPrototypeOf(this, uA.prototype);
99910
99910
  }
99911
99911
  }
99912
- class dA extends yo {
99912
+ class dA extends vo {
99913
99913
  name = "TooManyParts";
99914
99914
  $fault = "client";
99915
99915
  constructor(t) {
@@ -99920,7 +99920,7 @@ class dA extends yo {
99920
99920
  }), Object.setPrototypeOf(this, dA.prototype);
99921
99921
  }
99922
99922
  }
99923
- class fA extends yo {
99923
+ class fA extends vo {
99924
99924
  name = "IdempotencyParameterMismatch";
99925
99925
  $fault = "client";
99926
99926
  constructor(t) {
@@ -99931,7 +99931,7 @@ class fA extends yo {
99931
99931
  }), Object.setPrototypeOf(this, fA.prototype);
99932
99932
  }
99933
99933
  }
99934
- class pA extends yo {
99934
+ class pA extends vo {
99935
99935
  name = "ObjectAlreadyInActiveTierError";
99936
99936
  $fault = "client";
99937
99937
  constructor(t) {
@@ -99944,7 +99944,7 @@ class pA extends yo {
99944
99944
  }
99945
99945
  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
99946
  var i6e = [-3, kK, "S3ServiceException", 0, [], []];
99947
- LK.registerError(i6e, yo);
99947
+ LK.registerError(i6e, vo);
99948
99948
  const Uo = xi.for(Yn);
99949
99949
  var s6e = [
99950
99950
  -3,
@@ -101248,7 +101248,7 @@ function HK(e) {
101248
101248
  function WGe(e) {
101249
101249
  return async (t) => {
101250
101250
  e.logger?.debug("@aws-sdk/credential-provider-cognito-identity - fromCognitoIdentity");
101251
- const { GetCredentialsForIdentityCommand: r, CognitoIdentityClient: o } = await import("./loadCognitoIdentity-C7aBdo_x.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 ?? {}, {
101251
+ const { GetCredentialsForIdentityCommand: r, CognitoIdentityClient: o } = await import("./loadCognitoIdentity-C-Upg8iV.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
101252
  region: i("region"),
101253
101253
  profile: i("profile"),
101254
101254
  userAgentAppId: i("userAgentAppId")
@@ -101356,7 +101356,7 @@ function t8e({ accountId: e, cache: t = e8e(), client: r, clientConfig: o, custo
101356
101356
  c?.debug("@aws-sdk/credential-provider-cognito-identity - fromCognitoIdentity");
101357
101357
  const d = l ? `aws:cognito-identity-credentials:${s}:${l}` : void 0;
101358
101358
  let f = async (p) => {
101359
- const { GetIdCommand: h, CognitoIdentityClient: b } = await import("./loadCognitoIdentity-C7aBdo_x.mjs"), g = (w) => o?.[w] ?? u?.[w] ?? p?.callerClientConfig?.[w], y = r ?? new b(Object.assign({}, o ?? {}, {
101359
+ const { GetIdCommand: h, CognitoIdentityClient: b } = await import("./loadCognitoIdentity-C-Upg8iV.mjs"), g = (w) => o?.[w] ?? u?.[w] ?? p?.callerClientConfig?.[w], y = r ?? new b(Object.assign({}, o ?? {}, {
101360
101360
  region: g("region"),
101361
101361
  profile: g("profile"),
101362
101362
  userAgentAppId: g("userAgentAppId")
@@ -101436,12 +101436,12 @@ function s8e({ attributes: e = {}, rules: t = {}, onChange: r }) {
101436
101436
  });
101437
101437
  return F.observe(M), () => F.disconnect();
101438
101438
  }, []), Oi(() => {
101439
- if (!e.value || !p.current) return;
101440
- const M = setTimeout(() => {
101441
- p.current && (p.current.clear(), p.current.fromDataURL(e.value, { width: w, height: D }));
101442
- }, 50);
101443
- return () => clearTimeout(M);
101444
- }, [e.value, w, D]);
101439
+ if (!e.value) {
101440
+ v(null), P(!1), p.current && p.current.clear();
101441
+ return;
101442
+ }
101443
+ v(e.value);
101444
+ }, [e.value]);
101445
101445
  const _ = () => {
101446
101446
  p.current && p.current.clear(), v(null), P(!1), r && r({ id: o, value: "" });
101447
101447
  }, A = async () => {
@@ -101457,39 +101457,58 @@ function s8e({ attributes: e = {}, rules: t = {}, onChange: r }) {
101457
101457
  g(!1);
101458
101458
  }
101459
101459
  };
101460
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%", ...i.sx }, children: [
101460
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%", ...i.sx }, children: [
101461
101461
  /* @__PURE__ */ C.jsxs(il, { variant: "subtitle2", gutterBottom: !0, sx: { display: "flex" }, children: [
101462
101462
  s,
101463
- k && /* @__PURE__ */ C.jsx(To, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101463
+ k && /* @__PURE__ */ C.jsx(ho, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101464
101464
  ] }),
101465
- /* @__PURE__ */ C.jsx(
101466
- To,
101465
+ /* @__PURE__ */ C.jsxs(
101466
+ ho,
101467
101467
  {
101468
101468
  ref: h,
101469
101469
  sx: {
101470
+ position: "relative",
101470
101471
  border: "1px solid",
101471
101472
  borderColor: "divider",
101472
101473
  borderRadius: 1,
101473
101474
  overflow: "hidden",
101474
101475
  bgcolor: "background.paper"
101475
101476
  },
101476
- children: /* @__PURE__ */ C.jsx(
101477
- Mw,
101478
- {
101479
- ref: p,
101480
- penColor: "black",
101481
- canvasProps: {
101482
- className: "sigCanvas",
101483
- width: w,
101484
- height: D,
101485
- style: { display: "block", pointerEvents: d ? "none" : "auto", ...f?.style, width: "100%", height: D }
101486
- },
101487
- backgroundColor: "transparent"
101488
- }
101489
- )
101477
+ children: [
101478
+ /* @__PURE__ */ C.jsx(
101479
+ Mw,
101480
+ {
101481
+ ref: p,
101482
+ penColor: "black",
101483
+ canvasProps: {
101484
+ className: "sigCanvas",
101485
+ width: w,
101486
+ height: D,
101487
+ style: { display: "block", pointerEvents: d ? "none" : "auto", ...f?.style, width: "100%", height: D }
101488
+ },
101489
+ backgroundColor: "transparent"
101490
+ }
101491
+ ),
101492
+ y && /* @__PURE__ */ C.jsx(
101493
+ ho,
101494
+ {
101495
+ component: "img",
101496
+ src: y,
101497
+ alt: "Signature",
101498
+ sx: {
101499
+ position: "absolute",
101500
+ inset: 0,
101501
+ width: "100%",
101502
+ height: D,
101503
+ objectFit: "contain",
101504
+ bgcolor: "background.paper"
101505
+ }
101506
+ }
101507
+ )
101508
+ ]
101490
101509
  }
101491
101510
  ),
101492
- /* @__PURE__ */ C.jsxs(To, { sx: { display: "flex", flexWrap: "wrap", gap: 1, alignItems: "center", mt: 1 }, children: [
101511
+ /* @__PURE__ */ C.jsxs(ho, { sx: { display: "flex", flexWrap: "wrap", gap: 1, alignItems: "center", mt: 1 }, children: [
101493
101512
  /* @__PURE__ */ C.jsx(wf, { variant: "outlined", color: "secondary", onClick: _, size: "small", disabled: d || b, children: "Clear" }),
101494
101513
  /* @__PURE__ */ C.jsx(
101495
101514
  wf,
@@ -101511,7 +101530,7 @@ function a8e({ attributes: e = {}, patch: t, onChange: r }) {
101511
101530
  const { MuiAttributes: o = {}, label: i = "Group", subFields: s = [] } = e, a = $t.useMemo(() => Rw(), []);
101512
101531
  return /* @__PURE__ */ C.jsxs(ine, { elevation: 1, sx: { p: 2, mb: 2, ...o.sx }, ...o, children: [
101513
101532
  /* @__PURE__ */ C.jsx(il, { variant: "subtitle1", gutterBottom: !0, sx: { fontWeight: 600 }, children: i }),
101514
- /* @__PURE__ */ C.jsx(To, { children: /* @__PURE__ */ C.jsx(
101533
+ /* @__PURE__ */ C.jsx(ho, { children: /* @__PURE__ */ C.jsx(
101515
101534
  yg,
101516
101535
  {
101517
101536
  guid: a,
@@ -101547,7 +101566,7 @@ function c8e(e) {
101547
101566
  id: `simple-tabpanel-${o}`,
101548
101567
  "aria-labelledby": `simple-tab-${o}`,
101549
101568
  ...i,
101550
- children: r === o && /* @__PURE__ */ C.jsx(To, { sx: { p: 3 }, children: t })
101569
+ children: r === o && /* @__PURE__ */ C.jsx(ho, { sx: { p: 3 }, children: t })
101551
101570
  }
101552
101571
  );
101553
101572
  }
@@ -101555,8 +101574,8 @@ function u8e({ attributes: e = {}, patch: t, onChange: r }) {
101555
101574
  const { MuiAttributes: o = {}, tabs: i = [] } = e, [s, a] = $t.useState(0), l = $t.useMemo(() => i.map(() => Rw()), [i.length]), c = (u, d) => {
101556
101575
  a(d);
101557
101576
  };
101558
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%" }, children: [
101559
- /* @__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)) }) }),
101577
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%" }, children: [
101578
+ /* @__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)) }) }),
101560
101579
  i.map((u, d) => /* @__PURE__ */ C.jsx(c8e, { value: s, index: d, children: /* @__PURE__ */ C.jsx(
101561
101580
  yg,
101562
101581
  {
@@ -101928,10 +101947,10 @@ function v8e({ attributes: e = {}, rules: t = {} }) {
101928
101947
  displayText: l = ""
101929
101948
  // What to show instead of URL, if any
101930
101949
  } = e, c = t?.validation?.some((f) => f.rule === "mandatory") || !1, u = s || o || "#", d = l || r || u;
101931
- return /* @__PURE__ */ C.jsxs(To, { sx: { width: "100%" }, ...i.container, children: [
101950
+ return /* @__PURE__ */ C.jsxs(ho, { sx: { width: "100%" }, ...i.container, children: [
101932
101951
  r && l && /* @__PURE__ */ C.jsxs(il, { variant: "subtitle2", gutterBottom: !0, sx: { display: "flex" }, ...i.displayText, children: [
101933
101952
  r,
101934
- c && /* @__PURE__ */ C.jsx(To, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101953
+ c && /* @__PURE__ */ C.jsx(ho, { component: "span", sx: { color: "error.main", ml: 0.5 }, children: "*" })
101935
101954
  ] }),
101936
101955
  /* @__PURE__ */ C.jsx(
101937
101956
  lne,
@@ -102166,7 +102185,7 @@ function yg({
102166
102185
  },
102167
102186
  `dynamic-comp-${$ || D}`
102168
102187
  ),
102169
- V && V.data && /* @__PURE__ */ C.jsx(To, { sx: { mt: 2, pl: 2, borderLeft: "2px solid", borderColor: "divider", width: "100%" }, children: /* @__PURE__ */ C.jsx(
102188
+ V && V.data && /* @__PURE__ */ C.jsx(ho, { sx: { mt: 2, pl: 2, borderLeft: "2px solid", borderColor: "divider", width: "100%" }, children: /* @__PURE__ */ C.jsx(
102170
102189
  yg,
102171
102190
  {
102172
102191
  guid: `${r}-subform-${$}`,