@aut-labs/d-aut
Version: 
## Web Component - what it does
1,336 lines (1,330 loc) • 3.82 MB
JavaScript
var L$ = Object.defineProperty;
var B$ = (e, t, n) => t in e ? L$(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
var at = (e, t, n) => (B$(e, typeof t != "symbol" ? t + "" : t, n), n), bS = (e, t, n) => {
  if (!t.has(e))
    throw TypeError("Cannot " + n);
};
var ce = (e, t, n) => (bS(e, t, "read from private field"), n ? n.call(e) : t.get(e)), mt = (e, t, n) => {
  if (t.has(e))
    throw TypeError("Cannot add the same private member more than once");
  t instanceof WeakSet ? t.add(e) : t.set(e, n);
}, ze = (e, t, n, r) => (bS(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n);
var A5 = (e, t, n, r) => ({
  set _(i) {
    ze(e, t, i, n);
  },
  get _() {
    return ce(e, t, r);
  }
}), _t = (e, t, n) => (bS(e, t, "access private method"), n);
function U$(e, t) {
  for (var n = 0; n < t.length; n++) {
    const r = t[n];
    if (typeof r != "string" && !Array.isArray(r)) {
      for (const i in r)
        if (i !== "default" && !(i in e)) {
          const o = Object.getOwnPropertyDescriptor(r, i);
          o && Object.defineProperty(e, i, o.get ? o : {
            enumerable: !0,
            get: () => r[i]
          });
        }
    }
  }
  return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
}
var Zt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
function zh(e) {
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
function fC(e) {
  if (e.__esModule)
    return e;
  var t = e.default;
  if (typeof t == "function") {
    var n = function r() {
      return this instanceof r ? Reflect.construct(t, arguments, this.constructor) : t.apply(this, arguments);
    };
    n.prototype = t.prototype;
  } else
    n = {};
  return Object.defineProperty(n, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
    var i = Object.getOwnPropertyDescriptor(e, r);
    Object.defineProperty(n, r, i.get ? i : {
      enumerable: !0,
      get: function() {
        return e[r];
      }
    });
  }), n;
}
var sA = { exports: {} }, Py = {}, uA = { exports: {} }, Xr = {};
/**
 * @license React
 * react.production.min.js
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
var bD;
function z$() {
  if (bD)
    return Xr;
  bD = 1;
  var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), u = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), f = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), m = Symbol.iterator;
  function y(j) {
    return j === null || typeof j != "object" ? null : (j = m && j[m] || j["@@iterator"], typeof j == "function" ? j : null);
  }
  var E = { isMounted: function() {
    return !1;
  }, enqueueForceUpdate: function() {
  }, enqueueReplaceState: function() {
  }, enqueueSetState: function() {
  } }, x = Object.assign, C = {};
  function D(j, L, H) {
    this.props = j, this.context = L, this.refs = C, this.updater = H || E;
  }
  D.prototype.isReactComponent = {}, D.prototype.setState = function(j, L) {
    if (typeof j != "object" && typeof j != "function" && j != null)
      throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
    this.updater.enqueueSetState(this, j, L, "setState");
  }, D.prototype.forceUpdate = function(j) {
    this.updater.enqueueForceUpdate(this, j, "forceUpdate");
  };
  function I() {
  }
  I.prototype = D.prototype;
  function R(j, L, H) {
    this.props = j, this.context = L, this.refs = C, this.updater = H || E;
  }
  var O = R.prototype = new I();
  O.constructor = R, x(O, D.prototype), O.isPureReactComponent = !0;
  var T = Array.isArray, P = Object.prototype.hasOwnProperty, F = { current: null }, G = { key: !0, ref: !0, __self: !0, __source: !0 };
  function ae(j, L, H) {
    var W, oe = {}, xe = null, Ee = null;
    if (L != null)
      for (W in L.ref !== void 0 && (Ee = L.ref), L.key !== void 0 && (xe = "" + L.key), L)
        P.call(L, W) && !G.hasOwnProperty(W) && (oe[W] = L[W]);
    var Pe = arguments.length - 2;
    if (Pe === 1)
      oe.children = H;
    else if (1 < Pe) {
      for (var Re = Array(Pe), Ke = 0; Ke < Pe; Ke++)
        Re[Ke] = arguments[Ke + 2];
      oe.children = Re;
    }
    if (j && j.defaultProps)
      for (W in Pe = j.defaultProps, Pe)
        oe[W] === void 0 && (oe[W] = Pe[W]);
    return { $$typeof: e, type: j, key: xe, ref: Ee, props: oe, _owner: F.current };
  }
  function V(j, L) {
    return { $$typeof: e, type: j.type, key: L, ref: j.ref, props: j.props, _owner: j._owner };
  }
  function K(j) {
    return typeof j == "object" && j !== null && j.$$typeof === e;
  }
  function _(j) {
    var L = { "=": "=0", ":": "=2" };
    return "$" + j.replace(/[=:]/g, function(H) {
      return L[H];
    });
  }
  var X = /\/+/g;
  function U(j, L) {
    return typeof j == "object" && j !== null && j.key != null ? _("" + j.key) : L.toString(36);
  }
  function z(j, L, H, W, oe) {
    var xe = typeof j;
    (xe === "undefined" || xe === "boolean") && (j = null);
    var Ee = !1;
    if (j === null)
      Ee = !0;
    else
      switch (xe) {
        case "string":
        case "number":
          Ee = !0;
          break;
        case "object":
          switch (j.$$typeof) {
            case e:
            case t:
              Ee = !0;
          }
      }
    if (Ee)
      return Ee = j, oe = oe(Ee), j = W === "" ? "." + U(Ee, 0) : W, T(oe) ? (H = "", j != null && (H = j.replace(X, "$&/") + "/"), z(oe, L, H, "", function(Ke) {
        return Ke;
      })) : oe != null && (K(oe) && (oe = V(oe, H + (!oe.key || Ee && Ee.key === oe.key ? "" : ("" + oe.key).replace(X, "$&/") + "/") + j)), L.push(oe)), 1;
    if (Ee = 0, W = W === "" ? "." : W + ":", T(j))
      for (var Pe = 0; Pe < j.length; Pe++) {
        xe = j[Pe];
        var Re = W + U(xe, Pe);
        Ee += z(xe, L, H, Re, oe);
      }
    else if (Re = y(j), typeof Re == "function")
      for (j = Re.call(j), Pe = 0; !(xe = j.next()).done; )
        xe = xe.value, Re = W + U(xe, Pe++), Ee += z(xe, L, H, Re, oe);
    else if (xe === "object")
      throw L = String(j), Error("Objects are not valid as a React child (found: " + (L === "[object Object]" ? "object with keys {" + Object.keys(j).join(", ") + "}" : L) + "). If you meant to render a collection of children, use an array instead.");
    return Ee;
  }
  function $(j, L, H) {
    if (j == null)
      return j;
    var W = [], oe = 0;
    return z(j, W, "", "", function(xe) {
      return L.call(H, xe, oe++);
    }), W;
  }
  function Y(j) {
    if (j._status === -1) {
      var L = j._result;
      L = L(), L.then(function(H) {
        (j._status === 0 || j._status === -1) && (j._status = 1, j._result = H);
      }, function(H) {
        (j._status === 0 || j._status === -1) && (j._status = 2, j._result = H);
      }), j._status === -1 && (j._status = 0, j._result = L);
    }
    if (j._status === 1)
      return j._result.default;
    throw j._result;
  }
  var ne = { current: null }, J = { transition: null }, se = { ReactCurrentDispatcher: ne, ReactCurrentBatchConfig: J, ReactCurrentOwner: F };
  return Xr.Children = { map: $, forEach: function(j, L, H) {
    $(j, function() {
      L.apply(this, arguments);
    }, H);
  }, count: function(j) {
    var L = 0;
    return $(j, function() {
      L++;
    }), L;
  }, toArray: function(j) {
    return $(j, function(L) {
      return L;
    }) || [];
  }, only: function(j) {
    if (!K(j))
      throw Error("React.Children.only expected to receive a single React element child.");
    return j;
  } }, Xr.Component = D, Xr.Fragment = n, Xr.Profiler = i, Xr.PureComponent = R, Xr.StrictMode = r, Xr.Suspense = p, Xr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = se, Xr.cloneElement = function(j, L, H) {
    if (j == null)
      throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + j + ".");
    var W = x({}, j.props), oe = j.key, xe = j.ref, Ee = j._owner;
    if (L != null) {
      if (L.ref !== void 0 && (xe = L.ref, Ee = F.current), L.key !== void 0 && (oe = "" + L.key), j.type && j.type.defaultProps)
        var Pe = j.type.defaultProps;
      for (Re in L)
        P.call(L, Re) && !G.hasOwnProperty(Re) && (W[Re] = L[Re] === void 0 && Pe !== void 0 ? Pe[Re] : L[Re]);
    }
    var Re = arguments.length - 2;
    if (Re === 1)
      W.children = H;
    else if (1 < Re) {
      Pe = Array(Re);
      for (var Ke = 0; Ke < Re; Ke++)
        Pe[Ke] = arguments[Ke + 2];
      W.children = Pe;
    }
    return { $$typeof: e, type: j.type, key: oe, ref: xe, props: W, _owner: Ee };
  }, Xr.createContext = function(j) {
    return j = { $$typeof: u, _currentValue: j, _currentValue2: j, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, j.Provider = { $$typeof: o, _context: j }, j.Consumer = j;
  }, Xr.createElement = ae, Xr.createFactory = function(j) {
    var L = ae.bind(null, j);
    return L.type = j, L;
  }, Xr.createRef = function() {
    return { current: null };
  }, Xr.forwardRef = function(j) {
    return { $$typeof: c, render: j };
  }, Xr.isValidElement = K, Xr.lazy = function(j) {
    return { $$typeof: b, _payload: { _status: -1, _result: j }, _init: Y };
  }, Xr.memo = function(j, L) {
    return { $$typeof: f, type: j, compare: L === void 0 ? null : L };
  }, Xr.startTransition = function(j) {
    var L = J.transition;
    J.transition = {};
    try {
      j();
    } finally {
      J.transition = L;
    }
  }, Xr.unstable_act = function() {
    throw Error("act(...) is not supported in production builds of React.");
  }, Xr.useCallback = function(j, L) {
    return ne.current.useCallback(j, L);
  }, Xr.useContext = function(j) {
    return ne.current.useContext(j);
  }, Xr.useDebugValue = function() {
  }, Xr.useDeferredValue = function(j) {
    return ne.current.useDeferredValue(j);
  }, Xr.useEffect = function(j, L) {
    return ne.current.useEffect(j, L);
  }, Xr.useId = function() {
    return ne.current.useId();
  }, Xr.useImperativeHandle = function(j, L, H) {
    return ne.current.useImperativeHandle(j, L, H);
  }, Xr.useInsertionEffect = function(j, L) {
    return ne.current.useInsertionEffect(j, L);
  }, Xr.useLayoutEffect = function(j, L) {
    return ne.current.useLayoutEffect(j, L);
  }, Xr.useMemo = function(j, L) {
    return ne.current.useMemo(j, L);
  }, Xr.useReducer = function(j, L, H) {
    return ne.current.useReducer(j, L, H);
  }, Xr.useRef = function(j) {
    return ne.current.useRef(j);
  }, Xr.useState = function(j) {
    return ne.current.useState(j);
  }, Xr.useSyncExternalStore = function(j, L, H) {
    return ne.current.useSyncExternalStore(j, L, H);
  }, Xr.useTransition = function() {
    return ne.current.useTransition();
  }, Xr.version = "18.2.0", Xr;
}
var sg = { exports: {} };
/**
 * @license React
 * react.development.js
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
sg.exports;
var yD;
function V$() {
  return yD || (yD = 1, function(e, t) {
    process.env.NODE_ENV !== "production" && function() {
      typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
      var n = "18.2.0", r = Symbol.for("react.element"), i = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), p = Symbol.for("react.provider"), f = Symbol.for("react.context"), b = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), x = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), D = Symbol.iterator, I = "@@iterator";
      function R(de) {
        if (de === null || typeof de != "object")
          return null;
        var _e = D && de[D] || de[I];
        return typeof _e == "function" ? _e : null;
      }
      var O = {
        /**
         * @internal
         * @type {ReactComponent}
         */
        current: null
      }, T = {
        transition: null
      }, P = {
        current: null,
        // Used to reproduce behavior of `batchedUpdates` in legacy mode.
        isBatchingLegacy: !1,
        didScheduleLegacyUpdate: !1
      }, F = {
        /**
         * @internal
         * @type {ReactComponent}
         */
        current: null
      }, G = {}, ae = null;
      function V(de) {
        ae = de;
      }
      G.setExtraStackFrame = function(de) {
        ae = de;
      }, G.getCurrentStack = null, G.getStackAddendum = function() {
        var de = "";
        ae && (de += ae);
        var _e = G.getCurrentStack;
        return _e && (de += _e() || ""), de;
      };
      var K = !1, _ = !1, X = !1, U = !1, z = !1, $ = {
        ReactCurrentDispatcher: O,
        ReactCurrentBatchConfig: T,
        ReactCurrentOwner: F
      };
      $.ReactDebugCurrentFrame = G, $.ReactCurrentActQueue = P;
      function Y(de) {
        {
          for (var _e = arguments.length, Pt = new Array(_e > 1 ? _e - 1 : 0), Bt = 1; Bt < _e; Bt++)
            Pt[Bt - 1] = arguments[Bt];
          J("warn", de, Pt);
        }
      }
      function ne(de) {
        {
          for (var _e = arguments.length, Pt = new Array(_e > 1 ? _e - 1 : 0), Bt = 1; Bt < _e; Bt++)
            Pt[Bt - 1] = arguments[Bt];
          J("error", de, Pt);
        }
      }
      function J(de, _e, Pt) {
        {
          var Bt = $.ReactDebugCurrentFrame, on = Bt.getStackAddendum();
          on !== "" && (_e += "%s", Pt = Pt.concat([on]));
          var Qn = Pt.map(function(mn) {
            return String(mn);
          });
          Qn.unshift("Warning: " + _e), Function.prototype.apply.call(console[de], console, Qn);
        }
      }
      var se = {};
      function j(de, _e) {
        {
          var Pt = de.constructor, Bt = Pt && (Pt.displayName || Pt.name) || "ReactClass", on = Bt + "." + _e;
          if (se[on])
            return;
          ne("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", _e, Bt), se[on] = !0;
        }
      }
      var L = {
        /**
         * Checks whether or not this composite component is mounted.
         * @param {ReactClass} publicInstance The instance we want to test.
         * @return {boolean} True if mounted, false otherwise.
         * @protected
         * @final
         */
        isMounted: function(de) {
          return !1;
        },
        /**
         * Forces an update. This should only be invoked when it is known with
         * certainty that we are **not** in a DOM transaction.
         *
         * You may want to call this when you know that some deeper aspect of the
         * component's state has changed but `setState` was not called.
         *
         * This will not invoke `shouldComponentUpdate`, but it will invoke
         * `componentWillUpdate` and `componentDidUpdate`.
         *
         * @param {ReactClass} publicInstance The instance that should rerender.
         * @param {?function} callback Called after component is updated.
         * @param {?string} callerName name of the calling function in the public API.
         * @internal
         */
        enqueueForceUpdate: function(de, _e, Pt) {
          j(de, "forceUpdate");
        },
        /**
         * Replaces all of the state. Always use this or `setState` to mutate state.
         * You should treat `this.state` as immutable.
         *
         * There is no guarantee that `this.state` will be immediately updated, so
         * accessing `this.state` after calling this method may return the old value.
         *
         * @param {ReactClass} publicInstance The instance that should rerender.
         * @param {object} completeState Next state.
         * @param {?function} callback Called after component is updated.
         * @param {?string} callerName name of the calling function in the public API.
         * @internal
         */
        enqueueReplaceState: function(de, _e, Pt, Bt) {
          j(de, "replaceState");
        },
        /**
         * Sets a subset of the state. This only exists because _pendingState is
         * internal. This provides a merging strategy that is not available to deep
         * properties which is confusing. TODO: Expose pendingState or don't use it
         * during the merge.
         *
         * @param {ReactClass} publicInstance The instance that should rerender.
         * @param {object} partialState Next partial state to be merged with state.
         * @param {?function} callback Called after component is updated.
         * @param {?string} Name of the calling function in the public API.
         * @internal
         */
        enqueueSetState: function(de, _e, Pt, Bt) {
          j(de, "setState");
        }
      }, H = Object.assign, W = {};
      Object.freeze(W);
      function oe(de, _e, Pt) {
        this.props = de, this.context = _e, this.refs = W, this.updater = Pt || L;
      }
      oe.prototype.isReactComponent = {}, oe.prototype.setState = function(de, _e) {
        if (typeof de != "object" && typeof de != "function" && de != null)
          throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
        this.updater.enqueueSetState(this, de, _e, "setState");
      }, oe.prototype.forceUpdate = function(de) {
        this.updater.enqueueForceUpdate(this, de, "forceUpdate");
      };
      {
        var xe = {
          isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
          replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
        }, Ee = function(de, _e) {
          Object.defineProperty(oe.prototype, de, {
            get: function() {
              Y("%s(...) is deprecated in plain JavaScript React classes. %s", _e[0], _e[1]);
            }
          });
        };
        for (var Pe in xe)
          xe.hasOwnProperty(Pe) && Ee(Pe, xe[Pe]);
      }
      function Re() {
      }
      Re.prototype = oe.prototype;
      function Ke(de, _e, Pt) {
        this.props = de, this.context = _e, this.refs = W, this.updater = Pt || L;
      }
      var st = Ke.prototype = new Re();
      st.constructor = Ke, H(st, oe.prototype), st.isPureReactComponent = !0;
      function $e() {
        var de = {
          current: null
        };
        return Object.seal(de), de;
      }
      var Oe = Array.isArray;
      function Qe(de) {
        return Oe(de);
      }
      function Le(de) {
        {
          var _e = typeof Symbol == "function" && Symbol.toStringTag, Pt = _e && de[Symbol.toStringTag] || de.constructor.name || "Object";
          return Pt;
        }
      }
      function De(de) {
        try {
          return Ot(de), !1;
        } catch {
          return !0;
        }
      }
      function Ot(de) {
        return "" + de;
      }
      function Ft(de) {
        if (De(de))
          return ne("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Le(de)), Ot(de);
      }
      function Ut(de, _e, Pt) {
        var Bt = de.displayName;
        if (Bt)
          return Bt;
        var on = _e.displayName || _e.name || "";
        return on !== "" ? Pt + "(" + on + ")" : Pt;
      }
      function Be(de) {
        return de.displayName || "Context";
      }
      function je(de) {
        if (de == null)
          return null;
        if (typeof de.tag == "number" && ne("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof de == "function")
          return de.displayName || de.name || null;
        if (typeof de == "string")
          return de;
        switch (de) {
          case o:
            return "Fragment";
          case i:
            return "Portal";
          case c:
            return "Profiler";
          case u:
            return "StrictMode";
          case m:
            return "Suspense";
          case y:
            return "SuspenseList";
        }
        if (typeof de == "object")
          switch (de.$$typeof) {
            case f:
              var _e = de;
              return Be(_e) + ".Consumer";
            case p:
              var Pt = de;
              return Be(Pt._context) + ".Provider";
            case b:
              return Ut(de, de.render, "ForwardRef");
            case E:
              var Bt = de.displayName || null;
              return Bt !== null ? Bt : je(de.type) || "Memo";
            case x: {
              var on = de, Qn = on._payload, mn = on._init;
              try {
                return je(mn(Qn));
              } catch {
                return null;
              }
            }
          }
        return null;
      }
      var pe = Object.prototype.hasOwnProperty, Te = {
        key: !0,
        ref: !0,
        __self: !0,
        __source: !0
      }, re, ue, me;
      me = {};
      function Je(de) {
        if (pe.call(de, "ref")) {
          var _e = Object.getOwnPropertyDescriptor(de, "ref").get;
          if (_e && _e.isReactWarning)
            return !1;
        }
        return de.ref !== void 0;
      }
      function qe(de) {
        if (pe.call(de, "key")) {
          var _e = Object.getOwnPropertyDescriptor(de, "key").get;
          if (_e && _e.isReactWarning)
            return !1;
        }
        return de.key !== void 0;
      }
      function tt(de, _e) {
        var Pt = function() {
          re || (re = !0, ne("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", _e));
        };
        Pt.isReactWarning = !0, Object.defineProperty(de, "key", {
          get: Pt,
          configurable: !0
        });
      }
      function yt(de, _e) {
        var Pt = function() {
          ue || (ue = !0, ne("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", _e));
        };
        Pt.isReactWarning = !0, Object.defineProperty(de, "ref", {
          get: Pt,
          configurable: !0
        });
      }
      function Dt(de) {
        if (typeof de.ref == "string" && F.current && de.__self && F.current.stateNode !== de.__self) {
          var _e = je(F.current.type);
          me[_e] || (ne('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', _e, de.ref), me[_e] = !0);
        }
      }
      var ct = function(de, _e, Pt, Bt, on, Qn, mn) {
        var Yn = {
          // This tag allows us to uniquely identify this as a React Element
          $$typeof: r,
          // Built-in properties that belong on the element
          type: de,
          key: _e,
          ref: Pt,
          props: mn,
          // Record the component responsible for creating this element.
          _owner: Qn
        };
        return Yn._store = {}, Object.defineProperty(Yn._store, "validated", {
          configurable: !1,
          enumerable: !1,
          writable: !0,
          value: !1
        }), Object.defineProperty(Yn, "_self", {
          configurable: !1,
          enumerable: !1,
          writable: !1,
          value: Bt
        }), Object.defineProperty(Yn, "_source", {
          configurable: !1,
          enumerable: !1,
          writable: !1,
          value: on
        }), Object.freeze && (Object.freeze(Yn.props), Object.freeze(Yn)), Yn;
      };
      function Lt(de, _e, Pt) {
        var Bt, on = {}, Qn = null, mn = null, Yn = null, Ar = null;
        if (_e != null) {
          Je(_e) && (mn = _e.ref, Dt(_e)), qe(_e) && (Ft(_e.key), Qn = "" + _e.key), Yn = _e.__self === void 0 ? null : _e.__self, Ar = _e.__source === void 0 ? null : _e.__source;
          for (Bt in _e)
            pe.call(_e, Bt) && !Te.hasOwnProperty(Bt) && (on[Bt] = _e[Bt]);
        }
        var Fr = arguments.length - 2;
        if (Fr === 1)
          on.children = Pt;
        else if (Fr > 1) {
          for (var ti = Array(Fr), Wr = 0; Wr < Fr; Wr++)
            ti[Wr] = arguments[Wr + 2];
          Object.freeze && Object.freeze(ti), on.children = ti;
        }
        if (de && de.defaultProps) {
          var ni = de.defaultProps;
          for (Bt in ni)
            on[Bt] === void 0 && (on[Bt] = ni[Bt]);
        }
        if (Qn || mn) {
          var ui = typeof de == "function" ? de.displayName || de.name || "Unknown" : de;
          Qn && tt(on, ui), mn && yt(on, ui);
        }
        return ct(de, Qn, mn, Yn, Ar, F.current, on);
      }
      function tn(de, _e) {
        var Pt = ct(de.type, _e, de.ref, de._self, de._source, de._owner, de.props);
        return Pt;
      }
      function Gt(de, _e, Pt) {
        if (de == null)
          throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + de + ".");
        var Bt, on = H({}, de.props), Qn = de.key, mn = de.ref, Yn = de._self, Ar = de._source, Fr = de._owner;
        if (_e != null) {
          Je(_e) && (mn = _e.ref, Fr = F.current), qe(_e) && (Ft(_e.key), Qn = "" + _e.key);
          var ti;
          de.type && de.type.defaultProps && (ti = de.type.defaultProps);
          for (Bt in _e)
            pe.call(_e, Bt) && !Te.hasOwnProperty(Bt) && (_e[Bt] === void 0 && ti !== void 0 ? on[Bt] = ti[Bt] : on[Bt] = _e[Bt]);
        }
        var Wr = arguments.length - 2;
        if (Wr === 1)
          on.children = Pt;
        else if (Wr > 1) {
          for (var ni = Array(Wr), ui = 0; ui < Wr; ui++)
            ni[ui] = arguments[ui + 2];
          on.children = ni;
        }
        return ct(de.type, Qn, mn, Yn, Ar, Fr, on);
      }
      function pn(de) {
        return typeof de == "object" && de !== null && de.$$typeof === r;
      }
      var On = ".", ar = ":";
      function di(de) {
        var _e = /[=:]/g, Pt = {
          "=": "=0",
          ":": "=2"
        }, Bt = de.replace(_e, function(on) {
          return Pt[on];
        });
        return "$" + Bt;
      }
      var vr = !1, Ui = /\/+/g;
      function Tr(de) {
        return de.replace(Ui, "$&/");
      }
      function jr(de, _e) {
        return typeof de == "object" && de !== null && de.key != null ? (Ft(de.key), di("" + de.key)) : _e.toString(36);
      }
      function Ka(de, _e, Pt, Bt, on) {
        var Qn = typeof de;
        (Qn === "undefined" || Qn === "boolean") && (de = null);
        var mn = !1;
        if (de === null)
          mn = !0;
        else
          switch (Qn) {
            case "string":
            case "number":
              mn = !0;
              break;
            case "object":
              switch (de.$$typeof) {
                case r:
                case i:
                  mn = !0;
              }
          }
        if (mn) {
          var Yn = de, Ar = on(Yn), Fr = Bt === "" ? On + jr(Yn, 0) : Bt;
          if (Qe(Ar)) {
            var ti = "";
            Fr != null && (ti = Tr(Fr) + "/"), Ka(Ar, _e, ti, "", function(sd) {
              return sd;
            });
          } else
            Ar != null && (pn(Ar) && (Ar.key && (!Yn || Yn.key !== Ar.key) && Ft(Ar.key), Ar = tn(
              Ar,
              // Keep both the (mapped) and old keys if they differ, just as
              // traverseAllChildren used to do for objects as children
              Pt + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
              (Ar.key && (!Yn || Yn.key !== Ar.key) ? (
                // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
                // eslint-disable-next-line react-internal/safe-string-coercion
                Tr("" + Ar.key) + "/"
              ) : "") + Fr
            )), _e.push(Ar));
          return 1;
        }
        var Wr, ni, ui = 0, Lr = Bt === "" ? On : Bt + ar;
        if (Qe(de))
          for (var E0 = 0; E0 < de.length; E0++)
            Wr = de[E0], ni = Lr + jr(Wr, E0), ui += Ka(Wr, _e, Pt, ni, on);
        else {
          var il = R(de);
          if (typeof il == "function") {
            var Xl = de;
            il === Xl.entries && (vr || Y("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), vr = !0);
            for (var od = il.call(Xl), Ns, Au = 0; !(Ns = od.next()).done; )
              Wr = Ns.value, ni = Lr + jr(Wr, Au++), ui += Ka(Wr, _e, Pt, ni, on);
          } else if (Qn === "object") {
            var Zl = String(de);
            throw new Error("Objects are not valid as a React child (found: " + (Zl === "[object Object]" ? "object with keys {" + Object.keys(de).join(", ") + "}" : Zl) + "). If you meant to render a collection of children, use an array instead.");
          }
        }
        return ui;
      }
      function Ya(de, _e, Pt) {
        if (de == null)
          return de;
        var Bt = [], on = 0;
        return Ka(de, Bt, "", "", function(Qn) {
          return _e.call(Pt, Qn, on++);
        }), Bt;
      }
      function Ho(de) {
        var _e = 0;
        return Ya(de, function() {
          _e++;
        }), _e;
      }
      function cn(de, _e, Pt) {
        Ya(de, function() {
          _e.apply(this, arguments);
        }, Pt);
      }
      function oi(de) {
        return Ya(de, function(_e) {
          return _e;
        }) || [];
      }
      function oa(de) {
        if (!pn(de))
          throw new Error("React.Children.only expected to receive a single React element child.");
        return de;
      }
      function Zi(de) {
        var _e = {
          $$typeof: f,
          // As a workaround to support multiple concurrent renderers, we categorize
          // some renderers as primary and others as secondary. We only expect
          // there to be two concurrent renderers at most: React Native (primary) and
          // Fabric (secondary); React DOM (primary) and React ART (secondary).
          // Secondary renderers store their context values on separate fields.
          _currentValue: de,
          _currentValue2: de,
          // Used to track how many concurrent renderers this context currently
          // supports within in a single renderer. Such as parallel server rendering.
          _threadCount: 0,
          // These are circular
          Provider: null,
          Consumer: null,
          // Add these to use same hidden class in VM as ServerContext
          _defaultValue: null,
          _globalName: null
        };
        _e.Provider = {
          $$typeof: p,
          _context: _e
        };
        var Pt = !1, Bt = !1, on = !1;
        {
          var Qn = {
            $$typeof: f,
            _context: _e
          };
          Object.defineProperties(Qn, {
            Provider: {
              get: function() {
                return Bt || (Bt = !0, ne("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), _e.Provider;
              },
              set: function(mn) {
                _e.Provider = mn;
              }
            },
            _currentValue: {
              get: function() {
                return _e._currentValue;
              },
              set: function(mn) {
                _e._currentValue = mn;
              }
            },
            _currentValue2: {
              get: function() {
                return _e._currentValue2;
              },
              set: function(mn) {
                _e._currentValue2 = mn;
              }
            },
            _threadCount: {
              get: function() {
                return _e._threadCount;
              },
              set: function(mn) {
                _e._threadCount = mn;
              }
            },
            Consumer: {
              get: function() {
                return Pt || (Pt = !0, ne("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), _e.Consumer;
              }
            },
            displayName: {
              get: function() {
                return _e.displayName;
              },
              set: function(mn) {
                on || (Y("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", mn), on = !0);
              }
            }
          }), _e.Consumer = Qn;
        }
        return _e._currentRenderer = null, _e._currentRenderer2 = null, _e;
      }
      var Qr = -1, _a = 0, qi = 1, sa = 2;
      function zr(de) {
        if (de._status === Qr) {
          var _e = de._result, Pt = _e();
          if (Pt.then(function(Qn) {
            if (de._status === _a || de._status === Qr) {
              var mn = de;
              mn._status = qi, mn._result = Qn;
            }
          }, function(Qn) {
            if (de._status === _a || de._status === Qr) {
              var mn = de;
              mn._status = sa, mn._result = Qn;
            }
          }), de._status === Qr) {
            var Bt = de;
            Bt._status = _a, Bt._result = Pt;
          }
        }
        if (de._status === qi) {
          var on = de._result;
          return on === void 0 && ne(`lazy: Expected the result of a dynamic import() call. Instead received: %s
Your code should look like: 
  const MyComponent = lazy(() => import('./MyComponent'))
Did you accidentally put curly braces around the import?`, on), "default" in on || ne(`lazy: Expected the result of a dynamic import() call. Instead received: %s
Your code should look like: 
  const MyComponent = lazy(() => import('./MyComponent'))`, on), on.default;
        } else
          throw de._result;
      }
      function ua(de) {
        var _e = {
          // We use these fields to store the result.
          _status: Qr,
          _result: de
        }, Pt = {
          $$typeof: x,
          _payload: _e,
          _init: zr
        };
        {
          var Bt, on;
          Object.defineProperties(Pt, {
            defaultProps: {
              configurable: !0,
              get: function() {
                return Bt;
              },
              set: function(Qn) {
                ne("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), Bt = Qn, Object.defineProperty(Pt, "defaultProps", {
                  enumerable: !0
                });
              }
            },
            propTypes: {
              configurable: !0,
              get: function() {
                return on;
              },
              set: function(Qn) {
                ne("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), on = Qn, Object.defineProperty(Pt, "propTypes", {
                  enumerable: !0
                });
              }
            }
          });
        }
        return Pt;
      }
      function ur(de) {
        de != null && de.$$typeof === E ? ne("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof de != "function" ? ne("forwardRef requires a render function but was given %s.", de === null ? "null" : typeof de) : de.length !== 0 && de.length !== 2 && ne("forwardRef render functions accept exactly two parameters: props and ref. %s", de.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), de != null && (de.defaultProps != null || de.propTypes != null) && ne("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
        var _e = {
          $$typeof: b,
          render: de
        };
        {
          var Pt;
          Object.defineProperty(_e, "displayName", {
            enumerable: !1,
            configurable: !0,
            get: function() {
              return Pt;
            },
            set: function(Bt) {
              Pt = Bt, !de.name && !de.displayName && (de.displayName = Bt);
            }
          });
        }
        return _e;
      }
      var et;
      et = Symbol.for("react.module.reference");
      function Kt(de) {
        return !!(typeof de == "string" || typeof de == "function" || de === o || de === c || z || de === u || de === m || de === y || U || de === C || K || _ || X || typeof de == "object" && de !== null && (de.$$typeof === x || de.$$typeof === E || de.$$typeof === p || de.$$typeof === f || de.$$typeof === b || // This needs to include all possible module reference object
        // types supported by any Flight configuration anywhere since
        // we don't know which Flight build this will end up being used
        // with.
        de.$$typeof === et || de.getModuleId !== void 0));
      }
      function fn(de, _e) {
        Kt(de) || ne("memo: The first argument must be a component. Instead received: %s", de === null ? "null" : typeof de);
        var Pt = {
          $$typeof: E,
          type: de,
          compare: _e === void 0 ? null : _e
        };
        {
          var Bt;
          Object.defineProperty(Pt, "displayName", {
            enumerable: !1,
            configurable: !0,
            get: function() {
              return Bt;
            },
            set: function(on) {
              Bt = on, !de.name && !de.displayName && (de.displayName = on);
            }
          });
        }
        return Pt;
      }
      function vn() {
        var de = O.current;
        return de === null && ne(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), de;
      }
      function An(de) {
        var _e = vn();
        if (de._context !== void 0) {
          var Pt = de._context;
          Pt.Consumer === de ? ne("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : Pt.Provider === de && ne("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
        }
        return _e.useContext(de);
      }
      function Kn(de) {
        var _e = vn();
        return _e.useState(de);
      }
      function nr(de, _e, Pt) {
        var Bt = vn();
        return Bt.useReducer(de, _e, Pt);
      }
      function Bn(de) {
        var _e = vn();
        return _e.useRef(de);
      }
      function Kr(de, _e) {
        var Pt = vn();
        return Pt.useEffect(de, _e);
      }
      function si(de, _e) {
        var Pt = vn();
        return Pt.useInsertionEffect(de, _e);
      }
      function pi(de, _e) {
        var Pt = vn();
        return Pt.useLayoutEffect(de, _e);
      }
      function la(de, _e) {
        var Pt = vn();
        return Pt.useCallback(de, _e);
      }
      function ut(de, _e) {
        var Pt = vn();
        return Pt.useMemo(de, _e);
      }
      function Rt(de, _e, Pt) {
        var Bt = vn();
        return Bt.useImperativeHandle(de, _e, Pt);
      }
      function gt(de, _e) {
        {
          var Pt = vn();
          return Pt.useDebugValue(de, _e);
        }
      }
      function $t() {
        var de = vn();
        return de.useTransition();
      }
      function zt(de) {
        var _e = vn();
        return _e.useDeferredValue(de);
      }
      function kt() {
        var de = vn();
        return de.useId();
      }
      function Yt(de, _e, Pt) {
        var Bt = vn();
        return Bt.useSyncExternalStore(de, _e, Pt);
      }
      var hn = 0, cr, hr, Rn, gr, Gn, Vr, Zr;
      function Ci() {
      }
      Ci.__reactDisabledLog = !0;
      function bi() {
        {
          if (hn === 0) {
            cr = console.log, hr = console.info, Rn = console.warn, gr = console.error, Gn = console.group, Vr = console.groupCollapsed, Zr = console.groupEnd;
            var de = {
              configurable: !0,
              enumerable: !0,
              value: Ci,
              writable: !0
            };
            Object.defineProperties(console, {
              info: de,
              log: de,
              warn: de,
              error: de,
              group: de,
              groupCollapsed: de,
              groupEnd: de
            });
          }
          hn++;
        }
      }
      function $i() {
        {
          if (hn--, hn === 0) {
            var de = {
              configurable: !0,
              enumerable: !0,
              writable: !0
            };
            Object.defineProperties(console, {
              log: H({}, de, {
                value: cr
              }),
              info: H({}, de, {
                value: hr
              }),
              warn: H({}, de, {
                value: Rn
              }),
              error: H({}, de, {
                value: gr
              }),
              group: H({}, de, {
                value: Gn
              }),
              groupCollapsed: H({}, de, {
                value: Vr
              }),
              groupEnd: H({}, de, {
                value: Zr
              })
            });
          }
          hn < 0 && ne("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
        }
      }
      var Or = $.ReactCurrentDispatcher, ca;
      function so(de, _e, Pt) {
        {
          if (ca === void 0)
            try {
              throw Error();
            } catch (on) {
              var Bt = on.stack.trim().match(/\n( *(at )?)/);
              ca = Bt && Bt[1] || "";
            }
          return `
` + ca + de;
        }
      }
      var xa = !1, uo;
      {
        var qo = typeof WeakMap == "function" ? WeakMap : Map;
        uo = new qo();
      }
      function Ja(de, _e) {
        if (!de || xa)
          return "";
        {
          var Pt = uo.get(de);
          if (Pt !== void 0)
            return Pt;
        }
        var Bt;
        xa = !0;
        var on = Error.prepareStackTrace;
        Error.prepareStackTrace = void 0;
        var Qn;
        Qn = Or.current, Or.current = null, bi();
        try {
          if (_e) {
            var mn = function() {
              throw Error();
            };
            if (Object.defineProperty(mn.prototype, "props", {
              set: function() {
                throw Error();
              }
            }), typeof Reflect == "object" && Reflect.construct) {
              try {
                Reflect.construct(mn, []);
              } catch (Lr) {
                Bt = Lr;
              }
              Reflect.construct(de, [], mn);
            } else {
              try {
                mn.call();
              } catch (Lr) {
                Bt = Lr;
              }
              de.call(mn.prototype);
            }
          } else {
            try {
              throw Error();
            } catch (Lr) {
              Bt = Lr;
            }
            de();
          }
        } catch (Lr) {
          if (Lr && Bt && typeof Lr.stack == "string") {
            for (var Yn = Lr.stack.split(`
`), Ar = Bt.stack.split(`
`), Fr = Yn.length - 1, ti = Ar.length - 1; Fr >= 1 && ti >= 0 && Yn[Fr] !== Ar[ti]; )
              ti--;
            for (; Fr >= 1 && ti >= 0; Fr--, ti--)
              if (Yn[Fr] !== Ar[ti]) {
                if (Fr !== 1 || ti !== 1)
                  do
                    if (Fr--, ti--, ti < 0 || Yn[Fr] !== Ar[ti]) {
                      var Wr = `
` + Yn[Fr].replace(" at new ", " at ");
                      return de.displayName && Wr.includes("<anonymous>") && (Wr = Wr.replace("<anonymous>", de.displayName)), typeof de == "function" && uo.set(de, Wr), Wr;
                    }
                  while (Fr >= 1 && ti >= 0);
                break;
              }
          }
        } finally {
          xa = !1, Or.current = Qn, $i(), Error.prepareStackTrace = on;
        }
        var ni = de ? de.displayName || de.name : "", ui = ni ? so(ni) : "";
        return typeof de == "function" && uo.set(de, ui), ui;
      }
      function wa(de, _e, Pt) {
        return Ja(de, !1);
      }
      function As(de) {
        var _e = de.prototype;
        return !!(_e && _e.isReactComponent);
      }
      function ks(de, _e, Pt) {
        if (de == null)
          return "";
        if (typeof de == "function")
          return Ja(de, As(de));
        if (typeof de == "string")
          return so(de);
        switch (de) {
          case m:
            return so("Suspense");
          case y:
            return so("SuspenseList");
        }
        if (typeof de == "object")
          switch (de.$$typeof) {
            case b:
              return wa(de.render);
            case E:
              return ks(de.type, _e, Pt);
            case x: {
              var Bt = de, on = Bt._payload, Qn = Bt._init;
              try {
                return ks(Qn(on), _e, Pt);
              } catch {
              }
            }
          }
        return "";
      }
      var Nr = {}, x0 = $.ReactDebugCurrentFrame;
      function gu(de) {
        if (de) {
          var _e = de._owner, Pt = ks(de.type, de._source, _e ? _e.type : null);
          x0.setExtraStackFrame(Pt);
        } else
          x0.setExtraStackFrame(null);
      }
      function Yl(de, _e, Pt, Bt, on) {
        {
          var Qn = Function.call.bind(pe);
          for (var mn in de)
            if (Qn(de, mn)) {
              var Yn = void 0;
              try {
                if (typeof de[mn] != "function") {
                  var Ar = Error((Bt || "React class") + ": " + Pt + " type `" + mn + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof de[mn] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
                  throw Ar.name = "Invariant Violation", Ar;
                }
                Yn = de[mn](_e, mn, Bt, Pt, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
              } catch (Fr) {
                Yn = Fr;
              }
              Yn && !(Yn instanceof Error) && (gu(on), ne("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Bt || "React class", Pt, mn, typeof Yn), gu(null)), Yn instanceof Error && !(Yn.message in Nr) && (Nr[Yn.message] = !0, gu(on), ne("Failed %s type: %s", Pt, Yn.message), gu(null));
            }
        }
      }
      function Hr(de) {
        if (de) {
          var _e = de._owner, Pt = ks(de.type, de._source, _e ? _e.type : null);
          V(Pt);
        } else
          V(null);
      }
      var nl;
      nl = !1;
      function _l() {
        if (F.current) {
          var de = je(F.current.type);
          if (de)
            return `
Check the render method of \`` + de + "`.";
        }
        return "";
      }
      function or(de) {
        if (de !== void 0) {
          var _e = de.fileName.replace(/^.*[\\\/]/, ""), Pt = de.lineNumber;
          return `
Check your code at ` + _e + ":" + Pt + ".";
        }
        return "";
      }
      function Cs(de) {
        return de != null ? or(de.__source) : "";
      }
      var zi = {};
      function So(de) {
        var _e = _l();
        if (!_e) {
          var Pt = typeof de == "string" ? de : de.displayName || de.name;
          Pt && (_e = `
Check the top-level render call using <` + Pt + ">.");
        }
        return _e;
      }
      function lo(de, _e) {
        if (!(!de._store || de._store.validated || de.key != null)) {
          de._store.validated = !0;
          var Pt = So(_e);
          if (!zi[Pt]) {
            zi[Pt] = !0;
            var Bt = "";
            de && de._owner && de._owner !== F.current && (Bt = " It was passed a child from " + je(de._owner